/*
Theme Name: Genesis RE
Theme URI: https://www.genesisre.nl
Author: Genesis Real Estate Services
Description: Premium tweetalig WordPress-thema voor Genesis Real Estate Services.
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: genesis-re
*/

:root {
  --ink: #10201c;
  --green: #0b3029;
  --green-2: #164a3f;
  --mint: #d8f2df;
  --lime: #dfff91;
  --sand: #f4efe5;
  --paper: #fbfaf6;
  --white: #fff;
  --line: rgba(16, 32, 28, 0.14);
  --muted: #607069;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(10, 39, 32, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: "Aptos Display", "Segoe UI", Arial, sans-serif; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.65rem, 6.8vw, 6.2rem); line-height: 0.99; }
h2 { font-size: clamp(2rem, 4.3vw, 4.2rem); line-height: 1.08; }
h3 { line-height: 1.2; }
.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;
}

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(251, 250, 246, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  width: min(1440px, calc(100% - 48px)); min-height: 82px; margin: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.logo { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-mark {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: var(--green); color: var(--lime); border-radius: 14px;
  font: 700 1.45rem/1 "Aptos Display", "Segoe UI", sans-serif;
}
.logo-copy { display: flex; flex-direction: column; line-height: 1.05; }
.logo-copy strong { font: 700 1.08rem/1 "Aptos Display", "Segoe UI", sans-serif; }
.logo-copy small { margin-top: 5px; color: var(--muted); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); margin-left: auto; }
.desktop-nav a { font-size: 0.9rem; font-weight: 600; position: relative; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .2s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { font-size: 0.82rem; font-weight: 700; white-space: nowrap; }
.language-switch {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%; font-size: .75rem; font-weight: 700;
}
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; background: var(--lime); color: var(--green);
  border: 1px solid var(--lime); border-radius: 999px; font-weight: 700;
  transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); background: #edffbe; border-color: #edffbe; }
.button-small { min-height: 42px; padding: 0 18px; font-size: .82rem; }
.button-wide { width: 100%; }
.button-ghost { color: var(--white); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.45); }
.button-ghost:hover { background: var(--white); border-color: var(--white); color: var(--green); }
.button-outline { background: transparent; border-color: var(--green); }
.button-dark { background: var(--green); border-color: var(--green); color: var(--white); }
.button-light { background: var(--white); border-color: var(--white); }
.mobile-nav { display: none; }

