:root {
  --max-width: 1100px;
  --accent: #207262;
  --lightaccent: #97ffea;
  --bluewhite: #f2fffc;
  --bg: #070f12;
  --card: #0b1220;
  --glass: rgba(255, 255, 255, 0.03);
  --radius: 12px;
  --gap: 24px;
  --card-max-width: 400px;
  font-family: "Manrope", Inter, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color-scheme: dark;
}

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

html,
body {
  height: 100%;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--bluewhite);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: var(--max-width);
}

section {
  margin-top: 80px;
  margin-bottom: 80px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  line-height: 1.05;
  font-family: "Sora", Inter, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color: var(--bluewhite);
  letter-spacing: -2px;
}

h1 {
  font-size: 48px;
  font-weight: 600;
}

h2 {
  font-size: 36px;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  font-weight: 600;
}

.card h3 {
  color: var(--lightaccent);
  margin-bottom: 24px;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Manrope", Inter, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -1px;
}

p {
  margin: 0 0 18px 0;
  color: var(--bluewhite);
  font-weight: 200;
  font-size: 18px;
}

.card {
  background: linear-gradient(180deg, #1a282b 0%, #0c1417 100%);
  border-radius: 42px;
  padding: 40px 28px;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 6px 24px rgba(2, 6, 23, 0.6);
  border: 1px solid #1a282b;
}

#hero {
  position: relative;
  overflow: visible;
  min-height: 100vh;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -40px;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 48px;
  padding-bottom: 120px;
}
#hero .hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
  background: #000;
  clip-path: ellipse(100% 100% at 50% 0%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(26, 66, 60, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  clip-path: ellipse(100% 100% at 50% 0%);
}
.hero-copy {
  flex: 1 1 420px;
  max-width: 720px;
  text-align: center;
}
.hero-eyebrow {
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 12px;
}
.hero-cta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-logo {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 22px;
  background: var(--accent);
  color: white;
  font-weight: 600;
  font-family: "Sora", Inter, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  font-size: 18px;
  height: 54px;
  transition: all 0.3s ease;
}

.btn:hover {
  background: var(--lightaccent);
  color: var(--bg);
  transform: scale(1.05);
}
.btn.secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.feature-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: 100%;
  margin-bottom: 8px;
}

.feature-heading img.icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  object-fit: contain;
  color: var(--bluewhite);
}

.feature-heading h4 {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
}

.hero-visual {
  flex: 0 1 320px;
  min-width: 240px;
  text-align: center;
  opacity: 0.95;
}
.small {
  font-size: 16px;
}

.two-column {
  display: flex;
  gap: 50px;
  align-items: stretch;
  margin-top: 18px;
  flex-wrap: nowrap;
}
.col {
  flex: 1 1 320px;
  min-width: 260px;
}
.feature {
  margin-bottom: 34px;
}
.feature h4 {
  margin: 0 0 6px 0;
}
.feature p {
  margin: 6px 0 0 0;
  color: var(--muted);
}

.three-column-row {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.three-column-row .col {
  flex: 1 1 260px;
  min-width: 200px;
  text-align: center;
}

.three-column-row .col.left p,
.three-column-row .col.right p {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.three-column-row .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
}
.handshake-svg {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

@media (max-width: 768px) {
  .three-column-row {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .three-column-row .col {
    flex: none;
    width: 100%;
    min-width: auto;
  }

  .three-column-row .center {
    flex: none;
  }

  .handshake-svg {
    width: 64px;
    height: 64px;
  }
}

.formats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 18px;
  align-items: start;
}

@media (max-width: 1000px) {
  .formats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .formats {
    grid-template-columns: 1fr;
  }
}
.format-card {
  padding: 20px;
  border-radius: 10px;
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.02);
  width: 100%;
  max-width: 200px;
}

.formats .format-card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 12px 8px;
  border-radius: 6px;
  text-align: center;
}

.formats .format-card {
  perspective: 900px;
}

