/* Homepage only. Campaign and legal pages keep their existing styles. */

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --forest: #081c15;
  --forest-light: #102d23;
  --ink: #13291f;
  --muted: #58675f;
  --green: #096b45;
  --mint: #a8f0bc;
  --line: #dce5df;
  --paper: #fff;
  --soft: #f4f7f5;
  --shell: 1240px;
  --header-height: 80px;
  --font: "Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

*,*::before,*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 1rem/1.65 var(--font);
  -webkit-font-smoothing: antialiased;
}

body,button,a {
  font-family: var(--font);
}

button {
  font-size: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,h2,h3,p,ul,figure {
  margin: 0;
}

h1,h2,h3 {
  line-height: 1.12;
  letter-spacing: -.045em;
}

h1 {
  font-size: clamp(3rem,4.65vw,4.5rem);
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-size: clamp(2.1rem,3.55vw,3.25rem);
  font-weight: 700;
  text-wrap: balance;
}

h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.035em;
}

ul {
  list-style: none;
  padding: 0;
}

button,input {
  font: inherit;
}

button {
  border: 0;
}

a,button {
  -webkit-tap-highlight-color: transparent;
}

button:disabled {
  cursor: default;
}

[hidden] {
  display: none!important;
}

::selection {
  background: var(--mint);
  color: var(--forest);
}

:focus-visible {
  outline: 3px solid #38b884;
  outline-offset: 5px;
}

.shell {
  width: min(calc(100% - 80px),var(--shell));
  margin-inline: auto;
}

.section {
  padding-block: 104px;
}

.kicker {
  color: var(--green);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-heading {
  margin-bottom: 48px;
}

.section-heading--center {
  text-align: center;
  max-width: 790px;
  margin-inline: auto;
}

.section-heading--center .section-lead {
  max-width: 630px;
  margin: 22px auto 0;
}

.section-lead {
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.8;
}

.heading-split {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 90px;
  align-items: end;
}

.heading-split .section-lead {
  padding-bottom: 5px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 500;
  padding: 12px 18px;
  background: white;
  color: var(--forest);
  border-radius: 6px;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.icon {
  display: inline-block;
  flex: none;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: currentColor;
  mask: var(--icon) center/contain no-repeat;
  -webkit-mask: var(--icon) center/contain no-repeat;
}

.i-whatsapp {
  --icon: url('../assets/icons/whatsapp.svg');
}

.i-sparkles {
  --icon: url('../assets/icons/sparkles.svg');
}

.i-check-check {
  --icon: url('../assets/icons/check-check.svg');
}

.i-circle-check {
  --icon: url('../assets/icons/circle-check.svg');
}

.i-workflow {
  --icon: url('../assets/icons/workflow.svg');
}

.i-square-kanban {
  --icon: url('../assets/icons/square-kanban.svg');
}

.i-users {
  --icon: url('../assets/icons/users.svg');
}

.i-message-circle {
  --icon: url('../assets/icons/message-circle.svg');
}

.i-clock {
  --icon: url('../assets/icons/clock.svg');
}

.i-filter {
  --icon: url('../assets/icons/filter.svg');
}

.i-check {
  --icon: url('../assets/icons/check.svg');
}

.i-play {
  --icon: url('../assets/icons/play.svg');
}

.i-chart-no-axes-column {
  --icon: url('../assets/icons/chart-no-axes-column.svg');
}

.i-shield-check {
  --icon: url('../assets/icons/shield-check.svg');
}

.i-zoom-in {
  --icon: url('../assets/icons/zoom-in.svg');
}

.i-calendar-check {
  --icon: url('../assets/icons/calendar-check.svg');
}

.i-badge-dollar-sign {
  --icon: url('../assets/icons/badge-dollar-sign.svg');
}

.i-megaphone {
  --icon: url('../assets/icons/megaphone.svg');
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--mint);
  color: var(--forest);
  font-size: .9375rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  transition: background .18s,transform .18s,box-shadow .18s;
}

.button:hover {
  background: #c4f8d2;
  box-shadow: 0 6px 20px #a8f0bc12;
  transform: translateY(-2px);
}

.button__arrow {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.button--small {
  min-height: 42px;
  padding: 10px 17px;
  font-size: .8125rem;
  gap: 17px;
}

.button--hero {
  min-height: 58px;
  padding: 17px 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: .875rem;
  font-weight: 700;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.text-link--green {
  color: var(--green);
  justify-content: start;
}

.text-link .icon {
  width: 17px;
  height: 17px;
}

.site-header {
  position: sticky;
  top: 0;
  height: var(--header-height);
  background: var(--forest);
  color: #ecf4ef;
  border-bottom: 1px solid #ffffff12;
  z-index: 100;
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -.065em;
  white-space: nowrap;
}

.brand img {
  border-radius: 7px;
}

.brand-dot {
  color: var(--mint);
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
}

.site-nav a,.header-login {
  font-size: .875rem;
  color: #c2cec6;
  font-weight: 500;
}

.site-nav a:hover,.header-login:hover {
  color: #fff;
}

.header-login {
  margin-left: 15px;
}

.lang-switcher {
  position: relative;
  flex: none;
}

.lang-switcher__toggle {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #d4ded7;
  background: transparent;
  padding: 9px 0;
  font-size: .75rem;
}

.lang-switcher__menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 155px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 22px #0002;
  padding: 5px;
  z-index: 110;
}

.lang-switcher__menu button {
  width: 100%;
  text-align: left;
  border-radius: 5px;
  padding: 9px 12px;
  background: transparent;
  font-size: .875rem;
}

.lang-switcher__menu button:hover,.lang-switcher__menu [aria-selected=true] button {
  background: var(--soft);
  color: var(--green);
}

.menu-toggle {
  display: none;
}

.hero {
  color: #edf6f0;
  background: var(--forest);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 800px;
  height: 800px;
  right: -100px;
  top: -200px;
  background: radial-gradient(ellipse,#21634435,transparent 65%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 68px;
  align-items: center;
  padding-block: 76px 72px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--mint);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  margin-bottom: 26px;
}

.eyebrow .icon {
  width: 17px;
  height: 17px;
}

.hero h1 {
  color: #f2f8f4;
  max-width: 640px;
}

.hero h1 span {
  color: var(--mint);
}

.hero-lead {
  max-width: 550px;
  color: #b8c7be;
  font-size: 1.0625rem;
  line-height: 1.8;
  margin-top: 25px;
}

.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.hero-actions .text-link {
  color: #e5efe8;
}

.assurances {
  display: flex;
  gap: 17px;
  align-items: center;
  flex-wrap: wrap;
  font-size: .75rem;
  font-weight: 500;
}

.hero .assurances {
  color: #bccdc1;
  margin-top: 23px;
}

.assurances li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.assurances li::before {
  content: "✓";
  color: var(--mint);
  font-size: .875rem;
}

.hero-note {
  margin-top: 14px;
  font-size: .75rem;
  color: #94aa9d;
}

.hero-visual {
  position: relative;
  min-width: 0;
  padding: 5px 0 0 15px;
}

.conversation-demo {
  background: #f7faf8;
  color: var(--ink);
  border: 1px solid #ffffff55;
  border-radius: 16px;
  box-shadow: 0 26px 75px #0004;
  transform: rotate(-1.5deg);
}

.demo-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #dce5df;
  padding: 18px 23px;
  background: #fff;
  border-radius: 16px 16px 0 0;
}

.demo-heading strong {
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: -.04em;
}

.demo-heading>div:nth-child(2)>span {
  display: block;
  font-size: .75rem;
  color: var(--muted);
}

.demo-avatar {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--forest);
  color: var(--mint);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1eb06c;
  box-shadow: 0 0 0 4px #e5f7ec;
  margin-left: auto;
}

