:root {
  --navy: #07182D;
  --petrol: #008E95;
  --petrol-soft: #DDF4F3;
  --white: #FFFFFF;
  --bg: #F5F7F8;
  --text: #263238;
  --muted: #61717A;
  --line: #D9E1E4;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 20px 50px rgba(7, 24, 45, 0.10);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Manrope, 'DM Sans', system-ui, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbfcfc, var(--bg));
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: 8px; top: -40px; background: var(--navy); color: #fff; padding: 10px 14px; z-index: 100; }
.skip-link:focus { top: 8px; }
.topbar { background: var(--white); border-bottom: 1px solid var(--line); }
.topbar-row { min-height: 46px; display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; justify-content: space-between; font-size: .95rem; color: var(--muted); padding: 8px 0; }
.topbar-meta, .topbar-actions { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; }
.topbar a.contact-link { color: var(--petrol); font-weight: 700; }
.status-pill { display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px; border-radius: 999px; background: var(--petrol-soft); color: var(--navy); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 70; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); box-shadow: 0 8px 26px rgba(7,24,45,.04); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; }
.branding { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(180deg, var(--petrol), #0a6f7a); display: grid; place-items: center; color: #fff; font-weight: 800; }
.brand-copy strong { display: block; color: var(--navy); font-size: 1.35rem; letter-spacing: -.03em; }
.brand-copy span { display: block; color: var(--muted); font-size: .95rem; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { padding: 12px 14px; border-radius: 12px; color: var(--navy); font-weight: 650; }
.main-nav a:hover, .main-nav a.is-active, .lang-switch a.is-active { background: rgba(0, 142, 149, .10); color: var(--petrol); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: flex; align-items: center; gap: 4px; padding: 4px; background: var(--bg); border-radius: 999px; }
.lang-switch a { min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 800; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 18px; border-radius: 14px; border: 1px solid transparent; font-weight: 800; letter-spacing: -.01em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-primary { background: linear-gradient(180deg, #05959d, #007980); color: #fff; }
.btn-secondary { background: #fff; border-color: var(--line); color: var(--navy); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.2); }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; border: 1px solid var(--line); background: #fff; border-radius: 14px; }
.hero { padding: 30px 0 24px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); gap: 22px; align-items: stretch; }
.hero-card { position: relative; min-height: 610px; border-radius: 28px; overflow: hidden; color: #fff; background: linear-gradient(135deg, rgba(7,24,45,.93), rgba(0,142,149,.78)), url('/assets/placeholders/hero-technician.svg') center/cover no-repeat; box-shadow: var(--shadow); }
.hero-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,24,45,.72) 0%, rgba(7,24,45,.35) 45%, rgba(7,24,45,.12) 100%); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: 16px; height: 100%; padding: 48px; }
.hero-kicker { display: inline-flex; align-items: center; width: fit-content; min-height: 36px; padding: 0 14px; border-radius: 999px; background: rgba(221,244,243,.18); border: 1px solid rgba(255,255,255,.18); font-weight: 750; }
.hero h1 { margin: 0; font-size: clamp(2.55rem, 5vw, 4.8rem); line-height: .96; letter-spacing: -.05em; max-width: 12ch; }
.hero p.lead { margin: 0; max-width: 36rem; font-size: 1.12rem; line-height: 1.7; color: rgba(255,255,255,.92); }
.hero-slogan { font-weight: 800; font-size: 1.02rem; letter-spacing: .02em; text-transform: uppercase; color: #DDF4F3; }
.hero-actions, .cta-actions, .card-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.92); font-weight: 650; }
.hero-note::before { content: '•'; color: #8de8e2; font-size: 1.4rem; }
.hero-side { display: grid; gap: 18px; }
.info-card, .contact-card, .benefit-card, .service-card, .faq-card, .legal-card, .gallery-card, .cta-panel, .map-card, .step-card, .contact-panel, .form-card, .placeholder-card, .schema-card, .crumb-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.info-card, .contact-card, .cta-panel, .map-card, .step-card, .contact-panel, .form-card, .legal-card { padding: 24px; }
.info-card h2, .contact-card h2, .form-card h2, .map-card h2, .section-head h2, .cta-panel h2, .content-block h2 { margin: 0 0 12px; color: var(--navy); letter-spacing: -.04em; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.info-list, .trust-list, .contact-list, .benefit-list, .bullet-list, .hours-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.info-list li, .trust-item, .hours-list li { display: flex; align-items: flex-start; gap: 12px; }
.icon-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--petrol); margin-top: .4rem; flex: 0 0 auto; }
.section { padding: 34px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.kicker { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border-radius: 999px; background: var(--petrol-soft); color: var(--navy); font-weight: 750; margin-bottom: 12px; }
.section-intro { max-width: 48rem; color: var(--muted); }
.trust-bar { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.trust-item { min-height: 100%; padding: 18px; border-radius: 20px; background: linear-gradient(180deg, #fff, #f8fbfb); border: 1px solid var(--line); box-shadow: var(--shadow); }
.trust-item strong { display: block; color: var(--navy); font-size: 1.2rem; }
.trust-item span { color: var(--muted); font-size: .96rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { overflow: hidden; }
.service-media { aspect-ratio: 16/11; background: linear-gradient(135deg, #eff8f8, #dff3f2); }
.service-media img, .gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.service-body { padding: 20px; }
.service-card h3, .benefit-card h3, .faq-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.28rem; letter-spacing: -.03em; }
.service-card p, .benefit-card p, .faq-card p, .content-block p, .cta-panel p, .map-card p, .contact-panel p, .legal-card p, .crumb-card p { margin: 0 0 14px; color: var(--muted); line-height: 1.7; }
.benefits-grid, .faq-grid, .steps-grid, .gallery-grid, .legal-grid, .contact-grid, .content-grid, .schema-grid { display: grid; gap: 18px; }
.benefits-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.benefit-card, .faq-card, .gallery-card, .placeholder-card, .crumb-card { padding: 22px; }
.cta-band { background: linear-gradient(135deg, var(--navy), #0d3b63); color: #fff; border-radius: 28px; padding: 34px; box-shadow: var(--shadow); }
.cta-band p { color: rgba(255,255,255,.86); }
.content-grid { grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr); }
.content-block, .side-stack { display: grid; gap: 18px; }
.side-stack { align-content: start; }
.breadcrumbs { margin: 18px 0 0; color: var(--muted); font-size: .95rem; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.breadcrumbs li + li::before { content: '/'; margin-right: 8px; color: #9aa7ad; }
.map-placeholder { position: relative; min-height: 320px; border-radius: 22px; overflow: hidden; background: linear-gradient(180deg, #eff8f8, #d9f0ef); display: grid; place-items: center; }
.map-placeholder::before { content: ''; position: absolute; inset: 0; background: url('/assets/placeholders/map-route.svg') center/cover no-repeat; opacity: .95; }
.map-overlay { position: relative; z-index: 1; background: rgba(255,255,255,.92); padding: 18px; border-radius: 18px; max-width: 360px; box-shadow: var(--shadow); }
.gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-card { overflow: hidden; }
.gallery-caption { padding: 16px 18px; color: var(--muted); }
.contact-grid { grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
label.field { display: grid; gap: 8px; font-weight: 700; color: var(--navy); }
input, textarea, select { min-height: 54px; border-radius: 14px; border: 1px solid #cfd9de; padding: 0 16px; background: #fff; color: var(--text); }
textarea { min-height: 144px; padding: 14px 16px; resize: vertical; }
input:focus, textarea:focus, select:focus, .btn:focus, .menu-toggle:focus, a:focus { outline: 3px solid rgba(0,142,149,.25); outline-offset: 2px; }
.form-help, .status-message { font-size: .95rem; color: var(--muted); }
.status-message.is-success { color: #0a6b31; }
.status-message.is-error { color: #a5252e; }
.checkbox-row { display: flex; gap: 12px; align-items: flex-start; }
.checkbox-row input { min-height: 18px; width: 18px; margin-top: 3px; }
.floating-actions { position: fixed; right: 16px; bottom: 16px; display: grid; gap: 12px; z-index: 80; }
.float-btn { min-width: 170px; min-height: 54px; border-radius: 999px; padding: 0 20px; box-shadow: var(--shadow); background: var(--navy); color: #fff; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.float-btn.secondary { background: linear-gradient(180deg, #05959d, #007980); }
.mobile-actionbar { display: none; position: fixed; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,.98); border-top: 1px solid var(--line); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); z-index: 90; }
.mobile-actionbar .bar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 95; background: rgba(7,24,45,.97); color: #fff; border-radius: 24px; padding: 22px; box-shadow: var(--shadow); display: none; }
.cookie-banner.show { display: block; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.site-footer { background: var(--navy); color: rgba(255,255,255,.88); margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr .9fr; gap: 24px; padding: 36px 0; }
.site-footer h3 { color: #fff; margin: 0 0 12px; }
.footer-links, .footer-list { display: grid; gap: 10px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); padding: 14px 0 24px; color: rgba(255,255,255,.72); font-size: .94rem; }
.fade-in { opacity: 1; transform: none; transition: opacity .5s ease, transform .5s ease; }
.fade-in.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fade-in, .btn { transition: none !important; }
}
@media (max-width: 1120px) {
  .hero-grid, .content-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-bar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .benefits-grid, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .topbar-row { justify-content: flex-start; }
  .header-row { min-height: 74px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .main-nav-wrap { position: absolute; left: 0; right: 0; top: 100%; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); display: none; }
  .main-nav-wrap.open { display: block; }
  .main-nav { flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 18px; }
  .main-nav a { padding: 14px 12px; }
  .header-actions .lang-switch, .header-actions .desktop-cta { display: none; }
  .hero-card { min-height: 540px; }
  .hero-content { padding: 30px; }
  .trust-bar, .services-grid, .benefits-grid, .gallery-grid, .form-grid, .footer-grid, .legal-grid, .faq-grid, .schema-grid { grid-template-columns: 1fr; }
  .floating-actions { display: none; }
  .mobile-actionbar { display: block; }
  body.has-mobile-bar { padding-bottom: 92px; }
}
