:root {
      --orange: #E8632B;
      --orange-dark: #D4571F;
      --orange-glow: #FFF5EF;
      --dark: #0C0F14;
      --white: #FFFFFF;
      --off-white: #F5F4F0;
      --text-dark: #1a1a1f;
      --text-body: #6E7078;
      --text-light: #9A9B9F;
      --border-light: #E5E4DF;
      --green: #2d8a4e;
      --green-bg: #f0f9f4;
      --red: #c0392b;
      --red-bg: #fdf2f0;
      --font-heading: 'Sora', sans-serif;
      --font-body: 'Inter', sans-serif;
    }

* { margin: 0; padding: 0; box-sizing: border-box; }

html { font-size: 18px; scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background: var(--white);
    color: var(--text-dark);
    line-height: 1.8;
    font-weight: 400;
  }

.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

/* HEADER */
  .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-light); padding: 14px clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; }

.site-header .logo {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: var(--text-dark);
    letter-spacing: -0.03em;
  }

.site-header .logo span { color: var(--orange); }

.site-header .nav-links {
    display: flex;
    list-style: none;
    gap: 28px;
  }

.site-header .nav-links a {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s;
  }

.site-header .nav-links a:hover { color: var(--orange); }

.site-header .nav-links a.active { color: var(--orange); font-weight: 600; }

.page { max-width: 1200px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 80px); }

.content { max-width: 780px; }

/* HERO */
  .hero { padding: clamp(120px, 15vw, 180px) 0 clamp(40px, 5vw, 60px); max-width: 720px; }

.hero-label {
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 16px;
  }

.hero h1 { font-family: var(--font-heading); font-size: clamp(2rem, 4.5vw, 2.8rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; color: var(--text-dark); margin-bottom: 20px; }

.hero-intro { font-size: 17px; color: var(--text-body); line-height: 1.8; max-width: 620px; font-weight: 300; }

.hero-meta { display: flex; gap: 24px; margin-top: 20px; font-size: 12px; color: var(--text-light); font-weight: 400; }

/* CONTENT */
  .content p { font-size: 16px; color: var(--text-body); line-height: 1.85; font-weight: 300; margin-bottom: 24px; }

.content p strong { color: var(--text-dark); font-weight: 600; }

/* SECTION LABELS */
  .s-label { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }

.s-title { font-family: var(--font-heading); font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; color: var(--text-dark); letter-spacing: -0.02em; margin-bottom: 16px; }

/* VERDICT BOX */
  .verdict-box { background: var(--off-white); border-radius: 8px; padding: 32px 28px; margin-bottom: 48px; }

.verdict-title { font-family: var(--font-heading); font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 16px; letter-spacing: -0.01em; }

.verdict-text { font-size: 15px; color: var(--text-body); line-height: 1.7; font-weight: 300; margin-bottom: 20px; }

.verdict-text strong { color: var(--text-dark); font-weight: 600; }

.verdict-ideal { font-size: 14px; color: var(--text-body); line-height: 1.6; font-weight: 300; padding-top: 16px; border-top: 1px solid var(--border-light); }

.verdict-ideal strong { color: var(--text-dark); font-weight: 600; }

/* DATA GRID */
  .data-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0 48px; }

.data-card { background: var(--off-white); border-radius: 6px; padding: 20px; }

.data-label { font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-bottom: 6px; }

.data-value { font-family: var(--font-heading); font-size: 16px; font-weight: 700; color: var(--text-dark); letter-spacing: -0.01em; line-height: 1.3; }

.data-note { font-size: 12px; color: var(--text-light); font-weight: 300; margin-top: 4px; }

/* SECTION DIVIDERS */
  .section { padding: 48px 0; border-top: 1px solid var(--border-light); }

/* COMMISSION TABLE */
  .table-wrapper { overflow-x: auto; margin: 24px 0; border: 1px solid var(--border-light); border-radius: 8px; }

table { width: 100%; border-collapse: collapse; font-size: 14px; }

th { font-family: var(--font-heading); font-weight: 700; font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-dark); padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--border-light); background: var(--off-white); }

td { padding: 14px 18px; border-bottom: 1px solid var(--border-light); color: var(--text-body); font-weight: 400; line-height: 1.5; }

tr:last-child td { border-bottom: none; }

td:first-child { font-family: var(--font-heading); font-weight: 600; color: var(--text-dark); font-size: 13px; }

.free { color: var(--green); font-weight: 600; }

/* PROS CONS */
  .pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 32px 0; }

.pros-box, .cons-box { border-radius: 8px; padding: 24px; }

.pros-box { background: var(--green-bg); }

.cons-box { background: var(--red-bg); }

.pc-title { font-family: var(--font-heading); font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 14px; }

.pros-box .pc-title { color: var(--green); }

.cons-box .pc-title { color: var(--red); }

.pc-list { list-style: none; }

.pc-list li { font-size: 14px; color: var(--text-body); line-height: 1.6; font-weight: 300; margin-bottom: 10px; padding-left: 20px; position: relative; }

.pc-list li:last-child { margin-bottom: 0; }

.pros-box .pc-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; font-size: 13px; }

.cons-box .pc-list li::before { content: '✗'; position: absolute; left: 0; color: var(--red); font-weight: 700; font-size: 13px; }

/* STEP BY STEP */
  .steps { margin: 32px 0; }

.step { display: flex; gap: 18px; margin-bottom: 24px; }

.step:last-child { margin-bottom: 0; }

.step-num { font-family: var(--font-heading); font-size: 14px; font-weight: 800; color: var(--orange); width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: var(--orange-glow); border-radius: 50%; flex-shrink: 0; }

.step-content { flex: 1; }

.step-title { font-family: var(--font-heading); font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }

.step-text { font-size: 14px; color: var(--text-body); line-height: 1.6; font-weight: 300; }

/* FAQ */
  .faq-item { border-bottom: 1px solid var(--border-light); padding: 24px 0; }

.faq-item:first-of-type { border-top: 1px solid var(--border-light); }

.faq-q { font-family: var(--font-heading); font-size: 16px; font-weight: 700; color: var(--text-dark); letter-spacing: -0.01em; margin-bottom: 8px; }

