:root {
  --radius: 0.45rem;
  --layout-max: 1440px;
  --page-gutter: clamp(20px, 6vw, 96px);
  --section-space: clamp(80px, 8vw, 128px);
  --section-space-compact: clamp(64px, 6vw, 96px);
  --column-gap: clamp(40px, 6vw, 96px);
  --card-gap: 16px;
  --heading-gap: 56px;
  --radius-card: 18px;
  --radius-panel: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; }
body, button { -webkit-font-smoothing: antialiased; }
button { appearance: none; cursor: pointer; font: inherit; }
a { color: inherit; text-decoration: none; }
svg { stroke-width: 1.8; }
section[id] { scroll-margin-top: 82px; }
.svg-sprite { height: 0; overflow: hidden; position: absolute; width: 0; }
.layout-container { margin-inline: auto; max-width: var(--layout-max); width: 100%; }

:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.site-header {
  background: color-mix(in srgb, var(--white) 96%, transparent);
  border-bottom: 1px solid var(--border-subtle);
  height: 84px;
  padding: 0 var(--page-gutter);
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-inner { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; height: 100%; }

.brand { align-items: center; display: flex; gap: 13px; width: fit-content; }
.brand-mark { display: flex; flex: 0 0 auto; width: 78px; }
.brand-mark img { display: block; height: auto; width: 100%; }
.brand-name { font-size: 13px; font-weight: 500; line-height: 1.05; max-width: 104px; text-transform: uppercase; }
.brand-name strong { display: block; font-size: 14px; letter-spacing: 0.015em; }

nav { display: flex; gap: clamp(20px, 2.6vw, 44px); }
nav a { font-size: 13px; font-weight: 700; position: relative; }
nav a::after { background: var(--gold); bottom: -10px; content: ''; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; width: 100%; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); }

.site-header .header-cta {
  justify-self: end;
}