.formats .format-card .format-img {
  display: block;
  margin: 0 auto 30px;
  width: auto;
  height: 180px;
  object-fit: contain;
  transition: transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 220ms ease,
    box-shadow 220ms ease;
  transform-origin: 50% 50%;
  will-change: transform;
  transform-style: preserve-3d;
}

.formats .format-card:hover .format-img,
.formats .format-card:focus-within .format-img {
  transform: translateY(-8px) rotateX(6deg) rotate(-3deg) scale(1.06);
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.45));
}

.formats .format-card:focus-visible {
  outline: 2px solid var(--lightaccent);
  outline-offset: 8px;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 18px;
}
.stat {
  padding: 20px;
  border-radius: 0;
  background: transparent;
  border: none;
  text-align: center;
}

@media (max-width: 768px) {
  .facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.stat .stat-icon {
  display: block;
  margin: 0 auto 20px;
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}

.last-cta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(11, 97, 255, 0.08),
    rgba(255, 255, 255, 0.01)
  );
  border: 1px solid rgba(11, 97, 255, 0.12);
}

#last-cta {
  position: relative;
  overflow: hidden;
  padding: 80px 48px;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.last-cta-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
  background: #000;
}

.last-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, #070f12 0%, rgba(7, 15, 18, 0) 100%);
}

.last-cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

footer {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  margin-top: -80px;
  padding: 60px 0;
  background-color: #141d1d;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: center;
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  max-width: 150px;
  height: auto;
  object-fit: contain;
}

.footer-contact p {
  margin: 8px 0;
  font-size: 14px;
  color: var(--bluewhite);
  font-weight: 300;
}

.footer-contact a {
  color: var(--lightaccent);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact a:hover {
  color: var(--bluewhite);
  text-decoration: underline;
}

.footer-copyright {
  align-items: center;
  margin: 0;
  font-size: 14px;
  color: var(--bluewhite);
  font-weight: 300;
}

.footer-world-logo {
  width: 30px;
  height: auto;
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .footer-logo {
    max-width: 120px;
  }
}

section > .card {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#advantages > .card {
  background: linear-gradient(180deg, #1a282b 0%, #0c1417 100%) !important;
  border: 1px solid #567176 !important;
  box-shadow: 0 4px 65.7px -5px rgba(151, 255, 234, 0.2) !important;
  border-radius: 42px !important;
  padding: 40px 28px;
}

section > .card .two-column {
  justify-content: center;
}

section > .card .card {
  background: linear-gradient(180deg, #1a282b 0%, #0c1417 100%);
  border-radius: 42px;
  padding: 40px 40px;
  width: var(--card-max-width);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 6px 24px rgba(2, 6, 23, 0.6);
  border: 1px solid #1a282b;
}

#problem-solution .two-column .card {
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 220ms cubic-bezier(0.2, 0.9, 0.2, 1), border-color 180ms ease;
  will-change: transform, box-shadow, border-color;
  transform-origin: 50% 50%;
}

#problem-solution .two-column .card:hover,
#problem-solution .two-column .card:focus-within {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 6px 30px -6px rgba(151, 255, 234, 0.16);
  border-color: #567176;
}

#problem-solution .two-column .card:focus-visible {
  border-color: #567176;
}

@media (prefers-reduced-motion: reduce) {
  #problem-solution .two-column .card {
    transition: none !important;
  }
  #problem-solution .two-column .card:hover,
  #problem-solution .two-column .card:focus-within {
    transform: none !important;
    box-shadow: 0 6px 24px rgba(2, 6, 23, 0.6) !important;
  }
}

