:root {
  --navy: #1f2a44;
  --navy-deep: #141d30;
  --navy-soft: #2b3857;
  --gold: #f5a623;
  --gold-dark: #8a6300;
  --warm: #faf9f6;
  --warm-2: #f2efe8;
  --steel: #5b6b85;
  --steel-dark: #3d4c66;
  --white: #ffffff;
  --green: #2e7d32;
  --red: #a52f2f;
  --line: #dcd8ce;
  --shadow-sm: 0 8px 26px rgba(31, 42, 68, 0.08);
  --shadow-lg: 0 22px 60px rgba(20, 29, 48, 0.18);
  --radius-sm: 0.65rem;
  --radius: 1rem;
  --radius-lg: 1.5rem;
  --container: 76.5rem;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

html {
  color-scheme: light;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--navy);
  background: var(--warm);
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

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

button,
select {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--navy);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 17ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.35rem, 6vw, 5rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.85rem, 4vw, 3rem);
}

h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

:focus-visible {
  outline: 0.2rem solid var(--gold);
  outline-offset: 0.2rem;
}

::selection {
  color: var(--white);
  background: var(--navy);
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  color: var(--navy);
  background: var(--gold);
  border-radius: var(--radius-sm);
  font-weight: 750;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.container--narrow {
  max-width: 52rem;
}

.section {
  padding-block: clamp(3.75rem, 6vw, 5.75rem);
}

.section--compact {
  padding-block: clamp(2.75rem, 5vw, 4.25rem);
}

.section--white {
  background: var(--white);
}

.section--navy {
  color: #dfe4ed;
  background: var(--navy);
}

.section--navy h2,
.section--navy h3,
.section--navy strong {
  color: var(--white);
}

.section--navy .section-lead {
  color: #d3d9e4;
}

.section--gold {
  color: var(--navy);
  background: var(--gold);
}

.section-head {
  max-width: 49rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.section-lead {
  max-width: 46rem;
  margin-bottom: 0;
  color: var(--steel-dark);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: var(--gold-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section--navy .eyebrow,
.hero .eyebrow {
  color: var(--gold);
}

.kicker {
  color: var(--gold-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1.25rem;
  color: var(--navy);
  background: var(--gold);
  border: 0.125rem solid var(--gold);
  border-radius: 0.75rem;
  box-shadow: 0 0.55rem 1.35rem rgba(245, 166, 35, 0.18);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button__icon {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.button__icon--whatsapp {
  filter: brightness(0) invert(1);
}

.button--secondary:hover .button__icon--whatsapp {
  filter: brightness(0) saturate(100%) invert(14%) sepia(16%) saturate(1881%) hue-rotate(182deg) brightness(92%) contrast(91%);
}

.button:hover {
  background: #ffb735;
  border-color: #ffb735;
  box-shadow: 0 0.8rem 1.8rem rgba(245, 166, 35, 0.26);
  transform: translateY(-0.12rem);
}

.button--secondary {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow: none;
}

.button--secondary:hover {
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
  box-shadow: none;
}

.button--navy {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: none;
}

.button--navy:hover {
  color: var(--white);
  background: var(--navy-deep);
  border-color: var(--navy-deep);
  box-shadow: 0 0.8rem 1.8rem rgba(31, 42, 68, 0.2);
}

.button--outline {
  color: var(--navy);
  background: transparent;
  border-color: var(--navy);
  box-shadow: none;
}

.button--outline:hover {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: none;
}

.button[disabled] {
  cursor: wait;
  opacity: 0.66;
  transform: none;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--navy);
  font-weight: 800;
}

.text-link::after {
  content: "→";
  transition: transform 160ms ease;
}

.text-link:hover::after {
  transform: translateX(0.2rem);
}

.section-followup {
  margin: 1.5rem 0 0;
}

.section-followup--large {
  margin-top: 2rem;
}

.section-followup--center {
  text-align: center;
}

.note--spaced {
  margin-top: 1.5rem;
}

.actions--center {
  justify-content: center;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(31, 42, 68, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0.35rem 1.25rem rgba(20, 29, 48, 0.16);
  backdrop-filter: blur(0.8rem);
}

.site-header__inner {
  display: flex;
  min-height: 6rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding-block: 0.2rem;
  text-decoration: none;
}

.site-brand img {
  width: clamp(19rem, 25vw, 23rem);
  aspect-ratio: 23 / 6;
  object-fit: contain;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.6vw, 1.45rem);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav__list a {
  position: relative;
  display: inline-flex;
  padding-block: 0.7rem;
  color: #e5e9f0;
  font-size: 0.97rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav__list a::after {
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  left: 0;
  height: 0.14rem;
  content: "";
  background: var(--gold);
  border-radius: 99rem;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav__list a:hover,
.site-nav__list a[aria-current="page"] {
  color: var(--white);
}

.site-nav__list a:hover::after,
.site-nav__list a[aria-current="page"]::after {
  transform: scaleX(1);
}

.site-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.7rem;
}

.header-cta {
  min-height: 2.7rem;
  padding: 0.68rem 1rem;
  font-size: 0.93rem;
}

.menu-toggle,
.menu-close {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.65rem;
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
  display: block;
  width: 1.35rem;
  height: 0.13rem;
  background: currentColor;
  border-radius: 99rem;
}

.menu-toggle__icon {
  position: relative;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-toggle__icon::before {
  top: -0.43rem;
}

.menu-toggle__icon::after {
  top: 0.43rem;
}

.menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.8rem;
  line-height: 1;
}

.menu-meta {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--navy);
  background-size: 3.5rem 3.5rem;
}

.hero::after {
  position: absolute;
  width: 25rem;
  height: 25rem;
  right: -12rem;
  bottom: -15rem;
  content: "";
  border: 4rem solid rgba(245, 166, 35, 0.08);
  border-radius: 50%;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: min(47rem, calc(100vh - 5rem));
  grid-template-columns: minmax(0, 1.04fr) minmax(24rem, 0.96fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding-block: clamp(4.25rem, 7vw, 6.25rem);
}

.hero h1,
.hero strong {
  color: var(--white);
}

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

.hero__lead {
  max-width: 42rem;
  margin-bottom: 1.8rem;
  color: #dce2ec;
  font-size: clamp(1.08rem, 2.2vw, 1.3rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.65rem;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.3rem;
  padding: 0;
  margin: 0;
  color: #d3dae6;
  list-style: none;
  font-size: 0.94rem;
  font-weight: 650;
}

.hero__proof li {
  position: relative;
  padding-left: 1rem;
}

.hero__proof li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  content: "";
  background: var(--gold);
  border-radius: 50%;
}

.hero__visual {
  position: relative;
}

.hero__image {
  width: 100%;
  min-height: 30rem;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  object-position: 68% center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.hero__panel {
  position: absolute;
  right: -1rem;
  bottom: 1.5rem;
  width: min(22rem, calc(100% - 1rem));
  padding: 1.25rem;
  color: var(--navy);
  background: var(--white);
  border-left: 0.35rem solid var(--gold);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.hero__panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.practice-id,
.soa-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.55rem;
  border-radius: 0.4rem;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.practice-id {
  color: var(--steel-dark);
  background: var(--warm-2);
  border: 1px solid var(--line);
}

.soa-badge {
  color: var(--gold);
  background: var(--navy);
}

.hero__panel h2 {
  margin-bottom: 0.35rem;
  font-size: 1.16rem;
}

.hero__panel p {
  margin-bottom: 0;
  color: var(--steel-dark);
  font-size: 0.93rem;
}

.mini-progress {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
  margin-top: 1rem;
}

.mini-progress span {
  height: 0.32rem;
  background: var(--line);
  border-radius: 99rem;
}

.mini-progress span:nth-child(-n + 4) {
  background: var(--navy);
}

.mini-progress span:nth-child(5) {
  background: var(--gold);
}

.trust-strip {
  position: relative;
  z-index: 2;
  color: var(--navy);
  background: var(--gold);
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-item {
  padding: 1.2rem clamp(1rem, 3vw, 2rem);
  border-left: 1px solid rgba(31, 42, 68, 0.24);
}

.trust-item:first-child {
  border-left: 0;
}

.trust-item strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--navy);
  font-size: 1.03rem;
}

.trust-item span {
  display: block;
  color: #3c3a31;
  font-size: 0.9rem;
}

/* Page hero and breadcrumbs */
.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(115deg, var(--navy) 0 70%, var(--navy-soft) 70%);
}

.page-hero::after {
  position: absolute;
  top: -4rem;
  right: 4vw;
  width: 13rem;
  height: 13rem;
  content: "";
  border: 2.3rem solid rgba(245, 166, 35, 0.13);
  border-radius: 50%;
}

.page-hero__content {
  position: relative;
  z-index: 1;
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.page-hero h1 {
  color: var(--white);
  font-size: clamp(2.25rem, 5vw, 4.25rem);
}

.page-hero p {
  max-width: 48rem;
  margin-bottom: 0;
  color: #dce2ec;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.breadcrumbs {
  padding-block: 1rem;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0;
  margin: 0 auto;
  color: var(--steel-dark);
  list-style: none;
  font-size: 0.9rem;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 0.4rem;
  content: "/";
  color: #929baa;
}

.breadcrumbs a {
  font-weight: 700;
}

/* Cards and grids */
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.card {
  position: relative;
  height: 100%;
  padding: clamp(1.4rem, 3vw, 2rem);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.28rem;
  content: "";
  background: var(--gold);
}

.card p:last-child,
.card ul:last-child {
  margin-bottom: 0;
}

.card p {
  color: var(--steel-dark);
}

.card__number {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  margin-bottom: 1.25rem;
  color: var(--navy);
  background: var(--gold);
  border-radius: 0.65rem;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.88rem;
  font-weight: 850;
}

.card--navy {
  color: #dce2ec;
  background: var(--navy);
  border-color: var(--navy);
}

.card--navy h3,
.card--navy strong {
  color: var(--white);
}

.card--navy p {
  color: #d3dae5;
}

.scenario-card {
  padding-top: 2.25rem;
}

.scenario-card .kicker {
  display: block;
  margin-bottom: 1rem;
}

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

.feature {
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature p {
  margin-bottom: 0;
  color: var(--steel-dark);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.split--reverse > :first-child {
  order: 2;
}

.media-frame {
  position: relative;
}

.media-frame::before {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 48%;
  height: 55%;
  content: "";
  background: var(--gold);
  border-radius: var(--radius);
}

.media-frame img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.check-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 1.5rem 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.75rem;
  color: var(--steel-dark);
}

.check-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.68rem;
  height: 0.68rem;
  content: "";
  background: var(--gold);
  border: 0.16rem solid var(--navy);
  border-radius: 50%;
}

.section--navy .check-list li {
  color: #dce2ec;
}

.section--navy .check-list li::before {
  border-color: var(--white);
}

.note {
  padding: 1.1rem 1.25rem;
  color: var(--steel-dark);
  background: var(--warm-2);
  border-left: 0.32rem solid var(--gold-dark);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 0.97rem;
}

.note strong {
  color: var(--navy);
}

.section--navy .note {
  color: #e1e6ee;
  background: rgba(255, 255, 255, 0.08);
  border-left-color: var(--gold);
}

.section--navy .note strong {
  color: var(--white);
}

/* Process */
.process {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 2.5rem 0 0;
  list-style: none;
  counter-reset: process;
}

.process li {
  position: relative;
  min-width: 0;
  padding: 3.75rem 0.75rem 0;
  border-top: 0.24rem solid #cfc9bc;
  counter-increment: process;
}

.process li::before {
  position: absolute;
  top: -1.42rem;
  left: 0;
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  content: counter(process);
  color: var(--navy);
  background: var(--gold);
  border: 0.28rem solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 0.12rem var(--gold);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.84rem;
  font-weight: 850;
}

.process strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.98rem;
  line-height: 1.3;
}

.process span {
  display: block;
  color: var(--steel);
  font-size: 0.92rem;
  line-height: 1.5;
}

.step-stack {
  display: grid;
  max-width: 56rem;
  gap: 0;
  margin-inline: auto;
  counter-reset: steps;
}

.step-block {
  position: relative;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
  padding-bottom: 2rem;
  counter-increment: steps;
}

.step-block::before {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  z-index: 1;
  place-items: center;
  content: "0" counter(steps);
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 850;
}

.step-block:not(:last-child)::after {
  position: absolute;
  top: 3rem;
  bottom: -0.2rem;
  left: 1.5rem;
  width: 0.16rem;
  content: "";
  background: var(--line);
}

.step-block__body {
  padding: 0.25rem 0 1rem;
}

.step-block__body p {
  max-width: 45rem;
  margin-bottom: 0;
  color: var(--steel-dark);
}

/* SOA */
.category-search {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0.9rem;
  max-width: 46rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.field {
  min-width: 0;
}

.field label,
.field-label {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.72rem 0.85rem;
  color: var(--navy);
  background: var(--white);
  border: 1px solid #aeb5c1;
  border-radius: 0.62rem;
}

.field textarea {
  min-height: 8rem;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold-dark);
  outline: 0.2rem solid rgba(184, 134, 11, 0.18);
  outline-offset: 0;
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: var(--red);
}

.field-hint {
  display: block;
  margin-top: 0.35rem;
  color: var(--steel-dark);
  font-size: 0.84rem;
}

.field-error {
  display: block;
  min-height: 1.2em;
  margin-top: 0.3rem;
  color: var(--red);
  font-size: 0.84rem;
  font-weight: 700;
}

.category-results {
  margin: 0 0 1rem;
  color: var(--steel-dark);
  font-size: 0.96rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.category {
  display: flex;
  min-height: 6.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  transition: border-color 160ms ease, transform 160ms ease;
}

.category:hover {
  border-color: var(--gold-dark);
  transform: translateY(-0.1rem);
}

.category[hidden] {
  display: none;
}

.category__code {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 1.3rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.category__class {
  display: inline-flex;
  padding: 0.3rem 0.5rem;
  color: var(--gold);
  background: var(--navy);
  border-radius: 0.42rem;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

/* Costs */
.cost-highlight {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.cost-main {
  display: flex;
  min-height: 15rem;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius-lg);
}

.cost-main .kicker {
  color: var(--gold);
}

.cost-main__value {
  display: block;
  margin-block: 1rem 0.35rem;
  color: var(--white);
  font-size: clamp(3.6rem, 8vw, 6.5rem);
  font-weight: 820;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.cost-main p {
  max-width: 32rem;
  margin-bottom: 0;
  color: #dce2ec;
  font-size: 1rem;
}

.cost-side {
  display: grid;
  gap: 1rem;
}

.cost-chip {
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.cost-chip strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.3rem;
}

.cost-chip p {
  margin-bottom: 0;
  color: var(--steel-dark);
}

.data-table-wrap {
  overflow-x: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.data-table {
  width: 100%;
  min-width: 38rem;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  padding: 0.95rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.data-table th {
  color: var(--white);
  background: var(--navy);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.data-table td {
  color: var(--steel-dark);
}

.data-table tr:last-child td {
  border-bottom: 0;
}

.data-table td:last-child {
  color: var(--navy);
  font-weight: 800;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 0.8rem;
  max-width: 64rem;
  margin-inline: auto;
}

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: 0 0.3rem 1rem rgba(31, 42, 68, 0.04);
}

.faq-list details[open] {
  border-color: rgba(184, 134, 11, 0.52);
  box-shadow: 0 0.55rem 1.4rem rgba(31, 42, 68, 0.08);
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 4rem;
  align-items: center;
  padding: 1.2rem 3.7rem 1.2rem 1.25rem;
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 760;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  content: "+";
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  font-size: 1.25rem;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 1.25rem 1.25rem;
  color: var(--steel-dark);
  font-size: 0.98rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* CTA */
.cta-band {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.cta-band::after {
  position: absolute;
  top: 50%;
  right: -6rem;
  width: 18rem;
  height: 18rem;
  content: "";
  border: 3rem solid rgba(245, 166, 35, 0.14);
  border-radius: 50%;
  transform: translateY(-50%);
}

.cta-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: clamp(3.25rem, 6vw, 5rem);
}

.cta-band h2 {
  max-width: 18ch;
  margin-bottom: 0.75rem;
  color: var(--white);
}

.cta-band p {
  max-width: 42rem;
  margin-bottom: 0;
  color: #dce2ec;
}

.cta-band__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* Form */
.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 4rem);
}

.contact-panel {
  position: sticky;
  top: 7rem;
  padding: 1.5rem;
  color: #dce2ec;
  background: var(--navy);
  border-radius: var(--radius-lg);
}

.contact-panel h2,
.contact-panel h3,
.contact-panel strong {
  color: var(--white);
}

.contact-panel .note strong {
  color: var(--navy);
}

.contact-panel a {
  color: var(--white);
  font-weight: 750;
}

.contact-list {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 1.5rem 0;
  list-style: none;
}

.contact-list li {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-list span {
  display: block;
  color: #aeb8ca;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.request-form {
  padding: clamp(1.25rem, 4vw, 2.25rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.form-section {
  padding: 0;
  margin: 0 0 2rem;
  border: 0;
}

.form-section legend {
  width: 100%;
  padding: 0 0 0.8rem;
  margin-bottom: 1.15rem;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
  font-size: 1.1rem;
  font-weight: 800;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.field--full {
  grid-column: 1 / -1;
}

.required-note {
  margin-bottom: 1.25rem;
  color: var(--steel-dark);
  font-size: 0.88rem;
}

.choice-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}

.choice {
  position: relative;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice label {
  display: flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  cursor: pointer;
  color: var(--steel-dark);
  background: var(--warm);
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  font-size: 0.92rem;
  font-weight: 750;
  text-align: center;
}

.choice input:checked + label {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.choice input:focus-visible + label {
  outline: 0.2rem solid var(--gold);
  outline-offset: 0.15rem;
}

.privacy-check {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.7rem;
  align-items: start;
}

.privacy-check input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  accent-color: var(--navy);
}

.privacy-check label {
  color: var(--steel-dark);
  font-size: 0.92rem;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
}

.form-status {
  padding: 0.85rem 1rem;
  margin-top: 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
}

.form-status:empty {
  display: none;
}

.form-status[data-state="success"] {
  color: #17451b;
  background: #e5f3e6;
  border: 1px solid #9bc59e;
}

.form-status[data-state="error"] {
  color: #762121;
  background: #f8e8e8;
  border: 1px solid #d7a2a2;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Legal */
.legal-wrap {
  color: var(--steel-dark);
}

.legal-wrap h2 {
  margin-top: 2.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.legal-wrap h3 {
  margin-top: 1.7rem;
  font-size: 1.08rem;
}

.legal-wrap li + li {
  margin-top: 0.5rem;
}

.legal-meta {
  padding: 1rem 1.2rem;
  color: var(--steel-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

/* Footer */
.site-footer {
  color: #b8c1d0;
  background: var(--navy-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 2rem;
  padding-block: 3.5rem;
}

.footer-brand__logo {
  display: inline-flex;
  width: min(100%, 20rem);
  margin-bottom: 1.15rem;
}

.footer-brand__logo img {
  width: 100%;
  aspect-ratio: 23 / 6;
  object-fit: contain;
}

.footer-brand p {
  margin-bottom: 0.7rem;
  font-size: 0.93rem;
}

.footer-company {
  font-size: 0.93rem;
}

.footer-title {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links a {
  color: #cbd2de;
  font-size: 0.93rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-contact {
  color: var(--white);
  font-weight: 750;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
  font-size: 0.84rem;
}

.footer-bottom p {
  margin: 0;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: grid;
  width: 3.75rem;
  height: 3.75rem;
  place-items: center;
  overflow: hidden;
  background: #25d366;
  border: 0.15rem solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0.7rem 1.8rem rgba(20, 29, 48, 0.28);
}

.whatsapp-float img {
  width: 2.1rem;
  height: 2.1rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Home motion and micro-interactions */
.home-page .hero__content > * {
  animation: home-rise-in 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-page .hero__content > :nth-child(2) {
  animation-delay: 80ms;
}

.home-page .hero__content > :nth-child(3) {
  animation-delay: 140ms;
}

.home-page .hero__content > :nth-child(4) {
  animation-delay: 200ms;
}

.home-page .hero__content > :nth-child(5) {
  animation-delay: 260ms;
}

.home-page .hero__visual {
  animation: home-visual-in 760ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-page .hero__image {
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), filter 650ms ease;
}

.home-page .hero__panel {
  animation: home-panel-float 5.5s 1.1s ease-in-out infinite;
}

.home-page .home-reveal {
  opacity: 0;
  transform: translateY(1.4rem);
  will-change: opacity, transform;
}

.home-page .home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.home-page .card,
.home-page .feature,
.home-page .faq-list details,
.home-page .trust-item,
.home-page .process li::before,
.home-page .media-frame img {
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background-color 260ms ease,
    filter 260ms ease;
}

.home-page .card::before {
  transition: height 260ms ease, filter 260ms ease;
}

.home-page .home-reveal {
  transition:
    opacity 560ms ease var(--reveal-delay, 0ms),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

@media (hover: hover) and (pointer: fine) {
  .home-page .hero__visual:hover .hero__image {
    filter: saturate(1.06) contrast(1.02);
    transform: scale(1.018);
  }

  .home-page .card:hover {
    border-color: rgba(184, 134, 11, 0.42);
    box-shadow: 0 1.2rem 2.8rem rgba(31, 42, 68, 0.13);
    transform: translateY(-0.45rem);
  }

  .home-page .card:hover::before {
    height: 0.38rem;
    filter: brightness(1.08);
  }

  .home-page .feature:hover {
    border-color: rgba(245, 166, 35, 0.72);
    box-shadow: 0 1rem 2.2rem rgba(20, 29, 48, 0.13);
    transform: translateY(-0.35rem);
  }

  .home-page .process li:hover::before {
    box-shadow: 0 0 0 0.18rem var(--gold), 0 0.75rem 1.3rem rgba(31, 42, 68, 0.16);
    transform: translateY(-0.2rem) scale(1.06);
  }

  .home-page .media-frame:hover img {
    filter: saturate(1.05);
    transform: translateY(-0.3rem) scale(1.012);
  }

  .home-page .faq-list details:hover {
    border-color: rgba(184, 134, 11, 0.45);
    box-shadow: 0 0.8rem 1.8rem rgba(31, 42, 68, 0.09);
    transform: translateY(-0.16rem);
  }

  .home-page .trust-item:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-0.18rem);
  }
}

@keyframes home-rise-in {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-visual-in {
  from {
    opacity: 0;
    transform: translateY(1.3rem) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes home-panel-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.3rem);
  }
}

/* 404 */
.error-page {
  display: grid;
  min-height: calc(100vh - 5rem);
  place-items: center;
  padding-block: 4rem;
  text-align: center;
}

.error-code {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold-dark);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: clamp(4.5rem, 18vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.error-page h1 {
  max-width: none;
  margin-inline: auto;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.error-page p {
  max-width: 38rem;
  margin: 0 auto 1.5rem;
  color: var(--steel-dark);
}

/* Responsive */
@media (max-width: 68rem) {
  .header-cta {
    display: none;
  }

  .site-nav__list {
    gap: 0.8rem;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.85fr);
  }

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

  .footer-grid {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }
}

@media (max-width: 58rem) {
  .menu-toggle,
  .menu-close {
    display: grid;
  }

  .site-nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 120;
    width: min(88vw, 24rem);
    padding: 5.5rem 1.25rem 1.5rem;
    visibility: hidden;
    overflow-y: auto;
    color: var(--white);
    background: var(--navy-deep);
    box-shadow: -1rem 0 2.5rem rgba(0, 0, 0, 0.28);
    transform: translateX(105%);
    transition: transform 200ms ease, visibility 200ms ease;
  }

  .site-nav[data-open="true"] {
    visibility: visible;
    transform: translateX(0);
  }

  .site-nav::before {
    position: fixed;
    inset: 0 100% 0 auto;
    width: 100vw;
    content: "";
    background: rgba(20, 29, 48, 0.64);
  }

  .site-nav__list {
    display: grid;
    gap: 0;
  }

  .site-nav__list a {
    display: flex;
    padding: 0.95rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 1.05rem;
  }

  .site-nav__list a::after {
    display: none;
  }

  .menu-meta {
    display: block;
    margin-top: 1.8rem;
    color: #aeb8ca;
    font-size: 0.88rem;
  }

  .menu-meta a {
    color: var(--white);
    font-weight: 750;
  }

  .hero__grid,
  .split,
  .request-layout {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    min-height: auto;
  }

  .hero__content {
    max-width: 46rem;
  }

  .hero__visual {
    max-width: 38rem;
    margin-inline: auto;
  }

  .split--reverse > :first-child {
    order: initial;
  }

  .contact-panel {
    position: static;
  }

  .process {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }

  .process li {
    min-height: 5.8rem;
    padding: 0 0 1.65rem 4.1rem;
    border-top: 0;
    border-left: 0.2rem solid var(--line);
  }

  .process li::before {
    top: 0;
    left: -1.42rem;
  }

  .trust-strip__grid,
  .cards {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-top: 1px solid rgba(31, 42, 68, 0.22);
    border-left: 0;
  }

  .trust-item:first-child {
    border-top: 0;
  }

  .cta-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-band__actions {
    flex: initial;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 42rem) {
  .container {
    width: min(100% - 1.25rem, var(--container));
  }

  .site-header__inner {
    min-height: 5.5rem;
  }

  .site-brand img {
    width: clamp(13.25rem, 68vw, 16.5rem);
  }

  .section {
    padding-block: 3.5rem;
  }

  .hero__grid {
    padding-block: 3.25rem;
  }

  .hero__image {
    min-height: 23rem;
  }

  .hero__panel {
    right: -0.25rem;
    bottom: 0.75rem;
  }

  .feature-grid,
  .form-grid,
  .choice-row,
  .cost-highlight {
    grid-template-columns: 1fr;
  }

  .category-search {
    grid-template-columns: 1fr;
  }

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

  .category {
    min-height: 5.2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .media-frame::before {
    top: -0.55rem;
    left: -0.35rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }

  .footer-bottom__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-actions,
  .hero__actions,
  .cta-band__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .form-actions .button,
  .hero__actions .button,
  .cta-band__actions .button {
    width: 100%;
  }
}

@media (max-width: 23.75rem) {
  body {
    font-size: 1rem;
  }

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

  .hero__panel-top {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
  }

  .home-page .home-reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .site-footer,
  .whatsapp-float,
  .cta-band,
  .button,
  .category-search {
    display: none !important;
  }

  .home-page .home-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .section,
  .page-hero__content {
    padding-block: 1.5rem;
  }

  .page-hero,
  .section--navy {
    color: #000;
    background: #fff;
  }

  .page-hero h1,
  .page-hero p,
  .section--navy h2,
  .section--navy h3 {
    color: #000;
  }
}
