/* ============================================================
   trt.css — TRT page styles (enhanced template)
   Depends on: ../styles.css for base variables, .container,
   font-face, etc.
   ============================================================ */

/* ── Local design tokens ────────────────────────────────────── */
:root {
    --trt-steel:       #5A7A8A;
    --trt-steel-light: #8AACBC;
    --trt-steel-pale:  #EDF3F6;
    --trt-steel-mid:   #6E92A4;
    --trt-steel-deep:  #3D5F70;
}

/* ── Scroll reveal ─────────────────────────────────────────── */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity  0.65s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.07s; }
.d2 { transition-delay: 0.14s; }
.d3 { transition-delay: 0.21s; }
.d4 { transition-delay: 0.28s; }

/* ── Section Tags ── */
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-sans);
    font-size: var(--type-caption);
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 14px;
}
.section-tag-line {
    width: 26px;
    height: 1.5px;
    background: var(--teal);
    opacity: 0.6;
    flex-shrink: 0;
}
.section-h2 {
    font-family: var(--font-serif);
    font-size: var(--type-h1);
    font-weight: 400;
    line-height: 1.1;
    color: var(--text-dark);
    margin-bottom: 14px;
}
.section-h2 em { font-style: italic; color: var(--teal); }


/* ════════════════════
   HERO
════════════════════ */
.trt-hero {
    min-height: 88vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    margin-top: -150px;
}
.trt-hero-left {
    background: linear-gradient(155deg, var(--trt-steel-pale) 0%, #c8dce6 50%, var(--trt-steel-mid) 100%);
    padding: 280px 60px 88px calc(max(48px, (100vw - 1200px) / 2 + 32px));
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body.has-announcement .trt-hero-left {
    padding-top: 320px;
}
.trt-hero-ring {
    position: absolute; top: 10%; right: 5%;
    width: 200px; height: 200px; border-radius: 50%;
    border: 1px solid rgba(90,122,138,0.20); pointer-events: none;
}
.trt-hero-ring2 {
    position: absolute; top: 20%; right: 12%;
    width: 100px; height: 100px; border-radius: 50%;
    border: 1px solid rgba(90,122,138,0.12); pointer-events: none;
}
.trt-hero-glow {
    position: absolute; bottom: -20%; right: -15%;
    width: 360px; height: 360px; border-radius: 50%;
    background: radial-gradient(circle, rgba(90,122,138,0.18) 0%, transparent 70%);
    pointer-events: none;
}
.trt-hero-left-inner {
    position: relative; z-index: 1; max-width: 520px;
    opacity: 0;
    animation: trtFadeUp 0.7s 0.15s cubic-bezier(0.22,1,0.36,1) forwards;
}
@keyframes trtFadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: none; }
}
.trt-breadcrumb {
    display: flex; align-items: center; gap: 8px; margin-bottom: 28px;
    font-size: var(--type-caption); font-weight: 400; letter-spacing: 0.05em;
    color: rgba(61,95,112,0.55);
}
.trt-breadcrumb a { color: rgba(61,95,112,0.55); transition: color 0.2s; }
.trt-breadcrumb a:hover { color: var(--trt-steel-deep); }
.trt-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: var(--type-caption); font-weight: 500; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--trt-steel); margin-bottom: 20px;
}
.trt-eyebrow-pip { width: 28px; height: 1.5px; background: var(--trt-steel); opacity: 0.6; flex-shrink: 0; }
.trt-hero h1 {
    font-family: var(--font-serif);
    font-size: var(--type-display);
    font-weight: 400; line-height: 1.04; letter-spacing: -0.01em;
    color: var(--text-dark); margin-bottom: 24px;
}
.trt-hero h1 em { font-style: italic; color: var(--trt-steel); }
.trt-hero-p {
    font-size: var(--type-body-lg); font-weight: 300; line-height: 1.75;
    color: var(--text-medium); max-width: 440px; margin-bottom: 36px;
}
.trt-hero-btns {
    display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 44px;
}
.trt-btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--trt-steel); color: #fff;
    padding: 15px 34px; border-radius: 100px;
    font-size: var(--type-small); font-weight: 500; letter-spacing: 0.03em;
    box-shadow: 0 6px 22px rgba(90,122,138,0.35);
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
}
.trt-btn-primary:hover { background: var(--trt-steel-deep); transform: translateY(-2px); }
.trt-btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--text-dark); font-size: var(--type-small); font-weight: 400; transition: color 0.2s;
}
.trt-btn-outline:hover { color: var(--trt-steel); }
.trt-btn-outline-icon {
    width: 36px; height: 36px; border-radius: 50%;
    border: 1.5px solid rgba(90,122,138,0.35);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: var(--type-caption); transition: border-color 0.2s, background 0.2s;
}
.trt-btn-outline:hover .trt-btn-outline-icon { border-color: var(--trt-steel); background: var(--trt-steel-pale); }
.trt-hero-proof {
    display: flex; align-items: center; gap: 24px;
    padding-top: 28px; border-top: 1px solid rgba(90,122,138,0.22);
}
.trt-proof-item { flex: 1; }
.trt-proof-val { font-family: var(--font-serif); font-size: 32px; font-weight: 500; color: var(--text-dark); line-height: 1; margin-bottom: 4px; }
.trt-proof-lbl { font-size: var(--type-caption); font-weight: 400; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-dark); line-height: 1.4; }
.trt-proof-sep { width: 1px; height: 44px; background: rgba(90,122,138,0.22); flex-shrink: 0; }