@media (max-width: 920px) {
  .two-column {
    flex-wrap: wrap;
  }
  section > .card .card {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 820px) {
  body {
    padding: 28px 16px;
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero-visual {
    order: 2;
  }
  #hero {
    padding: 28px;
    margin-top: -28px;
    gap: 28px;
    padding-bottom: 80px;
  }
  .hero-cta {
    margin-top: 22px;
  }
}

.campaign-gif-wrapper {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}

.campaign-gif-wrapper::before {
  content: "";
  position: absolute;
  width: 1020px;
  max-width: 100vw;
  height: 520px;
  max-height: 50vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("assets/orbits.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.campaign-gif {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: auto;
  border-radius: 32px;
  border: 1px solid #1a282b;
  position: relative;
  z-index: 1;
}

.campaign-gif {
  transition: transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 220ms ease, border-color 180ms ease;
  transform-origin: 50% 50%;
  will-change: transform, box-shadow, border-color;
  border: 1px solid #1a282b;
}

.campaign-gif-wrapper:hover .campaign-gif,
.campaign-gif-wrapper:focus-within .campaign-gif {
  transform: scale(1.06);
  box-shadow: 0 6px 30px -6px rgba(151, 255, 234, 0.16);
  border-color: #567176;
}

@media (prefers-reduced-motion: reduce) {
  .campaign-gif {
    transition: none !important;
  }
  .campaign-gif-wrapper:hover .campaign-gif,
  .campaign-gif-wrapper:focus-within .campaign-gif {
    transform: none !important;
    box-shadow: none !important;
    border-color: #1a282b !important;
  }
}

.campaign-center .campaign-gif-wrapper {
  margin-top: -30px;
}

.campaign-center .campaign-gif {
  margin: 0 auto;
}

.campaign-cards {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.campaign-card {
  background: linear-gradient(180deg, #1a282b 0%, #0c1417 100%);
  border: 1px solid #1a282b;
  border-radius: 30px;
  padding: 18px 12px;
  width: 180px;
  max-width: 100%;
  color: var(--bluewhite);
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 220ms cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: transform;
}
.campaign-card-icon {
  width: 28px;
  height: 28px;
  display: block;
  margin-bottom: 12px;
  object-fit: contain;
  flex-shrink: 0;
}
.campaign-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.campaign-card:hover,
.campaign-card:focus-within {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.65);
}

.campaign-card:focus-visible {
  outline: 2px solid var(--lightaccent);
  outline-offset: 6px;
}

@media (max-width: 520px) {
  .campaign-card {
    width: 100%;
  }
}

.campaign-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 12px;
  position: relative;
}

.campaign-left {
  display: flex;
  flex-direction: column;
  gap: 200px;
  align-items: center;
}

.campaign-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.campaign-right {
  display: flex;
  align-items: center;
}

.campaign-cards-fallback {
  display: none;
}

@media (max-width: 1200px) {
  .campaign-layout .campaign-left,
  .campaign-layout .campaign-center,
  .campaign-layout .campaign-right {
    display: none;
  }

  .campaign-cards-fallback {
    display: flex;
    gap: 16px;
    margin-top: -20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .campaign-gif-wrapper-fallback {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    position: relative;
  }

  .campaign-gif-wrapper-fallback::before {
    content: "";
    position: absolute;
    width: 1020px;
    max-width: 100vw;
    height: 520px;
    max-height: 50vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("assets/orbits.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
  }

  .campaign-gif-wrapper-fallback .campaign-gif {
    position: relative;
    z-index: 1;
  }
}

.laser-card {
  position: relative;
  overflow: visible;
}

.laser-card .outline-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 42px;
}

.laser-card .trace {
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.05;
  filter: blur(100px);
}

.laser-card .laser {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: blur(1px) drop-shadow(0 0 8px rgba(151, 255, 234, 0.8));
  mix-blend-mode: screen;
}

.laser-card .anim {
  animation: move 2.8s linear infinite;
}

@keyframes move {
  to {
    stroke-dashoffset: var(--dashlen);
  }
}

.adform-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.adform-modal.open {
  display: flex;
}

.adform-modal .backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.adform-modal .dialog {
  position: relative;
  width: clamp(320px, 92%, 1100px);
  max-height: 92vh;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  z-index: 10001;
  display: flex;
  flex-direction: column;
}

.adform-modal .close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #222;
  padding: 6px 10px;
}

.adform-modal .iframe-wrapper {
  width: 100%;
  height: 75vh;
  min-height: 520px;
  max-height: 92vh;
  overflow: auto;
  background: #fff;
}

.adform-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 520px) {
  .adform-modal .iframe-wrapper {
    height: 90vh;
  }
  .adform-modal .close-btn {
    font-size: 26px;
  }
}
