:root {
  --sapphire: #1e4fd6;
  --sapphire-deep: #0b1b4a;
  --sapphire-mid: #1639a8;
  --cyan-glass: #7ec8ff;
  --cyan-bright: #9be7ff;
  --white-hl: #eef9ff;
  --indigo-shadow: #162060;
  --ink: #0a1433;
  --foam: rgba(238, 249, 255, 0.78);
  --panel: rgba(255, 255, 255, 0.42);
  --panel-strong: rgba(255, 255, 255, 0.62);
  --line: rgba(22, 32, 96, 0.14);
  --shadow: 0 22px 60px rgba(11, 27, 74, 0.22);
  --radius: 1.1rem;
  --font-display: "Syne", sans-serif;
  --font-body: "Newsreader", serif;
  --shell: min(1120px, calc(100% - 2.5rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 8% -8%, rgba(126, 200, 255, 0.45), transparent 58%),
    radial-gradient(800px 480px at 92% 4%, rgba(30, 79, 214, 0.28), transparent 55%),
    radial-gradient(700px 420px at 50% 100%, rgba(22, 32, 96, 0.18), transparent 60%),
    linear-gradient(165deg, #d9ecff 0%, #eef6ff 38%, #c9daf8 72%, #b8c8ef 100%);
  min-height: 100vh;
  line-height: 1.65;
  font-size: 1.05rem;
}

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

a {
  color: var(--sapphire-mid);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--sapphire-deep);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(238, 246, 255, 0.72);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.35rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 0.45rem;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.75), transparent 42%),
    linear-gradient(145deg, var(--cyan-bright), var(--sapphire), var(--indigo-shadow));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.35),
    0 10px 22px rgba(30, 79, 214, 0.35);
  animation: crystalPulse 7s ease-in-out infinite;
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 1.05rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.site-nav a {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--indigo-shadow);
}

.site-nav a:hover {
  color: var(--sapphire);
}

.nav-cta {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sapphire), var(--indigo-shadow));
  color: var(--white-hl) !important;
  box-shadow: 0 10px 24px rgba(30, 79, 214, 0.28);
}

.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: var(--panel-strong);
  cursor: pointer;
  padding: 0;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 1.1rem;
  height: 2px;
  margin: 0.28rem auto;
  background: var(--sapphire-deep);
}

.hero-echo {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-echo__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-echo__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-echo__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg, rgba(11, 27, 74, 0.88) 0%, rgba(22, 57, 168, 0.55) 48%, rgba(11, 27, 74, 0.35) 100%),
    radial-gradient(600px 280px at 70% 80%, rgba(126, 200, 255, 0.28), transparent 70%);
}

.hero-echo__waves {
  position: absolute;
  inset: auto 0 18% 0;
  height: 120px;
  z-index: -1;
  opacity: 0.45;
  background:
    repeating-radial-gradient(circle at 20% 50%, transparent 0 10px, rgba(155, 231, 255, 0.18) 10px 12px),
    repeating-radial-gradient(circle at 55% 60%, transparent 0 14px, rgba(126, 200, 255, 0.12) 14px 16px);
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  animation: waveDrift 14s linear infinite;
}

.hero-echo__copy {
  padding: 7rem 0 4.5rem;
  color: var(--white-hl);
  max-width: 34rem;
}

.hero-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0 0 1rem;
  text-wrap: balance;
}

.hero-lead {
  font-size: 1.18rem;
  color: rgba(238, 249, 255, 0.88);
  margin: 0 0 1.6rem;
  max-width: 30rem;
}

.section {
  padding: 4.5rem 0;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.section-head h2,
.prose h2,
.page-hero h1,
.bleed-copy h1 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.section-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  margin: 0 0 0.75rem;
}

.crystal-panel {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.55), rgba(126, 200, 255, 0.12)),
    var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  padding: 1.5rem;
}

.service-feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.service-feature > div {
  padding: 1.75rem;
}

.service-feature img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.meta {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sapphire-mid);
  margin: 0 0 0.5rem;
}

.checklist {
  margin: 1rem 0 1.4rem;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.55rem;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan-bright), var(--sapphire));
  box-shadow: 0 0 0 3px rgba(126, 200, 255, 0.25);
}

.offer-rail {
  display: grid;
  gap: 1rem;
}

.offer-item {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 1.1rem;
  align-items: center;
  padding: 0.85rem;
}

.offer-item img {
  width: 160px;
  height: 110px;
  object-fit: cover;
  border-radius: 0.8rem;
}

.offer-item h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}

.offer-item p {
  margin: 0;
}

.offer-meta {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--sapphire-deep);
  white-space: nowrap;
}

.quote-band {
  padding: 2.2rem;
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(11, 27, 74, 0.92), rgba(30, 79, 214, 0.85));
  color: var(--white-hl);
  box-shadow: var(--shadow);
}

.quote-band blockquote {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  line-height: 1.45;
  font-weight: 500;
}