.faq-a { font-size: 14px; color: var(--text-body); line-height: 1.7; font-weight: 300; }

/* CTA */
  .cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 32px; background: var(--orange); color: var(--white); font-family: var(--font-heading); font-size: 14px; font-weight: 600; text-decoration: none; border-radius: 4px; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }

.cta-btn:hover {
    background: var(--orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(232,99,43,0.3);
  }

.cta-btn span { transition: transform 0.3s; }

.cta-btn:hover span { transform: translateX(4px); }

.cta-section { padding: clamp(60px, 8vw, 100px) 0; text-align: center; background: var(--off-white); margin: 0 calc(-1 * clamp(24px, 5vw, 80px)); padding-left: clamp(24px, 5vw, 80px); padding-right: clamp(24px, 5vw, 80px); }

.cta-inner {
    max-width: 580px;
    margin: 0 auto;
  }

.cta-heading { font-family: var(--font-heading); font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; color: var(--text-dark); letter-spacing: -0.02em; margin-bottom: 12px; }

.cta-desc {
    font-size: 15px;
    color: var(--text-body);
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 28px;
  }

/* QUOTE */
  .quote-block { border-left: 3px solid var(--orange); padding: 20px 24px; margin: 32px 0; background: var(--orange-glow); border-radius: 0 6px 6px 0; }

.quote-block p { font-size: 15px; color: var(--text-dark); line-height: 1.7; font-weight: 400; margin-bottom: 0; }

/* BREADCRUMB */
  .breadcrumb { padding-top: clamp(90px, 12vw, 120px); font-size: 12px; color: var(--text-light); }

.breadcrumb a { color: var(--text-light); text-decoration: none; }

.breadcrumb a:hover { color: var(--orange); }

/* FOOTER */
  .site-footer { max-width: 1200px; margin: 0 auto; padding: 3rem clamp(24px, 5vw, 80px) 4rem; border-top: 1px solid var(--border-light); }

.footer-disclaimer {
    font-size: 0.72rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 1rem;
  }

.footer-disclaimer strong {
    color: var(--text-body);
    font-weight: 500;
  }

.footer-copyright {
    font-size: 0.68rem;
    color: var(--text-light);
    line-height: 1.6;
    padding-top: 1rem;
    border-top: 1px solid var(--border-light);
  }

@media (max-width: 768px) {
    .site-header .nav-links { display: none; }
    .data-grid { grid-template-columns: 1fr 1fr; }
    .pros-cons { grid-template-columns: 1fr; }
    .hero-meta { flex-direction: column; gap: 8px; }
  }

@media (max-width: 480px) {
    .data-grid { grid-template-columns: 1fr; }
  }

:root {
    --orange: #E8632B;
    --orange-dark: #D4571F;
    --orange-glow: #FFF5EF;
    --dark: #0C0F14;
    --white: #FFFFFF;
    --off-white: #F5F4F0;
    --text-dark: #1a1a1f;
    --text-body: #6E7078;
    --text-light: #9A9B9F;
    --border-light: #E5E4DF;
    --font-heading: 'Sora', sans-serif;
    --font-body: 'Inter', sans-serif;
  }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: var(--font-body); background: var(--white); color: var(--text-dark); line-height: 1.8; font-weight: 400; overflow-x: hidden; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }

/* ===== HEADER ===== */
  .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-light); padding: 14px clamp(24px,5vw,80px); display: flex; align-items: center; justify-content: space-between; }

.site-header .logo { font-family: var(--font-heading); font-size: 20px; font-weight: 700; text-decoration: none; color: var(--text-dark); letter-spacing: -.03em; }

.site-header .nav-links a { font-family: var(--font-body); font-size: 13px; font-weight: 500; color: var(--text-light); text-decoration: none; transition: color .3s; }

/* ===== LAYOUT ===== */
  .page { max-width: 1200px; margin: 0 auto; padding: 0 clamp(24px,5vw,80px); }

.content p { font-size: 16px; color: var(--text-body); line-height: 1.85; font-weight: 300; margin-bottom: 24px; }

.content a { color: var(--orange); }

.section { padding: 48px 0; border-top: 1px solid var(--border-light); }

/* ===== HERO ===== */
  .hero { padding: clamp(120px,15vw,180px) 0 clamp(40px,5vw,60px); max-width: 720px; }

.hero-label { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; }

.hero h1 { font-family: var(--font-heading); font-size: clamp(2rem,4.5vw,2.8rem); font-weight: 800; line-height: 1.1; letter-spacing: -.03em; color: var(--text-dark); margin-bottom: 20px; }

/* ===== LABELS & TITLES ===== */
  .s-label { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }

.s-title { font-family: var(--font-heading); font-size: clamp(1.3rem,2.5vw,1.7rem); font-weight: 700; color: var(--text-dark); letter-spacing: -.02em; margin-bottom: 16px; }

.breadcrumb { padding-top: clamp(90px,12vw,120px); font-size: 12px; color: var(--text-light); }

.section-num { font-family: var(--font-heading); font-size: 11px; font-weight: 600; letter-spacing: .15em; color: var(--text-light); margin-bottom: 6px; }

/* ===== ID CARD ===== */
  .id-card { border: 1px solid var(--border-light); border-radius: 10px; padding: 28px; background: var(--off-white); margin: 24px 0; }

.id-row { display: flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--border-light); align-items: baseline; }

.id-row:last-child { border-bottom: none; }

.id-label { font-family: var(--font-heading); font-size: 12px; font-weight: 700; color: var(--text-light); text-transform: uppercase; letter-spacing: .1em; min-width: 180px; flex-shrink: 0; }

.id-value { font-size: 15px; color: var(--text-dark); font-weight: 400; }

.id-value a { color: var(--orange); text-decoration: none; }

.id-value a:hover { text-decoration: underline; }

/* ===== FOOTER ===== */
  .site-footer { max-width: 1200px; margin: 0 auto; padding: 3rem clamp(24px,5vw,80px) 4rem; border-top: 1px solid var(--border-light); }

.footer-disclaimer { font-size: .72rem; color: var(--text-light); line-height: 1.7; margin-bottom: 1rem; }

