/* roulang page: index */
:root{
      --green-950:#071813;
      --green-900:#0e2b22;
      --green-800:#12372a;
      --green-700:#19513e;
      --cyan:#26d9c3;
      --cyan-soft:#dffbf7;
      --gold:#c98b3b;
      --gold-soft:#fff1da;
      --paper:#f4f7f2;
      --card:#ffffff;
      --text:#1d2522;
      --muted:#6d7a74;
      --line:#dce5dd;
      --line-dark:rgba(255,255,255,.14);
      --shadow:0 18px 48px rgba(18,55,42,.10);
      --shadow-strong:0 24px 80px rgba(7,24,19,.24);
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:12px;
      --container:1200px;
      --font: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{font-family:var(--font);background:var(--paper);color:var(--text);line-height:1.75;font-size:16px;overflow-x:hidden}
    a{color:inherit;text-decoration:none;transition:.2s ease}
    img{max-width:100%;display:block;height:auto}
    button,input{font:inherit}
    button{cursor:pointer;border:0;background:none}
    .container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
    .skip-link{position:absolute;left:-999px;top:12px;background:var(--cyan);color:var(--green-950);padding:10px 16px;border-radius:999px;z-index:1000}
    .skip-link:focus{left:16px;outline:3px solid #fff}
    .site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(7,24,19,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.10)}
    .nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
    .brand{display:flex;align-items:center;gap:12px;min-width:0;color:#fff;font-weight:800;letter-spacing:.2px}
    .brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--cyan),var(--gold));display:grid;place-items:center;color:var(--green-950);box-shadow:0 0 26px rgba(38,217,195,.24);flex:0 0 auto}
    .brand-text{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}
    .nav-menu{display:flex;align-items:center;gap:8px;list-style:none}
    .nav-menu a{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border-radius:999px;color:rgba(255,255,255,.78);font-weight:650;font-size:15px}
    .nav-menu a:hover,.nav-menu a:focus{color:#fff;background:rgba(38,217,195,.12);outline:none}
    .nav-menu a.active{color:var(--green-950);background:var(--cyan)}
    .nav-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 18px;border-radius:999px;background:var(--gold);color:var(--green-950);font-weight:800;box-shadow:0 12px 28px rgba(201,139,59,.24)}
    .nav-action:hover{transform:translateY(-2px);filter:brightness(1.05)}
    .menu-toggle{display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line-dark);color:#fff;align-items:center;justify-content:center}
    .menu-toggle span,.menu-toggle:before,.menu-toggle:after{content:"";width:20px;height:2px;background:#fff;border-radius:4px;display:block;position:absolute;transition:.2s}
    .menu-toggle{position:relative}.menu-toggle:before{transform:translateY(-7px)}.menu-toggle:after{transform:translateY(7px)}
    .menu-toggle[aria-expanded="true"] span{opacity:0}.menu-toggle[aria-expanded="true"]:before{transform:rotate(45deg)}.menu-toggle[aria-expanded="true"]:after{transform:rotate(-45deg)}
    .hero{position:relative;min-height:780px;padding:148px 0 86px;color:#fff;background:linear-gradient(120deg,rgba(7,24,19,.94),rgba(14,43,34,.80)),url('/assets/images/backpic/back-1.webp') center/cover no-repeat;overflow:hidden}
    .hero:after{content:"";position:absolute;inset:auto -15% -28% auto;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(38,217,195,.23),transparent 63%);pointer-events:none}
    .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(38,217,195,.13);border:1px solid rgba(38,217,195,.32);color:#dffbf7;font-weight:750;font-size:13px;margin-bottom:18px}
    h1{font-size:clamp(32px,5vw,56px);line-height:1.12;font-weight:850;letter-spacing:-1px;margin-bottom:22px}
    .hero-lead{font-size:18px;color:rgba(255,255,255,.82);max-width:690px;margin-bottom:30px}
    .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s ease;white-space:nowrap}
    .btn-primary{background:var(--cyan);color:var(--green-950);box-shadow:0 16px 36px rgba(38,217,195,.23)}
    .btn-primary:hover,.btn-primary:focus{transform:translateY(-2px);box-shadow:0 22px 46px rgba(38,217,195,.32);outline:none}
    .btn-secondary{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.24)}
    .btn-secondary:hover,.btn-secondary:focus{background:rgba(38,217,195,.14);border-color:rgba(38,217,195,.45);outline:none}
    .hero-notes{display:flex;gap:12px;flex-wrap:wrap;color:rgba(255,255,255,.76);font-size:14px}.hero-notes span{padding:7px 11px;border-radius:10px;background:rgba(255,255,255,.08)}
    .dashboard{background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.18);border-radius:30px;padding:22px;box-shadow:var(--shadow-strong);backdrop-filter:blur(14px)}
    .dash-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.dash-title{font-weight:850;font-size:20px}.live-badge{font-size:12px;color:var(--green-950);background:var(--cyan);padding:5px 9px;border-radius:999px;font-weight:850}
    .match-card{border-radius:22px;background:rgba(7,24,19,.72);border:1px solid rgba(255,255,255,.12);padding:18px;margin-bottom:14px}.match-top{display:flex;justify-content:space-between;color:rgba(255,255,255,.68);font-size:13px;margin-bottom:14px}.teams{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.team{text-align:center;background:rgba(255,255,255,.06);border-radius:16px;padding:16px 10px}.team strong{display:block;font-size:18px}.score{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:34px;font-weight:900;color:var(--cyan)}
    .dash-list{display:grid;gap:10px}.dash-row{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.82)}.dash-row b{color:#fff}.dash-row em{font-style:normal;color:var(--gold);font-weight:800}
    .section{padding:88px 0}.section.dark{background:var(--green-900);color:#fff}.section-head{display:flex;justify-content:space-between;gap:22px;align-items:flex-end;margin-bottom:34px}.section-kicker{color:var(--gold);font-weight:850;font-size:14px;letter-spacing:.08em}.section h2{font-size:clamp(28px,3vw,38px);line-height:1.2;margin-top:8px}.section-desc{max-width:620px;color:var(--muted)}.dark .section-desc{color:rgba(255,255,255,.72)}
    .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:-44px;position:relative;z-index:3}.stat{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow)}.stat-num{font-size:32px;font-weight:900;color:var(--green-800);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.stat small{display:block;color:var(--muted);margin-top:6px}.stat:hover{transform:translateY(-3px);transition:.2s;box-shadow:0 24px 58px rgba(18,55,42,.14)}
    .feature-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:stretch}.cover-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:470px;box-shadow:var(--shadow)}.cover-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.cover-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 18%,rgba(7,24,19,.88))}.cover-content{position:absolute;inset:auto 0 0 0;padding:28px;color:#fff;z-index:1}.tag{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:var(--cyan-soft);color:var(--green-800);font-size:12px;font-weight:850}.tag.gold{background:var(--gold-soft);color:#70450d}.cover-content .tag{background:rgba(38,217,195,.18);color:#dffbf7;border:1px solid rgba(38,217,195,.38)}
    .timeline{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow)}.timeline-item{display:grid;grid-template-columns:96px 1fr;gap:20px;position:relative;padding:0 0 28px}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:"";position:absolute;left:108px;top:12px;bottom:-2px;width:2px;background:var(--line)}.timeline-item:last-child:before{display:none}.timeline-dot{width:13px;height:13px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 6px var(--cyan-soft);position:absolute;left:102px;top:8px}.timeline-time{font-weight:850;color:var(--green-700)}.timeline-text{padding-left:24px}.timeline-text h3{font-size:20px;margin-bottom:6px}.timeline-text p{color:var(--muted)}
    .score-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:26px}.score-table{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:18px 20px;border-bottom:1px solid var(--line)}th{background:#edf4ef;color:var(--green-800);font-size:14px}tr:last-child td{border-bottom:0}tbody tr:hover{background:#effdfa}.status{display:inline-flex;padding:4px 9px;border-radius:999px;background:var(--gold-soft);color:#724b15;font-size:12px;font-weight:850}.focus-card{background:linear-gradient(160deg,var(--green-800),var(--green-950));border-radius:var(--radius-lg);padding:26px;color:#fff;box-shadow:var(--shadow-strong);position:relative;overflow:hidden}.focus-card:before{content:"";position:absolute;right:-70px;top:-90px;width:210px;height:210px;border-radius:50%;background:rgba(38,217,195,.18)}.focus-card h3{font-size:24px;margin:12px 0}.focus-card p{color:rgba(255,255,255,.74)}.focus-list{margin-top:20px;display:grid;gap:10px}.focus-list li{list-style:none;display:flex;gap:9px;align-items:flex-start}.focus-list li:before{content:"✓";color:var(--cyan);font-weight:900}
    .steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;counter-reset:step}.step{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;position:relative;box-shadow:var(--shadow)}.step:before{counter-increment:step;content:counter(step);width:38px;height:38px;border-radius:50%;background:var(--gold);color:var(--green-950);display:grid;place-items:center;font-weight:900;margin-bottom:16px}.step h3{font-size:18px;margin-bottom:8px}.step p{color:var(--muted);font-size:15px}.step a{display:inline-flex;margin-top:14px;color:var(--green-700);font-weight:850}.step:hover{transform:translateY(-3px);transition:.2s;border-color:rgba(38,217,195,.55)}
    .verify{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.verify-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:30px;box-shadow:var(--shadow)}.checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.check{padding:14px;border-radius:16px;background:#f8fbf7;border:1px solid var(--line);font-weight:750}.check:before{content:"●";color:var(--cyan);margin-right:8px}.risk-box{margin-top:18px;padding:16px;border-radius:16px;background:var(--gold-soft);border:1px solid rgba(201,139,59,.24);color:#56370f;font-weight:650}
    .articles{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.article-main,.article-small,.article-row{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.article-main img{height:260px;width:100%;object-fit:cover}.article-body{padding:22px}.article-body h3{font-size:23px;line-height:1.35;margin:12px 0 8px}.article-body p{color:var(--muted)}.article-stack{display:grid;gap:18px}.article-small{display:grid;grid-template-columns:160px 1fr}.article-small img{width:160px;height:100%;object-fit:cover}.article-row{grid-column:1/-1;display:grid;grid-template-columns:220px 1fr}.article-row img{width:220px;height:100%;object-fit:cover}.article-main:hover img,.article-small:hover img,.article-row:hover img{transform:scale(1.04);transition:.35s}.article-main:hover h3,.article-small:hover h3,.article-row:hover h3{color:var(--green-700)}
    .faq-list{display:grid;gap:14px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:20px 22px;font-weight:850;color:var(--text)}.faq-q:focus{outline:3px solid rgba(38,217,195,.35);outline-offset:-3px}.faq-a{display:none;padding:0 22px 20px;color:var(--muted)}.faq-item.open .faq-a{display:block}.faq-icon{width:28px;height:28px;border-radius:50%;background:var(--cyan-soft);color:var(--green-800);display:grid;place-items:center;font-weight:900}.faq-item.open .faq-icon{background:var(--cyan)}
    .cta{padding:74px 0;background:linear-gradient(135deg,var(--green-950),var(--green-800));color:#fff}.cta-box{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.cta h2{font-size:34px;line-height:1.25;margin-bottom:10px}.cta p{color:rgba(255,255,255,.74);max-width:760px}
    .site-footer{background:var(--green-950);color:rgba(255,255,255,.72);padding:52px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .9fr;gap:30px;margin-bottom:28px}.footer-brand{color:#fff;font-size:20px;font-weight:900;margin-bottom:10px}.footer-links{display:grid;gap:10px}.footer-links a:hover{color:var(--cyan)}.footer-title{color:#fff;font-weight:850;margin-bottom:12px}.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;font-size:14px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.domain-link{color:var(--cyan)}
    @media (max-width:1024px){.brand-text{max-width:240px}.hero-grid,.feature-split,.score-layout,.verify,.articles{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.score-table{overflow-x:auto}.focus-card{min-height:auto}.footer-grid{grid-template-columns:1fr 1fr}}
    @media (max-width:768px){.container{width:min(100% - 28px,var(--container))}.nav-wrap{height:68px}.menu-toggle{display:flex}.nav-menu{position:absolute;top:68px;left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;padding:16px;background:rgba(7,24,19,.98);border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:var(--shadow-strong)}.nav-menu.open{display:flex}.nav-menu a{justify-content:center}.nav-action{display:none}.hero{min-height:auto;padding:116px 0 60px}.hero-grid{gap:28px}.dashboard{padding:16px}.teams{grid-template-columns:1fr;gap:10px}.score{font-size:28px;text-align:center}.section{padding:60px 0}.section-head{display:block}.section-desc{margin-top:12px}.stats-grid{margin-top:0}.timeline-item{grid-template-columns:72px 1fr}.timeline-item:before{left:84px}.timeline-dot{left:78px}.timeline-text{padding-left:18px}.steps{grid-template-columns:1fr}.checklist{grid-template-columns:1fr}.article-small,.article-row{grid-template-columns:1fr}.article-small img,.article-row img{width:100%;height:210px}.cta-box{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}
    @media (max-width:520px){.brand-text{max-width:210px;font-size:16px}.hero-cta .btn,.cta .btn{width:100%}.stats-grid{grid-template-columns:1fr}th,td{padding:14px 12px;font-size:14px}.section h2{font-size:28px}.hero-lead{font-size:16px}.cover-card{min-height:360px}.copyright{display:block}.copyright span{display:block;margin-top:8px}}

/* roulang page: category1 */
:root{
      --bg:#F4F7F2;
      --bg-soft:#EEF3ED;
      --panel:#FFFFFF;
      --panel-2:#F7FAF5;
      --header:#12372A;
      --header-2:#0E2B22;
      --line:#DCE5DD;
      --text:#1D2522;
      --muted:#6D7A74;
      --brand:#26D9C3;
      --brand-2:#C98B3B;
      --brand-soft:rgba(38,217,195,.12);
      --brand-soft-2:rgba(201,139,59,.14);
      --shadow:0 18px 50px rgba(18,55,42,.08);
      --shadow-strong:0 22px 60px rgba(18,55,42,.16);
      --radius:22px;
      --radius-sm:14px;
      --radius-xs:10px;
      --container:1220px;
      --transition:all .25s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
      background:linear-gradient(180deg,#f7faf5 0%, #f1f5ef 100%);
      color:var(--text);
      line-height:1.75;
      text-rendering:optimizeLegibility;
      -webkit-font-smoothing:antialiased;
      overflow-x:hidden;
    }

    a{color:inherit;text-decoration:none;transition:var(--transition)}
    img{display:block;max-width:100%;height:auto}
    button,input,textarea{font:inherit}
    button{border:0;background:none;cursor:pointer}
    ::selection{background:rgba(38,217,195,.28)}

    .container{
      width:min(100% - 32px, var(--container));
      margin-inline:auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(18,55,42,.92);
      backdrop-filter:saturate(180%) blur(14px);
      border-bottom:1px solid rgba(255,255,255,.08);
      box-shadow:0 8px 28px rgba(7,18,14,.16);
    }

    .nav-wrap{
      display:flex;
      align-items:center;
      gap:18px;
      min-height:76px;
    }

    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-weight:800;
      color:#fff;
      letter-spacing:.2px;
      white-space:nowrap;
      flex:0 0 auto;
    }

    .brand-mark{
      width:38px;height:38px;
      display:grid;place-items:center;
      border-radius:14px;
      background:linear-gradient(135deg, rgba(38,217,195,.18), rgba(201,139,59,.18));
      border:1px solid rgba(255,255,255,.12);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
      font-size:18px;
    }

    .brand-text{
      font-size:18px;
      line-height:1.1;
    }

    nav{margin-left:auto;display:flex;align-items:center;gap:16px}
    .nav-menu{
      display:flex;
      align-items:center;
      gap:8px;
      list-style:none;
      padding:0;
      margin:0;
    }
    .nav-menu a{
      display:inline-flex;
      align-items:center;
      min-height:42px;
      padding:0 14px;
      border-radius:999px;
      color:rgba(255,255,255,.84);
      font-size:15px;
      border:1px solid transparent;
    }
    .nav-menu a:hover,
    .nav-menu a:focus-visible{
      background:rgba(255,255,255,.08);
      color:#fff;
      outline:none;
      transform:translateY(-1px);
    }
    .nav-menu a.active{
      background:rgba(38,217,195,.16);
      color:#fff;
      border-color:rgba(38,217,195,.28);
      box-shadow:0 0 0 1px rgba(38,217,195,.08) inset;
    }

    .nav-action{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:44px;
      padding:0 18px;
      border-radius:999px;
      background:linear-gradient(135deg,var(--brand),#61f0e0);
      color:#0b2019;
      font-weight:700;
      box-shadow:0 10px 24px rgba(38,217,195,.18);
      flex:0 0 auto;
    }
    .nav-action:hover,
    .nav-action:focus-visible{
      transform:translateY(-2px);
      box-shadow:0 14px 28px rgba(38,217,195,.24);
      outline:none;
    }

    .menu-toggle{
      display:none;
      width:46px;height:46px;
      align-items:center;justify-content:center;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
    }
    .menu-toggle span,
    .menu-toggle span::before,
    .menu-toggle span::after{
      display:block;
      width:20px;height:2px;
      background:#fff;
      border-radius:999px;
      position:relative;
      transition:var(--transition);
    }
    .menu-toggle span::before,
    .menu-toggle span::after{
      content:"";
      position:absolute;
      left:0;
    }
    .menu-toggle span::before{top:-6px}
    .menu-toggle span::after{top:6px}

    main{display:block}

    .hero{
      position:relative;
      padding:34px 0 38px;
      background:
        linear-gradient(180deg, rgba(8,21,17,.86), rgba(14,43,34,.92)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      color:#fff;
      overflow:hidden;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 15% 10%, rgba(38,217,195,.16), transparent 24%),
        radial-gradient(circle at 85% 30%, rgba(201,139,59,.16), transparent 20%);
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
      gap:28px;
      align-items:stretch;
    }
    .crumbs{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      color:rgba(255,255,255,.72);
      font-size:13px;
      margin-bottom:18px;
    }
    .crumbs a{color:rgba(255,255,255,.82)}
    .crumbs a:hover{color:#fff}
    .crumbs span{opacity:.6}

    .hero-copy{
      padding:28px 0 18px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:13px;
      font-weight:700;
      letter-spacing:.08em;
      text-transform:uppercase;
      color:#d8fffa;
      background:rgba(38,217,195,.12);
      border:1px solid rgba(38,217,195,.22);
      border-radius:999px;
      padding:8px 14px;
      margin-bottom:18px;
    }
    h1{
      margin:0 0 18px;
      font-size:clamp(32px,5vw,54px);
      line-height:1.08;
      letter-spacing:-.03em;
      font-weight:800;
    }
    .hero-copy p{
      margin:0 0 26px;
      max-width:640px;
      font-size:17px;
      line-height:1.85;
      color:rgba(255,255,255,.86);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      align-items:center;
      margin-bottom:22px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:48px;
      padding:0 20px;
      border-radius:999px;
      font-weight:700;
      border:1px solid transparent;
      transition:var(--transition);
      white-space:nowrap;
    }
    .btn-primary{
      background:linear-gradient(135deg,var(--brand),#4df0df);
      color:#082018;
      box-shadow:0 12px 28px rgba(38,217,195,.18);
    }
    .btn-primary:hover,
    .btn-primary:focus-visible{
      transform:translateY(-2px);
      box-shadow:0 16px 34px rgba(38,217,195,.24);
      outline:none;
    }
    .btn-secondary{
      background:rgba(255,255,255,.05);
      border-color:rgba(255,255,255,.16);
      color:#fff;
    }
    .btn-secondary:hover,
    .btn-secondary:focus-visible{
      background:rgba(38,217,195,.12);
      border-color:rgba(38,217,195,.28);
      transform:translateY(-2px);
      outline:none;
    }

    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
      color:#fff;
    }
    .tag.brand{
      background:rgba(38,217,195,.14);
      border-color:rgba(38,217,195,.24);
      color:#e6fffb;
    }
    .tag.gold{
      background:rgba(201,139,59,.16);
      border-color:rgba(201,139,59,.26);
      color:#ffe7c7;
    }

    .dashboard{
      border-radius:26px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.04)),
        rgba(8,18,15,.42);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 18px 44px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04);
      padding:22px;
      display:flex;
      flex-direction:column;
      gap:16px;
      min-height:100%;
      position:relative;
      overflow:hidden;
    }
    .dashboard::after{
      content:"";
      position:absolute;
      inset:auto -20% -30% auto;
      width:220px;height:220px;
      background:radial-gradient(circle, rgba(38,217,195,.16), transparent 65%);
      pointer-events:none;
    }
    .dashboard-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:2px;
    }
    .dashboard-title{
      font-size:15px;
      font-weight:800;
      color:#fff;
    }
    .state-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(38,217,195,.14);
      border:1px solid rgba(38,217,195,.18);
      color:#dbfffb;
      font-size:12px;
      font-weight:700;
      white-space:nowrap;
    }
    .state-dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--brand);
      box-shadow:0 0 0 6px rgba(38,217,195,.12);
    }
    .score-card{
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.12);
      border-radius:22px;
      padding:18px;
      display:grid;
      gap:14px;
    }
    .score-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .team{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .team-mark{
      width:42px;height:42px;
      display:grid;place-items:center;
      border-radius:14px;
      background:linear-gradient(135deg, rgba(38,217,195,.14), rgba(255,255,255,.08));
      border:1px solid rgba(255,255,255,.12);
      font-weight:800;
      color:#fff;
      flex:0 0 auto;
    }
    .team-name{
      font-weight:700;
      color:#fff;
      line-height:1.2;
    }
    .team-sub{
      font-size:12px;
      color:rgba(255,255,255,.68);
      margin-top:3px;
    }
    .vs-badge{
      font-size:13px;
      font-weight:800;
      color:#082018;
      background:linear-gradient(135deg,var(--brand),#56ede0);
      border-radius:999px;
      padding:8px 14px;
      white-space:nowrap;
    }
    .score-meta{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
    }
    .score-meta div{
      padding:12px;
      border-radius:16px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
    }
    .score-meta span{
      display:block;
      font-size:12px;
      color:rgba(255,255,255,.66);
      margin-bottom:6px;
    }
    .score-meta strong{
      font-size:14px;
      color:#fff;
    }
    .dashboard-note{
      margin:0;
      color:rgba(255,255,255,.8);
      font-size:14px;
      line-height:1.7;
    }

    .section{
      padding:76px 0;
    }
    .section.tight{padding:58px 0}
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:18px;
      margin-bottom:24px;
    }
    .section-head h2{
      margin:0;
      font-size:clamp(26px,3vw,36px);
      line-height:1.15;
      letter-spacing:-.02em;
    }
    .section-head p{
      margin:0;
      max-width:640px;
      color:var(--muted);
      line-height:1.8;
      font-size:16px;
    }

    .metrics{
      margin-top:-24px;
      position:relative;
      z-index:2;
    }
    .metrics-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:18px;
    }
    .metric{
      background:var(--panel);
      border:1px solid var(--line);
      border-radius:22px;
      box-shadow:var(--shadow);
      padding:22px;
      transition:var(--transition);
      position:relative;
      overflow:hidden;
    }
    .metric::after{
      content:"";
      position:absolute;
      inset:auto -12px -12px auto;
      width:80px;height:80px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(38,217,195,.13), transparent 68%);
      pointer-events:none;
    }
    .metric:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-strong);
    }
    .metric-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .metric-icon{
      width:42px;height:42px;
      border-radius:14px;
      display:grid;place-items:center;
      background:var(--brand-soft);
      color:#0c4d45;
      font-size:18px;
      flex:0 0 auto;
    }
    .metric-num{
      font-size:34px;
      line-height:1;
      font-weight:800;
      color:var(--header);
      font-variant-numeric:tabular-nums;
    }
    .metric-label{
      margin:0 0 8px;
      font-size:16px;
      font-weight:800;
      color:var(--text);
    }
    .metric p{
      margin:0;
      color:var(--muted);
      line-height:1.7;
      font-size:14px;
    }

    .feature-grid{
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);
      gap:22px;
      align-items:stretch;
    }
    .feature-card,
    .timeline-card{
      background:var(--panel);
      border:1px solid var(--line);
      border-radius:26px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .feature-media{
      position:relative;
      min-height:100%;
      height:100%;
      background:#dfe8e0;
    }
    .feature-media img{
      width:100%;
      height:100%;
      object-fit:cover;
      min-height:420px;
      transform:scale(1.001);
    }
    .media-overlay{
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(7,18,14,.08), rgba(7,18,14,.72));
      pointer-events:none;
    }
    .media-content{
      position:absolute;
      inset:auto 0 0 0;
      padding:24px;
      color:#fff;
      display:grid;
      gap:12px;
    }
    .media-content h3{
      margin:0;
      font-size:24px;
      line-height:1.25;
      font-weight:800;
    }
    .media-content p{
      margin:0;
      max-width:620px;
      color:rgba(255,255,255,.86);
      line-height:1.75;
      font-size:15px;
    }
    .media-badges{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .media-badges .tag{
      background:rgba(255,255,255,.12);
      border-color:rgba(255,255,255,.16);
    }

    .timeline-card{
      padding:24px;
    }
    .timeline-card h3{
      margin:0 0 10px;
      font-size:24px;
      line-height:1.2;
    }
    .timeline-card .sub{
      margin:0 0 18px;
      color:var(--muted);
      font-size:15px;
      line-height:1.8;
    }
    .timeline{
      list-style:none;
      padding:0;
      margin:0;
      position:relative;
    }
    .timeline::before{
      content:"";
      position:absolute;
      left:13px;
      top:8px;
      bottom:8px;
      width:2px;
      background:linear-gradient(180deg, rgba(38,217,195,.7), rgba(38,217,195,.12));
    }
    .timeline li{
      position:relative;
      padding-left:40px;
      margin-bottom:18px;
    }
    .timeline li:last-child{margin-bottom:0}
    .timeline li::before{
      content:"";
      position:absolute;
      left:6px;
      top:8px;
      width:16px;height:16px;
      border-radius:50%;
      background:var(--brand);
      box-shadow:0 0 0 6px rgba(38,217,195,.14);
      border:2px solid #fff;
    }
    .timeline strong{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:15px;
      color:var(--header);
      margin-bottom:5px;
    }
    .timeline p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
      font-size:14px;
    }
    .timeline .phase{
      font-size:12px;
      background:var(--brand-soft);
      color:#0b5d54;
      border:1px solid rgba(38,217,195,.16);
      border-radius:999px;
      padding:3px 8px;
    }

    .content-grid{
      display:grid;
      grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);
      gap:24px;
      align-items:start;
    }

    .panel{
      background:var(--panel);
      border:1px solid var(--line);
      border-radius:26px;
      box-shadow:var(--shadow);
    }

    .schedule-panel{
      padding:24px;
    }
    .panel-title{
      margin:0 0 8px;
      font-size:24px;
      line-height:1.2;
      font-weight:800;
    }
    .panel-desc{
      margin:0 0 18px;
      color:var(--muted);
      line-height:1.8;
      font-size:15px;
    }
    .schedule-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0 12px;
      font-size:14px;
    }
    .schedule-table thead th{
      text-align:left;
      color:var(--muted);
      font-weight:700;
      padding:0 14px 6px;
      font-size:13px;
    }
    .schedule-table tbody tr{
      background:var(--panel-2);
      transition:var(--transition);
      box-shadow:0 0 0 1px var(--line);
    }
    .schedule-table tbody tr:hover{
      background:#eefaf8;
      transform:translateY(-1px);
    }
    .schedule-table td{
      padding:16px 14px;
      vertical-align:middle;
      border-top:1px solid transparent;
      border-bottom:1px solid transparent;
    }
    .schedule-table tbody tr td:first-child{
      border-top-left-radius:18px;border-bottom-left-radius:18px;
      width:14%;
      font-weight:700;
      color:var(--header);
    }
    .schedule-table tbody tr td:last-child{
      border-top-right-radius:18px;border-bottom-right-radius:18px;
    }
    .stage-pill{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(38,217,195,.12);
      border:1px solid rgba(38,217,195,.18);
      color:#0b5d54;
      font-weight:700;
      font-size:12px;
    }
    .status{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(201,139,59,.12);
      border:1px solid rgba(201,139,59,.18);
      color:#8f5e1f;
      font-weight:700;
      font-size:12px;
    }
    .table-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:#0e6d63;
      font-weight:700;
      white-space:nowrap;
    }
    .table-link:hover{color:#0a4c46}
    .table-link::after{
      content:"→";
      transition:var(--transition);
    }
    .table-link:hover::after{transform:translateX(2px)}

    .focus-panel{
      padding:22px;
      display:grid;
      gap:18px;
      position:sticky;
      top:94px;
    }
    .focus-card{
      overflow:hidden;
      border-radius:22px;
      background:linear-gradient(180deg, #13392b, #0d241d);
      color:#fff;
      box-shadow:0 16px 34px rgba(11,32,25,.18);
    }
    .focus-card img{
      width:100%;
      height:220px;
      object-fit:cover;
      opacity:.96;
    }
    .focus-card .info{
      padding:18px;
      display:grid;
      gap:10px;
    }
    .focus-card h3{
      margin:0;
      font-size:21px;
      line-height:1.3;
    }
    .focus-card p{
      margin:0;
      color:rgba(255,255,255,.8);
      font-size:14px;
      line-height:1.75;
    }
    .focus-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:12px;
    }
    .focus-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--text);
      font-size:14px;
      line-height:1.7;
    }
    .focus-bullet{
      width:22px;height:22px;
      border-radius:50%;
      display:grid;place-items:center;
      background:var(--brand-soft);
      color:#0b5d54;
      font-weight:800;
      flex:0 0 auto;
      margin-top:2px;
    }

    .steps-grid{
      display:grid;
      grid-template-columns:repeat(5,minmax(0,1fr));
      gap:16px;
      position:relative;
    }
    .step-card{
      background:var(--panel);
      border:1px solid var(--line);
      border-radius:22px;
      box-shadow:var(--shadow);
      padding:22px 18px 20px;
      position:relative;
      overflow:hidden;
      min-height:100%;
    }
    .step-card::before{
      content:"";
      position:absolute;
      left:28px;
      right:-8px;
      top:48px;
      height:2px;
      background:linear-gradient(90deg, rgba(38,217,195,.34), rgba(201,139,59,.22));
      opacity:.45;
    }
    .step-num{
      width:38px;height:38px;
      border-radius:50%;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--brand-2),#e3b06b);
      color:#2a1b0a;
      font-weight:800;
      font-size:14px;
      box-shadow:0 10px 22px rgba(201,139,59,.18);
      margin-bottom:18px;
      position:relative;
      z-index:1;
    }
    .step-card h3{
      margin:0 0 10px;
      font-size:18px;
      line-height:1.35;
      font-weight:800;
    }
    .step-card p{
      margin:0 0 16px;
      color:var(--muted);
      font-size:14px;
      line-height:1.75;
    }
    .step-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(18,55,42,.04);
      color:#0d574d;
      border:1px solid var(--line);
      font-weight:700;
      font-size:13px;
    }
    .step-link:hover,
    .step-link:focus-visible{
      background:rgba(38,217,195,.12);
      border-color:rgba(38,217,195,.2);
      transform:translateY(-2px);
      outline:none;
    }

    .trust-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) minmax(340px,.94fr);
      gap:22px;
      align-items:stretch;
    }
    .trust-copy{
      padding:28px;
    }
    .trust-copy h2{margin-bottom:14px}
    .trust-copy p{
      margin:0 0 20px;
      color:var(--muted);
      line-height:1.85;
      font-size:15px;
    }
    .trust-points{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .trust-points li{
      display:flex;
      gap:12px;
      padding:14px 14px;
      border-radius:18px;
      background:var(--panel-2);
      border:1px solid var(--line);
      align-items:flex-start;
    }
    .trust-points strong{
      display:block;
      color:var(--text);
      margin-bottom:4px;
      font-size:15px;
    }
    .trust-points span{
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
    }
    .trust-icon{
      width:28px;height:28px;
      border-radius:10px;
      display:grid;place-items:center;
      background:rgba(38,217,195,.12);
      color:#0b5d54;
      font-size:14px;
      flex:0 0 auto;
      margin-top:2px;
    }

    .check-card{
      background:
        linear-gradient(180deg, rgba(18,55,42,.98), rgba(14,43,34,.98));
      border-radius:26px;
      color:#fff;
      padding:24px;
      box-shadow:0 22px 50px rgba(10,28,22,.24);
      border:1px solid rgba(255,255,255,.08);
    }
    .check-card h3{
      margin:0 0 12px;
      font-size:22px;
      line-height:1.25;
    }
    .check-card p{
      margin:0 0 18px;
      color:rgba(255,255,255,.8);
      line-height:1.75;
      font-size:14px;
    }
    .check-list{
      display:grid;
      gap:12px;
      list-style:none;
      padding:0;
      margin:0;
    }
    .check-list li{
      display:flex;
      gap:12px;
      padding:14px 14px;
      border-radius:18px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
    }
    .check-list .tick{
      width:24px;height:24px;
      border-radius:50%;
      display:grid;place-items:center;
      background:rgba(38,217,195,.16);
      color:#dffef9;
      font-weight:800;
      flex:0 0 auto;
      margin-top:1px;
    }
    .check-list strong{
      display:block;
      font-size:14px;
      margin-bottom:4px;
    }
    .check-list span{
      display:block;
      color:rgba(255,255,255,.76);
      font-size:13px;
      line-height:1.6;
    }
    .check-note{
      margin-top:16px;
      padding:14px 16px;
      border-radius:18px;
      background:rgba(201,139,59,.14);
      color:#ffe7c7;
      border:1px solid rgba(201,139,59,.2);
      font-size:13px;
      line-height:1.75;
    }

    .filters{
      display:flex;
      gap:10px;
      overflow-x:auto;
      padding-bottom:6px;
      scrollbar-width:thin;
    }
    .filters::-webkit-scrollbar{height:6px}
    .filters::-webkit-scrollbar-thumb{background:rgba(18,55,42,.16);border-radius:999px}
    .filter-btn{
      flex:0 0 auto;
      min-height:40px;
      padding:0 16px;
      border-radius:999px;
      background:#fff;
      border:1px solid var(--line);
      color:var(--muted);
      font-weight:700;
      transition:var(--transition);
    }
    .filter-btn:hover,
    .filter-btn:focus-visible{
      color:var(--header);
      border-color:rgba(38,217,195,.28);
      background:rgba(38,217,195,.08);
      transform:translateY(-1px);
      outline:none;
    }
    .filter-btn.active{
      background:linear-gradient(135deg,var(--brand),#56ede0);
      color:#0b2019;
      border-color:transparent;
      box-shadow:0 10px 22px rgba(38,217,195,.16);
    }

    .article-feature{
      display:grid;
      grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
      gap:20px;
      align-items:stretch;
      margin-top:18px;
    }
    .article-feature .big-card,
    .article-feature .small-card,
    .mini-row .mini-card{
      border-radius:22px;
      overflow:hidden;
      border:1px solid var(--line);
      background:#fff;
      box-shadow:var(--shadow);
      transition:var(--transition);
    }
    .article-feature .big-card:hover,
    .article-feature .small-card:hover,
    .mini-row .mini-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-strong);
    }
    .big-card{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      min-height:100%;
    }
    .big-card img,
    .small-card img,
    .mini-card img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .card-copy{
      padding:22px;
      display:grid;
      align-content:start;
      gap:12px;
    }
    .card-topline{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
    }
    .card-copy h3,
    .mini-card h4{
      margin:0;
      color:var(--text);
      line-height:1.35;
      font-weight:800;
    }
    .card-copy h3{font-size:23px}
    .card-copy p,
    .mini-card p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
      font-size:14px;
    }
    .card-meta{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      color:var(--muted);
      font-size:13px;
    }
    .card-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#0b5d54;
      font-weight:800;
      width:fit-content;
    }
    .card-link:hover{color:#093f39}
    .card-link::after{content:"→";transition:var(--transition)}
    .card-link:hover::after{transform:translateX(3px)}

    .side-stack{
      display:grid;
      gap:16px;
    }
    .small-card{
      display:grid;
      grid-template-columns:120px minmax(0,1fr);
      min-height:188px;
    }
    .small-card .card-copy{padding:18px}
    .small-card h3{font-size:19px}

    .mini-row{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
      margin-top:16px;
    }
    .mini-card img{height:160px}
    .mini-card .card-copy{padding:18px}
    .mini-card h4{font-size:17px;margin-bottom:2px}

    .faq-list{
      display:grid;
      gap:14px;
    }
    .faq-item{
      background:#fff;
      border:1px solid var(--line);
      border-radius:20px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:18px 22px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      font-weight:800;
      color:var(--text);
      font-size:16px;
      transition:var(--transition);
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary:hover{
      background:rgba(38,217,195,.06);
    }
    .faq-item summary::after{
      content:"+";
      width:30px;height:30px;
      display:grid;place-items:center;
      border-radius:50%;
      background:rgba(38,217,195,.12);
      color:#0b5d54;
      font-size:18px;
      flex:0 0 auto;
      transition:var(--transition);
    }
    .faq-item[open] summary::after{
      content:"−";
      background:rgba(201,139,59,.14);
      color:#8f5e1f;
    }
    .faq-body{
      padding:0 22px 20px;
      color:var(--muted);
      line-height:1.85;
      font-size:15px;
    }

    .cta-band{
      background:
        linear-gradient(135deg, rgba(18,55,42,.98), rgba(14,43,34,.98));
      color:#fff;
      padding:28px;
      border-radius:28px;
      box-shadow:0 24px 58px rgba(8,22,17,.22);
      border:1px solid rgba(255,255,255,.08);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      overflow:hidden;
      position:relative;
    }
    .cta-band::after{
      content:"";
      position:absolute;
      right:-80px;
      top:-50px;
      width:260px;
      height:260px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(38,217,195,.16), transparent 60%);
      pointer-events:none;
    }
    .cta-copy{
      position:relative;
      z-index:1;
      max-width:760px;
    }
    .cta-copy h2{
      margin:0 0 10px;
      font-size:clamp(26px,3vw,34px);
      line-height:1.18;
    }
    .cta-copy p{
      margin:0;
      color:rgba(255,255,255,.82);
      font-size:15px;
      line-height:1.8;
    }
    .cta-actions{
      position:relative;
      z-index:1;
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      flex:0 0 auto;
    }
    .btn-gold{
      background:linear-gradient(135deg,var(--brand-2),#e1b067);
      color:#28190a;
      box-shadow:0 12px 28px rgba(201,139,59,.18);
    }
    .btn-gold:hover,
    .btn-gold:focus-visible{
      transform:translateY(-2px);
      box-shadow:0 16px 34px rgba(201,139,59,.24);
      outline:none;
    }

    .site-footer{
      margin-top:74px;
      background:linear-gradient(180deg,#103126 0%, #0b241d 100%);
      color:#dce9e5;
      padding:58px 0 24px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .9fr;
      gap:28px;
      padding-bottom:26px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .footer-brand{
      font-size:18px;
      font-weight:800;
      color:#fff;
      margin-bottom:12px;
    }
    .site-footer p{
      margin:0;
      color:rgba(255,255,255,.74);
      line-height:1.85;
      font-size:14px;
    }
    .footer-title{
      font-size:15px;
      color:#fff;
      font-weight:800;
      margin-bottom:12px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px 16px;
    }
    .footer-links a{
      color:rgba(255,255,255,.8);
      font-size:14px;
    }
    .footer-links a:hover{color:#fff}
    .copyright{
      display:flex;
      flex-wrap:wrap;
      gap:10px 18px;
      justify-content:space-between;
      align-items:center;
      padding-top:18px;
      color:rgba(255,255,255,.64);
      font-size:13px;
    }
    .domain-link{
      color:#d8fffa;
      border-bottom:1px solid rgba(216,255,250,.22);
    }
    .domain-link:hover{color:#fff;border-bottom-color:#fff}

    .badge-inline{
      display:inline-flex;
      align-items:center;
      gap:6px;
      font-size:12px;
      font-weight:700;
      border-radius:999px;
      padding:6px 10px;
      background:var(--brand-soft);
      color:#0b5d54;
      border:1px solid rgba(38,217,195,.18);
    }

    .muted-box{
      padding:14px 16px;
      border-radius:18px;
      background:rgba(201,139,59,.12);
      border:1px solid rgba(201,139,59,.18);
      color:#83591e;
      font-size:13px;
      line-height:1.75;
    }

    .sr-only{
      position:absolute!important;
      width:1px;height:1px;
      padding:0;margin:-1px;
      overflow:hidden;clip:rect(0,0,0,0);
      white-space:nowrap;border:0;
    }

    .content-anchor{scroll-margin-top:96px}

    @media (max-width: 1100px){
      .hero-inner,
      .feature-grid,
      .content-grid,
      .trust-grid{
        grid-template-columns:1fr;
      }
      .focus-panel{position:static}
      .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .mini-row{grid-template-columns:1fr}
      .big-card{grid-template-columns:1fr}
    }

    @media (max-width: 920px){
      .metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .article-feature{grid-template-columns:1fr}
      .small-card{min-height:auto}
      .small-card img{height:180px}
      .footer-grid{grid-template-columns:1fr}
    }

    @media (max-width: 768px){
      .nav-wrap{gap:12px}
      nav{margin-left:auto}
      .menu-toggle{display:inline-flex}
      .nav-menu{
        position:absolute;
        left:16px;
        right:16px;
        top:78px;
        flex-direction:column;
        align-items:stretch;
        gap:8px;
        background:linear-gradient(180deg, rgba(13,36,29,.98), rgba(9,24,19,.98));
        border:1px solid rgba(255,255,255,.08);
        border-radius:20px;
        padding:14px;
        box-shadow:0 20px 40px rgba(0,0,0,.26);
        display:none;
      }
      .nav-menu.open{display:flex}
      .nav-menu a{justify-content:flex-start; width:100%}
      .nav-action{display:none}

      .hero{padding:28px 0 30px}
      .hero-copy{padding:12px 0 0}
      .hero-copy p{font-size:16px}
      .score-meta{grid-template-columns:1fr}
      .metrics-grid{grid-template-columns:1fr}
      .section{padding:60px 0}
      .section.tight{padding:48px 0}
      .schedule-table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
      }
      .steps-grid{grid-template-columns:1fr}
      .step-card::before{display:none}
      .cta-band{flex-direction:column; align-items:flex-start}
      .cta-actions{width:100%}
      .cta-actions .btn{width:100%}
      .btn,.nav-action,.step-link,.card-link{min-height:46px}
    }

    @media (max-width: 520px){
      .container{width:min(100% - 24px, var(--container))}
      .brand-text{font-size:16px}
      .brand-mark{width:34px;height:34px;border-radius:12px}
      h1{font-size:clamp(30px,8vw,38px)}
      .section-head{flex-direction:column;align-items:flex-start}
      .schedule-panel,.timeline-card,.trust-copy,.check-card,.card-copy{padding:18px}
      .media-content{padding:18px}
      .media-content h3{font-size:20px}
      .panel-title,.timeline-card h3,.check-card h3{font-size:20px}
      .faq-item summary,.faq-body{padding-left:16px;padding-right:16px}
      .copyright{flex-direction:column;align-items:flex-start}
    }
