﻿:root {
  --bg: #f4f9ff;
  --bg-alt: #ffffff;
  --text: #0d2240;
  --muted: #4f6686;
  --primary: #0d4e9b;
  --primary-strong: #063678;
  --sky: #40baf7;
  --line: #d6e7ff;
  --radius: 20px;
  --shadow: 0 18px 45px rgba(13, 78, 155, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #eef6ff 0%, #f8fcff 38%, #ffffff 100%);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 82px 0;
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 38px;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.2;
  font-family: "Sora", sans-serif;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 16px;
}

h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  margin-bottom: 12px;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

p {
  margin-top: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #d8ecff;
  color: #0d4387;
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 0.85rem;
  margin-bottom: 14px;
}

.lead {
  color: var(--muted);
  font-size: 1.1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(145deg, var(--primary), var(--primary-strong));
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 12px 22px;
  border: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 25px rgba(13, 78, 155, 0.3);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(13, 78, 155, 0.32);
}

.btn-outline {
  background: #fff;
  color: var(--primary);
  border: 1px solid #b8d7ff;
  box-shadow: none;
}

.btn-outline:hover {
  box-shadow: 0 10px 24px rgba(13, 78, 155, 0.12);
}

.btn-small {
  padding: 10px 16px;
  font-size: 0.92rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
  background: rgba(248, 252, 255, 0.84);
  border-bottom: 1px solid rgba(13, 78, 155, 0.09);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 16px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.logo strong {
  display: block;
  font-family: "Sora", sans-serif;
  line-height: 1;
  font-size: 1rem;
}

.logo small {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-family: "Sora", sans-serif;
  background: linear-gradient(145deg, var(--primary), #1990d2);
  flex-shrink: 0;
}

.menu {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  color: #27476f;
}

.menu a:hover {
  color: var(--primary);
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  padding: 4px;
}

.menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #123965;
  margin: 5px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 34px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.trust-list {
  list-style: none;
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 26px 0 0;
  color: #1a4d84;
  font-weight: 700;
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.trust-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--sky);
  box-shadow: 0 0 0 5px #dff3ff;
}

.hero-media {
  position: relative;
  z-index: 2;
}

.hero-card {
  border-radius: 34px;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, #d7f0ff 0%, #8ed0ff 54%, #5baef0 100%);
  padding: 22px;
  box-shadow: var(--shadow);
}

.hero-card img {
  width: min(460px, 100%);
  margin: 0 auto;
}

.hero-stamp {
  position: absolute;
  left: 12px;
  bottom: -18px;
  max-width: 280px;
  border-radius: 16px;
  padding: 14px 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(13, 78, 155, 0.16);
  border: 1px solid #d9ebff;
}

.hero-stamp strong {
  display: block;
  font-size: 0.96rem;
  margin-bottom: 5px;
  font-family: "Sora", sans-serif;
}

.hero-stamp p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-shape {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(64, 186, 247, 0.34) 0%, rgba(64, 186, 247, 0.04) 65%, rgba(64, 186, 247, 0) 100%);
  right: -120px;
  top: -180px;
  z-index: 1;
}

.grid-3 {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-soft article,
.service-cards article,
.benefits-grid article {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 9px 24px rgba(13, 78, 155, 0.08);
}

.cards-soft p,
.service-cards p,
.benefits-grid p {
  color: var(--muted);
  margin-bottom: 0;
}

.about {
  background: linear-gradient(180deg, #f3f9ff 0%, #ffffff 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: 28px;
}

.about-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy p {
  color: var(--muted);
}

.about-copy #about-paragraphs p {
  margin-bottom: 13px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.journey {
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.journey-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 10px 22px rgba(13, 78, 155, 0.08);
}

.journey-grid span {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(150deg, #0d4e9b, #36b6f5);
  margin-bottom: 12px;
  font-family: "Sora", sans-serif;
}

.journey-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.social-link {
  border-radius: 999px;
  border: 1px solid #b8d7ff;
  padding: 11px 18px;
  font-weight: 800;
  color: #0d4e9b;
}

.social-link:hover {
  background: #eff6ff;
}

.alerts-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 26px;
  align-items: center;
}

.alerts ul {
  margin: 20px 0 20px;
  padding-left: 20px;
  color: #1f4570;
  font-weight: 700;
}

.alerts-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.alerts-gallery img {
  border-radius: 18px;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(13, 78, 155, 0.14);
}

.benefits {
  background: #f6fbff;
}

.mosaic {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 12px;
}

.mosaic img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(13, 78, 155, 0.12);
}

.mosaic img:first-child {
  grid-row: 1 / span 2;
}

.faq {
  background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.1fr;
  gap: 24px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 8px 22px rgba(13, 78, 155, 0.07);
}

.faq-list summary {
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.faq-list p {
  color: var(--muted);
  margin: 10px 0 4px;
}

.contact {
  padding-top: 88px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: center;
}

.contact-list {
  margin: 22px 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  color: #21456f;
}

.contact-list a {
  color: var(--primary);
  font-weight: 800;
}

.contact-card {
  background: linear-gradient(155deg, #e8f4ff 0%, #ffffff 80%);
  border-radius: 24px;
  border: 1px solid var(--line);
  padding: 26px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  gap: 18px;
}

.contact-card img {
  width: 100%;
  height: auto;
}

.contact-side {
  display: grid;
  gap: 14px;
}

.map-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 22px rgba(13, 78, 155, 0.08);
}

.map-card h3 {
  margin-bottom: 4px;
}

.map-card p {
  color: var(--muted);
  margin-bottom: 12px;
}

.map-card iframe {
  width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: 14px;
}

.footer {
  border-top: 1px solid #d4e6ff;
  padding: 20px 0;
  color: #3b5c84;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links {
  display: inline-flex;
  gap: 16px;
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-admin-link {
  font-size: 0.72rem;
  opacity: 0.42;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  color: #6f88a8;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.footer-admin-link:hover {
  opacity: 0.8;
  color: var(--primary);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #18c06c;
  color: #fff;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.floating-whatsapp svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.08s;
}

.delay-2 {
  transition-delay: 0.16s;
}

@media (max-width: 1024px) {
  .hero-grid,
  .about-grid,
  .alerts-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-stamp {
    position: static;
    margin-top: 14px;
    max-width: none;
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 220px);
  }

  .mosaic img:first-child {
    grid-row: auto;
  }

  .contact-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-card img {
    max-width: 180px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .menu-btn {
    display: inline-block;
  }

  .menu {
    position: absolute;
    top: 79px;
    left: 4vw;
    right: 4vw;
    background: #fff;
    border: 1px solid #d7e8ff;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(13, 78, 155, 0.18);
    padding: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .menu.open {
    display: flex;
  }

  .menu a {
    padding: 9px 8px;
    border-radius: 10px;
  }

  .menu a:hover {
    background: #edf5ff;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .journey-grid {
    grid-template-columns: 1fr;
  }

  .mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 220px);
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .social-link {
    text-align: center;
    justify-content: center;
  }

  .footer-wrap {
    flex-direction: column;
    text-align: center;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    padding: 10px 14px;
  }
}
