/* ==========================================================================
   FieldNexo.app (es) — hoja de estilos
   Paleta y tipografía de 01-brand-system-and-style.md
   ========================================================================== */

:root {
  --navy: #10243E;
  --navy-soft: #1B3557;
  --ink: #111827;
  --orange: #E06A24;
  --orange-deep: #C7531A;
  --paper: #FBFCFF;
  --mist: #EEF3F7;
  --line: #D9E1EA;
  --muted: #5D6674;
  --soft-blue: #CFE3F6;
  --sand: #F2C891;

  --wrap: 1120px;
  --radius: 10px;
  --radius-lg: 14px;
  --shadow-card: 0 1px 2px rgba(16, 36, 62, .06), 0 8px 24px rgba(16, 36, 62, .06);
  --shadow-panel: 0 24px 60px rgba(16, 36, 62, .18);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  margin: 0 0 .5em;
  line-height: 1.15;
  letter-spacing: -.02em;
  font-weight: 700;
  color: var(--navy);
}

h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.18rem; }

p { margin: 0 0 1rem; }
a { color: var(--orange-deep); }

.wrap { width: min(var(--wrap), calc(100% - 3rem)); margin-inline: auto; }

/* ---------- Encabezado ---------- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--navy);
  border-bottom: 3px solid var(--orange);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 1.5rem;
  min-height: 68px;
}
.brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; margin-right: auto; }
.brand-mark {
  width: 40px; height: 40px; flex: none;
  border-radius: 9px; background: rgba(255,255,255,.07);
  display: grid; place-items: center;
}
.brand-mark svg { width: 86%; height: 86%; display: block; }
.site-footer .brand-mark { background: rgba(255,255,255,.09); }
.brand-name { color: #fff; font-weight: 800; font-size: 1.22rem; letter-spacing: -.02em; }
.brand-name span { color: var(--orange); }
.brand-tag { display: block; color: var(--soft-blue); font-size: .72rem; font-weight: 500; letter-spacing: .01em; }

.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a {
  color: #E8EFF7; text-decoration: none; font-size: .92rem; font-weight: 500;
  padding: .3rem 0; border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: #fff; border-bottom-color: var(--orange); }
.site-nav a[aria-current="page"] { color: #fff; border-bottom-color: var(--orange); }

.lang {
  display: flex; border: 1px solid rgba(207,227,246,.4); border-radius: 999px; overflow: hidden;
  font-size: .78rem; font-weight: 700;
}
.lang a, .lang span { padding: .25rem .7rem; text-decoration: none; }
.lang .on { background: #fff; color: var(--navy); }
.lang .off { color: var(--soft-blue); }
.lang .off:hover { color: #fff; }

.nav-toggle { display: none; }

/* ---------- Botones ---------- */

.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: .98rem;
  padding: .85rem 1.5rem; border-radius: var(--radius); border: 2px solid transparent;
  cursor: pointer; transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-deep); }
