:root{
    --bg:#ffffff;
    --ink:#0E0E10;
    --ink-soft:#2A2C31;
    --muted:#6B7280;
    --line:#E5E7EB;
    --surface:#F3F5F7;
    --surface-2:#EEF1F4;
    --dark:#0E0E10;
    --dark-2:#17181B;
    --dark-card:#1C1D21;
    --brand:#00B868;
    --brand-2:#009655;
    --brand-soft:#E0F5EA;
    --on-dark:#FFFFFF;
    --on-dark-muted:#A0A4AB;
    --radius-lg:12px;
    --radius-md:10px;
    --radius-sm:8px;
    --shadow:0 30px 80px -40px rgba(14,14,16,.35);
  }
  .agw-page, .agw-page *{box-sizing:border-box}
  .agw-page{background:var(--bg);color:var(--ink);font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"cv11","ss01","ss03"}
  .agw-page *{color:inherit}
  .agw-page img{max-width:100%;display:block}
  .agw-page a{color:inherit;text-decoration:none}
  .agw-page button{font-family:inherit;cursor:pointer;border:0;background:none}
  .agw-container{max-width:1240px;margin:0 auto;padding:0 32px}
  .eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:13px;letter-spacing:.02em;color:var(--brand);text-transform:uppercase}
  .pill{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;font-weight:600;font-size:15px;background:var(--brand);color:#fff;white-space:nowrap}
  .pill.ghost{background:rgba(255,255,255,.08);color:#fff}
  .pill.outline{background:transparent;border:1px solid rgba(14,14,16,.12);color:var(--ink)}
  .agw-page h1,.agw-page h2,.agw-page h3,.agw-page h4{font-family:inherit;margin:0;letter-spacing:-0.01em}
  .agw-page h1{font-size:clamp(40px,5vw,64px);line-height:1.04;font-weight:800;letter-spacing:-0.02em}
  .agw-page h2{font-size:clamp(30px,3.4vw,44px);line-height:1.08;font-weight:800;letter-spacing:-0.02em}
  .agw-page h2.nowrap-line{white-space:nowrap}
  @media (max-width: 900px){.agw-page h2.nowrap-line{white-space:normal;font-size:clamp(26px,5vw,36px)}}
  .agw-page h3{font-size:22px;line-height:1.2;font-weight:700}
  .agw-page h4{font-size:17px;line-height:1.3;font-weight:700}
  .agw-page p{margin:0;color:var(--ink-soft);line-height:1.5}

  /* Footer logo (shared rule) */
  .agw-logo{display:inline-flex;align-items:center;gap:0;font-weight:800;font-size:22px;letter-spacing:-0.02em}
  .agw-logo .dot{width:6px;height:6px;border-radius:50%;background:var(--brand);margin-top:-14px;margin-left:2px}
  .agw-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:12px;font-weight:600;font-size:15px;transition:transform .1s ease,background .2s ease,opacity .2s ease;white-space:nowrap}
  .agw-btn:hover{transform:translateY(-1px)}
  .agw-page .btn-primary{background:var(--ink);color:#fff}
  .agw-page .btn-primary:hover{background:#000}
  .agw-page .btn-brand{background:var(--brand);color:#fff}
  .agw-page .btn-brand:hover{background:var(--brand-2);color:#fff}
  .agw-page .btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}
  .agw-page .btn-ghost:hover{background:var(--surface)}
  .agw-page .btn-dark-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.12)}
  .agw-page .btn-dark-ghost:hover{background:rgba(255,255,255,.14)}
  .btn-lg{padding:16px 28px;font-size:16px}

  /* ---------- Hero ---------- */
  .hero{background:#fff;color:var(--ink);overflow:hidden;position:relative}
  .hero .agw-container{position:relative;padding-top:48px;padding-bottom:32px}
  .hero-grid{display:grid;grid-template-columns:minmax(0,735px) minmax(0,334px);gap:48px;align-items:center}
  .hero-brand-line{display:flex;align-items:center;gap:14px;margin-bottom:28px;color:var(--muted);font-size:15px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
  .hero-brand-line .swip{font-size:26px;color:var(--ink);letter-spacing:-0.02em;font-weight:800}
  .hero-title-green{color:var(--brand);margin-bottom:22px;font-size:clamp(32px,3.6vw,44px);font-weight:800;letter-spacing:-0.02em}
  .hero h1{color:var(--ink);margin-bottom:28px;font-size:clamp(32px,3.8vw,52px);line-height:1.08;max-width:740px;text-wrap:normal}
  .hero p.lead{color:var(--muted);font-size:18px;line-height:1.55;max-width:560px;margin-bottom:32px}
  .tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}
  .tag{padding:10px 18px;border-radius:999px;background:var(--brand);color:#fff;font-weight:700;font-size:14px;letter-spacing:.01em}
  .hero-ctas{display:flex;flex-wrap:wrap;gap:12px}
  .hero-visual{position:relative;width:100%;max-width:520px;margin-left:auto;display:flex;align-items:center;justify-content:center;min-height:680px}

  /* ---------- iPhone mockup (wallet-figma-clean.png) ---------- */
  .phone{
    display:block;
    width:260px;height:auto;
    filter:
      drop-shadow(0 40px 60px rgba(0,0,0,.35))
      drop-shadow(0 20px 40px rgba(0,184,104,.18));
    transform:rotate(-2deg);
  }
  .phone-screen{
    position:relative;width:100%;height:100%;
    background:#000;
    border-radius:42px;
    overflow:hidden;
    padding:52px 14px 22px;
  }
  .wallet-app-title{
    color:#fff;font-weight:800;font-size:34px;letter-spacing:-0.02em;margin:6px 0 18px;line-height:1
  }
  .wallet-app-header{display:flex;justify-content:space-between;align-items:center;margin:6px 0 20px}
  .wallet-app-header h2{color:#fff;font-weight:800;font-size:32px;letter-spacing:-0.02em;margin:0;line-height:1}
  .wallet-app-header .wa-actions{display:flex;gap:8px}
  .wa-btn{width:32px;height:32px;border-radius:50%;background:#1c1c1e;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700}
  .wa-btn svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2}

  /* Teal COFFEE LOVE wallet card */
  .coffee-card{
    background:#2a6e5f;
    border-radius:16px;overflow:hidden;color:#fff;
    box-shadow:0 12px 28px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.06);
    font-family:"Inter",-apple-system,"SF Pro Display",sans-serif;
  }
  .cc-head{
    background:#256558;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px
  }
  .cc-brand{display:flex;align-items:center;gap:10px}
  .cc-brand .cup{
    width:30px;height:30px;border:2px solid #fff;border-radius:4px 4px 10px 10px;position:relative;
    display:flex;align-items:center;justify-content:center
  }
  .cc-brand .cup::after{
    content:"";position:absolute;right:-6px;top:5px;width:6px;height:12px;border:2px solid #fff;border-left:0;border-radius:0 8px 8px 0
  }
  .cc-brand .cup svg{width:16px;height:16px}
  .cc-brand-name{line-height:1.05}
  .cc-brand-name b{display:block;font-size:15px;font-weight:800;letter-spacing:.01em}
  .cc-brand-name span{display:block;font-size:15px;font-weight:800;letter-spacing:.01em}
  .cc-stats{display:flex;gap:18px;text-align:left}
  .cc-stats .s small{display:block;font-size:9px;font-weight:700;letter-spacing:.1em;color:rgba(255,255,255,.85);text-transform:uppercase;margin-bottom:2px}
  .cc-stats .s b{font-size:17px;font-weight:700}
  .cc-illo{padding:14px 10px;display:flex;justify-content:center;align-items:center;min-height:88px}
  .cc-illo svg{width:100%;max-width:240px;height:auto}
  .cc-info{padding:12px 16px 8px;display:grid;grid-template-columns:1fr auto;gap:6px 14px;border-top:1px solid rgba(255,255,255,.18)}
  .cc-info .row{display:flex;flex-direction:column;gap:2px}
  .cc-info .row.right{text-align:right}
  .cc-info small{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.85)}
  .cc-info b{font-size:14px;font-weight:500;color:#fff;letter-spacing:-.005em}
  .cc-qr{padding:8px 16px 18px;display:flex;justify-content:center}
  .cc-qr-box{width:96px;height:96px;background:#fff;border-radius:4px;padding:6px;display:flex;align-items:center;justify-content:center}
  .cc-qr-box svg{width:100%;height:100%}
  .dynamic-island{
    position:absolute;top:10px;left:50%;transform:translateX(-50%);
    width:108px;height:30px;background:#000;border-radius:20px;z-index:5;
    display:flex;align-items:center;justify-content:flex-end;padding-right:10px;gap:6px
  }
  .dynamic-island .di-cam{width:8px;height:8px;border-radius:50%;background:#1c1d21;box-shadow:inset 0 0 0 1px rgba(0,184,104,.35)}
  .status-bar{
    position:absolute;top:16px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:center;
    color:#fff;font-size:13px;font-weight:600;letter-spacing:.02em;z-index:4
  }
  .status-bar .sb-right{display:flex;align-items:center;gap:5px;font-size:11px}
  .status-bar .sb-bars{display:inline-flex;gap:2px;align-items:flex-end}
  .status-bar .sb-bars i{width:3px;background:#fff;border-radius:1px;display:block}
  .status-bar .sb-bars i:nth-child(1){height:4px}
  .status-bar .sb-bars i:nth-child(2){height:6px}
  .status-bar .sb-bars i:nth-child(3){height:8px}
  .status-bar .sb-bars i:nth-child(4){height:10px}
  .sb-battery{width:22px;height:10px;border-radius:3px;border:1px solid rgba(255,255,255,.55);position:relative;padding:1px}
  .sb-battery::after{content:"";position:absolute;right:-3px;top:3px;width:2px;height:4px;background:rgba(255,255,255,.55);border-radius:0 1px 1px 0}
  .sb-battery i{display:block;width:88%;height:100%;background:var(--brand);border-radius:1px}

  .wallet-screen-label{
    color:rgba(255,255,255,.55);font-size:12px;font-weight:600;
    text-align:center;margin-bottom:10px;letter-spacing:.02em;
    display:flex;align-items:center;justify-content:center;gap:6px
  }
  .wallet-screen-label::before,.wallet-screen-label::after{content:"";width:18px;height:1px;background:rgba(255,255,255,.15)}

  .wallet-note{
    position:absolute;color:var(--brand-2);font-size:12px;font-weight:700;letter-spacing:.02em;
    background:#fff;border:1px solid var(--line);
    box-shadow:0 10px 30px -10px rgba(14,14,16,.15);
    padding:8px 14px;border-radius:999px;white-space:nowrap
  }
  .wallet-note.apple-note{top:6%;right:-12px;transform:rotate(6deg)}
  .wallet-note.google-note{bottom:6%;left:-20px;transform:rotate(-4deg)}
  .wallet-note .dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--brand);margin-right:6px;vertical-align:middle;animation:pulse 1.8s ease-in-out infinite}
  @keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}

  @media (max-width: 900px){
    .hero-visual{min-height:540px;max-width:360px}
    .phone{transform:rotate(0)}
    .wallet-note{display:none}
  }
  @media (min-width: 901px) and (max-width: 1200px){
    .hero-grid{grid-template-columns:1.15fr .85fr}
  }

  /* ---------- Apply panel (hero form) ---------- */
  .apply-panel{margin-top:22px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:14px;display:grid;grid-template-columns:1.1fr 1.1fr auto;gap:10px;align-items:center;max-width:620px}
  .apply-panel input{background:#fff;border:1px solid var(--line);color:var(--ink);border-radius:12px;padding:14px 16px;font-size:15px;font-family:inherit;outline:none;transition:border-color .2s ease,background .2s ease;width:100%}
  .apply-panel input::placeholder{color:var(--muted)}
  .apply-panel input:focus{border-color:var(--brand);background:#fff}
  .apply-panel .agw-btn{white-space:nowrap;justify-self:end}
  .apply-consent{grid-column:1/-1;font-size:12px;color:var(--muted);display:flex;gap:8px;align-items:center}
  .apply-consent input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand);flex:0 0 auto}
  .apply-consent a{color:var(--ink);text-decoration:underline}
  @media (max-width: 760px){
    .apply-panel{grid-template-columns:1fr}
    .apply-panel .agw-btn{justify-self:stretch;width:100%;justify-content:center}
  }
  .hero-kicker{position:absolute;right:32px;bottom:28px;color:var(--muted);font-size:13px;letter-spacing:.02em}
  @media (max-width: 900px){
    .hero-grid{grid-template-columns:1fr}
    .hero-visual{max-width:420px;margin:0 auto}
    .hero .agw-container{padding-top:32px;padding-bottom:24px}
    .hero h1{white-space:normal;font-size:clamp(30px,6vw,44px)}
    .hero h1 span{white-space:normal !important}
  }

  /* ---------- Section shells ---------- */
  .agw-page section{padding:61px 0}
  .agw-page section.tight{padding:46px 0}
  .agw-page .hero + section{padding-top:30px}
  .section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:36px}
  .section-head h2{max-width:820px}
  @media (max-width: 760px){
    .section-head{flex-direction:column;align-items:flex-start}
    .agw-page section{padding:46px 0}
    .section-head h2 span{white-space:normal !important}
  }

  /* ---------- Leaders ---------- */
  .leaders-grid{display:grid;grid-template-columns:1.05fr 1.3fr;gap:24px}
  .card{background:var(--surface);border-radius:var(--radius-lg);padding:40px}
  .card.dark{background:var(--dark);color:#fff}
  .stats h4{color:var(--muted);font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:24px}
  .stat-item{padding:28px 0;border-top:1px solid var(--line)}
  .stat-item:first-of-type{border-top:0;padding-top:0}
  .stat-item .num{font-size:44px;font-weight:800;letter-spacing:-0.02em;line-height:1}
  .stat-item .label{margin-top:8px;color:var(--muted);font-size:15px;line-height:1.4}
  .leaders-right{display:grid;grid-template-rows:1.2fr 1fr;gap:24px}
  .partners-card h3{margin-bottom:6px}
  .partners-card .sub{color:var(--muted);font-size:14px;margin-bottom:28px}
  .partners-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;align-items:center}
  .partner{display:flex;align-items:center;justify-content:center;height:48px;color:var(--ink);font-weight:800;font-size:18px;letter-spacing:-0.02em}
  .partner.tb{font-size:22px}
  .partner.tb .t{color:var(--brand-2);margin-right:6px}
  .partner.iiko{font-family:serif;font-style:italic;font-size:28px}
  .partner.yc{display:inline-flex;align-items:center;gap:4px}
  .partner.yc .cloud-dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#FF4D4D,#00A3FF);display:inline-block}
  .top1-card{display:flex;align-items:center;justify-content:space-between;gap:20px}
  .top1-card h3{font-size:42px;font-weight:800;letter-spacing:-0.02em;margin-bottom:8px}
  .top1-card p{color:rgba(255,255,255,.65)}
  .top1-badge{flex:0 0 auto;width:140px;height:96px;background:#fff;color:#0E0E10;border-radius:8px;padding:14px;font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.02em;text-transform:uppercase;display:flex;align-items:center;clip-path:polygon(0 0,100% 0,100% 100%,10% 100%)}
  @media (max-width: 900px){
    .leaders-grid{grid-template-columns:1fr}
    .partners-grid{grid-template-columns:repeat(3,1fr)}
  }

  /* ---------- Loyalty / 6% → 3% ---------- */
  .loyalty{background:var(--bg)}
  .loyalty-grid{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:24px;align-items:stretch}
  .loyalty-card{background:var(--surface);border-radius:var(--radius-lg);padding:36px}
  .loyalty-card h4{font-size:19px;margin-bottom:12px}
  .loyalty-card p{font-size:15px;color:var(--muted)}
  .phone-wrap{position:relative;display:flex;justify-content:center}
  .phone-wrap .phone{display:block;width:260px;height:auto;filter:drop-shadow(0 30px 60px rgba(14,14,16,.25));transform:none}
  .phone-screen{width:100%;height:100%;border-radius:34px;background:#000;padding:0;display:flex;flex-direction:column;color:#fff;position:relative;overflow:hidden}
  .ph-status{display:flex;justify-content:space-between;align-items:center;padding:14px 22px 0;font-size:13px;font-weight:700;color:#fff;position:relative;z-index:3}
  .ph-status .ph-sys{display:inline-flex;gap:4px;align-items:center}
  .ph-status .ph-sys svg{fill:#fff}
  .ph-header-bar{display:flex;justify-content:space-between;align-items:center;padding:20px 22px 18px}
  .ph-header-bar .ph-title{font-size:26px;font-weight:800;letter-spacing:-0.02em;padding:0;color:#fff}
  .ph-actions{display:inline-flex;gap:8px}
  .ph-act{width:30px;height:30px;border-radius:50%;background:#1c1c1e;display:inline-flex;align-items:center;justify-content:center;color:#fff}
  .ph-act svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .ph-act.dots{gap:2px}
  .ph-act.dots i{width:3px;height:3px;border-radius:50%;background:#fff}
  /* Figma params: bg #1B7262, strip #0C5245, labels #E7DDC4, values #FFF. Card 225×327, padding-h 11.2 */
  .ph-wallet-card{margin:0 12px;background:#1B7262;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0}
  .ph-wc-head{padding:9px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;min-height:52px}
  .ph-logo{display:flex;align-items:center;gap:5px;min-width:0}
  .ph-logo-mark{display:block;height:26px;width:auto;flex-shrink:0}
  .ph-logo-mark path{fill:#fff}
  .ph-wc-stats{display:inline-flex;gap:12px;align-items:flex-start}
  .ph-stat{text-align:right;line-height:1}
  .ph-stat-l{font-size:8.2px;font-weight:600;letter-spacing:.01em;color:#E7DDC4;text-transform:uppercase;font-family:'Inter','SF Pro Text',-apple-system,sans-serif}
  .ph-stat-v{font-size:12.7px;font-weight:400;margin-top:3px;color:#fff;font-family:'SF Pro Text',-apple-system,sans-serif}
  .ph-wc-illust{background:#0C5245;padding:6px 10px;display:flex;justify-content:center;align-items:center;min-height:92px}
  .ph-wc-illust svg{width:100%;max-width:210px;height:auto}
  .ph-wc-meta{padding:9px 12px 4px;display:grid;grid-template-columns:1fr auto;gap:8px 14px}
  .ph-wc-meta .span2{grid-column:1 / -1}
  .ph-wc-meta > div:nth-child(2){text-align:right}
  .ph-lbl{font-size:8.2px;font-weight:600;letter-spacing:.01em;color:#E7DDC4;text-transform:uppercase;margin-bottom:2px;line-height:1;font-family:'Inter','SF Pro Text',-apple-system,sans-serif}
  .ph-val{font-size:11.2px;font-weight:400;color:#fff;line-height:1.2;font-family:'SF Pro Text',-apple-system,sans-serif}
  .ph-wc-qr{margin-top:auto;padding:4px 14px 14px;display:flex;justify-content:center}
  .ph-qr{width:76px;height:76px;background:#fff;padding:5px;border-radius:3px;display:flex;align-items:center;justify-content:center}
  .ph-qr-pattern{width:100%;height:100%;background:repeating-conic-gradient(#000 0 25%, #fff 0 50%) 50%/6px 6px;border-radius:1px}
  .phone-note{position:absolute;max-width:170px;color:var(--brand-2);font-weight:600;font-size:13px;line-height:1.3}
  .phone-note .ar{display:block;margin-bottom:4px}
  .note-right{top:80px;right:-170px}
  .note-left{bottom:120px;left:-150px;text-align:right}
  .savings{background:var(--surface);border-radius:var(--radius-lg);padding:36px;display:flex;flex-direction:column;gap:24px}
  .savings-numbers{display:flex;align-items:center;gap:14px}
  .savings-numbers .big{font-size:72px;line-height:1;font-weight:800;letter-spacing:-0.03em}
  .savings-numbers .big .pct{font-size:32px;font-weight:700;vertical-align:top;margin-left:2px}
  .savings-numbers .big.brand{color:var(--brand-2)}
  .savings-numbers .arrow{font-size:32px;color:var(--muted)}
  .savings-labels{display:grid;grid-template-columns:1fr 1fr;gap:16px;color:var(--muted);font-size:13px}
  .toggle-list{border-top:1px solid var(--line);padding-top:20px;display:flex;flex-direction:column;gap:14px}
  .toggle-list .item{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--ink-soft)}
  .tgl{width:36px;height:20px;background:var(--brand);border-radius:999px;position:relative;flex:0 0 auto}
  .tgl::after{content:"";position:absolute;top:2px;left:18px;width:16px;height:16px;border-radius:50%;background:#fff}
  .tgl.off{background:#D0D5DA}
  .tgl.off::after{left:2px}
  @media (max-width: 1024px){
    .loyalty-grid{grid-template-columns:1fr}
    .phone-note{display:none}
  }

  /* ---------- Push section ---------- */
  .push{background:#FAFBFC}
  .push-wrap{background:var(--surface);border-radius:var(--radius-lg);padding:40px}
  .push-table{background:#fff;border-radius:var(--radius-md);padding:24px;box-shadow:0 20px 50px -30px rgba(14,14,16,.2)}
  .push-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}
  .push-summary .s-card{border:1px solid var(--line);border-radius:var(--radius-sm);padding:16px}
  .push-summary .s-card .s-label{font-size:12px;color:var(--muted);margin-bottom:6px}
  .push-summary .s-card .s-value{font-size:26px;font-weight:800}
  .push-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}
  .search-in{flex:1;height:40px;border-radius:10px;background:var(--surface-2);border:1px solid var(--line);padding:0 14px;font-size:13px;color:var(--muted);display:flex;align-items:center}
  .push-row{display:grid;grid-template-columns:100px 2.5fr .8fr 1.1fr 60px;gap:14px;align-items:center;padding:14px 0;border-top:1px solid var(--line);font-size:13px}
  .push-row.head{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.03em;padding:10px 0}
  .push-row .dt{font-weight:600}
  .push-row .dt .sm{font-size:11px;color:var(--muted);display:block;font-weight:500}
  .push-row .msg b{display:block;font-weight:700;margin-bottom:2px}
  .push-row .msg span{color:var(--muted)}
  .status{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}
  .status.created{background:#FEF3D7;color:#8B6A10}
  .status.inprogress{background:#E2E8FF;color:#3149C9}
  .status.done{background:#DFF6E2;color:#17864E}
  .push-notes{position:relative;font-size:13px;color:var(--brand-2);font-weight:600;margin-top:16px}
  @media (max-width: 760px){
    .push-row{grid-template-columns:1fr}
    .push-row.head{display:none}
  }

  /* ---------- Analytics ---------- */
  .analytics{background:var(--bg)}
  .analytics-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;align-items:stretch}
  .analytics-main{background:var(--surface);border-radius:var(--radius-lg);padding:36px;display:flex;flex-direction:column}
  .mini-dash{margin-top:24px;background:#fff;border-radius:var(--radius-md);padding:24px;box-shadow:0 20px 50px -30px rgba(14,14,16,.2);flex:1;display:flex;flex-direction:column}
  .mini-dash .tabs{display:flex;gap:8px;margin-bottom:18px;flex-wrap:wrap}
  .chip{display:inline-flex;padding:4px 10px;border-radius:999px;background:#E7FAEF;color:var(--brand-2);font-size:12px;font-weight:700}
  .chip.muted{background:#F3F5F7;color:var(--muted)}
  .kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px;align-items:stretch}
  .kpi{padding:16px 18px;background:#F3F5F7;border-radius:var(--radius-sm);display:flex;flex-direction:column}
  .kpi .k-label{font-size:11px;color:var(--muted);margin-bottom:6px;letter-spacing:.02em;text-transform:uppercase;min-height:2.4em}
  .kpi .k-val{font-size:24px;font-weight:800;margin-top:auto;line-height:1}
  .bars{display:flex;align-items:end;gap:8px;flex:1;min-height:200px;padding-top:8px;margin-top:auto}
  .bar{flex:1;background:#D0D5DA;border-radius:6px;transition:height .3s ease}
  .bar.green{background:var(--brand)}

  /* Activity chart */
  .activity-chart{display:flex;flex-direction:column}
  .activity-chart .ac-head{margin-bottom:8px}
  .activity-chart .ac-title{font-size:20px;font-weight:800;letter-spacing:-0.01em;color:var(--ink);margin-bottom:4px}
  .activity-chart .ac-sub{font-size:13px;color:var(--muted)}

  /* ---- Покупатели (pie) ---- */
  .buyers-chart{display:flex;flex-direction:column;gap:14px}
  .bc-head{display:flex;justify-content:space-between;align-items:center}
  .bc-title{font-size:20px;font-weight:800;letter-spacing:-0.01em;color:var(--ink)}
  .bc-ico{width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:var(--ink);cursor:pointer}
  .bc-ico svg{width:18px;height:18px}
  .bc-body{display:flex;flex-direction:column;align-items:center;gap:18px;flex:1;justify-content:center}
  .bc-pie-wrap{display:flex;justify-content:center;padding:10px 0 6px}
  .bc-pie{width:220px;height:220px;display:block}
  .bc-legend{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column}
  .bc-legend li{display:grid;grid-template-columns:12px 1fr auto auto;align-items:center;gap:12px;padding:11px 0;border-top:1px solid var(--line);font-size:14px}
  .bc-legend li:first-child{border-top:none}
  .bc-legend .dot{width:10px;height:10px;border-radius:50%;display:block}
  .bc-legend .lbl{color:var(--muted)}
  .bc-legend .num{color:var(--ink);font-weight:700;font-variant-numeric:tabular-nums}
  .bc-legend .pct{color:var(--muted);font-size:13px;font-variant-numeric:tabular-nums;min-width:44px;text-align:right}
  @media (max-width: 640px){
    .bc-pie{width:180px;height:180px}
    .bc-title{font-size:17px}
    .bc-legend li{font-size:13px;padding:9px 0;gap:10px}
    .bc-legend .pct{font-size:12px;min-width:40px}
  }
  .ac-plot{position:relative;flex:1;display:flex;flex-direction:column;justify-content:flex-end;padding:86px 0 14px;margin-top:6px}
  .ac-anno{position:absolute;top:4px;font-size:12px;line-height:1.4;color:var(--muted);text-align:center}
  .ac-anno-left{left:7%;width:30%}
  .ac-anno-right{left:30%;width:28%}
  .ac-anno b{display:block;color:var(--ink);font-weight:700;font-size:13px;margin-bottom:2px;letter-spacing:-0.005em}
  .ac-anno .ac-anno-s{color:var(--muted);font-size:12px}
  .ac-arrow{position:absolute;left:0;top:36px;width:100%;height:60px;overflow:visible;pointer-events:none}
  .ac-bars{display:grid;grid-template-columns:repeat(20,1fr);align-items:end;min-height:240px;position:relative}
  .ac-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative;gap:8px;height:100%}
  .ac-col[data-c="1"]{grid-column:2}
  .ac-col[data-c="2"]{grid-column:5}
  .ac-col[data-c="3"]{grid-column:7}
  .ac-col[data-c="4"]{grid-column:11}
  .ac-col[data-c="5"]{grid-column:15}
  .ac-col[data-c="6"]{grid-column:17}
  .ac-num{height:24px;font-size:22px;font-weight:800;color:var(--brand);line-height:1}
  .ac-num:empty{height:24px}
  .ac-bar-wrap{width:100%;height:190px;display:flex;align-items:flex-end;justify-content:center}
  .ac-bar{width:22px;border-radius:999px;min-height:8px;max-width:100%}
  .ac-bar.green{background:linear-gradient(180deg,#00C572 0%,#00A85C 100%)}
  .ac-bar.striped{background:repeating-linear-gradient(135deg,#CBD0D6 0 4px,#fff 4px 7px);border:1px solid #CBD0D6}
  .ac-chip{padding:5px 10px;border-radius:8px;font-size:12px;font-weight:700;white-space:nowrap;line-height:1}
  .ac-chip.muted{background:#E9ECEF;color:#6B7280}
  .ac-chip.green{background:var(--brand);color:#fff}
  .ac-date{font-size:12px;color:var(--muted);font-weight:500}
  .ac-chat-col{justify-content:flex-end;padding-bottom:56px;gap:10px}
  .ac-chat{width:22px;height:22px;background:#fff;border:1.5px solid #0E0E10;border-radius:4px 4px 4px 0;display:flex;align-items:center;justify-content:center}
  .ac-chat svg{width:11px;height:11px}
  .ac-chat-dot{width:5px;height:5px;border-radius:50%;background:#0E0E10}
  .ac-foot{margin-top:14px;font-size:12px;color:var(--muted)}
  @media (max-width: 640px){
    .activity-chart .ac-title{font-size:17px}
    .activity-chart .ac-sub{font-size:12px}
    .ac-plot{padding:70px 0 10px}
    .ac-bar-wrap{height:130px}
    .ac-bar{width:10px}
    .ac-chip{padding:3px 7px;font-size:10px}
    .ac-date{font-size:10px}
    .ac-num{font-size:15px;height:18px}
    .ac-anno-left{left:4%;width:42%}
    .ac-anno-right{left:46%;width:36%}
    .ac-anno{font-size:10px}
    .ac-anno b{font-size:11px}
    .ac-anno .ac-anno-s{font-size:10px}
    .ac-chat-col{padding-bottom:36px}
    .ac-bars{min-height:180px}
  }
  .analytics-side{display:grid;grid-template-rows:1fr 1fr;gap:24px}
  .revenue-card{background:var(--surface);border-radius:var(--radius-lg);padding:32px}
  .donut{width:100px;height:100px;border-radius:50%;background:conic-gradient(var(--brand) 0 55%,#DADEE3 55% 100%);position:relative;margin:16px auto}
  .donut::after{content:"55%";position:absolute;inset:14px;background:#fff;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:22px}
  .segments{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:stretch;width:100%}
  .segment-list{display:flex;flex-direction:column;justify-content:space-between;height:100%}
  .segment-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:13px;border-top:1px solid var(--line);flex:1}
  .segment-list li:first-child{border-top:0}
  .segment-list li b{font-weight:700}
  @media (max-width: 900px){
    .analytics-grid{grid-template-columns:1fr}
    .kpis{grid-template-columns:repeat(2,1fr)}
  }

  /* ---------- SWiP ИИ · Эффективная конверсия ---------- */
  .ai-eff{background:var(--bg);padding:56px 0}
  .ai-eff-head{text-align:center;max-width:820px;margin:0 auto 40px}
  .ai-eff-head h2{margin-bottom:24px}
  .ai-eff-head p{color:var(--muted);font-size:17px;line-height:1.55;max-width:640px;margin:0 auto 28px}
  .ai-eff-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:15px;color:#0E0E10;border-bottom:1px solid transparent;padding:6px 2px;transition:border-color .2s ease}
  .ai-eff-link:hover{border-bottom-color:#0E0E10}
  .ai-eff-link .arrow{display:inline-flex;width:18px;height:18px;border-radius:50%;background:#0E0E10;color:#fff;align-items:center;justify-content:center;font-size:11px;font-weight:700}
  .ai-row{display:grid;grid-template-columns:1fr 1.15fr;gap:64px;align-items:center;padding:32px 0;border-top:1px solid var(--line)}
  .ai-row.full{grid-template-columns:1fr}
  .ai-row h3{font-size:clamp(26px,2.6vw,34px);font-weight:800;letter-spacing:-0.02em;line-height:1.15;margin-bottom:20px;max-width:460px}
  .ai-row p{color:var(--muted);font-size:16px;line-height:1.6;max-width:460px}
  .ai-row.full h3,.ai-row.full p{max-width:720px}

  /* Conversion donuts */
  .conv-donuts{display:flex;gap:40px;justify-content:center;align-items:flex-start;flex-wrap:wrap}
  .conv-donut{display:flex;flex-direction:column;align-items:center;gap:16px;width:200px}
  .conv-donut-ring{position:relative;width:180px;height:180px}
  .conv-donut-ring svg{width:100%;height:100%;transform:rotate(-90deg)}
  .conv-donut-ring .ring-track{fill:none;stroke:#E6E8EC;stroke-width:10}
  .conv-donut-ring .ring-fill{fill:none;stroke-width:10;stroke-linecap:round}
  .conv-donut-ring .ring-fill.sm{stroke:#9aa3ad}
  .conv-donut-ring .ring-fill.lg{stroke:var(--brand)}
  .conv-donut-ring .ring-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:46px;font-weight:800;letter-spacing:-0.02em;color:#0E0E10}
  .conv-donut-ring .ring-center sup{font-size:22px;font-weight:700;margin-left:2px;vertical-align:top;margin-top:12px}
  .conv-donut-cap{color:var(--muted);font-size:14px;text-align:center;line-height:1.4;font-weight:500}
  /* iOS-style push notification mockup */
  .ios-push{
    background:rgba(245,246,248,.92);
    border-radius:12px;
    padding:14px 16px;
    display:flex;gap:12px;align-items:flex-start;
    max-width:460px;margin-left:auto;
    box-shadow:0 14px 32px -12px rgba(13,17,24,.12),0 2px 6px rgba(13,17,24,.05);
    backdrop-filter:blur(20px);
    font-family:"Inter",-apple-system,"SF Pro Display",sans-serif;
  }
  .ios-push-icon{
    width:38px;height:38px;border-radius:9px;flex:0 0 auto;
    background:#2a6e5f;
    color:#fff;
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 2px 6px rgba(42,110,95,.3)
  }
  .ios-push-icon svg{width:22px;height:22px}
  .ios-push-body{flex:1;min-width:0}
  .ios-push-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}
  .ios-push-head b{font-size:14px;font-weight:700;color:#0E0E10;letter-spacing:-0.01em}
  .ios-push-head small{font-size:12px;color:rgba(14,14,16,.55);font-weight:500}
  .ios-push-text{font-size:13px;line-height:1.4;color:#0E0E10;letter-spacing:-0.005em}

  .conv-donut.big{width:240px}
  .conv-donut.big .conv-donut-ring{width:220px;height:220px}
  .conv-donut.big .ring-center{font-size:60px}
  .conv-donut.big .ring-center sup{font-size:28px;margin-top:16px}

  @media (max-width: 900px){
    .ai-eff{padding:72px 0}
    .ai-eff-head{margin-bottom:40px}
    .ai-row{grid-template-columns:1fr;gap:32px;padding:24px 0}
    .conv-donuts{gap:24px}
    .conv-donut{width:160px}
    .conv-donut-ring{width:140px;height:140px}
    .conv-donut-ring .ring-center{font-size:34px}
    .conv-donut.big .conv-donut-ring{width:170px;height:170px}
    .conv-donut.big .ring-center{font-size:42px}
  }

  /* ---------- Results (growth/cost) ---------- */
  .results-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
  .results-card{border-radius:var(--radius-lg);padding:44px;position:relative;min-height:380px;overflow:hidden}
  .results-card.revenue{background:var(--dark);color:#fff}
  .results-card.cost{background:var(--surface)}
  .results-card h3{font-size:32px;margin-bottom:14px}
  .results-card p.sub{max-width:360px;font-size:15px;color:rgba(255,255,255,.6);margin-bottom:30px}
  .results-card.cost p.sub{color:var(--muted)}
  .results-card .big-num{font-size:96px;font-weight:800;letter-spacing:-0.03em;line-height:1;margin:10px 0 30px}
  .results-card .big-num .pct{font-size:44px;vertical-align:top;font-weight:700}
  .results-card.revenue .big-num{color:#fff}
  .results-card.revenue .big-num .plus{color:var(--brand)}
  .results-card.cost .big-num{color:#0E0E10}
  .results-bullets{display:grid;gap:14px}
  .rb{padding:14px 0;border-top:1px solid rgba(255,255,255,.1)}
  .results-card.cost .rb{border-top-color:var(--line)}
  .rb b{display:block;font-size:17px;margin-bottom:4px}
  .rb span{font-size:13px;color:rgba(255,255,255,.6)}
  .results-card.cost .rb span{color:var(--muted)}
  @media (max-width: 900px){
    .results-grid{grid-template-columns:1fr}
  }

  /* ---------- Cases ---------- */
  .cases{background:#FAFBFC}
  .cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
  .case-col{display:grid;grid-template-rows:1fr 1fr;gap:24px}
  .case-card{background:var(--surface);border-radius:var(--radius-md);padding:40px;position:relative}
  .case-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}
  .case-head h3{font-size:22px}
  .case-logo{width:44px;height:44px;border-radius:50%;background:#0E0E10;color:var(--brand);display:grid;place-items:center;font-weight:800}
  .case-logo.alt{background:#D7B15A;color:#0E0E10}
  .case-logo.green{background:var(--brand);color:#fff}
  .case-logo.blue{background:#0E0E10;color:#fff}
  .case-card p.desc{font-size:14px;color:var(--muted);margin-bottom:18px;line-height:1.45}
  .tag-result{display:inline-flex;padding:5px 12px;border-radius:999px;background:var(--brand);color:#fff;font-weight:700;font-size:12px;margin-bottom:14px}
  .case-row{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;padding:8px 0;border-top:1px solid var(--line)}
  .case-row b{font-size:22px;font-weight:800}
  .case-row .label{color:var(--muted);max-width:60%}
  .report-card{background:var(--dark);border-radius:var(--radius-md);padding:32px;color:#fff;min-height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
  .report-card .note{color:var(--brand);font-family:"Caveat","Comic Sans MS",cursive;font-size:18px;text-align:center;margin-bottom:14px}
  .report-mini{margin-top:14px;background:#17181B;border-radius:12px;padding:18px}
  .report-mini .r-head{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--on-dark-muted);margin-bottom:10px}
  .report-mini h3{margin-bottom:10px}
  .report-kpi{display:flex;justify-content:space-between;align-items:baseline;padding:10px 0;font-size:13px;border-top:1px solid rgba(255,255,255,.08)}
  .report-kpi:first-of-type{border-top:0}
  .report-kpi b{font-size:19px;color:var(--brand)}
  @media (max-width: 1024px){
    .cases-grid{grid-template-columns:1fr;}
    .case-col{grid-template-rows:auto auto}
  }

  /* ---------- Launch ---------- */
  .launch{background:var(--bg)}
  .launch-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
  .launch-card{padding:40px;border-radius:var(--radius-lg)}
  .launch-card.light{background:var(--surface)}
  .launch-card.dark{background:var(--dark);color:#fff}
  .launch-card h3{margin-bottom:28px}
  .step{display:flex;flex-direction:column;align-items:center;text-align:center;margin:16px 0}
  .step-num{width:44px;height:44px;border-radius:50%;background:#0E0E10;color:#fff;display:grid;place-items:center;font-weight:800;margin-bottom:14px}
  .step p{max-width:340px}
  .launch-card.dark ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:26px}
  .launch-card.dark li{display:flex;gap:18px;align-items:flex-start}
  .launch-icon{width:56px;height:56px;border-radius:50%;background:#2A2C31;display:grid;place-items:center;flex:0 0 auto;position:relative}
  .launch-icon::after{content:"✓";position:absolute;bottom:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800;border:2px solid var(--dark)}
  .launch-card.dark li b{display:block;font-size:17px;margin-bottom:4px}
  .launch-card.dark li span{color:var(--on-dark-muted);font-size:14px;line-height:1.4}
  @media (max-width: 900px){
    .launch-grid{grid-template-columns:1fr}
  }

  /* ---------- Tariffs ---------- */
  .tariffs{background:#FAFBFC}
  .tariffs-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
  .tariff{border-radius:var(--radius-lg);padding:40px;position:relative}
  .tariff.light{background:var(--surface)}
  .tariff.pro{background:var(--dark);color:#fff}
  .tariff h3{font-size:28px;color:var(--brand-2);margin-bottom:12px}
  .tariff.pro h3{color:var(--brand)}
  .tariff .subtitle{font-size:20px;font-weight:700;margin-bottom:28px;max-width:420px;line-height:1.25}
  .tariff.pro .subtitle{color:#fff}
  .tariff-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding-bottom:24px;border-bottom:1px solid var(--line);margin-bottom:24px}
  .tariff.pro .tariff-prices{border-bottom-color:rgba(255,255,255,.1)}
  .tariff-price .period{font-size:13px;color:var(--muted);margin-bottom:4px;font-weight:600}
  .tariff.pro .tariff-price .period{color:var(--on-dark-muted)}
  .tariff-price .val{font-size:26px;font-weight:800}
  .tariff-price .val .cur{font-size:15px;font-weight:700;margin-left:2px}
  .tariff-price .val .mo{font-size:12px;font-weight:600;color:var(--muted)}
  .tariff.pro .tariff-price .val .mo{color:var(--on-dark-muted)}
  .tariff-price .save{font-size:12px;color:var(--muted);margin-top:4px}
  .tariff.pro .tariff-price .save{color:var(--on-dark-muted)}
  .tariff-features{display:flex;flex-direction:column;gap:18px;margin-bottom:28px}
  .tf{display:flex;gap:12px;align-items:flex-start;font-size:14px}
  .tf .check{width:22px;height:22px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;flex:0 0 auto;margin-top:1px;font-size:12px;font-weight:800}
  .tf b{display:block;font-size:16px;margin-bottom:4px}
  .tf span{color:var(--muted)}
  .tariff.pro .tf span{color:var(--on-dark-muted)}
  .tariff .agw-btn{width:100%;justify-content:center}
  .install-note{margin-top:16px;font-size:13px;color:var(--muted)}
  @media (max-width: 900px){
    .tariffs-grid{grid-template-columns:1fr}
    .tariff-prices{grid-template-columns:1fr;gap:16px}
  }

  /* ---------- Specials ---------- */
  .specials{background:var(--dark);color:#fff}
  .specials h2{color:#fff}
  .specials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
  .special{background:#17181B;border-radius:var(--radius-lg);padding:36px;min-height:340px;display:flex;flex-direction:column;position:relative}
  .special-icon{width:52px;height:52px;border-radius:12px;background:#2A2C31;display:grid;place-items:center;font-size:22px;margin-bottom:16px}
  .special h3{font-size:22px;margin-bottom:8px}
  .special .sub{color:var(--on-dark-muted);font-size:14px;line-height:1.45;margin-bottom:auto}
  .special .offer{font-size:64px;font-weight:800;letter-spacing:-0.03em;line-height:1;margin-top:24px}
  .special .offer .pct{font-size:28px;font-weight:700;vertical-align:top}
  .special .offer-note{font-size:13px;color:var(--on-dark-muted);margin-top:10px}
  .special.green{background:#17181B}
  .sparkle{position:absolute;color:var(--brand);font-size:24px;opacity:.9}
  .sparkle.a{top:-12px;left:20px}
  .sparkle.b{bottom:-12px;right:20px}
  @media (max-width: 900px){.specials-grid{grid-template-columns:1fr}}
  .specials .footnote{color:var(--on-dark-muted);font-size:13px;margin-top:24px;max-width:680px}

  /* ---------- Install plan (T-Bank) ---------- */
  .install{background:var(--bg)}
  .install-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:32px;align-items:center}
  .install-visual{background:#FDE63B;border-radius:var(--radius-lg);padding:48px;min-height:440px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
  .install-visual .promo{background:#fff;border-radius:var(--radius-md);padding:28px 24px;box-shadow:0 20px 60px rgba(0,0,0,.15);max-width:320px}
  .install-visual .promo .logos{display:flex;gap:12px;align-items:center;margin-bottom:24px;font-weight:800;font-size:15px}
  .install-visual .promo .logos .x{color:var(--muted)}
  .install-visual .promo h3{font-size:28px;line-height:1.08}
  .install-visual .bags{position:absolute;bottom:24px;right:24px;display:flex;gap:10px}
  .install-visual .bag{width:40px;height:56px;background:#fff;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.12)}
  .install-content h2{margin-bottom:24px}
  .install-content h2 span.brand{color:var(--brand-2)}
  .install-list{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}
  .install-list .ic{display:flex;gap:14px;align-items:center;font-size:17px;font-weight:600}
  .install-list .ic-check{width:28px;height:28px;border-radius:50%;background:#E7FAEF;color:var(--brand-2);display:grid;place-items:center;font-weight:800;flex:0 0 auto}
  .install-table{margin-top:20px;border-top:1px solid var(--line);padding-top:20px}
  .install-row{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr 1fr;gap:14px;padding:12px 0;font-size:13px;border-top:1px solid var(--line);align-items:center}
  .install-row.head{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.04em;font-weight:700;border-top:0}
  .install-row b{font-weight:700}
  @media (max-width: 900px){
    .install-grid{grid-template-columns:1fr}
    .install-row{grid-template-columns:1fr 1fr}
  }

  /* ---------- Plan contents ---------- */
  .plan{background:#0E0E10;color:#fff}
  .plan h2{color:#fff}
  .plan-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:20px;align-items:stretch}
  .plan-card{background:#17181B;border-radius:var(--radius-lg);padding:40px}
  .plan-card h3{margin-bottom:22px}
  .plan-card ul{list-style:none;padding:0;margin:0}
  .plan-card .outer{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:22px}
  .plan-check{display:flex;gap:12px;align-items:flex-start;margin-bottom:10px}
  .plan-check .chk{width:22px;height:22px;border-radius:50%;background:transparent;border:2px solid var(--brand);color:var(--brand);display:grid;place-items:center;flex:0 0 auto;font-size:12px;font-weight:800}
  .plan-check b{display:block;font-size:17px}
  .plan-sub{padding-left:34px;margin-top:6px;display:grid;gap:8px;color:var(--on-dark-muted);font-size:14px}
  .plan-sub li::before{content:"•";color:var(--brand);margin-right:8px}
  .plan-stack{display:grid;gap:20px;grid-template-rows:1fr 1fr}
  @media (max-width: 900px){
    .plan-grid{grid-template-columns:1fr}
    .plan-stack{grid-template-rows:auto}
  }

  /* ---------- CTA / Contacts ---------- */
  .contacts{background:#0E0E10;color:#fff;position:relative;overflow:hidden}
  .contacts .agw-container{position:relative;z-index:1}
  .contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
  .contacts h2{color:#fff;margin-bottom:40px}
  .contact-items{display:flex;flex-direction:column;gap:14px}
  .contact{display:flex;align-items:center;gap:18px;padding:20px 24px;background:#17181B;border-radius:12px;font-size:20px;font-weight:700}
  .contact .c-icon{width:36px;height:36px;border-radius:50%;background:#2A2C31;display:grid;place-items:center;flex:0 0 auto;font-size:16px}
  .contacts-visual{aspect-ratio:1/1;background:radial-gradient(circle at 70% 50%,rgba(0,184,104,.3),transparent 60%);border-radius:50%;position:relative;background-image:radial-gradient(rgba(0,184,104,.45) 1.2px,transparent 1.5px);background-size:10px 10px;mask-image:radial-gradient(circle at 70% 50%,#000 30%,transparent 72%);-webkit-mask-image:radial-gradient(circle at 70% 50%,#000 30%,transparent 72%)}
  @media (max-width: 900px){
    .contacts-grid{grid-template-columns:1fr}
  }

  /* ---------- Footer ---------- */
  .agw-page footer{display:block;background:#0A0A0C;color:#fff;padding:80px 0 28px}
  .foot-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:32px;padding-bottom:48px}
  .foot-brand{display:flex;flex-direction:column;gap:16px}
  .foot-brand .agw-logo{color:#fff}
  .foot-col h4{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.55);margin-bottom:18px}
  .foot-col a{display:block;color:rgba(255,255,255,.85);font-size:14px;padding:6px 0}
  .foot-col a:hover{color:#fff}
  .foot-sep{height:1px;background:rgba(255,255,255,.08);margin:0 0 40px}
  .foot-contacts{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px;padding-bottom:40px}
  .foot-contacts h4{font-size:18px;font-weight:800;color:#fff;margin:0 0 14px;letter-spacing:-0.01em;text-transform:none}
  .foot-contacts .fc-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.55);margin-bottom:14px}
  .foot-contacts .fc-val{color:rgba(255,255,255,.85);font-size:14px;line-height:1.5}
  .foot-contacts .fc-val a{color:rgba(255,255,255,.85)}
  .foot-contacts .fc-val a:hover{color:#fff}
  .foot-contacts .fc-block + .fc-block{margin-top:28px}
  .foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-size:13px;color:rgba(255,255,255,.45);flex-wrap:wrap;gap:12px;border-top:1px solid rgba(255,255,255,.08)}
  .foot-socials{display:flex;gap:24px;align-items:center}
  .foot-socials a{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.85);font-size:14px}
  .foot-socials a:hover{color:#fff}
  .foot-socials svg{width:22px;height:22px}
  @media (max-width: 1024px){
    .foot-grid{grid-template-columns:1fr 1fr}
  }

  /* ---------- Utilities ---------- */
  .kicker{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
  .badge-new{display:inline-flex;padding:4px 10px;border-radius:999px;background:var(--brand);color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-left:8px}

  /* ---------- Segments / SEO ---------- */
  .segments-seo{background:#FAFBFC}
  .segments-seo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
  .seg-card{background:var(--surface);border-radius:var(--radius-lg);padding:36px;display:flex;flex-direction:column;gap:16px}
  .seg-card .seg-icon{width:52px;height:52px;border-radius:14px;background:#0E0E10;color:var(--brand);display:grid;place-items:center;font-size:22px;font-weight:800;margin-bottom:8px}
  .seg-card h3{font-size:22px;line-height:1.25}
  .seg-card p{font-size:15px;color:var(--ink-soft);line-height:1.55}
  .seg-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
  .seg-card ul li{font-size:14px;color:var(--ink-soft);padding-left:22px;position:relative;line-height:1.45}
  .seg-card ul li::before{content:"";position:absolute;left:0;top:8px;width:10px;height:10px;border-radius:50%;background:var(--brand)}
  .seg-card .agw-btn{align-self:flex-start;margin-top:auto}
  @media (max-width: 900px){.segments-seo-grid{grid-template-columns:1fr}}

  /* ---------- Tech row ---------- */
  .tech-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}
  .tech-card{background:var(--dark);color:#fff;border-radius:var(--radius-md);padding:28px}
  .tech-card h4{font-size:18px;margin-bottom:10px;color:#fff}
  .tech-card p{color:var(--on-dark-muted);font-size:14px;line-height:1.5}
  @media (max-width: 900px){.tech-row{grid-template-columns:1fr}}

  /* ---------- FAQ ---------- */
  .faq{background:var(--bg)}
  .faq-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;max-width:1180px;margin:0 auto;align-items:start}
  .faq-item{background:var(--surface);border-radius:var(--radius-sm);padding:0;overflow:hidden}
  .faq-item summary{list-style:none;cursor:pointer;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:600;font-size:15px;line-height:1.35;color:var(--ink)}
  .faq-item summary::-webkit-details-marker{display:none}
  .faq-item summary::after{content:"+";font-size:22px;font-weight:400;color:var(--muted);transition:transform .2s ease;flex-shrink:0}
  .faq-item[open] summary::after{content:"−"}
  .faq-body{padding:0 20px 18px;color:var(--ink-soft);font-size:14px;line-height:1.55}
  .faq-body p + p{margin-top:10px}
  @media (max-width: 720px){.faq-list{grid-template-columns:1fr}}

  /* ---------- Demo modal ---------- */
  .demo-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:flex-start;justify-content:center;padding:40px 20px;overflow-y:auto;background:rgba(14,14,16,.5);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
  .demo-modal.open{display:flex}
  .demo-modal-card{background:#fff;border-radius:20px;max-width:560px;width:100%;padding:48px 48px 40px;position:relative;box-shadow:0 40px 100px -20px rgba(0,0,0,.4);margin:auto}
  .demo-modal-close{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;background:transparent;color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:22px;font-weight:400;transition:background .15s ease}
  .demo-modal-close:hover{background:var(--surface)}
  .demo-modal h2{font-size:36px;font-weight:800;letter-spacing:-0.02em;text-align:center;margin-bottom:14px;color:var(--ink)}
  .demo-modal .demo-sub{text-align:center;color:var(--muted);font-size:15px;line-height:1.5;margin-bottom:28px;max-width:440px;margin-left:auto;margin-right:auto}
  .demo-form{display:flex;flex-direction:column;gap:12px}
  .demo-form input[type=text],.demo-form input[type=tel],.demo-form input[type=email],.demo-form select{width:100%;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;font-size:15px;font-family:inherit;color:var(--ink);outline:none;transition:border-color .15s ease;appearance:none;-webkit-appearance:none}
  .demo-form input::placeholder{color:#A0A4AB}
  .demo-form input:focus,.demo-form select:focus{border-color:var(--brand)}
  .demo-form select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 18px center;padding-right:44px;color:#A0A4AB}
  .demo-form select.chosen{color:var(--ink)}
  .demo-consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--muted);line-height:1.45;padding:8px 0 4px}
  .demo-consent input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand);flex:0 0 auto;margin-top:1px}
  .demo-consent a{color:var(--ink);text-decoration:underline}
  .demo-form .demo-submit{margin-top:6px;background:var(--brand);color:#fff;font-weight:700;font-size:16px;padding:18px 24px;border-radius:12px;width:100%;justify-content:center;display:flex;align-items:center}
  .demo-form .demo-submit:hover{background:var(--brand-2)}
  .demo-footer{text-align:center;color:var(--muted);font-size:13px;margin-top:14px}
  body.modal-open{overflow:hidden}
  @media (max-width: 640px){
    .demo-modal{padding:0}
    .demo-modal-card{border-radius:0;min-height:100vh;padding:60px 22px 28px}
    .demo-modal h2{font-size:26px;margin-bottom:10px}
    .demo-modal .demo-sub{font-size:14px;margin-bottom:20px}
    .demo-modal-close{top:12px;right:12px;width:32px;height:32px;font-size:20px}
    .demo-form input,.demo-form select{padding:14px 16px;font-size:14px}
    .demo-form .demo-submit{padding:16px 20px;font-size:15px}
  }

  /* ---------- Keyword pills (footer) ---------- */
  .kw-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
  .kw-row a{display:inline-flex;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.75);font-size:13px;border:1px solid rgba(255,255,255,.08)}
  .kw-row a:hover{background:rgba(255,255,255,.1);color:#fff}

  /* ================= MOBILE OPTIMIZATION ================= */
  @media (max-width: 640px){
    .agw-container{padding:0 20px}
    .agw-page h1{font-size:clamp(26px,7vw,36px);line-height:1.1}
    .agw-page h2{font-size:clamp(24px,6vw,32px);line-height:1.12}
    .agw-page h3{font-size:19px;line-height:1.22}
    .agw-page h4{font-size:16px}

    .agw-logo{font-size:20px}
    .agw-logo .dot{margin-top:-12px}
    .agw-btn{padding:10px 14px;font-size:14px;border-radius:10px}
    .btn-lg{padding:14px 20px;font-size:15px}

    /* Hero */
    .hero .agw-container{padding-top:20px;padding-bottom:16px}
    .hero-grid{gap:24px;grid-template-columns:1fr}
    .hero h1{margin-bottom:16px;font-size:clamp(26px,7vw,36px)!important;white-space:normal}
    .hero h1 span{white-space:normal !important}
    .hero h1 br{display:none}
    .hero p.lead{font-size:15px;margin-bottom:20px;line-height:1.45}

    /* Apply panel */
    .apply-panel{padding:12px;gap:8px;margin-top:14px;border-radius:12px}
    .apply-panel input{padding:12px 14px;font-size:14px;border-radius:10px}
    .apply-consent{font-size:11px}

    /* Phone mockup — compact */
    .hero-visual{min-height:540px;max-width:100%;margin:0 auto}
    .phone{width:260px;height:auto;transform:rotate(0)}
    /* Loyalty section phone (new Wallet card) */
    .ph-status{padding:12px 20px 0;font-size:12px}
    .ph-status svg{height:10px;width:auto}
    .ph-header-bar{padding:14px 18px 14px}
    .ph-header-bar .ph-title{font-size:22px}
    .ph-act{width:26px;height:26px}
    .ph-act svg{width:12px;height:12px}
    .ph-wallet-card{margin:0 10px}
    .ph-wc-head{padding:8px 11px;min-height:48px}
    .ph-logo-mark{height:22px}
    .ph-stat-l{font-size:7.7px}
    .ph-stat-v{font-size:11.9px}
    .ph-wc-illust{min-height:86px;padding:5px 10px}
    .ph-wc-illust svg{max-width:195px}
    .ph-wc-meta{padding:8px 11px 3px;gap:6px 12px}
    .ph-lbl{font-size:7.7px}
    .ph-val{font-size:10.5px}
    .ph-qr{width:70px;height:70px}
    /* Hero phone (coffee-card structure) */
    .phone::before{top:92px;height:26px;box-shadow:0 42px 0 #111,0 76px 0 #111}
    .phone::after{top:126px;height:58px}
    .hero-visual .phone-screen{border-radius:34px;padding:44px 12px 16px}
    .wallet-app-header{margin:6px 0 14px}
    .wallet-app-header h2{font-size:26px}
    .wa-btn{width:28px;height:28px;font-size:12px}
    .cc-head{padding:12px 14px}
    .cc-brand .cup{width:26px;height:26px}
    .cc-brand-name b,.cc-brand-name span{font-size:13px}
    .cc-stats{gap:14px}
    .cc-stats .s b{font-size:15px}
    .cc-illo{padding:10px 8px;min-height:70px}
    .cc-info{padding:10px 14px 6px;gap:4px 12px}
    .cc-info b{font-size:12px}
    .cc-qr{padding:6px 14px 14px}
    .cc-qr-box{width:78px;height:78px;padding:5px}
    .status-bar{top:14px;left:22px;right:22px;font-size:12px}
    .dynamic-island{width:90px;height:26px;top:10px}
    .wallet-note{display:none}

    /* Sections */
    .agw-page section{padding:40px 0}
    .agw-page section.tight{padding:30px 0}
    .agw-page .hero + section{padding-top:24px}
    .section-head{margin-bottom:22px;gap:12px;flex-direction:column;align-items:flex-start}
    .section-head h2{max-width:100%}

    /* Cards — compact padding */
    .card,.loyalty-card,.analytics-main,.revenue-card,.launch-card,.tariff,.plan-card,.push-wrap,.seg-card{padding:22px}
    .special{padding:22px;min-height:auto}
    .savings{padding:22px;gap:16px}
    .results-card{padding:24px;min-height:auto}
    .contact{padding:14px 18px;font-size:16px;gap:14px}

    /* Stats */
    .stat-item{padding:20px 0}
    .stat-item .num{font-size:32px}
    .stat-item .label{font-size:14px;margin-top:6px}

    /* Partners */
    .partners-grid{grid-template-columns:repeat(2,1fr);gap:16px}
    .partner{font-size:15px;height:40px}
    .partner.tb{font-size:18px}
    .partner.iiko{font-size:22px}

    /* Top1 */
    .top1-card{flex-direction:column;align-items:flex-start;gap:16px}
    .top1-card h3{font-size:26px}
    .top1-badge{width:110px;height:74px;padding:10px;font-size:10px}

    /* Savings */
    .savings-numbers .big{font-size:48px}
    .savings-numbers .big .pct{font-size:22px}
    .savings-numbers .arrow{font-size:24px}
    .savings-labels{font-size:12px}

    /* Results */
    .results-card h3{font-size:24px;margin-bottom:10px}
    .results-card p.sub{font-size:14px;margin-bottom:20px;max-width:100%}
    .results-card .big-num{font-size:56px;margin:8px 0 20px}
    .results-card .big-num .pct{font-size:28px}
    .rb{padding:12px 0}
    .rb b{font-size:15px}
    .rb span{font-size:12px}

    /* Analytics */
    .kpis{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}
    .kpi{padding:12px 14px}
    .kpi .k-label{font-size:10px;min-height:2.6em}
    .kpi .k-val{font-size:20px}
    .mini-dash{padding:18px;margin-top:16px}
    .bars{min-height:140px}
    .donut{width:80px;height:80px;margin:12px auto}
    .donut::after{inset:11px;font-size:16px}
    .segments{gap:16px}
    .segment-list li{padding:8px 0;font-size:12px}

    /* Push */
    .push-summary{grid-template-columns:1fr;gap:10px;margin-bottom:14px}
    .push-summary .s-card{padding:14px}
    .push-summary .s-card .s-value{font-size:22px}
    .push-table{padding:16px;border-radius:var(--radius-sm)}
    .push-row{padding:10px 0}
    .section-lead{font-size:14px!important;line-height:1.5}
    .hide-mobile{display:none}

    /* Cases */
    .case-card{padding:20px}
    .case-head h3{font-size:18px}
    .case-card p.desc{font-size:13px;margin-bottom:14px}
    .case-row b{font-size:18px}
    .report-card{padding:22px}
    .report-card h3{font-size:22px}

    /* Launch */
    .launch-card h3{margin-bottom:18px;font-size:22px}
    .launch-card.dark ul{gap:18px}
    .launch-card.dark li{gap:14px}
    .launch-icon{width:46px;height:46px}
    .launch-card.dark li b{font-size:15px}
    .launch-card.dark li span{font-size:13px}
    .step{margin:10px 0}
    .step-num{width:38px;height:38px;margin-bottom:10px}

    /* Tariffs */
    .tariff h3{font-size:22px;margin-bottom:8px}
    .tariff .subtitle{font-size:15px;margin-bottom:18px;line-height:1.3}
    .tariff-prices{padding-bottom:16px;margin-bottom:18px;gap:12px}
    .tariff-price .val{font-size:22px}
    .tariff-price .val .cur{font-size:13px}
    .tariff-features{gap:14px;margin-bottom:20px}
    .tf b{font-size:15px}
    .tf span{font-size:13px}

    /* Specials */
    .special h3{font-size:20px}
    .special .sub{font-size:13px}
    .special .offer{font-size:48px;margin-top:16px}
    .special .offer .pct{font-size:22px}
    .specials .footnote{font-size:12px;margin-top:18px}

    /* Plan */
    .plan-card{padding:22px}
    .plan-card h3{margin-bottom:16px;font-size:20px}
    .plan-check b{font-size:15px}
    .plan-sub{padding-left:28px;font-size:13px}

    /* Install */
    .install-grid{gap:20px}
    .install-visual{padding:28px;min-height:280px}
    .install-visual .promo{padding:20px;max-width:260px}
    .install-visual .promo h3{font-size:22px}
    .install-row{grid-template-columns:1fr 1fr;font-size:12px;padding:10px 0}

    /* Contacts */
    .contacts-grid{gap:24px;grid-template-columns:1fr}
    .contacts h2{margin-bottom:24px}
    .contact{padding:14px 18px;font-size:15px}
    .contact .c-icon{width:32px;height:32px;font-size:14px}
    .contacts-visual{display:none}

    /* Footer */
    .foot-grid{grid-template-columns:1fr 1fr;gap:18px 20px;padding-bottom:24px}
    .foot-brand{grid-column:1 / -1}
    .foot-col h4{margin-bottom:10px;font-size:12px}
    .foot-col a{font-size:13px;padding:4px 0}
    .foot-contacts{grid-template-columns:1fr 1fr;gap:18px 20px;padding-bottom:24px}
    .foot-contacts h4{font-size:16px}
    .foot-bottom{flex-direction:column;align-items:flex-start;gap:10px;padding-top:20px;font-size:12px}
    .foot-socials{gap:16px;flex-wrap:wrap}
    .foot-sep{margin-bottom:24px}
    .agw-page footer{padding:48px 0 24px}
    .kw-row a{font-size:12px;padding:6px 12px}

    /* FAQ */
    .faq-list{gap:8px}
    .faq-item summary{padding:16px 18px;font-size:15px;gap:12px}
    .faq-item summary::after{font-size:22px}
    .faq-body{padding:0 18px 18px;font-size:14px;line-height:1.55}

    /* AI eff */
    .ai-eff{padding:40px 0}
    .ai-eff-head{margin-bottom:24px}
    .ai-eff-head h2{margin-bottom:12px}
    .ai-eff-head p{font-size:15px;margin-bottom:18px}
    .ai-row{padding:20px 0;gap:22px;grid-template-columns:1fr}
    .ai-row h3{font-size:22px;margin-bottom:12px;max-width:100%}
    .ai-row p{font-size:14px;max-width:100%}
    .conv-donuts{gap:18px}
    .conv-donut{width:130px;gap:10px}
    .conv-donut-ring{width:120px;height:120px}
    .conv-donut-ring .ring-center{font-size:28px}
    .conv-donut-ring .ring-center sup{font-size:14px;margin-top:8px}
    .conv-donut.big{width:150px}
    .conv-donut.big .conv-donut-ring{width:140px;height:140px}
    .conv-donut.big .ring-center{font-size:34px}
    .conv-donut-cap{font-size:12px}
    .ios-push{max-width:100%;padding:12px 14px;margin:0}
    .ios-push-head b{font-size:13px}
    .ios-push-text{font-size:12px}

    /* Segments SEO / Tech row */
    .seg-card{padding:22px;gap:12px}
    .seg-card h3{font-size:19px}
    .seg-card p{font-size:14px}
    .seg-card ul li{font-size:13px}
    .tech-card{padding:20px}
    .tech-card h4{font-size:16px}
    .tech-card p{font-size:13px}

    /* Hide decorative */
    .hero-kicker{display:none}
    .phone-note{display:none}
  }

  @media (max-width: 380px){
    .agw-container{padding:0 16px}
    .phone{width:236px;height:auto}
    .hero-visual .phone-screen{border-radius:30px;padding:40px 10px 14px}
    .ph-status{padding:10px 16px 0;font-size:11px}
    .ph-header-bar{padding:12px 14px 10px}
    .ph-header-bar .ph-title{font-size:20px}
    .ph-wallet-card{margin:0 8px}
    .ph-qr{width:64px;height:64px}
    .cc-qr-box{width:68px;height:68px;padding:4px}
    .wallet-app-header h2{font-size:22px}
    .hero-visual{min-height:490px}
    .agw-page h1{font-size:clamp(22px,7vw,30px)}
    .agw-page h2{font-size:clamp(22px,6vw,28px)}
    .results-card .big-num{font-size:48px}
    .results-card .big-num .pct{font-size:24px}
    .savings-numbers .big{font-size:40px}
    .special .offer{font-size:42px}
    .agw-logo{font-size:18px}
  }
