@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Manrope:wght@400;600;700;800&display=swap");

:root {
  --navy: #082746;
  --navy-deep: #051a2f;
  --blue: #0d67cc;
  --blue-strong: #0a56ac;
  --sky: #57b5ff;
  --ice: #eef8ff;
  --mist: #dbeafb;
  --steel: #4f667d;
  --line: #d3e2ef;
  --white: #ffffff;
  --green: #159f61;
  --shadow: 0 24px 60px rgba(5, 26, 47, 0.12);
  --shadow-strong: 0 30px 80px rgba(5, 26, 47, 0.18);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--navy);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(87, 181, 255, 0.18), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #edf5fb 38%, #f7fbff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(13, 103, 204, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 103, 204, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 82%);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.wrap {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.top-contact {
  padding: 12px 0 10px;
}

.contact-card {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid rgba(13, 103, 204, 0.28);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.contact-copy {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid #deebf7;
  background:
    radial-gradient(circle at left top, rgba(87, 181, 255, 0.14), transparent 55%),
    linear-gradient(180deg, #fffefe 0%, #f4f9ff 100%);
}

.contact-copy h2,
.section-title,
.hero-title,
.card h3,
.footer-title,
.nav-brand strong,
.page-title,
.link-block h3 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
}

.contact-mark {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-strong) 100%);
  box-shadow: 0 14px 34px rgba(13, 103, 204, 0.2);
}

.contact-copy h2 {
  margin: 0 0 6px;
  font-size: clamp(2.4rem, 4vw, 3rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.contact-copy p {
  margin: 0;
  line-height: 1.45;
  font-weight: 700;
}

.contact-copy .form-note {
  margin-top: 8px;
  color: var(--blue-strong);
  font-weight: 800;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  font-size: 0.78rem;
  font-weight: 800;
}

.field label span {
  color: #dc2626;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--navy);
}

.field textarea {
  min-height: 54px;
  resize: vertical;
}

.field.span-2 {
  grid-column: span 2;
}

.contact-submit {
  align-self: stretch;
}

.contact-submit button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-strong) 100%);
  box-shadow: 0 18px 34px rgba(13, 103, 204, 0.18);
  font-weight: 800;
  cursor: pointer;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid rgba(8, 39, 70, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(5, 26, 47, 0.05);
}

.site-nav-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-logo {
  width: 54px;
  height: 54px;
}

.nav-brand strong {
  display: block;
  color: var(--blue-strong);
  font-size: 2.9rem;
  line-height: 0.84;
  letter-spacing: -0.05em;
}

.nav-brand span {
  display: block;
  color: var(--blue-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
}

.nav-links a {
  position: relative;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.16s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(180deg, #0c3f7d 0%, var(--navy) 100%);
  box-shadow: 0 16px 30px rgba(8, 39, 70, 0.16);
  font-weight: 800;
}

.hero {
  padding: 26px 0 18px;
}

.hero-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.section-card,
.card,
.link-block,
.summary-panel {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(13, 103, 204, 0.12);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 34px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(13, 103, 204, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--blue-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(13, 103, 204, 0.08);
}

.hero-title {
  margin: 0;
  color: var(--blue-strong);
  font-size: clamp(3.5rem, 7vw, 6.2rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 18px 0 0;
  max-width: 24ch;
  color: var(--navy);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-copy p {
  margin: 18px 0 0;
  max-width: 64ch;
  color: var(--steel);
  line-height: 1.82;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  font-weight: 800;
}

.button.primary {
  color: var(--white);
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-strong) 100%);
  box-shadow: 0 18px 34px rgba(13, 103, 204, 0.18);
}

.button.secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
}

.hero-panel {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  background:
    linear-gradient(135deg, #062c50 0%, #0d67cc 52%, #6cc6ff 100%);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.26), transparent 72%);
}

.panel-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 32px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.panel-inner h2 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.panel-inner p {
  margin: 0;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.9);
}

.chip-list,
.inline-links,
.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
}

.section {
  padding: 18px 0 0;
}

.section-card {
  padding: 30px;
}

.section-title {
  margin: 0 0 10px;
  color: var(--blue-strong);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.section-copy {
  margin: 0;
  max-width: 72ch;
  color: var(--steel);
  line-height: 1.84;
}

.proof-grid,
.card-grid,
.link-grid,
.summary-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

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

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

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

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

.card,
.link-block,
.summary-panel {
  padding: 24px;
}

.card h3,
.link-block h3,
.page-title {
  margin: 0 0 10px;
  color: var(--blue-strong);
  font-size: 1.9rem;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.card p,
.summary-panel p,
.link-block p {
  margin: 0;
  color: var(--steel);
  line-height: 1.74;
}

.bullet-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.bullet-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--steel);
  line-height: 1.65;
}

.bullet-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(13, 103, 204, 0.12);
}

