@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/site/fonts/estedad-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891,
    U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F,
    U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/site/fonts/estedad-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
    U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #162019;
  --muted: #647067;
  --paper: #f7f8f4;
  --white: #fff;
  --line: #dfe5dc;
  --lime: #c9f36a;
  --lime-strong: #b7ed47;
  --green: #26734d;
  --forest: #173c2a;
  --amber: #ffce73;
  --purple: #d8ccff;
  --shadow-sm: 0 8px 30px rgba(22, 32, 25, .06);
  --shadow-lg: 0 26px 80px rgba(22, 32, 25, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Estedad, Vazirmatn, IRANSansX, Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  right: 10px;
  transform: translateY(-150%);
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled,
.compact-header {
  background: rgba(247, 248, 244, .92);
  box-shadow: 0 1px 0 rgba(22, 32, 25, .08);
  backdrop-filter: blur(18px);
}
.nav-shell {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-logo-image {
  width: 44px;
  height: 44px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.12; }
.brand strong { font-size: 19px; letter-spacing: -.5px; }
.brand small { margin-top: 3px; color: #6f796f; font-size: 10px; letter-spacing: .5px; }
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  background: var(--ink);
  transform: rotate(-3deg);
}
.brand-mark i {
  position: absolute;
  display: block;
  width: 7px;
  border-radius: 9px;
  background: var(--lime);
  transform: rotate(38deg);
}
.brand-mark i:nth-child(1) { height: 16px; right: 10px; bottom: 8px; }
.brand-mark i:nth-child(2) { height: 24px; right: 17px; bottom: 8px; }
.brand-mark i:nth-child(3) { height: 12px; right: 24px; bottom: 8px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-right: auto; margin-left: auto; }
.desktop-nav a, .text-link { color: #49534b; font-size: 14px; font-weight: 700; transition: color .2s; }
.desktop-nav a:hover, .text-link:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.btn {
  min-height: 48px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible,
.menu-button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible { outline: 3px solid rgba(38, 115, 77, .25); outline-offset: 3px; }
.btn-small { min-height: 42px; padding: 8px 18px; border-radius: 11px; font-size: 13px; }
.btn-large { min-height: 58px; padding: 13px 25px; }
.btn-primary { background: var(--lime); color: var(--ink); box-shadow: 0 12px 30px rgba(173, 218, 75, .24); }
.btn-primary:hover { background: var(--lime-strong); box-shadow: 0 16px 32px rgba(173, 218, 75, .32); }
.btn-dark { background: var(--ink); color: white; }
.btn-dark:hover { background: #26332a; }
.btn-outline { border-color: #cbd3c9; background: white; }
.btn-outline:hover { border-color: var(--ink); }
.btn-white { background: white; color: var(--ink); box-shadow: 0 12px 40px rgba(0, 0, 0, .12); }
.menu-button {
  width: 42px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
}
.menu-button span { width: 21px; height: 2px; border-radius: 5px; background: var(--ink); transition: .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  display: none;
  padding: 12px 24px 24px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.mobile-menu a { display: block; padding: 11px 0; border-bottom: 1px solid #e7ebe5; font-weight: 700; }

.hero {
  position: relative;
  min-height: 900px;
  padding: 160px 0 50px;
  overflow: hidden;
  background:
    linear-gradient(rgba(22, 32, 25, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 32, 25, .025) 1px, transparent 1px),
    var(--paper);
  background-size: 52px 52px;
}
.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 145px;
  left: 0;
  height: 1px;
  background: rgba(22, 32, 25, .09);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.orb-one { width: 420px; height: 420px; top: 105px; left: -160px; background: radial-gradient(circle, rgba(201, 243, 106, .28), transparent 68%); }
.orb-two { width: 350px; height: 350px; right: -180px; bottom: 180px; background: radial-gradient(circle, rgba(216, 204, 255, .24), transparent 68%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 40px; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.1px;
}
.eyebrow span { width: 25px; height: 2px; background: var(--green); }
.hero h1 {
  margin: 0 0 24px;
  font-size: clamp(54px, 5.4vw, 82px);
  line-height: 1.18;
  letter-spacing: -4.4px;
  font-weight: 780;
}
.hero h1 em { position: relative; color: var(--green); font-style: normal; }
.hero h1 em::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: -8px;
  width: 74%;
  height: 8px;
  border: solid var(--lime-strong);
  border-width: 3px 0 0;
  border-radius: 50%;
  transform: rotate(-2deg);
}
.hero-lead { max-width: 565px; margin: 0 0 32px; color: #566158; font-size: 18px; line-height: 2; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.play-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; }
.play-icon {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 1px solid #bdc6bc;
  border-radius: 50%;
  color: var(--green);
  font-size: 10px;
  transform: rotate(180deg);
}
.trust-row { display: flex; align-items: center; gap: 12px; margin-top: 35px; }
.trust-row p { margin: 0; color: #6e776f; font-size: 11px; line-height: 1.6; }
.trust-row p strong { color: var(--ink); font-size: 12px; }
.avatar-stack { display: flex; padding-right: 8px; direction: ltr; }
.avatar-stack span {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: #d9e8dc;
  color: #294232;
  font-size: 11px;
  font-weight: 900;
}
.avatar-stack span:nth-child(2) { background: #ffe3bd; }
.avatar-stack span:nth-child(3) { background: #ddd3fa; }
.avatar-stack span:last-child { background: var(--ink); color: white; }

.hero-product { position: relative; min-height: 600px; direction: rtl; }
.product-glow {
  position: absolute;
  inset: 40px 35px 50px 25px;
  border-radius: 47% 53% 48% 52%;
  background: var(--lime);
  opacity: .72;
  transform: rotate(-7deg);
}
.product-glow::after {
  content: "";
  position: absolute;
  inset: -22px 25px 20px -15px;
  border: 1px solid rgba(38, 115, 77, .18);
  border-radius: 52% 48% 55% 45%;
}
.chat-window {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 58px;
  width: min(420px, calc(100% - 82px));
  height: 570px;
  overflow: hidden;
  border: 7px solid #263128;
  border-radius: 32px;
  background: white;
  box-shadow: 0 32px 60px rgba(20, 39, 26, .24);
  transform: rotate(2deg);
}
.chat-topbar { height: 77px; padding: 13px 19px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #edf0ec; }
.chat-topbar button { border: 0; background: transparent; letter-spacing: 2px; }
.chat-identity { display: flex; align-items: center; gap: 10px; }
.chat-identity > span:last-child { display: flex; flex-direction: column; }
.chat-identity strong { font-size: 13px; }
.chat-identity small { color: #79827a; font-size: 9px; }
.chat-identity small i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: #4fba77; }
.assistant-avatar { width: 41px; height: 41px; position: relative; display: grid; place-items: center; border-radius: 13px; background: var(--forest); color: var(--lime); }
.assistant-avatar i { position: absolute; left: -1px; bottom: -1px; width: 10px; height: 10px; border: 2px solid white; border-radius: 50%; background: #4fc47a; }
.chat-body { height: 420px; padding: 22px 18px; background: #f8faf7; }
.message { max-width: 86%; margin-bottom: 18px; padding: 13px 15px 8px; border-radius: 17px; font-size: 11px; line-height: 1.8; box-shadow: 0 3px 12px rgba(22, 32, 25, .04); }
.message time { display: block; margin-top: 4px; color: #8d968e; font-size: 8px; text-align: left; }
.user-message { margin-right: auto; border-bottom-left-radius: 5px; background: var(--ink); color: white; }
.bot-message { border: 1px solid #e5e9e3; border-bottom-right-radius: 5px; background: white; }
.product-mini { margin-top: 10px; padding: 9px; display: flex; align-items: center; gap: 10px; border: 1px solid #e8ede6; border-radius: 12px; background: #fbfcfa; }
.product-art { width: 61px; height: 55px; position: relative; flex-shrink: 0; border-radius: 9px; background: #e4e8e1; }
.product-art::before { content: ""; position: absolute; width: 40px; height: 23px; right: 10px; top: 18px; border-radius: 4px; background: #5c635d; box-shadow: inset 0 -7px #333936; }
.product-art::after { content: ""; position: absolute; width: 28px; height: 14px; right: 16px; top: 8px; background: white; border: 1px solid #aab1aa; }
.product-mini div:last-child { display: flex; min-width: 0; flex-direction: column; line-height: 1.5; }
.product-mini b { font-size: 9px; }
.product-mini small { color: #3e9a62; font-size: 7px; }
.product-mini strong { margin-top: 3px; color: var(--green); font-size: 9px; }
.typing { width: 45px; padding: 7px 10px; display: flex; gap: 3px; border-radius: 10px 10px 4px 10px; background: white; }
.typing span { width: 5px; height: 5px; border-radius: 50%; background: #9fa9a0; animation: typing 1.2s infinite; }
.typing span:nth-child(2) { animation-delay: .2s; }
.typing span:nth-child(3) { animation-delay: .4s; }
@keyframes typing { 50% { opacity: .3; transform: translateY(-2px); } }
.chat-composer { position: absolute; right: 0; bottom: 0; left: 0; height: 63px; padding: 10px 17px; display: flex; align-items: center; justify-content: space-between; color: #9ba29b; font-size: 9px; background: white; border-top: 1px solid #edf0ec; }
.chat-composer b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--lime); color: var(--ink); font-size: 17px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(255, 255, 255, .65); border-radius: 14px; background: rgba(255, 255, 255, .94); box-shadow: 0 17px 40px rgba(31, 52, 37, .16); backdrop-filter: blur(10px); }
.floating-card > div { display: flex; flex-direction: column; line-height: 1.45; }
.floating-card small { color: #737d75; font-size: 8px; }
.floating-card strong { font-size: 10px; }
.order-float { top: 92px; left: -3px; }
.insight-float { right: 0; bottom: 40px; }
.float-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: #e2f8b2; color: #2d6849; font-weight: 900; }
.bars { width: 31px; height: 31px; display: flex; align-items: end; justify-content: center; gap: 3px; padding: 7px; border-radius: 10px; background: #e8e0ff; }
.bars i { width: 4px; border-radius: 3px; background: #604a98; }
.bars i:nth-child(1) { height: 8px; }.bars i:nth-child(2) { height: 16px; }.bars i:nth-child(3) { height: 12px; }
.channel-strip { position: relative; z-index: 2; margin-top: 45px; height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.channel-strip > span { color: #7c867e; font-size: 12px; }
.channel-strip div { display: flex; align-items: center; gap: 9px; color: #505a52; font-size: 14px; font-weight: 800; }
.channel-logo { width: 30px; height: 30px; display: block; flex: 0 0 30px; object-fit: contain; }
.channel-dot { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: white; font-size: 11px; }
.web-dot { background: var(--ink); }

.problem-section { padding: 110px 0 120px; background: white; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading h2, .centered-heading h2, .how-copy h2, .cta-shell h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.35;
  letter-spacing: -2.3px;
}
.split-heading > p { margin: 0 0 8px; color: var(--muted); line-height: 2; }
.stat-cards { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat-card { min-height: 250px; position: relative; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcfa; }
.stat-card.featured { background: #eef8d7; border-color: #d8ecab; }
.stat-card::after { content: ""; position: absolute; width: 110px; height: 110px; left: -35px; bottom: -55px; border: 1px solid #dce4da; border-radius: 50%; }
.stat-no { display: block; margin-bottom: 32px; color: #98a199; font-size: 12px; }
.stat-card strong { display: block; margin-bottom: 10px; font-size: 20px; }
.stat-card p { max-width: 290px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.stat-line { position: absolute; right: 27px; bottom: 24px; width: 44px; height: 2px; background: var(--ink); }

.features-section { padding: 120px 0; }
.centered-heading { max-width: 680px; margin: 0 auto 58px; text-align: center; }
.centered-heading p { color: var(--muted); }
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  min-height: 330px;
  position: relative;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow-sm);
}
.feature-wide { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 24px; }
.feature-card h3 { margin: 20px 0 9px; font-size: 20px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.icon-tile { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--lime); font-weight: 900; }
.icon-tile.green { background: #d5f0e1; color: var(--green); }.icon-tile.amber { background: #ffedcb; }.icon-tile.purple { background: var(--purple); }.icon-tile.dark { background: rgba(255, 255, 255, .1); color: var(--lime); }
.feature-tag { display: inline-block; margin: 18px 0 0 6px; padding: 5px 9px; border-radius: 8px; background: #f0f3ef; color: #5d675f; font-size: 9px; font-weight: 800; }
.mini-conversation { padding: 17px; border-radius: 17px; background: #f5f7f3; transform: rotate(-2deg); }
.mini-conversation p { max-width: 85%; padding: 10px 12px; border-radius: 12px; background: var(--ink); color: white; font-size: 10px; }
.mini-conversation p:last-child { margin-top: 9px; margin-right: auto; background: #e4f6bc; color: var(--ink); }
.file-stack { position: absolute; right: 28px; bottom: 27px; display: flex; direction: ltr; }
.file-stack i { width: 52px; height: 60px; display: grid; place-items: center; margin-left: -8px; border: 1px solid #d7ddd5; border-radius: 10px; background: #f5f7f4; color: var(--green); font-size: 9px; font-style: normal; font-weight: 900; transform: rotate(-5deg); }
.file-stack i:nth-child(2) { background: #ecf8d9; transform: rotate(3deg); }.file-stack i:nth-child(3) { background: #fff0dd; transform: rotate(8deg); }
.dark-card { background: var(--forest); color: white; border-color: var(--forest); }
.dark-card p { color: #b7c6bb; }
.network-art { position: absolute; width: 180px; height: 100px; left: -20px; bottom: 5px; opacity: .9; }
.network-art span { position: absolute; left: 70px; top: 28px; width: 48px; height: 48px; border-radius: 50%; border: 10px solid var(--lime); }
.network-art i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: white; }
.network-art i:nth-child(2) { left: 20px; top: 18px; }.network-art i:nth-child(3) { left: 30px; bottom: 10px; }.network-art i:nth-child(4) { right: 15px; top: 6px; }.network-art i:nth-child(5) { right: 2px; bottom: 12px; }
.network-art::before, .network-art::after { content: ""; position: absolute; top: 50px; width: 70px; height: 1px; background: #7d9986; }
.network-art::before { left: 17px; transform: rotate(20deg); }.network-art::after { right: 4px; transform: rotate(-25deg); }
.chart-art { padding: 22px; border: 1px solid #e1e6df; border-radius: 17px; background: #fafbf9; }
.chart-art span { display: flex; justify-content: space-between; font-size: 9px; color: #778078; }
.chart-art span b { color: var(--green); font-size: 16px; }
.chart-art div { height: 120px; display: flex; align-items: end; gap: 9px; direction: ltr; border-bottom: 1px solid #dce2da; }
.chart-art i { flex: 1; height: 25%; border-radius: 5px 5px 0 0; background: #dce5d9; }
.chart-art i:nth-child(2) { height: 38%; }.chart-art i:nth-child(3) { height: 34%; }.chart-art i:nth-child(4) { height: 58%; background: #c9e78a; }.chart-art i:nth-child(5) { height: 66%; background: #bfe26e; }.chart-art i:nth-child(6) { height: 84%; background: var(--green); }
.security-row { position: absolute; right: 27px; bottom: 25px; display: flex; gap: 6px; }
.security-row span { padding: 7px 9px; border-radius: 999px; background: #edf3ea; color: var(--green); font-size: 9px; font-weight: 800; }
.email-mini {
  padding: 16px;
  border-radius: 17px;
  background: #f5f7f3;
  border: 1px solid #e3e9e0;
  display: grid;
  gap: 10px;
}
.email-mini-row {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  background: white;
  border: 1px solid #e7ece5;
}
.email-mini-row span { color: #7d877f; font-size: 10px; font-weight: 800; }
.email-mini-row strong { font-size: 12px; }
.email-mini-row.reply {
  background: #eef8d7;
  border-color: #d8ecab;
}
.email-mini-meta {
  color: #7c867e;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.builder-showcase {
  padding: 100px 0 120px;
  background:
    radial-gradient(circle at 18% 20%, rgba(201, 243, 106, .35), transparent 42%),
    radial-gradient(circle at 88% 70%, rgba(38, 115, 77, .12), transparent 40%),
    linear-gradient(180deg, #f7f8f4 0%, #eef4ea 100%);
}
.builder-showcase-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}
.builder-copy h2 {
  margin: 12px 0 16px;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -1.4px;
  line-height: 1.25;
}
.builder-copy p { color: var(--muted); max-width: 34rem; }
.builder-points {
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.builder-points li {
  position: relative;
  padding: 12px 16px 12px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 600;
}
.builder-points li::before {
  content: "";
  position: absolute;
  right: -1px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 999px;
  background: var(--lime-strong);
}
.builder-mock {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}
.builder-mock-panel {
  width: min(100%, 360px);
  margin-left: 70px;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  display: grid;
  gap: 10px;
  animation: builderFloat 5.5s ease-in-out infinite;
}
.builder-mock-row,
.builder-mock-block {
  height: 42px;
  border-radius: 12px;
  background: #f1f5ef;
}
.builder-mock-row.is-active {
  background: linear-gradient(90deg, #e8f7c8, #f7f8f4);
  box-shadow: inset 0 0 0 1px rgba(38, 115, 77, .18);
}
.builder-mock-row.short { width: 68%; }
.builder-mock-block { height: 78px; }
.builder-mock-block.tall { height: 110px; background: #f7faf5; }
.builder-mock-phone {
  position: absolute;
  left: 8%;
  bottom: 18px;
  width: 168px;
  height: 320px;
  padding: 14px 12px;
  border-radius: 28px;
  background: #12151a;
  border: 3px solid #2a3038;
  box-shadow: 0 24px 50px rgba(22, 32, 25, .28);
  animation: builderPhone 6.5s ease-in-out infinite;
}
.builder-mock-phone-top {
  height: 28px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: #1d232b;
}
.builder-mock-bubble {
  width: 78%;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 14px;
  background: #2b3340;
}
.builder-mock-bubble.user { margin-right: auto; }
.builder-mock-bubble.bot {
  margin-left: auto;
  background: #26734d;
}
.builder-mock-bubble.short { width: 58%; height: 26px; }
@keyframes builderFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes builderPhone {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-10px) rotate(-1.5deg); }
}

.email-showcase {
  padding: 100px 0 120px;
  background:
    radial-gradient(circle at 82% 18%, rgba(47, 111, 237, .12), transparent 40%),
    radial-gradient(circle at 12% 80%, rgba(201, 243, 106, .28), transparent 42%),
    linear-gradient(180deg, #eef4ea 0%, #f7f8f4 100%);
}
.email-mock {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}
.email-mock-panel {
  width: min(100%, 380px);
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  display: grid;
  gap: 12px;
  animation: builderFloat 5.5s ease-in-out infinite;
}
.email-mock-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f1f5ef;
  font-size: 12px;
  font-weight: 800;
  direction: ltr;
}
.email-mock-top b {
  padding: 4px 8px;
  border-radius: 999px;
  background: #e2f8b2;
  color: #2d6849;
  font-size: 10px;
}
.email-mock-item {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 14px;
  background: #fafbf9;
  border: 1px solid #e7ece5;
}
.email-mock-item.is-new {
  background: linear-gradient(90deg, #e8f7c8, #f7f8f4);
  box-shadow: inset 0 0 0 1px rgba(38, 115, 77, .18);
}
.email-mock-item small { color: #7d877f; font-size: 10px; font-weight: 800; }
.email-mock-item strong { font-size: 13px; }
.email-mock-item em { color: var(--green); font-size: 11px; font-style: normal; font-weight: 700; }
.email-mock-reply {
  padding: 14px;
  border-radius: 14px;
  background: var(--forest);
  color: white;
}
.email-mock-reply span { display: block; margin-bottom: 8px; color: var(--lime); font-size: 11px; font-weight: 800; }
.email-mock-reply p { margin: 0; color: #d7e3db; font-size: 12px; line-height: 1.8; }

.audience-section { padding: 120px 0; background: #eaf0e7; }
.audience-heading { margin-bottom: 48px; }
.use-case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.use-case-card {
  min-height: 255px;
  padding: 29px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d6dfd2;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--shadow-sm);
}
.use-case-card.featured { background: var(--forest); color: white; border-color: var(--forest); }
.use-case-no { color: #829083; font-size: 10px; font-weight: 900; }
.use-case-card.featured .use-case-no { color: var(--lime); }
.use-case-card h3 { margin: 28px 0 8px; font-size: 22px; }
.use-case-card p { max-width: 470px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.use-case-card.featured p { color: #b8c8bc; }
.use-case-card > div { margin-top: auto; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 7px; }
.use-case-card > div span { padding: 5px 9px; border-radius: 8px; background: #edf2e9; color: #57635a; font-size: 8px; font-weight: 800; }
.use-case-card.featured > div span { background: rgba(255, 255, 255, .09); color: #dce8df; }

.how-section { padding: 120px 0; background: white; }
.how-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 110px; }
.how-copy > p { margin: 22px 0; color: var(--muted); line-height: 2; }
.arrow-link { display: inline-flex; gap: 18px; align-items: center; color: var(--green); font-weight: 900; }
.steps-list { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-list li { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 23px; min-height: 135px; }
.steps-list li:not(:last-child)::before { content: ""; position: absolute; top: 54px; right: 26px; bottom: 0; width: 1px; background: #ced7cd; }
.steps-list > li > span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #cbd4ca; border-radius: 17px; background: #f8faf7; color: var(--green); font-weight: 900; }
.steps-list li:nth-child(2) > span { background: var(--lime); border-color: var(--lime); }
.steps-list strong { display: block; margin: 5px 0 7px; font-size: 18px; }
.steps-list p { margin: 0; color: var(--muted); font-size: 13px; }

.pricing-section { padding: 120px 0; background: #eef1eb; }
.pricing-heading { margin-bottom: 55px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; padding: 31px; border: 1px solid #d9dfd6; border-radius: 26px; background: white; box-shadow: var(--shadow-sm); }
.price-card.popular { border: 2px solid var(--green); transform: translateY(-10px); box-shadow: 0 24px 60px rgba(38, 115, 77, .12); }
.popular-label { position: absolute; top: -15px; right: 50%; padding: 5px 14px; border-radius: 20px; background: var(--green); color: white; font-size: 9px; font-weight: 900; transform: translateX(50%); }
.plan-name { display: block; font-size: 21px; font-weight: 900; }
.price-card > p { min-height: 55px; margin: 8px 0; color: var(--muted); font-size: 12px; }
.price { margin: 18px 0 23px; display: flex; align-items: baseline; gap: 8px; }
.price strong { font-size: 29px; letter-spacing: -1.4px; }
.price span { color: var(--muted); font-size: 11px; }
.price-card .btn { width: 100%; }
.price-card ul { margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid #e7ebe5; list-style: none; }
.price-card li { position: relative; margin: 10px 0; padding-right: 23px; color: #59635b; font-size: 12px; }
.price-card li::before { content: "✓"; position: absolute; right: 0; color: var(--green); font-weight: 900; }
.no-payment-note { margin-top: 35px; padding: 18px 22px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 1px dashed #c3ccc0; border-radius: 16px; color: #5e6960; text-align: center; }
.no-payment-note span { width: 25px; height: 25px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; background: #dce3d9; font-family: Georgia, serif; font-weight: 900; }
.no-payment-note p { margin: 0; font-size: 12px; }
.no-payment-note strong { color: var(--ink); }

.cta-section { padding: 90px 0; background: white; }
.cta-shell { min-height: 330px; position: relative; padding: 58px 65px; display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; border-radius: 32px; background: var(--forest); color: white; }
.cta-shell > *:not(.cta-orbit) { position: relative; z-index: 2; }
.cta-shell p { color: #bdcabf; }
.section-kicker.light { color: var(--lime); }
.cta-orbit { position: absolute; border: 1px solid rgba(201, 243, 106, .16); border-radius: 50%; }
.orbit-a { width: 380px; height: 380px; left: -100px; top: -180px; }.orbit-b { width: 240px; height: 240px; left: 50px; bottom: -150px; }
.cta-shell::after { content: "✦"; position: absolute; left: 100px; top: 55px; color: var(--lime); font-size: 35px; opacity: .5; }

footer { padding: 68px 0 25px; background: #111a14; color: white; }
.footer-top { display: grid; grid-template-columns: .8fr 1.2fr 1fr; align-items: center; gap: 50px; }
.footer-brand small { color: #9aa69c; }
.footer-brand .brand-logo-image {
  padding: 3px;
  border-radius: 13px;
  background: white;
}
.footer-top > p { max-width: 350px; color: #a4afa6; font-size: 13px; }
.support-box { padding-right: 27px; display: flex; flex-direction: column; border-right: 1px solid #304036; direction: rtl; }
.support-box span { color: #859189; font-size: 10px; }
.support-box a { margin-top: 5px; font-size: 13px; direction: ltr; text-align: right; }
.footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid #26342b; color: #879289; font-size: 10px; }
.footer-bottom div { display: flex; gap: 25px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: .12s; }.reveal.delay-2 { transition-delay: .22s; }

/* Order page */
.order-body { min-height: 100vh; background: #f4f6f1; }
.compact-header { position: relative; }
.order-nav-note { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.order-nav-note span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #dbefb3; color: var(--green); font-size: 10px; font-weight: 900; }
.back-link { color: var(--green); font-size: 13px; font-weight: 800; }
.back-link span { margin-right: 6px; }
.order-main { min-height: calc(100vh - 160px); padding: 62px 0 100px; }
.order-heading { max-width: 670px; margin: 0 auto 45px; text-align: center; }
.order-heading h1 { margin: 0; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.35; letter-spacing: -2.3px; }
.order-heading p { color: var(--muted); }
.order-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .7fr); gap: 25px; align-items: start; }
.order-form { padding: 32px; border: 1px solid var(--line); border-radius: 27px; background: white; box-shadow: var(--shadow-sm); }
.form-section { margin: 0 0 34px; padding: 0; border: 0; }
.form-section legend { width: 100%; margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }
.form-section legend > span { width: 36px; height: 36px; display: grid; place-items: center; flex-shrink: 0; border-radius: 11px; background: #e8f6c9; color: var(--green); font-size: 12px; font-weight: 900; }
.form-section legend div { display: flex; flex-direction: column; line-height: 1.5; }
.form-section legend strong { font-size: 17px; }
.form-section legend small { color: var(--muted); font-size: 10px; }
.plan-options { display: grid; gap: 10px; }
.plan-option { min-height: 82px; position: relative; padding: 14px 15px; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 13px; border: 1px solid #dce3da; border-radius: 15px; background: #fcfdfb; cursor: pointer; transition: border .2s, background .2s, transform .2s; }
.plan-option:hover { transform: translateY(-1px); border-color: #aab7a8; }
.plan-option:has(input:checked) { border: 2px solid var(--green); background: #f5fbe9; box-shadow: 0 8px 25px rgba(38, 115, 77, .08); }
.plan-option input { position: absolute; opacity: 0; pointer-events: none; }
.radio-ui { width: 20px; height: 20px; position: relative; border: 1.5px solid #aeb9ad; border-radius: 50%; background: white; }
.plan-option input:focus-visible + .radio-ui { outline: 3px solid rgba(38, 115, 77, .2); }
.plan-option input:checked + .radio-ui { border: 6px solid var(--green); }
.plan-option > span:nth-of-type(2) { display: flex; min-width: 0; flex-direction: column; line-height: 1.6; }
.plan-option strong { font-size: 14px; }
.plan-option small { color: var(--muted); font-size: 9px; }
.plan-option i { width: max-content; margin-bottom: 2px; padding: 1px 6px; border-radius: 6px; background: var(--lime); color: #43532c; font-size: 7px; font-style: normal; font-weight: 900; }
.plan-option > b { font-size: 13px; white-space: nowrap; }
.plan-option > b small { display: block; text-align: left; }
.fields-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.full-field { grid-column: 1 / -1; }
.field > span { color: #3f4941; font-size: 11px; font-weight: 800; }
.field > span b { color: #c94f54; }.field > span i { color: #8c958d; font-size: 8px; font-style: normal; font-weight: 500; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid #d9e0d7;
  border-radius: 12px;
  background: #fbfcfa;
  color: var(--ink);
  transition: border .2s, box-shadow .2s;
}
.field input, .field select { height: 49px; padding: 0 13px; }
.field textarea { min-height: 115px; padding: 12px 13px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #adb5ae; font-size: 10px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(38, 115, 77, .07); background: white; outline: none; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #c95151; }
.field-error { min-height: 0; color: #c24a4a; font-size: 9px; }
.channel-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.channel-options label { position: relative; cursor: pointer; }
.channel-options input { position: absolute; opacity: 0; pointer-events: none; }
.channel-options span {
  min-height: 45px;
  padding: 8px;
  display: grid;
  place-items: center;
  border: 1px solid #d9e0d7;
  border-radius: 11px;
  background: #fbfcfa;
  color: #5d675f;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  transition: border .2s, background .2s, color .2s;
}
.channel-options input:checked + span { border-color: var(--green); background: #eaf5d7; color: var(--green); }
.channel-options input:focus-visible + span { outline: 3px solid rgba(38, 115, 77, .2); outline-offset: 2px; }
.char-count { margin-top: -4px; color: #949d95; font-size: 8px; text-align: left; }
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.consent { position: relative; display: flex; align-items: flex-start; gap: 9px; color: #616b63; font-size: 10px; cursor: pointer; }
.consent input { position: absolute; opacity: 0; }
.check-ui { width: 20px; height: 20px; display: grid; place-items: center; flex-shrink: 0; border: 1px solid #b9c3b7; border-radius: 6px; background: white; color: transparent; font-size: 10px; }
.consent input:checked + .check-ui { border-color: var(--green); background: var(--green); color: white; }
.consent input:focus-visible + .check-ui { outline: 3px solid rgba(38, 115, 77, .2); }
.form-message { display: none; margin-bottom: 12px; padding: 11px 13px; border-radius: 10px; background: #feecec; color: #9a3232; font-size: 11px; }
.form-message.show { display: block; }
.submit-order { width: 100%; border: 0; }
.submit-order[disabled] { opacity: .7; cursor: wait; transform: none; }
.submit-loading { display: none; }.submit-order.loading .submit-label { display: none; }.submit-order.loading .submit-loading { display: inline; }
.form-footnote { margin: 12px 0 0; color: #899289; font-size: 9px; text-align: center; }
.order-summary { position: sticky; top: 25px; }
.summary-card { padding: 25px; border: 1px solid #dbe2d8; border-radius: 24px; background: white; box-shadow: var(--shadow-sm); }
.summary-top { display: flex; align-items: center; justify-content: space-between; }
.summary-top > span { font-size: 13px; font-weight: 900; }
.summary-top i { padding: 4px 8px; border-radius: 8px; background: #e9f7c9; color: var(--green); font-size: 8px; font-style: normal; font-weight: 900; }
.selected-plan-art { margin: 22px 0; padding: 14px; display: flex; align-items: center; gap: 12px; border-radius: 15px; background: #f4f6f1; }
.selected-plan-art div { display: flex; flex-direction: column; }
.selected-plan-art small { color: var(--muted); font-size: 8px; }.selected-plan-art strong { font-size: 13px; }
.summary-card dl { margin: 0; }
.summary-card dl div { padding: 9px 0; display: flex; justify-content: space-between; gap: 15px; font-size: 10px; }
.summary-card dt { color: var(--muted); }.summary-card dd { margin: 0; font-weight: 800; text-align: left; }.summary-card dd.free-value { color: var(--green); }
.summary-divider { height: 1px; margin: 18px 0; background: #e7ebe5; }
.summary-card h3 { margin: 0 0 14px; font-size: 12px; }
.mini-steps { margin: 0; padding: 0; list-style: none; }
.mini-steps li { margin: 10px 0; display: grid; grid-template-columns: 21px 1fr; gap: 8px; color: #667168; font-size: 9px; }
.mini-steps li span { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 7px; background: #edf2e9; color: var(--green); font-weight: 900; }
.side-support { margin-top: 12px; padding: 15px; display: flex; gap: 11px; border: 1px dashed #cdd5cb; border-radius: 15px; }
.support-avatar { width: 35px; height: 35px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; background: var(--purple); color: #594587; font-weight: 900; }
.side-support div { display: flex; min-width: 0; flex-direction: column; }
.side-support strong { font-size: 10px; }.side-support a { color: var(--green); font-size: 9px; direction: ltr; text-align: right; overflow-wrap: anywhere; }
.order-footer { padding: 21px 0; background: #172119; }
.order-footer .container { display: flex; justify-content: space-between; color: #9ba59d; font-size: 9px; }

.success-overlay { position: fixed; z-index: 100; inset: 0; padding: 24px; display: none; place-items: center; background: rgba(15, 24, 17, .72); backdrop-filter: blur(8px); }
.success-overlay.open { display: grid; }
.success-dialog { width: min(470px, 100%); position: relative; padding: 38px; border-radius: 28px; background: white; text-align: center; box-shadow: var(--shadow-lg); animation: dialog-in .35s ease both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(15px) scale(.98); } }
.success-mark { width: 75px; height: 75px; display: grid; place-items: center; margin: -73px auto 20px; border: 8px solid rgba(255, 255, 255, .5); border-radius: 50%; background: var(--lime); box-shadow: 0 10px 30px rgba(161, 206, 70, .3); }
.success-mark span { font-size: 29px; font-weight: 900; }
.success-kicker { color: var(--green); font-size: 10px; font-weight: 900; }
.success-dialog h2 { margin: 8px 0 10px; font-size: 28px; letter-spacing: -1.2px; }
.success-dialog > p { color: var(--muted); font-size: 11px; }
.tracking-code { margin: 20px 0 11px; padding: 12px 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; border: 1px dashed #bfcbbd; border-radius: 13px; background: #f5f7f3; direction: rtl; }
.tracking-code small { color: var(--muted); font-size: 8px; }.tracking-code strong { font-family: Consolas, monospace; font-size: 16px; letter-spacing: 1px; direction: ltr; }.tracking-code button { padding: 5px 9px; border: 0; border-radius: 7px; background: white; color: var(--green); font-size: 8px; font-weight: 900; cursor: pointer; }
.queue-badge { margin-bottom: 20px; color: #647067; font-size: 10px; }.queue-badge strong { color: var(--green); font-size: 14px; }
.success-dialog .btn { width: 100%; }
.dialog-close { margin-top: 12px; border: 0; background: transparent; color: #808a82; font-size: 9px; cursor: pointer; }

@media (max-width: 980px) {
  .desktop-nav { gap: 18px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { max-width: 700px; text-align: center; margin: auto; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-product { width: min(620px, 100%); margin: auto; }
  .chat-window { right: 50%; transform: translateX(50%) rotate(1deg); }
  .order-float { left: 7%; }.insight-float { right: 6%; }
  .split-heading { gap: 35px; }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-wide { grid-column: span 2; }
  .dark-card { grid-column: span 1; }
  .how-grid { gap: 50px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 580px; }
  .price-card.popular { transform: none; }
  .price-card > p { min-height: auto; }
  .order-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .side-support { margin-top: 0; align-items: center; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 640px); }
  .site-header { background: rgba(247, 248, 244, .94); border-bottom: 1px solid rgba(22, 32, 25, .07); backdrop-filter: blur(15px); }
  .nav-shell { height: 70px; gap: 10px; }
  .desktop-nav, .desktop-only { display: none; }
  .nav-actions { gap: 6px; }
  .menu-button { display: flex; }
  .mobile-menu.open { display: block; }
  .hero { padding-top: 120px; background-size: 38px 38px; }
  .hero h1 { font-size: clamp(45px, 14vw, 68px); letter-spacing: -3.2px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-product { min-height: 520px; }
  .product-glow { inset: 42px 12px 45px; }
  .chat-window { width: calc(100% - 50px); height: 495px; right: 50%; }
  .chat-body { height: 345px; }
  .floating-card { display: none; }
  .channel-strip { height: auto; margin-top: 25px; padding: 25px 0; display: grid; grid-template-columns: repeat(2, 1fr); }
  .channel-strip > span { grid-column: 1 / -1; text-align: center; }
  .hero::after { bottom: 0; }
  .problem-section, .features-section, .builder-showcase, .email-showcase, .audience-section, .how-section, .pricing-section { padding: 80px 0; }
  .builder-showcase-grid { grid-template-columns: 1fr; gap: 36px; }
  .builder-mock, .email-mock { min-height: 380px; }
  .builder-mock-panel { margin-left: 0; }
  .builder-mock-phone { left: auto; right: 6%; }
  .split-heading { grid-template-columns: 1fr; text-align: center; }
  .stat-cards { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: 1fr; }
  .use-case-grid { grid-template-columns: 1fr; }
  .feature-wide, .dark-card { grid-column: span 1; }
  .feature-wide { grid-template-columns: 1fr; }
  .feature-card { min-height: 300px; }
  .how-grid { grid-template-columns: 1fr; }
  .how-copy { text-align: center; }
  .cta-section { padding: 55px 0; }
  .cta-shell { padding: 45px 25px; flex-direction: column; text-align: center; }
  .cta-shell .btn { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-top > p { margin: 0 auto; }
  .support-box { padding: 20px 0 0; border: 0; border-top: 1px solid #304036; align-items: center; }
  .support-box a { text-align: center; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 15px; }
  .order-nav-note { display: none; }
  .back-link { font-size: 0; }.back-link span { font-size: 18px; }
  .order-main { padding: 42px 0 70px; }
  .order-form { padding: 20px 17px; }
  .plan-option { grid-template-columns: 20px 1fr; }
  .plan-option > b { grid-column: 2; text-align: right; color: var(--green); }
  .plan-option > b small { display: inline; }
  .fields-grid { grid-template-columns: 1fr; }
  .channel-options { grid-template-columns: repeat(2, 1fr); }
  .full-field { grid-column: auto; }
  .order-summary { grid-template-columns: 1fr; }
  .success-dialog { padding: 30px 20px; }
  .tracking-code { grid-template-columns: 1fr auto; }
  .tracking-code small { grid-column: 1 / -1; }
  .order-footer .container { flex-direction: column; align-items: center; }
}

@media (max-width: 420px) {
  .nav-actions .btn-small { display: none; }
  .hero h1 { font-size: 43px; }
  .hero-product { min-height: 475px; }
  .chat-window { width: calc(100% - 20px); height: 465px; }
  .chat-body { height: 315px; padding-inline: 12px; }
  .message { max-width: 92%; }
  .split-heading h2, .centered-heading h2, .how-copy h2, .cta-shell h2 { font-size: 31px; letter-spacing: -1.4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
