* { box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { margin: 0; color: var(--text); background: var(--surface); font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.55; }
        body.panel-open, body.menu-open { overflow: hidden; }
        button, input { font: inherit; }
        button { color: inherit; }
        a { color: inherit; text-decoration: none; }
        img { max-width: 100%; }
        .container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
        .announcement { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 8px 20px; color: var(--primary); background: var(--accent); font-size: 14px; text-align: center; }
        .announcement strong { font-weight: 750; }
        .announcement a { padding-bottom: 1px; border-bottom: 1px solid currentColor; font-weight: 700; }
        .topbar { border-bottom: 1px solid var(--line); background: #fff; }
        .topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 12px; color: var(--muted); }
        .topbar-links, .language-list { display: flex; align-items: center; gap: 20px; }
        .topbar a:hover { color: var(--primary); }
        .language-list a { display: inline-flex; align-items: center; gap: 7px; padding: 5px 0; text-transform: uppercase; font-weight: 750; letter-spacing: .05em; }
        .language-list a::before { content: ""; width: 7px; height: 7px; border-radius: 50%; border: 1px solid var(--primary); }
        .language-list a.active { color: var(--primary); }
        .language-list a.active::before { background: var(--decorative); box-shadow: 0 0 0 3px rgba(var(--decorative-rgb), .17); }
        .customer-greeting { padding-left: 18px; border-left: 1px solid var(--line); color: var(--primary); white-space: nowrap; }
        .customer-greeting strong { font-weight: 800; }
        .site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(228, 229, 238, .9); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
        .header-inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
        .brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
        .brand-logo { display: block; width: clamp(190px, 21vw, 275px); height: 58px; object-fit: contain; object-position: left center; }
        .footer .brand-logo { width: min(100%, 275px); height: auto; }
        .brand-mark { position: relative; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--primary); font-size: 17px; font-weight: 850; letter-spacing: -.05em; overflow: hidden; }
        .brand-mark::after { content: ""; position: absolute; width: 35px; height: 35px; right: -18px; bottom: -18px; border: 8px solid var(--decorative); border-radius: 50%; }
        .brand-copy { display: flex; flex-direction: column; }
        .brand-copy strong { color: var(--primary); font-size: 18px; line-height: 1.15; letter-spacing: -.025em; }
        .brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
        .main-nav { display: flex; align-items: stretch; align-self: stretch; }
        .main-nav a { position: relative; display: flex; align-items: center; padding: 0 17px; color: #5c5e73; font-size: 14px; font-weight: 650; }
        .main-nav a::after { content: ""; position: absolute; left: 17px; right: 17px; bottom: 0; height: 3px; background: var(--decorative); transform: scaleX(0); transition: transform .2s ease; }
        .main-nav a:hover { color: var(--primary); }
        .main-nav a:hover::after { transform: scaleX(1); }
        .cart-trigger { position: relative; min-width: 112px; height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 16px; border: 0; border-radius: 10px; color: #fff; background: var(--primary); cursor: pointer; font-weight: 750; }
        .cart-icon { position: relative; width: 19px; height: 14px; display: none; border: 2px solid currentColor; border-top: 0; border-radius: 2px 2px 4px 4px; }
        .cart-icon::before { content: ""; position: absolute; left: -5px; top: -5px; width: 7px; height: 5px; border-top: 2px solid currentColor; transform: rotate(12deg); }
        .cart-icon::after { content: ""; position: absolute; left: 1px; bottom: -7px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; box-shadow: 10px 0 0 currentColor; }
        .cart-count { min-width: 22px; height: 22px; display: grid; place-items: center; padding: 0 5px; border-radius: 999px; color: #fff; background: var(--decorative); font-size: 11px; }
        .account-wrap { position: relative; }
        .account-trigger { position: relative; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; padding: 0; border: 1px solid #d9dbe5; border-radius: 10px; color: var(--primary); background: #fff; cursor: pointer; }
        .account-trigger:hover { border-color: var(--decorative); color: var(--decorative); }
        .account-trigger.logged-in { border-color: var(--decorative); background: rgba(var(--decorative-rgb), .08); }
        .person-icon { position: relative; width: 22px; height: 23px; display: block; flex: 0 0 22px; }
        .person-icon::before { content: ""; position: absolute; left: 50%; top: 0; width: 8px; height: 8px; border: 2px solid currentColor; border-radius: 50%; transform: translateX(-50%); }
        .person-icon::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 18px; height: 10px; border: 2px solid currentColor; border-bottom: 0; border-radius: 12px 12px 0 0; transform: translateX(-50%); }
        .account-dot { position: absolute; right: -3px; top: -3px; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: var(--decorative); }
        .account-menu { position: absolute; z-index: 50; right: 0; top: calc(100% + 12px); width: 260px; visibility: hidden; opacity: 0; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow); transform: translateY(-6px); transition: .18s ease; }
        .account-menu.open { visibility: visible; opacity: 1; transform: translateY(0); }
        .account-menu-head { padding: 10px 11px 12px; border-bottom: 1px solid var(--line); }
        .account-menu-head strong, .account-menu-head small { display: block; overflow: hidden; text-overflow: ellipsis; }
        .account-menu-head strong { color: var(--primary); font-size: 13px; }
        .account-menu-head small { margin-top: 4px; color: var(--muted); font-size: 10px; white-space: nowrap; }
        .account-menu button { width: 100%; min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 8px 11px; border: 0; border-radius: 8px; color: #55576b; background: transparent; cursor: pointer; text-align: left; font-weight: 650; }
        .account-menu button:hover { color: var(--primary); background: var(--soft); }
        .menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }
        .menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--primary); }
        .hero { position: relative; min-height: 540px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--primary); }
        .hero-background { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .hero.has-background-image { min-height: clamp(320px, 37.5vw, 600px); }
        .hero.has-background-image .hero-grid { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
        .hero::before, .hero::after { content: ""; position: absolute; pointer-events: none; border: 58px solid transparent; border-radius: 50%; transform: rotate(-17deg); }
        .hero::before { width: 680px; height: 280px; right: -160px; top: -145px; border-bottom-color: rgba(var(--decorative-rgb), .55); }
        .hero::after { width: 820px; height: 390px; right: -130px; bottom: -300px; border-top-color: rgba(255, 255, 255, .12); }
        .hero.has-background-image::before, .hero.has-background-image::after { display: none; }
        .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; padding-top: 78px; padding-bottom: 82px; }
        .eyebrow { margin: 0 0 18px; color: #008f73; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
        .hero .eyebrow { color: var(--accent); }
        .hero h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 5.3vw, 76px); line-height: 1.02; letter-spacing: -.052em; font-weight: 690; }
        .hero-lead, .help-intro { max-width: 670px; margin: 26px 0; color: rgba(255, 255, 255, .76); font-size: 18px; line-height: 1.7; }
        .hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
        .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 19px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
        .button:hover { transform: translateY(-2px); }
        .button-accent { color: var(--primary); background: var(--accent); box-shadow: 0 12px 30px rgba(3, 224, 175, .18); }
        .button-light { color: #fff; border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .06); }
        .button-primary { color: #fff; background: var(--primary); }
        .button-outline { color: var(--primary); border-color: #cfd1df; background: #fff; }
        .hero-panel { padding: 28px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 20px; background: rgba(255, 255, 255, .08); box-shadow: 0 28px 70px rgba(12, 14, 58, .25); backdrop-filter: blur(8px); }
        .panel-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, .13); }
        .panel-heading span { color: rgba(255, 255, 255, .68); font-size: 12px; }
        .live-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--accent) !important; font-weight: 800; }
        .live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(3, 224, 175, .12); }
        .energy-reading { padding: 28px 0 16px; }
        .energy-reading strong { display: block; font-size: 50px; line-height: 1; letter-spacing: -.055em; }
        .energy-reading small { color: rgba(255, 255, 255, .55); }
        .energy-chart { height: 90px; display: flex; align-items: end; gap: 9px; padding-top: 12px; border-bottom: 1px solid rgba(255, 255, 255, .13); }
        .energy-chart i { flex: 1; min-width: 8px; border-radius: 4px 4px 0 0; background: rgba(255, 255, 255, .18); }
        .energy-chart i:nth-child(1) { height: 25%; } .energy-chart i:nth-child(2) { height: 43%; } .energy-chart i:nth-child(3) { height: 34%; }
        .energy-chart i:nth-child(4) { height: 61%; } .energy-chart i:nth-child(5) { height: 49%; } .energy-chart i:nth-child(6) { height: 81%; background: var(--accent); }
        .energy-chart i:nth-child(7) { height: 66%; } .energy-chart i:nth-child(8) { height: 76%; } .energy-chart i:nth-child(9) { height: 55%; }
        .metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 25px; }
        .metric { min-width: 0; }
        .metric strong { display: block; color: var(--accent); font-size: 15px; }
        .metric span { display: block; margin-top: 3px; color: rgba(255, 255, 255, .55); font-size: 9px; line-height: 1.4; }
        .section { padding: 96px 0; }
        .section-soft { background: var(--soft); }
        .section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 42px; }
        .section-heading h2, .help-copy h2 { max-width: 700px; margin: 0; color: var(--primary); font-size: clamp(36px, 4vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
        .section-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
        .product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
        .product-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 6px 20px rgba(45, 48, 100, .04); transition: transform .25s, box-shadow .25s, border-color .25s; }
        .product-card:hover { transform: translateY(-5px); border-color: rgba(var(--decorative-rgb), .7); box-shadow: var(--shadow); }
        .product-media { position: relative; height: 235px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f7f8fc, #eef1f7); }
        .product-media::after { content: ""; position: absolute; width: 180px; height: 180px; right: -75px; top: -80px; border: 28px solid rgba(var(--decorative-rgb), .1); border-radius: 50%; }
        .product-media img { position: relative; z-index: 1; width: 82%; height: 82%; object-fit: contain; mix-blend-mode: multiply; }
        .product-placeholder { position: relative; z-index: 1; width: 105px; height: 145px; padding: 14px; border-radius: 9px; background: linear-gradient(145deg, #fff, #e6e9ef); box-shadow: 0 18px 30px rgba(45, 48, 100, .18); }
        .product-placeholder::before { content: "kWh"; display: grid; place-items: center; height: 42px; margin-top: 10px; border: 1px solid #aeb3c4; border-radius: 3px; color: #3f445c; background: #dce3da; font: 700 12px monospace; }
        .product-placeholder::after { content: ""; display: block; height: 44px; margin-top: 18px; background: repeating-linear-gradient(to bottom, #d7d9df 0 4px, #f8f8fa 4px 8px); }
        .product-id { position: absolute; z-index: 2; left: 14px; top: 14px; padding: 6px 8px; border-radius: 6px; color: var(--primary); background: rgba(255, 255, 255, .9); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
        .product-body { flex: 1; display: flex; flex-direction: column; padding: 21px; }
        .product-brand { margin: 0 0 6px; color: #85879a; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
        .product-card h3 { margin: 0; color: var(--primary); font-size: 19px; line-height: 1.25; letter-spacing: -.025em; }
        .product-name-button { display: block; width: 100%; padding: 0; border: 0; color: inherit; background: none; cursor: pointer; font: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; text-align: left; }
        .product-name-button:hover, .product-name-button:focus-visible { color: var(--decorative); text-decoration: underline; text-underline-offset: 3px; }
        .product-summary { display: -webkit-box; height: 59px; min-height: 59px; max-height: 59px; margin: 13px 0 0; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.55; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
        .product-price { min-height: 58px; margin-top: auto; padding-top: 17px; }
        .product-net-price { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 650; }
        .product-price strong { color: var(--primary); font-size: 19px; }
        .product-price del { display: block; color: #9b9dab; font-size: 11px; }
        .product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 15px; }
        .product-actions .button { min-height: 42px; padding: 9px 10px; font-size: 11px; }
        .button[disabled] { opacity: .48; cursor: not-allowed; transform: none; }
        .products-banner-section { width: 100%; overflow: hidden; line-height: 0; background: var(--soft); }
        .products-banner-section img { display: block; width: 100%; height: auto; }
        .trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .trust-card { padding: 30px; border-left: 4px solid var(--decorative); background: #fff; box-shadow: 0 10px 30px rgba(45, 48, 100, .06); }
        .trust-number { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 18px; border-radius: 50%; color: var(--primary); background: rgba(var(--decorative-rgb), .18); font-size: 12px; font-weight: 850; }
        .trust-card h3 { margin: 0; color: var(--primary); font-size: 17px; }
        .trust-card p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
        .reviews-section { position: relative; height: 650px; overflow: hidden; background: #f2f4f8; }
        .reviews-split { height: 100%; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); }
        .reviews-panel { min-width: 0; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; padding: 24px clamp(30px, 4.5vw, 72px) 20px max(22px, calc((100vw - 1180px) / 2)); }
        .reviews-heading { max-width: 680px; margin: 0 0 18px; text-align: left; }
        .reviews-heading .eyebrow { margin-bottom: 8px; }
        .reviews-heading h2 { margin: 0; color: var(--primary); font-size: clamp(36px, 4vw, 57px); line-height: 1.04; letter-spacing: -.045em; }
        .reviews-heading p:not(.eyebrow) { margin: 11px 0 0; color: var(--text); font-size: 14px; line-height: 1.65; }
        .reviews-carousel { position: relative; flex: 1 1 auto; min-height: 0; max-width: 680px; padding-right: 58px; }
        .reviews-track { height: 100%; min-height: 330px; display: flex; flex-direction: column; gap: 0; overflow-y: auto; scroll-behavior: smooth; scroll-snap-type: y mandatory; scrollbar-width: none; overscroll-behavior: contain; }
        .reviews-track::-webkit-scrollbar { display: none; }
        .review-card { flex: 0 0 auto; width: 100%; min-height: 0; padding: 14px 0; border-bottom: 1px solid rgba(45,48,100,.14); background: transparent; scroll-snap-align: start; }
        .review-head { display: flex; align-items: center; gap: 11px; }
        .review-verified { flex: 0 0 auto; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--decorative); box-shadow: inset 0 0 0 4px rgba(255,255,255,.18); font-size: 15px; font-weight: 900; }
        .review-author strong, .review-author time { display: block; }
        .review-author strong { color: #11132d; font-size: 14px; }
        .review-author time { margin-top: 2px; color: var(--muted); font-size: 10px; }
        .review-stars { margin: 8px 0 6px; color: #f6b800; font-size: 17px; letter-spacing: 1px; line-height: 1; }
        .review-card p { max-height: none; margin: 0; padding: 0; overflow: visible; color: var(--text); font-size: 13px; line-height: 1.48; }
        .review-loading { min-height: 260px; display: grid; place-items: center; color: var(--muted); }
        .review-nav { position: absolute; z-index: 2; right: 0; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid #d7dae5; border-radius: 50%; color: var(--primary); background: transparent; cursor: pointer; font-size: 0; line-height: 1; transition: color .2s, border-color .2s, background .2s; }
        .review-nav::before { display: block; font-family: Arial, sans-serif; font-size: 28px; font-weight: 400; line-height: 1; transform: translateY(-1px); }
        .review-nav:hover { color: #fff; border-color: var(--decorative); background: var(--decorative); }
        .review-prev { top: calc(50% - 48px); }
        .review-next { top: calc(50% + 8px); }
        .review-prev::before { content: "↑"; }
        .review-next::before { content: "↓"; }
        .reviews-visual { position: relative; height: 100%; min-height: 0; overflow: hidden; background: var(--primary); }
        .reviews-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(45,48,100,.17), transparent 38%), linear-gradient(0deg, rgba(17,19,45,.35), transparent 45%); }
        .reviews-visual img { width: 100%; height: 100%; min-height: 0; display: block; object-fit: cover; object-position: center; }
        .reviews-visual-label { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 28px; color: #fff; }
        .reviews-visual-label strong { display: block; font-size: 22px; letter-spacing: -.02em; }
        .reviews-visual-label span { display: block; margin-top: 5px; color: rgba(255,255,255,.75); font-size: 11px; }
        .blog-hero { padding: 78px 0 64px; color: #fff; background: linear-gradient(125deg, var(--primary), #202451 70%, var(--decorative)); }
        .blog-hero .eyebrow { color: var(--accent); }
        .blog-hero h1 { max-width: 850px; margin: 8px 0 0; font-size: clamp(40px, 6vw, 68px); line-height: 1.03; letter-spacing: -.05em; }
        .blog-hero p:not(.eyebrow) { max-width: 700px; margin: 20px 0 0; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.7; }
        .blog-list-section { padding: 70px 0 90px; background: var(--soft); }
        .blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
        .blog-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(34,36,72,.07); transition: transform .22s, box-shadow .22s; }
        .blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
        .blog-card-image { aspect-ratio: 16 / 10; display: block; overflow: hidden; background: #e9ecf3; }
        .blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
        .blog-card:hover .blog-card-image img { transform: scale(1.035); }
        .blog-card-body { padding: 22px; }
        .blog-card h2 { margin: 0; color: var(--primary); font-size: 21px; line-height: 1.2; letter-spacing: -.025em; }
        .blog-card h2 a { color: inherit; }
        .blog-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 14px 0; color: var(--muted); font-size: 10px; }
        .blog-card p { min-height: 67px; margin: 0; color: var(--text); font-size: 12px; line-height: 1.58; }
        .blog-card .button { margin-top: 19px; }
        .blog-empty { padding: 70px 20px; color: var(--muted); text-align: center; }
        .blog-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin-top: 42px; }
        .blog-pagination a, .blog-pagination span { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; color: var(--primary); background: #fff; font-size: 12px; font-weight: 800; }
        .blog-pagination span { color: #fff; border-color: var(--decorative); background: var(--decorative); }
        .blog-detail-section { padding: 70px 0 100px; background: var(--soft); }
        .blog-article { max-width: 920px; margin: 0 auto; padding: clamp(25px, 5vw, 64px); border-radius: 18px; background: #fff; box-shadow: 0 14px 45px rgba(34,36,72,.09); }
        .blog-back { display: inline-flex; margin-bottom: 25px; color: var(--decorative); font-size: 12px; font-weight: 800; }
        .blog-article h1 { margin: 0; color: var(--primary); font-size: clamp(34px, 5vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
        .blog-article .blog-meta { margin: 18px 0 30px; }
        .blog-content { color: var(--text); font-size: 16px; line-height: 1.78; }
        .blog-content img { max-width: 100%; height: auto; display: block; margin: 25px auto; border-radius: 12px; }
        .blog-content h2, .blog-content h3, .blog-content h4 { margin: 34px 0 14px; color: var(--primary); line-height: 1.25; }
        .blog-content a { color: var(--decorative); text-decoration: underline; }
        .help-section { position: relative; overflow: hidden; color: #fff; background: var(--primary); }
        .help-section::after { content: ""; position: absolute; width: 540px; height: 540px; right: -330px; bottom: -360px; border: 65px solid rgba(var(--decorative-rgb), .25); border-radius: 50%; }
        .help-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
        .help-copy h2 { color: #fff; }
        .help-copy > p:not(.eyebrow) { margin: 25px 0 30px; color: rgba(255, 255, 255, .68); line-height: 1.75; }
        .help-steps { margin: 0; padding: 0; list-style: none; }
        .help-steps li { display: grid; grid-template-columns: 50px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
        .help-steps li:last-child { border-bottom: 0; }
        .help-steps > li > span { color: var(--accent); font-size: 12px; font-weight: 850; }
        .help-steps strong { display: block; font-size: 15px; }
        .help-steps p { margin: 6px 0 0; color: rgba(255, 255, 255, .55); font-size: 12px; }
        .footer { padding: 65px 0 32px; border-top: 5px solid var(--primary); background: #fff; }
        .footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr .75fr; gap: 55px; }
        .footer-brand p { max-width: 300px; margin-bottom: 18px; color: var(--muted); font-size: 13px; }
        .footer-company { display: flex; max-width: 340px; flex-direction: column; gap: 6px; color: var(--muted); font-size: 11px; line-height: 1.5; }
        .footer-company strong { margin-bottom: 2px; color: var(--primary); font-size: 12px; }
        .footer-company a { width: fit-content; color: var(--muted); }
        .footer-company a:hover { color: var(--primary); }
        .footer h3 { margin: 0 0 17px; color: var(--primary); font-size: 14px; }
        .footer-links { display: flex; flex-direction: column; gap: 10px; color: var(--muted); font-size: 12px; }
        .footer-links a:hover { color: var(--primary); }
        .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); color: #9698a6; font-size: 10px; }
        .overlay { position: fixed; inset: 0; z-index: 80; visibility: hidden; opacity: 0; background: rgba(25, 27, 68, .52); backdrop-filter: blur(3px); transition: opacity .25s, visibility .25s; }
        .overlay.open { visibility: visible; opacity: 1; }
        .cart-drawer { position: fixed; z-index: 90; top: 0; right: 0; width: min(440px, 100%); height: 100%; display: flex; flex-direction: column; background: #fff; box-shadow: -20px 0 50px rgba(17, 19, 57, .18); transform: translateX(105%); transition: transform .3s ease; }
        .cart-drawer.open { transform: translateX(0); }
        .account-drawer { position: fixed; z-index: 92; top: 0; right: 0; width: min(560px, 100%); height: 100%; display: flex; flex-direction: column; background: #fff; box-shadow: -20px 0 50px rgba(17, 19, 57, .18); transform: translateX(105%); transition: transform .3s ease; }
        .account-drawer.open { transform: translateX(0); }
        .account-content { flex: 1; overflow: auto; padding: 28px 28px 40px; }
        .account-content h2 { margin: 0 0 14px; color: var(--primary); font-size: 32px; line-height: 1.1; letter-spacing: -.035em; }
        .account-view { display: none; }
        .account-view.active { display: block; }
        .account-intro { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.65; }
        .account-form { display: grid; gap: 16px; }
        .account-form > .button { width: 100%; }
        .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
        .form-field { display: grid; gap: 7px; }
        .form-field.full { grid-column: 1 / -1; }
        .form-field label { color: #636578; font-size: 11px; font-weight: 750; }
        .form-field input, .form-field select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #d9dbe5; border-radius: 9px; color: var(--text); background: #fff; font: inherit; outline: none; }
        .form-field input:focus, .form-field select:focus { border-color: var(--decorative); box-shadow: 0 0 0 3px rgba(var(--decorative-rgb), .12); }
        .form-message { display: none; padding: 11px 13px; border-radius: 8px; color: #8a2c2c; background: #fff0f0; font-size: 11px; line-height: 1.5; }
        .form-message.show { display: block; }
        .account-switch { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; text-align: center; }
        .account-switch button { border: 0; color: var(--primary); background: none; cursor: pointer; font-weight: 800; }
        .company-fields { display: none; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; gap: 15px; padding: 18px; border-radius: 10px; background: var(--soft); }
        .company-fields.open { display: grid; }
        .address-section { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 5px; padding: 20px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
        .address-section h3 { grid-column: 1 / -1; margin: 0 0 3px; color: var(--primary); font-size: 16px; }
        .address-note { grid-column: 1 / -1; margin: -2px 0 5px; color: var(--muted); font-size: 10px; line-height: 1.5; }
        .shipping-toggle { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; padding: 15px 2px 2px; color: var(--primary); font-size: 12px; font-weight: 750; cursor: pointer; }
        .shipping-toggle input { width: 18px; height: 18px; accent-color: var(--decorative); }
        .shipping-fields { display: none; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; gap: 15px; }
        .shipping-fields.open { display: grid; }
        .account-summary { margin-bottom: 24px; padding: 18px; border-left: 4px solid var(--decorative); background: var(--soft); }
        .account-summary strong, .account-summary span { display: block; }
        .account-summary strong { color: var(--primary); }
        .account-summary span { margin-top: 4px; color: var(--muted); font-size: 11px; }
        .order-list { display: grid; gap: 12px; }
        .order-card { display: grid; grid-template-columns: .7fr .95fr 1.2fr .65fr .9fr auto; gap: 12px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 10px; }
        .order-cell span { display: block; margin-bottom: 4px; color: #999baa; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
        .order-cell strong { color: var(--primary); font-size: 11px; }
        .order-status { display: inline-flex; padding: 6px 8px; border-radius: 999px; color: var(--decorative) !important; background: rgba(var(--decorative-rgb), .13); }
        .order-detail-button { min-height: 38px; padding: 0 14px; font-size: 10px; white-space: nowrap; }
        .account-empty { padding: 55px 20px; color: var(--muted); text-align: center; }
        .drawer-header { display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 20px 24px; border-bottom: 1px solid var(--line); }
        .drawer-header h2 { margin: 0; color: var(--primary); font-size: 23px; }
        .icon-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; font-size: 20px; }
        .cart-items { flex: 1; overflow: auto; padding: 10px 24px; }
        .cart-empty { padding: 70px 20px; color: var(--muted); text-align: center; }
        .cart-empty::before { content: ""; display: block; width: 62px; height: 62px; margin: 0 auto 20px; border: 2px solid var(--line); border-radius: 50%; box-shadow: inset 0 0 0 13px #f7f8fa; }
        .cart-item { display: grid; grid-template-columns: 70px minmax(0, 1fr) 96px; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
        .cart-thumb { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 9px; background: var(--soft); overflow: hidden; }
        .cart-thumb img { width: 100%; height: 100%; object-fit: contain; }
        .cart-thumb span { color: var(--primary); font-size: 10px; font-weight: 800; }
        .cart-info { min-width: 0; }
        .cart-info strong { display: block; color: var(--primary); font-size: 13px; line-height: 1.3; }
        .cart-info small { display: block; margin-top: 7px; overflow-wrap: anywhere; color: var(--muted); font-size: 9px; line-height: 1.35; }
        .quantity-control { width: max-content; display: flex; align-items: center; margin-top: 12px; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; }
        .quantity-control button { width: 28px; height: 27px; border: 0; background: #fff; cursor: pointer; }
        .quantity-control span { min-width: 28px; text-align: center; font-size: 11px; }
        .cart-line { min-width: 0; display: flex; flex-direction: column; align-items: end; justify-content: space-between; color: var(--primary); font-size: 12px; font-weight: 800; text-align: right; }
        .cart-line > span { white-space: nowrap; }
        .remove-button { border: 0; color: #9395a5; background: none; cursor: pointer; font-size: 16px; }
        .drawer-footer { padding: 22px 24px 25px; border-top: 1px solid var(--line); background: #fff; }
        .cart-total { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; }
        .cart-total span { color: var(--muted); font-size: 12px; }
        .cart-total strong { color: var(--primary); font-size: 23px; }
        .drawer-footer .button { width: 100%; }
        .drawer-footer .button + .button { margin-top: 9px; }
        .checkout-modal { position: fixed; z-index: 96; inset: 22px; display: flex; flex-direction: column; visibility: hidden; opacity: 0; overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(17,19,57,.3); transform: translateY(18px) scale(.99); transition: opacity .25s, transform .25s, visibility .25s; }
        .checkout-modal.open { visibility: visible; opacity: 1; transform: translateY(0) scale(1); }
        .checkout-header { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 94px; padding: 18px clamp(22px, 4vw, 54px); border-bottom: 1px solid var(--line); }
        .checkout-header .eyebrow { margin-bottom: 4px; }
        .checkout-header h2 { margin: 0; color: var(--primary); font-size: 28px; line-height: 1; }
        .checkout-progress { flex: 0 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0 clamp(22px, 4vw, 54px); border-bottom: 1px solid var(--line); list-style: none; }
        .checkout-progress li { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 17px 12px; color: #9294a4; font-size: 11px; font-weight: 750; }
        .checkout-progress li span { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #d9dbe5; border-radius: 50%; font-size: 10px; }
        .checkout-progress li.active { color: var(--primary); }
        .checkout-progress li.active span { color: #fff; border-color: var(--decorative); background: var(--decorative); }
        .checkout-progress li.done span { color: #fff; border-color: var(--primary); background: var(--primary); }
        .checkout-body { flex: 1 1 auto; overflow-y: auto; padding: clamp(30px, 5vw, 68px) max(22px, calc((100vw - 980px) / 2)); }
        .checkout-step { display: none; max-width: 880px; margin: 0 auto; }
        .checkout-step.active { display: block; }
        .checkout-step > h3 { margin: 0; color: var(--primary); font-size: clamp(30px, 4vw, 47px); line-height: 1.08; letter-spacing: -.04em; }
        .checkout-intro { max-width: 680px; margin: 14px 0 30px; color: var(--muted); line-height: 1.7; }
        .checkout-field { display: grid; gap: 8px; max-width: 620px; }
        .checkout-field label { color: var(--primary); font-size: 12px; font-weight: 800; }
        .checkout-field input, .checkout-field select { width: 100%; height: 54px; padding: 0 15px; border: 1px solid #d9dbe5; border-radius: 10px; color: var(--text); background: #fff; font: inherit; outline: none; }
        .checkout-field input:focus, .checkout-field select:focus { border-color: var(--decorative); box-shadow: 0 0 0 4px rgba(var(--decorative-rgb), .12); }
        .checkout-field small { color: var(--muted); font-size: 10px; }
        .coupon-status { display: none; max-width: 620px; margin-top: 16px; padding: 15px 17px; border-radius: 10px; font-size: 12px; line-height: 1.55; }
        .coupon-status.show { display: block; }
        .coupon-status.valid { color: #176a34; background: #ebf8ef; }
        .coupon-status.invalid { color: #9a3030; background: #fff0f0; }
        .coupon-status strong, .coupon-status span { display: block; }
        .coupon-status span { margin-top: 4px; }
        .checkout-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
        .shipping-method-section { max-width: 720px; margin-bottom: 28px; }
        .shipping-method-section > h4 { margin: 0; color: var(--primary); font-size: 16px; }
        .shipping-method-section > p { margin: 7px 0 15px; color: var(--muted); font-size: 11px; line-height: 1.55; }
        .shipping-method-options { display: grid; gap: 10px; }
        .shipping-method-option { position: relative; display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; gap: 13px; align-items: center; padding: 17px 18px; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; transition: border-color .2s, background .2s; }
        .shipping-method-option:has(input:checked) { border-color: var(--decorative); background: rgba(var(--decorative-rgb), .06); }
        .shipping-method-option input { position: absolute; opacity: 0; pointer-events: none; }
        .shipping-method-option input:checked + .payment-radio { border-color: var(--decorative); box-shadow: inset 0 0 0 4px #fff; background: var(--decorative); }
        .shipping-method-copy { min-width: 0; }
        .shipping-method-copy strong, .shipping-method-copy small { display: block; }
        .shipping-method-copy strong { color: var(--primary); font-size: 13px; }
        .shipping-method-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.45; }
        .shipping-method-price { color: var(--primary); font-size: 13px; white-space: nowrap; }
        .shipping-method-empty { padding: 15px 17px; border-radius: 10px; color: #8b5b1b; background: #fff7e8; font-size: 12px; }
        .checkout-address-preview { max-width: 620px; margin-top: 18px; padding: 22px; border-left: 4px solid var(--decorative); border-radius: 0 12px 12px 0; background: var(--soft); }
        .checkout-address-preview p { margin: 4px 0; color: var(--text); font-size: 13px; }
        .checkout-address-toggle { margin-top: 16px; padding: 0; border: 0; color: var(--decorative); background: none; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; }
        .checkout-address-form { max-width: 720px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
        .checkout-address-form[hidden], #checkout-address-choice[hidden] { display: none; }
        .checkout-form-title { margin: 0 0 18px; color: var(--primary); font-size: 15px; font-weight: 850; }
        .checkout-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
        .checkout-form-grid .full { grid-column: 1 / -1; max-width: none; }
        .checkout-form-message { display: none; margin-top: 14px; color: #9a3030; font-size: 12px; }
        .checkout-form-message.show { display: block; }
        .checkout-form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
        .checkout-step.address-editing > .checkout-actions { display: none; }
        .payment-options { display: grid; gap: 13px; margin-top: 30px; }
        .payment-option { position: relative; display: grid; grid-template-columns: 22px 1fr; gap: 15px; align-items: start; padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; transition: border-color .2s, background .2s; }
        .payment-option:has(input:checked) { border-color: var(--decorative); background: rgba(var(--decorative-rgb), .06); }
        .payment-option input { position: absolute; opacity: 0; pointer-events: none; }
        .payment-radio { width: 20px; height: 20px; display: grid; place-items: center; border: 2px solid #c9cbd7; border-radius: 50%; }
        .payment-option input:checked + .payment-radio { border-color: var(--decorative); box-shadow: inset 0 0 0 4px #fff; background: var(--decorative); }
        .payment-copy strong, .payment-copy small { display: block; }
        .payment-copy strong { color: var(--primary); font-size: 15px; }
        .payment-copy small { margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.55; }
        .card-brands { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
        .card-brands img { display: block; width: 46px; height: auto; aspect-ratio: 32 / 21; object-fit: contain; }
        .checkout-error { display: none; margin-top: 14px; color: #9a3030; font-size: 12px; }
        .checkout-error.show { display: block; }
        .checkout-summary { display: grid; gap: 18px; margin-top: 28px; }
        .checkout-summary-section { padding: 21px 23px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
        .checkout-summary-section h4 { margin: 0 0 13px; color: var(--primary); font-size: 14px; }
        .checkout-summary-section p { margin: 4px 0; color: var(--muted); font-size: 12px; }
        .checkout-summary-item, .checkout-summary-total { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
        .checkout-summary-item:last-child { border-bottom: 0; }
        .checkout-summary-item strong, .checkout-summary-total strong { color: var(--primary); text-align: right; }
        .checkout-summary-item > span { min-width: 0; }
        .checkout-summary-item > span strong, .checkout-summary-item > span small { display: block; text-align: left; }
        .checkout-summary-item > span small { margin-top: 4px; color: var(--muted); font-size: 10px; }
        .checkout-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
        .checkout-summary-total { border-bottom: 0; font-size: 14px; }
        .checkout-summary-total.grand { margin-top: 4px; padding-top: 16px; border-top: 2px solid var(--primary); font-size: 18px; }
        .modal { position: fixed; z-index: 95; left: 50%; top: 50%; width: min(1240px, calc(100% - 42px)); height: min(820px, calc(100vh - 42px)); max-height: calc(100vh - 42px); overflow: hidden; visibility: hidden; opacity: 0; border-radius: 18px; background: #fff; box-shadow: 0 30px 90px rgba(17, 19, 57, .28); transform: translate(-50%, -46%); transition: opacity .25s, transform .25s, visibility .25s; }
        .modal.open { visibility: visible; opacity: 1; transform: translate(-50%, -50%); }
        .modal-close { position: absolute; z-index: 3; right: 18px; top: 18px; }
        .modal-grid { height: 100%; display: grid; grid-template-columns: minmax(270px, .68fr) minmax(0, 1.55fr); }
        .modal-media { min-height: 0; display: grid; align-content: center; justify-items: center; gap: 18px; padding: 50px 30px 35px; }
        .modal-media .modal-main-image-wrap { display: grid; place-items: center; width: 100%; min-height: 0; }
        .modal-media .modal-main-image { width: 78%; height: 300px; object-fit: contain; mix-blend-mode: multiply; }
        .modal-thumbs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
        .modal-thumb { padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; cursor: pointer; width: 56px; height: 56px; flex: 0 0 56px; background: var(--soft); }
        .modal-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .modal-thumb.active { border-color: var(--accent); }
        .modal-thumb:hover { border-color: var(--line); }
        .modal-content { min-width: 0; overflow-y: auto; padding: 58px 64px 48px; scrollbar-gutter: stable; }
        .modal-content .product-brand { color: #838596; }
        .modal-content h2 { margin: 7px 0 0; color: var(--primary); font-size: clamp(29px, 4vw, 43px); line-height: 1.08; letter-spacing: -.04em; }
        .modal-meta { display: flex; gap: 10px; margin: 18px 0; }
        .modal-meta span { padding: 7px 10px; border-radius: 6px; color: #646678; background: var(--soft); font-size: 10px; }
        .modal-description { max-height: none; overflow: visible; color: var(--muted); font-size: 14px; line-height: 1.78; }
        .modal-description h2, .modal-description h3 { margin: 25px 0 10px; color: var(--primary); font-size: 19px; line-height: 1.3; letter-spacing: -.015em; }
        .modal-description p { margin: 0 0 14px; }
        .modal-description ul, .modal-description ol { padding-left: 21px; }
        .modal-price { margin: 25px 0 18px; color: var(--primary); font-size: 25px; font-weight: 800; }
        .order-modal { width: min(1120px, calc(100% - 42px)); }
        .order-modal-body { height: 100%; overflow-y: auto; padding: 52px 58px 54px; scrollbar-gutter: stable; }
        .order-modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding-right: 48px; }
        .order-modal-head h2 { margin: 5px 0 0; color: var(--primary); font-size: clamp(28px, 4vw, 42px); line-height: 1.08; }
        .order-modal-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; color: var(--muted); font-size: 12px; }
        .order-modal-meta span { padding: 7px 10px; border-radius: 999px; background: var(--soft); }
        .order-modal-meta .status { color: var(--decorative); background: rgba(var(--decorative-rgb), .13); font-weight: 800; }
        .order-loading { display: grid; min-height: 360px; place-items: center; color: var(--muted); font-weight: 700; }
        .order-address-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 28px 0; }
        .order-detail-box { padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); }
        .order-detail-box h3, .order-products h3, .order-totals h3 { margin: 0 0 12px; color: var(--primary); font-size: 15px; }
        .order-detail-box p { margin: 3px 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
        .order-product-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
        .order-product-table th { padding: 11px 13px; color: #8d8f9f; background: var(--soft); font-size: 9px; text-align: left; text-transform: uppercase; letter-spacing: .07em; }
        .order-product-table td { padding: 14px 13px; border-top: 1px solid var(--line); color: var(--primary); font-size: 12px; vertical-align: top; }
        .order-product-table td:nth-child(n+2), .order-product-table th:nth-child(n+2) { text-align: right; white-space: nowrap; }
        .order-product-name { font-weight: 800; }
        .order-product-model { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
        .order-product-option { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
        .order-totals { width: min(430px, 100%); margin: 28px 0 0 auto; }
        .order-total-row { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
        .order-total-row strong { color: var(--primary); }
        .order-total-row:last-child { padding-top: 14px; border: 0; font-size: 15px; font-weight: 850; }
        .order-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
        .order-history { margin-top: 30px; }
        .order-history h3 { margin: 0 0 12px; color: var(--primary); font-size: 15px; }
        .order-history-list { border-left: 2px solid rgba(var(--decorative-rgb), .25); }
        .order-history-entry { position: relative; display: grid; grid-template-columns: 125px 1fr; gap: 16px; padding: 8px 0 14px 20px; color: var(--muted); font-size: 11px; }
        .order-history-entry::before { content: ""; position: absolute; left: -6px; top: 11px; width: 10px; height: 10px; border-radius: 50%; background: var(--decorative); }
        .order-history-entry strong { display: block; color: var(--primary); font-size: 12px; }
        .order-history-entry p { margin: 4px 0 0; line-height: 1.5; }
        .toast { position: fixed; z-index: 110; left: 50%; bottom: 28px; max-width: calc(100% - 32px); padding: 13px 18px; border-radius: 9px; color: #fff; background: var(--primary); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: opacity .2s, transform .2s; font-size: 12px; font-weight: 700; }
        .toast.show { opacity: 1; transform: translate(-50%, 0); }
        .debug-note { padding: 10px 20px; color: #714f00; background: #fff4ce; font-size: 12px; text-align: center; }
        @media (max-width: 1020px) {
            .main-nav a { padding: 0 10px; }
            .hero-grid { gap: 35px; }
            .product-grid { grid-template-columns: repeat(2, 1fr); }
            .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
            .footer-grid > div:last-child { grid-column: 1 / -1; }
            .reviews-split { grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); }
            .reviews-panel { padding-left: 26px; padding-right: 30px; }
            .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        }
        @media (max-width: 760px) {
            .container { width: min(100% - 28px, 1180px); }
            .announcement { font-size: 11px; }
            .announcement a { display: none; }
            .topbar-links { display: none; }
            .topbar-inner { justify-content: flex-end; }
            .customer-greeting { max-width: 48vw; overflow: hidden; padding-left: 10px; text-overflow: ellipsis; font-size: 10px; }
            .header-inner { min-height: 70px; gap: 9px; }
            .brand-logo { width: min(42vw, 180px); height: 45px; }
            .menu-toggle { display: block; }
            .main-nav { position: absolute; z-index: 45; left: 0; right: 0; top: 100%; bottom: auto; width: 100%; height: calc(100vh - 70px); height: calc(100dvh - 70px); display: none; flex-direction: column; align-self: auto; overflow-y: auto; padding: 28px 20px 40px; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
            .main-nav.open { display: flex; }
            .main-nav a { min-height: 58px; padding: 0 13px; border-bottom: 1px solid var(--line); color: var(--primary); font-size: 18px; }
            .main-nav a::after { display: none; }
            .cart-trigger { min-width: 42px; width: 42px; height: 42px; padding: 0; border: 1px solid #d9dbe5; color: var(--primary); background: #fff; }
            .cart-trigger .cart-label { display: none; }
            .cart-icon { display: block; }
            .cart-count { position: absolute; right: -7px; top: -7px; min-width: 19px; height: 19px; padding: 0 4px; font-size: 9px; }
            .account-trigger { width: 42px; height: 42px; }
            .account-menu { position: absolute; left: auto; right: 0; top: calc(100% + 12px); width: min(280px, calc(100vw - 28px)); }
            .hero { min-height: auto; }
            .hero.has-background-image { min-height: 0; display: block; }
            .hero.has-background-image .hero-background { position: relative; inset: auto; display: block; width: 100%; height: auto; object-fit: contain; }
            .hero.has-background-image .hero-grid { height: 100%; }
            .hero-grid { grid-template-columns: 1fr; padding-top: 65px; padding-bottom: 65px; }
            .hero h1 { font-size: clamp(44px, 13vw, 62px); }
            .hero-lead { font-size: 15px; }
            .hero-actions { align-items: stretch; flex-direction: column; }
            .hero-panel { margin-top: 18px; padding: 22px; }
            .section { padding: 72px 0; }
            .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
            .section-heading h2, .help-copy h2 { font-size: 39px; }
            .product-grid { grid-template-columns: 1fr; }
            .product-media { height: 265px; }
            .trust-grid { grid-template-columns: 1fr; }
            .reviews-section, .reviews-split { height: auto; min-height: 0; }
            .reviews-split { display: flex; flex-direction: column; }
            .reviews-panel { height: auto; overflow: visible; padding: 24px 18px 22px; }
            .reviews-heading { margin-bottom: 16px; }
            .reviews-heading h2 { font-size: clamp(35px, 11vw, 48px); }
            .reviews-carousel { flex: 0 0 auto; padding: 0 0 54px; }
            .reviews-track { width: 100%; height: auto; min-height: 0; display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 18px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; }
            .review-card { min-height: 0; padding: 14px 2px; border-bottom: 0; border-top: 1px solid rgba(45,48,100,.14); }
            .review-nav { top: auto; bottom: 0; width: 36px; height: 36px; }
            .review-nav::before { font-size: 26px; transform: translateY(-1px); }
            .review-prev::before { content: "←"; }
            .review-next::before { content: "→"; }
            .review-prev { left: 0; right: auto; }
            .review-next { left: 46px; right: auto; }
            .reviews-visual, .reviews-visual img { height: 520px; min-height: 520px; }
            .reviews-visual { order: 2; }
            .blog-grid { grid-template-columns: 1fr; }
            .blog-hero { padding: 58px 0 50px; }
            .blog-list-section, .blog-detail-section { padding: 45px 0 65px; }
            .help-grid { grid-template-columns: 1fr; gap: 45px; }
            .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
            .footer-brand { grid-column: 1 / -1; }
            .footer-grid > div:last-child { grid-column: auto; }
            .footer-bottom { align-items: flex-start; flex-direction: column; }
            .modal { inset: 0; width: 100%; height: 100vh; height: 100dvh; max-height: none; overflow-y: auto; border-radius: 0; transform: translateY(18px); }
            .modal.open { transform: translateY(0); }
            .modal-close { position: fixed; right: 14px; top: 14px; }
            .modal-grid { height: auto; min-height: 100%; display: block; }
            .modal-media { min-height: 0; height: auto; gap: 12px; padding: 24px; }
            .modal-media .modal-main-image { width: 72%; height: 172px; }
            .modal-thumb { width: 44px; height: 44px; flex: 0 0 44px; }
            .modal-content { overflow: visible; padding: 34px 22px 44px; }
            #modal-name { padding-right: 38px; font-size: 31px; }
            .modal-description { font-size: 14px; line-height: 1.72; }
            .account-content { padding: 22px 18px 35px; }
            .cart-item { grid-template-columns: 58px minmax(0, 1fr) 82px; gap: 10px; }
            .cart-thumb { width: 58px; height: 58px; }
            .checkout-modal { inset: 0; border-radius: 0; }
            .checkout-header { min-height: 76px; padding: 14px 16px; }
            .checkout-progress { grid-template-columns: repeat(4, minmax(118px, 1fr)); overflow-x: auto; padding: 0 10px; }
            .checkout-progress li { padding: 13px 8px; white-space: nowrap; }
            .checkout-body { padding: 30px 16px 38px; }
            .checkout-step > h3 { font-size: 33px; }
            .checkout-actions { align-items: stretch; flex-direction: column-reverse; }
            .shipping-method-option { grid-template-columns: 22px minmax(0, 1fr); }
            .shipping-method-price { grid-column: 2; }
            .checkout-address-form { padding: 18px 14px; }
            .checkout-form-grid { grid-template-columns: 1fr; }
            .checkout-form-grid .full { grid-column: auto; }
            .checkout-form-actions { align-items: stretch; flex-direction: column-reverse; }
            .checkout-actions .button { width: 100%; }
            .checkout-summary-grid { grid-template-columns: 1fr; }
            .form-grid, .company-fields, .address-section, .shipping-fields { grid-template-columns: 1fr; }
            .order-card { grid-template-columns: 1fr 1fr; }
            .order-cell:nth-child(3), .order-cell:nth-child(5) { grid-column: 1 / -1; }
            .order-detail-button { grid-column: 1 / -1; width: 100%; }
            .order-modal-body { height: auto; min-height: 100%; overflow: visible; padding: 42px 18px 36px; }
            .order-modal-head { display: block; padding-right: 42px; }
            .order-modal-head h2 { font-size: 30px; }
            .order-address-grid, .order-methods { grid-template-columns: 1fr; }
            .order-product-table, .order-product-table tbody, .order-product-table tr, .order-product-table td { display: block; width: 100%; }
            .order-product-table thead { display: none; }
            .order-product-table tr { padding: 14px; border-top: 1px solid var(--line); }
            .order-product-table tr:first-child { border-top: 0; }
            .order-product-table td { display: flex; justify-content: space-between; gap: 20px; padding: 5px 0; border: 0; text-align: right !important; white-space: normal !important; }
            .order-product-table td:first-child { display: block; padding-bottom: 10px; text-align: left !important; }
            .order-product-table td::before { content: attr(data-label); color: #8d8f9f; font-size: 9px; font-weight: 800; text-transform: uppercase; }
            .order-product-table td:first-child::before { display: none; }
            .order-history-entry { grid-template-columns: 1fr; gap: 3px; }
        }
        @media (prefers-reduced-motion: reduce) {
            html { scroll-behavior: auto; }
            *, *::before, *::after { transition-duration: .01ms !important; }
        }
.checkout-success {
    padding: clamp(24px, 4vw, 44px);
    text-align: center;
    border: 1px solid rgba(39, 151, 55, .24);
    border-radius: 20px;
    background: rgba(39, 151, 55, .06);
}

.checkout-success-icon {
    display: inline-grid;
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    place-items: center;
    border-radius: 50%;
    background: var(--decorative, #279737);
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}

.checkout-success h4 {
    margin: 0 0 18px;
    font-size: clamp(22px, 3vw, 32px);
}

.checkout-success p {
    margin: 8px 0;
}

.checkout-payment-link {
    display: inline-flex;
    margin-top: 20px;
}

.checkout-complete-screen > .eyebrow,
.checkout-complete-screen > h3 {
    display: none;
}

.checkout-complete-screen .checkout-summary {
    min-height: clamp(220px, 42vh, 420px);
    margin-top: 0;
    place-items: center;
}

.checkout-success-payment-only {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}

.checkout-success-payment-only .checkout-payment-link {
    margin: 0;
}

.checkout-complete-screen .checkout-actions {
    justify-content: flex-end;
}

.checkout-complete-screen .checkout-actions .button {
    width: auto;
    min-width: 130px;
}
