/* roulang page: index */
:root{
      --primary:#e63b65;
      --primary-dark:#a91f43;
      --secondary:#7c3aed;
      --accent:#f59e0b;
      --bg:#fff8fa;
      --surface:#ffffff;
      --surface-soft:#fff1f5;
      --text:#17141f;
      --muted:#6f6678;
      --line:#eadde4;
      --line-strong:#dec8d4;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow-soft:0 18px 55px rgba(88,20,41,.10);
      --shadow-card:0 14px 36px rgba(23,20,31,.08);
      --shadow-hover:0 24px 60px rgba(230,59,101,.16);
      --container:1180px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 0%, rgba(230,59,101,.14), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(124,58,237,.12), transparent 32%),
        linear-gradient(180deg,#fff8fa 0%,#ffffff 42%,#fff8fa 100%);
      line-height:1.72;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(230,59,101,.18);color:var(--primary-dark)}
    .container-site{width:min(var(--container),calc(100% - 40px));margin:0 auto}
    .site-header{
      position:sticky;
      top:0;
      z-index:60;
      backdrop-filter:blur(18px);
      background:rgba(255,248,250,.82);
      border-bottom:1px solid rgba(234,221,228,.78);
      transition:box-shadow .25s ease, background .25s ease;
    }
    .site-header.is-scrolled{
      background:rgba(255,255,255,.92);
      box-shadow:0 12px 30px rgba(23,20,31,.08);
    }
    .nav-shell{
      height:76px;
      display:grid;
      grid-template-columns:minmax(260px,1fr) auto minmax(260px,1fr);
      align-items:center;
      gap:18px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:16px;
      display:grid;place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      box-shadow:0 14px 28px rgba(230,59,101,.22);
      flex:none;
    }
    .brand-name{
      font-size:17px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:330px;
    }
    .nav-links{
      justify-self:center;
      display:flex;
      align-items:center;
      gap:8px;
      padding:6px;
      border:1px solid rgba(234,221,228,.9);
      border-radius:999px;
      background:rgba(255,255,255,.66);
    }
    .nav-link{
      padding:9px 17px;
      border-radius:999px;
      color:var(--muted);
      font-size:14px;
      font-weight:800;
      transition:background .2s ease,color .2s ease,transform .2s ease;
    }
    .nav-link:hover,.nav-link:focus{color:var(--primary-dark);background:var(--surface-soft);outline:none}
    .nav-link.active{color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-dark));box-shadow:0 10px 18px rgba(230,59,101,.18)}
    .nav-actions{
      justify-self:end;
      display:flex;
      align-items:center;
      gap:10px;
    }
    .search-pill{
      width:210px;
      display:flex;align-items:center;gap:8px;
      padding:9px 12px;
      border:1px solid rgba(234,221,228,.95);
      border-radius:999px;
      background:rgba(255,255,255,.72);
      color:var(--muted);
      font-size:13px;
    }
    .search-pill input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      color:var(--text);
    }
    .search-pill input::placeholder{color:#9b91a3}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:9px;
      border:0;
      border-radius:999px;
      padding:12px 18px;
      font-weight:900;
      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,.coupon-card:focus-within,.faq-btn:focus{outline:3px solid rgba(230,59,101,.22);outline-offset:3px}
    .btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;box-shadow:0 16px 30px rgba(230,59,101,.24)}
    .btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}
    .btn-secondary{background:#fff;color:var(--primary-dark);border:1px solid rgba(230,59,101,.20);box-shadow:0 12px 24px rgba(23,20,31,.06)}
    .btn-secondary:hover{transform:translateY(-2px);border-color:rgba(230,59,101,.38);box-shadow:var(--shadow-card)}
    .btn-dark{background:#201827;color:#fff;box-shadow:0 14px 30px rgba(23,20,31,.18)}
    .btn-dark:hover{transform:translateY(-2px);background:#111018}
    .mobile-menu-btn{
      display:none;
      width:44px;height:44px;
      border:1px solid var(--line);
      border-radius:14px;
      background:#fff;
      color:var(--text);
      align-items:center;
      justify-content:center;
    }
    .mobile-panel{
      display:none;
      border-top:1px solid var(--line);
      padding:12px 0 18px;
    }
    .section{padding:86px 0}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(230,59,101,.09);
      color:var(--primary-dark);
      font-size:13px;
      font-weight:900;
      border:1px solid rgba(230,59,101,.14);
    }
    .section-title{
      margin:16px 0 0;
      font-size:clamp(30px,4vw,48px);
      line-height:1.16;
      letter-spacing:-.05em;
      font-weight:950;
    }
    .section-desc{
      margin:16px 0 0;
      color:var(--muted);
      font-size:17px;
      max-width:760px;
    }
    .hero{
      padding:58px 0 70px;
    }
    .hero-band{
      position:relative;
      overflow:hidden;
      border-radius:36px;
      border:1px solid rgba(234,221,228,.82);
      background:
        linear-gradient(110deg,rgba(255,255,255,.96) 0%,rgba(255,241,245,.95) 42%,rgba(54,20,39,.96) 42.5%,rgba(23,20,31,.98) 100%);
      box-shadow:var(--shadow-soft);
    }
    .hero-band::before{
      content:"";
      position:absolute;inset:-90px -80px auto auto;
      width:360px;height:360px;border-radius:999px;
      background:radial-gradient(circle,rgba(230,59,101,.38),transparent 68%);
      filter:blur(10px);
    }
    .hero-grid{
      position:relative;
      display:grid;
      grid-template-columns:1.04fr .96fr;
      min-height:560px;
    }
    .hero-copy{
      padding:64px clamp(28px,5vw,68px);
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .hero h1{
      margin:20px 0 0;
      font-size:clamp(38px,5.6vw,72px);
      line-height:1.04;
      letter-spacing:-.07em;
      font-weight:950;
    }
    .hero-intro{
      margin:22px 0 0;
      color:#5f5567;
      font-size:18px;
      max-width:620px;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
    .hero-points{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:34px;
    }
    .point{
      padding:15px;
      border-radius:18px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(234,221,228,.82);
    }
    .point b{display:block;font-size:22px;letter-spacing:-.04em}
    .point span{display:block;margin-top:3px;color:var(--muted);font-size:13px}
    .group-panel{
      padding:46px clamp(22px,4vw,48px);
      color:#fff;
      display:flex;
      flex-direction:column;
      justify-content:center;
      gap:22px;
    }
    .group-card{
      border:1px solid rgba(255,255,255,.14);
      background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.06));
      border-radius:28px;
      padding:24px;
      box-shadow:0 24px 60px rgba(0,0,0,.24);
    }
    .group-top{display:flex;align-items:center;justify-content:space-between;gap:16px}
    .group-title{font-weight:950;font-size:22px;letter-spacing:-.03em}
    .live-badge{
      display:inline-flex;align-items:center;gap:7px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(245,158,11,.16);
      color:#ffd38a;
      font-size:12px;
      font-weight:900;
      border:1px solid rgba(245,158,11,.28);
    }
    .pulse-dot{width:8px;height:8px;border-radius:999px;background:#f59e0b;box-shadow:0 0 0 6px rgba(245,158,11,.16)}
    .people-row{display:flex;align-items:center;margin-top:20px}
    .avatar{
      width:42px;height:42px;border-radius:999px;
      border:3px solid #2a1d2a;
      margin-left:-10px;
      display:grid;place-items:center;
      font-weight:900;
      background:linear-gradient(135deg,#ffe4eb,#e63b65);
      color:#581429;
    }
    .avatar:first-child{margin-left:0}
    .group-progress{
      margin-top:22px;
      height:12px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      overflow:hidden;
    }
    .group-progress span{
      display:block;height:100%;width:78%;
      border-radius:inherit;
      background:linear-gradient(90deg,#f59e0b,#e63b65);
    }
    .group-meta{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-top:20px;
    }
    .meta-box{
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.12);
    }
    .meta-box b{display:block;font-size:24px}
    .meta-box span{color:rgba(255,255,255,.70);font-size:13px}
    .notice-strip{
      display:flex;align-items:flex-start;gap:12px;
      padding:16px;
      border-radius:20px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      color:rgba(255,255,255,.78);
      font-size:14px;
    }
    .app-stage{
      display:grid;
      grid-template-columns:.92fr 1.08fr;
      gap:28px;
      align-items:center;
    }
    .device-board{
      border-radius:34px;
      background:linear-gradient(135deg,#221723,#3a1b31);
      padding:24px;
      min-height:420px;
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
    }
    .device-board::after{
      content:"";
      position:absolute;
      right:-80px;bottom:-110px;
      width:300px;height:300px;border-radius:999px;
      background:rgba(230,59,101,.30);
      filter:blur(8px);
    }
    .screen{
      position:relative;z-index:1;
      max-width:420px;
      margin:auto;
      border-radius:30px;
      background:#fff;
      padding:18px;
      box-shadow:0 24px 70px rgba(0,0,0,.35);
    }
    .screen-head{display:flex;justify-content:space-between;align-items:center}
    .screen-pill{height:10px;width:88px;border-radius:999px;background:#eee2e8}
    .screen-list{display:grid;gap:12px;margin-top:20px}
    .screen-item{
      display:grid;
      grid-template-columns:48px 1fr auto;
      align-items:center;
      gap:12px;
      padding:12px;
      border-radius:18px;
      background:#fff7f9;
      border:1px solid #f0dce5;
    }
    .iconbox{
      width:48px;height:48px;border-radius:16px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,#ffe4eb,#fff);
      color:var(--primary-dark);
      font-weight:950;
    }
    .screen-item b{font-size:14px}
    .screen-item span{display:block;color:var(--muted);font-size:12px}
    .tag{
      display:inline-flex;align-items:center;
      border-radius:999px;
      padding:6px 10px;
      background:#fff;
      color:var(--primary-dark);
      border:1px solid rgba(230,59,101,.16);
      font-size:12px;
      font-weight:900;
    }
    .feature-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
      margin-top:28px;
    }
    .card{
      background:rgba(255,255,255,.84);
      border:1px solid rgba(234,221,228,.88);
      border-radius:var(--radius-lg);
      padding:22px;
      box-shadow:0 10px 26px rgba(23,20,31,.05);
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
    }
    .card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:rgba(230,59,101,.24)}
    .card h3{font-size:20px;line-height:1.28;font-weight:950;letter-spacing:-.03em;margin:14px 0 0}
    .card p{color:var(--muted);margin:10px 0 0;font-size:15px}
    .service-wrap{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:28px;
      align-items:start;
    }
    .service-menu{
      position:sticky;
      top:104px;
      border-radius:28px;
      background:#201827;
      color:#fff;
      padding:26px;
      overflow:hidden;
    }
    .service-menu::before{
      content:"";
      position:absolute;
      inset:auto -80px -110px auto;
      width:230px;height:230px;border-radius:999px;
      background:rgba(230,59,101,.28);
    }
    .service-menu p{color:rgba(255,255,255,.72);margin-top:12px}
    .category-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
    .category-row a{
      padding:10px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.10);
      color:rgba(255,255,255,.86);
      border:1px solid rgba(255,255,255,.12);
      font-size:13px;
      font-weight:800;
      transition:background .2s ease,transform .2s ease;
    }
    .category-row a:hover{background:rgba(255,255,255,.17);transform:translateY(-2px)}
    .service-list{display:grid;gap:16px}
    .service-item{
      display:grid;
      grid-template-columns:58px 1fr;
      gap:16px;
      padding:22px;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 12px 28px rgba(23,20,31,.05);
    }
    .service-item h3{font-size:19px;font-weight:950;letter-spacing:-.03em}
    .service-item p{margin-top:6px;color:var(--muted);font-size:15px}
    .coupon-wall{
      border-radius:34px;
      padding:34px;
      background:
        linear-gradient(135deg,rgba(255,241,245,.96),rgba(255,255,255,.96)),
        radial-gradient(circle at top right,rgba(124,58,237,.14),transparent 32%);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
    }
    .coupon-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:24px;
    }
    .coupon-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .coupon-card{
      position:relative;
      overflow:hidden;
      min-height:188px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(230,59,101,.18);
      box-shadow:0 12px 24px rgba(230,59,101,.08);
      padding:22px;
    }
    .coupon-card::before,.coupon-card::after{
      content:"";
      position:absolute;
      top:50%;
      width:24px;height:24px;
      margin-top:-12px;
      border-radius:999px;
      background:#fff1f5;
      border:1px solid rgba(230,59,101,.12);
    }
    .coupon-card::before{left:-12px}
    .coupon-card::after{right:-12px}
    .coupon-value{font-size:34px;font-weight:950;color:var(--primary-dark);letter-spacing:-.06em}
    .coupon-card p{margin-top:8px;color:var(--muted);font-size:15px}
    .coupon-foot{display:flex;justify-content:space-between;align-items:center;margin-top:18px;border-top:1px dashed #e7c9d5;padding-top:16px}
    .coupon-foot span{font-size:12px;color:var(--muted);font-weight:800}
    .about-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:24px;
      align-items:stretch;
    }
    .about-panel{
      border-radius:30px;
      background:#fff;
      border:1px solid var(--line);
      padding:30px;
      box-shadow:var(--shadow-card);
    }
    .about-panel.dark{
      background:linear-gradient(135deg,#211728,#371b30);
      color:#fff;
      border-color:rgba(255,255,255,.12);
    }
    .about-panel.dark p,.about-panel.dark li{color:rgba(255,255,255,.74)}
    .check-list{display:grid;gap:12px;margin-top:22px}
    .check-list li{display:flex;gap:10px;color:var(--muted)}
    .check{
      width:22px;height:22px;border-radius:999px;
      display:grid;place-items:center;
      background:rgba(230,59,101,.12);
      color:var(--primary-dark);
      font-weight:950;
      flex:none;
      margin-top:2px;
    }
    .review-grid{
      display:grid;
      grid-template-columns:.78fr 1.22fr;
      gap:24px;
      align-items:start;
    }
    .rating-card{
      border-radius:30px;
      background:linear-gradient(135deg,#fff,#fff1f5);
      border:1px solid var(--line);
      padding:30px;
      box-shadow:var(--shadow-card);
    }
    .score{font-size:64px;line-height:1;font-weight:950;letter-spacing:-.08em}
    .stars{color:#f59e0b;font-size:22px;letter-spacing:2px;margin-top:10px}
    .review-list{display:grid;gap:14px}
    .review-item{
      padding:20px;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 10px 24px rgba(23,20,31,.05);
    }
    .review-item p{color:#4f4657}
    .review-meta{display:flex;justify-content:space-between;gap:12px;margin-top:14px;color:var(--muted);font-size:13px;font-weight:800}
    .news-layout{
      display:grid;
      grid-template-columns:1.24fr .76fr;
      gap:24px;
      align-items:start;
    }
    .news-list{
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      overflow:hidden;
      box-shadow:var(--shadow-card);
    }
    .news-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:18px;
      align-items:center;
      padding:22px;
      border-bottom:1px solid var(--line);
      transition:background .2s ease;
    }
    .news-item:last-child{border-bottom:0}
    .news-item:hover{background:#fff8fa}
    .date{
      border-radius:18px;
      background:#fff1f5;
      color:var(--primary-dark);
      padding:12px;
      text-align:center;
      font-weight:950;
    }
    .date span{display:block;color:var(--muted);font-size:12px;font-weight:800}
    .news-item h3{font-size:18px;font-weight:950;letter-spacing:-.03em}
    .news-item p{margin-top:5px;color:var(--muted);font-size:14px}
    .arrow{
      width:38px;height:38px;border-radius:999px;
      display:grid;place-items:center;
      background:#fff;
      border:1px solid var(--line);
      color:var(--primary-dark);
      transition:transform .2s ease,background .2s ease;
    }
    .news-item:hover .arrow{transform:translateX(3px);background:#ffe4eb}
    .recommend-box{
      border-radius:28px;
      padding:24px;
      background:#201827;
      color:#fff;
      position:sticky;
      top:104px;
    }
    .recommend-box p{color:rgba(255,255,255,.72);margin-top:10px}
    .topic-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
    .topic-cloud a{
      padding:9px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.12);
      color:rgba(255,255,255,.84);
      font-size:13px;
      font-weight:800;
    }
    .topic-cloud a:hover{background:rgba(255,255,255,.18)}
    .faq-wrap{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:28px;
      align-items:start;
    }
    .faq-list{display:grid;gap:12px}
    .faq-item{
      border:1px solid var(--line);
      background:#fff;
      border-radius:22px;
      overflow:hidden;
      box-shadow:0 10px 24px rgba(23,20,31,.04);
    }
    .faq-btn{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:20px 22px;
      background:#fff;
      border:0;
      color:var(--text);
      font-weight:950;
      text-align:left;
    }
    .faq-icon{
      width:30px;height:30px;border-radius:999px;
      display:grid;place-items:center;
      background:#fff1f5;
      color:var(--primary-dark);
      transition:transform .2s ease;
      flex:none;
    }
    .faq-answer{
      display:none;
      padding:0 22px 20px;
      color:var(--muted);
      font-size:15px;
    }
    .faq-item.open .faq-answer{display:block}
    .faq-item.open .faq-icon{transform:rotate(45deg)}
    .final-cta{
      margin-top:28px;
      border-radius:32px;
      padding:30px;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      color:#fff;
      box-shadow:var(--shadow-hover);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .final-cta p{color:rgba(255,255,255,.78);margin-top:8px}
    .site-footer{
      padding:54px 0 34px;
      background:#15111b;
      color:#fff;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:28px;
      align-items:start;
    }
    .footer-brand{display:flex;align-items:center;gap:12px;font-weight:950;font-size:18px;letter-spacing:-.03em}
    .footer-text{color:rgba(255,255,255,.68);margin-top:16px;max-width:680px}
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:10px;
    }
    .footer-links a{
      padding:9px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      color:rgba(255,255,255,.78);
      font-size:13px;
      font-weight:800;
    }
    .footer-links a:hover{background:rgba(255,255,255,.14);color:#fff}
    .copyright{
      margin-top:30px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:rgba(255,255,255,.54);
      font-size:13px;
    }
    @media (max-width:1024px){
      .nav-shell{grid-template-columns:1fr auto;gap:12px}
      .nav-links,.search-pill,.nav-actions .btn-primary{display:none}
      .mobile-menu-btn{display:flex}
      .mobile-panel.open{display:block}
      .mobile-panel .nav-links{display:flex;justify-content:flex-start;overflow-x:auto;border-radius:18px;margin-bottom:12px}
      .mobile-panel .search-pill{display:flex;width:100%;margin-bottom:12px}
      .mobile-panel .btn-primary{display:inline-flex;width:100%}
      .hero-band{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,241,245,.98) 50%,#211827 50.2%,#17141f)}
      .hero-grid,.app-stage,.service-wrap,.about-grid,.review-grid,.news-layout,.faq-wrap{grid-template-columns:1fr}
      .service-menu,.recommend-box{position:relative;top:auto}
      .coupon-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .container-site{width:min(100% - 28px,var(--container))}
      .section{padding:66px 0}
      .hero{padding:34px 0 52px}
      .hero-copy,.group-panel{padding:36px 22px}
      .hero-points,.feature-grid,.group-meta{grid-template-columns:1fr}
      .coupon-head,.final-cta{align-items:flex-start;flex-direction:column}
      .coupon-grid{grid-template-columns:1fr}
      .news-item{grid-template-columns:1fr;gap:10px}
      .date{text-align:left}
      .brand-name{max-width:220px}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
    }
    @media (max-width:520px){
      .nav-shell{height:66px}
      .brand-mark{width:38px;height:38px;border-radius:14px}
      .brand-name{font-size:15px;max-width:190px}
      .hero h1{font-size:36px}
      .hero-intro,.section-desc{font-size:16px}
      .hero-actions .btn{width:100%}
      .group-card,.coupon-wall,.about-panel,.rating-card{padding:20px;border-radius:24px}
      .screen{padding:14px;border-radius:24px}
      .screen-item{grid-template-columns:42px 1fr}
      .screen-item .tag{grid-column:2}
    }