.hero {
  background: var(--blue);
  color: var(--white);
  min-height: 695px;
  overflow: hidden;
  padding: var(--section-space) var(--page-gutter);
  position: relative;
}
.hero-inner { align-items: center; display: grid; gap: var(--column-gap); grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 440px; }
.hero::before { background: linear-gradient(120deg, color-mix(in srgb, var(--white) 5%, transparent), transparent 42%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.hero-copy { align-self: center; max-width: 700px; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(46px, 5.2vw, 82px); font-weight: 800; letter-spacing: -.05em; line-height: .96; margin: 0; max-width: 790px; text-wrap: balance; }
.hero h1 em { color: var(--gold-light); display: block; font-style: normal; }
.hero-copy > p { color: var(--on-dark-strong); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; margin: 34px 0; max-width: 590px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.cta-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  height: 54px;
  justify-content: center;
  padding: 0 22px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}
.cta-button:hover { transform: translateY(-2px); }
.cta-button svg { height: 19px; width: 19px; }
.whatsapp-icon { display: block; flex: 0 0 auto; height: 19px; width: 19px; }
.cta-button .whatsapp-icon { filter: brightness(0) saturate(100%) invert(11%) sepia(29%) saturate(2620%) hue-rotate(179deg) brightness(93%) contrast(105%); }
.cta-secondary .whatsapp-icon { filter: none; }
.location-icon { display: block; flex: 0 0 auto; filter: brightness(0) saturate(100%) invert(11%) sepia(29%) saturate(2620%) hue-rotate(179deg) brightness(93%) contrast(105%); height: 20px; width: 20px; }
.hero-actions .location-icon, .final-actions .location-icon { filter: none; }
.cta-primary { background: var(--gold); color: var(--blue-deep); }
.cta-primary:hover { background: var(--gold-light); }
.cta-secondary { background: var(--blue); color: var(--white); }
.cta-secondary:hover { background: var(--blue-bright); }
.cta-outline { background: transparent; border-color: var(--border-strong); color: var(--blue); }
.cta-outline:hover { background: var(--surface-hover); border-color: var(--blue); }
.hero-actions .cta-outline, .final-actions .cta-outline { border-color: var(--on-dark-faint); color: var(--white); }
.hero-actions .cta-outline:hover, .final-actions .cta-outline:hover { background: color-mix(in srgb, var(--white) 8%, transparent); border-color: var(--on-dark-muted); }
.scroll-cue { align-items: center; color: var(--on-dark-muted); display: flex; font-size: 12px; font-weight: 700; gap: 9px; margin-top: 70px; width: fit-content; }

.hero-visual {
  align-self: center;
  aspect-ratio: 1.32;
  background: var(--blue-bright);
  border: 1px solid color-mix(in srgb, var(--white) 18%, transparent);
  max-width: 650px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.visual-grid { background-image: linear-gradient(color-mix(in srgb, var(--white) 7%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--white) 7%, transparent) 1px, transparent 1px); background-size: 42px 42px; inset: 0; position: absolute; }
.hero-visual::after { background: linear-gradient(145deg, color-mix(in srgb, var(--white) 4%, transparent), color-mix(in srgb, var(--gold) 12%, transparent)); content: ''; inset: 0; position: absolute; }
.visual-label { color: var(--on-dark-strong); display: flex; flex-direction: column; font-size: 13px; font-weight: 700; gap: 8px; inset: 0; justify-content: center; letter-spacing: .08em; position: absolute; text-align: center; text-transform: uppercase; z-index: 2; }
.visual-label span { color: var(--gold-light); font-size: 10px; letter-spacing: .18em; }
.promise-bar { background: var(--gold); color: var(--blue-deep); min-height: 128px; padding: 24px var(--page-gutter); }
.promise-inner { align-items: center; display: flex; justify-content: space-between; min-height: 80px; }
.promise-bar p { display: flex; flex-direction: column; margin: 0; }
.promise-bar strong { font-size: 15px; }
.promise-bar span { font-size: 12px; margin-top: 4px; opacity: .72; }
.promise-inner > img { filter: grayscale(1); opacity: .38; width: 42px; }

.section { padding: var(--section-space) var(--page-gutter); }
.section-heading h2, .philosophy-copy h2, .history-copy h2, .location-copy h2, .final-cta h2 {
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .95;
  margin: 0;
  text-wrap: balance;
}
.section-heading > p { color: var(--text-secondary); font-size: 17px; line-height: 1.7; margin: 0; max-width: 590px; }
.split-heading { align-items: end; display: grid; gap: var(--column-gap); grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); margin-bottom: var(--heading-gap); }
.split-heading h2 { max-width: 760px; }

.products-section { background: var(--white); }
.products-heading { display: block; margin: 0 auto var(--heading-gap); max-width: 860px; text-align: center; }
.products-heading h2 { display: inline-block; font-size: clamp(34px, 3vw, 46px); line-height: 1.08; padding-bottom: 17px; position: relative; }
.products-heading h2::after { background: var(--gold); bottom: 0; content: ''; height: 4px; left: 0; position: absolute; width: 54px; }
.products-heading > p { font-size: 16px; line-height: 1.55; margin: 24px auto 0; max-width: 720px; }
.product-grid { display: grid; gap: var(--card-gap); grid-template-columns: repeat(5, minmax(0, 1fr)); }
.product-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-card);
  box-shadow: 0 8px 26px var(--shadow-soft);
  min-height: 310px;
  padding: 28px 24px;
  position: relative;
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.product-card:hover { background: var(--white); box-shadow: 0 16px 38px var(--shadow-medium); transform: translateY(-4px); }
.product-card-featured { color: var(--ink); }
.product-icon { align-items: center; background: var(--white); border-radius: 50%; box-shadow: 0 5px 15px var(--shadow-soft); color: var(--blue); display: flex; height: 52px; justify-content: center; margin-bottom: 22px; width: 52px; }
.product-icon img { filter: brightness(0) saturate(100%) invert(25%) sepia(43%) saturate(2105%) hue-rotate(178deg) brightness(89%) contrast(98%); height: 27px; object-fit: contain; width: 27px; }
.product-card h3 { font-size: 20px; letter-spacing: -.025em; margin: 0 0 20px; }
.product-card ul { display: grid; gap: 13px; list-style: none; margin: 0; padding: 0; }
.product-card li { align-items: flex-start; color: var(--text-secondary); display: flex; font-size: 14px; gap: 9px; line-height: 1.38; }
.product-card li > span { color: var(--gold); flex: 0 0 auto; font-size: 14px; font-weight: 900; }

.product-callout { align-items: center; background: var(--blue); border-radius: var(--radius-card); color: var(--white); display: grid; gap: 28px; grid-template-columns: 1fr auto; margin-top: 38px; padding: 28px 36px; }
.product-callout h3 { font-size: 21px; margin: 0 0 6px; }
.product-callout p { color: var(--on-dark); font-size: 14px; margin: 0; }

