:root {
  --blue-950: #030936;
  --blue-900: #07175a;
  --blue-850: #0d1b5f;
  --blue-800: #092b82;
  --blue-700: #0b4ab8;
  --blue-600: #1175d1;
  --blue-500: #1d9bf0;
  --blue-100: #e9f6ff;
  --blue-50: #f4fbff;
  --ink: #102033;
  --muted: #5c6b7a;
  --line: #d9e8f4;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(7, 23, 90, 0.14);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f7fcff 0%, #ffffff 38%, #f3f9ff 100%);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: var(--white);
  color: var(--blue-900);
  padding: 10px 14px;
  border-radius: 12px;
  z-index: 20;
}
.skip-link:focus { left: 10px; }
.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;
}

.container { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.narrow { max-width: 820px; }
.section-pad { padding: 86px 0; }
.soft { background: linear-gradient(180deg, var(--blue-50), #ffffff); }
.center { text-align: center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 252, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217, 232, 244, 0.85);
}
.nav {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 142px; height: 54px; object-fit: contain; object-position: center; border-radius: 12px; }
.nav-menu { display: flex; align-items: center; gap: 22px; color: #24364a; font-weight: 650; }
.nav-menu a { padding: 8px 0; border-bottom: 2px solid transparent; }
.nav-menu a:hover { color: var(--blue-700); border-bottom-color: var(--blue-500); }
.nav-menu-legal { margin-left: auto; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--blue-900); border-radius: 999px; }
.lang-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(7, 23, 90, 0.05);
  flex: 0 0 auto;
}
.lang-switch button {
  border: 0;
  background: transparent;
  color: var(--blue-900);
  font-weight: 900;
  font-size: 0.78rem;
  border-radius: 999px;
  padding: 7px 9px;
  cursor: pointer;
}
.lang-switch button.is-active { background: var(--blue-900); color: var(--white); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 10%, rgba(29, 155, 240, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(3, 9, 54, 0.98), rgba(7, 23, 90, 0.94) 58%, rgba(244, 251, 255, 0.82) 58.2%, rgba(244, 251, 255, 0.96));
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 52px;
  align-items: center;
}
.hero-copy { color: var(--white); text-shadow: 0 2px 18px rgba(0,0,0,0.28); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-500);
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-copy .eyebrow, .price-hero .eyebrow, .contact-section .eyebrow { color: #7fd5ff; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 650px;
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 7vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.lead {
  max-width: 560px;
  margin-bottom: 34px;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  color: rgba(255,255,255,0.86);
}
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--blue-500), var(--blue-700)); color: var(--white); box-shadow: 0 12px 28px rgba(29, 155, 240, 0.28); text-shadow: none; }
.btn-secondary { background: rgba(255,255,255,0.94); color: var(--blue-900); border-color: rgba(255,255,255,0.7); text-shadow: none; }
.btn-light { background: var(--white); color: var(--blue-950); border-color: rgba(255,255,255,0.5); }
.btn-ghost { color: var(--white); background: rgba(255,255,255,0.11); border-color: rgba(255,255,255,0.22); }
.btn-link { color: var(--blue-800); background: transparent; padding-inline: 4px; }
.btn-small { min-height: 38px; padding: 9px 14px; background: var(--blue-900); color: white; }
.btn-muted { background: var(--blue-100); color: var(--blue-900); box-shadow: none; }
.hero-media {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--blue-950);
  border: 1px solid rgba(255,255,255,0.35);
}
.hero-media img { width: 100%; height: min(48vw, 390px); object-fit: cover; object-position: center; }

.trust-strip {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-items {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--blue-900);
  font-weight: 800;
}
.trust-items span { padding: 7px 12px; border-radius: 999px; background: var(--blue-50); border: 1px solid var(--line); }

.section-head { max-width: 720px; margin-bottom: 34px; }
.section-head h2 {
  margin-bottom: 14px;
  color: var(--blue-950);
  font-size: clamp(2rem, 4.8vw, 3.5rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}
.section-head p { color: var(--muted); font-size: 1.07rem; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.service-card img { width: 100%; height: 315px; object-fit: cover; object-position: center; }
.service-card-wide { grid-column: 1 / -1; }
.service-card-wide img { height: 360px; }
.service-body { padding: 24px; }
.service-body h3, .price-card h3, .process-grid h3 { margin-bottom: 8px; color: var(--blue-950); font-size: 1.35rem; line-height: 1.18; }
.service-body p, .price-card p, .process-grid p { margin-bottom: 0; color: var(--muted); }

.price-hero {
  background:
    radial-gradient(circle at 10% 15%, rgba(29, 155, 240, 0.15), transparent 30%),
    linear-gradient(135deg, var(--blue-950), var(--blue-850) 58%, #104e72 100%);
  color: var(--white);
}
.price-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 58px;
  align-items: center;
}
.price-copy h2 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 5.4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}
.price-copy p { color: rgba(255,255,255,0.88); max-width: 680px; }
.price-lead { font-size: 1.1rem; margin-bottom: 24px; }
.price-copy .btn { margin-top: 18px; }
.price-panel {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  background: rgba(255,255,255,0.13);
  box-shadow: 0 24px 70px rgba(0,0,0,0.2);
  padding: clamp(26px, 4vw, 36px);
  backdrop-filter: blur(12px);
}
.panel-label {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.84);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.price-panel strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: clamp(2.6rem, 7vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.price-panel span { color: rgba(255,255,255,0.9); }
.price-panel ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.price-panel li {
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  background: rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.94);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.price-card {
  min-height: 248px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 12px 32px rgba(7, 23, 90, 0.08);
}
.price-card.highlight { border-color: rgba(29, 155, 240, 0.55); box-shadow: var(--shadow); }
.price-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--blue-700);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.72rem;
}
.price-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-950);
  font-size: 2.55rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.note-box {
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--muted);
}
.note-box p { margin: 0; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.process-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(7, 23, 90, 0.06);
}
.process-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--blue-600);
  font-weight: 900;
  font-size: 0.85rem;
}

