:root {
  --page: #f8fbf6;
  --paper: #fffdf8;
  --white: #ffffff;
  --cream: #f4efe2;
  --ink: #102018;
  --text: #27372f;
  --muted: #66736b;
  --line: #dfe9e1;
  --line-strong: #c8d9ce;
  --green: #168a4a;
  --green-2: #0f6f3d;
  --green-soft: #eaf7ef;
  --gold: #c99a2e;
  --gold-soft: #fff4d8;
  --blue: #2563eb;
  --shadow: 0 24px 70px rgba(29, 62, 45, 0.12);
  --shadow-soft: 0 14px 34px rgba(29, 62, 45, 0.08);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--page);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(22, 138, 74, 0.07) 0 18%, transparent 18% 100%),
    linear-gradient(300deg, rgba(201, 154, 46, 0.08) 0 14%, transparent 14% 100%),
    radial-gradient(circle at 1px 1px, rgba(22, 138, 74, 0.13) 1px, transparent 0);
  background-size: auto, auto, 28px 28px;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid rgba(200, 217, 206, 0.78);
  background: rgba(255, 253, 248, 0.9);
  padding: 12px 64px;
  backdrop-filter: blur(18px);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 64px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22, 138, 74, 0.36), rgba(201, 154, 46, 0.24), transparent);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 42px rgba(29, 62, 45, 0.1);
}

.brand {
  position: relative;
  display: inline-flex;
  min-width: 278px;
  align-items: center;
  gap: 12px;
}

.brand::before {
  content: "";
  position: absolute;
  left: -14px;
  width: 7px;
  height: 52px;
  border: 1px solid rgba(201, 154, 46, 0.28);
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.brand-logo {
  display: block;
  width: 206px;
  height: 54px;
  object-fit: contain;
  filter: none;
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-copy strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
}

.brand-copy small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.desktop-nav a {
  color: #53625a;
  font-size: 14px;
  font-weight: 850;
}

.desktop-nav a:hover {
  color: var(--green);
}

.header-cta,
.header-ghost,
.primary-button,
.secondary-button,
.whatsapp-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 20px;
  font-size: 15px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.header-cta,
.primary-button {
  border: 1px solid rgba(22, 138, 74, 0.35);
  color: #ffffff;
  background: linear-gradient(135deg, var(--green), #20b768);
  box-shadow: 0 16px 32px rgba(22, 138, 74, 0.18);
}

.header-ghost,
.secondary-button,
.whatsapp-link {
  border: 1px solid rgba(22, 138, 74, 0.26);
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.78);
}

.primary-button:hover,
.secondary-button:hover,
.header-cta:hover,
.header-ghost:hover,
.whatsapp-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(29, 62, 45, 0.14);
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 166px 64px 78px;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(234, 247, 239, 0.95), rgba(255, 253, 248, 0.88) 48%, rgba(255, 244, 216, 0.56)),
    var(--page);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(22, 138, 74, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 138, 74, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 88%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 118px 42px auto auto;
  width: min(42vw, 560px);
  height: 560px;
  background:
    linear-gradient(45deg, transparent 0 42%, rgba(22, 138, 74, 0.08) 42% 58%, transparent 58%),
    linear-gradient(135deg, transparent 0 42%, rgba(201, 154, 46, 0.08) 42% 58%, transparent 58%);
  background-size: 46px 46px;
  border: 1px solid rgba(22, 138, 74, 0.1);
  border-radius: 18px;
  transform: rotate(3deg);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(180deg, transparent, var(--page));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(770px, 100%);
}

.hero-status-pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(22, 138, 74, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--green-2);
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 18px;
  padding: 0 14px;
  box-shadow: var(--shadow-soft);
}

.hero-status-pill span,
.pulse-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(22, 138, 74, 0.12);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: 76px;
  line-height: 0.95;
  text-wrap: balance;
}

.hero-copy {
  max-width: 710px;
  margin: 24px 0 0;
  color: #56665d;
  font-size: 22px;
  line-height: 1.55;
}

.hero-actions,
.hero-proof,
.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.hero-proof {
  margin-top: 42px;
}

