/* Funnel art direction: light editorial canvas and restrained product imagery. */
@font-face {
  font-family: Fraunces;
  src: url('/assets/fonts/fraunces-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
}
:root {
  --canvas: #f7f6f2;
  --paper: #fffefa;
  --ink: #1b2438;
  --muted: #5d6678;
  --line: #dcdee6;
  --coral: #015DF7;
  --coral-dark: #04246B;
  --deep: #161e30;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  background: var(--canvas);
}

.shell {
  width: min(100% - 64px, 1280px);
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 30;
  border: 0;
  background: transparent;
}

.header-inner {
  height: 62px;
  padding: 7px 8px 7px 18px;
  border: 1px solid rgba(27, 36, 56, .10);
  border-radius: 999px;
  background: rgba(255, 254, 250, .90);
  box-shadow: 0 10px 36px rgba(27, 36, 56, .08);
  backdrop-filter: blur(20px);
}

.brand-logo { height: 40px; }
.brand-text { color: #59657b; font-size: 11px; letter-spacing: -.01em; }
.header-cta,
.button {
  border-radius: 4px;
}
.header-cta { border-radius: 999px; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 60;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  font-size: 13px;
  text-decoration: none;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.button-primary { background: #015DF7; color: #fff; }
.button-primary:hover { background: #04246B; }
.button:active { transform: translateY(1px); }
:is(a, button, summary, input, select, textarea):focus-visible {
  outline: 2px solid #04246B;
  outline-offset: 4px;
}


.hero {
  position: relative;
  min-height: 640px;
  grid-template-columns: 50% 50%;
  padding-block: 62px 88px;
}

.hero-copy { padding-right: 45px; }

.offer-bar {
  width: auto;
  max-width: 100%;
  min-height: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #374156;
  box-shadow: none;
  text-align: left;
  font-size: 11px;
}
.offer-bar a { margin-left: 7px; }
.offer-dot {
  flex: 0 0 auto;
  width: 20px;
  height: 1px;
  border-radius: 0;
  margin-right: 7px;
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(58px, 5.5vw, 82px);
  line-height: 1.02;
  margin: 36px 0 23px;
  text-wrap: balance;
}
.hero-lead {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.7;
}
.hero-actions { margin-top: 27px; }

.hero-visual {
  height: 500px;
  margin-left: 0;
}
.hero-photo-wrap {
  inset: 0;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  transform: none;
}
.hero-photo-wrap img {
  object-position: 54% center;
  filter: saturate(.83) contrast(.97);
}

.solution { padding-top: 115px; }
.solution-heading {
  grid-template-columns: minmax(0, 1fr) 315px;
  gap: 42px;
  align-items: end;
  margin-bottom: 48px;
}
.solution-heading .eyebrow { grid-column: 1 / -1; margin: 0 0 -15px; }
.solution-heading h2 { grid-column: 1; max-width: 820px; font-size: clamp(46px, 4.8vw, 70px); text-wrap: balance; }
.solution-heading > p:last-child { grid-column: 2; max-width: 315px; margin: 0 0 6px; }
.product-scroll { padding-bottom: 105px; }
.story-pin { position: relative; }
.story-stage-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 17px;
  border-top: 1px solid var(--ink);
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}
.story-stage-label span:last-child { display: none; color: var(--muted); font-variant-numeric: tabular-nums; }
.story-stage-label strong { color: var(--ink); font-size: 16px; letter-spacing: -.04em; }
.story-step {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 6%;
  min-height: 565px;
  padding: 30px 0 44px;
  border-bottom: 1px solid var(--line);
}
.story-copy { max-width: 430px; }
.story-index { color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.story-copy h3 { max-width: 430px; margin: 22px 0 20px; font-size: clamp(43px, 4.5vw, 67px); font-weight: 650; line-height: 1.05; letter-spacing: -.075em; text-wrap: balance; }
.story-copy p { max-width: 365px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.story-route { display: block; margin-top: 32px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 750; }
.story-route span { padding-inline: 8px; color: var(--coral-dark); }
.story-visual { display: grid; place-items: center; height: 470px; min-width: 0; overflow: hidden; padding: 25px; border-radius: 3px; }
.story-visual-catalog { background: #e0e6f3; }
.story-visual-product { background: #e7e6f0; }
.story-visual-checkout { background: #e4e5ee; }
.story-visual-orders { background: #dee4f0; }
.demo-browser { width: 100%; max-width: 720px; height: 100%; overflow: hidden; border: 1px solid rgba(27, 36, 56, .12); border-radius: 8px; background: #fffefa; box-shadow: 0 24px 52px rgba(22, 30, 48, .15); }
.demo-browser-bar { display: flex; align-items: center; gap: 5px; height: 28px; padding: 0 12px; background: #f1f0eb; }
.demo-browser-bar i { width: 5px; height: 5px; border-radius: 50%; background: #c7c9d2; }
.demo-browser-bar span { overflow: hidden; margin-left: auto; margin-right: auto; color: #6c7385; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.demo-store-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 49px; padding: 0 23px; border-bottom: 1px solid #e5e7ee; font-size: 10px; }
.demo-store-nav strong { font-family: Fraunces, Georgia, serif; font-size: 17px; font-weight: 650; letter-spacing: -.05em; white-space: nowrap; }
.demo-store-nav span { color: #616a7e; white-space: nowrap; }
.demo-catalog-heading { padding: 20px 23px 14px; }
.demo-catalog-heading small,.demo-detail small,.demo-checkout small,.demo-admin-main>small { color: #04246B; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.demo-catalog-heading h4 { margin: 7px 0 0; font-family: Fraunces, Georgia, serif; font-size: 25px; font-weight: 500; letter-spacing: -.045em; }
.demo-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 0 23px 20px; }
.demo-product-grid div { min-width: 0; }
.demo-product-grid img { display: block; width: 100%; height: 185px; object-fit: cover; }
.demo-product-grid span { display: block; padding-top: 7px; font-size: 10px; font-weight: 700; }
.demo-detail { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 22px; height: calc(100% - 77px); padding: 19px 23px 23px; }
.demo-detail>img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.demo-detail>div { align-self: center; min-width: 0; }
.demo-detail h4 { margin: 9px 0 11px; font-family: Fraunces, Georgia, serif; font-size: 31px; font-weight: 500; letter-spacing: -.06em; }
.demo-detail p { max-width: 235px; margin: 0 0 20px; color: #616b7e; font-size: 11px; line-height: 1.5; }
.demo-detail-label { display: block; margin-bottom: 7px; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.demo-variants { display: flex; flex-wrap: wrap; gap: 6px; }
.demo-variants span { padding: 7px 8px; border: 1px solid #cbd0de; font-size: 9px; }
.demo-variants span:first-child { border-color: #313d56; }
.demo-cart-button,.demo-pay-button { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 20px; padding: 10px 11px; background: #1b2438; color: #fff; font-size: 10px; font-weight: 750; }
.demo-cart-button b,.demo-pay-button b { font-size: 15px; font-weight: 500; }
.demo-checkout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; height: calc(100% - 28px); padding: 37px 32px; }
.demo-checkout h4 { max-width: 200px; margin: 10px 0 23px; font-family: Fraunces, Georgia, serif; font-size: 30px; font-weight: 500; line-height: 1.1; letter-spacing: -.06em; }
.demo-form-line { display: flex; align-items: center; justify-content: space-between; gap: 10px; height: 43px; padding: 0 12px; margin-bottom: 8px; border: 1px solid #d9dde8; color: #515c74; font-size: 10px; }
.demo-form-line b { color: #3e6397; font-size: 12px; }
.demo-order-summary { align-self: start; padding: 20px; border: 1px solid #d9dce6; background: #faf9f4; }
.demo-order-summary>span:first-child { color: #4c5568; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.demo-order-summary>div:nth-child(2) { display: flex; align-items: center; gap: 10px; margin: 17px 0; }
.demo-order-summary img { width: 55px; height: 55px; object-fit: cover; }
.demo-order-summary p { margin: 0; font-size: 11px; font-weight: 700; }
.demo-order-summary p small { display: block; margin-top: 5px; color: #71798d; font-size: 9px; font-weight: 500; letter-spacing: 0; }
.demo-summary-total { display: flex; justify-content: space-between; gap: 8px; padding-top: 12px; border-top: 1px solid #dcdfe8; font-size: 10px; }
.demo-summary-total strong { font-weight: 700; }
.demo-pay-button { margin: 18px 0 8px; background: #015DF7; }
.demo-order-summary>small { color: #727a8e; font-size: 8px; letter-spacing: 0; }
.demo-admin { background: #f3f5f9; }
.demo-admin-layout { display: grid; grid-template-columns: 135px minmax(0, 1fr); height: calc(100% - 28px); }
.demo-admin-side { display: flex; flex-direction: column; gap: 12px; padding: 22px 14px; background: #1b2438; color: #c4ccdc; font-size: 9px; }
.demo-admin-side strong { margin-bottom: 17px; color: #fff; font-family: Fraunces, Georgia, serif; font-size: 15px; font-weight: 650; letter-spacing: -.04em; }
.demo-admin-side span { padding: 8px 9px; }
.demo-admin-side .active { border-radius: 3px; background: #e6ebf6; color: #1b2438; font-weight: 700; }
.demo-admin-main { min-width: 0; padding: 27px 25px; }
.demo-admin-main h4 { margin: 10px 0 24px; font-size: 25px; font-weight: 700; letter-spacing: -.055em; }
.demo-status { display: flex; justify-content: space-between; gap: 10px; padding: 14px 0; border-block: 1px solid #dcdfe8; font-size: 10px; }
.demo-status span { color: #3e6397; font-weight: 700; }
.demo-status strong { font-weight: 600; }
.demo-admin-order { display: flex; align-items: center; gap: 13px; padding: 22px 0; }
.demo-admin-order img { width: 70px; height: 70px; object-fit: cover; }
.demo-admin-order div { display: grid; gap: 6px; font-size: 11px; }
.demo-admin-order span { color: #737b8f; font-size: 9px; }
.demo-admin-foot { display: flex; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid #dcdfe8; font-size: 10px; font-weight: 750; }
.demo-admin-foot span:last-child { color: #04246B; }
.story-progress { display: none; height: 2px; background: #d9dce6; }
.story-progress span { display: block; width: 100%; height: 100%; background: var(--coral-dark); transform: scaleX(0); transform-origin: left center; }
.story-caption { margin: 25px auto 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
@media (min-width: 960px) and (min-height: 700px) {
  .product-scroll.scroll-enhanced .story-pin { height: 100svh; min-height: 700px; padding-top: 90px; }
  .product-scroll.scroll-enhanced .story-stage-label span:last-child { display: block; }
  .product-scroll.scroll-enhanced .story-steps { position: relative; height: calc(100% - 49px); }
  .product-scroll.scroll-enhanced .story-step { position: absolute; inset: 0; min-height: 0; height: 100%; padding: 15px 0 25px; border: 0; pointer-events: none; will-change: transform, opacity; }
  .product-scroll.scroll-enhanced .story-step:not(:first-child) { opacity: 0; }
  .product-scroll.scroll-enhanced .story-visual { height: min(470px, 60svh); }
  .product-scroll.scroll-enhanced .story-progress { display: block; }
}

.showcase { background: #ebecf2; }
.showcase-head h2 { max-width: 700px; }
.showcase-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.showcase-image { border-radius: 3px; }
.showcase-caption { padding: 18px 0 0; }
.showcase-category {
  display: block;
  margin-bottom: 10px;
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.showcase-footnote { color: #59657b; }
.showcase-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.showcase-cta p { max-width: 470px; margin: 0; font-size: 16px; line-height: 1.5; letter-spacing: -.025em; }
.text-action {
  flex: 0 0 auto;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
}
.text-action span { margin-left: 17px; }
.text-action:hover { color: var(--coral-dark); }

.process { padding-block: 152px; }
.process-intro { top: 105px; }
.timeline-item { padding-block: 27px; }
.process-current {
  margin: 0 0 25px;
  padding: 14px 0 16px;
  border-block: 1px solid var(--line);
}
.process-current > span { font-size: 10px; font-weight: 750; letter-spacing: .12em; color: var(--coral-dark); }
.process-current > span strong { font-size: 19px; letter-spacing: -.04em; }
.process-current p { margin: 7px 0 0; font-family: Fraunces, Georgia, serif; font-size: 22px; letter-spacing: -.04em; }
.timeline-item { transition: padding-left .55s cubic-bezier(.22, 1, .36, 1), background .55s ease; }
.timeline-item.is-current { padding-left: 12px; background: linear-gradient(90deg, rgba(1, 93, 247, .07), transparent 70%); }
.timeline-item.is-current h3 { color: var(--coral-dark); }

.offer-section {
  border-block: 1px solid #d5d9e4;
  background: #e8eaf3;
  color: var(--ink);
  padding-block: 125px;
}
.eyebrow-light { color: var(--coral-dark); }
.offer-copy h2 em { color: var(--coral-dark); }
.offer-copy > p:nth-of-type(2) { color: var(--muted); }
.offer-includes { gap: 0 24px; border-top: 1px solid #cbd0de; }
.offer-includes span {
  display: block;
  min-height: 48px;
  padding: 13px 0;
  border-bottom: 1px solid #cbd0de;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}
.offer-includes span::before { content: none; }
.offer-copy .domain-note {
  max-width: 560px;
  margin: 28px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--coral);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.offer-copy .engine-note { max-width: 560px; margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.offer-copy .engine-note strong { color: var(--ink); }
.price-card {
  border: 1px solid #d7dae5;
  border-radius: 4px;
  background: var(--paper);
  padding: 38px;
  box-shadow: none;
}
.promo-headline { margin: 10px 0 24px; color: #015DF7; font-size: 13px; font-weight: 800; letter-spacing: .01em; line-height: 1.5; }
.price-note,
.form-footnote { color: #59657b; }
.slot-track { margin-bottom: 20px; }

.enterprise-section {
  padding-block: 92px;
  border-bottom: 1px solid var(--line);
  background: #edeff5;
}
.enterprise-inner {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: end;
  gap: 12%;
}
.enterprise-inner .eyebrow { margin-bottom: 22px; }
.enterprise-inner h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(44px, 4.8vw, 68px);
  line-height: 1.08;
  letter-spacing: -.07em;
}
.enterprise-inner h2 em { color: var(--coral); }
.enterprise-inner > div:last-child > p {
  max-width: 460px;
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.faq { padding-block: 145px; }
.closing { background: #e6eaf5; padding-block: 98px; }

.site-footer {
  padding: 74px 0 0;
  border-top: 1px solid var(--line);
  background: #f7f6f2;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.12fr 1fr .82fr;
  align-items: start;
  gap: 5%;
  padding-bottom: 64px;
}
.footer-brand p {
  max-width: 255px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.footer-label {
  margin: 3px 0 18px;
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.footer-company address {
  color: #505a70;
  font-size: 13px;
  font-style: normal;
  line-height: 1.85;
}
.footer-company address strong {
  color: var(--ink);
  font-weight: 800;
}
.footer-company p.footer-wa {
  display: grid;
  gap: 4px;
  margin: 18px 0 0;
}
.footer-company p.footer-wa span {
  color: #59657b;
  font-size: 11px;
}
.footer-company p.footer-wa strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}
.footer-company p.footer-wa a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.footer-channels > p:not(.footer-label) {
  display: grid;
  gap: 4px;
  margin: 0 0 17px;
}
.footer-channels > p span {
  color: #59657b;
  font-size: 11px;
}
.footer-channels > p strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.footer-contact { margin-top: 9px; font-size: 12px; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding-block: 20px 25px;
  border-top: 1px solid var(--line);
  color: #59657b;
  font-size: 11px;
}
.footer-bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

@keyframes photo-in {
  from { opacity: 0; translate: 0 22px; }
  to { opacity: 1; translate: 0 0; }
}
.hero-photo-wrap { animation: photo-in .7s ease both; }

@media (max-width: 1100px) {
  .solution-heading { grid-template-columns: minmax(0, 1fr) 270px; }
  .solution-heading > p:last-child { grid-column: 2; }
  .hero h1 { font-size: clamp(54px, 6vw, 74px); }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 38px, 700px); }
  .site-header { top: 10px; }
  .header-inner { height: 62px; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-block: 78px 83px; }
  .hero-copy { padding-right: 0; }
  .hero-visual { height: 420px; margin-top: 38px; }
  .hero-photo-wrap { inset: 0; }
  .solution-heading { display: block; }
  .solution-heading .eyebrow { margin-bottom: 18px; }
  .solution-heading h2 { margin-bottom: 20px; }
  .solution-heading > p:last-child { max-width: 560px; }
  .story-step { grid-template-columns: 1fr; gap: 27px; min-height: 0; padding-block: 48px; }
  .story-copy { max-width: 640px; }
  .story-copy h3 { max-width: 570px; font-size: clamp(43px, 7vw, 58px); }
  .story-copy p { max-width: 570px; }
  .story-route { max-width: 570px; margin-top: 22px; }
  .story-visual { height: 425px; }
  .showcase-cta { align-items: flex-start; }
  .process { padding-block: 100px; }
  .offer-section { padding-block: 100px; }
  .enterprise-section { padding-block: 80px; }
  .enterprise-inner { grid-template-columns: 1fr; gap: 30px; }
  .faq { padding-block: 100px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 45px 35px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 32px, 500px); }
  .site-header { top: 8px; }
  .header-inner { padding: 6px 7px 6px 11px; }
  .brand-text { display: none; }
  .header-cta { font-size: 10px; }
  .hero { padding-top: 55px; }
  .offer-bar { justify-content: flex-start; line-height: 1.45; }
  .hero h1 { font-size: clamp(47px, 11vw, 61px); margin-top: 27px; }
  .hero-lead { font-size: 14px; }
  .hero-visual { height: 300px; margin-top: 28px; }
  .hero-photo-wrap { inset: 0; }
  .solution { padding-top: 80px; }
  .product-scroll { padding-bottom: 75px; }
  .story-step { padding-block: 37px; }
  .story-copy h3 { margin: 14px 0 13px; font-size: clamp(40px, 10vw, 52px); }
  .story-copy p { font-size: 14px; }
  .story-visual { height: 300px; padding: 10px; }
  .demo-browser-bar { height: 20px; }
  .demo-browser-bar span { font-size: 7px; }
  .demo-store-nav { height: 38px; padding-inline: 11px; font-size: 8px; }
  .demo-store-nav strong { font-size: 13px; }
  .demo-store-nav span:nth-child(2) { display: none; }
  .demo-catalog-heading { padding: 13px 12px 10px; }
  .demo-catalog-heading h4 { font-size: 19px; }
  .demo-product-grid { gap: 6px; padding-inline: 12px; }
  .demo-product-grid img { height: 135px; }
  .demo-product-grid span { font-size: 8px; }
  .demo-detail { height: calc(100% - 58px); gap: 10px; padding: 12px; }
  .demo-detail h4 { margin: 6px 0; font-size: 21px; }
  .demo-detail p { margin-bottom: 8px; font-size: 8px; line-height: 1.35; }
  .demo-variants span { padding: 4px; font-size: 7px; }
  .demo-cart-button { margin-top: 9px; padding: 7px; font-size: 8px; }
  .demo-checkout { height: calc(100% - 20px); gap: 9px; padding: 16px 11px; }
  .demo-checkout h4 { margin: 7px 0 12px; font-size: 20px; }
  .demo-form-line { height: 29px; margin-bottom: 5px; padding: 0 6px; font-size: 7px; }
  .demo-order-summary { padding: 9px; }
  .demo-order-summary>div:nth-child(2) { gap: 6px; margin: 10px 0; }
  .demo-order-summary img { width: 36px; height: 36px; }
  .demo-order-summary p,.demo-summary-total { font-size: 8px; }
  .demo-order-summary p small { font-size: 7px; }
  .demo-pay-button { margin: 10px 0 5px; padding: 7px; font-size: 7px; }
  .demo-admin-layout { grid-template-columns: 82px minmax(0, 1fr); height: calc(100% - 20px); }
  .demo-admin-side { gap: 4px; padding: 12px 6px; font-size: 7px; }
  .demo-admin-side strong { margin-bottom: 10px; font-size: 10px; }
  .demo-admin-side span { padding: 6px 4px; }
  .demo-admin-main { padding: 15px 10px; }
  .demo-admin-main h4 { margin: 7px 0 13px; font-size: 18px; }
  .demo-status { padding: 9px 0; font-size: 7px; }
  .demo-admin-order { gap: 7px; padding: 12px 0; }
  .demo-admin-order img { width: 46px; height: 46px; }
  .demo-admin-order div { font-size: 8px; }
  .demo-admin-order span,.demo-admin-foot { font-size: 7px; }
  .showcase-cta { flex-direction: column; align-items: flex-start; margin-top: 25px; }
  .price-card { padding: 27px 22px; }
  .enterprise-section { padding-block: 70px; }
  .enterprise-inner h2 { font-size: 49px; }
  .process,
  .faq { padding-block: 78px; }
  .site-footer { padding-top: 59px; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; padding-bottom: 48px; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo-wrap { animation: none; }
}

/* The content is visible by default; this class is added only when an observer runs. */
.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .7s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms),
    transform .7s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms);
}
.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes image-drift {
  from { translate: 0 -6px; }
  to { translate: 0 6px; }
}
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .hero-photo-wrap img,
    .showcase-image img {
      scale: 1.035;
      animation: image-drift linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .timeline-item { transition: none; }
}