.footer-copyright { font-size: .68rem; color: var(--text-light); line-height: 1.6; padding-top: 1rem; border-top: 1px solid var(--border-light); }

@media print { .reveal { opacity: 1 !important; transform: none !important; } }

@media (max-width: 768px) {
    .site-header .nav-links { display: none; }
    .id-row { flex-direction: column; gap: 2px; }
    .id-label { min-width: auto; }
  }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-light); padding: 14px clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; }

.hero { padding: clamp(120px, 15vw, 180px) 0 clamp(40px, 5vw, 60px); max-width: 720px; }

.s-label { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }

.data-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0 48px; }

.table-wrapper { overflow-x: auto; margin: 24px 0; border: 1px solid var(--border-light); border-radius: 8px; }

.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 32px 0; }

.pros-box .pc-list li::before { content: '\2713'; position: absolute; left: 0; color: var(--green); font-weight: 700; font-size: 13px; }

.cons-box .pc-list li::before { content: '\2717'; position: absolute; left: 0; color: var(--red); font-weight: 700; font-size: 13px; }

.steps { margin: 32px 0; }

.faq-item { border-bottom: 1px solid var(--border-light); padding: 24px 0; }

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--orange);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

.quote-block { border-left: 3px solid var(--orange); padding: 20px 24px; margin: 32px 0; background: var(--orange-glow); border-radius: 0 6px 6px 0; }

.breadcrumb { padding-top: clamp(90px, 12vw, 120px); font-size: 12px; color: var(--text-light); }

.site-footer { max-width: 1200px; margin: 0 auto; padding: 3rem clamp(24px, 5vw, 80px) 4rem; border-top: 1px solid var(--border-light); }

.faq-a a, .content p a, .step-text a, .quote-block a { color: var(--orange); }

.d1 { transition-delay: 0.1s; }

.d2 { transition-delay: 0.2s; }

.d3 { transition-delay: 0.3s; }

.d4 { transition-delay: 0.4s; }

.d5 { transition-delay: 0.5s; }

.fw-section { width: 100%; padding: clamp(56px,7vw,88px) clamp(24px,5vw,80px); }

.fw-section--offwhite { background: var(--off-white); }

.fw-section--glow { background: var(--orange-glow); }

.fw-inner { max-width: 900px; margin: 0 auto; }

/* ===== QUOTE BLOCK ===== */
  .quote-block { border-left: 3px solid var(--orange); padding: 20px 24px; margin: 32px 0; background: var(--orange-glow); border-radius: 0 6px 6px 0; }

/* ===== CRITERIA CARDS ===== */
  .criteria-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.criteria-card { border: 1px solid var(--border-light); border-radius: 10px; padding: 28px 24px; background: var(--white); transition: box-shadow .3s ease, transform .3s ease; }

.criteria-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-3px); }

.criteria-num { font-family: var(--font-heading); font-size: 28px; font-weight: 800; color: var(--orange); opacity: .25; line-height: 1; margin-bottom: 12px; }

.criteria-title { font-family: var(--font-heading); font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }

.criteria-text { font-size: 14px; color: var(--text-body); line-height: 1.7; font-weight: 300; }

.stat-big { font-family: var(--font-heading); font-size: clamp(2.4rem,5vw,3.6rem); font-weight: 800; letter-spacing: -.04em; color: var(--text-dark); line-height: 1; }

.stat-sub { font-family: var(--font-heading); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--orange); margin-top: 8px; }

.stat-text p { font-size: 15px; color: var(--text-body); line-height: 1.75; font-weight: 300; margin-bottom: 16px; }

.stat-text p strong { color: var(--text-dark); font-weight: 600; }

.stat-text p:last-child { margin-bottom: 0; }

/* ===== TRANSPARENCY BOX ===== */
  .trans-box { border-left: 4px solid var(--orange); padding: 24px 28px; background: var(--orange-glow); border-radius: 0 8px 8px 0; margin: 32px 0; }

.trans-box p { font-size: 15px; color: var(--text-body); line-height: 1.75; font-weight: 300; margin-bottom: 12px; }

.trans-box p:last-child { margin-bottom: 0; }

.trans-box strong { color: var(--text-dark); font-weight: 600; }

/* ===== CTA ===== */
  .cta-section { padding: clamp(60px,8vw,100px) clamp(24px,5vw,80px); text-align: center; background: var(--off-white); }

.cta-heading { font-family: var(--font-heading); font-size: clamp(1.3rem,2.5vw,1.7rem); font-weight: 700; color: var(--text-dark); letter-spacing: -.02em; margin-bottom: 12px; }

.cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 32px; background: var(--orange); color: var(--white); font-family: var(--font-heading); font-size: 14px; font-weight: 600; text-decoration: none; border-radius: 4px; transition: all .4s cubic-bezier(.16,1,.3,1); }

.cta-btn:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(232,99,43,.3); }

.cta-btn span { transition: transform .3s; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-light); padding: 14px clamp(24px,5vw,80px); display: flex; align-items: center; justify-content: space-between; }

.page { max-width: 1200px; margin: 0 auto; padding: 0 clamp(24px,5vw,80px); }

.fw-inner--narrow { max-width: 780px; }

.hero { padding: clamp(120px,15vw,180px) 0 clamp(40px,5vw,60px); max-width: 720px; }

.s-label { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }

.data-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

.data-card { background: var(--white); border-radius: 10px; padding: 24px 22px; border: 1px solid var(--border-light); box-shadow: 0 2px 8px rgba(0,0,0,.04); transition: box-shadow .3s ease, transform .3s ease; }

.data-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-2px); }

.data-label { font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-light); margin-bottom: 8px; }

.data-value { font-family: var(--font-heading); font-size: 22px; font-weight: 800; color: var(--text-dark); letter-spacing: -.02em; line-height: 1.2; }

.data-note { font-size: 12px; color: var(--text-light); font-weight: 300; margin-top: 6px; line-height: 1.4; }

.table-wrapper { overflow-x: auto; border: 1px solid var(--border-light); border-radius: 10px; background: var(--white); }

th { font-family: var(--font-heading); font-weight: 700; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: var(--text-dark); padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--border-light); background: var(--off-white); }

