:root {
  --ink: #142a31;
  --ink-2: #263f4f;
  --dark: #14292f;
  --navy: #24394c;
  --teal: #25bda5;
  --teal-2: #2fc7af;
  --mint: #dfe6eb;
  --soft: #eef1f5;
  --purple: #9a5cae;
  --coral: #f15f57;
  --white: #ffffff;
  --muted: #687681;
  --shadow: 0 24px 80px rgba(12, 34, 40, .18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: "Rubik", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
}

.container {
  max-width: 1160px;
}

.site-nav {
  min-height: 74px;
  padding: 18px 0;
  background: rgba(20, 42, 49, .58);
  backdrop-filter: blur(18px);
  transition: background .28s ease, padding .28s ease, box-shadow .28s ease;
}

.site-nav.is-scrolled {
  padding: 10px 0;
  background: rgba(20, 42, 49, .94);
  box-shadow: 0 18px 50px rgba(6, 18, 24, .22);
}

.brand-logo {
  width: 172px;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .18));
}

.navbar-toggler {
  border: 0;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(47, 199, 175, .4);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.nav-link {
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-left: 18px;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--white);
}

.nav-cta {
  padding: 9px 18px !important;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
}

.lang-switch {
  display: flex;
  gap: 14px;
  align-items: center;
}

.lang-switch a {
  color: rgba(255, 255, 255, .66);
  font-size: .72rem;
  font-weight: 800;
}

.lang-switch a.active,
.lang-switch a:hover {
  color: var(--white);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 122px 0 118px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 20%, rgba(47, 199, 175, .34), transparent 18%),
    linear-gradient(128deg, #2bb7a0 0%, #1b6b6f 36%, #203348 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 70%, rgba(47, 199, 175, .45), transparent 24%),
    linear-gradient(180deg, rgba(10, 23, 29, .1), rgba(10, 23, 29, .32));
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 45%, #000 0, transparent 72%);
}

.hero-wave {
  position: absolute;
  left: 0;
  top: 41%;
  z-index: 1;
  width: 100%;
  height: 180px;
  transform: translateY(-50%);
  opacity: .34;
  mix-blend-mode: overlay;
  background-image: url("../../images/Asset 1.svg");
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: auto 126px;
  animation: waveFlow 80s linear infinite;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 540px;
  padding-top: 12px;
}

.hero-logo-wrap {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(300px, 72vw);
  margin: 0 auto 70px;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, .24));
  animation: botPulse 4.5s ease-in-out infinite;
}

.hero-icon-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 174px;
  aspect-ratio: 1;
}

.hero-icon-stage img {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}

.hero-glow-outside {
  width: 120%;
  opacity: .8;
  mix-blend-mode: screen;
}

.hero-glow-inside {
  width: 65%;
  opacity: .92;
  mix-blend-mode: screen;
}

.hero-orbit-img {
  width: 100%;
  transform: rotate(0deg);
  transform-origin: center;
  animation: heroOrbitSpin 6.5s linear infinite;
}

.hero-icon-base {
  width: 91%;
}

.hero-logo-letters {
  display: block;
  width: min(292px, 72vw);
  height: auto;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .18));
}

.hero-content h1 {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(2.05rem, 4.2vw, 3.9rem);
  font-weight: 700;
  line-height: 1.02;
}

.hero-content p {
  margin: 12px 0 22px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1rem, 2vw, 1.34rem);
  font-weight: 600;
}

.btn {
  border: 0;
  line-height: 1;
  font-size: 1.2rem;
}

.btn-pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #1b333a;
  color: #bfe3db;
  box-shadow: 0 15px 34px rgba(6, 18, 24, .26);
}

.btn-pill:hover {
  background: #24444c;
}

.btn svg,
.footer-form svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.btn-coral {
  padding: 11px 22px;
  border-radius: 999px;
  background: var(--coral);
  color: var(--white);
}

.btn-purple {
  min-height: 48px;
  border-radius: 4px;
  background: var(--purple);
  color: var(--white);
}

.btn-purple:hover,
.btn-coral:hover {
  color: var(--white);
  filter: brightness(.96);
}