/* Hero Right */
.trt-hero-right {
    background: var(--forest);
    position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    padding: 150px 44px 60px;
    opacity: 0;
    animation: trtFadeIn 0.9s 0.3s cubic-bezier(0.22,1,0.36,1) forwards;
}
@keyframes trtFadeIn { from { opacity: 0; } to { opacity: 1; } }
.trt-hero-right::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 70% 30%, rgba(49,184,152,0.12) 0%, transparent 60%);
    pointer-events: none;
}
.trt-symptom-cloud { width: 100%; max-width: 460px; }
.trt-cloud-label {
    font-size: var(--type-caption); font-weight: 500; letter-spacing: 0.18em;
    text-transform: uppercase; color: rgba(255,255,255,0.4);
    margin-bottom: 20px; padding-left: 4px;
}
.trt-sym-wrap { cursor: pointer; border-radius: 14px; transition: background 0.2s; }
.trt-sym-wrap + .trt-sym-wrap { margin-top: 8px; }
.trt-symptom-card {
    display: flex; align-items: center; gap: 16px;
    padding: 16px 18px; border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.05);
    transition: background 0.2s, border-color 0.2s;
}
.trt-sym-wrap:hover .trt-symptom-card,
.trt-sym-wrap--open .trt-symptom-card { background: rgba(255,255,255,0.10); border-color: rgba(49,184,152,0.35); }
.trt-symptom-card--active { border-color: rgba(49,184,152,0.5) !important; background: rgba(49,184,152,0.12) !important; }
.trt-sym-icon {
    width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
    background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center;
    color: var(--teal-light); transition: background 0.2s;
}
.trt-sym-wrap--open .trt-sym-icon { background: rgba(49,184,152,0.2); }
.trt-sym-body { flex: 1; min-width: 0; }
.trt-sym-label { font-size: var(--type-small); font-weight: 500; color: #fff; line-height: 1.3; }
.trt-sym-sub { font-size: var(--type-caption); font-weight: 400; color: rgba(255,255,255,0.55); margin-top: 3px; }
.trt-sym-arrow { font-size: 14px; color: rgba(255,255,255,0.3); transition: color 0.2s, transform 0.2s; }
.trt-sym-wrap--open .trt-sym-arrow { color: var(--teal-light); transform: rotate(90deg); }
.trt-sym-detail {
    max-height: 0; overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.22,1,0.36,1);
}
.trt-sym-wrap--open .trt-sym-detail { max-height: 200px; }
.trt-sym-detail-inner { padding: 14px 18px 18px 74px; }
.trt-sym-detail-desc { font-size: var(--type-caption); font-weight: 400; color: white; line-height: 1.6; margin-bottom: 12px; }
.trt-sym-detail-link { font-size: var(--type-caption); font-weight: 500; color: var(--teal-light); letter-spacing: 0.02em; }
.trt-sym-detail-link:hover { text-decoration: underline; }

