:root {
  --ink: #172b3b;
  --muted: #546571;
  --night: #101f2b;
  --panel: #1a303f;
  --paper: #f4f5f2;
  --copper: #e1ac86;
  --line: #d6deda;
  --white: #fff;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 'Manrope', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: 'Sora', sans-serif; font-weight: 500; }
h1 { font-size: clamp(42px, 4.5vw, 65px); line-height: 1.12; letter-spacing: -.05em; }
h2 { font-size: clamp(30px, 3.1vw, 43px); line-height: 1.2; letter-spacing: -.05em; margin-bottom: 24px; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
h3 { font-size: 19px; line-height: 1.4; letter-spacing: -.035em; margin-bottom: 12px; }
p { max-width: 62ch; }
.wrap { width: min(var(--max), calc(100% - 96px)); margin-inline: auto; }
section { padding: 100px 0; }
.eyebrow { display: block; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 24px; }
.skip-link { position: absolute; top: -100px; left: 24px; z-index: 10; padding: 12px 20px; background: white; }
.skip-link:focus { top: 12px; }
header { color: var(--paper); background: var(--night); }
header .wrap { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid #ffffff20; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; font-family: 'Sora', sans-serif; font-size: 19px; letter-spacing: -.05em; white-space: nowrap; }
.brand-amp { color: var(--copper); font-family: Georgia, serif; font-style: italic; padding-inline: 2px; }
.brand small { display: block; font: 9px/1.8 'Manrope', sans-serif; letter-spacing: .22em; text-transform: uppercase; color: #b8c4cb; }
nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
nav a { min-height: 44px; display: inline-flex; align-items: center; color: #c1ccd2; text-decoration: none; font-size: 12px; }
nav a:hover { color: var(--copper); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 22px; background: var(--copper); border: 1px solid var(--copper); color: var(--night); border-radius: 6px; padding: 17px 23px; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; transition: background .2s, transform .2s; }
.btn::after { content: '\2197'; font-size: 19px; font-weight: 400; line-height: 1; }
.btn:hover { background: #f0c3a1; transform: translateY(-2px); }
.btn.small { background: transparent; border-color: #ffffff55; color: var(--paper); padding: 11px 17px; min-height: 44px; font-size: 12px; }
.btn.small:hover { border-color: var(--copper); color: var(--copper); }
a:focus-visible, button:focus-visible { outline: 3px solid #237191; outline-offset: 5px; }
header a:focus-visible, .hero a:focus-visible, .pricing a:focus-visible, .pricing button:focus-visible { outline-color: var(--copper); }
.btn:active:not([disabled]) { transform: translateY(0); }
.btn[disabled] { opacity: .6; cursor: default; transform: none; }
.hero { background: var(--night); color: var(--paper); padding: 64px 0 76px; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.15fr 1fr; gap: 90px; align-items: center; }
.hero .eyebrow { color: var(--copper); display: flex; align-items: center; gap: 12px; }
.hero .eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--copper); }
h1 .accent { color: var(--copper); display: block; }
.hero .lede { color: #bcc9d1; font-size: 16px; line-height: 1.8; max-width: 43ch; margin: 26px 0 28px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; text-underline-offset: 5px; color: #c4d0d7; }
.hero .note { max-width: 43ch; font-size: 12px; line-height: 1.8; color: #b3c2cc; margin-top: 22px; }
.hero-proof { display: flex; align-items: center; gap: 14px; border-top: 1px solid #ffffff20; padding-top: 24px; margin-top: 38px; color: #b8c8d0; font-size: 11px; }
.hero-proof span:first-child { color: var(--copper); font-size: 19px; }
.demo-stage { position: relative; padding: 0 10px; }
.demo-stage::before { content: ''; position: absolute; width: 530px; height: 530px; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px solid #c9ac8e18; border-radius: 50%; box-shadow: 0 0 0 40px #c9ac8e06, 0 0 0 80px #c9ac8e04; pointer-events: none; }
.demo-label { position: relative; display: flex; justify-content: space-between; gap: 16px; margin: 0 9px 16px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #a6b9c4; }
.demo-label span:last-child { color: var(--copper); }
.phone { position: relative; background: #f4f6f5; color: var(--ink); border: 7px solid #344550; border-radius: 30px; padding: 20px 18px 19px; box-shadow: 0 26px 60px #0005, inset 0 0 0 1px white; }
.phone .bar { display: flex; align-items: center; gap: 10px; padding: 0 0 14px; border-bottom: 1px solid var(--line); margin-bottom: 13px; font-size: 14px; font-weight: 800; }
.shop-avatar { display: grid; place-items: center; width: 34px; height: 34px; flex-shrink: 0; border-radius: 50%; background: #dce5e3; font-size: 10px; }
.bar small { display: block; color: var(--muted); font-size: 11px; font-weight: 400; }
.bar .bar-time { margin-left: auto; white-space: nowrap; font-size: 10px; font-weight: 400; color: var(--muted); }
.thread { display: flex; flex-direction: column; gap: 12px; }
.msg { max-width: 90%; padding: 10px 13px; border-radius: 15px; font-size: 13px; line-height: 1.6; }
.msg.us { background: #244f63; color: white; align-self: flex-end; border-bottom-right-radius: 3px; }
.msg.them { background: #e3e8e6; align-self: flex-start; border-bottom-left-radius: 3px; }
.msg.sys { align-self: center; color: var(--muted); text-align: center; font-size: 11px; padding: 1px 0 6px; }
.msg.flag { max-width: 100%; background: #efe2d5; border: 1px solid #d4b292; border-radius: 9px; margin-top: 9px; font-size: 12px; }
.msg.flag strong { display: block; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 4px; }
.demo-caption { position: relative; color: #9bafb9; text-align: center; font-size: 12px; line-height: 1.7; margin: 18px auto 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { color: var(--muted); max-width: 39ch; font-size: 14px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; counter-reset: step; }
.steps > div { counter-increment: step; border-top: 1px solid #b8c7c7; padding-top: 23px; }
.steps > div::before { content: '0' counter(step); display: block; color: #446b77; font-size: 12px; font-weight: 800; letter-spacing: .1em; margin-bottom: 27px; }
.steps p { color: var(--muted); font-size: 14px; }
.never { background: #dfe7e4; }
.never .wrap { display: grid; grid-template-columns: .9fr 1.25fr; gap: 95px; }
.never-intro p { color: var(--muted); font-size: 14px; }
.never ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.never li { border-top: 1px solid #afc1bc; padding-top: 17px; }
.never li strong { display: block; font-size: 14px; margin-bottom: 10px; }
.never li span { display: block; color: var(--muted); font-size: 13px; }
.addons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 35px; }
.addons > div { min-width: 0; padding: 27px 0 12px; border-top: 1px solid var(--line); }
.addons h3 { font-size: 17px; min-height: 48px; }
.addons p { font-size: 14px; color: var(--muted); }
.addon-icon { display: inline-flex; color: #486d76; width: 34px; height: 34px; margin-bottom: 18px; }
.addon-icon svg { width: 26px; height: 26px; }
.pricing { background: var(--night); color: var(--paper); }
.pricing .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.pricing .eyebrow { color: var(--copper); }
.pricing h2 { font-size: 38px; }
.pricing .price { font-family: 'Sora', sans-serif; font-size: 24px; letter-spacing: -.04em; color: var(--copper); margin: 30px 0; }
.price small { display: block; font: 14px/1.8 'Manrope', sans-serif; letter-spacing: 0; color: #bdcbd3; margin-top: 16px; max-width: 34ch; }
.pricing ul { list-style: none; margin: 0 0 30px; padding: 0; color: #bdcbd3; font-size: 13px; }
.pricing li { border-top: 1px solid #ffffff20; padding: 17px 0 17px 24px; position: relative; }
.pricing li::before { content: '\2713'; position: absolute; left: 0; color: var(--copper); }
.pricing .note { color: #bdcbd3; font-size: 12px; }
.pricing .note a { display: inline-block; text-underline-offset: 4px; }
.booking-card { min-width: 0; padding: 34px; background: var(--panel); border: 1px solid #ffffff18; border-radius: 13px; }
.booking-card h2 { font-size: 27px; margin-bottom: 14px; }
.booking-card > p { color: #bdcbd3; font-size: 12px; margin-bottom: 24px; }
form { display: flex; flex-direction: column; gap: 17px; }
label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
label .opt { font-weight: 400; color: #b4c4cd; }
input, select, textarea { display: block; width: 100%; min-width: 0; border: 1px solid #718895; border-radius: 5px; padding: 11px 12px; font-size: 16px; min-height: 46px; transition: border-color .2s, background .2s; background: #142835; color: white; color-scheme: dark; }
input:hover, select:hover, textarea:hover { border-color: #a5bbc7; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--copper); outline-offset: 2px; }
textarea { resize: vertical; min-height: 85px; }
textarea::placeholder { color: #9bb0bd; font-size: 12px; }
.cf-turnstile { min-height: 140px; }
.form-status { font-size: 12px; }
.form-status:empty { display: none; }
.form-status.ok { color: #9adeb5; }
.form-status.err { color: #ffc0a8; }
.also { padding: 54px 0; }
.also .wrap { display: grid; grid-template-columns: .8fr 1fr; gap: 100px; }
.also h2 { font-size: 22px; margin: 0; }
.also p { font-size: 13px; color: var(--muted); }
footer { border-top: 1px solid var(--line); padding: 30px 0; }
footer .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 10px; color: var(--muted); }
footer .footer-brand { font-family: 'Sora', sans-serif; color: var(--ink); font-size: 16px; letter-spacing: -.05em; }
@media (min-width: 901px) { .hero h1 { max-width: 9.7em; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero .wrap { gap: 45px; }
  nav { gap: 18px; }
  .never .wrap, .pricing .wrap, .also .wrap { gap: 45px; }
  .booking-card { padding: 24px; }
}
@media (max-width: 900px) {
  nav { display: none; }
  .hero .wrap { grid-template-columns: 1fr; gap: 46px; }
  .hero .wrap > div:first-child { max-width: 620px; }
  .demo-stage { width: 100%; max-width: 480px; justify-self: center; padding: 0; }
  h1 { font-size: 42px; }
  .hero .lede { font-size: 14px; }
  .phone { padding: 16px 12px; }
  .msg { font-size: 14px; padding: 11px 13px; }
  .never .wrap, .pricing .wrap { grid-template-columns: 1fr; }
  .pricing .wrap { gap: 40px; }
  .pricing-copy { max-width: 600px; }
  .section-head { align-items: start; flex-direction: column; gap: 18px; }
  .section-head > p { max-width: 60ch; }
  .steps { gap: 25px; }
  .addons { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 650px) {
  .wrap { width: calc(100% - 40px); }
  header .wrap { min-height: 83px; gap: 12px; }
  .brand { font-size: 15px; gap: 8px; }
  .brand small { font-size: 7px; }
  header .btn.small { font-size: 10px; padding: 10px; gap: 10px; }
  header .btn.small::after { display: none; }
  .hero { padding: 44px 0 42px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 46px; }
  h1 { font-size: clamp(39px, 10.5vw, 60px); max-width: 11em; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .12em; }
  .hero .lede { font-size: 15px; }
  .hero .note { font-size: 12px; }
  .hero-proof { margin-top: 28px; }
  .demo-stage { width: 100%; max-width: 420px; justify-self: center; padding: 0; }
  .phone { padding: 19px 14px; }
  .msg { font-size: 13px; padding: 10px 12px; }
  .msg.flag { font-size: 12px; }
  section { padding: 62px 0; }
  .eyebrow { font-size: 10px; margin-bottom: 18px; }
  .section-head { margin-bottom: 32px; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps > div { padding-left: 43px; position: relative; }
  .steps > div::before { position: absolute; left: 0; top: 26px; }
  .never ul { grid-template-columns: 1fr; gap: 24px; }
  .never .wrap { gap: 30px; }
  .addons { gap: 26px 22px; }
  .addons h3 { font-size: 17px; }
  .addons p { font-size: 14px; }
  .booking-card { padding: 22px 18px; }
  .pricing h2 { font-size: 32px; }
  .booking-card h2 { font-size: 26px; }
  input, select, textarea { font-size: 16px; }
  .also .wrap { grid-template-columns: 1fr; gap: 18px; }
  footer .wrap { justify-content: start; gap: 14px 22px; }
}
@media (max-width: 520px) {
  .addons { grid-template-columns: 1fr; gap: 20px; }
  .addons h3 { min-height: 0; }
  .addon-icon { margin-bottom: 12px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .booking-card { padding: 20px 12px; }
  .addons { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: no-preference) {
  .msg.show { animation: arrive .35s ease both; }
  @keyframes arrive { from { opacity: .3; transform: translateY(5px); } to { opacity: 1; transform: none; } }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
