/* roulang page: index */
:root{
      --ink:#141a2a;
      --muted:#697184;
      --line:#e7eaf1;
      --paper:#f7f8fb;
      --white:#fff;
      --purple:#6746e8;
      --purple-dark:#4930bb;
      --cyan:#15c7c3;
      --orange:#ff9d4d;
      --navy:#17152d;
      --shadow:0 18px 50px rgba(33,27,75,.09);
      --soft-shadow:0 8px 25px rgba(33,27,75,.06);
      --radius:22px;
      --max:1240px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--paper);color:var(--ink);font-family:"Manrope","Noto Sans SC",sans-serif;line-height:1.75;font-size:15px}
    a{color:inherit;text-decoration:none;transition:.25s ease}
    img{max-width:100%;display:block}
    button,input,textarea{font:inherit}
    button:focus,a:focus,input:focus,textarea:focus{outline:3px solid rgba(103,70,232,.22);outline-offset:3px}
    .shell{max-width:var(--max);margin:0 auto;padding:0 28px}
    .site-header{position:fixed;z-index:50;left:0;top:0;bottom:0;width:245px;background:rgba(255,255,255,.94);border-right:1px solid var(--line);padding:32px 22px;display:flex;flex-direction:column;backdrop-filter:blur(18px)}
    .brand{display:flex;align-items:center;gap:11px;font-size:18px;font-weight:900;line-height:1.3;color:var(--ink);margin-bottom:58px}
    .brand-mark{width:38px;height:38px;border-radius:13px;background:var(--purple);position:relative;box-shadow:8px 8px 0 rgba(21,199,195,.2)}
    .brand-mark:before,.brand-mark:after{content:"";position:absolute;background:#fff;border-radius:2px}
    .brand-mark:before{width:6px;height:18px;left:11px;top:10px;transform:rotate(24deg)}
    .brand-mark:after{width:6px;height:12px;left:21px;top:14px;transform:rotate(24deg)}
    .side-nav{display:flex;flex-direction:column;gap:9px}
    .side-nav a{color:#73798b;padding:13px 15px;border-radius:13px;font-weight:700;display:flex;align-items:center;gap:12px}
    .side-nav a:hover,.side-nav a.active{color:var(--purple);background:#f0edff}
    .nav-dot{width:7px;height:7px;border-radius:50%;background:currentColor}
    .side-note{margin-top:auto;padding:18px;border-radius:18px;background:var(--navy);color:#d9d6ed;font-size:12px;line-height:1.7}
    .side-note strong{display:block;color:#fff;font-size:14px;margin-bottom:6px}
    .page{margin-left:245px;overflow:hidden}
    .hero{min-height:680px;padding:120px 0 80px;position:relative;background:#f8f7ff;isolation:isolate}
    .hero:before{content:"";position:absolute;z-index:-1;top:0;right:0;width:63%;height:100%;background:linear-gradient(128deg,#5941d9 0%,#7d5aec 100%);clip-path:polygon(13% 0,100% 0,100% 100%,0 100%);border-bottom-left-radius:90px}
    .hero .shell{display:flex;align-items:center;min-height:480px}
    .hero-copy{width:54%;padding-right:30px}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--purple);background:#ece9ff;border-radius:99px;padding:7px 13px;font-size:12px;font-weight:800;letter-spacing:.04em}
    .eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--cyan)}
    h1,h2,h3,p{margin-top:0}
    h1{font-size:clamp(40px,5vw,70px);line-height:1.12;letter-spacing:-.06em;margin:23px 0 22px;font-weight:900;max-width:680px}
    .hero-copy p{max-width:630px;color:#5d6374;font-size:17px;line-height:1.9;margin-bottom:30px}
    .hero .eyebrow,.hero h1,.hero-copy p{position:relative}
    .hero-art{width:46%;padding-left:60px}
    .match-board{background:rgba(20,17,53,.86);border:1px solid rgba(255,255,255,.2);border-radius:26px;padding:25px;color:#fff;box-shadow:0 25px 60px rgba(25,17,89,.3);transform:rotate(2deg)}
    .board-top{display:flex;justify-content:space-between;align-items:center;color:#b9b2df;font-size:12px;margin-bottom:28px}
    .live{color:#6ff2dd;display:flex;align-items:center;gap:6px}
    .live:before{content:"";width:7px;height:7px;border-radius:50%;background:#6ff2dd}
    .teams{display:grid;grid-template-columns:1fr 70px 1fr;align-items:center;text-align:center;gap:12px}
    .team-logo{width:54px;height:54px;margin:0 auto 9px;border-radius:16px;background:#fff;color:var(--purple);display:grid;place-items:center;font-size:20px;font-weight:900}
    .team-name{font-weight:800;font-size:14px}
    .score{font-size:28px;font-weight:900;color:#fff}
    .board-bar{height:7px;background:#403a66;border-radius:20px;margin-top:25px;overflow:hidden}
    .board-bar span{display:block;width:72%;height:100%;background:var(--cyan);border-radius:inherit}
    .button{border:0;border-radius:12px;padding:13px 21px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.25s}
    .button.primary{background:var(--purple);color:#fff;box-shadow:0 10px 20px rgba(103,70,232,.2)}
    .button.primary:hover{background:var(--purple-dark);transform:translateY(-2px)}
    .button.light{background:#fff;color:var(--purple);border:1px solid rgba(103,70,232,.16)}
    .button.light:hover{background:#f3f0ff}
    .section{padding:92px 0}
    .section.alt{background:#fff}
    .section-head{max-width:720px;margin-bottom:42px}
    .section-head h2{font-size:clamp(29px,3.5vw,44px);line-height:1.2;letter-spacing:-.045em;font-weight:900;margin:12px 0 14px}
    .section-head p{color:var(--muted);font-size:16px;max-width:680px}
    .stats{padding:28px 0;background:#fff;border-bottom:1px solid var(--line)}
    .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden}
    .stat{background:#fff;padding:25px 27px}
    .stat strong{display:block;color:var(--purple);font-size:34px;line-height:1.1;font-weight:900}
    .stat span{color:var(--muted);font-size:13px}
    .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .feature-card{padding:27px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--soft-shadow);transition:.25s}
    .feature-card:hover,.case:hover,.news-item:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
    .icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#eeeaff;color:var(--purple);font-weight:900;font-size:18px;margin-bottom:20px}
    .feature-card:nth-child(2) .icon{background:#e2faf8;color:#0aa8a3}
    .feature-card:nth-child(3) .icon{background:#fff1e5;color:#ed8732}
    .feature-card h3{font-size:19px;margin-bottom:9px;font-weight:800}
    .feature-card p,.case p{color:var(--muted);font-size:14px;margin-bottom:0}
    .scene-wrap{display:grid;grid-template-columns:1fr 1.15fr;gap:26px;align-items:stretch}
    .scene-image{min-height:370px;border-radius:var(--radius);overflow:hidden;position:relative;background:#201a49}
    .scene-image img{width:100%;height:100%;object-fit:cover;opacity:.8}
    .scene-caption{position:absolute;left:25px;bottom:23px;color:#fff;right:25px}
    .scene-caption strong{font-size:25px;display:block;line-height:1.3}
    .scene-caption span{font-size:13px;color:#dbd7f8}
    .scene-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .scene-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}
    .scene-item b{display:block;margin-bottom:7px;font-size:16px}
    .scene-item span{font-size:13px;color:var(--muted)}
    .matrix{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}
    .matrix-main{background:var(--navy);color:#fff;padding:35px;border-radius:var(--radius);min-height:285px}
    .matrix-main h3{font-size:28px;line-height:1.3;margin-bottom:14px}
    .matrix-main p{color:#bdb9d5;font-size:14px;max-width:560px}
    .matrix-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
    .tag{display:inline-block;border:1px solid rgba(255,255,255,.18);border-radius:99px;padding:7px 12px;color:#e6e2ff;font-size:12px}
    .matrix-side{display:grid;gap:14px}
    .mini-panel{padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}
    .mini-panel b{display:block;font-size:15px;margin-bottom:6px}
    .mini-panel span{color:var(--muted);font-size:13px}
    .credential-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
    .credential{background:#f8f7ff;border-radius:18px;padding:22px;border:1px solid #e7e2ff}
    .credential strong{display:block;color:var(--purple);font-size:25px;margin-bottom:6px}
    .credential span{font-size:13px;color:var(--muted)}
    .timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:2px solid #ddd9f8}
    .step{position:relative;padding:28px 22px 0 0}
    .step:before{content:"";position:absolute;top:-9px;left:0;width:16px;height:16px;border-radius:50%;background:var(--purple);box-shadow:0 0 0 5px #eeeaff}
    .step b{display:block;padding-top:5px;margin-bottom:8px;font-size:17px}
    .step p{font-size:13px;color:var(--muted);margin:0;padding-right:15px}
    .case-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
    .case{border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid var(--line);transition:.25s}
    .case img{height:220px;width:100%;object-fit:cover}
    .case-body{padding:23px}
    .case-body h3{font-size:20px;margin-bottom:8px}
    .case-body .label{color:var(--purple);font-size:12px;font-weight:800}
    .news-list{border-top:1px solid var(--line)}
    .news-item{display:grid;grid-template-columns:125px 1fr auto;gap:24px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line);transition:.25s}
    .news-item img{width:125px;height:78px;object-fit:cover;border-radius:13px}
    .news-item h3{font-size:17px;margin:0 0 5px}
    .news-item p{font-size:13px;color:var(--muted);margin:0}
    .news-date{font-size:12px;color:#9da2b1;white-space:nowrap}
    .form-section{background:#f0edff}
    .form-box{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:start}
    .form-copy h2{font-size:38px;line-height:1.25;margin:13px 0}
    .form-copy p{color:var(--muted)}
    .form-card{background:#fff;padding:30px;border-radius:24px;box-shadow:var(--shadow)}
    label{font-size:13px;font-weight:800;display:block;margin-bottom:7px;color:#4e5364}
    input,textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px 14px;background:#fbfbfd;margin-bottom:17px;color:var(--ink)}
    textarea{height:105px;resize:vertical}
    .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
    footer{background:var(--navy);color:#aaa6c3;padding:58px 0 25px}
    .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px;padding-bottom:45px}
    footer .brand{color:#fff;margin:0 0 16px}
    footer p{font-size:13px;max-width:340px}
    footer h3{color:#fff;font-size:14px;margin-bottom:15px}
    footer a{display:block;font-size:13px;margin:9px 0;color:#aaa6c3}
    footer a:hover{color:#fff}
    .copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;font-size:12px;display:flex;justify-content:space-between;gap:20px}
    @media(max-width:1024px){
      .site-header{width:205px}.page{margin-left:205px}.hero:before{width:58%}.hero-copy{width:57%}.hero-art{width:43%;padding-left:20px}
      .feature-grid{gap:12px}.shell{padding:0 22px}
    }
    @media(max-width:768px){
      .site-header{position:relative;bottom:auto;width:100%;height:auto;padding:17px 20px;display:block}
      .brand{margin:0 0 15px}.side-nav{flex-direction:row;overflow-x:auto;gap:4px}.side-nav a{white-space:nowrap;padding:9px 12px;font-size:13px}
      .side-note{display:none}.page{margin-left:0}.hero{padding:65px 0 55px;min-height:auto}.hero:before{width:100%;height:42%;clip-path:polygon(0 0,100% 0,100% 100%,0 80%);border-radius:0}
      .hero .shell{display:block;min-height:auto}.hero-copy{width:100%;padding:0}.hero-copy p{color:#5d6374}.hero-art{width:100%;padding:25px 5% 0}.match-board{transform:none}
      .stats-grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.scene-wrap,.matrix,.case-grid,.form-box{grid-template-columns:1fr}.credential-grid{grid-template-columns:repeat(2,1fr)}
      .timeline{grid-template-columns:repeat(2,1fr);gap:25px;border-top:0}.step{border-top:2px solid #ddd9f8;padding-top:20px}.step:before{top:-9px}
      .footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-grid>div:first-child{grid-column:1/-1}
    }
    @media(max-width:520px){
      h1{font-size:40px}.section{padding:65px 0}.stats-grid,.feature-grid,.scene-list,.credential-grid,.timeline{grid-template-columns:1fr}
      .news-item{grid-template-columns:82px 1fr;gap:13px}.news-item img{width:82px;height:65px}.news-date{grid-column:2}.form-row,.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}
      .copyright{display:block}.copyright span{display:block;margin-top:7px}
    }

/* roulang page: category1 */
:root{
 --ink:#141a2a;--muted:#697184;--line:#e7eaf1;--paper:#f7f8fb;--white:#fff;
 --purple:#6746e8;--purple-dark:#4930bb;--cyan:#15c7c3;--orange:#ff9d4d;
 --navy:#17152d;--shadow:0 18px 50px rgba(33,27,75,.09);
 --soft-shadow:0 8px 25px rgba(33,27,75,.06);--radius:22px;--max:1240px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Manrope","Noto Sans SC",sans-serif;line-height:1.75;font-size:15px}
a{color:inherit;text-decoration:none;transition:.25s ease}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
button:focus,a:focus,input:focus,textarea:focus{outline:3px solid rgba(103,70,232,.22);outline-offset:3px}
h1,h2,h3,p{margin-top:0}
.shell{width:min(var(--max),calc(100% - 56px));margin:0 auto}
.site-header{position:fixed;z-index:50;left:0;top:0;bottom:0;width:245px;background:rgba(255,255,255,.94);border-right:1px solid var(--line);padding:32px 22px;display:flex;flex-direction:column;backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:11px;font-size:18px;font-weight:900;line-height:1.3;color:var(--ink);margin-bottom:58px}
.brand-mark{width:38px;height:38px;border-radius:13px;background:var(--purple);position:relative;box-shadow:8px 8px 0 rgba(21,199,195,.2);flex:none}
.brand-mark:before,.brand-mark:after{content:"";position:absolute;background:#fff;border-radius:2px}
.brand-mark:before{width:6px;height:18px;left:11px;top:10px;transform:rotate(24deg)}
.brand-mark:after{width:6px;height:12px;left:21px;top:14px;transform:rotate(24deg)}
.side-nav{display:flex;flex-direction:column;gap:9px}
.side-nav a{color:#73798b;padding:13px 15px;border-radius:13px;font-weight:700;display:flex;align-items:center;gap:12px}
.side-nav a:hover,.side-nav a.active{color:var(--purple);background:#f0edff}
.nav-dot{width:7px;height:7px;border-radius:50%;background:currentColor}
.side-note{margin-top:auto;padding:18px 14px;border-radius:17px;background:#f6f3ff;color:var(--muted);font-size:12px;line-height:1.7}
.side-note strong{display:block;color:var(--ink);font-size:13px;margin-bottom:6px}
main{margin-left:245px}
.hero{min-height:650px;padding:110px 0 74px;position:relative;isolation:isolate;overflow:hidden;background:#f8f7ff}
.hero:before{content:"";position:absolute;z-index:-1;top:0;right:0;width:62%;height:100%;background:linear-gradient(128deg,#5941d9,#7d5aec);clip-path:polygon(13% 0,100% 0,100% 100%,0 100%);border-bottom-left-radius:90px}
.hero .shell{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center;min-height:470px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--purple);background:#ece9ff;border-radius:99px;padding:7px 13px;font-size:12px;font-weight:800;letter-spacing:.04em}
.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--cyan)}
.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.1;letter-spacing:-.055em;margin:20px 0 20px;font-weight:900;max-width:650px}
.hero-copy p{max-width:620px;color:#5d6374;font-size:17px;line-height:1.9;margin-bottom:29px}
.button{border:0;border-radius:12px;padding:13px 21px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.25s}
.button.primary{background:var(--purple);color:#fff;box-shadow:0 10px 20px rgba(103,70,232,.2)}
.button.primary:hover{background:var(--purple-dark);transform:translateY(-2px)}
.button.light{background:#fff;color:var(--purple);border:1px solid rgba(103,70,232,.16)}
.button.light:hover{background:#f3f0ff}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.match-panel{background:rgba(23,21,45,.93);border:1px solid rgba(255,255,255,.17);border-radius:26px;padding:25px;color:#fff;box-shadow:0 25px 60px rgba(38,23,104,.28);position:relative}
.panel-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;color:#bdb9d5;font-size:12px}
.live{color:#72eee0;display:flex;align-items:center;gap:7px}
.live:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px rgba(21,199,195,.12)}
.match-title{font-size:25px;font-weight:800;line-height:1.3;margin-bottom:19px}
.team-row{display:grid;grid-template-columns:1fr 60px 1fr;gap:14px;align-items:center;text-align:center}
.team{background:rgba(255,255,255,.08);border-radius:17px;padding:17px 10px;font-weight:800}
.team em{display:block;color:#bdb9d5;font-size:11px;font-style:normal;font-weight:500;margin-top:5px}
.vs{font-size:13px;color:var(--orange);font-weight:900}
.panel-line{height:1px;background:rgba(255,255,255,.13);margin:22px 0}
.panel-foot{display:flex;justify-content:space-between;color:#cbc8dc;font-size:12px}
.section{padding:88px 0}
.section.alt{background:#fff}
.section-head{max-width:740px;margin-bottom:38px}
.section-head h2{font-size:clamp(29px,3.5vw,44px);line-height:1.2;letter-spacing:-.045em;font-weight:900;margin:12px 0 14px}
.section-head p{color:var(--muted);font-size:16px;max-width:690px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden}
.stat{background:#fff;padding:27px 24px}
.stat strong{display:block;color:var(--purple);font-size:35px;line-height:1.1;margin-bottom:8px}
.stat span{color:var(--muted);font-size:13px}
.matrix{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.matrix-main{background:var(--navy);color:#fff;padding:35px;border-radius:var(--radius);min-height:285px}
.matrix-main h3{font-size:28px;line-height:1.3;margin-bottom:14px}
.matrix-main p{color:#bdb9d5;font-size:14px;max-width:560px}
.matrix-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.tag{display:inline-block;border:1px solid rgba(255,255,255,.18);border-radius:99px;padding:7px 12px;color:#e6e2ff;font-size:12px}
.matrix-side{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:26px}
.matrix-side h3{font-size:20px;margin-bottom:15px}
.channel-list{list-style:none;padding:0;margin:0}
.channel-list li{padding:13px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:14px;font-weight:700}
.channel-list li:last-child{border-bottom:0}
.channel-list span{color:var(--purple);font-size:12px}
.timeline{position:relative;border-left:2px solid #ded9fb;margin-left:12px;padding-left:31px}
.timeline-item{position:relative;padding:0 0 27px}
.timeline-item:last-child{padding-bottom:0}
.timeline-item:before{content:"";position:absolute;left:-40px;top:5px;width:15px;height:15px;border:4px solid var(--purple);background:#fff;border-radius:50%}
.timeline-item b{display:block;font-size:17px;margin-bottom:5px}
.timeline-item p{color:var(--muted);margin:0;font-size:14px}
.coverage{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:stretch}
.coverage-image{min-height:340px;border-radius:var(--radius);overflow:hidden;position:relative}
.coverage-image img{width:100%;height:100%;object-fit:cover}
.coverage-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(23,21,45,.62),transparent 60%)}
.coverage-image figcaption{position:absolute;z-index:2;bottom:22px;left:22px;right:22px;color:#fff;font-size:18px;font-weight:800}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.info-card{padding:23px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.25s}
.info-card:hover{transform:translateY(-4px);box-shadow:var(--soft-shadow)}
.info-card .number{color:var(--cyan);font-weight:900;font-size:13px}
.info-card h3{font-size:18px;margin:8px 0}
.info-card p{color:var(--muted);font-size:13px;margin:0}
.team-board{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.team-card{padding:24px;background:#fff;border:1px solid var(--line);border-radius:19px;box-shadow:var(--soft-shadow)}
.team-card strong{display:block;font-size:20px;margin-bottom:4px}
.team-card small{color:var(--purple);font-weight:800}
.team-card p{color:var(--muted);font-size:13px;margin:14px 0 0}
.news-list{border-top:1px solid var(--line)}
.news-item{display:grid;grid-template-columns:125px 1fr auto;gap:24px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line);transition:.25s}
.news-item:hover{transform:translateX(5px)}
.news-item img{width:125px;height:78px;object-fit:cover;border-radius:13px}
.news-item h3{font-size:17px;margin:0 0 5px}
.news-item p{font-size:13px;color:var(--muted);margin:0}
.news-item time{font-size:12px;color:var(--purple);font-weight:800}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.faq{background:#fff;border:1px solid var(--line);border-radius:17px;padding:21px 23px}
.faq h3{font-size:16px;margin-bottom:8px}
.faq p{color:var(--muted);font-size:13px;margin:0}
.cta{background:#f0edff;padding:82px 0}
.cta-box{background:var(--navy);border-radius:26px;padding:44px 48px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-box h2{font-size:clamp(28px,4vw,43px);line-height:1.2;margin:0 0 10px}
.cta-box p{color:#c8c4d9;margin:0;max-width:650px}
footer{background:var(--navy);color:#aaa6c3;padding:58px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:45px}
footer .brand{color:#fff;margin-bottom:18px}
footer p{font-size:13px;max-width:380px}
footer h3{color:#fff;font-size:14px;margin:6px 0 15px}
footer .footer-grid a:not(.brand){display:block;font-size:13px;margin:8px 0;color:#aaa6c3}
footer .footer-grid a:not(.brand):hover{color:#fff}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;font-size:12px;gap:15px}
@media(max-width:1024px){
 .site-header{width:210px}.site-header{padding:25px 17px}main{margin-left:210px}
 .hero .shell{gap:28px}.hero h1{font-size:50px}.shell{width:min(var(--max),calc(100% - 40px))}
}
@media(max-width:768px){
 .site-header{position:relative;left:auto;top:auto;bottom:auto;width:100%;height:auto;padding:15px 20px;display:block}
 .site-header .brand{margin:0 0 14px}.side-nav{flex-direction:row;overflow-x:auto;gap:5px}
 .side-nav a{white-space:nowrap;padding:9px 12px}.side-note{display:none}main{margin-left:0}
 .hero{padding:65px 0 58px}.hero:before{width:100%;height:43%;clip-path:none;border-radius:0 0 0 70px;opacity:.9}
 .hero .shell{display:block;min-height:0}.hero-copy{padding:30px 0}.hero h1{font-size:clamp(38px,10vw,56px);color:#fff}.hero-copy p{color:#e8e5f7}.hero .eyebrow{background:#fff}
 .hero-art{padding:10px 0 0}.stats-grid{grid-template-columns:1fr 1fr}.matrix,.coverage{grid-template-columns:1fr}.team-board{grid-template-columns:1fr 1fr}
 .footer-grid{grid-template-columns:1fr 1fr;gap:28px}.copyright{display:block}.copyright span{display:block;margin-top:5px}
}
@media(max-width:520px){
 .shell{width:calc(100% - 30px)}.section{padding:62px 0}.section-head{margin-bottom:27px}
 .stats-grid,.info-grid,.faq-grid,.team-board{grid-template-columns:1fr}.stat{padding:21px}.stat strong{font-size:29px}
 .hero h1{font-size:39px}.hero-copy p{font-size:15px}.button{width:100%}.hero-actions{display:grid}
 .match-panel{padding:18px}.team-row{grid-template-columns:1fr 38px 1fr}.team{font-size:13px;padding:14px 5px}
 .news-item{grid-template-columns:84px 1fr;gap:13px}.news-item img{width:84px;height:65px}.news-item time{grid-column:2}
 .cta-box{display:block;padding:30px 23px}.cta-box .button{margin-top:22px}
 .footer-grid{grid-template-columns:1fr}.copyright{margin-top:28px}
}
