:root {
  --navy: #071b31;
  --navy-soft: #0e2b49;
  --blue: #008dd2;
  --cyan: #3bc9ff;
  --lime: #eabb52;
  --ink: #102337;
  --muted: #5f7080;
  --line: #dce5eb;
  --surface: #f3f7f9;
  --white: #ffffff;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 22px 60px rgba(7, 27, 49, .13);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 999;
  padding: 12px 16px; background: var(--white); color: var(--navy);
  border-radius: 8px; box-shadow: var(--shadow);
}
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.93);
  border-bottom: 1px solid rgba(7,27,49,.08);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-logo { width: 64px; height: 64px; object-fit: contain; border-radius: 4px; background: white; flex-shrink: 0; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.03; text-transform: uppercase; letter-spacing: .06em; }
.brand-copy strong { font-size: .9rem; font-weight: 900; }
.brand-copy span { font-size: .66rem; color: var(--muted); font-weight: 700; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.main-nav a { color: #425567; font-size: .9rem; font-weight: 700; }
.main-nav a:hover { color: var(--blue); }
.header-cta {
  padding: 11px 20px; border-radius: 999px; color: var(--white); background: var(--navy);
  font-size: .9rem; font-weight: 800; transition: transform .2s, background .2s;
}
.header-cta:hover { background: var(--blue); transform: translateY(-1px); }

.hero {
  position: relative; overflow: hidden; color: var(--white);
  background:
    radial-gradient(circle at 78% 38%, rgba(0,179,236,.23), transparent 31%),
    linear-gradient(122deg, #06162a 0%, #08233d 55%, #0a3151 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .07; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px);
  background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 85%);
}
.hero-grid { min-height: 700px; display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; padding-block: 72px 60px; }
.hero-copy { position: relative; z-index: 2; max-width: 980px; }
.eyebrow, .kicker {
  margin: 0 0 18px; color: var(--blue); font-size: .78rem; font-weight: 900;
  letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: #8adfff; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 940px; margin-bottom: 24px; font-size: clamp(2.65rem, 5.3vw, 5.2rem); font-weight: 900; text-transform: uppercase; }
h1 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 780px; margin-bottom: 32px; color: #d5e6f1; font-size: clamp(1.05rem, 1.7vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.button {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border: 0; border-radius: 12px; font-weight: 900;
  text-transform: uppercase; letter-spacing: .025em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #051d1d; background: var(--lime); box-shadow: 0 12px 30px rgba(234,187,82,.2); }
.button-primary:hover { background: #f5cd77; box-shadow: 0 16px 34px rgba(234,187,82,.28); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-dark { color: var(--white); background: var(--navy); }
.button-white { color: var(--navy); background: var(--white); }
.hero-note { max-width: 700px; margin: 22px 0 0; color: #93acbd; font-size: .82rem; }
.hero-strip {
  position: relative; z-index: 2; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border-top: 1px solid rgba(255,255,255,.13); color: #b9cbd8; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em;
}
.hero-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }

.section { padding-block: 112px; }
.section-heading { max-width: 730px; margin-bottom: 50px; }
.section-heading h2, .trust h2, .quote-copy h2, .final-cta h2 {
  margin-bottom: 18px; font-size: clamp(2.1rem, 4vw, 3.8rem); font-weight: 900;
}
.section-heading > p:last-child, .split-heading > p { color: var(--muted); font-size: 1.05rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.split-heading > p { margin-bottom: 8px; }

.opportunity { background: var(--surface); }
.comparison { display: grid; grid-template-columns: 1fr 130px 1fr; align-items: stretch; }
.comparison-card { position: relative; min-height: 330px; padding: 38px; border-radius: var(--radius-lg); }
.comparison-card .card-index { position: absolute; right: 32px; top: 25px; color: #93a4b2; font-size: 2.5rem; font-weight: 900; opacity: .42; }
.traditional { color: var(--ink); background: #e7edf0; border: 1px solid #d8e1e6; }
.automated { color: var(--white); background: linear-gradient(145deg, var(--navy-soft), var(--navy)); box-shadow: var(--shadow); }
.card-label { margin-bottom: 50px; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.automated .card-label { color: var(--lime); }
.comparison-card h3 { max-width: 390px; margin-bottom: 24px; font-size: 1.65rem; }
.comparison-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.comparison-card li { position: relative; padding-left: 22px; color: #60717f; }
.automated li { color: #c0d0db; }
.comparison-card li::before { content: ""; position: absolute; left: 0; top: .67em; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.automated li::before { background: var(--lime); }
.comparison-shift { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--blue); }
.comparison-shift span { font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.comparison-shift b { font-size: 2.3rem; }

.models { overflow: hidden; }
.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.model-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 12px 45px rgba(7,27,49,.07); }
.model-visual { position: relative; height: 400px; overflow: hidden; background: #eaf0f3; }
.model-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.model-card:hover .model-visual img { transform: scale(1.025); }
.model-visual.cleaning img { object-position: 40% center; }
.model-number {
  position: absolute; right: 18px; top: 18px; display: grid; place-items: center; width: 45px; height: 45px;
  border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--white); background: rgba(7,27,49,.74);
  backdrop-filter: blur(8px); font-size: .78rem; font-weight: 900;
}
.model-content { padding: 30px; }
.model-type { margin-bottom: 9px; color: var(--blue); font-size: .71rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.model-content h3 { margin-bottom: 15px; font-size: 1.75rem; }
.model-content > p { min-height: 78px; color: var(--muted); }
.model-detail, .model-places { padding-block: 15px; border-top: 1px solid var(--line); }
.model-detail span, .model-places span { display: block; color: #7b8b98; font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.model-detail strong { display: block; margin-top: 4px; font-size: .9rem; }
.model-places p { margin: 4px 0 0; color: var(--muted); font-size: .85rem; }
.text-link { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; color: var(--navy); font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--white); background: var(--blue); }
.text-link:hover { color: var(--blue); }

.benefits { background: var(--navy); color: var(--white); }
.benefits .section-heading > p:last-child, .benefits .split-heading > p { color: #9fb4c4; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.benefit-grid article { min-height: 230px; padding: 30px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.benefit-grid article:last-child { grid-column: 1 / -1; min-height: 180px; }
.benefit-grid b { color: var(--lime); font-size: .76rem; letter-spacing: .1em; }
.benefit-grid h3 { margin: 48px 0 12px; font-size: 1.25rem; }
.benefit-grid p { margin-bottom: 0; color: #9fb4c4; font-size: .9rem; }

.audience { background: linear-gradient(120deg, #f0f8fb, #fff); }
.audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.audience-intro h2 { margin-bottom: 22px; font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 900; }
.audience-intro > p:not(.kicker) { margin-bottom: 30px; color: var(--muted); font-size: 1.05rem; }
.profile-list { display: grid; }
.profile-list > div { display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: center; min-height: 78px; border-bottom: 1px solid var(--line); }
.profile-list span { color: var(--blue); font-size: .77rem; font-weight: 900; }
.profile-list strong { font-size: 1.08rem; }

.locations { background: var(--white); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.location-grid article { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.location-tag { display: inline-block; padding: 7px 10px; border-radius: 999px; color: #02689c; background: #dff5ff; font-size: .69rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.location-grid h3 { margin: 72px 0 12px; font-size: 1.35rem; }
.location-grid p { color: var(--muted); margin-bottom: 0; }
.disclaimer { margin: 24px 0 0; padding: 18px 20px; border-left: 4px solid var(--lime); color: var(--muted); background: #f7f9f4; font-size: .88rem; }

.process { background: var(--surface); }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { position: relative; min-height: 250px; padding: 28px 24px; border-top: 3px solid var(--line); }
.process-list li::after { content: ""; position: absolute; right: -4px; top: -7px; width: 11px; height: 11px; border-radius: 50%; background: var(--blue); z-index: 1; }
.process-list li:last-child::after { background: var(--lime); }
.process-list span { color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.process-list h3 { margin: 70px 0 12px; font-size: 1.16rem; }
.process-list p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }

.trust { padding-top: 0; background: var(--surface); }
.trust-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; padding: 64px; border-radius: var(--radius-lg); color: var(--white); background: linear-gradient(140deg, #06233b, #08466b); box-shadow: var(--shadow); }
.kicker.light { color: var(--lime); }
.trust-copy p:last-child { margin-bottom: 0; color: #b8cedb; }
.trust-items { display: grid; }
.trust-items article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.trust-items article:last-child { border-bottom: 0; }
.trust-items article > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--navy); background: var(--lime); font-weight: 900; }
.trust-items h3 { margin-bottom: 6px; font-size: 1.2rem; }
.trust-items p { margin-bottom: 0; color: #a9c0cf; font-size: .88rem; }

.gallery-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 310px 430px; gap: 20px; }
.gallery-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius-md); background: #dfe8ec; }
.gallery-grid .gallery-tall { grid-row: 1 / span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid figure:nth-child(2) img { object-position: center; }
.gallery-grid figcaption {
  position: absolute; left: 18px; bottom: 18px; padding: 9px 13px; border-radius: 9px;
  color: var(--white); background: rgba(7,27,49,.78); backdrop-filter: blur(8px); font-size: .78rem; font-weight: 800;
}

.quote-section { color: var(--white); background: var(--navy); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.quote-copy { position: sticky; top: 120px; }
.quote-copy > p:not(.kicker) { color: #aac0cf; }
.contact-card { display: flex; flex-direction: column; margin-top: 34px; padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.05); }
.contact-card span { color: var(--lime); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { margin-top: 6px; font-size: .93rem; }
.contact-card small { margin-top: 4px; color: #97adbd; font-size: .8rem; }
.quote-form { display: grid; gap: 18px; padding: 38px; border-radius: var(--radius-lg); color: var(--ink); background: var(--white); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: grid; gap: 7px; color: #34495b; font-size: .82rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #cbd8e0; border-radius: 10px;
  color: var(--ink); background: #fbfdfe; font-size: 1rem; outline: none;
}
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,141,210,.12); }
.form-button { width: 100%; margin-top: 5px; }
.form-note { margin: -2px 0 0; color: var(--muted); font-size: .77rem; text-align: center; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 95px; align-items: start; }
.faq-grid .section-heading { position: sticky; top: 120px; margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 2px; cursor: pointer; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.4rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding: 0 40px 24px 2px; margin: 0; color: var(--muted); }

.final-cta { padding-block: 76px; color: var(--white); background: linear-gradient(110deg, #0076b7, #00a6df); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { max-width: 760px; margin-bottom: 0; }
footer { padding-block: 48px; color: #879cab; background: #041524; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.2fr .8fr; gap: 28px; align-items: center; }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy span { color: #8ca2b2; }
.footer-grid > p { margin: 0; font-size: .85rem; }
.footer-meta { display: flex; flex-direction: column; font-size: .8rem; text-align: right; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.09); }

.floating-whatsapp {
  position: fixed; right: 20px; bottom: 20px; z-index: 45; display: flex; align-items: center; gap: 9px;
  min-height: 54px; padding: 10px 17px 10px 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px;
  color: var(--white); background: #16a867; box-shadow: 0 15px 35px rgba(0,0,0,.24); font-size: .85rem; font-weight: 900;
}
.floating-whatsapp svg { width: 30px; height: 30px; fill: currentColor; }
.floating-whatsapp:hover { background: #0f9659; transform: translateY(-2px); }

@media (max-width: 980px) {
  :root { --container: min(100% - 32px, 760px); }
  .main-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: none; }
  .split-heading, .audience-grid, .trust-shell, .quote-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .comparison { grid-template-columns: 1fr 75px 1fr; }
  .model-grid { grid-template-columns: 1fr; gap: 28px; }
  .model-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .model-visual { height: auto; min-height: 450px; }
  .model-content > p { min-height: 0; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:last-child { grid-column: 1 / -1; }
  .process-list { grid-template-columns: 1fr; border-left: 3px solid var(--line); }
  .process-list li { min-height: auto; display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 22px 25px; border-top: 0; }
  .process-list li::after { left: -7px; right: auto; top: 29px; }
  .process-list h3 { margin: 0 0 7px; }
  .quote-copy, .faq-grid .section-heading { position: static; }
}

@media (max-width: 680px) {
  :root { --container: calc(100% - 28px); --radius-lg: 22px; }
  html { scroll-padding-top: 76px; }
  .nav-wrap { min-height: 68px; }
  .brand-copy strong { font-size: .78rem; }
  .header-cta { padding: 9px 15px; }
  .hero-grid { padding-block: 48px 40px; }
  h1 { font-size: clamp(2.25rem, 12vw, 3.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-strip { min-height: auto; flex-wrap: wrap; justify-content: flex-start; padding-block: 20px; gap: 10px 14px; }
  .hero-strip i { display: none; }
  .hero-strip span { width: calc(50% - 8px); font-size: .66rem; }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .trust h2, .quote-copy h2, .final-cta h2 { font-size: 2.2rem; }
  .comparison { grid-template-columns: 1fr; gap: 14px; }
  .comparison-shift { flex-direction: row; min-height: 48px; }
  .comparison-shift b { transform: rotate(90deg); }
  .comparison-card { min-height: 290px; padding: 28px; }
  .card-label { margin-bottom: 35px; }
  .model-card { grid-template-columns: 1fr; }
  .model-visual { min-height: 390px; }
  .model-visual.cleaning { min-height: 300px; }
  .model-content { padding: 25px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article:last-child { grid-column: auto; }
  .benefit-grid article { min-height: 200px; }
  .benefit-grid h3 { margin-top: 38px; }
  .audience-grid { gap: 46px; }
  .audience-intro .button { width: 100%; font-size: .78rem; }
  .location-grid { grid-template-columns: 1fr; }
  .location-grid article { min-height: 230px; }
  .location-grid h3 { margin-top: 55px; }
  .trust-shell { width: 100%; padding: 36px 24px; border-radius: 0; }
  .trust { padding-bottom: 0; }
  .trust .container { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 520px 260px 420px; }
  .gallery-grid .gallery-tall { grid-row: auto; }
  .quote-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .faq-grid { gap: 18px; }
  .final-cta { padding-block: 62px; }
  .final-cta-inner { align-items: stretch; flex-direction: column; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-meta { text-align: left; }
  .floating-whatsapp { right: 12px; bottom: 12px; min-height: 50px; padding: 8px 13px 8px 9px; }
  .floating-whatsapp svg { width: 28px; }
}

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

/* Brand-led cover, using the supplied MP identity. */
.hero { background: #071b31; }
.hero::before { display: none; }
.hero-grid { min-height: 640px; grid-template-columns: minmax(0, 1fr); }
.hero h1 { font-size: clamp(2.3rem, 4.3vw, 4rem); text-transform: none; font-weight: 750; line-height: 1.1; }
.hero h1 em { color: #72c9ed; }
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 52px; }
}
@media (max-width: 680px) {
  .nav-wrap { gap: 12px; }
  .brand { gap: 8px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-copy span { font-size: .75rem; }
  .hero-grid { padding-block: 40px; }
  .hero h1 { font-size: clamp(2rem, 9vw, 3rem); }
}
