/* roulang page: index */
:root{
      --primary:#2563EB;
      --primary-dark:#1D4ED8;
      --accent:#14B8A6;
      --bg:#F8FAFC;
      --soft:#F0F7FF;
      --cyan-soft:#ECFEFF;
      --text:#1F2937;
      --muted:#64748B;
      --border:#E2E8F0;
      --card:#FFFFFF;
      --radius-xl:1rem;
      --radius-2xl:1.25rem;
      --radius-3xl:1.75rem;
      --shadow-sm:0 10px 30px rgba(15,23,42,.06);
      --shadow-md:0 18px 45px rgba(37,99,235,.12);
      --shadow-lg:0 28px 70px rgba(15,23,42,.14);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 4%, rgba(37,99,235,.10), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(20,184,166,.10), transparent 28%),
        linear-gradient(180deg,#fff 0%,var(--bg) 42%,#fff 100%);
      line-height:1.75;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none}
    button,input,textarea,select{font:inherit}
    input,textarea,select{outline:none}
    img,svg{max-width:100%;display:block}
    .site-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
    .site-header{
      position:sticky;top:0;z-index:50;
      background:rgba(255,255,255,.94);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(226,232,240,.82);
      transition:box-shadow .25s ease,border-color .25s ease;
    }
    .nav-wrap{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .brand{display:flex;align-items:center;gap:12px;min-width:0}
    .brand-mark{
      width:42px;height:42px;border-radius:14px;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;display:grid;place-items:center;font-weight:800;
      box-shadow:0 14px 28px rgba(37,99,235,.22);
      flex:0 0 auto;
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.2;min-width:0}
    .brand-name{font-weight:800;color:#0f172a;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:310px}
    .brand-sub{font-size:12px;color:var(--muted);margin-top:3px}
    .desktop-nav{display:flex;align-items:center;gap:8px}
    .nav-link{
      padding:10px 14px;border-radius:999px;color:#475569;font-weight:600;font-size:15px;
      transition:background .2s ease,color .2s ease,transform .2s ease;
    }
    .nav-link:hover{background:#EFF6FF;color:var(--primary);transform:translateY(-1px)}
    .nav-link.active{background:#EFF6FF;color:var(--primary);font-weight:800}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      border-radius:14px;padding:12px 18px;font-weight:800;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
      border:1px solid transparent;line-height:1.2;white-space:nowrap;
    }
    .btn:focus-visible,.nav-link:focus-visible,.tab-link:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{
      outline:3px solid rgba(37,99,235,.22);outline-offset:3px;
    }
    .btn-primary{background:var(--primary);color:white;box-shadow:0 12px 28px rgba(37,99,235,.22)}
    .btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 18px 36px rgba(37,99,235,.28)}
    .btn-secondary{background:#fff;color:var(--primary);border-color:#BFDBFE;box-shadow:var(--shadow-sm)}
    .btn-secondary:hover{background:#EFF6FF;border-color:#93C5FD;transform:translateY(-1px)}
    .btn-text{color:var(--primary);font-weight:800;display:inline-flex;align-items:center;gap:6px}
    .btn-text span{transition:transform .2s ease}
    .btn-text:hover span{transform:translateX(4px)}
    .badge{
      display:inline-flex;align-items:center;gap:8px;border-radius:999px;
      padding:8px 12px;background:#EFF6FF;color:#1D4ED8;font-weight:800;font-size:14px;
      border:1px solid #DBEAFE;
    }
    .tag{
      display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;
      background:#F8FAFC;border:1px solid var(--border);color:#475569;font-weight:700;font-size:13px;
    }
    .section{padding:86px 0}
    .section-title{font-size:clamp(28px,4vw,42px);line-height:1.18;font-weight:900;letter-spacing:-.02em;color:#0f172a}
    .section-desc{margin-top:16px;color:var(--muted);font-size:17px;max-width:720px}
    .card{
      background:var(--card);border:1px solid rgba(226,232,240,.86);
      border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);
      transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
    }
    .card-hover:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:#BFDBFE}
    .icon-box{
      width:46px;height:46px;border-radius:15px;background:#EFF6FF;color:var(--primary);
      display:grid;place-items:center;font-size:22px;font-weight:900;flex:0 0 auto;
    }
    .hero{
      position:relative;overflow:hidden;padding:86px 0 76px;
      background:
        linear-gradient(135deg,rgba(240,247,255,.96),rgba(255,255,255,.86) 54%,rgba(236,254,255,.78));
    }
    .hero:before{
      content:"";position:absolute;inset:0;
      background-image:linear-gradient(rgba(37,99,235,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.045) 1px,transparent 1px);
      background-size:34px 34px;mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 78%);
      pointer-events:none;
    }
    .hero-orb{position:absolute;border-radius:999px;filter:blur(2px);opacity:.8;pointer-events:none}
    .hero-orb.one{width:230px;height:230px;background:rgba(37,99,235,.12);right:10%;top:72px}
    .hero-orb.two{width:170px;height:170px;background:rgba(20,184,166,.14);left:4%;bottom:30px}
    .hero h1{font-size:clamp(34px,5.6vw,58px);line-height:1.12;font-weight:950;letter-spacing:-.035em;color:#0f172a}
    .hero p{font-size:18px;color:#475569}
    .dashboard{
      position:relative;border-radius:28px;background:#fff;border:1px solid rgba(226,232,240,.92);
      box-shadow:var(--shadow-lg);padding:22px;overflow:hidden;
    }
    .dashboard:before{
      content:"";position:absolute;inset:0 0 auto 0;height:110px;
      background:linear-gradient(90deg,rgba(37,99,235,.10),rgba(20,184,166,.10));pointer-events:none;
    }
    .progress{height:10px;border-radius:999px;background:#E2E8F0;overflow:hidden}
    .progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent))}
    .trust-item{display:flex;align-items:center;gap:10px;color:#475569;font-weight:700}
    .trust-dot{width:9px;height:9px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 5px rgba(20,184,166,.12)}
    .feature-matrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
    .scenario-card{position:relative;overflow:hidden}
    .scenario-num{position:absolute;right:24px;top:8px;font-size:70px;line-height:1;font-weight:950;color:#DBEAFE;z-index:0}
    .scenario-card>*:not(.scenario-num){position:relative;z-index:1}
    .quote-mark{font-size:44px;line-height:1;color:#93C5FD;font-weight:950}
    .plan-card.recommended{
      background:linear-gradient(180deg,#EFF6FF 0%,#fff 72%);
      border-color:#93C5FD;box-shadow:0 24px 60px rgba(37,99,235,.16);
      transform:scale(1.02);
    }
    details.faq-item{background:white;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-sm);overflow:hidden}
    details.faq-item summary{cursor:pointer;list-style:none;padding:20px 22px;font-weight:850;color:#0f172a;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:background .2s ease}
    details.faq-item summary::-webkit-details-marker{display:none}
    details.faq-item summary:hover{background:#F8FAFC}
    details.faq-item summary:after{content:"＋";color:var(--primary);font-weight:900}
    details.faq-item[open] summary:after{content:"－"}
    details.faq-item p{padding:0 22px 20px;margin:0;color:var(--muted)}
    .cta-panel{
      border-radius:30px;background:linear-gradient(135deg,#EFF6FF,#ECFEFF);
      border:1px solid #DBEAFE;box-shadow:var(--shadow-md);overflow:hidden;position:relative;
    }
    .cta-panel:after{
      content:"";position:absolute;width:260px;height:260px;border-radius:999px;right:-90px;bottom:-120px;
      background:rgba(37,99,235,.12);
    }
    .form-field{
      width:100%;border:1px solid var(--border);border-radius:14px;background:#fff;
      padding:12px 14px;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease;
    }
    .form-field:focus{border-color:#93C5FD;box-shadow:0 0 0 4px rgba(37,99,235,.12)}
    .site-footer{background:#0F172A;color:#CBD5E1}
    .footer-link{color:#CBD5E1;transition:color .2s ease,transform .2s ease;display:inline-block}
    .footer-link:hover{color:#67E8F9;transform:translateX(2px)}
    .mobile-tabs{
      position:fixed;left:0;right:0;bottom:0;z-index:60;
      display:none;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);
      border-top:1px solid var(--border);padding:7px 10px calc(7px + env(safe-area-inset-bottom));
      box-shadow:0 -12px 30px rgba(15,23,42,.08);
    }
    .tab-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-width:520px;margin:0 auto}
    .tab-link{
      min-height:52px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;
      gap:2px;color:#64748B;font-size:12px;font-weight:800;transition:background .2s ease,color .2s ease;
    }
    .tab-link .tab-ico{font-size:18px;line-height:1}
    .tab-link.active{color:var(--primary);background:#EFF6FF}
    .tab-link:hover{background:#F8FAFC;color:var(--primary)}
    .line-clamp-2{
      display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
    }
    @media (max-width:1024px){
      .brand-name{max-width:230px}
      .section{padding:70px 0}
      .plan-card.recommended{transform:none}
    }
    @media (max-width:768px){
      body{padding-bottom:82px}
      .desktop-nav{display:none}
      .desktop-cta{display:none}
      .mobile-tabs{display:block}
      .nav-wrap{height:66px}
      .brand-mark{width:38px;height:38px;border-radius:13px}
      .brand-name{font-size:14px;max-width:220px}
      .brand-sub{display:none}
      .hero{padding:54px 0 52px}
      .section{padding:54px 0}
      .feature-matrix{grid-template-columns:1fr}
      .dashboard{padding:16px;border-radius:24px}
      .btn{width:100%;padding:13px 16px}
      .mobile-inline-btn{width:auto}
    }
    @media (max-width:520px){
      .site-container{width:min(100% - 24px,1180px)}
      .hero h1{font-size:34px}
      .hero p{font-size:16px}
      .section-title{font-size:28px}
      .section-desc{font-size:16px}
      .brand-name{max-width:168px}
      .scenario-num{font-size:56px}
    }

/* roulang page: category2 */
:root{
      --primary:#2563EB;
      --primary-dark:#1D4ED8;
      --accent:#14B8A6;
      --bg:#F8FAFC;
      --bg-soft:#F0F7FF;
      --card:#FFFFFF;
      --text:#1F2937;
      --muted:#64748B;
      --border:#E2E8F0;
      --footer:#0F172A;
      --radius-xl:18px;
      --radius-2xl:24px;
      --shadow-sm:0 10px 30px rgba(15,23,42,.06);
      --shadow-md:0 18px 45px rgba(37,99,235,.12);
      --shadow-strong:0 24px 70px rgba(15,23,42,.14);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 4%, rgba(37,99,235,.10), transparent 30%),
        radial-gradient(circle at 86% 18%, rgba(20,184,166,.10), transparent 28%),
        linear-gradient(180deg,#ffffff 0%,var(--bg) 42%,#ffffff 100%);
      line-height:1.75;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none}
    button,input,textarea,select{font:inherit}
    button{border:0;background:none;cursor:pointer}
    input,textarea,select{outline:none}
    ::selection{background:rgba(37,99,235,.16)}
    .site-container{
      width:min(1180px,calc(100% - 40px));
      margin-inline:auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      height:72px;
      background:rgba(255,255,255,.94);
      backdrop-filter:saturate(150%) blur(14px);
      border-bottom:1px solid rgba(226,232,240,.85);
      transition:box-shadow .25s ease,border-color .25s ease;
    }
    .site-header:hover{box-shadow:0 8px 26px rgba(15,23,42,.05)}
    .nav-wrap{
      height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      transition:transform .2s ease;
    }
    .brand:hover{transform:translateY(-1px)}
    .brand-mark{
      width:42px;
      height:42px;
      flex:0 0 42px;
      border-radius:15px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      box-shadow:0 12px 28px rgba(37,99,235,.22);
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.15;min-width:0}
    .brand-name{font-size:17px;font-weight:900;color:#0f172a;letter-spacing:-.02em;white-space:nowrap}
    .brand-sub{font-size:12px;color:var(--muted);margin-top:4px;white-space:nowrap}
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:8px;
      padding:6px;
      border:1px solid rgba(226,232,240,.75);
      border-radius:999px;
      background:#fff;
      box-shadow:0 8px 22px rgba(15,23,42,.035);
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      height:38px;
      padding:0 16px;
      border-radius:999px;
      color:#475569;
      font-weight:700;
      font-size:15px;
      transition:background .2s ease,color .2s ease,transform .2s ease;
    }
    .nav-link:hover{color:var(--primary);background:#EFF6FF;transform:translateY(-1px)}
    .nav-link.active{color:var(--primary);background:#EFF6FF;font-weight:900}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:14px;
      font-weight:800;
      line-height:1;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
      white-space:nowrap;
    }
    .btn:focus-visible,.nav-link:focus-visible,.brand:focus-visible,.footer-link:focus-visible,.bottom-tab-link:focus-visible{
      outline:3px solid rgba(37,99,235,.28);
      outline-offset:3px;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),#2F6FED);
      box-shadow:0 12px 28px rgba(37,99,235,.22);
      padding:13px 20px;
    }
    .btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary));transform:translateY(-1px);box-shadow:var(--shadow-md)}
    .btn-secondary{
      color:var(--primary);
      background:#fff;
      border:1px solid #BFDBFE;
      padding:13px 20px;
    }
    .btn-secondary:hover{background:#EFF6FF;border-color:#93C5FD;transform:translateY(-1px)}
    .btn-text{
      color:var(--primary);
      font-weight:900;
      display:inline-flex;
      align-items:center;
      gap:8px;
      transition:gap .2s ease,color .2s ease;
    }
    .btn-text:hover{gap:12px;color:var(--primary-dark)}
    .section{padding:86px 0}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border:1px solid #BFDBFE;
      border-radius:999px;
      background:#EFF6FF;
      color:var(--primary-dark);
      font-weight:900;
      font-size:14px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:6px 10px;
      font-size:13px;
      font-weight:800;
      color:var(--primary-dark);
      background:#EFF6FF;
    }
    .badge-teal{color:#0F766E;background:#ECFEFF}
    .card{
      background:var(--card);
      border:1px solid rgba(226,232,240,.88);
      border-radius:var(--radius-2xl);
      box-shadow:var(--shadow-sm);
      transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
    }
    .card-hover:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-md);
      border-color:#BFDBFE;
    }
    .hero{
      position:relative;
      overflow:hidden;
      padding:72px 0 64px;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(37,99,235,.05) 1px,transparent 1px),
        linear-gradient(90deg,rgba(37,99,235,.05) 1px,transparent 1px);
      background-size:36px 36px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 80%);
      pointer-events:none;
    }
    .hero-grid{
      position:relative;
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
      gap:54px;
      align-items:center;
    }
    .breadcrumb{
      display:flex;
      align-items:center;
      gap:8px;
      color:var(--muted);
      font-size:14px;
      margin-bottom:20px;
    }
    .breadcrumb a{font-weight:800;color:var(--primary)}
    .hero h1{
      margin:22px 0 20px;
      font-size:clamp(34px,5vw,56px);
      line-height:1.13;
      letter-spacing:-.045em;
      font-weight:950;
      color:#0f172a;
    }
    .hero-lead{
      font-size:18px;
      color:#475569;
      max-width:680px;
      line-height:1.9;
    }
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .trust-pill{
      display:flex;
      align-items:center;
      gap:8px;
      padding:10px 12px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(226,232,240,.9);
      color:#334155;
      font-weight:800;
      box-shadow:0 8px 20px rgba(15,23,42,.035);
    }
    .visual-panel{
      position:relative;
      padding:24px;
      border-radius:32px;
      background:linear-gradient(145deg,#ffffff,#F0F7FF);
      border:1px solid rgba(191,219,254,.9);
      box-shadow:var(--shadow-strong);
      overflow:hidden;
    }
    .visual-panel:before{
      content:"";
      position:absolute;
      width:180px;
      height:180px;
      border-radius:999px;
      background:rgba(20,184,166,.16);
      right:-60px;
      top:-60px;
    }
    .consult-card{
      position:relative;
      background:#fff;
      border:1px solid rgba(226,232,240,.9);
      border-radius:26px;
      padding:22px;
      box-shadow:var(--shadow-sm);
    }
    .mini-step{
      display:flex;
      gap:14px;
      align-items:flex-start;
      padding:16px;
      border-radius:20px;
      border:1px solid #E2E8F0;
      background:#fff;
    }
    .mini-step + .mini-step{margin-top:12px}
    .icon-box{
      width:44px;
      height:44px;
      border-radius:15px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--primary);
      background:#EFF6FF;
      font-weight:950;
      flex:0 0 44px;
    }
    .section-head{
      max-width:760px;
      margin-bottom:36px;
    }
    .section-head.center{text-align:center;margin-inline:auto}
    .section-kicker{color:var(--primary);font-weight:950;margin-bottom:10px}
    .section-title{
      font-size:clamp(28px,4vw,42px);
      line-height:1.2;
      letter-spacing:-.035em;
      font-weight:950;
      color:#0f172a;
      margin:0;
    }
    .section-desc{margin-top:14px;color:var(--muted);font-size:17px;line-height:1.85}
    .process{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:18px;
      position:relative;
    }
    .process-card{
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .process-number{
      font-size:40px;
      line-height:1;
      font-weight:950;
      color:#DBEAFE;
      margin-bottom:16px;
    }
    .process-card h3,.scenario-detail h3,.package-card h3,.faq-title{
      font-size:20px;
      font-weight:950;
      color:#0f172a;
      margin:0;
    }
    .process-card p,.scenario-detail p,.package-card p{color:var(--muted);margin-top:10px}
    .note{
      margin-top:16px;
      padding:12px;
      border-radius:16px;
      color:#0F766E;
      background:#ECFEFF;
      font-size:14px;
      font-weight:700;
    }
    .scenario-grid{
      display:grid;
      grid-template-columns:330px minmax(0,1fr);
      gap:24px;
      align-items:start;
    }
    .scenario-menu{
      padding:12px;
      border-radius:26px;
      background:#fff;
      border:1px solid rgba(226,232,240,.9);
      box-shadow:var(--shadow-sm);
    }
    .scenario-item{
      display:flex;
      align-items:center;
      gap:12px;
      width:100%;
      padding:16px;
      border-radius:18px;
      color:#475569;
      font-weight:900;
      transition:background .2s ease,color .2s ease,transform .2s ease;
    }
    .scenario-item:hover,.scenario-item.active{
      background:#EFF6FF;
      color:var(--primary-dark);
      transform:translateX(2px);
    }
    .scenario-detail{
      padding:30px;
      min-height:100%;
      background:
        radial-gradient(circle at 92% 12%,rgba(20,184,166,.12),transparent 28%),
        #fff;
    }
    .check-list{margin-top:20px;display:grid;gap:12px}
    .check-item{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#334155;
    }
    .check{
      width:22px;
      height:22px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:#DCFCE7;
      color:#16A34A;
      font-size:13px;
      font-weight:950;
      flex:0 0 22px;
      margin-top:3px;
    }
    .compare-wrap{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:20px;
    }
    .compare-card{padding:26px}
    .compare-card.highlight{
      border-color:#BFDBFE;
      background:linear-gradient(180deg,#EFF6FF,#fff);
      box-shadow:var(--shadow-md);
    }
    .compare-list{margin-top:20px;display:grid;gap:14px}
    .compare-row{
      display:flex;
      justify-content:space-between;
      gap:16px;
      padding:14px;
      border-radius:16px;
      background:#F8FAFC;
      border:1px solid #E2E8F0;
      color:#475569;
      font-weight:700;
    }
    .compare-row strong{color:#0f172a}
    .package-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:20px;
      align-items:stretch;
    }
    .package-card{
      padding:28px;
      display:flex;
      flex-direction:column;
      min-height:100%;
    }
    .package-card.recommended{
      background:linear-gradient(180deg,#EFF6FF,#FFFFFF);
      border-color:#93C5FD;
      transform:translateY(-8px);
      box-shadow:var(--shadow-md);
    }
    .package-list{margin:22px 0;display:grid;gap:12px;color:#475569}
    .package-list li{display:flex;gap:10px;align-items:flex-start}
    .package-list li:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--accent);
      margin-top:10px;
      flex:0 0 8px;
    }
    .price-note{
      margin-top:auto;
      padding-top:18px;
      border-top:1px solid #E2E8F0;
      color:#64748B;
      font-size:14px;
    }
    .consult-section{
      background:linear-gradient(135deg,#F0F7FF,#ECFEFF);
      border-top:1px solid #DBEAFE;
      border-bottom:1px solid #DBEAFE;
    }
    .consult-grid{
      display:grid;
      grid-template-columns:.92fr 1.08fr;
      gap:28px;
      align-items:start;
    }
    .form-card{padding:28px}
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .field{display:grid;gap:8px}
    .field.full{grid-column:1/-1}
    .field label{font-weight:900;color:#334155}
    .field input,.field select,.field textarea{
      width:100%;
      border:1px solid #CBD5E1;
      border-radius:14px;
      padding:13px 14px;
      background:#fff;
      color:#0f172a;
      transition:border-color .2s ease,box-shadow .2s ease;
    }
    .field textarea{min-height:118px;resize:vertical}
    .field input:focus,.field select:focus,.field textarea:focus{
      border-color:var(--primary);
      box-shadow:0 0 0 4px rgba(37,99,235,.12);
    }
    .privacy-box{
      margin-top:18px;
      padding:14px;
      border-radius:18px;
      background:#F8FAFC;
      border:1px solid #E2E8F0;
      color:#64748B;
      font-size:14px;
    }
    .faq-list{display:grid;gap:14px;max-width:920px;margin:0 auto}
    details.faq-item{
      background:#fff;
      border:1px solid rgba(226,232,240,.9);
      border-radius:20px;
      box-shadow:var(--shadow-sm);
      overflow:hidden;
    }
    details.faq-item summary{
      list-style:none;
      padding:20px 22px;
      cursor:pointer;
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:center;
      color:#0f172a;
      font-weight:950;
      transition:background .2s ease;
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    details.faq-item summary:hover{background:#EFF6FF}
    details.faq-item summary:after{
      content:"+";
      width:28px;
      height:28px;
      border-radius:999px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:#EFF6FF;
      color:var(--primary);
      font-weight:950;
      flex:0 0 28px;
    }
    details.faq-item[open] summary:after{content:"−"}
    .faq-content{
      padding:0 22px 20px;
      color:#64748B;
      border-top:1px solid #EEF2F7;
    }
    .cta-panel{
      position:relative;
      overflow:hidden;
      padding:42px;
      border-radius:32px;
      background:
        radial-gradient(circle at 90% 20%,rgba(20,184,166,.22),transparent 28%),
        linear-gradient(135deg,#1D4ED8,#2563EB);
      color:#fff;
      box-shadow:var(--shadow-strong);
    }
    .cta-panel h2{font-size:clamp(28px,4vw,42px);font-weight:950;line-height:1.22;margin:0}
    .cta-panel p{margin-top:14px;color:#DBEAFE;font-size:17px;max-width:720px}
    .cta-panel .btn-secondary{background:#fff;color:var(--primary-dark);border-color:#fff}
    .site-footer{
      background:var(--footer);
      color:#CBD5E1;
    }
    .site-footer p{line-height:1.8}
    .footer-link{
      color:#CBD5E1;
      transition:color .2s ease,transform .2s ease;
      display:inline-flex;
    }
    .footer-link:hover{color:#5EEAD4;transform:translateX(2px)}
    .bottom-tab{
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      z-index:60;
      display:none;
      background:rgba(255,255,255,.96);
      border-top:1px solid #E2E8F0;
      box-shadow:0 -10px 30px rgba(15,23,42,.08);
      padding-bottom:env(safe-area-inset-bottom);
    }
    .bottom-tab-inner{
      height:64px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
    }
    .bottom-tab-link{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:3px;
      color:#64748B;
      font-size:12px;
      font-weight:900;
      transition:color .2s ease,background .2s ease;
    }
    .bottom-tab-link .tab-icon{
      width:22px;
      height:22px;
      border-radius:8px;
      display:flex;
      align-items:center;
      justify-content:center;
      border:1.6px solid currentColor;
      font-size:12px;
      line-height:1;
    }
    .bottom-tab-link.active{color:var(--primary);background:#EFF6FF}
    @media (max-width:1024px){
      .hero-grid,.consult-grid{grid-template-columns:1fr;gap:34px}
      .process{grid-template-columns:repeat(2,minmax(0,1fr))}
      .scenario-grid{grid-template-columns:1fr}
      .scenario-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
      .package-grid{grid-template-columns:1fr}
      .package-card.recommended{transform:none}
      .compare-wrap{grid-template-columns:1fr}
    }
    @media (max-width:768px){
      body{padding-bottom:78px}
      .site-container{width:min(100% - 28px,1180px)}
      .site-header,.nav-wrap{height:66px}
      .desktop-nav,.desktop-cta{display:none}
      .brand-mark{width:38px;height:38px;flex-basis:38px;border-radius:14px}
      .brand-name{font-size:15px;max-width:180px;overflow:hidden;text-overflow:ellipsis}
      .brand-sub{font-size:11px}
      .hero{padding:42px 0 44px}
      .section{padding:58px 0}
      .section-tight{padding:48px 0}
      .hero h1{font-size:36px;letter-spacing:-.035em}
      .hero-lead,.section-desc{font-size:16px}
      .trust-row{gap:10px}
      .trust-pill{font-size:14px;padding:9px 11px}
      .visual-panel{padding:16px;border-radius:26px}
      .process{grid-template-columns:1fr}
      .process-card{padding:22px}
      .scenario-menu{grid-template-columns:1fr}
      .scenario-detail{padding:24px}
      .form-grid{grid-template-columns:1fr}
      .cta-panel{padding:28px}
      .bottom-tab{display:block}
    }
    @media (max-width:520px){
      .mobile-inline-btn{padding:10px 14px!important}
      .breadcrumb{flex-wrap:wrap}
      .hero h1{font-size:32px}
      .btn{width:100%}
      .hero .btn{width:auto}
      .hero .flex{align-items:stretch}
      .hero .flex .btn{justify-content:center}
      .compare-row{flex-direction:column;gap:4px}
      .cta-panel .flex{flex-direction:column}
      .cta-panel .btn{width:100%}
    }

/* roulang page: category1 */
:root {
      --primary: #2563eb;
      --primary-dark: #1d4ed8;
      --accent: #14b8a6;
      --accent-dark: #0f766e;
      --soft-blue: #eff6ff;
      --soft-cyan: #ecfeff;
      --bg: #f8fafc;
      --card: #ffffff;
      --text: #1f2937;
      --muted: #64748b;
      --border: #e2e8f0;
      --footer: #0f172a;
      --radius-xl: 1rem;
      --radius-2xl: 1.5rem;
      --radius-3xl: 2rem;
      --shadow-soft: 0 16px 40px rgba(15, 23, 42, .08);
      --shadow-card: 0 8px 24px rgba(15, 23, 42, .06);
      --shadow-hover: 0 18px 42px rgba(37, 99, 235, .14);
      --container: 1180px;
      --header-height: 72px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      text-size-adjust: 100%;
    }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 10% 8%, rgba(37, 99, 235, .10), transparent 30%),
        radial-gradient(circle at 88% 20%, rgba(20, 184, 166, .10), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, var(--bg) 42%, #ffffff 100%);
      line-height: 1.75;
      min-height: 100vh;
      padding-bottom: 76px;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

    button,
    a,
    input,
    textarea,
    select,
    summary {
      -webkit-tap-highlight-color: transparent;
    }

    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    textarea:focus-visible,
    select:focus-visible,
    summary:focus-visible {
      outline: 3px solid rgba(37, 99, 235, .25);
      outline-offset: 3px;
      border-radius: 14px;
    }

    .site-container {
      width: min(var(--container), calc(100% - 40px));
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      height: var(--header-height);
      background: rgba(255, 255, 255, .94);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(226, 232, 240, .88);
      box-shadow: 0 8px 24px rgba(15, 23, 42, .03);
    }

    .nav-wrap {
      height: var(--header-height);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      color: #fff;
      font-weight: 900;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      box-shadow: 0 12px 28px rgba(37, 99, 235, .22);
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1.15;
      min-width: 0;
    }

    .brand-name {
      font-weight: 900;
      color: #0f172a;
      letter-spacing: -.02em;
      white-space: nowrap;
    }

    .brand-sub {
      margin-top: 3px;
      font-size: 12px;
      color: var(--muted);
      white-space: nowrap;
    }

    .desktop-nav {
      display: none;
      align-items: center;
      gap: 6px;
      padding: 6px;
      border-radius: 999px;
      background: #f8fafc;
      border: 1px solid #edf2f7;
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 16px;
      border-radius: 999px;
      color: #64748b;
      font-weight: 700;
      font-size: 15px;
      transition: color .2s ease, background .2s ease, box-shadow .2s ease;
    }

    .nav-link:hover {
      color: var(--primary);
      background: #fff;
    }

    .nav-link.active {
      color: var(--primary);
      background: #fff;
      box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 14px;
      padding: 12px 20px;
      font-weight: 800;
      line-height: 1.2;
      border: 1px solid transparent;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
      cursor: pointer;
      white-space: nowrap;
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--primary), #2f6fed);
      box-shadow: 0 12px 24px rgba(37, 99, 235, .20);
    }

    .btn-primary:hover {
      transform: translateY(-1px);
      background: linear-gradient(135deg, var(--primary-dark), var(--primary));
      box-shadow: 0 16px 32px rgba(37, 99, 235, .28);
    }

    .btn-secondary {
      color: var(--primary);
      background: #fff;
      border-color: #bfdbfe;
      box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
    }

    .btn-secondary:hover {
      transform: translateY(-1px);
      background: #eff6ff;
      border-color: #93c5fd;
    }

    .text-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--primary);
      font-weight: 800;
      transition: gap .2s ease, color .2s ease;
    }

    .text-link:hover {
      gap: 10px;
      color: var(--primary-dark);
    }

    .section {
      padding: 84px 0;
    }

    .section-tight {
      padding: 64px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      color: #1d4ed8;
      background: #eff6ff;
      border: 1px solid #dbeafe;
      font-size: 14px;
      font-weight: 800;
    }

    .section-title {
      margin-top: 14px;
      font-size: clamp(28px, 4vw, 42px);
      line-height: 1.18;
      font-weight: 900;
      color: #0f172a;
      letter-spacing: -.035em;
    }

    .section-desc {
      margin-top: 16px;
      color: var(--muted);
      font-size: 17px;
      max-width: 760px;
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 58px 0 78px;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(37, 99, 235, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, .06) 1px, transparent 1px);
      background-size: 34px 34px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 76%);
      pointer-events: none;
    }

    .hero-panel {
      position: relative;
      border: 1px solid rgba(219, 234, 254, .85);
      border-radius: 32px;
      background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(240,247,255,.90));
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .hero-panel::after {
      content: "";
      position: absolute;
      right: -90px;
      top: -110px;
      width: 280px;
      height: 280px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(20, 184, 166, .22), transparent 65%);
      pointer-events: none;
    }

    .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      color: #64748b;
      font-size: 14px;
      font-weight: 700;
    }

    .breadcrumb a:hover {
      color: var(--primary);
    }

    .hero-title {
      margin-top: 18px;
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1.12;
      font-weight: 950;
      color: #0f172a;
      letter-spacing: -.05em;
    }

    .hero-lead {
      margin-top: 20px;
      color: #475569;
      font-size: clamp(16px, 2vw, 19px);
      line-height: 1.85;
      max-width: 680px;
    }

    .trust-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 26px;
    }

    .trust-pill,
    .tag-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      padding: 8px 12px;
      color: #334155;
      background: rgba(255,255,255,.86);
      border: 1px solid #e2e8f0;
      font-size: 14px;
      font-weight: 700;
    }

    .knowledge-visual {
      position: relative;
      z-index: 1;
      padding: 22px;
      border-radius: 28px;
      background: #fff;
      border: 1px solid #e2e8f0;
      box-shadow: 0 18px 48px rgba(15, 23, 42, .10);
    }

    .visual-card {
      border-radius: 20px;
      border: 1px solid #e2e8f0;
      background: linear-gradient(180deg, #ffffff, #f8fafc);
      padding: 18px;
    }

    .progress-bar {
      height: 9px;
      border-radius: 999px;
      background: #e2e8f0;
      overflow: hidden;
    }

    .progress-inner {
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--primary), var(--accent));
    }

    .card {
      background: var(--card);
      border: 1px solid #e2e8f0;
      border-radius: 24px;
      box-shadow: var(--shadow-card);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    .card:hover {
      transform: translateY(-4px);
      border-color: #bfdbfe;
      box-shadow: var(--shadow-hover);
    }

    .article-card {
      position: relative;
      overflow: hidden;
      min-height: 100%;
    }

    .article-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 5px;
      background: linear-gradient(90deg, var(--primary), var(--accent));
      opacity: .9;
    }

    .article-cover {
      height: 152px;
      border-radius: 20px;
      background:
        radial-gradient(circle at 18% 22%, rgba(255,255,255,.85), transparent 25%),
        linear-gradient(135deg, #dbeafe, #ecfeff);
      border: 1px solid #dbeafe;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--primary);
      font-weight: 950;
      font-size: 48px;
    }

    .label {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      background: #eff6ff;
      color: #1d4ed8;
      font-size: 13px;
      font-weight: 800;
      border: 1px solid #dbeafe;
    }

    .label-cyan {
      color: #0f766e;
      background: #ecfeff;
      border-color: #ccfbf1;
    }

    .line-clamp-2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .filter-scroll {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding-bottom: 4px;
      scrollbar-width: none;
    }

    .filter-scroll::-webkit-scrollbar {
      display: none;
    }

    .filter-pill {
      flex: 0 0 auto;
      border-radius: 999px;
      padding: 10px 16px;
      font-weight: 800;
      color: #475569;
      background: #fff;
      border: 1px solid #e2e8f0;
      transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
    }

    .filter-pill:hover {
      color: var(--primary);
      background: #eff6ff;
      border-color: #bfdbfe;
      transform: translateY(-1px);
    }

    .filter-pill.active {
      color: #fff;
      background: var(--primary);
      border-color: var(--primary);
      box-shadow: 0 12px 24px rgba(37, 99, 235, .18);
    }

    .topic-block {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      background:
        radial-gradient(circle at 88% 14%, rgba(20, 184, 166, .16), transparent 34%),
        linear-gradient(135deg, #eff6ff, #ffffff 58%, #ecfeff);
      border: 1px solid #dbeafe;
      box-shadow: var(--shadow-card);
    }

    .topic-number {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 42px;
      border-radius: 14px;
      color: #fff;
      font-weight: 950;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      box-shadow: 0 10px 20px rgba(37, 99, 235, .16);
    }

    .faq details {
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 20px;
      box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
      overflow: hidden;
    }

    .faq summary {
      cursor: pointer;
      list-style: none;
      padding: 20px 22px;
      font-weight: 900;
      color: #0f172a;
      transition: background .2s ease, color .2s ease;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .faq summary::-webkit-details-marker {
      display: none;
    }

    .faq summary:hover {
      background: #eff6ff;
      color: var(--primary);
    }

    .faq summary::after {
      content: "+";
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 28px;
      border-radius: 999px;
      color: var(--primary);
      background: #eff6ff;
      font-weight: 900;
      transition: transform .2s ease;
    }

    .faq details[open] summary::after {
      content: "−";
      transform: rotate(180deg);
    }

    .faq-answer {
      padding: 0 22px 22px;
      color: #64748b;
      line-height: 1.8;
    }

    .consult-card {
      border-radius: 30px;
      background:
        radial-gradient(circle at 12% 10%, rgba(255,255,255,.5), transparent 30%),
        linear-gradient(135deg, var(--primary), #2f6fed 52%, var(--accent));
      color: #fff;
      box-shadow: 0 22px 55px rgba(37, 99, 235, .25);
      overflow: hidden;
      position: relative;
    }

    .consult-card::after {
      content: "";
      position: absolute;
      right: -90px;
      bottom: -90px;
      width: 260px;
      height: 260px;
      border-radius: 999px;
      background: rgba(255,255,255,.12);
    }

    .form-input {
      width: 100%;
      border: 1px solid #e2e8f0;
      background: #fff;
      color: #0f172a;
      border-radius: 14px;
      padding: 12px 14px;
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    .form-input::placeholder {
      color: #94a3b8;
    }

    .form-input:focus {
      outline: none;
      border-color: #93c5fd;
      box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
    }

    .site-footer {
      background: var(--footer);
      color: #cbd5e1;
    }

    .footer-link {
      color: #cbd5e1;
      transition: color .2s ease, transform .2s ease;
      display: inline-flex;
    }

    .footer-link:hover {
      color: #5eead4;
      transform: translateX(3px);
    }

    .mobile-tab {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 60;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      min-height: 64px;
      padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
      background: rgba(255,255,255,.96);
      border-top: 1px solid #e2e8f0;
      box-shadow: 0 -12px 28px rgba(15, 23, 42, .08);
      backdrop-filter: blur(14px);
    }

    .mobile-tab a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      color: #64748b;
      font-size: 12px;
      font-weight: 800;
      transition: background .2s ease, color .2s ease;
    }

    .mobile-tab a svg {
      width: 21px;
      height: 21px;
      margin-bottom: 2px;
      stroke-width: 2;
    }

    .mobile-tab a.active {
      color: var(--primary);
      background: #eff6ff;
    }

    .mobile-tab a:hover {
      color: var(--primary);
      background: #f8fafc;
    }

    @media (min-width: 768px) {
      body {
        padding-bottom: 0;
      }

      .desktop-nav {
        display: flex;
      }

      .desktop-cta {
        display: inline-flex;
      }

      .mobile-tab {
        display: none;
      }
    }

    @media (max-width: 1024px) {
      .section {
        padding: 68px 0;
      }

      .hero {
        padding: 42px 0 62px;
      }
    }

    @media (max-width: 767px) {
      :root {
        --header-height: 66px;
      }

      .site-container {
        width: min(100% - 28px, var(--container));
      }

      .brand-mark {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 13px;
      }

      .brand-name {
        max-width: 178px;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .brand-sub {
        display: none;
      }

      .desktop-cta {
        display: none;
      }

      .hero-panel {
        border-radius: 26px;
      }

      .section {
        padding: 54px 0;
      }

      .section-tight {
        padding: 42px 0;
      }

      .trust-row {
        gap: 8px;
      }

      .trust-pill,
      .tag-pill {
        font-size: 13px;
        padding: 7px 10px;
      }
    }

    @media (max-width: 520px) {
      .mobile-inline-btn {
        padding-inline: 14px !important;
      }

      .brand-name {
        max-width: 146px;
      }

      .hero-title {
        letter-spacing: -.035em;
      }

      .btn {
        width: 100%;
      }

      .hero .btn {
        width: 100%;
      }

      .article-cover {
        height: 126px;
      }
    }