.mini-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 18px 0;
  background: var(--teal-2);
  color: var(--white);
}

.mini-cta p {
  margin: 0;
  font-size: 1.2rem;
  
}

.section {
  position: relative;
  padding: clamp(84px, 10vw, 150px) 0;
}

.section-light {
  background: #eef1f5;
}

.intro-section {
  padding-bottom: 0;
}

.intro-section .row {
  align-items: flex-start !important;
}

.intro-section .row > .col-lg-5 {
  padding-top: clamp(86px, 10vw, 150px);
}

.section-soft {
  background: #e5e9ee;
}

.section-dark {
  background: var(--dark);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
}

h3 {
  font-size: 1.2rem;
  font-weight: 800;
}

.section p {
  color: var(--muted);
}

.section-dark p {
  color: rgba(255, 255, 255, .7);
}

.section-dark strong,
.section-dark h2 {
  color: var(--white);
}

.link-accent {
  color: var(--purple);
  font-weight: 800;
}

.phone-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: end center;
  overflow: visible;
}

.phone-device {
  position: relative;
  width: min(345px, 33vw);
  aspect-ratio: 360 / 720;
  transform: rotate(-18deg) translate(180px, 150px);
  transform-origin: 50% 70%;
  filter: drop-shadow(0 36px 50px rgba(31, 45, 51, .22));
}

.phone-shell {
  position: absolute;
  inset: 0;
  border: 20px solid #fff;
  border-top-width: 58px;
  border-bottom-width: 70px;
  border-radius: 48px;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(20, 42, 49, .08),
    inset -11px -8px 28px rgba(20, 42, 49, .08),
    0 0 0 2px rgba(255, 255, 255, .55);
}

.phone-shell::before,
.phone-shell::after {
  content: "";
  position: absolute;
  left: -24px;
  width: 7px;
  border-radius: 999px;
  background: #e4e8eb;
  box-shadow: inset 1px 0 2px rgba(20, 42, 49, .12);
}

.phone-shell::before {
  top: 130px;
  height: 54px;
}

.phone-shell::after {
  top: 202px;
  height: 72px;
}

.phone-speaker {
  position: absolute;
  left: 50%;
  top: -31px;
  width: 78px;
  height: 7px;
  border-radius: 999px;
  background: #c9ced2;
  transform: translateX(-50%);
}

.phone-screen {
  position: absolute;
  inset: 0px;
  overflow: hidden;
  border: solid 1px #e3e3e3;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(20, 42, 49, .1),
    0 0 0 1px rgba(20, 42, 49, .04);
}

.phone-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.phone-home {
  position: absolute;
  left: 50%;
  bottom: -52px;
  width: 44px;
  height: 44px;
  border: 2px solid #e1e5e8;
  border-radius: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #fff, #f5f6f7);
}

