:root{
  --bg:#040420;
  --bg-2:#070722;
  --panel:#101023;
  --panel-2:#15152d;
  --line:rgba(255,255,255,.10);
  --line-purple:rgba(139,92,246,.34);
  --text:#ffffff;
  --muted:#a9a9c7;
  --muted-2:#737394;
  --purple:#8b5cf6;
  --purple-2:#a855f7;
  --purple-3:#c4b5fd;
  --green:#22c55e;
  --red:#ef4444;
  --shadow:0 30px 100px rgba(0,0,0,.35);
  --radius:24px;
  --max:1220px;
}
*{box-sizing:border-box}
html{
  width:100%;
  min-width:100%;
  min-height:100%;
  scroll-behavior:smooth;
  background:var(--bg);
  overflow-x:hidden;
}
body{
  width:100%;
  min-width:100%;
  min-height:100vh;
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:var(--bg);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.72;transform:none!important;filter:none!important}
img{max-width:100%;display:block}
.skip-link{position:absolute;left:-999px;top:0;background:var(--purple);padding:12px;z-index:1000}
.skip-link:focus{left:12px;top:12px}
.page{width:100%;min-width:100%;min-height:100vh;background:var(--bg);overflow-x:hidden}
main{width:100%;min-height:100vh;background:var(--bg)}
.container{width:min(calc(100% - 64px),var(--max));margin-inline:auto}
.section{width:100%;padding:92px 0}
.site-header{position:fixed;top:0;left:0;right:0;z-index:90;width:100%;height:58px;display:flex;align-items:center;padding:6px clamp(14px,2vw,28px);background:linear-gradient(90deg,rgba(4,4,32,.96),rgba(4,4,32,.78) 72%,rgba(4,4,32,.46));border-bottom:1px solid rgba(139,92,246,.28);backdrop-filter:blur(12px)}
.brand{min-width:0;display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.02em;font-size:clamp(16px,1.6vw,21px);white-space:nowrap;text-shadow:0 2px 12px rgba(0,0,0,.55);overflow:hidden;text-overflow:ellipsis}
.brand-mark{width:42px;height:42px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#5b21b6,#8b5cf6);box-shadow:0 0 18px rgba(139,92,246,.45);font-size:18px}
.nav{margin-left:auto;display:flex;align-items:center;gap:26px;color:#d7d7e8;font-size:14px;white-space:nowrap}
.nav a{opacity:.85}.nav a:hover{opacity:1;color:#fff}
.menu-button{display:none;border:1px solid var(--line);background:var(--panel);color:#fff;border-radius:12px;padding:10px 12px}
.btn{border:0;border-radius:12px;background:#262645;color:white;font-weight:800;letter-spacing:.01em;transition:.18s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px}
.btn:hover{transform:translateY(-1px);filter:brightness(1.08)}
.btn-primary{background:linear-gradient(135deg,var(--purple),#7c3aed);box-shadow:0 12px 32px rgba(139,92,246,.28);padding:16px 22px;width:100%}
.btn-small{padding:10px 16px;background:rgba(139,92,246,.18);border:1px solid var(--line-purple);color:#ede9fe}

.hero{position:relative;width:100%;min-height:max(700px,100vh);padding:84px 0 0;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,32,.98),rgba(4,4,32,.45) 50%,rgba(4,4,32,.82)),url("assets/asset_00.jpg") center top/cover no-repeat;opacity:.98}
.hero::after{content:"";position:absolute;inset:auto -15% -30% -15%;height:380px;background:radial-gradient(circle,rgba(139,92,246,.18),transparent 62%);pointer-events:none}
.hero-grid{position:relative;z-index:1;min-height:648px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:clamp(26px,3.2vw,44px);align-items:start}
.hero-copy{padding-top:16px}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;margin:0;border:1px solid var(--line-purple);border-radius:999px;background:rgba(139,92,246,.12);color:var(--purple-3);padding:8px 14px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.hero h1{font-size:clamp(42px,4.35vw,56px);line-height:.98;letter-spacing:-.07em;margin:24px 0 42px}
.hero h2{font-size:clamp(36px,3.85vw,50px);line-height:1.02;letter-spacing:-.06em;margin:0 0 28px}.hero h2 span,.section-heading span,.launch h2 span,.waitlist-card h2 span{color:var(--purple-2)}
.hero-lead{max-width:610px;font-size:20px;line-height:1.48;color:#bebed4;margin:0}
.hero-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 28px;margin-top:20px;max-width:660px}
.hero-metrics article{min-height:112px;padding-top:0;position:relative}.metric-icon{width:44px;height:44px;border:0;display:block;margin-bottom:8px;object-fit:contain;filter:brightness(0) saturate(100%) invert(47%) sepia(97%) saturate(2434%) hue-rotate(244deg) brightness(103%) contrast(103%) drop-shadow(0 0 10px rgba(168,85,247,.45))}.hero-metrics h3{font-size:14px;line-height:1.1;margin:0 0 8px;letter-spacing:-.04em}.hero-metrics p{font-size:12px;line-height:1.32;color:var(--muted);margin:0}.metric-compact{min-height:74px!important}.metric-compact h3{margin-bottom:0}.hero-promo{width:min(110%,720px);margin-top:4px}.hero-promo img{width:100%;height:auto;object-fit:contain;border:1px solid rgba(139,92,246,.28);box-shadow:0 16px 44px rgba(0,0,0,.3)}

.waitlist-card{width:360px;min-height:650px;border:1px solid rgba(139,92,246,.22);border-radius:32px;background:linear-gradient(180deg,rgba(20,20,40,.58),rgba(8,9,20,.9));padding:32px 36px 30px;box-shadow:0 34px 95px rgba(0,0,0,.46);backdrop-filter:blur(18px);display:flex;flex-direction:column;justify-content:flex-start}
.pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:max-content;margin:0 auto;border:1px solid rgba(139,92,246,.58);background:rgba(139,92,246,.11);color:#c7b4ff;border-radius:999px;padding:6px 22px;font-size:11px;font-weight:500}.waitlist-card h2{text-align:center;font-size:clamp(34px,3vw,39px);line-height:1.02;letter-spacing:-.055em;margin:28px 0 8px}.waitlist-card>p{text-align:center;color:#aab2c8;font-size:16px;line-height:1.35;margin:0 0 24px}.waitlist-form{display:grid;gap:8px}.input-wrap{min-height:54px;display:flex;align-items:center;gap:10px;border:1px solid rgba(96,125,168,.25);background:#11182b;border-radius:8px;padding:0 14px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.input-wrap span{color:var(--purple);font-size:18px;line-height:1}.input-wrap input{width:100%;border:0;outline:0;background:transparent;color:#fff;padding:0;font-size:15px;font-weight:600}.input-wrap input::placeholder{color:#7f8aa3;opacity:1}.input-wrap:focus-within{border-color:var(--purple);box-shadow:0 0 0 3px rgba(139,92,246,.15),inset 0 0 0 1px rgba(255,255,255,.04)}.waitlist-form .btn-primary{min-height:58px;margin-top:4px;border-radius:8px;font-size:18px;letter-spacing:-.02em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form-message{min-height:18px;text-align:center;font-size:12px;font-weight:700;margin:0;color:var(--purple-3)}.form-message.ok{color:#86efac}.form-message.error{color:#fca5a5}.social-proof{display:flex;align-items:center;gap:14px;margin:12px 0 12px;border-bottom:1px solid var(--line);padding-bottom:14px}.avatars{display:flex;align-items:center}.avatars img,.avatars span{width:31px;height:31px;border:2px solid #111124;border-radius:50%;margin-left:-7px;object-fit:cover}.avatars img:first-child{margin-left:0}.avatars span{display:grid;place-items:center;background:#6d28d9;color:white;font-size:11px;font-weight:800}.social-proof p{margin:0;color:#b9b9cc;font-size:12px;line-height:1.35}.benefits h3{text-align:center;font-size:13px;margin:0 0 14px}.benefits ul{list-style:none;margin:0;padding:0;display:grid;gap:13px}.benefits li{display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center}.benefits strong{color:var(--purple-3)}.benefits small{display:block;color:#c6c6d8;font-size:16px;line-height:1.15}.benefit-icon{grid-row:span 2;width:42px;height:42px;display:block;border-radius:50%;background-color:#22134a;background-image:linear-gradient(rgba(139,92,246,.16),rgba(139,92,246,.16));position:relative}.benefit-icon::after{content:"";position:absolute;inset:9px;background:#d35cff;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}.icon-discount::after{-webkit-mask-image:url("assets/icons/benefit-discount.svg");mask-image:url("assets/icons/benefit-discount.svg");-webkit-mask-position:center 58%;mask-position:center 58%}.icon-badge::after{-webkit-mask-image:url("assets/icons/benefit-badge.svg");mask-image:url("assets/icons/benefit-badge.svg")}.icon-gift::after{-webkit-mask-image:url("assets/icons/benefit-gift.svg");mask-image:url("assets/icons/benefit-gift.svg")}
.waitlist-form .field-error{text-align:center;font-size:13px}

.promo{width:100%;padding:0 0 72px}.promo-inner{min-height:178px;background:linear-gradient(105deg,#8b5cf6,#b197ff 70%,#ded7ff);display:grid;grid-template-columns:1fr 1.6fr;gap:34px;align-items:center;padding:30px 42px;overflow:hidden}.promo h2{font-size:26px;line-height:1.2;margin:0 0 12px}.promo p{margin:0;color:#f4efff}.promo-window{height:145px;min-width:0;background:rgba(255,255,255,.85);border-radius:12px;box-shadow:0 20px 45px rgba(0,0,0,.20);overflow:hidden}.window-bar{height:28px;background:#eef0ff;display:flex;gap:6px;align-items:center;padding-left:14px}.window-bar span{width:8px;height:8px;border-radius:50%;background:#b9b5cc}.window-body{display:grid;grid-template-columns:90px minmax(0,1fr) 95px;gap:16px;padding:16px}.product-column{border-radius:8px;background:linear-gradient(#dad6ff,#fff)}.product-grid-mini{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.product-grid-mini img{width:100%;height:72px;object-fit:cover;border-radius:8px}.plant-card{border-radius:8px;background:linear-gradient(135deg,#fff,#e5e7eb)}

.section-heading{text-align:center;margin-bottom:42px}.section-heading h2{font-size:clamp(32px,4vw,46px);line-height:1.13;letter-spacing:-.05em;margin:16px 0 14px}.section-heading p{color:var(--muted);margin:0}.steps{border-top:1px solid var(--line);background:linear-gradient(180deg,#050520,#040420)}.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.step-card{position:relative;min-height:330px;border:1px solid rgba(139,92,246,.22);background:linear-gradient(180deg,#121226,#0d0d20);border-radius:22px;padding:36px 28px 24px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.22)}.step-number{position:absolute;top:-1px;left:-1px;width:46px;height:46px;display:grid;place-items:center;border-radius:0 0 22px 0;background:linear-gradient(135deg,#8b5cf6,#7c3aed);font-size:20px;font-weight:900}.step-card h3{font-size:22px;line-height:1.12;margin:16px 0 18px;letter-spacing:-.04em}.step-card p{font-size:16px;line-height:1.55;color:var(--muted);margin:0 0 18px}.muted{color:var(--muted-2)!important}.idea-card{position:relative;min-height:158px;display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:12px;align-items:center;margin-top:6px}.idea-card img{width:132px;height:150px;object-fit:contain;border-radius:0}.prompt-chip{align-self:start;margin-top:14px;border-radius:9px;background:#202238;color:#d8d8ec;font-size:12px;line-height:1.35;padding:11px 12px}.step-footnote{position:absolute;left:28px;right:28px;bottom:22px;color:#8d8da8!important;font-size:13px!important;margin:0!important}.ghost-button{border:1px solid rgba(139,92,246,.45);background:rgba(139,92,246,.16);color:#ede9fe;border-radius:9px;padding:8px 11px;font-size:12px}.mockup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.mockup-cell{display:grid;place-items:center;aspect-ratio:1.78;min-height:86px;background:#f0eef8;border-radius:18px;overflow:hidden;padding:10px}.mockup-grid img{display:block;width:100%;height:100%;max-width:112px;max-height:112px;object-fit:contain}.check-list{list-style:none;margin:24px 0 28px;padding:0;display:grid;gap:13px}.check-list li{display:flex;justify-content:space-between;color:#c8c8dd;font-size:13px}.check-list li::after{content:"✓";color:#22c55e;font-weight:900}.social-icons{display:flex;gap:16px;justify-content:center;align-items:center;margin:20px 0 28px}.social-icons img{width:26px;height:26px;object-fit:contain}.tiktok-mark{width:26px;height:26px;border-radius:50%;background:#fff;display:inline-grid;place-items:center;box-shadow:0 0 0 1px rgba(255,255,255,.05)}.tiktok-mark::after{content:"";width:18px;height:18px;background:#000;-webkit-mask:url("assets/social/tiktok.png") center/contain no-repeat;mask:url("assets/social/tiktok.png") center/contain no-repeat}.wide-img{height:112px;width:100%;object-fit:cover;object-position:center 42%;border-radius:16px}

.launch{border-top:1px solid var(--line);background:linear-gradient(180deg,#080820,#05051a)}.launch-grid{display:grid;grid-template-columns:430px minmax(0,1fr);align-items:center;gap:52px}.launch h2{font-size:clamp(42px,5vw,58px);line-height:1.12;letter-spacing:-.06em;margin:0 0 28px}.launch p{color:var(--muted);line-height:1.7}.dashboard{display:grid;grid-template-columns:150px 1fr 220px;grid-template-rows:auto auto;gap:18px;min-height:420px;border:1px solid rgba(139,92,246,.25);border-radius:18px;background:#0c0c1e;padding:24px;box-shadow:0 26px 80px rgba(0,0,0,.35)}.dashboard-sidebar{grid-row:1/3;display:flex;flex-direction:column;gap:9px;font-size:12px;color:#9d9db8}.dashboard-sidebar strong{color:white;margin-bottom:12px}.dashboard-sidebar strong span{color:#a855f7}.dashboard-sidebar .mock-link{display:block;padding:9px 10px;border-radius:8px}.dashboard-sidebar .mock-link.active{background:rgba(139,92,246,.18);color:#ede9fe}.dashboard-products{grid-column:2/4}.dashboard-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dashboard h3{font-size:14px;margin:0}.dashboard-title-row .mock-link{font-size:12px;color:#c4b5fd}.product-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}.product-row article{display:grid;grid-template-rows:minmax(0,1fr) auto;background:#111128;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:8px;min-width:0}.product-row img{width:100%;height:100%;object-fit:contain;background:#071026;border-radius:8px;padding:6px}.product-row strong{display:block;margin-top:7px;font-size:12px}.generator-card{grid-column:2/3;border:1px solid rgba(139,92,246,.42);border-radius:14px;background:#121228;padding:18px}.generator-card label{display:block;color:#8e8eaa;font-size:11px;margin:12px 0 8px}.generator-card input{width:100%;border:0;outline:0;border-radius:8px;background:#20203b;color:#e8e8fb;padding:12px}.generated-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.generated-grid img{height:64px;width:100%;object-fit:contain;background:#071026;border-radius:8px;padding:4px}.generator-card .btn{padding:12px}.dashboard .mock-link,.dashboard .static-button{cursor:default;user-select:none}.dashboard .static-button:hover{transform:none;filter:none}.sales-card{align-self:end;background:#161637;border-radius:14px;padding:22px;color:var(--purple-3)}.sales-card span{color:#a8a8c3;font-size:13px}.sales-card strong{display:block;color:white;font-size:30px;letter-spacing:-.04em;margin:6px 0}.sales-card em{display:block;color:#22c55e;font-style:normal;font-weight:800;font-size:13px}.sales-card svg{display:block;width:100%;height:clamp(86px,12vw,132px);margin-top:18px;color:#8b5cf6}.sales-chart path{fill:none;stroke:currentColor;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}
.product-visual{width:100%;aspect-ratio:1.1;min-height:118px;display:grid;place-items:center;overflow:hidden;background:#071026;border-radius:8px}.product-row .product-visual img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;background:transparent;border-radius:0;padding:0}.product-row .hide-asset-price img{height:100%;transform:none;clip-path:none}.sales-card svg{display:block;width:100%;height:72px;margin-top:6px;color:#8b5cf6}.sales-chart .sales-area{fill:url(#salesFill);stroke:none}.sales-chart .sales-line{fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 4px rgba(139,92,246,.55))}

.platform-strip{border-block:1px solid var(--line);padding:22px 0;background:linear-gradient(180deg,#05051d,#030316)}.platform-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;color:#c8c8dd;min-height:118px;padding-top:46px}.platform-logo{display:block;height:42px;max-width:150px;object-fit:contain;opacity:.86;filter:grayscale(1) brightness(1.85) contrast(.92)}.etsy-logo{width:82px}.shopify-logo{width:132px}.tiktok-shop-logo{width:150px;filter:brightness(0) invert(1) opacity(.9)}.amazon-logo{width:420px;height:100px;filter:brightness(0) invert(1) opacity(.82)}.pinterest-logo{width:420px;max-width:420px;height:100px;filter:grayscale(1) brightness(1.85) contrast(.95)}.platform-more{display:flex;align-items:center;height:42px;font-size:16px;color:#d7d7e8;white-space:nowrap}.platform-connect{position:absolute;left:50%;top:0;transform:translateX(-50%);display:flex;align-items:center;gap:14px;white-space:nowrap;font-size:15px;color:#e4e4f1}.connected{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900;color:#a7f3d0;background:#064e3b;border-radius:999px;padding:7px 8px 7px 14px}.connected span{width:22px;height:22px;border-radius:999px;background:#67e8f9;box-shadow:inset 0 0 0 2px rgba(255,255,255,.75)}.store-domain{display:inline-flex;align-items:center;gap:8px;color:#c4b5fd;background:#0b0915;border:1px solid rgba(139,92,246,.28);padding:7px 10px;font-weight:700}.store-domain i{width:15px;height:15px;background:#a855f7;-webkit-mask:url("assets/icons/platform-link.svg") center/contain no-repeat;mask:url("assets/icons/platform-link.svg") center/contain no-repeat}.logo-text{font-size:22px;font-weight:900;color:white;opacity:.55}.compare-layout{display:grid;grid-template-columns:minmax(0,1fr) 180px minmax(0,1fr);gap:42px;align-items:center}.compare-card{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#101023,#0c0c1e);padding:34px}.compare-card h3{display:flex;align-items:center;gap:10px;font-size:18px;margin:0 0 26px}.compare-card ul{list-style:none;margin:0;padding:0;display:grid;gap:18px}.compare-card li{font-size:14px;color:#c9c9dd;display:flex;gap:13px}.old li::before{content:"✕";color:var(--red);font-weight:900}.new li::before{content:"✓";color:var(--green);font-weight:900}.old h3 span{color:var(--red)}.new h3 span{color:var(--purple-2)}.orb{height:90px;width:90px;margin:auto;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 40% 35%,#a78bfa,#4f46e5);box-shadow:0 0 0 38px rgba(139,92,246,.08),0 0 90px rgba(139,92,246,.55)}.orb span{font-size:32px}.features{border-top:1px solid var(--line)}.feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.feature-card{min-height:242px;border:1px solid var(--line);border-radius:13px;background:#08081b;padding:28px 18px;text-align:center}.feature-card span{width:58px;height:58px;margin:0 auto 22px;border:1px solid var(--line);border-radius:15px;background:#11112a;display:grid;place-items:center;color:var(--purple-2);font-size:24px}.feature-card h3{font-size:15px;line-height:1.35;margin:0 0 15px}.feature-card p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.feature-icon{position:relative}.feature-icon::after{content:"";position:absolute;inset:14px;background:#c05cff;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}.feature-magic::after{-webkit-mask-image:url("assets/icons/feature-magic.svg");mask-image:url("assets/icons/feature-magic.svg")}.feature-file::after{-webkit-mask-image:url("assets/icons/feature-file.svg");mask-image:url("assets/icons/feature-file.svg")}.feature-store::after{-webkit-mask-image:url("assets/icons/feature-store.svg");mask-image:url("assets/icons/feature-store.svg")}.feature-fulfillment::after{-webkit-mask-image:url("assets/icons/feature-fulfillment.svg");mask-image:url("assets/icons/feature-fulfillment.svg")}.feature-marketing::after{-webkit-mask-image:url("assets/icons/feature-marketing.svg");mask-image:url("assets/icons/feature-marketing.svg")}.feature-analytics::after{-webkit-mask-image:url("assets/icons/feature-analytics.svg");mask-image:url("assets/icons/feature-analytics.svg")}.stats{padding:0 0 42px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;border:1px solid var(--line);border-radius:14px;background:#111128;padding:24px 28px}.stats article{display:grid;grid-template-columns:38px 1fr;column-gap:12px}.stats span{grid-row:span 2;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(139,92,246,.16);color:var(--purple-2)}.stats strong{font-size:13px}.stats small{color:#d2d2e6;font-size:11px;margin-top:4px}.stats-icon{position:relative}.stats-icon::after{content:"";position:absolute;inset:7px;background:#a855f7;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}.stat-time::after{-webkit-mask-image:url("assets/icons/stat-time.svg");mask-image:url("assets/icons/stat-time.svg")}.stat-sales::after{-webkit-mask-image:url("assets/icons/stat-sales.svg");mask-image:url("assets/icons/stat-sales.svg")}.stat-cost::after{-webkit-mask-image:url("assets/icons/stat-cost.svg");mask-image:url("assets/icons/stat-cost.svg")}.stat-global::after{-webkit-mask-image:url("assets/icons/stat-global.svg");mask-image:url("assets/icons/stat-global.svg")}

.merchant-waitlist{border-top:1px solid var(--line);background:radial-gradient(circle at 82% 20%,rgba(139,92,246,.18),transparent 30%),linear-gradient(180deg,#080820,#040420)}
.waitlist-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:52px;align-items:start}
.waitlist-copy{position:sticky;top:104px}
.waitlist-copy h2{font-size:clamp(38px,4.8vw,56px);line-height:1.08;letter-spacing:-.06em;margin:18px 0 20px}
.waitlist-copy h2 span{color:var(--purple-2)}
.waitlist-copy>p{color:#c8c8dc;line-height:1.75;margin:0 0 28px;max-width:500px}
.waitlist-highlights{list-style:none;margin:0;padding:0;display:grid;gap:15px}
.waitlist-highlights li{display:flex;align-items:center;gap:12px;color:#deddf0;font-size:14px}
.waitlist-highlights span{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--line-purple);border-radius:11px;background:rgba(139,92,246,.14);color:var(--purple-3);font-weight:900}
.merchant-form-card{border:1px solid rgba(139,92,246,.26);border-radius:24px;background:linear-gradient(180deg,rgba(18,18,40,.96),rgba(10,10,30,.96));padding:30px;box-shadow:var(--shadow)}
.merchant-form{display:grid;gap:18px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.field{display:grid;gap:8px}
.field-wide{grid-column:1/-1}
.field label{color:#ececff;font-size:13px;font-weight:800}
.field label span{color:var(--muted-2);font-weight:600}
.field input,.field select,.field textarea{width:100%;border:1px solid rgba(255,255,255,.09);outline:0;border-radius:12px;background:#16162c;color:#fff;padding:14px 15px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.field select{appearance:auto}
.field textarea{resize:vertical;min-height:116px}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--purple);box-shadow:0 0 0 4px rgba(139,92,246,.16);background:#181830}
.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:rgba(239,68,68,.9)}
.field-error{min-height:17px;margin:0;color:#fca5a5;font-size:12px;line-height:1.35}
.checkbox-row{display:flex!important;align-items:flex-start;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#121228;color:#e8e8fb!important;font-weight:700!important}
.checkbox-row input{width:18px;height:18px;margin:1px 0 0;padding:0;border-radius:4px;background:transparent;accent-color:var(--purple);flex:0 0 auto}
.modal[hidden]{display:none}
.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px}
.modal-backdrop{position:absolute;inset:0;background:rgba(2,2,14,.78);backdrop-filter:blur(10px)}
.modal-panel{position:relative;width:min(440px,100%);border:1px solid var(--line-purple);border-radius:24px;background:linear-gradient(180deg,#151532,#09091f);box-shadow:var(--shadow);padding:34px;text-align:center}
.modal-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#20203b;color:white;font-size:22px;line-height:1}
.modal-icon{width:54px;height:54px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:rgba(34,197,94,.16);color:#86efac;font-size:28px;font-weight:900}
.modal-panel h2{font-size:26px;line-height:1.18;letter-spacing:-.04em;margin:0 0 12px}
.modal-panel p{color:#c8c8dc;line-height:1.6;margin:0 0 24px}
.site-footer{border-top:1px solid var(--line);padding:42px 0 46px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.site-footer p{color:var(--muted);line-height:1.7}.footer-action{display:flex;justify-content:flex-end;align-items:center;gap:26px}.footer-action .btn{width:auto;padding-inline:28px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease, transform .6s ease}.reveal.is-visible{opacity:1;transform:none}

@media(max-width:1050px){
  .container{width:min(calc(100% - 40px),var(--max))}.site-header{padding-inline:20px}.hero{min-height:auto;padding:94px 0 72px}.hero-grid,.launch-grid,.waitlist-layout{min-height:auto;grid-template-columns:1fr}.hero-copy{padding-top:0}.hero h1{max-width:760px}.hero h2{margin-bottom:32px}.waitlist-card{width:100%;max-width:520px;min-height:auto;padding:52px 44px;margin:0 auto}.hero-metrics,.steps-grid,.feature-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard{grid-template-columns:140px 1fr}.dashboard-products,.generator-card{grid-column:2/3}.sales-card{grid-column:2/3}.compare-layout{grid-template-columns:1fr}.orb{height:74px;width:74px}.promo-inner{grid-template-columns:1fr}.waitlist-copy{position:static}.footer-grid{grid-template-columns:1fr}.footer-action{justify-content:flex-start;flex-wrap:wrap}
}
@media(max-width:760px){
  .container{width:min(calc(100% - 28px),var(--max))}.brand{font-size:14px;gap:8px}.brand-mark{width:34px;height:34px}.nav{display:none;position:absolute;left:20px;right:20px;top:68px;flex-direction:column;align-items:stretch;background:#0d0d23;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.nav.open{display:flex}.menu-button{display:block}.hero{min-height:auto;padding:86px 0 54px}.hero-bg{background-position:center top}.hero h1{font-size:clamp(42px,13vw,58px);margin:20px 0 30px}.hero h2{font-size:clamp(36px,10.8vw,48px);margin:0 0 24px}.hero-lead{font-size:18px;line-height:1.5}.hero-metrics,.steps-grid,.feature-grid,.stats-grid,.form-grid{grid-template-columns:1fr}.hero-metrics{gap:22px}.hero-metrics article{min-height:auto}.hero-promo{width:100%}.waitlist-card{padding:36px 22px;border-radius:28px}.waitlist-card h2{font-size:40px;margin-top:30px}.waitlist-card>p{font-size:18px}.input-wrap{min-height:68px;padding:0 16px}.input-wrap input{font-size:16px}.waitlist-form .btn-primary{min-height:72px;font-size:20px}.idea-card{grid-template-columns:minmax(0,1fr) 130px}.mockup-grid{gap:12px}.mockup-cell{min-height:84px}.promo-inner{width:100%;padding:26px 20px}.dashboard{grid-template-columns:1fr}.dashboard-sidebar,.dashboard-products,.generator-card,.sales-card{grid-column:1}.dashboard-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-sidebar strong{grid-column:1/-1}.product-row{grid-template-columns:repeat(2,minmax(0,1fr))}.section{padding:70px 0}.section-heading h2 br,.features h2 br,.compare h2 br,.launch h2 br{display:none}.merchant-form-card{padding:22px}.modal-panel{padding:30px 22px}.footer-action .btn{width:100%}
}

.step-card,.mockup-grid,.mockup-cell{min-width:0;max-width:100%}.mockup-grid{width:100%;overflow:hidden}.mockup-cell{width:100%;padding:clamp(6px,1.4vw,10px)}.mockup-grid img{width:min(72%,112px);height:auto;max-width:100%;max-height:100%;object-fit:contain}.platform-inner{flex-wrap:wrap;justify-content:center}.platform-logo{height:clamp(28px,3.2vw,42px);max-width:clamp(76px,14vw,150px)}.amazon-logo{width:clamp(92px,14vw,135px);height:clamp(34px,5vw,52px)}.pinterest-logo{width:clamp(132px,20vw,210px);max-width:clamp(132px,20vw,210px);height:clamp(40px,5.8vw,64px);transform:scale(1.55);transform-origin:center}
@media(max-width:760px){.step-card{padding:34px 18px 22px}.mockup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mockup-cell{aspect-ratio:1.55;min-height:0;border-radius:16px}.mockup-grid img{width:76%;max-width:96px}.platform-strip{padding:18px 0}.platform-inner{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));align-items:center;justify-items:center;gap:18px 22px;min-height:0;padding-top:0}.platform-connect{position:static;transform:none;grid-column:1/-1;justify-content:center;flex-wrap:wrap;white-space:normal;text-align:center;row-gap:8px}.platform-logo{width:100%;max-width:130px;height:34px}.tiktok-shop-logo{max-width:150px}.amazon-logo{width:130px;height:44px}.pinterest-logo{width:170px;max-width:170px;height:52px;transform:scale(1.7)}.platform-more{height:34px;justify-content:center}}

/* Responsive safety pass */
.page,.container,section,article,aside,div,form{min-width:0}
h1,h2,h3,p,li,strong,small,span,label,input,button,textarea,select{overflow-wrap:break-word}
.btn,.pill,.input-wrap,.store-domain,.connected{max-width:100%}
.btn{text-align:center;white-space:normal;line-height:1.15}
.section-heading h2,.hero h1,.hero h2,.launch h2,.waitlist-copy h2,.waitlist-card h2{text-wrap:balance}
.hero-lead,.launch p,.section-heading p,.waitlist-copy>p,.feature-card p,.compare-card li,.site-footer p{text-wrap:pretty}
.dashboard,.merchant-form-card,.waitlist-card,.compare-card,.feature-card,.stats-grid{max-width:100%}
.dashboard-sidebar .mock-link,.dashboard-title-row .mock-link{overflow:hidden;text-overflow:ellipsis}
.field input,.field select,.field textarea,.input-wrap input{min-width:0}
.platform-inner.reveal{opacity:1;transform:none}
.brand{min-width:0}
.brand span{min-width:0;max-width:100%;overflow-wrap:anywhere}
.product-row article,.product-visual{min-width:0;max-width:100%}
.product-visual{height:auto}
.product-row .product-visual img{object-fit:contain}
.sales-card{min-width:0;overflow:hidden}
.sales-chart{max-width:100%;min-width:0}
#home,#how-it-works,#dashboard,#features{scroll-margin-top:76px}
.reveal{opacity:1;transform:none}

@media(max-width:1180px){
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,360px)}
  .hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
  .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:900px){
  .container{width:min(calc(100% - 32px),var(--max))}
  .site-header{height:auto;min-height:58px}
  .brand{font-size:clamp(13px,3.6vw,18px);white-space:normal;line-height:1.08}
  .brand-mark{width:38px;height:38px}
  .nav{display:none}
  .hero-grid,.launch-grid,.waitlist-layout{grid-template-columns:1fr}
  .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .waitlist-card{width:min(100%,520px);justify-self:center}
  .dashboard{grid-template-columns:1fr}
  .dashboard-sidebar,.dashboard-products,.generator-card,.sales-card{grid-column:1}
  .dashboard-products{min-width:0}
  .platform-inner{gap:20px}
  .platform-connect{font-size:14px}
  .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:560px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .section{padding:56px 0}
  .hero{padding-top:76px}
  .hero h1{font-size:clamp(36px,11vw,46px);letter-spacing:-.055em;margin-bottom:24px}
  .hero h2{font-size:clamp(32px,9vw,40px);letter-spacing:-.05em}
  .hero-lead{font-size:16px}
  .eyebrow,.section-kicker{font-size:10px;letter-spacing:.11em;white-space:normal}
  .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .hero-metrics h3{font-size:13px}
  .hero-metrics p{font-size:11px}
  .hero-promo{margin-top:18px}
  .waitlist-card{padding:30px 18px;border-radius:24px}
  .waitlist-card h2{font-size:clamp(34px,10vw,40px)}
  .waitlist-card>p{font-size:16px}
  .social-proof{align-items:flex-start;flex-wrap:wrap;justify-content:center;text-align:center}
  .benefits small{font-size:14px}
  .steps-grid,.feature-grid,.stats-grid,.form-grid{grid-template-columns:1fr}
  .step-card{padding:32px 16px 22px;border-radius:20px}
  .step-card h3{font-size:clamp(20px,7vw,28px)}
  .step-card p{font-size:clamp(15px,4.8vw,18px)}
  .mockup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .mockup-cell{aspect-ratio:1.42;padding:6px;border-radius:16px}
  .mockup-grid img{width:72%;max-width:86px}
  .idea-card{grid-template-columns:1fr;min-height:0}
  .idea-card img{justify-self:center;width:min(170px,70%)}
  .step-footnote{position:static;margin-top:16px!important}
  .dashboard{padding:16px;gap:14px}
  .dashboard-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));font-size:12px}
  .product-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-visual{min-height:0;aspect-ratio:1.22}
  .product-row strong{font-size:13px}
  .generator-card{padding:16px}
  .generated-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sales-card{padding:18px}
  .sales-card strong{font-size:clamp(30px,12vw,46px)}
  .sales-card svg{height:clamp(82px,28vw,120px)}
  .platform-inner{grid-template-columns:repeat(2,minmax(0,1fr))}
  .platform-connect{font-size:13px}
  .platform-connect strong{width:100%}
  .connected,.store-domain{font-size:11px}
  .platform-logo{max-width:min(125px,42vw)}
  .amazon-logo{width:min(126px,42vw)}
  .pinterest-logo{width:min(146px,46vw);max-width:min(146px,46vw)}
  .compare-card{padding:24px}
  .section-heading h2{font-size:clamp(30px,9vw,40px)}
  .launch h2{font-size:clamp(34px,10vw,46px)}
  .feature-card{min-height:auto}
  .stats-grid{padding:20px;gap:20px}
  .stats article{grid-template-columns:36px minmax(0,1fr)}
  .footer-action{display:grid;gap:16px}
}

@media(max-width:390px){
  .container{width:min(calc(100% - 20px),var(--max))}
  .brand{font-size:clamp(10px,3.1vw,12px);line-height:1.12}
  .brand-mark{width:34px;height:34px}
  .hero-metrics{grid-template-columns:1fr 1fr;gap:14px}
  .mockup-grid img{width:68%;max-width:76px}
  .product-row{grid-template-columns:1fr}
  .product-row article{padding:8px}
  .product-visual{aspect-ratio:1.24}
  .platform-inner{grid-template-columns:1fr}
  .platform-connect{grid-column:1}
  .platform-logo,.tiktok-shop-logo,.amazon-logo,.pinterest-logo{width:min(170px,70vw);max-width:min(170px,70vw);height:38px}
  .pinterest-logo{width:min(210px,78vw);max-width:min(210px,78vw);height:52px;transform:scale(1.7)}
}

@media(max-width:340px){
  .site-header{padding-inline:10px}
  .brand{font-size:10px}
  .brand-mark{width:30px;height:30px;flex:0 0 30px}
  .hero h1{font-size:34px}
  .hero h2{font-size:30px}
  .hero-metrics{grid-template-columns:1fr}
  .mockup-grid{grid-template-columns:1fr}
  .mockup-cell{aspect-ratio:1.7}
  .mockup-grid img{width:62%;max-width:88px}
  .dashboard-sidebar{grid-template-columns:1fr}
  .generated-grid{grid-template-columns:1fr}
  .stats article{grid-template-columns:32px minmax(0,1fr)}
}

/* Render icon assets as images instead of CSS masks for consistent browser support. */
.benefit-icon::after,.feature-icon::after,.stats-icon::after{content:none!important}

/* Final responsive tuning for launch dashboard and How it works flow. */
.dashboard-scroll{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-color:rgba(139,92,246,.55) rgba(255,255,255,.06);
}
.dashboard-scroll .dashboard{
  width:760px!important;
  max-width:none!important;
  grid-template-columns:150px 1fr 220px!important;
  grid-template-rows:auto auto!important;
}
.dashboard-scroll .dashboard-sidebar{
  grid-row:1/3!important;
  display:flex!important;
  grid-template-columns:none!important;
  flex-direction:column!important;
}
.dashboard-scroll .dashboard-products{
  grid-column:2/4!important;
}
.dashboard-scroll .generator-card{
  grid-column:2/3!important;
}
.dashboard-scroll .sales-card{
  grid-column:3/4!important;
}
.dashboard-scroll .product-row{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

.steps-flow{
  grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr)!important;
  gap:16px!important;
}
.flow-card,
.flow-card.flow-idea{
  height:272px!important;
  min-height:0!important;
  padding:20px 22px!important;
}
.flow-card.flow-idea{
  display:block!important;
}
.flow-title h3{
  font-size:17px!important;
}
.flow-card.flow-idea .idea-speech{
  font-weight:500!important;
}

@media(max-width:1050px) and (min-width:761px){
  .launch-grid{
    grid-template-columns:minmax(320px,430px) minmax(0,1fr)!important;
    align-items:center!important;
    gap:36px!important;
  }
  .launch-copy{
    min-width:0!important;
  }
  .launch h2{
    font-size:clamp(38px,4.8vw,54px)!important;
  }
}

@media(max-width:1320px) and (min-width:761px){
  .steps-flow{
    grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr)!important;
    gap:12px!important;
  }
  .steps-flow > .flow-arrow{
    display:grid!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    height:272px!important;
    min-height:0!important;
    padding:18px 16px!important;
  }
  .flow-card.flow-idea{
    display:block!important;
  }
  .flow-title{
    gap:10px!important;
  }
  .flow-title h3{
    font-size:clamp(14px,1.35vw,17px)!important;
  }
  .flow-title span{
    width:29px!important;
    height:29px!important;
    font-size:14px!important;
  }
  .flow-card.flow-idea .idea-speech{
    left:18px!important;
    top:68px!important;
    width:min(150px,52%)!important;
    padding:11px 12px!important;
    font-size:12px!important;
    line-height:1.4!important;
  }
  .flow-card.flow-idea .flow-cat{
    position:absolute!important;
    right:16px!important;
    bottom:44px!important;
    width:42%!important;
    height:auto!important;
    max-height:170px!important;
    object-fit:contain!important;
  }
  .flow-card.flow-idea .flow-note{
    position:absolute!important;
    left:22px!important;
    right:22px!important;
    bottom:24px!important;
    font-size:13px!important;
  }
  .create-copy,
  .flow-launch p,
  .flow-market p{
    font-size:13px!important;
  }
  .flow-checks li{
    font-size:12px!important;
    padding:8px 10px!important;
  }
  .flow-market-images img{
    height:68px!important;
  }
}

@media(max-width:760px){
  .launch-grid{
    grid-template-columns:1fr!important;
  }
  .dashboard-scroll{
    margin-top:8px;
  }
  .dashboard-scroll .dashboard{
    width:760px!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    height:auto!important;
    min-height:272px!important;
  }
}
.benefit-icon,.feature-icon,.stats-icon{display:grid;place-items:center;overflow:hidden}
.benefit-icon img,.feature-icon img,.stats-icon img{display:block;width:58%;height:58%;object-fit:contain;filter:brightness(0) saturate(100%) invert(54%) sepia(93%) saturate(2852%) hue-rotate(245deg) brightness(103%) contrast(101%)}
.benefit-icon img{width:54%;height:54%}
.benefits li:first-child .benefit-icon img{transform:translate(1px,3px) scale(1.08)}
.feature-icon img{width:52%;height:52%}
.stats-icon img{width:56%;height:56%}
.feature-card .feature-icon{width:76px!important;height:76px!important;margin:0 auto 22px!important;border:1px solid var(--line)!important;border-radius:19px!important;background:#11112a!important;display:grid!important;place-items:center!important;color:var(--purple-2)!important}
.feature-card .feature-icon img{display:block!important;width:34px!important;height:34px!important;object-fit:contain!important;filter:brightness(0) saturate(100%) invert(54%) sepia(93%) saturate(2852%) hue-rotate(245deg) brightness(103%) contrast(101%)!important}
.feature-card:nth-child(6) .feature-icon img{width:31px!important;height:31px!important;filter:brightness(0) saturate(100%) invert(62%) sepia(86%) saturate(2385%) hue-rotate(245deg) brightness(112%) contrast(104%)!important}
.stats-grid .stats-icon{width:34px!important;height:34px!important;background:transparent!important;border-radius:0!important}
.stats-grid .stats-icon img{width:32px!important;height:32px!important;filter:brightness(0) saturate(100%) invert(54%) sepia(93%) saturate(2852%) hue-rotate(245deg) brightness(103%) contrast(101%)!important}
.stats-grid article:nth-child(1) .stats-icon img,.stats-grid article:nth-child(3) .stats-icon img{width:30px!important;height:30px!important;filter:brightness(0) saturate(100%) invert(54%) sepia(93%) saturate(2852%) hue-rotate(245deg) brightness(103%) contrast(101%)!important}

/* Restore the first step idea card to the previous version layout. */
.steps-grid .step-card:first-child .idea-card{display:grid;grid-template-columns:96px 1fr;gap:13px;align-items:center;min-height:auto;margin-top:14px}
.steps-grid .step-card:first-child .idea-card img{width:96px;height:126px;object-fit:cover;border-radius:12px}
.steps-grid .step-card:first-child .idea-card span{display:block;color:#ddd;font-size:12px;line-height:1.4;margin-bottom:12px}

@media(max-width:560px){
  .steps-grid .step-card:first-child .idea-card{grid-template-columns:96px 1fr}
  .steps-grid .step-card:first-child .idea-card img{justify-self:auto;width:96px;height:126px}
}

/* Restore How it works section to the previous version. */
.steps{border-top:1px solid var(--line);background:var(--bg)}
.section-heading{margin-bottom:52px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.step-card{position:relative;min-height:306px;border:1px solid var(--line);background:linear-gradient(180deg,#121227,#0c0c21);border-radius:16px;padding:28px;overflow:hidden;box-shadow:none}
.step-number{position:absolute;top:-1px;left:-1px;width:34px;height:34px;display:grid;place-items:center;border-radius:0 0 14px 0;background:var(--purple);font-size:13px;font-weight:900}
.step-card h3{font-size:17px;line-height:normal;margin:20px 0 12px;letter-spacing:0}
.step-card p{font-size:13px;line-height:1.6;color:var(--muted);margin:0 0 18px}
.steps-grid .step-card:first-child .idea-card,.idea-card{display:grid;grid-template-columns:96px 1fr;gap:13px;align-items:center;min-height:0;margin-top:14px}
.steps-grid .step-card:first-child .idea-card img,.idea-card img{height:126px;width:96px;object-fit:cover;border-radius:12px}
.steps-grid .step-card:first-child .idea-card span,.idea-card span{display:block;color:#ddd;font-size:12px;line-height:1.4;margin-bottom:12px}
.mockup-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:12px}
.mockup-grid img{height:78px;width:100%;max-width:none;max-height:none;object-fit:cover;border-radius:9px}
.mockup-cell{display:contents}
.check-list{list-style:none;margin:24px 0 28px;padding:0;display:grid;gap:13px}
.check-list li{display:flex;justify-content:space-between;color:#c8c8dd;font-size:13px}
.check-list li::after{content:"✓";color:#22c55e;font-weight:900}
.social-icons{display:flex;gap:14px;justify-content:center;align-items:center;color:#a855f7;margin:16px 0}
.social-icons img{width:26px;height:26px;object-fit:contain}
.tiktok-mark{width:26px;height:26px}
.wide-img{height:98px;width:100%;object-fit:cover;border-radius:10px}

@media(max-width:1050px){
  .steps-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:760px){
  .steps-grid{grid-template-columns:1fr}
}

/* Final override at EOF: current flow cards, corrected bubble, aligned titles, native icon backs. */
.steps-flow{display:grid!important;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr)!important;gap:16px!important;align-items:center!important;justify-content:stretch!important}
.flow-card,.flow-card.flow-idea{height:272px!important;min-height:0!important;padding:20px 22px!important;overflow:hidden!important}
.flow-title{display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 18px!important}
.flow-title span{display:grid!important;place-items:center!important;width:29px!important;height:29px!important;border-radius:50%!important;flex:0 0 auto!important}
.flow-title h3{font-size:17px!important;line-height:1.15!important;margin:0!important;letter-spacing:-.02em!important}
.idea-speech{position:absolute!important;left:22px!important;top:82px!important;width:170px!important;min-height:68px!important;padding:12px 14px!important;background:rgba(31,36,57,.86)!important;border:2px solid rgba(148,163,184,.48)!important;border-radius:10px!important;color:rgba(255,255,255,.92)!important;font-size:13px!important;line-height:1.45!important;font-weight:700!important;box-shadow:0 18px 50px rgba(0,0,0,.20),inset 0 0 18px rgba(255,255,255,.03)!important}
.idea-speech span{position:relative!important;z-index:3!important}
.idea-speech::before{content:""!important;position:absolute!important;left:18px!important;bottom:-15px!important;width:0!important;height:0!important;border-top:15px solid rgba(148,163,184,.48)!important;border-left:14px solid transparent!important;border-right:14px solid transparent!important;z-index:1!important}
.idea-speech::after{content:""!important;position:absolute!important;left:21px!important;bottom:-11px!important;width:0!important;height:0!important;border-top:13px solid rgba(31,36,57,.86)!important;border-left:11px solid transparent!important;border-right:11px solid transparent!important;z-index:2!important}
.idea-speech .tail-mask{position:absolute!important;left:20px!important;bottom:-2px!important;width:26px!important;height:4px!important;background:rgba(31,36,57,.86)!important;z-index:3!important;pointer-events:none!important}
.flow-cat{position:absolute!important;right:12px!important;bottom:45px!important;width:116px!important;height:180px!important;object-fit:cover!important;object-position:center top!important}
.flow-social img[src*="pinterest"],.flow-social img[src*="tiktok"]{background:transparent!important;padding:0!important;box-shadow:none!important}

@media(max-width:1320px){
  .steps-flow{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr)!important;gap:12px!important}
  .idea-speech{left:20px!important;width:158px!important}
  .flow-cat{right:8px!important;width:108px!important}
}

@media(max-width:1100px){
  .steps-flow{grid-template-columns:1fr!important;gap:18px!important}
  .flow-arrow{transform:rotate(90deg)!important;font-size:28px!important}
  .flow-card,.flow-card.flow-idea{height:auto!important;min-height:272px!important}
}

/* Final Step 1 anti-overlap layout. */
.flow-card.flow-idea{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 116px!important;
  grid-template-rows:auto minmax(150px,1fr) auto!important;
  column-gap:14px!important;
  row-gap:14px!important;
}
.flow-card.flow-idea .flow-title{
  grid-column:1 / -1!important;
  grid-row:1!important;
  align-self:start!important;
}
.flow-card.flow-idea .idea-speech{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  bottom:auto!important;
  grid-column:1!important;
  grid-row:2!important;
  align-self:start!important;
  justify-self:start!important;
  width:min(100%,170px)!important;
  max-width:100%!important;
  margin-top:12px!important;
}
.flow-card.flow-idea .flow-cat{
  position:static!important;
  grid-column:2!important;
  grid-row:2 / 4!important;
  align-self:start!important;
  justify-self:end!important;
  width:116px!important;
  height:180px!important;
  object-fit:cover!important;
  object-position:center top!important;
}
.flow-card.flow-idea .flow-note{
  position:static!important;
  grid-column:1 / -1!important;
  grid-row:3!important;
  align-self:end!important;
  margin:0!important;
  max-width:100%!important;
}

@media(max-width:1320px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) 108px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:108px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,158px)!important;
  }
}

/* Final visual polish: compact 4-up cards, contained Step 1 art, speech-tail outline. */
.flow-card.flow-idea .idea-speech::before,
.flow-card.flow-idea .idea-speech::after{
  content:""!important;
  position:absolute!important;
  left:18px!important;
  width:28px!important;
  height:18px!important;
  border-style:solid!important;
  transform:none!important;
  border-radius:0 0 0 16px!important;
}
.flow-card.flow-idea .idea-speech::before{
  bottom:-18px!important;
  border-width:0 0 3px 3px!important;
  border-color:transparent transparent rgba(148,163,184,.55) rgba(148,163,184,.55)!important;
  background:transparent!important;
}
.flow-card.flow-idea .idea-speech::after{
  left:21px!important;
  bottom:-13px!important;
  width:24px!important;
  height:14px!important;
  border-width:0 0 3px 3px!important;
  border-color:transparent transparent rgba(31,36,57,.92) rgba(31,36,57,.92)!important;
  background:transparent!important;
}
.flow-card.flow-idea .idea-speech .tail-mask{
  left:20px!important;
  bottom:-2px!important;
  width:50px!important;
  height:8px!important;
  background:rgba(31,36,57,.92)!important;
}

@media(min-width:1051px){
  .flow-card,
  .flow-card.flow-idea{
    height:clamp(320px,29vw,370px)!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(90px,36%)!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    column-gap:10px!important;
    padding:22px 20px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,150px)!important;
    margin-top:18px!important;
    padding:13px 14px!important;
    font-size:clamp(13px,1.05vw,15px)!important;
    line-height:1.32!important;
  }
  .flow-card.flow-idea .flow-cat{
    justify-self:end!important;
    align-self:center!important;
    width:min(130px,100%)!important;
    height:190px!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .flow-card.flow-idea .flow-note{
    font-size:clamp(12px,.9vw,14px)!important;
    line-height:1.35!important;
  }
  .create-four img{
    height:clamp(72px,6.2vw,86px)!important;
  }
  .flow-market-images img{
    height:clamp(82px,7vw,104px)!important;
  }
}

@media(min-width:1051px) and (max-width:1180px){
  .flow-card,
  .flow-card.flow-idea{
    padding:20px 18px!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) 92px!important;
    column-gap:8px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,140px)!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:92px!important;
    height:170px!important;
  }
}

@media(min-width:1051px){
  .steps-flow .flow-card,
  .steps-flow .flow-card.flow-idea{
    height:clamp(320px,29vw,370px)!important;
    min-height:0!important;
    max-height:370px!important;
  }
}

@media(max-width:1100px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(150px,22vw)!important;
    grid-template-rows:auto minmax(190px,1fr) auto!important;
    column-gap:28px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:min(216px,100%)!important;
    height:360px!important;
    max-height:42vw!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(320px,100%)!important;
  }
}

@media(max-width:560px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(112px,36%)!important;
    column-gap:14px!important;
  }
  .flow-card.flow-idea .flow-cat{
    height:178px!important;
    max-height:none!important;
  }
}

/* Absolute final responsive polish for Step 1 and icons. */
.flow-card.flow-idea{
  --bubble-tail:clamp(9px,9%,15px)!important;
  --bubble-tail-x:clamp(16px,12%,30px)!important;
}
.flow-card.flow-idea .idea-speech{
  font-weight:500!important;
  overflow:visible!important;
}
.flow-card.flow-idea .idea-speech::before{
  left:var(--bubble-tail-x)!important;
  bottom:calc(var(--bubble-tail) * -1)!important;
  border-top-width:var(--bubble-tail)!important;
  border-left-width:calc(var(--bubble-tail) * .92)!important;
  border-right-width:calc(var(--bubble-tail) * .92)!important;
}
.flow-card.flow-idea .idea-speech::after{
  left:calc(var(--bubble-tail-x) + 3px)!important;
  bottom:calc((var(--bubble-tail) - 3px) * -1)!important;
  border-top-width:calc(var(--bubble-tail) - 2px)!important;
  border-left-width:calc(var(--bubble-tail) * .72)!important;
  border-right-width:calc(var(--bubble-tail) * .72)!important;
}
.flow-card.flow-idea .idea-speech .tail-mask{
  left:calc(var(--bubble-tail-x) + 2px)!important;
  width:calc(var(--bubble-tail) * 1.9)!important;
}
.flow-social img[src*="pinterest"],
.flow-social img[src*="tiktok"]{
  background:radial-gradient(circle,#fff 0 54%,transparent 55%)!important;
  padding:0!important;
  box-shadow:none!important;
}

@media(max-width:1320px) and (min-width:761px){
  .steps-flow{
    grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;
    gap:18px 14px!important;
  }
  .steps-flow > .flow-arrow:nth-child(4){
    display:none!important;
  }
  .flow-card,.flow-card.flow-idea{
    min-height:360px!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(190px,28%)!important;
    grid-template-rows:auto minmax(170px,1fr) auto!important;
    column-gap:28px!important;
    padding:24px 28px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,520px)!important;
    max-width:100%!important;
    font-size:clamp(15px,1.45vw,20px)!important;
    line-height:1.38!important;
    margin-top:24px!important;
    padding:18px 24px!important;
    border-radius:16px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:min(300px,100%)!important;
    height:320px!important;
    max-height:none!important;
  }
}

@media(max-width:760px){
  .steps-flow{
    grid-template-columns:1fr!important;
  }
  .steps-flow > .flow-arrow{
    display:grid!important;
    transform:rotate(90deg)!important;
  }
  .flow-card,.flow-card.flow-idea{
    min-height:0!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(120px,36%)!important;
    grid-template-rows:auto minmax(170px,1fr) auto!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:100%!important;
    font-size:14px!important;
    line-height:1.4!important;
  }
}

/* Absolute final responsive polish for Step 1 and icons. */
.flow-card.flow-idea{
  --bubble-tail:clamp(9px,9%,15px)!important;
  --bubble-tail-x:clamp(16px,12%,30px)!important;
}
.flow-card.flow-idea .idea-speech{
  font-weight:500!important;
  overflow:visible!important;
}
.flow-card.flow-idea .idea-speech::before{
  left:var(--bubble-tail-x)!important;
  bottom:calc(var(--bubble-tail) * -1)!important;
  border-top-width:var(--bubble-tail)!important;
  border-left-width:calc(var(--bubble-tail) * .92)!important;
  border-right-width:calc(var(--bubble-tail) * .92)!important;
}
.flow-card.flow-idea .idea-speech::after{
  left:calc(var(--bubble-tail-x) + 3px)!important;
  bottom:calc((var(--bubble-tail) - 3px) * -1)!important;
  border-top-width:calc(var(--bubble-tail) - 2px)!important;
  border-left-width:calc(var(--bubble-tail) * .72)!important;
  border-right-width:calc(var(--bubble-tail) * .72)!important;
}
.flow-card.flow-idea .idea-speech .tail-mask{
  left:calc(var(--bubble-tail-x) + 2px)!important;
  width:calc(var(--bubble-tail) * 1.9)!important;
}
.flow-social img[src*="pinterest"],
.flow-social img[src*="tiktok"]{
  background:radial-gradient(circle,#fff 0 54%,transparent 55%)!important;
  padding:0!important;
  box-shadow:none!important;
}

@media(max-width:1320px) and (min-width:761px){
  .steps-flow{
    grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;
    gap:18px 14px!important;
  }
  .steps-flow > .flow-arrow:nth-child(4){
    display:none!important;
  }
  .flow-card,.flow-card.flow-idea{
    min-height:360px!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(190px,28%)!important;
    grid-template-rows:auto minmax(170px,1fr) auto!important;
    column-gap:28px!important;
    padding:24px 28px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,520px)!important;
    max-width:100%!important;
    font-size:clamp(15px,1.45vw,20px)!important;
    line-height:1.38!important;
    margin-top:24px!important;
    padding:18px 24px!important;
    border-radius:16px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:min(300px,100%)!important;
    height:320px!important;
    max-height:none!important;
  }
}

@media(max-width:760px){
  .steps-flow{
    grid-template-columns:1fr!important;
  }
  .steps-flow > .flow-arrow{
    display:grid!important;
    transform:rotate(90deg)!important;
  }
  .flow-card,.flow-card.flow-idea{
    min-height:0!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(120px,36%)!important;
    grid-template-rows:auto minmax(170px,1fr) auto!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:100%!important;
    font-size:14px!important;
    line-height:1.4!important;
  }
}

/* Final responsive polish for the four-step flow. */
.flow-card.flow-idea{
  --bubble-tail:clamp(9px,9%,15px);
  --bubble-tail-x:clamp(16px,12%,30px);
}
.flow-card.flow-idea .idea-speech{
  font-weight:500!important;
  overflow:visible!important;
}
.flow-card.flow-idea .idea-speech::before{
  left:var(--bubble-tail-x)!important;
  bottom:calc(var(--bubble-tail) * -1)!important;
  border-top-width:var(--bubble-tail)!important;
  border-left-width:calc(var(--bubble-tail) * .92)!important;
  border-right-width:calc(var(--bubble-tail) * .92)!important;
}
.flow-card.flow-idea .idea-speech::after{
  left:calc(var(--bubble-tail-x) + 3px)!important;
  bottom:calc((var(--bubble-tail) - 3px) * -1)!important;
  border-top-width:calc(var(--bubble-tail) - 2px)!important;
  border-left-width:calc(var(--bubble-tail) * .72)!important;
  border-right-width:calc(var(--bubble-tail) * .72)!important;
}
.flow-card.flow-idea .idea-speech .tail-mask{
  left:calc(var(--bubble-tail-x) + 2px)!important;
  width:calc(var(--bubble-tail) * 1.9)!important;
}
.flow-social img[src*="pinterest"],
.flow-social img[src*="tiktok"]{
  background:radial-gradient(circle,#fff 0 54%,transparent 55%)!important;
  padding:0!important;
  box-shadow:none!important;
}

@media(max-width:1320px) and (min-width:761px){
  .steps-flow{
    grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;
    gap:18px 14px!important;
  }
  .steps-flow > .flow-arrow:nth-child(4){
    display:none!important;
  }
  .flow-card,.flow-card.flow-idea{
    min-height:360px!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(190px,28%)!important;
    grid-template-rows:auto minmax(170px,1fr) auto!important;
    column-gap:28px!important;
    padding:24px 28px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,520px)!important;
    max-width:100%!important;
    font-size:clamp(15px,1.45vw,20px)!important;
    line-height:1.38!important;
    margin-top:24px!important;
    padding:18px 24px!important;
    border-radius:16px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:min(300px,100%)!important;
    height:320px!important;
    max-height:none!important;
  }
}

@media(max-width:760px){
  .steps-flow{
    grid-template-columns:1fr!important;
  }
  .steps-flow > .flow-arrow{
    display:grid!important;
    transform:rotate(90deg)!important;
  }
  .flow-card,.flow-card.flow-idea{
    min-height:0!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(120px,36%)!important;
    grid-template-rows:auto minmax(170px,1fr) auto!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:100%!important;
    font-size:14px!important;
    line-height:1.4!important;
  }
}

/* Final correction: keep Step 1 content separated and restore native social icon circles. */
.flow-card.flow-idea{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 116px!important;
  grid-template-rows:auto minmax(150px,1fr) auto!important;
  column-gap:14px!important;
  row-gap:14px!important;
}
.flow-card.flow-idea .flow-title{
  grid-column:1 / -1!important;
  grid-row:1!important;
  align-self:start!important;
}
.flow-card.flow-idea .idea-speech{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  bottom:auto!important;
  grid-column:1!important;
  grid-row:2!important;
  align-self:start!important;
  justify-self:start!important;
  width:min(100%,170px)!important;
  max-width:100%!important;
  margin-top:12px!important;
}
.flow-card.flow-idea .flow-cat{
  position:static!important;
  grid-column:2!important;
  grid-row:2 / 4!important;
  align-self:start!important;
  justify-self:end!important;
  width:116px!important;
  height:180px!important;
  object-fit:cover!important;
  object-position:center top!important;
}
.flow-card.flow-idea .flow-note{
  position:static!important;
  grid-column:1 / -1!important;
  grid-row:3!important;
  align-self:end!important;
  margin:0!important;
  max-width:100%!important;
}
.flow-social img[src*="pinterest"],
.flow-social img[src*="tiktok"]{
  background:transparent!important;
  padding:0!important;
  box-shadow:none!important;
}

@media(max-width:1320px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) 108px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:108px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,158px)!important;
  }
}

@media(max-width:1100px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(150px,22vw)!important;
    grid-template-rows:auto minmax(190px,1fr) auto!important;
    column-gap:28px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:min(216px,100%)!important;
    height:360px!important;
    max-height:42vw!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(320px,100%)!important;
  }
}

@media(max-width:560px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(112px,36%)!important;
    column-gap:14px!important;
  }
  .flow-card.flow-idea .flow-cat{
    height:178px!important;
    max-height:none!important;
  }
}

/* Last-word fixes for the current How it works flow. */
.steps-flow{display:grid!important;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr)!important;gap:16px!important;align-items:center!important;justify-content:stretch!important}
.flow-card,.flow-card.flow-idea{height:272px!important;min-height:0!important;padding:20px 22px!important;overflow:hidden!important}
.flow-title{display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 18px!important}
.flow-title span{display:grid!important;place-items:center!important;width:29px!important;height:29px!important;border-radius:50%!important;flex:0 0 auto!important}
.flow-title h3{font-size:17px!important;line-height:1.15!important;margin:0!important;letter-spacing:-.02em!important}
.idea-speech{position:absolute!important;left:22px!important;top:82px!important;width:170px!important;min-height:68px!important;padding:12px 14px!important;background:rgba(31,36,57,.86)!important;border:2px solid rgba(148,163,184,.48)!important;border-radius:10px!important;color:rgba(255,255,255,.92)!important;font-size:13px!important;line-height:1.45!important;font-weight:700!important;box-shadow:0 18px 50px rgba(0,0,0,.20),inset 0 0 18px rgba(255,255,255,.03)!important}
.idea-speech span{position:relative!important;z-index:3!important}
.idea-speech::before{content:""!important;position:absolute!important;left:18px!important;bottom:-15px!important;width:0!important;height:0!important;border-top:15px solid rgba(148,163,184,.48)!important;border-left:14px solid transparent!important;border-right:14px solid transparent!important;z-index:1!important}
.idea-speech::after{content:""!important;position:absolute!important;left:21px!important;bottom:-11px!important;width:0!important;height:0!important;border-top:13px solid rgba(31,36,57,.86)!important;border-left:11px solid transparent!important;border-right:11px solid transparent!important;z-index:2!important}
.idea-speech .tail-mask{position:absolute!important;left:20px!important;bottom:-2px!important;width:26px!important;height:4px!important;background:rgba(31,36,57,.86)!important;z-index:3!important;pointer-events:none!important}
.flow-cat{position:absolute!important;right:12px!important;bottom:45px!important;width:116px!important;height:180px!important;object-fit:cover!important;object-position:center top!important}
.flow-social img[src*="pinterest"],.flow-social img[src*="tiktok"]{background:transparent!important;padding:0!important;box-shadow:none!important}

@media(max-width:1320px){
  .steps-flow{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr)!important;gap:12px!important}
  .idea-speech{left:20px!important;width:158px!important}
  .flow-cat{right:8px!important;width:108px!important}
}

@media(max-width:1100px){
  .steps-flow{grid-template-columns:1fr!important;gap:18px!important}
  .flow-arrow{transform:rotate(90deg)!important;font-size:28px!important}
  .flow-card,.flow-card.flow-idea{height:auto!important;min-height:272px!important}
}

/* Final Step 1 anti-overlap layout. */
.flow-card.flow-idea{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 116px!important;
  grid-template-rows:auto minmax(150px,1fr) auto!important;
  column-gap:14px!important;
  row-gap:14px!important;
}
.flow-card.flow-idea .flow-title{
  grid-column:1 / -1!important;
  grid-row:1!important;
  align-self:start!important;
}
.flow-card.flow-idea .idea-speech{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  bottom:auto!important;
  grid-column:1!important;
  grid-row:2!important;
  align-self:start!important;
  justify-self:start!important;
  width:min(100%,170px)!important;
  max-width:100%!important;
  margin-top:12px!important;
}
.flow-card.flow-idea .flow-cat{
  position:static!important;
  grid-column:2!important;
  grid-row:2 / 4!important;
  align-self:start!important;
  justify-self:end!important;
  width:116px!important;
  height:180px!important;
  object-fit:cover!important;
  object-position:center top!important;
}
.flow-card.flow-idea .flow-note{
  position:static!important;
  grid-column:1 / -1!important;
  grid-row:3!important;
  align-self:end!important;
  margin:0!important;
  max-width:100%!important;
}

@media(max-width:1320px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) 108px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:108px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,158px)!important;
  }
}

@media(max-width:1100px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(150px,22vw)!important;
    grid-template-rows:auto minmax(190px,1fr) auto!important;
    column-gap:28px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:min(216px,100%)!important;
    height:360px!important;
    max-height:42vw!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(320px,100%)!important;
  }
}

@media(max-width:560px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(112px,36%)!important;
    column-gap:14px!important;
  }
  .flow-card.flow-idea .flow-cat{
    height:178px!important;
    max-height:none!important;
  }
}

@media(max-width:560px){
  .idea-speech{left:18px!important;top:76px!important;width:min(168px,52%)!important}
  .flow-cat{right:8px!important;width:min(128px,42%)!important;height:178px!important}
}

/* Definitive flow layout: latest content with the older component-based arrangement. */
.steps{background:#05061b!important;border-top:1px solid rgba(139,92,246,.12)!important;padding:56px 0 86px!important}
.steps .container{width:min(calc(100% - 64px),1240px)!important}
.steps .section-heading{margin-bottom:34px!important;text-align:center!important}
.steps .section-kicker{padding:6px 20px!important;font-size:12px!important;letter-spacing:.18em!important;background:rgba(139,92,246,.12)!important;border-color:rgba(139,92,246,.45)!important;color:#c4a7ff!important}
.steps .section-heading h2{font-size:clamp(30px,3.1vw,42px)!important;line-height:1.1!important;margin:18px 0 0!important;letter-spacing:-.035em!important}
.steps-flow{display:grid!important;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr)!important;gap:16px!important;align-items:center!important;justify-content:stretch!important}
.flow-card,.flow-card.flow-idea{height:272px!important;min-height:0!important;position:relative!important;border:1px solid rgba(148,163,184,.28)!important;border-radius:9px!important;background:radial-gradient(circle at 12% 0%,rgba(51,65,110,.28),transparent 38%),linear-gradient(180deg,#111627,#0c1020)!important;padding:20px 22px!important;box-shadow:none!important;overflow:hidden!important}
.flow-title{display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 18px!important}
.flow-title span{display:grid!important;place-items:center!important;width:29px!important;height:29px!important;border-radius:50%!important;background:linear-gradient(135deg,#9b5cff,#7435e8)!important;color:#fff!important;font-size:14px!important;font-weight:900!important;flex:0 0 auto!important}
.flow-title h3{min-width:0!important;font-size:17px!important;line-height:1.15!important;margin:0!important;letter-spacing:-.02em!important}
.flow-arrow{display:grid!important;place-items:center!important;color:#fff!important;font-size:30px!important;font-weight:900!important;text-shadow:0 0 12px rgba(255,255,255,.38)!important;transform:none!important}
.idea-speech{position:absolute!important;left:22px!important;top:82px!important;width:170px!important;min-height:68px!important;border:2px solid rgba(148,163,184,.48)!important;border-radius:10px!important;background:rgba(31,36,57,.86)!important;padding:12px 14px!important;color:rgba(255,255,255,.92)!important;font-size:13px!important;line-height:1.45!important;font-weight:700!important;box-shadow:0 18px 50px rgba(0,0,0,.20),inset 0 0 18px rgba(255,255,255,.03)!important}
.idea-speech span{position:relative!important;z-index:3!important}
.idea-speech::before{content:""!important;position:absolute!important;left:18px!important;bottom:-15px!important;width:0!important;height:0!important;border-top:15px solid rgba(148,163,184,.48)!important;border-left:14px solid transparent!important;border-right:14px solid transparent!important;z-index:1!important}
.idea-speech::after{content:""!important;position:absolute!important;left:21px!important;bottom:-11px!important;width:0!important;height:0!important;border-top:13px solid rgba(31,36,57,.86)!important;border-left:11px solid transparent!important;border-right:11px solid transparent!important;z-index:2!important}
.idea-speech .tail-mask{position:absolute!important;left:20px!important;bottom:-2px!important;width:26px!important;height:4px!important;background:rgba(31,36,57,.86)!important;z-index:3!important;pointer-events:none!important}
.flow-cat{position:absolute!important;right:12px!important;bottom:45px!important;width:116px!important;height:180px!important;object-fit:cover!important;object-position:center top!important;border-radius:0!important}
.flow-note{position:absolute!important;left:22px!important;right:22px!important;bottom:24px!important;color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:0!important}
.create-copy{color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:2px 0 16px!important}
.create-four{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
.create-four img{width:100%!important;height:72px!important;border-radius:18px!important;padding:9px!important;object-fit:contain!important;background:#f1eef7!important}
.flow-checks{list-style:none!important;margin:8px 0 28px!important;padding:0!important;border-radius:6px!important;overflow:hidden!important;background:rgba(30,37,58,.72)!important}
.flow-checks li{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:9px 12px!important;border-bottom:1px solid rgba(148,163,184,.08)!important;font-size:13px!important;color:#e1e1ef!important}
.flow-checks li:last-child{border-bottom:0!important}
.flow-checks span{display:grid!important;place-items:center!important;width:14px!important;height:14px!important;border-radius:50%!important;background:#22c55e!important;color:#fff!important;font-size:10px!important;font-weight:900!important}
.flow-launch p{text-align:center!important;color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:0!important}
.flow-social{display:flex!important;align-items:center!important;justify-content:space-between!important;width:min(218px,100%)!important;margin:8px auto 16px!important}
.flow-social img{width:30px!important;height:30px!important;object-fit:contain!important;border-radius:50%!important}
.flow-social img[src*="pinterest"],.flow-social img[src*="tiktok"]{background:#fff!important;padding:3px!important;box-shadow:0 0 0 1px rgba(255,255,255,.1)!important}
.flow-market-images{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-bottom:10px!important}
.flow-market-images img{width:100%!important;height:74px!important;object-fit:cover!important;object-position:center!important;border-radius:6px!important}
.flow-market p{color:#c9c9de!important;font-size:13px!important;line-height:1.35!important;margin:0!important}

@media(max-width:1320px){
  .steps .container{width:min(calc(100% - 32px),1240px)!important}
  .steps-flow{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr)!important;gap:12px!important}
  .flow-card,.flow-card.flow-idea{padding:20px!important}
  .idea-speech{left:20px!important;width:158px!important}
  .flow-cat{right:8px!important;width:108px!important}
}

@media(max-width:1100px){
  .steps-flow{grid-template-columns:1fr!important;gap:18px!important}
  .flow-arrow{transform:rotate(90deg)!important;font-size:28px!important}
  .flow-card,.flow-card.flow-idea{height:auto!important;min-height:272px!important}
}

@media(max-width:560px){
  .steps .container{width:min(calc(100% - 24px),1240px)!important}
  .steps-flow{gap:16px!important}
  .flow-card,.flow-card.flow-idea{padding:18px!important}
  .idea-speech{left:18px!important;top:76px!important;width:min(168px,52%)!important}
  .flow-cat{right:8px!important;width:min(128px,42%)!important;height:178px!important}
  .flow-note{left:18px!important;right:18px!important}
  .create-four{gap:10px!important}
}

/* Final flow layout: keep latest content, but render it with component-based cards. */
.steps{background:#05061b;border-top:1px solid rgba(139,92,246,.12);padding:56px 0 86px}
.steps .container{width:min(calc(100% - 64px),1240px)}
.steps .section-heading{margin-bottom:34px;text-align:center}
.steps .section-kicker{padding:6px 20px;font-size:12px;letter-spacing:.18em;background:rgba(139,92,246,.12);border-color:rgba(139,92,246,.45);color:#c4a7ff}
.steps .section-heading h2{font-size:clamp(30px,3.1vw,42px);line-height:1.1;margin:18px 0 0;letter-spacing:-.035em}
.steps-flow{display:grid;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr);gap:16px;align-items:center}
.flow-card{height:272px;min-height:0;position:relative;border:1px solid rgba(148,163,184,.28);border-radius:9px;background:radial-gradient(circle at 12% 0%,rgba(51,65,110,.28),transparent 38%),linear-gradient(180deg,#111627,#0c1020);padding:20px 22px;box-shadow:none;overflow:hidden}
.flow-card.flow-idea{height:272px!important;padding:20px 22px!important;border:1px solid rgba(148,163,184,.28)!important;background:radial-gradient(circle at 12% 0%,rgba(51,65,110,.28),transparent 38%),linear-gradient(180deg,#111627,#0c1020)!important}
.flow-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.flow-title span{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:linear-gradient(135deg,#9b5cff,#7435e8);color:#fff;font-size:14px;font-weight:900;flex:0 0 auto}
.flow-title h3{min-width:0;font-size:17px;line-height:1.15;margin:0;letter-spacing:-.02em}
.flow-arrow{display:grid;place-items:center;color:#fff;font-size:30px;font-weight:900;text-shadow:0 0 12px rgba(255,255,255,.38);transform:none}
.idea-speech{position:absolute;left:22px;top:82px;width:170px;min-height:68px;border:1px solid rgba(148,163,184,.35);border-radius:10px;background:rgba(31,36,57,.82);padding:12px 14px;color:#e9e9f7;font-size:13px;line-height:1.45}
.idea-speech::after{content:"";position:absolute;left:-1px;bottom:-10px;border-width:10px 10px 0 0;border-style:solid;border-color:rgba(148,163,184,.35) transparent transparent transparent}
.flow-cat{position:absolute;right:12px;bottom:45px;width:116px;height:180px;object-fit:cover;object-position:center top;border-radius:0}
.flow-note{position:absolute;left:22px;right:22px;bottom:24px;color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:0!important}
.create-copy{color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:2px 0 16px!important}
.create-four{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.create-four img{width:100%;height:72px;border-radius:18px;padding:9px;object-fit:contain;background:#f1eef7}
.flow-checks{list-style:none;margin:8px 0 28px;padding:0;border-radius:6px;overflow:hidden;background:rgba(30,37,58,.72)}
.flow-checks li{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-bottom:1px solid rgba(148,163,184,.08);font-size:13px;color:#e1e1ef}
.flow-checks li:last-child{border-bottom:0}
.flow-checks span{display:grid;place-items:center;width:14px;height:14px;border-radius:50%;background:#22c55e;color:#fff;font-size:10px;font-weight:900}
.flow-launch p{text-align:center;color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:0!important}
.flow-social{display:flex;align-items:center;justify-content:space-between;width:min(218px,100%);margin:8px auto 16px}
.flow-social img{width:30px;height:30px;object-fit:contain;border-radius:50%}
.flow-market-images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}
.flow-market-images img{width:100%;height:74px;object-fit:cover;object-position:center;border-radius:6px}
.flow-market p{color:#c9c9de!important;font-size:13px!important;line-height:1.35!important;margin:0!important}

@media(max-width:1320px){
  .steps .container{width:min(calc(100% - 32px),1240px)}
  .steps-flow{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr);gap:12px}
  .flow-card,.flow-card.flow-idea{padding:20px!important}
  .idea-speech{left:20px;width:158px}
  .flow-cat{right:8px;width:108px}
}

@media(max-width:1100px){
  .steps-flow{grid-template-columns:1fr;gap:18px}
  .flow-arrow{transform:rotate(90deg);font-size:28px}
  .flow-card,.flow-card.flow-idea{height:auto!important;min-height:272px}
}

@media(max-width:560px){
  .steps .container{width:min(calc(100% - 24px),1240px)}
  .steps-flow{gap:16px}
  .flow-card,.flow-card.flow-idea{padding:18px!important}
  .idea-speech{left:18px;top:76px;width:min(168px,52%)}
  .flow-cat{right:8px;width:min(128px,42%);height:178px}
  .flow-note{left:18px;right:18px}
  .create-four{gap:10px}
}

/* Mobile-only overflow fixes. Keep desktop and wide-tablet layouts unchanged. */
@media(max-width:760px){
  .site-header{
    gap:8px;
    padding-inline:12px;
  }

  .brand{
    flex:1 1 auto;
    max-width:calc(100% - 54px);
    min-width:0;
    white-space:nowrap;
  }

  .menu-button{
    flex:0 0 auto;
  }

  .hero-grid,
  .hero-copy,
  .hero-lead,
  .hero-promo,
  .hero-metrics,
  .waitlist-card,
  .steps-flow,
  .flow-card{
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
  }

  .hero h1,
  .hero h2,
  .waitlist-card h2{
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:normal;
  }

  .hero h1{
    font-size:clamp(34px,10.4vw,46px);
    line-height:1.03;
    letter-spacing:-.045em;
    max-width:10ch;
    text-wrap:balance;
  }

  .hero h2{
    font-size:clamp(30px,9.2vw,40px);
    line-height:1.08;
    letter-spacing:-.04em;
    max-width:12ch;
    text-wrap:balance;
  }

  .hero-lead{
    font-size:16px;
    max-width:29ch;
  }

  .hero-metrics{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hero-metrics article,
  .hero-metrics h3,
  .hero-metrics p{
    min-width:0;
    max-width:100%;
  }

  .hero-promo{
    width:100%;
    overflow:hidden;
  }

  .hero-promo img{
    width:100%;
    max-width:100%;
    object-fit:contain;
  }

  .steps-flow{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:18px;
    justify-content:stretch;
    width:100%;
  }

  .flow-arrow{
    width:100%;
    min-width:0;
    transform:rotate(90deg);
    line-height:1;
  }

  .flow-card,
  .flow-card.flow-idea,
  .steps-flow .step-card{
    width:100%;
    max-width:100%;
    min-width:0;
    height:auto;
    min-height:272px;
  }

  .flow-idea-card-full,
  .flow-market-content-full{
    max-width:100%;
    object-fit:contain;
  }

  .waitlist-card h2{
    max-width:9ch;
    margin-left:auto;
    margin-right:auto;
    text-wrap:balance;
  }

  .section-heading h2,
  .steps .section-heading h2{
    max-width:13ch;
    margin-left:auto;
    margin-right:auto;
    overflow-wrap:anywhere;
    text-wrap:balance;
  }

  .create-four,
  .create-products-four{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .container{
    width:min(calc(100% - 24px),var(--max));
  }

  .waitlist-card{
    width:100%;
    max-width:100%;
    padding:28px 16px;
  }

  .waitlist-card h2{
    font-size:clamp(28px,8.6vw,34px);
    line-height:1.08;
    letter-spacing:-.04em;
    max-width:9ch;
    margin-left:auto;
    margin-right:auto;
    text-wrap:balance;
  }

  .waitlist-card>p{
    font-size:15px;
    line-height:1.45;
  }

  .input-wrap,
  .waitlist-form .btn-primary{
    width:100%;
    max-width:100%;
    min-width:0;
  }

  .waitlist-form .btn-primary{
    white-space:normal;
  }

  .social-proof{
    min-width:0;
  }

  .social-proof p{
    flex:1 1 160px;
    min-width:0;
  }

  .steps .container{
    width:min(calc(100% - 24px),1240px);
  }

  .flow-card,
  .flow-card.flow-idea,
  .steps-flow .step-card{
    padding:18px;
  }

  .flow-card.flow-idea{
    padding:0;
  }

  .flow-title h3{
    min-width:0;
  }

  .create-four,
  .create-products-four{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:390px){
  .site-header{
    padding-inline:10px;
  }

  .brand{
    max-width:calc(100% - 48px);
    font-size:clamp(10px,3vw,12px);
  }

  .brand-mark{
    width:32px;
    height:32px;
    flex-basis:32px;
  }

  .hero h1{
    font-size:clamp(30px,8.8vw,34px);
    max-width:10ch;
    text-wrap:balance;
  }

  .hero h2{
    font-size:clamp(27px,8vw,31px);
    max-width:12ch;
    text-wrap:balance;
  }

  .hero-lead{
    max-width:27ch;
  }

  .hero-metrics{
    gap:14px;
  }

  .hero-metrics h3{
    font-size:12px;
  }

  .hero-metrics p{
    font-size:10px;
  }

  .waitlist-card h2{
    font-size:clamp(25px,7.4vw,29px);
    max-width:12ch;
  }
}

@media(max-width:340px){
  .hero-metrics{
    grid-template-columns:1fr;
  }

  .container,
  .steps .container{
    width:min(calc(100% - 20px),var(--max));
  }

  .hero h1{
    font-size:29px;
    max-width:10ch;
  }

  .hero h2{
    font-size:27px;
    max-width:11ch;
  }

  .waitlist-card h2{
    font-size:24px;
    max-width:12ch;
  }

  .create-four,
  .create-products-four{
    grid-template-columns:1fr;
  }
}

/* Final platform strip restored to the previous-version layout. */
.platform-strip{border-block:1px solid var(--line)!important;padding:22px 0!important;background:linear-gradient(180deg,#05051d,#030316)!important}
.platform-inner{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;min-height:118px!important;padding-top:46px!important;color:#c8c8dd!important;flex-wrap:nowrap!important}
.platform-connect{position:absolute!important;left:50%!important;top:0!important;transform:translateX(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;white-space:nowrap!important;text-align:center!important;font-size:15px!important;color:#e4e4f1!important}
.platform-connect strong{font-size:15px!important;font-weight:700!important;color:#d7d7e8!important;width:auto!important}
.store-domain-image{display:block!important;width:206px!important;height:42px!important;object-fit:contain!important}
.connected{display:inline-flex!important;align-items:center!important;gap:8px!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:11px!important;font-weight:900!important;color:#a7f3d0!important;background:#064e3b!important;border-radius:999px!important;padding:7px 8px 7px 14px!important}
.connected span{display:block!important;width:22px!important;height:22px!important;border-radius:999px!important;background:#67e8f9!important;box-shadow:inset 0 0 0 2px rgba(255,255,255,.75)!important}
.store-domain{display:inline-flex!important;align-items:center!important;gap:7px!important;color:#c4b5fd!important;background:#0d0a18!important;border:1px solid rgba(139,92,246,.42)!important;border-radius:7px!important;padding:7px 9px 7px 13px!important;font-size:15px!important;font-weight:800!important;line-height:1!important}
.store-domain img{display:block!important;width:16px!important;height:16px!important;object-fit:contain!important;transform:translate(-2px,1px)!important}
.platform-logo{display:block!important;height:42px!important;object-fit:contain!important;opacity:.86!important;filter:grayscale(1) brightness(1.85) contrast(.92)!important;transform:none!important}
.etsy-logo{width:82px!important;max-width:82px!important}
.shopify-logo{width:145px!important;max-width:145px!important;height:42px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;filter:none!important;opacity:.86!important}
.shopify-logo img{width:32px!important;height:34px!important;object-fit:contain!important;filter:grayscale(1) brightness(2) contrast(.9)!important;opacity:.95!important}
.shopify-logo strong{font-size:30px!important;line-height:1!important;font-style:italic!important;font-weight:900!important;letter-spacing:-.06em!important;color:rgba(255,255,255,.78)!important}
.tiktok-shop-logo{width:150px!important;max-width:150px!important;filter:brightness(0) invert(1) opacity(.9)!important}
.amazon-logo{width:170px!important;max-width:170px!important;height:62px!important;filter:brightness(0) invert(1) opacity(.82)!important}
.pinterest-logo{width:172px!important;max-width:172px!important;height:42px!important;object-fit:contain!important;object-position:center!important;filter:none!important;opacity:1!important;transform:translateY(0)!important}
.platform-more{display:flex!important;align-items:center!important;height:42px!important;font-size:16px!important;color:#d7d7e8!important;white-space:nowrap!important}

@media(max-width:760px){
  .platform-inner{display:grid!important;grid-template-columns:repeat(2,minmax(120px,1fr))!important;justify-items:center!important;gap:18px 22px!important;min-height:0!important;padding-top:0!important;flex-wrap:wrap!important}
  .platform-connect{position:static!important;transform:none!important;grid-column:1/-1!important;flex-wrap:wrap!important;white-space:normal!important;row-gap:8px!important}
}

/* Final How it works flow: isolated from legacy steps-grid rules. */
.steps .container{width:min(calc(100% - 64px),1240px)}
.steps{padding:48px 0 70px;background:#05061b;border-top:1px solid rgba(139,92,246,.12)}
.steps .section-heading{margin-bottom:28px;text-align:center}
.steps .section-kicker{padding:6px 18px;font-size:11px;letter-spacing:.18em;background:rgba(139,92,246,.12);border-color:rgba(139,92,246,.45);color:#c4a7ff}
.steps .section-heading h2{font-size:28px;line-height:1.1;margin:16px 0 0;letter-spacing:-.03em}
.steps-flow{display:grid;grid-template-columns:302px 30px 302px 30px 302px 30px 302px;gap:0;justify-content:center;align-items:center}
.flow-card{height:300px;position:relative;border:1px solid rgba(148,163,184,.28);border-radius:9px;background:radial-gradient(circle at 12% 0%,rgba(51,65,110,.28),transparent 38%),linear-gradient(180deg,#111627,#0c1020);padding:20px 22px;overflow:hidden}
.flow-title{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.flow-title span{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:linear-gradient(135deg,#9b5cff,#7435e8);color:#fff;font-size:14px;font-weight:900;flex:0 0 auto}
.flow-title h3{font-size:17px;line-height:1.15;margin:0;letter-spacing:-.02em}
.flow-arrow{display:grid;place-items:center;color:#fff;font-size:30px;font-weight:900;text-shadow:0 0 12px rgba(255,255,255,.3)}
.idea-speech{position:absolute;left:22px;top:68px;width:170px;min-height:68px;border:1px solid rgba(148,163,184,.35);border-radius:10px;background:rgba(31,36,57,.82);padding:12px 14px;color:#e9e9f7;font-size:13px;line-height:1.45}
.idea-speech::after{content:"";position:absolute;left:-1px;bottom:-10px;border-width:10px 10px 0 0;border-style:solid;border-color:rgba(148,163,184,.35) transparent transparent transparent}
.flow-cat{position:absolute;right:15px;bottom:34px;width:118px;height:178px;object-fit:contain;object-position:center;border-radius:0}
.flow-note{position:absolute;left:22px;bottom:24px;color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:0!important}
.create-copy{color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:2px 0 16px!important}
.create-four{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.create-four img{width:100%;height:72px;border-radius:18px;padding:9px;object-fit:contain;background:#f1eef7}
.flow-checks{list-style:none;margin:8px 0 28px;padding:0;border-radius:6px;overflow:hidden;background:rgba(30,37,58,.72)}
.flow-checks li{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-bottom:1px solid rgba(148,163,184,.08);font-size:13px;color:#e1e1ef}
.flow-checks li:last-child{border-bottom:0}
.flow-checks span{display:grid;place-items:center;width:14px;height:14px;border-radius:50%;background:#22c55e;color:#fff;font-size:10px;font-weight:900}
.flow-launch p{text-align:center;color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:0!important}
.flow-social{display:flex;align-items:center;justify-content:space-between;width:218px;margin:8px auto 16px}
.flow-social img{width:30px;height:30px;object-fit:contain;border-radius:50%}
.flow-social .social-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;font-size:22px;font-weight:900;line-height:1;font-family:Arial,Helvetica,sans-serif}
.flow-social .social-pinterest{background:#e60023;font-family:Georgia,serif;font-style:italic}
.flow-social .social-instagram{background:radial-gradient(circle at 30% 110%,#feda75 0 24%,#fa7e1e 35%,#d62976 52%,#962fbf 72%,#4f5bd5 100%);font-size:21px}
.flow-social .social-tiktok{background:#050506;color:#fff;font-size:21px}
.flow-social .social-facebook{background:#1877f2;font-size:24px;font-family:Arial,Helvetica,sans-serif}
.flow-market-images{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}
.flow-market-images img{width:100%;height:74px;object-fit:cover;border-radius:6px}
.flow-market p{color:#c9c9de!important;font-size:13px!important;line-height:1.35!important;margin:0!important}
.flow-market-content-full{display:block;width:100%;height:auto;object-fit:contain;object-position:center top;margin-top:-2px;border-radius:0}
.flow-idea-full{display:block;width:100%;height:auto;max-height:186px;object-fit:contain;object-position:center;border-radius:0;margin-top:-4px}
.flow-card.flow-idea{height:300px!important;padding:0!important;border:1px solid rgba(148,163,184,.28)!important;background:radial-gradient(circle at 12% 0%,rgba(51,65,110,.28),transparent 38%),linear-gradient(180deg,#111627,#0c1020)!important;box-shadow:none!important;overflow:hidden!important;border-radius:9px}
.flow-idea-card-full{display:block;width:100%;height:100%;object-fit:fill;border-radius:8px}

@media(max-width:1320px){
  .steps .container{width:min(calc(100% - 32px),1240px)}
  .steps-flow{grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr}
}
@media(max-width:1180px){
  .steps-flow{grid-template-columns:1fr;gap:18px}
  .flow-arrow{transform:rotate(90deg);font-size:28px}
}

@media(max-width:560px){
  .steps-grid .step-card:first-child .idea-card,.idea-card{grid-template-columns:96px 1fr}
  .steps-grid .step-card:first-child .idea-card img,.idea-card img{justify-self:auto;width:96px;height:126px}
}


/* One-to-one How it works flow section. */
.steps{background:#05061b;border-top:1px solid rgba(139,92,246,.12);padding:56px 0 86px}
.steps .section-heading{margin-bottom:34px;text-align:center}
.steps .section-kicker{padding:6px 20px;font-size:12px;letter-spacing:.18em;background:rgba(139,92,246,.12);border-color:rgba(139,92,246,.45);color:#c4a7ff}
.steps .section-heading h2{font-size:clamp(30px,3.1vw,42px);line-height:1.1;margin:18px 0 0;letter-spacing:-.035em}
.steps-flow{display:grid;grid-template-columns:minmax(250px,1fr) 28px minmax(250px,1fr) 28px minmax(250px,1fr) 28px minmax(250px,1fr);gap:16px;align-items:center}
.steps-flow .step-card{height:272px;min-height:0;border:1px solid rgba(148,163,184,.28);border-radius:9px;background:radial-gradient(circle at 12% 0%,rgba(51,65,110,.28),transparent 38%),linear-gradient(180deg,#111627,#0c1020);padding:22px;box-shadow:none;overflow:hidden}
.step-title-row{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.steps-flow .step-number{position:static;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#9b5cff,#7435e8);font-size:15px;line-height:1;flex:0 0 auto}
.steps-flow .step-card h3{font-size:17px;line-height:1.15;margin:0;letter-spacing:-.02em}
.flow-arrow{display:grid;place-items:center;color:#fff;font-size:34px;font-weight:900;text-shadow:0 0 12px rgba(255,255,255,.3)}
.step-idea{position:relative}.idea-bubble{position:absolute;left:22px;top:68px;width:168px;min-height:70px;border:1px solid rgba(148,163,184,.35);border-radius:10px;background:rgba(31,36,57,.82);padding:13px 14px;color:#e9e9f7;font-size:13px;line-height:1.45}.idea-bubble::after{content:"";position:absolute;left:-1px;bottom:-10px;border-width:10px 10px 0 0;border-style:solid;border-color:rgba(148,163,184,.35) transparent transparent transparent}.idea-cat{position:absolute;right:14px;bottom:34px;width:112px;height:140px;object-fit:cover;object-position:center;border-radius:0}.step-note{position:absolute;left:22px;bottom:24px;color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:0!important}
.create-products{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:4px 0 10px}.create-products img{width:100%;height:56px;object-fit:contain;background:#f1eef7;border-radius:7px;padding:5px}.step-create p,.step-market p{color:#c9c9de!important;font-size:13px!important;line-height:1.35!important;margin:0!important}
.launch-list{list-style:none;margin:8px 0 28px;padding:0;border-radius:6px;overflow:hidden;background:rgba(30,37,58,.72)}.launch-list li{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-bottom:1px solid rgba(148,163,184,.08);font-size:13px;color:#e1e1ef}.launch-list li:last-child{border-bottom:0}.launch-list span{display:grid;place-items:center;width:14px;height:14px;border-radius:50%;background:#22c55e;color:#fff;font-size:10px;font-weight:900}.step-launch p{text-align:center;color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:0!important}
.market-icons{display:flex;align-items:center;justify-content:space-between;width:200px;margin:8px auto 16px}.market-icons img{width:30px;height:30px;object-fit:contain;border-radius:50%}.market-images{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}.market-images img{width:100%;height:74px;object-fit:cover;border-radius:6px}

@media(max-width:1180px){
  .steps-flow{grid-template-columns:1fr;gap:18px}
  .flow-arrow{transform:rotate(90deg);font-size:28px}
  .steps-flow .step-card{height:auto;min-height:272px}
}

/* Tight final sizing for the reference flow layout. */
.steps .container{width:min(calc(100% - 64px),1240px)}
.steps{padding:48px 0 70px}
.steps .section-heading{margin-bottom:28px}
.steps .section-kicker{padding:6px 18px;font-size:11px}
.steps .section-heading h2{font-size:28px;margin-top:16px;letter-spacing:-.03em}
.steps-flow{grid-template-columns:302px 30px 302px 30px 302px 30px 302px;gap:0;justify-content:center}
.steps-flow .step-card{height:272px;border-radius:9px;padding:20px 22px}
.step-title-row{gap:10px;margin-bottom:18px}
.steps-flow .step-number{width:29px;height:29px;font-size:14px}
.steps-flow .step-card h3{font-size:17px}
.flow-arrow{font-size:30px}
.idea-bubble{left:22px;top:68px;width:170px;min-height:68px;font-size:13px;padding:12px 14px}
.idea-cat{right:15px;bottom:34px;width:112px;height:142px}
.step-note{left:22px;bottom:24px;font-size:13px!important}
.create-lead{color:#c9c9de!important;font-size:13px!important;line-height:1.45!important;margin:2px 0 16px!important}
.create-products{margin:0}
.create-products-four{grid-template-columns:repeat(2,1fr);gap:12px}
.create-products-four img{height:72px;border-radius:18px;padding:9px;object-fit:contain;background:#f1eef7}
.launch-list{margin:8px 0 28px}
.market-icons{width:218px;margin:8px auto 16px}
.market-images img{height:74px}

@media(max-width:1320px){
  .steps .container{width:min(calc(100% - 32px),1240px)}
  .steps-flow{grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr}
}

@media(max-width:1180px){
  .steps-flow{grid-template-columns:1fr;gap:18px}
  .flow-arrow{transform:rotate(90deg)}
  .steps-flow .step-card{height:auto;min-height:272px}
}

/* Direct migration of the previous version's How it works block. */
.steps{border-top:1px solid var(--line);background:var(--bg);padding:92px 0}
.steps .section-heading{text-align:center;margin-bottom:52px}
.steps .section-heading h2{font-size:clamp(32px,4vw,46px);line-height:1.13;letter-spacing:-.05em;margin:16px 0 14px}
.steps .section-heading p{color:var(--muted);margin:0}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.steps-grid .step-card{position:relative;min-height:306px;border:1px solid var(--line);background:linear-gradient(180deg,#121227,#0c0c21);border-radius:16px;padding:28px;overflow:hidden;box-shadow:none}
.steps-grid .step-number{position:absolute;top:-1px;left:-1px;width:34px;height:34px;display:grid;place-items:center;border-radius:0 0 14px 0;background:var(--purple);font-size:13px;font-weight:900}
.steps-grid .step-card h3{font-size:17px;line-height:normal;letter-spacing:0;margin:20px 0 12px}
.steps-grid .step-card p{font-size:13px;line-height:1.6;color:var(--muted);margin:0 0 18px}
.steps-grid .muted{color:var(--muted-2)!important}
.steps-grid .idea-card{display:grid;grid-template-columns:96px 1fr;gap:13px;align-items:center;margin-top:14px;min-height:0;position:static}
.steps-grid .idea-card img{height:126px;width:96px;object-fit:cover;border-radius:12px}
.steps-grid .idea-card span{display:block;color:#ddd;font-size:12px;line-height:1.4;margin-bottom:12px}
.steps-grid .ghost-button{border:1px solid rgba(139,92,246,.45);background:rgba(139,92,246,.16);color:#ede9fe;border-radius:9px;padding:8px 11px;font-size:12px}
.steps-grid .mockup-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:12px;width:auto;overflow:visible}
.steps-grid .mockup-grid img{height:78px;width:100%;max-width:none;max-height:none;object-fit:cover;border-radius:9px;padding:0;background:transparent}
.steps-grid .check-list{list-style:none;margin:24px 0 28px;padding:0;display:grid;gap:13px}
.steps-grid .check-list li{display:flex;justify-content:space-between;color:#c8c8dd;font-size:13px}
.steps-grid .check-list li::after{content:"✓";color:#22c55e;font-weight:900}
.steps-grid .social-icons{display:flex;gap:14px;justify-content:center;color:#a855f7;margin:16px 0}
.steps-grid .social-icons span{font-weight:900}
.steps-grid .wide-img{height:98px;width:100%;object-fit:cover;border-radius:10px}
.steps-grid .step-card:first-child .idea-card{grid-template-columns:1fr 118px}
.steps-grid .step-card:first-child .idea-card-cat{width:118px;height:150px;object-fit:cover;object-position:center;border-radius:0}
.compare-card.new h3 strong{color:var(--purple-2);font:inherit}

@media(max-width:1050px){
  .steps-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:760px){
  .steps-grid{grid-template-columns:1fr}
}

/* Final override at EOF: current flow cards, corrected bubble, aligned titles, native icon backs. */
.steps-flow{display:grid!important;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr)!important;gap:16px!important;align-items:center!important;justify-content:stretch!important}
.flow-card,.flow-card.flow-idea{height:272px!important;min-height:0!important;padding:20px 22px!important;overflow:hidden!important}
.flow-title{display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 18px!important}
.flow-title span{display:grid!important;place-items:center!important;width:29px!important;height:29px!important;border-radius:50%!important;flex:0 0 auto!important}
.flow-title h3{font-size:17px!important;line-height:1.15!important;margin:0!important;letter-spacing:-.02em!important}
.idea-speech{position:absolute!important;left:22px!important;top:82px!important;width:170px!important;min-height:68px!important;padding:12px 14px!important;background:rgba(31,36,57,.86)!important;border:2px solid rgba(148,163,184,.48)!important;border-radius:10px!important;color:rgba(255,255,255,.92)!important;font-size:13px!important;line-height:1.45!important;font-weight:700!important;box-shadow:0 18px 50px rgba(0,0,0,.20),inset 0 0 18px rgba(255,255,255,.03)!important}
.idea-speech span{position:relative!important;z-index:3!important}
.idea-speech::before{content:""!important;position:absolute!important;left:18px!important;bottom:-15px!important;width:0!important;height:0!important;border-top:15px solid rgba(148,163,184,.48)!important;border-left:14px solid transparent!important;border-right:14px solid transparent!important;z-index:1!important}
.idea-speech::after{content:""!important;position:absolute!important;left:21px!important;bottom:-11px!important;width:0!important;height:0!important;border-top:13px solid rgba(31,36,57,.86)!important;border-left:11px solid transparent!important;border-right:11px solid transparent!important;z-index:2!important}
.idea-speech .tail-mask{position:absolute!important;left:20px!important;bottom:-2px!important;width:26px!important;height:4px!important;background:rgba(31,36,57,.86)!important;z-index:3!important;pointer-events:none!important}
.flow-cat{position:absolute!important;right:12px!important;bottom:45px!important;width:116px!important;height:180px!important;object-fit:cover!important;object-position:center top!important}
.flow-social img[src*="pinterest"],.flow-social img[src*="tiktok"]{background:transparent!important;padding:0!important;box-shadow:none!important}

@media(max-width:1320px){
  .steps-flow{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr)!important;gap:12px!important}
  .idea-speech{left:20px!important;width:158px!important}
  .flow-cat{right:8px!important;width:108px!important}
}

@media(max-width:1100px){
  .steps-flow{grid-template-columns:1fr!important;gap:18px!important}
  .flow-arrow{transform:rotate(90deg)!important;font-size:28px!important}
  .flow-card,.flow-card.flow-idea{height:auto!important;min-height:272px!important}
}

/* Final Step 1 anti-overlap layout. */
.flow-card.flow-idea{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 116px!important;
  grid-template-rows:auto minmax(150px,1fr) auto!important;
  column-gap:14px!important;
  row-gap:14px!important;
}
.flow-card.flow-idea .flow-title{
  grid-column:1 / -1!important;
  grid-row:1!important;
  align-self:start!important;
}
.flow-card.flow-idea .idea-speech{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  bottom:auto!important;
  grid-column:1!important;
  grid-row:2!important;
  align-self:start!important;
  justify-self:start!important;
  width:min(100%,170px)!important;
  max-width:100%!important;
  margin-top:12px!important;
}
.flow-card.flow-idea .flow-cat{
  position:static!important;
  grid-column:2!important;
  grid-row:2 / 4!important;
  align-self:start!important;
  justify-self:end!important;
  width:116px!important;
  height:180px!important;
  object-fit:cover!important;
  object-position:center top!important;
}
.flow-card.flow-idea .flow-note{
  position:static!important;
  grid-column:1 / -1!important;
  grid-row:3!important;
  align-self:end!important;
  margin:0!important;
  max-width:100%!important;
}

@media(max-width:1320px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) 108px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:108px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,158px)!important;
  }
}

@media(max-width:1100px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(150px,22vw)!important;
    grid-template-rows:auto minmax(190px,1fr) auto!important;
    column-gap:28px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:min(216px,100%)!important;
    height:360px!important;
    max-height:42vw!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(320px,100%)!important;
  }
}

@media(max-width:560px){
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(112px,36%)!important;
    column-gap:14px!important;
  }
  .flow-card.flow-idea .flow-cat{
    height:178px!important;
    max-height:none!important;
  }
}

/* TRUE EOF responsive polish for Step 1 and icons. */
.flow-card.flow-idea{--bubble-tail:clamp(9px,9%,15px)!important;--bubble-tail-x:clamp(16px,12%,30px)!important}
.flow-card.flow-idea .idea-speech{font-weight:500!important;overflow:visible!important}
.flow-card.flow-idea .idea-speech::before{left:var(--bubble-tail-x)!important;bottom:calc(var(--bubble-tail) * -1)!important;border-top-width:var(--bubble-tail)!important;border-left-width:calc(var(--bubble-tail) * .92)!important;border-right-width:calc(var(--bubble-tail) * .92)!important}
.flow-card.flow-idea .idea-speech::after{left:calc(var(--bubble-tail-x) + 3px)!important;bottom:calc((var(--bubble-tail) - 3px) * -1)!important;border-top-width:calc(var(--bubble-tail) - 2px)!important;border-left-width:calc(var(--bubble-tail) * .72)!important;border-right-width:calc(var(--bubble-tail) * .72)!important}
.flow-card.flow-idea .idea-speech .tail-mask{left:calc(var(--bubble-tail-x) + 2px)!important;width:calc(var(--bubble-tail) * 1.9)!important}
.flow-social img[src*="pinterest"],.flow-social img[src*="tiktok"]{background:radial-gradient(circle,#fff 0 68%,transparent 69%)!important;padding:0!important;box-shadow:none!important}
@media(max-width:1320px) and (min-width:761px){.steps-flow{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;gap:18px 14px!important}.steps-flow>.flow-arrow:nth-child(4){display:none!important}.flow-card,.flow-card.flow-idea{min-height:360px!important}.flow-card.flow-idea{grid-template-columns:minmax(0,1fr) minmax(190px,28%)!important;grid-template-rows:auto minmax(170px,1fr) auto!important;column-gap:28px!important;padding:24px 28px!important}.flow-card.flow-idea .idea-speech{width:min(100%,520px)!important;max-width:100%!important;font-size:clamp(15px,1.45vw,20px)!important;line-height:1.38!important;margin-top:24px!important;padding:18px 24px!important;border-radius:16px!important}.flow-card.flow-idea .flow-cat{width:min(300px,100%)!important;height:320px!important;max-height:none!important}}
@media(max-width:760px){.steps-flow{grid-template-columns:1fr!important}.steps-flow>.flow-arrow{display:grid!important;transform:rotate(90deg)!important}.flow-card,.flow-card.flow-idea{min-height:0!important}.flow-card.flow-idea{grid-template-columns:minmax(0,1fr) minmax(120px,36%)!important;grid-template-rows:auto minmax(170px,1fr) auto!important}.flow-card.flow-idea .idea-speech{width:100%!important;font-size:14px!important;line-height:1.4!important}}

/* Final responsive How it works fixes: centered title, equal cards, and readable Step 1. */
.steps .section-heading,
.steps .section-heading h2{
  text-align:center!important;
}
.steps .section-heading h2{
  width:min(100%,980px)!important;
  margin:18px auto 0!important;
}
.flow-card,
.flow-card.flow-idea{
  height:272px!important;
}
.flow-card.flow-idea .idea-speech,
.flow-card.flow-idea .idea-speech span{
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}

@media(max-width:1320px) and (min-width:761px){
  .steps .section-heading h2{
    font-size:clamp(44px,5.4vw,68px)!important;
    line-height:1.08!important;
    letter-spacing:-.055em!important;
    text-wrap:balance!important;
  }
  .steps-flow{
    grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;
    align-items:stretch!important;
  }
  .steps-flow > .flow-arrow{
    align-self:center!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    height:520px!important;
    min-height:0!important;
  }
  .flow-card.flow-idea{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
    gap:22px!important;
    padding:24px 28px!important;
  }
  .flow-card.flow-idea .flow-title{
    grid-column:1!important;
    grid-row:1!important;
  }
  .flow-card.flow-idea .idea-speech{
    grid-column:1!important;
    grid-row:2!important;
    justify-self:start!important;
    width:min(100%,520px)!important;
    max-width:100%!important;
    margin:0!important;
    font-size:clamp(16px,1.8vw,20px)!important;
    line-height:1.38!important;
    padding:18px 24px!important;
    white-space:normal!important;
  }
  .flow-card.flow-idea .flow-cat{
    grid-column:1!important;
    grid-row:3!important;
    justify-self:center!important;
    align-self:center!important;
    width:min(330px,72%)!important;
    height:min(270px,100%)!important;
    max-height:270px!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .flow-card.flow-idea .flow-note{
    grid-column:1!important;
    grid-row:4!important;
    align-self:end!important;
  }
}

@media(max-width:760px){
  .steps .section-heading h2{
    font-size:clamp(36px,9.4vw,54px)!important;
    line-height:1.08!important;
    letter-spacing:-.052em!important;
    text-align:center!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    height:auto!important;
    min-height:360px!important;
  }
  .flow-card.flow-idea{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
    gap:18px!important;
    padding:20px!important;
  }
  .flow-card.flow-idea .idea-speech{
    grid-column:1!important;
    grid-row:2!important;
    width:100%!important;
    margin:0!important;
    justify-self:stretch!important;
    white-space:normal!important;
  }
  .flow-card.flow-idea .flow-cat{
    grid-column:1!important;
    grid-row:3!important;
    justify-self:center!important;
    align-self:center!important;
    width:min(240px,76%)!important;
    height:auto!important;
    max-height:240px!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .flow-card.flow-idea .flow-note{
    grid-column:1!important;
    grid-row:4!important;
  }
}

/* True EOF compact pass for the 4-up flow and Step 1 speech bubble. */
.flow-card.flow-idea .idea-speech::before,
.flow-card.flow-idea .idea-speech::after{
  content:""!important;
  position:absolute!important;
  width:0!important;
  height:0!important;
  border-style:solid!important;
  border-left-color:transparent!important;
  border-right-color:transparent!important;
  z-index:1!important;
}
.flow-card.flow-idea{
  --tail-size:clamp(12px,12%,25px)!important;
  --tail-left:clamp(18px,14%,34px)!important;
}
.flow-card.flow-idea .idea-speech::before{
  left:var(--tail-left)!important;
  bottom:calc(var(--tail-size) * -1)!important;
  border-top:var(--tail-size) solid rgba(148,163,184,.48)!important;
  border-left-width:calc(var(--tail-size) * .92)!important;
  border-right-width:calc(var(--tail-size) * .92)!important;
  border-bottom:0!important;
}
.flow-card.flow-idea .idea-speech::after{
  left:calc(var(--tail-left) + 3px)!important;
  bottom:calc((var(--tail-size) - 4px) * -1)!important;
  border-top:calc(var(--tail-size) - 2px) solid rgba(31,36,57,.86)!important;
  border-left-width:calc(var(--tail-size) * .8)!important;
  border-right-width:calc(var(--tail-size) * .8)!important;
  border-bottom:0!important;
  z-index:2!important;
}
.flow-card.flow-idea .idea-speech .tail-mask{
  left:calc(var(--tail-left) + 2px)!important;
  bottom:-2px!important;
  width:calc(var(--tail-size) * 1.9)!important;
  height:4px!important;
  background:rgba(31,36,57,.86)!important;
  z-index:3!important;
  pointer-events:none!important;
}

@media(max-width:760px){
  .flow-card.flow-idea{
    --tail-size:clamp(11px,7vw,21px)!important;
    --tail-left:clamp(20px,9vw,34px)!important;
  }
}

@media(max-width:420px){
  .flow-card.flow-idea{
    --tail-size:clamp(10px,6vw,16px)!important;
    --tail-left:clamp(18px,8vw,28px)!important;
  }
}

@media(min-width:1051px){
  .flow-card,
  .flow-card.flow-idea{
    height:clamp(320px,29vw,370px)!important;
    min-height:0!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(90px,36%)!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    column-gap:10px!important;
    padding:22px 20px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,150px)!important;
    margin-top:18px!important;
    padding:13px 14px!important;
    font-size:clamp(13px,1.05vw,15px)!important;
    line-height:1.32!important;
  }
  .flow-card.flow-idea .flow-cat{
    justify-self:end!important;
    align-self:center!important;
    width:min(130px,100%)!important;
    height:190px!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .flow-card.flow-idea .flow-note{
    font-size:clamp(12px,.9vw,14px)!important;
    line-height:1.35!important;
  }
  .create-four img{
    height:clamp(72px,6.2vw,86px)!important;
  }
  .flow-market-images img{
    height:clamp(82px,7vw,104px)!important;
  }
}

@media(min-width:1051px) and (max-width:1180px){
  .flow-card,
  .flow-card.flow-idea{
    padding:20px 18px!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) 92px!important;
    column-gap:8px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,140px)!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:92px!important;
    height:170px!important;
  }
}

/* Final How it works layout tune: later breakpoints, balanced title, unclipped cards. */
.steps .container{
  width:min(calc(100% - 64px),1920px)!important;
}
.steps .section-heading h2{
  width:min(100%,1120px)!important;
  margin:18px auto 0!important;
  font-size:clamp(34px,4vw,46px)!important;
  line-height:1.1!important;
  letter-spacing:-.05em!important;
  text-align:center!important;
  text-wrap:balance!important;
}
.steps-flow{
  grid-template-columns:minmax(245px,1fr) 28px minmax(245px,1fr) 28px minmax(245px,1fr) 28px minmax(245px,1fr)!important;
  gap:16px!important;
  align-items:stretch!important;
}
.flow-card,
.flow-card.flow-idea{
  height:340px!important;
  min-height:0!important;
  padding:28px 32px!important;
  overflow:hidden!important;
}
.flow-title{
  gap:14px!important;
  margin-bottom:24px!important;
}
.flow-title span{
  width:42px!important;
  height:42px!important;
  font-size:20px!important;
}
.flow-title h3{
  font-size:clamp(20px,1.45vw,26px)!important;
}

.flow-card.flow-idea{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(116px,42%)!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  column-gap:18px!important;
  row-gap:16px!important;
}
.flow-card.flow-idea .flow-title{
  grid-column:1 / -1!important;
  grid-row:1!important;
}
.flow-card.flow-idea .idea-speech{
  grid-column:1!important;
  grid-row:2!important;
  align-self:start!important;
  justify-self:start!important;
  width:min(100%,170px)!important;
  margin:10px 0 0!important;
  padding:13px 16px!important;
  font-size:clamp(13px,1vw,16px)!important;
  line-height:1.42!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
.flow-card.flow-idea .flow-cat{
  grid-column:2!important;
  grid-row:2 / 4!important;
  align-self:center!important;
  justify-self:end!important;
  width:min(180px,100%)!important;
  height:230px!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}
.flow-card.flow-idea .flow-note{
  grid-column:1 / -1!important;
  grid-row:3!important;
  align-self:end!important;
}
.create-copy{
  font-size:clamp(14px,1vw,17px)!important;
  line-height:1.38!important;
  margin-bottom:18px!important;
}
.create-four{
  gap:16px!important;
}
.create-four img{
  height:88px!important;
  border-radius:18px!important;
}
.flow-checks{
  margin:8px 0 30px!important;
}
.flow-checks li{
  font-size:clamp(13px,1vw,16px)!important;
  padding:10px 14px!important;
}
.flow-launch p,
.flow-market p{
  font-size:clamp(14px,1vw,17px)!important;
}
.flow-social{
  width:min(260px,100%)!important;
  margin:10px auto 18px!important;
}
.flow-social img{
  width:38px!important;
  height:38px!important;
}
.flow-market-images{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin-bottom:16px!important;
}
.flow-market-images img{
  height:112px!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:9px!important;
}

@media(max-width:1500px){
  .flow-card,
  .flow-card.flow-idea{
    height:320px!important;
    padding:24px 26px!important;
  }
  .flow-title span{
    width:36px!important;
    height:36px!important;
    font-size:18px!important;
  }
  .flow-title h3{
    font-size:clamp(17px,1.55vw,22px)!important;
  }
  .create-four img{
    height:78px!important;
  }
  .flow-market-images img{
    height:92px!important;
  }
}

@media(max-width:1050px){
  .steps .container{
    width:min(calc(100% - 40px),1240px)!important;
  }
  .steps-flow{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:20px!important;
  }
  .steps-flow > .flow-arrow{
    display:none!important;
  }
  .steps-flow > .flow-arrow,
  .steps-flow > .flow-arrow:nth-child(2),
  .steps-flow > .flow-arrow:nth-child(4),
  .steps-flow > .flow-arrow:nth-child(6){
    display:none!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    height:380px!important;
    padding:28px 32px!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(0,1fr) minmax(170px,32%)!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,360px)!important;
    font-size:18px!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:min(250px,100%)!important;
    height:270px!important;
  }
  .flow-market-images img{
    height:116px!important;
  }
}

@media(max-width:760px){
  .steps .container{
    width:min(calc(100% - 24px),1240px)!important;
  }
  .steps .section-heading h2{
    font-size:clamp(34px,9vw,46px)!important;
    line-height:1.08!important;
  }
  .steps-flow{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .steps-flow > .flow-arrow{
    display:grid!important;
    transform:rotate(90deg)!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    height:auto!important;
    min-height:360px!important;
    padding:22px!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
  }
  .flow-card.flow-idea .idea-speech{
    grid-column:1!important;
    grid-row:2!important;
    width:100%!important;
    font-size:16px!important;
    margin:0!important;
  }
  .flow-card.flow-idea .flow-cat{
    grid-column:1!important;
    grid-row:3!important;
    justify-self:center!important;
    width:min(260px,74%)!important;
    height:auto!important;
    max-height:240px!important;
  }
  .flow-card.flow-idea .flow-note{
    grid-column:1!important;
    grid-row:4!important;
  }
  .flow-market-images img{
    height:clamp(96px,24vw,132px)!important;
  }
}

/* Final grid-placement correction: keep every arrow in the 4-column flow. */
@media(min-width:1051px){
  .steps-flow{
    grid-template-columns:minmax(230px,1fr) 20px minmax(230px,1fr) 20px minmax(230px,1fr) 20px minmax(230px,1fr)!important;
    gap:12px!important;
  }
  .steps-flow > .flow-arrow{
    display:grid!important;
    width:auto!important;
    align-self:center!important;
    justify-self:center!important;
  }
  .steps-flow > .flow-arrow:nth-child(4){
    display:grid!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    height:360px!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:minmax(120px,1fr) 106px!important;
    column-gap:12px!important;
    padding:24px 20px!important;
  }
  .flow-card.flow-idea .idea-speech{
    width:min(100%,150px)!important;
  }
  .flow-card.flow-idea .flow-cat{
    width:106px!important;
    height:210px!important;
  }
  .create-four img{
    height:84px!important;
  }
  .flow-market-images img{
    height:104px!important;
  }
}

/* Final fixes for flow arrows, tablet navigation, and mockup clipping. */
@media(min-width:761px){
  .nav{
    display:flex!important;
    position:static!important;
    flex-direction:row!important;
    align-items:center!important;
    margin-left:auto!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .menu-button{
    display:none!important;
  }
}

@media(min-width:1051px){
  .steps-flow{
    grid-template-columns:minmax(220px,1fr) 20px minmax(220px,1fr) 20px minmax(220px,1fr) 20px minmax(220px,1fr)!important;
    gap:12px!important;
    align-items:stretch!important;
  }
  .steps-flow > .flow-arrow,
  .steps-flow > .flow-arrow:nth-child(4){
    display:grid!important;
    transform:none!important;
    align-self:center!important;
    justify-self:center!important;
    width:auto!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    height:clamp(420px,36vw,460px)!important;
    min-height:0!important;
  }
  .flow-create{
    display:flex!important;
    flex-direction:column!important;
  }
  .create-copy{
    font-size:clamp(14px,1.15vw,16px)!important;
    line-height:1.35!important;
    margin:0 0 18px!important;
  }
  .create-four{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    margin-top:auto!important;
  }
  .create-four img{
    height:clamp(76px,7vw,90px)!important;
    min-height:0!important;
  }
}

@media(min-width:761px) and (max-width:1050px){
  .steps-flow{
    grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr)!important;
    grid-template-rows:auto 56px auto!important;
    gap:18px!important;
    align-items:stretch!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    height:auto!important;
    min-height:clamp(520px,62vw,600px)!important;
  }
  .flow-card.flow-idea{
    grid-column:1!important;
    grid-row:1!important;
  }
  .steps-flow > .flow-arrow:nth-child(2){
    display:grid!important;
    grid-column:2!important;
    grid-row:1!important;
    transform:none!important;
    align-self:center!important;
    justify-self:center!important;
  }
  .flow-create{
    grid-column:3!important;
    grid-row:1!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .steps-flow > .flow-arrow:nth-child(4){
    display:grid!important;
    grid-column:1 / -1!important;
    grid-row:2!important;
    transform:rotate(90deg)!important;
    align-self:center!important;
    justify-self:center!important;
  }
  .flow-launch{
    grid-column:1!important;
    grid-row:3!important;
  }
  .steps-flow > .flow-arrow:nth-child(6){
    display:grid!important;
    grid-column:2!important;
    grid-row:3!important;
    transform:none!important;
    align-self:center!important;
    justify-self:center!important;
  }
  .flow-market{
    grid-column:3!important;
    grid-row:3!important;
  }
  .create-copy{
    font-size:clamp(18px,2.1vw,22px)!important;
    line-height:1.32!important;
    margin:0 0 22px!important;
  }
  .create-four{
    gap:18px!important;
    margin-top:auto!important;
  }
  .create-four img{
    height:clamp(118px,14vw,150px)!important;
  }
  .flow-market-images img{
    height:clamp(112px,13vw,146px)!important;
  }
}

/* Final single-column Step 1 behavior: keep side-by-side while there is room. */
@media(min-width:561px) and (max-width:760px){
  .flow-card.flow-idea{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(180px,34%)!important;
    grid-template-rows:auto minmax(220px,1fr) auto!important;
    column-gap:24px!important;
    row-gap:18px!important;
    min-height:430px!important;
  }
  .flow-card.flow-idea .flow-title{
    grid-column:1 / -1!important;
    grid-row:1!important;
  }
  .flow-card.flow-idea .idea-speech{
    grid-column:1!important;
    grid-row:2!important;
    align-self:start!important;
    justify-self:stretch!important;
    width:100%!important;
    margin:8px 0 0!important;
  }
  .flow-card.flow-idea .flow-cat{
    grid-column:2!important;
    grid-row:2 / 4!important;
    align-self:center!important;
    justify-self:end!important;
    width:min(260px,100%)!important;
    height:300px!important;
    max-height:100%!important;
    object-fit:contain!important;
  }
  .flow-card.flow-idea .flow-note{
    grid-column:1 / -1!important;
    grid-row:3!important;
  }
}

@media(max-width:560px){
  .flow-card.flow-idea{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
  }
  .flow-card.flow-idea .idea-speech{
    grid-column:1!important;
    grid-row:2!important;
  }
  .flow-card.flow-idea .flow-cat{
    grid-column:1!important;
    grid-row:3!important;
    justify-self:center!important;
    width:min(260px,74%)!important;
    height:auto!important;
  }
  .flow-card.flow-idea .flow-note{
    grid-column:1!important;
    grid-row:4!important;
  }
}

/* Final responsive contract: fixed horizontal flow until mobile, mobile stacks. */
.steps .container{
  overflow-x:auto!important;
  overflow-y:visible!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:none!important;
}
.steps .container::-webkit-scrollbar{
  display:none!important;
}

.flow-card.flow-idea .idea-speech{
  overflow:visible!important;
}
.flow-card.flow-idea .idea-speech::before,
.flow-card.flow-idea .idea-speech::after{
  content:""!important;
  position:absolute!important;
  display:block!important;
  width:0!important;
  height:0!important;
  pointer-events:none!important;
}
.flow-card.flow-idea .idea-speech::before{
  left:30px!important;
  bottom:-15px!important;
  border-top:15px solid rgba(148,163,184,.56)!important;
  border-left:16px solid transparent!important;
  border-right:16px solid transparent!important;
  z-index:1!important;
}
.flow-card.flow-idea .idea-speech::after{
  left:34px!important;
  bottom:-11px!important;
  border-top:12px solid rgba(31,36,57,.92)!important;
  border-left:12px solid transparent!important;
  border-right:12px solid transparent!important;
  z-index:2!important;
}
.flow-card.flow-idea .idea-speech .tail-mask{
  display:none!important;
}

@media(min-width:761px){
  .steps .container{
    width:min(calc(100% - 64px),1320px)!important;
  }
  .steps-flow{
    display:grid!important;
    grid-template-columns:302px 30px 302px 30px 302px 30px 302px!important;
    width:max-content!important;
    min-width:1298px!important;
    max-width:none!important;
    gap:0!important;
    align-items:center!important;
    justify-content:start!important;
    padding-bottom:8px!important;
  }
  .steps-flow > .flow-arrow,
  .steps-flow > .flow-arrow:nth-child(2),
  .steps-flow > .flow-arrow:nth-child(4),
  .steps-flow > .flow-arrow:nth-child(6){
    display:grid!important;
    grid-column:auto!important;
    grid-row:auto!important;
    width:30px!important;
    min-width:30px!important;
    transform:none!important;
    align-self:center!important;
    justify-self:center!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    grid-column:auto!important;
    grid-row:auto!important;
    width:302px!important;
    height:340px!important;
    min-width:302px!important;
    min-height:0!important;
    padding:24px 26px!important;
    overflow:hidden!important;
  }
  .flow-card.flow-idea{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 116px!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    column-gap:14px!important;
    row-gap:14px!important;
  }
  .flow-card.flow-idea .flow-title{
    grid-column:1 / -1!important;
    grid-row:1!important;
  }
  .flow-card.flow-idea .idea-speech{
    grid-column:1!important;
    grid-row:2!important;
    position:relative!important;
    left:auto!important;
    top:auto!important;
    align-self:start!important;
    justify-self:start!important;
    width:154px!important;
    min-height:70px!important;
    margin:8px 0 0!important;
    padding:13px 16px!important;
    font-size:14px!important;
    line-height:1.38!important;
    font-weight:700!important;
    white-space:normal!important;
  }
  .flow-card.flow-idea .flow-cat{
    grid-column:2!important;
    grid-row:2 / 4!important;
    align-self:center!important;
    justify-self:end!important;
    width:116px!important;
    height:220px!important;
    max-height:100%!important;
    object-fit:contain!important;
  }
  .flow-card.flow-idea .flow-note{
    grid-column:1 / -1!important;
    grid-row:3!important;
  }
  .flow-title{
    gap:14px!important;
    margin-bottom:22px!important;
  }
  .flow-title span{
    width:38px!important;
    height:38px!important;
    font-size:18px!important;
  }
  .flow-title h3{
    font-size:20px!important;
    line-height:1.15!important;
  }
  .create-copy{
    font-size:16px!important;
    line-height:1.34!important;
    margin:0 0 18px!important;
  }
  .create-four{
    grid-template-columns:repeat(2,1fr)!important;
    gap:14px!important;
    margin-top:0!important;
  }
  .create-four img{
    height:82px!important;
    border-radius:18px!important;
  }
  .flow-checks{
    margin:8px 0 30px!important;
  }
  .flow-checks li{
    font-size:14px!important;
    padding:10px 14px!important;
  }
  .flow-launch p,
  .flow-market p{
    font-size:15px!important;
    line-height:1.35!important;
  }
  .flow-social{
    margin:10px auto 18px!important;
  }
  .flow-social img{
    width:38px!important;
    height:38px!important;
  }
  .flow-market-images{
    gap:10px!important;
    margin-bottom:16px!important;
  }
  .flow-market-images img{
    height:104px!important;
  }
}

@media(max-width:760px){
  .steps .container{
    width:min(calc(100% - 24px),1240px)!important;
    overflow-x:visible!important;
  }
  .steps-flow{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    min-width:0!important;
    gap:18px!important;
    justify-content:stretch!important;
  }
  .steps-flow > .flow-arrow,
  .steps-flow > .flow-arrow:nth-child(4){
    display:grid!important;
    width:auto!important;
    min-width:0!important;
    transform:rotate(90deg)!important;
    justify-self:center!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:360px!important;
    padding:22px!important;
  }
  .flow-card.flow-idea{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
  }
  .flow-card.flow-idea .idea-speech{
    position:relative!important;
    left:auto!important;
    top:auto!important;
    width:100%!important;
  }
}

/* True final How it works sizing: centered heading, fixed desktop cards, mobile only stacks. */
@media(min-width:761px){
  .steps .container{
    width:100%!important;
    max-width:none!important;
    padding-inline:32px!important;
    box-sizing:border-box!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .steps .section-heading{
    position:sticky!important;
    left:32px!important;
    width:calc(100vw - 64px)!important;
    max-width:none!important;
    margin:0 auto 52px!important;
    text-align:center!important;
    z-index:2!important;
  }
  .steps .section-heading h2{
    width:min(100%,1420px)!important;
    margin:18px auto 0!important;
    text-align:center!important;
  }
  .steps .section-kicker{
    margin-inline:auto!important;
  }
  .steps-flow{
    display:grid!important;
    grid-template-columns:446px 44px 446px 44px 446px 44px 446px!important;
    width:max-content!important;
    min-width:1916px!important;
    max-width:none!important;
    gap:0!important;
    align-items:center!important;
    justify-content:start!important;
    padding-bottom:10px!important;
  }
  .steps-flow > .flow-arrow,
  .steps-flow > .flow-arrow:nth-child(2),
  .steps-flow > .flow-arrow:nth-child(4),
  .steps-flow > .flow-arrow:nth-child(6){
    display:grid!important;
    grid-column:auto!important;
    grid-row:auto!important;
    width:44px!important;
    min-width:44px!important;
    transform:none!important;
    align-self:center!important;
    justify-self:center!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    grid-column:auto!important;
    grid-row:auto!important;
    width:446px!important;
    height:520px!important;
    min-width:446px!important;
    min-height:0!important;
    padding:36px 42px!important;
    overflow:hidden!important;
  }
  .flow-card.flow-idea{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 166px!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    column-gap:24px!important;
    row-gap:18px!important;
  }
  .flow-card.flow-idea .flow-title{
    grid-column:1 / -1!important;
    grid-row:1!important;
  }
  .flow-card.flow-idea .idea-speech{
    grid-column:1!important;
    grid-row:2!important;
    position:relative!important;
    left:auto!important;
    top:auto!important;
    align-self:start!important;
    justify-self:start!important;
    width:210px!important;
    min-height:116px!important;
    margin:28px 0 0!important;
    padding:22px 26px!important;
    font-size:24px!important;
    line-height:1.36!important;
    font-weight:700!important;
    white-space:normal!important;
  }
  .flow-card.flow-idea .flow-cat{
    grid-column:2!important;
    grid-row:2 / 4!important;
    align-self:center!important;
    justify-self:end!important;
    width:166px!important;
    height:280px!important;
    max-height:100%!important;
    object-fit:contain!important;
  }
  .flow-card.flow-idea .flow-note{
    grid-column:1 / -1!important;
    grid-row:3!important;
  }
  .flow-title{
    gap:20px!important;
    margin-bottom:36px!important;
  }
  .flow-title span{
    width:52px!important;
    height:52px!important;
    font-size:26px!important;
  }
  .flow-title h3{
    font-size:28px!important;
    line-height:1.15!important;
  }
  .create-copy{
    font-size:22px!important;
    line-height:1.34!important;
    margin:0 0 28px!important;
  }
  .create-four{
    grid-template-columns:repeat(2,1fr)!important;
    gap:24px!important;
    margin-top:0!important;
  }
  .create-four img{
    height:126px!important;
    border-radius:18px!important;
  }
  .flow-checks{
    margin:18px 0 48px!important;
  }
  .flow-checks li{
    font-size:20px!important;
    padding:14px 20px!important;
  }
  .flow-launch p,
  .flow-market p{
    font-size:22px!important;
    line-height:1.35!important;
  }
  .flow-social{
    margin:20px auto 34px!important;
  }
  .flow-social img{
    width:56px!important;
    height:56px!important;
  }
  .flow-market-images{
    gap:18px!important;
    margin-bottom:28px!important;
  }
  .flow-market-images img{
    height:138px!important;
  }
}

@media(max-width:760px){
  .steps .container{
    width:min(calc(100% - 24px),1240px)!important;
    max-width:none!important;
    padding-inline:0!important;
    overflow-x:visible!important;
  }
  .steps .section-heading{
    position:static!important;
    width:100%!important;
    margin:0 auto 34px!important;
    text-align:center!important;
  }
  .steps-flow{
    grid-template-columns:1fr!important;
    width:100%!important;
    min-width:0!important;
  }
  .flow-card,
  .flow-card.flow-idea{
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:360px!important;
  }
}

@media(min-width:761px){
  .steps .section-heading{
    left:0!important;
    width:100vw!important;
    margin-left:-32px!important;
    margin-right:0!important;
    transform:translateX(-32px)!important;
  }
  .steps-flow .flow-card,
  .steps-flow .flow-card.flow-idea{
    width:446px!important;
    min-width:446px!important;
    height:520px!important;
    min-height:520px!important;
    max-height:520px!important;
  }
}

@media(min-width:1981px){
  .steps .section-heading{
    transform:none!important;
  }
}

/* Last-pass overrides: keep the previous compact step scale. */
.flow-card.flow-idea .idea-speech,
.flow-card.flow-idea .idea-speech span{
  font-weight:500!important;
}

@media(min-width:1321px){
  .steps .container{
    width:min(calc(100% - 64px),var(--max))!important;
    max-width:var(--max)!important;
    overflow:visible!important;
  }
  .steps .section-heading{
    left:auto!important;
    width:auto!important;
    margin:0 0 42px!important;
    transform:none!important;
  }
  .steps-flow{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    width:100%!important;
    min-width:0!important;
    gap:18px!important;
    justify-content:stretch!important;
    align-items:stretch!important;
  }
  .steps-flow > .flow-arrow{
    display:none!important;
  }
  .steps-flow > .flow-arrow,
  .steps-flow > .flow-arrow:nth-child(2),
  .steps-flow > .flow-arrow:nth-child(4),
  .steps-flow > .flow-arrow:nth-child(6){
    display:none!important;
  }
  .flow-card,
  .flow-card.flow-idea,
  .steps-flow .flow-card,
  .steps-flow .flow-card.flow-idea{
    grid-column:auto!important;
    grid-row:auto!important;
    width:auto!important;
    min-width:0!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    padding:20px 22px!important;
  }
  .flow-title{
    gap:12px!important;
    margin-bottom:18px!important;
  }
  .flow-title span{
    width:29px!important;
    height:29px!important;
    font-size:14px!important;
  }
  .flow-title h3{
    font-size:17px!important;
  }
  .flow-card.flow-idea{
    display:block!important;
  }
  .flow-card.flow-idea .idea-speech{
    position:absolute!important;
    left:22px!important;
    top:68px!important;
    width:170px!important;
    min-height:68px!important;
    margin:0!important;
    padding:12px 14px!important;
    font-size:13px!important;
    line-height:1.45!important;
  }
  .flow-card.flow-idea .flow-cat{
    position:absolute!important;
    right:18px!important;
    bottom:44px!important;
    width:140px!important;
    height:170px!important;
    object-fit:contain!important;
  }
  .flow-card.flow-idea .flow-note{
    position:absolute!important;
    left:22px!important;
    right:22px!important;
    bottom:24px!important;
    font-size:13px!important;
  }
  .create-copy,
  .flow-launch p,
  .flow-market p{
    font-size:13px!important;
    line-height:1.35!important;
  }
  .create-four{
    gap:10px!important;
  }
  .create-four img{
    height:74px!important;
    border-radius:10px!important;
  }
  .flow-checks{
    margin:8px 0 28px!important;
  }
  .flow-checks li{
    font-size:13px!important;
    padding:9px 12px!important;
  }
  .flow-social{
    margin:12px auto 16px!important;
  }
  .flow-social img{
    width:30px!important;
    height:30px!important;
  }
  .flow-market-images{
    gap:8px!important;
    margin-bottom:10px!important;
  }
  .flow-market-images img{
    height:74px!important;
    border-radius:6px!important;
  }
}

@media(max-width:1320px) and (min-width:761px){
  .steps .container{
    width:min(calc(100% - 40px),var(--max))!important;
    overflow:visible!important;
  }
  .steps .section-heading{
    left:auto!important;
    width:auto!important;
    margin:0 0 42px!important;
    transform:none!important;
  }
  .steps-flow{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    width:100%!important;
    min-width:0!important;
    gap:14px!important;
  }
  .steps-flow > .flow-arrow{
    display:none!important;
  }
  .flow-card,
  .flow-card.flow-idea,
  .steps-flow .flow-card,
  .steps-flow .flow-card.flow-idea{
    grid-column:auto!important;
    grid-row:auto!important;
    width:auto!important;
    min-width:0!important;
    height:272px!important;
    min-height:272px!important;
    max-height:272px!important;
    padding:18px 16px!important;
  }
  .flow-title{
    gap:8px!important;
    margin-bottom:16px!important;
  }
  .flow-title span{
    width:28px!important;
    height:28px!important;
    font-size:13px!important;
  }
  .flow-title h3{
    font-size:clamp(13px,1.45vw,17px)!important;
  }
  .flow-card.flow-idea{
    display:block!important;
  }
  .flow-card.flow-idea .idea-speech{
    position:absolute!important;
    left:16px!important;
    top:66px!important;
    width:min(150px,52%)!important;
    min-height:68px!important;
    margin:0!important;
    padding:11px 12px!important;
    font-size:12px!important;
    line-height:1.4!important;
  }
  .flow-card.flow-idea .flow-cat{
    position:absolute!important;
    right:12px!important;
    bottom:44px!important;
    width:42%!important;
    height:160px!important;
    object-fit:contain!important;
  }
  .flow-card.flow-idea .flow-note{
    position:absolute!important;
    left:16px!important;
    right:16px!important;
    bottom:20px!important;
    font-size:12px!important;
  }
}

@media(min-width:761px){
  .steps-flow > .flow-arrow,
  .steps-flow > .flow-arrow:nth-child(2),
  .steps-flow > .flow-arrow:nth-child(4),
  .steps-flow > .flow-arrow:nth-child(6){
    display:none!important;
  }
}

/* Restore the wide How it works flow layout from the prior approved version. */
@media(min-width:761px){
  .steps .container{
    width:min(calc(100% - 90px),1972px)!important;
    max-width:none!important;
    overflow:visible!important;
  }
  .steps .section-heading{
    left:auto!important;
    width:auto!important;
    margin:0 auto 54px!important;
    text-align:center!important;
    transform:none!important;
  }
  .steps-flow{
    display:grid!important;
    grid-template-columns:446px 62px 446px 62px 446px 62px 446px!important;
    width:max-content!important;
    min-width:0!important;
    max-width:none!important;
    gap:0!important;
    justify-content:center!important;
    align-items:center!important;
    margin-inline:auto!important;
  }
  .steps-flow > .flow-arrow,
  .steps-flow > .flow-arrow:nth-child(2),
  .steps-flow > .flow-arrow:nth-child(4),
  .steps-flow > .flow-arrow:nth-child(6){
    display:grid!important;
    grid-column:auto!important;
    grid-row:auto!important;
    place-items:center!important;
    width:62px!important;
    min-width:62px!important;
    height:auto!important;
    color:#fff!important;
    font-size:46px!important;
    line-height:1!important;
    text-shadow:0 0 18px rgba(255,255,255,.45)!important;
    transform:none!important;
    align-self:center!important;
    justify-self:center!important;
  }
  .flow-card,
  .flow-card.flow-idea,
  .steps-flow .flow-card,
  .steps-flow .flow-card.flow-idea{
    grid-column:auto!important;
    grid-row:auto!important;
    width:446px!important;
    min-width:446px!important;
    max-width:446px!important;
    height:402px!important;
    min-height:402px!important;
    max-height:402px!important;
    padding:34px 30px!important;
    border-radius:10px!important;
    overflow:hidden!important;
  }
  .flow-title{
    display:flex!important;
    align-items:center!important;
    gap:20px!important;
    margin:0 0 28px!important;
  }
  .flow-title span{
    width:52px!important;
    height:52px!important;
    font-size:26px!important;
    border-radius:50%!important;
  }
  .flow-title h3{
    font-size:30px!important;
    line-height:1.08!important;
    margin:0!important;
  }
  .flow-card.flow-idea{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 154px!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    column-gap:18px!important;
    row-gap:16px!important;
  }
  .flow-card.flow-idea .flow-title{
    grid-column:1 / -1!important;
    grid-row:1!important;
  }
  .flow-card.flow-idea .idea-speech{
    position:relative!important;
    grid-column:1!important;
    grid-row:2!important;
    left:auto!important;
    top:auto!important;
    width:210px!important;
    min-height:116px!important;
    margin:34px 0 0!important;
    padding:22px 24px!important;
    font-size:23px!important;
    line-height:1.36!important;
    font-weight:500!important;
    align-self:start!important;
    justify-self:start!important;
  }
  .flow-card.flow-idea .flow-cat{
    position:relative!important;
    grid-column:2!important;
    grid-row:2 / 4!important;
    right:auto!important;
    bottom:auto!important;
    align-self:center!important;
    justify-self:end!important;
    width:154px!important;
    height:230px!important;
    max-height:230px!important;
    object-fit:contain!important;
  }
  .flow-card.flow-idea .flow-note{
    position:relative!important;
    grid-column:1 / -1!important;
    grid-row:3!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    margin:0!important;
    font-size:20px!important;
    line-height:1.35!important;
  }
  .create-copy{
    font-size:23px!important;
    line-height:1.28!important;
    margin:0 0 24px!important;
  }
  .create-four{
    grid-template-columns:repeat(2,1fr)!important;
    gap:18px!important;
    margin-top:0!important;
  }
  .create-four img{
    height:126px!important;
    border-radius:18px!important;
  }
  .flow-checks{
    margin:20px 0 42px!important;
  }
  .flow-checks li{
    font-size:20px!important;
    padding:10px 20px!important;
  }
  .flow-checks span{
    width:20px!important;
    height:20px!important;
    font-size:13px!important;
  }
  .flow-launch p,
  .flow-market p{
    font-size:22px!important;
    line-height:1.35!important;
  }
  .flow-social{
    gap:32px!important;
    justify-content:center!important;
    margin:18px auto 26px!important;
  }
  .flow-social img{
    width:52px!important;
    height:52px!important;
  }
  .flow-market-images{
    grid-template-columns:repeat(3,1fr)!important;
    gap:18px!important;
    margin-bottom:22px!important;
  }
  .flow-market-images img{
    height:130px!important;
    border-radius:10px!important;
  }
}

@media(max-width:1970px) and (min-width:761px){
  .steps .container{
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch;
  }
  .steps-flow{
    justify-content:start!important;
  }
}

/* Match /Users/Zhuanz/Documents/Codex/citigo_complete_web 2 flow sizing. */
@media(min-width:761px){
  .steps .container{
    width:min(calc(100% - 32px),1240px)!important;
    max-width:1240px!important;
    overflow:visible!important;
  }
  .steps .section-heading{
    left:auto!important;
    width:auto!important;
    margin:0 auto 42px!important;
    text-align:center!important;
    transform:none!important;
  }
  .steps-flow{
    display:grid!important;
    grid-template-columns:302px 30px 302px 30px 302px 30px 302px!important;
    width:auto!important;
    min-width:0!important;
    max-width:100%!important;
    gap:0!important;
    justify-content:center!important;
    align-items:center!important;
    margin-inline:auto!important;
    overflow:visible!important;
  }
  .steps-flow > .flow-arrow,
  .steps-flow > .flow-arrow:nth-child(2),
  .steps-flow > .flow-arrow:nth-child(4),
  .steps-flow > .flow-arrow:nth-child(6){
    display:grid!important;
    grid-column:auto!important;
    grid-row:auto!important;
    place-items:center!important;
    width:30px!important;
    min-width:30px!important;
    height:auto!important;
    color:#fff!important;
    font-size:30px!important;
    font-weight:900!important;
    line-height:1!important;
    text-shadow:0 0 12px rgba(255,255,255,.3)!important;
    transform:none!important;
  }
  .flow-card,
  .flow-card.flow-idea,
  .steps-flow .flow-card,
  .steps-flow .flow-card.flow-idea{
    grid-column:auto!important;
    grid-row:auto!important;
    width:302px!important;
    min-width:302px!important;
    max-width:302px!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    padding:20px 22px!important;
    border-radius:9px!important;
    overflow:hidden!important;
  }
  .flow-title{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    margin:0 0 18px!important;
  }
  .flow-title span{
    width:29px!important;
    height:29px!important;
    font-size:14px!important;
    border-radius:50%!important;
  }
  .flow-title h3{
    font-size:17px!important;
    line-height:1.15!important;
    margin:0!important;
    letter-spacing:-.02em!important;
  }
  .flow-card.flow-idea{
    display:block!important;
    position:relative!important;
    padding:0!important;
  }
  .flow-card.flow-idea .flow-title{
    position:absolute!important;
    left:22px!important;
    top:20px!important;
    right:16px!important;
    margin:0!important;
  }
  .flow-card.flow-idea .idea-speech{
    position:absolute!important;
    left:22px!important;
    top:68px!important;
    width:170px!important;
    min-height:68px!important;
    margin:0!important;
    padding:12px 14px!important;
    font-size:13px!important;
    line-height:1.45!important;
    font-weight:500!important;
  }
  .flow-card.flow-idea .flow-cat{
    position:absolute!important;
    right:15px!important;
    bottom:34px!important;
    width:118px!important;
    height:178px!important;
    max-height:178px!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .flow-card.flow-idea .flow-note{
    position:absolute!important;
    left:22px!important;
    right:22px!important;
    bottom:24px!important;
    margin:0!important;
    font-size:13px!important;
    line-height:1.45!important;
  }
  .create-copy{
    font-size:13px!important;
    line-height:1.45!important;
    margin:2px 0 16px!important;
  }
  .create-four{
    display:grid!important;
    grid-template-columns:repeat(2,1fr)!important;
    gap:12px!important;
    margin-top:0!important;
  }
  .create-four img{
    width:100%!important;
    height:72px!important;
    border-radius:18px!important;
    padding:9px!important;
    object-fit:contain!important;
    background:#f1eef7!important;
  }
  .flow-checks{
    margin:8px 0 28px!important;
  }
  .flow-checks li{
    font-size:13px!important;
    padding:9px 12px!important;
  }
  .flow-checks span{
    width:14px!important;
    height:14px!important;
    font-size:10px!important;
  }
  .flow-launch p,
  .flow-market p{
    font-size:13px!important;
    line-height:1.35!important;
    margin:0!important;
  }
  .flow-social{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:218px!important;
    gap:0!important;
    margin:8px auto 16px!important;
  }
  .flow-social img{
    width:30px!important;
    height:30px!important;
  }
  .flow-market-images{
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    gap:8px!important;
    margin-bottom:10px!important;
  }
  .flow-market-images img{
    width:100%!important;
    height:74px!important;
    object-fit:cover!important;
    border-radius:6px!important;
  }
}

@media(max-width:1320px) and (min-width:761px){
  .steps .container{
    width:min(calc(100% - 32px),1240px)!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
  }
  .steps-flow{
    grid-template-columns:302px 30px 302px 30px 302px 30px 302px!important;
    width:max-content!important;
    max-width:none!important;
    justify-content:start!important;
    padding-bottom:10px!important;
  }
}

/* Scale the dashboard instead of horizontal scrolling once launch stacks. */
@media(max-width:760px){
  .dashboard-scroll{
    width:100%!important;
    height:480px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
  }
  .dashboard-scroll .dashboard{
    width:760px!important;
    max-width:none!important;
    height:516px!important;
    min-height:516px!important;
    transform:scale(.93)!important;
    transform-origin:top left!important;
  }
}

@media(max-width:700px){
  .dashboard-scroll{height:454px!important}
  .dashboard-scroll .dashboard{transform:scale(.88)!important}
}

@media(max-width:640px){
  .dashboard-scroll{height:413px!important}
  .dashboard-scroll .dashboard{transform:scale(.80)!important}
}

@media(max-width:560px){
  .dashboard-scroll{height:361px!important}
  .dashboard-scroll .dashboard{transform:scale(.70)!important}
}

@media(max-width:480px){
  .dashboard-scroll{height:310px!important}
  .dashboard-scroll .dashboard{transform:scale(.60)!important}
}

@media(max-width:420px){
  .dashboard-scroll{height:248px!important}
  .dashboard-scroll .dashboard{transform:scale(.48)!important}
}

@media(max-width:360px){
  .dashboard-scroll{height:227px!important}
  .dashboard-scroll .dashboard{transform:scale(.44)!important}
}

/* Current fix: keep the How it works title fixed while only the steps rail scrolls. */
@media(min-width:761px) and (max-width:1320px){
  #how-it-works .container{
    overflow:visible!important;
  }
  #how-it-works .section-heading{
    width:100%!important;
    margin:0 auto 42px!important;
    transform:none!important;
  }
  #how-it-works .steps-flow-scroll{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    scrollbar-color:rgba(139,92,246,.55) rgba(255,255,255,.06);
  }
  #how-it-works .steps-flow{
    width:max-content!important;
    max-width:none!important;
    margin-inline:0!important;
    justify-content:start!important;
  }
}

/* Current fix: separate the Step 1 speech bubble from the image. */
@media(min-width:761px){
  #how-it-works .flow-card.flow-idea .idea-speech{
    left:20px!important;
    width:142px!important;
    max-width:142px!important;
    padding:11px 12px!important;
  }
  #how-it-works .flow-card.flow-idea .flow-cat{
    right:12px!important;
    width:106px!important;
    max-width:106px!important;
  }
}

@media(min-width:1321px){
  #how-it-works .flow-card.flow-idea .idea-speech{
    width:150px!important;
    max-width:150px!important;
  }
  #how-it-works .flow-card.flow-idea .flow-cat{
    width:112px!important;
    max-width:112px!important;
  }
}

/* Current fix: make mobile dashboard scaling affect scroll width, avoiding blank overscroll. */
@media(max-width:760px){
  #dashboard .dashboard-scroll > .dashboard{
    transform:none!important;
    transform-origin:initial!important;
    width:760px!important;
    max-width:none!important;
    height:516px!important;
    min-height:516px!important;
    zoom:.93;
  }
}

@media(max-width:700px){
  #dashboard .dashboard-scroll > .dashboard{zoom:.88}
}

@media(max-width:640px){
  #dashboard .dashboard-scroll > .dashboard{zoom:.80}
}

@media(max-width:560px){
  #dashboard .dashboard-scroll > .dashboard{zoom:.70}
}

@media(max-width:480px){
  #dashboard .dashboard-scroll > .dashboard{zoom:.60}
}

@media(max-width:420px){
  #dashboard .dashboard-scroll > .dashboard{zoom:.48}
}

@media(max-width:360px){
  #dashboard .dashboard-scroll > .dashboard{zoom:.44}
}

/* Current fix: move the Step 1 speech-tail to the left edge. */
#how-it-works .flow-card.flow-idea .idea-speech{
  --speech-tail-size:12px;
  --speech-tail-half-base:10px;
  --speech-tail-bg:rgba(31,36,57,.86);
  --speech-tail-border:rgba(148,163,184,.48);
  overflow:visible!important;
}

#how-it-works .flow-card.flow-idea .idea-speech::before{
  content:""!important;
  position:absolute!important;
  left:calc(var(--speech-tail-size) * -1)!important;
  top:50%!important;
  bottom:auto!important;
  width:0!important;
  height:0!important;
  transform:translateY(-50%)!important;
  border-top:var(--speech-tail-half-base) solid transparent!important;
  border-bottom:var(--speech-tail-half-base) solid transparent!important;
  border-left:0!important;
  border-right:var(--speech-tail-size) solid var(--speech-tail-border)!important;
  z-index:1!important;
}

#how-it-works .flow-card.flow-idea .idea-speech::after{
  content:""!important;
  position:absolute!important;
  left:calc((var(--speech-tail-size) - 3px) * -1)!important;
  top:50%!important;
  bottom:auto!important;
  width:0!important;
  height:0!important;
  transform:translateY(-50%)!important;
  border-top:calc(var(--speech-tail-half-base) - 2px) solid transparent!important;
  border-bottom:calc(var(--speech-tail-half-base) - 2px) solid transparent!important;
  border-left:0!important;
  border-right:calc(var(--speech-tail-size) - 3px) solid var(--speech-tail-bg)!important;
  z-index:2!important;
}

#how-it-works .flow-card.flow-idea .idea-speech .tail-mask{
  display:block!important;
  position:absolute!important;
  left:-2px!important;
  top:50%!important;
  bottom:auto!important;
  width:4px!important;
  height:16px!important;
  transform:translateY(-50%)!important;
  background:var(--speech-tail-bg)!important;
  z-index:3!important;
  pointer-events:none!important;
}

/* Current fix: iPad/tablet portrait keeps launch copy above the dashboard. */
@media(min-width:761px) and (max-width:1180px) and (orientation:portrait){
  #dashboard .launch-grid{
    grid-template-columns:1fr!important;
    align-items:start!important;
    gap:42px!important;
  }
  #dashboard .launch-copy{
    width:min(100%,760px)!important;
    max-width:760px!important;
  }
  #dashboard .launch-copy h2{
    max-width:760px!important;
  }
  #dashboard .launch-copy p{
    max-width:760px!important;
  }
  #dashboard .dashboard-scroll{
    width:100%!important;
    max-width:100%!important;
    justify-self:stretch!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
  }
  #dashboard .dashboard-scroll > .dashboard{
    width:min(100%,904px)!important;
    max-width:none!important;
    min-width:760px!important;
    transform:none!important;
    zoom:1!important;
  }
}

/* Current fix: mobile How it works shows every step-to-step arrow. */
@media(max-width:760px){
  #how-it-works .steps-flow > .flow-arrow,
  #how-it-works .steps-flow > .flow-arrow:nth-child(2),
  #how-it-works .steps-flow > .flow-arrow:nth-child(4),
  #how-it-works .steps-flow > .flow-arrow:nth-child(6){
    display:grid!important;
    place-items:center!important;
    justify-self:center!important;
    align-self:center!important;
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    min-height:34px!important;
    margin:0 auto!important;
    color:#fff!important;
    font-size:30px!important;
    line-height:1!important;
    transform:rotate(90deg)!important;
    text-shadow:0 0 14px rgba(255,255,255,.42)!important;
  }
}

/* Current fix: compact mobile platform logos into three columns. */
@media(max-width:760px){
  .platform-strip{
    padding:16px 0 18px!important;
  }
  .platform-inner{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    justify-items:center!important;
    align-items:center!important;
    gap:16px 14px!important;
    min-height:0!important;
    padding-top:0!important;
  }
  .platform-logo,
  .tiktok-shop-logo,
  .amazon-logo,
  .pinterest-logo{
    width:100%!important;
    height:30px!important;
    max-width:92px!important;
    object-fit:contain!important;
    transform:none!important;
  }
  .etsy-logo{
    max-width:74px!important;
  }
  .shopify-logo{
    width:100%!important;
    max-width:96px!important;
    height:30px!important;
    gap:4px!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
  .shopify-logo img{
    width:21px!important;
    height:24px!important;
    flex:0 0 auto!important;
  }
  .shopify-logo strong{
    font-size:20px!important;
    line-height:1!important;
    min-width:0!important;
  }
  .tiktok-shop-logo{
    max-width:106px!important;
  }
  .amazon-logo{
    max-width:100px!important;
    height:34px!important;
  }
  .pinterest-logo{
    max-width:112px!important;
    height:34px!important;
  }
  .platform-more{
    width:100%!important;
    max-width:112px!important;
    height:30px!important;
    justify-content:center!important;
    font-size:14px!important;
  }
  .platform-connect{
    grid-column:1 / -1!important;
    position:static!important;
    transform:none!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:10px 12px!important;
    margin-top:8px!important;
    width:100%!important;
    max-width:100%!important;
    white-space:normal!important;
    text-align:center!important;
    font-size:13px!important;
  }
  .platform-connect strong{
    max-width:100%!important;
    overflow-wrap:anywhere!important;
  }
  .connected{
    padding:6px 7px 6px 12px!important;
    font-size:10px!important;
  }
  .connected span{
    width:20px!important;
    height:20px!important;
  }
  .store-domain{
    padding:6px 9px!important;
    font-size:14px!important;
    max-width:100%!important;
  }
}

@media(max-width:520px){
  .platform-inner{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px 16px!important;
  }
  .platform-logo,
  .shopify-logo,
  .tiktok-shop-logo,
  .amazon-logo,
  .pinterest-logo,
  .platform-more{
    max-width:112px!important;
  }
  .etsy-logo{
    width:100%!important;
    max-width:88px!important;
  }
  .shopify-logo{
    max-width:112px!important;
    white-space:nowrap!important;
  }
  .shopify-logo strong{
    white-space:nowrap!important;
  }
}
/* Larger full-display cat images */
.flow-market-images{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:12px !important;
}

.flow-market-images img{
  width:100% !important;
  height:125px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#071026 !important;
  border-radius:12px !important;
  padding:4px !important;
}
/* Keep waitlist title in two lines on desktop */
@media (min-width:1051px){
  .hero-grid{
    grid-template-columns:minmax(0, 1fr) 420px !important;
    gap:56px !important;
  }

  .waitlist-card{
    width:420px !important;
  }

  .waitlist-card h2{
    font-size:clamp(34px, 2.7vw, 42px) !important;
    line-height:1.04 !important;
    max-width:100% !important;
  }

  .waitlist-card h2 span{
    white-space:nowrap !important;
  }
}