td { padding: 14px 20px; border-bottom: 1px solid var(--border-light); color: var(--text-body); font-weight: 400; line-height: 1.5; }

tr.row-highlight { background: var(--green-bg); }

tr.row-highlight td { color: var(--green); font-weight: 600; }

tr.row-highlight td:first-child { color: var(--text-dark); }

.stat-row { display: grid; grid-template-columns: 220px 1fr; gap: clamp(32px,4vw,56px); align-items: start; }

.step-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 32px 0 0; }

.step-card { border: 1px solid var(--border-light); border-radius: 10px; padding: 24px; background: var(--white); transition: box-shadow .3s ease; }

.step-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.06); }

.step-card--wide { grid-column: 1 / -1; }

.step-card-num { font-family: var(--font-heading); font-size: 28px; font-weight: 800; color: var(--orange); line-height: 1; margin-bottom: 12px; opacity: .7; }

.step-card-title { font-family: var(--font-heading); font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }

.step-card-text { font-size: 14px; color: var(--text-body); line-height: 1.6; font-weight: 300; }

.faq-item { border-bottom: 1px solid var(--border-light); }

.faq-q { font-family: var(--font-heading); font-size: 16px; font-weight: 700; color: var(--text-dark); letter-spacing: -.01em; padding: 22px 44px 22px 0; cursor: pointer; position: relative; display: block; user-select: none; }

.faq-q::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-family: var(--font-heading); font-size: 22px; font-weight: 300; color: var(--text-light); transition: transform .3s ease, color .3s ease; line-height: 1; }

.faq-item.open .faq-q::after { content: '\2212'; color: var(--orange); }

.faq-a { font-size: 14px; color: var(--text-body); line-height: 1.7; font-weight: 300; max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s ease; padding: 0; }

.faq-item.open .faq-a { max-height: 500px; padding: 0 0 22px 0; }

.faq-a a { color: var(--orange); }

.cta-btn--dark { background: var(--dark); }

.cta-btn--dark:hover { background: #2a2d33; box-shadow: 0 12px 32px rgba(12,15,20,.25); }

.cta-btn--outline { background: transparent; color: var(--text-dark); border: 1.5px solid var(--border-light); }

.cta-btn--outline:hover { border-color: var(--text-dark); background: var(--off-white); box-shadow: none; transform: translateY(-1px); }

.cta-section { padding: clamp(60px,8vw,100px) clamp(24px,5vw,80px); text-align: center; background: var(--off-white); }

.site-footer { max-width: 1200px; margin: 0 auto; padding: 3rem clamp(24px,5vw,80px) 4rem; border-top: 1px solid var(--border-light); }

@media (max-width: 768px) {
    .site-header .nav-links { display: none; }
    .data-grid { grid-template-columns: 1fr 1fr; }
    .stat-row { grid-template-columns: 1fr; gap: 16px; }
    .step-cards { grid-template-columns: 1fr; }
    .hero-meta { flex-direction: column; gap: 8px; }
  }

.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== CHECK LIST ===== */
  .check-list { list-style: none; padding: 0; margin: 0 0 24px; }

.check-list li { font-size: 16px; color: var(--text-body); line-height: 1.85; font-weight: 300; padding: 10px 0 10px 32px; border-bottom: 1px solid var(--border-light); position: relative; }

.check-list li:last-child { border-bottom: none; }

.check-list li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; border-radius: 50%; background: var(--orange); opacity: .5; }

.reveal-d1 { transition-delay: 0.1s; } .reveal-d2 { transition-delay: 0.2s; } .reveal-d3 { transition-delay: 0.3s; }

.reveal-d4 { transition-delay: 0.4s; } .reveal-d5 { transition-delay: 0.5s; }

/* HERO */
  .hero { padding: clamp(120px, 15vw, 180px) 0 clamp(60px, 8vw, 100px); max-width: 720px; }

.hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--text-dark);
    margin-bottom: 20px;
  }

.hero-intro {
    font-size: 17px;
    color: var(--text-body);
    line-height: 1.8;
    max-width: 580px;
    font-weight: 300;
  }

/* SHARED LABELS */
  .s-label { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }

.s-title { font-family: var(--font-heading); font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 700; color: var(--text-dark); letter-spacing: -0.02em; margin-bottom: 12px; }

.s-desc { font-size: 15px; color: var(--text-body); line-height: 1.7; font-weight: 300; max-width: 600px; margin-bottom: 40px; }

/* FLAGSHIP CARDS */
  .flagship-section { padding: 0 0 clamp(80px, 10vw, 140px); }

.flagship-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.flagship-card { display: flex; flex-direction: column; padding: 36px 28px 28px; background: var(--off-white); border-radius: 8px; text-decoration: none; color: var(--text-dark); transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); cursor: pointer; position: relative; overflow: hidden; }

.flagship-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }

.flagship-card:hover::before { transform: scaleX(1); }

.flagship-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }

.flagship-card:hover .fl-title { color: var(--orange); }

.flagship-card:hover .fl-arrow { transform: translateX(4px); color: var(--orange); }

.flagship-card.coming-soon { opacity: 0.45; pointer-events: none; }

.flagship-card.coming-soon::before { display: none; }

.fl-num { font-family: var(--font-heading); font-size: 48px; font-weight: 800; color: rgba(0,0,0,0.04); line-height: 1; margin-bottom: 16px; letter-spacing: -0.04em; }

.fl-tag { font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }

.flagship-card.coming-soon .fl-tag { color: var(--text-light); }

.fl-title { font-family: var(--font-heading); font-size: clamp(16px, 2vw, 19px); font-weight: 700; color: var(--text-dark); letter-spacing: -0.02em; line-height: 1.3; margin-bottom: 8px; transition: color 0.3s; }

.fl-desc { font-size: 14px; color: var(--text-body); line-height: 1.6; font-weight: 300; flex-grow: 1; margin-bottom: 24px; }

.fl-cta { font-family: var(--font-heading); font-size: 13px; font-weight: 600; color: var(--orange); letter-spacing: -0.01em; }

.fl-footer { display: flex; align-items: center; justify-content: space-between; }

.fl-arrow { font-size: 18px; color: var(--text-light); transition: all 0.3s; }

