/* =========================================================
   Flowdesk — vibrant, saturated, visually rich
   Palette: deep ink base + teal/purple/coral/lime saturated accents
   Type: Space Grotesk (display) + Inter (body)
   ========================================================= */

:root {
  --ink:        #0B0B1A;
  --ink-2:      #6B6B8A;
  --ink-3:      #A0A0BC;
  --bg:         #FBFAFF;
  --surface:    #FFFFFF;
  --line:       #ECEAF6;

  --teal:       #14B8A6;
  --teal-dk:    #0D9488;
  --teal-soft:  #D1F5EF;
  --purple:     #8B5CF6;
  --purple-dk:  #7C3AED;
  --purple-soft:#EDE4FF;
  --coral:      #FF6B5B;
  --coral-dk:   #F04E3D;
  --coral-soft: #FFE0DB;
  --lime:       #84CC16;
  --lime-soft:  #E8F7C6;
  --indigo:     #6366F1;
  --indigo-soft:#E2E1FC;
  --pink:       #EC4899;

  --r:   20px;
  --r-lg:30px;
  --r-xl:40px;
  --shadow-sm: 0 2px 10px rgba(11,11,26,.06);
  --shadow:    0 12px 30px rgba(11,11,26,.10);
  --shadow-lg: 0 30px 70px rgba(11,11,26,.18);
  --maxw: 1200px;
  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; letter-spacing: -.02em; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.grad-text {
  background: linear-gradient(100deg, var(--teal), var(--purple) 55%, var(--coral));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.grad-text--light { background: linear-gradient(100deg, #fff, #FFE0DB 60%, #EDE4FF); -webkit-background-clip: text; background-clip: text; color: transparent; }

.eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--purple-dk); margin-bottom: 16px; }
.section-head { max-width: 740px; margin: 0 auto 60px; text-align: center; }
.section-head h2 { font-size: clamp(32px, 5vw, 56px); }
.section-lede { margin-top: 18px; color: var(--ink-2); font-size: 18px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: 15.5px;
  padding: 13px 24px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn--primary { background: linear-gradient(120deg, var(--purple), var(--coral)); color: #fff; box-shadow: 0 10px 26px rgba(139,92,246,.32); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(139,92,246,.42); }
.btn--glass { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.25); backdrop-filter: blur(6px); }
.btn--glass:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.btn--outline { background: var(--surface); color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn--outline:hover { border-color: var(--ink); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0,0,0,.3); }
.btn--ghost-light { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.4); }
.btn--ghost-light:hover { background: rgba(255,255,255,.24); transform: translateY(-2px); }
.btn--sm { padding: 9px 18px; font-size: 14px; }
.btn--lg { padding: 16px 32px; font-size: 16.5px; }
.btn--block { display: flex; width: 100%; }
.link-quiet { font-weight: 600; color: rgba(255,255,255,.8); transition: color .2s; }
.link-quiet:hover { color: #fff; }

/* ---------- feature icon chip ---------- */
.fi { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; font-weight: 700; flex: 0 0 auto; }
.fi--lg { width: 52px; height: 52px; border-radius: 14px; }
.fi--teal { background: var(--teal); color: #fff; }
.fi--purple { background: var(--purple); color: #fff; }
.fi--coral { background: var(--coral); color: #fff; }
.fi--lime { background: var(--lime); color: #1a3a00; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; transition: background .25s, backdrop-filter .25s, border-color .25s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(11,11,26,.78); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); border-color: rgba(255,255,255,.08); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 23px; letter-spacing: -.02em; }
.nav__links { display: flex; gap: 32px; }
.nav__links a { font-weight: 600; color: rgba(255,255,255,.78); font-size: 15px; transition: color .2s; }
.nav__links a:hover { color: #fff; }
.nav__actions { display: flex; align-items: center; gap: 18px; }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__burger span { width: 22px; height: 2.4px; background: #fff; border-radius: 2px; }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--ink); color: #fff; padding: 56px 0 0; overflow: hidden; }
.hero__mesh { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; }
.orb--teal { width: 520px; height: 520px; background: var(--teal); top: -160px; left: -100px; }
.orb--purple { width: 560px; height: 560px; background: var(--purple); top: -80px; right: -120px; opacity: .5; }
.orb--coral { width: 460px; height: 460px; background: var(--coral); bottom: -200px; left: 40%; opacity: .38; }
.grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse 80% 60% at 50% 35%, #000, transparent 80%); -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 35%, #000, transparent 80%); }

.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.12fr; gap: 56px; align-items: center; padding-bottom: 64px; }
.badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); padding: 7px 16px 7px 12px; border-radius: 999px; font-size: 13.5px; font-weight: 600; margin-bottom: 26px; }
.badge__spark { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(132,204,22,.25); }
.badge__arrow { color: var(--coral); }
.hero__title { font-size: clamp(42px, 6.8vw, 84px); font-weight: 700; letter-spacing: -.035em; }
.hero__lede { margin-top: 24px; font-size: 19px; color: rgba(255,255,255,.78); max-width: 520px; }
.hero__cta { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero__proof { margin-top: 36px; display: flex; align-items: center; gap: 16px; }
.hero__proof p { font-size: 14.5px; color: rgba(255,255,255,.6); }
.hero__proof strong { color: #fff; }
.avatars { display: flex; }
.avatars span { width: 38px; height: 38px; border-radius: 50%; border: 3px solid var(--ink); margin-left: -12px; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 14px; font-family: var(--font-display); }
.avatars span:first-child { margin-left: 0; }

.hero__visual { position: relative; }
.hero__frame { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.12); background: #111; }
.hero__frame img { width: 100%; }
.float { position: absolute; background: rgba(255,255,255,.97); border-radius: 16px; padding: 11px 15px; display: flex; align-items: center; gap: 11px; box-shadow: var(--shadow-lg); animation: bob 4.5s ease-in-out infinite; }
.float b { display: block; font-family: var(--font-display); font-size: 14.5px; color: var(--ink); }
.float small { color: var(--ink-2); font-size: 12px; }
.float .fi { width: 34px; height: 34px; font-size: 15px; }
.float--1 { top: 26px; left: -28px; animation-delay: 0s; }
.float--2 { bottom: 90px; right: -24px; animation-delay: .7s; }
.float--3 { bottom: -18px; left: 30px; animation-delay: 1.4s; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* marquee */
.marquee { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); padding: 20px 0; overflow: hidden; }
.marquee__track { display: flex; align-items: center; gap: 36px; width: max-content; animation: scrollx 28s linear infinite; }
.marquee__track span { font-family: var(--font-display); font-weight: 600; font-size: 22px; color: rgba(255,255,255,.5); white-space: nowrap; }
.marquee__track i { color: var(--coral); font-style: normal; }
@keyframes scrollx { to { transform: translateX(-50%); } }

/* ---------- features / bento ---------- */
.features { padding: 110px 0; background: var(--bg); }
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.card { border-radius: var(--r-lg); padding: 30px; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card--lg { grid-column: span 4; }
.card:not(.card--lg) { grid-column: span 2; }
.card--teal { background: linear-gradient(160deg, var(--teal-soft), #fff 70%); border: 1px solid #cdeee8; }
.card--purple { background: linear-gradient(160deg, var(--purple-soft), #fff 70%); border: 1px solid #e3d6ff; }
.card--coral { background: linear-gradient(160deg, var(--coral-soft), #fff 70%); border: 1px solid #ffd6d0; }
.card--lime { background: linear-gradient(160deg, var(--lime-soft), #fff 70%); border: 1px solid #dcef9e; }
.card--indigo { background: linear-gradient(160deg, var(--indigo-soft), #fff 70%); border: 1px solid #d6d5fb; }
.card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.card__tag { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.card h3 { font-size: 23px; margin-bottom: 8px; }
.card--lg h3 { font-size: 27px; }
.card p { color: var(--ink-2); font-size: 15.5px; }
.card__shot { margin-top: 22px; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.card__shot img { width: 100%; }
.card__shot--sm { aspect-ratio: 16/9; }
.card__shot--sm img { height: 100%; object-fit: cover; }

.mini-flow { margin-top: 22px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.chip { font-size: 13px; font-weight: 600; padding: 7px 13px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: var(--ink-2); }
.chip--on { background: var(--purple-soft); color: var(--purple-dk); border-color: #e3d6ff; }
.chip--done { background: var(--lime-soft); color: #4d7a0a; border-color: #dcef9e; }
.mini-flow .arrow { color: var(--ink-3); font-weight: 700; }
.mini-today { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.mini-today span { display: flex; align-items: center; gap: 11px; font-size: 14.5px; color: var(--ink-2); font-weight: 500; }
.dot { width: 16px; height: 16px; border-radius: 6px; border: 2px solid var(--line); flex: 0 0 auto; }
.dot.on { background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/10px no-repeat; border-color: var(--teal); }

/* ---------- stats band ---------- */
.stats { position: relative; padding: 100px 0; overflow: hidden; }
.stats__bg { position: absolute; inset: 0; background: linear-gradient(120deg, var(--purple-dk), var(--coral-dk) 50%, #d9453a); }
.stats__bg::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.12) 0, transparent 40%), radial-gradient(circle at 80% 70%, rgba(132,204,22,.25) 0, transparent 45%); }
.stats__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: center; }
.stats__head h2 { color: #fff; font-size: clamp(30px, 4.4vw, 50px); }
.stats__head p { margin-top: 16px; color: rgba(255,255,255,.82); font-size: 18px; }
.stats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: var(--r); padding: 26px 22px; backdrop-filter: blur(6px); }
.stat strong { display: block; font-family: var(--font-display); font-size: clamp(34px, 4.4vw, 50px); font-weight: 700; color: #fff; letter-spacing: -.02em; line-height: 1; }
.stat strong small { font-size: .42em; font-weight: 600; opacity: .8; }
.stat span { display: block; margin-top: 8px; font-size: 13.5px; color: rgba(255,255,255,.78); font-weight: 500; }

/* ---------- testimonials ---------- */
.love { padding: 110px 0; background: var(--bg); }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote { background: var(--surface); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow); position: relative; border-top: 5px solid var(--line); transition: transform .25s, box-shadow .25s; }
.quote:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.quote--teal { border-top-color: var(--teal); }
.quote--purple { border-top-color: var(--purple); }
.quote--coral { border-top-color: var(--coral); }
.quote__stars { color: #FBBF24; letter-spacing: 3px; margin-bottom: 16px; font-size: 16px; }
.quote blockquote { font-family: var(--font-display); font-weight: 500; font-size: 19px; line-height: 1.4; letter-spacing: -.01em; }
.quote figcaption { margin-top: 24px; display: flex; align-items: center; gap: 13px; }
.ava { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-family: var(--font-display); }
.quote figcaption strong { display: block; font-size: 15px; }
.quote figcaption span { font-size: 13.5px; color: var(--ink-3); }

/* ---------- pricing ---------- */
.pricing { padding: 110px 0; background: linear-gradient(180deg, var(--bg), #F1EEFF); }
.pricing__toggle { display: flex; padding: 6px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; width: fit-content; margin: 0 auto 50px; box-shadow: var(--shadow-sm); }
.seg { border: 0; background: none; padding: 11px 26px; border-radius: 999px; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--ink-2); cursor: pointer; transition: .2s; }
.seg em { font-style: normal; color: var(--coral); font-weight: 700; }
.seg.is-active { background: var(--ink); color: #fff; }
.seg.is-active em { color: #FFC9C2; }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 38px 32px; box-shadow: var(--shadow); position: relative; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.plan--featured { border: 2px solid transparent; background: linear-gradient(var(--surface), var(--surface)) padding-box, linear-gradient(135deg, var(--purple), var(--coral)) border-box; box-shadow: 0 30px 70px rgba(139,92,246,.22); transform: scale(1.03); }
.plan--featured:hover { transform: scale(1.03) translateY(-6px); }
.plan__badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(120deg, var(--purple), var(--coral)); color: #fff; font-family: var(--font-display); font-size: 12.5px; font-weight: 700; padding: 7px 16px; border-radius: 999px; white-space: nowrap; box-shadow: 0 8px 20px rgba(139,92,246,.4); }
.plan__emoji { font-size: 30px; margin-bottom: 14px; }
.plan h3 { font-size: 26px; }
.plan__desc { color: var(--ink-2); font-size: 14.5px; margin: 8px 0 24px; min-height: 42px; }
.plan__price { display: flex; align-items: baseline; gap: 2px; }
.plan .cur { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--ink-2); }
.plan .amt { font-family: var(--font-display); font-size: 60px; font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.plan .unit { font-size: 14px; color: var(--ink-3); font-weight: 600; margin-left: 4px; align-self: flex-end; padding-bottom: 8px; }
.plan__per { font-size: 13px; color: var(--teal-dk); font-weight: 700; margin-bottom: 22px; }
.plan__note { font-size: 13px; color: var(--ink-3); margin: 6px 0 22px; }
.plan .btn { margin-bottom: 26px; }
.checks { display: flex; flex-direction: column; gap: 11px; }
.checks li { position: relative; padding-left: 28px; font-size: 14.5px; color: var(--ink-2); font-weight: 500; }
.checks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 19px; height: 19px; border-radius: 6px; background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat; }
.pricing__foot { text-align: center; margin-top: 40px; font-size: 14px; color: var(--ink-3); }

/* ---------- CTA ---------- */
.cta { padding: 70px 0 110px; background: var(--bg); }
.cta__card { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--purple-dk), var(--coral-dk) 55%, #ff8a3d); border-radius: var(--r-xl); padding: 72px 48px; text-align: center; color: #fff; box-shadow: 0 40px 90px rgba(139,92,246,.3); }
.cta__orbs span { position: absolute; border-radius: 50%; background: rgba(255,255,255,.12); }
.cta__orbs span:nth-child(1) { width: 240px; height: 240px; top: -90px; left: -70px; }
.cta__orbs span:nth-child(2) { width: 320px; height: 320px; bottom: -160px; right: -90px; background: rgba(132,204,22,.2); }
.cta__orbs span:nth-child(3) { width: 140px; height: 140px; top: 20%; right: 18%; background: rgba(20,184,166,.25); }
.cta__emoji { font-size: 46px; display: block; margin-bottom: 6px; position: relative; }
.cta__card h2 { color: #fff; font-size: clamp(32px, 5vw, 54px); position: relative; }
.cta__card p { margin: 18px auto 32px; font-size: 19px; max-width: 480px; opacity: .95; position: relative; }
.cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
.cta__fine { margin-top: 22px; font-size: 13.5px; opacity: .85; position: relative; }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,.6); padding: 76px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__brand .brand__name { color: #fff; }
.footer__brand p { margin: 16px 0 22px; font-size: 15px; max-width: 250px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.08); display: grid; place-items: center; font-weight: 700; font-size: 14px; transition: background .2s, transform .2s; }
.socials a:hover { background: linear-gradient(120deg, var(--purple), var(--coral)); transform: translateY(-2px); }
.footer__col h4 { font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer__col a { display: block; font-size: 15px; padding: 5px 0; color: rgba(255,255,255,.6); transition: color .2s; }
.footer__col a:hover { color: var(--coral); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; font-size: 13.5px; flex-wrap: wrap; gap: 14px; }
.footer__legal { display: flex; gap: 22px; }
.footer__legal a { color: rgba(255,255,255,.6); }
.footer__legal a:hover { color: #fff; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .float, .marquee__track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 48px; padding-bottom: 56px; }
  .hero__visual { max-width: 580px; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .card--lg { grid-column: span 2; }
  .card:not(.card--lg) { grid-column: span 1; }
  .stats__inner { grid-template-columns: 1fr; gap: 40px; }
  .stats__grid { grid-template-columns: repeat(3, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .plan--featured { transform: none; }
  .plan--featured:hover { transform: translateY(-6px); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav__links, .nav__actions .link-quiet { display: none; }
  .nav__burger { display: flex; }
  body { font-size: 16px; }
  .hero { padding-top: 32px; }
  .features, .stats, .love, .pricing, .cta { padding-top: 72px; padding-bottom: 72px; }
  .bento { grid-template-columns: 1fr; }
  .card--lg, .card:not(.card--lg) { grid-column: span 1; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .float--1 { left: 6px; } .float--2 { right: 6px; } .float--3 { left: 16px; }
  .cta__card { padding: 48px 24px; }
}
@media (max-width: 420px) {
  .stats__grid { grid-template-columns: 1fr; }
  .container { padding: 0 18px; }
}