/* ════════════════════
   SYMPTOM QUIZ WIDGET
════════════════════ */
.trt-quiz-section {
    background: var(--trt-steel-pale);
    padding: 96px 0;
}
.trt-quiz-wrapper {
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 40px rgba(90,122,138,0.12);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.trt-quiz-left {
    background: var(--forest);
    padding: 52px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.trt-quiz-left::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 80% 20%, rgba(49,184,152,0.15) 0%, transparent 60%);
    pointer-events: none;
}
.trt-quiz-left-inner { position: relative; z-index: 1; }
.trt-quiz-eyebrow {
    font-size: var(--type-caption); font-weight: 500; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--teal-light);
    margin-bottom: 16px;
}
.trt-quiz-h2 {
    font-family: var(--font-serif);
    font-size: var(--type-h2);
    font-weight: 400; line-height: 1.15; color: #fff; margin-bottom: 16px;
}
.trt-quiz-h2 em { font-style: italic; color: var(--teal-light); }
.trt-quiz-sub {
    font-size: var(--type-small); color: white; line-height: 1.6; max-width: 320px;
}
.trt-quiz-progress-wrap {
    position: relative; z-index: 1; margin-top: 40px;
}
.trt-quiz-progress-label {
    font-size: var(--type-caption); color: rgba(255,255,255,0.55); margin-bottom: 8px;
    display: flex; justify-content: space-between;
}
.trt-quiz-progress-track {
    height: 4px; background: rgba(255,255,255,0.12); border-radius: 2px;
}
.trt-quiz-progress-fill {
    height: 100%; background: var(--teal); border-radius: 2px;
    transition: width 0.5s cubic-bezier(0.22,1,0.36,1);
}
.trt-quiz-right { padding: 52px 48px; display: flex; flex-direction: column; }
.trt-quiz-question-area { flex: 1; }
.trt-quiz-q-num {
    font-size: var(--type-caption); font-weight: 500; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--muted); margin-bottom: 14px;
}
.trt-quiz-question {
    font-family: var(--font-serif);
    font-size: 1.5rem; font-weight: 400; line-height: 1.3;
    color: var(--text-dark); margin-bottom: 28px;
}
.trt-quiz-options { display: flex; flex-direction: column; gap: 10px; }
.trt-quiz-option {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 18px; border-radius: 12px;
    border: 1.5px solid var(--sand-deep);
    cursor: pointer; transition: border-color 0.2s, background 0.2s;
    font-size: var(--type-small); color: var(--text-medium);
    background: transparent;
    text-align: left; width: 100%;
}
.trt-quiz-option:hover { border-color: var(--trt-steel-light); background: var(--trt-steel-pale); color: var(--text-dark); }
.trt-quiz-option.selected { border-color: var(--trt-steel); background: var(--trt-steel-pale); color: var(--text-dark); }
.trt-quiz-option-dot {
    width: 20px; height: 20px; border-radius: 50%;
    border: 2px solid var(--sand-deep); flex-shrink: 0;
    transition: border-color 0.2s, background 0.2s; display: flex; align-items: center; justify-content: center;
}
.trt-quiz-option.selected .trt-quiz-option-dot { border-color: var(--trt-steel); background: var(--trt-steel); }
.trt-quiz-option.selected .trt-quiz-option-dot::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.trt-quiz-nav {
    display: flex; align-items: center; justify-content: space-between;
    margin-top: 32px; padding-top: 24px;
    border-top: 1px solid var(--sand-deep);
}
.trt-quiz-btn-back {
    font-size: var(--type-caption); color: var(--muted); cursor: pointer;
    background: none; border: none; display: flex; align-items: center; gap: 6px;
    transition: color 0.2s; padding: 0;
}
.trt-quiz-btn-back:hover { color: var(--text-dark); }
.trt-quiz-btn-next {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--trt-steel); color: #fff;
    padding: 12px 28px; border-radius: 100px;
    font-size: var(--type-small); font-weight: 500; border: none; cursor: pointer;
    transition: background 0.2s, transform 0.15s; letter-spacing: 0.02em;
}
.trt-quiz-btn-next:hover { background: var(--trt-steel-deep); transform: translateY(-1px); }
.trt-quiz-btn-next:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }
.trt-quiz-result {
    display: none; flex-direction: column; gap: 16px;
}
.trt-quiz-result.show { display: flex; }
.trt-quiz-score-badge {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 10px 18px; border-radius: 100px;
    font-size: var(--type-caption); font-weight: 500; width: fit-content;
}
.trt-quiz-score-badge.low { background: var(--teal-pale); color: var(--teal-dim); }
.trt-quiz-score-badge.med { background: #fff7ed; color: #b45309; }
.trt-quiz-score-badge.high { background: #fef2f2; color: #dc2626; }
.trt-quiz-result-h { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 400; color: var(--text-dark); line-height: 1.2; }
.trt-quiz-result-p { font-size: var(--type-small); color: var(--text-medium); line-height: 1.65; }
.trt-quiz-result-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--trt-steel); color: #fff;
    padding: 14px 28px; border-radius: 100px;
    font-size: var(--type-small); font-weight: 500; width: fit-content;
    transition: background 0.2s, transform 0.15s;
}
.trt-quiz-result-cta:hover { background: var(--trt-steel-deep); transform: translateY(-1px); }