.coming-badge { font-family: var(--font-heading); font-size: 10px; font-weight: 600; color: var(--text-light); background: var(--white); padding: 3px 10px; border-radius: 4px; letter-spacing: 0.05em; }

/* PLATFORM CARDS */
  .platforms-section { padding: clamp(80px, 10vw, 140px) 0; border-top: 1px solid var(--border-light); }

.platforms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.p-card { display: flex; flex-direction: column; padding: 32px 28px; border: 1px solid var(--border-light); border-radius: 8px; text-decoration: none; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); cursor: pointer; }

.p-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); border-color: var(--orange); }

.p-card:hover .p-name { color: var(--orange); }

.p-card:hover .p-arrow { transform: translateX(4px); color: var(--orange); }

.p-card.coming-soon { opacity: 0.45; pointer-events: none; }

.p-card.coming-soon .p-tag { color: var(--text-light); }

.p-tag { font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }

.p-name { font-family: var(--font-heading); font-size: clamp(16px, 2vw, 19px); font-weight: 700; color: var(--text-dark); letter-spacing: -0.02em; line-height: 1.3; margin-bottom: 8px; transition: color 0.3s; }

.p-desc { font-size: 14px; color: var(--text-body); line-height: 1.6; font-weight: 300; flex-grow: 1; margin-bottom: 20px; }

.p-footer { display: flex; align-items: center; justify-content: space-between; }

.p-arrow { font-size: 16px; color: var(--text-light); transition: all 0.3s; }
.p-btn { display: inline-block; font-family: var(--font-heading); font-size: 13px; font-weight: 600; color: var(--white); background: var(--orange); padding: 10px 20px; border-radius: 4px; transition: all 0.3s; }
.p-card:hover .p-btn { background: var(--orange-dark); }

/* LIST ITEMS (comparativas + guias) */
  .list-section { padding: clamp(80px, 10vw, 140px) 0; border-top: 1px solid var(--border-light); }

.list-grid { display: flex; flex-direction: column; }

.list-item { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--border-light); text-decoration: none; color: var(--text-dark); transition: all 0.3s ease; cursor: pointer; }

.list-item:first-child { border-top: 1px solid var(--border-light); }

.list-item:hover { padding-left: 12px; }

.list-item:hover .li-title { color: var(--orange); }

.list-item:hover .li-arrow { transform: translateX(4px); color: var(--orange); }

.list-item.coming-soon { opacity: 0.45; pointer-events: none; }

.li-icon { font-family: var(--font-heading); font-size: 13px; font-weight: 700; color: var(--text-light); letter-spacing: -0.02em; }

.li-tag { font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); margin-bottom: 4px; display: block; }

.list-item.coming-soon .li-tag { color: var(--text-light); }

.li-title { font-family: var(--font-heading); font-size: clamp(16px, 2vw, 20px); font-weight: 700; color: var(--text-dark); letter-spacing: -0.02em; line-height: 1.3; margin-bottom: 4px; transition: color 0.3s; }

.li-desc { font-size: 14px; color: var(--text-body); line-height: 1.6; font-weight: 300; }

.li-arrow { font-size: 18px; color: var(--text-light); transition: all 0.3s; }

/* QUOTE */
  .quote-section { padding: clamp(60px, 8vw, 100px) 0; text-align: center; border-top: 1px solid var(--border-light); }

.quote-inner {
    max-width: 680px;
    margin: 0 auto;
  }

.quote-text {
    font-family: var(--font-heading);
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: -0.02em;
    line-height: 1.35;
    margin-bottom: 14px;
  }

.quote-cite {
    font-size: 14px;
    color: var(--text-light);
    font-weight: 400;
  }

/* CTA */
  .cta-section { padding: clamp(60px, 8vw, 100px) 0; text-align: center; background: var(--off-white); margin: 0 calc(-1 * clamp(24px, 5vw, 80px)); padding-left: clamp(24px, 5vw, 80px); padding-right: clamp(24px, 5vw, 80px); }

.cta-heading {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: -0.02em;
    margin-bottom: 12px;
  }

@media print { .reveal { opacity: 1 !important; transform: none !important; } .site-header { position: static; } }

@media (max-width: 1024px) { .flagship-grid { grid-template-columns: repeat(2, 1fr); } .platforms-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) { .site-header .nav-links { display: none; } .flagship-grid { grid-template-columns: 1fr; } .platforms-grid { grid-template-columns: 1fr; } .list-item { grid-template-columns: 30px 1fr auto; gap: 14px; padding: 22px 0; } .li-desc { display: none; } }

.intro-title { font-family: var(--font-heading); font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 16px; letter-spacing: -0.01em; }

.intro-text { font-size: 15px; color: var(--text-body); line-height: 1.7; font-weight: 300; margin-bottom: 12px; }

.intro-text:last-child { margin-bottom: 0; }

.intro-text strong { color: var(--text-dark); font-weight: 600; }

/* --- HEADER --- */
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-light);
    padding: 14px 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.site-header .back-link {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: var(--text-light);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s;
  }

.site-header .back-link:hover { color: var(--orange); }

.page {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 2rem;
    padding-top: 4rem;
  }

/* --- HERO --- */
  .hero {
    min-height: 45vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 0 1rem;
  }

.hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 1.2rem;
    color: var(--text-dark);
  }

.hero-intro {
    font-size: 1.05rem;
    color: var(--text-body);
    line-height: 1.8;
    max-width: 580px;
    font-weight: 300;
  }

.hero-intro strong {
    color: var(--orange);
    font-weight: 600;
  }

.hero-kicker {
    margin-top: 1.3rem;
    padding: 1rem 1.1rem;
    border-radius: 8px;
    background: var(--orange-glow);
    border: 1px solid rgba(232,99,43,0.15);
    font-family: var(--font-heading);
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.5;
    max-width: 580px;
  }

/* --- SECTIONS --- */
  .section {
    padding: 3rem 0;
    border-top: 1px solid var(--border-light);
  }

.section-label {
    font-family: var(--font-heading);
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 1.2rem;
  }

h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 1.95rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: var(--text-dark);
  }

p { margin-bottom: 1.05rem; }

