:root{--font-display:"Cabinet Grotesk","Inter",sans-serif;--font-body:"Satoshi","Inter",sans-serif;--color-bg:#f4f6fb;--color-surface:#fff;--color-surface-2:#f1f5fb;--color-surface-3:#e4eaf6;--color-border:#2563eb14;--color-border-md:#2563eb29;--color-text:#0f172a;--color-muted:#64748b;--color-faint:#94a3b8;--blue:#2563eb;--blue-dark:#1d4ed8;--blue-xdark:#1e40af;--blue-light:#eff6ff;--blue-mid:#dbeafe;--blue-pale:#bfdbfe;--cyan:#0891b2;--emerald:#059669;--amber:#d97706;--violet:#7c3aed;--pink:#db2777;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.25rem;--radius-2xl:1.5rem;--radius-3xl:2rem;--radius-full:9999px;--ease:cubic-bezier(.16,1,.3,1);--fast:.16s var(--ease);--mid:.3s var(--ease);--slow:.5s var(--ease);--shadow-sm:0 1px 3px #2563eb0f,0 1px 2px #0000000a;--shadow-md:0 4px 16px #2563eb1a,0 2px 6px #0000000a;--shadow-lg:0 12px 40px #2563eb1f,0 4px 12px #0000000d;--shadow-xl:0 24px 64px #2563eb24,0 8px 24px #0000000f;--shadow-blue:0 8px 28px #2563eb4d}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}@keyframes shimmer-bg{0%,to{background-position:0%}50%{background-position:100%}}@keyframes skeleton-load{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fade-up-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.home-wrapper *,.home-wrapper :before,.home-wrapper :after{box-sizing:border-box;margin:0;padding:0}.home-wrapper{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;overflow-x:hidden}.site-container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1rem}@media (min-width:640px){.site-container{padding-inline:1.5rem}}@media (min-width:1024px){.site-container{padding-inline:2rem}}.home-section{background:var(--color-bg);padding:clamp(4rem,8vw,6.5rem) 0}.home-section-white{background:var(--color-surface)}.home-section-tinted{background:var(--color-surface-2)}.section-header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:clamp(2.5rem,5vw,4rem);display:flex}.section-title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--color-text);max-width:540px;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:900;line-height:1.12}.section-subtitle{color:var(--color-muted);max-width:480px;font-size:1rem;line-height:1.8}.gradient-text{background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 50%,#0891b2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.shimmer-text{background:linear-gradient(90deg,#1d4ed8,#3b82f6,#1d4ed8) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3.5s linear infinite shimmer-bg}.badge{border-radius:var(--radius-full);letter-spacing:.09em;text-transform:uppercase;font-size:.68rem;font-weight:800;font-family:var(--font-display);align-items:center;gap:.35rem;padding:.32rem .9rem;display:inline-flex}.badge-blue{background:var(--blue-light);color:#1d4ed8;border:1px solid #2563eb33}.badge-green{color:#065f46;background:#ecfdf5;border:1px solid #05966933}.badge-amber{color:#92400e;background:#fffbeb;border:1px solid #d9770633}.badge-gray{color:#64748b;background:#f8fafc;border:1px solid #0000001a}.btn-primary{border-radius:var(--radius-xl);background:var(--blue);color:#fff;font-family:var(--font-display);cursor:pointer;box-shadow:var(--shadow-blue);transition:transform var(--fast),box-shadow var(--fast),background var(--fast);border:none;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:800;text-decoration:none;display:inline-flex}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 12px 36px #2563eb66}.btn-primary:active{transform:translateY(0)}.btn-secondary{border-radius:var(--radius-xl);background:var(--color-surface);color:var(--color-text);font-family:var(--font-display);border:1.5px solid var(--color-border-md);cursor:pointer;box-shadow:var(--shadow-sm);transition:border-color var(--fast),box-shadow var(--fast),transform var(--fast),background var(--fast);align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-secondary:hover{background:var(--blue-light);box-shadow:var(--shadow-md);border-color:#2563eb59;transform:translateY(-1px)}.btn-outline{border-radius:var(--radius-xl);color:var(--blue);font-family:var(--font-display);cursor:pointer;transition:background var(--fast),border-color var(--fast),transform var(--fast),box-shadow var(--fast);background:0 0;border:1.5px solid #2563eb66;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:800;text-decoration:none;display:inline-flex}.btn-outline:hover{background:var(--blue-light);border-color:var(--blue);box-shadow:var(--shadow-blue);transform:translateY(-2px)}.btn-lg{padding:.9rem 2.25rem!important;font-size:.95rem!important}.btn-xs{border-radius:var(--radius-full);background:var(--blue);color:#fff;cursor:pointer;transition:background var(--fast);border:none;align-items:center;gap:.25rem;padding:.35rem .85rem;font-size:.68rem;font-weight:800;display:inline-flex}.btn-xs:hover{background:var(--blue-dark)}.btn-generate{border-radius:var(--radius-lg);background:var(--blue);color:#fff;width:100%;font-family:var(--font-display);cursor:pointer;box-shadow:var(--shadow-blue);transition:background var(--fast),transform var(--fast),box-shadow var(--fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.7rem;font-size:.78rem;font-weight:800;display:flex}.hero-section{border-bottom:1px solid var(--color-border);background:linear-gradient(160deg,#f8faff 0%,#eef4ff 55%,#f4f8ff 100%);padding:clamp(4.5rem,10vw,8rem) 0 clamp(3.5rem,7vw,6rem);position:relative;overflow:hidden}.hero-dot-grid{pointer-events:none;background-image:radial-gradient(circle,#2563eb17 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 75% at 50% 40%,#000 20%,#0000 100%);mask-image:radial-gradient(90% 75% at 50% 40%,#000 20%,#0000 100%)}.hero-blob{pointer-events:none;filter:blur(80px);will-change:transform;border-radius:50%;position:absolute}.hero-blob-1{background:radial-gradient(circle,#2563eb1f 0%,#0000 70%);width:clamp(280px,40vw,520px);height:clamp(280px,40vw,520px);top:-10%;right:-5%}.hero-blob-2{background:radial-gradient(circle,#7c3aed17 0%,#0000 70%);width:clamp(240px,35vw,440px);height:clamp(240px,35vw,440px);bottom:-10%;left:-5%}.hero-inner{z-index:1;grid-template-columns:1fr;align-items:center;gap:clamp(2.5rem,6vw,4rem);display:grid;position:relative}@media (min-width:1024px){.hero-inner{grid-template-columns:1fr 1fr;gap:clamp(3rem,5vw,5rem)}}.hero-copy{flex-direction:column;display:flex}.hero-eyebrow{letter-spacing:.04em;color:#1d4ed8;background:#2563eb14;border:1px solid #2563eb2e;border-radius:99px;align-items:center;gap:.45rem;width:fit-content;margin-bottom:1.1rem;padding:.35rem .9rem;font-size:.72rem;font-weight:800;display:inline-flex}.hero-eyebrow-dot{background:#2563eb;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite dot-pulse;display:block}.hero-eyebrow-arrow{color:#2563eb;font-size:.65rem}.hero-heading{font-family:var(--font-display);letter-spacing:-.035em;color:#0f172a;margin:0 0 1.25rem;font-size:clamp(2rem,5.5vw,3.8rem);font-weight:900;line-height:1.07}.hero-heading-gradient{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-heading-brand{color:#2563eb;position:relative}.hero-heading-brand:after{content:"";opacity:.5;background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:99px;height:3px;position:absolute;bottom:-3px;left:0;right:0}.hero-br-mobile{display:none}@media (max-width:480px){.hero-br-mobile{display:block}}.hero-subtext{color:var(--color-muted);max-width:52ch;margin-bottom:0;font-size:clamp(.92rem,1.5vw,1.05rem);line-height:1.85}.hero-subtext strong{color:#0f172a;font-weight:700}.hero-cta-group{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.hero-btn-primary{color:#fff;letter-spacing:.01em;white-space:nowrap;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-radius:99px;align-items:center;gap:.5rem;padding:.8rem 1.6rem;font-size:.92rem;font-weight:800;text-decoration:none;transition:all .28s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 18px #2563eb59,0 1px 3px #2563eb33}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #2563eb73,0 2px 6px #2563eb40}.hero-btn-primary:active{transform:translateY(0)}.hero-btn-secondary{background:var(--color-surface);color:var(--color-text);border:1.5px solid var(--color-border);box-shadow:var(--shadow-sm);white-space:nowrap;border-radius:99px;align-items:center;gap:.4rem;padding:.8rem 1.5rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .28s cubic-bezier(.16,1,.3,1);display:inline-flex}.hero-btn-secondary:hover{box-shadow:var(--shadow-md);border-color:#2563eb59;transform:translateY(-1px)}.hero-trust-strip{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.hero-trust-chip{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-muted);box-shadow:var(--shadow-sm);border-radius:99px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.68rem;font-weight:700;display:inline-flex}.hero-trust-chip svg{color:#2563eb}.hero-visual{width:100%;position:relative}.hero-float-badge{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);color:var(--color-text);z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;border-radius:99px;align-items:center;gap:.45rem;padding:.45rem .9rem;font-size:.72rem;font-weight:800;display:flex;position:absolute}.hero-float-badge-tl{top:-1rem;left:-.75rem}.hero-float-badge-br{bottom:-1rem;right:-.75rem}.hero-float-badge-dot{border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite dot-pulse;display:block}@media (max-width:480px){.hero-float-badge-tl{top:-.5rem;left:.5rem}.hero-float-badge-br{display:none}}.hero-dashboard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-xl),0 0 0 1px #2563eb0a,0 32px 64px #2563eb14;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:clamp(1rem,3vw,1.5rem);padding:clamp(1.1rem,3vw,1.75rem);position:relative}.hero-dash-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.hero-dash-header-left{align-items:center;gap:.6rem;display:flex}.hero-dash-header-icon{color:#2563eb;background:#eff6ff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hero-dash-title{font-family:var(--font-display);color:var(--color-text);font-size:.88rem;font-weight:800}.hero-live-badge{color:#065f46;background:#ecfdf5;border:1px solid #05966938;border-radius:99px;align-items:center;gap:.35rem;padding:.26rem .7rem;font-size:.62rem;font-weight:800;display:inline-flex}.hero-stats-grid{grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1rem;display:grid}.hero-stat-card{background:var(--color-surface-2);border:1px solid var(--color-border);cursor:default;border-radius:clamp(.6rem,2vw,1rem);padding:clamp(.75rem,2vw,1rem);transition:border-color .24s,box-shadow .24s,transform .24s}.hero-stat-card:hover{box-shadow:var(--shadow-md);border-color:#2563eb40;transform:translateY(-2px)}.hero-stat-top{justify-content:space-between;align-items:center;margin-bottom:.55rem;display:flex}.hero-stat-icon-wrap{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.hero-stat-value{font-family:var(--font-display);font-variant-numeric:tabular-nums;margin-bottom:.3rem;font-size:clamp(1.1rem,3vw,1.35rem);font-weight:900;line-height:1}.hero-stat-bottom{justify-content:space-between;align-items:center;gap:.25rem;display:flex}.hero-stat-label{color:var(--color-faint);font-size:clamp(.58rem,1.5vw,.65rem);font-weight:600;line-height:1.3}.hero-stat-trend{color:#059669;white-space:nowrap;flex-shrink:0;font-size:.6rem;font-weight:800}.hero-link-demo{background:#f0f6ff;border:1.5px solid #2563eb2e;border-radius:clamp(.75rem,2vw,1rem);padding:clamp(.85rem,2vw,1.1rem)}.hero-link-demo-header{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.hero-link-demo-icon-wrap{color:#2563eb;background:#dbeafe;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.hero-link-demo-label{font-family:var(--font-display);color:#1d4ed8;flex:1;font-size:.8rem;font-weight:800}.hero-link-demo-live{color:#065f46;background:#ecfdf5;border:1px solid #05966933;border-radius:99px;align-items:center;gap:.3rem;padding:.18rem .55rem;font-size:.58rem;font-weight:800;display:inline-flex}.hero-link-row{border-radius:.6rem;align-items:center;gap:.5rem;min-width:0;padding:.55rem .8rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.hero-link-row-input{background:var(--color-surface);border:1.5px solid #2563eb24;margin-bottom:.45rem}.hero-link-row-input.active{border-color:#2563eb59}.hero-link-row-output{opacity:0;background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(6px)}.hero-link-row-output.visible{opacity:1;transform:translateY(0)}.hero-link-monospace{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-family:Geist Mono,Fira Code,monospace;font-size:clamp(.6rem,1.6vw,.7rem);overflow:hidden}.hero-link-url{color:#0f172a;transition:color .4s}.hero-link-affiliate{color:#fff;letter-spacing:.02em}.hero-link-chip{border-radius:99px;flex-shrink:0;padding:.16rem .5rem;font-size:.58rem;font-weight:900}.hero-link-chip-blue{color:#2563eb;background:#eff6ff}.hero-link-arrow{opacity:0;align-items:center;gap:.5rem;margin-bottom:.45rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(4px)}.hero-link-arrow.visible{opacity:1;transform:translateY(0)}.hero-link-arrow-line{flex:1;height:1px}.hero-link-arrow-line-left{background:linear-gradient(90deg,#2563eb1a,#2563eb)}.hero-link-arrow-line-right{background:linear-gradient(90deg,#2563eb,#2563eb1a)}.hero-link-copy-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:99px;flex-shrink:0;padding:.18rem .55rem;font-size:.6rem;font-weight:900;transition:background .2s}.hero-link-copy-btn:hover{background:#ffffff52}.hero-link-copy-btn:active{background:#ffffff26}.anim-hidden{opacity:0}.anim-fade-up{animation:.65s cubic-bezier(.16,1,.3,1) both hero-fade-up}.anim-slide-left{animation:.7s cubic-bezier(.16,1,.3,1) both hero-slide-left}.anim-pop{animation:.5s cubic-bezier(.16,1,.3,1) both hero-pop}.anim-d0{animation-delay:0s}.anim-d1{animation-delay:80ms}.anim-d2{animation-delay:.16s}.anim-d3{animation-delay:.24s}.anim-d4{animation-delay:.34s}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-slide-left{0%{opacity:0;transform:translate(32px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes hero-pop{0%{opacity:0;transform:scale(.85)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:640px){.hero-section{padding:clamp(1.5rem,10vw,8rem) 0 clamp(1.5rem,7vw,6rem)}.hero-copy{text-align:center;align-items:center}.hero-subtext{text-align:center;max-width:100%}.hero-cta-group{justify-content:center}.hero-eyebrow{font-size:.65rem}.hero-stats-grid{gap:.5rem}.hero-stat-value{font-size:1.05rem}}@media (max-width:980px){.hero-trust-strip{display:none}}@media (prefers-reduced-motion:reduce){.anim-fade-up,.anim-slide-left,.anim-pop{opacity:1;animation:none}.live-dot,.hero-eyebrow-dot{animation:none}}.marquee-bar{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:1rem 0;overflow:hidden}.marquee-bar-label{text-align:center;letter-spacing:.14em;text-transform:uppercase;color:var(--color-faint);margin-bottom:.65rem;font-size:.58rem;font-weight:800}.marquee-overflow{overflow:hidden}.marquee-track{gap:2.5rem;width:max-content;animation:32s linear infinite marquee-scroll;display:flex}.marquee-track:hover{animation-play-state:paused}.marquee-item{font-family:var(--font-display);color:var(--color-surface-3);letter-spacing:.04em;white-space:nowrap;transition:color var(--fast);font-size:.8rem;font-weight:800}.marquee-item:hover{color:var(--color-muted)}.steps-grid{grid-template-columns:1fr;gap:1.25rem;display:grid;position:relative}@media (min-width:640px){.steps-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.steps-connector{display:none}@media (min-width:1024px){.steps-connector{background:linear-gradient(90deg,var(--blue),#60a5fa);opacity:.18;border-radius:9999px;height:2px;display:block;position:absolute;top:3rem;left:13%;right:13%}}.step-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);transition:border-color var(--mid),box-shadow var(--mid),transform var(--mid);padding:3rem 1.5rem 1.75rem;position:relative;overflow:hidden}.step-card:hover{box-shadow:var(--shadow-lg),0 0 0 1px #2563eb0f;border-color:#2563eb47;transform:translateY(-5px)}.step-number{width:2.5rem;height:2.5rem;font-family:var(--font-display);color:#fff;border-radius:.625rem;justify-content:center;align-items:center;font-size:.78rem;font-weight:900;display:flex;position:absolute;top:-1rem;left:1.25rem;box-shadow:0 4px 12px #00000026}.step-icon-wrap{border-radius:var(--radius-lg);width:3rem;height:3rem;transition:transform var(--mid);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.step-card:hover .step-icon-wrap{transform:scale(1.12)rotate(-6deg)}.step-title{font-family:var(--font-display);color:var(--color-text);margin-bottom:.45rem;font-size:1rem;font-weight:800}.step-desc{color:var(--color-muted);font-size:.82rem;line-height:1.65}.step-bar{width:0;height:2px;transition:width var(--slow);border-radius:9999px;margin-top:1.5rem}.step-card:hover .step-bar{width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));gap:1.1rem;display:grid}@media (max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}}@media (max-width:340px){.products-grid{grid-template-columns:1fr}}.product-card{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);cursor:default;flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .22s;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:#2563eb40;transform:translateY(-5px)scale(1.012)}.product-card:before{content:"";opacity:0;z-index:2;background:linear-gradient(90deg,#2563eb,#60a5fa,#2563eb) 0 0/200% 100%;height:3px;transition:opacity .28s;position:absolute;top:0;left:0;right:0}.product-card:hover:before{opacity:1;animation:2s linear infinite card-top-shimmer}@keyframes card-top-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card-image-wrap{aspect-ratio:16/10;background:var(--color-surface-2);flex-shrink:0;width:100%;position:relative;overflow:hidden}.product-card-image{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block}.product-card:hover .product-card-image{transform:scale(1.06)}.product-card-image-placeholder{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-card-image-wrap:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#0f172a2e 100%);position:absolute;inset:0}.product-badge-store,.product-badge-commission{z-index:3;font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);white-space:nowrap;border-radius:9999px;align-items:center;padding:.22rem .6rem;font-size:.58rem;font-weight:900;display:inline-flex;position:absolute;top:.55rem}.product-badge-store{color:#1d4ed8;background:#ffffffe0;border:1px solid #2563eb2e;left:.55rem;box-shadow:0 2px 8px #2563eb1a}.product-badge-commission{color:#fff;background:#059669e6;border:1px solid #0596694d;right:.55rem;box-shadow:0 2px 8px #05966940}.product-card-body{flex-direction:column;flex:1;gap:.4rem;padding:.95rem 1rem 1rem;display:flex}.product-category{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:#2563eb;opacity:.75;margin:0;font-size:.6rem;font-weight:900;line-height:1}.product-name{font-family:var(--font-display);color:var(--color-text);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:.88rem;font-weight:800;line-height:1.3;transition:color .2s;display:-webkit-box;overflow:hidden}.product-card:hover .product-name{color:#2563eb}.product-description{color:var(--color-muted);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:.74rem;line-height:1.55;display:-webkit-box;overflow:hidden}.product-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.2rem;display:flex}.product-price{font-family:var(--font-display);color:#1d4ed8;letter-spacing:-.02em;font-size:1rem;font-weight:900;line-height:1}.product-price-empty{color:var(--color-faint);font-size:.7rem;font-style:italic;font-weight:600}.product-stars{flex-shrink:0;align-items:center;gap:2px;display:inline-flex}.product-stars svg{width:11px;height:11px}.product-rating-text{color:var(--color-faint);margin-left:3px;font-size:.62rem;font-weight:700}.btn-generate{border-radius:var(--radius-lg);cursor:pointer;width:100%;font-family:var(--font-display);letter-spacing:.02em;color:#fff;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;justify-content:center;align-items:center;gap:.4rem;margin-top:auto;padding:.6rem 1rem;font-size:.75rem;font-weight:900;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s,background .22s;display:inline-flex;box-shadow:0 4px 14px #2563eb4d}.btn-generate:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.btn-generate:active{transform:translateY(0)scale(.98);box-shadow:0 2px 8px #2563eb33}.btn-generate:has(span:first-child){background:linear-gradient(135deg,#059669 0%,#047857 100%);box-shadow:0 4px 14px #0596694d}.btn-outline{border-radius:var(--radius-full);font-family:var(--font-display);color:#2563eb;letter-spacing:.01em;background:0 0;border:1.5px solid #2563eb4d;align-items:center;gap:.45rem;padding:.7rem 2rem;font-size:.82rem;font-weight:800;text-decoration:none;transition:background .22s,border-color .22s,color .22s,box-shadow .22s,transform .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-outline:hover{background:#eff6ff;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 16px #2563eb26}.btn-outline:active{background:#dbeafe;transform:translateY(0)scale(.98)}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;padding:4rem 2rem;display:flex}.empty-state-icon{color:#bfdbfe;width:52px;height:52px;margin-bottom:.25rem}.empty-state-title{font-family:var(--font-display);color:var(--color-text);margin:0;font-size:1.05rem;font-weight:900}.empty-state-text{color:var(--color-muted);max-width:28ch;margin:0;font-size:.8rem;line-height:1.7}@media (max-width:480px){.product-card-body{gap:.35rem;padding:.75rem .8rem .85rem}.product-name{font-size:.8rem}.product-price{font-size:.9rem}.btn-generate{padding:.55rem .75rem;font-size:.7rem}.product-badge-store,.product-badge-commission{padding:.18rem .45rem;font-size:.52rem}}.testimonials-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);transition:border-color var(--mid),box-shadow var(--mid),transform var(--mid);padding:2rem 1.75rem 1.75rem;position:relative;overflow:hidden}.testimonial-card:hover{box-shadow:var(--shadow-lg);border-color:#2563eb40;transform:translateY(-4px)}.testimonial-quote-icon{border-radius:var(--radius-full);justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;position:absolute;top:-1rem;left:1.5rem;box-shadow:0 4px 12px #2563eb47}.testimonial-stars{gap:.2rem;margin-bottom:1rem;display:flex}.testimonial-body{color:var(--color-muted);margin-bottom:1.5rem;font-size:.875rem;font-style:italic;line-height:1.8}.testimonial-footer{border-top:1px solid var(--color-border);align-items:center;gap:.75rem;padding-top:1.25rem;display:flex}.testimonial-avatar{border-radius:var(--radius-full);width:2.75rem;height:2.75rem;font-family:var(--font-display);color:#fff;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:900;display:flex}.testimonial-name{font-family:var(--font-display);color:var(--color-text);font-size:.82rem;font-weight:800}.testimonial-role{color:var(--color-faint);margin-top:.1rem;font-size:.68rem}.testimonial-earned{border-radius:var(--radius-full);color:#065f46;white-space:nowrap;background:#ecfdf5;border:1px solid #05966933;flex-shrink:0;padding:.28rem .7rem;font-size:.68rem;font-weight:900}.cta-section{background:linear-gradient(135deg,var(--blue-light)0%,#f0f7ff 50%,#eff6ff 100%);border-top:1px solid #2563eb1f;padding:clamp(4.5rem,9vw,7.5rem) 0;position:relative;overflow:hidden}.cta-dot-grid{pointer-events:none;background-image:radial-gradient(circle,#2563eb1a 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70%,#000 30%,#0000 100%);mask-image:radial-gradient(70% 70%,#000 30%,#0000 100%)}.cta-inner{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:1.25rem;display:flex;position:relative}.cta-stats-row{border-radius:var(--radius-2xl);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-bottom:.5rem;padding:1rem 2rem;display:flex}.cta-stat-item{align-items:center;gap:.65rem;display:flex}.cta-stat-value{font-family:var(--font-display);color:var(--color-text);font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:900;line-height:1}.cta-stat-label{color:var(--color-faint);margin-top:.15rem;font-size:.65rem;font-weight:600}.cta-stat-divider{background:#2563eb1f;flex-shrink:0;width:1px;height:32px}.cta-heading{font-family:var(--font-display);letter-spacing:-.025em;color:var(--color-text);max-width:520px;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:900;line-height:1.18}.cta-subtext{color:var(--color-muted);max-width:420px;font-size:.95rem;line-height:1.75}.cta-perks-list{flex-wrap:wrap;justify-content:center;gap:.6rem;list-style:none;display:flex}.cta-perk-item{border-radius:var(--radius-full);background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-muted);box-shadow:var(--shadow-sm);align-items:center;gap:.4rem;padding:.32rem .85rem;font-size:.7rem;font-weight:700;display:inline-flex}.cta-button-group{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.cta-footnote{color:var(--color-faint);margin-top:.25rem;font-size:.72rem}@media (prefers-reduced-motion:reduce){.marquee-track,.shimmer-text,.skeleton-card,.live-dot{animation:none!important}.step-bar,.feature-bar,.step-icon-wrap,.feature-icon-wrap{transition:none!important}}