/* ════════════════════
   WHAT IS TRT
════════════════════ */
.trt-what-section {
    background: var(--cream);
    padding: 96px 0;
}
.trt-what-lead {
    font-size: var(--type-body-lg); font-weight: 400; line-height: 1.7;
    color: var(--text-medium); max-width: 680px; margin-bottom: 40px;
}
.trt-what-note {
    display: flex; align-items: flex-start; gap: 18px;
    background: var(--teal-pale); border-left: 3px solid var(--teal);
    border-radius: 0 12px 12px 0; padding: 22px 26px; max-width: 680px;
}
.trt-what-note-icon { color: var(--teal); flex-shrink: 0; margin-top: 2px; }
.trt-what-note p { font-size: var(--type-small); color: var(--text-medium); line-height: 1.65; }

/* ── What-is-TRT two-column grid ── */
.trt-what-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.trt-what-left { /* text column — inherits existing styles */ }
.trt-what-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ── Testosterone Gauge Widget ── */
.trt-gauge {
    width: 100%;
    max-width: 340px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px 28px;
    box-shadow: 0 4px 24px rgba(26,36,32,0.08), 0 1px 4px rgba(26,36,32,0.04);
}
.trt-gauge-svg {
    width: 100%;
    height: auto;
    overflow: visible;
}

/* Zone colors */
.trt-gauge-zone--low     { stroke: #D9534F; }
.trt-gauge-zone--below   { stroke: #E8A838; }
.trt-gauge-zone--normal  { stroke: #7ECFB8; }
.trt-gauge-zone--optimal { stroke: var(--teal); }

/* Needle — starts pointing to "Low" zone, animates to "Optimal" */
.trt-gauge-needle {
    transform: rotate(-72deg);
    transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.trt-gauge.trt-gauge--animated .trt-gauge-needle {
    transform: rotate(58deg);
}

/* Labels row */
.trt-gauge-labels {
    display: flex;
    justify-content: space-between;
    padding: 8px 8px 0;
    margin-top: -6px;
}
.trt-gauge-label {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--muted);
    text-align: center;
    line-height: 1.25;
    flex: 1;
}

/* Stat line below gauge */
.trt-gauge-stat {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--trt-steel-pale);
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: var(--text-medium);
    letter-spacing: 0.01em;
}
.trt-gauge-stat strong {
    font-weight: 600;
    color: var(--teal);
}

/* ════════════════════
   T-LEVEL TIMELINE WIDGET
════════════════════ */
.trt-timeline-section {
    background: var(--forest);
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}
.trt-timeline-section::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(49,184,152,0.10) 0%, transparent 60%);
    pointer-events: none;
}
.trt-timeline-inner { position: relative; z-index: 1; }
.trt-timeline-header { margin-bottom: 56px; }
.trt-timeline-header .section-tag { color: var(--teal-light); }
.trt-timeline-header .section-tag-line { background: var(--teal-light); }
.trt-timeline-header .section-h2 { color: #fff; }
.trt-timeline-header .section-h2 em { color: var(--teal-light); }
.trt-timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.trt-timeline-grid::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(12.5% + 28px);
    right: calc(12.5% + 28px);
    height: 2px;
    background: linear-gradient(90deg, var(--teal) 0%, rgba(49,184,152,0.3) 100%);
    z-index: 0;
}
.trt-tl-item {
    padding: 0 16px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.trt-tl-node {
    width: 56px; height: 56px; border-radius: 50%;
    background: rgba(49,184,152,0.15);
    border: 2px solid rgba(49,184,152,0.35);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    transition: background 0.3s, border-color 0.3s, transform 0.3s;
    cursor: default;
    color: var(--teal-light);
    position: relative; z-index: 1;
}
.trt-tl-item:hover .trt-tl-node {
    background: rgba(49,184,152,0.28);
    border-color: var(--teal);
    transform: scale(1.1);
}
.trt-tl-week {
    font-size: var(--type-caption); font-weight: 500; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--teal-light); margin-bottom: 8px;
    text-align: center;
}
.trt-tl-title {
    font-family: var(--font-serif);
    font-size: var(--type-h3); font-weight: 500; color: #fff; margin-bottom: 8px; line-height: 1.25;
    text-align: center;
}
.trt-tl-desc {
    font-size: var(--type-caption); color: white; line-height: 1.6;
    text-align: center; max-width: 220px;
}

