:root {
  --bg: #f4f8ff;
  --surface: #ffffff;
  --text: #0d1b2a;
  --muted: #4f6179;
  --line: #d6e5f7;
  --brand: #1f7ae0;
  --brand-strong: #1158a8;
  --accent: #07b6a4;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 8px 24px rgba(10, 37, 64, 0.08);
  --shadow-md: 0 18px 45px rgba(10, 37, 64, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.58;
  background:
    radial-gradient(1000px 500px at -5% -5%, #d8f0ff 0%, transparent 62%),
    radial-gradient(1200px 500px at 105% 6%, #ddfff5 0%, transparent 60%),
    linear-gradient(180deg, #f7fbff 0%, #f3f7ff 42%, #eef6ff 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  filter: blur(60px);
  z-index: -1;
  pointer-events: none;
}

body::before {
  top: 10%;
  left: -100px;
  background: rgba(31, 122, 224, 0.2);
}

body::after {
  bottom: 8%;
  right: -80px;
  background: rgba(7, 182, 164, 0.24);
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-family: "Manrope", sans-serif;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
}

h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
}

h3 {
  font-size: 1.35rem;
}

p {
  margin: 0 0 1rem;
}

a {
  color: var(--brand-strong);
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
}

video {
  display: block;
  width: 100%;
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 999;
  padding: 0.6rem 0.8rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
}

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

.section {
  padding: clamp(3rem, 7vw, 5.2rem) 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(221, 241, 255, 0.4) 0%, rgba(230, 255, 250, 0.4) 100%);
  border-top: 1px solid rgba(214, 229, 247, 0.8);
  border-bottom: 1px solid rgba(214, 229, 247, 0.8);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
  padding: 0.34rem 0.7rem;
  border-radius: 999px;
  background: rgba(31, 122, 224, 0.12);
  border: 1px solid rgba(31, 122, 224, 0.22);
  color: #165aab;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-size: 0.73rem;
}

.lead,
.section-intro {
  max-width: 70ch;
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(247, 251, 255, 0.8);
  border-bottom: 1px solid rgba(214, 229, 247, 0.9);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 800;
  color: var(--text);
}

.brand:hover {
  text-decoration: none;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #0f172a, #1f7ae0 60%, #07b6a4 100%);
  box-shadow: 0 8px 16px rgba(31, 122, 224, 0.35);
}

nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem 1.1rem;
}

nav a {
  font-weight: 700;
  color: #253855;
}

.button {
  appearance: none;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 0.78rem 1.2rem;
  font: inherit;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  box-shadow: 0 10px 22px rgba(31, 122, 224, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 15px 28px rgba(31, 122, 224, 0.35);
  filter: saturate(1.05);
  text-decoration: none;
}

.button-small {
  padding: 0.5rem 0.92rem;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.7);
  color: var(--brand-strong);
  border: 1px solid rgba(31, 122, 224, 0.3);
  box-shadow: none;
}

.hero {
  padding-top: clamp(4.5rem, 9vw, 7rem);
}

.hero-wrap {
  max-width: 860px;
  position: relative;
}

.hero-wrap::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 10px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px dashed rgba(17, 88, 168, 0.24);
  pointer-events: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.pricing-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.plan {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fafeff 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.plan:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.plan-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #45618c;
  margin-bottom: 0.3rem;
}

.plan h3 {
  margin-bottom: 0.55rem;
}

.plan-audience {
  color: var(--muted);
  font-size: 0.95rem;
}

.plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1f334f;
}

.plan li {
  position: relative;
  padding-left: 1.45rem;
}

.plan li + li {
  margin-top: 0.45rem;
}

.plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #1f7ae0);
  box-shadow: 0 0 0 4px rgba(7, 182, 164, 0.12);
}

.plan-cta {
  margin-top: 1.15rem;
  align-self: flex-start;
  padding: 0.55rem 0.84rem;
  border-radius: 10px;
  background: #e9f3ff;
  color: #184f95;
  font-weight: 800;
}

