/* roulang page: index */
:root{
      --bg:#07111F;
      --bg-2:#0A1426;
      --panel:#0D1A2E;
      --panel-soft:rgba(255,255,255,.06);
      --glass:rgba(10,20,38,.72);
      --glass-2:rgba(255,255,255,.08);
      --text:#F4F7FB;
      --muted:#A9B6C8;
      --weak:#6F7F95;
      --line:rgba(255,255,255,.12);
      --line-active:rgba(47,125,255,.55);
      --blue:#2F7DFF;
      --cyan:#21D4A4;
      --orange:#FF8A2A;
      --purple:#8E7CFF;
      --shadow:0 24px 70px rgba(0,0,0,.34);
      --glow-blue:0 0 36px rgba(47,125,255,.42);
      --glow-orange:0 0 32px rgba(255,138,42,.28);
      --radius-sm:14px;
      --radius:22px;
      --radius-lg:30px;
      --container:1220px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      --mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 12% 10%, rgba(47,125,255,.18), transparent 34%),
        radial-gradient(circle at 86% 18%, rgba(255,138,42,.14), transparent 28%),
        radial-gradient(circle at 50% 92%, rgba(33,212,164,.10), transparent 34%),
        linear-gradient(180deg,var(--bg),var(--bg-2) 46%,#06101D);
      line-height:1.72;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.08;
      background-image:
        linear-gradient(90deg,rgba(255,255,255,.8) 1px,transparent 1px),
        linear-gradient(0deg,rgba(255,255,255,.8) 1px,transparent 1px);
      background-size:92px 92px;
      mask-image:linear-gradient(to bottom,black,transparent 78%);
      z-index:-2;
    }
    a{color:inherit;text-decoration:none}
    img,svg{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer;border:0}
    .container{width:min(100% - 64px,var(--container));margin-inline:auto}
    .section{padding:86px 0}
    .section-tight{padding:66px 0}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:8px 12px;border:1px solid var(--line);
      border-radius:999px;background:rgba(255,255,255,.06);
      color:#DDE8F7;font-size:13px;letter-spacing:.02em;
      backdrop-filter:blur(14px);
    }
    .eyebrow:before{
      content:"";width:8px;height:8px;border-radius:50%;
      background:var(--orange);box-shadow:0 0 16px rgba(255,138,42,.8);
    }
    .site-header{
      position:sticky;top:0;z-index:50;
      background:rgba(7,17,31,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .brand-row{height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}
    .logo{
      display:flex;align-items:center;gap:12px;min-width:0;
      font-weight:800;letter-spacing:-.02em;
    }
    .logo-mark{
      width:42px;height:42px;border-radius:16px;position:relative;flex:0 0 auto;
      background:
        radial-gradient(circle at 30% 30%, rgba(255,138,42,.9), rgba(255,138,42,.34) 34%, transparent 36%),
        linear-gradient(135deg,rgba(47,125,255,.92),rgba(33,212,164,.75));
      box-shadow:var(--glow-blue);
      overflow:hidden;
    }
    .logo-mark:before,.logo-mark:after{
      content:"";position:absolute;border:1.5px solid rgba(255,255,255,.52);border-radius:50%;
      width:52px;height:52px;left:-18px;top:8px;transform:rotate(-20deg);
    }
    .logo-mark:after{left:12px;top:-18px;border-color:rgba(7,17,31,.42)}
    .logo-text{font-size:19px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .top-links{display:flex;align-items:center;gap:26px;color:var(--muted);font-size:14px}
    .top-links a{transition:.2s ease}
    .top-links a:hover{color:var(--text)}
    .nav-cta{
      display:inline-flex;align-items:center;justify-content:center;
      min-height:40px;padding:0 16px;border-radius:999px;
      background:linear-gradient(135deg,var(--blue),var(--cyan));
      color:#fff;font-weight:700;box-shadow:0 0 22px rgba(47,125,255,.35);
      transition:.22s ease;
    }
    .nav-cta:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(33,212,164,.35)}
    .channel-row{height:54px;background:rgba(4,12,24,.58);border-top:1px solid rgba(255,255,255,.05)}
    .channel-scroll{height:100%;display:flex;align-items:center;gap:10px;overflow-x:auto;scrollbar-width:none}
    .channel-scroll::-webkit-scrollbar{display:none}
    .channel-pill{
      flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;
      padding:9px 14px;border:1px solid rgba(255,255,255,.10);
      border-radius:999px;background:rgba(255,255,255,.045);
      color:var(--muted);font-size:14px;transition:.2s ease;
    }
    .channel-pill:hover{color:#fff;border-color:rgba(47,125,255,.45);background:rgba(47,125,255,.10)}
    .channel-pill.active,.channel-pill[aria-current="page"]{
      color:#fff;border-color:var(--line-active);
      background:linear-gradient(135deg,rgba(47,125,255,.22),rgba(33,212,164,.10));
      box-shadow:inset 0 0 18px rgba(47,125,255,.10),0 0 18px rgba(47,125,255,.16);
    }
    .mobile-menu{display:none;background:transparent;color:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 11px}
    .hero{
      position:relative;min-height:720px;display:flex;align-items:center;padding:92px 0 82px;overflow:hidden;
    }
    .hero:before{
      content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;
      background:
        radial-gradient(ellipse at 74% 42%, rgba(255,138,42,.20), transparent 28%),
        linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.10) 49%, transparent 50% 100%);
      z-index:-1;
    }
    .hero:after{
      content:"24  08  21";position:absolute;right:6%;top:21%;
      font-family:var(--mono);font-size:82px;color:rgba(33,212,164,.055);
      letter-spacing:.08em;z-index:-1;
    }
    .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
    h1,h2,h3,p{margin-top:0}
    h1{
      margin:22px 0 20px;font-size:clamp(38px,5.2vw,64px);
      line-height:1.1;letter-spacing:-.055em;font-weight:850;
    }
    .gradient-text{
      background:linear-gradient(135deg,#fff 20%,#B9D6FF 48%,#7EF0CF 78%,#FFB06A);
      -webkit-background-clip:text;background-clip:text;color:transparent;
    }
    .hero-sub{font-size:18px;color:var(--muted);max-width:650px;margin-bottom:30px}
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:9px;
      min-height:48px;padding:0 22px;border-radius:999px;font-weight:750;
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;
      user-select:none;
    }
    .btn-primary{
      color:#fff;background:linear-gradient(135deg,var(--blue),var(--cyan) 56%,var(--orange));
      box-shadow:0 16px 40px rgba(47,125,255,.28),0 0 28px rgba(33,212,164,.22);
    }
    .btn-primary:hover{transform:translateY(-3px);box-shadow:0 22px 54px rgba(47,125,255,.38),0 0 38px rgba(255,138,42,.22)}
    .btn-secondary{
      color:#EAF2FF;border:1px solid rgba(255,255,255,.18);
      background:rgba(255,255,255,.065);backdrop-filter:blur(12px);
    }
    .btn-secondary:hover{transform:translateY(-3px);border-color:rgba(47,125,255,.60);background:rgba(47,125,255,.10)}
    .btn:focus-visible,.channel-pill:focus-visible,.top-links a:focus-visible,.form-control:focus-visible,.faq-question:focus-visible,.card-link:focus-visible,.mobile-menu:focus-visible{
      outline:2px solid rgba(33,212,164,.85);outline-offset:3px;
    }
    .trust-tags{display:flex;flex-wrap:wrap;gap:10px}
    .tag{
      display:inline-flex;align-items:center;gap:7px;
      padding:7px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.045);color:#CBD7E8;font-size:13px;
    }
    .tag.blue{border-color:rgba(47,125,255,.30);color:#C9DCFF}
    .tag.green{border-color:rgba(33,212,164,.30);color:#BDF5E4}
    .tag.orange{border-color:rgba(255,138,42,.32);color:#FFD4AE}
    .visual-panel{
      position:relative;border:1px solid var(--line);
      border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
      backdrop-filter:blur(18px);box-shadow:var(--shadow);
      padding:26px;overflow:hidden;
    }
    .visual-panel:before{
      content:"";position:absolute;inset:-1px;border-radius:32px;padding:1px;
      background:linear-gradient(135deg,rgba(47,125,255,.55),transparent 34%,rgba(255,138,42,.38));
      -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
      -webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;
    }
    .court{
      min-height:360px;border-radius:24px;position:relative;overflow:hidden;
      background:
        radial-gradient(circle at 50% 50%, transparent 0 72px, rgba(255,255,255,.16) 73px 75px, transparent 76px),
        linear-gradient(90deg,transparent 49%,rgba(255,255,255,.13) 50%,transparent 51%),
        linear-gradient(180deg,rgba(33,212,164,.13),rgba(47,125,255,.08)),
        #09182B;
      border:1px solid rgba(255,255,255,.10);
    }
    .court:before{
      content:"";position:absolute;left:8%;right:8%;top:12%;bottom:12%;
      border:2px solid rgba(255,255,255,.12);border-radius:18px;
    }
    .court:after{
      content:"";position:absolute;width:220px;height:220px;right:-62px;bottom:-56px;border-radius:50%;
      background:
        linear-gradient(90deg,transparent 48%,rgba(7,17,31,.45) 49% 51%,transparent 52%),
        linear-gradient(0deg,transparent 48%,rgba(7,17,31,.45) 49% 51%,transparent 52%),
        radial-gradient(circle,rgba(255,138,42,.92),rgba(255,138,42,.48) 58%,rgba(255,138,42,.18) 60%);
      box-shadow:var(--glow-orange);
    }
    .score-card{
      position:absolute;left:22px;top:22px;width:210px;
      padding:16px;border-radius:20px;background:rgba(4,12,24,.72);
      border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);
    }
    .score-title{font-size:13px;color:var(--muted);margin-bottom:10px}
    .score-number{font-family:var(--mono);font-size:40px;line-height:1;color:var(--cyan);text-shadow:0 0 18px rgba(33,212,164,.35)}
    .score-meta{display:flex;justify-content:space-between;margin-top:12px;color:var(--weak);font-size:12px}
    .mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
    .mini-stat{padding:12px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09)}
    .mini-stat strong{display:block;font-family:var(--mono);font-size:22px;color:#fff}
    .mini-stat span{font-size:12px;color:var(--weak)}
    .section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
    .section-head h2{font-size:clamp(28px,3.2vw,40px);line-height:1.18;margin:0;letter-spacing:-.035em}
    .section-head p{color:var(--muted);max-width:520px;margin:0}
    .entry-grid{
      display:grid;grid-template-columns:1.15fr 1fr 1fr;grid-auto-rows:minmax(172px,auto);gap:18px;
    }
    .glass-card{
      position:relative;overflow:hidden;
      background:var(--glass);border:1px solid var(--line);border-radius:var(--radius);
      box-shadow:0 18px 54px rgba(0,0,0,.22);
      backdrop-filter:blur(18px);transition:.22s ease;
    }
    .glass-card:hover{transform:translateY(-4px);border-color:rgba(47,125,255,.45);box-shadow:0 24px 62px rgba(0,0,0,.30),0 0 28px rgba(47,125,255,.12)}
    .entry-main{grid-row:span 2;padding:28px;min-height:360px}
    .entry-small{padding:22px}
    .entry-main:after,.entry-small:after{
      content:"";position:absolute;right:-40px;bottom:-50px;width:150px;height:150px;border-radius:50%;
      border:1px solid rgba(255,255,255,.10);background:radial-gradient(circle,rgba(47,125,255,.16),transparent 62%);
    }
    .card-kicker{color:var(--cyan);font-size:13px;font-weight:700;margin-bottom:12px}
    .glass-card h3{font-size:23px;line-height:1.25;margin:0 0 10px}
    .entry-small h3{font-size:20px}
    .glass-card p{color:var(--muted);margin:0 0 18px}
    .card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}
    .arrow{transition:.2s ease;color:#fff}
    .glass-card:hover .arrow{transform:translateX(5px);color:var(--cyan)}
    .data-strip{
      display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
      padding:18px;border:1px solid var(--line);border-radius:28px;
      background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
      box-shadow:var(--shadow);
    }
    .data-item{padding:20px;border-radius:20px;background:rgba(4,12,24,.45);border:1px solid rgba(255,255,255,.08)}
    .data-num{font-family:var(--mono);font-size:34px;font-weight:800;color:var(--cyan);text-shadow:0 0 18px rgba(33,212,164,.25)}
    .data-label{color:var(--muted);font-size:14px;margin-top:4px}
    .feature-layout{display:grid;grid-template-columns:1.16fr .84fr;gap:20px;align-items:stretch}
    .feature-card{padding:28px;min-height:350px}
    .feature-visual{
      height:170px;border-radius:22px;margin-bottom:22px;position:relative;overflow:hidden;
      background:
        linear-gradient(135deg,rgba(47,125,255,.26),rgba(33,212,164,.11)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.08) 0 1px,transparent 1px 18px);
      border:1px solid rgba(255,255,255,.10);
    }
    .feature-visual:after{
      content:"";position:absolute;right:24px;top:25px;width:120px;height:120px;border-radius:50%;
      border:2px dashed rgba(255,138,42,.48);box-shadow:0 0 22px rgba(255,138,42,.18);
    }
    .feature-card h3{font-size:28px}
    .side-list{display:grid;gap:14px}
    .list-card{display:flex;gap:14px;padding:18px}
    .list-icon{
      width:46px;height:46px;border-radius:16px;display:grid;place-items:center;flex:0 0 auto;
      background:linear-gradient(135deg,rgba(47,125,255,.22),rgba(255,138,42,.14));
      border:1px solid rgba(255,255,255,.10);
    }
    .list-card h3{font-size:18px;margin:0 0 5px}
    .list-card p{font-size:14px;margin:0;color:var(--muted)}
    .path{
      display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative;
    }
    .path-step{padding:24px}
    .step-no{
      width:42px;height:42px;border-radius:15px;display:grid;place-items:center;
      font-family:var(--mono);font-weight:800;color:#fff;
      background:linear-gradient(135deg,var(--blue),rgba(33,212,164,.7));
      box-shadow:0 0 22px rgba(47,125,255,.28);margin-bottom:18px;
    }
    .path-step h3{font-size:19px;margin-bottom:8px}
    .path-step p{font-size:14px;color:var(--muted);margin:0}
    .proof-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px}
    .quote-card{padding:28px}
    .quote-card blockquote{margin:0;color:#DFE9F8;font-size:20px;line-height:1.65}
    .quote-card cite{display:block;margin-top:18px;color:var(--weak);font-style:normal;font-size:14px}
    .evidence-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    .evidence{padding:20px}
    .evidence b{display:block;margin-bottom:7px;color:#fff}
    .evidence span{color:var(--muted);font-size:14px}
    .faq-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}
    .faq-list{display:grid;gap:12px}
    .faq-item{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.055);overflow:hidden}
    .faq-question{
      width:100%;min-height:62px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;
      background:transparent;color:#fff;text-align:left;font-weight:750;
    }
    .faq-question .plus{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(47,125,255,.16);transition:.2s ease}
    .faq-answer{display:none;padding:0 20px 18px;color:var(--muted);font-size:15px}
    .faq-item.open .faq-answer{display:block}
    .faq-item.open .plus{transform:rotate(45deg);background:rgba(33,212,164,.18)}
    .contact-panel{
      display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;
      padding:30px;border-radius:32px;border:1px solid rgba(255,255,255,.12);
      background:
        radial-gradient(circle at 18% 20%,rgba(47,125,255,.24),transparent 35%),
        radial-gradient(circle at 84% 75%,rgba(255,138,42,.16),transparent 30%),
        rgba(255,255,255,.055);
      box-shadow:var(--shadow);backdrop-filter:blur(18px);
    }
    .contact-panel h2{font-size:clamp(28px,3.2vw,40px);line-height:1.2;margin-bottom:14px}
    .contact-panel p{color:var(--muted)}
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .form-field{display:grid;gap:7px}
    .form-field.full{grid-column:1/-1}
    label{font-size:13px;color:#DCE7F7}
    .form-control{
      width:100%;min-height:48px;border-radius:15px;border:1px solid rgba(255,255,255,.12);
      background:rgba(4,12,24,.55);color:#fff;padding:12px 14px;transition:.2s ease;
    }
    .form-control::placeholder{color:rgba(169,182,200,.62)}
    .form-control:focus{border-color:rgba(47,125,255,.58);box-shadow:0 0 0 4px rgba(47,125,255,.12)}
    textarea.form-control{min-height:104px;resize:vertical}
    .form-note{font-size:12px;color:var(--weak);margin:10px 0 0}
    .site-footer{
      border-top:1px solid rgba(255,255,255,.10);
      background:linear-gradient(180deg,rgba(4,12,24,.70),rgba(3,8,16,.96));
      padding:52px 0 30px;position:relative;
    }
    .site-footer:before{
      content:"";position:absolute;left:0;right:0;top:0;height:1px;
      background:linear-gradient(90deg,transparent,rgba(47,125,255,.65),rgba(33,212,164,.45),transparent);
    }
    .footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:36px;margin-bottom:34px}
    .footer-brand{font-size:20px;font-weight:800;margin-bottom:12px}
    .footer-text{color:var(--muted);max-width:420px;font-size:14px}
    .footer-title{font-weight:800;margin-bottom:14px}
    .footer-links{display:grid;gap:10px;color:var(--muted);font-size:14px}
    .footer-links a{transition:.2s ease}
    .footer-links a:hover{color:var(--cyan)}
    .copyright{padding-top:22px;border-top:1px solid rgba(255,255,255,.08);color:var(--weak);font-size:13px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
    @media (prefers-reduced-motion:no-preference){
      .fade-up{animation:fadeUp .75s ease both}
      .delay-1{animation-delay:.08s}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}
      @keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
    }
    @media (max-width:1024px){
      .container{width:min(100% - 48px,var(--container))}
      .hero-grid,.feature-layout,.proof-grid,.faq-wrap,.contact-panel{grid-template-columns:1fr}
      .hero{min-height:auto;padding:72px 0}
      .entry-grid{grid-template-columns:1fr 1fr}
      .entry-main{grid-column:1/-1;grid-row:auto;min-height:280px}
      .path{grid-template-columns:repeat(2,1fr)}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .container{width:min(100% - 32px,var(--container))}
      .top-links a:not(.nav-cta){display:none}
      .mobile-menu{display:inline-flex}
      .brand-row{height:66px}
      .logo-text{font-size:16px;max-width:54vw}
      .channel-row{height:52px}
      .section{padding:58px 0}.section-tight{padding:48px 0}
      .hero{padding:52px 0 58px}
      .hero-actions{display:grid;grid-template-columns:1fr;max-width:420px}
      .btn{width:100%;min-height:50px}
      .visual-panel{padding:16px;border-radius:24px}
      .court{min-height:300px}
      .score-card{width:180px}
      .entry-grid,.data-strip,.evidence-list,.form-grid{grid-template-columns:1fr}
      .data-strip{padding:12px}
      .path{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .section-head{display:block}
      .section-head p{margin-top:12px}
    }
    @media (max-width:420px){
      .container{width:min(100% - 28px,var(--container))}
      h1{font-size:34px}
      .hero-sub{font-size:16px}
      .entry-main,.entry-small,.feature-card,.quote-card,.path-step,.contact-panel{padding:20px}
      .score-number{font-size:34px}
      .mini-stats{grid-template-columns:1fr}
      .court:after{width:170px;height:170px}
    }

/* roulang page: category2 */
:root{
      --bg:#07111f;
      --bg-2:#0a1426;
      --panel:rgba(255,255,255,.065);
      --panel-strong:rgba(10,20,38,.78);
      --panel-soft:rgba(255,255,255,.045);
      --text:#f4f7fb;
      --muted:#a9b6c8;
      --weak:#6f7f95;
      --line:rgba(255,255,255,.12);
      --line-strong:rgba(47,125,255,.55);
      --blue:#2f7dff;
      --cyan:#21d4a4;
      --orange:#ff8a2a;
      --violet:#7f6bff;
      --danger:#ff7f73;
      --shadow:0 22px 70px rgba(0,0,0,.32);
      --shadow-soft:0 14px 40px rgba(0,0,0,.22);
      --glow-blue:0 0 30px rgba(47,125,255,.42);
      --glow-orange:0 0 28px rgba(255,138,42,.28);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-pill:999px;
      --container:1220px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      --mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 10% 0%,rgba(47,125,255,.22),transparent 32rem),
        radial-gradient(circle at 86% 14%,rgba(33,212,164,.15),transparent 30rem),
        radial-gradient(circle at 80% 88%,rgba(255,138,42,.12),transparent 26rem),
        linear-gradient(180deg,var(--bg),var(--bg-2) 52%,#060d19);
      line-height:1.75;
      min-height:100vh;
      overflow-x:hidden;
    }

    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
      background-size:54px 54px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 75%);
      z-index:-2;
    }

    body::after{
      content:"";
      position:fixed;
      width:520px;
      height:520px;
      right:-220px;
      top:170px;
      border:1px solid rgba(255,138,42,.12);
      border-radius:50%;
      box-shadow:inset 0 0 0 20px rgba(255,138,42,.018), inset 0 0 0 42px rgba(255,255,255,.015);
      pointer-events:none;
      z-index:-1;
    }

    a{color:inherit;text-decoration:none}
    img,svg{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{border:0;cursor:pointer}
    ::selection{background:rgba(47,125,255,.45);color:#fff}

    .container{
      width:min(100% - 64px,var(--container));
      margin-inline:auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:100;
      backdrop-filter:blur(20px);
      background:rgba(7,17,31,.82);
      border-bottom:1px solid rgba(255,255,255,.08);
      box-shadow:0 10px 34px rgba(0,0,0,.24);
    }

    .brand-row{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }

    .brand-link{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      outline:none;
      border-radius:16px;
    }

    .brand-mark{
      width:42px;
      height:42px;
      border-radius:15px;
      position:relative;
      background:
        radial-gradient(circle at 72% 30%,rgba(255,138,42,.92),transparent 31%),
        linear-gradient(135deg,rgba(47,125,255,.95),rgba(33,212,164,.8));
      box-shadow:var(--glow-blue);
      overflow:hidden;
      flex:0 0 auto;
    }

    .brand-mark::before,
    .brand-mark::after{
      content:"";
      position:absolute;
      border:1px solid rgba(255,255,255,.46);
      border-radius:50%;
    }

    .brand-mark::before{
      width:58px;
      height:58px;
      left:-24px;
      top:-8px;
    }

    .brand-mark::after{
      width:34px;
      height:72px;
      right:-15px;
      top:-14px;
      transform:rotate(-18deg);
    }

    .brand-text{
      display:flex;
      flex-direction:column;
      gap:1px;
      min-width:0;
    }

    .brand-name{
      font-size:19px;
      font-weight:800;
      letter-spacing:.01em;
      white-space:nowrap;
    }

    .brand-sub{
      font-size:12px;
      color:var(--muted);
      white-space:nowrap;
    }

    .top-actions{
      display:flex;
      align-items:center;
      gap:24px;
      color:var(--muted);
      font-size:14px;
    }

    .top-actions a{
      transition:color .2s ease,transform .2s ease;
      outline:none;
    }

    .top-actions a:hover{color:var(--text);transform:translateY(-1px)}
    .top-actions a:focus-visible,
    .brand-link:focus-visible,
    .channel-pill:focus-visible,
    .btn:focus-visible,
    .faq-question:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible{
      outline:2px solid rgba(33,212,164,.85);
      outline-offset:3px;
    }

    .mini-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:0 16px;
      border-radius:var(--radius-pill);
      background:linear-gradient(135deg,var(--blue),var(--cyan));
      color:#fff;
      font-weight:700;
      box-shadow:0 0 22px rgba(47,125,255,.35);
    }

    .channel-row{
      background:rgba(4,10,20,.58);
      border-top:1px solid rgba(255,255,255,.055);
    }

    .channel-scroll{
      min-height:54px;
      display:flex;
      align-items:center;
      gap:12px;
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
    }

    .channel-scroll::-webkit-scrollbar{display:none}

    .channel-pill{
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      white-space:nowrap;
      min-height:36px;
      padding:0 16px;
      border-radius:var(--radius-pill);
      color:var(--muted);
      border:1px solid rgba(255,255,255,.09);
      background:rgba(255,255,255,.035);
      transition:background .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease;
    }

    .channel-pill:hover{
      color:var(--text);
      border-color:rgba(47,125,255,.38);
      background:rgba(47,125,255,.09);
      transform:translateY(-1px);
    }

    .channel-pill.active{
      color:#fff;
      border-color:rgba(47,125,255,.62);
      background:linear-gradient(135deg,rgba(47,125,255,.24),rgba(33,212,164,.12));
      box-shadow:0 0 22px rgba(47,125,255,.22);
    }

    .mobile-menu{display:none}

    .section{
      padding:72px 0;
      position:relative;
    }

    .section-tight{padding:54px 0}
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:28px;
      margin-bottom:28px;
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:30px;
      padding:0 12px;
      border-radius:var(--radius-pill);
      background:rgba(47,125,255,.12);
      border:1px solid rgba(47,125,255,.28);
      color:#cfe0ff;
      font-size:13px;
      font-weight:700;
    }

    .eyebrow::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--orange);
      box-shadow:0 0 12px rgba(255,138,42,.75);
    }

    h1,h2,h3,p{margin-top:0}
    h1{
      margin:18px 0 18px;
      font-size:clamp(34px,5vw,58px);
      line-height:1.12;
      letter-spacing:-.035em;
      font-weight:850;
    }

    h2{
      margin:0;
      font-size:clamp(26px,3.3vw,38px);
      line-height:1.2;
      letter-spacing:-.025em;
      font-weight:800;
    }

    h3{
      margin:0 0 10px;
      font-size:21px;
      line-height:1.35;
      font-weight:780;
    }

    .lead{
      max-width:710px;
      color:var(--muted);
      font-size:18px;
      line-height:1.8;
      margin-bottom:0;
    }

    .muted{color:var(--muted)}
    .weak{color:var(--weak)}

    .hero{
      padding:62px 0 54px;
      overflow:hidden;
    }

    .hero-wrap{
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);
      gap:32px;
      align-items:stretch;
    }

    .hero-copy{
      min-height:440px;
      padding:46px;
      border-radius:var(--radius-xl);
      background:
        linear-gradient(135deg,rgba(255,255,255,.085),rgba(255,255,255,.035)),
        radial-gradient(circle at 92% 15%,rgba(33,212,164,.18),transparent 28rem);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }

    .hero-copy::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(115deg,transparent 0 40%,rgba(255,255,255,.07) 41%,transparent 43%),
        repeating-linear-gradient(90deg,transparent 0 44px,rgba(255,255,255,.035) 45px,transparent 46px);
      opacity:.55;
      pointer-events:none;
    }

    .hero-copy > *{position:relative;z-index:1}

    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:24px 0 30px;
    }

    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 12px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.1);
      color:#d9e5f5;
      font-size:13px;
    }

    .tag.cyan{border-color:rgba(33,212,164,.35);background:rgba(33,212,164,.09)}
    .tag.orange{border-color:rgba(255,138,42,.35);background:rgba(255,138,42,.09)}
    .tag.blue{border-color:rgba(47,125,255,.35);background:rgba(47,125,255,.09)}

    .btn-group{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      align-items:center;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
      padding:0 22px;
      border-radius:var(--radius-pill);
      font-weight:800;
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease,color .22s ease;
      user-select:none;
    }

    .btn-primary{
      background:linear-gradient(135deg,var(--blue),var(--cyan));
      color:white;
      box-shadow:0 16px 34px rgba(47,125,255,.32);
    }

    .btn-primary:hover{
      transform:translateY(-2px);
      box-shadow:0 20px 42px rgba(47,125,255,.45);
    }

    .btn-secondary{
      color:#eaf2ff;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.14);
    }

    .btn-secondary:hover{
      transform:translateY(-2px);
      border-color:rgba(47,125,255,.52);
      background:rgba(47,125,255,.1);
    }

    .schedule-panel{
      border-radius:var(--radius-xl);
      background:
        radial-gradient(circle at 18% 10%,rgba(255,138,42,.18),transparent 18rem),
        linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:28px;
      position:relative;
      overflow:hidden;
      min-height:440px;
    }

    .schedule-panel::before{
      content:"";
      position:absolute;
      inset:24px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:22px;
      background:
        linear-gradient(90deg,transparent 49%,rgba(255,255,255,.08) 50%,transparent 51%),
        linear-gradient(0deg,transparent 49%,rgba(255,255,255,.06) 50%,transparent 51%);
      opacity:.5;
      pointer-events:none;
    }

    .panel-content{position:relative;z-index:1}

    .score-row{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      margin:18px 0;
    }

    .score-box{
      padding:18px;
      border-radius:20px;
      background:rgba(4,10,20,.55);
      border:1px solid rgba(255,255,255,.1);
    }

    .score-num{
      font-family:var(--mono);
      color:var(--cyan);
      font-size:36px;
      line-height:1;
      font-weight:800;
      text-shadow:0 0 18px rgba(33,212,164,.32);
    }

    .score-label{
      color:var(--muted);
      font-size:13px;
      margin-top:8px;
    }

    .court-card{
      margin-top:16px;
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.1);
    }

    .mini-map{
      height:112px;
      border-radius:18px;
      position:relative;
      overflow:hidden;
      background:
        radial-gradient(circle at 70% 44%,rgba(255,138,42,.45),transparent 10px),
        linear-gradient(90deg,rgba(47,125,255,.18),rgba(33,212,164,.1));
      border:1px solid rgba(255,255,255,.1);
    }

    .mini-map::before{
      content:"";
      position:absolute;
      inset:16px;
      border:1px solid rgba(255,255,255,.26);
      border-radius:16px;
    }

    .mini-map::after{
      content:"";
      position:absolute;
      left:50%;
      top:0;
      width:1px;
      height:100%;
      background:rgba(255,255,255,.22);
      box-shadow:0 0 20px rgba(47,125,255,.4);
    }

    .schedule-list{
      display:grid;
      gap:10px;
      margin-top:16px;
    }

    .schedule-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:12px 14px;
      border-radius:16px;
      background:rgba(4,10,20,.45);
      border:1px solid rgba(255,255,255,.08);
      color:var(--muted);
      font-size:14px;
    }

    .status-dot{
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 12px rgba(33,212,164,.7);
      flex:0 0 auto;
    }

    .status-dot.orange{background:var(--orange);box-shadow:0 0 12px rgba(255,138,42,.7)}
    .status-dot.blue{background:var(--blue);box-shadow:0 0 12px rgba(47,125,255,.7)}

    .project-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:20px;
      align-items:start;
    }

    .glass-card{
      border-radius:var(--radius-lg);
      background:var(--panel);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      backdrop-filter:blur(18px);
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
      position:relative;
      overflow:hidden;
    }

    .glass-card:hover{
      transform:translateY(-4px);
      border-color:rgba(47,125,255,.42);
      box-shadow:0 24px 60px rgba(0,0,0,.34),0 0 28px rgba(47,125,255,.15);
      background:rgba(255,255,255,.078);
    }

    .project-card{
      padding:26px;
    }

    .project-card.tall{min-height:300px}
    .project-card.short{min-height:235px}

    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:6px 10px;
      border-radius:var(--radius-pill);
      font-size:12px;
      font-weight:800;
      margin-bottom:16px;
      border:1px solid rgba(255,255,255,.12);
    }

    .badge::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:currentColor;
      box-shadow:0 0 10px currentColor;
    }

    .badge.training{color:var(--cyan);background:rgba(33,212,164,.09)}
    .badge.event{color:var(--orange);background:rgba(255,138,42,.09)}
    .badge.match{color:#9fc3ff;background:rgba(47,125,255,.1)}
    .badge.view{color:#c2b8ff;background:rgba(127,107,255,.1)}

    .card-desc{
      color:var(--muted);
      margin:0 0 22px;
      line-height:1.75;
    }

    .meta-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }

    .meta-chip{
      color:var(--muted);
      font-size:13px;
      padding:6px 10px;
      border-radius:12px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
    }

    .arrow-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#dce9ff;
      font-weight:800;
      transition:color .2s ease,gap .2s ease;
    }

    .glass-card:hover .arrow-link,
    .arrow-link:hover{
      color:var(--cyan);
      gap:12px;
    }

    .coord{
      position:absolute;
      right:20px;
      bottom:18px;
      font-family:var(--mono);
      color:rgba(255,255,255,.11);
      font-size:46px;
      line-height:1;
      pointer-events:none;
    }

    .insight-strip{
      display:flex;
      gap:16px;
      overflow-x:auto;
      padding:4px 2px 18px;
      scrollbar-width:thin;
      scrollbar-color:rgba(47,125,255,.45) transparent;
    }

    .insight-card{
      flex:0 0 330px;
      padding:22px;
      min-height:210px;
    }

    .insight-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:16px;
    }

    .time-mark{
      font-family:var(--mono);
      color:var(--cyan);
      font-weight:800;
      font-size:18px;
    }

    .timeline{
      display:grid;
      gap:0;
      max-width:920px;
      margin-inline:auto;
      position:relative;
    }

    .timeline::before{
      content:"";
      position:absolute;
      left:19px;
      top:18px;
      bottom:18px;
      width:1px;
      background:linear-gradient(to bottom,rgba(47,125,255,.1),rgba(47,125,255,.6),rgba(33,212,164,.22));
    }

    .timeline-item{
      display:grid;
      grid-template-columns:42px minmax(0,1fr);
      gap:18px;
      padding:18px 0;
    }

    .timeline-point{
      width:39px;
      height:39px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(47,125,255,.14);
      border:1px solid rgba(47,125,255,.45);
      color:#fff;
      box-shadow:0 0 24px rgba(47,125,255,.22);
      font-family:var(--mono);
      font-weight:800;
      z-index:1;
    }

    .timeline-body{
      padding:22px;
      border-radius:22px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.1);
    }

    .timeline-body p{margin:0;color:var(--muted)}

    .contact-panel{
      display:grid;
      grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);
      gap:26px;
      align-items:stretch;
      padding:30px;
      border-radius:30px;
      background:
        radial-gradient(circle at 8% 10%,rgba(255,138,42,.18),transparent 22rem),
        radial-gradient(circle at 92% 0%,rgba(47,125,255,.2),transparent 24rem),
        rgba(255,255,255,.06);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }

    .contact-copy{
      padding:18px 10px 18px 6px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:28px;
    }

    .contact-list{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }

    .contact-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--muted);
    }

    .contact-list li::before{
      content:"";
      width:8px;
      height:8px;
      margin-top:10px;
      border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 12px rgba(33,212,164,.55);
      flex:0 0 auto;
    }

    .form-card{
      padding:24px;
      border-radius:24px;
      background:rgba(4,10,20,.56);
      border:1px solid rgba(255,255,255,.12);
    }

    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }

    .field{display:grid;gap:7px}
    .field.full{grid-column:1/-1}
    label{
      color:#dbe6f5;
      font-size:14px;
      font-weight:700;
    }

    input,select,textarea{
      width:100%;
      color:var(--text);
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.12);
      border-radius:16px;
      padding:12px 14px;
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }

    textarea{min-height:108px;resize:vertical}
    input::placeholder,textarea::placeholder{color:rgba(169,182,200,.62)}
    input:focus,select:focus,textarea:focus{
      border-color:rgba(47,125,255,.6);
      box-shadow:0 0 0 4px rgba(47,125,255,.13);
      background:rgba(255,255,255,.075);
      outline:none;
    }

    select option{background:#0a1426;color:#fff}

    .faq-wrap{
      display:grid;
      grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
      gap:28px;
      align-items:start;
    }

    .faq-list{
      display:grid;
      gap:14px;
    }

    .faq-item{
      border-radius:20px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.1);
      overflow:hidden;
    }

    .faq-question{
      width:100%;
      min-height:62px;
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      color:var(--text);
      background:transparent;
      text-align:left;
      font-weight:800;
    }

    .faq-icon{
      width:24px;
      height:24px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(47,125,255,.14);
      color:#bcd2ff;
      transition:transform .22s ease,background .22s ease;
      flex:0 0 auto;
    }

    .faq-answer{
      max-height:0;
      overflow:hidden;
      transition:max-height .25s ease;
    }

    .faq-answer p{
      margin:0;
      padding:0 20px 20px;
      color:var(--muted);
    }

    .faq-item.open .faq-answer{max-height:180px}
    .faq-item.open .faq-icon{transform:rotate(45deg);background:rgba(33,212,164,.16);color:var(--cyan)}

    .site-footer{
      padding:56px 0 30px;
      background:linear-gradient(180deg,rgba(4,10,20,.45),rgba(3,8,15,.92));
      border-top:1px solid rgba(255,255,255,.09);
      position:relative;
    }

    .site-footer::before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:-1px;
      height:1px;
      background:linear-gradient(90deg,transparent,rgba(47,125,255,.65),rgba(33,212,164,.4),transparent);
    }

    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .9fr;
      gap:34px;
      padding-bottom:34px;
    }

    .footer-brand{
      font-size:22px;
      font-weight:850;
      margin-bottom:10px;
    }

    .footer-text{
      color:var(--muted);
      max-width:420px;
      margin:0;
    }

    .footer-title{
      color:#fff;
      font-weight:800;
      margin-bottom:12px;
    }

    .footer-links{
      display:grid;
      gap:9px;
      color:var(--muted);
      font-size:14px;
    }

    .footer-links a{
      transition:color .2s ease,transform .2s ease;
      outline:none;
    }

    .footer-links a:hover{color:var(--cyan);transform:translateX(2px)}
    .footer-links a:focus-visible{outline:2px solid rgba(33,212,164,.75);outline-offset:3px;border-radius:8px}

    .copyright{
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.08);
      color:var(--weak);
      font-size:13px;
    }

    @media (max-width:1024px){
      .container{width:min(100% - 48px,var(--container))}
      .hero-wrap{grid-template-columns:1fr}
      .hero-copy,.schedule-panel{min-height:auto}
      .project-grid{gap:16px}
      .contact-panel,.faq-wrap{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
      .top-actions a:not(.mini-cta){display:none}
    }

    @media (max-width:768px){
      .container{width:min(100% - 32px,var(--container))}
      .brand-row{min-height:66px}
      .brand-sub{display:none}
      .brand-name{font-size:17px}
      .top-actions{gap:10px}
      .mini-cta{min-height:34px;padding:0 12px;font-size:13px}
      .channel-scroll{gap:9px}
      .channel-pill{padding:0 14px}
      .hero{padding:42px 0 36px}
      .hero-copy{padding:28px}
      .schedule-panel{padding:22px}
      .section{padding:52px 0}
      .section-tight{padding:42px 0}
      .section-head{display:grid;gap:12px}
      .lead{font-size:16px}
      .project-grid{grid-template-columns:1fr}
      .project-card.tall,.project-card.short{min-height:auto}
      .score-row{grid-template-columns:1fr 1fr}
      .contact-panel{padding:22px}
      .form-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:grid}
    }

    @media (max-width:520px){
      .container{width:min(100% - 28px,var(--container))}
      .brand-mark{width:38px;height:38px;border-radius:14px}
      .brand-name{max-width:190px;overflow:hidden;text-overflow:ellipsis}
      .hero-copy{padding:22px;border-radius:24px}
      .btn-group{display:grid}
      .btn{width:100%}
      .score-row{grid-template-columns:1fr}
      .insight-card{flex-basis:280px}
      .timeline-item{grid-template-columns:34px minmax(0,1fr);gap:12px}
      .timeline::before{left:16px}
      .timeline-point{width:33px;height:33px;font-size:13px}
      .timeline-body{padding:18px}
      .coord{font-size:34px}
    }

    @media (prefers-reduced-motion:reduce){
      *,*::before,*::after{
        animation-duration:.01ms!important;
        animation-iteration-count:1!important;
        scroll-behavior:auto!important;
        transition-duration:.01ms!important;
      }
    }