.summary-panel strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.link-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-block a {
  color: var(--blue-strong);
  font-weight: 800;
}

.link-cluster {
  display: grid;
  gap: 10px;
}

.footer {
  margin-top: 30px;
  padding: 32px 0 26px;
  background: linear-gradient(180deg, #0a2f58 0%, #05182c 100%);
  color: rgba(255, 255, 255, 0.88);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 18px;
}

.footer-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.footer-title {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 1.9rem;
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.footer-card p,
.footer-card li,
.footer-card a {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-domain {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-strong) 100%);
  color: var(--white);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.9rem;
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.84rem;
}

.page-hero {
  padding: 26px 0 18px;
}

.page-shell {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 22px;
  align-items: start;
}

.page-main,
.page-side {
  display: grid;
  gap: 18px;
}

.page-card {
  padding: 30px;
  border: 1px solid rgba(13, 103, 204, 0.12);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.page-title {
  font-size: clamp(2.9rem, 6vw, 5rem);
  line-height: 0.9;
}

.page-intro {
  margin: 16px 0 0;
  color: var(--steel);
  line-height: 1.84;
}

.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.meta-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ice);
  border: 1px solid #cfe5f8;
  color: var(--blue-strong);
  font-size: 0.82rem;
  font-weight: 800;
}

.stats {
  display: grid;
  gap: 12px;
}

.stats strong {
  display: block;
  color: var(--navy);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stats span {
  display: block;
  margin-top: 6px;
  color: var(--steel);
  line-height: 1.62;
}

.inline-links a {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(13, 103, 204, 0.08);
  border: 1px solid rgba(13, 103, 204, 0.12);
  color: var(--blue-strong);
  font-size: 0.84rem;
  font-weight: 800;
}

.badge-panel {
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #0d67cc 0%, #0a56ac 100%);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(13, 103, 204, 0.18);
}

.badge-panel strong {
  display: block;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.badge-panel span {
  display: block;
  margin-top: 8px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.9);
}

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

.place-link {
  display: block;
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(13, 103, 204, 0.12);
  box-shadow: 0 12px 26px rgba(5, 26, 47, 0.08);
}

.place-link strong {
  display: block;
  color: var(--blue-strong);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.7rem;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.place-link span {
  display: block;
  margin-top: 8px;
  color: var(--steel);
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .contact-card,
  .hero-shell,
  .page-shell {
    grid-template-columns: 1fr;
  }

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

  .proof-grid,
  .link-grid,
  .summary-grid,
  .footer-grid,
  .place-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(100% - 18px, 1200px);
  }

  .contact-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form,
  .proof-grid,
  .card-grid,
  .link-grid,
  .summary-grid,
  .footer-grid,
  .place-grid {
    grid-template-columns: 1fr;
  }

  .field.span-2 {
    grid-column: span 1;
  }

  .site-nav-inner {
    min-height: auto;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero-copy,
  .page-card,
  .section-card,
  .card,
  .summary-panel,
  .link-block,
  .footer-card {
    padding: 22px;
  }

  .hero-title,
  .page-title {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
