
:root {
  --navy: #0d3152;
  --navy-2: #133f69;
  --ice: #eff8ff;
  --ice-2: #dff3ff;
  --sky: #62d2ff;
  --sky-2: #90e0ff;
  --text: #163047;
  --muted: #6b7b8d;
  --white: #ffffff;
  --line: rgba(13, 49, 82, 0.10);
  --shadow: 0 20px 60px rgba(13, 49, 82, 0.12);
  --radius-xl: 30px;
  --radius-lg: 22px;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(98, 210, 255, 0.10), transparent 24%),
    linear-gradient(180deg, #fbfeff 0%, #ffffff 100%);
}
a { color: inherit; text-decoration: none; }
.premium-nav {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 8px 30px rgba(13, 49, 82, 0.05);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand-logo, .footer-logo { width: 42px; height: 42px; object-fit: contain; }
.brand-text { font-weight: 900; letter-spacing: -.03em; color: var(--navy); font-size: 1.1rem; }
.nav-link { color: var(--text); font-weight: 600; }
.nav-link:hover { color: var(--navy); }
.btn-brand {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #fff; border: 0; border-radius: 16px; padding: .9rem 1.25rem; font-weight: 700;
  box-shadow: 0 14px 28px rgba(13, 49, 82, 0.18);
}
.btn-brand:hover, .btn-brand:focus { color: #fff; transform: translateY(-1px); }
.btn-outline-brand {
  border: 1px solid rgba(13, 49, 82, 0.16); color: var(--navy); background: rgba(255,255,255,.75);
  border-radius: 16px; padding: .9rem 1.25rem; font-weight: 700;
}
.hero-premium { padding: 9rem 0 5rem; position: relative; overflow: hidden; }
.hero-premium::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(98, 210, 255, .28), rgba(98, 210, 255, 0));
  top: -180px; right: -120px;
}
.eyebrow, .section-kicker, .kicker-dark {
  display: inline-flex; align-items: center; padding: .5rem .85rem; border-radius: 999px;
  font-size: .9rem; font-weight: 700; letter-spacing: .02em;
}
.eyebrow, .section-kicker { background: rgba(98, 210, 255, .16); color: var(--navy); }
.kicker-dark { background: rgba(255,255,255,.10); color: #fff; }
.hero-premium h1 {
  font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1.03; font-weight: 900;
  letter-spacing: -.04em; margin: 1rem 0 1.2rem; max-width: 740px;
}
.hero-lead { font-size: 1.08rem; color: var(--muted); max-width: 680px; margin-bottom: 1.7rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 1.3rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .7rem; }
.hero-badges span {
  padding: .72rem 1rem; background: rgba(255,255,255,.86); border: 1px solid var(--line);
  border-radius: 999px; box-shadow: 0 10px 24px rgba(13,49,82,.06); font-weight: 600; color: var(--navy);
}
.hero-visual-card {
  position: relative; background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%);
  border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); padding: 2rem;
}
.hero-image { width: 100%; border-radius: 24px; display: block; }
.hero-overlay-card {
  position: absolute; left: 2rem; right: 2rem; bottom: 2rem; background: rgba(255,255,255,.90);
  backdrop-filter: blur(12px); border: 1px solid rgba(13,49,82,.08); border-radius: 22px;
  padding: 1rem 1.1rem; box-shadow: 0 16px 40px rgba(13,49,82,.10);
}
.mini-label { font-size: .75rem; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .4rem; }
.mini-title { font-weight: 800; font-size: 1.15rem; margin-bottom: .2rem; }
.mini-text { color: var(--muted); font-size: .95rem; }
.metrics-section { margin-top: -1rem; margin-bottom: 1rem; }
.metric-card {
  height: 100%; background: linear-gradient(180deg, #112f4c, #0d3152); color: #fff;
  border-radius: 24px; padding: 1.35rem 1rem; text-align: center; box-shadow: var(--shadow);
}
.metric-value { font-weight: 900; font-size: 1.85rem; line-height: 1; margin-bottom: .35rem; }
.metric-text { color: rgba(255,255,255,.78); font-size: .98rem; }
.section-space { padding: 5.6rem 0; }
.section-soft { background: linear-gradient(180deg, #f7fcff 0%, #eef8ff 100%); }
.section-dark { background: linear-gradient(135deg, #0d3152 0%, #153f66 100%); }
.section-heading { max-width: 820px; margin: 0 auto 3rem; }
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 900; letter-spacing: -.03em;
  margin: .9rem 0 1rem; color: var(--navy);
}
.section-heading p { color: var(--muted); font-size: 1.04rem; }
.premium-card, .reason-card, .gdpr-box, .contact-shell { border: 1px solid var(--line); box-shadow: var(--shadow); }
.premium-card, .reason-card {
  background: rgba(255,255,255,.96); border-radius: var(--radius-lg); padding: 1.5rem; height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.premium-card:hover, .reason-card:hover { transform: translateY(-6px); }
.service-image {
  width: 100%; height: 180px; object-fit: cover; border-radius: 18px; margin-bottom: 1.1rem;
  background: linear-gradient(180deg, #eef9ff, #dff3ff);
}
.premium-card h3, .reason-card h3 {
  font-size: 1.15rem; font-weight: 800; color: var(--navy); margin-bottom: .6rem;
}
.premium-card p, .reason-card p { color: var(--muted); margin-bottom: 0; }
.area-image, .contact-visual {
  width: 100%; border-radius: 26px; box-shadow: var(--shadow); border: 1px solid var(--line); background: #fff;
}
.area-points { display: grid; gap: .9rem; }
.area-point {
  padding: 1rem 1.1rem; background: rgba(255,255,255,.8); border: 1px solid var(--line);
  border-radius: 18px; font-weight: 600; color: var(--navy);
}
.contact-shell { overflow: hidden; border-radius: 30px; background: rgba(255,255,255,.92); }
.contact-panel { height: 100%; padding: 2rem; background: linear-gradient(180deg, #103a5f 0%, #0d3152 100%); color: #fff; }
.contact-list { display: grid; gap: 1rem; margin-top: 1.3rem; }
.contact-item {
  display: flex; gap: .95rem; align-items: flex-start; padding: 1rem; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08); border-radius: 20px;
}
.contact-icon {
  width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 14px; background: rgba(255,255,255,.12); font-size: 1.15rem; font-weight: 800;
}
.contact-label { font-size: .84rem; color: rgba(255,255,255,.72); margin-bottom: .2rem; }
.contact-value { color: #fff; font-weight: 700; }
.contact-value.static { color: #fff; }
.form-panel { padding: 2rem; background: #fff; height: 100%; }
.form-label { font-weight: 700; color: var(--navy); }
.form-control, .form-select {
  border-radius: 16px; border: 1px solid rgba(13,49,82,.14); padding: .95rem 1rem;
}
.form-control:focus, .form-select:focus {
  border-color: rgba(13,49,82,.40); box-shadow: 0 0 0 .25rem rgba(98,210,255,.22);
}
.form-note { font-size: .94rem; color: var(--muted); }
.gdpr-box { background: #fff; border-radius: 28px; padding: 2rem; }
.gdpr-box h3 { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-top: 1.5rem; }
.gdpr-box h3:first-child { margin-top: 0; }
.gdpr-box p, .gdpr-box li { color: var(--muted); }
.site-footer { padding: 2.2rem 0; border-top: 1px solid var(--line); background: #fff; }
.footer-brand { display: inline-flex; align-items: center; gap: .9rem; }
.footer-title { font-weight: 900; color: var(--navy); }
.footer-subtitle, .footer-copy { color: var(--muted); }
@media (max-width: 991.98px) {
  .hero-premium { padding-top: 7.6rem; }
  .hero-overlay-card { position: static; margin-top: 1rem; }
  .contact-panel, .form-panel { padding: 1.5rem; }
}