.quote-band cite {
  font-style: normal;
  opacity: 0.78;
  font-family: var(--font-display);
  font-size: 0.92rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: radial-gradient(circle, rgba(155, 231, 255, 0.55), transparent 70%);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:hover::after,
.btn:focus-visible::after {
  animation: crystalWave 1.1s ease-out;
}

.btn-primary {
  background: linear-gradient(135deg, var(--cyan-glass), var(--sapphire) 45%, var(--indigo-shadow));
  color: var(--white-hl);
  box-shadow: 0 14px 30px rgba(30, 79, 214, 0.32);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.45);
  color: var(--sapphire-deep);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.page-hero {
  padding: 4rem 0 2rem;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 0.75rem;
}

.page-hero p {
  max-width: 40rem;
  margin: 0;
  font-size: 1.12rem;
}

.bleed-hero {
  position: relative;
  min-height: 42vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.bleed-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.bleed-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(11, 27, 74, 0.15), rgba(11, 27, 74, 0.82));
}

.bleed-copy {
  padding: 3.5rem 0 2.2rem;
  color: var(--white-hl);
}

.bleed-copy h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.bleed-copy p {
  margin: 0;
  max-width: 36rem;
  color: rgba(238, 249, 255, 0.88);
}

.cards-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.service-card {
  overflow: hidden;
  padding: 0;
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.service-card h2 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.price-note {
  font-size: 0.95rem;
  color: rgba(10, 20, 51, 0.72);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  align-items: stretch;
}

.price-tier h2 {
  font-family: var(--font-display);
  margin: 0.2rem 0 0.35rem;
  font-size: 1.45rem;
}

.price-tier .amount {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--sapphire-deep);
  margin: 0.4rem 0 0.8rem;
}

.blog-list {
  display: grid;
  gap: 1.1rem;
}

.blog-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.2rem;
  overflow: hidden;
  padding: 0.8rem;
}

.blog-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0.85rem;
}

.blog-item h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0.2rem 0 0.45rem;
}

.prose {
  max-width: 42rem;
}

.prose p {
  margin: 0 0 1rem;
}

.atlas-steps {
  display: grid;
  gap: 1rem;
  counter-reset: atlas;
}

.atlas-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.atlas-step::before {
  counter-increment: atlas;
  content: counter(atlas, decimal-leading-zero);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--sapphire);
  letter-spacing: -0.04em;
}

.form-panel label {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.92rem;
  margin: 0 0 0.35rem;
}

.form-panel .field {
  margin-bottom: 1rem;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  border: 1px solid rgba(22, 32, 96, 0.18);
  border-radius: 0.8rem;
  padding: 0.8rem 0.95rem;
  font: inherit;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.form-panel textarea {
  min-height: 140px;
  resize: vertical;
}

.field-error {
  color: #8b1e3f;
  font-size: 0.88rem;
  min-height: 1.1em;
  margin-top: 0.3rem;
}

.form-status {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.8rem;
  font-family: var(--font-display);
  font-weight: 600;
}

.form-status[data-state="success"] {
  background: rgba(126, 200, 255, 0.28);
  color: var(--sapphire-deep);
}

.form-status[data-state="error"] {
  background: rgba(180, 50, 80, 0.12);
  color: #8b1e3f;
}

.legal-page .prose {
  max-width: 48rem;
}

.legal-page h2 {
  margin-top: 2rem;
}

.site-footer {
  margin-top: 3rem;
  padding: 3rem 0 1.5rem;
  background:
    linear-gradient(180deg, transparent, rgba(11, 27, 74, 0.08)),
    rgba(238, 249, 255, 0.55);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.5rem;
}

.footer-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.footer-label {
  font-family: var(--font-display);
  font-weight: 700;
  margin: 0 0 0.55rem;
  letter-spacing: -0.01em;
}

.footer-text {
  margin: 0 0 0.75rem;
  color: rgba(10, 20, 51, 0.78);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.4rem;
}

.footer-base {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  color: rgba(10, 20, 51, 0.65);
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 1rem 0 1.2rem;
  background:
    linear-gradient(135deg, rgba(11, 27, 74, 0.94), rgba(30, 79, 214, 0.9));
  color: var(--white-hl);
  box-shadow: 0 -16px 40px rgba(11, 27, 74, 0.28);
}

.cookie-inner {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.cookie-inner p {
  margin: 0;
  max-width: 46rem;
}

.cookie-inner a {
  color: var(--cyan-bright);
}

.cookie-actions {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}

.cookie-error {
  width: var(--shell);
  margin: 0.5rem auto 0;
  color: #ffd7e0;
}

.not-found {
  min-height: 60vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 4rem 0;
}

.not-found h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.04em;
}

@keyframes crystalPulse {
  0%,
  100% {
    filter: saturate(1);
    transform: scale(1);
  }
  50% {
    filter: saturate(1.15);
    transform: scale(1.04);
  }
}

@keyframes crystalWave {
  0% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(0.2);
  }
  70% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(18);
  }
}

@keyframes waveDrift {
  from {
    transform: translateX(-4%);
  }
  to {
    transform: translateX(4%);
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem 1.25rem 1.1rem;
    background: rgba(238, 246, 255, 0.96);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.7rem 0.2rem;
  }

  .nav-cta {
    text-align: center;
  }

  .service-feature,
  .grid-2,
  .grid-3,
  .cards-services,
  .pricing-grid,
  .footer-grid,
  .offer-item,
  .blog-item {
    grid-template-columns: 1fr;
  }

  .offer-item img,
  .blog-item img {
    width: 100%;
    height: 180px;
  }

  .offer-meta {
    white-space: normal;
  }

  .cookie-inner {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
