:root {
  --navy: #0b1632;
  --navy-2: #142342;
  --green: #10b869;
  --green-dark: #078f50;
  --mint: #dff8ec;
  --mint-soft: #effbf5;
  --cream: #f8faf7;
  --white: #fff;
  --text-soft: #5e6980;
  --line: #dce7e1;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--cream); font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { width: min(1180px, calc(100% - 48px)); height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 43px; height: 43px; border: 3px solid var(--green); border-radius: 13px; display: grid; place-items: center; position: relative; background: #fff; box-shadow: 0 6px 16px rgb(11 22 50 / 8%); }
.brand-calendar { width: 27px; border-top: 8px solid var(--green); border-radius: 3px; color: var(--navy); font-size: 13px; font-weight: 800; line-height: 19px; text-align: center; }
.brand-check { position: absolute; right: -6px; bottom: -5px; width: 18px; height: 18px; border: 2px solid #fff; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-size: 11px; font-weight: 900; }
.brand-name { font-size: 26px; font-weight: 800; letter-spacing: -1.3px; }
.brand-name span { color: var(--green); }
.main-nav { display: flex; gap: 34px; margin-left: 60px; color: #47516a; font-size: 13px; font-weight: 650; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--green-dark); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy); }

.button { min-height: 52px; padding: 0 23px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button > span { font-size: 18px; }
.button-small { min-height: 43px; padding: 0 17px; border-radius: 11px; }
.button-outline { border: 1px solid var(--line); background: #fff; box-shadow: 0 5px 14px rgb(11 22 50 / 4%); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 13px 27px rgb(16 184 105 / 22%); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 16px 32px rgb(16 184 105 / 30%); }
.button-light { color: var(--navy); background: #fff; }
.button-dark { color: #fff; background: var(--navy); box-shadow: 0 14px 25px rgb(11 22 50 / 18%); }

.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hero { min-height: 690px; padding: 58px 0 96px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 55px; position: relative; }
.hero-copy { position: relative; z-index: 2; }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.glow-one { width: 470px; height: 470px; right: -180px; top: 20px; background: rgb(201 244 223 / 58%); }
.glow-two { width: 180px; height: 180px; left: -220px; bottom: 20px; background: rgb(220 248 234 / 70%); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.35px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgb(16 184 105 / 11%); }
h1 { max-width: 700px; margin: 23px 0 24px; font-size: clamp(48px, 5.15vw, 74px); line-height: .99; letter-spacing: -4.2px; font-weight: 800; }
h1 span { display: block; color: var(--green); }
.hero-description { max-width: 610px; margin: 0; color: #546077; font-size: 18px; line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.text-link { padding: 8px 0 5px; display: inline-flex; gap: 7px; border-bottom: 1px solid #bcc6c1; font-size: 14px; font-weight: 700; }
.hero-proof { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 20px; color: #697387; font-size: 12px; font-weight: 600; }

.hero-visual { min-height: 570px; display: grid; place-items: center; position: relative; z-index: 2; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border-radius: 50%; }
.hero-visual::before { width: 455px; height: 455px; border: 1px solid rgb(16 184 105 / 23%); }
.hero-visual::after { width: 375px; height: 375px; border: 1px dashed rgb(16 184 105 / 23%); }
.shape-dots { position: absolute; right: 7px; top: 30px; width: 70px; height: 70px; opacity: .5; background-image: radial-gradient(var(--green) 2px, transparent 2px); background-size: 15px 15px; }
.phone { width: 292px; height: 562px; padding: 10px; border: 2px solid #14203a; border-radius: 42px; background: #0b1632; box-shadow: 0 35px 65px rgb(11 22 50 / 22%); position: relative; z-index: 3; transform: rotate(1.2deg); }
.phone-speaker { position: absolute; z-index: 5; top: 16px; left: 50%; width: 74px; height: 20px; border-radius: 15px; background: #091229; transform: translateX(-50%); }
.phone-screen { width: 100%; height: 100%; padding: 82px 12px 15px; border-radius: 32px; overflow: hidden; position: relative; background: #edf5f0; }
.chat-header { position: absolute; inset: 0 0 auto; height: 72px; padding: 17px 15px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #dfe8e3; background: #fff; }
.assistant-avatar { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-weight: 850; }
.chat-header strong { display: block; font-size: 13px; }
.chat-header div > span { margin-top: 3px; display: flex; align-items: center; gap: 4px; color: #687388; font-size: 9px; }
.chat-header i { width: 5px; height: 5px; border-radius: 50%; display: inline-block; background: var(--green); }
.chat-day { width: fit-content; margin: 0 auto 10px; padding: 3px 8px; border-radius: 7px; color: #879184; background: rgb(255 255 255 / 70%); font-size: 7px; font-weight: 700; }
.message { width: 84%; margin-bottom: 7px; padding: 9px 10px 16px; border-radius: 11px; position: relative; color: #334057; background: #fff; box-shadow: 0 2px 4px rgb(11 22 50 / 5%); font-size: 9px; line-height: 1.4; }
.message time { position: absolute; right: 7px; bottom: 4px; color: #929b9a; font-size: 6px; }
.message-client { margin-left: auto; border-bottom-right-radius: 3px; background: #d5f8e5; }
.message-bot { border-bottom-left-radius: 3px; }
.message-short { width: 50%; }
.audio-message { height: 56px; padding: 9px 8px; display: flex; align-items: center; gap: 7px; }
.audio-play { width: 26px; height: 26px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-size: 9px; }
.waveform { height: 33px; flex: 1; display: flex; align-items: center; gap: 2px; }
.waveform i { width: 2px; border-radius: 2px; display: block; background: var(--green-dark); }
.audio-time { align-self: flex-end; margin-bottom: 4px; color: #65766d; font-size: 7px; }
.transcript { width: 84%; margin: -3px 0 8px auto; padding: 7px 9px; border-right: 2px solid #b1dac4; color: #6e7975; font-size: 7px; line-height: 1.35; text-align: right; }
.schedule-card { width: 93%; padding: 10px 9px 16px; display: flex; gap: 8px; }
.confirmation-icon { width: 22px; height: 22px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-weight: 800; }
.schedule-card strong, .saved-message strong { display: block; margin: 2px 0; color: var(--navy); }
.schedule-card div > span:not(.message-label), .schedule-card small { display: block; color: #677488; font-size: 7px; }
.schedule-card small { margin-top: 4px; padding-top: 4px; border-top: 1px solid #e7edea; }
.message-label { display: block; color: var(--green-dark); font-size: 6px; font-weight: 800; letter-spacing: .6px; }
.confirm-row { width: 93%; margin: -3px 0 8px; display: flex; justify-content: flex-end; gap: 5px; }
.confirm-row span, .confirm-row b { padding: 4px 8px; border: 1px solid #addfc4; border-radius: 6px; color: var(--green-dark); background: #fff; font-size: 7px; }
.confirm-row b { color: #fff; background: var(--green); }
.saved-message { width: 79%; }
.chat-input { position: absolute; right: 10px; bottom: 11px; left: 10px; height: 36px; padding: 0 9px 0 13px; border-radius: 18px; display: flex; align-items: center; justify-content: space-between; color: #9aa3a1; background: #fff; font-size: 9px; }
.chat-input b { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-size: 10px; }
.float-card { position: absolute; z-index: 5; border: 1px solid rgb(255 255 255 / 90%); background: rgb(255 255 255 / 96%); box-shadow: 0 20px 40px rgb(11 22 50 / 14%); }
.float-calendar { left: -5px; top: 86px; width: 73px; height: 87px; border-radius: 17px; overflow: hidden; text-align: center; }
.float-calendar span { padding: 7px; display: block; color: #fff; background: var(--green); font-size: 9px; font-weight: 750; }
.float-calendar strong { margin-top: 7px; display: block; font-size: 29px; }
.float-confirmed { right: -25px; bottom: 54px; padding: 13px 16px; border-radius: 15px; display: flex; align-items: center; gap: 10px; }
.ok-badge { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-weight: 800; }
.float-confirmed strong, .float-confirmed span { display: block; white-space: nowrap; }
.float-confirmed strong { font-size: 11px; }
.float-confirmed div span { margin-top: 3px; color: #7b8494; font-size: 8px; }

.promise-strip { padding: 25px max(24px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; background: var(--navy); }
.promise-strip > p { margin: 0; color: #fff; font-size: 18px; font-weight: 750; white-space: nowrap; }
.promise-items { flex: 1; display: flex; justify-content: flex-end; gap: 43px; }
.promise-items span { color: #b8c0cf; font-size: 10px; }
.promise-items b { display: block; color: var(--green); font-size: 16px; line-height: 1.2; }

.section-heading { max-width: 630px; }
.section-heading h2, .possibilities h2, .privacy-inner h2, .final-cta h2 { margin: 16px 0 20px; font-size: clamp(40px, 4.2vw, 58px); line-height: 1.03; letter-spacing: -3px; }
.section-heading p, .possibilities-copy > p { margin: 0; color: var(--text-soft); font-size: 16px; line-height: 1.65; }
.centered { margin: 0 auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.intro { padding-top: 120px; padding-bottom: 130px; }
.flow-steps { margin: 64px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; list-style: none; counter-reset: item; }
.flow-steps li { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; position: relative; background: #fff; box-shadow: 0 12px 35px rgb(11 22 50 / 4%); }
.flow-steps li::after { content: ""; position: absolute; z-index: 2; top: 72px; right: -22px; width: 22px; border-top: 1px dashed #aacabb; }
.flow-steps li:last-child::after { display: none; }
.flow-number { position: absolute; right: 24px; top: 24px; color: #b2bcb7; font-size: 11px; font-weight: 800; }
.flow-icon, .card-icon { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; color: var(--green); background: var(--mint-soft); font-size: 22px; font-weight: 800; }
.flow-steps h3 { margin: 50px 0 10px; font-size: 19px; }
.flow-steps p { margin: 0; color: #69758b; font-size: 14px; line-height: 1.6; }

.features-section { padding: 112px 0 120px; color: #fff; background: var(--navy); position: relative; overflow: hidden; }
.features-section::after { content: ""; position: absolute; width: 600px; height: 600px; right: -310px; bottom: -300px; border: 1px solid rgb(16 184 105 / 25%); border-radius: 50%; box-shadow: 0 0 0 70px rgb(16 184 105 / 2%), 0 0 0 140px rgb(16 184 105 / 1.5%); }
.features-inner { position: relative; z-index: 2; }
.features-inner .section-heading { max-width: 680px; }
.features-inner .section-heading p { color: #aeb7c8; }
.eyebrow-light { color: #69e3a6; }
.feature-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { min-height: 235px; padding: 26px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 22px; position: relative; background: rgb(255 255 255 / 5%); }
.feature-card.featured { border-color: rgb(16 184 105 / 45%); background: rgb(16 184 105 / 11%); }
.feature-card .card-number { position: absolute; right: 25px; top: 25px; color: #738096; font-size: 11px; font-weight: 700; }
.feature-card .card-icon { color: #fff; background: var(--green); }
.feature-card h3 { margin: 32px 0 10px; font-size: 20px; }
.feature-card p { margin: 0; max-width: 460px; color: #aeb7c8; font-size: 13px; line-height: 1.65; }

.possibilities { padding-top: 120px; padding-bottom: 125px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.possibilities h2 { font-size: clamp(42px, 4.4vw, 60px); }
.use-cases { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.use-cases span { color: #5e6a7f; font-size: 12px; }
.use-cases span::first-letter { color: var(--green); }
.command-list { padding: 32px; border: 1px solid #cfe9dc; border-radius: 28px; display: flex; flex-direction: column; gap: 10px; background: linear-gradient(145deg, #effbf5, #f9fdfa); box-shadow: 0 25px 60px rgb(11 22 50 / 8%); }
.command-bubble { width: fit-content; max-width: 92%; padding: 13px 16px; border: 1px solid #dfe8e3; border-radius: 8px 17px 17px 17px; color: #47536a; background: #fff; box-shadow: 0 6px 14px rgb(11 22 50 / 5%); font-size: 13px; }
.command-bubble:nth-child(even) { margin-left: auto; border-color: #bde8d1; border-radius: 17px 8px 17px 17px; background: #d9f8e8; }
.mini-mic { margin-right: 8px; color: var(--green); font-size: 8px; }

.privacy-section { padding: 42px 0; background: #edf6f1; }
.privacy-inner { display: grid; grid-template-columns: 68px 1.1fr 1fr; gap: 28px; align-items: center; }
.privacy-badge { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); box-shadow: 0 12px 25px rgb(16 184 105 / 20%); font-size: 25px; font-weight: 800; }
.privacy-inner h2 { margin: 8px 0 0; font-size: clamp(27px, 2.5vw, 38px); letter-spacing: -1.7px; }
.privacy-inner > p { margin: 0; color: #667287; font-size: 14px; line-height: 1.65; }

.final-cta { min-height: 455px; margin-top: 105px; margin-bottom: 80px; padding: 75px 80px; border-radius: 32px; display: flex; align-items: center; color: #fff; background: var(--green); overflow: hidden; position: relative; }
.cta-content { max-width: 700px; position: relative; z-index: 2; }
.cta-kicker { padding: 8px 12px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 20px; display: inline-block; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: 1.2px; }
.final-cta h2 { margin-bottom: 18px; font-size: clamp(50px, 5.2vw, 72px); }
.final-cta p { max-width: 560px; margin: 0 0 30px; font-size: 17px; line-height: 1.55; }
.cta-orbit { position: absolute; border: 1px solid rgb(255 255 255 / 24%); border-radius: 50%; }
.orbit-one { width: 550px; height: 550px; right: -160px; top: -60px; }
.orbit-two { width: 390px; height: 390px; right: -80px; top: 20px; }
.cta-seal { position: absolute; z-index: 2; right: 92px; top: 50%; width: 165px; height: 165px; border: 1px solid rgb(255 255 255 / 50%); border-radius: 50%; display: grid; place-items: center; color: #fff; text-align: center; font-size: 13px; font-weight: 760; text-transform: uppercase; letter-spacing: 1px; transform: translateY(-50%) rotate(-7deg); }
.cta-seal span { position: absolute; top: 25px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--green); background: #fff; font-size: 19px; }

.site-footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 38px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: #7a8497; font-size: 11px; }
.brand-footer { justify-self: start; transform: scale(.85); transform-origin: left center; }
.site-footer p { margin: 0; }
.site-footer p:last-child { justify-self: end; }

@media (max-width: 1020px) {
  .main-nav { margin-left: 0; gap: 22px; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }
  .hero-copy { max-width: 800px; margin: 0 auto; }
  .hero-description { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { margin-top: 20px; }
  .promise-strip { flex-direction: column; text-align: center; }
  .promise-items { justify-content: center; }
  .possibilities { grid-template-columns: 1fr; gap: 50px; }
  .possibilities-copy { max-width: 700px; }
  .command-list { max-width: 680px; width: 100%; margin: 0 auto; }
  .cta-content { max-width: 70%; }
  .cta-seal { right: 45px; opacity: .75; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p:nth-child(2) { display: none; }
}

@media (max-width: 780px) {
  .site-header, .section, .site-footer { width: min(100% - 32px, 1180px); }
  .site-header { height: 78px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; order: 3; }
  .main-nav { position: absolute; top: 68px; right: 0; left: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; display: none; flex-direction: column; gap: 4px; background: #fff; box-shadow: 0 18px 35px rgb(11 22 50 / 12%); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 10px; border-radius: 8px; }
  .main-nav a:hover { background: var(--mint); }
  .brand-name { font-size: 23px; }
  .brand-mark { width: 39px; height: 39px; }
  .hero { padding: 48px 0 75px; gap: 30px; }
  h1 { margin-top: 18px; font-size: clamp(44px, 13vw, 61px); letter-spacing: -3.3px; }
  .hero-description { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 13px; }
  .button-primary { width: 100%; max-width: 410px; }
  .hero-proof { gap: 9px 18px; }
  .hero-visual { min-height: 540px; margin-inline: -18px; transform: scale(.88); }
  .float-calendar { left: 5px; }
  .float-confirmed { right: 0; }
  .promise-items { flex-direction: column; gap: 18px; }
  .intro { padding-top: 85px; padding-bottom: 90px; }
  .flow-steps, .feature-grid { grid-template-columns: 1fr; }
  .flow-steps li { min-height: auto; }
  .flow-steps li::after { display: none; }
  .section-heading h2, .possibilities h2, .final-cta h2 { letter-spacing: -2.3px; }
  .features-section { padding: 84px 0 90px; }
  .possibilities { padding-top: 85px; padding-bottom: 90px; }
  .use-cases { grid-template-columns: 1fr; }
  .command-list { padding: 20px; }
  .privacy-inner { grid-template-columns: 58px 1fr; }
  .privacy-inner > p { grid-column: 1 / -1; }
  .privacy-badge { width: 52px; height: 52px; }
  .final-cta { width: calc(100% - 32px); min-height: 540px; margin-top: 75px; margin-bottom: 55px; padding: 55px 28px 190px; align-items: flex-start; }
  .cta-content { max-width: 100%; }
  .cta-seal { right: 35px; top: auto; bottom: 22px; transform: rotate(-7deg) scale(.82); }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .brand-footer, .site-footer p:last-child { justify-self: center; }
  .brand-footer { transform-origin: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
