:root {
  --ink: #26302c;
  --muted: #6f7873;
  --cream: #f8f5ee;
  --paper: #fffdf8;
  --coral: #ed695e;
  --coral-dark: #d9544a;
  --coral-soft: #fbe1da;
  --sage: #a9c1a5;
  --sage-dark: #66836d;
  --mint: #e1eee3;
  --gold: #ebbd67;
  --line: rgba(38, 48, 44, .11);
  --shadow: 0 24px 60px rgba(77, 67, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, textarea, select { font: inherit; }
button { cursor: pointer; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  height: 84px;
  width: min(1300px, calc(100% - 48px));
  margin: auto;
  display: flex;
  align-items: center;
  gap: 42px;
  position: relative;
  z-index: 10;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 165px; }
.brand-mark { width: 38px; height: 38px; background: var(--coral); color: white; border-radius: 12px 12px 18px 12px; display: grid; place-items: center; position: relative; transform: rotate(-8deg); }
.brand-star { font-size: 17px; transform: rotate(8deg); }
.brand-spark { font-size: 12px; position: absolute; right: -6px; top: -8px; color: var(--gold); transform: rotate(8deg); }
.brand strong { display: block; font: 800 22px/1 "Manrope"; letter-spacing: -.9px; }
.brand small, .mini-logo { display: block; margin-top: 3px; font-size: 7px; font-weight: 700; letter-spacing: 2.4px; color: var(--sage-dark); }
.nav-links { display: flex; gap: 30px; margin-left: auto; }
.nav-links a { color: #57625d; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.nav-links a:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 100px; padding: 14px 22px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 17px; }
.button-sm { padding: 11px 18px; font-size: 13px; }
.button-dark { background: var(--ink); color: white; }
.button-primary { background: var(--coral); color: white; box-shadow: 0 10px 20px rgba(237,105,94,.2); }
.button-primary:hover { background: var(--coral-dark); box-shadow: 0 13px 25px rgba(237,105,94,.3); }
.button-outline { border-color: var(--line); color: var(--ink); }
.button-outline:hover { border-color: var(--coral); color: var(--coral); }
.button-light { background: white; color: var(--coral-dark); }
.mobile-menu { display: none; }

.hero { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 674px; align-items: center; gap: 30px; padding: 55px 0 72px; }
.eyebrow, .section-kicker { color: var(--sage-dark); font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; background: #f0f5eb; border-radius: 100px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #8bab7f; box-shadow: 0 0 0 4px rgba(139,171,127,.15); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -2.5px; }
h1 { max-width: 680px; margin: 22px 0 18px; font-size: clamp(62px, 6vw, 90px); line-height: .98; }
h1 .highlight, h2 span { color: var(--coral); }
.hero-lede { max-width: 575px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 30px; }
.text-link { display: flex; align-items: center; gap: 10px; color: #53615b; font-size: 14px; font-weight: 700; }
.play { width: 36px; height: 36px; display: grid; place-items: center; padding-left: 2px; border: 1px solid #e0ddd3; border-radius: 50%; color: var(--coral); font-size: 10px; }
.trusted-row { display: flex; align-items: center; gap: 15px; margin-top: 54px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 34px; height: 34px; margin-right: -9px; border: 2px solid var(--paper); border-radius: 50%; background: #efd6c9; color: #9b655e; font-size: 9px; font-weight: 700; }
.avatar-stack span:nth-child(2) { background: #d6e5d0; color: #5f8063; }
.avatar-stack span:nth-child(3) { background: #e7d8ee; color: #7f658b; }
.avatar-stack span:nth-child(4) { background: #ecdba7; color: #8c7642; }
.stars, .review-stars { color: #e9ad4f; font-size: 15px; letter-spacing: 2px; }
.trusted-row p { margin: 0; color: var(--muted); font-size: 12px; }
.trusted-row strong { color: var(--ink); }
.hero-visual { position: relative; min-height: 580px; }
.organic-shape { position: absolute; width: 510px; height: 510px; right: 10px; top: 34px; border-radius: 48% 52% 42% 58% / 42% 35% 65% 58%; background: #dfeadc; transform: rotate(-4deg); }
.phone-shell, .demo-phone { border: 7px solid #29312f; border-radius: 38px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.phone-shell { position: absolute; width: 274px; height: 542px; left: 50%; top: 4px; transform: translateX(-46%) rotate(-2deg); }
.phone-top { height: 25px; display: flex; align-items: center; justify-content: center; gap: 5px; background: white; }
.phone-top span { width: 44px; height: 5px; border-radius: 99px; background: #222; }
.phone-top b { width: 6px; height: 6px; border-radius: 50%; background: #222; }
.phone-content { padding: 12px 18px 20px; text-align: center; }
.mini-logo { margin-bottom: 28px; color: var(--coral-dark); font-size: 8px; letter-spacing: 3px; }
.success-orb { display: grid; place-items: center; width: 46px; height: 46px; margin: 0 auto 13px; border-radius: 50%; background: var(--mint); color: var(--sage-dark); font-size: 22px; }
.phone-content h3 { margin-bottom: 6px; font: 800 20px/1.15 "Manrope"; letter-spacing: -.7px; }
.phone-content > p { color: var(--muted); font-size: 11px; line-height: 1.5; }
.generated-review { position: relative; padding: 22px 15px 14px; margin: 15px 0 15px; text-align: left; border: 1px solid #eee9e1; border-radius: 15px; background: #fffdf9; }
.quote-mark { position: absolute; top: -8px; left: 12px; color: var(--coral); font: 800 36px/1 Georgia; }
.generated-review p { margin-bottom: 9px; color: #53605b; font-size: 11px; line-height: 1.55; }
.phone-button { width: 100%; padding: 12px; border: 0; border-radius: 100px; background: var(--coral); color: white; font-size: 12px; font-weight: 700; }
.phone-link { margin-top: 10px; border: 0; background: transparent; color: var(--muted); font-size: 11px; font-weight: 600; }
.float-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.7); border-radius: 13px; background: rgba(255,255,255,.92); box-shadow: 0 18px 28px rgba(51,58,48,.13); backdrop-filter: blur(12px); }
.float-card strong, .float-card span { display: block; }
.float-card strong { font: 800 22px/1.1 "Manrope"; letter-spacing: -1px; }
.float-card span { color: var(--muted); font-size: 10px; }
.float-rating { top: 112px; left: 0; padding: 12px 17px 12px 12px; }
.float-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: #fff2d4; color: #e2a642; }
.float-growth { right: 4px; bottom: 87px; padding: 10px 14px 10px 10px; }
.mini-chart { display: flex; align-items: end; gap: 3px; width: 55px; height: 35px; }
.mini-chart i { flex: 1; height: 30%; border-radius: 3px 3px 0 0; background: #b9d3b6; }
.mini-chart i:nth-child(2) { height: 43%; }.mini-chart i:nth-child(3) { height: 38%; }.mini-chart i:nth-child(4) { height: 60%; }.mini-chart i:nth-child(5) { height: 74%; }.mini-chart i:nth-child(6) { height: 100%; background: var(--coral); }
.sparkle { position: absolute; color: var(--coral); font-size: 24px; }
.sparkle-one { top: 6px; right: 110px; }.sparkle-two { bottom: 72px; left: 73px; color: #85aa81; }
.ring { position: absolute; border: 1px solid rgba(237,105,94,.3); border-radius: 50%; }
.ring-one { width: 22px; height: 22px; top: 72px; right: 33px; }.ring-two { width: 13px; height: 13px; bottom: 140px; left: 22px; }

.logo-strip { padding: 24px 24px 29px; border-block: 1px solid var(--line); background: #fbfaf6; text-align: center; }
.logo-strip p { margin-bottom: 19px; color: #9ba39d; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.logo-row { display: flex; justify-content: center; gap: clamp(34px, 7vw, 105px); color: #849089; font-size: 15px; font-weight: 700; letter-spacing: 1px; }
.logo-row i { margin-right: 5px; color: #adb9b0; font-style: normal; }.logo-row b { font-size: 8px; letter-spacing: 1.8px; }

.intro { padding: 118px 0 112px; text-align: center; }
h2 { margin: 13px 0 14px; font-size: clamp(42px, 5vw, 64px); line-height: 1.06; }
.intro > p, .pricing > p { max-width: 570px; margin: auto; color: var(--muted); }
.journey-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 50px; text-align: left; }
.journey-card { position: relative; min-height: 310px; padding: 28px; border: 1px solid var(--line); border-radius: 17px; background: white; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.journey-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.journey-card.featured { background: #edf4ea; }
.journey-number { color: #c7cdc8; font: 700 13px "Manrope"; }
.journey-icon { height: 92px; margin: 33px 0 22px; color: var(--coral); font-size: 52px; }
.journey-card h3 { margin-bottom: 6px; font: 800 19px/1.2 "Manrope"; letter-spacing: -.5px; }
.journey-card p { margin: 0; color: var(--muted); font-size: 14px; }
.scan-icon { position: relative; width: 85px; height: 82px; }
.scan-icon span { position: absolute; width: 26px; height: 26px; border-color: var(--coral); }
.scan-icon span:nth-child(1) { top:0; left:0; border-top:3px solid; border-left:3px solid; border-radius: 5px 0 0; }.scan-icon span:nth-child(2) { top:0; right:0; border-top:3px solid; border-right:3px solid; border-radius: 0 5px 0 0; }.scan-icon span:nth-child(3) { bottom:0; left:0; border-bottom:3px solid; border-left:3px solid; border-radius: 0 0 0 5px; }.scan-icon span:nth-child(4) { bottom:0; right:0; border-bottom:3px solid; border-right:3px solid; border-radius: 0 0 5px 0; }.scan-icon b { position: absolute; top: 24px; left: 29px; font-size: 25px; }
.speak-icon { color: #6e9774; font-size: 72px; line-height: .9; }.speak-icon b { margin-left: -16px; font-size: 27px; letter-spacing: -8px; vertical-align: middle; }
.publish-icon { color: #e3ad52; }.publish-icon b { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-left: -12px; border-radius: 50%; background: var(--coral); color: white; font-size: 16px; vertical-align: top; }

.experience-section { background: #34453f; color: white; overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; gap: 30px; }
.experience-copy { padding: 112px 0 90px; }
.experience-copy .section-kicker { color: #b2cfae; }.experience-copy h2 { max-width: 590px; }.experience-copy > p { max-width: 510px; color: rgba(255,255,255,.66); }
.steps-list { display: grid; gap: 10px; margin-top: 34px; max-width: 480px; }
.flow-step { display: flex; align-items: center; gap: 15px; width: 100%; padding: 15px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: white; text-align: left; opacity: .58; transition: all .2s ease; }
.flow-step:hover, .flow-step.active { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); opacity: 1; }
.flow-step > span { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.13); font-weight: 700; }
.flow-step strong, .flow-step small { display: block; }.flow-step strong { font-size: 14px; }.flow-step small { color: rgba(255,255,255,.55); font-size: 12px; }
.demo-stage { position: relative; display: grid; place-items: center; }
.customer-route .experience-grid { grid-template-columns: 1fr; min-height: 100vh; }
.customer-route .experience-copy { display: none; }
.customer-route .demo-stage { min-height: 100vh; }
.demo-stage:before { content:""; position: absolute; width: 580px; height: 580px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.demo-phone { z-index: 1; width: 285px; height: 578px; color: var(--ink); }
.demo-screen { display: none; padding: 9px 21px 20px; text-align: center; }
.demo-screen.screen-active { display: block; animation: fadeIn .3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.demo-screen .mini-logo { margin-bottom: 20px; }
.demo-progress { display: flex; gap: 5px; justify-content: center; margin-bottom: 31px; }
.demo-progress i { width: 24px; height: 3px; border-radius: 99px; background: #e8e6df; }.demo-progress i.on { background: var(--coral); }
.demo-screen > small { color: var(--sage-dark); font-size: 8px; font-weight: 700; letter-spacing: 1.8px; }
.demo-screen h3 { margin: 9px auto 8px; font: 800 21px/1.2 "Manrope"; letter-spacing: -.8px; }
.demo-screen p { color: var(--muted); font-size: 11px; }
.rating-picker { display: flex; justify-content: center; gap: 7px; margin: 35px 0 40px; }
.rating-picker button { padding: 0; border: 0; background: transparent; color: #e7e3da; font-size: 32px; transition: color .15s ease, transform .15s ease; }
.rating-picker button:hover, .rating-picker button.selected { color: #e7af4f; transform: scale(1.1); }
.demo-next { width: 100%; border: 0; font-size: 12px; }.demo-next:disabled { opacity: .45; cursor: not-allowed; }
.voice-input { padding: 14px 0 12px; }
.mic-button { display: block; width: 58px; height: 58px; margin: 0 auto 6px; border: 8px solid #fde9e5; border-radius: 50%; background: var(--coral); color: white; }
.voice-input span, .voice-input small { display: block; font-size: 11px; font-weight: 700; }.voice-input small { color: var(--muted); font-size: 10px; font-weight: 400; }
textarea { width: 100%; height: 70px; margin-bottom: 12px; padding: 10px; resize: none; border: 1px solid #e5e4df; border-radius: 9px; outline-color: var(--coral); font-size: 11px; }
.generated-review.compact { margin: 20px 0 13px; }
.demo-screen[data-screen="4"] .success-orb { margin-top: 45px; }
.private-message { margin: 0 auto 35px; max-width: 210px; line-height: 1.65; }
.language-pill, .private-pill { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 100px; background: white; box-shadow: var(--shadow); color: var(--ink); font-size: 11px; font-weight: 700; }
.language-pill { left: 2%; top: 26%; color: var(--coral); font-size: 23px; }.language-pill span { color: var(--ink); font-size: 11px; }.private-pill { right: 0; bottom: 27%; }.private-pill b { color: var(--coral); font-size: 21px; }

.platform { padding: 112px 0; }
.platform-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.platform-head h2 { max-width: 690px; margin-bottom: 0; }.platform-head p { max-width: 350px; margin-bottom: 3px; color: var(--muted); font-size: 14px; }
.dashboard-wrap { display: grid; grid-template-columns: 190px 1fr; min-height: 590px; border: 1px solid var(--line); border-radius: 16px; background: #fbfcfa; box-shadow: var(--shadow); overflow: hidden; font-size: 12px; }
.dash-sidebar { display: flex; flex-direction: column; padding: 20px 13px; border-right: 1px solid var(--line); background: #30413c; color: rgba(255,255,255,.68); }
.dash-logo { display: flex; align-items: center; gap: 7px; margin: 2px 7px 37px; color: white; font: 800 18px "Manrope"; }.dash-logo span { color: var(--coral); }
.dash-sidebar nav { display: grid; gap: 5px; }
.dash-nav { display: flex; gap: 12px; padding: 10px; border: 0; border-radius: 7px; background: transparent; color: inherit; font-size: 11px; text-align: left; }.dash-nav.active, .dash-nav:hover { background: rgba(255,255,255,.09); color: white; }
.dash-help { margin-top: auto; padding: 12px; border-radius: 8px; background: rgba(255,255,255,.08); }.dash-help b, .dash-help small, .dash-help a { display: block; }.dash-help small { color: rgba(255,255,255,.45); }.dash-help a { margin-top: 8px; color: #c5ddbf; font-size: 10px; font-weight: 700; }
.dash-main { padding: 20px; overflow: hidden; }
.dash-top, .dash-profile, .card-title { display: flex; align-items: center; justify-content: space-between; }
.dash-top small, .card-title small { color: var(--muted); }.dash-top h3 { margin: 3px 0 0; font: 800 17px "Manrope"; letter-spacing: -.5px; }.dash-top h3 span { color: var(--gold); }
.dash-profile { gap: 10px; }.dash-profile button { border: 0; background: transparent; color: var(--muted); }.dash-profile span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #f2d7cd; color: #a6665d; font-size: 9px; font-weight: 700; }.dash-profile b { font-size: 11px; }
.dash-tabs { display: flex; gap: 6px; margin-top: 20px; }.dash-tab { padding: 5px 11px; border: 1px solid var(--line); border-radius: 20px; background: white; color: var(--muted); font-size: 10px; }.dash-tab.active { border-color: var(--coral); background: var(--coral); color: white; }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 13px; }
.metric-card { padding: 13px; border: 1px solid var(--line); border-radius: 9px; background: white; }.metric-card small, .metric-card strong, .metric-card em { display: block; }.metric-card small { margin-top: 10px; color: var(--muted); }.metric-card strong { margin: 2px 0 2px; font: 800 21px "Manrope"; }.metric-card em { color: #6b9b75; font-size: 9px; font-style: normal; }
.metric-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 7px; }.metric-icon.pink { background:#fce0db; color:var(--coral); }.metric-icon.yellow { background:#fff3d7; color:#dda845; }.metric-icon.green { background:#e5f1e3; color:#72956d; }.metric-icon.purple { background:#eee5f3; color:#9373a4; }
.dash-lower { display: grid; grid-template-columns: 1.65fr 1fr; gap: 10px; margin-top: 10px; }
.chart-card, .sentiment-card { min-height: 295px; padding: 15px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.card-title h4 { margin: 0; font-size: 12px; }.card-title small { font-size: 10px; }.card-title select { padding: 4px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); font-size: 9px; }
.chart { display: flex; gap: 10px; margin-top: 20px; }.chart-labels { display: flex; flex-direction: column; justify-content: space-between; height: 205px; color: #aab0ad; font-size: 9px; }.chart-area { position: relative; flex: 1; height: 205px; }.chart-area > i { display: block; height: 1px; margin-bottom: 50px; background: #eef0ed; }.chart-area svg { position: absolute; inset: 0 0 22px; width: 100%; height: 180px; }.chart-days { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; color: #aab0ad; font-size: 9px; }
.donut { display: grid; place-items: center; width: 145px; height: 145px; margin: 18px auto 13px; border-radius: 50%; background: conic-gradient(#89ac84 0 94%, #e4bd65 94% 98%, #ed8076 98% 100%); }.donut:after { content:""; grid-area: 1/1; width: 106px; height: 106px; border-radius: 50%; background: white; }.donut div { z-index: 1; grid-area: 1/1; text-align: center; }.donut strong, .donut span { display: block; }.donut strong { font:800 22px "Manrope"; }.donut span { color:var(--muted); font-size:10px; }
.sentiment-legend { display:grid; gap:5px; }.sentiment-legend span { display:flex; align-items:center; gap:6px; color:var(--muted); font-size:10px; }.sentiment-legend i { width:7px; height:7px; border-radius:50%; }.sentiment-legend b { margin-left:auto; color:var(--ink); }.positive{background:#89ac84}.neutral{background:#e4bd65}.negative{background:#ed8076}

.feature-band { padding: 110px 0 115px; background: #f7f3ec; }.feature-intro { text-align:center; }.feature-intro h2 { max-width:670px; margin-inline:auto; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:42px; }.feature-grid article { min-height:220px; padding:22px; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.65); }.feature-icon { display:grid; place-items:center; width:39px; height:39px; border-radius:11px; font-size:18px; }.feature-icon.coral{background:#f9ded8;color:#d75d53}.feature-icon.gold{background:#f9eccd;color:#ca9438}.feature-icon.mint{background:#deeee3;color:#6c9c7a}.feature-icon.lavender{background:#ebe2f0;color:#89679a}.feature-icon.sky{background:#deebf0;color:#668d9b}.feature-icon.peach{background:#f5e3d5;color:#d88360}
.feature-grid h3 { margin:19px 0 6px; font:800 16px "Manrope"; letter-spacing:-.3px; }.feature-grid p { margin-bottom:18px; color:var(--muted); font-size:13px; }.feature-grid a { color:var(--coral); font-size:12px; font-weight:700; }

.solutions { padding: 112px 0 118px; text-align:center; }.solutions h2 { margin-bottom:39px; }.industry-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:9px; text-align:left; }.industry-card { min-height:310px; padding:14px; border-radius:13px; background:#dce7d9; overflow:hidden; }.industry-card div { display:flex; flex-direction:column; height:100%; padding:12px; border-radius:9px; background:rgba(255,255,255,.62); backdrop-filter:blur(7px); transition:transform .25s ease; }.industry-card:hover div{transform:translateY(-5px)}.industry-card small { color:var(--coral); font-weight:700; }.industry-card h3 { margin-top:auto; margin-bottom:4px; font:800 17px/1.15 "Manrope"; letter-spacing:-.5px; }.industry-card p { margin:0; color:var(--muted); font-size:12px; }.cafe{background:#efe1c7}.dental{background:#d9e8ea}.fitness{background:#e5d9e9}.retail{background:#f0d8ce}

.pricing { padding: 0 0 112px; text-align:center; }.price-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; max-width:1020px; margin:40px auto 20px; text-align:left; }.price-card { position:relative; padding:27px; border:1px solid var(--line); border-radius:14px; background:white; }.price-card.popular { border-color:var(--coral); box-shadow:0 20px 40px rgba(237,105,94,.12); }.popular-label { position:absolute; top:0; right:23px; padding:5px 10px; border-radius:0 0 7px 7px; background:var(--coral); color:white; font-size:8px; font-weight:700; letter-spacing:1px; }.price-card h3 { margin-bottom:4px; font:800 21px "Manrope"; }.price-card p { min-height:44px; color:var(--muted); font-size:13px; }.price { margin:17px 0; }.price span { vertical-align:top; font-size:18px; }.price strong { font:800 38px "Manrope"; letter-spacing:-2px; }.price small { color:var(--muted); font-size:11px; }.price-card .button { width:100%; padding-block:11px; }.price-card ul { display:grid; gap:9px; margin:22px 0 0; padding:0; list-style:none; color:#5e6864; font-size:12px; }.price-card li::first-letter { color:#80a57d; }.enterprise-note { font-size:13px; }.enterprise-note a { color:var(--coral); font-weight:700; }

.cta-wrap { padding-bottom:90px; }.cta-card { position:relative; padding:74px 30px 68px; border-radius:18px; background:#e86a5f; color:white; text-align:center; overflow:hidden; }.cta-card:before,.cta-card:after { content:""; position:absolute; width:320px; height:320px; border:1px solid rgba(255,255,255,.12); border-radius:50%; }.cta-card:before{top:-120px;left:-120px;box-shadow:0 0 0 45px rgba(255,255,255,.035)}.cta-card:after{right:-80px;bottom:-190px;box-shadow:0 0 0 50px rgba(255,255,255,.035)}.cta-card .section-kicker{color:#ffddd5}.cta-card h2{margin-bottom:10px}.cta-card p{color:rgba(255,255,255,.75)}.cta-actions{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:24px;margin-top:25px}.cta-link{font-size:13px;font-weight:700}.cta-decoration{position:absolute;top:34px;right:23%;color:#f8cf8f;font-size:25px}.cta-stars{margin-top:32px;color:#f8cf8f;font-size:12px;letter-spacing:5px}

footer{background:#2e3e39;color:rgba(255,255,255,.62)}.footer-main{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px;padding:55px 0 48px}.footer-brand .brand{color:white}.footer-brand p{max-width:270px;margin-top:18px;font-size:13px}.footer-main h4{margin:0 0 14px;color:white;font-size:12px}.footer-main div:not(.footer-brand){display:grid;align-content:start;gap:9px}.footer-main a{font-size:12px}.footer-main a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;padding:14px 0 18px;border-top:1px solid rgba(255,255,255,.1);font-size:10px}.footer-bottom div{display:flex;gap:16px}

@media (max-width: 900px) {
  .nav-links { display:none; position:absolute; top:72px; right:0; width:220px; padding:18px; border:1px solid var(--line); border-radius:12px; background:white; box-shadow:var(--shadow); }.nav-links.open{display:grid}.mobile-menu{display:grid;gap:4px;margin-left:auto;border:0;background:transparent}.mobile-menu span{display:block;width:21px;height:2px;background:var(--ink)}.nav-cta{display:none}
  .hero{grid-template-columns:1fr;padding-top:60px}.hero-copy{text-align:center}.hero-lede{margin-inline:auto}.hero-actions,.trusted-row{justify-content:center}.hero-visual{min-height:540px;margin-top:10px}.organic-shape{left:50%;right:auto;transform:translateX(-50%) rotate(-4deg)}.float-rating{left:6%}.float-growth{right:6%}
  .journey-grid,.feature-grid{grid-template-columns:1fr 1fr}.experience-grid{grid-template-columns:1fr}.experience-copy{padding-bottom:20px}.demo-stage{min-height:650px}.platform-head{display:block}.platform-head p{margin-top:15px}.industry-grid{grid-template-columns:repeat(3,1fr)}.dashboard-wrap{grid-template-columns:58px 1fr}.dash-sidebar{padding-inline:8px}.dash-sidebar span,.dash-help,.dash-logo b{display:none}.dash-logo{justify-content:center;margin-inline:0}.dash-nav{justify-content:center}.price-grid{grid-template-columns:1fr;max-width:500px}
}
@media (max-width: 620px) {
  .section-shell{width:min(100% - 30px,1180px)}.site-header{width:calc(100% - 30px)}h1{font-size:62px}h2{font-size:42px}.hero{min-height:auto;padding-top:42px}.hero-visual{min-height:505px;transform:scale(.88);margin-inline:-20px}.organic-shape{width:460px;height:460px}.float-rating{left:-1%}.float-growth{right:-2%}.logo-row{flex-wrap:wrap;gap:18px 35px}
  .intro,.platform,.solutions{padding-block:82px}.journey-grid,.feature-grid{grid-template-columns:1fr}.journey-card{min-height:270px}.experience-copy{padding-top:82px}.demo-stage{min-height:615px}.language-pill{left:-5%}.private-pill{right:-3%}
  .platform{width:100%;overflow:hidden}.platform-head{width:calc(100% - 30px);margin-inline:auto}.dashboard-wrap{width:880px;margin-left:15px;transform-origin:left top;transform:scale(.68);margin-bottom:-190px}.industry-grid{display:flex;overflow-x:auto;padding-bottom:9px}.industry-card{flex:0 0 190px}.price-card{padding:23px}.cta-wrap{padding-bottom:70px}.cta-card{padding:60px 18px}.cta-actions{flex-direction:column;gap:15px}.footer-main{grid-template-columns:1fr 1fr;padding-top:42px}.footer-brand{grid-column:1/-1}.footer-bottom{display:grid;gap:8px}
}