/* ════════════════════
   WHY LIVEA
════════════════════ */
.trt-why-section {
    background: var(--cream);
    padding: 96px 0;
}
.trt-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.trt-why-card {
    background: var(--card-bg);
    border: 1px solid var(--sand-deep);
    border-radius: var(--radius-md);
    padding: 32px 28px;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.trt-why-card:hover {
    border-color: rgba(90,122,138,0.4);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(90,122,138,0.12);
}
.trt-why-icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: var(--trt-steel-pale); display: flex;
    align-items: center; justify-content: center;
    color: var(--trt-steel); margin-bottom: 20px;
}
.trt-why-card h3 { font-family: var(--font-serif); font-size: var(--type-h3); font-weight: 500; color: var(--text-dark); margin-bottom: 10px; }
.trt-why-card p { font-size: var(--type-small); color: var(--text-medium); line-height: 1.65; }

/* ════════════════════
   BENEFITS
════════════════════ */
.trt-benefits-section {
    background: var(--trt-steel-pale);
    padding: 96px 0;
}
.trt-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
    margin-bottom: 40px;
}
.trt-benefit {
    display: flex; align-items: center; gap: 16px;
    background: var(--card-bg); border-radius: 14px; padding: 20px 22px;
    border: 1px solid rgba(90,122,138,0.12);
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.trt-benefit:hover { border-color: var(--trt-steel-light); transform: translateX(4px); box-shadow: 0 4px 20px rgba(90,122,138,0.10); }
.trt-benefit-icon {
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--trt-steel-pale); display: flex;
    align-items: center; justify-content: center;
    color: var(--trt-steel); flex-shrink: 0;
}
.trt-benefit span { font-size: var(--type-small); font-weight: 500; color: var(--text-dark); line-height: 1.35; }
.trt-benefits-note {
    background: var(--forest);
    border-radius: 16px; padding: 28px 36px;
    display: flex; align-items: flex-start; gap: 16px;
}
.trt-benefits-note p { font-size: var(--type-small); color: white; line-height: 1.65; }

/* ════════════════════
   OFFERS
════════════════════ */
.trt-offers-section { background: var(--cream); padding: 96px 0; }
.trt-offers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.trt-offers-left .section-h2 { margin-bottom: 6px; }
.trt-offer-item {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 20px 0; border-bottom: 1px solid var(--sand-deep);
}
.trt-offer-item:first-child { border-top: 1px solid var(--sand-deep); }
.trt-offer-item svg { color: var(--teal); flex-shrink: 0; margin-top: 3px; }
.trt-offer-item strong { font-size: var(--type-small); font-weight: 600; color: var(--text-dark); display: block; margin-bottom: 4px; }
.trt-offer-item p { font-size: var(--type-caption); color: var(--text-medium); }

/* ════════════════════
   HOW IT WORKS
════════════════════ */
.trt-how-section { background: var(--trt-steel-pale); padding: 96px 0; }
.trt-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; position: relative; }
.trt-steps-grid::before {
    content: '';
    position: absolute; top: 28px; left: 16%; right: 16%;
    height: 1px; background: linear-gradient(90deg, var(--trt-steel-light), var(--trt-steel-light), transparent);
}
.trt-step {
    background: var(--card-bg); border-radius: var(--radius-md);
    padding: 36px 32px; border: 1px solid rgba(90,122,138,0.12);
    transition: border-color 0.2s, box-shadow 0.2s;
    position: relative;
}
.trt-step:hover { border-color: var(--trt-steel-light); box-shadow: 0 8px 32px rgba(90,122,138,0.10); }
.trt-step-num {
    font-family: var(--font-serif);
    font-size: 3rem; font-weight: 300; color: var(--trt-steel-light);
    line-height: 1; margin-bottom: 20px; letter-spacing: -0.02em;
}
.trt-step h3 { font-family: var(--font-serif); font-size: var(--type-h3); font-weight: 500; color: var(--text-dark); margin-bottom: 12px; line-height: 1.25; }
.trt-step p { font-size: var(--type-small); color: var(--text-medium); line-height: 1.65; }

