/* ══════════════════════════════
   HERO
══════════════════════════════ */
.tr-hero {
    background: #141824;
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}
.tr-hero-bg-text {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(100px, 18vw, 200px);
    font-weight: 700;
    color: rgba(255,255,255,.02);
    letter-spacing: 10px;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}
.tr-hero-layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
}
.tr-h1 {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    color: #e8e2da;
    margin: 0 0 18px;
    line-height: 1.15;
}
.tr-h1 em { color: #91765a; font-style: italic; }
.tr-sub {
    font-size: 15px;
    color: #888;
    line-height: 1.8;
    max-width: 480px;
    margin: 0 0 30px;
}
.tr-hero-rating {
    display: flex;
    align-items: center;
    gap: 16px;
}
.tr-stars-lg { display: flex; gap: 4px; color: #f59e0b; font-size: 20px; }
.tr-score { font-size: 22px; font-weight: 800; color: #e8e2da; line-height: 1; }
.tr-count { font-size: 12px; color: #666; display: block; margin-top: 2px; }

/* Hero preview card */
.tr-hero-preview {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(145,118,90,.2);
    border-radius: 12px;
    padding: 32px 28px 26px;
    position: relative;
}
.tr-hero-preview-quote {
    position: absolute;
    top: -18px;
    left: 24px;
    font-family: 'Bodoni Moda', serif;
    font-size: 72px;
    color: #91765a;
    line-height: 1;
    opacity: .6;
}
.tr-hero-preview p {
    font-size: 14px;
    color: #a09080;
    line-height: 1.85;
    margin: 14px 0 22px;
    font-style: italic;
}
.tr-hero-preview-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.06);
}
.tr-hero-preview-author strong { display: block; font-size: 14px; color: #e8e2da; }
.tr-hero-preview-author span   { font-size: 12px; color: #666; }

/* ══════════════════════════════
   STATS STRIP
══════════════════════════════ */
.tr-stats-strip {
    background: #fff;
    border-bottom: 1px solid #f0ece6;
    padding: 0;
}
.tr-stats-grid {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tr-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 60px;
    text-align: center;
}
.tr-stat-num {
    font-family: 'Bodoni Moda', serif;
    font-size: 2.2rem;
    color: #141824;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}
.tr-stat-num em { color: #91765a; font-style: normal; }
.tr-stat-label { font-size: 11px; color: #999; letter-spacing: 1.5px; text-transform: uppercase; }
.tr-stat-div {
    width: 1px;
    height: 40px;
    background: #ede8e2;
    flex-shrink: 0;
}

/* ══════════════════════════════
   FEATURED REVIEW
══════════════════════════════ */
.tr-featured-section {
    background: #141824;
    padding: 70px 0;
}
.tr-featured-card {
    position: relative;
    background: linear-gradient(135deg, rgba(145,118,90,.08) 0%, transparent 60%);
    border: 1px solid rgba(145,118,90,.25);
    border-radius: 14px;
    padding: 60px 60px 50px;
    overflow: hidden;
}
.tr-featured-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(to right, #91765a, #b59a6e, #91765a);
}
.tr-featured-deco {
    position: absolute;
    top: 20px;
    right: 50px;
    font-family: 'Bodoni Moda', serif;
    font-size: 200px;
    color: rgba(145,118,90,.08);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}
.tr-featured-quote {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(1.1rem, 2.5vw, 1.45rem);
    color: #d8d0c8;
    line-height: 1.75;
    font-style: italic;
    margin: 0 0 36px;
    max-width: 800px;
    position: relative;
}
.tr-featured-author {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.tr-featured-author strong { display: block; font-size: 16px; color: #e8e2da; font-weight: 700; }
.tr-featured-author span   { font-size: 13px; color: #888; display: block; margin-top: 2px; }
.tr-featured-badge {
    margin-left: auto;
    font-size: 11px;
    font-weight: 600;
    color: #91765a;
    background: rgba(145,118,90,.12);
    border: 1px solid rgba(145,118,90,.25);
    padding: 5px 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ══════════════════════════════
   CARDS GRID
══════════════════════════════ */
.tr-grid-section {
    background: #fff;
    padding: 70px 0 80px;
}
.tr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.tr-card {
    background: #fff;
    border: 1px solid #ede8e2;
    border-radius: 12px;
    padding: 32px 28px 26px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .25s, transform .2s, border-color .2s;
}
.tr-card:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,.08);
    transform: translateY(-4px);
    border-color: rgba(145,118,90,.3);
}
.tr-card-deco {
    position: absolute;
    top: 16px;
    right: 22px;
    font-family: 'Bodoni Moda', serif;
    font-size: 64px;
    color: rgba(145,118,90,.12);
    line-height: 1;
    pointer-events: none;
}
.tr-card-quote {
    font-size: 14px;
    color: #555;
    line-height: 1.85;
    margin: 0;
    font-style: italic;
    flex: 1;
}
.tr-card-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid #f0ece6;
    margin-top: auto;
}
.tr-card-author-info strong { display: block; font-size: 14px; font-weight: 700; color: #141824; }
.tr-card-author-info span   { font-size: 12px; color: #999; }

/* Stars */
.tr-stars-sm { display: flex; gap: 3px; color: #f59e0b; font-size: 12px; }
.tr-stars-sm .ti-star-empty { color: #e0dbd3; }

/* Avatars */
.tr-avatar {
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #141824;
    border: 2px solid rgba(145,118,90,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tr-avatar img { width: 100%; height: 100%; object-fit: cover; }
.tr-avatar span {
    font-family: 'Bodoni Moda', serif;
    font-weight: 700;
    color: #91765a;
}
.tr-avatar-sm { width: 42px; height: 42px; }
.tr-avatar-sm span { font-size: 17px; }
.tr-avatar-lg { width: 54px; height: 54px; }
.tr-avatar-lg span { font-size: 22px; }

/* ══════════════════════════════
   GOOGLE SECTION
══════════════════════════════ */
.tr-google-section {
    background: #fff;
    padding: 0 0 70px;
}
.tr-google-card {
    background: #fff;
    border: 1px solid #ede8e2;
    border-radius: 12px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.tr-google-card-left { display: flex; align-items: center; gap: 20px; }
.tr-google-logo {
    width: 54px; height: 54px;
    background: #f7f5f2;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.tr-google-card h3 { font-size: 16px; font-weight: 700; color: #141824; margin: 0 0 4px; }
.tr-google-card p  { font-size: 13px; color: #888; margin: 0; max-width: 440px; line-height: 1.5; }
.tr-google-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #141824;
    color: #91765a;
    padding: 12px 26px;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s;
}
.tr-google-btn:hover { background: #91765a; color: #fff; }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 1000px) {
    .tr-hero-layout { grid-template-columns: 1fr; }
    .tr-hero-right  { display: none; }
    .tr-stat { padding: 22px 30px; }
}
@media (max-width: 800px) {
    .tr-grid { grid-template-columns: repeat(2, 1fr); }
    .tr-featured-card { padding: 40px 28px 36px; }
    .tr-featured-deco { display: none; }
    .tr-stat { padding: 18px 20px; }
    .tr-stat-num { font-size: 1.7rem; }
}
@media (max-width: 560px) {
    .tr-grid { grid-template-columns: 1fr; }
    .tr-stats-grid { display: grid; grid-template-columns: 1fr 1fr; }
    .tr-stat-div { display: none; }
    .tr-hero { padding: 60px 0 50px; }
    .tr-google-card { flex-direction: column; align-items: flex-start; }
    .tr-featured-badge { margin-left: 0; margin-top: 10px; }
    .tr-featured-author { flex-direction: column; align-items: flex-start; }
}