.payments { align-items: stretch; background: var(--surface-payments); border-radius: var(--radius-card); display: grid; gap: 38px; grid-template-columns: minmax(220px, .54fr) 1.46fr; margin-top: var(--card-gap); min-height: 240px; padding: 42px; }
.payments-copy { align-self: center; }
.payments-copy h3 { font-size: 28px; letter-spacing: -.03em; margin: 0 0 10px; }
.payments-copy p { color: var(--text-secondary); font-size: 15px; line-height: 1.5; margin: 0; max-width: 300px; }
.payment-list { display: grid; gap: 12px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.payment-option { align-items: flex-start; background: var(--white); border: 1px solid var(--border-default); border-radius: 14px; box-shadow: 0 8px 18px var(--shadow-soft); display: flex; flex-direction: column; gap: 20px; justify-content: flex-start; min-height: 190px; padding: 20px; }
.payment-logo { align-items: center; display: flex; height: 50px; justify-content: flex-start; width: 100%; }
.payment-logo img { display: block; height: auto; max-height: 46px; max-width: min(145px, 100%); object-fit: contain; width: auto; }
.payment-logo-dual { gap: 12px; }
.payment-logo-dual img { max-height: 42px; max-width: calc(50% - 6px); }
.payment-option > div:not(.payment-logo) { display: flex; flex-direction: column; gap: 7px; }
.payment-option strong { color: var(--blue-deep); font-size: 17px; line-height: 1.25; }
.payment-option span { color: var(--text-secondary); font-size: 15px; line-height: 1.4; }
.payment-option-banner { align-items: center; background: var(--modo-green); justify-content: center; overflow: hidden; padding: 10px; }
.payment-option-banner > img { border-radius: 8px; display: block; height: auto; max-height: 100%; object-fit: contain; width: 100%; }

.process-section { background: var(--surface-section); padding: var(--section-space-compact) var(--page-gutter); }
.process-shell { background: var(--blue); border-radius: var(--radius-panel); box-shadow: 0 28px 70px var(--shadow-strong); color: var(--white); margin: 0 auto; max-width: var(--layout-max); overflow: hidden; padding: clamp(58px, 7vw, 104px); position: relative; }
.process-watermark { filter: grayscale(1) brightness(2); height: auto; opacity: .035; pointer-events: none; position: absolute; right: -7%; top: 1%; transform: rotate(7deg); width: min(760px, 56vw); }
.process-intro { align-items: end; display: grid; gap: var(--column-gap); grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr); position: relative; z-index: 2; }
.process-intro h2 { font-size: clamp(48px, 5.6vw, 88px); font-weight: 800; letter-spacing: -.058em; line-height: .94; margin: 0; max-width: 820px; text-wrap: balance; }
.process-intro h2 strong { color: var(--gold); display: block; }
.process-copy { border-left: 3px solid var(--gold); padding: 2px 0 2px 30px; }
.process-copy p { color: var(--on-dark); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.7; margin: 0; }
.process-copy p + p { margin-top: 18px; }
.steps { display: grid; gap: var(--card-gap); grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: var(--heading-gap); position: relative; z-index: 2; }
.step { background: var(--white); border: 1px solid var(--border-subtle); border-radius: var(--radius-card); box-shadow: 0 16px 34px var(--shadow-medium); color: var(--blue-ink); min-height: 250px; padding: 30px; transition: box-shadow 180ms ease, transform 180ms ease; }
.step:hover { box-shadow: 0 22px 44px var(--shadow-strong); transform: translateY(-5px); }
.step-number { align-items: center; background: var(--surface-card); border-radius: 50%; color: var(--gold-dark); display: flex; font-size: 18px; font-weight: 900; height: 54px; justify-content: center; width: 54px; }
.step h3 { font-size: clamp(21px, 1.7vw, 27px); letter-spacing: -.025em; margin: 30px 0 12px; }
.step p { color: var(--text-secondary); font-size: 15px; line-height: 1.55; margin: 0; max-width: 400px; }
.step-gold { background: var(--gold); border-color: var(--gold); }
.step-gold .step-number { background: color-mix(in srgb, var(--blue-ink) 10%, transparent); color: var(--blue-ink); }
.step-gold p { color: var(--blue-ink); }
.process-footer { align-items: center; display: flex; justify-content: space-between; margin-top: 30px; position: relative; z-index: 2; }
.process-footer > p { color: var(--on-dark-muted); font-size: 13px; margin: 0; }
.process-cta svg { stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.philosophy-section { background: var(--white); padding: var(--section-space) var(--page-gutter); }
.philosophy-inner { align-items: center; display: grid; gap: var(--column-gap); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.philosophy-copy { grid-column: 2; grid-row: 1; }
.philosophy-copy h2 { font-size: clamp(40px, 4vw, 58px); line-height: 1.02; max-width: 560px; padding-bottom: 19px; position: relative; }
.philosophy-copy h2::after { background: var(--gold); bottom: 0; content: ''; height: 4px; left: 0; position: absolute; width: 54px; }
.philosophy-copy > p { color: var(--text-secondary); font-size: 16px; line-height: 1.65; margin: 22px 0 0; max-width: 610px; }
.philosophy-copy blockquote { background: var(--surface-card); border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; font-size: 21px; font-style: italic; font-weight: 700; line-height: 1.4; margin: 34px 0 0; max-width: 640px; padding: 27px 30px; }
.philosophy-copy blockquote strong { color: var(--blue-bright); }
.philosophy-collage { display: grid; gap: 16px; grid-column: 1; grid-row: 1; grid-template-columns: 1.04fr .96fr; grid-template-rows: repeat(2, minmax(190px, 1fr)); min-height: 520px; position: relative; }
.photo-placeholder { align-items: center; background-color: var(--surface-media); background-image: linear-gradient(135deg, transparent 49.7%, var(--border-default) 50%, transparent 50.3%), linear-gradient(45deg, transparent 49.7%, var(--border-default) 50%, transparent 50.3%); background-size: 100% 100%; color: var(--text-secondary); display: flex; font-size: 10px; font-weight: 800; justify-content: center; letter-spacing: .08em; overflow: hidden; text-align: center; text-transform: uppercase; }
.photo-main { background-color: var(--gold); border-radius: var(--radius-card); color: var(--blue); grid-column: 1; grid-row: 1 / 3; }
.photo-team { border-radius: var(--radius-card); grid-column: 2; grid-row: 1; }
.photo-detail { border-radius: var(--radius-card); grid-column: 2; grid-row: 2; }

.reviews-section { background: var(--white); padding: var(--section-space) var(--page-gutter); }
.centered-heading { margin: 0 auto var(--heading-gap); max-width: 800px; text-align: center; }
.centered-heading > p { margin: 24px auto 0; }
.review-grid { display: grid; gap: var(--card-gap); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.review-card { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-card); box-shadow: 0 10px 28px var(--shadow-soft); display: flex; flex-direction: column; min-height: 340px; padding: 30px; }
.review-top { align-items: center; display: flex; justify-content: space-between; }
.stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; line-height: 1; }
.review-source { background: var(--white); border: 1px solid var(--border-subtle); border-radius: 999px; color: var(--blue); font-size: 11px; font-weight: 800; padding: 7px 11px; }
.review-card blockquote { color: var(--blue-deep); font-size: 18px; font-weight: 650; line-height: 1.58; margin: 42px 0 34px; }
.review-card blockquote::before { color: var(--gold); content: '“'; display: block; font-family: Georgia, serif; font-size: 54px; font-weight: 700; height: 28px; line-height: .7; margin-bottom: 13px; }
.review-author { align-items: center; border-top: 1px solid var(--border-subtle); display: flex; gap: 13px; margin-top: auto; padding-top: 20px; }
.review-avatar { align-items: center; background: var(--blue); border-radius: 50%; color: var(--white); display: flex; flex: 0 0 auto; font-size: 12px; font-weight: 900; height: 44px; justify-content: center; width: 44px; }
.review-author p { display: flex; flex-direction: column; margin: 0; }
.review-author strong { color: var(--blue-deep); font-size: 14px; }
.review-author p span { color: var(--text-muted); font-size: 11px; line-height: 1.4; margin-top: 4px; }
.reviews-cta { display: flex; margin: 35px auto 0; }

.knowledge-section { background: var(--blue-mist); padding: var(--section-space) var(--page-gutter); }
.knowledge-heading { margin-bottom: var(--heading-gap); }
.content-grid { display: grid; gap: var(--card-gap); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-card { background: var(--white); border: 1px solid var(--border-subtle); border-radius: 6px 6px var(--radius-card) var(--radius-card); box-shadow: 0 8px 24px var(--shadow-soft); overflow: hidden; }
.content-visual { align-items: center; aspect-ratio: 1.55; background-color: var(--surface-media); background-image: linear-gradient(135deg, transparent 49.8%, var(--border-default) 50%, transparent 50.2%), linear-gradient(45deg, transparent 49.8%, var(--border-default) 50%, transparent 50.2%); color: var(--text-secondary); display: flex; flex-direction: column; font-size: 9px; font-weight: 800; gap: 12px; justify-content: center; letter-spacing: .09em; text-transform: uppercase; }
.content-visual > b { align-items: center; background: var(--white); border-radius: 50%; color: var(--blue); display: flex; font-size: 13px; height: 46px; justify-content: center; padding-left: 3px; width: 46px; }
.content-card-featured .content-visual { background-color: var(--gold); }
.content-body { border-radius: 0 0 var(--radius-card) var(--radius-card); min-height: 230px; padding: 28px; position: relative; }
.content-body h3 { font-size: 22px; letter-spacing: -.025em; line-height: 1.15; margin: 0 0 14px; }
.content-body p { color: var(--text-secondary); font-size: 13px; line-height: 1.55; margin: 0; }
.content-body > span { align-items: center; bottom: 27px; display: flex; font-size: 11px; font-weight: 900; gap: 7px; position: absolute; text-transform: uppercase; }
.content-body > span svg { height: 14px; width: 14px; }
.content-cta { display: flex; margin: 34px auto 0; }

.history-section { background: var(--gold); overflow: hidden; padding: var(--section-space) var(--page-gutter); position: relative; }
.history-inner { align-items: center; display: grid; gap: var(--column-gap); grid-template-columns: minmax(150px, 3fr) minmax(0, 5fr) minmax(300px, 4fr); }
.history-watermark { bottom: -22%; filter: grayscale(1); height: auto; left: 5%; opacity: .08; position: absolute; transform: rotate(-9deg); width: 58%; }
.history-number { align-items: start; color: var(--blue); column-gap: .06em; display: grid; font-size: clamp(150px, 15vw, 232px); grid-template-areas: "digit plus" "label label"; grid-template-columns: 1ch auto; grid-template-rows: auto auto; row-gap: .13em; width: max-content; z-index: 2; }
.history-digit { display: block; font-size: 1em; font-variant-numeric: tabular-nums; font-weight: 900; grid-area: digit; line-height: .78; text-align: center; width: 1ch; }
.history-number sup { align-self: start; font-size: .46em; font-weight: 900; grid-area: plus; line-height: 1; margin-top: .18em; position: static; vertical-align: baseline; }
.history-label { align-items: center; display: flex; font-size: .19em; font-weight: 900; grid-area: label; justify-content: space-between; line-height: 1; width: 100%; }
.history-copy { position: relative; z-index: 2; }
.history-copy h2 { font-size: clamp(38px, 4vw, 64px); max-width: 650px; }
.history-copy p { color: var(--blue-ink); font-size: 15px; line-height: 1.72; margin: 28px 0; max-width: 600px; }
.history-copy strong { font-size: 17px; }
.history-visual { aspect-ratio: 1.1; background-color: color-mix(in srgb, var(--white) 52%, transparent); color: var(--blue-ink); position: relative; z-index: 2; }

.location-section { background: var(--surface-section); padding: var(--section-space-compact) var(--page-gutter); }
.location-card { background: var(--white); border: 1px solid var(--border-subtle); border-radius: var(--radius-panel); box-shadow: 0 24px 60px var(--shadow-medium); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto; max-width: var(--layout-max); overflow: hidden; }
.location-copy { align-self: center; padding: clamp(54px, 6vw, 92px); }
.location-copy h2 { font-size: clamp(42px, 4.2vw, 64px); line-height: .98; max-width: 650px; padding-bottom: 20px; position: relative; }
.location-copy h2::after { background: var(--gold); bottom: 0; content: ''; height: 4px; left: 0; position: absolute; width: 58px; }
.location-facts { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 34px 0 38px; }
.location-facts > div { align-items: flex-start; background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-card); display: flex; gap: 16px; min-height: 150px; padding: 24px 22px; }
.location-facts > div > span:not(.location-fact-icon) { color: var(--text-muted); display: flex; flex-direction: column; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.location-facts strong { color: var(--blue); font-size: 14px; letter-spacing: 0; line-height: 1.55; margin-top: 9px; text-transform: none; }
.location-fact-icon { color: var(--blue-bright); flex: 0 0 auto; }
.location-fact-icon svg { height: 30px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 30px; }
.location-copy > p { color: var(--text-secondary); font-size: 16px; margin: 0 0 24px; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.location-actions .cta-button svg { stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.map-placeholder { background: var(--surface-media); min-height: 610px; overflow: hidden; position: relative; }
.map-placeholder iframe { border: 0; display: block; height: 100%; inset: 0; min-height: inherit; position: absolute; width: 100%; }

.final-cta { background: var(--blue); color: var(--white); overflow: hidden; padding: var(--section-space-compact) var(--page-gutter); position: relative; }
.final-cta-inner { align-items: center; display: grid; gap: var(--column-gap); grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.final-watermark { filter: grayscale(1) brightness(2); height: auto; opacity: .04; position: absolute; right: -6%; top: -25%; transform: rotate(8deg); width: 50%; }
.final-cta > div { position: relative; z-index: 2; }
.final-cta h2 { max-width: 780px; }
.final-cta p { color: var(--on-dark); font-size: 16px; line-height: 1.6; margin: 22px 0 0; max-width: 650px; }
.final-actions { display: flex; gap: 12px; justify-content: flex-end; }

footer { background: var(--blue-deep); color: var(--white); padding: var(--section-space-compact) var(--page-gutter) 24px; }
.footer-main { display: grid; gap: var(--column-gap); grid-template-columns: minmax(280px, 2fr) repeat(3, minmax(0, 1fr)); padding-bottom: 62px; }
.footer-brand .brand-mark { width: 112px; }
.footer-brand h2 { font-size: 28px; letter-spacing: -.035em; margin: 20px 0 12px; }
.footer-brand p { color: var(--on-dark-muted); font-size: 13px; line-height: 1.6; margin: 0; max-width: 280px; }
.footer-column h3 { color: var(--gold-light); font-size: 12px; margin: 0 0 22px; text-transform: uppercase; }
.footer-column p { color: var(--on-dark); font-size: 13px; line-height: 1.7; margin: 0 0 18px; }
.footer-column > span, .footer-column > a { align-items: center; color: var(--on-dark); display: flex; font-size: 13px; gap: 9px; line-height: 1.4; margin-bottom: 14px; max-width: 100%; overflow-wrap: anywhere; width: fit-content; }
.footer-column > a { transition: color 180ms ease; }
.footer-column > a:hover, .footer-column > a:focus-visible { color: var(--white); }
.footer-column b { color: var(--gold); font-size: 13px; min-width: 15px; }
.footer-column .whatsapp-icon, .footer-column .email-icon { flex: 0 0 auto; height: 15px; width: 15px; }
.footer-bottom { border-top: 1px solid color-mix(in srgb, var(--white) 12%, transparent); color: var(--on-dark-muted); display: flex; font-size: 10px; justify-content: space-between; padding-top: 24px; }

@media (max-width: 1100px) {
  nav { gap: 20px; }
  .hero-inner { grid-template-columns: 1fr .82fr; }
  .hero h1 { font-size: clamp(46px, 5.8vw, 68px); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .payments { grid-template-columns: 1fr; }
  .payments-copy p { max-width: 520px; }
  .payment-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .history-inner { grid-template-columns: minmax(150px, .35fr) 1fr; }
  .history-visual { display: none; }
  .footer-main { grid-template-columns: 1.4fr repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: auto; padding-bottom: 80px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { margin: 64px auto 0; width: min(100%, 620px); }
  .split-heading { grid-template-columns: 1fr; }
  .process-intro { align-items: start; grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: 1fr; }
  .step { align-items: center; display: grid; gap: 0 24px; grid-template-columns: auto 1fr; min-height: 0; padding: 26px; }
  .step-number { grid-row: 1 / 3; }
  .step h3 { margin: 0 0 8px; }
  .philosophy-inner { grid-template-columns: 1fr; }
  .location-card { grid-template-columns: 1fr; }
  .location-copy { padding: 60px 52px; }
  .map-placeholder { min-height: 460px; }
  .philosophy-copy { grid-column: 1; grid-row: 1; }
  .philosophy-collage { grid-column: 1; grid-row: 2; min-height: 440px; }
  .review-grid, .content-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 280px; }
  .content-card { display: grid; grid-template-columns: .75fr 1fr; }
  .content-visual { aspect-ratio: auto; min-height: 270px; }
  .history-inner { grid-template-columns: minmax(150px, .35fr) 1fr; }
  .final-cta-inner { align-items: start; grid-template-columns: 1fr; }
  .final-actions { justify-content: flex-start; }
  .footer-main { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  .site-header { height: 72px; padding: 0 18px; }
  .brand-mark { width: 64px; }
  .brand-name { font-size: 11px; }
  .brand-name strong { font-size: 12px; }
  .site-header .header-cta { font-size: 0; gap: 0; height: 44px; padding: 0 13px; }
  .site-header .header-cta .whatsapp-icon { height: 20px; width: 20px; }
  .hero { min-height: calc(100svh - 72px); padding: 68px 20px 56px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); line-height: .98; }
  .hero-copy > p { font-size: 17px; margin: 28px 0; }
  .hero-actions, .location-actions, .final-actions { flex-direction: column; }
  .hero-actions .cta-button, .location-actions .cta-button, .final-actions .cta-button { width: 100%; }
  .scroll-cue { margin-top: 46px; }
  .hero-visual { aspect-ratio: 1.08; margin-top: 44px; }
  .promise-bar { padding: 36px 20px; }
  .promise-inner { align-items: flex-start; flex-direction: column; gap: 23px; }
  .promise-bar p { margin: 0; }
  .promise-inner > img { display: none; }
  .section { padding: 72px 20px; }
  .section-heading h2, .philosophy-copy h2, .history-copy h2, .location-copy h2, .final-cta h2 { font-size: 43px; }
  .split-heading { gap: 24px; margin-bottom: 40px; }
  .section-heading > p { font-size: 15px; }
  .products-heading { margin-bottom: 40px; text-align: left; }
  .products-heading h2 { font-size: 36px; }
  .products-heading > p { margin-left: 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; padding: 26px 22px 28px; }
  .product-callout { grid-template-columns: 1fr; padding: 28px 24px; }
  .product-callout .cta-button { width: 100%; }
  .payments { grid-template-columns: 1fr; padding: 28px 22px; }
  .payment-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .payment-option { min-height: 190px; padding: 18px; }
  .payment-option:last-child { grid-column: 1 / 3; }
  .process-section { padding: 0; }
  .process-shell { border-radius: 0; min-height: 100svh; padding: 68px 20px 42px; }
  .process-intro { gap: 38px; }
  .process-intro h2 { font-size: clamp(45px, 14vw, 64px); }
  .process-copy { padding-left: 20px; }
  .steps { margin-top: 48px; }
  .step { display: block; padding: 24px; }
  .step h3 { margin-top: 24px; }
  .process-footer { align-items: stretch; flex-direction: column-reverse; gap: 20px; }
  .process-cta { width: 100%; }
  .philosophy-section { padding: 72px 20px; }
  .philosophy-inner { gap: 50px; }
  .philosophy-copy blockquote { font-size: 19px; }
  .philosophy-collage { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 240px 150px; min-height: 400px; }
  .photo-main { grid-column: 1 / 3; grid-row: 1; }
  .photo-team { grid-column: 1; grid-row: 2; }
  .photo-detail { grid-column: 2; grid-row: 2; }
  .reviews-section, .knowledge-section { padding: 72px 20px; }
  .centered-heading { text-align: left; }
  .centered-heading > p { margin-left: 0; }
  .content-card { display: flex; flex-direction: column; }
  .content-visual { aspect-ratio: 1.45; min-height: 0; }
  .content-body { min-height: 240px; }
  .history-section { padding: 72px 20px; }
  .history-inner { gap: 44px; grid-template-columns: 1fr; }
  .history-number { font-size: 164px; }
  .location-facts { grid-template-columns: 1fr; }
  .location-section { padding: 64px 20px; }
  .location-card { border-radius: 22px; }
  .location-copy { padding: 46px 24px; }
  .location-facts > div { min-height: 0; }
  .map-placeholder { min-height: 390px; }
  .final-cta { padding: 74px 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
