/*
Theme Name: Web en Claro
Theme URI: https://webenclaro.com/
Author: Web en Claro
Author URI: https://webenclaro.com/
Description: Tema oficial de Web en Claro. Incluye la portada y las páginas legales del sitio.
Version: 1.5.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: web-en-claro
*/

:root {
  --ink: #163832;
  --ink-deep: #102d29;
  --green: #287f69;
  --green-soft: #d9eedf;
  --lime: #dff3a8;
  --coral: #f47f5f;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --white: #ffffff;
  --line: rgba(22, 56, 50, 0.16);
  --muted: #5c716d;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid rgba(22, 56, 50, 0.09);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 82px;
  left: 0;
  padding: 0 clamp(24px, 5vw, 76px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -0.04em;
  width: max-content;
}

.brand b { color: var(--coral); font-size: 26px; line-height: 0; }

.brand-mark {
  display: grid;
  height: 27px;
  margin-right: 10px;
  position: relative;
  width: 27px;
}

.brand-mark > span {
  border: 3px solid var(--green);
  height: 14px;
  position: absolute;
  transform: rotate(-7deg);
  width: 18px;
}

.brand-mark > span:first-child {
  border-bottom: 0;
  border-right: 0;
  left: 1px;
  top: 2px;
}

.brand-mark > span:last-child {
  border-left: 0;
  border-top: 0;
  bottom: 2px;
  right: 1px;
}

.main-nav { align-items: center; display: flex; gap: 32px; }
.main-nav a { color: #37534e; font-size: 14px; font-weight: 650; transition: color 180ms ease; }
.main-nav a:hover { color: var(--coral); }

.header-cta {
  align-items: center;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  gap: 12px;
  justify-self: end;
  padding: 12px 20px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-cta:hover { background: var(--coral); border-color: var(--coral); transform: translateY(-2px); }

.hero {
  display: grid;
  gap: clamp(42px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  margin: 0 auto;
  max-width: 1480px;
  min-height: 720px;
  overflow: hidden;
  padding: clamp(72px, 8vw, 120px) clamp(24px, 6vw, 92px) 86px;
}

.hero-copy { align-self: center; max-width: 650px; position: relative; z-index: 2; }

.eyebrow {
  align-items: center;
  color: var(--green);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.16em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.eyebrow > span { background: var(--coral); border-radius: 999px; display: inline-block; height: 8px; width: 8px; }
h1, h2, h3, p { margin-top: 0; }

h1 {
  font-size: clamp(50px, 5.4vw, 81px);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin-bottom: 30px;
  text-wrap: balance;
}

h1 em, h2 em {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.hero-lead {
  color: #4b6560;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.7;
  margin-bottom: 34px;
  max-width: 615px;
}

.hero-actions { align-items: center; display: flex; gap: 26px; }

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 780;
  gap: 16px;
  justify-content: center;
  padding: 17px 25px;
  transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.button:hover { box-shadow: 0 14px 26px rgba(16, 45, 41, 0.15); transform: translateY(-3px); }
.button-primary { background: var(--coral); color: #173630; }

.text-link, .underlined-link {
  border-bottom: 1px solid currentColor;
  font-size: 15px;
  font-weight: 750;
  padding-bottom: 4px;
}

.text-link span, .underlined-link span { display: inline-block; margin-left: 8px; transition: transform 180ms ease; }
.text-link:hover span { transform: translateY(3px); }
.underlined-link:hover span { transform: translateX(4px); }

.hero-note { align-items: center; color: var(--muted); display: flex; font-size: 12px; gap: 8px; margin: 19px 0 0; }

.hero-note span, .price-promise span {
  align-items: center;
  background: var(--green-soft);
  border-radius: 50%;
  color: var(--green);
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.hero-visual { align-self: center; min-height: 545px; position: relative; }

.sun-shape {
  background: var(--lime);
  border-radius: 50%;
  height: 460px;
  left: 4%;
  position: absolute;
  top: 19px;
  width: 460px;
}

.sun-shape::before, .sun-shape::after {
  background: var(--paper);
  content: "";
  height: 48px;
  left: -18px;
  position: absolute;
  top: 168px;
  transform: rotate(8deg);
  width: 495px;
}

.sun-shape::after { top: 256px; transform: rotate(-8deg); }

.browser-card {
  background: var(--white);
  border: 1px solid rgba(22, 56, 50, 0.17);
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(22, 56, 50, 0.2);
  left: 1%;
  overflow: hidden;
  position: absolute;
  top: 66px;
  transform: rotate(-2.4deg);
  width: min(92%, 615px);
  z-index: 2;
}

.browser-bar {
  align-items: center;
  background: #eef0e9;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  height: 37px;
  padding: 0 12px;
}

.browser-dots { display: flex; gap: 5px; }
.browser-dots span { background: #9aa8a3; border-radius: 50%; height: 6px; width: 6px; }
.browser-dots span:first-child { background: var(--coral); }
.browser-dots span:nth-child(2) { background: #e4ba61; }
.browser-dots span:last-child { background: var(--green); }

.browser-address {
  background: rgba(255,255,255,.76);
  border-radius: 10px;
  color: #82908c;
  font-size: 8px;
  padding: 5px 10px;
  text-align: center;
}

.demo-page { background: #f8f1e5; height: 370px; overflow: hidden; padding: 24px 28px 0; }
.demo-nav { align-items: center; display: flex; justify-content: space-between; }
.demo-logo { font-size: 12px; font-weight: 850; letter-spacing: -0.05em; }
.demo-logo span { color: var(--coral); }
.demo-menu { color: #5f716d; font-size: 7px; font-weight: 700; text-transform: uppercase; }
.demo-hero { align-items: center; display: grid; grid-template-columns: 1fr 1fr; height: 260px; }

.demo-copy small {
  color: var(--green);
  display: block;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .16em;
  margin-bottom: 11px;
}

.demo-copy strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(24px, 2.7vw, 42px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1.04;
}

.demo-button {
  background: var(--coral);
  border-radius: 999px;
  display: inline-block;
  font-size: 7px;
  font-weight: 800;
  margin-top: 20px;
  padding: 8px 12px;
}

.demo-art { height: 225px; position: relative; }

.demo-orbit {
  background: var(--green);
  border-radius: 50%;
  height: 190px;
  position: absolute;
  right: 1px;
  top: 15px;
  width: 190px;
}

.demo-orbit::after {
  border: 2px solid var(--lime);
  border-radius: 50%;
  content: "";
  height: 150px;
  left: 18px;
  position: absolute;
  top: 18px;
  width: 150px;
}

.demo-arch {
  background: var(--lime);
  border-radius: 80px 80px 0 0;
  bottom: 15px;
  height: 122px;
  left: 52%;
  position: absolute;
  transform: translateX(-50%);
  width: 82px;
}

.demo-star { color: var(--coral); font-size: 48px; position: absolute; right: 14px; top: 4px; }

.demo-bottom {
  border-top: 1px solid rgba(22,56,50,.13);
  display: flex;
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
  justify-content: space-between;
  padding-top: 14px;
}

.phone-card {
  background: #162e2b;
  border: 4px solid #15342e;
  border-radius: 29px;
  box-shadow: 0 25px 48px rgba(22,56,50,.28);
  height: 337px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 186px;
  transform: rotate(5deg);
  width: 164px;
  z-index: 4;
}

.phone-speaker {
  background: #0d211e;
  border-radius: 0 0 10px 10px;
  height: 13px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 55px;
  z-index: 2;
}

.phone-screen { background: var(--ink); color: white; height: 100%; padding: 22px 13px; }
.phone-logo { color: var(--lime); font-size: 12px; font-weight: 900; }

.phone-art {
  align-items: center;
  background: var(--coral);
  border-radius: 50% 50% 8px 50%;
  color: var(--lime);
  display: flex;
  font-size: 34px;
  height: 105px;
  justify-content: center;
  margin: 19px 0;
}

.phone-screen strong { display: block; font-family: Georgia, serif; font-size: 15px; font-weight: 500; line-height: 1.2; }

.phone-button {
  background: var(--lime);
  border-radius: 999px;
  color: var(--ink);
  font-size: 7px;
  font-weight: 900;
  margin-top: 16px;
  padding: 8px;
  text-align: center;
}

.floating-label {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(22,56,50,.12);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(22,56,50,.14);
  display: flex;
  font-size: 10px;
  font-weight: 750;
  gap: 7px;
  padding: 8px 12px;
  position: absolute;
  z-index: 5;
}

.floating-label span {
  align-items: center;
  background: var(--green-soft);
  border-radius: 50%;
  color: var(--green);
  display: inline-flex;
  height: 19px;
  justify-content: center;
  width: 19px;
}

.label-one { left: 6%; top: 34px; transform: rotate(2deg); }
.label-two { bottom: 8px; right: 16%; transform: rotate(-2deg); }

.trust-band {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 34px;
  justify-content: center;
  letter-spacing: .14em;
  min-height: 70px;
  overflow: hidden;
  padding: 20px 30px;
  text-transform: uppercase;
  white-space: nowrap;
}

.trust-band i { color: var(--coral); font-size: 15px; font-style: normal; }
.section-pad { padding: clamp(88px, 10vw, 150px) clamp(24px, 7vw, 110px); }

.intro {
  background: var(--cream);
  display: grid;
  gap: clamp(55px, 9vw, 150px);
  grid-template-columns: 1.04fr .96fr;
}

.section-heading h2 {
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 745;
  letter-spacing: -.06em;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

.intro-heading h2 { max-width: 690px; }
.intro-copy { align-self: end; max-width: 600px; }

.intro-copy p, .price-intro > p, .faq-heading > p {
  color: #546b67;
  font-size: 17px;
  line-height: 1.78;
}

.intro-copy p:first-child { color: var(--ink); font-size: 20px; font-weight: 650; }
.intro-copy .underlined-link { display: inline-block; margin-top: 16px; }
.included-section { background: var(--paper); }
.centered { margin: 0 auto; max-width: 800px; text-align: center; }
.centered .eyebrow { justify-content: center; }

.section-subtitle {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 25px auto 0;
  max-width: 580px;
}

.included-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 78px;
}

.included-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 330px;
  padding: clamp(28px, 3vw, 46px);
  position: relative;
  transition: background 220ms ease, transform 220ms ease;
}

.included-card:hover { background: #f1f7ed; transform: translateY(-3px); }
.card-number { color: #8a9a96; font-family: ui-monospace, monospace; font-size: 11px; position: absolute; right: 26px; top: 24px; }

.card-icon {
  align-items: center;
  background: var(--green-soft);
  border-radius: 12px 12px 22px 12px;
  display: flex;
  height: 54px;
  justify-content: center;
  margin-bottom: 45px;
  transform: rotate(-4deg);
  width: 54px;
}

.card-icon span { border: 2px solid var(--green); border-radius: 50%; height: 19px; position: relative; width: 19px; }

.card-icon span::after {
  background: var(--coral);
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  right: -4px;
  top: -3px;
  width: 6px;
}

.included-card h3 { font-size: 20px; letter-spacing: -.035em; margin-bottom: 15px; }
.included-card p { color: var(--muted); font-size: 14px; line-height: 1.72; margin: 0; }

.eyebrow-light { color: var(--lime); }
.final-cta h2 em { color: var(--lime); }

.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 85px; }
.process-grid article { padding-right: clamp(28px, 4vw, 65px); }

.process-number {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--lime);
  display: flex;
  font-family: Georgia, serif;
  font-size: 24px;
  height: 54px;
  justify-content: center;
  margin-bottom: 25px;
  width: 54px;
}

.process-line { background: var(--line); height: 1px; margin-bottom: 29px; position: relative; width: 100%; }
.process-line::after { background: var(--coral); border-radius: 50%; content: ""; height: 7px; position: absolute; right: 0; top: -3px; width: 7px; }
.process-grid article:last-child .process-line::after { display: none; }
.process-grid h3 { font-size: 20px; margin-bottom: 13px; }
.process-grid p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; max-width: 320px; }

.pricing-section {
  background: var(--lime);
  display: block;
}

.price-intro {
  margin-bottom: 58px;
  max-width: 790px;
}

.price-intro h2 {
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 750;
  letter-spacing: -.06em;
  line-height: 1.02;
  margin-bottom: 29px;
}

.price-intro > p { color: #38584f; margin-bottom: 34px; }
.price-promise { align-items: center; display: flex; font-size: 13px; font-weight: 720; gap: 11px; margin-top: 13px; }
.price-promise span { background: var(--ink); color: var(--lime); }

.pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card {
  background: var(--paper);
  border: 1px solid rgba(22,56,50,.18);
  border-radius: 24px;
  box-shadow: 8px 8px 0 rgba(22,56,50,.11);
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 2.5vw, 38px);
}

.price-card-featured {
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 rgba(22,56,50,.18);
  transform: translateY(-12px);
}

.price-card-top { display: block; }
.popular-label { color: var(--coral); display: block; font-size: 10px; font-weight: 850; letter-spacing: .15em; margin-bottom: 14px; }
.price-card h3 { font-size: clamp(25px, 2.2vw, 34px); letter-spacing: -.05em; margin-bottom: 7px; }
.price-card-top p { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0; min-height: 36px; }
.price-kind { color: var(--green); display: block; font-size: 10px; font-weight: 850; letter-spacing: .12em; margin-top: 24px; }
.price { align-items: baseline; display: flex; flex-direction: row; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.price-kind + .price { margin-top: 9px; }
.price strong { font-size: clamp(42px, 4vw, 56px); letter-spacing: -.07em; line-height: .9; }
.price span { color: var(--muted); font-size: 11px; }
.price-divider { background: var(--line); height: 1px; margin: 27px 0; }
.price-card ul { display: grid; gap: 13px; list-style: none; margin: 0 0 25px; padding: 0; }
.price-card li { align-items: start; display: flex; font-size: 13px; gap: 10px; line-height: 1.5; }
.price-card li span { color: var(--green); font-weight: 900; }
.price-card .button-dark { margin-top: 0; }
.button-dark { background: var(--ink); color: white; width: 100%; }

.technical-plan {
  background: var(--green-soft);
  border: 1px solid rgba(40,127,105,.2);
  border-radius: 14px;
  margin-top: auto;
  margin-bottom: 22px;
  padding: 17px 18px;
}

.technical-plan > span { color: var(--green); display: block; font-size: 9px; font-weight: 850; letter-spacing: .13em; margin-bottom: 7px; }
.technical-plan strong { display: block; font-size: 23px; letter-spacing: -.03em; }
.technical-plan strong small { color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: 0; }
.technical-plan p { color: #48625d; font-size: 11px; line-height: 1.5; margin: 7px 0 0; }

.first-year-total {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  margin: 17px auto 0;
  text-align: center;
}

.pricing-common-note {
  color: #38584f;
  font-size: 12px;
  line-height: 1.65;
  margin: 38px auto 0;
  max-width: 820px;
  text-align: center;
}

.pricing-extras {
  align-items: center;
  background: var(--ink);
  border-radius: 20px;
  color: white;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 28px;
  padding: 26px 30px;
}

.pricing-extras h3 { font-size: 19px; letter-spacing: -.02em; margin: 0 0 6px; }
.pricing-extras p { color: #b8c7c2; font-size: 13px; margin: 0; }
.pricing-extras a { color: var(--lime); flex-shrink: 0; font-size: 13px; font-weight: 800; text-decoration: none; }

.faq-section {
  background: var(--paper);
  display: grid;
  gap: clamp(65px, 9vw, 140px);
  grid-template-columns: .8fr 1.2fr;
}

.faq-heading { max-width: 440px; }
.faq-heading h2 { font-size: clamp(42px, 5vw, 66px); letter-spacing: -.06em; line-height: 1.03; margin-bottom: 25px; }
.faq-heading .underlined-link { display: inline-block; margin-top: 15px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0; }

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 17px;
  font-weight: 720;
  justify-content: space-between;
  list-style: none;
  padding: 26px 2px;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { height: 18px; position: relative; width: 18px; }

.faq-list summary i::before, .faq-list summary i::after {
  background: var(--coral);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 8px;
  transition: transform 180ms ease;
  width: 18px;
}

.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details > p { color: var(--muted); font-size: 14px; line-height: 1.72; margin: -5px 52px 27px 2px; max-width: 680px; }

.final-cta {
  background: var(--ink);
  color: white;
  overflow: hidden;
  padding: clamp(100px, 12vw, 180px) 24px;
  position: relative;
  text-align: center;
}

.final-cta .eyebrow { justify-content: center; }

.final-cta h2 {
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 750;
  letter-spacing: -.065em;
  line-height: .94;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.final-cta > p:not(.eyebrow) {
  color: #b8c7c2;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.final-actions { align-items: center; display: flex; gap: 28px; justify-content: center; margin-top: 37px; position: relative; z-index: 2; }
.button-coral { background: var(--coral); color: var(--ink); }
.mail-link { border-bottom: 1px solid rgba(255,255,255,.55); font-size: 14px; padding-bottom: 4px; }
.final-spark { color: var(--coral); font-size: 115px; opacity: .92; position: absolute; }
.spark-one { left: 8%; top: 18%; transform: rotate(12deg); }
.spark-two { bottom: 12%; right: 8%; transform: rotate(-17deg) scale(.65); }

footer {
  align-items: center;
  background: #0b2420;
  color: white;
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr auto auto auto;
  min-height: 120px;
  padding: 30px clamp(24px, 6vw, 90px);
}

.brand-footer .brand-mark > span { border-color: var(--lime); }
footer > p { color: #93aaa4; font-size: 12px; margin: 0; }
.footer-contact { display: flex; flex-direction: column; font-size: 12px; gap: 4px; }
.footer-contact a:hover { color: var(--lime); }
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 8px 14px;
}
.footer-legal a { color: #a7b8b3; transition: color 180ms ease; }
.footer-legal a:hover { color: var(--lime); }
.copyright { color: #7f9790; font-size: 11px; }
.mobile-whatsapp { display: none; }

.legal-page {
  background: var(--paper);
  min-height: 100vh;
}

.legal-header {
  align-items: center;
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 clamp(24px, 7vw, 110px);
}

.legal-back {
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 750;
  padding-bottom: 3px;
}

.legal-hero {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: clamp(72px, 8vw, 115px) max(24px, calc((100vw - 1060px) / 2));
}

.legal-hero h1 {
  font-size: clamp(48px, 6vw, 78px);
  margin-bottom: 24px;
  max-width: 800px;
}

.legal-hero > p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

.legal-content {
  margin: 0 auto;
  max-width: 1060px;
  padding: clamp(70px, 8vw, 110px) 24px;
}

.legal-content section {
  border-top: 1px solid var(--line);
  display: grid;
  column-gap: clamp(24px, 5vw, 80px);
  grid-template-columns: minmax(210px, .62fr) minmax(0, 1.38fr);
  padding: 40px 0;
  row-gap: 14px;
}

.legal-content h2 {
  font-size: 21px;
  letter-spacing: -.035em;
  line-height: 1.25;
  margin: 0;
}

.legal-content p,
.legal-content li,
.legal-content dd {
  color: #526965;
  font-size: 15px;
  line-height: 1.8;
}

.legal-content section > p,
.legal-content section > ul,
.legal-content section > dl {
  margin-bottom: 0;
  margin-top: 0;
}

.legal-content section > *:not(h2) { grid-column: 2; }

.legal-content ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}

.legal-content b { color: var(--ink); }
.legal-content a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.legal-data {
  display: grid;
  gap: 0;
  margin: 0;
}

.legal-data > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 155px 1fr;
  padding: 13px 0;
}

.legal-data > div:first-child { padding-top: 0; }
.legal-data dt { color: var(--ink); font-size: 13px; font-weight: 800; }
.legal-data dd { margin: 0; }

.legal-updated {
  color: #879792;
  font-size: 12px;
  margin: 36px 0 0;
}

.legal-footer {
  grid-template-columns: auto 1fr auto;
}

.legal-footer .footer-legal { justify-self: center; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { margin: 0 auto; width: min(100%, 760px); }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .price-intro { max-width: 750px; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card-featured { transform: none; }
  .pricing-grid .price-card:last-child { grid-column: 1 / -1; }
  .faq-section { gap: 65px; grid-template-columns: 1fr; }
  .faq-heading { max-width: 650px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-contact, .copyright { justify-self: end; text-align: right; }
  footer > .footer-legal { justify-self: start; }
  .legal-footer .footer-legal { justify-self: end; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 70px; padding: 0 20px; }
  .brand { font-size: 18px; }
  .brand-mark { height: 24px; width: 24px; }
  .header-cta { font-size: 12px; padding: 10px 15px; }
  .hero { gap: 46px; min-height: auto; padding: 62px 20px 75px; }
  h1 { font-size: clamp(46px, 13vw, 61px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .button-primary { width: 100%; }
  .hero-note { line-height: 1.5; }
  .hero-visual { min-height: 380px; }
  .sun-shape { height: 310px; left: 3%; top: 20px; width: 310px; }
  .sun-shape::before, .sun-shape::after { height: 35px; left: -5%; top: 113px; width: 110%; }
  .sun-shape::after { top: 174px; }
  .browser-card { left: -3%; top: 48px; width: 96%; }
  .demo-page { height: 260px; padding: 17px 18px 0; }
  .demo-hero { height: 183px; }
  .demo-copy strong { font-size: 25px; }
  .demo-orbit { height: 128px; top: 26px; width: 128px; }
  .demo-orbit::after { height: 96px; width: 96px; }
  .demo-arch { bottom: 10px; height: 85px; width: 55px; }
  .phone-card { height: 245px; right: -3px; top: 123px; width: 119px; }
  .phone-screen { padding: 18px 9px; }
  .phone-art { height: 75px; margin: 12px 0; }
  .phone-screen strong { font-size: 11px; }
  .phone-button { margin-top: 10px; }
  .floating-label { font-size: 8px; }
  .label-one { left: 1%; top: 20px; }
  .label-two { bottom: -1px; right: 9%; }
  .trust-band { justify-content: flex-start; overflow-x: hidden; }
  .trust-band span:nth-of-type(n+3), .trust-band i:nth-of-type(n+3) { display: none; }
  .section-pad { padding: 90px 20px; }
  .intro { grid-template-columns: 1fr; gap: 45px; }
  .section-heading h2, .price-intro h2, .faq-heading h2 { font-size: 43px; }
  .intro-copy p:first-child { font-size: 18px; }
  .included-grid { grid-template-columns: 1fr; margin-top: 56px; }
  .included-card { min-height: 285px; }
  .process-grid { gap: 42px; grid-template-columns: 1fr; margin-top: 62px; }
  .process-grid article { padding-right: 0; }
  .process-line::after { display: none; }
  .price-intro { margin-bottom: 42px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-grid .price-card:last-child { grid-column: auto; }
  .price-card { box-shadow: 7px 7px 0 rgba(22,56,50,.12); }
  .price-card-featured { box-shadow: 8px 8px 0 rgba(22,56,50,.18); }
  .price-card-top p { min-height: auto; }
  .pricing-extras { align-items: flex-start; flex-direction: column; gap: 17px; }
  .faq-list summary { font-size: 15px; gap: 20px; }
  .faq-list details > p { margin-right: 4px; }
  .final-cta { padding: 110px 20px; }
  .final-cta h2 { font-size: 58px; }
  .final-actions { flex-direction: column; }
  .final-spark { font-size: 72px; opacity: .4; }
  footer { grid-template-columns: 1fr; padding-bottom: 100px; text-align: center; }
  .brand-footer { justify-self: center; }
  .footer-contact, .copyright { justify-self: center; text-align: center; }
  footer > .footer-legal, .legal-footer .footer-legal { justify-content: center; justify-self: center; }
  .legal-header { min-height: 70px; padding: 0 20px; }
  .legal-back { font-size: 11px; }
  .legal-hero { padding: 70px 20px; }
  .legal-hero h1 { font-size: 50px; }
  .legal-hero > p:last-child { font-size: 16px; }
  .legal-content { padding: 60px 20px; }
  .legal-content section { column-gap: 0; grid-template-columns: 1fr; padding: 32px 0; row-gap: 18px; }
  .legal-content section > *:not(h2) { grid-column: 1; }
  .legal-data > div { gap: 4px; grid-template-columns: 1fr; }
  .legal-content p, .legal-content li, .legal-content dd { font-size: 14px; }
  .legal-footer { padding-bottom: 30px; }
  .mobile-whatsapp {
    align-items: center;
    background: var(--coral);
    border: 1px solid rgba(22,56,50,.18);
    border-radius: 999px;
    bottom: 16px;
    box-shadow: 0 10px 30px rgba(16,45,41,.25);
    color: var(--ink);
    display: flex;
    font-size: 13px;
    font-weight: 850;
    gap: 9px;
    padding: 13px 18px;
    position: fixed;
    right: 16px;
    z-index: 60;
  }
}

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


/* WordPress theme compatibility */
html, body { margin: 0 !important; padding: 0 !important; }
body { background: var(--paper) !important; }
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