.floating-card {
  position: absolute;
  right: -20%;
  top: 50%;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
  min-width: 180px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.floating-card strong {
  color: var(--ink);
  font-size: .92rem;
}

.floating-card small {
  grid-column: 2;
  color: var(--muted);
}

.dot {
  width: 11px;
  height: 11px;
  margin-top: 6px;
  border-radius: 50%;
}

.dot.red {
  background: var(--coral);
  box-shadow: 0 0 0 8px rgba(241, 95, 87, .14);
}

.device-panel {
  position: relative;
  max-width: 360px;
  margin: auto;
}

.device-panel::before {
  content: "";
  position: absolute;
  inset: 9% 10% 6%;
  border-radius: 42px;
  background: linear-gradient(180deg, rgba(47, 199, 175, .3), rgba(154, 92, 174, .28));
  filter: blur(28px);
}

.device-panel img {
  position: relative;
  width: 100%;
  transform: rotate(1deg);
  filter: drop-shadow(0 28px 55px rgba(0, 0, 0, .3));
}

.help-section {
  overflow: hidden;
  padding-bottom: 0;
}

.help-phone-stage {
  min-height: 520px;
  place-items: end center;
}

.help-phone-device {
  z-index: 1;
  width: min(300px, 30vw);
  transform: perspective(950px) rotateX(5deg) rotateY(-6deg) rotateZ(2deg) translate(clamp(64px, 9vw, 130px), 112px);
  filter: drop-shadow(0 34px 54px rgba(0, 0, 0, .32));
}

.help-phone-device::before {
  content: "";
  position: absolute;
  inset: 9% -16% 4%;
  z-index: -1;
  border-radius: 46% 48% 44% 44%;
  background:
    radial-gradient(circle at 43% 28%, rgba(213, 139, 232, .82), transparent 32%),
    radial-gradient(circle at 34% 62%, rgba(154, 92, 174, .66), transparent 54%),
    radial-gradient(circle at 76% 54%, rgba(47, 199, 175, .34), transparent 46%);
  filter: blur(24px);
  opacity: 1;
  mix-blend-mode: screen;
  transform: scale(1.16);
  pointer-events: none;
}

.help-phone-device .phone-shell {
  border-color: #fdfdfd;
  box-shadow:
    inset 0 0 0 1px rgba(20, 42, 49, .08),
    inset -8px -6px 24px rgba(20, 42, 49, .08),
    0 0 0 2px rgba(255, 255, 255, .5);
}

.data-pills {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.data-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 20px;
  border-radius: 999px;
  background: #172e35;
  color: var(--white);
  font-size: .9rem;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(17, 41, 49, .12);
}

.data-pills span:nth-child(even) {
  transform: translateX(20px);
}

.photo-band {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.photo-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 42, 49, .1) 0%, rgba(20, 42, 49, .16) 50%, rgba(20, 42, 49, .62) 84%),
    radial-gradient(ellipse at 28% 100%, rgba(154, 92, 174, .38), transparent 42%),
    radial-gradient(ellipse at 78% 92%, rgba(47, 199, 175, .34), transparent 48%),
    radial-gradient(circle at 24% 42%, rgba(154, 92, 174, .26), transparent 38%),
    radial-gradient(circle at 78% 70%, rgba(47, 199, 175, .22), transparent 42%),
    linear-gradient(90deg, rgba(11, 37, 43, .82), rgba(11, 37, 43, .44) 48%, rgba(11, 37, 43, .16));
  mix-blend-mode: normal;
}

.photo-copy {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - 1160px) / 2 + 80px));
}

.photo-copy h2 {
  max-width: 980px;
}

.photo-copy p {
  color: rgba(255, 255, 255, .78);
}

.photo-copy .eyebrow {
  color: rgba(255, 255, 255, .68);
}

.photo-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1080px;
  margin-top: 34px;
}

.photo-benefits article {
  min-width: 0;
}

.photo-benefits h3 {
  margin: 0;
  color: #33383c;
  font-size: clamp(1.22rem, 1.75vw, 1.72rem);
  line-height: 1;
}

.photo-benefits p {
  margin: 20px 4px 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.05rem;
  font-weight: 600;
}

.benefit-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 13px 14px 13px 24px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 999px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 18px 36px rgba(4, 18, 25, .26);
}

.benefit-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--white);
  animation: iconDrift 3.4s ease-in-out infinite;
}

.photo-benefits article:nth-child(2) .benefit-icon {
  animation-delay: .45s;
}

.photo-benefits article:nth-child(3) .benefit-icon {
  animation-delay: .9s;
}

.benefit-icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.icon-help {
  background: #22b8bd;
}

.icon-check {
  background: #39c5a2;
}

.icon-alert {
  background: #e83f51;
}

.laptop {
  width: min(520px, 100%);
  filter: drop-shadow(0 30px 45px rgba(14, 35, 42, .16));
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
}

.audience-copy {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 7vw, 116px);
}

.audience-copy p:not(.eyebrow) {
  color: var(--muted);
}

.audience-image {
  min-height: 470px;
  margin: 0;
  overflow: hidden;
}

.audience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.audience-image:hover img {
  transform: scale(1.045);
}