.hero-proof span {
  width: min(226px, 100%);
  border-top: 1px solid rgba(22, 138, 74, 0.18);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  padding-top: 14px;
}

.hero-proof strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  margin-bottom: 4px;
}

.hero-visual {
  position: absolute;
  z-index: 1;
  top: 126px;
  right: 42px;
  width: min(740px, 51vw);
  height: 670px;
  pointer-events: none;
}

.command-shell {
  position: absolute;
  inset: 26px 0 auto auto;
  width: min(640px, 100%);
  border: 1px solid rgba(22, 138, 74, 0.17);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  padding: 16px;
  backdrop-filter: blur(18px);
}

.command-shell::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(22, 138, 74, 0.18), rgba(201, 154, 46, 0.16), rgba(255, 255, 255, 0.5));
}

.command-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(22, 138, 74, 0.1);
  padding: 4px 4px 16px;
}

.command-topbar strong {
  color: var(--ink);
}

.command-topbar small {
  margin-left: auto;
  color: var(--muted);
  font-weight: 850;
}

.command-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.command-card,
.operation-board,
.signal-strip,
.floating-insight,
.feature-grid article,
.flow-track article,
.stat-grid article,
.contact-form,
.message-card,
.automation-panel,
.app-hero-card,
.mini-metrics div,
.app-flow span,
.app-video-card,
.app-bottom-nav {
  border: 1px solid rgba(22, 138, 74, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
}

.command-card {
  display: grid;
  gap: 8px;
  min-height: 120px;
  padding: 16px;
}

.command-card.primary-metric {
  grid-row: span 2;
  background: linear-gradient(160deg, #ecfdf5, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(22, 138, 74, 0.08);
}

.command-card.warning {
  background: linear-gradient(160deg, #fff7e5, #ffffff);
}

.command-card span,
.operation-board span,
.floating-insight span,
.message-card span {
  color: #718177;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.command-card strong {
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}

.command-card.primary-metric strong {
  font-size: 43px;
}

.command-card em,
.operation-row em,
.floating-insight small {
  color: var(--green);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.command-card.warning em {
  color: var(--gold);
}

.command-card i {
  display: block;
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #e9efe9;
}

.command-card i b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.operation-board {
  margin-top: 12px;
  padding: 14px;
}

.board-head,
.operation-row,
.signal-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.board-head {
  margin-bottom: 10px;
}

.board-head strong {
  color: var(--gold);
  font-size: 12px;
}

.operation-row {
  border-top: 1px solid rgba(22, 138, 74, 0.1);
  padding: 12px 0;
}

.operation-row b {
  display: inline-grid;
  min-width: 42px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(22, 138, 74, 0.16);
  border-radius: var(--radius);
  color: var(--green-2);
  background: var(--green-soft);
}

.operation-row span {
  flex: 1;
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  text-transform: none;
}

.operation-row.active b {
  color: #ffffff;
  background: var(--green);
  box-shadow: 0 12px 24px rgba(22, 138, 74, 0.2);
}

.signal-strip {
  margin-top: 12px;
  padding: 12px;
}

.signal-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.floating-insight {
  position: absolute;
  width: 245px;
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.floating-insight strong {
  display: block;
  color: var(--ink);
  margin: 6px 0;
}

.insight-one {
  left: 4px;
  bottom: 72px;
}

.insight-two {
  right: 18px;
  bottom: 0;
}

section {
  padding: 78px 64px;
}

.flow-section,
.whatsapp-section,
.final-cta {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 251, 246, 0.94)),
    var(--page);
}

.features-section,
.trust-section {
  background:
    linear-gradient(135deg, rgba(234, 247, 239, 0.68), rgba(255, 253, 248, 0.92)),
    var(--page);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 42px;
  align-items: end;
  width: min(1180px, 100%);
  margin: 0 auto 36px;
}

.section-heading.centered {
  display: block;
  width: min(820px, 100%);
  text-align: center;
}

.section-heading h2,
.mobile-copy h2,
.cta-content h2 {
  margin: 0;
  color: var(--ink);
  font-size: 46px;
  line-height: 1.06;
}

.section-heading p:not(.eyebrow),
.mobile-copy p,
.cta-content p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.flow-track,
.feature-grid,
.stat-grid {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: 16px;
}

.flow-track {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.flow-track article {
  min-height: 196px;
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.flow-track article span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  color: var(--green-2);
  background: var(--green-soft);
  font-size: 12px;
  font-weight: 950;
  padding: 0 10px;
}

.flow-track h3,
.feature-grid h3,
.message-card h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  font-size: 21px;
}

.flow-track p,
.feature-grid p,
.message-card p,
.stat-grid span {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article {
  min-height: 218px;
  padding: 26px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-grid article:hover {
  border-color: rgba(22, 138, 74, 0.35);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.feature-icon {
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: var(--radius);
  color: var(--green-2);
  background: linear-gradient(135deg, #e8f8ee, #ffffff);
  font-size: 13px;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(22, 138, 74, 0.16);
}

.mobile-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(22, 138, 74, 0.1), transparent 44%),
    linear-gradient(180deg, #f8fbf6, #fffdf8);
}

.phone-shell {
  justify-self: end;
  width: 342px;
  border: 9px solid #16261d;
  border-radius: 34px;
  background: #16261d;
  box-shadow: var(--shadow);
}

.phone-screen {
  min-height: 640px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(234, 247, 239, 0.9), rgba(255, 255, 255, 0.94)),
    var(--white);
  padding: 18px;
}

.phone-statusbar,
.app-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5c6d64;
  font-size: 12px;
  font-weight: 900;
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 16px;
}

.app-top strong {
  color: var(--ink);
}

.app-top span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--green);
  font-weight: 950;
}

.app-hero-card {
  padding: 18px;
  box-shadow: inset 0 0 0 1px rgba(22, 138, 74, 0.07);
}

.app-hero-card span {
  color: var(--green);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.phone-screen h3 {
  margin: 0;
  color: var(--ink);
  font-size: 31px;
}

.phone-screen p {
  color: var(--muted);
  line-height: 1.6;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.mini-metrics div {
  display: grid;
  gap: 6px;
  padding: 13px;
}

.mini-metrics span,
.app-video-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-metrics strong {
  color: var(--ink);
  font-size: 18px;
}

.app-flow {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.app-flow span,
.app-video-card {
  padding: 14px;
}

.app-flow span.complete {
  color: var(--green);
  background: var(--green-soft);
}

.app-flow span.active {
  color: #9a6b13;
  background: var(--gold-soft);
  border-color: rgba(201, 154, 46, 0.22);
}

.app-video-card {
  display: grid;
  gap: 6px;
  margin-top: 22px;
  box-shadow: var(--shadow-soft);
}

.app-video-card strong {
  color: var(--ink);
}

.app-bottom-nav {
  margin-top: 22px;
  padding: 8px;
}

.app-bottom-nav span {
  flex: 1;
  border-radius: var(--radius);
  text-align: center;
  padding: 10px 8px;
}

.app-bottom-nav .active {
  color: #ffffff;
  background: var(--green);
}

.mobile-copy {
  width: min(650px, 100%);
}

.store-badges {
  margin-top: 26px;
}

.store-badges span {
  border: 1px solid rgba(22, 138, 74, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--green-2);
  font-weight: 900;
  padding: 14px 18px;
  box-shadow: var(--shadow-soft);
}

.whatsapp-console {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.58fr);
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.message-stack {
  display: grid;
  gap: 14px;
}

.message-card {
  position: relative;
  min-height: auto;
  padding: 22px 26px;
  box-shadow: var(--shadow-soft);
}

.message-card::before {
  content: "";
  position: absolute;
  top: 24px;
  left: -1px;
  width: 4px;
  height: calc(100% - 48px);
  border-radius: 999px;
  background: var(--green);
}

.message-card.highlight {
  border-color: rgba(201, 154, 46, 0.3);
  background: #fffaf0;
}

.message-card.highlight::before {
  background: var(--gold);
}

.message-card p {
  margin-top: 14px;
  color: var(--text);
  font-size: 17px;
}

.automation-panel {
  display: grid;
  gap: 12px;
  align-content: start;
  background: linear-gradient(180deg, #ffffff, #f0fbf5);
  box-shadow: var(--shadow);
  padding: 24px;
}

.automation-panel > span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.automation-panel > strong {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.12;
}

.automation-row {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(22, 138, 74, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
  padding: 12px;
}

.automation-row b {
  display: inline-grid;
  height: 34px;
  place-items: center;
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--green);
  font-size: 12px;
}

.automation-row em {
  color: var(--text);
  font-style: normal;
  font-weight: 850;
}

.automation-row small {
  color: var(--muted);
  font-weight: 850;
}

.stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-grid article {
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.stat-grid strong {
  display: block;
  color: var(--green);
  font-size: 40px;
  line-height: 1;
  margin-bottom: 12px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  gap: 58px;
  align-items: start;
}

.cta-content {
  width: min(690px, 100%);
}

.contact-form {
  display: grid;
  gap: 15px;
  padding: 26px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  padding: 14px;
}

select option {
  color: var(--ink);
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #9aa7a0;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(22, 138, 74, 0.5);
  outline: 3px solid rgba(22, 138, 74, 0.12);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-weight: 850;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: var(--muted);
  padding: 28px 64px;
}

.site-footer strong,
.site-footer a {
  color: var(--green-2);
}

@media (max-width: 1520px) {
  .hero-content {
    width: min(620px, 100%);
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero-visual {
    width: min(610px, 45vw);
  }
}

@media (max-width: 1120px) {
  .site-header {
    padding: 12px 28px;
  }

  .desktop-nav {
    gap: 14px;
  }

  .brand-copy {
    display: none;
  }

  .hero,
  section,
  .final-cta,
  .site-footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero-visual {
    width: 48vw;
    opacity: 0.8;
  }

  .command-shell {
    width: min(560px, 100%);
  }

  .floating-insight {
    display: none;
  }

  .whatsapp-console {
    grid-template-columns: 1fr;
  }

  .flow-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-grid,
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

  .site-header {
    min-height: 76px;
  }

  .brand {
    min-width: auto;
  }

  .brand::before {
    display: none;
  }

  .brand-logo {
    width: 178px;
    height: 48px;
  }

  .menu-button {
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    gap: 6px;
    border: 1px solid rgba(22, 138, 74, 0.18);
    border-radius: var(--radius);
    background: #ffffff;
    color: var(--green-2);
  }

  .menu-button span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
  }

  .mobile-nav {
    position: fixed;
    z-index: 29;
    top: 86px;
    left: 16px;
    right: 16px;
    grid-template-columns: 1fr;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    padding: 14px;
    backdrop-filter: blur(18px);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav a {
    border-radius: var(--radius);
    background: var(--green-soft);
    color: var(--green-2);
    font-weight: 850;
    padding: 13px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-top: 126px;
    padding-bottom: 58px;
  }

  .hero-content {
    order: 1;
  }

  .hero h1 {
    font-size: 48px;
    line-height: 1.02;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-visual {
    position: relative;
    order: 2;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 42px;
    opacity: 1;
  }

  .command-shell {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    inset: auto;
    width: 100%;
  }

  .signal-strip {
    display: grid;
    justify-content: stretch;
  }

  .section-heading,
  .mobile-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .mobile-copy h2,
  .cta-content h2 {
    font-size: 36px;
  }

  .phone-shell {
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .hero,
  section,
  .final-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-actions a,
  .contact-form .primary-button,
  .whatsapp-link {
    width: 100%;
  }

  .hero-proof span {
    width: 100%;
  }

  .flow-track,
  .feature-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .command-grid {
    grid-template-columns: 1fr;
  }

  .phone-shell {
    width: min(320px, 100%);
  }

  .phone-screen {
    min-height: auto;
  }

  .site-footer {
    display: grid;
    padding-left: 18px;
    padding-right: 18px;
  }
}