.demo-conversation {
  padding: 15px 25px 23px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.demo-label {
  text-align: center;
  color: #738178;
  font-size: .75rem;
  letter-spacing: .13em;
  font-weight: 700;
  margin-bottom: 1px;
}

.chat-message {
  max-width: 84%;
  font-size: .875rem;
  line-height: 1.7;
  padding: 12px 15px 8px;
  border-radius: 10px;
  background: white;
  border: 1px solid #e1e8e2;
  box-shadow: 0 2px 3px #092d1703;
}

.chat-message--incoming {
  border-bottom-left-radius: 2px;
  align-self: flex-start;
}

.chat-message--outgoing {
  align-self: flex-end;
  border-bottom-right-radius: 2px;
  background: #e0f5e6;
  border-color: #c9e9d3;
  max-width: 90%;
}

.chat-time {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 3px;
  color: #7b887f;
  font-size: .75rem;
  margin-top: 4px;
}

.chat-time .icon {
  width: 13px;
  height: 13px;
  color: var(--green);
}

.chat-agent {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--green);
  font-weight: 700;
  font-size: .75rem;
  margin-bottom: 4px;
}

.chat-agent .icon {
  width: 13px;
  height: 13px;
}

.demo-handoff {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d0dfd4;
  border-radius: 8px;
  padding: 13px;
  background: #fff;
  margin-top: 3px;
}

.demo-handoff>.icon {
  width: 24px;
  height: 24px;
  color: var(--green);
}

.demo-handoff strong {
  font-size: .75rem;
  display: block;
}

.demo-handoff p {
  font-size: .75rem;
  color: var(--muted);
  margin-top: 1px;
}

.demo-flow {
  border-top: 1px solid #dce5df;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  padding: 15px 19px;
  color: var(--green);
  font-size: .75rem;
  font-weight: 700;
  background: #fff;
  border-radius: 0 0 16px 16px;
}

.demo-flow>[aria-hidden] {
  color: #a3b4a9;
}

.demo-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #a4baac;
  font-size: .75rem;
  margin-top: 25px;
}

.caption-line {
  width: 26px;
  height: 1px;
  background: #52755f;
}

.hero-proof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid #ffffff17;
  padding-block: 26px 30px;
}

.hero-proof>p {
  font-size: .75rem;
  color: #93ab9b;
  max-width: 170px;
  line-height: 1.5;
}

.hero-proof>div {
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero-proof>div>span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d0ded5;
  font-size: .75rem;
  font-weight: 600;
}

.hero-proof .icon {
  color: #96b8a4;
  width: 19px;
  height: 19px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}

.benefit {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}

.benefit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.benefit-top>.icon {
  color: var(--green);
  width: 28px;
  height: 28px;
}

.benefit-top>span:last-child {
  color: #8d9c91;
  font-size: .75rem;
}

.benefit h3 {
  max-width: 290px;
}

.benefit>p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 16px;
}

.benefit-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  color: var(--green);
  font-size: .75rem;
  font-weight: 700;
}

.benefit-tag .icon {
  width: 16px;
  height: 16px;
}

.product-tour {
  background: var(--soft);
  border-top: 1px solid #eaf0ec;
  border-bottom: 1px solid #eaf0ec;
}

.product-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 45px;
}

.product-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid transparent;
  color: var(--muted);
  background: transparent;
  border-radius: 7px;
  padding: 13px 20px;
  font-size: .8125rem;
  font-weight: 700;
  transition: background .2s,color .2s;
}

.product-tabs button .icon {
  width: 18px;
  height: 18px;
}

.product-tabs button[aria-selected=true] {
  background: var(--forest);
  color: var(--mint);
  box-shadow: 0 5px 10px #13291f0c;
}

.product-tabs button:hover:not([aria-selected=true]) {
  background: #e4ece7;
}

.product-panel {
  display: grid;
  grid-template-columns: .8fr 1.65fr;
  gap: 46px;
  align-items: center;
}

.product-panel+.product-panel {
  margin-top: 50px;
}

.product-panels.is-ready .product-panel {
  margin-top: 0;
}

.product-copy {
  min-width: 0;
}

