:root {
  --sun: #fff719;
  --navy: #12233b;
  --blue: #2878ff;
  --cyan: #34c8e8;
  --mint: #43d7a0;
  --cream: #f7f8fc;
  --white: #fff;
  --muted: #526174;
  --line: rgba(18, 35, 59, 0.13);
  --shadow: 0 22px 70px rgba(18, 35, 59, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--cream);
  font-family: Inter, ui-rounded, "SF Pro Rounded", "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 20; padding: 12px 18px; background: white; border-radius: 12px; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 247, 25, 0.94);
  border-bottom: 1px solid rgba(18, 35, 59, 0.12);
  backdrop-filter: blur(14px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.12rem; font-weight: 900; text-decoration: none; }
.brand img { width: 50px; height: 56px; object-fit: cover; border-radius: 13px; box-shadow: 0 8px 18px rgba(18,35,59,.16); }
.nav-links { display: flex; align-items: center; gap: 20px; font-weight: 800; font-size: .94rem; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }

.hero {
  overflow: hidden;
  background: var(--sun);
  padding: 76px 0 88px;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -170px;
  top: -190px;
  border: 62px solid rgba(40,120,255,.12);
  border-radius: 50%;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 8px 13px; border: 2px solid var(--navy); border-radius: 999px; font-size: .78rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { max-width: 760px; margin: 22px 0 24px; font-size: clamp(3.5rem, 8vw, 7rem); letter-spacing: -.065em; }
.hero h1 span { color: var(--blue); }
.lead { max-width: 650px; font-size: clamp(1.08rem, 2vw, 1.32rem); font-weight: 650; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 2px solid var(--navy); border-radius: 999px; background: var(--navy); color: white; font-weight: 900; text-decoration: none; box-shadow: 0 8px 0 rgba(18,35,59,.12); transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 11px 0 rgba(18,35,59,.12); }
.button.secondary { background: white; color: var(--navy); }
.phone-card { width: 100%; min-width: 0; background: white; border: 3px solid var(--navy); border-radius: 38px; padding: 18px; transform: rotate(2deg); box-shadow: 18px 22px 0 rgba(40,120,255,.18); }
.map { height: 500px; border-radius: 25px; position: relative; isolation: isolate; overflow: hidden; background: #dfeec9; }
.map::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .82; background: linear-gradient(35deg, transparent 0 18%, #c9e7b1 18% 35%, transparent 35% 72%, #c9e7b1 72%), linear-gradient(110deg, transparent 0 58%, #cfe9b9 58% 77%, transparent 77%); }
.map-road { position: absolute; z-index: -2; height: 34px; background: white; border: 1px solid #cad1d7; box-shadow: 0 0 0 5px rgba(255,255,255,.42); border-radius: 999px; }
.road-one { width: 145%; left: -22%; top: 18%; transform: rotate(18deg); }
.road-two { width: 130%; left: -15%; top: 53%; transform: rotate(-22deg); }
.road-three { width: 105%; left: 20%; top: 34%; transform: rotate(78deg); }
.road-four { width: 85%; left: -22%; top: 72%; transform: rotate(63deg); }
.map-label { position: absolute; z-index: -1; padding: 3px 8px; color: #698060; background: rgba(255,255,255,.7); border-radius: 7px; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.label-one { left: 8%; top: 34%; }.label-two { right: 8%; top: 15%; }
.user-dot { position: absolute; z-index: 2; left: 31%; top: 58%; width: 24px; height: 24px; border: 5px solid white; border-radius: 50%; background: var(--blue); box-shadow: 0 3px 12px rgba(18,35,59,.3), 0 0 0 8px rgba(40,120,255,.18); }
.pin { position: absolute; width: 58px; height: 58px; border-radius: 50% 50% 50% 8px; background: var(--blue); border: 4px solid white; transform: rotate(-45deg); box-shadow: 0 10px 22px rgba(18,35,59,.2); }
.pin::after { content: "WC"; position: absolute; inset: 8px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--navy); font-size: 12px; font-weight: 950; transform: rotate(45deg); }
.pin.one { left: 30%; top: 18%; }.pin.two { right: 15%; top: 47%; background: var(--mint); }.pin.three { left: 18%; bottom: 12%; background: var(--cyan); }
.urgency { position: absolute; left: 18px; right: 18px; bottom: 18px; background: white; border: 2px solid var(--navy); border-radius: 22px; padding: 15px 17px; box-shadow: 0 10px 28px rgba(18,35,59,.14); }
.urgency strong { display: flex; justify-content: space-between; font-size: .9rem; }
.urgency-bar { height: 12px; margin-top: 10px; border-radius: 99px; background: linear-gradient(90deg, var(--mint), var(--sun), #ff6b6b); }

.section { padding: 90px 0; }
.section.yellow { background: var(--sun); }
.section h2 { max-width: 760px; margin-bottom: 20px; font-size: clamp(2.25rem, 5vw, 4.25rem); letter-spacing: -.045em; }
.section-intro { max-width: 720px; margin-bottom: 42px; color: var(--muted); font-size: 1.1rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 35px rgba(18,35,59,.06); }
.card .number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: var(--sun); border: 2px solid var(--navy); font-weight: 950; }
.card h3 { margin: 22px 0 10px; font-size: 1.35rem; }
.card p { margin: 0; color: var(--muted); }
.trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.trust-card { display: flex; gap: 18px; padding: 26px; background: var(--navy); color: white; border-radius: var(--radius); }
.trust-icon { flex: 0 0 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: var(--mint); color: var(--navy); font-weight: 950; }
.trust-card p { margin: 4px 0 0; color: rgba(255,255,255,.75); }

.legal-hero { padding: 70px 0 52px; background: var(--sun); }
.legal-hero h1 { margin-bottom: 18px; font-size: clamp(2.8rem, 7vw, 5.5rem); }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 54px; align-items: start; padding: 64px 0 96px; }
.toc { position: sticky; top: 106px; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.toc strong { display: block; margin-bottom: 10px; }
.toc a { display: block; padding: 6px 0; color: var(--muted); font-size: .9rem; text-decoration: none; }
.toc a:hover { color: var(--blue); }
.legal-content h2 { margin: 2.6em 0 .7em; font-size: 1.75rem; letter-spacing: -.02em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin-top: 1.8em; }
.legal-content p, .legal-content li { color: #34445a; }
.legal-content li + li { margin-top: 8px; }
.notice { padding: 22px; background: #eaf2ff; border-left: 5px solid var(--blue); border-radius: 16px; }
.danger-notice { background: #fff0f0; border-color: #ff6b6b; }
.contact-box { margin-top: 30px; padding: 28px; background: var(--sun); border: 2px solid var(--navy); border-radius: var(--radius); }
.contact-box h2 { margin-top: 0; }

.site-footer { padding: 46px 0; background: var(--navy); color: white; }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a, .privacy-settings { color: rgba(255,255,255,.8); }
.privacy-settings { padding: 0; border: 0; background: transparent; font: inherit; text-decoration: underline; cursor: pointer; }
.privacy-settings:hover, .privacy-settings:focus-visible { color: white; }
.inline-settings { padding: 0; border: 0; background: transparent; color: var(--blue); font: inherit; text-decoration: underline; cursor: pointer; }
.small { font-size: .86rem; color: var(--muted); }
.site-footer .small { color: rgba(255,255,255,.58); }

.consent-banner { position: fixed; z-index: 1000; right: 18px; bottom: 18px; left: 18px; padding: 20px; background: white; border: 2px solid var(--navy); border-radius: 22px; box-shadow: 0 16px 50px rgba(18,35,59,.28); }
.consent-banner[hidden] { display: none; }
.consent-inner { width: min(100%, 1120px); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.consent-inner p { max-width: 720px; margin: 6px 0 0; color: var(--muted); }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }
.consent-button { min-height: 46px; padding: 0 18px; border: 2px solid var(--navy); border-radius: 999px; background: white; color: var(--navy); font: inherit; font-weight: 900; cursor: pointer; }
.consent-accept { background: var(--navy); color: white; }
.consent-button:hover, .consent-button:focus-visible { outline: 3px solid var(--sun); outline-offset: 2px; }

@media (max-width: 820px) {
  .nav-links a:not(.nav-important) { display: none; }
  .hero { padding-top: 54px; }
  .hero-grid, .grid-3, .trust-row, .legal-layout { grid-template-columns: 1fr; }
  .phone-card { max-width: 520px; margin: 0 auto; }
  .toc { position: static; }
  .legal-layout { gap: 26px; }
  .consent-inner { align-items: stretch; flex-direction: column; gap: 16px; }
}
@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .brand span { display: none; }
  h1 { font-size: 3.55rem; }
  .phone-card { padding: 12px; border-radius: 30px; transform: none; box-shadow: 10px 14px 0 rgba(40,120,255,.18); }
  .map { height: 430px; border-radius: 20px; }
  .section { padding: 68px 0; }
  .footer-grid { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