.faq-list { display: grid; gap: 12px; }
details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(7, 23, 90, 0.06);
}
summary { cursor: pointer; color: var(--blue-950); font-weight: 850; }
details p { margin: 12px 0 0; color: var(--muted); }

.contact-section {
  background:
    radial-gradient(circle at 12% 25%, rgba(29, 155, 240, 0.18), transparent 28%),
    linear-gradient(135deg, var(--blue-950), var(--blue-850) 58%, #104e72 100%);
  color: var(--white);
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: start;
}
.contact-grid h2 {
  font-size: clamp(2rem, 4.8vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}
.contact-grid p { color: rgba(255,255,255,0.78); }
.contact-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.contact-card label { display: grid; gap: 6px; font-weight: 750; color: var(--blue-950); }
.contact-card input, .contact-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  background: var(--blue-50);
  color: var(--ink);
  outline: none;
}
.contact-card input:focus, .contact-card textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(29, 155, 240, 0.16); }
.form-note { margin: 0; color: var(--muted) !important; font-size: 0.86rem; }

.footer {
  background: var(--blue-950);
  color: rgba(255,255,255,0.78);
  padding: 30px 0;
}
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer p { margin: 0; }
.footer-brand { color: white; font-weight: 900; margin-bottom: 4px !important; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.footer-links a, .footer-button { color: rgba(255,255,255,0.9); border-bottom: 1px solid transparent; }
.footer-links a:hover, .footer-button:hover { border-bottom-color: rgba(255,255,255,0.7); }
.footer-button { border: 0; background: transparent; padding: 0; cursor: pointer; }

.cookie-box {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: min(520px, calc(100% - 36px));
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  z-index: 40;
}
.cookie-title { margin: 0 0 6px; color: var(--blue-950); font-weight: 900; }
.cookie-text { margin: 0; color: var(--muted); font-size: 0.92rem; }
.cookie-options { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 12px; color: var(--blue-950); font-weight: 750; }
.cookie-options label { display: inline-flex; gap: 7px; align-items: center; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }

.legal-main { padding: 60px 0 90px; }
.legal-card {
  max-width: 920px;
  margin: 0 auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 5vw, 48px);
  box-shadow: var(--shadow);
}
.legal-card h1 { color: var(--blue-950); font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1; letter-spacing: -0.04em; }
.legal-card h2 { color: var(--blue-900); margin-top: 28px; margin-bottom: 8px; }
.legal-card p, .legal-card li { color: var(--muted); }
.back-link { display: inline-flex; margin-bottom: 24px; color: var(--blue-700); font-weight: 850; }
[hidden] { display: none !important; }

@media (max-width: 1040px) {
  .process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .section-pad { padding: 64px 0; }
  .hero { min-height: unset; }
  .hero-bg { background: linear-gradient(180deg, var(--blue-950), var(--blue-900) 63%, var(--blue-50) 63.2%, var(--blue-50)); }
  .hero-grid, .contact-grid, .price-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 10px; }
  .hero-media img { height: auto; }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .nav { min-height: 76px; gap: 10px; }
  .nav-toggle { display: inline-block; }
  .nav-menu:not(.nav-menu-legal) {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
    box-shadow: var(--shadow);
  }
  .nav-menu.is-open { display: flex !important; }
  .nav-menu-legal { display: none; }
  .brand img { width: 116px; }
  .lang-switch button { padding: 7px 8px; }
  .service-grid, .price-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card-wide { grid-column: auto; }
  .service-card img, .service-card-wide img { height: 245px; }
  .hero-actions, .contact-actions { align-items: stretch; }
  .hero-actions .btn, .contact-actions .btn { width: 100%; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .btn { flex: 1 1 auto; }
}

@media (max-width: 480px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .section-pad { padding: 54px 0; }
  .trust-items { justify-content: flex-start; padding: 14px 0; }
  .hero-copy .lead { font-size: 1rem; }
  .price-panel strong { font-size: 2.6rem; }
  .contact-card { padding: 18px; }
}
