@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&display=swap');

:root {
  --ink: #15342a;
  --ink-2: #0d251e;
  --ink-soft: #294d40;
  --muted: #62786d;
  --muted-on-dark: #adc5ba;
  --border: #d9e7df;
  --canvas: #f6faf7;
  --surface: #ffffff;
  --soft: #e8f2eb;
  --accent: #2a966a;
  --accent-strong: #126447;
  --mint: #b7e6c9;
  --yellow: #f7df80;
  --purple: #c7b3ff;
  --sky: #9ed6e9;
  --clay: #f0b78e;
  --shadow: 0 27px 70px rgba(22, 61, 44, 0.15);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  font-family: Geist, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--canvas);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--canvas); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { font-weight: 600; }
.site-shell { overflow: clip; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

/* Global framing */
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(21, 52, 42, 0.09); background: rgba(246, 250, 247, 0.86); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 72px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 21px; font-weight: 600; letter-spacing: -0.057em; }
.wordmark-mark { width: 30px; height: 30px; border: 1px solid rgba(21, 52, 42, 0.1); border-radius: 9px; object-fit: cover; box-shadow: 0 4px 10px rgba(20, 64, 46, 0.1); }
.header-get-started { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 13px; border-radius: 10px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 600; transition: transform 160ms var(--ease-out), background 160ms ease; }
.header-get-started:hover { transform: translateY(-1px); background: var(--accent-strong); }
.header-get-started:active, .button:active { transform: scale(0.97); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-strong); font-size: 11px; font-weight: 600; letter-spacing: 0.105em; text-transform: uppercase; }
.eyebrow::before { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); content: ""; }
.eyebrow-light { color: #9bdab8; }
.eyebrow-light::before { background: var(--mint); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 600; transition: transform 160ms var(--ease-out), background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 10px 22px rgba(16, 56, 40, 0.18); }
.button-primary:hover { background: var(--accent-strong); }
.button-secondary { border-color: #d1dfd8; background: rgba(255, 255, 255, 0.84); color: var(--ink); }
.button-secondary:hover { border-color: #aac5b7; background: #fff; }
.button-light { background: #ecf9f1; color: var(--ink); }
.button-light:hover { background: #fff; }
.text-link { color: var(--accent-strong); font-size: 14px; font-weight: 600; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform 160ms var(--ease-out); }
.text-link:hover span { transform: translateX(4px); }
/* Product content must arrive with authority. Motion belongs to live controls,
   not to a page-wide delayed fade that can make the interface look disabled. */
[data-reveal] { opacity: 1; transform: none; }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* Hero and approved builder-card language */
.hero { position: relative; padding: 96px 0 84px; isolation: isolate; background: radial-gradient(circle at 82% 22%, rgba(183, 230, 201, 0.94), transparent 25rem), radial-gradient(circle at 7% 95%, rgba(199, 179, 255, 0.29), transparent 28rem), linear-gradient(180deg, #fcfefc 0%, #edf7f1 100%); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(41, 128, 88, 0.16); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 470px; height: 470px; top: -260px; right: -178px; }
.hero-orbit-two { width: 315px; height: 315px; bottom: -240px; left: 2%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.92fr); align-items: center; gap: 56px; }
.hero h1 { max-width: 685px; margin: 15px 0 22px; font-size: clamp(47px, 5.6vw, 76px); line-height: 0.96; letter-spacing: -0.075em; }
.hero-copy { max-width: 568px; margin: 0; color: #365346; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin: 15px 0 0; color: #537063; font-size: 13px; line-height: 1.5; }
.flow-preview { position: relative; padding: 13px; border: 1px solid rgba(111, 157, 135, 0.72); border-radius: 24px; background: rgba(255, 255, 255, 0.92); box-shadow: 0 31px 74px rgba(16, 73, 48, 0.19); transform: perspective(1100px) rotateY(-2deg) rotateX(1deg); }
.flow-preview::before { position: absolute; z-index: -1; inset: 18px -14px -14px 16px; border-radius: 24px; background: linear-gradient(140deg, #c7ecd7, #dff4e7); content: ""; }
.preview-live-dot { position: absolute; top: -14px; right: 21px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid #b9dfc9; border-radius: 99px; background: #f2fff6; color: #2b6c4f; font-size: 10px; font-weight: 600; box-shadow: 0 8px 17px rgba(31, 97, 64, 0.11); }
.preview-live-dot span { width: 6px; height: 6px; border-radius: 50%; background: #39aa73; animation: livePulse 1.9s ease-in-out infinite; }
.preview-topbar { display: flex; align-items: center; justify-content: space-between; height: 42px; padding: 0 13px; border-radius: 12px 12px 7px 7px; background: var(--soft); color: #456158; font-size: 11px; font-weight: 500; }
.mini-brand { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
.mini-brand i { display: inline-block; width: 11px; height: 11px; border-radius: 4px; background: var(--accent); }
.preview-body { display: grid; grid-template-columns: 108px 1fr; min-height: 369px; overflow: hidden; border: 1px solid #e1eae5; border-top: 0; border-radius: 0 0 12px 12px; background: #fff; }
.preview-nav { position: relative; padding: 15px 10px; border-right: 1px solid #e4ebe7; background: #fbfdfb; }
.preview-nav-label { margin: 2px 4px 14px; color: #9aaba2; font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.preview-nav .small-line { height: 7px; margin: 11px 4px; border-radius: 99px; background: #e5ece8; }
.preview-nav .small-line.active { width: 80%; background: #94cdb1; box-shadow: 0 0 0 4px #eff8f3; }
.preview-nav-bottom { position: absolute; right: 11px; bottom: 16px; left: 11px; height: 22px; border-radius: 6px; background: #edf4f0; }
.preview-main { padding: 19px; }
.preview-breadcrumb { color: #7b8b83; font-size: 9px; font-weight: 600; }
.preview-breadcrumb span { margin: 0 4px; color: #b4c4bc; }
.preview-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-top: 12px; }
.preview-title-row strong { font-size: 17px; font-weight: 600; letter-spacing: -0.04em; }
.status { padding: 5px 7px; border-radius: 99px; background: #dff3e9; color: #14734f; font-size: 9px; font-weight: 600; }
.preview-copy { width: 75%; height: 8px; margin-top: 10px; border-radius: 99px; background: #e8eeeb; }
.preview-copy.short { width: 52%; }
.question-card { margin-top: 22px; padding: 14px; border: 1px solid #e0e9e4; border-radius: 13px; box-shadow: 0 8px 18px rgba(23, 61, 43, 0.04); }
.question-card-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.question-card .label { color: #7a8b83; font-size: 8px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.editor-status { color: #328463; font-size: 8px; font-weight: 600; }
.question-card h3 { margin: 7px 0 12px; font-size: 14px; letter-spacing: -0.04em; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice { min-height: 49px; padding: 7px; border: 1px solid #dce7e1; border-radius: 9px; color: #587066; font-size: 9px; font-weight: 500; }
.image-choice { display: flex; align-items: center; gap: 7px; }
.image-choice.active { border-color: #62aa89; background: #effaf4; color: #216b4d; }
.visual-swirl { position: relative; display: inline-block; flex: 0 0 auto; width: 23px; height: 30px; overflow: hidden; border-radius: 7px; }
.visual-swirl::before, .visual-swirl::after { position: absolute; border-radius: 50%; content: ""; }
.visual-swirl::before { width: 24px; height: 24px; top: -7px; left: -7px; background: rgba(255,255,255,.7); }
.visual-swirl::after { width: 21px; height: 21px; right: -9px; bottom: -8px; background: rgba(29,89,66,.22); }
.moss { background: #a5dcbd; }.sun { background: #f3d17b; }.blue { background: #a9dcec; }.clay { background: #eac09b; }
.preview-progress { display: flex; align-items: center; gap: 6px; margin-top: 16px; }
.preview-progress b { color: #668075; font-size: 9px; font-weight: 600; }
.preview-progress span { flex: 1; height: 5px; overflow: hidden; border-radius: 99px; background: #e5ece8; }
.preview-progress span::after { display: block; width: 54%; height: 100%; border-radius: inherit; background: var(--accent); content: ""; animation: progressSway 3.6s ease-in-out infinite; }
.builder-pulse { position: absolute; right: -30px; bottom: 36px; display: grid; gap: 3px; min-width: 156px; padding: 11px 12px; border: 1px solid #b4dac4; border-radius: 12px; background: #fff; box-shadow: 0 12px 25px rgba(23, 66, 47, 0.16); font-size: 9px; transform: rotate(-2deg); }
.builder-pulse span { color: #668075; }.builder-pulse b { color: var(--accent-strong); font-weight: 600; }

/* Section one: shopper progression */
.manifesto-strip { padding: 43px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.manifesto-inner { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 26px; }
.manifesto-index { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--soft); color: var(--accent-strong); font-size: 12px; font-weight: 600; }
.manifesto-inner p { max-width: 760px; margin: 0; color: #385248; font-size: 17px; line-height: 1.52; letter-spacing: -0.024em; }
.manifesto-tail { color: #758b80; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.journey-section { padding: 122px 0; background: linear-gradient(180deg, #f6faf7 0%, #edf6f0 100%); }
.journey-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; align-items: center; }
.journey-copy h2, .logic-copy h2, .offer-copy h2, .presentation-copy h2, .mapping-copy h2, .publishing-copy h2, .get-started-panel h2 { max-width: 520px; margin: 13px 0 16px; font-size: clamp(33px, 4vw, 53px); line-height: 1.02; letter-spacing: -0.068em; }
.journey-copy p, .logic-copy p, .offer-copy p, .presentation-copy p, .mapping-copy p, .publishing-copy p { max-width: 500px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.68; }
.journey-notes { display: grid; gap: 11px; margin-top: 27px; color: #345548; font-size: 13px; font-weight: 500; }
.journey-notes span { display: flex; align-items: center; gap: 9px; }.journey-notes i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.journey-stage { position: relative; border: 1px solid #c7dfd1; border-radius: 24px; background: #fdfefd; box-shadow: 0 23px 55px rgba(31, 79, 57, 0.11); }
.journey-stage::after { position: absolute; z-index: -1; right: -12px; bottom: -12px; width: 63%; height: 72%; border-radius: 24px; background: #d4ecd9; content: ""; }
.journey-stage-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-bottom: 1px solid #e0ebe4; color: #60776b; font-size: 11px; font-weight: 600; }
.stage-status { display: inline-flex; align-items: center; gap: 5px; color: #277354; }.stage-status i { width: 7px; height: 7px; border-radius: 50%; background: #57bb86; }
.shopper-window { position: relative; min-height: 432px; margin: 15px; overflow: hidden; border-radius: 18px; background: linear-gradient(145deg, #e4f1e9 0%, #f7faf8 50%, #fff 100%); }
.shopper-window::before { position: absolute; width: 230px; height: 230px; top: -120px; right: -85px; border: 1px solid rgba(65,144,102,.19); border-radius: 50%; content: ""; }
.shopper-window-head { display: flex; justify-content: space-between; align-items: center; padding: 19px 22px; }.shopper-mark { display: inline-flex; align-items: center; gap: 7px; color: #4d675a; font-size: 10px; font-weight: 600; }.shopper-mark img { width: 18px; height: 18px; border-radius: 6px; }.shopper-progress { display: flex; gap: 4px; }.shopper-progress i, .shopper-progress b { display: block; width: 21px; height: 4px; border-radius: 99px; background: #d1e0d7; }.shopper-progress b, .shopper-progress i:first-of-type { background: var(--accent); }
.shopper-question-state, .shopper-result-state { width: min(100% - 50px, 404px); margin: 19px auto 0; }
.micro-label { display: block; color: #789087; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.shopper-question-state h3, .shopper-result-state h3 { margin: 9px 0 5px; font-size: 26px; line-height: 1.08; letter-spacing: -0.055em; }.shopper-question-state > p, .shopper-result-state > p { margin: 0; color: #5f766b; font-size: 12px; line-height: 1.6; }
.shopper-image-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 20px; }.shopper-image-option { display: grid; gap: 8px; padding: 8px; border: 1px solid #cfdfd5; border-radius: 11px; background: rgba(255,255,255,.72); color: #3e5d50; text-align: left; cursor: pointer; transition: transform 180ms var(--ease-out), border-color 180ms ease, box-shadow 180ms ease; }.shopper-image-option:hover { transform: translateY(-3px); }.shopper-image-option.selected { border-color: #51a97d; box-shadow: 0 6px 0 #ccebd8; }.shopper-image-option b { font-size: 10px; font-weight: 600; }
.choice-art { position: relative; display: block; height: 68px; overflow: hidden; border-radius: 8px; }.choice-art::before, .choice-art::after, .choice-art i { position: absolute; border-radius: 50%; content: ""; }.choice-art::before { width: 81px; height: 81px; top: -35px; left: -22px; background: rgba(255,255,255,.65); }.choice-art::after { width: 68px; height: 68px; right: -33px; bottom: -29px; background: rgba(13,62,45,.18); }.choice-art i:first-child { width: 38px; height: 38px; right: 14px; top: 13px; background: rgba(255,255,255,.44); }.choice-art i:last-child { width: 18px; height: 18px; bottom: 10px; left: 13px; background: rgba(19,75,54,.19); }.art-lilac { background: #cbbcf4; }.art-lime { background: #bade8e; }.art-sky { background: #a9ddeb; }
.shopper-nav-row { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }.back-link, .restart-demo { padding: 0; border: 0; background: none; color: #4c6b5c; font-size: 11px; font-weight: 600; cursor: pointer; }.auto-advance { display: inline-flex; align-items: center; gap: 6px; color: #598170; font-size: 10px; font-weight: 500; }.auto-advance i { width: 7px; height: 7px; border-radius: 50%; background: #55b381; box-shadow: 0 0 0 3px #d5eedf; }
.shopper-result-state { position: absolute; top: 57px; right: 0; left: 0; opacity: 0; transform: translateY(22px); pointer-events: none; transition: opacity 420ms var(--ease-out), transform 420ms var(--ease-out); }.shopper-window.is-result .shopper-question-state { opacity: 0; transform: translateY(-16px); pointer-events: none; }.shopper-question-state { transition: opacity 260ms ease, transform 260ms ease; }.shopper-window.is-result .shopper-result-state { opacity: 1; transform: translateY(0); pointer-events: auto; }.shopper-window.is-resolving .shopper-question-state { transform: scale(.98); opacity: .48; }
.mini-product-hero { position: relative; height: 101px; margin: 15px 0 10px; overflow: hidden; border-radius: 13px; background: #c8e8d2; }.product-orb { position: absolute; bottom: -30px; left: 18%; width: 105px; height: 105px; border-radius: 43% 43% 33% 33%; background: #fff9ed; box-shadow: inset -14px 0 18px rgba(215,171,89,.2); transform: rotate(15deg); }.product-orb::after { position: absolute; top: 10px; left: 19px; width: 67px; height: 23px; border-radius: 50%; background: #e1c181; content: ""; }.product-orb.two { width: 78px; height: 78px; bottom: -19px; left: 45%; background: #729f7f; transform: rotate(-12deg); }.product-orb.three { width: 54px; height: 54px; bottom: -9px; left: auto; right: 13%; background: #edd3ac; transform: rotate(18deg); }.shopper-result-cta { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 17px; padding: 11px 13px; border: 0; border-radius: 9px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 600; }.restart-demo { display: block; margin: 9px auto 0; color: #668075; }
.journey-stage-foot { display: flex; justify-content: space-between; gap: 18px; padding: 1px 18px 16px; color: #718b7d; font-size: 10px; }.foot-progress { display: inline-flex; align-items: center; gap: 6px; color: #458066; font-weight: 600; }.foot-progress i { width: 6px; height: 6px; border-radius: 50%; background: #46aa79; }

/* Conditional logic */
.logic-section { position: relative; padding: 121px 0; background: var(--ink-2); color: #fff; }.logic-section::before { position: absolute; top: 0; right: 8%; width: 320px; height: 320px; border: 1px solid rgba(175,225,193,.1); border-radius: 50%; content: ""; }.logic-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 92px; align-items: center; }.logic-copy p { color: var(--muted-on-dark); }.logic-copy-points { display: grid; gap: 11px; margin-top: 27px; color: #d8ebe0; font-size: 13px; font-weight: 500; }.logic-copy-points span::before { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: #94d9ad; content: ""; }
.logic-visual { position: relative; }.logic-board { position: relative; overflow: hidden; padding: 18px; border: 1px solid rgba(183,230,201,.18); border-radius: 22px; background: linear-gradient(145deg, rgba(33,75,60,.86), rgba(18,48,38,.92)); box-shadow: 0 24px 52px rgba(0,0,0,.2); }.logic-board::after { position: absolute; right: -66px; bottom: -70px; width: 180px; height: 180px; border: 1px solid rgba(183,230,201,.16); border-radius: 50%; content: ""; }.logic-head, .logic-bottom { display: flex; justify-content: space-between; color: #a2c2b2; font-size: 10px; font-weight: 600; }.logic-rule { padding: 4px 7px; border: 1px solid rgba(173,227,193,.25); border-radius: 99px; color: #b5e9c6; }.logic-origin { display: flex; align-items: center; gap: 11px; margin-top: 28px; padding: 14px; border: 1px solid rgba(188,231,204,.12); border-radius: 13px; background: rgba(255,255,255,.045); }.logic-node-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: #b2dfc0; color: #194232; font-size: 10px; font-weight: 600; }.logic-origin small, .logic-outcome span { display: block; color: #9ebcaf; font-size: 9px; }.logic-origin strong, .logic-outcome strong { display: block; margin-top: 4px; color: #fff; font-size: 13px; font-weight: 600; }.logic-lines { position: relative; height: 42px; margin: 0 0 0 29px; border-left: 1px solid rgba(174,224,192,.4); }.logic-lines i { position: absolute; width: 8px; height: 8px; left: -4px; border-radius: 50%; background: #94d9ad; }.logic-lines i:first-child { top: 8px; }.logic-lines i:nth-child(2) { top: 19px; }.logic-lines i:last-child { bottom: 3px; }.logic-outcomes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.logic-outcome { position: relative; min-height: 81px; padding: 13px; border: 1px solid rgba(188,231,204,.12); border-radius: 13px; background: rgba(255,255,255,.04); }.logic-outcome.active { border-color: rgba(139,219,167,.5); background: rgba(77,159,110,.15); }.logic-outcome b { position: absolute; right: 9px; bottom: 9px; color: #a5e6ba; font-size: 8px; font-weight: 600; }.logic-bottom { padding-top: 16px; margin-top: 14px; border-top: 1px solid rgba(188,231,204,.12); }.logic-bottom span:last-child { color: #a5e6ba; }.logic-float { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; border: 1px solid rgba(164,225,186,.23); border-radius: 10px; background: #e5f5ea; color: #255840; box-shadow: 0 12px 24px rgba(0,0,0,.15); font-size: 10px; font-weight: 600; }.float-one { top: -18px; right: -22px; }.float-two { bottom: -17px; left: -24px; background: #f3de97; color: #6a5316; }.float-dot { width: 7px; height: 7px; border-radius: 50%; background: #3ea873; }.tiny-arrow { font-size: 15px; }

/* Commerce architecture */
.commerce-section { padding: 122px 0; background: #f9fcfa; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 43px; }.section-heading h2 { max-width: 590px; margin: 13px 0 0; font-size: clamp(34px, 4vw, 53px); line-height: 1.01; letter-spacing: -0.068em; }.section-heading p { max-width: 430px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }.commerce-demo { overflow: hidden; border: 1px solid #cbded3; border-radius: 24px; background: #fff; box-shadow: 0 24px 55px rgba(25,75,51,.09); }.commerce-tabs { display: flex; gap: 3px; padding: 9px; border-bottom: 1px solid #e0eae4; background: #f3f8f4; }.commerce-tab { flex: 1; min-height: 39px; padding: 0 9px; border: 0; border-radius: 9px; background: transparent; color: #698076; font-size: 11px; font-weight: 600; cursor: pointer; transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease-out); }.commerce-tab:hover { color: var(--ink); }.commerce-tab.active { background: #fff; color: var(--ink); box-shadow: 0 3px 7px rgba(24,71,49,.08); }.commerce-demo-body { display: grid; grid-template-columns: 241px 1fr; min-height: 433px; }.result-settings { padding: 17px; border-right: 1px solid #e1ebe5; background: #fbfdfb; }.result-settings-title, .result-stage-top { display: flex; justify-content: space-between; align-items: center; color: #799086; font-size: 10px; font-weight: 600; }.result-settings-title i { width: 7px; height: 7px; border-radius: 50%; background: #56b581; }.setting-line { display: grid; gap: 5px; padding: 12px 0; border-bottom: 1px solid #e9efeb; color: #74897e; font-size: 10px; }.setting-line b { color: #365849; font-size: 11px; font-weight: 600; }.setting-line.strong { margin-top: 11px; color: #526f61; }.setting-line.selected { margin: 15px -6px 0; padding: 11px 8px; border: 1px solid #b6dac3; border-radius: 9px; background: #eefaf2; color: #377456; }.result-settings-save { display: flex; align-items: center; gap: 6px; margin-top: 16px; color: #509271; font-size: 10px; }.result-settings-save span { width: 6px; height: 6px; border-radius: 50%; background: #4bb17a; }.commerce-result-stage { position: relative; padding: 18px; background: linear-gradient(145deg, #e5f1e9, #f9fcfa 72%); }.commerce-panel { position: absolute; inset: 47px 18px 18px; display: flex; flex-direction: column; align-items: center; overflow: auto; padding: 22px; border: 1px solid #deebe2; border-radius: 17px; background: rgba(255,255,255,.87); opacity: 0; pointer-events: none; transform: translateY(14px) scale(.985); transition: opacity 250ms var(--ease-out), transform 250ms var(--ease-out); }.commerce-panel.mode-active { position: absolute; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }.mini-kicker { color: #628478; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }.commerce-panel h3 { margin: 13px 0 6px; font-size: 22px; line-height: 1.08; letter-spacing: -0.052em; }.commerce-panel > p { max-width: 350px; margin: 0; color: #647b70; font-size: 11px; line-height: 1.52; text-align: center; }.commerce-action { display: flex; justify-content: space-between; align-items: center; width: min(100%, 360px); min-height: 39px; margin-top: 16px; padding: 0 12px; border: 0; border-radius: 9px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 600; }.commerce-action::after { content: '→'; }.single-product-visual { position: relative; width: 174px; height: 109px; margin-top: 10px; overflow: hidden; border-radius: 13px; background: #c9e6d1; }.catalog-shape { position: absolute; bottom: -11px; border-radius: 23px 23px 12px 12px; background: #f9f3e5; box-shadow: inset -11px 0 13px rgba(183,131,54,.12); }.shape-one { left: 35px; width: 69px; height: 89px; transform: rotate(-8deg); }.shape-two { right: 29px; width: 45px; height: 65px; background: #75a580; transform: rotate(13deg); }.catalog-shape::before { position: absolute; top: 7px; left: 12px; width: calc(100% - 24px); height: 16px; border-radius: 4px; background: #dac37d; content: ""; }.catalog-shadow { position: absolute; right: 13px; bottom: 6px; left: 14px; height: 14px; border-radius: 50%; background: rgba(30,91,59,.15); filter: blur(4px); }.catalog-meta { display: flex; gap: 7px; margin-top: 10px; }.catalog-meta span, .catalog-meta b { padding: 4px 7px; border-radius: 99px; background: #eef5f0; color: #4b6b5c; font-size: 9px; font-weight: 600; }.catalog-meta b { background: #d8f0e1; color: #28754f; }.subscription-card { width: min(100%, 360px); margin-top: 14px; overflow: hidden; border: 1px solid #d8e6dc; border-radius: 11px; }.subscription-card > div:first-child { display: flex; align-items: center; gap: 9px; padding: 10px; border-bottom: 1px solid #e1eae4; }.cadence-mark { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; background: #dff0e5; color: #277c55; font-size: 15px; }.subscription-card b { display: block; color: #315747; font-size: 10px; }.subscription-card small { display: block; margin-top: 2px; color: #789087; font-size: 9px; }.subscription-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 10px; color: #637a6f; font-size: 10px; }.subscription-row i { width: 11px; height: 11px; border: 1px solid #b9cfc2; border-radius: 50%; }.subscription-row.selected { background: #f0faf3; color: #2a7353; font-weight: 600; }.subscription-row.selected i { border: 3px solid #49ac78; }.add-on-list { display: grid; width: min(100%, 380px); margin-top: 14px; border: 1px solid #d9e6de; border-radius: 11px; overflow: hidden; }.add-on-list > div { display: grid; grid-template-columns: 27px 1fr auto; gap: 8px; align-items: center; padding: 8px 9px; border-bottom: 1px solid #e6eee9; }.add-on-list > div:last-child { border-bottom: 0; }.addon-art { width: 25px; height: 27px; border-radius: 7px; }.addon-art.a { background: #b2dbbd; }.addon-art.b { background: #efc797; }.addon-art.c { background: #b8c9ef; }.add-on-list b { display: block; color: #385c4b; font-size: 10px; }.add-on-list small { display: block; margin-top: 2px; color: #84998e; font-size: 8px; }.add-on-list i { color: #5a8b71; font-size: 14px; font-style: normal; }.routine-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; width: min(100%, 355px); margin-top: 14px; }.routine-grid > div { position: relative; height: 78px; overflow: hidden; border-radius: 9px; }.routine-grid span { position: absolute; left: 7px; bottom: 6px; color: rgba(255,255,255,.85); font-size: 8px; font-weight: 600; }.routine-art { display: block; width: 100%; height: 100%; }.r1 { background: #b9dcb8; }.r2 { background: #eac298; }.r3 { background: #a7d5e5; }.r4 { background: #d0bae8; }.routine-art::before { display: block; width: 45px; height: 65px; margin: 18px auto 0; border-radius: 16px 16px 6px 6px; background: rgba(255,255,255,.62); content: ""; transform: rotate(-8deg); }.routine-art.r2::before { transform: rotate(8deg); }.routine-art.r3::before { height: 50px; }.routine-art.r4::before { height: 57px; }.commerce-demo-foot { display: flex; justify-content: space-between; gap: 18px; padding: 15px 18px; border-top: 1px solid #e2ebe5; background: #fbfdfb; color: #73897e; font-size: 10px; line-height: 1.5; }.commerce-demo-foot a { flex: 0 0 auto; color: var(--accent-strong); font-weight: 600; }.commerce-demo-foot a span { margin-left: 3px; }

/* Native offer */
.offer-section { padding: 106px 0; border-top: 1px solid #dce8e0; border-bottom: 1px solid #dce8e0; background: #f0f7f2; }.offer-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 82px; align-items: center; }.offer-footnote { margin-top: 18px !important; color: #789085 !important; font-size: 13px !important; }.offer-machine { overflow: hidden; border: 1px solid #b5d5bf; border-radius: 20px; background: #fff; box-shadow: 0 19px 42px rgba(36,88,59,.11); }.offer-machine-top, .offer-machine-bottom { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; background: #fbfefc; color: #526f61; font-size: 11px; font-weight: 600; }.offer-machine-top { border-bottom: 1px solid #e0ece3; }.native-badge { display: inline-flex; align-items: center; gap: 5px; color: #2c7956; }.native-badge i { width: 7px; height: 7px; border-radius: 50%; background: #5bb785; }.offer-machine-body { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; padding: 20px; }.offer-selector { display: grid; gap: 8px; }.offer-quantity { min-height: 54px; border: 1px solid #d4e4da; border-radius: 10px; background: #fff; color: #4f6d5d; font-size: 11px; line-height: 1.35; font-weight: 500; text-align: left; cursor: pointer; transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms var(--ease-out); }.offer-quantity b { color: var(--ink); font-weight: 600; }.offer-quantity:hover { transform: translateX(2px); }.offer-quantity.active { border-color: #58af7d; background: #ebf8ef; color: #277352; }.offer-connection { display: grid; grid-template-columns: 24px 1fr 28px; gap: 10px; align-items: center; min-height: 184px; padding: 15px; border-radius: 12px; background: #15382d; color: #fff; }.connection-rail { display: grid; align-items: center; height: 100%; }.connection-rail::before { display: block; height: 1px; background: rgba(177,227,194,.42); content: ""; transform: rotate(90deg); }.connection-rail i { display: none; }.offer-chip { display: inline-block; padding: 4px 6px; border-radius: 99px; background: rgba(174,229,194,.17); color: #ace1bd; font-size: 8px; font-weight: 600; }.offer-connection b { display: block; margin-top: 9px; font-size: 13px; line-height: 1.2; font-weight: 600; }.offer-connection small { display: block; margin-top: 5px; color: #aac4b7; font-size: 9px; line-height: 1.5; }.connection-check { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; background: #b9edca; color: #23563e; font-size: 13px; font-weight: 600; }.offer-machine-bottom { border-top: 1px solid #e0ece3; color: #748c80; font-size: 9px; }

/* Presentation */
.presentation-section { padding: 122px 0; background: #fff; }.presentation-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 82px; align-items: center; }.presentation-stage { overflow: hidden; border: 1px solid #d4e2d9; border-radius: 22px; background: #f9fcfa; box-shadow: 0 22px 48px rgba(26,71,50,.08); }.presentation-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; border-bottom: 1px solid #e0ebe4; color: #697f75; font-size: 10px; font-weight: 600; }.presentation-toolbar > div { display: flex; padding: 2px; border-radius: 7px; background: #ecf3ee; }.presentation-toggle { min-height: 25px; padding: 0 7px; border: 0; border-radius: 5px; background: transparent; color: #72887d; font-size: 9px; font-weight: 600; cursor: pointer; }.presentation-toggle.selected { background: #fff; color: #325b49; box-shadow: 0 2px 4px rgba(24,69,48,.1); }.presentation-canvas { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 356px; padding: 15px; gap: 15px; background: #e6f0e9; transition: grid-template-columns 350ms var(--ease-out); }.presentation-sidebar { display: flex; flex-direction: column; justify-content: space-between; padding: 17px; border-radius: 14px; background: #244e3c; color: #fff; transition: opacity 250ms ease, transform 350ms var(--ease-out); }.presentation-brand { display: inline-flex; align-items: center; gap: 6px; color: #b7d4c5; font-size: 9px; font-weight: 600; }.presentation-brand img { width: 18px; height: 18px; border-radius: 6px; }.presentation-sidebar h3 { margin: 8px 0 7px; font-size: 20px; line-height: 1.08; letter-spacing: -0.05em; }.presentation-sidebar p { margin: 0; color: #b2cdbf; font-size: 10px; line-height: 1.56; }.presentation-swatch-row { display: flex; gap: 5px; }.presentation-swatch-row i { width: 17px; height: 17px; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; background: #b4e4c4; }.presentation-swatch-row i:nth-child(2) { background: #f1d077; }.presentation-swatch-row i:nth-child(3) { background: #a8d6e5; }.presentation-card { width: min(100%, 360px); align-self: center; justify-self: center; padding: 18px; border: 1px solid #d8e5dc; border-radius: 16px; background: #fff; box-shadow: 0 12px 25px rgba(24,72,48,.1); transition: max-width 350ms var(--ease-out), transform 350ms var(--ease-out); }.mini-progress { width: 100%; height: 5px; overflow: hidden; margin-bottom: 20px; border-radius: 99px; background: #e5ede8; }.mini-progress i { display: block; width: 43%; height: 100%; border-radius: inherit; background: #3b9c70; }.presentation-card h3 { margin: 8px 0 5px; font-size: 21px; letter-spacing: -0.054em; }.presentation-card p { margin: 0 0 14px; color: #6c8176; font-size: 10px; line-height: 1.5; }.presentation-option { display: flex; justify-content: space-between; align-items: center; min-height: 39px; margin-top: 7px; padding: 0 10px; border: 1px solid #d7e4db; border-radius: 9px; color: #536c60; font-size: 10px; font-weight: 500; }.presentation-option.selected { border-color: #52aa7d; background: #ecf8ef; color: #287251; }.presentation-option b { font-size: 10px; }.presentation-cta { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 39px; margin-top: 13px; padding: 0 11px; border: 0; border-radius: 9px; background: #234c3b; color: #fff; font-size: 10px; font-weight: 600; }.presentation-back { margin-top: 10px; color: #60796d; font-size: 9px; font-weight: 600; }.presentation-controls { display: flex; flex-wrap: wrap; gap: 8px 15px; padding: 13px 17px; border-top: 1px solid #e0ebe4; color: #698075; font-size: 10px; }.presentation-controls span { display: inline-flex; align-items: center; gap: 5px; }.presentation-controls b { color: #315e4b; font-weight: 600; }.control-check { width: 10px; height: 10px; border-radius: 3px; background: #4baa79; }.control-check::after { display: block; padding-left: 2px; color: #fff; font-size: 8px; line-height: 10px; content: '✓'; }.presentation-stage.is-split .presentation-canvas { grid-template-columns: .95fr 1.05fr; }.presentation-stage.is-split .presentation-card { transform: translateX(6px); }

/* Mapping and publishing */
.mapping-section { padding: 114px 0; background: #113128; color: #fff; }.mapping-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 83px; align-items: center; }.mapping-copy p { color: #adc7ba; }.mapping-board { padding: 15px; border: 1px solid rgba(182,229,199,.2); border-radius: 20px; background: rgba(255,255,255,.035); }.mapping-board-head { display: flex; justify-content: space-between; padding: 3px 3px 13px; color: #b2d2c1; font-size: 10px; font-weight: 600; }.mapping-board-head span:last-child { color: #9ae2b6; }.mapping-flow { display: grid; grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr); gap: 8px; align-items: center; padding: 10px; border-top: 1px solid rgba(190,230,204,.12); }.mapping-flow.subtle { opacity: .68; }.mapping-input, .mapping-output { display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 9px; border: 1px solid rgba(188,230,202,.14); border-radius: 10px; background: rgba(255,255,255,.04); }.field-icon, .shopify-dot { display: grid; place-items: center; flex: 0 0 auto; width: 24px; height: 24px; border-radius: 7px; background: #b9e6c7; color: #194936; font-size: 11px; font-weight: 600; }.shopify-dot { background: #fff; color: #28724e; }.mapping-input small, .mapping-output small { display: block; color: #9ebbae; font-size: 8px; }.mapping-input b, .mapping-output b { display: block; margin-top: 3px; color: #fff; font-size: 10px; font-weight: 600; }.mapping-arrow { color: #93d5aa; font-size: 17px; font-style: normal; text-align: center; }.publishing-section { padding: 120px 0; background: #f5faf7; }.publishing-layout { display: grid; grid-template-columns: .73fr 1.27fr; gap: 76px; align-items: center; }.publishing-stage { padding: 22px; border: 1px solid #c7ded0; border-radius: 22px; background: #fff; box-shadow: 0 20px 44px rgba(24,75,51,.08); }.publish-flow { display: grid; grid-template-columns: 1fr 35px 1fr 35px 1fr; align-items: center; }.publish-step { display: grid; grid-template-columns: 24px 1fr auto; gap: 7px; align-items: center; min-height: 61px; padding: 8px; border: 1px solid #dce9e0; border-radius: 11px; background: #fbfdfb; }.publish-step > span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 7px; background: #edf5ef; color: #527b65; font-size: 9px; font-weight: 600; }.publish-step small { display: block; color: #80978b; font-size: 8px; }.publish-step b { display: block; margin-top: 3px; color: #365849; font-size: 10px; line-height: 1.25; font-weight: 600; }.publish-step i { color: #4a9c70; font-size: 11px; font-style: normal; font-weight: 600; }.publish-step.guard { border-color: #e4d49f; background: #fffdf6; }.publish-step.guard > span { background: #fcf1c9; color: #80601d; }.publish-step.active { border-color: #72bf92; background: #eefaf2; }.publish-step.active > span { background: #c7ead3; color: #26704e; }.publish-connector { position: relative; height: 1px; background: #d7e6dc; }.publish-connector i { position: absolute; top: -3px; right: -2px; width: 7px; height: 7px; border: 1px solid #b6cfc0; border-left: 0; border-bottom: 0; transform: rotate(45deg); }.publish-connector.done { background: #80c99d; }.publish-connector.active { background: linear-gradient(90deg, #80c99d 50%, #d7e6dc 50%); }.published-link-card { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 16px; padding: 13px; border: 1px solid #d6e6db; border-radius: 11px; background: #f9fcfa; }.link-label { display: block; margin-bottom: 5px; color: #769086; font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }.published-link-card code { display: block; color: #2d7052; font-size: 10px; font-weight: 500; overflow-wrap: anywhere; }.published-link-card button { flex: 0 0 auto; min-height: 29px; padding: 0 8px; border: 1px solid #bddbc8; border-radius: 7px; background: #fff; color: #2e7453; font-size: 9px; font-weight: 600; }.publishing-stage > p { margin: 14px 0 0; color: #71877c; font-size: 10px; line-height: 1.55; }

/* Honest listing destination */
.get-started-section { padding: 92px 0; background: #0e291f; color: #fff; }.get-started-panel { position: relative; overflow: hidden; padding: 47px; border: 1px solid rgba(188,232,202,.18); border-radius: 24px; background: linear-gradient(125deg, rgba(44,96,72,.78), rgba(21,59,44,.92)); }.get-started-panel::before { position: absolute; top: -155px; right: -70px; width: 360px; height: 360px; border: 1px solid rgba(183,231,201,.17); border-radius: 50%; content: ""; }.get-started-panel h2 { max-width: 640px; font-size: clamp(33px, 4.3vw, 55px); }.get-started-panel p { position: relative; max-width: 610px; margin: 0 0 24px; color: #b7cfc2; font-size: 16px; line-height: 1.65; }.get-started-panel .button { position: relative; }

/* Footer */
.site-footer { padding: 36px 0; border-top: 1px solid var(--border); background: #fff; }.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }.footer-meta { margin: 10px 0 0; color: #71837a; font-size: 12px; }.footer-links { display: flex; flex-wrap: wrap; gap: 15px; color: #597066; font-size: 13px; font-weight: 500; }.footer-links a:hover { color: var(--accent-strong); }

/* Legal and help page primitives */
.page-hero { padding: 72px 0 58px; border-bottom: 1px solid var(--border); background: linear-gradient(120deg, #f8fbf8, #e8f1eb); }.page-hero h1 { max-width: 750px; margin: 15px 0 14px; font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -0.065em; }.page-hero p { max-width: 700px; margin: 0; color: #566c62; font-size: 17px; line-height: 1.65; }.draft-callout { display: flex; gap: 12px; align-items: flex-start; max-width: 720px; margin-top: 25px; padding: 14px 16px; border: 1px solid #e2c881; border-radius: 13px; background: #fff9e8; color: #715820; font-size: 13px; line-height: 1.55; }.draft-callout b { color: #634c17; }.page-content { display: grid; grid-template-columns: 185px minmax(0, 1fr); gap: 64px; padding: 66px 0 94px; }.page-index { position: sticky; top: 103px; align-self: start; }.page-index p { margin: 0 0 11px; color: #85958d; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }.page-index a { display: block; padding: 8px 0; color: #587066; font-size: 13px; }.page-index a:hover { color: var(--accent-strong); }.prose { max-width: 800px; }.prose section { padding: 0 0 32px; margin-bottom: 31px; border-bottom: 1px solid var(--border); }.prose section:last-child { border-bottom: 0; }.prose h2 { margin: 0 0 13px; font-size: 27px; letter-spacing: -0.045em; }.prose h3 { margin: 25px 0 8px; font-size: 18px; letter-spacing: -0.03em; }.prose p, .prose li { color: #53685f; font-size: 15px; line-height: 1.7; }.prose p { margin: 0 0 15px; }.prose ul, .prose ol { margin: 0 0 15px; padding-left: 21px; }.prose a { color: var(--accent-strong); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }.placeholder { padding: 2px 6px; border-radius: 4px; background: #fff2ca; color: #704f17; font-size: 0.93em; font-weight: 600; }.help-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 33px 0 46px; }.help-card { padding: 23px; border: 1px solid var(--border); border-radius: 17px; background: var(--surface); }.help-card .feature-number { margin-bottom: 35px; }.help-card h2 { margin: 0 0 8px; font-size: 21px; letter-spacing: -0.04em; }.help-card p { margin: 0; color: var(--muted); }.support-panel { padding: 31px; border-radius: 19px; background: var(--ink); color: #fff; }.support-panel h2 { margin: 0 0 8px; font-size: 25px; letter-spacing: -0.05em; }.support-panel p { max-width: 600px; margin: 0; color: #bcd5c8; font-size: 15px; line-height: 1.65; }.section-tag { display: inline-block; margin-bottom: 11px; color: var(--accent-strong); font-size: 11px; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase; }.help-reference > section > h2 { max-width: 650px; font-size: 34px; letter-spacing: -0.055em; }.reference-group { margin-top: 25px; overflow: hidden; border: 1px solid var(--border); border-radius: 17px; background: #fff; }.reference-entry { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr); gap: 31px; padding: 23px; border-bottom: 1px solid var(--border); }.reference-entry:last-child { border-bottom: 0; }.reference-entry h3 { margin-top: 0; }.field-list { margin: 0 !important; padding-left: 0 !important; list-style: none; }.field-list li { padding: 0 0 9px; font-size: 13px; line-height: 1.5; }.field-list li:last-child { padding-bottom: 0; }.field-list b { color: var(--ink); }.question-reference { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 25px; }.question-entry { padding: 21px; border: 1px solid var(--border); border-radius: 15px; background: #fff; }.question-entry h3 { margin: 0 0 8px; font-size: 18px; }.question-entry p { margin: 0 0 12px; font-size: 13px; line-height: 1.6; }.question-entry p.fields { margin-bottom: 0; padding-top: 12px; border-top: 1px solid #e8eeeb; color: #5a7065; }.settings-table { margin-top: 25px; overflow: hidden; border: 1px solid var(--border); border-radius: 17px; background: #fff; }.settings-row { display: grid; grid-template-columns: 175px 1fr; gap: 24px; padding: 16px 20px; border-bottom: 1px solid var(--border); color: #53685f; font-size: 14px; line-height: 1.55; }.settings-row:last-child { border-bottom: 0; }.settings-row > span:first-child { color: var(--ink); font-weight: 600; }.settings-head { background: var(--soft); color: var(--accent-strong); font-size: 11px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; }.settings-head > span:first-child { color: var(--accent-strong); }.merchant-note { margin-top: 20px !important; padding: 14px 16px; border-left: 3px solid var(--accent); background: #eef8f2; color: #496157 !important; font-size: 13px !important; }.publication-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 25px; }.publication-steps > div { padding: 21px; border: 1px solid var(--border); border-radius: 15px; background: #fff; }.publication-steps span { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 28px; border-radius: 9px; background: var(--soft); color: var(--accent-strong); font-size: 11px; font-weight: 600; }.publication-steps h3 { margin: 0 0 8px; font-size: 18px; }.publication-steps p { margin: 0; font-size: 13px; line-height: 1.62; }.delivery-callout { margin-top: 15px; padding: 22px; border-radius: 15px; background: var(--ink); color: #fff; }.delivery-callout .delivery-label { color: #a8ddbe; }.delivery-callout code { color: #b8ead0; }.delivery-callout p:last-child { margin: 14px 0 0; color: #c1d5c9; font-size: 13px; line-height: 1.6; }.delivery-callout b { color: #fff; }.trouble-list { display: grid; gap: 10px; margin-top: 25px; }.trouble-list details { border: 1px solid var(--border); border-radius: 13px; background: #fff; }.trouble-list summary { cursor: pointer; padding: 17px 20px; color: var(--ink); font-size: 14px; font-weight: 600; }.trouble-list p { margin: 0; padding: 0 20px 18px; font-size: 13px; line-height: 1.65; }.trouble-list code { color: var(--accent-strong); font-size: 0.92em; }

/* Motion */
@keyframes livePulse { 50% { opacity: .38; box-shadow: 0 0 0 4px rgba(64,175,118,.11); } }
@keyframes progressSway { 50% { width: 60%; } }
@media (prefers-reduced-motion: no-preference) { .flow-preview-live { animation: heroFloat 6s ease-in-out infinite; }.logic-float { animation: floatNote 4.4s ease-in-out infinite; }.float-two { animation-delay: -2.1s; }.offer-machine { animation: breathe 5.5s ease-in-out infinite; } }
@keyframes heroFloat { 50% { transform: perspective(1100px) rotateY(-2deg) rotateX(1deg) translateY(-7px); } }
@keyframes floatNote { 50% { transform: translateY(-5px); } }
@keyframes breathe { 50% { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(36,88,59,.15); } }

@media (max-width: 1020px) {
  .hero-grid, .journey-layout, .logic-layout, .offer-layout, .presentation-layout, .mapping-layout, .publishing-layout { grid-template-columns: 1fr; gap: 42px; }
  .journey-copy, .logic-copy, .offer-copy, .presentation-copy, .mapping-copy, .publishing-copy { max-width: 650px; }
  .logic-visual { max-width: 630px; }.logic-copy { order: -1; }.commerce-demo-body { min-height: 414px; }.section-heading { align-items: start; }.section-heading p { margin-top: 17px; }.commerce-section { padding: 100px 0; }.mapping-board { max-width: 700px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1160px); }.header-inner { height: 63px; }.wordmark { font-size: 19px; }.wordmark-mark { width: 27px; height: 27px; }.header-get-started { min-height: 36px; font-size: 12px; }.hero { padding: 70px 0 72px; }.hero-grid { gap: 44px; }.hero h1 { font-size: clamp(45px, 13vw, 60px); }.hero-copy { font-size: 16px; }.hero-actions { margin-top: 26px; }.builder-pulse { right: -8px; bottom: -17px; }.flow-preview { margin-right: 9px; }.preview-body { grid-template-columns: 76px 1fr; min-height: 340px; }.preview-nav { padding: 12px 7px; }.preview-main { padding: 15px; }.image-choice-grid { gap: 6px; }.image-choice { gap: 5px; font-size: 8px; }.visual-swirl { width: 19px; height: 26px; }.manifesto-inner { grid-template-columns: 40px 1fr; gap: 15px; }.manifesto-tail { grid-column: 2; white-space: normal; }.manifesto-inner p { font-size: 15px; }.journey-section, .logic-section, .commerce-section, .presentation-section, .mapping-section, .publishing-section { padding: 82px 0; }.journey-stage::after { right: -7px; bottom: -7px; }.shopper-window { min-height: 417px; }.shopper-question-state, .shopper-result-state { width: calc(100% - 38px); }.shopper-question-state h3, .shopper-result-state h3 { font-size: 23px; }.logic-layout { gap: 47px; }.logic-float { font-size: 9px; }.float-one { right: -8px; }.float-two { left: -8px; }.logic-outcomes { grid-template-columns: 1fr; }.section-heading { display: block; }.section-heading p { max-width: 590px; }.commerce-tabs { overflow-x: auto; }.commerce-tab { flex: 0 0 auto; padding: 0 12px; white-space: nowrap; }.commerce-demo-body { grid-template-columns: 1fr; }.result-settings { display: none; }.commerce-result-stage { min-height: 392px; }.commerce-demo-foot { display: block; }.commerce-demo-foot a { display: inline-block; margin-top: 8px; }.offer-machine-body { grid-template-columns: 1fr; }.offer-connection { min-height: 120px; }.presentation-canvas { min-height: 330px; }.mapping-flow { grid-template-columns: 1fr; gap: 7px; }.mapping-arrow { transform: rotate(90deg); }.publishing-stage { padding: 15px; }.publish-flow { grid-template-columns: 1fr; gap: 8px; }.publish-connector { width: 1px; height: 15px; margin-left: 19px; }.publish-connector i { top: auto; right: -3px; bottom: -2px; transform: rotate(135deg); }.published-link-card { align-items: flex-start; flex-direction: column; }.get-started-section { padding: 70px 0; }.get-started-panel { padding: 32px 24px; }.page-content { grid-template-columns: 1fr; gap: 25px; }.page-index { position: static; display: flex; flex-wrap: wrap; gap: 4px 16px; }.page-index p { width: 100%; }.page-index a { padding: 0; }.reference-entry { grid-template-columns: 1fr; gap: 16px; }.publication-steps { grid-template-columns: 1fr; }
}
@media (max-width: 510px) {
  .hero-actions .button { width: 100%; }.flow-preview { padding: 9px; border-radius: 18px; }.flow-preview::before { inset: 10px -8px -8px 10px; border-radius: 18px; }.preview-live-dot { top: -12px; right: 11px; }.preview-topbar { padding: 0 9px; font-size: 9px; }.preview-body { grid-template-columns: 58px 1fr; min-height: 317px; }.preview-nav-label { font-size: 7px; }.preview-nav .small-line { margin: 11px 0; }.preview-main { padding: 12px; }.preview-title-row strong { font-size: 14px; }.question-card { margin-top: 15px; padding: 10px; }.question-card h3 { font-size: 12px; }.choice { min-height: 42px; padding: 5px; }.image-choice { font-size: 7px; }.visual-swirl { width: 16px; height: 21px; }.preview-progress { margin-top: 11px; }.builder-pulse { display: none; }.manifesto-strip { padding: 33px 0; }.journey-stage-head, .journey-stage-foot { padding-right: 12px; padding-left: 12px; }.journey-stage-foot { display: block; }.foot-progress { margin-top: 5px; }.shopper-image-options { gap: 6px; }.shopper-image-option { padding: 6px; }.choice-art { height: 55px; }.shopper-image-option b { font-size: 8px; }.logic-board { padding: 13px; }.logic-origin { margin-top: 21px; }.logic-float { display: none; }.presentation-canvas { grid-template-columns: 1fr; padding: 10px; }.presentation-sidebar { display: none; }.presentation-stage.is-split .presentation-canvas { grid-template-columns: 1fr; }.presentation-stage.is-split .presentation-card { transform: none; }.presentation-card { width: 100%; }.question-reference, .help-grid { grid-template-columns: 1fr; }.settings-row { grid-template-columns: 1fr; gap: 5px; }.footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 1ms !important; transition-duration: 1ms !important; } }