.plan-cta:hover,
.plan-cta:focus-visible {
  background: #dbeafe;
  text-decoration: none;
}

.plan-featured {
  border: 2px solid #2b8cf5;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%),
    linear-gradient(135deg, #2b8cf5 0%, #07b6a4 100%);
  box-shadow: 0 20px 40px rgba(24, 109, 197, 0.23);
  transform: translateY(-8px);
}

.plan-featured::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--radius) + 2px);
  pointer-events: none;
  background: linear-gradient(130deg, rgba(43, 140, 245, 0.25), rgba(7, 182, 164, 0.18));
  z-index: -1;
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  margin-bottom: 0.55rem;
  padding: 0.25rem 0.62rem;
  border-radius: 999px;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #05346c;
  background: linear-gradient(135deg, #bee3ff, #b7f5ed);
  border: 1px solid #8dd2ff;
}

.notes-grid {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.notes-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 1.05rem;
  box-shadow: var(--shadow-sm);
}

.notes-grid p {
  margin-bottom: 0.55rem;
}

.location-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.location-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--shadow-sm);
  padding: 1rem;
}

.location-card h3 {
  margin-bottom: 0.45rem;
  color: #17345b;
}

.location-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.video-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.landscape-block {
  margin-top: 1.35rem;
}

.landscape-block h3 {
  margin-bottom: 0.85rem;
}

.video-card {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.video-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.video-card video {
  aspect-ratio: 9 / 16;
  background: #081120;
}

.video-card-landscape video {
  aspect-ratio: 16 / 9;
}

.video-card figcaption {
  padding: 0.8rem 0.9rem;
  font-weight: 700;
  color: #1d3555;
}

.faq-list {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 0.95rem 1rem;
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  color: #203a5f;
}

.faq-list p {
  margin-top: 0.75rem;
  color: var(--muted);
}

.contact-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: start;
}

.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
  box-shadow: var(--shadow-md);
  padding: 1.2rem;
}

.contact-form label {
  display: block;
  margin-top: 0.75rem;
  font-weight: 700;
  color: #1f3657;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 0.36rem;
  border: 1px solid #c7daf0;
  border-radius: 11px;
  padding: 0.68rem 0.76rem;
  font: inherit;
  color: #15263e;
  background: #fff;
  transition: border-color 120ms ease, box-shadow 120ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #54a9ff;
  box-shadow: 0 0 0 4px rgba(43, 140, 245, 0.14);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  margin-top: 1.05rem;
}

.form-note {
  margin-top: 0.8rem;
  color: #576d8a;
  font-size: 0.9rem;
}

.form-status {
  margin-bottom: 0.75rem;
  border: 1px solid #86cfaa;
  background: #e8fbef;
  color: #185b34;
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  font-weight: 700;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
  padding: 1rem 0;
}

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

.reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.99);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .location-grid {
    grid-template-columns: 1fr 1fr;
  }

  .location-grid .location-card:last-child {
    grid-column: span 2;
  }

  .pricing-grid,
  .video-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid .plan:nth-child(3),
  .video-grid .video-card:nth-child(3) {
    grid-column: span 2;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .hero-wrap::after {
    display: none;
  }
}

@media (max-width: 740px) {
  .section {
    padding: 2.7rem 0;
  }

  .nav-wrap {
    min-height: unset;
    padding: 0.75rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  nav {
    width: 100%;
    gap: 0.5rem 0.8rem;
    justify-content: flex-start;
  }

  .pricing-grid,
  .location-grid,
  .video-grid,
  .notes-grid,
  .footer-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }

  .location-grid .location-card:last-child {
    grid-column: auto;
  }

  .pricing-grid .plan:nth-child(3),
  .video-grid .video-card:nth-child(3) {
    grid-column: auto;
  }

  .plan-featured {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
