@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/dm-sans-latin-ext-v1.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/dm-sans-latin-v1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/playfair-display-latin-ext-v1.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/playfair-display-latin-v1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy: #0f1f3d;
  --navy-soft: #182d4e;
  --gold: #cfb173;
  --gold-ink: #80622d;
  --cream: #faf7f0;
  --ink: #17243a;
  --muted: #536176;
  --line: #e1e5eb;
  --radius: 18px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: 'DM Sans', Arial, sans-serif; font-size: 17px; line-height: 1.7; -webkit-text-size-adjust: 100%; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; flex-shrink: 0; }
a { color: inherit; text-decoration: none; }
button, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a, button, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid #a47a2b; outline-offset: 5px; }
.site-header :focus-visible, .hero :focus-visible, .contact-section :focus-visible, .site-footer :focus-visible { outline-color: #edcf8d; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { color: var(--navy); text-wrap: balance; }
h1, h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; }
h2 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.2; letter-spacing: -.025em; }
h3 { font-size: 21px; line-height: 1.35; font-weight: 600; letter-spacing: -.015em; }
p { color: var(--muted); }
p + p { margin-top: 18px; }
.wrap { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 88px; background: #fff; }
.section-heading { margin-bottom: 36px; }
.section-heading > p:last-child { margin-top: 14px; }
.eyebrow { margin-bottom: 18px; color: var(--gold-ink); font-size: 12px; font-weight: 700; line-height: 1.5; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow + h1, .eyebrow + h2 { margin-top: 0; }
.arrow { width: 22px; height: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--navy); font-weight: 600; line-height: 1.5; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.small-text { font-size: 14px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -100px; left: 18px; z-index: 200; padding: 12px 18px; border-radius: 8px; color: var(--navy); background: #fff; font-weight: 700; }
.skip-link:focus { top: 12px; }

/* Navigation stays useful without JavaScript through native details. */
.site-header { position: relative; z-index: 40; background: var(--navy); color: #fff; }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: block; width: 314px; flex-shrink: 0; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 15px; }
.nav-link { padding-block: 12px; white-space: nowrap; }
.nav-link:hover { color: var(--gold); }
.nav-disclosure { position: relative; }
.nav-disclosure > summary { display: flex; align-items: center; gap: 8px; min-height: 48px; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.desktop-chevron { margin-top: -4px; color: var(--gold); font-size: 20px; }
.nav-disclosure[open] .desktop-chevron { transform: rotate(180deg); margin-top: 4px; }
.mobile-menu-icon, .mobile-menu-label { display: none; }
.nav-panel { position: absolute; top: calc(100% + 10px); right: -90px; width: 570px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); box-shadow: 0 20px 60px #020d2326; }
.nav-caption { display: block; margin-bottom: 14px; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.nav-offers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.nav-offers a { display: flex; align-items: center; gap: 12px; padding: 12px 10px; border-radius: 8px; line-height: 1.4; font-weight: 600; }
.nav-offers a:hover { background: var(--cream); }
.nav-offers img { flex-shrink: 0; }
.nav-additional { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14px; }
.nav-additional a { padding-block: 8px; text-underline-offset: 4px; }
.nav-additional a:hover { text-decoration: underline; }
.nav-panel :focus-visible { outline-color: #a47a2b; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 14px 23px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; font-size: 16px; line-height: 1.45; text-align: center; }
.button svg, .whatsapp svg { width: 20px; height: 20px; }
.button-gold { color: #132039; background: linear-gradient(110deg, #c9a450, #e5c978); box-shadow: 0 6px 22px #070e1b12; }
.button-gold:hover { background: #e6cd8a; }
.header-call { min-height: 46px; padding: 10px 19px; border-radius: 24px; font-size: 14px; white-space: nowrap; }
.header-call svg { width: 16px; height: 16px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; color: #fff; font-size: 15px; font-weight: 600; text-underline-offset: 5px; }
.whatsapp:hover { text-decoration: underline; }

/* Genuine local photography, with no text baked into the image. */
.hero { overflow: hidden; background: var(--navy); color: #fff; }
.hero-stage { position: relative; max-width: 1600px; margin-inline: auto; }
.hero-inner { position: relative; z-index: 2; min-height: 580px; display: flex; align-items: center; pointer-events: none; }
.hero-copy { width: 53%; padding-block: 58px 74px; pointer-events: auto; }
.hero .eyebrow { color: #ddc186; margin-bottom: 20px; }
.hero h1 { color: #fff; font-size: clamp(48px, 4.8vw, 72px); line-height: 1.08; letter-spacing: -.035em; }
.hero-services { display: block; margin-top: 17px; color: #e1c487; font-size: clamp(27px, 2.7vw, 40px); letter-spacing: -.02em; }
.hero-lead { max-width: 440px; margin-top: 26px; color: #e0e5ed; font-size: 18px; line-height: 1.65; }
.hero .actions { margin-top: 32px; gap: 10px 22px; }
.hero-availability { margin-top: 18px; color: #bdc8d9; font-size: 13px; }
.hero-visual { position: absolute; top: 0; bottom: 0; right: 0; width: 58%; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 56% 50%; }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(15, 31, 61, .8) 13%, rgba(15, 31, 61, .22) 36%, transparent 57%), linear-gradient(0deg, rgba(15, 31, 61, .23), transparent 45%); }

.offers-section { background: var(--cream); padding-top: 64px; padding-bottom: 62px; }
.offers-section .section-heading { text-align: center; margin-bottom: 30px; }
.offers-section h2 { font-size: clamp(30px, 3vw, 40px); }
.offers-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.offer { position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 25px 24px 24px; border: 1px solid #e5dfd3; border-radius: 14px; background: #fff; transition: border-color .18s, box-shadow .18s, transform .18s; }
.offer img { margin-bottom: 16px; }
.offer h3 { font-size: 19px; }
.offer p { max-width: 25ch; font-size: 14px; line-height: 1.6; margin-top: 8px; }
.offer > .arrow { position: absolute; top: 36px; right: 24px; color: var(--gold-ink); }
.offer:hover { border-color: #bda167; box-shadow: 0 8px 22px #1e2d4510; transform: translateY(-3px); }
.offer-note { max-width: 680px; margin: 26px auto 0; font-size: 14px; text-align: center; }

.local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.local-grid h2 { max-width: 15ch; margin-bottom: 24px; }
.local-grid .text-link { margin-top: 22px; }
.local-benefits { display: grid; gap: 26px; }
.local-benefits > div { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 9px 20px; }
.benefit-tag { align-self: start; grid-row: span 2; display: inline-block; padding: 6px 8px; border-radius: 6px; background: #f4f1e9; color: #755b2e; font-size: 12px; font-weight: 600; text-align: center; }
.local-benefits h3 { font-size: 20px; }
.local-benefits p { font-size: 15px; line-height: 1.7; }

.steps-section { padding-top: 64px; background: #f3f6fa; }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px; padding: 0; margin: 0; list-style: none; }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 22px; color: #fff; background: var(--navy); border-radius: 50%; font-size: 14px; }
.steps-grid h3 { max-width: 20ch; margin-bottom: 14px; }
.steps-grid p { font-size: 16px; }

.tools-section { background: var(--navy-soft); color: #fff; }
.tools-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.tools-grid h2 { color: #fff; margin-bottom: 24px; }
.tools-grid .eyebrow { color: #e3c78f; }
.tools-grid p { color: #d9e1ed; }
.tools-grid .small-text { color: #bdc8d9; }
.tools-links { display: grid; gap: 16px; }
.tool-link { display: flex; gap: 22px; padding: 26px; border: 1px solid #405270; border-radius: var(--radius); background: #203658; transition: background .18s, border-color .18s; }
.tool-link:hover { border-color: #c8ad76; background: #263e61; }
.tool-link img { flex-shrink: 0; width: 48px; height: 48px; }
.tool-link h3 { margin-bottom: 5px; color: #fff; }
.tool-link p { font-size: 14px; }
.tool-link span { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; color: #e9cd91; font-size: 14px; font-weight: 600; line-height: 1.5; }

.heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px 42px; }
.heading-row h2 { max-width: 23ch; }
.heading-row > .text-link { flex-shrink: 0; font-size: 15px; }
.reviews-grid { display: grid; grid-template-columns: 1.15fr 1.15fr .9fr; gap: 22px; }
.review { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; padding: 30px; border-radius: var(--radius); background: var(--cream); }
.review blockquote { margin: 0; font-size: 16px; line-height: 1.8; color: #37445a; }
.review figcaption { margin-top: auto; }
.review figcaption strong { display: block; color: var(--navy); font-size: 16px; }
.review figcaption span { display: block; margin-top: 2px; color: var(--muted); font-size: 13px; }
.brands-section { padding-top: 0; }
.brands-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 80px; padding-top: 52px; border-top: 1px solid var(--line); }
.brands-grid h2 { font-size: 30px; margin-bottom: 18px; }
.brands-grid p:not(.eyebrow) { font-size: 15px; }
.brand-list { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 10px; padding: 0; margin: 0; list-style: none; }
.brand-list li { display: flex; align-items: center; min-height: 42px; padding: 7px 14px; border: 1px solid var(--line); border-radius: 7px; color: #4b5970; font-size: 14px; font-weight: 600; }

.guides-section { background: #f3f6fa; }
.guides-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.guide { display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.guide:hover { border-color: #acb7c7; box-shadow: 0 6px 16px #1e2d4509; }
.guide-category { color: var(--gold-ink); font-size: 12px; font-weight: 600; line-height: 1.5; }
.guide h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 25px; margin: 16px 0 14px; }
.guide p { font-size: 15px; margin-bottom: 25px; }
.guide-more { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; color: var(--navy); font-size: 14px; font-weight: 600; }
.downloads-link { margin-top: 25px; font-size: 14px; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-grid h2 { max-width: 17ch; margin-bottom: 22px; }
.faq-grid .text-link { margin-top: 20px; font-size: 15px; }
.faq-list { min-width: 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 35px 22px 0; font-size: 17px; font-weight: 600; line-height: 1.5; color: var(--navy); cursor: pointer; list-style: none; }
.faq-list summary::before, .faq-list summary::after { content: ''; position: absolute; right: 2px; top: calc(50% - 1px); width: 14px; height: 2px; background: #83652e; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { display: none; }
.faq-list details[open] summary { padding-bottom: 14px; }
.faq-list p { padding: 0 20px 24px 0; font-size: 16px; }

.contact-section { background: var(--navy); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; gap: 90px; }
.contact-grid .eyebrow { color: #ddc186; }
.contact-grid h2 { color: #fff; margin-bottom: 22px; }
.contact-grid p { color: #d4dce8; }
.contact-grid .actions { margin-top: 28px; gap: 10px 24px; }
.contact-email { display: inline-block; margin-top: 20px; padding-block: 6px; color: #e2e8f0; font-size: 15px; overflow-wrap: anywhere; text-underline-offset: 5px; }
.contact-email:hover { text-decoration: underline; }
.contact-local { margin-top: 35px; padding: 28px; border-radius: var(--radius); background: #192c4b; }
.contact-local h3 { margin-bottom: 16px; color: #fff; font-size: 20px; }
.contact-local p { font-size: 15px; }
.contact-local .contact-hours { color: #e6c88e; font-size: 14px; }
.site-footer { padding: 44px 0 26px; background: #0c1931; color: #c1cada; font-size: 14px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.footer-top .brand { width: 280px; }
.footer-top p { color: #c1cada; font-size: 14px; }
.footer-phone { color: #e3c58c; font-size: 21px; font-weight: 700; }
.footer-offers { display: flex; flex-wrap: wrap; gap: 8px 30px; padding-bottom: 22px; }
.footer-offers a { display: inline-flex; align-items: center; min-height: 44px; }
.site-footer a:not(.brand):hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 25px; padding-top: 20px; border-top: 1px solid #2b3950; font-size: 13px; }
.footer-meta > a, .footer-meta > button { min-height: 44px; display: inline-flex; align-items: center; }
.footer-meta > span { margin-left: auto; }
.footer-meta > button { border: 0; padding: 0; background: transparent; color: inherit; font-size: inherit; }
.footer-meta > button:hover { text-decoration: underline; text-underline-offset: 4px; }
.photo-credit { margin-top: 20px; color: #a4b0c3; font-size: 11px; line-height: 1.7; }
.photo-credit a { text-decoration: underline; text-underline-offset: 2px; }

/* Optional analytics and compact mobile contact controls. */
.contact-dock { display: none; }
.cookie-banner { position: fixed; z-index: 80; inset: auto 0 0; padding: 20px 0 max(20px, env(safe-area-inset-bottom)); border-top: 1px solid #d3d9e1; background: #fff; box-shadow: 0 -8px 32px #08142b1c; }
.cookie-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cookie-inner > div:first-child { max-width: 760px; }
.cookie-inner strong { color: var(--navy); font-size: 15px; }
.cookie-inner p { font-size: 13px; line-height: 1.5; margin-top: 4px; }
.cookie-inner p a { text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-actions button { min-height: 44px; border: 1px solid var(--navy); border-radius: 7px; padding: 10px 16px; font-size: 14px; font-weight: 600; }
.cookie-reject { color: var(--navy); background: #fff; }
.cookie-accept { color: #fff; background: var(--navy); }
.cookie-reject:hover { background: #f0f3f7; }
.cookie-accept:hover { background: #284266; }

@media (min-width: 1440px) {
  .hero-inner { min-height: 620px; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 56px); }
  .brand { width: 270px; }
  .main-nav { gap: 20px; }
  .header-call { padding-inline: 14px; }
  .hero-inner { min-height: 540px; }
  .hero-copy { width: 55%; }
  .hero-lead { max-width: 365px; }
  .hero .actions { gap: 4px 18px; }
  .local-grid, .tools-grid, .faq-grid, .contact-grid { gap: 48px; }
  .local-benefits > div { grid-template-columns: 1fr; gap: 8px; }
  .benefit-tag { grid-row: auto; justify-self: start; padding-inline: 12px; }
  .offers-grid, .guides-grid { gap: 14px; }
  .offer { padding: 22px 18px; }
  .offer > .arrow { right: 18px; }
  .steps-grid { gap: 30px; }
  .review, .guide { padding: 25px; }
  .reviews-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .review:last-child { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; }
  .review:last-child figcaption { margin-top: 0; flex-shrink: 0; }
  .brands-grid { gap: 40px; }
}
@media (min-width: 768px) and (max-width: 900px) {
  .main-nav { gap: 18px; }
  .main-nav > .nav-link { display: none; }
  .nav-panel { right: -160px; }
  .hero h1 { font-size: 43px; }
  .hero-copy { width: 54%; }
  .hero-lead { font-size: 17px; max-width: 315px; }
  .hero-inner { min-height: 555px; }
  .hero-visual { width: 55%; }
  .hero-visual::after { background: linear-gradient(90deg, var(--navy), rgba(15, 31, 61, .5) 20%, transparent 48%); }
  .offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer p { max-width: none; }
  .tools-grid, .faq-grid, .contact-grid { gap: 35px; }
  .tool-link { padding: 22px; gap: 15px; }
  .tool-link img { width: 38px; height: 38px; }
  .heading-row { align-items: flex-start; flex-direction: column; gap: 14px; }
  .guides-grid { grid-template-columns: 1fr; }
  .guide { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; }
  .guide-category { grid-column: 1; }
  .guide h3 { grid-column: 1; margin: 4px 0 0; }
  .guide p { grid-column: 2; grid-row: 1 / 3; margin: 0; }
  .guide-more { grid-column: 2; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 20px; }
  body { font-size: 16px; line-height: 1.7; }
  body.has-contact-dock { padding-bottom: calc(68px + env(safe-area-inset-bottom)); background: #0c1931; }
  body.menu-open { overflow: hidden; }
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 56px; }
  h2 { font-size: clamp(30px, 7.5vw, 36px); }
  .eyebrow { font-size: 11px; letter-spacing: .14em; margin-bottom: 14px; }
  .section-heading { margin-bottom: 27px; }
  .header-inner { min-height: 84px; gap: 12px; }
  .brand { width: min(270px, 64vw); }
  .main-nav { gap: 0; }
  .main-nav > .nav-link, .header-call, .desktop-menu-label, .desktop-chevron { display: none; }
  .nav-disclosure { position: static; }
  .nav-disclosure > summary { width: 48px; min-height: 48px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid #576076; border-radius: 9px; }
  .mobile-menu-label { display: block; font-size: 9px; line-height: 1; color: #e2e6ee; letter-spacing: .04em; }
  .mobile-menu-icon { display: flex; flex-direction: column; gap: 4px; }
  .mobile-menu-icon i { display: block; width: 20px; height: 1.5px; background: #fff; }
  .nav-disclosure[open] .mobile-menu-icon i:first-child { transform: translateY(5.5px) rotate(45deg); }
  .nav-disclosure[open] .mobile-menu-icon i:nth-child(2) { opacity: 0; }
  .nav-disclosure[open] .mobile-menu-icon i:last-child { transform: translateY(-5.5px) rotate(-45deg); }
  .nav-panel { top: 76px; left: 12px; right: 12px; width: auto; max-height: calc(100vh - 92px); max-height: calc(100dvh - 92px); overflow-y: auto; overscroll-behavior: contain; padding: 20px 16px; border-radius: 12px; }
  .nav-caption { font-size: 11px; }
  .nav-offers { gap: 5px; }
  .nav-offers a { gap: 8px; padding: 12px 6px; font-size: 14px; }
  .nav-offers img { width: 26px; height: 26px; }
  .nav-additional { gap: 6px 18px; margin-top: 16px; }
  .nav-additional a { min-height: 44px; display: inline-flex; align-items: center; }
  .hero-inner { display: block; min-height: 0; }
  .hero-copy { width: 100%; padding-top: 30px; padding-bottom: 25px; }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(38px, 10.1vw, 58px); line-height: 1.12; }
  .hero-services { font-size: clamp(26px, 6.7vw, 34px); margin-top: 14px; }
  .hero-lead { max-width: 440px; font-size: 17px; margin-top: 22px; line-height: 1.65; }
  .hero .actions { margin-top: 26px; gap: 8px 20px; }
  .hero-availability { margin-top: 12px; font-size: 12px; }
  .hero-visual { position: relative; display: block; width: 100%; aspect-ratio: 3 / 2; }
  .hero-visual img { object-position: center; }
  .hero-visual::after { background: linear-gradient(180deg, var(--navy) 0, rgba(15, 31, 61, .38) 10%, transparent 30%), linear-gradient(0deg, rgba(15, 31, 61, .2), transparent 30%); }
  .offers-section { padding-top: 42px; padding-bottom: 42px; }
  .offers-section .section-heading { text-align: left; margin-bottom: 24px; }
  .offers-section h2 { font-size: 30px; }
  .section-heading > p:last-child { margin-top: 10px; }
  .offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .offer { padding: 21px 17px 20px; border-radius: 12px; }
  .offer img { width: 44px; height: 44px; margin-bottom: 14px; }
  .offer h3 { font-size: 18px; line-height: 1.4; }
  .offer p { font-size: 13px; line-height: 1.55; margin-top: 6px; }
  .offer > .arrow { top: 31px; right: 15px; width: 18px; height: 18px; }
  .offer-note { margin-top: 22px; text-align: left; font-size: 13px; }
  .local-grid, .tools-grid, .brands-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .local-grid h2 { max-width: 19ch; margin-bottom: 20px; }
  .local-grid .text-link { margin-top: 18px; }
  .local-benefits { gap: 25px; }
  .local-benefits > div { grid-template-columns: 93px minmax(0, 1fr); gap: 6px 16px; }
  .benefit-tag { grid-row: span 2; justify-self: stretch; font-size: 11px; padding: 5px; }
  .local-benefits h3 { font-size: 18px; }
  .local-benefits p { font-size: 14px; }
  .steps-grid { grid-template-columns: 1fr; gap: 26px; }
  .steps-grid li { display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 18px; }
  .step-number { grid-row: span 2; width: 38px; height: 38px; font-size: 12px; margin: 0; }
  .steps-grid h3 { max-width: none; font-size: 18px; margin: 4px 0 10px; }
  .steps-grid p { grid-column: 2; font-size: 15px; }
  .tools-grid h2 { margin-bottom: 20px; }
  .tools-grid .small-text { font-size: 13px; }
  .tool-link { padding: 23px 20px; gap: 18px; }
  .tool-link img { width: 42px; height: 42px; }
  .tool-link h3 { font-size: 20px; }
  .tool-link span { font-size: 13px; }
  .heading-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .heading-row > .text-link { font-size: 14px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 16px; }
  .review { padding: 25px; gap: 22px; }
  .review blockquote { font-size: 15px; line-height: 1.8; }
  .review:last-child { grid-column: auto; flex-direction: column; align-items: flex-start; }
  .brands-section { padding-top: 0; }
  .brands-grid { padding-top: 36px; gap: 24px; }
  .brands-grid h2 { font-size: 29px; }
  .brand-list { gap: 8px; }
  .brand-list li { font-size: 12px; padding: 6px 11px; min-height: 37px; }
  .guides-grid { grid-template-columns: 1fr; gap: 16px; }
  .guide { padding: 26px; }
  .guide h3 { font-size: 25px; max-width: 24ch; }
  .guide p { margin-bottom: 20px; }
  .downloads-link { margin-top: 24px; font-size: 14px; }
  .faq-grid h2 { max-width: 20ch; margin-bottom: 18px; }
  .faq-grid .text-link { margin-top: 16px; }
  .faq-list summary { font-size: 16px; padding-block: 21px; }
  .faq-list p { font-size: 15px; padding-right: 8px; }
  .contact-grid .actions { gap: 7px 20px; margin-top: 26px; }
  .contact-local { margin-top: 0; padding: 26px; }
  .contact-local p { font-size: 14px; }
  .site-footer { padding-block: 36px 24px; }
  .footer-top { display: grid; grid-template-columns: 1fr; gap: 18px; margin-bottom: 26px; }
  .footer-top .brand { width: 280px; max-width: 85%; }
  .footer-top p { font-size: 13px; }
  .footer-phone { font-size: 22px; }
  .footer-offers { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; font-size: 14px; }
  .footer-meta { gap: 3px 22px; font-size: 12px; padding-top: 15px; }
  .footer-meta > span { margin: 12px 0 0; flex-basis: 100%; }
  .photo-credit { margin-top: 22px; font-size: 10px; }
  .contact-dock { position: fixed; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; z-index: 50; inset: auto 0 0; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid #d8dde5; background: #fff; box-shadow: 0 -4px 18px #0b183312; }
  .contact-dock a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; border: 1px solid #bac3d1; border-radius: 8px; background: #fff; font-size: 14px; font-weight: 700; color: var(--navy); }
  .contact-dock a:first-child { border-color: #d0b474; background: #dfc17a; }
  .contact-dock svg { width: 18px; height: 18px; }
  .cookie-banner { padding-top: 16px; padding-bottom: max(16px, env(safe-area-inset-bottom)); }
  .cookie-inner { flex-direction: column; align-items: stretch; gap: 14px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-inner p { font-size: 12px; }
  .cookie-actions button { min-height: 44px; font-size: 13px; }
}
@media (max-width: 479px) {
  .hero .actions, .contact-grid .actions { align-items: stretch; flex-direction: column; }
  .hero .whatsapp, .contact-grid .whatsapp { min-height: 44px; }
  .hero-availability { text-align: center; }
  .hero h1 { font-size: clamp(34px, 10.1vw, 47px); }
}
@media (max-width: 359px) {
  .wrap { width: calc(100% - 32px); }
  .brand { width: 218px; max-width: 67vw; }
  .offer { padding: 18px 13px; }
  .offer h3 { font-size: 16px; }
  .offer > .arrow { right: 13px; top: 28px; width: 16px; }
  .offer p { font-size: 12px; }
  .nav-offers a { gap: 6px; font-size: 13px; }
  .nav-offers img { width: 23px; height: 23px; }
  .local-benefits > div { grid-template-columns: 1fr; }
  .benefit-tag { grid-row: auto; justify-self: start; padding-inline: 10px; }
  .tool-link { gap: 13px; padding-inline: 17px; }
  .tool-link img { width: 35px; height: 35px; }
  .tool-link span { font-size: 12px; gap: 6px; }
  .review, .guide, .contact-local { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  body { padding: 0 !important; color: #000; background: #fff; font-size: 11pt; }
  .site-header, .hero-visual, .contact-dock, .cookie-banner, .footer-meta, .photo-credit { display: none !important; }
  .wrap { width: 100%; }
  .section { padding-block: 20px; }
  .hero-inner { min-height: 0; }
  .hero-copy { width: 100%; padding-block: 24px; }
  .hero, .tools-section, .contact-section, .site-footer { background: #fff; color: #000; }
  h1, h2, h3, p, a, .hero h1, .hero-lead, .hero-services, .hero-availability, .contact-grid h2, .contact-grid p, .tools-grid h2, .tools-grid p { color: #000; }
  h1 { font-size: 30pt !important; }
  h2 { font-size: 20pt; }
  .offer, .guide, .review, .tool-link, .contact-local { break-inside: avoid; background: #fff; border: 1px solid #bbb; }
}