.lede {
    font-size: 1.05rem;
    color: var(--text-body);
    font-weight: 300;
  }

.microhead {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: -0.01em;
    font-size: 1rem;
    margin: 1.5rem 0 0.6rem;
    color: var(--text-dark);
  }

.takeaway {
    margin: 1.6rem 0 0;
    padding: 1rem 1.15rem;
    border-radius: 8px;
    background: var(--off-white);
    border: 1px solid var(--border-light);
  }

.takeaway strong {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--orange);
  }

.emphasis {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    font-style: italic;
    margin: 2rem 0;
    padding-left: 1.2rem;
    border-left: 3px solid var(--orange);
    line-height: 1.55;
    color: var(--text-dark);
  }

/* --- LISTS --- */
  .clean-list {
    list-style: none;
    margin: 1.2rem 0;
    padding: 0;
  }

.clean-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
    color: var(--text-body);
    line-height: 1.7;
    font-weight: 300;
  }

.clean-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
  }

/* --- EXAMPLE BOX --- */
  .example-box {
    margin: 1.6rem 0;
    padding: 1.2rem 1.3rem;
    border-radius: 8px;
    background: var(--off-white);
    border: 1px solid var(--border-light);
  }

.example-box .example-label {
    font-family: var(--font-heading);
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 8px;
    display: block;
  }

.example-box p {
    font-size: 0.92rem;
    color: var(--text-body);
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 0.5rem;
  }

.example-box p:last-child { margin-bottom: 0; }

/* --- TWO COLUMNS --- */
  .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin: 1.6rem 0;
  }

.col-card {
    padding: 1.2rem;
    border-radius: 8px;
    border: 1px solid var(--border-light);
    background: var(--white);
  }

.col-card .col-label {
    font-family: var(--font-heading);
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
  }

.col-card h3 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
    line-height: 1.3;
  }

.col-card p {
    font-size: 0.88rem;
    color: var(--text-body);
    line-height: 1.65;
    font-weight: 300;
    margin-bottom: 0;
  }

.big-number.danger { color: var(--danger); }

/* --- NEXT --- */
  .next {
    padding: 3rem 0 2rem;
    border-top: 1px solid var(--border-light);
    text-align: center;
  }

.next h2 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
  }

.next p {
    color: var(--text-body);
    font-size: 0.98rem;
    line-height: 1.7;
    font-weight: 300;
  }

.next .sub {
    margin-top: 0.6rem;
    color: var(--orange);
    font-family: var(--font-heading);
    font-weight: 600;
  }

/* --- FOOTER --- */
  .site-footer {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem 4rem;
    border-top: 1px solid var(--border-light);
  }

/* --- PRINT --- */
  @media print {
    .reveal { opacity: 1 !important; transform: none !important; }
    .site-header { position: static; border-bottom: none; }
    .page { padding-top: 0; }
  }

@media (max-width: 700px) {
    html { font-size: 16px; }
    .page { padding: 0 1.5rem; padding-top: 4rem; }
    .two-col { grid-template-columns: 1fr; }
  }

:root{--orange:#E8632B;--orange-dark:#D4571F;--orange-glow:#FFF5EF;--dark:#0C0F14;--white:#FFFFFF;--off-white:#F5F4F0;--text-dark:#1a1a1f;--text-body:#6E7078;--text-light:#9A9B9F;--border-light:#E5E4DF;--green:#2d8a4e;--green-bg:#f0f9f4;--red:#c0392b;--red-bg:#fdf2f0;--font-heading:'Sora',sans-serif;--font-body:'Inter',sans-serif}

*{margin:0;padding:0;box-sizing:border-box}html{font-size:18px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--text-dark);line-height:1.8;font-weight:400}

.reveal{opacity:0;transform:translateY(25px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}

.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);padding:14px clamp(24px,5vw,80px);display:flex;align-items:center;justify-content:space-between}

.site-header .logo{font-family:var(--font-heading);font-size:20px;font-weight:700;text-decoration:none;color:var(--text-dark);letter-spacing:-.03em}.site-header .logo span{color:var(--orange)}

.site-header .nav-links{display:flex;list-style:none;gap:28px}.site-header .nav-links a{font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--text-light);text-decoration:none;transition:color .3s}.site-header .nav-links a:hover{color:var(--orange)}.site-header .nav-links a.active{color:var(--orange);font-weight:600}

.page{max-width:1200px;margin:0 auto;padding:0 clamp(24px,5vw,80px)}.content{max-width:780px}

.hero{padding:clamp(120px,15vw,180px) 0 clamp(40px,5vw,60px);max-width:720px}.hero-label{font-family:var(--font-heading);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:16px}

.hero h1{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,2.8rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text-dark);margin-bottom:20px}

.hero-intro{font-size:17px;color:var(--text-body);line-height:1.8;max-width:620px;font-weight:300}.hero-meta{display:flex;gap:24px;margin-top:20px;font-size:12px;color:var(--text-light);font-weight:400}

.content p{font-size:16px;color:var(--text-body);line-height:1.85;font-weight:300;margin-bottom:24px}.content p strong{color:var(--text-dark);font-weight:600}

.s-label{font-family:var(--font-heading);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}

.s-title{font-family:var(--font-heading);font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;color:var(--text-dark);letter-spacing:-.02em;margin-bottom:16px}

.data-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:32px 0 48px}.data-card{background:var(--off-white);border-radius:6px;padding:20px}

.data-label{font-family:var(--font-heading);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:6px}

.data-value{font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--text-dark);letter-spacing:-.01em;line-height:1.3}.data-note{font-size:12px;color:var(--text-light);font-weight:300;margin-top:4px}

.section{padding:48px 0;border-top:1px solid var(--border-light)}

.table-wrapper{overflow-x:auto;margin:24px 0;border:1px solid var(--border-light);border-radius:8px}table{width:100%;border-collapse:collapse;font-size:14px}

th{font-family:var(--font-heading);font-weight:700;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-dark);padding:14px 18px;text-align:left;border-bottom:1px solid var(--border-light);background:var(--off-white)}

