:root {
  --blue: #253e9f;
  --blue-dark: #0d235f;
  --green: #37b24a;
  --green-dark: #24923b;
  --ink: #151b2a;
  --muted: #4f5d78;
  --text-on-dark: #f4f8ff;
  --text-on-dark-soft: #dce8ff;
  --text-on-dark-accent: #8fe7a0;
  --bg: #eef2fb;
  --white: #ffffff;
  --line: #d7e0f2;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow: 0 16px 40px rgba(11, 21, 56, 0.14);
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  line-height: 1.5;
  background:
    linear-gradient(rgba(6, 20, 58, 0.7), rgba(6, 20, 58, 0.7)),
    url("assets/background-boxes.jpg") center / cover no-repeat fixed;
}

a {
  color: inherit;
}

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

.container {
  width: min(var(--max-width), calc(100vw - 2rem));
  margin-inline: auto;
}

.top {
  padding: 0.95rem 0 1.4rem;
}

.brand-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 0.8rem 0.9rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: auto;
  height: 56px;
}

.btn {
  border: 0;
  border-radius: 12px;
  padding: 0.74rem 1rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-green {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #f5fff7;
  box-shadow: 0 10px 20px rgba(55, 178, 74, 0.32);
}

.btn-light {
  background: #f0f4ff;
  color: var(--blue);
  border: 1px solid #c9d8ff;
}

.hero {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.hero-copy {
  background: linear-gradient(140deg, rgba(11, 35, 95, 0.98), rgba(26, 52, 126, 0.98));
  color: var(--text-on-dark);
  border-radius: var(--radius-lg);
  padding: clamp(1.2rem, 2.5vw, 2rem);
  box-shadow: 0 16px 42px rgba(10, 22, 60, 0.28);
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 700;
  color: #9dc1ff;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.1;
}

.hero-copy > p {
  margin: 0.9rem 0 0;
  color: var(--text-on-dark-soft);
  max-width: 62ch;
}

.hero-slogan {
  margin-top: 0;
  font-size: clamp(2.5rem, 6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.hero-copy ul {
  margin: 0.95rem 0 0;
  padding-left: 1.1rem;
  color: var(--text-on-dark-soft);
  display: grid;
  gap: 0.34rem;
}

.hero-actions {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-video {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 0.72rem;
  box-shadow: var(--shadow);
}

.media-video {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #d9e3f6;
  background: #eaf0ff;
  aspect-ratio: 16 / 9;
}

.media-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-launch {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: block;
  background: transparent;
}

.video-launch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(10, 26, 66, 0.1), rgba(10, 26, 66, 0.4));
}

.video-play {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.92);
  position: relative;
  background: rgba(255, 255, 255, 0.12);
}

.video-play::before {
  content: "";
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 14px);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #ffffff;
}

.section {
  padding: 1.1rem 0;
}

.section-head {
  max-width: 76ch;
}

.section-head .eyebrow {
  color: var(--text-on-dark-accent);
  text-shadow: 0 2px 14px rgba(4, 17, 50, 0.55);
}

.section-head .main-title {
  text-transform: none;
  letter-spacing: 0;
  font-size: clamp(1.9rem, 4.5vw, 3.5rem);
  line-height: 1.04;
  font-weight: 700;
  margin-bottom: 0.45rem;
  text-align: center;
  white-space: nowrap;
  color: var(--text-on-dark);
  text-shadow: 0 2px 16px rgba(4, 17, 50, 0.58);
}

.section-head h2 {
  margin-top: 0.45rem;
  font-size: clamp(1.65rem, 3.2vw, 2.6rem);
  color: var(--text-on-dark);
  text-shadow: 0 2px 14px rgba(4, 17, 50, 0.5);
}

.section-head .section-subline {
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  white-space: nowrap;
  color: var(--text-on-dark-soft);
  text-shadow: 0 2px 14px rgba(4, 17, 50, 0.5);
}

.benefits {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.benefit {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 0.9rem;
  box-shadow: var(--shadow);
}

.benefit img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
  border: 0;
}

.benefit h3 {
  margin-top: 0.65rem;
  color: var(--blue);
  font-size: 1.12rem;
}

.benefit p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.benefit ul {
  margin: 0.45rem 0 0;
  padding-left: 1rem;
  color: #3d4f71;
  display: grid;
  gap: 0.22rem;
}

.trusted {
  margin-top: 1rem;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1rem;
  box-shadow: var(--shadow);
}

.trusted h3 {
  color: var(--blue);
  font-size: 1.22rem;
}

.trusted p {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

.section-blue {
  background: linear-gradient(160deg, #102969, #1b3d96);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: center;
}

.pricing .eyebrow {
  color: #b7ceff;
}

.pricing h2 {
  margin-top: 0.45rem;
  color: var(--text-on-dark);
  font-size: clamp(1.6rem, 3.1vw, 2.45rem);
}

.pricing .pricing-title {
  margin-top: 0;
  font-size: clamp(2.1rem, 4.6vw, 3.9rem);
  line-height: 1.02;
}

.pricing p {
  color: #e4eeff;
}

.pricing strong {
  color: #a7ffb8;
}

.pricing-box {
  background: #ffffff;
  border: 1px solid #d9e2f6;
  border-radius: var(--radius-md);
  padding: 1rem;
  text-align: center;
  box-shadow: var(--shadow);
}

.pricing-box p {
  color: #334565;
  margin: 0;
}

.pricing-box h3 {
  margin: 0.26rem 0 0.5rem;
  color: var(--blue);
  font-size: 2.05rem;
}

.pricing-box .plus {
  margin: 0.2rem 0;
  font-size: 1.4rem;
  color: var(--green-dark);
  font-weight: 700;
}

.pricing-box .equal {
  margin-top: 0.7rem;
  font-weight: 700;
  color: #1e2b46;
}

.steps {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.step {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 0.9rem;
  box-shadow: var(--shadow);
}

.step img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  border: 0;
}

.step h3 {
  margin-top: 0.6rem;
  color: #15357f;
  font-size: 1.1rem;
}

.step p {
  margin: 0.4rem 0 0;
  color: var(--muted);
}

.section-light {
  background: rgba(255, 255, 255, 0.56);
  border-top: 1px solid #dbe5f7;
  border-bottom: 1px solid #dbe5f7;
}

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

.proof-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.proof-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.proof-card h3 {
  margin: 0.85rem 0.9rem 0;
  color: var(--blue);
}

.proof-card p,
.proof-card ul {
  margin: 0.45rem 0.9rem 1rem;
  color: var(--muted);
}

.proof-card ul {
  padding-left: 1rem;
  display: grid;
  gap: 0.22rem;
}

.contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}

.contact-copy {
  background: linear-gradient(145deg, #12307c, #1a3d98);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #eff5ff;
  border-radius: var(--radius-lg);
  padding: clamp(1rem, 2.4vw, 1.7rem);
  box-shadow: 0 14px 35px rgba(8, 22, 66, 0.3);
}

.contact-copy .eyebrow {
  color: #9fc4ff;
}

.contact-copy h2 {
  margin-top: 0.5rem;
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
}

.contact-copy p {
  margin: 0.84rem 0 0;
  color: #dae6ff;
}

.contact-copy ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.3rem;
}

.contact-copy a {
  color: #a7f3b6;
  text-decoration: none;
  font-weight: 700;
}

.contact-icon {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.contact-form {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.68rem;
}

.contact-form h3 {
  color: var(--blue);
}

.contact-form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #314563;
}

.contact-form input,
.contact-form textarea {
  font: inherit;
  border: 1px solid #ccd8f0;
  border-radius: 10px;
  background: #f8fbff;
  padding: 0.62rem 0.72rem;
  color: #1c2945;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(37, 62, 159, 0.25);
  outline-offset: 2px;
}

.form-note {
  margin: 0;
  color: #56698a;
  font-size: 0.83rem;
}

.faq {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #ffffff;
  padding: 0.72rem 0.9rem;
  box-shadow: var(--shadow);
}

summary {
  cursor: pointer;
  font-weight: 700;
  color: #1a2950;
}

details p {
  margin: 0.52rem 0 0;
  color: var(--muted);
}

.footer {
  padding: 1rem 0 1.4rem;
}

.footer-inner {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 0.9rem;
  flex-wrap: wrap;
}

.footer-inner p {
  margin: 0;
  color: #455a7a;
}

.footer-inner .brand img {
  height: 42px;
}

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

.reveal.delay-1 {
  transition-delay: 120ms;
}

.reveal.delay-2 {
  transition-delay: 220ms;
}

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

@media (max-width: 1080px) {
  .hero,
  .pricing,
  .contact,
  .benefits,
  .steps,
  .proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body {
    background-attachment: scroll;
  }

  .brand img {
    height: 42px;
  }

  .footer-inner .brand img {
    height: 34px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--max-width), calc(100vw - 1rem));
  }

  .top {
    padding-top: 0.55rem;
  }

  .video-play {
    width: 72px;
    height: 72px;
    border-width: 4px;
  }

  .video-play::before {
    left: calc(50% - 7px);
    top: calc(50% - 11px);
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 18px;
  }
}
