:root {
  --ink: #12385f;
  --ink-deep: #0c2c4c;
  --mint: #bfe4fa;
  --mint-bright: #e4f3fc;
  --cream: #edf5fb;
  --paper: #f8fbfe;
  --white: #fff;
  --muted: #49647f;
  --line: rgba(18, 56, 95, .22);
  --orange: #0065ad;
  --radius: 2px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
main { position: relative; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #1595df; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; background: var(--white); font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 40; top: 0; height: 82px; background: rgba(255, 255, 255, .96); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s; }
.site-header.scrolled { border-color: var(--line); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.site-header .brand[aria-current="page"] { box-shadow: inset 0 -3px #0065ad; }
.brand img { width: 165px; height: auto; }
.brand-logo { object-fit: contain; }
.navigation { display: flex; align-items: center; gap: 29px; }
.navigation > .button { width: 251px; }
.language-switch { display: inline-flex; overflow: hidden; border: 1px solid #7894ad; }
.language-switch a { min-width: 38px; min-height: 34px; display: grid; place-items: center; padding: 4px 8px; font-size: 12px; font-weight: 800; text-decoration: none; }
.language-switch a[aria-current="page"] { color: var(--white); background: var(--ink); }
.navigation > a:not(.button) { position: relative; font-size: 14px; font-weight: 700; text-decoration: none; }
.navigation > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -7px; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.navigation > a:hover::after, .navigation > a[aria-current="page"]::after { transform: scaleX(1); }
.navigation > a[aria-current="page"] { color: #004f8b; }
.navigation > .button[aria-current="page"] { color: var(--white); background: #00457a; border-color: #00457a; box-shadow: 0 0 0 3px rgba(21, 149, 223, .28); }
.menu-button { display: none; width: 48px; height: 48px; padding: 13px; border: 2px solid #245783; background: var(--ink); cursor: pointer; transition: background .2s, transform .15s; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .2s, opacity .2s; }
.menu-button:hover { background: #1b4d78; }
.menu-button:active { transform: scale(.96); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 16px; padding: 13px 21px; border: 2px solid #0065ad; border-radius: var(--radius); color: var(--white); background: #0065ad; box-shadow: 0 7px 18px rgba(0, 72, 144, .16); font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { color: var(--white); background: #004f8b; border-color: #004f8b; box-shadow: 0 10px 24px rgba(0, 72, 144, .24); transform: translateY(-2px); }
.button:active { background: #00457a; border-color: #00457a; box-shadow: none; transform: translateY(0) scale(.98); }
.button-small { min-height: 43px; padding: 10px 16px; font-size: 13px; }
.button-secondary { color: #075c9b; background: var(--white); border-color: #0072bd; box-shadow: none; }
.button-secondary:hover { color: var(--white); background: #0065ad; border-color: #0065ad; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--ink); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.text-link.dark { margin-top: 13px; }

.hero { position: relative; min-height: 715px; overflow: hidden; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: 54% 46%; align-items: center; min-height: 665px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding: 72px 8% 74px 0; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 25px; height: 2px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow.light { color: var(--mint); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .99; }
h1 { max-width: 760px; font-size: clamp(48px, 6.1vw, 82px); }
h1 em, h2 em { color: var(--orange); font-weight: 400; }
.hero-statement { margin: 22px 0 0; color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.2; }
.hero-lead { max-width: 670px; margin: 27px 0 0; color: #385a78; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 29px; margin-top: 35px; }
.cta-note { margin: 13px 0 0; color: #385a78; font-size: 12px; font-weight: 700; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 37px 0 0; list-style: none; color: #385a78; font-size: 13px; font-weight: 700; }
.hero-facts span { display: inline-grid; width: 20px; height: 20px; margin-right: 5px; place-items: center; color: var(--ink); background: var(--mint); border-radius: 50%; font-size: 11px; }
.hero-visual { position: relative; min-width: 0; height: 665px; }
.hero-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 40px 0 70px rgba(237, 245, 251, .3); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.visual-note { position: absolute; z-index: 2; right: 25px; bottom: 25px; width: 245px; padding: 20px; display: grid; grid-template-columns: 37px 1fr; gap: 12px; background: rgba(12, 44, 76, .94); color: var(--white); }
.visual-note span { color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.visual-note p { margin: 0; font-family: Georgia, serif; font-size: 17px; line-height: 1.35; }
.visual-note small { grid-column: 2; color: #d9e8f5; font-size: 9px; letter-spacing: .04em; }
.hero-index { position: absolute; bottom: 12px; left: max(24px, calc((100% - 1180px) / 2)); color: #76807b; font-size: 9px; font-weight: 800; letter-spacing: .25em; }

.trust-bar { background: var(--ink); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: .92fr 1.16fr .92fr; align-items: start; padding: 26px 0; }
.trust-grid p { margin: 0; padding: 0 24px; border-right: 1px solid rgba(255, 255, 255, .18); }
.trust-grid p:first-child { padding-left: 0; }
.trust-grid p:last-child { border: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin: 0 0 5px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; line-height: 1.2; font-variant-numeric: tabular-nums; }
.trust-grid span { color: #d9e8f5; font-size: 12px; line-height: 1.35; }

.section { padding: 115px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.35fr; gap: 20px 80px; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading h2, .about h2, .contact h2 { font-size: clamp(42px, 5.2vw, 68px); }
.section-heading > p:last-child { max-width: 470px; margin: 0 0 5px; color: var(--muted); }
.section-heading.compact { grid-template-columns: 1fr; max-width: 790px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 515px; padding: 39px 34px 33px; overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 25px 60px rgba(19, 44, 44, .11); }
.service-card::after { content: ""; position: absolute; right: -40px; bottom: -55px; width: 160px; height: 160px; background: var(--mint-bright); border-radius: 50%; opacity: .65; }
.card-office::after { background: #d9edfa; }
.card-object::after { background: #c9e2f5; }
.card-number { position: absolute; top: 24px; right: 25px; color: #96a19e; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.service-icon { width: 64px; height: 64px; display: grid; margin: 18px 0 36px; place-items: center; background: var(--cream); }
.service-icon svg { width: 36px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 15px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.service-card p { color: var(--muted); }
.service-card ul { padding: 0; margin: 22px 0 30px; list-style: none; font-size: 13px; font-weight: 700; }
.service-card li { padding: 7px 0; border-bottom: 1px solid var(--line); }
.service-card li::before { content: "—"; margin-right: 9px; color: var(--orange); }
.card-button { position: relative; z-index: 2; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 21px; color: #075c9b; background: var(--white); border: 2px solid #0072bd; border-radius: var(--radius); font-size: 16px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.card-button:hover { color: var(--white); background: #0065ad; transform: translateY(-2px); }
.card-button:active { background: #004f8b; transform: translateY(0) scale(.98); }
.card-request { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 10px; width: fit-content; min-height: 38px; margin-top: 13px; padding: 8px 14px; color: #075c9b; background: var(--white); border: 2px solid #0072bd; border-radius: var(--radius); font-size: 12px; font-weight: 800; text-decoration: none; transition: color .2s, background .2s, transform .2s; }
.card-request::after { content: "→"; }
.card-request:hover { color: var(--white); background: #0065ad; transform: translateY(-2px); }
.service-directory { margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--line); }
.service-directory h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.service-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.service-link-grid a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 15px; color: #075c9b; background: var(--white); border: 2px solid rgba(0, 101, 173, .3); border-radius: var(--radius); font-size: 13px; font-weight: 800; text-decoration: none; transition: color .2s, background .2s, border-color .2s; }
.service-link-grid a:hover { color: var(--white); background: #0065ad; border-color: #0065ad; }


.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 65px 0 0; list-style: none; counter-reset: steps; }
.process-grid li { min-height: 225px; padding: 0 35px; border-left: 1px solid var(--line); }
.process-grid li:first-child { padding-left: 0; border: 0; }
.process-grid span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--ink); background: var(--mint); border-radius: 50%; font-size: 12px; font-weight: 800; }
.process-grid h3 { margin: 25px 0 10px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.process-cta { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; margin-top: 35px; padding: 13px 21px; color: var(--white); background: #0065ad; border: 2px solid #0065ad; border-radius: var(--radius); box-shadow: 0 7px 18px rgba(0, 72, 144, .16); font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.process-cta:hover { background: #004f8b; box-shadow: 0 10px 24px rgba(0, 72, 144, .24); transform: translateY(-2px); }
.process-cta:active { background: #00457a; box-shadow: none; transform: translateY(0) scale(.99); }
.process-cta span:last-child { font-size: inherit; }

.about-grid { display: grid; grid-template-columns: .75fr 1.45fr; gap: 120px; align-items: center; }
.about-visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; padding-bottom: 92px; overflow: hidden; color: var(--white); background: linear-gradient(145deg, #0065ad, #0c2c4c); }
.about-visual::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%; }
.about-visual::after { content: ""; position: absolute; top: -18%; right: -22%; width: 67%; aspect-ratio: 1; background: rgba(112, 203, 255, .18); border-radius: 50%; }
.about-stats { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 22px; width: 100%; padding: 0 15%; }
.about-stat { display: flex; align-items: center; gap: 16px; text-align: left; }
.about-stat > div { min-width: 0; }
.about-stat-icon { flex: none; width: 30px; height: 30px; fill: none; stroke: #bfe4fa; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.about-stat strong { display: block; white-space: nowrap; font-family: Georgia, serif; font-size: 22px; font-weight: 400; color: var(--white); }
.about-stat span { display: block; color: #d9e8f5; font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.about-stat strong .about-stat-star { display: inline; color: #ffc107; }
.about-proof { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; padding: 15px 17px; color: var(--ink); background: var(--white); border-left: 5px solid #70cbff; box-shadow: 0 10px 26px rgba(0, 0, 0, .18); }
.about-proof strong, .about-proof span { display: block; }
.about-proof strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.about-proof span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 17px; }

.service-quality { color: var(--white); background: var(--ink); }
.quality-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.quality-copy h2 { margin: 14px 0 18px; font-size: clamp(32px, 3.6vw, 46px); }
.quality-copy > p:last-child { max-width: 420px; margin: 0; color: #d9e8f5; font-size: 16px; line-height: 1.6; }
.quality-list { display: grid; gap: 26px; padding: 0; margin: 0; list-style: none; }
.quality-list article { display: flex; gap: 18px; }
.quality-list span { width: 40px; height: 40px; flex: none; display: grid; place-items: center; color: var(--ink); background: var(--mint); border-radius: 50%; font-size: 12px; font-weight: 800; }
.quality-list h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.quality-list p { margin: 0; color: #d9e8f5; font-size: 14px; line-height: 1.6; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq h2 { font-size: 54px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-family: Georgia, serif; font-size: 20px; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary > b { color: var(--orange); font-family: Arial, sans-serif; font-size: 25px; transition: transform .2s; }
.accordion details[open] summary > b { transform: rotate(45deg); }
.accordion details p { max-width: 680px; padding: 0 40px 22px 0; margin: 0; color: var(--muted); }

.contact { color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.contact-copy h2 em { color: var(--mint); }
.contact-copy > p:not(.eyebrow) { margin: 28px 0; color: #d9e8f5; font-size: 17px; }
.request-path { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 30px 0; padding: 18px; border: 1px solid rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .07); }
.request-path span { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; }
.request-path b { width: 24px; height: 24px; display: inline-grid; place-items: center; color: var(--ink); background: var(--mint); border-radius: 50%; font-size: 11px; }
.request-path i { color: var(--mint); font-style: normal; }
.contact-data { display: grid; gap: 3px; margin-top: 38px; font-family: Georgia, serif; font-size: 20px; }
.contact-data a { width: fit-content; text-underline-offset: 5px; }
.contact-channels { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .22); }
.contact-channels p { margin: 0 0 10px; color: #d9e8f5; font-size: 12px; font-weight: 700; }
.contact-channel-links { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.whatsapp-link { width: 50px; height: 50px; display: inline-grid; place-items: center; color: var(--white); background: #087f5b; border: 2px solid #bfe4fa; text-decoration: none; transition: color .2s, background .2s, transform .2s; }
.whatsapp-link:hover { color: var(--ink-deep); background: var(--mint); transform: translateY(-2px); }
.whatsapp-link svg, .whatsapp-float svg { width: 22px; height: 22px; flex: 0 0 auto; fill: currentColor; }
.instagram-link { width: 50px; height: 50px; display: inline-grid; place-items: center; color: var(--white); background: linear-gradient(145deg, #833ab4, #c13584 48%, #e1306c 70%, #f77737); border: 2px solid #d9e8f5; text-decoration: none; transition: filter .2s, transform .2s; }
.instagram-link:hover { color: var(--white); filter: brightness(1.12); transform: translateY(-2px); }
.instagram-link svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link .instagram-dot { fill: currentColor; stroke: none; }
.contact-form { padding: 36px; color: var(--ink); background: var(--white); }
.booking-panel { padding: clamp(32px, 5vw, 58px); color: var(--ink); background: var(--white); border-top: 6px solid #70cbff; box-shadow: 0 18px 48px rgba(7, 35, 63, .18); }
.booking-panel h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(30px, 3.4vw, 42px); font-weight: 400; line-height: 1.08; }
.booking-panel > p:not(.eyebrow):not(.booking-panel-note) { margin: 0; color: var(--muted); font-size: 16px; }
.booking-panel ul { display: grid; gap: 10px; padding: 0; margin: 27px 0; list-style: none; font-size: 14px; font-weight: 700; }
.booking-panel li { display: flex; align-items: center; gap: 10px; }
.booking-panel li span { width: 24px; height: 24px; display: inline-grid; place-items: center; color: var(--ink); background: var(--mint); border-radius: 50%; font-size: 12px; }
.booking-panel-button { width: 100%; }
.booking-panel-note { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }
.form-intro { margin: -4px 0 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-intro .eyebrow { margin-bottom: 11px; }
.form-intro h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.15; }
.form-intro > p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.choice-group { padding: 0; margin: 0 0 27px; border: 0; }
.choice-group legend { width: 100%; margin-bottom: 12px; font-size: 15px; font-weight: 800; }
.choice-group legend > span { width: 26px; height: 26px; display: inline-grid; margin-right: 7px; place-items: center; color: var(--white); background: #0065ad; border-radius: 50%; font-size: 12px; }
.choice-group legend small { margin-left: 5px; color: var(--muted); font-size: 11px; font-weight: 400; }
.choice-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.choice-options label { position: relative; margin: 0; cursor: pointer; }
.choice-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-options label > span { min-height: 74px; display: flex; flex-direction: column; justify-content: center; padding: 11px 13px 11px 41px; color: var(--ink); background: var(--paper); border: 2px solid #9db3c9; transition: border-color .15s, background .15s, box-shadow .15s; }
.choice-options label:hover > span { border-color: #0065ad; background: #e8f5fd; }
.choice-options label > span::before { content: ""; position: absolute; left: 14px; width: 16px; height: 16px; border: 2px solid #526b85; background: var(--white); }
.object-options label > span::before { border-radius: 50%; }
.object-options input:checked + span::after { content: ""; position: absolute; left: 20px; width: 6px; height: 6px; background: var(--white); border-radius: 50%; }
.choice-options strong { font-size: 13px; line-height: 1.25; }
.choice-options small { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 400; line-height: 1.3; }
.choice-options input:checked + span { color: var(--white); background: #0065ad; border-color: #0065ad; box-shadow: inset 5px 0 0 #70cbff; }
.choice-options input:checked + span small { color: #dbeefd; }
.choice-options input:checked + span::before { border-color: var(--white); background: #0065ad; box-shadow: inset 0 0 0 3px #0065ad; }
.service-options input:checked + span::after { content: "✓"; position: absolute; left: 17px; color: var(--white); font-size: 11px; line-height: 1; }
.choice-options input:focus-visible + span { outline: 3px solid #1595df; outline-offset: 3px; }
.service-options label:last-child { grid-column: 1 / -1; }
.choice-error { margin: 10px 0 0; color: #9c1c1c; font-size: 12px; font-weight: 700; }
.details-heading { display: flex; align-items: center; gap: 7px; margin: 0 0 13px; font-size: 15px; }
.details-heading > span { width: 26px; height: 26px; display: inline-grid; place-items: center; color: var(--white); background: #0065ad; border-radius: 50%; font-size: 12px; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: block; margin-bottom: 18px; font-size: 12px; font-weight: 800; }
.contact-form label > span { color: var(--muted); font-weight: 400; }
.contact-form input:not([type="checkbox"]):not([type="hidden"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 51px; margin-top: 7px; padding: 11px 13px; color: var(--ink); background: var(--paper); border: 2px solid #9db3c9; border-radius: 0; }
.contact-form input:not([type="checkbox"]):focus, .contact-form textarea:focus { border-color: #0065ad; }
.contact-form textarea { resize: vertical; }
.calendar-trigger { width: 100%; min-height: 64px; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; padding: 10px 14px; color: var(--ink); text-align: left; background: var(--white); border: 2px solid #0072bd; cursor: pointer; }
.calendar-trigger:disabled { color: var(--muted); background: var(--paper); border-color: #9db3c9; cursor: wait; }
.calendar-trigger-icon { font-size: 28px; color: #0072bd; }
.calendar-trigger small, .calendar-trigger strong { display: block; }
.calendar-trigger small { margin-bottom: 2px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.calendar-trigger strong { font-size: 14px; }
.booking-calendar { max-width: 380px; margin: 8px auto 0; padding: 14px; background: var(--white); border: 2px solid #9db3c9; box-shadow: 0 12px 28px rgba(8, 45, 78, .14); }
.calendar-head { display: grid; grid-template-columns: 40px 1fr 40px; align-items: center; margin-bottom: 10px; text-align: center; }
.calendar-head strong { text-transform: capitalize; font-size: 14px; }
.calendar-head button { width: 40px; height: 40px; color: #0065ad; background: #e8f5fd; border: 0; font-size: 25px; cursor: pointer; }
.calendar-head button:disabled { visibility: hidden; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.calendar-weekdays span { padding: 5px 0; color: var(--muted); font-size: 10px; font-weight: 800; text-align: center; }
.calendar-days button, .calendar-spacer { aspect-ratio: 1; min-width: 0; }
.calendar-days button { color: #075c9b; background: #e8f5fd; border: 1px solid #8bc9ed; font-size: 12px; font-weight: 800; cursor: pointer; }
.calendar-days button:hover, .calendar-days button:focus-visible, .calendar-days button.selected { color: var(--white); background: #0065ad; border-color: #0065ad; }
.calendar-days button:disabled { color: #8a98a6; background: #f1f3f5; border-color: transparent; text-decoration: line-through; cursor: not-allowed; }
.calendar-legend { display: flex; gap: 16px; margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 5px; }
.calendar-legend i { width: 10px; height: 10px; display: inline-block; background: #e8f5fd; border: 1px solid #8bc9ed; }
.calendar-legend span:last-child i { background: #f1f3f5; border-color: transparent; }
.time-picker { margin-top: 13px; padding: 14px; background: var(--paper); border-left: 4px solid #0072bd; }
.time-picker > strong { display: block; margin-bottom: 10px; font-size: 13px; }
.time-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.time-options button { min-height: 44px; padding: 7px; color: #075c9b; background: var(--white); border: 2px solid #63aede; font-weight: 800; cursor: pointer; }
.time-options button:hover, .time-options button:focus-visible, .time-options button.selected { color: var(--white); background: #0065ad; border-color: #0065ad; }
.slot-status { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.retry-slots { min-height: 42px; margin-top: 10px; padding: 8px 12px; color: #075c9b; background: var(--white); border: 2px solid #0072bd; font-weight: 800; cursor: pointer; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form .check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-weight: 400; line-height: 1.45; }
.check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--ink); }
.form-submit { width: 100%; }
.form-hint { margin: 10px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-hint a { text-underline-offset: 3px; }
.form-result { margin-top: 18px; padding: 18px; color: var(--ink); background: var(--mint-bright); }
.form-result p { margin: 5px 0 12px; font-size: 13px; }
.form-result.error { color: #761717; background: #fff0f0; border-left: 4px solid #a32929; }
.form-submit:disabled { cursor: wait; opacity: .7; transform: none; }

.site-footer { color: #c2cfcc; background: var(--ink-deep); }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; align-items: center; min-height: 180px; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.footer-brand { width: fit-content; }
.footer-top p { margin: 0; font-size: 13px; }
.footer-top a { text-underline-offset: 4px; }
.footer-contact-links { display: grid; gap: 4px; justify-items: start; }
.footer-social-links { display: flex; gap: 9px; margin-top: 8px; }
.footer-social { width: 40px; height: 40px; display: inline-grid; place-items: center; color: var(--white); border: 1px solid rgba(255, 255, 255, .55); text-decoration: none; transition: filter .2s, transform .2s; }
.footer-social:hover { color: var(--white); filter: brightness(1.12); transform: translateY(-2px); }
.footer-social svg { width: 21px; height: 21px; }
.footer-whatsapp { background: #087f5b; }
.footer-whatsapp svg { fill: currentColor; }
.footer-instagram { background: linear-gradient(145deg, #833ab4, #c13584 48%, #e1306c 70%, #f77737); }
.footer-instagram svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-instagram .instagram-dot { fill: currentColor; stroke: none; }
.footer-bottom { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; }
.footer-bottom nav { display: flex; gap: 24px; }
.footer-bottom a { text-underline-offset: 4px; }
.whatsapp-float { position: fixed; z-index: 35; right: max(20px, calc((100vw - 1320px) / 2)); bottom: 22px; width: 54px; height: 54px; display: inline-grid; place-items: center; color: var(--white); background: #087f5b; border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 8px 24px rgba(8, 24, 48, .3); text-decoration: none; transition: background .2s, transform .2s, box-shadow .2s; }
.whatsapp-float:hover { color: var(--white); background: #066b4d; box-shadow: 0 11px 28px rgba(8, 24, 48, .36); transform: translateY(-2px); }
.whatsapp-float:active { transform: translateY(0) scale(.97); }
.booking-float { display: none; }

.legal { min-height: 70vh; padding: 85px 0 120px; }
.legal .shell { max-width: 820px; }
.legal h1 { margin-bottom: 42px; font-size: clamp(48px, 8vw, 76px); }
.legal h2 { margin: 42px 0 12px; font-size: 28px; line-height: 1.15; }
.legal h3 { margin-top: 28px; }
.legal p, .legal li { color: #445b75; }
.legal a { text-underline-offset: 4px; }
.legal-note { padding: 18px 22px; background: var(--mint-bright); border-left: 3px solid var(--ink); }

.breadcrumbs { position: absolute; z-index: 2; top: 18px; right: 0; left: 0; min-height: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { text-underline-offset: 3px; }
.service-hero { position: relative; padding: 76px 0 88px; background: var(--cream); }
.service-hero-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 80px; align-items: center; }
.service-hero-grid > * { min-width: 0; }
.service-hero h1 { max-width: 850px; font-size: clamp(48px, 6vw, 76px); }
.service-lead { max-width: 760px; margin: 27px 0 0; color: #385a78; font-size: 18px; line-height: 1.7; }
.service-hero-card { padding: 34px; color: var(--white); background: var(--ink-deep); border-top: 5px solid #70cbff; }
.service-hero-card > span { color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-hero-card > strong { display: block; margin: 18px 0 25px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.25; }
.service-hero-card ul { display: grid; gap: 11px; padding: 0; margin: 0; list-style: none; font-size: 13px; }
.service-hero-card li { display: flex; gap: 9px; }
.service-hero-card li span { color: var(--mint); }
.service-columns { display: grid; grid-template-columns: 1.1fr .9fr; gap: 95px; }
.service-columns h2, .area-grid h2 { font-size: clamp(40px, 5vw, 62px); }
.check-list, .audience-list, .plain-list { padding: 0; margin: 30px 0 0; list-style: none; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-list li { min-height: 92px; padding: 20px 20px 20px 48px; background: var(--white); border: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; margin-left: -29px; color: #0065ad; font-weight: 900; }
.audience-list { display: grid; gap: 9px; counter-reset: audience; }
.audience-list li { padding: 15px 18px; background: var(--cream); border-left: 4px solid #70cbff; font-weight: 700; }
.planning-label { margin-top: 40px; }
.plain-list { color: var(--muted); }
.plain-list li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.service-quality { padding-block: 90px; }
.area-section { background: var(--white); }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.area-grid > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.accordion summary b { color: var(--orange); font-family: Arial, sans-serif; font-size: 25px; transition: transform .2s; }
.accordion details[open] summary b { transform: rotate(45deg); }
.related-services { background: var(--cream); }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.related-grid a { min-height: 128px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; background: var(--white); border: 2px solid rgba(0, 101, 173, .3); border-radius: var(--radius); text-decoration: none; transition: border-color .2s, transform .2s; }
.related-grid a:hover { border-color: #0065ad; transform: translateY(-3px); }
.related-grid strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.related-grid span { color: #075c9b; font-size: 12px; font-weight: 800; }
.districts-grid { grid-template-columns: repeat(5, 1fr); }
.service-contact { padding-block: 90px; }

/* Hero rating badge */
.hero-rating { display: inline-flex; align-items: center; gap: 8px; margin: 16px 0 0; padding: 8px 14px; color: var(--ink); background: var(--mint-bright); border: 1px solid var(--line); text-decoration: none; font-size: 13px; font-weight: 800; }
.hero-rating .stars { color: var(--orange); letter-spacing: 1px; }
.hero-rating span:last-child { color: var(--muted); font-weight: 700; }
.hero-rating:hover { background: var(--mint); }

.trust-fact-rating { display: block; text-decoration: none; }
.trust-fact-rating .stars { color: #ffc107; font-size: .82em; letter-spacing: 1px; }
.trust-fact-rating:hover strong { text-decoration: underline; }

/* USP differentiator row — same card family as .service-card (border, decorative circle, hover lift) */
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.usp-card { position: relative; padding: 30px 26px; overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.usp-card:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(19, 44, 44, .1); }
.usp-card::after { content: ""; position: absolute; right: -34px; bottom: -46px; width: 130px; height: 130px; background: var(--mint-bright); border-radius: 50%; opacity: .65; }
.usp-icon { position: relative; z-index: 1; }
.usp-icon svg { width: 34px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.usp-card h3 { position: relative; z-index: 1; margin: 18px 0 10px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.usp-card p { position: relative; z-index: 1; margin: 0 0 16px; color: var(--muted); }
.usp-card .text-link { position: relative; z-index: 1; }

/* Testimonials carousel — same card family as .service-card, honest placeholder badge */
.testimonial-carousel { position: relative; }
.testimonial-track { display: flex; gap: 24px; margin: 0; padding: 0 0 4px; list-style: none; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-card { position: relative; flex: 0 0 calc((100% - 48px) / 3); min-width: 0; padding: 28px 26px; scroll-snap-align: start; background: var(--white); border: 1px solid var(--line); }
.testimonial-badge { display: inline-block; margin-bottom: 14px; padding: 4px 10px; color: var(--muted); background: var(--paper); border: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.testimonial-stars { margin-bottom: 12px; color: #ffc107; letter-spacing: 1px; }
.testimonial-quote { margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 18px; font-style: italic; line-height: 1.5; }
.testimonial-name { margin: 16px 0 0; font-size: 12px; font-weight: 800; }
.testimonial-name span { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 400; font-style: italic; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 28px; }
.carousel-controls[hidden] { display: none; }
.carousel-arrow { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 50%; font-size: 20px; line-height: 1; cursor: pointer; transition: background .2s, transform .2s; }
.carousel-arrow:hover:not(:disabled) { background: var(--mint-bright); transform: translateY(-2px); }
.carousel-arrow:disabled { opacity: .32; cursor: default; }
.carousel-dots { display: flex; align-items: center; gap: 8px; }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: var(--line); cursor: pointer; }
.carousel-dots button[aria-current="true"] { background: var(--orange); }

@media (max-width: 940px) {
  :root { --shell: min(100% - 38px, 720px); }
  .site-header { height: 72px; }
  .menu-button { display: block; }
  .navigation { position: fixed; inset: 72px 0 auto; min-height: calc(100dvh - 72px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 35px 24px; color: var(--white); background: var(--ink-deep); }
  .navigation.open { display: flex; }
  .navigation > a:not(.button) { padding: 17px 4px 17px 14px; border-bottom: 1px solid rgba(255, 255, 255, .15); border-left: 4px solid transparent; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
  .navigation > a:not(.button)[aria-current="page"] { color: var(--white); background: rgba(112, 203, 255, .16); border-left-color: #70cbff; }
  .navigation > a:not(.button)[aria-current="page"]::after { display: none; }
  .navigation .button { width: 100%; margin-top: 27px; color: var(--white); background: #0877bd; border-color: #75cafa; }
  .language-switch { width: fit-content; margin-top: 24px; border-color: rgba(255, 255, 255, .5); }
  .language-switch a[aria-current="page"] { color: var(--ink-deep); background: var(--white); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 0 50px; }
  .hero-visual { height: 500px; width: 100vw; margin-left: calc((100% - 100vw) / 2); }
  .hero-visual img { object-position: 58% center; }
  .hero-index { display: none; }
  .trust-grid { min-height: 0; padding: 16px 0; }
  .trust-grid p { padding: 0 10px; }
  .trust-grid p:first-child { padding-left: 0; }
  .trust-grid strong { font-size: 15px; }
  .trust-grid span { font-size: 10.5px; }
  .section { padding: 85px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-link-grid, .related-grid, .districts-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 0; }
  .about-grid, .faq-grid, .contact-grid, .quality-grid { grid-template-columns: minmax(0, 1fr); gap: 60px; }
  .about-visual { width: min(100%, 440px); }
  .usp-grid { grid-template-columns: 1fr; }
  .testimonial-card { flex-basis: calc((100% - 24px) / 2); }
  .process-grid { grid-template-columns: 1fr; gap: 0; }
  .process-grid li, .process-grid li:first-child { min-height: 0; padding: 26px 0; border-left: 0; border-top: 1px solid var(--line); }
  .process-grid li:first-child { border: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; padding: 45px 0; }
  .footer-brand { grid-column: 1 / -1; }
  .service-hero-grid, .service-columns, .area-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 82px; }
  .nav-wrap { gap: 14px; }
  .site-header { height: 80px; }
  .navigation { top: 80px; min-height: calc(100dvh - 80px); }
  .brand img { width: 160px; }
  .legal-header .brand img { width: 155px; }
  .legal-header .button { max-width: 155px; min-height: 42px; padding: 7px 9px; font-size: 11px; }
  .hero { min-height: 0; }
  .hero-copy { padding-top: 52px; }
  h1 { font-size: clamp(30px, 9vw, 42px); }
  .hero-copy h1 { overflow-wrap: anywhere; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 21px; }
  .hero-actions .text-link { justify-content: center; }
  .hero-facts { display: grid; }
  .hero-visual { height: 320px; }
  .visual-note { right: 16px; bottom: 16px; left: 16px; width: auto; }
  .section { padding: 72px 0; }
  .section-heading h2, .about h2, .contact h2 { font-size: 44px; overflow-wrap: break-word; hyphens: none; }
  .service-card { padding-inline: 25px; }
  .service-link-grid, .related-grid, .districts-grid, .check-list { grid-template-columns: 1fr; }
  .service-hero { padding: 52px 0 64px; }
  .service-hero h1 { font-size: clamp(43px, 12vw, 56px); }
  .service-hero h1 { overflow-wrap: break-word; hyphens: none; }
  .service-hero-card { padding: 25px; }
  .legal h1 { font-size: clamp(32px, 9vw, 44px); overflow-wrap: break-word; hyphens: none; }
  .legal-header .button { font-size: 12px; }
  .about-grid { gap: 45px; }
  .testimonial-card { flex-basis: 88%; }
  .testimonial-quote { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; }
  .carousel-controls { margin-top: 22px; }
  .faq-grid { gap: 35px; }
  .faq h2 { font-size: 44px; }
  .accordion summary { font-size: 18px; }
  .contact-form { width: 100vw; margin-left: -16px; padding: 26px 16px; }
  .choice-options { grid-template-columns: 1fr; }
  .choice-options label > span { min-height: 64px; }
  .calendar-days button { min-height: 40px; }
  .time-options { grid-template-columns: repeat(2, 1fr); }
  .service-options label:last-child { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 25px 0 96px; }
  .footer-bottom p { margin: 0; }
  .footer-bottom nav { flex-wrap: wrap; gap: 12px 20px; }
  .whatsapp-float { right: 12px; bottom: 12px; width: 52px; height: 52px; }
  .booking-float { position: fixed; z-index: 34; right: 76px; bottom: 12px; left: 12px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 16px; color: var(--white); background: #0065ad; border: 2px solid var(--white); box-shadow: 0 8px 24px rgba(8, 24, 48, .3); font-size: 14px; font-weight: 800; line-height: 1.15; text-align: center; text-decoration: none; }
  .booking-float:hover, .booking-float:focus-visible { color: var(--white); background: #004f8b; }
  .trust-grid p { padding: 0 6px; }
  .trust-grid strong { font-size: 13px; }
  .trust-grid span { font-size: 9.5px; }
}

@media (max-width: 350px) {
  .legal-header .nav-wrap { gap: 7px; }
  .legal-header .brand img { width: 112px; }
  .legal-header .language-switch a { min-width: 30px; padding-inline: 5px; }
  .legal-header .button { width: 104px; min-height: 38px; padding: 5px; font-size: 12px; }
  .legal h1 { font-size: clamp(28px, 10vw, 36px); }
  .trust-grid p { padding: 0 4px; }
  .trust-grid strong { font-size: 12px; }
  .trust-grid span { font-size: 9px; }
}

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