td{padding:14px 18px;border-bottom:1px solid var(--border-light);color:var(--text-body);font-weight:400;line-height:1.5}tr:last-child td{border-bottom:none}td:first-child{font-family:var(--font-heading);font-weight:600;color:var(--text-dark);font-size:13px}

.highlight-cell{color:var(--orange);font-weight:600}

.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:32px 0}.pros-box,.cons-box{border-radius:8px;padding:24px}.pros-box{background:var(--green-bg)}.cons-box{background:var(--red-bg)}

.pc-title{font-family:var(--font-heading);font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:14px}.pros-box .pc-title{color:var(--green)}.cons-box .pc-title{color:var(--red)}

.pc-list{list-style:none}.pc-list li{font-size:14px;color:var(--text-body);line-height:1.6;font-weight:300;margin-bottom:10px;padding-left:20px;position:relative}.pc-list li:last-child{margin-bottom:0}

.pros-box .pc-list li::before{content:'\2713';position:absolute;left:0;color:var(--green);font-weight:700;font-size:13px}.cons-box .pc-list li::before{content:'\2717';position:absolute;left:0;color:var(--red);font-weight:700;font-size:13px}

.steps{margin:32px 0}.step{display:flex;gap:18px;margin-bottom:24px}.step:last-child{margin-bottom:0}

.step-num{font-family:var(--font-heading);font-size:14px;font-weight:800;color:var(--orange);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--orange-glow);border-radius:50%;flex-shrink:0}

.step-content{flex:1}.step-title{font-family:var(--font-heading);font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.step-text{font-size:14px;color:var(--text-body);line-height:1.6;font-weight:300}

.faq-item{border-bottom:1px solid var(--border-light);padding:24px 0}.faq-item:first-of-type{border-top:1px solid var(--border-light)}

.faq-q{font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--text-dark);letter-spacing:-.01em;margin-bottom:8px}.faq-a{font-size:14px;color:var(--text-body);line-height:1.7;font-weight:300}

.cta-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:var(--orange);color:var(--white);font-family:var(--font-heading);font-size:14px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .4s cubic-bezier(.16,1,.3,1)}

.cta-btn:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 12px 32px rgba(232,99,43,.3)}.cta-btn span{transition:transform .3s}.cta-btn:hover span{transform:translateX(4px)}

.cta-btn-outline{background:transparent;color:var(--orange);border:2px solid var(--orange)}.cta-btn-outline:hover{background:var(--orange);color:var(--white)}

.quote-block{border-left:3px solid var(--orange);padding:20px 24px;margin:32px 0;background:var(--orange-glow);border-radius:0 6px 6px 0}.quote-block p{font-size:15px;color:var(--text-dark);line-height:1.7;font-weight:400;margin-bottom:0}

.cta-section{padding:clamp(60px,8vw,100px) 0;text-align:center;background:var(--off-white);margin:0 calc(-1*clamp(24px,5vw,80px));padding-left:clamp(24px,5vw,80px);padding-right:clamp(24px,5vw,80px)}

.cta-inner{max-width:580px;margin:0 auto}.cta-heading{font-family:var(--font-heading);font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;color:var(--text-dark);letter-spacing:-.02em;margin-bottom:12px}

.cta-desc{font-size:15px;color:var(--text-body);line-height:1.7;font-weight:300;margin-bottom:28px}

.breadcrumb{padding-top:clamp(90px,12vw,120px);font-size:12px;color:var(--text-light)}.breadcrumb a{color:var(--text-light);text-decoration:none}.breadcrumb a:hover{color:var(--orange)}

.site-footer{max-width:1200px;margin:0 auto;padding:3rem clamp(24px,5vw,80px) 4rem;border-top:1px solid var(--border-light)}

.footer-disclaimer{font-size:.72rem;color:var(--text-light);line-height:1.7;margin-bottom:1rem}.footer-disclaimer strong{color:var(--text-body);font-weight:500}

.footer-copyright{font-size:.68rem;color:var(--text-light);line-height:1.6;padding-top:1rem;border-top:1px solid var(--border-light)}

.faq-a a,.content p a,.step-text a,.quote-block a{color:var(--orange)}

@media(max-width:768px){.site-header .nav-links{display:none}.data-grid{grid-template-columns:1fr 1fr}.pros-cons{grid-template-columns:1fr}.hero-meta{flex-direction:column;gap:8px}}

@media(max-width:480px){.data-grid{grid-template-columns:1fr}}

/* --- DIAGRAM --- */
  .diagram {
    margin: 2.2rem 0;
    display: flex;
    justify-content: center;
  }

.tool-card{border:1px solid var(--border-light);border-radius:8px;padding:24px;margin-bottom:20px}.tool-card:last-of-type{margin-bottom:28px}

.tool-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px;margin-bottom:10px}

.tool-name{font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--text-dark)}.tool-price{font-size:13px;color:var(--text-light);font-weight:400}

.tool-card p{font-size:14px;color:var(--text-body);line-height:1.7;font-weight:300;margin-bottom:16px}

.tool-card .cta-btn{font-size:13px;padding:11px 24px}

.hero h1 { font-family: var(--font-heading); font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; color: var(--text-dark); margin-bottom: 20px; }

/* CONTENT TEXT */
  .content p { font-size: 16px; color: var(--text-body); line-height: 1.85; font-weight: 300; margin-bottom: 24px; }

/* TOP PICKS BOX */
  .top-picks { background: var(--off-white); border-radius: 8px; padding: 32px 28px; margin-bottom: 48px; }

.top-picks-title { font-family: var(--font-heading); font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; letter-spacing: -0.01em; }

.pick { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }

.pick:last-child { margin-bottom: 0; }

.pick-medal { font-family: var(--font-heading); font-size: 15px; font-weight: 800; flex-shrink: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: var(--orange-glow); color: var(--orange); border-radius: 50%; }

.pick-info { flex: 1; }

.pick-name { font-family: var(--font-heading); font-size: 15px; font-weight: 700; color: var(--text-dark); letter-spacing: -0.01em; }

.pick-why { font-size: 13px; color: var(--text-body); font-weight: 300; line-height: 1.6; }

/* COMPARISON TABLE */
  .table-section { margin: 48px 0; padding: 48px 0; border-top: 1px solid var(--border-light); }