.feature-number {
  color: var(--green);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.product-copy h3 {
  font-size: clamp(1.6rem,2.2vw,2.1rem);
  line-height: 1.18;
  margin-top: 17px;
}

.product-copy>p {
  font-size: 1rem;
  color: var(--muted);
  margin-top: 20px;
  line-height: 1.8;
}

.product-checks {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.product-checks li {
  font-size: .75rem;
  color: #40574a;
  display: flex;
  align-items: start;
  gap: 8px;
}

.product-checks li::before {
  content: "✓";
  color: var(--green);
  font-weight: 800;
}

.product-copy>.text-link {
  margin-top: 27px;
  font-size: .8125rem;
}

.product-image {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #d1ddd5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 45px #1b382415;
}

.screen-chrome {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e9e5;
  background: #fafcfb;
  padding: 0 12px;
  color: #8d9c93;
  font-size: .75rem;
}

.screen-chrome>span:first-child {
  letter-spacing: 3px;
  color: #bcc8c0;
  font-size: .75rem;
}

.screen-chrome .icon {
  width: 12px;
  height: 12px;
}

.screen-zoom {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  background: #fff;
}

.screen-zoom img {
  width: 100%;
  aspect-ratio: 8/5;
  object-fit: cover;
}

.zoom-badge {
  position: absolute;
  right: 13px;
  bottom: 13px;
  display: grid;
  place-items: center;
  background: var(--forest);
  color: var(--mint);
  width: 36px;
  height: 36px;
  border-radius: 7px;
  opacity: .85;
  transition: opacity .2s;
}

.screen-zoom:hover .zoom-badge {
  opacity: 1;
}

.zoom-badge .icon {
  width: 19px;
  height: 19px;
}

.product-caption {
  color: #718277;
  font-size: .75rem;
  text-align: right;
  margin-top: 18px;
}

.extras-heading {
  padding-top: 52px;
  margin-top: 40px;
  border-top: 1px solid var(--line);
}

.extras-heading h3 {
  font-size: 1.0625rem;
  letter-spacing: -.025em;
}

.extras-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
  margin-top: 27px;
}

.extra {
  display: flex;
  align-items: start;
  gap: 13px;
}

.extra>.icon {
  color: var(--green);
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.extra h3 {
  font-size: .875rem;
  letter-spacing: -.02em;
}

.extra p {
  color: var(--muted);
  font-size: .8125rem;
  margin-top: 7px;
}

.steps-section {
  background: var(--forest);
  color: #e5f0e8;
}

.steps-section .kicker {
  color: var(--mint);
}

.steps-section h2 {
  max-width: 620px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 45px;
}

.step-card {
  position: relative;
  border-top: 1px solid #476353;
  padding-top: 29px;
}

.step-number {
  display: inline-flex;
  color: var(--mint);
  font-size: .8125rem;
  margin-bottom: 24px;
  font-weight: 600;
}

.step-card h3 {
  font-size: 1.25rem;
}

.step-card p {
  font-size: 1rem;
  color: #acbfb2;
  margin-top: 17px;
  line-height: 1.8;
}

.steps-bottom {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 44px;
}

.steps-bottom>p {
  color: #9db3a5;
  font-size: .8125rem;
  max-width: 360px;
}

.pricing-section {
  background: #fff;
}

.pricing-section .section-heading {
  max-width: 740px;
  margin-bottom: 24px;
}

.pricing-section .section-heading>p:last-child {
  color: var(--muted);
  margin-top: 22px;
  max-width: 610px;
  margin-inline: auto;
  font-size: 1rem;
}

.trial-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 26px;
  color: var(--green);
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
}

.trial-banner .icon {
  width: 17px;
  height: 17px;
}

.pricing-cycle {
  display: flex;
  justify-content: center;
  margin-bottom: 37px;
}

.segmented {
  display: flex;
  gap: 4px;
  background: var(--soft);
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 9px;
}

.segmented button {
  border-radius: 5px;
  padding: 10px 22px;
  min-width: 126px;
  background: transparent;
  color: var(--muted);
  font-size: .8125rem;
  font-weight: 700;
}

.segmented button[aria-selected=true] {
  background: var(--forest);
  color: var(--mint);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.plan-card {
  padding: 29px 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.plan-card--featured {
  border: 2px solid var(--green);
  padding: 28px 25px;
  box-shadow: 0 12px 40px #16432a0c;
  position: relative;
}

.plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.plan-head h3 {
  font-size: 1.375rem;
}

.plan-flag {
  color: var(--green);
  font-size: .75rem;
  font-weight: 700;
  background: #eef8f1;
  padding: 5px 9px;
  border-radius: 4px;
  white-space: nowrap;
}

.plan-flag--featured {
  background: var(--forest);
  color: var(--mint);
}

.plan-desc {
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.75;
  margin-top: 15px;
  min-height: 46px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 24px;
}

.plan-price strong {
  font-size: 2.6rem;
  letter-spacing: -.055em;
  line-height: 1.2;
  font-weight: 700;
}

.plan-price>span {
  font-size: .8125rem;
  color: var(--muted);
}

.plan-note {
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.7;
  margin-top: 9px;
  min-height: 38px;
}

.plan-card>.button {
  margin-top: 22px;
  min-height: 48px;
  font-size: .8125rem;
  background: #fff;
  color: var(--green);
  border: 1px solid #b4c9bd;
  padding-inline: 12px;
}

.plan-card>.button:hover {
  background: var(--soft);
}

.plan-card--featured>.button {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--mint);
}

.plan-card--featured>.button:hover {
  background: var(--forest-light);
}

.plan-limits {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 13px;
}

.plan-limits li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: .875rem;
  color: var(--muted);
}

.plan-limits strong {
  color: var(--ink);
  font-weight: 700;
  text-align: right;
}

.pricing-included {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 24px 28px;
  margin-top: 24px;
  background: #f9fbfa;
}

.pricing-included>strong {
  font-size: .8125rem;
}

.pricing-included ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-top: 15px;
}