.btn-ghost { border-color: var(--line); color: var(--navy); background: #fff; }
.btn-ghost:hover { border-color: var(--navy); }
.btn-onnavy { border-color: rgba(207,227,246,.5); color: #fff; background: transparent; }
.btn-onnavy:hover { border-color: #fff; }
.btn-sm { padding: .55rem 1.05rem; font-size: .88rem; border-radius: 8px; }

/* ---------- Secciones ---------- */

section { padding: 4.5rem 0; }
section.tight { padding: 3.25rem 0; }
.band-mist { background: var(--mist); }
.band-navy { background: var(--navy); color: #DCE7F2; }
.band-navy h2, .band-navy h3 { color: #fff; }

.eyebrow {
  text-transform: uppercase; letter-spacing: .13em; font-size: .74rem; font-weight: 800;
  color: var(--orange); margin-bottom: .7rem;
}
.lede { font-size: 1.18rem; color: var(--muted); max-width: 62ch; }
.band-navy .lede { color: var(--soft-blue); }
.measure { max-width: 68ch; }

/* ---------- Hero ---------- */

.hero { background: var(--navy); color: #DCE7F2; padding: 4.5rem 0 5rem; }
.hero h1 { color: #fff; max-width: 16ch; }
.hero .lede { color: var(--soft-blue); font-size: 1.24rem; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; margin: 1.9rem 0 1.1rem; }
.hero-note { font-size: .92rem; color: var(--soft-blue); opacity: .95; margin: 0; }
.hero-note + .hero-note { margin-top: .45rem; }
.hero-sub { padding: 3.25rem 0 3rem; }
.hero-sub h1 { max-width: 20ch; }

/* ---------- Maqueta de producto ---------- */

.mock { display: grid; gap: 0; position: relative; }
.mock-app {
  display: flex; flex-direction: column; aspect-ratio: 16 / 10;
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-panel); border: 1px solid rgba(255,255,255,.15);
}
.mock-bar {
  background: var(--navy); padding: .6rem .85rem; display: flex; align-items: center; gap: .5rem;
  border-bottom: 2px solid var(--orange);
}
.mock-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(207,227,246,.45); }
.mock-bar-name { color: #fff; font-weight: 700; font-size: .8rem; margin-left: .35rem; }
.mock-bar-name span { color: var(--orange); }
.mock-chip {
  margin-left: auto; background: #DFF3E4; color: #1B6B37;
  font-size: .62rem; font-weight: 700; padding: .18rem .5rem; border-radius: 999px;
}
.mock-body { flex: 1; display: grid; grid-template-columns: 116px 1fr; min-height: 0; }
.mock-side { background: var(--paper); border-right: 1px solid var(--line); padding: .7rem .55rem; }
.mock-side-label {
  font-size: .55rem; text-transform: uppercase; letter-spacing: .1em;
  color: var(--muted); font-weight: 800; margin: .55rem 0 .3rem .3rem;
}
.mock-side-item {
  display: flex; align-items: center; justify-content: space-between;
  font-size: .68rem; color: var(--ink); padding: .27rem .3rem; border-radius: 5px;
}
.mock-side-item.on { background: var(--navy); color: #fff; font-weight: 600; }
.mock-side-item b { font-weight: 600; color: var(--muted); font-size: .6rem; }
.mock-side-item.on b { color: var(--soft-blue); }
.mock-main { padding: .85rem .95rem; background: #fff; }
.mock-h { font-size: .95rem; font-weight: 800; color: var(--navy); margin-bottom: .6rem; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin-bottom: .7rem; }
.mock-card { border: 1px solid var(--line); border-radius: 7px; padding: .45rem .5rem; }
.mock-card small { display: block; font-size: .54rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.mock-card strong { font-size: 1.05rem; color: var(--navy); }
.mock-row {
  border-left: 3px solid var(--orange); background: var(--mist);
  border-radius: 5px; padding: .4rem .55rem; margin-bottom: .4rem;
}
.mock-row span { display: block; font-size: .62rem; color: var(--muted); }
.mock-row b { font-size: .72rem; color: var(--navy); }

.mock-phone {
  position: absolute; right: -14px; bottom: -26px; width: 132px;
  background: #fff; border-radius: 14px; border: 5px solid var(--navy);
  box-shadow: var(--shadow-panel); overflow: hidden;
}
.mock-phone-top { background: var(--navy); color: #fff; padding: .4rem .5rem; }
.mock-phone-top b { font-size: .66rem; }
.mock-phone-top b span { color: var(--orange); }
.mock-phone-top small { display: block; font-size: .5rem; color: var(--soft-blue); }
.mock-phone-body { padding: .45rem; }
.mock-phone-job { border: 1px solid var(--line); border-radius: 6px; padding: .35rem .4rem; margin-bottom: .3rem; }
.mock-phone-job b { display: block; font-size: .6rem; color: var(--navy); }
.mock-phone-job span { font-size: .5rem; color: var(--muted); }
.mock-phone-btn {
  background: var(--orange); color: #fff; text-align: center; font-size: .55rem;
  font-weight: 700; padding: .3rem; border-radius: 5px;
}

/* ---------- Tarjetas ---------- */

.cards { display: grid; gap: 1.35rem; }
.cards.c2 { grid-template-columns: repeat(2, 1fr); }
.cards.c3 { grid-template-columns: repeat(3, 1fr); }
.cards.c4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.5rem; box-shadow: var(--shadow-card);
}
.card h3 { margin-bottom: .45rem; }
.card p:last-child { margin-bottom: 0; }
.card p { color: var(--muted); font-size: .97rem; }
.card-num {
  width: 30px; height: 30px; border-radius: 8px; background: var(--navy); color: #fff;
  display: grid; place-items: center; font-size: .85rem; font-weight: 800; margin-bottom: .85rem;
}
.card-trade { font-size: .82rem; color: var(--orange-deep); font-weight: 600; margin-bottom: .7rem; }

/* ---------- Pasos ---------- */

.steps { display: grid; gap: 1rem; counter-reset: step; }
.step {
  display: grid; grid-template-columns: 44px 1fr; gap: 1.1rem; align-items: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem 1.4rem;
}
.step-n {
  width: 34px; height: 34px; border-radius: 50%; background: var(--orange); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: .95rem;
}
.step h3 { margin-bottom: .25rem; font-size: 1.05rem; }
.step p { margin: 0; color: var(--muted); font-size: .97rem; }

/* ---------- Nota de claridad ---------- */

.clarity {
  border-left: 4px solid var(--orange); background: #fff;
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.25rem 1.5rem; margin-top: 1.75rem;
  box-shadow: var(--shadow-card);
}
.clarity p { margin: 0; color: var(--ink); font-size: .99rem; }
.clarity strong { color: var(--navy); }
.band-navy .clarity { background: rgba(255,255,255,.06); box-shadow: none; }
.band-navy .clarity p { color: #E8EFF7; }
.band-navy .clarity strong { color: #fff; }

.callout {
  background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem 1.6rem;
}
.callout p:last-child { margin-bottom: 0; }

/* ---------- Estado / honestidad ---------- */

.status-list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .7rem; }
.status-list li {
  display: grid; grid-template-columns: 22px 1fr; gap: .8rem; align-items: start;
  font-size: 1rem; color: #DCE7F2;
}
.status-list .yes, .status-list .no {
  width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center;
  font-size: .7rem; font-weight: 800; margin-top: .18rem;
}
.status-list .yes { background: #2E7D4F; color: #fff; }
.status-list .no { background: rgba(207,227,246,.22); color: var(--soft-blue); }

/* ---------- Formulario ---------- */

.signup { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-card); }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .85rem; font-weight: 700; color: var(--navy); margin-bottom: .35rem; }
.field input, .field select {
  width: 100%; padding: .75rem .85rem; font: inherit; font-size: .96rem;
  border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink);
}
.field input:focus, .field select:focus { outline: 2px solid var(--soft-blue); border-color: var(--navy); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 1rem; }
.form-note { font-size: .86rem; color: var(--muted); margin: .9rem 0 0; }
.signup .btn { width: 100%; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* ---------- FAQ ---------- */

.faq { display: grid; gap: .8rem; max-width: 78ch; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--navy);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 1.05rem 1.3rem;
}
.faq details[open] { border-left-color: var(--orange); }
.faq summary {
  cursor: pointer; font-weight: 700; color: var(--navy); font-size: 1.03rem;
  list-style: none; display: flex; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--orange); font-size: 1.3rem; line-height: 1; font-weight: 700; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: .8rem 0 0; color: var(--muted); font-size: .99rem; }

/* ---------- Precios ---------- */

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-card); }
.price-card.featured { border: 2px solid var(--orange); transform: translateY(-6px); }
.price-card h2 { margin-bottom: .65rem; }
.plan-summary { min-height: 5.2em; margin-bottom: 1rem; color: var(--muted); }
.plan-limit { min-height: 1.5em; margin-bottom: .4rem; color: var(--navy); }
.plan-storage { margin-bottom: 1.3rem; color: var(--navy); font-size: .95rem; font-weight: 650; line-height: 1.5; }
.price { display: flex; align-items: baseline; gap: .55rem; margin-bottom: .75rem; }
.price strong { color: var(--navy); font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1; letter-spacing: -.04em; }
.price span, .annual { color: var(--muted); }
.annual { margin-bottom: 0; }
.save-badge { display: inline-block; margin-left: .35rem; padding: .2rem .5rem; border-radius: 999px; background: #FFF0E6; color: var(--orange-deep); font-size: .78rem; font-weight: 800; white-space: nowrap; }
.pricing-note { max-width: 78ch; margin: 1.75rem auto 0; }
.plan-summary a { color: var(--navy); text-underline-offset: .17em; }
.core-features { scroll-margin-top: 72px; }
.core-feature-list {
  list-style: none; padding: 0; margin: 1.75rem 0 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem 1.5rem;
}
.core-feature-list li {
  display: grid; grid-template-columns: 24px 1fr; gap: .7rem; align-items: start;
  padding: .85rem 1rem; border: 1px solid rgba(207,227,246,.25); border-radius: var(--radius);
  background: rgba(255,255,255,.06); color: #fff;
}
.core-feature-list span {
  width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  background: var(--orange); color: #fff; font-size: .72rem; font-weight: 800;
}
.core-feature-copy { min-width: 0; }
.core-feature-copy small { display: block; margin-top: .35rem; color: #CFE3F6; font-size: .84rem; font-weight: 500; line-height: 1.5; }

/* ---------- Enlaces de sección ---------- */

.more-link { display: inline-block; margin-top: 1.2rem; font-weight: 700; text-decoration: none; color: var(--orange-deep); }
.more-link:hover { text-decoration: underline; }

/* ---------- Pie ---------- */

.site-footer { background: var(--navy); color: #B9CBDD; padding: 3.25rem 0 2.25rem; font-size: .93rem; }
.site-footer .brand-name { font-size: 1.1rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; margin-top: .5rem; }
.footer-links a { color: #DCE7F2; text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-base { border-top: 1px solid rgba(207,227,246,.18); margin-top: 2.25rem; padding-top: 1.25rem; font-size: .84rem; color: #8FA6BC; }

/* ---------- Figures: diagrams and screenshots ---------- */

.dg { margin: 2.25rem 0 0; padding: 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.dg svg { display: block; }
.dg figcaption, .shot figcaption { margin-top: .9rem; font-size: .87rem; color: var(--muted); line-height: 1.5; }
.band-mist .dg { background: #fff; }
.message-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.message-card { display: flex; min-height: 150px; align-items: center; border-radius: 10px; }
.message-card.orange { background: var(--orange); }
.message-card.navy { background: var(--navy); }
.message-card p { margin: 0; padding: 1.35rem; color: #fff; font-size: 1.18rem; font-weight: 700; line-height: 1.42; }

.shot { margin: 2.25rem 0 0; }
.shot img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.shot-ph {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .4rem;
  min-height: 260px; padding: 2rem; text-align: center;
  border: 2px dashed var(--line); border-radius: var(--radius); background: var(--mist);
}
.shot-ph .ico { width: 30px; height: 30px; color: var(--muted); margin-bottom: .2rem; }
.shot-ph span { font-weight: 700; color: var(--navy); font-size: 1rem; }
.shot-ph em { font-style: normal; font-size: .82rem; color: var(--muted); }
.band-navy .shot-ph .ico, .band-navy .shot-ph em { color: var(--soft-blue); }
.shot-ph small { color: var(--muted); font-size: .8rem; font-family: ui-monospace, Menlo, monospace; }
.band-navy .shot-ph { background: rgba(255,255,255,.06); border-color: rgba(207,227,246,.35); }
.band-navy .shot-ph span { color: #fff; }
.band-navy .shot-ph small { color: var(--soft-blue); }
.band-navy .shot figcaption { color: var(--soft-blue); }

/* ---------- Icons ---------- */

.ico { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.card-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 10px;
  background: var(--mist); color: var(--orange-deep); margin-bottom: 1rem;
}
.band-mist .card-ico { background: var(--paper); }

.mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--orange); color: #fff; margin-bottom: 1.15rem;
}
.mark .ico { width: 29px; height: 29px; stroke-width: 1.7; }
.band-navy .mark { background: #fff; color: var(--navy); }

.step .card-ico { width: 38px; height: 38px; margin: 0 0 .55rem; border-radius: 9px; }
.step .card-ico .ico { width: 20px; height: 20px; }

/* ---------- Phone step sequence ---------- */

.seq { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin: 2.5rem 0 0; }
.seq figure { margin: 0; }
.seq figcaption { margin-top: .85rem; font-size: .87rem; color: var(--muted); line-height: 1.5; }

.ph {
  width: 100%; max-width: 252px; margin-inline: auto;
  aspect-ratio: 9 / 18.5;
  display: flex; flex-direction: column;
  background: #fff; border: 6px solid var(--navy); border-radius: 26px;
  overflow: hidden; box-shadow: var(--shadow-card);
}
.ph-top { background: var(--navy); padding: .55rem .7rem; }
.ph-top b { display: block; color: #fff; font-size: .78rem; }
.ph-top b span { color: var(--orange); }
.ph-top small { color: var(--soft-blue); font-size: .62rem; }
.ph-tabs { display: flex; gap: 4px; padding: .45rem .5rem; background: var(--paper); border-bottom: 1px solid var(--line); }
.ph-tab { flex: 1; text-align: center; font-size: .55rem; font-weight: 700; padding: .26rem 0; border-radius: 5px; border: 1px solid var(--line); background: #fff; color: var(--muted); }
.ph-tab.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.ph-body { flex: 1; position: relative; padding: .7rem .6rem 1.5rem; }
.ph-body::after {
  content: ""; position: absolute; left: 50%; bottom: .55rem; transform: translateX(-50%);
  width: 34%; height: 3px; border-radius: 3px; background: var(--line);
}
.ph-eyebrow { font-size: .5rem; letter-spacing: .1em; text-transform: uppercase; color: var(--orange); font-weight: 800; }
.ph-h { font-size: 1.05rem; font-weight: 800; color: var(--navy); margin: .05rem 0 .55rem; letter-spacing: -.01em; }
.ph-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-bottom: .55rem; }
.ph-stat { border: 1px solid var(--line); border-left: 3px solid var(--orange); border-radius: 5px; padding: .32rem .42rem; }
.ph-stat strong { display: block; font-size: .95rem; color: var(--navy); line-height: 1.2; }
.ph-stat span { font-size: .47rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 700; }
.ph-card { border: 1px solid var(--line); border-left: 3px solid #C0392B; border-radius: 5px; padding: .42rem .45rem; }
.ph-badge { display: inline-block; background: #FCEBEB; color: #A32D2D; font-size: .45rem; font-weight: 800; letter-spacing: .06em; padding: .1rem .32rem; border-radius: 3px; }
.ph-card b { display: block; font-size: .7rem; color: var(--navy); margin-top: .18rem; }
.ph-card span { display: block; font-size: .55rem; color: var(--muted); }
.ph-field { border: 1px solid var(--line); border-radius: 5px; padding: .38rem .42rem; margin-bottom: .42rem; }
.ph-field small { display: block; font-size: .47rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 700; margin-bottom: .12rem; }
.ph-field p { margin: 0; font-size: .6rem; color: var(--navy); line-height: 1.4; }
.ph-thumbs { display: flex; gap: 4px; }
.ph-thumb { flex: 1; height: 34px; border-radius: 4px; background: var(--mist) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235D6674' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8h3l1.6-2.2h6.8L17 8h3a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3Ccircle cx='12' cy='13.3' r='3.2'/%3E%3C/svg%3E") center / 15px no-repeat; border: 1px solid var(--line); }
.ph-step { display: flex; align-items: center; gap: 6px; font-size: .6rem; color: var(--navy); padding: .24rem 0; }
.ph-check { flex: none; width: 13px; height: 13px; border-radius: 50%; background: #2E7D4F; color: #fff; font-size: .48rem; display: grid; place-items: center; }
.ph-btn { background: var(--orange); color: #fff; text-align: center; font-size: .63rem; font-weight: 800; padding: .42rem; border-radius: 6px; margin-top: .5rem; }
.ph-pay { display: flex; justify-content: space-between; margin-top: .45rem; padding: .32rem .42rem; background: #DFF3E4; border-radius: 5px; font-size: .58rem; font-weight: 700; color: #1B6B37; }

@media (max-width: 720px) { .seq { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- Adaptable ---------- */

@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 4.25rem; }
  .cards.c3, .cards.c4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .mock-phone { right: 8px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  section { padding: 3.25rem 0; }
  .hero:not(.hero-sub) { padding-top: 1.5rem; }
  .site-header .wrap { flex-wrap: wrap; min-height: 0; padding-block: .7rem; gap: .8rem; }
  .site-nav { order: 3; width: 100%; flex-wrap: wrap; gap: .35rem 1rem; overflow-x: visible; padding-bottom: .2rem; }
  .site-nav a { white-space: nowrap; font-size: .86rem; }
  .cards.c2, .cards.c3, .cards.c4 { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .mock-phone { display: none; }
  .mock-body { grid-template-columns: 92px 1fr; }
  .step { grid-template-columns: 34px 1fr; gap: .85rem; padding: 1.1rem; }
  .pricing-grid { grid-template-columns: 1fr; }
  .core-feature-list { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
}

@media (max-width: 560px) {
  .dg { padding: 1rem; }
  .message-cards { grid-template-columns: 1fr; gap: 1rem; }
  .message-card { min-height: 0; }
  .message-card p { font-size: 1.12rem; }
}

/* ---------- legal / support pages ---------- */
.legal ul { margin: 0 0 1.15rem 1.15rem; padding: 0; }
.legal li { margin-bottom: .55rem; }
.legal h3 { font-size: 1.15rem; margin: 2rem 0 .6rem; color: var(--navy); }
.legal a { color: var(--orange-deep); }
.rtable { width: 100%; border-collapse: collapse; margin: 1.7rem 0; font-size: .95rem; }
.rtable th, .rtable td { text-align: left; vertical-align: top; padding: .75rem .85rem; border-bottom: 1px solid var(--line); }
.rtable th { background: var(--mist); color: var(--navy); font-weight: 600; }
.rtable td:first-child, .rtable th:first-child { width: 38%; }
.fineprint { font-size: .88rem; color: var(--muted); margin-top: 1.7rem; }
.tp { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.25rem; margin: 0 0 .9rem; background: #fff; }
.tp h3 { margin: 0 0 .35rem; font-size: 1.05rem; }
.tp p { margin: 0 0 .45rem; }
.tp .tp-links { font-size: .9rem; }

/* ---------- three-beat flow ---------- */
.flow3 {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 1.1rem; align-items: start; margin-top: 2.6rem;
}
.flow-step { text-align: center; }
.flow-head { display: flex; align-items: center; justify-content: center; gap: .55rem; margin-bottom: 1.15rem; }
.flow-n {
  width: 30px; height: 30px; border-radius: 50%; flex: none;
  background: var(--orange); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: .95rem;
}
.flow-head h3 { margin: 0; font-size: 1.06rem; color: var(--navy); letter-spacing: -.01em; }
.flow-step .ph { margin-inline: auto; }
.flow-cap { margin: 1rem auto 0; max-width: 25ch; color: var(--muted); font-size: .95rem; }
.flow-arrow { align-self: center; color: var(--orange); margin-top: 5.5rem; }
.flow-arrow svg { width: 30px; height: 30px; display: block; }
@media (max-width: 900px) {
  .flow3 { grid-template-columns: 1fr; gap: .5rem; }
  .flow-arrow { margin: .35rem 0; justify-self: center; transform: rotate(90deg); }
  .flow-cap { margin-bottom: .5rem; }
}



/* ---------- desktop workspace ---------- */
.desktop-shot {
  display: block; width: 100%; height: auto;
  border: 1px solid rgba(207,227,246,.35); border-radius: var(--radius);
  box-shadow: var(--shadow-panel);
}
.desktop-intro { max-width: 68ch; }
.desktop-proof { max-width: 920px; margin-inline: auto; }
.desktop-feature {
  padding: .85rem; background: #fff;
  border: 1px solid rgba(207,227,246,.32); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-panel);
}
.desktop-feature img {
  aspect-ratio: 16 / 10; object-fit: cover; object-position: top;
  border: 0; box-shadow: none;
}
.desktop-feature figcaption { margin: .85rem .2rem .15rem; }
.band-navy .desktop-feature figcaption { color: var(--muted); }
@media (max-width: 620px) {
  .desktop-feature { padding: .5rem; }
}





/* ---------- phone / computer / team ---------- */
.stack-on {
  margin-top: 2.4rem; padding-top: 2.1rem;
  border-top: 1px solid rgba(255,255,255,.14);
}
.devs {
  list-style: none; margin: 0; padding: 0;
  display: flex; justify-content: center; gap: 2.1rem; flex-wrap: wrap;
}
.devs li { text-align: center; }
.dev-ico {
  display: grid; place-items: center;
  width: 66px; height: 66px; border-radius: 16px;
  background: rgba(255,255,255,.09); color: var(--sand);
  margin: 0 auto .75rem;
}
.dev-ico.on { background: var(--orange); color: #fff; }
.dev-ico .ico { width: 31px; height: 31px; display: block; }
.devs b { display: block; color: #fff; font-size: 1rem; font-weight: 600; }
.devs-note {
  margin: 1.5rem auto 0; max-width: 56ch; text-align: center;
  color: var(--soft-blue); font-size: .96rem; line-height: 1.6;
}
.platform-status {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem;
  max-width: 880px; margin: 1.5rem auto 0;
}
.platform-item {
  padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px; background: rgba(255,255,255,.06);
}
.platform-item p { margin: 0; color: var(--soft-blue); font-size: .9rem; line-height: 1.5; }
.platform-item .platform-label { margin-bottom: .28rem; color: #fff; font-size: .95rem; font-weight: 700; }
@media (max-width: 620px) {
  .devs { gap: 1.6rem; }
  .dev-ico { width: 58px; height: 58px; }
  .dev-ico .ico { width: 27px; height: 27px; }
  .platform-status { grid-template-columns: 1fr; }
}

/* ---------- real phone screenshots ---------- */
.ph-img {
  width: 100%; max-width: 252px; margin-inline: auto;
  background: #fff; border: 6px solid var(--navy); border-radius: 26px;
  overflow: hidden; box-shadow: var(--shadow-card); line-height: 0;
}
.ph-img img { width: 100%; height: auto; display: block; }
.hero-quote {
  font-style: italic; color: var(--sand);
  font-size: 1.12rem; line-height: 1.5; font-weight: 500;
  margin: 0 0 1rem; max-width: 46ch;
}
@media (max-width: 700px) { .hero-quote { font-size: 1.04rem; } }