.register-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 90px;
  padding: clamp(72px, 8vw, 104px) 0 clamp(64px, 7vw, 88px);
  color: var(--white);
  background:
    radial-gradient(circle at 82% 62%, rgba(47, 199, 175, .24), transparent 28%),
    radial-gradient(circle at 28% 18%, rgba(154, 92, 174, .16), transparent 24%),
    linear-gradient(126deg, #303640 0%, #24394c 44%, #1c5964 100%);
}

.register-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 60% 52%, #000 0, transparent 70%);
  opacity: .55;
}

.register-section .container {
  position: relative;
  z-index: 1;
}

.register-layout {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(520px, 1.22fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.register-copy {
  max-width: 500px;
}

.register-logo {
  display: block;
  width: min(178px, 76vw);
  height: auto;
  margin-bottom: 30px;
  filter: drop-shadow(0 22px 35px rgba(0, 0, 0, .24));
}

.register-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px;
  color: var(--teal-2);
  font-size: .85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.register-kicker::before {
  content: "";
  width: 34px;
  height: 6px;
  border-radius: 999px;
  background: var(--purple);
}

.register-copy h2 {
  max-width: 470px;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 4.35vw, 4.05rem);
  line-height: .98;
}

.register-section p {
  color: rgba(255, 255, 255, .7);
  font-size: 1.05rem;
  font-weight: 600;
}

.register-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--white);
  font-weight: 800;
}

.register-email svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.signup-form {
  padding: clamp(26px, 3.4vw, 36px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    0 30px 80px rgba(4, 20, 30, .28);
  backdrop-filter: blur(18px);
  text-align: left;
}

.form-label {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .9);
  font-size: .8rem;
  font-weight: 900;
}

.form-field {
  position: relative;
}

.form-control {
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .15);
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.form-control:focus {
  border-color: rgba(47, 199, 175, .68);
  background: rgba(255, 255, 255, .19);
  color: var(--white);
  box-shadow: 0 0 0 .2rem rgba(47, 199, 175, .16);
}

.form-control::placeholder {
  color: rgba(255, 255, 255, .62);
}

.form-select {
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, .82) 50%), linear-gradient(135deg, rgba(255, 255, 255, .82) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.form-select option {
  color: var(--ink);
}

textarea.form-control {
  min-height: 112px;
  resize: vertical;
}

.field-feedback {
  min-height: 22px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .8rem;
  font-weight: 600;
}

.field-feedback:empty {
  display: none;
}

.field-feedback-captcha {
  min-height: 0;
  margin-top: 12px;
}

.field-feedback-captcha.is-visible {
  min-height: 22px;
}

.form-field.is-invalid .field-feedback,
.field-feedback-captcha.is-visible {
  color: #ffd7d3;
}

.form-field.is-valid .field-feedback {
  color: #b8f3e9;
}

.form-control.is-invalid,
.form-field.is-invalid .form-control {
  border-color: rgba(241, 95, 87, .88);
}

.form-control.is-valid,
.form-field.is-valid .form-control {
  border-color: rgba(47, 199, 175, .88);
}

.turnstile-slot {
  min-height: 65px;
}

.form-check {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, .66);
  font-size: .82rem;
}

.form-check-input:checked {
  border-color: var(--teal-2);
  background-color: var(--teal-2);
}

.btn-register {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background:var(--teal-2);
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(47, 199, 175, .24);
}

.btn-register:hover {
  color: var(--white);
  filter: brightness(1.03);
}

.btn-register svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.btn-register:disabled {
  cursor: wait;
  opacity: .9;
}

.form-status {
  display: none;
  margin: 0;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: .9rem;
  font-weight: 700;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background: rgba(47, 199, 175, .18);
  color: #d8fff7;
  border: 1px solid rgba(47, 199, 175, .34);
}

.form-status.is-error {
  background: rgba(241, 95, 87, .16);
  color: #ffe4e0;
  border: 1px solid rgba(241, 95, 87, .3);
}

.site-footer {
  padding: 28px 0;
  background: #1b2024;
  color: rgba(255, 255, 255, .4);
}

