@font-face {
  font-family: Inter;
  src: url("assets/inter-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --canvas: #eef0f2;
  --surface: #fff;
  --ink: #101114;
  --muted: #6e7078;
  --blue: #1857f2;
  --section-content-width: 1380px;
  --section-gutter: clamp(28px,3.8vw,56px);
  --framed-section-width: min(var(--section-content-width),calc(100% - var(--section-gutter) - var(--section-gutter)));
  --section-title-size: clamp(50px,4.6vw,70px);
  --section-title-line-height: .96;
  --section-title-letter-spacing: -.05em;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  --page-gutter: 24px;
  margin: 0;
  min-width: 320px;
  padding: 24px var(--page-gutter) 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }

#problema,
#solucao,
#como-funciona,
#planos,
#faq,
#comecar { scroll-margin-top: 118px; }

.hero-stage {
  position: relative;
  height: max(918px,calc(100vh - 106px));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 33px;
  background: var(--surface);
  box-shadow: 0 20px 70px rgba(22,28,45,.07);
  isolation: isolate;
  perspective: 1500px;
  perspective-origin: 50% 88%;
}

.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .24;
  pointer-events: none;
}
.ambient-peach { top: 290px; left: 43%; width: 500px; height: 300px; background: #ffc7a4; }
.ambient-blue { top: 570px; left: 10%; width: 620px; height: 310px; background: #74b7ff; }

.site-nav {
  position: fixed;
  z-index: 100;
  top: 52px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(900px, calc(100% - 48px));
  min-height: 58px;
  color: var(--ink);
  transform: translateX(-50%);
  transition: top .34s cubic-bezier(.2,.8,.2,1), width .34s cubic-bezier(.2,.8,.2,1), gap .34s ease;
}
.nav-shell {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 58px;
  padding: 5px 7px 5px 9px;
  border: 1px solid rgba(17,32,68,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 13px 34px rgba(30,45,83,.12);
  backdrop-filter: blur(18px);
  transition: width .34s cubic-bezier(.2,.8,.2,1), min-height .34s cubic-bezier(.2,.8,.2,1), padding .34s cubic-bezier(.2,.8,.2,1), border .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-nav.is-compact { top: 14px; width: calc(var(--framed-section-width) - 32px); gap: 0; }
.site-nav.is-compact .nav-shell { flex: 0 0 90px; width: 90px; min-height: 56px; padding: 0; border-color: transparent; background: transparent; box-shadow: none; backdrop-filter: none; }
.site-nav.is-compact .brand { gap: 0; }
.site-nav.is-compact .brand > span:last-child, .site-nav.is-compact .nav-links, .site-nav.is-compact .nav-actions, .site-nav.is-compact .menu-button { display: none; }

.brand { display: flex; align-items: center; gap: 7px; font-size: 20px; font-weight: 680; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; flex: 0 0 auto; width: 46px; height: 42px; overflow: visible; }
.brand-mark img { display: block; width: 46px; height: auto; object-fit: contain; transform: none; }
.nav-links {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 32px;
  font-size: 14px;
}
.nav-links a { position: relative; color: rgba(16,17,20,.72); transition: color .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); }
.nav-actions { display: flex; align-items: center; justify-self: end; gap: 7px; }
.login, .purchase { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border-radius: 999px; font-size: 14px; font-weight: 650; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, min-height .3s ease, padding .3s ease; }
.login { color: var(--blue); border: 1.5px solid rgba(24,87,242,.72); background: #fff; }
.purchase { flex: 0 0 auto; min-height: 54px; padding: 0 14px; color: #fff; border: 1px solid rgba(24,87,242,.16); background: linear-gradient(135deg,#154ce4 0%,#286dfb 58%,#6b8cff 100%); box-shadow: none; font-size: 18px; font-weight: 720; }
.login:hover, .purchase:hover { transform: translateY(-1px); }
.login:hover { background: rgba(24,87,242,.055); }
.purchase:hover { box-shadow: none; }
.site-nav.is-compact .brand-mark { width: 90px; height: 56px; }
.site-nav.is-compact .brand-mark img { width: 68px; height: auto; transform: translateX(-8px); }
.site-nav.is-compact .purchase { min-height: 52px; margin-right: 13px; margin-left: auto; padding-right: 14px; padding-left: 14px; font-size: 18px; }
.menu-button { display: none; margin-left: auto; width: 42px; height: 42px; padding: 12px; border: 0; border-radius: 50%; background: #fff; }
.menu-button span { display: block; width: 100%; height: 1.5px; margin: 5px 0; background: #111; }

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 126px;
  text-align: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin: 0 0 16px;
  padding: 0 19px;
  border: 1px solid rgba(20,21,25,.035);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 8px 24px rgba(48,48,58,.08);
  font-size: 15px;
  font-weight: 730;
  letter-spacing: .035em;
  text-transform: uppercase;
}
h1 { margin: 0; font-size: clamp(48px,4.2vw,64px); font-weight: 650; line-height: .99; letter-spacing: -.035em; }
.lede { margin: 18px auto 16px; color: var(--muted); font-size: clamp(18px,1.55vw,22px); line-height: 1.34; letter-spacing: -.025em; }
.primary-cta {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 23px;
  border: 1px solid rgba(18,19,23,.05);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(31,40,68,.12);
  font-weight: 650;
  transition: transform .25s ease, box-shadow .25s ease, gap .25s ease;
}
.primary-cta span { width: 0; overflow: hidden; opacity: 0; transition: width .25s ease, opacity .25s ease; }
.primary-cta:hover { gap: 9px; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(31,40,68,.17); }
.primary-cta:hover span { width: 14px; opacity: 1; }

.visual-field {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(ellipse 54% 35% at 50% 38%, rgba(255,218,191,.56), transparent 72%),
    linear-gradient(180deg, #fff 0%, rgba(255,255,255,.98) 17%, rgba(255,248,243,.78) 35%, rgba(242,225,236,.5) 52%, rgba(188,217,255,.8) 74%, rgba(85,158,255,.95) 100%);
}
.grid {
  position: absolute;
  inset: 300px 0 0;
  opacity: .55;
  background-image: linear-gradient(rgba(255,255,255,.72) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.72) 1px,transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(transparent 0,#000 23%,#000 100%);
  mask-image: linear-gradient(transparent 0,#000 23%,#000 100%);
}

.product-shell {
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 50%;
  width: min(1240px,calc(100% - 90px));
  height: 412px;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 32px 32px 0 0;
  background: rgba(255,255,255,.48);
  box-shadow: 0 28px 70px rgba(28,64,140,.2), inset 0 1px rgba(255,255,255,.8);
  backdrop-filter: blur(18px);
  perspective: 1600px;
  transform: translateX(-50%);
  transform-origin: 50% 100%;
  backface-visibility: hidden;
}
.js .product-shell {
  transform: translateX(-50%) translateY(var(--hero-demo-y,0px)) rotateX(var(--hero-demo-rotate,0deg)) scale(var(--hero-demo-scale,1));
  will-change: transform;
}
.product-window {
  height: 670px;
  overflow: hidden;
  border: 1px solid rgba(231,233,239,.95);
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 16px 50px rgba(63,81,126,.12);
  transform-origin: 50% 100%;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.app-screenshot {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
}

.social-proof {
  position: relative;
  z-index: 8;
  width: calc(100% + var(--page-gutter) + var(--page-gutter));
  height: 160px;
  margin: 0 0 0 calc(-1 * var(--page-gutter));
  padding: 64px 0 28px;
  overflow: hidden;
  background: transparent;
}
.logo-marquee { display: flex; align-items: center; height: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }
.logo-track { display: flex; width: max-content; animation: logoMarquee 34s linear infinite; will-change: transform; }
.logo-group { display: flex; align-items: center; gap: clamp(66px,8vw,138px); padding-right: clamp(66px,8vw,138px); }
@font-face { font-family: BricolageWordmark; src: url("assets/bricolage-grotesque.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: BoldonseWordmark; src: url("assets/boldonse.ttf") format("truetype"); font-weight: 400; font-display: swap; }
.company-logo { display: inline-flex; align-items: center; justify-content: center; gap: 10px; flex: 0 0 auto; height: 44px; color: #101114; line-height: 1; opacity: .52; filter: grayscale(1); white-space: nowrap; transition: opacity .25s ease,filter .25s ease; }
.company-logo:hover { opacity: .86; filter: grayscale(0); }
.company-logo img { display: block; width: auto; max-width: none; object-fit: contain; }
.company-logo--bauss img { width: auto; height: 28px; }
.company-logo--velto { font-size: 24px; font-weight: 760; letter-spacing: -.045em; }
.company-logo--velto img { width: 30px; height: 30px; }
.company-logo--hit img { width: auto; height: 32px; }
.company-logo--comunello img { width: auto; height: 30px; }
.company-logo--odonly { font-family: BricolageWordmark,Inter,sans-serif; font-size: 26px; font-weight: 700; letter-spacing: -.055em; }
.company-logo--ymoki img { width: auto; height: 25px; }
.company-logo--skuader { font-family: BoldonseWordmark,Inter,sans-serif; font-size: 20px; font-weight: 400; letter-spacing: -.04em; }
.company-logo-dot { color: var(--blue); -webkit-text-stroke: 1.3px #101114; }
.company-logo--inove img { width: auto; height: 25px; }

@keyframes logoMarquee { to { transform: translateX(-50%); } }

.problem {
  position: relative;
  width: calc(100% + var(--page-gutter) + var(--page-gutter));
  margin-left: calc(-1 * var(--page-gutter));
  padding: 42px 0 110px;
  background: var(--canvas);
}
.problem-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr);
  gap: clamp(70px,10vw,170px);
  width: var(--framed-section-width);
  min-height: 650px;
  margin: 0 auto;
  padding: clamp(64px,7vw,104px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 90%,rgba(99,166,255,.21),transparent 38%),
    radial-gradient(circle at 90% 10%,rgba(255,198,162,.24),transparent 36%),
    rgba(255,255,255,.82);
  box-shadow: 0 28px 80px rgba(27,41,77,.07),inset 0 1px #fff;
}
.problem-inner::after { position: absolute; right: -120px; bottom: -170px; width: 430px; height: 430px; border: 1px solid rgba(24,87,242,.09); border-radius: 50%; box-shadow: 0 0 0 46px rgba(24,87,242,.025),0 0 0 92px rgba(24,87,242,.018); content: ""; }
.section-label { margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.problem-copy { position: relative; z-index: 1; align-self: start; }
.problem h2 { max-width: 760px; margin: 0; font-size: var(--section-title-size); font-weight: 630; line-height: var(--section-title-line-height); letter-spacing: var(--section-title-letter-spacing); }
.problem-story { position: relative; z-index: 1; align-self: end; padding-bottom: 6px; }
.problem-story > p { max-width: 530px; margin: 0 0 42px; color: #656972; font-size: clamp(19px,1.55vw,24px); line-height: 1.46; letter-spacing: -.025em; }
.problem-points { display: grid; }
.problem-points article { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; padding: 18px 0; border-top: 1px solid rgba(30,41,69,.12); }
.problem-points article:last-child { border-bottom: 1px solid rgba(30,41,69,.12); }
.problem-points span { padding-top: 3px; color: var(--blue); font-size: 11px; font-weight: 760; letter-spacing: .08em; }
.problem-points strong { max-width: 390px; font-size: clamp(17px,1.35vw,20px); font-weight: 600; line-height: 1.35; letter-spacing: -.02em; }

.showcase {
  position: relative;
  width: calc(100% + var(--page-gutter) + var(--page-gutter));
  min-height: 1080px;
  margin-left: calc(-1 * var(--page-gutter));
  padding: 96px 0 132px;
  overflow: hidden;
  overflow: clip;
  background:
    radial-gradient(ellipse 42% 43% at 13% 58%, rgba(128,189,255,.28), transparent 70%),
    radial-gradient(ellipse 42% 44% at 87% 48%, rgba(255,205,170,.3), transparent 72%),
    linear-gradient(180deg,var(--canvas) 0%,#f8f9fa 18%,#fff 100%);
  isolation: isolate;
}
.showcase::before {
  position: absolute;
  z-index: -1;
  top: 230px;
  left: 50%;
  width: min(1260px,90vw);
  height: 620px;
  border-radius: 50%;
  background: rgba(255,255,255,.48);
  filter: blur(70px);
  content: "";
  transform: translateX(-50%);
}
.showcase-copy {
  position: sticky;
  z-index: 10;
  top: clamp(126px,14vh,154px);
  width: min(var(--section-content-width),calc(100% - var(--section-gutter) - var(--section-gutter)));
  margin: 0 auto;
  text-align: left;
  transition: opacity .7s ease, transform .8s cubic-bezier(.2,.75,.2,1);
}
html.js .showcase-copy { opacity: 0; transform: translateY(24px); }
html.js .showcase.is-visible .showcase-copy { opacity: 1; transform: translateY(0); }
.showcase h2 {
  max-width: 790px;
  margin: 0;
  font-size: var(--section-title-size);
  font-weight: 630;
  line-height: var(--section-title-line-height);
  letter-spacing: var(--section-title-letter-spacing);
}
.showcase-motion {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 300vh;
  margin-top: clamp(-900px,-70vh,-500px);
}
.showcase-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  perspective: 1300px;
  perspective-origin: 50% 54%;
}
.showcase-field {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}
.showcase-card {
  position: absolute;
  top: min(62vh,560px);
  left: 50%;
  width: clamp(190px,20vw,330px);
  aspect-ratio: 4 / 5;
  margin: 0;
  visibility: hidden;
  will-change: transform;
}
.showcase-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 14px;
  background: #ece7e0;
  box-shadow: 0 36px 80px rgba(16,17,20,.3);
}
.showcase-mobile { display: none; }

.process {
  position: relative;
  width: calc(100% + var(--page-gutter) + var(--page-gutter));
  min-height: 400vh;
  margin-left: calc(-1 * var(--page-gutter));
  color: var(--ink);
  background: #fff;
}
.process-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  background: #fff;
}
.process-layout { position: relative; z-index: 2; display: grid; grid-template: auto minmax(0,1fr) / minmax(280px,.58fr) minmax(600px,1.42fr); align-items: center; gap: clamp(28px,3vw,42px) clamp(48px,6vw,96px); width: min(var(--section-content-width),calc(100% - var(--section-gutter) - var(--section-gutter))); height: 100%; margin: 0 auto; padding: clamp(48px,6vh,68px) 0 40px; }
.process-copy { display: contents; }
.process h2 { grid-row: 1; grid-column: 1 / -1; max-width: 900px; margin: 0 auto; color: var(--ink); font-size: var(--section-title-size); font-weight: 630; line-height: var(--section-title-line-height); letter-spacing: var(--section-title-letter-spacing); text-align: center; }
.process-steps { position: relative; grid-row: 2; grid-column: 1; align-self: center; height: 116px; margin: 0; padding: 0; list-style: none; }
.process-step { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; visibility: hidden; transform: translateY(18px); transition: opacity .38s ease,transform .5s cubic-bezier(.2,.78,.2,1),visibility 0s linear .5s; }
.process-step.is-active { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
.process-step-content { display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: start; gap: 18px; width: 100%; color: var(--ink); }
.process-step-number { padding-top: 4px; color: #2867f4; font-size: 13px; font-weight: 720; letter-spacing: .08em; }
.process-step-copy { display: grid; gap: 8px; }
.process-step-copy strong { font-size: clamp(21px,1.8vw,28px); font-weight: 630; line-height: 1.08; letter-spacing: -.035em; }
.process-step-copy small { max-width: 320px; color: rgba(51,57,69,.62); font-size: 14px; line-height: 1.5; }
.process-visual { grid-row: 2; grid-column: 2; position: relative; width: 100%; max-width: 840px; justify-self: end; }
.process-console { position: relative; height: min(570px,69vh); min-height: 500px; overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 30px; background: rgba(247,249,255,.88); box-shadow: 0 30px 80px rgba(35,62,116,.13),0 0 0 1px rgba(80,116,188,.07),inset 0 1px #fff; backdrop-filter: blur(18px); }
.process-console::before { position: absolute; z-index: 0; inset: 0 0 auto; height: 150px; background: radial-gradient(ellipse at 50% 0,rgba(85,137,255,.14),transparent 72%); content: ""; }
.process-screen { position: relative; height: 100%; overflow: hidden; }
.process-panel { position: absolute; inset: 0; padding: clamp(24px,3vw,40px); color: #161b29; opacity: 0; pointer-events: none; transform: translate3d(38px,0,0) scale(.985); transition: opacity .42s ease,transform .58s cubic-bezier(.2,.78,.2,1); }
.process-panel.is-active { z-index: 2; opacity: 1; pointer-events: auto; transform: translate3d(0,0,0) scale(1); }
.process-panel-head,.calendar-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.process-panel-head span,.creative-summary > span,.calendar-head span { color: #74809a; font-size: 10px; font-weight: 740; letter-spacing: .12em; }
.process-panel-head h3,.calendar-head h3 { margin: 7px 0 0; font-size: clamp(25px,2.2vw,34px); font-weight: 620; letter-spacing: -.04em; }
.process-panel-head > strong { display: grid; place-items: center; width: 60px; height: 60px; color: #1857f2; border: 5px solid #dbe6ff; border-top-color: #1857f2; border-radius: 50%; font-size: 13px; }
.brand-blueprint { display: grid; gap: 15px; margin-top: 28px; }
.brand-profile-card { padding: 22px; border: 1px solid #e1e6ef; border-radius: 20px; background: #fff; box-shadow: 0 14px 35px rgba(41,55,89,.08); }
.brand-profile-top { display: flex; align-items: center; gap: 12px; }
.brand-profile-top > span { display: grid; place-items: center; width: 48px; height: 48px; overflow: hidden; border-radius: 14px; background: #edf3ff; }
.brand-profile-top img { width: 46px; height: 46px; object-fit: contain; }
.brand-profile-top div { display: grid; gap: 2px; }
.brand-profile-top strong { font-size: 16px; }.brand-profile-top small { color: #8a92a4; font-size: 11px; }
.brand-profile-top > i { margin-left: auto; padding: 7px 10px; color: #1d7650; border-radius: 999px; background: #eaf8f0; font-size: 10px; font-style: normal; font-weight: 660; }
.brand-profile-card p { margin: 19px 0 17px; color: #60697b; font-size: 13px; line-height: 1.5; }
.brand-tags { display: flex; flex-wrap: wrap; gap: 7px; }.brand-tags span { padding: 7px 10px; color: #365bac; border-radius: 999px; background: #edf3ff; font-size: 10px; font-weight: 600; }
.brand-data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.brand-data-grid > div { display: grid; align-content: space-between; min-height: 78px; padding: 14px; border: 1px solid #e4e8f0; border-radius: 15px; background: rgba(255,255,255,.72); }
.brand-data-grid small { color: #8a92a3; font-size: 9px; font-weight: 690; letter-spacing: .08em; }.brand-data-grid strong { color: #333b4c; font-size: 12px; font-weight: 600; }
.palette { display: flex; gap: 6px; }.palette i { width: 22px; height: 22px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #dfe4ed; }
.palette i:nth-child(1) { background: #1857f2; }.palette i:nth-child(2) { background: #82a9ff; }.palette i:nth-child(3) { background: #101114; }.palette i:nth-child(4) { background: #eef0f2; }
.confidence { display: block; height: 7px; overflow: hidden; border-radius: 999px; background: #e8ecf3; }.confidence i { display: block; width: 92%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#1857f2,#7da4ff); }
.idea-chat { display: grid; gap: 20px; padding: 8px 0 30px; }
.idea-question { max-width: 63%; margin-left: auto; padding: 16px 18px; color: #284b9b; border: 1px solid #c9d9ff; border-radius: 18px 18px 4px 18px; background: #edf3ff; font-size: 13px; line-height: 1.45; }
.idea-answer { display: flex; align-items: center; gap: 10px; color: #434b5e; font-size: 13px; }.idea-answer img { width: 32px; height: 32px; object-fit: contain; }.idea-answer p { margin: 0; }
.idea-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.idea-card { position: relative; display: grid; align-content: start; min-height: 250px; padding: 20px 17px; overflow: hidden; border: 1px solid #e1e6ef; border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(39,53,84,.06); }
.idea-card::after { position: absolute; right: -28px; bottom: -42px; width: 120px; height: 120px; border-radius: 50%; background: #edf2ff; content: ""; }
.idea-card--active { color: #fff; border-color: #245ff1; background: linear-gradient(155deg,#174bd8,#2d72ff); box-shadow: 0 18px 34px rgba(24,87,242,.22); transform: translateY(-10px); }.idea-card--active::after { background: rgba(255,255,255,.1); }
.idea-card > span { position: relative; z-index: 1; color: #778197; font-size: 9px; font-weight: 730; letter-spacing: .08em; }.idea-card--active > span { color: #c9d8ff; }
.idea-card strong { position: relative; z-index: 1; margin-top: 42px; font-size: 18px; line-height: 1.08; letter-spacing: -.03em; }
.idea-card p { position: relative; z-index: 1; margin: 12px 0 0; color: #778096; font-size: 11px; line-height: 1.45; }.idea-card--active p { color: #dbe6ff; }
.idea-card > i { position: absolute; z-index: 2; right: 12px; bottom: 12px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.14); font-size: 9px; font-style: normal; }
.process-panel--create { display: grid; grid-template-columns: 1.13fr .87fr; align-items: center; gap: 26px; }
.creative-stack { position: relative; height: 430px; perspective: 1200px; }
.creative-card { position: absolute; top: 50%; left: 50%; width: min(245px,78%); aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.76); border-radius: 18px; background: #fff; box-shadow: 0 26px 50px rgba(15,26,55,.24); transform-origin: 50% 90%; }.creative-card img { width: 100%; height: 100%; object-fit: cover; }
.creative-card--one { z-index: 3; transform: translate(-50%,-50%) rotate(-2deg); }.creative-card--two { z-index: 2; transform: translate(-77%,-48%) rotate(-12deg) scale(.9); }.creative-card--three { z-index: 1; transform: translate(-23%,-48%) rotate(11deg) scale(.9); }
.creative-summary h3 { margin: 12px 0 22px; font-size: clamp(28px,2.5vw,39px); font-weight: 620; line-height: .98; letter-spacing: -.045em; }
.creative-summary ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: #596275; font-size: 12px; }.creative-summary li { display: flex; align-items: center; gap: 9px; }
.creative-summary li i { display: grid; place-items: center; width: 19px; height: 19px; color: #1857f2; border-radius: 50%; background: #e7efff; font-size: 10px; font-style: normal; }
.creative-progress { display: grid; gap: 8px; margin-top: 30px; }.creative-progress > span { position: relative; height: 6px; overflow: hidden; border-radius: 999px; background: #e8ecf3; }
.creative-progress > span::after { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#1857f2,#83a9ff); content: ""; }.creative-progress small { color: #8c94a4; font-size: 10px; }
.calendar-head button { min-height: 36px; padding: 0 13px; color: #fff; border: 0; border-radius: 999px; background: #1857f2; font-size: 11px; font-weight: 650; }
.calendar-week,.calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); }.calendar-week { margin-top: 28px; color: #9098a8; font-size: 9px; font-weight: 700; text-align: center; }
.calendar-grid { margin-top: 8px; overflow: hidden; border: 1px solid #e2e6ee; border-radius: 17px; background: #fff; }
.calendar-day { position: relative; min-height: 92px; padding: 9px; color: #9ca3b1; border-right: 1px solid #edf0f5; border-bottom: 1px solid #edf0f5; font-size: 9px; }.calendar-day:nth-child(7n) { border-right: 0; }
.calendar-post { padding: 5px; color: #242b3a; background: #f8faff; }.calendar-post b { position: absolute; z-index: 2; top: 8px; left: 8px; display: grid; place-items: center; width: 18px; height: 18px; color: #fff; border-radius: 50%; background: rgba(10,20,45,.8); font-size: 8px; }
.calendar-post img { width: 100%; height: 48px; object-fit: cover; border-radius: 8px; }.calendar-post i { display: block; margin-top: 5px; color: #38745b; font-size: 8px; font-style: normal; font-weight: 650; text-align: center; }
.calendar-post--one { grid-column: 2; }.calendar-post--two { grid-column: 5; }.calendar-post--three { grid-column: 4; }
.process-mascot { position: absolute; z-index: 6; right: -26px; bottom: -18px; width: 168px; height: 168px; object-fit: contain; pointer-events: none; filter: drop-shadow(0 18px 20px rgba(11,31,90,.2)); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.process[data-process-active="1"] .process-mascot { transform: translate(-8px,-4px) rotate(-3deg); }.process[data-process-active="2"] .process-mascot { transform: translate(-18px,-1px) rotate(3deg); }.process[data-process-active="3"] .process-mascot { transform: translate(-6px,-9px) rotate(-2deg); }

.process.process-static { min-height: 400vh; padding: 0; overflow: visible; background: #fff; }
.how-shell { position: sticky; top: 0; display: flex; flex-direction: column; justify-content: center; width: min(var(--section-content-width),calc(100% - var(--section-gutter) - var(--section-gutter))); height: 100vh; min-height: 720px; margin: 0 auto; padding: 32px 0 24px; overflow: hidden; }
.how-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.how-heading .section-label { margin-bottom: 16px; }
.process-static .how-heading h2 { max-width: none; margin: 0; font-size: var(--section-title-size); font-weight: 630; line-height: var(--section-title-line-height); letter-spacing: var(--section-title-letter-spacing); text-align: center; }
.how-heading > p:last-child { max-width: 620px; margin: 22px auto 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.how-layout { display: grid; grid-template-columns: minmax(420px,.96fr) minmax(380px,1.04fr); align-items: center; gap: clamp(48px,6vw,96px); width: 100%; margin-top: clamp(32px,4.5vh,54px); }
.how-visual { position: relative; min-height: 480px; }
.how-visual::before { position: absolute; right: -8%; bottom: 2%; width: 78%; height: 54%; border-radius: 50%; background: rgba(139,211,255,.24); filter: blur(46px); content: ""; }
.how-stage { position: relative; z-index: 1; height: 480px; }
.how-panel { position: absolute; inset: 0; padding: 30px; overflow: hidden; visibility: hidden; opacity: 0; border: 1px solid rgba(31,42,68,.08); border-radius: 26px; background: rgba(248,250,255,.96); box-shadow: 0 26px 70px rgba(24,42,82,.14); transform: translate3d(24px,0,0) scale(.985); transition: opacity .42s ease,visibility .42s ease,transform .6s cubic-bezier(.2,.78,.2,1); pointer-events: none; }
.how-panel.is-active { z-index: 2; visibility: visible; opacity: 1; transform: translate3d(0,0,0) scale(1); pointer-events: auto; }
.how-panel.how-panel--art { inset: 50% auto auto 50%; width: min(100%,480px); height: auto; aspect-ratio: 1; padding: 0; border: 0; background: #f5f2ed; box-shadow: 0 26px 70px rgba(24,42,82,.14); transform: translate3d(calc(-50% + 24px),-50%,0) scale(.985); }
.how-panel--art.is-active { transform: translate3d(-50%,-50%,0) scale(1); }
.process-artwork { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.how-panel--brand { padding: 0; overflow: visible; border: 0; background: transparent; box-shadow: none; }
.how-panel--ideas { display: grid; align-content: center; gap: 24px; }
.how-panel--ideas .idea-chat { padding-bottom: 20px; }
.how-panel--ideas .idea-card { min-height: 235px; }
.how-panel--create { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 18px; }
.how-panel--create .creative-stack { height: 390px; }
.how-panel--create .creative-card { width: min(190px,76%); }
.how-panel--create .creative-summary h3 { font-size: clamp(25px,2vw,32px); }
.how-panel--calendar { padding: 28px; }
.how-panel--calendar .calendar-day { min-height: 92px; }
.how-dashboard { position: relative; z-index: 1; width: calc(100% - 48px); height: 420px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 26px; background: #f6f7f9; box-shadow: 0 26px 70px rgba(24,42,82,.14); transition: transform .6s cubic-bezier(.2,.78,.2,1),filter .5s ease; }
.how-dashboard img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 10% center; }
.how-action { position: absolute; z-index: 3; top: 52px; right: 0; display: flex; align-items: center; gap: 11px; min-width: 208px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.9); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 16px 34px rgba(24,54,115,.15); backdrop-filter: blur(16px); transition: opacity .45s ease,transform .6s cubic-bezier(.2,.78,.2,1),box-shadow .45s ease; }
.how-action > img { width: 34px; height: 34px; object-fit: contain; }
.how-action > span { display: grid; gap: 2px; }
.how-action small,.how-preview small { color: #7d8491; font-size: 9px; font-weight: 740; letter-spacing: .1em; }
.how-action strong { font-size: 14px; font-weight: 650; }
.how-action > i { display: grid; place-items: center; margin-left: auto; width: 28px; height: 28px; color: #fff; border-radius: 50%; background: var(--blue); font-size: 14px; font-style: normal; }
.how-preview { position: absolute; z-index: 2; right: 0; bottom: 0; width: 310px; padding: 15px; border: 1px solid rgba(31,42,68,.08); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 24px 54px rgba(24,42,82,.15); backdrop-filter: blur(18px); transition: opacity .45s ease,transform .6s cubic-bezier(.2,.78,.2,1),box-shadow .45s ease; }
.how-preview-images { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.how-preview-images img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 10px; }
.how-preview > div:last-child { display: grid; gap: 5px; margin-top: 14px; }
.how-preview strong { font-size: 15px; font-weight: 650; }
.how-steps { position: relative; margin: 0; padding: 0; list-style: none; }
.how-step { position: relative; display: grid; grid-template-columns: 3px 52px minmax(0,1fr); align-items: start; column-gap: 18px; min-height: 112px; padding: 13px 0; opacity: .42; transition: opacity .45s ease,transform .55s cubic-bezier(.2,.78,.2,1); }
.how-step::before { grid-column: 1; grid-row: 1; align-self: stretch; width: 3px; min-height: 86px; border-radius: 999px; background: rgba(31,42,68,.13); content: ""; transition: background .45s ease,transform .55s cubic-bezier(.2,.78,.2,1); }
.how-step-marker { grid-column: 2; grid-row: 1; align-self: center; display: grid; place-items: center; width: 52px; height: 52px; color: #69707d; border: 0; background: transparent; box-shadow: none; transition: color .4s ease,transform .5s cubic-bezier(.2,.78,.2,1); }
.how-step-marker svg { width: 32px; height: 32px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.how-step > div { grid-column: 3; grid-row: 1; }
.how-step.is-active { opacity: 1; transform: translateX(3px); }
.how-step.is-active::before { background: var(--blue); transform: scaleY(1.04); }
.how-step.is-active .how-step-marker { color: var(--blue); background: transparent; transform: translateY(-1px); }
.how-step > div { padding-top: 2px; }
.how-step strong { display: block; color: #181a20; font-size: clamp(20px,1.6vw,25px); font-weight: 630; line-height: 1.15; letter-spacing: -.035em; }
.how-step p { max-width: 510px; margin: 10px 0 0; color: #6c717b; font-size: 15px; line-height: 1.55; }
.how-step-visual { display: none; margin: 0; }
.process-static[data-process-active="0"] .how-dashboard { transform: translate3d(0,0,0) scale(1); }
.process-static[data-process-active="1"] .how-dashboard { transform: translate3d(-5px,-2px,0) scale(1.012); }
.process-static[data-process-active="1"] .how-action { box-shadow: 0 20px 44px rgba(24,87,242,.22); transform: translate3d(0,-6px,0) scale(1.045); }
.process-static[data-process-active="2"] .how-preview { box-shadow: 0 28px 62px rgba(24,87,242,.2); transform: translate3d(0,-8px,0) scale(1.04); }
.process-static[data-process-active="3"] .how-dashboard { filter: saturate(1.05); transform: translate3d(0,-4px,0) scale(1.008); }

.pricing { position: relative; width: calc(100% + var(--page-gutter) + var(--page-gutter)); margin-left: calc(-1 * var(--page-gutter)); padding: clamp(108px,8vw,138px) 0; overflow: hidden; overflow-anchor: none; background: #f3f5f7; isolation: isolate; }
.pricing-ambient { position: absolute; z-index: -1; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.pricing-ambient--blue { top: 20%; left: -10%; width: 560px; height: 560px; background: rgba(101,165,255,.2); }
.pricing-ambient--peach { right: -10%; bottom: 0; width: 520px; height: 520px; background: rgba(255,185,145,.18); }
.pricing-inner { display: grid; grid-template-columns: minmax(360px,.82fr) minmax(560px,1.18fr); gap: clamp(54px,7vw,112px); width: min(1280px,calc(100% - var(--section-gutter) - var(--section-gutter))); min-height: 0; margin: 0 auto; }
.pricing-picker { display: flex; flex-direction: column; min-width: 0; }
.pricing-heading { max-width: 480px; text-align: left; }
.pricing-heading .section-label { display: inline-flex; width: max-content; margin: 0 0 18px; padding: 8px 12px; border: 1px solid rgba(31,42,68,.08); border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: 0 6px 15px rgba(31,42,68,.06); }
.pricing-heading h2 { max-width: 470px; margin: 0; font-size: clamp(46px,4.1vw,62px); font-weight: 630; line-height: .98; letter-spacing: -.052em; }
.pricing-heading > p:not(.section-label) { max-width: 450px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.pricing-toggle { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 28px; padding: 4px; border: 1px solid rgba(31,42,68,.09); border-radius: 999px; background: rgba(255,255,255,.78); box-shadow: 0 10px 22px rgba(27,41,77,.07); isolation: isolate; }
.pricing-toggle::before { position: absolute; z-index: 0; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 6px); border-radius: 999px; background: #fff; box-shadow: 0 7px 18px rgba(31,42,68,.1); content: ""; transform: translateX(0); transition: transform .38s cubic-bezier(.2,.82,.2,1); }
.pricing[data-pricing-billing="annual"] .pricing-toggle::before { transform: translateX(calc(100% + 4px)); }
.pricing-toggle button { position: relative; z-index: 1; min-height: 42px; padding: 0 17px; color: #6a707c; border: 0; border-radius: 999px; background: transparent; font-size: 13px; font-weight: 650; cursor: pointer; transition: color .3s ease; }
.pricing-toggle button:focus { outline: none; }
.pricing-toggle button:focus-visible { outline: 2px solid rgba(24,87,242,.55); outline-offset: -3px; }
.pricing-toggle button span { margin-left: 4px; color: var(--blue); }
.pricing-toggle button.is-active { color: #15171c; background: transparent; box-shadow: none; }
.pricing-toggle button.is-active span { display: inline-flex; align-items: center; min-height: 22px; padding: 0 7px; color: #fff; border-radius: 999px; background: var(--blue); font-size: 10px; }
.pricing-selectors { display: grid; gap: 12px; margin-top: auto; padding-top: 52px; }
.pricing-selector { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 82px; padding: 14px 17px 14px 20px; color: #22262e; border: 1px solid transparent; border-radius: 16px; background: rgba(255,255,255,.58); text-align: left; cursor: pointer; transition: background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease; }
.pricing-selector:hover { background: rgba(255,255,255,.88); transform: translateX(3px); }
.pricing-selector.is-active { border-color: rgba(31,42,68,.11); background: #fff; box-shadow: 0 13px 30px rgba(27,41,77,.1); }
.pricing-selector > span { display: grid; gap: 6px; }
.pricing-selector strong { font-size: 15px; font-weight: 660; letter-spacing: -.025em; }
.pricing-selector small { color: #777d88; font-size: 12px; }
.pricing-selector i { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; font-style: normal; }
.pricing-selector i b,.pricing-selector i em { grid-area: 1 / 1; font-style: normal; transition: opacity .2s ease,transform .25s ease; }
.pricing-selector i b { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; border-radius: 50%; background: linear-gradient(135deg,#154ce4,#6b8cff); opacity: 0; transform: scale(.7); }
.pricing-selector i em { color: #656b76; font-size: 21px; opacity: 1; }
.pricing-selector.is-active i b { opacity: 1; transform: scale(1); }
.pricing-selector.is-active i em { opacity: 0; transform: translateX(-6px); }
.pricing-details { display: grid; min-width: 0; }
.pricing-detail-card { grid-area: 1 / 1; min-height: 100%; padding: clamp(30px,3.2vw,46px); border: 1px solid rgba(31,42,68,.09); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: 0 24px 54px rgba(24,38,72,.11),inset 0 1px #fff; }
.pricing-detail-card[hidden] { display: block !important; visibility: hidden; pointer-events: none; }
.pricing-detail-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pricing-detail-name { display: flex; align-items: center; gap: 12px; min-width: 0; }
.pricing-detail-name > strong { font-size: 21px; font-weight: 680; letter-spacing: -.035em; }
.pricing-detail-icon { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; border-radius: 13px; background: #f3f6ff; }
.pricing-detail-icon img { width: 30px; height: 30px; object-fit: contain; }
.pricing-badge { flex: 0 0 auto; padding: 7px 10px; color: var(--blue); border: 1px solid rgba(24,87,242,.14); border-radius: 999px; background: #edf3ff; font-size: 9px; font-weight: 760; letter-spacing: .065em; text-transform: uppercase; }
.pricing-price { display: grid; grid-template-columns: max-content max-content; grid-template-rows: 18px 62px; align-content: end; align-items: end; column-gap: 7px; row-gap: 4px; min-height: 92px; margin-top: 28px; }
.pricing-price strong { grid-column: 1; grid-row: 2; font-size: clamp(48px,4vw,62px); font-weight: 640; line-height: .95; letter-spacing: -.06em; }
.pricing-price > span:last-child { grid-column: 2; grid-row: 2; padding-bottom: 6px; color: #747984; font-size: 14px; }
.pricing-old-price { grid-column: 1 / -1; grid-row: 1; align-self: start; color: #9297a1; font-size: 13px; text-decoration: line-through; }
.pricing[data-pricing-billing="monthly"] .pricing-old-price { visibility: hidden; }
.pricing-price--custom strong { grid-column: 1 / -1; font-size: clamp(40px,3.3vw,50px); }
.pricing-cycle { min-height: 20px; margin: 9px 0 0; color: #858a94; font-size: 12px; line-height: 1.45; }
.pricing-cta { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; margin-top: 22px; padding: 0 18px; color: #fff; border: 0; border-radius: 13px; background: var(--blue); box-shadow: 0 13px 28px rgba(24,87,242,.22); font-size: 16px; font-weight: 680; transition: transform .22s ease,box-shadow .22s ease; }
.pricing-cta:hover { box-shadow: 0 16px 34px rgba(24,87,242,.3); transform: translateY(-2px); }
.pricing-one-liner { margin: 9px 0 0; color: #686e79; font-size: 11px; line-height: 1.45; text-align: center; }
.pricing-highlights { margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(31,42,68,.1); }
.pricing-highlights h3 { margin: 0 0 17px; font-size: 14px; font-weight: 700; }
.pricing-highlights ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.pricing-highlights li { position: relative; display: grid; gap: 3px; padding-left: 27px; }
.pricing-highlights li::before { position: absolute; top: 1px; left: 0; display: grid; place-items: center; width: 17px; height: 17px; color: var(--blue); border: 1px solid rgba(24,87,242,.28); border-radius: 50%; content: "✓"; font-size: 9px; font-weight: 760; }
.pricing-highlights li span { color: #30353e; font-size: 13px; font-weight: 620; line-height: 1.35; }
.pricing-highlights li small { color: #777d88; font-size: 10px; line-height: 1.45; }
.pricing-note { display: grid; grid-template-columns: 18px 1fr; gap: 9px; margin: 24px 0 0; padding-top: 22px; color: #6d737e; border-top: 1px solid rgba(31,42,68,.1); font-size: 10px; line-height: 1.5; }
.pricing-note > span { display: grid; place-items: center; width: 15px; height: 15px; color: #fff; border-radius: 50%; background: #343943; font-size: 9px; font-weight: 750; }

.faq {
  width: calc(100% + var(--page-gutter) + var(--page-gutter));
  margin-left: calc(-1 * var(--page-gutter));
  padding: 150px 0;
  background: #fff;
}
.faq-inner { display: grid; grid-template-columns: minmax(0,1020px); justify-content: center; gap: clamp(56px,6vw,84px); width: min(var(--section-content-width),calc(100% - var(--section-gutter) - var(--section-gutter))); margin: 0 auto; }
.faq-intro { text-align: center; }
.faq h2 { max-width: 900px; margin: 0 auto; font-size: var(--section-title-size); font-weight: 630; line-height: var(--section-title-line-height); letter-spacing: var(--section-title-letter-spacing); }
.faq-intro > p:last-child { max-width: 520px; margin: 28px auto 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.faq-list { width: 100%; border-top: 1px solid rgba(31,42,68,.14); }
.faq-list details { border-bottom: 1px solid rgba(31,42,68,.14); }
.faq-list summary { display: grid; grid-template-columns: 1fr 38px; align-items: center; gap: 24px; min-height: 96px; padding: 18px 0; color: #181a20; font-size: clamp(18px,1.4vw,22px); font-weight: 590; letter-spacing: -.025em; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; border-radius: 8px; }
.faq-list summary span { display: grid; place-items: center; width: 36px; height: 36px; color: var(--blue); border: 1px solid rgba(24,87,242,.2); border-radius: 50%; background: #f5f8ff; font-size: 23px; font-weight: 380; transition: transform .3s ease,background .3s ease; }
.faq-list details[open] summary span { color: #fff; background: var(--blue); transform: rotate(45deg); }
.faq-list details > p { max-width: 680px; margin: -4px 60px 28px 0; color: #696d76; font-size: 16px; line-height: 1.65; }

.final-cta {
  position: relative;
  z-index: 2;
  width: calc(100% + var(--page-gutter) + var(--page-gutter));
  min-height: 0;
  margin-left: calc(-1 * var(--page-gutter));
  padding: 72px 0 18px;
  overflow: visible;
  color: #fff;
  background: #f3f5f7;
  isolation: isolate;
}
.final-cta-grid { display: none; }
.final-cta-copy { position: relative; z-index: 2; display: grid; place-items: center; align-content: center; width: var(--framed-section-width); min-height: 440px; margin: 0 auto; padding: 86px 40px; overflow: hidden; color: var(--ink); border: 1px solid rgba(255,255,255,.9); border-radius: 32px; background: radial-gradient(circle at 10% 100%,rgba(105,174,255,.3),transparent 40%),radial-gradient(circle at 90% 0,rgba(255,196,157,.34),transparent 38%),linear-gradient(180deg,#fff 0%,#f8fafc 100%); box-shadow: 0 28px 70px rgba(27,41,77,.1),inset 0 1px #fff; text-align: center; }
.final-cta-copy::before { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(24,87,242,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(24,87,242,.2) 1px,transparent 1px); background-size: 64px 64px; content: ""; -webkit-mask-image: radial-gradient(ellipse at 50% 50%,#000,transparent 78%); mask-image: radial-gradient(ellipse at 50% 50%,#000,transparent 78%); }
.final-cta-copy > * { position: relative; z-index: 1; }
.final-cta h2 { max-width: 850px; margin: 0; font-size: clamp(42px,4.25vw,64px); font-weight: 630; line-height: .96; letter-spacing: -.052em; }
.final-cta-copy > p:not(.section-label) { max-width: 650px; margin: 24px auto 0; color: var(--muted); font-size: clamp(16px,1.3vw,19px); line-height: 1.55; letter-spacing: -.015em; }
.final-cta-actions { display: flex; justify-content: center; margin-top: 34px; }
.cta-primary,.cta-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 24px; border-radius: 999px; font-weight: 680; transition: transform .25s ease,box-shadow .25s ease; }
.cta-primary { gap: 10px; color: #fff; border-color: rgba(24,87,242,.16); background: linear-gradient(135deg,#154ce4 0%,#286dfb 58%,#6b8cff 100%); box-shadow: 0 14px 32px rgba(24,87,242,.26); }
.cta-secondary { color: #fff; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.08); }
.cta-primary:hover,.cta-secondary:hover { transform: translateY(-2px); }
.final-cta-mascot { display: none; }

.site-footer {
  position: relative;
  z-index: 1;
  width: calc(100% + var(--page-gutter) + var(--page-gutter));
  margin-left: calc(-1 * var(--page-gutter));
  padding: 24px 0 0;
  overflow: hidden;
  color: var(--ink);
  background: #f3f5f7;
  isolation: isolate;
}
.footer-main { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px,1.08fr) minmax(520px,.92fr); gap: 46px clamp(70px,8vw,130px); align-items: start; width: var(--framed-section-width); margin: 0 auto; padding: clamp(42px,4vw,58px) clamp(42px,4.5vw,66px) 28px; border: 1px solid rgba(31,42,68,.09); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 24px 60px rgba(24,38,72,.09),inset 0 1px #fff; }
.footer-identity { display: grid; align-content: start; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 24px; font-weight: 700; letter-spacing: -.045em; }
.footer-brand img { width: 46px; height: 46px; object-fit: contain; }
.footer-identity > p { max-width: 410px; margin: 28px 0 0; color: #606570; font-size: 16px; line-height: 1.5; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(28px,4vw,56px); }
.footer-links div { display: grid; align-content: start; gap: 12px; }
.footer-links strong { margin-bottom: 7px; color: #242830; font-size: 11px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { width: max-content; color: #666b75; font-size: 14px; transition: color .2s ease; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 24px; margin-top: 2px; padding-top: 24px; color: #858a93; border-top: 1px solid rgba(31,42,68,.1); font-size: 11px; }
.footer-bottom a { color: inherit; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.footer-bottom a:hover { color: var(--ink); }
.footer-wordmark { position: relative; z-index: 0; height: clamp(116px,13vw,195px); margin: clamp(34px,3.5vw,52px) auto 0; overflow: hidden; color: rgba(31,42,68,.055); font-size: clamp(150px,22vw,330px); font-weight: 720; line-height: .76; letter-spacing: -.075em; text-align: center; white-space: nowrap; }

@media (max-width: 960px) {
  :root { --framed-section-width: calc(100% - 60px); }
  body { --page-gutter: 10px; --section-gutter: 30px; --section-title-size: clamp(46px,7vw,58px); padding-top: 10px; }
  .hero-stage { height: 900px; border-radius: 24px; }
  .site-nav { top: 42px; gap: 8px; width: calc(100% - 24px); }
  .site-nav .purchase { min-height: 50px; padding-right: 16px; padding-left: 16px; font-size: 15px; }
  .nav-shell { min-height: 54px; }
  .nav-links, .nav-actions { display: none; }
  .menu-button { display: block; }
  .site-nav.open .nav-shell { border-radius: 26px; }
  .site-nav.open .nav-links { position: absolute; top: 66px; right: auto; left: 0; display: grid; width: calc(100vw - 24px); gap: 4px; padding: 14px 14px 72px; border: 1px solid rgba(17,32,68,.08); border-radius: 20px; background: #fff; box-shadow: none; transform: none; }
  .site-nav.open .nav-links a { padding: 10px 12px; }
  .site-nav.open .nav-actions { position: absolute; z-index: 1; top: 244px; right: auto; left: 14px; display: grid; width: calc(100vw - 52px); margin: 0; }
  .site-nav.open .login { min-height: 42px; }
  .hero-copy { padding-top: 124px; }
  h1 { font-size: clamp(41px,9vw,60px); }
  .product-shell { width: calc(100% - 34px); height: 410px; padding: 12px; }
  .product-window { width: 960px; height: 550px; }
  .app-screenshot { width: 960px; max-width: none; }
  .social-proof { height: 144px; padding: 58px 0 24px; }
  .logo-group { gap: 64px; padding-right: 64px; }
  .company-logo { transform: scale(.9); }
  .problem { padding: 28px 0 92px; }
  .problem-inner { grid-template-columns: 1fr; gap: 56px; min-height: 0; padding: 64px 46px; border-radius: 28px; }
  .problem h2 { max-width: 650px; }
  .problem-story { width: min(570px,100%); margin-left: auto; }
  .showcase { min-height: auto; padding: 108px 0 112px; }
  .showcase-copy { position: relative; top: auto; }
  .showcase-motion { display: none; }
  .showcase-mobile { display: flex; flex-direction: column; gap: 12px; margin-top: 54px; }
  .showcase-mrow { overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
  .showcase-mtrack { display: flex; align-items: center; gap: 12px; width: max-content; animation: showcaseMarquee 40s linear infinite; will-change: transform; }
  .showcase-mrow--reverse .showcase-mtrack { animation-duration: 48s; animation-direction: reverse; }
  .showcase-mtrack img { display: block; flex: 0 0 auto; width: clamp(156px,44vw,224px); height: clamp(195px,55vw,280px); object-fit: cover; object-position: center; border-radius: 12px; box-shadow: 0 14px 36px rgba(16,17,20,.16); }
  .process { min-height: 400svh; }
  .process-sticky { position: sticky; top: 0; height: 100svh; min-height: 660px; padding: 56px 0 34px; }
  .process-layout { display: block; width: min(var(--section-content-width),calc(100% - var(--section-gutter) - var(--section-gutter))); padding: 0; }
  .process-copy { display: block; }
  .process h2 { max-width: 620px; margin: 0 auto; text-align: center; }
  .process-steps { height: 82px; margin-top: 28px; }
  .process-step-content { grid-template-columns: 32px minmax(0,1fr); gap: 12px; max-width: 520px; margin: 0 auto; }
  .process-step-copy strong { font-size: 22px; }
  .process-step-copy small { max-width: none; font-size: 13px; }
  .process-visual { max-width: none; margin-top: 24px; }
  .process-console { height: min(520px,61svh); min-height: 470px; }
  .process.process-static { min-height: 400svh; padding: 0; }
  .how-shell { width: calc(100% - 60px); height: 100svh; min-height: 720px; padding: 36px 0 28px; }
  .how-layout { grid-template-columns: 1fr; gap: 0; max-width: 680px; margin: 32px auto 0; }
  .how-visual { min-height: 390px; }
  .how-stage { height: 390px; }
  .how-panel { padding: 24px; border-radius: 22px; }
  .how-panel--brand { padding: 0; }
  .how-panel--ideas { gap: 16px; }
  .how-panel--ideas .idea-card { min-height: 190px; }
  .how-panel--create .creative-stack { height: 330px; }
  .how-panel--calendar .calendar-day { min-height: 68px; }
  .how-dashboard { height: 340px; }
  .how-steps { width: min(620px,100%); height: 112px; margin: 24px auto 0; }
  .how-step { position: absolute; inset: 0; min-height: 0; padding: 0; opacity: 0; visibility: hidden; transform: translateY(18px); }
  .how-step.is-active { opacity: 1; visibility: visible; transform: translateY(0); }
  .pricing { padding: 96px 0; }
  .pricing-inner { grid-template-columns: 1fr; gap: 28px; width: calc(100% - 60px); min-height: 0; }
  .pricing-heading { max-width: 650px; }
  .pricing-heading h2 { max-width: 620px; }
  .pricing-selectors { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 38px; padding-top: 0; }
  .pricing-selector { min-height: 92px; padding: 15px; }
  .pricing-selector i { width: 32px; height: 32px; }
  .pricing-selector i b { width: 32px; height: 32px; }
  .pricing-detail-card { min-height: 0; padding: 38px; }
  .faq { padding: 108px 0; }
  .faq-inner { gap: 60px; }
  .faq h2 { max-width: 650px; }
  .faq-list summary { min-height: 84px; }
  .final-cta { padding: 54px 0 14px; }
  .final-cta-copy { width: var(--framed-section-width); min-height: 400px; padding: 72px 34px; border-radius: 28px; }
  .final-cta h2 { font-size: clamp(40px,7vw,56px); }
  .site-footer { padding: 18px 0 0; }
  .footer-wordmark { height: 116px; margin-top: 34px; }
  .footer-main { grid-template-columns: 1fr; width: var(--framed-section-width); padding: 40px; border-radius: 26px; }
  .footer-links { margin-top: 4px; }
}

@media (min-width: 761px) and (max-width: 960px) {
  .showcase { min-height: 1080px; padding: 96px 0 132px; }
  .showcase-copy { position: sticky; top: clamp(126px,14vh,154px); }
  .showcase-motion { display: block; }
  .showcase-mobile { display: none; }
}

@keyframes showcaseMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 560px) {
  :root { --framed-section-width: calc(100% - 24px); }
  body { --page-gutter: 0px; --section-gutter: 20px; --section-title-size: 42px; padding-top: 0; }
  .hero-stage { height: 852px; border-radius: 0; }
  .brand { font-size: 18px; }
  .site-nav .purchase { min-height: 48px; padding-right: 14px; padding-left: 14px; font-size: 15px; }
  .hero-copy { width: calc(100% - 28px); padding-top: 128px; }
  .eyebrow { min-height: 34px; padding: 0 14px; font-size: 11px; }
  h1 { font-size: 43px; line-height: .98; }
  h1 br, .desktop-break { display: none; }
  .lede { margin-top: 19px; font-size: 17px; }
  .visual-field { top: 0; height: 100%; }
  .grid { background-size: 38px 38px; }
  .product-shell { width: calc(100% - 20px); height: 360px; padding: 7px; border-radius: 22px 22px 0 0; }
  .product-window { width: 900px; height: 500px; border-radius: 15px 15px 0 0; }
  .app-screenshot { width: 900px; max-width: none; }
  .social-proof { height: 136px; padding: 56px 0 22px; }
  .logo-group { gap: 48px; padding-right: 48px; }
  .company-logo { transform: scale(.78); }
  .logo-track { animation-duration: 27s; }
  .problem { padding: 18px 0 74px; }
  .problem-inner { gap: 42px; padding: 54px 24px; border-radius: 26px; }
  .problem-story > p { margin-bottom: 28px; font-size: 18px; }
  .problem-points article { grid-template-columns: 30px 1fr; gap: 9px; padding: 15px 0; }
  .problem-points strong { font-size: 16px; }
  .showcase { padding: 88px 0 92px; }
  .showcase-copy { width: min(var(--section-content-width),calc(100% - var(--section-gutter) - var(--section-gutter))); margin-right: auto; margin-left: auto; }
  .showcase h2 br { display: none; }
  .showcase-mobile { margin-top: 42px; }
  .process-sticky { min-height: 600px; padding: 34px 0 20px; }
  .process-layout { width: min(var(--section-content-width),calc(100% - var(--section-gutter) - var(--section-gutter))); }
  .process h2 { max-width: 380px; }
  .process-steps { height: 74px; margin-top: 20px; }
  .process-step-content { grid-template-columns: 28px minmax(0,1fr); gap: 9px; }
  .process-step-copy { gap: 5px; }
  .process-step-copy strong { font-size: 19px; }
  .process-step-copy small { font-size: 12px; line-height: 1.35; }
  .process-visual { margin-top: 16px; }
  .process-console { height: min(430px,57svh); min-height: 390px; border-radius: 22px; }
  .process-panel { padding: 22px 17px; }
  .process-panel-head h3,.calendar-head h3 { font-size: 24px; }
  .process-panel-head > strong { width: 48px; height: 48px; border-width: 4px; }
  .brand-profile-card { padding: 16px; }
  .brand-data-grid { grid-template-columns: 1fr; }
  .brand-data-grid > div:nth-child(n+3) { display: none; }
  .idea-chat { padding-bottom: 18px; }
  .idea-question { max-width: 84%; }
  .idea-grid { grid-template-columns: 1fr; }
  .idea-card { min-height: 105px; padding: 15px; }
  .idea-card:nth-child(n+3) { display: none; }
  .idea-card strong { margin-top: 16px; }
  .idea-card p { display: none; }
  .process-panel--create { grid-template-columns: 1fr; gap: 8px; }
  .creative-stack { height: 310px; }
  .creative-card { width: 170px; }
  .creative-summary { display: none; }
  .calendar-day { min-height: 63px; padding: 5px; }
  .calendar-post img { height: 34px; }
  .calendar-post i { display: none; }
  .process-mascot { right: -36px; width: 122px; height: 122px; }
  .process.process-static { min-height: 400svh; padding: 0; }
  .how-shell { width: calc(100% - 40px); min-height: 680px; padding: 28px 0 22px; }
  .how-heading > p:last-child { margin-top: 18px; font-size: 15px; }
  .how-layout { gap: 0; margin-top: 24px; }
  .how-visual { min-height: 300px; }
  .how-stage { height: 300px; }
  .how-panel { padding: 18px 16px; border-radius: 20px; }
  .how-panel--brand { padding: 0; }
  .how-panel--ideas { gap: 12px; }
  .how-panel--ideas .idea-chat { padding-bottom: 10px; }
  .how-panel--ideas .idea-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .how-panel--ideas .idea-card { min-height: 120px; }
  .how-panel--create { grid-template-columns: 1fr; gap: 0; }
  .how-panel--create .creative-stack { height: 264px; }
  .how-panel--calendar { padding: 18px 14px; }
  .how-panel--calendar .calendar-week { margin-top: 16px; }
  .how-panel--calendar .calendar-day { min-height: 48px; }
  .how-dashboard { width: calc(100% - 26px); height: 250px; border-radius: 20px; }
  .how-action { top: 24px; right: 0; min-width: 178px; padding: 9px 10px; }
  .how-action > img { width: 30px; height: 30px; }
  .how-preview { width: 206px; padding: 11px; border-radius: 17px; }
  .how-preview-images { gap: 5px; }
  .how-preview-images img { border-radius: 8px; }
  .how-steps { height: 116px; margin-top: 20px; }
  .how-step { grid-template-columns: 3px 48px minmax(0,1fr); column-gap: 14px; }
  .how-step::before { min-height: 92px; }
  .how-step-marker { width: 48px; height: 48px; }
  .how-step-marker svg { width: 29px; height: 29px; }
  .how-step strong { font-size: 19px; }
  .how-step p { margin-top: 8px; font-size: 14px; }
  .pricing { padding: 72px 0; }
  .pricing-inner { width: calc(100% - 40px); }
  .pricing-heading h2 { font-size: 42px; }
  .pricing-heading > p:not(.section-label) { margin-top: 20px; font-size: 15px; }
  .pricing-toggle { width: 100%; margin-top: 26px; }
  .pricing-selectors { grid-template-columns: 1fr; gap: 9px; margin-top: 32px; }
  .pricing-selector { min-height: 76px; padding: 12px 14px 12px 16px; }
  .pricing-details { margin-top: 2px; }
  .pricing-detail-card { min-height: 0; padding: 26px 22px; border-radius: 21px; }
  .pricing-detail-head { gap: 12px; }
  .pricing-detail-name > strong { font-size: 18px; }
  .pricing-detail-icon { width: 36px; height: 36px; }
  .pricing-detail-icon img { width: 27px; height: 27px; }
  .pricing-badge { padding: 6px 8px; font-size: 8px; }
  .pricing-price { grid-template-rows: 16px 50px; row-gap: 3px; min-height: 76px; margin-top: 28px; }
  .pricing-price strong { font-size: 46px; }
  .pricing-price--custom strong { font-size: 38px; }
  .pricing-highlights { margin-top: 24px; padding-top: 22px; }
  .pricing-highlights ul { gap: 14px; }
  .pricing-note { margin-top: 22px; }
  .faq { padding: 86px 0; }
  .faq-inner { gap: 42px; }
  .faq-intro > p:last-child { margin-top: 20px; font-size: 15px; }
  .faq-list summary { grid-template-columns: 1fr 34px; gap: 14px; min-height: 78px; font-size: 17px; }
  .faq-list summary span { width: 32px; height: 32px; }
  .faq-list details > p { margin: -2px 42px 24px 0; font-size: 14px; }
  .final-cta { padding: 36px 0 10px; }
  .final-cta-copy { width: var(--framed-section-width); min-height: 370px; padding: 60px 22px; border-radius: 24px; }
  .final-cta h2 { font-size: 38px; }
  .final-cta h2 br { display: none; }
  .final-cta-copy > p:not(.section-label) { margin-top: 20px; font-size: 15px; }
  .final-cta-actions { margin-top: 28px; }
  .site-footer { padding: 12px 0 0; }
  .footer-wordmark { height: 76px; margin-top: 27px; font-size: 112px; }
  .footer-main { width: var(--framed-section-width); padding: 30px 24px 26px; border-radius: 24px; }
  .footer-identity > p { margin-top: 22px; }
  .footer-links { grid-template-columns: 1fr 1fr; margin-top: 8px; gap: 34px 22px; }
  .footer-bottom { margin-top: 0; }
}

/* Em ecras tácteis, a navegação mantém sempre o menu acessível, a demo cabe
   por inteiro e o processo deixa de prender quatro viewports ao scroll. */
@media (max-width: 960px) {
  .site-nav,
  .site-nav.is-compact {
    top: max(12px,env(safe-area-inset-top));
    gap: 8px;
    width: calc(100% - 24px);
  }
  .site-nav .nav-shell,
  .site-nav.is-compact .nav-shell {
    flex: 1 1 0;
    width: auto;
    min-height: 54px;
    padding: 5px 6px 5px 9px;
    border: 1px solid rgba(17,32,68,.08);
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 10px 28px rgba(30,45,83,.11);
    backdrop-filter: blur(18px);
  }
  .site-nav.is-compact .brand-mark {
    width: 42px;
    height: 42px;
  }
  .site-nav.is-compact .brand-mark img {
    width: 42px;
    transform: none;
  }
  .site-nav .menu-button,
  .site-nav.is-compact .menu-button {
    display: block;
    grid-column: 3;
  }
  .site-nav .purchase,
  .site-nav.is-compact .purchase {
    min-height: 50px;
    margin: 0;
    padding: 0 16px;
    font-size: 15px;
  }
  .site-nav.open .nav-links {
    top: 64px;
    width: calc(100vw - 24px);
    padding-bottom: 68px;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(30,45,83,.14);
  }
  .site-nav.open .nav-actions {
    top: 238px;
    width: calc(100vw - 52px);
  }

  .hero-stage {
    height: clamp(700px,100svh,900px);
  }
  .hero-copy {
    width: calc(100% - 36px);
    padding-top: 118px;
  }
  .hero-copy h1 {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }
  .hero-copy .lede {
    max-width: 590px;
    text-wrap: balance;
  }
  .product-shell {
    bottom: 0;
    width: calc(100% - 24px);
    height: clamp(152px,calc(26vw + 70px),320px);
    aspect-ratio: auto;
    padding: 7px;
    border-radius: 22px 22px 0 0;
  }
  .product-window {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 15px 15px 0 0;
  }
  .app-screenshot {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .process.process-static {
    min-height: 0;
    padding: 96px 0;
    overflow: hidden;
  }
  .how-shell {
    position: relative;
    top: auto;
    justify-content: flex-start;
    width: calc(100% - 60px);
    height: auto;
    min-height: 0;
    padding: 0;
    overflow: visible;
  }
  .how-heading {
    max-width: 620px;
    margin: 0;
    text-align: left;
  }
  .process-static .how-heading h2 {
    max-width: 620px;
    text-align: left;
  }
  .how-heading > p:last-child {
    max-width: 560px;
    margin-right: 0;
    margin-left: 0;
  }
  .how-layout {
    display: block;
    max-width: none;
    margin-top: 42px;
  }
  .how-visual { display: none; }
  .how-steps {
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    gap: 18px;
  }
  .how-step,
  .how-step.is-active {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    column-gap: 14px;
    min-height: 0;
    padding: 14px;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    border: 1px solid rgba(31,42,68,.08);
    border-radius: 22px;
    background: #f7f8fb;
    box-shadow: 0 16px 38px rgba(24,42,82,.08);
    transform: none;
  }
  .how-step::before { display: none; }
  .how-step-visual {
    grid-column: 1 / -1;
    grid-row: 1;
    display: block;
    aspect-ratio: 16 / 9;
    margin: 0 0 16px;
    overflow: hidden;
    border-radius: 15px;
    background: #f5f2ed;
  }
  .how-step-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .how-step-marker,
  .how-step.is-active .how-step-marker {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    width: 40px;
    height: 40px;
    color: var(--blue);
    transform: none;
  }
  .how-step-marker svg {
    width: 27px;
    height: 27px;
  }
  .how-step > div {
    grid-column: 2;
    grid-row: 2;
    padding-top: 2px;
  }
  .how-step strong { font-size: 20px; }
  .how-step p { margin-top: 7px; font-size: 14px; }
}

@media (max-width: 560px) {
  .site-nav,
  .site-nav.is-compact { justify-content: space-between; }
  .brand > span:last-child { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-mark img { width: 42px; }
  .site-nav .nav-shell,
  .site-nav.is-compact .nav-shell {
    flex: 0 0 106px;
    width: 106px;
    min-height: 52px;
  }
  .site-nav .purchase,
  .site-nav.is-compact .purchase {
    min-height: 48px;
    padding: 0 14px;
    font-size: 14px;
  }
  .hero-stage { height: clamp(700px,100svh,820px); }
  .hero-copy { padding-top: 108px; }
  .hero-copy h1 { max-width: 370px; font-size: clamp(38px,11vw,46px); }
  .hero-copy .lede { max-width: 350px; font-size: 16px; }
  .process.process-static { padding: 76px 0; }
  .how-shell { width: calc(100% - 40px); }
  .how-heading .section-label { margin-bottom: 14px; }
  .how-heading > p:last-child { margin-top: 16px; }
  .how-layout { margin-top: 30px; }
  .how-steps { gap: 14px; }
  .how-step,
  .how-step.is-active { padding: 10px 10px 15px; border-radius: 19px; }
  .how-step-visual { aspect-ratio: 4 / 3; margin-bottom: 14px; border-radius: 13px; }
  .how-step strong { font-size: 19px; }
  .how-step p { font-size: 13px; line-height: 1.48; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