.pricing-included li {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: var(--muted);
  font-size: .75rem;
}

.pricing-included li::before {
  content: "✓";
  color: var(--green);
}

.pricing-custom {
  font-size: .8125rem;
  margin-top: 19px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.faq-whatsapp {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pricing-disclaimer {
  color: var(--muted);
  font-size: .75rem;
  margin-top: 18px;
  text-align: center;
}

.faq-section {
  background: var(--soft);
  border-top: 1px solid #eaf0ec;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 90px;
}

.faq-heading {
  margin: 0;
}

.faq-heading>p:not(.kicker) {
  color: var(--muted);
  margin-top: 25px;
  font-size: .875rem;
}

.faq-heading>.faq-whatsapp {
  display: inline-block;
  margin-top: 10px;
  font-size: .875rem;
}

.faq-heading>.faq-note {
  font-size: .75rem;
  color: #6a7c70;
}

.accordion details {
  border-bottom: 1px solid #d2ded6;
}

.accordion details:first-child {
  border-top: 1px solid #d2ded6;
}

.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  cursor: pointer;
  padding: 22px 0;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.6;
  list-style: none;
  letter-spacing: -.02em;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "+";
  flex: none;
  color: var(--green);
  font-size: 1.25rem;
  font-weight: 400;
}

.accordion details[open] summary::after {
  content: "−";
}

.accordion details[open] summary {
  color: var(--green);
}

.accordion details p {
  padding: 0 32px 22px 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.final-cta {
  padding: 64px 0;
  background: var(--soft);
}

.final-inner {
  background: var(--mint);
  border-radius: 14px;
  padding: 58px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  gap: 65px;
}

.final-copy h2 {
  font-size: clamp(2rem,3.4vw,3rem);
  max-width: 620px;
}

.final-copy .kicker {
  font-size: .75rem;
  color: var(--green);
}

.final-copy>p:last-child {
  color: #335340;
  font-size: .9375rem;
  line-height: 1.8;
  margin-top: 20px;
  max-width: 490px;
}

.final-action .button {
  background: var(--forest);
  color: var(--mint);
  width: 100%;
  font-size: .875rem;
}

.final-action .button:hover {
  background: var(--forest-light);
}

.final-action .assurances {
  display: grid;
  justify-content: center;
  gap: 8px;
  color: #365c42;
  font-size: .75rem;
  margin-top: 22px;
}

.final-action .assurances li::before {
  color: var(--green);
}

.site-footer {
  background: var(--forest);
  color: #a5b8ad;
  padding: 44px 0 30px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}

.footer-inner .brand {
  color: #eaf3ed;
  margin-right: auto;
  font-size: 1.375rem;
}

.footer-inner>a:not(.brand) {
  font-size: .75rem;
}

.footer-inner>a:hover {
  color: white;
}

.footer-fineprint {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #ffffff17;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 70px;
  color: #91a99a;
  font-size: .75rem;
}

.footer-fineprint>p:last-child {
  text-align: right;
}

.whatsapp-float {
  position: fixed;
  right: 21px;
  bottom: 22px;
  z-index: 90;
  background: #fff;
  color: var(--green);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #ccdfd3;
  border-radius: 50%;
  box-shadow: 0 5px 20px #05251515;
}

.whatsapp-float:hover {
  background: var(--mint);
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
}

.mobile-conversion {
  display: none;
}

.feature-lightbox {
  position: fixed;
  width: min(1450px,96vw);
  max-width: 96vw;
  max-height: 94dvh;
  padding: 16px;
  border: 1px solid #d4dfd8;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 35px 100px #0005;
}

.feature-lightbox::backdrop {
  background: #00160be0;
  backdrop-filter: blur(6px);
}

.feature-lightbox-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 4px 14px;
}

.feature-lightbox-caption {
  font-size: .875rem;
  font-weight: 700;
}

.feature-lightbox-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.feature-lightbox-actions button {
  font-size: .75rem;
  border-radius: 6px;
  background: var(--soft);
  color: var(--ink);
  padding: 9px 13px;
}

.feature-lightbox-close {
  background: var(--forest)!important;
  color: white!important;
}

.feature-lightbox-frame {
  display: grid;
  grid-template-columns: 32px minmax(0,1fr) 32px;
  gap: 9px;
  align-items: center;
}

.feature-lightbox-nav {
  height: 44px;
  width: 32px;
  border-radius: 6px;
  background: var(--soft);
  color: var(--green);
}

.feature-lightbox-stage {
  max-height: 74dvh;
  overflow: auto;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.feature-lightbox-stage img {
  width: 100%;
  height: auto;
  cursor: zoom-in;
}

.feature-lightbox-stage img.is-zoomed {
  width: 1440px;
  max-width: none;
  cursor: zoom-out;
}

.feature-lightbox-hint {
  font-size: .75rem;
  text-align: center;
  color: var(--muted);
  margin-top: 12px;
}

@media(min-width:1450px) {

  .hero-grid {
    gap: 86px;
    padding-block: 86px 80px;
  }

  .hero-visual {
    padding-left: 28px;
  }

  .demo-conversation {
    gap: 16px;
    padding-block: 17px 25px;
  }
}

@media(max-width:1150px) {

  .shell {
    width: calc(100% - 56px);
  }

  .header-inner {
    gap: 18px;
  }

  .site-nav {
    gap: 18px;
  }

  .header-login {
    margin-left: 0;
  }

  .site-nav a,.header-login {
    font-size: .75rem;
  }

  .hero-grid {
    gap: 35px;
    padding-block: 65px;
  }

  .hero-actions {
    gap: 20px;
  }

  .hero-actions>.button {
    font-size: .875rem;
  }

  .hero-proof>div {
    gap: 22px;
  }

  .hero-proof>div>span {
    font-size: .75rem;
  }

  .heading-split {
    gap: 45px;
  }

  .product-panel {
    gap: 28px;
    grid-template-columns: .85fr 1.5fr;
  }

  .product-copy h3 {
    font-size: 1.75rem;
  }

  .faq-grid {
    gap: 50px;
  }

  .final-inner {
    gap: 40px;
    padding: 45px;
  }

  .plan-card {
    padding: 24px 20px;
  }

  .plan-card--featured {
    padding: 23px 19px;
  }
}

@media(max-width:960px) {

  :root {
    --header-height: 72px;
  }

  .header-inner {
    gap: 18px;
  }

  .site-nav {
    gap: 15px;
  }

  .header-login {
    display: none;
  }

  .brand {
    font-size: 1.35rem;
  }

  .header-inner>.button {
    font-size: .75rem;
    padding: 10px 13px;
    gap: 10px;
  }

  .lang-switcher__toggle {
    font-size: .75rem;
  }

  .hero-grid {
    grid-template-columns: 1.12fr 1fr;
    gap: 30px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-lead {
    font-size: .9375rem;
  }

  .hero-actions {
    gap: 18px;
    align-items: start;
    flex-direction: column;
  }

  .hero-visual {
    padding-left: 0;
  }

  .demo-conversation {
    padding: 15px 16px 18px;
    gap: 12px;
  }

  .chat-message {
    font-size: .75rem;
    max-width: 92%;
  }

  .demo-heading {
    padding: 16px 19px;
  }

  .demo-handoff p {
    font-size: .75rem;
  }

  .hero-proof {
    align-items: start;
  }

  .hero-proof>div {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px 30px;
  }

  .section {
    padding-block: 80px;
  }

  .heading-split {
    grid-template-columns: 1.4fr 1fr;
    gap: 30px;
  }

  .section-lead {
    font-size: .9375rem;
  }

  .benefit-grid {
    gap: 28px;
  }

  .benefit h3 {
    font-size: 1.2rem;
  }

  .benefit>p {
    font-size: .875rem;
  }

  .product-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 35px;
  }

  .feature-number {
    grid-column: 1/-1;
  }

  .product-copy h3 {
    margin: 0;
    font-size: 2rem;
    grid-column: 1;
  }

  .product-copy>p {
    grid-column: 2;
    grid-row: 2 / span 2;
    margin: 0;
  }

  .product-checks {
    grid-column: 1;
    margin-top: 0;
  }

  .product-copy>.text-link {
    grid-column: 1/-1;
    margin: 0;
  }

  .product-image {
    width: 100%;
  }

  .product-caption {
    text-align: center;
  }

  .steps-grid {
    gap: 28px;
  }

  .plan-price strong {
    font-size: 2.2rem;
  }

  .plan-head {
    align-items: start;
    gap: 10px;
    flex-direction: column;
  }

  .plan-desc {
    min-height: 66px;
  }

  .plan-note {
    min-height: 57px;
  }

  .plan-limits li {
    font-size: .75rem;
  }

  .final-inner {
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    padding: 35px;
  }

  .footer-inner {
    gap: 20px;
  }

  .footer-inner .brand {
    width: 100%;
    margin-bottom: 6px;
  }

  .footer-fineprint {
    gap: 30px;
  }
}

@media(max-width:760px) {

  .shell {
    width: calc(100% - 40px);
  }

  .header-inner {
    gap: 14px;
  }

  .brand {
    font-size: 1.25rem;
  }

  .brand img {
    width: 27px;
    height: 27px;
  }

  .site-nav {
    display: none;
    position: absolute;
    inset: 72px 0 auto;
    background: var(--forest);
    border-bottom: 1px solid #ffffff25;
    padding: 15px 20px 24px;
    box-shadow: 0 15px 25px #0002;
  }

  .site-header.is-menu-open .site-nav {
    display: grid;
    gap: 0;
  }

  .site-nav a {
    display: block;
    padding: 12px 0;
    font-size: .9375rem;
  }

  .header-inner>.button {
    margin-left: 0;
    gap: 6px;
    font-size: .75rem;
    min-height: 38px;
    padding: 9px 10px;
  }

  .lang-switcher {
    margin-left: auto;
  }

  .lang-switcher__toggle {
    font-size: .75rem;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 40px;
    padding: 0;
    color: white;
    background: transparent;
    flex: none;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: currentColor;
    transition: transform .2s;
  }

  .is-menu-open .menu-toggle span:first-child {
    transform: translateY(3.25px) rotate(45deg);
  }

  .is-menu-open .menu-toggle span:last-child {
    transform: translateY(-3.25px) rotate(-45deg);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-block: 49px 40px;
  }

  .hero-copy {
    max-width: 580px;
  }

  .hero h1 {
    font-size: clamp(2.85rem,7.8vw,3.7rem);
    max-width: 600px;
    letter-spacing: -.055em;
  }

  .eyebrow {
    font-size: .75rem;
    gap: 8px;
    letter-spacing: .11em;
    margin-bottom: 23px;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 23px;
    max-width: 520px;
  }

  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 27px;
  }

  .hero-actions>.button {
    font-size: .875rem;
    min-height: 55px;
  }

  .hero-actions>.text-link {
    font-size: .8125rem;
  }

  .hero .assurances {
    gap: 10px 18px;
    font-size: .75rem;
    margin-top: 22px;
  }

  .hero-note {
    font-size: .75rem;
  }

  .hero-visual {
    width: min(100%,440px);
    margin: 0 auto;
    padding: 4px 7px;
  }

  .conversation-demo {
    transform: rotate(-1deg);
  }

  .demo-heading {
    padding: 16px 21px;
  }

  .demo-conversation {
    padding: 18px 22px 22px;
    gap: 14px;
  }

  .chat-message {
    font-size: .8125rem;
    max-width: 84%;
  }

  .chat-message--outgoing {
    max-width: 90%;
  }

  .demo-label {
    font-size: .75rem;
  }

  .chat-agent,.chat-time {
    font-size: .75rem;
  }

  .demo-heading>div:nth-child(2)>span {
    font-size: .75rem;
  }

  .demo-handoff strong {
    font-size: .8125rem;
  }

  .demo-handoff p {
    font-size: .75rem;
  }

  .demo-flow {
    font-size: .75rem;
  }

  .demo-caption {
    font-size: .75rem;
    margin-top: 20px;
  }

  .hero-proof {
    display: block;
    padding-top: 22px;
    padding-bottom: 28px;
  }

  .hero-proof>p {
    font-size: .75rem;
    max-width: none;
    margin-bottom: 19px;
  }

  .hero-proof>div {
    grid-template-columns: repeat(2,1fr);
    gap: 17px 15px;
  }

  .hero-proof>div>span {
    font-size: .75rem;
    gap: 7px;
  }

  .section {
    padding-block: 68px;
  }

  .section-heading {
    margin-bottom: 35px;
  }

  h2 {
    font-size: 2.15rem;
    line-height: 1.17;
  }

  .kicker {
    font-size: .75rem;
    letter-spacing: .12em;
    margin-bottom: 17px;
  }

  .heading-split {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .heading-split .section-lead {
    max-width: 520px;
    padding: 0;
    font-size: 1rem;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .benefit {
    padding-top: 23px;
  }

  .benefit-top {
    margin-bottom: 18px;
  }

  .benefit h3 {
    font-size: 1.4rem;
    max-width: none;
  }

  .benefit>p {
    font-size: 1rem;
    margin-top: 13px;
  }

  .benefit-tag {
    font-size: .75rem;
    margin-top: 18px;
  }

  .benefit-top>.icon {
    width: 25px;
    height: 25px;
  }

  .product-tour .section-heading {
    text-align: left;
  }

  .section-heading--center .section-lead {
    font-size: 1rem;
    margin-top: 20px;
  }

  .product-tabs {
    justify-content: stretch;
    gap: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .product-tabs button {
    justify-content: center;
    font-size: .75rem;
    padding: 12px 8px;
    gap: 8px;
    border-color: var(--line);
    border-radius: 6px;
  }

  .product-tabs button .icon {
    width: 17px;
    height: 17px;
  }

  .product-copy {
    display: block;
  }

  .product-copy h3 {
    margin-top: 13px;
    font-size: 1.875rem;
  }

  .product-copy>p {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 18px;
  }

  .product-checks {
    margin-top: 19px;
    gap: 9px;
  }

  .product-checks li {
    font-size: .8125rem;
  }

  .product-copy>.text-link {
    margin-top: 22px;
    font-size: .875rem;
  }

  .product-image {
    border-radius: 7px;
  }

  .screen-chrome {
    height: 28px;
    font-size: .75rem;
  }

  .product-caption {
    font-size: .75rem;
    margin-top: 15px;
    text-align: left;
  }

  .extras-heading {
    margin-top: 31px;
    padding-top: 32px;
  }

  .extras-heading h3 {
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .extras-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }

  .extra h3 {
    font-size: .9375rem;
  }

  .extra p {
    font-size: .875rem;
    margin-top: 5px;
  }

  .extra>.icon {
    width: 23px;
    height: 23px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }

  .step-card {
    padding-top: 23px;
  }

  .step-number {
    margin-bottom: 15px;
  }

  .step-card h3 {
    font-size: 1.375rem;
  }

  .step-card p {
    font-size: 1rem;
    margin-top: 12px;
  }

  .steps-bottom {
    align-items: start;
    flex-direction: column;
    gap: 21px;
    margin-top: 30px;
  }

  .steps-bottom>p {
    font-size: .875rem;
  }

  .pricing-section .section-heading {
    text-align: left;
    margin-bottom: 22px;
  }

  .pricing-section .section-heading>p:last-child {
    font-size: 1rem;
  }

  .trial-banner {
    justify-content: start;
    align-items: start;
    font-size: .75rem;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 25px;
  }

  .trial-banner .icon {
    margin-top: 2px;
  }

  .pricing-cycle {
    justify-content: start;
    margin-bottom: 27px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .plan-card {
    padding: 26px;
  }

  .plan-card--featured {
    padding: 25px;
  }

  .plan-head {
    flex-direction: row;
    align-items: center;
  }

  .plan-head h3 {
    font-size: 1.5rem;
  }

  .plan-flag {
    font-size: .75rem;
  }

  .plan-desc {
    font-size: .875rem;
    min-height: 0;
  }

  .plan-price {
    margin-top: 23px;
  }

  .plan-price strong {
    font-size: 2.9rem;
  }

  .plan-price>span {
    font-size: .875rem;
  }

  .plan-note {
    min-height: 0;
    font-size: .75rem;
    margin-top: 8px;
  }

  .plan-card>.button {
    font-size: .875rem;
    min-height: 50px;
  }

  .plan-limits {
    padding-top: 22px;
    margin-top: 23px;
    gap: 14px;
  }

  .plan-limits li {
    font-size: .875rem;
  }

  .pricing-included {
    padding: 24px;
  }

  .pricing-included>strong {
    font-size: .875rem;
  }

  .pricing-included ul {
    display: grid;
    gap: 13px;
  }

  .pricing-included li {
    font-size: .8125rem;
  }

  .pricing-custom {
    font-size: .875rem;
    line-height: 1.8;
  }

  .pricing-disclaimer {
    font-size: .75rem;
    line-height: 1.8;
    text-align: left;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .faq-heading>p:not(.kicker) {
    font-size: 1rem;
    margin-top: 21px;
  }

  .faq-heading>.faq-whatsapp {
    font-size: .9375rem;
  }

  .faq-heading>.faq-note {
    font-size: .75rem;
  }

  .accordion summary {
    font-size: 1rem;
    padding-block: 20px;
  }

  .accordion details p {
    font-size: 1rem;
    padding-right: 10px;
  }

  .final-cta {
    padding: 0 0 45px;
  }

  .final-inner {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    gap: 30px;
    border-radius: 10px;
  }

  .final-copy h2 {
    font-size: 2.15rem;
    line-height: 1.15;
  }

  .final-copy>p:last-child {
    font-size: .9375rem;
  }

  .final-action .button {
    font-size: .875rem;
    padding-inline: 14px;
  }

  .final-action .assurances {
    display: flex;
    justify-content: start;
    gap: 10px 14px;
    font-size: .75rem;
  }

  .site-footer {
    padding: 37px 0 95px;
  }

  .footer-inner {
    gap: 18px 24px;
  }

  .footer-inner>a:not(.brand) {
    font-size: .8125rem;
  }

  .footer-fineprint {
    grid-template-columns: 1fr;
    gap: 14px;
    font-size: .75rem;
  }

  .footer-fineprint>p:last-child {
    text-align: left;
  }

  .whatsapp-float {
    right: 15px;
    bottom: 17px;
    width: 44px;
    height: 44px;
  }

  .show-mobile-conversion .whatsapp-float {
    bottom: 91px;
  }

  .mobile-conversion {
    position: fixed;
    inset: auto 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #ffffff1a;
    background: var(--forest);
    color: white;
    z-index: 95;
    box-shadow: 0 -8px 25px #00180915;
    transform: translateY(110%);
    visibility: hidden;
    transition: transform .2s,visibility .2s;
  }

  .show-mobile-conversion .mobile-conversion {
    transform: translateY(0);
    visibility: visible;
  }

  .mobile-conversion strong {
    display: block;
    font-size: .8125rem;
  }

  .mobile-conversion>div>span {
    display: block;
    font-size: .75rem;
    color: #a9bfaf;
  }

  .mobile-conversion .button {
    font-size: .8125rem;
    gap: 12px;
    padding: 11px 18px;
    min-height: 44px;
  }

  .feature-lightbox {
    padding: 10px;
    max-width: 98vw;
    width: 98vw;
  }

  .feature-lightbox-toolbar {
    gap: 10px;
    align-items: start;
    padding-bottom: 10px;
  }

  .feature-lightbox-caption {
    font-size: .75rem;
  }

  .feature-lightbox-actions {
    gap: 4px;
  }

  .feature-lightbox-actions button {
    font-size: .75rem;
    padding: 8px;
  }

  .feature-lightbox-frame {
    grid-template-columns: 25px minmax(0,1fr) 25px;
    gap: 4px;
  }

  .feature-lightbox-nav {
    width: 25px;
  }

  .feature-lightbox-hint {
    font-size: .75rem;
  }
}

@media(max-width:390px) {

  .shell {
    width: calc(100% - 32px);
  }

  .header-inner {
    gap: 9px;
  }

  .brand {
    font-size: 1.15rem;
    gap: 6px;
  }

  .brand img {
    width: 24px;
    height: 24px;
  }

  .header-inner>.button {
    font-size: .75rem;
    gap: 6px;
    padding-inline: 9px;
  }

  .header-inner>.button .button__arrow {
    font-size: 1rem;
  }

  .lang-switcher__toggle {
    gap: 4px;
    font-size: .75rem;
  }

  .hero h1 {
    font-size: 2.65rem;
  }

  .hero-actions {
    gap: 18px;
  }

  .hero-actions>.button {
    width: 100%;
    font-size: .875rem;
  }

  .hero-actions>.text-link {
    padding-block: 3px;
  }

  .hero .assurances {
    gap: 8px 12px;
    font-size: .75rem;
  }

  .demo-conversation {
    padding-inline: 15px;
  }

  .demo-handoff {
    padding: 11px;
    gap: 8px;
  }

  .hero-proof>div>span {
    font-size: .75rem;
  }

  .plan-card {
    padding: 22px;
  }

  .plan-card--featured {
    padding: 21px;
  }

  .plan-limits li {
    font-size: .8125rem;
  }

  .final-inner {
    padding: 28px 20px;
  }

  .final-copy h2 {
    font-size: 2rem;
  }
}

@media(prefers-reduced-motion:reduce) {

  html {
    scroll-behavior: auto;
  }

  *,*::before,*::after {
    transition: none!important;
    animation: none!important;
  }

  .conversation-demo {
    transform: none;
  }
}

@media print {

  .site-header,.whatsapp-float,.mobile-conversion,.feature-lightbox {
    display: none!important;
  }

  .hero,.steps-section,.site-footer {
    background: #fff;
    color: #000;
  }

  .hero h1,.hero h1 span,.steps-section h2 {
    color: #000;
  }

  .hero-lead,.hero-note,.step-card p {
    color: #333;
  }

  .section {
    padding-block: 35px;
  }

  .product-panel[hidden] {
    display: grid!important;
  }

  .shell {
    width: 100%;
  }
}

/* Compact language labels keep the mobile navigation on a single row. */
@media (max-width: 760px) {
  .header-inner { gap: 10px; }
}
@media (max-width: 390px) {
  .header-inner { gap: 8px; }
}
@media (max-width: 360px) {
  .header-inner > .button { display: none; }
}

/* Ebook sales narrative: video first, visible product proof and focused objections. */
.hero-grid {
  grid-template-columns: 1fr 1.12fr;
  gap: 28px 52px;
  padding-block: 66px 64px;
}
.hero-copy { grid-column: 1; grid-row: 1; }
.hero h1 { font-size: clamp(2.8rem, 4.2vw, 4rem); }
.hero-conversion { grid-column: 1; grid-row: 2; min-width: 0; }
.hero-conversion .hero-actions { margin-top: 0; gap: 18px; }
.hero-video { grid-column: 2; grid-row: 1 / 3; min-width: 0; align-self: center; }
.video-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: #bccdc1;
  font-size: .8125rem;
  letter-spacing: .06em;
}
.video-heading > span:last-child { color: var(--mint); white-space: nowrap; }
.video-stage {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #ffffff30;
  border-radius: 12px;
  background: #05130e;
  box-shadow: 0 24px 60px #0004;
}
.video-play { position: relative; display: block; width: 100%; height: 100%; }
.video-play img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: #04140c8f;
  color: white;
  font-size: .9375rem;
  font-weight: 700;
  text-align: center;
}
.video-play-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--forest);
  box-shadow: 0 0 0 10px #a8f0bc22;
  transition: transform .2s, background .2s;
}
.video-play-icon .icon { width: 30px; height: 30px; margin-left: 4px; }
.video-play:hover .video-play-icon { transform: scale(1.06); background: #d0f8da; }
.video-play:focus-visible { outline-offset: -5px; }
.video-stage iframe { display: block; width: 100%; height: 100%; border: 0; }
.hero-video figcaption { margin-top: 16px; display: grid; gap: 6px; font-size: .8125rem; color: #bccdc1; }
.hero-video figcaption a { width: fit-content; color: var(--mint); text-decoration: underline; text-underline-offset: 4px; }
.eyebrow, .kicker, .feature-number { font-size: .8125rem; }
.assurances, .hero .assurances, .hero-note, .hero-proof > div > span,
.benefit-tag, .product-checks li { font-size: .875rem; }
.hero .assurances { gap: 8px 16px; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.showcase-card { min-width: 0; }
.showcase-card .product-image { border-radius: 8px; box-shadow: 0 12px 24px #1b382410; }
.showcase-copy { padding: 26px 2px 0; }
.showcase-copy h3 { font-size: 1.35rem; margin-top: 12px; letter-spacing: -.035em; }
.showcase-copy p { color: var(--muted); margin-top: 14px; font-size: 1rem; line-height: 1.8; }
.section-action { display: grid; justify-items: center; gap: 14px; margin-top: 42px; text-align: center; }
.section-action p { font-size: .875rem; color: var(--muted); }
.expect-section { background: var(--forest); color: #edf6f0; padding-block: 76px; }
.expect-inner { max-width: 940px; text-align: center; }
.expect-inner .kicker { color: var(--mint); }
.expect-inner h2 { max-width: 860px; margin-inline: auto; }
.expect-inner .section-lead { max-width: 720px; margin: 24px auto 30px; color: #bccdc1; }
.story-panel + .story-panel { margin-top: 80px; padding-top: 64px; border-top: 1px solid var(--line); }
.story-panel:nth-of-type(even) { grid-template-columns: 1.65fr .8fr; }
.story-panel:nth-of-type(even) .product-copy { order: 2; }
.copilot-prompt {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 3px solid var(--green);
  border-radius: 0 8px 8px 0;
  background: var(--soft);
}
.copilot-prompt p { color: var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .06em; }
.copilot-prompt blockquote { margin: 10px 0 0; font-size: 1rem; line-height: 1.7; }
.connection-note {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
  padding: 28px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.connection-note > .icon { color: var(--green); margin-top: 3px; }
.connection-note h3 { font-size: 1.25rem; }
.connection-note p { max-width: 950px; margin-top: 12px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.objections-section { background: var(--soft); border-top: 1px solid var(--line); }
.objection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.objection { padding: 26px 0 0; border-top: 2px solid var(--green); }
.objection h3 { font-size: 1.4rem; }
.objection p { color: var(--muted); margin-top: 18px; line-height: 1.8; }

@media (max-width: 1100px) {
  .hero-grid { column-gap: 30px; }
  .hero h1 { font-size: 3rem; }
  .showcase-grid { gap: 20px; }
  .hero-proof > div { gap: 16px; flex-wrap: wrap; }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 2.65rem; }
  .hero-video { width: 100%; }
  .story-panel, .story-panel:nth-of-type(even) { grid-template-columns: 1fr; gap: 28px; }
  .story-panel:nth-of-type(even) .product-copy { order: 0; }
  .story-panel .product-copy { max-width: 660px; }
  .showcase-copy h3 { font-size: 1.2rem; }
  .showcase-grid, .objection-grid { gap: 24px; }
}
@media (max-width: 760px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; padding-block: 38px 40px; }
  .hero-copy, .hero-video, .hero-conversion { grid-column: 1; }
  .hero-copy { grid-row: 1; max-width: none; }
  .hero-video { grid-row: 2; margin: 0; width: 100%; }
  .hero-conversion { grid-row: 3; }
  .hero h1 { font-size: clamp(2.55rem, 8vw, 3.8rem); }
  .hero-lead { margin-top: 20px; line-height: 1.7; max-width: none; }
  .eyebrow { margin-bottom: 20px; letter-spacing: .06em; }
  .hero-actions > .button { width: 100%; }
  .hero-conversion .hero-actions { justify-content: center; gap: 16px; }
  .hero .assurances { justify-content: center; margin-top: 18px; font-size: .8125rem; gap: 8px 14px; }
  .hero-note { text-align: center; font-size: .8125rem; }
  .hero-proof > div > span { font-size: .8125rem; }
  .video-heading { font-size: .75rem; }
  .video-play-icon { width: 62px; height: 62px; }
  .hero-video figcaption { font-size: .8125rem; }
  .showcase-grid, .objection-grid { grid-template-columns: 1fr; gap: 36px; }
  .showcase-copy { padding-top: 20px; }
  .showcase-copy h3 { font-size: 1.5rem; }
  .showcase-copy p { margin-top: 12px; }
  .product-caption { text-align: left; font-size: .8125rem; margin-top: 26px; }
  .section-action { margin-top: 32px; }
  .expect-section { padding-block: 58px; }
  .expect-inner .section-lead { font-size: 1rem; }
  .story-panel + .story-panel { margin-top: 44px; padding-top: 40px; }
  .connection-note { padding: 22px 18px; gap: 14px; }
  .objection { padding-top: 22px; }
}
@media print {
  .hero-grid { display: block; }
  .hero-video { margin-block: 24px; }
  .expect-section { background: white; color: black; }
  .expect-inner .section-lead, .expect-inner .kicker { color: #333; }
}
