/* roulang page: index */
:root{
      --primary:#2563eb;
      --primary-700:#1d4ed8;
      --primary-50:#eff6ff;
      --secondary:#22c7d8;
      --accent:#7c3aed;
      --ink:#14213d;
      --text:#334155;
      --muted:#64748b;
      --soft:#f8fbff;
      --surface:#ffffff;
      --line:#dce6f5;
      --line-strong:#c9d8ee;
      --success:#10b981;
      --warning:#f59e0b;
      --danger:#ef4444;
      --radius-sm:12px;
      --radius:20px;
      --radius-lg:30px;
      --shadow-sm:0 8px 24px rgba(37,99,235,.08);
      --shadow:0 18px 50px rgba(20,33,61,.12);
      --shadow-hover:0 24px 70px rgba(37,99,235,.18);
      --container:1180px;
      --section:88px;
      --ease:all .28s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 10% 0%, rgba(34,199,216,.16), transparent 28%),
        radial-gradient(circle at 88% 9%, rgba(124,58,237,.10), transparent 26%),
        linear-gradient(180deg,#f7fbff 0%,#ffffff 34%,#f8fbff 100%);
      line-height:1.72;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--primary)}
    img{max-width:100%;height:auto;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(37,99,235,.18);color:var(--ink)}
    :focus-visible{outline:3px solid rgba(37,99,235,.3);outline-offset:3px;border-radius:10px}

    .site-wrap{min-height:100vh}
    .container{
      width:min(var(--container), calc(100% - 40px));
      margin-inline:auto;
    }
    .section{
      padding:var(--section) 0;
      position:relative;
    }
    .section-tight{padding:58px 0}
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:24px;
      margin-bottom:34px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(37,99,235,.15);
      border-radius:999px;
      color:var(--primary-700);
      background:rgba(239,246,255,.85);
      font-weight:700;
      font-size:14px;
      letter-spacing:.02em;
      margin-bottom:12px;
    }
    .section-title{
      margin:0;
      color:var(--ink);
      font-size:clamp(28px,4vw,44px);
      line-height:1.18;
      letter-spacing:-.04em;
      font-weight:900;
    }
    .section-desc{
      max-width:680px;
      margin:12px 0 0;
      color:var(--muted);
      font-size:17px;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:46px;
      padding:12px 18px;
      border-radius:999px;
      font-weight:800;
      border:1px solid transparent;
      transition:var(--ease);
      white-space:nowrap;
      line-height:1.2;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),#4f46e5);
      box-shadow:0 14px 30px rgba(37,99,235,.26);
    }
    .btn-primary:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 20px 42px rgba(37,99,235,.34);
    }
    .btn-secondary{
      color:var(--primary-700);
      background:#fff;
      border-color:var(--line);
      box-shadow:var(--shadow-sm);
    }
    .btn-secondary:hover{
      background:var(--primary-50);
      border-color:rgba(37,99,235,.35);
      transform:translateY(-2px);
    }
    .btn-ghost{
      color:var(--ink);
      background:rgba(255,255,255,.62);
      border-color:rgba(201,216,238,.75);
    }
    .btn-ghost:hover{background:#fff;box-shadow:var(--shadow-sm)}
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      font-size:13px;
      font-weight:800;
      color:var(--primary-700);
      background:var(--primary-50);
      border:1px solid rgba(37,99,235,.12);
    }
    .badge.green{color:#047857;background:#ecfdf5;border-color:#bbf7d0}
    .badge.orange{color:#b45309;background:#fffbeb;border-color:#fde68a}
    .badge.purple{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}

    .top-strip{
      background:rgba(255,255,255,.86);
      border-bottom:1px solid rgba(220,230,245,.86);
      backdrop-filter:blur(18px);
      font-size:13px;
      color:var(--muted);
    }
    .top-strip-inner{
      width:min(var(--container), calc(100% - 40px));
      margin:auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      min-height:38px;
    }
    .trend-row{
      display:flex;
      align-items:center;
      gap:10px;
      overflow:hidden;
      white-space:nowrap;
    }
    .trend-pill{
      color:var(--ink);
      background:#eef6ff;
      border:1px solid rgba(37,99,235,.10);
      padding:4px 9px;
      border-radius:999px;
      font-weight:700;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,255,255,.92);
      border-bottom:1px solid rgba(220,230,245,.9);
      backdrop-filter:blur(18px);
      box-shadow:0 8px 24px rgba(15,23,42,.04);
    }
    .nav-bar{
      width:min(var(--container), calc(100% - 40px));
      margin:auto;
      min-height:74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      color:var(--ink);
      font-weight:950;
      letter-spacing:-.03em;
      font-size:21px;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:#fff;
      background:
        linear-gradient(135deg,rgba(34,199,216,.92),rgba(37,99,235,.96) 54%,rgba(124,58,237,.88));
      box-shadow:0 16px 34px rgba(37,99,235,.23);
    }
    .main-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      flex:1;
    }
    .nav-link{
      padding:10px 15px;
      border-radius:999px;
      font-weight:800;
      color:var(--text);
      border:1px solid transparent;
    }
    .nav-link:hover{
      color:var(--primary-700);
      background:var(--primary-50);
      border-color:rgba(37,99,235,.12);
    }
    .nav-link.active{
      color:#fff;
      background:var(--primary);
      box-shadow:0 10px 24px rgba(37,99,235,.22);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .search-box{
      position:relative;
      width:250px;
    }
    .search-box i{
      position:absolute;
      left:14px;
      top:50%;
      transform:translateY(-50%);
      color:var(--muted);
      font-size:14px;
    }
    .search-box input{
      width:100%;
      height:42px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      padding:0 14px 0 38px;
      color:var(--ink);
      transition:var(--ease);
      box-shadow:0 8px 20px rgba(15,23,42,.03);
    }
    .search-box input:focus{
      border-color:rgba(37,99,235,.45);
      box-shadow:0 0 0 4px rgba(37,99,235,.10);
    }
    .menu-toggle{
      display:none;
      width:44px;
      height:44px;
      border:1px solid var(--line);
      background:#fff;
      border-radius:14px;
      color:var(--ink);
    }

    .hero{
      padding:78px 0 66px;
    }
    .hero-shell{
      border-radius:var(--radius-lg);
      padding:34px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.94),rgba(239,246,255,.86)),
        radial-gradient(circle at 12% 10%,rgba(34,199,216,.18),transparent 35%),
        radial-gradient(circle at 86% 16%,rgba(124,58,237,.12),transparent 28%);
      border:1px solid rgba(201,216,238,.86);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero-shell:before{
      content:"";
      position:absolute;
      inset:auto -80px -100px auto;
      width:280px;
      height:280px;
      border-radius:50%;
      background:rgba(37,99,235,.10);
      filter:blur(2px);
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);
      gap:30px;
      align-items:stretch;
      position:relative;
      z-index:1;
    }
    .hero-content{
      padding:18px 10px 18px 4px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .hero h1{
      margin:12px 0 16px;
      color:var(--ink);
      font-size:clamp(36px,5.4vw,62px);
      line-height:1.05;
      letter-spacing:-.055em;
      font-weight:950;
    }
    .hero-intro{
      max-width:760px;
      margin:0 0 24px;
      color:var(--text);
      font-size:18px;
    }
    .hero-cta{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin-top:4px;
    }
    .hero-metrics{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:26px;
      max-width:760px;
    }
    .metric{
      background:rgba(255,255,255,.8);
      border:1px solid rgba(220,230,245,.95);
      border-radius:18px;
      padding:14px 16px;
      box-shadow:var(--shadow-sm);
    }
    .metric strong{
      display:block;
      color:var(--ink);
      font-size:24px;
      line-height:1.1;
      letter-spacing:-.04em;
    }
    .metric span{font-size:13px;color:var(--muted);font-weight:700}

    .lead-panel{
      background:#fff;
      border:1px solid rgba(201,216,238,.94);
      border-radius:26px;
      box-shadow:0 22px 52px rgba(37,99,235,.13);
      padding:22px;
      position:relative;
      overflow:hidden;
    }
    .lead-panel:after{
      content:"";
      position:absolute;
      width:160px;
      height:160px;
      border-radius:50%;
      right:-70px;
      top:-70px;
      background:rgba(34,199,216,.13);
    }
    .lead-panel h2{
      margin:0 0 8px;
      color:var(--ink);
      font-size:22px;
      letter-spacing:-.03em;
      font-weight:900;
    }
    .lead-panel p{
      margin:0 0 18px;
      color:var(--muted);
      font-size:15px;
    }
    .lead-form{
      display:grid;
      gap:12px;
      position:relative;
      z-index:1;
    }
    .form-field label{
      display:block;
      margin-bottom:6px;
      color:var(--ink);
      font-size:13px;
      font-weight:850;
    }
    .form-field input,.form-field select{
      width:100%;
      height:48px;
      border-radius:14px;
      border:1px solid var(--line);
      padding:0 14px;
      background:#fbfdff;
      color:var(--ink);
      transition:var(--ease);
    }
    .form-field input:focus,.form-field select:focus{
      background:#fff;
      border-color:rgba(37,99,235,.5);
      box-shadow:0 0 0 4px rgba(37,99,235,.10);
    }
    .countdown{
      margin-top:16px;
      padding:14px;
      border-radius:18px;
      background:linear-gradient(135deg,#f0f7ff,#ffffff);
      border:1px solid rgba(37,99,235,.12);
    }
    .countdown-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      color:var(--ink);
      font-weight:900;
      margin-bottom:10px;
    }
    .countdown-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:8px;
    }
    .time-box{
      text-align:center;
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
      padding:9px 4px;
      box-shadow:0 8px 18px rgba(15,23,42,.04);
    }
    .time-box b{display:block;color:var(--primary-700);font-size:20px;line-height:1}
    .time-box span{font-size:12px;color:var(--muted);font-weight:700}

    .benefit-layout{
      display:grid;
      grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
      gap:22px;
      align-items:stretch;
    }
    .feature-stage{
      min-height:100%;
      border-radius:var(--radius-lg);
      padding:28px;
      background:linear-gradient(145deg,#0f2f6f,#2563eb 58%,#22c7d8);
      color:#fff;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .feature-stage:before{
      content:"";
      position:absolute;
      width:240px;
      height:240px;
      right:-80px;
      top:-90px;
      border-radius:50%;
      background:rgba(255,255,255,.16);
    }
    .feature-stage h3{
      margin:12px 0 10px;
      font-size:30px;
      line-height:1.15;
      color:#fff;
      font-weight:950;
      letter-spacing:-.04em;
    }
    .feature-stage p{color:rgba(255,255,255,.82);margin-bottom:18px}
    .stage-list{
      display:grid;
      gap:12px;
      margin-top:18px;
    }
    .stage-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.18);
      backdrop-filter:blur(8px);
    }
    .stage-item i{margin-top:4px;color:#bff7ff}
    .stage-item strong{display:block;color:#fff;font-weight:900}
    .stage-item span{display:block;color:rgba(255,255,255,.75);font-size:14px}

    .benefit-cards{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:16px;
    }
    .card{
      background:var(--surface);
      border:1px solid rgba(220,230,245,.92);
      border-radius:var(--radius);
      box-shadow:var(--shadow-sm);
      padding:22px;
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(37,99,235,.24);
    }
    .icon-circle{
      width:48px;
      height:48px;
      border-radius:16px;
      display:grid;
      place-items:center;
      color:var(--primary-700);
      background:var(--primary-50);
      margin-bottom:16px;
      font-size:20px;
    }
    .card h3,.card h4{
      margin:0 0 8px;
      color:var(--ink);
      font-weight:950;
      letter-spacing:-.025em;
      line-height:1.25;
    }
    .card p{margin:0;color:var(--muted);font-size:15px}

    .slider-card{
      margin-top:16px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:16px 18px;
      border-radius:22px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
    }
    .slider-copy strong{
      display:block;
      color:var(--ink);
      font-size:18px;
      font-weight:950;
    }
    .slider-copy span{color:var(--muted);font-size:14px}
    .slider-dots{display:flex;gap:6px}
    .slider-dot{
      width:8px;height:8px;border-radius:99px;background:#cbd5e1;
    }
    .slider-dot.active{width:22px;background:var(--primary)}

    .pricing-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:18px;
      align-items:stretch;
    }
    .price-card{
      padding:26px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
      position:relative;
    }
    .price-card:hover{
      transform:translateY(-6px);
      box-shadow:var(--shadow-hover);
    }
    .price-card.recommended{
      border-color:rgba(37,99,235,.38);
      box-shadow:0 24px 70px rgba(37,99,235,.16);
      background:linear-gradient(180deg,#ffffff,#f5f9ff);
    }
    .price-head{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:flex-start;
      margin-bottom:18px;
    }
    .price-name{color:var(--ink);font-size:22px;font-weight:950;letter-spacing:-.03em}
    .price{
      display:flex;
      align-items:flex-end;
      gap:4px;
      margin:12px 0 6px;
      color:var(--ink);
    }
    .price b{font-size:42px;line-height:1;letter-spacing:-.05em}
    .price span{color:var(--muted);font-weight:750;margin-bottom:6px}
    .price-card p{color:var(--muted);margin:0 0 18px}
    .check-list{
      list-style:none;
      margin:18px 0 24px;
      padding:0;
      display:grid;
      gap:10px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--text);
      font-size:15px;
    }
    .check-list i{color:var(--success);margin-top:5px}

    .analytics-panel{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:22px;
      align-items:stretch;
    }
    .kpi-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .kpi{
      padding:22px;
      border-radius:22px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
    }
    .kpi b{
      display:block;
      color:var(--ink);
      font-size:34px;
      line-height:1;
      letter-spacing:-.05em;
      margin-bottom:8px;
    }
    .kpi span{color:var(--muted);font-weight:750}
    .chart-card{
      padding:24px;
      border-radius:26px;
      background:linear-gradient(145deg,#ffffff,#f2f7ff);
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
    }
    .chart-bars{
      display:flex;
      align-items:flex-end;
      gap:12px;
      height:190px;
      margin-top:18px;
      padding:18px 10px 0;
      border-bottom:1px solid var(--line);
    }
    .bar{
      flex:1;
      min-width:30px;
      border-radius:14px 14px 0 0;
      background:linear-gradient(180deg,#22c7d8,#2563eb);
      position:relative;
      transition:var(--ease);
    }
    .bar:hover{filter:saturate(1.12);transform:scaleY(1.03);transform-origin:bottom}
    .bar em{
      position:absolute;
      left:50%;
      bottom:calc(100% + 8px);
      transform:translateX(-50%);
      font-style:normal;
      color:var(--primary-700);
      font-weight:900;
      font-size:12px;
      white-space:nowrap;
    }
    .chart-labels{
      display:flex;
      justify-content:space-around;
      color:var(--muted);
      font-size:13px;
      font-weight:800;
      margin-top:10px;
    }

    .news-layout{
      display:grid;
      grid-template-columns:minmax(0,1.4fr) minmax(310px,.6fr);
      gap:22px;
      align-items:start;
    }
    .news-list{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-sm);
      padding:10px;
    }
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:18px;
      border-radius:20px;
      transition:var(--ease);
      border:1px solid transparent;
    }
    .news-item + .news-item{border-top:1px solid rgba(220,230,245,.72)}
    .news-item:hover{
      background:var(--primary-50);
      border-color:rgba(37,99,235,.10);
      transform:translateX(3px);
    }
    .news-date{
      width:58px;
      height:58px;
      border-radius:18px;
      display:grid;
      place-items:center;
      text-align:center;
      color:var(--primary-700);
      background:#fff;
      border:1px solid rgba(37,99,235,.12);
      font-weight:950;
      line-height:1.05;
      box-shadow:0 8px 18px rgba(15,23,42,.04);
    }
    .news-date span{display:block;font-size:12px;color:var(--muted);font-weight:800}
    .news-copy h3{
      margin:0 0 5px;
      font-size:18px;
      color:var(--ink);
      font-weight:950;
      letter-spacing:-.02em;
    }
    .news-copy p{margin:0;color:var(--muted);font-size:14px}
    .news-arrow{color:var(--primary);font-size:18px}
    .recommend-box{
      border-radius:var(--radius-lg);
      padding:24px;
      background:linear-gradient(145deg,#102a5c,#2563eb);
      color:#fff;
      box-shadow:var(--shadow);
      position:sticky;
      top:104px;
    }
    .recommend-box h3{color:#fff;margin:0 0 10px;font-weight:950}
    .recommend-box p{color:rgba(255,255,255,.78);margin-bottom:18px}
    .topic-list{
      display:grid;
      gap:10px;
      margin-top:16px;
    }
    .topic-link{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      padding:12px 14px;
      border-radius:16px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.16);
      color:#fff;
      font-weight:850;
    }
    .topic-link:hover{color:#fff;background:rgba(255,255,255,.2)}

    .steps{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
      counter-reset:step;
    }
    .step-card{
      position:relative;
      background:#fff;
      border:1px solid var(--line);
      border-radius:24px;
      padding:24px;
      box-shadow:var(--shadow-sm);
      overflow:hidden;
      transition:var(--ease);
    }
    .step-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}
    .step-card:before{
      counter-increment:step;
      content:"0" counter(step);
      position:absolute;
      top:12px;
      right:18px;
      color:rgba(37,99,235,.10);
      font-size:46px;
      font-weight:950;
      line-height:1;
      letter-spacing:-.06em;
    }
    .step-card h3{position:relative;margin:0 0 8px;color:var(--ink);font-size:19px;font-weight:950}
    .step-card p{position:relative;margin:0;color:var(--muted);font-size:15px}

    .entry-matrix{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .entry-card{
      display:flex;
      flex-direction:column;
      gap:12px;
      min-height:170px;
      padding:22px;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .entry-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-hover);
      color:inherit;
    }
    .entry-card i{
      width:48px;
      height:48px;
      display:grid;
      place-items:center;
      border-radius:16px;
      color:var(--primary-700);
      background:var(--primary-50);
      font-size:20px;
    }
    .entry-card strong{color:var(--ink);font-size:18px;font-weight:950}
    .entry-card span{color:var(--muted);font-size:14px}

    .proof-grid{
      display:grid;
      grid-template-columns:.8fr 1.2fr;
      gap:22px;
      align-items:stretch;
    }
    .quote-card{
      padding:28px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
    }
    .quote-mark{
      width:54px;height:54px;border-radius:18px;
      display:grid;place-items:center;
      background:var(--primary-50);color:var(--primary);
      font-size:24px;margin-bottom:18px;
    }
    .quote-card blockquote{
      margin:0 0 18px;
      color:var(--ink);
      font-size:20px;
      line-height:1.65;
      font-weight:850;
    }
    .quote-card cite{font-style:normal;color:var(--muted);font-weight:800}
    .case-list{
      display:grid;
      gap:14px;
    }
    .case-row{
      display:flex;
      gap:16px;
      align-items:flex-start;
      padding:20px;
      border-radius:22px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
    }
    .case-row .num{
      width:46px;height:46px;border-radius:16px;
      display:grid;place-items:center;
      flex:0 0 auto;
      color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));
      font-weight:950;
    }
    .case-row h3{margin:0 0 5px;color:var(--ink);font-size:18px;font-weight:950}
    .case-row p{margin:0;color:var(--muted);font-size:15px}

    .opening{
      padding:78px 0;
    }
    .cta-panel{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:26px;
      align-items:center;
      padding:34px;
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg,#ffffff,#eef6ff),
        radial-gradient(circle at 100% 0%,rgba(37,99,235,.18),transparent 28%);
      border:1px solid rgba(201,216,238,.96);
      box-shadow:var(--shadow);
    }
    .cta-panel h2{
      margin:12px 0 12px;
      color:var(--ink);
      font-size:clamp(28px,4vw,46px);
      line-height:1.15;
      letter-spacing:-.045em;
      font-weight:950;
    }
    .cta-panel p{margin:0 0 22px;color:var(--muted);font-size:17px}
    .booking-card{
      padding:24px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
    }
    .booking-row{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      margin-bottom:12px;
    }
    .booking-card input,.booking-card select{
      width:100%;
      height:48px;
      border:1px solid var(--line);
      border-radius:14px;
      padding:0 14px;
      background:#fbfdff;
      color:var(--ink);
      transition:var(--ease);
    }
    .booking-card input:focus,.booking-card select:focus{
      border-color:rgba(37,99,235,.5);
      box-shadow:0 0 0 4px rgba(37,99,235,.10);
      background:#fff;
    }
    .privacy-note{
      margin-top:10px;
      color:var(--muted);
      font-size:13px;
    }

    .faq-wrap{
      display:grid;
      grid-template-columns:.75fr 1.25fr;
      gap:30px;
      align-items:start;
    }
    .faq-aside{
      position:sticky;
      top:110px;
      padding:24px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
    }
    .faq-aside h2{
      margin:12px 0;
      color:var(--ink);
      font-size:34px;
      line-height:1.2;
      letter-spacing:-.04em;
      font-weight:950;
    }
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid var(--line)!important;
      border-radius:20px!important;
      overflow:hidden;
      box-shadow:var(--shadow-sm);
      background:#fff;
    }
    .accordion-title{
      color:var(--ink)!important;
      font-weight:950;
      font-size:17px;
      border:0!important;
      padding:20px 54px 20px 20px!important;
      background:#fff!important;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:var(--primary-50)!important;
      color:var(--primary-700)!important;
    }
    .accordion-title:before{
      right:20px!important;
      color:var(--primary);
      font-weight:900;
      margin-top:-10px!important;
    }
    .accordion-content{
      border:0!important;
      padding:0 20px 20px!important;
      color:var(--muted);
      line-height:1.78;
      background:#fff!important;
    }

    .site-footer{
      padding:46px 0 28px;
      background:#0b1730;
      color:rgba(255,255,255,.74);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:28px;
      align-items:start;
      padding-bottom:28px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-size:22px;
      font-weight:950;
      letter-spacing:-.03em;
      margin-bottom:14px;
    }
    .footer-brand .brand-mark{box-shadow:none}
    .footer-desc{max-width:660px;margin:0;color:rgba(255,255,255,.68)}
    .footer-links{
      display:flex;
      justify-content:flex-end;
      gap:12px;
      flex-wrap:wrap;
    }
    .footer-links a{
      padding:9px 13px;
      border-radius:999px;
      color:rgba(255,255,255,.82);
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.08);
      font-weight:800;
    }
    .footer-links a:hover{color:#fff;background:rgba(255,255,255,.13)}
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      padding-top:22px;
      font-size:14px;
      color:rgba(255,255,255,.56);
    }

    .floating-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      z-index:40;
      width:min(720px, calc(100% - 28px));
      display:none;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px 14px 12px 18px;
      border-radius:999px;
      background:rgba(11,23,48,.92);
      color:#fff;
      box-shadow:0 18px 50px rgba(15,23,42,.3);
      backdrop-filter:blur(16px);
      border:1px solid rgba(255,255,255,.12);
    }
    .floating-cta strong{font-weight:950}
    .floating-cta span{color:rgba(255,255,255,.72);font-size:13px}

    @media (max-width:1024px){
      :root{--section:72px}
      .search-box{width:210px}
      .hero-grid,.benefit-layout,.analytics-panel,.news-layout,.proof-grid,.cta-panel,.faq-wrap{
        grid-template-columns:1fr;
      }
      .recommend-box,.faq-aside{position:relative;top:auto}
      .entry-matrix,.steps{grid-template-columns:repeat(2,1fr)}
      .pricing-grid{grid-template-columns:1fr}
      .price-card.recommended{transform:none}
    }

    @media (max-width:768px){
      .top-strip-inner{justify-content:center}
      .top-strip-inner > span{display:none}
      .nav-bar{min-height:66px;flex-wrap:wrap;padding:10px 0}
      .menu-toggle{display:grid;place-items:center}
      .main-nav{
        order:3;
        flex-basis:100%;
        display:none;
        justify-content:flex-start;
        padding-top:8px;
        overflow-x:auto;
      }
      .main-nav.open{display:flex}
      .nav-actions{margin-left:auto}
      .search-box{display:none}
      .hero{padding:40px 0 44px}
      .hero-shell{padding:22px;border-radius:24px}
      .hero-metrics{grid-template-columns:1fr}
      .benefit-cards,.kpi-grid{grid-template-columns:1fr}
      .section-head{display:block}
      .news-item{grid-template-columns:auto 1fr}
      .news-arrow{display:none}
      .booking-row{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .floating-cta{display:flex}
    }

    @media (max-width:520px){
      .container,.nav-bar,.top-strip-inner{width:min(100% - 24px,var(--container))}
      .brand{font-size:18px}
      .brand-mark{width:38px;height:38px;border-radius:13px}
      .hero h1{font-size:34px}
      .hero-cta{align-items:stretch}
      .hero-cta .btn{width:100%}
      .lead-panel{padding:18px}
      .countdown-grid{gap:6px}
      .time-box b{font-size:18px}
      .entry-matrix,.steps{grid-template-columns:1fr}
      .section{padding:58px 0}
      .chart-bars{gap:7px}
      .cta-panel{padding:22px}
      .floating-cta{border-radius:22px;align-items:flex-start}
      .floating-cta .btn{padding:10px 12px;min-height:40px}
    }
