
    :root{
      --bg:#fbfaf6;
      --card:#fffefa;
      --card-soft:#f7f4ec;
      --text:#0d1a2b;
      --muted:#6f7680;
      --line:#d8d4ca;
      --line-strong:#b9b3a8;
      --green:#20df1b;
      --green-dark:#14bf12;
      --yellow:#ffd83d;
      --shadow:0 12px 30px rgba(31,34,38,.055);
      --radius:18px;
      --radius-lg:22px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      background:var(--bg);
      color:var(--text);
      font-family:Arial,Helvetica,sans-serif;
      -webkit-font-smoothing:antialiased;
    }
    button,a,input{font:inherit}
    button{color:inherit}
    a{color:inherit}

    .site-shell{min-height:100vh;display:flex;flex-direction:column}

    .topbar{
      height:72px;
      border-bottom:1px solid rgba(185,179,168,.55);
      background:rgba(251,250,246,.96);
      position:sticky;
      top:0;
      z-index:30;
      backdrop-filter:blur(14px);
    }
    .topbar-inner{
      width:min(1470px,calc(100% - 48px));
      height:100%;
      margin:0 auto;
      display:flex;
      align-items:center;
      gap:38px;
    }
    .brand{
      font-size:29px;
      line-height:1;
      font-weight:700;
      letter-spacing:-1.2px;
      text-decoration:none;
      white-space:nowrap;
    }
    .main-nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}
    .main-nav a{text-decoration:none;color:#162032}
    .search{
      margin-left:auto;
      width:min(360px,32vw);
      height:44px;
      border:1px solid var(--line);
      border-radius:999px;
      display:flex;
      align-items:center;
      gap:11px;
      padding:0 17px;
      background:rgba(255,255,255,.46);
      color:#7b8088;
    }
    .search svg{width:18px;height:18px;flex:0 0 auto}
    .search span{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .header-actions{display:flex;align-items:center;gap:22px}
    .icon-action{
      position:relative;
      display:flex;
      align-items:center;
      gap:8px;
      text-decoration:none;
      font-size:13px;
      white-space:nowrap;
    }
    .icon-action svg{width:23px;height:23px;stroke-width:1.7}
    .cart-badge{
      position:absolute;
      top:-8px;
      right:-9px;
      min-width:19px;
      height:19px;
      display:grid;
      place-items:center;
      padding:0 4px;
      background:#2abf4b;
      color:#fff;
      border-radius:999px;
      font-size:10px;
      font-weight:700;
      border:2px solid var(--bg);
    }

    .page{
      width:min(1470px,calc(100% - 48px));
      margin:0 auto;
      padding:17px 0 28px;
      flex:1;
    }
    .breadcrumbs{
      height:30px;
      display:flex;
      align-items:center;
      gap:10px;
      color:#6f7782;
      font-size:12px;
      margin-bottom:10px;
    }
    .breadcrumbs svg{width:13px;height:13px;color:#9ca0a6}

    .product-grid{
      display:grid;
      grid-template-columns:minmax(0,1.94fr) minmax(390px,.98fr);
      gap:22px;
      align-items:stretch;
    }

    .product-card,.solution-card{
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:rgba(255,254,250,.76);
      box-shadow:var(--shadow);
    }

    .product-card{
      min-height:824px;
      padding:28px 26px 24px;
      display:flex;
      flex-direction:column;
      overflow:hidden;
    }
    .product-top{
      display:grid;
      grid-template-columns:300px minmax(330px,1fr) 150px;
      gap:18px;
      flex:1;
      min-height:565px;
    }
    .product-meta{padding:3px 0 0 2px}
    .eyebrow{font-size:16px;margin:0 0 5px;color:#152235;font-weight:500}
    .product-title{
      margin:0;
      font-size:34px;
      line-height:1.04;
      letter-spacing:-1.1px;
      font-weight:700;
    }
    .subtitle{margin:10px 0 0;color:#89909a;font-size:16px;line-height:1.4}

    .feature-list{margin-top:46px;display:grid;gap:30px}
    .feature-item{display:grid;grid-template-columns:43px 1fr;gap:13px;align-items:center}
    .feature-icon{
      width:43px;height:43px;border:1px solid #ddd8cd;border-radius:13px;
      display:grid;place-items:center;background:#f6f3ed;
    }
    .feature-icon svg{width:22px;height:22px}
    .feature-copy strong{display:block;font-size:14px;line-height:1.25;font-weight:700}
    .feature-copy span{display:block;margin-top:3px;color:#7e858f;font-size:12px;line-height:1.3}

    .visual-stage{
      position:relative;
      display:flex;
      align-items:center;
      justify-content:center;
      min-width:0;
    }
    .new-pill{
      position:absolute;
      top:4px;right:1px;
      height:38px;padding:0 20px;
      display:flex;align-items:center;
      background:#d7f5cf;
      border-radius:999px;
      font-size:15px;font-weight:700;
      z-index:4;
    }
    .phone-wrap{
      position:relative;
      width:min(100%,440px);
      min-height:500px;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-top:10px;
    }
    .phone-shadow{
      position:absolute;
      width:56%;height:8%;bottom:42px;left:22%;
      border-radius:50%;background:rgba(28,33,39,.16);filter:blur(24px);
    }
    .main-phone{
      position:relative;
      z-index:2;
      max-width:100%;
      width:auto;
      height:auto;
      max-height:505px;
      object-fit:contain;
      filter:drop-shadow(0 12px 10px rgba(0,0,0,.10));
    }
    .fallback-phone{
      display:none;
      width:236px;height:492px;border:7px solid #20242a;border-radius:35px;background:linear-gradient(150deg,#242b34,#8690a0 48%,#272b35 75%);
      box-shadow:0 14px 30px rgba(0,0,0,.17);position:relative;z-index:2;overflow:hidden;
    }
    .fallback-phone::before{content:"";position:absolute;width:108px;height:108px;border-radius:50%;background:rgba(187,168,222,.72);filter:blur(8px);left:60px;top:146px}
    .fallback-phone::after{content:"";position:absolute;width:11px;height:11px;border-radius:50%;background:#0d1117;top:12px;left:50%;transform:translateX(-50%)}

    .delivery-badge{
      align-self:end;
      padding-bottom:42px;
      display:flex;flex-direction:column;align-items:center;gap:8px;
      font-size:12px;font-weight:700;text-align:center;
    }
    .delivery-icon{
      width:67px;height:67px;border:1.5px solid #343a43;border-radius:50%;display:grid;place-items:center;background:#fffefa;
    }
    .delivery-icon svg{width:34px;height:34px}

    .gallery-row{
      margin:4px auto 25px;
      width:100%;
      display:grid;
      grid-template-columns:42px repeat(5,minmax(90px,1fr)) 42px;
      align-items:center;
      gap:18px;
    }
    .gallery-arrow{
      border:0;background:transparent;height:44px;width:42px;display:grid;place-items:center;cursor:pointer;border-radius:50%;
    }
    .gallery-arrow:hover{background:#f0ede5}
    .gallery-arrow svg{width:22px;height:22px}
    .thumb{
      height:116px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:12px;overflow:hidden;
      transition:border-color .18s,box-shadow .18s,transform .18s;
    }
    .thumb:hover{transform:translateY(-1px);border-color:#a6a096}
    .thumb.active{border:1.7px solid #142032;box-shadow:0 0 0 1px rgba(20,32,50,.06)}
    .thumb img{max-width:72px;max-height:91px;object-fit:contain;transition:transform .18s,filter .18s}
    .thumb:nth-of-type(3) img{transform:rotateY(180deg)}
    .thumb:nth-of-type(4) img{transform:scale(.86) rotate(5deg)}
    .thumb:nth-of-type(5) img{transform:scale(.9) rotate(-5deg)}
    .thumb:nth-of-type(6) img{transform:scale(.82)}

    .benefit-row{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:auto}
    .benefit{
      height:86px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.55);display:flex;align-items:center;gap:17px;padding:0 27px;
    }
    .benefit svg{width:30px;height:30px;flex:0 0 auto}
    .benefit strong{display:block;font-size:14px;line-height:1.2}
    .benefit span{display:block;margin-top:4px;color:#7b828b;font-size:12px}

    .solution-card{
      padding:20px 25px 21px;
      position:sticky;
      top:90px;
      min-height:824px;
      display:flex;
      flex-direction:column;
      background:#f6f2e9;
    }
    .solution-card h2{margin:0;font-size:29px;line-height:1.08;letter-spacing:-1px}
    .color-line{margin-top:15px;font-size:14px}
    .swatches{display:flex;gap:10px;margin-top:12px;margin-bottom:18px}
    .swatch{
      width:39px;height:39px;border-radius:50%;border:1px solid #bdb7ab;background:#fff;padding:4px;cursor:pointer;display:grid;place-items:center;
    }
    .swatch::before{content:"";display:block;width:27px;height:27px;border-radius:50%;background:var(--swatch)}
    .swatch.active{border:2px solid #182333;padding:3px;box-shadow:0 0 0 2px #f6f2e9 inset}

    .choice-stack{display:grid;gap:10px}
    .choice{
      width:100%;min-height:67px;border:1px solid #c8c2b7;border-radius:13px;background:rgba(255,255,255,.26);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:15px;text-align:left;cursor:pointer;
      transition:background .18s,border-color .18s,transform .18s;
    }
    .choice:hover{background:rgba(255,255,255,.58);border-color:#aaa397;transform:translateY(-1px)}
    .choice-copy strong{display:block;font-size:13px;line-height:1.2}
    .choice-copy span{display:block;font-size:12px;line-height:1.28;margin-top:4px}
    .choice svg{width:18px;height:18px;flex:0 0 auto}

    .summary{margin-top:18px;border-top:1px solid #ccc5b9;padding-top:11px;font-size:12px}
    .summary-title{font-weight:700;font-size:13px;margin-bottom:6px}
    .summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;line-height:1.35;margin:3px 0}
    .summary-row .value{text-align:right;white-space:nowrap}
    .old{color:#555b62;text-decoration:line-through;text-decoration-thickness:1px}
    .price-pill{display:inline-block;background:var(--yellow);border-radius:999px;padding:4px 9px;font-weight:700;color:#1a1d20}
    .summary-group{padding:10px 0;border-bottom:1px solid #ccc5b9}
    .summary-group:first-of-type{padding-top:0}
    .monthly-title{font-weight:700;font-size:13px;margin-bottom:6px}
    .minimum{display:inline-block;margin-top:6px;text-decoration:underline;text-underline-offset:2px}

    .continue-btn{
      margin-top:45px;
      min-height:45px;
      width:100%;
      border-radius:999px;
      background:var(--green);
      color:#07120a;
      font-size:14px;
      font-weight:700;
      text-decoration:none;
      display:flex;
      align-items:center;
      justify-content:center;
      border:0;
      transition:transform .15s,background .15s;
    }
    .continue-btn:hover{background:var(--green-dark);transform:translateY(-1px)}

    .footer{
      border-top:1px solid rgba(185,179,168,.55);
      padding:18px 0;
      margin-top:0;
      color:#747b84;
      font-size:11px;
      background:rgba(255,254,250,.68);
    }
    .footer-inner{width:min(1470px,calc(100% - 48px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px}
    .footer-links{display:flex;gap:22px}.footer a{text-decoration:none}

    .mini-menu{display:none}

    @media(max-width:1180px){
      .main-nav{display:none}
      .product-grid{grid-template-columns:minmax(0,1.55fr) minmax(365px,.85fr)}
      .product-top{grid-template-columns:245px minmax(280px,1fr) 100px}
      .feature-list{gap:22px}
      .delivery-badge{padding-bottom:60px}
      .gallery-row{gap:10px;grid-template-columns:34px repeat(5,minmax(70px,1fr)) 34px}
    }

    @media(max-width:960px){
      .topbar{position:static}
      .topbar-inner{width:min(100% - 28px,900px);gap:20px}.search{display:none}.header-actions{margin-left:auto}
      .icon-action span.label{display:none}
      .page{width:min(100% - 28px,900px)}
      .product-grid{grid-template-columns:1fr}
      .solution-card{position:static;min-height:auto}
      .product-card{min-height:auto}
      .product-top{grid-template-columns:245px 1fr 110px;min-height:520px}
      .phone-wrap{min-height:450px}
      .main-phone{max-height:440px}
      .continue-btn{margin-top:18px}
    }

    @media(max-width:720px){
      .topbar{height:62px}.brand{font-size:24px}.header-actions{gap:14px}.icon-action svg{width:21px;height:21px}
      .page{padding-top:10px}.breadcrumbs{overflow:hidden;white-space:nowrap}
      .product-card{padding:19px 16px 17px}
      .product-top{display:flex;flex-direction:column;min-height:auto;gap:6px}
      .product-meta{order:1}.visual-stage{order:2}.delivery-badge{order:3;align-self:center;padding:0 0 14px;flex-direction:row}
      .delivery-icon{width:50px;height:50px}.delivery-icon svg{width:26px;height:26px}
      .product-title{font-size:29px}.subtitle{font-size:14px}
      .feature-list{grid-template-columns:1fr 1fr;gap:13px;margin-top:22px}.feature-item{grid-template-columns:38px 1fr;gap:10px}.feature-icon{width:38px;height:38px}
      .phone-wrap{min-height:390px;margin-top:0}.main-phone{max-height:380px}.fallback-phone{transform:scale(.78)}
      .new-pill{top:12px;right:5px;height:32px;font-size:13px;padding:0 15px}
      .gallery-row{grid-template-columns:34px repeat(3,minmax(70px,1fr)) 34px;margin-bottom:17px}.thumb:nth-of-type(5),.thumb:nth-of-type(6){display:none}.thumb{height:95px}.thumb img{max-height:72px}
      .benefit-row{grid-template-columns:1fr}.benefit{height:70px;padding:0 19px}
      .solution-card{padding:19px 17px 18px}.solution-card h2{font-size:26px}
      .footer-inner{width:min(100% - 28px,900px);flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}
    }

    @media(max-width:460px){
      .header-actions .heart-action{display:none}
      .feature-list{grid-template-columns:1fr}
      .gallery-row{gap:7px;grid-template-columns:28px repeat(3,1fr) 28px}.gallery-arrow{width:28px}.thumb{padding:7px}
      .swatch{width:36px;height:36px}.swatch::before{width:25px;height:25px}
    }

    /* Delivery questionnaire modal */
    body.modal-open{overflow:hidden}
    .delivery-modal{
      position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;
      padding:24px;background:rgba(13,26,43,.42);backdrop-filter:blur(7px);
    }
    .delivery-modal.open{display:flex}
    .delivery-dialog{
      width:min(720px,100%);height:min(860px,calc(100vh - 40px));max-height:calc(100vh - 40px);
      overflow:hidden;display:flex;flex-direction:column;
      border:1px solid var(--line);border-radius:26px;background:#fbfaf6;box-shadow:0 30px 90px rgba(13,26,43,.22);
    }
    .delivery-head{
      position:relative;z-index:3;flex:0 0 auto;padding:20px 22px 15px;background:rgba(251,250,246,.98);
      border-bottom:1px solid #ded9cf;backdrop-filter:blur(12px);
    }
    .delivery-head-top{display:flex;align-items:center;justify-content:space-between;gap:18px}
    .delivery-kicker{font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#777e87}
    .delivery-title{margin:5px 0 0;font-size:26px;line-height:1.12;letter-spacing:-.7px}
    .modal-close{
      width:38px;height:38px;border:1px solid #d6d1c7;border-radius:50%;background:#fffefa;cursor:pointer;
      display:grid;place-items:center;flex:0 0 auto;
    }
    .modal-close:hover{background:#f1eee6}
    .modal-close svg{width:18px;height:18px}
    .progress-wrap{margin-top:16px}
    .progress-meta{display:flex;justify-content:space-between;gap:16px;font-size:11px;color:#747b84;margin-bottom:7px}
    .progress-track{height:6px;border-radius:999px;background:#e5e0d6;overflow:hidden}
    .progress-fill{height:100%;width:25%;background:#172234;border-radius:999px;transition:width .28s ease}

    .delivery-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:24px 22px 28px;scrollbar-gutter:stable}
    .delivery-step{display:none;animation:deliveryFade .2s ease}
    .delivery-step.active{display:block}
    @keyframes deliveryFade{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}
    .step-eyebrow{font-size:12px;font-weight:700;color:#777e87;margin-bottom:8px}
    .step-question{margin:0;font-size:24px;line-height:1.2;letter-spacing:-.5px}
    .step-help{margin:8px 0 0;color:#737b85;font-size:13px;line-height:1.5}
    .option-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:22px}
    .delivery-option{
      min-height:76px;border:1px solid #d2ccc1;border-radius:15px;background:#fffefa;padding:14px 15px;
      display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;cursor:pointer;
      transition:border-color .16s,box-shadow .16s,transform .16s,background .16s;
    }
    .delivery-option:hover{transform:translateY(-1px);border-color:#a8a095}
    .delivery-option.selected{border:2px solid #162235;padding:13px 14px;background:#f7f4ec;box-shadow:0 0 0 3px rgba(22,34,53,.04)}
    .option-main strong{display:block;font-size:14px;line-height:1.25}
    .option-main span{display:block;margin-top:4px;color:#7a818a;font-size:11px;line-height:1.35}
    .radio-dot{width:22px;height:22px;border:1.5px solid #a9a397;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:#fff}
    .delivery-option.selected .radio-dot{border:2px solid #172234}
    .delivery-option.selected .radio-dot::after{content:"";width:10px;height:10px;border-radius:50%;background:#172234}

    .date-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-top:22px}
    .date-option{
      border:1px solid #d2ccc1;border-radius:16px;background:#fffefa;padding:15px;cursor:pointer;text-align:left;
      transition:border-color .16s,transform .16s,background .16s;
    }
    .date-option:hover{transform:translateY(-1px);border-color:#a8a095}
    .date-option.selected{border:2px solid #172234;padding:14px;background:#f7f4ec}
    .date-option .date-day{font-size:11px;color:#777e87;text-transform:uppercase;letter-spacing:.07em;font-weight:700}
    .date-option .date-main{display:block;margin-top:5px;font-size:17px;font-weight:700}
    .date-option .date-sub{display:block;margin-top:4px;font-size:11px;color:#7b828c}

    .review-card{margin-top:20px;border:1px solid #d8d2c7;border-radius:18px;background:#fffefa;overflow:hidden}
    .review-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:13px 15px;border-bottom:1px solid #ece8df;font-size:12px;line-height:1.4}
    .review-row:last-child{border-bottom:0}
    .review-row span:first-child{color:#777e87}.review-row strong{text-align:right;color:#172234}
    .confirmation-mark{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#d9f5d5;border:1px solid #bee7b8;margin-bottom:15px}
    .confirmation-mark svg{width:29px;height:29px;stroke:#178b22;stroke-width:2.2}

    .delivery-footer{
      flex:0 0 auto;position:relative;z-index:4;padding:14px 22px 15px;background:#fbfaf6;
      border-top:1px solid #e3ded4;box-shadow:0 -10px 24px rgba(13,26,43,.055);
    }
    .delivery-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}
    .modal-btn{min-height:46px;border-radius:999px;padding:0 21px;font-size:13px;font-weight:800;cursor:pointer;border:1px solid #cbc5ba;background:#fffefa;color:#172234;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
    .modal-btn:hover{background:#f0ede6}
    .modal-btn.primary{margin-left:auto;min-width:160px;background:var(--green);border-color:var(--green);color:#07120a}
    .modal-btn.primary:hover{background:var(--green-dark);border-color:var(--green-dark)}
    .modal-btn:disabled{opacity:.42;cursor:not-allowed;transform:none}
    .final-confirm-link{display:none;margin-left:auto;min-width:220px}
    .modal-note{margin-top:12px;font-size:10px;line-height:1.45;color:#858b93;text-align:center}

    @media(max-width:620px){
      .delivery-modal{padding:0;align-items:flex-end}
      .delivery-dialog{width:100%;height:92vh;max-height:92vh;border-radius:24px 24px 0 0;border-bottom:0}
      .delivery-head{padding:17px 16px 14px}.delivery-body{padding:20px 16px 24px}
      .delivery-footer{padding:12px 16px 13px}
      .delivery-title{font-size:22px}.step-question{font-size:21px}
      .option-grid,.date-grid{grid-template-columns:1fr}
      .delivery-option{min-height:67px}
      .delivery-actions{gap:10px}
      .modal-btn{padding:0 17px}
      .modal-btn.primary{min-width:0;flex:1}
      .final-confirm-link{margin-left:0}
    }

  