.table-wrapper { overflow-x: auto; margin-top: 24px; border: 1px solid var(--border-light); border-radius: 8px; }

table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 700px; }

thead { background: var(--off-white); }

th { font-family: var(--font-heading); font-weight: 700; font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-dark); padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border-light); white-space: nowrap; }

td { padding: 14px 16px; border-bottom: 1px solid var(--border-light); color: var(--text-body); font-weight: 400; vertical-align: top; line-height: 1.5; }

td:first-child { font-family: var(--font-heading); font-weight: 700; color: var(--text-dark); font-size: 13px; white-space: nowrap; }

.highlight-cell { color: var(--orange); font-weight: 600; }

/* BROKER REVIEW CARDS */
  .broker-section { padding: 48px 0; border-top: 1px solid var(--border-light); }

.broker-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }

.broker-name { font-family: var(--font-heading); font-size: clamp(1.2rem, 2.5vw, 1.5rem); font-weight: 800; color: var(--text-dark); letter-spacing: -0.02em; }

.broker-badge { font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); background: var(--orange-glow); padding: 5px 12px; border-radius: 4px; white-space: nowrap; }

.broker-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 24px; }

.broker-fact { background: var(--off-white); border-radius: 6px; padding: 16px 18px; }

.broker-fact-label { font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-bottom: 4px; }

.broker-fact-value { font-family: var(--font-heading); font-size: 15px; font-weight: 700; color: var(--text-dark); letter-spacing: -0.01em; }

.broker-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 24px 0; }

.pros, .cons { padding: 0; }

.pros-title, .cons-title { font-family: var(--font-heading); font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 10px; }

.pros-title { color: #2d8a4e; }

.cons-title { color: #c0392b; }

.pros li, .cons li { font-size: 14px; color: var(--text-body); line-height: 1.6; font-weight: 300; margin-bottom: 6px; list-style: none; padding-left: 18px; position: relative; }

.pros li::before { content: '✓'; position: absolute; left: 0; color: #2d8a4e; font-weight: 700; font-size: 12px; }

.cons li::before { content: '✗'; position: absolute; left: 0; color: #c0392b; font-weight: 700; font-size: 12px; }

.broker-verdict { font-size: 15px; color: var(--text-body); line-height: 1.8; font-weight: 300; }

.broker-verdict strong { color: var(--text-dark); font-weight: 600; }

.broker-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 12px 28px; background: var(--orange); color: var(--white); font-family: var(--font-heading); font-size: 13px; font-weight: 600; text-decoration: none; border-radius: 4px; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }

.broker-cta:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(232,99,43,0.3); }

.content a.broker-cta { color: var(--white); }

/* FAQ */
  .faq-section { padding: 48px 0; border-top: 1px solid var(--border-light); }

.faq-q { font-family: var(--font-heading); font-size: 16px; font-weight: 700; color: var(--text-dark); letter-spacing: -0.01em; margin-bottom: 8px; cursor: pointer; }

/* METHODOLOGY */
  .method-section { padding: 48px 0; border-top: 1px solid var(--border-light); }

/* REGION SELECTOR */
  .region-selector { display: inline-flex; gap: 0; margin-bottom: 40px; border: 1px solid var(--border-light); border-radius: 6px; overflow: hidden; }

.region-tab { padding: 10px 24px; font-family: var(--font-heading); font-size: 13px; font-weight: 600; color: var(--text-light); text-decoration: none; transition: all 0.3s ease; border-right: 1px solid var(--border-light); }

.region-tab:last-child { border-right: none; }

.region-tab:hover { color: var(--text-dark); background: var(--off-white); }

.region-tab.active { color: var(--orange); background: var(--orange-glow); }

@media (max-width: 768px) {
    .site-header .nav-links { display: none; }
    .broker-grid { grid-template-columns: 1fr; }
    .broker-pros-cons { grid-template-columns: 1fr; }
    .hero-meta { flex-direction: column; gap: 8px; }
  }

.hero-intro {
    font-size: 1.05rem;
    color: var(--text-body);
    line-height: 1.8;
    max-width: 560px;
    font-weight: 300;
  }

.hero-kicker {
    margin-top: 1.3rem;
    padding: 1rem 1.1rem;
    border-radius: 8px;
    background: var(--orange-glow);
    border: 1px solid rgba(232,99,43,0.15);
    font-family: var(--font-heading);
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.5;
    max-width: 560px;
  }

/* ===== MOBILE HAMBURGER MENU (SUBPAGES) ===== */
.site-header .hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  z-index: 200;
}
.site-header .hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  transition: all 0.3s;
}
.site-header .hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.site-header .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
  .site-header .hamburger { display: flex; }
  .site-header .nav-links.show {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 150;
    padding: 100px 40px 40px;
    gap: 0;
  }
  .site-header .nav-links.show li {
    border-bottom: 1px solid var(--border-light);
  }
  .site-header .nav-links.show a {
    display: block;
    padding: 18px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
  }
  .site-header .nav-links.show a:hover,
  .site-header .nav-links.show a.active {
    color: var(--orange);
  }
}

/* ===== SUBPAGE FULL FOOTER ===== */
.site-footer-full {
  background: var(--dark);
  color: rgba(255,255,255,0.5);
  padding: clamp(48px, 6vw, 80px) clamp(24px, 5vw, 80px) 32px;
}
.sf-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sf-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  margin-bottom: 40px;
}
.sf-brand .logo {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  letter-spacing: -0.03em;
}
.sf-brand .logo span { color: var(--orange); }
.sf-brand p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.45);
}
.sf-email {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.sf-email-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(232,99,43,0.15);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.sf-email a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.3s;
}
.sf-email a:hover { color: var(--orange); }
.sf-col .sf-col-title {
  display: block;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}
.sf-col a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s;
}
.sf-col a:hover { color: var(--orange); }
.sf-disclaimers {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  margin-bottom: 16px;
}
.sf-disclaimers p {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.3);
  line-height: 1.7;
  margin-bottom: 8px;
}
.sf-disclaimers strong {
  color: rgba(255,255,255,0.45);
  font-weight: 500;
}
.sf-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 16px;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
  .sf-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