.hero { min-height: calc(100svh - 82px); position: relative; display: grid; align-items: end; overflow: hidden; background: var(--green); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,31,26,.94) 0%, rgba(6,31,26,.69) 44%, rgba(6,31,26,.08) 82%), linear-gradient(0deg, rgba(4,25,21,.75), transparent 55%); }
.hero-content { position: relative; z-index: 1; width: min(1440px, calc(100% - 96px)); margin: auto; padding: 9vh 0 7vh; color: var(--white); }
.hero-content h1 { max-width: 880px; margin-bottom: 24px; }
.hero-content > p:not(.eyebrow) { max-width: 640px; font-size: clamp(1.08rem, 1.7vw, 1.4rem); color: rgba(255,255,255,.82); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.hero-trust { display: flex; gap: 0; margin-top: 9vh; border-top: 1px solid rgba(255,255,255,.25); width: min(860px, 100%); }
.hero-trust span { padding: 18px 40px 0 0; margin-right: 40px; border-right: 1px solid rgba(255,255,255,.22); font-size: .84rem; font-weight: 600; }
.hero-trust span:last-child { border-right: 0; }

.section-heading { max-width: 780px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.section-heading.light { color: var(--white); }
.section-heading.light > p { color: rgba(255,255,255,.65); }
.audience-section, .packages-section, .catalogue-section, .addons-section { padding: clamp(80px, 10vw, 150px) max(5vw, 24px); }
.audience-section .section-heading, .packages-section .section-heading, .addons-section .section-heading { margin: 0 auto 54px; text-align: center; }
.audience-section .section-heading .eyebrow, .packages-section .section-heading .eyebrow, .addons-section .section-heading .eyebrow { justify-content: center; }
.audience-grid { width: min(1440px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.image-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 0 var(--line); }
.image-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.image-card > div { padding: 28px; position: relative; }
.image-card span { color: var(--muted); font-size: .75rem; }
.image-card h3 { font-size: 1.4rem; margin: 8px 0 12px; }
.image-card p { color: var(--muted); margin: 0; }

.services-preview { background: var(--green); color: var(--white); padding: clamp(80px, 10vw, 150px) max(5vw, 24px); }
.services-preview > * { width: min(1300px, 100%); margin-left: auto; margin-right: auto; }
.service-list { margin-top: 50px; border-top: 1px solid rgba(255,255,255,.16); }
.service-row {
  display: grid; grid-template-columns: 58px 1fr 140px 28px; gap: 24px; align-items: center;
  padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.16);
}
.service-row > span { color: var(--lime); font-size: .72rem; }
.service-row h3 { margin: 0 0 4px; font-size: 1.3rem; }
.service-row p { margin: 0; color: rgba(255,255,255,.62); max-width: 720px; }
.service-row strong { text-align: right; font-size: .88rem; }
.service-row b { color: var(--lime); font-size: 1.4rem; transition: transform .2s; }
.service-row:hover b { transform: translateX(5px); }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.light-link { margin-top: 38px; color: var(--lime); }

.package-grid { width: min(1100px, 100%); margin: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: stretch; }
.package-card { position: relative; padding: 42px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.package-card.featured { background: var(--green); color: var(--white); border-color: var(--green); box-shadow: var(--shadow); }
.popular-label { position: absolute; right: 28px; top: 28px; color: var(--green); background: var(--lime); border-radius: 999px; padding: 7px 12px; font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.package-card h3 { font-size: 1.7rem; margin-bottom: 26px; }
.price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.price strong { font: 700 clamp(2.6rem, 5vw, 4.6rem)/1 "Aptos Display", "Segoe UI", sans-serif; letter-spacing: -.06em; }
.price span { color: var(--muted); }
.featured .price span { color: rgba(255,255,255,.65); }
.tax-note { color: var(--muted); font-size: .78rem; }
.featured .tax-note { color: var(--lime); }
.package-card ul { list-style: none; padding: 0; margin: 30px 0; }
.package-card li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid var(--line); }
.package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-2); font-weight: 700; }
.featured li { border-color: rgba(255,255,255,.15); }
.featured li::before { color: var(--lime); }
.featured .button { color: var(--green); }

.process-band { padding: clamp(70px, 8vw, 110px) max(5vw,24px); background: var(--lime); display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 60px; align-items: center; }
.process-band > div:first-child h2 { max-width: 600px; margin: 0; font-size: clamp(2.1rem, 4vw, 3.8rem); }
.mini-process { list-style: none; padding: 0; margin: 0; }
.mini-process li { display: flex; align-items: center; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(11,48,41,.22); font-weight: 600; }
.mini-process span { width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: var(--white); display: grid; place-items: center; font-size: .7rem; }

.cta-section { background: #08261f; color: var(--white); padding: clamp(70px, 9vw, 130px) max(5vw,24px); display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.cta-section > div:first-child { max-width: 850px; }
.cta-section h2 { margin-bottom: 20px; }
.cta-section p { max-width: 700px; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; min-width: 250px; }
.cta-actions > a:last-child { color: var(--lime); font-weight: 700; }

.page-hero { padding: clamp(90px, 13vw, 190px) max(7vw, 24px) clamp(70px, 9vw, 130px); background: var(--sand); }
.page-hero h1 { max-width: 1180px; color: var(--green); }
.page-hero > p:last-child { max-width: 760px; color: var(--muted); font-size: 1.2rem; }
.page-hero.compact { padding-bottom: 70px; }
.page-hero.compact h1 { font-size: clamp(2.6rem, 6vw, 5.5rem); }
.catalogue-grid { width: min(1400px,100%); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.catalogue-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.catalogue-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.catalogue-card-body { padding: 28px; }
.catalogue-card-body > span { color: var(--green-2); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-card h2 { font-size: 1.65rem; margin: 12px 0; }
.catalogue-card p { color: var(--muted); min-height: 76px; }
.card-meta { display: flex; align-items: baseline; gap: 8px; margin: 22px 0; }
.card-meta strong { font-size: 1.5rem; }
.card-meta small { color: var(--muted); }

.service-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; background: var(--sand); }
.service-hero-copy { padding: clamp(70px, 9vw, 150px) clamp(32px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.service-hero h1 { font-size: clamp(3rem, 6vw, 6.2rem); color: var(--green); margin-bottom: 26px; }
.service-hero-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.14rem; max-width: 680px; }
.service-hero > img { width: 100%; height: 100%; object-fit: cover; min-height: 680px; }
.service-price { display: flex; align-items: center; gap: 16px; margin: 24px 0; }
.service-price strong { font: 700 2.8rem/1 "Aptos Display", "Segoe UI", sans-serif; letter-spacing: -.05em; }
.service-price span { color: var(--muted); font-size: .76rem; line-height: 1.35; }
.detail-section { padding: clamp(80px, 10vw, 140px) max(6vw,24px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.detail-section h2 { font-size: clamp(2rem, 4vw, 4rem); }
.benefit-list { list-style: none; padding: 0; margin: 0; }
.benefit-list li { padding: 21px 10px 21px 46px; border-bottom: 1px solid var(--line); position: relative; font-size: 1.05rem; font-weight: 600; }
.benefit-list li::before { content: "✓"; position: absolute; left: 8px; top: 19px; width: 24px; height: 24px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; color: var(--green); font-size: .72rem; }
.steps-section { background: var(--green); color: var(--white); padding: clamp(80px,10vw,140px) max(6vw,24px); }
.large-steps { list-style: none; padding: 0; margin: 54px 0 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.large-steps li { padding: 32px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); }
.large-steps span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--green); font-weight: 700; }
.large-steps p { margin: 80px 0 0; font-size: 1.1rem; }
.source-section { background: var(--mint); padding: clamp(70px,8vw,110px) max(6vw,24px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; }
.source-section h2 { font-size: clamp(2rem,4vw,3.8rem); }
.source-section > div:last-child { align-self: center; }
.source-section p { color: var(--muted); }
.form-section { padding: clamp(80px,10vw,140px) max(6vw,24px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.form-section h2 { font-size: clamp(2.3rem,4vw,4rem); }
.form-section > div:first-child > p:last-child { color: var(--muted); }

.pricing-notice { width: min(1100px,100%); margin: 0 auto 34px; background: var(--mint); border-radius: 16px; padding: 20px 24px; display: flex; justify-content: space-between; gap: 18px; }
.pricing-notice span { color: var(--green-2); }
.addon-grid { width: min(1200px,100%); margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.addon-grid article { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.addon-grid h3 { font-size: 1.25rem; margin-bottom: 8px; }
.addon-grid p { color: var(--muted); min-height: 52px; }
.addon-grid strong { display: block; font-size: 1.8rem; }
.addon-grid small { color: var(--muted); }
.conditions { width: min(1100px,100%); margin: 34px auto 0; color: var(--muted); font-size: .84rem; }

.timeline-section { padding: clamp(70px,10vw,140px) max(7vw,24px); }
.timeline-section article { max-width: 1100px; margin: auto; display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.timeline-section article > span { color: var(--green-2); font: 600 1rem/1 "Aptos Display", "Segoe UI", sans-serif; }
.timeline-section h2 { font-size: clamp(1.7rem,3vw,3rem); margin-bottom: 10px; }
.timeline-section p { color: var(--muted); max-width: 720px; }
.promise-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--green); color: var(--white); }
.promise-section img { width: 100%; height: 100%; object-fit: cover; min-height: 620px; }
.promise-section > div { padding: clamp(60px,8vw,120px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.promise-section h2 { font-size: clamp(2.1rem,4vw,4rem); }
.promise-section p { color: rgba(255,255,255,.7); }
.promise-section .button { margin-top: 18px; }

.about-grid { padding: clamp(80px,10vw,140px) max(7vw,24px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.about-copy h2 { font-size: clamp(2.1rem,4vw,4rem); }
.about-copy p { color: var(--muted); font-size: 1.06rem; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.values-grid article { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.values-grid span { color: var(--green-2); font-size: .72rem; }
.values-grid h3 { font-size: 1.35rem; margin: 45px 0 10px; }
.values-grid p { color: var(--muted); margin: 0; }
.coverage-section { padding: clamp(70px,8vw,110px) max(7vw,24px); background: var(--mint); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.coverage-section h2 { margin: 0; }
.coverage-section > p { color: var(--green-2); font-size: 1.08rem; }

.contact-page-grid { padding: clamp(70px,10vw,140px) max(7vw,24px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.contact-details h2 { font-size: 2rem; }
.contact-details > a, .contact-details > div { display: flex; flex-direction: column; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-details span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-details strong { margin-top: 4px; font-size: 1.1rem; }
.contact-details small { color: var(--muted); }
.contact-details > p { margin-top: 28px; color: var(--muted); }
.whatsapp-card strong { color: #0c7a43; }
.contact-form { padding: 36px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form-compact { box-shadow: none; }
.contact-form label { display: block; margin-bottom: 20px; }
.contact-form label > span { display: block; margin-bottom: 7px; font-weight: 600; font-size: .82rem; }
.contact-form small { color: var(--muted); font-weight: 400; }
.field-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.contact-form input:not([type=checkbox]), .contact-form select, .contact-form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--paper);
  padding: 14px 15px; color: var(--ink); outline: 0;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(22,74,63,.12); }
.contact-form textarea { resize: vertical; }
.consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.consent input { margin: 4px 0 0; width: 17px; height: 17px; accent-color: var(--green); }
.consent span { font-weight: 400 !important; color: var(--muted); }
.consent a { text-decoration: underline; }
.form-note { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: .76rem; }

.legal-content { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: clamp(70px,9vw,120px) 0; }
.legal-content section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { font-size: 1.45rem; margin-bottom: 10px; }
.legal-content p { color: var(--muted); }
.legal-contact { margin-top: 40px; padding: 28px; background: var(--mint); border-radius: 18px; display: flex; flex-direction: column; }
.legal-contact a { font-weight: 600; }

.site-footer { background: #061d18; color: var(--white); padding: 70px max(5vw,24px) 24px; }
.footer-main { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1.1fr; gap: 60px; max-width: 1400px; margin: auto; }
.site-footer .logo-mark { background: var(--lime); color: var(--green); }
.site-footer .logo-copy small { color: rgba(255,255,255,.55); }
.footer-brand p { color: rgba(255,255,255,.58); max-width: 340px; margin: 24px 0; }
.whatsapp-link { display: inline-flex; background: #087c45; border-radius: 999px; padding: 10px 16px; font-size: .8rem; font-weight: 700; }
.footer-main h3 { margin-bottom: 20px; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--lime); }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-main a, .footer-main span { color: rgba(255,255,255,.72); font-size: .88rem; }
.footer-main a:hover { color: var(--white); }
.footer-contact small { color: rgba(255,255,255,.42); }
.footer-bottom { max-width: 1400px; margin: 54px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.4); font-size: .72rem; }
.footer-bottom > div { display: flex; gap: 18px; }
.mobile-action-bar { display: none; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .header-actions .phone-link, .header-actions .language-switch, .header-actions .button { display: none; }
  .mobile-nav { display: flex; align-items: center; gap: 10px; position: relative; }
  .menu-button { width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 50%; background: var(--green); display: flex; flex-direction: column; justify-content: center; gap: 4px; }
  .menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--white); }
  .mobile-menu { position: absolute; right: 0; top: 54px; min-width: 250px; padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
  .mobile-menu > a:not(.button) { padding: 11px 4px; border-bottom: 1px solid var(--line); font-weight: 600; }
  .mobile-menu .button { margin-top: 14px; }
  .process-band { grid-template-columns: 1fr 1fr; }
  .process-band > .button { grid-column: 1/-1; justify-self: start; }
  .catalogue-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 800px) {
  body { padding-bottom: 58px; }
  .header-inner { width: min(100% - 28px, 1440px); min-height: 70px; }
  .logo-mark { width: 40px; height: 40px; border-radius: 12px; }
  .logo-copy small { font-size: .58rem; }
  .hero { min-height: 750px; }
  .hero-content { width: calc(100% - 40px); padding: 80px 0 34px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,30,24,.96) 0%, rgba(5,30,24,.76) 55%, rgba(5,30,24,.18) 100%); }
  .hero > img { object-position: 64% center; }
  .hero-content h1 { font-size: clamp(2.7rem, 13vw, 4.6rem); }
  .hero-content > p:not(.eyebrow) { font-size: 1rem; }
  .hero-trust { margin-top: 52px; display: grid; grid-template-columns: 1fr 1fr; }
  .hero-trust span { margin: 0; padding: 13px 12px 0 0; border-right: 0; }
  .hero-trust span:last-child { grid-column: 1/-1; }
  .audience-grid, .package-grid, .catalogue-grid, .addon-grid, .large-steps, .values-grid { grid-template-columns: 1fr; }
  .image-card img { aspect-ratio: 16/10; }
  .service-row { grid-template-columns: 38px 1fr 22px; }
  .service-row strong { grid-column: 2; text-align: left; color: var(--lime); }
  .service-row b { grid-column: 3; grid-row: 1/3; }
  .package-card { padding: 30px 24px; }
  .process-band, .detail-section, .source-section, .form-section, .contact-page-grid, .about-grid, .coverage-section { grid-template-columns: 1fr; gap: 38px; }
  .process-band { padding-top: 70px; padding-bottom: 70px; }
  .cta-section { align-items: flex-start; flex-direction: column; }
  .cta-actions { min-width: 0; align-items: flex-start; }
  .service-hero, .promise-section { grid-template-columns: 1fr; }
  .service-hero > img { min-height: 360px; grid-row: 1; }
  .service-hero-copy { grid-row: 2; padding: 62px 24px; }
  .service-hero { min-height: 0; }
  .large-steps p { margin-top: 36px; }
  .pricing-notice { flex-direction: column; }
  .addon-grid p { min-height: 0; }
  .timeline-section article { grid-template-columns: 50px 1fr; gap: 18px; }
  .promise-section img { min-height: 360px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-contact { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom > div { flex-wrap: wrap; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .mobile-action-bar { position: fixed; z-index: 50; bottom: 0; left: 0; right: 0; height: 58px; display: grid; grid-template-columns: repeat(3,1fr); background: var(--white); box-shadow: 0 -5px 30px rgba(0,0,0,.12); }
  .mobile-action-bar a { display: grid; place-items: center; font-size: .76rem; font-weight: 700; border-right: 1px solid var(--line); }
  .mobile-action-bar .whatsapp-mobile { background: #087c45; color: var(--white); }
}

@media (max-width: 480px) {
  .header-inner { width: calc(100% - 20px); }
  .logo-copy strong { font-size: .94rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .audience-section, .packages-section, .catalogue-section, .addons-section, .services-preview, .detail-section, .steps-section, .source-section, .form-section, .contact-page-grid, .about-grid, .coverage-section { padding-left: 18px; padding-right: 18px; }
  .service-row p { font-size: .84rem; }
  .service-row { gap: 10px; }
  .page-hero { padding-left: 22px; padding-right: 22px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: 1; }
}

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

.admin-bar .site-header { top: 32px; }
.form-status {
  margin-bottom: 22px;
  padding: 16px 18px;
  border-radius: 12px;
  font-weight: 600;
}
.form-status.success { background: var(--mint); color: var(--green); }
.form-status.error { background: #fde9e6; color: #8b251a; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.current-menu-item { color: var(--green-2); }
.mobile-menu[hidden] { display: none !important; }
.custom-logo-link img { display: block; width: auto; max-height: 52px; }
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
