.ecom-page-hero{width:100%;background:#0a0d1a;padding:100px 20px 88px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.ecom-page-blob{position:absolute;border-radius:var(--radius-full);pointer-events:none;filter:blur(90px);opacity:.3}.ecom-page-blob--1{width:560px;height:560px;background:radial-gradient(circle,#F59E0B 0%,transparent 70%);top:-140px;left:-100px;animation:ecom-page-drift 10s ease-in-out infinite alternate}.ecom-page-blob--2{width:420px;height:420px;background:radial-gradient(circle,#6c47ff 0%,transparent 70%);bottom:-110px;right:-80px;animation:ecom-page-drift 13s ease-in-out infinite alternate-reverse}@keyframes ecom-page-drift{0%{transform:translate(0) scale(1)}to{transform:translate(28px,18px) scale(1.07)}}.ecom-page-hero-inner{position:relative;z-index:1;max-width:760px;width:100%;display:flex;flex-direction:column;align-items:center;gap:22px;text-align:center}.ecom-page-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);border-radius:var(--radius-full);padding:6px 16px 6px 12px;font-family:var(--font-ui);font-size:13px;font-weight:600;color:#fbbf24;letter-spacing:.5px;text-transform:uppercase}.ecom-page-eyebrow-icon{font-size:14px}.ecom-page-heading{font-size:56px;font-weight:800;font-family:var(--font-display);color:#fff;line-height:1.1;letter-spacing:-.5px}.ecom-page-heading-accent{background:linear-gradient(90deg,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ecom-page-subtitle{font-size:18px;font-family:var(--font-ui);color:#ffffffa6;line-height:1.7;max-width:600px}.ecom-page-hero-actions{display:flex;gap:14px;margin-top:8px;flex-wrap:wrap;justify-content:center}.ecom-page-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:var(--gz-radius-cta, 100px);font-size:16px;font-weight:600;font-family:var(--font-ui);cursor:pointer;border:none;transition:transform var(--duration-fast) ease,box-shadow var(--duration-fast) ease}.ecom-page-cta:hover{transform:translateY(-2px)}.ecom-page-cta--primary{background:var(--gz-cta-primary-bg, #0D0B17);color:var(--gz-cta-primary-fg, #FFFFFF);box-shadow:var(--gz-cta-primary-halo, 0 0 0 4px rgba(108, 71, 255, .18))}.ecom-page-cta--primary:hover{box-shadow:0 8px 32px #f59e0b80}.ecom-page-cta--secondary{background:var(--gz-cta-secondary-bg, transparent);color:var(--gz-cta-secondary-fg, #0D0B17);border:var(--gz-cta-secondary-border, 1px solid #D3CCE3)}.ecom-page-cta--secondary:hover{border-color:#fff6;background:#ffffff0d}.ecom-page-hero-chips{display:flex;gap:4px;flex-wrap:wrap;justify-content:center;margin-top:4px}.ecom-page-hero-chip{font-size:13px;font-family:var(--font-ui);color:#ffffff80;font-weight:600}.ecom-page-hero-chip-dot{color:#ffffff40;margin:0 6px}.ecom-page-hero-mockup-wrap{position:absolute;right:4%;bottom:24px;z-index:1;animation:ecom-page-hm-float 4s ease-in-out infinite}@keyframes ecom-page-hm-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ecom-page-hero-mockup{width:300px;background:#ffffff0f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);overflow:hidden;font-family:var(--font-ui)}.ecom-page-hm-browser-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#00000040;border-bottom:1px solid rgba(255,255,255,.06)}.ecom-page-hm-dots{display:flex;gap:5px}.ecom-page-hm-dots span{width:7px;height:7px;border-radius:var(--radius-full);background:#fff3}.ecom-page-hm-dots span:first-child{background:#ef4444}.ecom-page-hm-dots span:nth-child(2){background:#f59e0b}.ecom-page-hm-dots span:last-child{background:#22c55e}.ecom-page-hm-addr{flex:1;background:#ffffff0f;border-radius:var(--radius-md);padding:3px 8px;font-size:9px;color:#fff6}.ecom-page-hm-body{padding:12px;position:relative}.ecom-page-hm-cart-icon{position:absolute;top:12px;right:12px;font-size:14px;display:flex;align-items:center}.ecom-page-hm-cart-badge{position:absolute;top:-6px;right:-8px;background:#f59e0b;color:#0a0d1a;font-size:8px;font-weight:800;width:14px;height:14px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.ecom-page-hm-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ecom-page-hm-product{background:#ffffff0d;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-md);padding:8px;text-align:center}.ecom-page-hm-product-img{width:100%;aspect-ratio:1;border-radius:var(--radius-md);background:linear-gradient(135deg,#f59e0b1f,#f59e0b0a);margin-bottom:6px;overflow:hidden}.ecom-page-hm-product-img-inner{width:60%;height:60%;margin:20% auto;border-radius:var(--radius-sm);background:#ffffff14}.ecom-page-hm-product-name{font-size:10px;font-weight:600;color:#ffffffbf;margin-bottom:2px}.ecom-page-hm-product-price{font-size:11px;font-weight:600;color:#fbbf24;margin-bottom:6px}.ecom-page-hm-product-btn{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;padding:4px 0;border-radius:var(--radius-sm);background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.25)}@media (max-width: 1100px){.ecom-page-hero-mockup-wrap{display:none}}.ecom-page-stats{background:linear-gradient(135deg,#f59e0b,#d97706,#b45309);padding:52px 20px}.ecom-page-stats-inner{display:flex;justify-content:center;align-items:center;max-width:900px;margin:0 auto}.ecom-page-stat{flex:1;text-align:center;padding:16px 20px;position:relative}.ecom-page-stat:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:#ffffff38}.ecom-page-stat-value{font-size:40px;font-weight:800;font-family:var(--font-display);color:#fff;line-height:1;display:flex;align-items:flex-start;justify-content:center;gap:2px}.ecom-page-stat-suffix{font-size:26px;font-weight:600;margin-top:3px}.ecom-page-stat-label{font-size:14px;font-weight:600;font-family:var(--font-ui);color:#ffffffb8;margin-top:8px;letter-spacing:.2px}.ecom-page-story-outer{position:relative}.ecom-page-story-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 20px;transition:background-color var(--duration-slow) ease}.ecom-page-story-labels{display:flex;gap:32px;margin-bottom:48px}.ecom-page-story-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.5px;opacity:.35;transition:opacity var(--duration-normal) ease}.ecom-page-story-label--active{opacity:1}.ecom-page-story-label-dot{width:8px;height:8px;border-radius:var(--radius-full);transition:background var(--duration-normal) ease}.ecom-page-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;max-width:var(--gz-section-max);width:100%;align-items:center}.ecom-page-story-eyebrow{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.ecom-page-story-heading{font-size:36px;font-weight:800;font-family:var(--font-display);line-height:1.2;letter-spacing:-.3px;margin-bottom:16px}.ecom-page-story-body{font-size:17px;font-family:var(--font-ui);line-height:1.7;opacity:.75}.ecom-page-story-cta{display:inline-flex;align-items:center;gap:8px;margin-top:24px;padding:12px 22px;border-radius:var(--gz-radius-cta, 100px);font-family:var(--font-ui);font-size:15px;font-weight:600;text-decoration:none;transition:transform .16s ease,filter .16s ease}.ecom-page-story-cta:hover{transform:translateY(-1px);filter:brightness(1.08)}.ecom-page-story-progress{display:flex;gap:8px;margin-top:48px}.ecom-page-story-seg{width:48px;height:4px;border-radius:2px;background:#0000001f;overflow:hidden;transition:background var(--duration-normal) ease}.ecom-page-story-seg--active{background:var(--seg-color, #F59E0B)}.ecom-page-visual-browser{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 12px 48px #00000026;background:#fff}.ecom-page-visual-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f3f4f6;border-bottom:1px solid #e5e7eb}.ecom-page-visual-dots{display:flex;gap:5px}.ecom-page-visual-dots span{width:10px;height:10px;border-radius:var(--radius-full)}.ecom-page-visual-dots span:nth-child(1){background:#ff5f57}.ecom-page-visual-dots span:nth-child(2){background:#febc2e}.ecom-page-visual-dots span:nth-child(3){background:#28c840}.ecom-page-visual-addr{flex:1;background:#fff;border-radius:var(--radius-md);padding:4px 10px;font-size:11px;font-family:var(--font-ui);color:#6b7280}.ecom-page-visual-body{padding:20px;min-height:280px}.ecom-page-vis-describe{display:flex;flex-direction:column;gap:16px}.ecom-page-vis-input-row{display:flex;align-items:center;gap:10px}.ecom-page-vis-avatar{width:32px;height:32px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff;flex-shrink:0}.ecom-page-vis-input{flex:1;background:var(--page-wash, #f9fafb);border:1px solid #e5e7eb;border-radius:var(--radius-md);padding:10px 14px;font-size:13px;font-family:var(--font-ui);color:#374151;display:flex;align-items:center;gap:4px}.ecom-page-vis-cursor{width:2px;height:16px;border-radius:1px;animation:ecom-page-blink 1s step-end infinite}@keyframes ecom-page-blink{0%,to{opacity:1}50%{opacity:0}}.ecom-page-vis-ai-row{display:flex;align-items:center;gap:10px}.ecom-page-vis-ai-avatar{width:32px;height:32px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;flex-shrink:0}.ecom-page-vis-ai-dots{display:flex;gap:4px;padding:10px 14px;background:var(--page-wash, #f9fafb);border-radius:var(--radius-md)}.ecom-page-vis-ai-dots span{width:6px;height:6px;border-radius:var(--radius-full);background:var(--ecom-dot-color, #F59E0B);animation:ecom-page-dot-pulse 1.4s ease-in-out infinite}.ecom-page-vis-ai-dots span:nth-child(2){animation-delay:.2s}.ecom-page-vis-ai-dots span:nth-child(3){animation-delay:.4s}@keyframes ecom-page-dot-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.ecom-page-vis-pills{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.ecom-page-vis-pill{padding:5px 12px;border-radius:var(--radius-2xl);font-size:12px;font-weight:600;font-family:var(--font-ui);border:1.5px solid #e5e7eb;color:#6b7280;transition:all var(--duration-normal) ease}.ecom-page-vis-pill--active{color:#fff;border-color:transparent}.ecom-page-vis-generate{display:flex;flex-direction:column;gap:12px}.ecom-page-vis-gen-hero{padding:16px;border-radius:var(--radius-md);display:flex;align-items:center;gap:14px}.ecom-page-vis-gen-logo{width:40px;height:40px;border-radius:var(--radius-md);flex-shrink:0}.ecom-page-vis-gen-lines{flex:1;display:flex;flex-direction:column;gap:6px}.ecom-page-vis-gen-line{height:6px;border-radius:var(--radius-sm);background:#00000014}.ecom-page-vis-gen-line--w70{width:70%}.ecom-page-vis-gen-line--w50{width:50%}.ecom-page-vis-gen-products{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ecom-page-vis-gen-product{border-radius:var(--radius-md);overflow:hidden}.ecom-page-vis-gen-product-img{height:56px;border-radius:6px 6px 0 0}.ecom-page-vis-gen-product-info{padding:6px;display:flex;flex-direction:column;gap:3px}.ecom-page-vis-gen-product-name{height:5px;width:70%;border-radius:2px;background:#0000001a}.ecom-page-vis-gen-product-price{height:5px;width:40%;border-radius:2px}.ecom-page-vis-gen-cart-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:var(--radius-md);background:#f9fafb;border:1px solid #e5e7eb}.ecom-page-vis-gen-cart-items{font-size:11px;font-family:var(--font-ui);color:#6b7280}.ecom-page-vis-gen-cart-btn{padding:5px 14px;border-radius:var(--radius-md);font-size:11px;font-weight:600;color:#fff}.ecom-page-vis-customize{display:grid;grid-template-columns:1fr 140px;gap:12px}.ecom-page-vis-cust-page{display:flex;flex-direction:column;gap:8px}.ecom-page-vis-cust-hero-mini{padding:14px;border-radius:var(--radius-md);display:flex;align-items:center;gap:10px;position:relative}.ecom-page-vis-cust-logo-mini{width:28px;height:28px;border-radius:var(--radius-md);flex-shrink:0}.ecom-page-vis-cust-line-group{display:flex;flex-direction:column;gap:4px;flex:1}.ecom-page-vis-cust-line{height:5px;border-radius:2px;background:#00000014}.ecom-page-vis-cust-line--short{width:60%}.ecom-page-vis-cust-cursor{position:absolute;right:14px;top:10px}.ecom-page-vis-cust-grid-mini{display:grid;grid-template-columns:1fr 1fr;gap:6px}.ecom-page-vis-cust-card-mini{height:44px;border-radius:var(--radius-sm);background:#f3f4f6;border:1px solid #e5e7eb}.ecom-page-vis-cust-panel{background:#f9fafb;border:1px solid #e5e7eb;border-radius:var(--radius-md);padding:12px;display:flex;flex-direction:column;gap:12px}.ecom-page-vis-cust-panel-title{font-size:12px;font-weight:600;font-family:var(--font-ui);color:#374151}.ecom-page-vis-cust-panel-section{display:flex;flex-direction:column;gap:6px}.ecom-page-vis-cust-panel-label{font-size:10px;font-weight:600;font-family:var(--font-ui);color:#9ca3af;text-transform:uppercase;letter-spacing:.3px}.ecom-page-vis-cust-swatches{display:flex;gap:5px}.ecom-page-vis-cust-swatch{width:20px;height:20px;border-radius:var(--radius-full);border:2px solid transparent;display:flex;align-items:center;justify-content:center}.ecom-page-vis-cust-swatch--active{border-color:#0003}.ecom-page-vis-cust-font-select{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;border:1px solid #e5e7eb;border-radius:var(--radius-sm);font-size:10px;font-family:var(--font-ui);color:#374151}.ecom-page-vis-publish{display:flex;flex-direction:column;gap:12px}.ecom-page-vis-pub-domain{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius-md)}.ecom-page-vis-pub-lock svg{display:block}.ecom-page-vis-pub-url{font-size:12px;font-family:var(--font-ui);color:#374151;flex:1}.ecom-page-vis-pub-live{font-size:10px;font-weight:600;color:#16a34a;background:#dcfce7;padding:2px 8px;border-radius:var(--radius-lg)}.ecom-page-vis-pub-preview{border-radius:var(--radius-md);overflow:hidden;border:1px solid #e5e7eb}.ecom-page-vis-pub-hero-mini{padding:16px;display:flex;align-items:center;gap:12px}.ecom-page-vis-pub-logo-mini{width:32px;height:32px;border-radius:var(--radius-md);flex-shrink:0}.ecom-page-vis-pub-name{font-size:13px;font-weight:600;font-family:var(--font-ui);color:#111827}.ecom-page-vis-pub-role{font-size:11px;font-family:var(--font-ui);color:#6b7280;margin-top:2px}.ecom-page-vis-pub-products-row{display:flex;gap:8px;padding:0 16px 16px}.ecom-page-vis-pub-product-mini{flex:1;height:40px;border-radius:var(--radius-sm)}.ecom-page-vis-pub-payment{display:flex;gap:6px;justify-content:center}.ecom-page-vis-pub-pay-btn{padding:6px 14px;border-radius:var(--radius-md);font-size:11px;font-weight:600;color:#fff}.ecom-page-vis-pub-toast{display:flex;align-items:center;gap:8px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius-md);padding:8px 14px;margin-top:4px}.ecom-page-vis-pub-toast-icon{width:20px;height:20px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.ecom-page-vis-pub-toast span{font-size:12px;font-family:var(--font-ui);color:#16a34a;font-weight:600}.ecom-page-features{background:#fff;padding:96px 20px}.ecom-page-features-inner{max-width:var(--gz-section-max);margin:0 auto}.ecom-page-section-eyebrow{font-size:13px;font-weight:600;font-family:var(--font-ui);color:#f59e0b;text-transform:uppercase;letter-spacing:.5px;text-align:center;margin-bottom:12px}.ecom-page-section-heading{font-size:var(--gz-heading-section);font-weight:var(--gz-heading-section-weight, 600);font-family:var(--gz-font-serif);color:#0d0b17;line-height:1.15;letter-spacing:var(--gz-tracking-h2, -.01em);text-align:center;margin-bottom:56px}.ecom-page-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.ecom-page-feature-card{background:#fafafa;border:1.5px solid rgba(245,158,11,.1);border-radius:var(--radius-xl);padding:24px;display:flex;flex-direction:row;align-items:flex-start;gap:16px;transition:transform var(--duration-normal) cubic-bezier(.34,1.56,.64,1),box-shadow var(--duration-normal) ease,border-color var(--duration-normal) ease}.ecom-page-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #f59e0b1f;border-color:#f59e0b40}.ecom-page-feature-icon{flex-shrink:0;width:44px;height:44px;border-radius:var(--radius-lg);background:#f59e0b1a;color:#d97706;display:flex;align-items:center;justify-content:center}.ecom-page-feature-text{display:flex;flex-direction:column;gap:6px;min-width:0}.ecom-page-feature-title{font-size:var(--gz-heading-card);font-weight:600;font-family:var(--font-ui);color:#0d0b17;margin-bottom:8px}.ecom-page-feature-desc{font-size:15px;font-family:var(--font-ui);color:#0d0b1799;line-height:1.6}.ecom-page-templates{background:#fffbeb;padding:96px 20px;overflow-x:hidden}.ecom-page-templates-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;max-width:var(--gz-section-max);margin:0 auto}.ecom-page-template-card{display:flex;flex-direction:column;align-items:center;gap:12px;width:270px;border-radius:var(--radius-2xl);border:1.5px solid rgba(245,158,11,.12);overflow:hidden;background:#fff;box-shadow:0 4px 20px #f59e0b14;transition:transform var(--duration-normal) cubic-bezier(.34,1.56,.64,1),box-shadow var(--duration-normal) ease,border-color var(--duration-normal) ease}.ecom-page-template-card:hover{transform:translateY(-6px);box-shadow:0 14px 40px #f59e0b29;border-color:#f59e0b4d}.ecom-page-template-card-title{font-weight:600;font-size:var(--gz-heading-card);font-family:var(--font-ui);color:#0d0b17;padding:0 16px 16px;text-align:center}.ecom-page-tmock{width:270px;height:340px;border-radius:16px 16px 0 0;overflow:hidden;display:flex}.ecom-page-tmock-inner{width:100%;display:flex;flex-direction:column;padding:18px 16px;gap:8px}.ecom-page-tmock-line{height:5px;border-radius:var(--radius-sm);background:#00000014}.ecom-page-tmock-line--light{background:#ffffff40}.ecom-page-tmock--classic{background:#fafafa;border:1px solid #e5e7eb}.ecom-page-tmock-nav{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid #e5e7eb;margin-bottom:12px}.ecom-page-tmock-nav-logo{width:48px;height:6px;border-radius:var(--radius-sm);background:#374151}.ecom-page-tmock-nav-links{display:flex;gap:8px}.ecom-page-tmock-nav-link{width:24px;height:4px;border-radius:2px;background:#d1d5db}.ecom-page-tmock-banner{height:72px;border-radius:var(--radius-md);background:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.ecom-page-tmock-banner-text{display:flex;flex-direction:column;align-items:center;gap:4px}.ecom-page-tmock-products{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;flex:1}.ecom-page-tmock-product{display:flex;flex-direction:column;gap:4px}.ecom-page-tmock-product-img{height:52px;border-radius:var(--radius-sm);background:#e5e7eb}.ecom-page-tmock-product-name{height:4px;width:70%;border-radius:2px;background:#d1d5db}.ecom-page-tmock-product-price{height:4px;width:40%;border-radius:2px;background:#9ca3af}.ecom-page-tmock--fresh{background:#f0fdf4;border:1px solid #bbf7d0}.ecom-page-tmock--fresh .ecom-page-tmock-banner{background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.ecom-page-tmock--fresh .ecom-page-tmock-product-img{background:#bbf7d0}.ecom-page-tmock--fresh .ecom-page-tmock-product-price{background:#16a34a}.ecom-page-tmock-categories{display:flex;gap:4px;margin-bottom:8px}.ecom-page-tmock-cat-pill{padding:3px 8px;border-radius:var(--radius-lg);font-size:8px;font-weight:600;border:1px solid}.ecom-page-tmock--elegant{background:#1a1a2e}.ecom-page-tmock--elegant .ecom-page-tmock-nav{border-bottom-color:#ffffff1a}.ecom-page-tmock--elegant .ecom-page-tmock-nav-logo{background:#fff9}.ecom-page-tmock--elegant .ecom-page-tmock-nav-link{background:#fff3}.ecom-page-tmock--elegant .ecom-page-tmock-banner{background:linear-gradient(135deg,#f59e0b26,#f59e0b0d);border:1px solid rgba(245,158,11,.2)}.ecom-page-tmock--elegant .ecom-page-tmock-product-img{background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.ecom-page-tmock--elegant .ecom-page-tmock-product-name{background:#fff3}.ecom-page-tmock--elegant .ecom-page-tmock-product-price{background:#f59e0b}.ecom-page-tmock--bold{background:#111827}.ecom-page-tmock--bold .ecom-page-tmock-nav{border-bottom-color:#ffffff14}.ecom-page-tmock--bold .ecom-page-tmock-nav-logo{background:#3b82f6}.ecom-page-tmock--bold .ecom-page-tmock-nav-link{background:#ffffff26}.ecom-page-tmock--bold .ecom-page-tmock-banner{background:linear-gradient(135deg,#1e3a5f,#1e40af)}.ecom-page-tmock--bold .ecom-page-tmock-product-img{background:#3b82f626;border:1px solid rgba(59,130,246,.2)}.ecom-page-tmock--bold .ecom-page-tmock-product-name{background:#ffffff26}.ecom-page-tmock--bold .ecom-page-tmock-product-price{background:#3b82f6}.ecom-page-tmock-deal-badge{position:absolute;top:8px;right:8px;padding:2px 6px;border-radius:var(--radius-sm);font-size:7px;font-weight:600;color:#fff}.ecom-page-steps{background:#fff;padding:96px 20px}.ecom-page-steps-inner{max-width:1000px;margin:0 auto}.ecom-page-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:56px}.ecom-page-step{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.ecom-page-step-number{width:56px;height:56px;border-radius:var(--radius-full);background:linear-gradient(135deg,#f59e0b,#d97706);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;font-family:var(--font-display);color:#fff;box-shadow:0 4px 16px #f59e0b4d}.ecom-page-step-title{font-size:var(--gz-heading-card);font-weight:600;font-family:var(--font-ui);color:#0d0b17}.ecom-page-step-desc{font-size:15px;font-family:var(--font-ui);color:#0d0b1799;line-height:1.6;max-width:280px}@media (max-width: 1024px){.ecom-page-story-grid{grid-template-columns:1fr;gap:32px;text-align:center}.ecom-page-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.ecom-page-hero{padding:80px 20px 64px}.ecom-page-heading{font-size:36px}.ecom-page-subtitle{font-size:16px}.ecom-page-section-heading{font-size:var(--gz-heading-section)}.ecom-page-features-grid{grid-template-columns:1fr;gap:20px}.ecom-page-steps-grid{grid-template-columns:1fr;gap:32px}.ecom-page-templates-grid{flex-direction:column;align-items:center}.ecom-page-template-card{width:100%;max-width:400px}.ecom-page-tmock{width:100%;height:300px}.ecom-page-stats-inner{flex-wrap:wrap}.ecom-page-stat{flex:0 0 50%}.ecom-page-stat:not(:last-child):after{display:none}.ecom-page-stat-value{font-size:32px}.ecom-page-stat-suffix{font-size:22px}.ecom-page-story-labels{gap:16px;flex-wrap:wrap;justify-content:center}.ecom-page-story-heading{font-size:28px}.ecom-page-vis-customize{grid-template-columns:1fr}}@media (max-width: 480px){.ecom-page-hero{padding:72px 16px 56px}.ecom-page-heading{font-size:30px}.ecom-page-section-heading{font-size:var(--gz-heading-section)}.ecom-page-feature-card{padding:24px 20px}.ecom-page-hero-actions{flex-direction:column;width:100%;max-width:320px}.ecom-page-cta{width:100%;justify-content:center}}.ecom-page-integrations{padding:96px 24px;background:#fff}.ecom-page-integrations-header{max-width:720px;margin:0 auto 48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.ecom-page-integrations-sub{font-size:16px;color:#6b7280;margin:0;font-family:var(--font-ui);line-height:1.6}.ecom-page-integrations-grid{max-width:var(--gz-section-max);margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.ecom-page-integration-tile{display:flex;flex-direction:column;align-items:center;gap:10px;padding:22px 12px;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:var(--radius-xl);transition:transform var(--duration-normal) ease,border-color var(--duration-normal) ease,box-shadow var(--duration-normal) ease}.ecom-page-integration-tile:hover{transform:translateY(-2px);border-color:#6c47ff4d;box-shadow:0 8px 24px #0000000a}.ecom-page-integration-logo{height:32px;display:flex;align-items:center;justify-content:center}.ecom-page-integration-textlogo{font-family:var(--font-ui);font-weight:600;font-size:15px;letter-spacing:-.01em;line-height:1}.ecom-page-integration-name{font-family:var(--font-ui);font-size:12px;color:#6b7280;text-align:center;line-height:1.35;min-height:32px}@media (max-width: 900px){.ecom-page-integrations-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 560px){.ecom-page-integrations{padding:64px 16px}.ecom-page-integrations-grid{grid-template-columns:repeat(3,1fr);gap:10px}.ecom-page-integration-tile{padding:18px 10px}}
