/* Sold Countly & Reviews public marketing website — standalone from the embedded Shopify app. */
:root {
  --ink: #101828;
  --muted: #5d6678;
  --line: #e3e8ef;
  --soft: #f6f8fb;
  --white: #ffffff;
  --brand: #4955e8;
  --brand-dark: #303cc8;
  --brand-soft: #eef0ff;
  --accent: #1b9b78;
  --warm: #fff5e9;
  --shadow: 0 24px 70px rgba(16, 24, 40, .12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, video { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 14px; top: -60px; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: #fff; text-decoration: none; transition: top .2s ease; }
.skip-link:focus { top: 14px; }
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(73,85,232,.48);
  outline-offset: 3px;
  border-radius: 8px;
}
.skip-link:focus-visible { top: 14px; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(227,232,239,.8); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 245px; }
.brand-mark { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; position: relative; overflow: hidden; color: #fff; font-weight: 800; background: linear-gradient(145deg, var(--brand), #6d77f7); box-shadow: 0 8px 24px rgba(73,85,232,.24); }
.brand-mark span { position: relative; z-index: 2; transform: translateY(-3px); }
.brand-mark i { position: absolute; bottom: 8px; width: 5px; border-radius: 4px; background: rgba(255,255,255,.68); }
.brand-mark i:nth-of-type(1) { left: 13px; height: 7px; }
.brand-mark i:nth-of-type(2) { right: 13px; height: 12px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 15.5px; letter-spacing: -.2px; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10.5px; letter-spacing: .2px; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: 13.5px; font-weight: 650; color: #3c4658; }
.site-nav a { text-decoration: none; padding: 9px 0; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--brand); }
.site-nav .nav-cta { padding: 10px 15px; border: 1px solid #d9defd; border-radius: 11px; color: var(--brand-dark); background: var(--brand-soft); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-button span:not(.sr-only) { width: 19px; height: 2px; border-radius: 2px; background: var(--ink); }
.hero { position: relative; overflow: hidden; padding: 92px 0 88px; background: radial-gradient(circle at 82% 12%, #eef0ff 0, rgba(238,240,255,0) 35%), linear-gradient(180deg, #fbfcff 0%, #fff 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .65; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -250px; top: 35px; background: radial-gradient(circle, rgba(73,85,232,.2), rgba(73,85,232,0)); }
.hero-glow-two { width: 300px; height: 300px; left: -220px; bottom: -80px; background: radial-gradient(circle, rgba(27,155,120,.14), rgba(27,155,120,0)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); gap: 78px; align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: 1.6px; font-size: 11px; font-weight: 800; color: var(--brand); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid #dfe3ff; border-radius: 999px; background: rgba(255,255,255,.76); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(27,155,120,.12); }
.hero h1 { max-width: 720px; margin: 22px 0 22px; font-size: clamp(44px, 5.5vw, 72px); line-height: .99; letter-spacing: -3.3px; font-weight: 800; }
.hero h1 em { font-style: normal; color: var(--brand); }
.hero-lede { max-width: 650px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 0 19px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; font-size: 14px; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; border: 1px solid var(--brand); background: linear-gradient(180deg, #5863ee 0%, var(--brand) 100%); box-shadow: 0 12px 28px rgba(73,85,232,.22); }
.button-primary:hover { box-shadow: 0 15px 34px rgba(73,85,232,.28); }
.button-secondary { color: var(--ink); border: 1px solid var(--line); background: #fff; }
.hero-points { display: flex; flex-wrap: wrap; gap: 15px 20px; margin-top: 24px; color: #4e596b; font-size: 12.5px; font-weight: 650; }
.hero-points span { display: inline-flex; gap: 6px; align-items: center; }
.hero-points b { width: 18px; height: 18px; border-radius: 50%; display: inline-grid; place-items: center; color: var(--accent); background: #e9f8f3; font-size: 10px; }
.product-stage { min-height: 500px; position: relative; display: grid; place-items: center; }
.stage-card { width: min(420px, 88%); min-height: 430px; border: 1px solid #e8ebf1; border-radius: 28px; background: #fff; box-shadow: var(--shadow); overflow: hidden; transform: rotate(1.2deg); }
.product-placeholder { height: 220px; position: relative; display: grid; place-items: center; background: linear-gradient(135deg, #eef0ff 0%, #f7f3ff 48%, #eff8f5 100%); overflow: hidden; }
.product-shape { width: 150px; height: 150px; border-radius: 42% 58% 50% 50%; background: linear-gradient(145deg, #b7befd, #6e79ef); transform: rotate(-10deg); box-shadow: inset -18px -20px 40px rgba(33,43,160,.15), 0 28px 45px rgba(73,85,232,.18); }
.product-shape:before { content: ""; position: absolute; width: 58px; height: 58px; border: 18px solid rgba(255,255,255,.64); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; right: 33px; top: 25px; transform: rotate(18deg); }
.product-shadow { position: absolute; width: 170px; height: 28px; border-radius: 50%; background: rgba(35,48,95,.14); filter: blur(8px); bottom: 26px; }
.stage-details { padding: 24px 25px 26px; }
.mini-stars { color: #ffad33; font-weight: 800; letter-spacing: 1px; font-size: 13px; }
.mini-stars span { margin-left: 8px; color: #566173; letter-spacing: 0; font-size: 11px; font-weight: 650; }
.line { height: 10px; border-radius: 10px; margin-top: 17px; background: #e9edf3; }
.line-lg { width: 78%; height: 14px; background: #d9dfea; }
.line-sm { width: 42%; margin-top: 9px; }
.proof-row { display: flex; gap: 7px; align-items: center; margin-top: 24px; font-size: 12px; }
.proof-row strong, .proof-row span { padding: 8px 10px; border-radius: 9px; }
.proof-row strong { color: #25329d; background: #eef0ff; }
.proof-row span { color: #276951; background: #edf8f4; }
.urgency-pill { margin-top: 12px; padding: 10px 12px; border-radius: 10px; font-size: 11.5px; font-weight: 700; color: #9a4a18; background: var(--warm); }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; border: 1px solid #e9ecf2; border-radius: 15px; background: rgba(255,255,255,.95); box-shadow: 0 18px 40px rgba(26,35,58,.13); backdrop-filter: blur(10px); }
.float-card strong, .float-card span { display: block; }
.float-card strong { font-size: 11.5px; }
.float-card span { color: var(--muted); font-size: 10px; margin-top: 2px; }
.float-review { width: 245px; left: -26px; bottom: 38px; padding: 12px 14px; transform: rotate(-2deg); }
.avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; color: #fff; font-size: 12px; font-weight: 800; background: linear-gradient(145deg, #1d9b78, #4ab99b); }
.float-stars { color: #ffad33; font-size: 9px; letter-spacing: .6px; }
.float-cart { right: -30px; top: 76px; padding: 12px 14px; transform: rotate(2deg); }
.cart-icon { width: 32px; height: 32px; display: grid !important; place-items: center; margin: 0 !important; border-radius: 10px; background: #eef0ff; font-size: 16px !important; }
.float-media { right: -2px; bottom: 72px; padding: 12px 14px; transform: rotate(1deg); }
.media-grid { width: 36px; display: grid !important; grid-template-columns: 1fr 1fr; gap: 2px; margin: 0 !important; }
.media-grid i { height: 13px; border-radius: 4px; background: linear-gradient(145deg, #bfc6ff, #6e79ef); }
.media-grid i:first-child { grid-row: span 2; height: 28px; }
.trust-strip { border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 100px; padding: 24px 24px; border-right: 1px solid #edf0f4; display: flex; flex-direction: column; justify-content: center; }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { font-size: 14px; }
.trust-grid span { margin-top: 4px; color: var(--muted); font-size: 11.5px; }
.section { padding: 86px 0; }
.section-soft { background: var(--soft); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 42px; }
.section h2 { margin: 8px 0 0; font-size: clamp(33px, 4vw, 48px); line-height: 1.08; letter-spacing: -1.9px; }
.section-heading p, .process-copy > p, .pricing-copy > p, .trust-panel-copy > p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.feature-card { min-height: 245px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature-card:hover { transform: translateY(-3px); border-color: #d6dbf8; box-shadow: 0 18px 42px rgba(24,33,55,.08); }
.feature-card.featured { background: linear-gradient(145deg, #fafaff, #f0f2ff); border-color: #dce0ff; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--brand-dark); background: var(--brand-soft); font-weight: 900; }
.feature-card h3 { margin: 20px 0 8px; font-size: 18px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.feature-card a { display: inline-block; margin-top: 17px; color: var(--brand); font-size: 12px; font-weight: 750; text-decoration: none; }
.section-action { margin-top: 26px; text-align: center; }
.text-link { color: var(--brand); text-decoration: none; font-weight: 750; font-size: 14px; }
.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.process-copy .button { margin-top: 14px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #dfe4ec; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 14px; padding: 24px 0; border-bottom: 1px solid #dfe4ec; }
.process-list li > span { color: var(--brand); font-size: 11px; font-weight: 850; letter-spacing: 1px; }
.process-list strong { font-size: 15px; }
.process-list p { margin: 5px 0 0; color: var(--muted); font-size: 12.5px; }
.pricing-preview { background: linear-gradient(180deg, #fff 0%, #fafbff 100%); }
.pricing-grid { display: grid; grid-template-columns: 1fr 430px; gap: 110px; align-items: center; }
.pricing-copy ul { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.pricing-copy li { position: relative; padding-left: 25px; font-size: 13.5px; color: #465164; }
.pricing-copy li:before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 850; }
.price-card { padding: 34px; border: 1px solid #dde2f8; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.trial-badge { width: fit-content; padding: 7px 10px; border-radius: 999px; color: #276951; background: #e9f8f3; font-size: 11px; font-weight: 800; }
.price-card > p { margin: 22px 0 4px; color: var(--muted); font-size: 12px; font-weight: 700; }
.price { display: flex; align-items: baseline; gap: 2px; }
.price span { font-size: 22px; font-weight: 700; }
.price strong { font-size: 58px; letter-spacing: -3px; line-height: 1; }
.price small { margin-left: 5px; color: var(--muted); font-size: 12px; }
.annual { margin: 12px 0 24px; color: var(--muted); font-size: 12.5px; }
.button-wide { width: 100%; }
.price-note { display: block; margin-top: 14px; color: #7a8392; font-size: 10.5px; line-height: 1.5; }
.trust-panel { min-height: 450px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; padding: 62px; border-radius: 34px; background: #101828; color: #fff; overflow: hidden; position: relative; }
.trust-panel:after { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; right: -250px; bottom: -240px; background: radial-gradient(circle, rgba(92,104,244,.38), rgba(92,104,244,0)); }
.trust-panel .kicker { color: #aeb6ff; }
.trust-panel-copy > p { color: #c8cfda; }
.inline-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.inline-links a { color: #fff; font-size: 12px; font-weight: 750; }
.trust-visual { position: relative; z-index: 2; display: grid; gap: 12px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.trust-visual > div:not(.shield) { padding: 13px 15px; border-radius: 13px; background: rgba(255,255,255,.07); }
.trust-visual strong, .trust-visual span { display: block; }
.trust-visual strong { font-size: 13px; }
.trust-visual span { margin-top: 4px; color: #bfc6d3; font-size: 11px; }
.shield { width: 52px; height: 58px; margin-bottom: 5px; display: grid; place-items: center; border-radius: 16px 16px 24px 24px; color: #fff; background: linear-gradient(145deg, #28a782, #177d63); font-size: 22px; font-weight: 900; }
.final-cta { padding: 16px 0 52px; }
.cta-card { padding: 52px 58px; border-radius: 30px; display: flex; justify-content: space-between; gap: 40px; align-items: center; color: #fff; background: linear-gradient(125deg, #414ee0 0%, #5a66ef 58%, #3340c9 100%); box-shadow: 0 25px 60px rgba(63,76,213,.23); }
.cta-card h2 { max-width: 700px; margin-top: 9px; font-size: 38px; }
.cta-card p { margin: 10px 0 0; color: #e8eaff; font-size: 13px; }
.kicker-light { color: #d7dbff; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.button-light { color: var(--brand-dark); background: #fff; border: 1px solid #fff; }
.button-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.06); }
.site-footer { margin-top: 0; padding: 54px 0 24px; border-top: 1px solid var(--line); background: #fbfcfd; }
.footer-top { display: grid; grid-template-columns: 1.05fr 1.95fr; gap: 100px; }
.brand-footer { min-width: 0; }
.footer-brand p { max-width: 340px; margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.footer-links > div { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 5px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 12px; }
.footer-links a:hover { color: var(--brand); }
.footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #7a8392; font-size: 10.5px; }
/* Placeholder page shell used only until each locked public page is implemented. */
.placeholder-main { min-height: 62vh; padding: 110px 0 80px; background: linear-gradient(180deg, #fbfcff, #fff); }
.placeholder-card { max-width: 760px; margin: 0 auto; padding: 48px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 20px 55px rgba(16,24,40,.08); }
.placeholder-card h1 { margin: 12px 0; font-size: 44px; letter-spacing: -1.8px; }
.placeholder-card p { color: var(--muted); }
.placeholder-card .button { margin-top: 16px; }
@media (max-width: 1080px) {
  .site-nav { gap: 14px; font-size: 12.5px; }
  .hero-grid { grid-template-columns: 1fr 430px; gap: 36px; }
  .float-review { left: -10px; }
  .float-cart { right: -8px; }
  .pricing-grid { gap: 60px; }
  .trust-panel { gap: 50px; padding: 50px; }
}
@media (max-width: 900px) {
  .menu-button { display: flex; }
  .site-nav { display: none; position: absolute; top: 72px; left: 20px; right: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 20px 45px rgba(16,24,40,.12); flex-direction: column; align-items: stretch; gap: 2px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 11px; border-radius: 10px; }
  .site-nav .nav-cta { margin-top: 4px; text-align: center; }
  .hero { padding-top: 68px; }
  .hero-grid, .section-heading, .split-section, .pricing-grid, .trust-panel, .footer-top { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .eyebrow { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .product-stage { width: min(570px, 100%); margin: 0 auto; }
  .section-heading { gap: 12px; align-items: start; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .split-section { gap: 48px; }
  .pricing-grid { gap: 40px; }
  .price-card { max-width: 520px; }
  .trust-panel { gap: 35px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .cta-actions { justify-content: flex-start; }
  .footer-top { gap: 48px; }
}
@media (max-width: 650px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 68px; }
  .brand { min-width: 0; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .brand-copy strong { font-size: 13.5px; }
  .brand-copy small { font-size: 9px; }
  .site-nav { top: 62px; left: 14px; right: 14px; }
  .hero { padding: 50px 0 58px; }
  .hero h1 { margin-top: 18px; font-size: 46px; line-height: 1.02; letter-spacing: -2.2px; }
  .hero-lede { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-points { align-items: center; flex-direction: column; gap: 9px; }
  .product-stage { min-height: 450px; }
  .stage-card { width: 92%; min-height: 400px; }
  .float-review { left: 0; bottom: 21px; width: 210px; }
  .float-cart { right: 0; top: 58px; }
  .float-media { right: 0; bottom: 100px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { min-height: 90px; padding: 18px 12px; border-bottom: 1px solid #edf0f4; }
  .trust-grid div:first-child { padding-left: 12px; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .section { padding: 64px 0; }
  .feature-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature-card { min-height: 0; padding: 22px; }
  .feature-card h3 { margin-top: 16px; }
  .process-list li { grid-template-columns: 45px 1fr; padding: 20px 0; }
  .price-card { padding: 27px; border-radius: 24px; }
  .price strong { font-size: 49px; }
  .trust-panel { width: calc(100% - 28px); padding: 34px 24px; border-radius: 25px; }
  .cta-card { padding: 37px 26px; border-radius: 24px; }
  .cta-card h2 { font-size: 31px; }
  .cta-actions, .cta-actions .button { width: 100%; }
  .section-heading { margin-bottom: 32px; }
  .final-cta { padding: 8px 0 40px; }
  .site-footer { padding-top: 46px; }
  .footer-top { gap: 34px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .placeholder-main { padding-top: 70px; }
  .placeholder-card { padding: 30px 24px; }
  .placeholder-card h1 { font-size: 36px; }
}
@media (min-width: 360px) and (max-width: 650px) {
  .eyebrow { white-space: nowrap; font-size: 9px; letter-spacing: .85px; padding: 7px 9px; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* === Features page Phase 1 === */
.features-page {
  overflow: hidden;
}

.features-page .section-shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.features-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: 72px;
  align-items: center;
  padding-block: 104px 88px;
}

.features-hero-copy h1,
.feature-intro h2,
.feature-detail-card h2,
.feature-workflow h2,
.features-trust h2,
.features-final-cta h2 {
  margin: 0;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.features-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(48px, 5.5vw, 78px);
}

.features-lead {
  max-width: 700px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
}

.features-hero-actions,
.features-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.features-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}

.features-proof-row span::first-letter {
  color: #19a777;
}

.features-hero-panel {
  position: relative;
  min-height: 470px;
  padding: 44px;
  border: 1px solid #dfe4f2;
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 12%, rgba(82, 91, 239, .17), transparent 32%),
    linear-gradient(145deg, #f3f4ff 0%, #ffffff 58%, #eefaf7 100%);
  box-shadow: 0 28px 70px rgba(34, 45, 100, .12);
}

.features-hero-orb {
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: linear-gradient(145deg, #9da5ff, #4d59e9);
  color: white;
  font-size: 48px;
  font-weight: 850;
  box-shadow: 0 22px 36px rgba(77, 89, 233, .28);
}

.features-panel-label {
  margin: 28px 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.features-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.features-mini-grid span {
  padding: 14px 15px;
  border: 1px solid rgba(75, 84, 220, .12);
  border-radius: 14px;
  background: rgba(255,255,255,.82);
  color: var(--text);
  font-size: 13px;
  font-weight: 750;
}

.features-panel-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.feature-intro {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 80px;
  align-items: end;
  padding-block: 88px 48px;
  border-top: 1px solid var(--line);
}

.feature-intro h2 {
  max-width: 720px;
  font-size: clamp(38px, 4.2vw, 58px);
}

.feature-intro > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.feature-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-bottom: 96px;
}

.feature-detail-card {
  min-height: 430px;
  padding: 38px;
  border: 1px solid #dfe4ee;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(21, 31, 71, .045);
}

.feature-detail-card--accent {
  background: linear-gradient(145deg, #f2f3ff 0%, #ffffff 72%);
  border-color: #d5d9ff;
}

.feature-detail-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: #f0f1ff;
  color: #4c58ec;
  font-weight: 900;
}

.feature-detail-icon--warm {
  background: #fff1e7;
}

.feature-kicker {
  margin: 26px 0 10px;
  color: #4c58ec;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .11em;
}

.feature-detail-card h2 {
  max-width: 510px;
  font-size: clamp(28px, 2.7vw, 38px);
}

.feature-detail-card > p:not(.feature-kicker) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.feature-check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-check-list li {
  position: relative;
  padding-left: 25px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}

.feature-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #19a777;
  font-weight: 900;
}

.feature-workflow {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 84px;
  padding-block: 88px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-workflow h2 {
  max-width: 570px;
  font-size: clamp(36px, 4vw, 54px);
}

.feature-workflow-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 20px 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.feature-workflow-list {
  border-top: 1px solid var(--line);
}

.feature-workflow-list > div {
  display: grid;
  grid-template-columns: 46px 170px 1fr;
  gap: 16px;
  align-items: start;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.feature-workflow-list span {
  color: #4c58ec;
  font-size: 12px;
  font-weight: 850;
}

.feature-workflow-list strong {
  color: var(--text);
  font-size: 15px;
}

.feature-workflow-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.features-trust {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 70px;
  margin-top: 96px;
  padding: 58px;
  border-radius: 30px;
  background: #101827;
  color: #fff;
}

.features-trust h2 {
  max-width: 600px;
  font-size: clamp(38px, 4.5vw, 58px);
}

.features-trust > div:first-child > p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: #c9d0df;
  font-size: 15px;
  line-height: 1.75;
}

.eyebrow--light {
  color: #aeb5ff !important;
}

.features-trust-points {
  display: grid;
  gap: 10px;
}

.features-trust-points div {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 15px;
  background: rgba(255,255,255,.06);
}

.features-trust-points strong {
  font-size: 14px;
}

.features-trust-points span {
  color: #bfc7d7;
  font-size: 12px;
  line-height: 1.55;
}

.features-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 54px;
  align-items: center;
  margin-top: 96px;
  margin-bottom: 96px;
  padding: 54px;
  border-radius: 28px;
  background: linear-gradient(135deg, #4651e7, #5966f3);
  color: #fff;
  box-shadow: 0 24px 56px rgba(67, 79, 222, .20);
}

.features-final-cta h2 {
  max-width: 720px;
  font-size: clamp(34px, 4vw, 50px);
}

.features-final-cta p:not(.eyebrow) {
  margin: 14px 0 0;
  color: #e3e6ff;
  line-height: 1.65;
}

.button-light {
  background: #fff;
  color: #3542dc;
  border-color: #fff;
}

.button-outline-light {
  color: #fff;
  border-color: rgba(255,255,255,.5);
  background: transparent;
}

@media (max-width: 900px) {
  .features-hero {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-block: 72px 64px;
  }

  .features-hero-panel {
    min-height: auto;
  }

  .feature-intro,
  .feature-workflow,
  .features-trust {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .feature-detail-grid {
    grid-template-columns: 1fr;
  }

  .features-final-cta {
    grid-template-columns: 1fr;
  }

  .features-final-actions {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .features-page .section-shell {
    width: min(100% - 28px, 1120px);
  }

  .features-hero {
    gap: 34px;
    padding-block: 50px 48px;
  }

  .features-hero-copy h1 {
    font-size: 42px;
  }

  .features-lead {
    margin-top: 18px;
    font-size: 15px;
  }

  .features-hero-actions {
    display: grid;
  }

  .features-hero-actions .button,
  .features-final-actions .button {
    width: 100%;
    justify-content: center;
  }

  .features-proof-row {
    display: grid;
    gap: 9px;
  }

  .features-hero-panel {
    padding: 26px;
    border-radius: 24px;
  }

  .features-hero-orb {
    width: 94px;
    height: 94px;
    font-size: 36px;
  }

  .features-mini-grid {
    grid-template-columns: 1fr;
  }

  .feature-intro {
    gap: 20px;
    padding-block: 58px 32px;
  }

  .feature-intro h2 {
    font-size: 38px;
  }

  .feature-detail-grid {
    gap: 13px;
    padding-bottom: 62px;
  }

  .feature-detail-card {
    min-height: 0;
    padding: 26px;
    border-radius: 21px;
  }

  .feature-detail-card h2 {
    font-size: 29px;
  }

  .feature-workflow {
    gap: 30px;
    padding-block: 58px;
  }

  .feature-workflow h2 {
    font-size: 37px;
  }

  .feature-workflow-list > div {
    grid-template-columns: 34px 1fr;
    gap: 7px 12px;
    padding: 20px 0;
  }

  .feature-workflow-list p {
    grid-column: 2;
  }

  .features-trust {
    gap: 28px;
    margin-top: 62px;
    padding: 30px 24px;
    border-radius: 24px;
  }

  .features-trust h2 {
    font-size: 38px;
  }

  .features-final-cta {
    gap: 28px;
    margin-top: 62px;
    margin-bottom: 62px;
    padding: 30px 24px;
    border-radius: 24px;
  }

  .features-final-cta h2 {
    font-size: 34px;
  }

  .features-final-actions {
    display: grid;
    width: 100%;
  }
}


/* === How It Works page Phase 1 === */
.how-page { overflow: hidden; }
.how-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.how-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .78fr);
  gap: 72px;
  align-items: center;
  padding-block: 102px 88px;
}
.how-hero h1,
.how-overview h2,
.how-review-heading h2,
.how-import h2,
.how-signals-heading h2,
.how-factual h2,
.how-final-cta h2 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -.045em;
}
.how-hero h1 { max-width: 760px; font-size: clamp(48px, 5.5vw, 76px); }
.how-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.how-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.how-disclosure {
  max-width: 660px;
  margin: 20px 0 0;
  color: #6b7485;
  font-size: 12.5px;
  line-height: 1.6;
}

.how-flow-card {
  padding: 30px;
  border: 1px solid #dfe4f2;
  border-radius: 30px;
  background:
    radial-gradient(circle at 78% 8%, rgba(73,85,232,.16), transparent 30%),
    linear-gradient(145deg, #f5f6ff 0%, #fff 62%, #f0faf7 100%);
  box-shadow: 0 26px 68px rgba(29, 39, 84, .11);
}
.how-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e6f0;
  color: #687185;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.how-flow-head strong { color: #5662ea; }
.how-flow-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.how-flow-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid #e4e8f0;
}
.how-flow-steps li:last-child { border-bottom: 0; padding-bottom: 2px; }
.how-flow-steps > li > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #eef0ff;
  color: #4653e7;
  font-size: 11px;
  font-weight: 850;
}
.how-flow-steps strong, .how-flow-steps small { display: block; }
.how-flow-steps strong { font-size: 15px; }
.how-flow-steps small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.55; }

.how-overview {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 80px;
  align-items: end;
  padding-block: 88px 46px;
  border-top: 1px solid var(--line);
}
.how-overview h2 { max-width: 720px; font-size: clamp(38px, 4.3vw, 58px); }
.how-overview > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.how-module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 94px;
}
.how-module-card {
  min-height: 330px;
  padding: 30px;
  border: 1px solid #e0e5ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(16,24,40,.04);
}
.how-module-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 11px;
  font-weight: 850;
}
.how-module-card h3 { margin: 22px 0 12px; font-size: 25px; line-height: 1.14; letter-spacing: -.035em; }
.how-module-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }

.how-review-section {
  padding: 92px 0;
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
  border-top: 1px solid #edf0f4;
  border-bottom: 1px solid #edf0f4;
}
.how-review-heading {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 44px;
}
.how-review-heading h2 { max-width: 720px; font-size: clamp(40px, 4.5vw, 60px); }
.how-review-heading > p {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.how-review-steps { border-top: 1px solid #dfe4ec; }
.how-review-steps article {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid #dfe4ec;
}
.how-review-steps article > span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
}
.how-review-steps h3 { margin: 0; font-size: 26px; letter-spacing: -.025em; }
.how-review-steps p {
  max-width: 870px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.how-review-steps ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.how-review-steps li {
  position: relative;
  padding-left: 24px;
  color: #3e495c;
  font-size: 13px;
}
.how-review-steps li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 900;
}
.how-step-note {
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e4e8f0;
  font-size: 12.5px !important;
}

.how-import {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 80px;
  padding-block: 92px;
  border-bottom: 1px solid var(--line);
}
.how-import h2 { max-width: 540px; font-size: clamp(38px, 4vw, 54px); }
.how-import-copy > p:not(.eyebrow) {
  margin: 20px 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.how-import-flow { border-top: 1px solid var(--line); }
.how-import-flow > div {
  display: grid;
  grid-template-columns: 48px 190px 1fr;
  gap: 16px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.how-import-flow span { color: var(--brand); font-size: 12px; font-weight: 850; }
.how-import-flow strong { font-size: 14px; }
.how-import-flow small { color: var(--muted); font-size: 12.5px; line-height: 1.55; }

.how-signals { padding-block: 92px; }
.how-signals-heading {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 42px;
}
.how-signals-heading h2 { max-width: 680px; font-size: clamp(38px, 4.2vw, 56px); }
.how-signals-heading > p {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}
.how-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.how-signal-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid #e0e5ee;
  border-radius: 24px;
  background: #fff;
}
.how-signal-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 850;
}
.how-signal-icon--warm { background: var(--warm); }
.how-signal-grid h3 { margin: 20px 0 10px; font-size: 24px; letter-spacing: -.025em; }
.how-signal-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }

.how-factual {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 70px;
  padding: 58px;
  border-radius: 30px;
  background: #101827;
  color: #fff;
}
.how-factual h2 { max-width: 660px; font-size: clamp(38px, 4.3vw, 56px); }
.how-factual > div:first-child > p:not(.eyebrow) {
  max-width: 650px;
  margin: 20px 0 0;
  color: #c7cfdd;
  font-size: 15px;
  line-height: 1.75;
}
.how-factual-list { display: grid; gap: 10px; }
.how-factual-list > div {
  display: grid;
  gap: 5px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
}
.how-factual-list strong { font-size: 13px; }
.how-factual-list span { color: #bfc7d7; font-size: 12px; line-height: 1.55; }

.how-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  margin-top: 92px;
  margin-bottom: 92px;
  padding: 52px;
  border-radius: 28px;
  background: linear-gradient(135deg, #4651e7, #5966f3);
  color: #fff;
  box-shadow: 0 24px 56px rgba(67,79,222,.2);
}
.how-final-cta h2 { max-width: 720px; font-size: clamp(34px, 4vw, 50px); }
.how-final-cta p:not(.eyebrow) { margin: 14px 0 0; color: #e3e6ff; line-height: 1.65; }
.how-final-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 900px) {
  .how-hero,
  .how-overview,
  .how-review-heading,
  .how-import,
  .how-signals-heading,
  .how-factual {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .how-module-grid { grid-template-columns: 1fr; }
  .how-signal-grid { grid-template-columns: 1fr; }
  .how-final-cta { grid-template-columns: 1fr; }
  .how-final-actions { margin-top: 0; }
}

@media (max-width: 600px) {
  .how-shell { width: min(100% - 28px, 1120px); }
  .how-hero { gap: 34px; padding-block: 50px 52px; }
  .how-hero h1 { font-size: 42px; }
  .how-lead { margin-top: 18px; font-size: 15px; }
  .how-hero-actions { display: grid; }
  .how-hero-actions .button,
  .how-final-actions .button { width: 100%; justify-content: center; }
  .how-flow-card { padding: 24px; border-radius: 24px; }
  .how-flow-head { display: grid; grid-template-columns: 1fr auto 1fr; }
  .how-flow-head span:last-of-type { grid-column: 3; }
  .how-flow-steps li { grid-template-columns: 42px 1fr; }

  .how-overview { gap: 20px; padding-block: 58px 32px; }
  .how-overview h2 { font-size: 38px; }
  .how-module-grid { gap: 12px; padding-bottom: 62px; }
  .how-module-card { min-height: 0; padding: 25px; border-radius: 21px; }

  .how-review-section { padding: 60px 0; }
  .how-review-heading { gap: 20px; margin-bottom: 30px; }
  .how-review-heading h2 { font-size: 38px; }
  .how-review-steps article { grid-template-columns: 36px 1fr; gap: 12px; padding: 27px 0; }
  .how-review-steps h3 { font-size: 23px; }
  .how-review-steps p { font-size: 13px; }

  .how-import { gap: 30px; padding-block: 62px; }
  .how-import h2 { font-size: 37px; }
  .how-import-flow > div { grid-template-columns: 34px 1fr; gap: 7px 12px; padding: 20px 0; }
  .how-import-flow small { grid-column: 2; }

  .how-signals { padding-block: 62px; }
  .how-signals-heading { gap: 20px; margin-bottom: 30px; }
  .how-signals-heading h2 { font-size: 37px; }
  .how-signal-grid { gap: 12px; }
  .how-signal-grid article { min-height: 0; padding: 25px; border-radius: 21px; }

  .how-factual { gap: 28px; padding: 30px 24px; border-radius: 24px; }
  .how-factual h2 { font-size: 37px; }

  .how-final-cta {
    gap: 28px;
    margin-top: 62px;
    margin-bottom: 62px;
    padding: 30px 24px;
    border-radius: 24px;
  }
  .how-final-cta h2 { font-size: 34px; }
  .how-final-actions { display: grid; width: 100%; }
}


/* === Pricing page Phase 1 === */
.pricing-page { overflow: hidden; }
.pricing-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.pricing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
  gap: 72px;
  align-items: center;
  padding-block: 102px 86px;
}
.pricing-hero h1,
.pricing-intro h2,
.pricing-plan-card h2,
.pricing-included h2,
.pricing-shopify-section h2,
.pricing-faq h2,
.pricing-final-cta h2 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -.045em;
}
.pricing-hero h1 { max-width: 760px; font-size: clamp(48px, 5.5vw, 76px); }
.pricing-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.pricing-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.pricing-disclosure { margin: 20px 0 0; color: #6c7585; font-size: 12.5px; line-height: 1.6; }

.pricing-summary-card {
  padding: 30px;
  border: 1px solid #dfe4f2;
  border-radius: 30px;
  background: radial-gradient(circle at 85% 10%, rgba(73,85,232,.17), transparent 32%), linear-gradient(145deg, #f8f8ff, #fff 58%, #eff9f5);
  box-shadow: 0 26px 68px rgba(29,39,84,.11);
}
.pricing-summary-top { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #e1e6ef; }
.pricing-summary-top span { color: #515d70; font-size: 12px; font-weight: 750; }
.pricing-summary-top strong { padding: 7px 10px; border-radius: 999px; background: #eaf8f3; color: #14795f; font-size: 11px; }
.pricing-summary-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; padding: 28px 0; }
.pricing-summary-row > div { display: grid; gap: 3px; }
.pricing-summary-row small { color: #6d7688; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.pricing-summary-row strong { font-size: 34px; letter-spacing: -.04em; }
.pricing-summary-row span { color: var(--muted); font-size: 11px; }
.pricing-or { color: #99a0ad !important; font-size: 11px !important; font-weight: 800; text-transform: uppercase; }
.pricing-summary-note { display: grid; gap: 5px; padding: 16px; border: 1px solid #e0e4ff; border-radius: 14px; background: #f3f4ff; }
.pricing-summary-note strong { color: #3642bf; font-size: 13px; }
.pricing-summary-note span { color: #626d80; font-size: 11.5px; line-height: 1.55; }

.pricing-intro {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 80px;
  align-items: end;
  padding-block: 88px 46px;
  border-top: 1px solid var(--line);
}
.pricing-intro h2 { max-width: 720px; font-size: clamp(38px, 4.3vw, 58px); }
.pricing-intro > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.pricing-plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding-bottom: 94px; }
.pricing-plan-card {
  position: relative;
  padding: 34px;
  border: 1px solid #dfe4ec;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(16,24,40,.045);
  overflow: hidden;
}
.pricing-plan-card--featured { border-color: #cfd4ff; background: linear-gradient(150deg, #fbfbff, #f3f4ff 62%, #fff); }
.pricing-featured-ribbon { position: absolute; top: 0; right: 0; padding: 9px 16px; border-radius: 0 0 0 14px; background: var(--brand); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.pricing-plan-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding-right: 30px; }
.pricing-plan-label { color: var(--brand); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.pricing-plan-card h2 { margin-top: 5px; font-size: 33px; }
.pricing-trial-badge { padding: 7px 10px; border-radius: 999px; background: #eaf8f3; color: #14795f; font-size: 10.5px; font-weight: 800; white-space: nowrap; }
.pricing-amount { display: flex; align-items: baseline; gap: 3px; margin-top: 30px; }
.pricing-amount > span { align-self: flex-start; margin-top: 8px; font-size: 18px; font-weight: 800; }
.pricing-amount strong { font-size: 54px; line-height: 1; letter-spacing: -.05em; }
.pricing-amount small { margin-left: 3px; color: var(--muted); font-size: 12px; }
.pricing-plan-copy { min-height: 48px; margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.pricing-includes { display: grid; gap: 11px; margin: 26px 0 30px; padding: 24px 0; border-top: 1px solid #e5e9f0; border-bottom: 1px solid #e5e9f0; list-style: none; }
.pricing-includes li { position: relative; padding-left: 25px; color: #3e495c; font-size: 12.5px; line-height: 1.5; }
.pricing-includes li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }

.pricing-included {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 70px;
  padding-block: 92px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pricing-included h2 { max-width: 530px; font-size: clamp(38px, 4vw, 54px); }
.pricing-included-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.pricing-included-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.pricing-included-grid article { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 22px; border: 1px solid #e1e5ec; border-radius: 18px; background: #fff; }
.pricing-included-grid article > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--brand-soft); color: var(--brand); font-weight: 850; }
.pricing-included-grid strong { font-size: 14px; }
.pricing-included-grid p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.58; }

.pricing-shopify-section { padding: 92px 0; background: linear-gradient(180deg, #f7f9fc, #fff); }
.pricing-shopify-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: start; }
.pricing-shopify-section h2 { max-width: 650px; font-size: clamp(40px, 4.4vw, 58px); }
.pricing-shopify-section div > p:not(.eyebrow) { max-width: 670px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.pricing-shopify-list { display: grid; gap: 10px; }
.pricing-shopify-list > div { display: grid; gap: 5px; padding: 18px; border: 1px solid #e0e5ec; border-radius: 15px; background: #fff; }
.pricing-shopify-list strong { font-size: 13px; }
.pricing-shopify-list span { color: var(--muted); font-size: 12px; line-height: 1.55; }

.pricing-faq { padding-block: 92px; }
.pricing-faq-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 36px; }
.pricing-faq h2 { max-width: 700px; font-size: clamp(38px, 4.2vw, 56px); }
.pricing-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pricing-faq-grid article { min-height: 190px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing-faq-grid h3 { margin: 0; font-size: 18px; line-height: 1.3; letter-spacing: -.02em; }
.pricing-faq-grid p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.pricing-note { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding: 25px 28px; border: 1px solid #e1e5ec; border-radius: 18px; background: #f8f9fb; }
.pricing-note strong { font-size: 13px; }
.pricing-note p { max-width: 780px; margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.pricing-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  margin-top: 92px;
  margin-bottom: 92px;
  padding: 52px;
  border-radius: 28px;
  background: linear-gradient(135deg, #4651e7, #5966f3);
  color: #fff;
  box-shadow: 0 24px 56px rgba(67,79,222,.2);
}
.pricing-final-cta h2 { max-width: 720px; font-size: clamp(34px, 4vw, 50px); }
.pricing-final-cta p:not(.eyebrow) { margin: 14px 0 0; color: #e3e6ff; line-height: 1.65; }
.pricing-final-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 900px) {
  .pricing-hero,
  .pricing-intro,
  .pricing-included,
  .pricing-shopify-grid { grid-template-columns: 1fr; gap: 38px; }
  .pricing-plan-grid { grid-template-columns: 1fr; }
  .pricing-final-cta { grid-template-columns: 1fr; }
  .pricing-faq-heading { align-items: flex-start; }
}

@media (max-width: 600px) {
  .pricing-shell { width: min(100% - 28px, 1120px); }
  .pricing-hero { gap: 34px; padding-block: 50px 52px; }
  .pricing-hero h1 { font-size: 42px; }
  .pricing-lead { margin-top: 18px; font-size: 15px; }
  .pricing-hero-actions { display: grid; }
  .pricing-hero-actions .button,
  .pricing-final-actions .button { width: 100%; justify-content: center; }
  .pricing-summary-card { padding: 24px; border-radius: 24px; }
  .pricing-summary-top { align-items: flex-start; }
  .pricing-summary-row { grid-template-columns: 1fr; gap: 15px; }
  .pricing-or { display: none; }

  .pricing-intro { gap: 20px; padding-block: 58px 32px; }
  .pricing-intro h2 { font-size: 38px; }
  .pricing-plan-grid { gap: 13px; padding-bottom: 62px; }
  .pricing-plan-card { padding: 26px 24px; border-radius: 22px; }
  .pricing-plan-head { display: grid; gap: 12px; padding-right: 55px; }
  .pricing-trial-badge { width: fit-content; }
  .pricing-amount strong { font-size: 48px; }
  .pricing-plan-copy { min-height: 0; }

  .pricing-included { gap: 30px; padding-block: 62px; }
  .pricing-included h2 { font-size: 37px; }
  .pricing-included-grid { grid-template-columns: 1fr; }

  .pricing-shopify-section { padding: 62px 0; }
  .pricing-shopify-section h2 { font-size: 38px; }

  .pricing-faq { padding-block: 62px; }
  .pricing-faq-heading { display: grid; gap: 18px; margin-bottom: 28px; }
  .pricing-faq h2 { font-size: 37px; }
  .pricing-faq-grid { grid-template-columns: 1fr; }
  .pricing-faq-grid article { min-height: 0; }

  .pricing-note { display: grid; gap: 20px; padding: 22px; }
  .pricing-note .button { width: 100%; }

  .pricing-final-cta { gap: 28px; margin-top: 62px; margin-bottom: 62px; padding: 30px 24px; border-radius: 24px; }
  .pricing-final-cta h2 { font-size: 34px; }
  .pricing-final-actions { display: grid; width: 100%; }
}


/* === Screenshots / Demo page Phase 1 === */
.demo-page { overflow: hidden; }
.demo-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.demo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .78fr);
  gap: 72px;
  align-items: center;
  padding-block: 102px 88px;
}
.demo-hero h1,
.demo-intro h2,
.demo-review-media h2,
.demo-capture-plan h2,
.demo-integrity h2,
.demo-final-cta h2 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -.045em;
}
.demo-hero h1 { max-width: 760px; font-size: clamp(48px, 5.5vw, 76px); }
.demo-lead { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.demo-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.demo-preview-notice { display: grid; gap: 5px; max-width: 720px; margin-top: 22px; padding: 14px 16px; border: 1px solid #e2e6ef; border-radius: 13px; background: #f8f9fb; }
.demo-preview-notice strong { font-size: 12px; }
.demo-preview-notice span { color: var(--muted); font-size: 11.5px; line-height: 1.6; }

.demo-hero-stage { position: relative; padding: 32px; border: 1px solid #dfe4f2; border-radius: 30px; background: radial-gradient(circle at 82% 8%, rgba(73,85,232,.16), transparent 31%), linear-gradient(145deg, #f6f7ff, #fff 58%, #eef9f5); box-shadow: 0 26px 68px rgba(29,39,84,.11); }
.demo-stage-label { display: inline-flex; margin-bottom: 16px; padding: 6px 9px; border-radius: 999px; background: #eef0ff; color: #4b57cf; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.demo-product-window { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; padding: 20px; border: 1px solid #e2e6ef; border-radius: 20px; background: #fff; }
.demo-product-image, .demo-storefront-media { position: relative; min-height: 220px; overflow: hidden; border-radius: 16px; background: linear-gradient(145deg, #f0f2f7, #e7ebf2); }
.demo-product-image span, .demo-storefront-media span { position: absolute; width: 54%; aspect-ratio: .78; left: 23%; top: 13%; border-radius: 30% 30% 18% 18%; background: linear-gradient(150deg, #d8deea, #bbc5d6); box-shadow: 0 18px 26px rgba(77,87,108,.18); }
.demo-product-copy { padding-top: 4px; }
.demo-product-copy h2 { margin: 10px 0 4px; font-size: 20px; letter-spacing: -.025em; }
.demo-price { margin: 0 0 15px; font-size: 14px; font-weight: 750; }
.demo-stars { color: #efaa24; font-size: 12px; font-weight: 800; }
.demo-stars span { margin-left: 6px; color: #687185; font-size: 10px; font-weight: 650; }
.demo-proof-line { display: flex; gap: 10px; align-items: center; margin-top: 12px; font-size: 11px; }
.demo-proof-line strong { color: #1f2937; }
.demo-proof-line span { color: #687185; }
.demo-cart-line { margin-top: 11px; color: #475569; font-size: 11px; font-weight: 750; }
.demo-urgency-line { margin-top: 9px; padding: 8px 9px; border-radius: 9px; background: #fff4e8; color: #9a4c0b; font-size: 9.5px; font-weight: 750; }
.demo-review-float { position: absolute; right: -28px; bottom: -28px; display: grid; grid-template-columns: 38px 1fr; gap: 10px; width: 225px; padding: 14px; border: 1px solid #e1e5ed; border-radius: 16px; background: #fff; box-shadow: 0 15px 34px rgba(30,41,59,.13); }
.demo-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #eff1ff; color: #4753df; font-size: 12px; font-weight: 850; }
.demo-review-float strong, .demo-review-float span, .demo-review-float small { display: block; }
.demo-review-float strong { font-size: 11px; }
.demo-review-float span { margin-top: 2px; color: #efaa24; font-size: 9px; }
.demo-review-float small { margin-top: 3px; color: var(--muted); font-size: 8.5px; }

.demo-intro { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; padding-block: 88px 46px; border-top: 1px solid var(--line); }
.demo-intro h2 { max-width: 720px; font-size: clamp(38px, 4.3vw, 58px); }
.demo-intro > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.demo-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding-bottom: 94px; }
.demo-preview-card { padding: 26px; border: 1px solid #dfe4ec; border-radius: 24px; background: #fff; box-shadow: 0 10px 32px rgba(16,24,40,.04); }
.demo-preview-card--wide { grid-column: 1 / -1; }
.demo-card-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.demo-card-meta > span { color: var(--brand); font-size: 10px; font-weight: 850; }
.demo-card-meta strong { font-size: 13px; }
.demo-card-meta small { margin-left: auto; padding: 6px 8px; border-radius: 999px; background: #f2f4f7; color: #6b7280; font-size: 9px; font-weight: 700; }
.demo-card-copy { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.demo-storefront-mock { display: grid; grid-template-columns: .75fr 1.25fr; gap: 26px; padding: 22px; border: 1px solid #e4e8ee; border-radius: 18px; background: #f9fafb; }
.demo-storefront-media { min-height: 300px; }
.demo-storefront-details { padding: 12px 0; }
.demo-storefront-details h3 { margin: 12px 0 18px; font-size: 28px; letter-spacing: -.035em; }
.demo-placeholder-line { height: 8px; border-radius: 999px; background: #e5e8ee; }
.demo-placeholder-line--lg { width: 86%; }
.demo-placeholder-line--sm { width: 58%; margin-top: 8px; }
.demo-sample-caption { margin: 15px 0 0; color: #7b8492; font-size: 10px; }

.demo-admin-mock { padding: 18px; border: 1px solid #e3e7ee; border-radius: 17px; background: #f8f9fb; }
.demo-admin-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding-bottom: 14px; border-bottom: 1px solid #e1e5eb; }
.demo-admin-head small { display: block; color: var(--brand); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.demo-admin-head h3 { margin: 5px 0 0; font-size: 18px; letter-spacing: -.02em; }
.demo-admin-head > span { padding: 6px 8px; border-radius: 999px; background: #eef0ff; color: #4e59cf; font-size: 9px; font-weight: 750; }
.demo-stat-row, .demo-plan-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 14px; }
.demo-stat-row > div, .demo-plan-row > div { display: grid; gap: 4px; padding: 12px; border: 1px solid #e2e6ed; border-radius: 12px; background: #fff; }
.demo-stat-row small, .demo-plan-row small { color: var(--muted); font-size: 9px; }
.demo-stat-row strong { font-size: 21px; }
.demo-plan-row strong { font-size: 17px; }
.demo-plan-row span { color: #14795f; font-size: 8.5px; }
.demo-list-block { display: grid; gap: 8px; margin-top: 14px; }
.demo-list-block > strong { font-size: 10px; }
.demo-list-block > span { display: flex; justify-content: space-between; gap: 12px; padding: 9px 10px; border: 1px solid #e4e7ed; border-radius: 9px; background: #fff; color: #576173; font-size: 9px; }
.demo-list-block b { color: #3c48c8; font-weight: 800; }
.demo-review-row { display: grid; grid-template-columns: 38px 1fr; gap: 11px; margin-top: 14px; padding: 13px; border: 1px solid #e3e7ed; border-radius: 12px; background: #fff; }
.demo-review-row strong, .demo-review-row small { display: block; }
.demo-review-row strong { font-size: 10px; }
.demo-review-row small { margin-top: 3px; color: #8a6c22; font-size: 8.5px; }
.demo-review-row p { margin: 7px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.demo-action-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.demo-action-row span { padding: 6px 8px; border: 1px solid #dfe3e9; border-radius: 8px; background: #fff; color: #4e5868; font-size: 8px; font-weight: 700; }
.demo-import-drop { display: grid; gap: 5px; margin-top: 14px; padding: 20px; border: 1px dashed #bdc5d4; border-radius: 13px; background: #fff; text-align: center; }
.demo-import-drop strong { font-size: 10px; }
.demo-import-drop span { color: var(--muted); font-size: 8.5px; }
.demo-support-compose { display: grid; gap: 7px; margin-top: 14px; }
.demo-support-compose > span { color: #5d6675; font-size: 8.5px; font-weight: 700; }
.demo-message-box { height: 44px; border: 1px solid #dfe3e9; border-radius: 8px; background: #fff; }
.demo-support-compose > strong { justify-self: start; padding: 7px 10px; border-radius: 8px; background: var(--brand); color: #fff; font-size: 8.5px; }

.demo-review-media { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; padding-block: 92px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.demo-review-media h2 { max-width: 590px; font-size: clamp(38px, 4vw, 54px); }
.demo-review-media-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.demo-media-panel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.demo-media-main, .demo-media-thumb { display: grid; place-items: center; min-height: 110px; border: 1px solid #e1e5ec; border-radius: 16px; background: linear-gradient(145deg, #f0f2f7, #e3e7ef); color: #7a8494; font-size: 9px; font-weight: 750; }
.demo-media-main { grid-column: 1 / -1; min-height: 260px; }
.demo-media-video { background: linear-gradient(145deg, #eceeff, #e2e6fb); color: #4d58c6; }
.demo-media-panel > p { grid-column: 1 / -1; margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.demo-capture-plan { padding: 92px 0; background: linear-gradient(180deg, #f7f9fc, #fff); }
.demo-capture-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; }
.demo-capture-plan h2 { max-width: 650px; font-size: clamp(40px, 4.4vw, 58px); }
.demo-capture-plan div > p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.demo-capture-list { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid #dfe4ec; list-style: none; }
.demo-capture-list li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 19px 0; border-bottom: 1px solid #dfe4ec; }
.demo-capture-list li > span { color: var(--brand); font-size: 10px; font-weight: 850; }
.demo-capture-list strong, .demo-capture-list small { display: block; }
.demo-capture-list strong { font-size: 12px; }
.demo-capture-list small { margin-top: 5px; color: var(--muted); font-size: 10.5px; line-height: 1.55; }

.demo-integrity { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; margin-top: 92px; padding: 58px; border-radius: 30px; background: #101827; color: #fff; }
.demo-integrity h2 { max-width: 660px; font-size: clamp(38px, 4.3vw, 56px); }
.demo-integrity > div:first-child > p:not(.eyebrow) { max-width: 650px; margin: 20px 0 0; color: #c7cfdd; font-size: 15px; line-height: 1.75; }
.demo-integrity-list { display: grid; gap: 10px; }
.demo-integrity-list > div { display: grid; gap: 5px; padding: 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.06); }
.demo-integrity-list strong { font-size: 13px; }
.demo-integrity-list span { color: #bfc7d7; font-size: 12px; line-height: 1.55; }

.demo-final-cta { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; margin-top: 92px; margin-bottom: 92px; padding: 52px; border-radius: 28px; background: linear-gradient(135deg, #4651e7, #5966f3); color: #fff; box-shadow: 0 24px 56px rgba(67,79,222,.2); }
.demo-final-cta h2 { max-width: 720px; font-size: clamp(34px, 4vw, 50px); }
.demo-final-cta p:not(.eyebrow) { margin: 14px 0 0; color: #e3e6ff; line-height: 1.65; }
.demo-final-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 900px) {
  .demo-hero,
  .demo-intro,
  .demo-review-media,
  .demo-capture-grid,
  .demo-integrity { grid-template-columns: 1fr; gap: 38px; }
  .demo-preview-grid { grid-template-columns: 1fr; }
  .demo-preview-card--wide { grid-column: auto; }
  .demo-final-cta { grid-template-columns: 1fr; }
  .demo-review-float { right: 18px; bottom: -34px; }
}

@media (max-width: 600px) {
  .demo-shell { width: min(100% - 28px, 1120px); }
  .demo-hero { gap: 34px; padding-block: 50px 60px; }
  .demo-hero h1 { font-size: 42px; }
  .demo-lead { margin-top: 18px; font-size: 15px; }
  .demo-hero-actions { display: grid; }
  .demo-hero-actions .button,
  .demo-final-actions .button { width: 100%; justify-content: center; }
  .demo-hero-stage { padding: 23px; border-radius: 24px; }
  .demo-product-window { grid-template-columns: 1fr; }
  .demo-product-image { min-height: 210px; }
  .demo-review-float { position: static; width: 100%; margin-top: 12px; }

  .demo-intro { gap: 20px; padding-block: 58px 32px; }
  .demo-intro h2 { font-size: 38px; }
  .demo-preview-grid { gap: 12px; padding-bottom: 62px; }
  .demo-preview-card { padding: 22px; border-radius: 21px; }
  .demo-card-meta { align-items: flex-start; }
  .demo-card-meta small { text-align: right; }
  .demo-storefront-mock { grid-template-columns: 1fr; padding: 16px; }
  .demo-storefront-media { min-height: 240px; }
  .demo-storefront-details h3 { font-size: 24px; }

  .demo-review-media { gap: 30px; padding-block: 62px; }
  .demo-review-media h2 { font-size: 37px; }
  .demo-media-panel { grid-template-columns: repeat(2, 1fr); }
  .demo-media-main { grid-column: 1 / -1; min-height: 220px; }
  .demo-media-panel > p { grid-column: 1 / -1; }

  .demo-capture-plan { padding: 62px 0; }
  .demo-capture-plan h2 { font-size: 38px; }

  .demo-integrity { gap: 28px; margin-top: 62px; padding: 30px 24px; border-radius: 24px; }
  .demo-integrity h2 { font-size: 37px; }

  .demo-final-cta { gap: 28px; margin-top: 62px; margin-bottom: 62px; padding: 30px 24px; border-radius: 24px; }
  .demo-final-cta h2 { font-size: 34px; }
  .demo-final-actions { display: grid; width: 100%; }
}


/* === FAQ page Phase 1 === */
.faq-page { overflow: hidden; }
.faq-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.faq-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr);
  gap: 72px;
  align-items: center;
  padding-block: 102px 88px;
}
.faq-hero h1,
.faq-section-heading h2,
.faq-still-need h2 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -.045em;
}
.faq-hero h1 { max-width: 800px; font-size: clamp(48px, 5.5vw, 76px); }
.faq-lead { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.faq-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.faq-hero-card {
  padding: 28px;
  border: 1px solid #dfe4f2;
  border-radius: 28px;
  background: radial-gradient(circle at 85% 10%, rgba(73,85,232,.15), transparent 32%), linear-gradient(145deg, #f7f8ff, #fff 62%, #eff9f5);
  box-shadow: 0 24px 60px rgba(29,39,84,.1);
}
.faq-card-kicker { display: block; margin-bottom: 12px; color: var(--brand); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.faq-hero-card a { display: grid; gap: 4px; padding: 15px 0; border-bottom: 1px solid #e3e7ee; color: inherit; text-decoration: none; }
.faq-hero-card a:last-child { border-bottom: 0; padding-bottom: 0; }
.faq-hero-card strong { font-size: 13px; }
.faq-hero-card span { color: var(--muted); font-size: 10.5px; line-height: 1.45; }

.faq-section { padding-block: 88px; }
.faq-section--soft { width: 100%; padding-inline: 0; background: linear-gradient(180deg, #f7f9fc, #fff); border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; }
.faq-section-heading {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 36px;
}
.faq-section-heading h2 { max-width: 720px; font-size: clamp(38px, 4.2vw, 56px); }
.faq-section-heading > p { margin: 0 0 3px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.faq-section-heading > .text-link { justify-self: end; align-self: end; }

.faq-list { border-top: 1px solid #dfe4ec; }
.faq-list details { border-bottom: 1px solid #dfe4ec; }
.faq-list summary {
  display: grid;
  grid-template-columns: 1fr 36px;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -.018em;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #dce1e9;
  border-radius: 50%;
  color: var(--brand);
  font-size: 18px;
  transition: transform .2s ease;
}
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-answer { max-width: 920px; padding: 0 60px 26px 0; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.78; }
.faq-answer p + p { margin-top: 12px; }
.faq-answer code { padding: 2px 6px; border-radius: 6px; background: #f0f2f6; color: #3f4a5d; font-size: .92em; }
.faq-note { padding: 12px 14px; border: 1px solid #e1e5ec; border-radius: 12px; background: #f8f9fb; font-size: 12.5px !important; }
.faq-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 14px 0 16px; padding: 0; list-style: none; counter-reset: faqcols; }
.faq-columns li { counter-increment: faqcols; position: relative; padding: 10px 10px 10px 34px; border: 1px solid #e2e6ed; border-radius: 10px; background: #fff; color: #4c5667; font-size: 11px; }
.faq-columns li::before { content: counter(faqcols); position: absolute; left: 11px; color: var(--brand); font-size: 9px; font-weight: 850; }

.faq-still-need {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  margin-top: 92px;
  margin-bottom: 92px;
  padding: 52px;
  border-radius: 28px;
  background: linear-gradient(135deg, #4651e7, #5966f3);
  color: #fff;
  box-shadow: 0 24px 56px rgba(67,79,222,.2);
}
.faq-still-need h2 { max-width: 760px; font-size: clamp(34px, 4vw, 50px); }
.faq-still-need p:not(.eyebrow) { max-width: 800px; margin: 14px 0 0; color: #e3e6ff; line-height: 1.65; }
.faq-still-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 900px) {
  .faq-hero,
  .faq-section-heading { grid-template-columns: 1fr; gap: 34px; }
  .faq-section-heading > .text-link { justify-self: start; }
  .faq-still-need { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .faq-shell { width: min(100% - 28px, 1120px); }
  .faq-hero { gap: 32px; padding-block: 50px 58px; }
  .faq-hero h1 { font-size: 42px; }
  .faq-lead { margin-top: 18px; font-size: 15px; }
  .faq-hero-actions { display: grid; }
  .faq-hero-actions .button,
  .faq-still-actions .button { width: 100%; justify-content: center; }
  .faq-hero-card { padding: 22px; border-radius: 23px; }

  .faq-section { padding-block: 62px; }
  .faq-section-heading { gap: 18px; margin-bottom: 25px; }
  .faq-section-heading h2 { font-size: 37px; }
  .faq-list summary { grid-template-columns: 1fr 32px; gap: 14px; padding: 20px 0; font-size: 16px; }
  .faq-answer { padding: 0 0 22px; }
  .faq-answer p { font-size: 13px; }
  .faq-columns { grid-template-columns: 1fr; }

  .faq-still-need { gap: 28px; margin-top: 62px; margin-bottom: 62px; padding: 30px 24px; border-radius: 24px; }
  .faq-still-need h2 { font-size: 34px; }
  .faq-still-actions { display: grid; width: 100%; }
}


/* === Help & Support / Contact page Phase 1 === */
.support-page { overflow: hidden; }
.support-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr);
  gap: 72px;
  align-items: center;
  padding-block: 102px 88px;
}
.support-hero h1,
.support-section-heading h2,
.support-thread-copy h2,
.support-attachment-grid h2,
.support-safety h2,
.support-public-contact h2,
.support-final-cta h2 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -.045em;
}
.support-hero h1 { max-width: 800px; font-size: clamp(48px, 5.5vw, 76px); }
.support-lead { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.support-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.support-disclosure { max-width: 720px; margin: 20px 0 0; color: #6c7585; font-size: 12.5px; line-height: 1.6; }

.support-status-card {
  padding: 28px;
  border: 1px solid #dfe4f2;
  border-radius: 28px;
  background: radial-gradient(circle at 85% 8%, rgba(73,85,232,.15), transparent 32%), linear-gradient(145deg, #f7f8ff, #fff 62%, #eff9f5);
  box-shadow: 0 24px 60px rgba(29,39,84,.1);
}
.support-status-kicker { display: block; margin-bottom: 15px; color: var(--brand); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.support-channel { display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: start; padding: 17px 0; border-bottom: 1px solid #e2e6ed; }
.support-channel-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; font-weight: 850; }
.support-channel--ready .support-channel-icon { background: #eaf8f3; color: #14795f; }
.support-channel--pending .support-channel-icon { background: #eef0ff; color: #4a56d0; }
.support-channel strong { display: block; font-size: 12.5px; }
.support-channel p { margin: 5px 0 0; color: var(--muted); font-size: 10.5px; line-height: 1.5; }
.support-channel small { padding: 6px 8px; border-radius: 999px; background: #fff; color: #697386; font-size: 8.5px; font-weight: 750; white-space: nowrap; }
.support-status-note { display: grid; gap: 5px; margin-top: 16px; padding: 14px; border-radius: 12px; background: #fff; border: 1px solid #e3e7ee; }
.support-status-note strong { font-size: 11px; }
.support-status-note span { color: var(--muted); font-size: 10px; line-height: 1.55; }

.support-installed { padding-block: 88px 94px; border-top: 1px solid var(--line); }
.support-section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; margin-bottom: 38px; }
.support-section-heading h2 { max-width: 720px; font-size: clamp(38px, 4.2vw, 56px); }
.support-section-heading > p { margin: 0 0 3px; color: var(--muted); font-size: 15px; line-height: 1.72; }

.support-flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.support-flow-grid article { padding: 25px; border: 1px solid #e0e5ec; border-radius: 20px; background: #fff; }
.support-step { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--brand-soft); color: var(--brand); font-size: 10px; font-weight: 850; }
.support-flow-grid h3 { margin: 20px 0 9px; font-size: 20px; letter-spacing: -.025em; }
.support-flow-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.support-thread-section { padding: 92px 0; background: linear-gradient(180deg, #f7f9fc, #fff); border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; }
.support-thread-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.support-thread-copy h2 { max-width: 620px; font-size: clamp(40px, 4.4vw, 58px); }
.support-thread-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }

.support-thread-preview { padding: 24px; border: 1px solid #dfe4ec; border-radius: 22px; background: #fff; box-shadow: 0 14px 34px rgba(16,24,40,.06); }
.support-preview-label { margin-bottom: 14px; color: #727c8d; font-size: 8.5px; font-weight: 850; letter-spacing: .09em; }
.support-preview-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; padding-bottom: 16px; border-bottom: 1px solid #e3e7ed; }
.support-preview-head small, .support-preview-head strong { display: block; }
.support-preview-head small { color: var(--muted); font-size: 8.5px; }
.support-preview-head strong { margin-top: 4px; font-size: 14px; }
.support-preview-head > span { padding: 6px 9px; border-radius: 999px; background: #eef8f4; color: #17775f; font-size: 9px; font-weight: 750; }
.support-message { max-width: 78%; margin-top: 16px; padding: 13px 14px; border-radius: 13px; }
.support-message small { display: block; margin-bottom: 5px; font-size: 8.5px; font-weight: 750; }
.support-message p { margin: 0; font-size: 10.5px; line-height: 1.55; }
.support-message--merchant { margin-left: auto; background: #eef0ff; color: #3945b7; }
.support-message--admin { background: #f3f5f8; color: #4b5565; }
.support-preview-footer { display: grid; gap: 5px; margin-top: 18px; padding-top: 14px; border-top: 1px solid #e3e7ed; }
.support-preview-footer span { color: var(--muted); font-size: 9px; }
.support-preview-footer strong { color: #737d8e; font-size: 8.5px; }

.support-statuses { padding-block: 92px; }
.support-status-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.support-status-grid article { min-height: 190px; padding: 22px; border: 1px solid #e1e5ec; border-radius: 18px; background: #fff; }
.support-status-grid span { display: inline-block; padding: 6px 9px; border-radius: 999px; background: #f1f3f7; color: #465164; font-size: 9px; font-weight: 800; }
.support-status-grid p { margin: 18px 0 0; color: var(--muted); font-size: 11.5px; line-height: 1.6; }

.support-attachments { padding: 92px 0; background: linear-gradient(180deg, #f7f9fc, #fff); }
.support-attachment-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; }
.support-attachment-grid h2 { max-width: 650px; font-size: clamp(40px, 4.4vw, 58px); }
.support-attachment-grid div > p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.support-limit-card { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 24px; border: 1px solid #dfe4ec; border-radius: 22px; background: #fff; }
.support-limit-card > div { display: grid; gap: 5px; padding: 16px; border: 1px solid #e3e7ee; border-radius: 13px; background: #f9fafb; }
.support-limit-card > div > strong { font-size: 20px; letter-spacing: -.03em; }
.support-limit-card > div > span { color: var(--muted); font-size: 9px; line-height: 1.45; }
.support-types { grid-column: 1 / -1; }
.support-types > strong { font-size: 11px !important; }
.support-limit-card > p { grid-column: 1 / -1; margin: 0; color: #6c7585; font-size: 10px; }

.support-safety { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; margin-top: 92px; padding: 58px; border-radius: 30px; background: #101827; color: #fff; }
.support-safety h2 { max-width: 680px; font-size: clamp(38px, 4.3vw, 56px); }
.support-safety > div:first-child > p:not(.eyebrow) { max-width: 650px; margin: 20px 0 0; color: #c7cfdd; font-size: 15px; line-height: 1.75; }
.support-safety-list { display: grid; gap: 10px; }
.support-safety-list > div { display: grid; gap: 5px; padding: 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.06); }
.support-safety-list strong { font-size: 13px; }
.support-safety-list span { color: #bfc7d7; font-size: 12px; line-height: 1.55; }

.support-public-contact { display: grid; grid-template-columns: 1fr .78fr; gap: 72px; align-items: center; padding-block: 92px; border-bottom: 1px solid var(--line); }
.support-public-contact h2 { max-width: 650px; font-size: clamp(38px, 4.2vw, 56px); }
.support-contact-copy > p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.support-contact-card { padding: 26px; border: 1px solid #e0e5ec; border-radius: 20px; background: #f8f9fb; }
.support-contact-state { display: inline-block; margin-bottom: 16px; padding: 6px 9px; border-radius: 999px; background: #eef0ff; color: #4c58cc; font-size: 8.5px; font-weight: 850; letter-spacing: .08em; }
.support-contact-card > strong { display: block; font-size: 18px; }
.support-contact-card p { margin: 10px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.65; }

.support-final-cta { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; margin-top: 92px; margin-bottom: 92px; padding: 52px; border-radius: 28px; background: linear-gradient(135deg, #4651e7, #5966f3); color: #fff; box-shadow: 0 24px 56px rgba(67,79,222,.2); }
.support-final-cta h2 { max-width: 720px; font-size: clamp(34px, 4vw, 50px); }
.support-final-cta p:not(.eyebrow) { margin: 14px 0 0; color: #e3e6ff; line-height: 1.65; }
.support-final-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 980px) {
  .support-flow-grid { grid-template-columns: repeat(2, 1fr); }
  .support-status-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .support-hero,
  .support-section-heading,
  .support-thread-grid,
  .support-attachment-grid,
  .support-safety,
  .support-public-contact { grid-template-columns: 1fr; gap: 36px; }
  .support-final-cta { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .support-shell { width: min(100% - 28px, 1120px); }
  .support-hero { gap: 32px; padding-block: 50px 58px; }
  .support-hero h1 { font-size: 42px; }
  .support-lead { margin-top: 18px; font-size: 15px; }
  .support-hero-actions { display: grid; }
  .support-hero-actions .button,
  .support-final-actions .button { width: 100%; justify-content: center; }
  .support-status-card { padding: 22px; border-radius: 23px; }
  .support-channel { grid-template-columns: 36px 1fr; }
  .support-channel small { grid-column: 2; justify-self: start; }

  .support-installed { padding-block: 62px; }
  .support-section-heading { gap: 18px; margin-bottom: 26px; }
  .support-section-heading h2 { font-size: 37px; }
  .support-flow-grid { grid-template-columns: 1fr; }

  .support-thread-section { padding: 62px 0; }
  .support-thread-copy h2 { font-size: 38px; }
  .support-thread-preview { padding: 19px; }
  .support-message { max-width: 90%; }

  .support-statuses { padding-block: 62px; }
  .support-status-grid { grid-template-columns: 1fr; }
  .support-status-grid article { min-height: 0; }

  .support-attachments { padding: 62px 0; }
  .support-attachment-grid h2 { font-size: 38px; }
  .support-limit-card { grid-template-columns: 1fr; padding: 20px; }
  .support-types, .support-limit-card > p { grid-column: auto; }

  .support-safety { gap: 28px; margin-top: 62px; padding: 30px 24px; border-radius: 24px; }
  .support-safety h2 { font-size: 37px; }

  .support-public-contact { gap: 30px; padding-block: 62px; }
  .support-public-contact h2 { font-size: 37px; }

  .support-final-cta { gap: 28px; margin-top: 62px; margin-bottom: 62px; padding: 30px 24px; border-radius: 24px; }
  .support-final-cta h2 { font-size: 34px; }
  .support-final-actions { display: grid; width: 100%; }
}


/* === Privacy Policy page Phase 1 === */
.privacy-page { overflow: hidden; }
.privacy-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.privacy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .66fr);
  gap: 72px;
  align-items: center;
  padding-block: 102px 72px;
}
.privacy-hero h1,
.privacy-content h2,
.privacy-final-note h2 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: -.042em;
}
.privacy-hero h1 { max-width: 820px; font-size: clamp(46px, 5.2vw, 72px); }
.privacy-lead { max-width: 780px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.78; }
.privacy-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 24px; color: #667084; font-size: 11px; }
.privacy-meta strong { color: #303a4a; margin-right: 4px; }

.privacy-summary-card {
  padding: 28px;
  border: 1px solid #dfe4f2;
  border-radius: 28px;
  background: radial-gradient(circle at 85% 8%, rgba(73,85,232,.15), transparent 32%), linear-gradient(145deg, #f7f8ff, #fff 62%, #eff9f5);
  box-shadow: 0 24px 60px rgba(29,39,84,.1);
}
.privacy-summary-kicker { display: block; margin-bottom: 10px; color: var(--brand); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.privacy-summary-card > div { display: grid; gap: 5px; padding: 15px 0; border-bottom: 1px solid #e2e6ed; }
.privacy-summary-card > div:last-child { border-bottom: 0; padding-bottom: 0; }
.privacy-summary-card strong { font-size: 12px; }
.privacy-summary-card span { color: var(--muted); font-size: 10.5px; line-height: 1.55; }

.privacy-notice { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 20px 22px; border: 1px solid #dfe4ec; border-radius: 16px; background: #f8f9fb; }
.privacy-notice strong { font-size: 12px; }
.privacy-notice p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.privacy-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 68px; padding-block: 76px 92px; }
.privacy-toc { position: sticky; top: 90px; align-self: start; display: grid; gap: 0; padding: 18px; border: 1px solid #e1e5ec; border-radius: 16px; background: #fafbfc; }
.privacy-toc > span { margin-bottom: 8px; color: var(--brand); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.privacy-toc a { padding: 8px 0; border-bottom: 1px solid #e8ebf0; color: #626c7e; font-size: 10px; text-decoration: none; line-height: 1.35; }
.privacy-toc a:last-child { border-bottom: 0; }
.privacy-toc a:hover { color: var(--brand); }

.privacy-content { min-width: 0; }
.privacy-content > section { scroll-margin-top: 100px; padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid #e0e5ec; }
.privacy-content > section:last-child { margin-bottom: 0; }
.privacy-section-number { margin: 0 0 10px !important; color: var(--brand) !important; font-size: 10px !important; font-weight: 850; letter-spacing: .09em; }
.privacy-content h2 { max-width: 820px; font-size: clamp(30px, 3.3vw, 44px); }
.privacy-content p { max-width: 860px; margin: 16px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.82; }
.privacy-content ul { display: grid; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.privacy-content li { position: relative; padding-left: 24px; color: #4f5a6b; font-size: 13px; line-height: 1.65; }
.privacy-content li::before { content: "•"; position: absolute; left: 7px; color: var(--brand); font-weight: 900; }
.privacy-content a { color: var(--brand); font-weight: 700; }
.privacy-content code { padding: 2px 5px; border-radius: 5px; background: #f0f2f6; font-size: .92em; }

.privacy-data-grid,
.privacy-public-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }
.privacy-data-grid > div,
.privacy-public-grid > div { padding: 20px; border: 1px solid #e0e5ec; border-radius: 16px; background: #fff; }
.privacy-data-grid strong,
.privacy-public-grid strong { font-size: 12.5px; }
.privacy-data-grid p,
.privacy-public-grid p { margin-top: 8px; font-size: 11.5px; line-height: 1.68; }

.privacy-final-note {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  margin-bottom: 92px;
  padding: 52px;
  border-radius: 28px;
  background: #101827;
  color: #fff;
}
.privacy-final-note h2 { max-width: 760px; font-size: clamp(34px, 4vw, 50px); }
.privacy-final-note p:not(.eyebrow) { max-width: 800px; margin: 14px 0 0; color: #cbd3df; line-height: 1.7; }
.privacy-final-note code { padding: 2px 6px; border-radius: 5px; background: rgba(255,255,255,.1); }
.privacy-final-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 900px) {
  .privacy-hero { grid-template-columns: 1fr; gap: 36px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 34px; }
  .privacy-toc { position: static; grid-template-columns: repeat(2, 1fr); gap: 0 18px; }
  .privacy-toc > span { grid-column: 1 / -1; }
  .privacy-final-note { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .privacy-shell { width: min(100% - 28px, 1120px); }
  .privacy-hero { padding-block: 50px 46px; }
  .privacy-hero h1 { font-size: 41px; }
  .privacy-lead { margin-top: 18px; font-size: 15px; }
  .privacy-summary-card { padding: 22px; border-radius: 23px; }

  .privacy-notice { grid-template-columns: 1fr; gap: 7px; padding: 18px; }

  .privacy-layout { padding-block: 50px 62px; }
  .privacy-toc { grid-template-columns: 1fr; }
  .privacy-toc > span { grid-column: auto; }
  .privacy-content > section { padding-bottom: 36px; margin-bottom: 36px; }
  .privacy-content h2 { font-size: 32px; }
  .privacy-content p { font-size: 13px; }
  .privacy-data-grid,
  .privacy-public-grid { grid-template-columns: 1fr; }

  .privacy-final-note { gap: 28px; margin-bottom: 62px; padding: 30px 24px; border-radius: 24px; }
  .privacy-final-note h2 { font-size: 34px; }
  .privacy-final-actions { display: grid; width: 100%; }
  .privacy-final-actions .button { width: 100%; justify-content: center; }
}


/* === Terms of Service page Phase 1 === */
.terms-page { overflow: hidden; }
.terms-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.terms-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .66fr);
  gap: 72px;
  align-items: center;
  padding-block: 102px 72px;
}
.terms-hero h1,
.terms-content h2,
.terms-final-note h2 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: -.042em;
}
.terms-hero h1 { max-width: 820px; font-size: clamp(46px, 5.2vw, 72px); }
.terms-lead { max-width: 780px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.78; }
.terms-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 24px; color: #667084; font-size: 11px; }
.terms-meta strong { color: #303a4a; margin-right: 4px; }

.terms-summary-card {
  padding: 28px;
  border: 1px solid #dfe4f2;
  border-radius: 28px;
  background: radial-gradient(circle at 85% 8%, rgba(73,85,232,.15), transparent 32%), linear-gradient(145deg, #f7f8ff, #fff 62%, #eff9f5);
  box-shadow: 0 24px 60px rgba(29,39,84,.1);
}
.terms-summary-kicker { display: block; margin-bottom: 10px; color: var(--brand); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.terms-summary-card > div { display: grid; gap: 5px; padding: 15px 0; border-bottom: 1px solid #e2e6ed; }
.terms-summary-card > div:last-child { border-bottom: 0; padding-bottom: 0; }
.terms-summary-card strong { font-size: 12px; }
.terms-summary-card span { color: var(--muted); font-size: 10.5px; line-height: 1.55; }

.terms-notice { display: grid; grid-template-columns: 170px 1fr; gap: 24px; padding: 20px 22px; border: 1px solid #eadfcd; border-radius: 16px; background: #fffaf2; }
.terms-notice strong { color: #7f5418; font-size: 12px; }
.terms-notice p { margin: 0; color: #725f45; font-size: 12px; line-height: 1.65; }

.terms-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 64px; padding-block: 76px 92px; }
.terms-toc { position: sticky; top: 90px; align-self: start; display: grid; gap: 0; padding: 18px; border: 1px solid #e1e5ec; border-radius: 16px; background: #fafbfc; }
.terms-toc > span { margin-bottom: 8px; color: var(--brand); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.terms-toc a { padding: 7px 0; border-bottom: 1px solid #e8ebf0; color: #626c7e; font-size: 9.5px; text-decoration: none; line-height: 1.35; }
.terms-toc a:last-child { border-bottom: 0; }
.terms-toc a:hover { color: var(--brand); }

.terms-content { min-width: 0; }
.terms-content > section { scroll-margin-top: 100px; padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid #e0e5ec; }
.terms-content > section:last-child { margin-bottom: 0; }
.terms-section-number { margin: 0 0 10px !important; color: var(--brand) !important; font-size: 10px !important; font-weight: 850; letter-spacing: .09em; }
.terms-content h2 { max-width: 820px; font-size: clamp(30px, 3.3vw, 44px); }
.terms-content p { max-width: 860px; margin: 16px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.82; }
.terms-content ul { display: grid; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.terms-content li { position: relative; padding-left: 24px; color: #4f5a6b; font-size: 13px; line-height: 1.65; }
.terms-content li::before { content: "•"; position: absolute; left: 7px; color: var(--brand); font-weight: 900; }
.terms-content a { color: var(--brand); font-weight: 700; }

.terms-rule-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }
.terms-rule-grid > div { padding: 20px; border: 1px solid #e0e5ec; border-radius: 16px; background: #fff; }
.terms-rule-grid strong { font-size: 12.5px; }
.terms-rule-grid p { margin-top: 8px; font-size: 11.5px; line-height: 1.68; }

.terms-final-note {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  margin-bottom: 92px;
  padding: 52px;
  border-radius: 28px;
  background: #101827;
  color: #fff;
}
.terms-final-note h2 { max-width: 780px; font-size: clamp(34px, 4vw, 50px); }
.terms-final-note p:not(.eyebrow) { max-width: 820px; margin: 14px 0 0; color: #cbd3df; line-height: 1.7; }
.terms-final-note code { padding: 2px 6px; border-radius: 5px; background: rgba(255,255,255,.1); }
.terms-final-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 900px) {
  .terms-hero { grid-template-columns: 1fr; gap: 36px; }
  .terms-layout { grid-template-columns: 1fr; gap: 34px; }
  .terms-toc { position: static; grid-template-columns: repeat(2, 1fr); gap: 0 18px; }
  .terms-toc > span { grid-column: 1 / -1; }
  .terms-final-note { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .terms-shell { width: min(100% - 28px, 1120px); }
  .terms-hero { padding-block: 50px 46px; }
  .terms-hero h1 { font-size: 41px; }
  .terms-lead { margin-top: 18px; font-size: 15px; }
  .terms-summary-card { padding: 22px; border-radius: 23px; }

  .terms-notice { grid-template-columns: 1fr; gap: 7px; padding: 18px; }

  .terms-layout { padding-block: 50px 62px; }
  .terms-toc { grid-template-columns: 1fr; }
  .terms-toc > span { grid-column: auto; }
  .terms-content > section { padding-bottom: 36px; margin-bottom: 36px; }
  .terms-content h2 { font-size: 32px; }
  .terms-content p { font-size: 13px; }
  .terms-rule-grid { grid-template-columns: 1fr; }

  .terms-final-note { gap: 28px; margin-bottom: 62px; padding: 30px 24px; border-radius: 24px; }
  .terms-final-note h2 { font-size: 34px; }
  .terms-final-actions { display: grid; width: 100%; }
  .terms-final-actions .button { width: 100%; justify-content: center; }
}


/* === Data / Privacy Request page Phase 1 === */
.data-request-page { overflow: hidden; }
.data-request-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.data-request-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .66fr);
  gap: 72px;
  align-items: center;
  padding-block: 102px 72px;
}
.data-request-hero h1,
.data-request-section-heading h2,
.data-request-verification h2,
.data-request-retention h2,
.data-request-final h2 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: -.042em;
}
.data-request-hero h1 { max-width: 820px; font-size: clamp(46px, 5.2vw, 72px); }
.data-request-lead { max-width: 780px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.78; }
.data-request-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 24px; color: #667084; font-size: 11px; }
.data-request-meta strong { color: #303a4a; margin-right: 4px; }

.data-request-summary-card {
  padding: 28px;
  border: 1px solid #dfe4f2;
  border-radius: 28px;
  background: radial-gradient(circle at 85% 8%, rgba(73,85,232,.15), transparent 32%), linear-gradient(145deg, #f7f8ff, #fff 62%, #eff9f5);
  box-shadow: 0 24px 60px rgba(29,39,84,.1);
}
.data-request-summary-kicker { display: block; margin-bottom: 10px; color: var(--brand); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.data-request-summary-card > div { display: grid; gap: 5px; padding: 15px 0; border-bottom: 1px solid #e2e6ed; }
.data-request-summary-card > div:last-child { border-bottom: 0; padding-bottom: 0; }
.data-request-summary-card strong { font-size: 12px; }
.data-request-summary-card span { color: var(--muted); font-size: 10.5px; line-height: 1.55; }

.data-request-notice { display: grid; grid-template-columns: 170px 1fr; gap: 24px; padding: 20px 22px; border: 1px solid #dfe4ec; border-radius: 16px; background: #f8f9fb; }
.data-request-notice strong { font-size: 12px; }
.data-request-notice p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.data-request-paths,
.data-request-prepare,
.data-request-shopify { padding-block: 88px; }

.data-request-section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; margin-bottom: 38px; }
.data-request-section-heading h2 { max-width: 720px; font-size: clamp(38px, 4.2vw, 56px); }
.data-request-section-heading > p { margin: 0 0 3px; color: var(--muted); font-size: 15px; line-height: 1.72; }

.data-request-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.data-request-path-grid article { display: flex; flex-direction: column; padding: 26px; border: 1px solid #e0e5ec; border-radius: 20px; background: #fff; }
.data-request-path-number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--brand-soft); color: var(--brand); font-size: 10px; font-weight: 850; }
.data-request-path-grid h3 { margin: 20px 0 10px; font-size: 21px; letter-spacing: -.025em; }
.data-request-path-grid p { margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.7; }
.data-request-path-grid .text-link { margin-top: auto; padding-top: 20px; }
.data-request-path-note { display: grid; gap: 5px; margin-top: 18px; padding: 13px; border-radius: 12px; background: #f7f9fc; }
.data-request-path-note strong { font-size: 10px; }
.data-request-path-note span { color: var(--muted); font-size: 10px; line-height: 1.55; }
.data-request-path-note--pending { background: #fff8ed; }

.data-request-types { padding: 88px 0; background: linear-gradient(180deg, #f7f9fc, #fff); border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; }
.data-request-type-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.data-request-type-grid article { padding: 24px; border: 1px solid #e0e5ec; border-radius: 18px; background: #fff; }
.data-request-type-grid article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: #eef0ff; color: #4b56cc; font-weight: 850; }
.data-request-type-grid h3 { margin: 18px 0 8px; font-size: 18px; }
.data-request-type-grid p { margin: 0; color: var(--muted); font-size: 11.5px; line-height: 1.65; }

.data-request-checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.data-request-checklist > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 20px; border: 1px solid #e1e5ec; border-radius: 16px; background: #fff; }
.data-request-checklist > div > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: #f2f4f8; color: #5b6576; font-size: 9px; font-weight: 850; }
.data-request-checklist strong { font-size: 12.5px; }
.data-request-checklist p { margin: 6px 0 0; color: var(--muted); font-size: 11.5px; line-height: 1.6; }

.data-request-verification { padding: 88px 0; background: #101827; color: #fff; }
.data-request-verification-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 72px; align-items: center; }
.data-request-verification h2 { max-width: 700px; font-size: clamp(38px, 4.2vw, 54px); }
.data-request-verification p:not(.eyebrow) { max-width: 720px; margin: 18px 0 0; color: #c6cfdd; font-size: 14px; line-height: 1.75; }
.data-request-verification-card { padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); }
.data-request-verification-card strong { font-size: 15px; }
.data-request-verification-card ul { display: grid; gap: 9px; margin: 16px 0 0; padding: 0; list-style: none; }
.data-request-verification-card li { position: relative; padding-left: 18px; color: #c7cfdd; font-size: 12px; }
.data-request-verification-card li::before { content: "×"; position: absolute; left: 0; color: #ffb6b6; font-weight: 850; }

.data-request-shopify-card { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 26px; border: 1px solid #eadfcd; border-radius: 18px; background: #fffaf2; }
.data-request-shopify-card > div { display: grid; gap: 8px; }
.data-request-status-badge { justify-self: start; padding: 6px 9px; border-radius: 999px; background: #fff0d9; color: #8a5a17; font-size: 8.5px; font-weight: 850; letter-spacing: .08em; }
.data-request-shopify-card strong { font-size: 14px; }
.data-request-shopify-card p { max-width: 820px; margin: 0; color: #725f45; font-size: 11.5px; line-height: 1.65; }

.data-request-processing { padding: 88px 0; background: linear-gradient(180deg, #f7f9fc, #fff); }
.data-request-processing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.data-request-processing-grid article { padding: 22px; border: 1px solid #e0e5ec; border-radius: 17px; background: #fff; }
.data-request-processing-grid strong { font-size: 13px; }
.data-request-processing-grid p { margin: 8px 0 0; color: var(--muted); font-size: 11.5px; line-height: 1.65; }

.data-request-retention { display: grid; grid-template-columns: 1fr auto; gap: 56px; align-items: center; padding-block: 88px; }
.data-request-retention h2 { max-width: 760px; font-size: clamp(36px, 4vw, 52px); }
.data-request-retention p:not(.eyebrow) { max-width: 820px; margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.data-request-final {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  margin-bottom: 92px;
  padding: 52px;
  border-radius: 28px;
  background: linear-gradient(135deg, #4651e7, #5966f3);
  color: #fff;
  box-shadow: 0 24px 56px rgba(67,79,222,.2);
}
.data-request-final h2 { max-width: 780px; font-size: clamp(34px, 4vw, 50px); }
.data-request-final p:not(.eyebrow) { max-width: 800px; margin: 14px 0 0; color: #e3e6ff; line-height: 1.7; }
.data-request-final code { padding: 2px 6px; border-radius: 5px; background: rgba(255,255,255,.1); }
.data-request-final-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 980px) {
  .data-request-type-grid,
  .data-request-processing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .data-request-hero,
  .data-request-section-heading,
  .data-request-verification-grid,
  .data-request-retention { grid-template-columns: 1fr; gap: 36px; }
  .data-request-path-grid { grid-template-columns: 1fr; }
  .data-request-shopify-card,
  .data-request-final { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .data-request-shell { width: min(100% - 28px, 1120px); }
  .data-request-hero { padding-block: 50px 46px; }
  .data-request-hero h1 { font-size: 41px; }
  .data-request-lead { margin-top: 18px; font-size: 15px; }
  .data-request-summary-card { padding: 22px; border-radius: 23px; }

  .data-request-notice { grid-template-columns: 1fr; gap: 7px; padding: 18px; }

  .data-request-paths,
  .data-request-prepare,
  .data-request-shopify { padding-block: 62px; }
  .data-request-section-heading { gap: 18px; margin-bottom: 26px; }
  .data-request-section-heading h2 { font-size: 37px; }

  .data-request-type-grid,
  .data-request-processing-grid,
  .data-request-checklist { grid-template-columns: 1fr; }

  .data-request-verification { padding: 62px 0; }
  .data-request-verification h2 { font-size: 37px; }

  .data-request-processing { padding: 62px 0; }
  .data-request-retention { padding-block: 62px; }
  .data-request-retention h2 { font-size: 37px; }

  .data-request-final { gap: 28px; margin-bottom: 62px; padding: 30px 24px; border-radius: 24px; }
  .data-request-final h2 { font-size: 34px; }
  .data-request-final-actions { display: grid; width: 100%; }
  .data-request-final-actions .button { width: 100%; justify-content: center; }
}