/* ════════════════════
   IMAGE BANNER
════════════════════ */
.trt-image-banner {
    position: relative;
    min-height: 420px;
    background: url('https://pub-c5637df01e5a477babb3913b47809993.r2.dev/trt.png') center center/cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.trt-image-banner-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(26,36,32,0.82) 0%, rgba(26,36,32,0.55) 50%, rgba(26,36,32,0.25) 100%);
}
.trt-image-banner-content {
    position: relative; z-index: 1;
    max-width: 540px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.trt-image-banner-content h2 {
    font-family: var(--font-serif);
    font-size: var(--type-display);
    font-weight: 400;
    line-height: 1.06;
    color: #fff;
    margin-bottom: 20px;
}
.trt-image-banner-content h2 em {
    font-style: italic;
    color: var(--teal-light);
}
.trt-image-banner-content p {
    font-size: var(--type-body-lg);
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255,255,255,0.8);
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .trt-image-banner { min-height: 340px; }
    .trt-image-banner-content { padding-top: 56px; padding-bottom: 56px; }
    .trt-image-banner-content h2 { font-size: var(--type-h1); }
}

/* ════════════════════
   COMPARISON TABLE WIDGET
════════════════════ */
.trt-compare-section {
    background: var(--cream);
    padding: 96px 0;
}
.trt-compare-table {
    margin-top: 48px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--sand-deep);
}
.trt-compare-head {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    background: var(--forest);
}
.trt-compare-head-cell {
    padding: 20px 28px;
    font-size: var(--type-caption); font-weight: 500;
    letter-spacing: 0.12em; text-transform: uppercase;
}
.trt-compare-head-cell:first-child { color: rgba(255,255,255,0.4); }
.trt-compare-head-cell.livea-col { color: var(--teal-light); }
.trt-compare-head-cell.other-col { color: rgba(255,255,255,0.4); }
.trt-compare-row {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    border-bottom: 1px solid var(--sand-deep);
    transition: background 0.15s;
}
.trt-compare-row:last-child { border-bottom: none; }
.trt-compare-row:hover { background: var(--trt-steel-pale); }
.trt-compare-cell {
    padding: 18px 28px;
    font-size: var(--type-small); color: var(--text-medium);
    display: flex; align-items: center; gap: 10px;
    border-right: 1px solid var(--sand-deep);
}
.trt-compare-cell:last-child { border-right: none; }
.trt-compare-cell:first-child { font-weight: 500; color: var(--text-dark); }
.trt-compare-cell.livea-col { background: rgba(49,184,152,0.04); }
.check { color: var(--teal); font-size: 18px; }
.cross { color: #dc2626; opacity: 0.5; font-size: 18px; }
.partial { color: #d97706; font-size: 18px; }

/* ════════════════════
   DIFF SECTION
════════════════════ */
.trt-diff-section { background: var(--forest); padding: 96px 0; }
.trt-diff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.trt-diff-card {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10);
    border-radius: var(--radius-md); padding: 30px 26px;
    display: flex; flex-direction: column; gap: 14px;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.trt-diff-card:hover { background: rgba(255,255,255,0.09); border-color: rgba(49,184,152,0.3); transform: translateY(-3px); }
.trt-diff-icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: rgba(49,184,152,0.15); display: flex;
    align-items: center; justify-content: center; color: var(--teal-light);
}
.trt-diff-card h3 { font-family: var(--font-serif); font-size: var(--type-h3); font-weight: 500; color: #fff; }
.trt-diff-card p { font-size: var(--type-caption); color: white; line-height: 1.6; }

/* ════════════════════
   FAQ
════════════════════ */
.trt-faq-section { background: var(--sand); padding: 96px 0; }
.trt-faq-list { max-width: 760px; margin: 48px auto 0; }
.trt-faq {
    border-bottom: 1px solid var(--sand-deep);
    cursor: pointer;
}
.trt-faq:first-child { border-top: 1px solid var(--sand-deep); }
.trt-faq-q {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 22px 0;
    font-family: var(--font-serif); font-size: 1.1rem; font-weight: 500;
    color: var(--text-dark); line-height: 1.35; transition: color 0.2s;
}
.trt-faq:hover .trt-faq-q,
.trt-faq.open .trt-faq-q { color: var(--trt-steel); }
.trt-faq-chevron {
    flex-shrink: 0; color: var(--muted);
    transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), color 0.2s;
}
.trt-faq.open .trt-faq-chevron { transform: rotate(-180deg); color: var(--trt-steel); }
.trt-faq-a {
    max-height: 0; overflow: hidden;
    transition: max-height 0.42s cubic-bezier(0.22,0.61,0.36,1);
}
.trt-faq.open .trt-faq-a { max-height: 400px; }
.trt-faq-a-inner {
    padding-bottom: 22px; font-size: var(--type-small);
    color: var(--text-medium); line-height: 1.7;
}

/* ════════════════════
   CTA
════════════════════ */
.cta-section {
    background: linear-gradient(120deg, var(--trt-steel-deep) 0%, var(--trt-steel) 55%, var(--trt-steel-mid) 100%);
    padding: 96px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
    content: ''; position: absolute; top: -40%; right: 5%;
    width: 400px; height: 400px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, transparent 70%); pointer-events: none;
}
.cta-content { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.cta-content h2 {
    font-family: var(--font-serif); font-size: var(--type-h1);
    font-weight: 400; color: #fff; margin-bottom: 16px;
}
.cta-content p { font-size: var(--type-body); color: white; line-height: 1.7; margin-bottom: 36px; }
.cta-buttons { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-white {
    display: inline-flex; align-items: center; gap: 10px;
    background: #fff; color: var(--trt-steel-deep);
    padding: 15px 34px; border-radius: 100px;
    font-size: var(--type-small); font-weight: 600;
    box-shadow: 0 8px 24px rgba(26,36,32,0.14);
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(26,36,32,0.20); }
.btn-outline-white-cta {
    display: inline-flex; align-items: center; gap: 8px;
    color: rgba(255,255,255,0.85); border: 1.5px solid rgba(255,255,255,0.35);
    padding: 14px 28px; border-radius: 100px;
    font-size: var(--type-small); font-weight: 400; transition: border-color 0.2s, color 0.2s;
}
.btn-outline-white-cta:hover { border-color: rgba(255,255,255,0.7); color: #fff; }

/* ════════════════════
   RESPONSIVE
════════════════════ */
@media (max-width: 960px) {
    .trt-what-grid { grid-template-columns: 1fr; gap: 32px; }
    .trt-what-right { justify-content: flex-start; }
    .trt-gauge { max-width: 300px; }
    .trt-hero { grid-template-columns: 1fr; min-height: auto; }
    .trt-hero-left { padding: 260px 40px 72px; }
    .trt-hero-right { padding: 48px 40px; }
    .trt-why-grid { grid-template-columns: 1fr 1fr; }
    .trt-benefits-grid { grid-template-columns: 1fr 1fr; }
    .trt-diff-grid { grid-template-columns: 1fr 1fr; }
    .trt-quiz-wrapper { grid-template-columns: 1fr; }
    .trt-timeline-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
    .trt-timeline-grid::before { display: none; }
    .trt-offers-grid { grid-template-columns: 1fr; gap: 48px; }
    .trt-compare-head, .trt-compare-row { grid-template-columns: 1.5fr 1fr 1fr; }
}
@media (max-width: 768px) {
    .container { padding: 0 20px; }
    .trt-hero-left { padding: 216px 24px 64px; }
    .trt-hero-right { padding: 44px 20px; }
    .trt-hero-btns { flex-direction: column; align-items: flex-start; }
    .trt-btn-primary { width: 100%; justify-content: center; }
    .trt-why-grid, .trt-diff-grid { grid-template-columns: 1fr; }
    .trt-benefits-grid { grid-template-columns: 1fr; }
    .trt-steps-grid { grid-template-columns: 1fr; }
    .trt-steps-grid::before { display: none; }
    .trt-compare-head, .trt-compare-row { grid-template-columns: 1fr 80px 80px; }
    .trt-compare-cell { padding: 14px 16px; font-size: var(--type-caption); }
    .trt-timeline-grid { grid-template-columns: 1fr; }
    .trt-quiz-section,
    .trt-what-section,
    .trt-timeline-section,
    .trt-why-section,
    .trt-benefits-section,
    .trt-offers-section,
    .trt-how-section,
    .trt-compare-section,
    .trt-diff-section,
    .trt-faq-section,
    .cta-section { padding: 64px 0; }
}