.footer-compact {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-compact p {
  margin: 0;
  color: rgba(255, 255, 255, .42);
  font-size: .9rem;
  font-weight: 700;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s ease;
}

.js-ready .reveal:not(.is-visible) {
  opacity: .96;
  transform: translateY(20px);
}

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

.delay-1 {
  transition-delay: .12s;
}

.delay-2 {
  transition-delay: .22s;
}

@keyframes waveFlow {
  to {
    background-position: -2045px 50%;
  }
}

@keyframes botPulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.035); }
}

@keyframes heroOrbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes iconDrift {
  0%, 100% { transform: translateX(-3px); }
  50% { transform: translateX(5px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-wrap,
  .hero-wave,
  .hero-orbit-img,
  .benefit-icon {
    animation: none;
  }
}

@media (max-width: 991.98px) {
  .site-nav {
    background: rgba(20, 42, 49, .96);
  }

  .navbar-collapse {
    padding: 18px 0 8px;
  }

  .nav-link {
    margin-left: 0;
    padding: 12px 0;
  }

  .lang-switch {
    margin-top: 10px;
  }

  .hero-section {
    min-height: 560px;
    padding: 118px 0 0;
  }

  .hero-wave {
    top: 38%;
    height: 150px;
    background-size: auto 86px;
  }

  .mini-cta {
    position: relative;
    margin-top: 42px;
  }

  .phone-stage {
    min-height: 360px;
    place-items: end center;
  }

  .intro-section .row > .col-lg-5 {
    padding-top: 0;
  }

  .phone-device {
    width: min(270px, 66vw);
    transform: rotate(-12deg) translate(12px, 92px);
  }

  .help-phone-stage {
    min-height: 390px;
  }

  .help-phone-device {
    width: min(250px, 62vw);
    transform: perspective(850px) rotateX(4deg) rotateY(-7deg) rotateZ(1deg) translate(18px, 70px);
  }

  .floating-card {
    left: 50%;
    top: 54px;
    min-width: 168px;
    transform: translateX(-50%);
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-image,
  .audience-copy {
    min-height: 390px;
  }

  .audience-grid .audience-image:nth-child(2) {
    order: -1;
  }

  .photo-copy {
    margin-left: 24px;
  }

  .photo-benefits {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 620px;
  }

  .photo-benefits p {
    margin-top: 12px;
  }

  .register-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .register-copy {
    max-width: 680px;
  }

  .footer-compact {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .brand-logo {
    width: 142px;
  }

  .hero-logo-wrap {
    width: min(246px, 78vw);
    margin-bottom: 18px;
  }

  .hero-icon-stage {
    width: 146px;
  }

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

  .section {
    padding: 72px 0;
  }
 
  .photo-band {
    padding: 72px 0;
  }
  .data-pills span,
  .data-pills span:nth-child(even) {
    width: 100%;
    transform: none;
  }

  .photo-band {
    min-height: 560px;
  }

  .photo-band::after {
    background: linear-gradient(180deg, rgba(11, 37, 43, .36), rgba(11, 37, 43, .82));
  }

  .photo-copy {
    align-self: end;
    margin: 0;
    padding: 0 22px 58px;
  }

  .photo-benefits {
    margin-top: 24px;
  }

  .benefit-pill {
    min-height: 62px;
    padding: 10px 11px 10px 18px;
  }

  .photo-benefits h3 {
    font-size: 1.32rem;
  }

  .benefit-icon {
    width: 42px;
    height: 42px;
  }

  .benefit-icon img {
    width: 26px;
    height: 26px;
  }

  .register-section {
    scroll-margin-top: 78px;
    padding: 88px 0 72px;
  }

  .register-logo {
    width: 180px;
    margin-bottom: 26px;
  }

  .register-copy h2 {
    max-width: 350px;
    font-size: clamp(2rem, 10.5vw, 2.85rem);
    line-height: 1.04;
  }

  .signup-form {
    padding: 22px;
  }

  .btn-register {
    width: 100%;
    justify-content: center;
  }

  .audience-copy {
    min-height: auto;
    padding: 54px 24px;
  }

  .audience-image {
    min-height: 280px;
  }
}