/* roulang page: category1 */
:root {
      --bg: #07111f;
      --bg-2: #0a1426;
      --panel: rgba(255, 255, 255, .065);
      --panel-strong: rgba(10, 20, 38, .82);
      --text: #f4f7fb;
      --muted: #a9b6c8;
      --weak: #6f7f95;
      --blue: #2f7dff;
      --cyan: #21d4a4;
      --orange: #ff8a2a;
      --purple: #7869ff;
      --border: rgba(255, 255, 255, .12);
      --border-active: rgba(47, 125, 255, .58);
      --shadow: 0 24px 70px rgba(0, 0, 0, .32);
      --glow-blue: 0 0 34px rgba(47, 125, 255, .34);
      --glow-orange: 0 0 34px rgba(255, 138, 42, .24);
      --radius-sm: 14px;
      --radius: 22px;
      --radius-lg: 30px;
      --container: 1220px;
      --font: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
      background: var(--bg);
    }

    body {
      font-family: var(--font);
      color: var(--text);
      line-height: 1.75;
      background:
        radial-gradient(circle at 18% 8%, rgba(47, 125, 255, .22), transparent 32%),
        radial-gradient(circle at 86% 16%, rgba(255, 138, 42, .16), transparent 30%),
        radial-gradient(circle at 65% 76%, rgba(33, 212, 164, .12), transparent 35%),
        linear-gradient(180deg, #07111f 0%, #0a1426 42%, #060d19 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .11;
      background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
      background-size: 78px 78px;
      mask-image: radial-gradient(circle at 50% 20%, black, transparent 68%);
      z-index: -2;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button {
      border: 0;
      cursor: pointer;
    }

    img,
    svg {
      max-width: 100%;
      display: block;
    }

    .container {
      width: min(100% - 64px, var(--container));
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(7, 17, 31, .78);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(255, 255, 255, .08);
      box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
    }

    .brand-row {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .brand-link {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .logo-mark {
      width: 44px;
      height: 44px;
      flex: 0 0 auto;
      border-radius: 50%;
      position: relative;
      background:
        radial-gradient(circle at 30% 24%, rgba(255,255,255,.22), transparent 22%),
        linear-gradient(135deg, var(--orange), var(--blue));
      box-shadow: var(--glow-orange);
      overflow: hidden;
    }

    .logo-mark::before,
    .logo-mark::after {
      content: "";
      position: absolute;
      inset: 8px -12px;
      border: 2px solid rgba(7, 17, 31, .42);
      border-radius: 50%;
      transform: rotate(-28deg);
    }

    .logo-mark::after {
      inset: -8px 17px;
      transform: rotate(14deg);
    }

    .logo-text {
      display: flex;
      flex-direction: column;
      line-height: 1.15;
      min-width: 0;
    }

    .logo-title {
      font-weight: 800;
      font-size: 20px;
      letter-spacing: -.02em;
      white-space: nowrap;
    }

    .logo-subtitle {
      color: var(--muted);
      font-size: 12px;
      margin-top: 3px;
      white-space: nowrap;
    }

    .top-actions {
      display: flex;
      align-items: center;
      gap: 24px;
      color: var(--muted);
      font-size: 14px;
    }

    .top-actions a:hover {
      color: var(--text);
    }

    .nav-cta,
    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 0 20px;
      border-radius: 999px;
      color: #fff;
      font-weight: 700;
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      box-shadow: 0 14px 38px rgba(47, 125, 255, .32);
      transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }

    .nav-cta:hover,
    .btn-primary:hover {
      transform: translateY(-2px);
      filter: brightness(1.06);
      box-shadow: 0 20px 52px rgba(47, 125, 255, .44);
    }

    .nav-cta:focus-visible,
    .btn-primary:focus-visible,
    .btn-secondary:focus-visible,
    .channel-pill:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible,
    summary:focus-visible {
      outline: 2px solid rgba(33, 212, 164, .9);
      outline-offset: 3px;
    }

    .channel-wrap {
      background: rgba(5, 12, 24, .52);
      border-top: 1px solid rgba(255, 255, 255, .055);
    }

    .channel-scroll {
      min-height: 54px;
      display: flex;
      align-items: center;
      gap: 12px;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .channel-scroll::-webkit-scrollbar {
      display: none;
    }

    .channel-pill {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 0 16px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, .10);
      color: var(--muted);
      background: rgba(255, 255, 255, .045);
      font-size: 14px;
      white-space: nowrap;
    }

    .channel-pill:hover {
      color: var(--text);
      border-color: rgba(47, 125, 255, .38);
      background: rgba(47, 125, 255, .10);
    }

    .channel-pill.active {
      color: #fff;
      border-color: var(--border-active);
      background: linear-gradient(180deg, rgba(47, 125, 255, .22), rgba(47, 125, 255, .08));
      box-shadow: inset 0 -1px 0 rgba(255,255,255,.12), var(--glow-blue);
    }

    .hero {
      position: relative;
      padding: 74px 0 54px;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 22px -10% auto auto;
      width: 560px;
      height: 560px;
      border: 1px solid rgba(255, 138, 42, .16);
      border-radius: 50%;
      background:
        linear-gradient(90deg, transparent 48%, rgba(255, 138, 42, .16) 49%, transparent 51%),
        linear-gradient(0deg, transparent 48%, rgba(47, 125, 255, .12) 49%, transparent 51%);
      opacity: .55;
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
      gap: 34px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      color: var(--cyan);
      background: rgba(33, 212, 164, .10);
      border: 1px solid rgba(33, 212, 164, .24);
      font-size: 13px;
      font-weight: 700;
    }

    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--cyan);
      box-shadow: 0 0 16px rgba(33, 212, 164, .8);
    }

    h1 {
      margin-top: 20px;
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1.1;
      letter-spacing: -.04em;
      font-weight: 850;
      max-width: 820px;
    }

    .gradient-text {
      background: linear-gradient(135deg, #fff 10%, #9cc2ff 45%, #67f1cb 88%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero-lead {
      margin-top: 18px;
      color: var(--muted);
      max-width: 720px;
      font-size: 18px;
      line-height: 1.8;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 28px;
    }

    .btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 20px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, .16);
      color: var(--text);
      background: rgba(255, 255, 255, .055);
      backdrop-filter: blur(10px);
      font-weight: 700;
    }

    .btn-secondary:hover {
      transform: translateY(-2px);
      border-color: rgba(47, 125, 255, .55);
      background: rgba(47, 125, 255, .12);
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 24px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 11px;
      border-radius: 999px;
      color: var(--muted);
      background: rgba(255, 255, 255, .055);
      border: 1px solid rgba(255, 255, 255, .09);
      font-size: 13px;
    }

    .panel {
      background: var(--panel);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
    }

    .score-panel {
      padding: 24px;
      position: relative;
      overflow: hidden;
    }

    .score-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 22% 20%, rgba(47, 125, 255, .22), transparent 32%),
        linear-gradient(135deg, rgba(255, 138, 42, .10), transparent 36%);
      pointer-events: none;
    }

    .score-panel > * {
      position: relative;
    }

    .panel-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 18px;
      color: var(--text);
      font-weight: 800;
    }

    .live-dot {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--cyan);
      font-size: 13px;
      font-weight: 700;
    }

    .live-dot::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--cyan);
      box-shadow: 0 0 16px rgba(33, 212, 164, .8);
    }

    .score-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .score-item {
      padding: 18px;
      border-radius: 18px;
      background: rgba(6, 14, 28, .58);
      border: 1px solid rgba(255, 255, 255, .09);
    }

    .score-number {
      font-family: var(--mono);
      font-size: 34px;
      line-height: 1;
      font-weight: 800;
      color: var(--cyan);
      text-shadow: 0 0 20px rgba(33, 212, 164, .28);
    }

    .score-label {
      margin-top: 8px;
      color: var(--muted);
      font-size: 13px;
    }

    .court-line {
      height: 130px;
      margin-top: 16px;
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, .10);
      background:
        radial-gradient(circle at 50% 50%, transparent 0 34px, rgba(255,255,255,.12) 35px 36px, transparent 37px),
        linear-gradient(90deg, transparent 49%, rgba(255,255,255,.12) 50%, transparent 51%),
        linear-gradient(135deg, rgba(47,125,255,.18), rgba(33,212,164,.09));
      position: relative;
      overflow: hidden;
    }

    .court-line::after {
      content: "24  08  12";
      position: absolute;
      right: 18px;
      bottom: 12px;
      font-family: var(--mono);
      font-size: 22px;
      color: rgba(255, 138, 42, .64);
      letter-spacing: .08em;
    }

    main {
      position: relative;
    }

    .section {
      padding: 62px 0;
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 24px;
      margin-bottom: 26px;
    }

    .section-kicker {
      color: var(--cyan);
      font-weight: 800;
      font-size: 13px;
      margin-bottom: 8px;
    }

    h2 {
      font-size: clamp(26px, 3.1vw, 38px);
      line-height: 1.18;
      letter-spacing: -.03em;
    }

    .section-desc {
      max-width: 610px;
      color: var(--muted);
      font-size: 16px;
    }

    .filter-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 14px;
      border-radius: 24px;
      background: rgba(255, 255, 255, .045);
      border: 1px solid rgba(255, 255, 255, .09);
      margin-bottom: 22px;
    }

    .filter-chip {
      min-height: 36px;
      padding: 0 15px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, .10);
      background: rgba(255, 255, 255, .045);
      color: var(--muted);
      display: inline-flex;
      align-items: center;
      font-size: 14px;
      font-weight: 700;
    }

    .filter-chip.is-on,
    .filter-chip:hover {
      color: #fff;
      border-color: rgba(47, 125, 255, .55);
      background: rgba(47, 125, 255, .16);
      box-shadow: 0 0 24px rgba(47, 125, 255, .18);
    }

    .content-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 340px;
      gap: 24px;
      align-items: start;
    }

    .feature-card {
      display: grid;
      grid-template-columns: 245px minmax(0, 1fr);
      gap: 22px;
      padding: 20px;
      margin-bottom: 20px;
      overflow: hidden;
    }

    .thumb {
      min-height: 220px;
      border-radius: 22px;
      background:
        radial-gradient(circle at 24% 28%, rgba(255, 138, 42, .42), transparent 22%),
        radial-gradient(circle at 76% 70%, rgba(47, 125, 255, .38), transparent 28%),
        linear-gradient(135deg, rgba(33, 212, 164, .16), rgba(255, 255, 255, .035));
      border: 1px solid rgba(255, 255, 255, .10);
      position: relative;
      overflow: hidden;
    }

    .thumb::before {
      content: "";
      position: absolute;
      inset: 18px;
      border: 2px solid rgba(255, 255, 255, .14);
      border-radius: 50%;
      transform: rotate(-18deg);
    }

    .thumb::after {
      content: "";
      position: absolute;
      left: -20%;
      top: 50%;
      width: 140%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
      transform: rotate(-22deg);
    }

    .badge {
      display: inline-flex;
      align-items: center;
      min-height: 26px;
      padding: 0 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      border: 1px solid rgba(255, 255, 255, .11);
    }

    .badge.training {
      color: var(--cyan);
      background: rgba(33, 212, 164, .10);
    }

    .badge.match {
      color: #9cc2ff;
      background: rgba(47, 125, 255, .12);
    }

    .badge.activity {
      color: #ffd1aa;
      background: rgba(255, 138, 42, .13);
    }

    .badge.view {
      color: #c8c2ff;
      background: rgba(120, 105, 255, .13);
    }

    .card-title {
      margin-top: 12px;
      font-size: 24px;
      line-height: 1.28;
      font-weight: 850;
      letter-spacing: -.02em;
    }

    .card-text {
      margin-top: 10px;
      color: var(--muted);
      line-height: 1.75;
    }

    .meta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 16px;
      color: var(--weak);
      font-size: 13px;
    }

    .arrow-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 18px;
      color: var(--cyan);
      font-weight: 800;
    }

    .arrow-link span {
      transition: transform .2s ease;
    }

    .card:hover .arrow-link span,
    .feature-card:hover .arrow-link span {
      transform: translateX(4px);
    }

    .card {
      background: var(--panel);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: 0 18px 52px rgba(0, 0, 0, .22);
      backdrop-filter: blur(18px);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .card:hover {
      transform: translateY(-4px);
      border-color: rgba(47, 125, 255, .38);
      box-shadow: 0 24px 70px rgba(0, 0, 0, .32), 0 0 26px rgba(47, 125, 255, .12);
      background: rgba(255, 255, 255, .078);
    }

    .card-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .topic-card {
      padding: 20px;
      min-height: 220px;
    }

    .mini-visual {
      height: 72px;
      border-radius: 18px;
      margin-bottom: 14px;
      background:
        linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(135deg, rgba(47, 125, 255, .22), rgba(255, 138, 42, .12));
      background-size: 26px 26px, 26px 26px, auto;
      border: 1px solid rgba(255, 255, 255, .09);
    }

    .sidebar {
      display: grid;
      gap: 18px;
      position: sticky;
      top: 146px;
    }

    .side-card {
      padding: 20px;
    }

    .side-title {
      font-size: 17px;
      font-weight: 850;
      margin-bottom: 14px;
    }

    .tag-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
    }

    .side-list {
      display: grid;
      gap: 12px;
    }

    .side-item {
      padding: 13px;
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, .08);
      background: rgba(255, 255, 255, .04);
    }

    .side-item strong {
      display: block;
      font-size: 14px;
      line-height: 1.45;
    }

    .side-item span {
      display: block;
      margin-top: 5px;
      color: var(--weak);
      font-size: 12px;
    }

    .route-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .route-card {
      padding: 22px;
      position: relative;
      overflow: hidden;
    }

    .route-card::before {
      content: "";
      position: absolute;
      left: 22px;
      top: 0;
      width: 1px;
      height: 100%;
      background: linear-gradient(180deg, transparent, rgba(47,125,255,.45), transparent);
      opacity: .55;
    }

    .step-no {
      position: relative;
      z-index: 1;
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      font-family: var(--mono);
      font-weight: 900;
      color: #fff;
      background: linear-gradient(135deg, var(--blue), var(--orange));
      box-shadow: var(--glow-blue);
      margin-bottom: 18px;
    }

    .route-card h3,
    .topic-card h3 {
      font-size: 20px;
      line-height: 1.35;
      margin-bottom: 8px;
    }

    .route-card p,
    .topic-card p,
    .side-card p {
      color: var(--muted);
      font-size: 15px;
    }

    .value-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      padding: 16px;
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, .045);
      border: 1px solid rgba(255, 255, 255, .09);
    }

    .value-item {
      padding: 18px;
      border-radius: 20px;
      background: rgba(7, 17, 31, .58);
      border: 1px solid rgba(255, 255, 255, .075);
    }

    .value-number {
      font-family: var(--mono);
      font-size: 30px;
      color: #9cc2ff;
      font-weight: 900;
      line-height: 1;
    }

    .value-item span {
      display: block;
      color: var(--muted);
      font-size: 13px;
      margin-top: 8px;
    }

    .faq-wrap {
      display: grid;
      grid-template-columns: .78fr 1.22fr;
      gap: 28px;
      align-items: start;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    details {
      background: rgba(255, 255, 255, .055);
      border: 1px solid rgba(255, 255, 255, .10);
      border-radius: 20px;
      overflow: hidden;
      backdrop-filter: blur(18px);
    }

    summary {
      min-height: 62px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      cursor: pointer;
      font-weight: 800;
      list-style: none;
    }

    summary::-webkit-details-marker {
      display: none;
    }

    summary::after {
      content: "+";
      width: 26px;
      height: 26px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 50%;
      color: var(--cyan);
      background: rgba(33, 212, 164, .10);
      transition: transform .2s ease;
    }

    details[open] summary::after {
      transform: rotate(45deg);
    }

    details p {
      padding: 0 20px 20px;
      color: var(--muted);
      border-top: 1px solid rgba(255, 255, 255, .07);
      padding-top: 16px;
    }

    .cta-panel {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 28px;
      padding: 28px;
      border-radius: 32px;
      background:
        radial-gradient(circle at 14% 20%, rgba(47, 125, 255, .22), transparent 32%),
        radial-gradient(circle at 88% 72%, rgba(255, 138, 42, .16), transparent 30%),
        rgba(255, 255, 255, .06);
      border: 1px solid rgba(255, 255, 255, .12);
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
    }

    .cta-panel h2 {
      margin-bottom: 14px;
    }

    .cta-panel p {
      color: var(--muted);
      max-width: 520px;
    }

    .contact-form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .form-field {
      display: grid;
      gap: 7px;
    }

    .form-field.full {
      grid-column: 1 / -1;
    }

    label {
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }

    input,
    select,
    textarea {
      width: 100%;
      color: var(--text);
      background: rgba(6, 14, 28, .64);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 16px;
      padding: 12px 14px;
      min-height: 46px;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    textarea {
      min-height: 96px;
      resize: vertical;
    }

    input::placeholder,
    textarea::placeholder {
      color: rgba(169, 182, 200, .55);
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: rgba(47, 125, 255, .58);
      box-shadow: 0 0 0 4px rgba(47, 125, 255, .12);
      background: rgba(8, 18, 34, .82);
    }

    .form-note {
      grid-column: 1 / -1;
      color: var(--weak);
      font-size: 12px;
    }

    .pagination {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 24px;
      align-items: center;
    }

    .page-btn {
      min-width: 40px;
      height: 40px;
      padding: 0 13px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--muted);
      background: rgba(255, 255, 255, .045);
      border: 1px solid rgba(255, 255, 255, .10);
      font-weight: 800;
      font-size: 14px;
    }

    .page-btn:hover,
    .page-btn.current {
      color: #fff;
      border-color: rgba(47, 125, 255, .55);
      background: rgba(47, 125, 255, .14);
      box-shadow: var(--glow-blue);
    }

    .site-footer {
      margin-top: 42px;
      padding: 54px 0 28px;
      background: rgba(3, 8, 16, .78);
      border-top: 1px solid rgba(255, 255, 255, .10);
      position: relative;
    }

    .site-footer::before {
      content: "";
      position: absolute;
      left: 10%;
      right: 10%;
      top: -1px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(47,125,255,.55), rgba(33,212,164,.42), transparent);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.15fr .72fr .88fr;
      gap: 34px;
    }

    .footer-brand {
      font-size: 22px;
      font-weight: 850;
      margin-bottom: 10px;
    }

    .footer-text {
      color: var(--muted);
      max-width: 420px;
      line-height: 1.8;
    }

    .footer-title {
      color: var(--text);
      font-weight: 850;
      margin-bottom: 12px;
    }

    .footer-links {
      display: grid;
      gap: 9px;
      color: var(--muted);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--cyan);
      transform: translateX(2px);
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      margin-top: 34px;
      padding-top: 22px;
      border-top: 1px solid rgba(255, 255, 255, .08);
      color: var(--weak);
      font-size: 13px;
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important;
      }
    }

    @media (max-width: 1080px) {
      .container {
        width: min(100% - 48px, var(--container));
      }

      .hero-grid,
      .content-layout,
      .faq-wrap,
      .cta-panel {
        grid-template-columns: 1fr;
      }

      .sidebar {
        position: static;
        grid-template-columns: repeat(3, 1fr);
      }

      .route-grid,
      .value-strip {
        grid-template-columns: repeat(2, 1fr);
      }

      .top-actions a {
        display: none;
      }
    }

    @media (max-width: 760px) {
      .container {
        width: min(100% - 32px, var(--container));
      }

      .brand-row {
        min-height: 66px;
        gap: 14px;
      }

      .logo-title {
        font-size: 17px;
      }

      .logo-subtitle {
        display: none;
      }

      .nav-cta {
        min-height: 38px;
        padding: 0 14px;
        font-size: 13px;
      }

      .channel-scroll {
        min-height: 50px;
      }

      .hero {
        padding: 52px 0 38px;
      }

      .hero-actions,
      .contact-form {
        display: grid;
        grid-template-columns: 1fr;
      }

      .btn-primary,
      .btn-secondary {
        width: 100%;
      }

      .score-grid,
      .card-grid,
      .route-grid,
      .value-strip,
      .footer-grid,
      .sidebar {
        grid-template-columns: 1fr;
      }

      .feature-card {
        grid-template-columns: 1fr;
        padding: 16px;
      }

      .thumb {
        min-height: 170px;
      }

      .section {
        padding: 46px 0;
      }

      .section-head {
        display: grid;
        gap: 12px;
      }

      .topic-card {
        min-height: auto;
      }

      .cta-panel {
        padding: 20px;
        border-radius: 24px;
      }

      .copyright {
        flex-direction: column;
      }
    }

    @media (max-width: 420px) {
      .container {
        width: min(100% - 28px, var(--container));
      }

      h1 {
        font-size: 32px;
      }

      .score-number {
        font-size: 28px;
      }

      .card-title {
        font-size: 21px;
      }

      .top-actions {
        gap: 10px;
      }
    }
