:root {
  --bg: #050a13;
  --bg-soft: #0b1626;
  --bg-panel: #0f2036;
  --bg-panel-alt: #132742;
  --surface: #f2f6fb;
  --surface-muted: #dbe7f5;
  --text: #e9f2ff;
  --text-muted: #b8cbe0;
  --text-dark: #0f2238;
  --line: rgba(201, 223, 247, 0.23);
  --line-strong: rgba(201, 223, 247, 0.42);
  --primary: #1ec2a0;
  --primary-dark: #0d9d7f;
  --secondary: #64a9ff;
  --secondary-dark: #3a84db;
  --danger: #ff7f83;
  --success: #2ac793;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --section-space: clamp(3.5rem, 6vw, 6rem);
  --header-height: 74px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 20% -10%, #132844 0%, #050a13 48%), #050a13;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: -120%;
  left: 1rem;
  z-index: 1200;
  padding: 0.75rem 1rem;
  color: #041120;
  background: var(--primary);
  border-radius: var(--radius-sm);
}

.skip-link:focus-visible {
  top: 1rem;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.75;
}

.orb-1 {
  width: 520px;
  height: 520px;
  top: -190px;
  right: -130px;
  background: radial-gradient(circle, rgba(30, 194, 160, 0.45) 0%, rgba(30, 194, 160, 0) 74%);
  animation: floatOrb 12s ease-in-out infinite;
}

.orb-2 {
  width: 620px;
  height: 620px;
  bottom: -270px;
  left: -170px;
  background: radial-gradient(circle, rgba(100, 169, 255, 0.38) 0%, rgba(100, 169, 255, 0) 74%);
  animation: floatOrb 15s ease-in-out infinite reverse;
}

.bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(122, 169, 216, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(122, 169, 216, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.22;
}

.container {
  width: min(1180px, calc(100% - 2.2rem));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: var(--section-space) 0;
}

#final-cta,
#lead-form {
  scroll-margin-top: calc(var(--header-height) + 0.9rem);
}

.section-kicker,
.eyebrow {
  margin-bottom: 0.75rem;
  color: #90baf2;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-lead {
  max-width: 760px;
  margin-top: 0.9rem;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 110;
  border-bottom: 1px solid rgba(151, 188, 228, 0.18);
  background: rgba(4, 10, 19, 0.64);
  backdrop-filter: blur(12px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  gap: 1.4rem;
}

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

.brand-logo {
  display: block;
  width: clamp(148px, 18vw, 220px);
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1.05rem;
}

.nav-menu {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.05rem;
}

.nav-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  flex-shrink: 0;
}

.nav-menu a {
  color: #deecff;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.nav-menu a:hover {
  color: #fff;
}

.button-nav-cta {
  min-width: clamp(11rem, 12.2vw, 13.4rem);
  white-space: nowrap;
  padding-inline: 0.95rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem;
  border-radius: 999px;
  border: 1px solid rgba(151, 188, 228, 0.34);
  background: rgba(12, 29, 52, 0.72);
}

.lang-btn {
  min-width: 2.2rem;
  height: 1.78rem;
  border: 0;
  border-radius: 999px;
  color: #b8cef1;
  background: transparent;
  font-weight: 700;
  cursor: pointer;
}

.lang-btn.is-active {
  color: #031122;
  background: #e5f2ff;
}

.theme-btn {
  width: 2.18rem;
  height: 2.18rem;
  padding: 0;
  border: 1px solid rgba(151, 188, 228, 0.34);
  border-radius: 999px;
  background: rgba(12, 29, 52, 0.72);
  color: #d3e6fc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.theme-btn:hover {
  background: rgba(30, 61, 97, 0.8);
}

.theme-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theme-icon svg {
  width: 1.08rem;
  height: 1.08rem;
}

.theme-icon-sun svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-icon-moon svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  stroke: none;
}

.theme-btn .theme-icon-sun {
  display: none;
}

.theme-btn .theme-icon-moon {
  display: inline-flex;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.74rem 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  color: #051221;
  background: linear-gradient(145deg, var(--primary) 0%, #56e3c4 100%);
  box-shadow: 0 12px 24px rgba(30, 194, 160, 0.28);
}

.button-primary:hover {
  background: linear-gradient(145deg, #12b894 0%, #46d7b8 100%);
}

.button-secondary {
  color: #fff;
  background: linear-gradient(145deg, var(--secondary) 0%, #8dc6ff 100%);
  box-shadow: 0 10px 22px rgba(100, 169, 255, 0.28);
}

.button-secondary:hover {
  background: linear-gradient(145deg, var(--secondary-dark) 0%, #74b5fb 100%);
}

.button-ghost {
  color: #d7e9ff;
  background: rgba(105, 155, 212, 0.12);
  border: 1px solid rgba(137, 182, 232, 0.42);
}

.button-ghost:hover {
  background: rgba(105, 155, 212, 0.2);
}

.hero {
  padding: 0;
  overflow: clip;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./assets/screenshots/dashboard.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.06) contrast(1.08);
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, rgba(5, 10, 20, 0.94) 16%, rgba(5, 10, 20, 0.68) 52%, rgba(5, 10, 20, 0.84) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: start;
  min-height: calc(100svh - var(--header-height));
  width: min(1320px, 100%);
  padding: clamp(2.6rem, 6vw, 5.6rem) clamp(1.2rem, 4vw, 4.4rem);
  margin: 0 auto;
}

.hero-copy {
  max-width: 620px;
  min-height: clamp(33rem, 64svh, 42rem);
  display: grid;
  align-content: start;
  animation: heroRise 680ms ease both;
}

.hero-copy .eyebrow {
  color: #b0cdf3;
}

.hero-copy h1 {
  font-size: clamp(1.84rem, 4.35vw, 3.86rem);
  max-width: 16ch;
  text-wrap: balance;
}

.hero-text {
  max-width: 56ch;
  margin-top: 1.15rem;
  color: #ccdef2;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-points {
  display: grid;
  gap: 0.66rem;
  margin-top: 1.24rem;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 1.24rem;
  color: #c7daef;
}

.hero-points li::before {
  content: "";
  position: absolute;
  top: 0.61rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(30, 194, 160, 0.15);
}

.hero-card {
  justify-self: end;
  width: min(500px, 100%);
  min-height: clamp(32rem, 62svh, 40rem);
  display: grid;
  align-content: start;
  padding: clamp(1rem, 1.8vw, 1.45rem);
  border: 1px solid rgba(178, 207, 240, 0.3);
  border-radius: 20px;
  background: linear-gradient(175deg, rgba(16, 35, 61, 0.88) 0%, rgba(9, 20, 38, 0.92) 100%);
  backdrop-filter: blur(8px);
  animation: heroRise 680ms ease 90ms both;
}

.hero-shot {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(177, 206, 239, 0.32);
  margin-bottom: 0.9rem;
}

.hero-card h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
}

.hero-card p {
  color: #b9cfe8;
}

.mini-metrics {
  display: grid;
  gap: 0.66rem;
  margin: 0.95rem 0 1rem;
}

.mini-metrics div {
  padding: 0.75rem 0.82rem;
  border: 1px solid rgba(177, 205, 239, 0.22);
  border-radius: 12px;
  background: rgba(8, 19, 35, 0.5);
}

.mini-metrics strong {
  display: block;
  color: #ecf6ff;
  font-size: 1.38rem;
  font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
}

.mini-metrics span {
  color: #bed1e7;
  font-size: 0.92rem;
}

.inline-link {
  color: #8ed5ff;
  font-weight: 700;
}

main > .section:not(.hero) {
  border-top: 1px solid rgba(146, 183, 224, 0.18);
}

.proof,
.problem-solution,
.how-it-works,
.faq {
  background: rgba(10, 24, 43, 0.42);
}

.tour,
.benefits,
.offer,
.final-cta {
  background: rgba(8, 17, 31, 0.48);
}

.proof h2,
.problem-solution h2,
.benefits h2,
.how-it-works h2,
.offer h2,
.faq h2,
.final-cta h2,
.tour h2 {
  font-size: clamp(1.72rem, 3vw, 2.62rem);
  max-width: 22ch;
  text-wrap: balance;
}

.logo-wall {
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
  margin-top: 1.34rem;
}

.logo-wall span {
  padding: 0.45rem 0.86rem;
  border-radius: 999px;
  font-weight: 700;
  color: #d3e7ff;
  border: 1px solid rgba(158, 193, 232, 0.28);
  background: rgba(9, 25, 44, 0.64);
}

.metric-grid,
.benefit-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.32rem;
  align-items: stretch;
}

.metric-card,
.benefit-card,
.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 0.58rem;
  padding: 1.12rem 0;
  border-top: 1px solid rgba(170, 201, 236, 0.28);
  background: transparent;
}

.metric-card h3,
.benefit-card h3,
.pricing-card h3 {
  font-size: clamp(1.06rem, 1.4vw, 1.32rem);
}

.metric-card h3 {
  color: #b5dbff;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
}

.metric-card p,
.benefit-card p,
.pricing-card p,
.step-card p,
.offer-note,
.faq-item p,
.final-copy p {
  margin-top: 0.56rem;
  color: var(--text-muted);
}

.tour-carousel {
  position: relative;
  margin-top: 1.35rem;
  border: 1px solid rgba(164, 197, 234, 0.36);
  border-radius: var(--radius-lg);
  background: rgba(11, 24, 42, 0.74);
  overflow: hidden;
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 400ms ease;
}

.carousel-slide {
  min-width: 100%;
  margin: 0;
}

.carousel-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #0f1c2f;
}

.carousel-slide figcaption {
  min-height: 3.9rem;
  padding: 0.9rem 1rem 1.05rem;
  color: #c2d6ed;
  font-weight: 600;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(172, 202, 236, 0.5);
  border-radius: 999px;
  color: #eef7ff;
  background: rgba(6, 18, 33, 0.72);
  transform: translateY(-50%);
  cursor: pointer;
}

.carousel-nav-prev {
  left: 0.66rem;
}

.carousel-nav-next {
  right: 0.66rem;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.48rem;
  margin-top: 0.82rem;
}

.carousel-dot {
  width: 0.7rem;
  height: 0.7rem;
  border: 0;
  border-radius: 999px;
  background: rgba(169, 198, 231, 0.35);
  cursor: pointer;
}

.carousel-dot.is-active {
  background: var(--primary);
}

.split-grid,
.final-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.35rem;
  align-items: stretch;
}

.split-card {
  padding: 1rem 0;
  border-top: 1px solid rgba(170, 202, 237, 0.28);
}

.split-card h3 {
  margin-bottom: 0.68rem;
}

.split-card ul,
.final-points {
  display: grid;
  gap: 0.56rem;
  list-style: none;
}

.split-card li,
.final-points li,
.pricing-card li,
.step-card {
  position: relative;
  padding-left: 1.06rem;
}

.split-card li::before,
.final-points li::before,
.pricing-card li::before {
  content: "";
  position: absolute;
  top: 0.58rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
}

.split-card-danger li::before {
  background: var(--danger);
}

.split-card-good li::before,
.final-points li::before {
  background: var(--success);
}

.pricing-card li::before {
  background: var(--secondary);
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.32rem;
  list-style: none;
  align-items: stretch;
}

.step-card {
  min-height: 100%;
  padding: 1.05rem 0 1.05rem 3.5rem;
  border-top: 1px solid rgba(168, 199, 236, 0.3);
}

.step-number {
  position: absolute;
  top: 1rem;
  left: 0;
  color: #84c9ff;
  font-size: 1.05rem;
  font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 700;
}

.price {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  color: #9ed4ff;
}

.pricing-card {
  align-content: start;
  gap: 0.74rem;
}

.pricing-card ul {
  list-style: none;
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.15rem;
}

.pricing-card .button {
  margin-top: auto;
}

.pricing-card-featured {
  border-top: 1px solid rgba(30, 194, 160, 0.6);
}

.badge {
  display: inline-block;
  width: max-content;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  color: #031122;
  background: var(--primary);
  font-size: 0.76rem;
  font-weight: 700;
}

.offer-note {
  margin-top: 1.1rem;
  padding: 0.78rem 0.9rem;
  border-left: 2px solid rgba(150, 200, 248, 0.56);
  background: rgba(15, 31, 52, 0.45);
}

.faq-list {
  display: grid;
  gap: 0.72rem;
  margin-top: 1.34rem;
}

.faq-item {
  border-top: 1px solid rgba(160, 193, 230, 0.34);
  background: transparent;
}

.faq-item summary {
  cursor: pointer;
  padding: 0.9rem 0;
  font-weight: 700;
  list-style: none;
  text-wrap: pretty;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: -0.2rem;
  padding: 0 0 0.95rem;
}

.final-copy {
  padding: 1rem 0;
  border-top: 1px solid rgba(170, 203, 239, 0.35);
}

.lead-form {
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(177, 207, 242, 0.36);
  background: linear-gradient(168deg, rgba(14, 31, 53, 0.78) 0%, rgba(9, 20, 35, 0.92) 100%);
}

.lead-form h3 {
  margin-bottom: 0.88rem;
}

.form-grid {
  display: grid;
  gap: 0.34rem;
}

.form-grid label {
  margin-top: 0.62rem;
  font-weight: 600;
  color: #d7e7fa;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid rgba(174, 204, 237, 0.38);
  border-radius: 12px;
  padding: 0.7rem 0.82rem;
  font: inherit;
  color: #eff6ff;
  background: rgba(8, 18, 31, 0.68);
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #94adc8;
}

.form-grid textarea {
  resize: vertical;
  min-height: 82px;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: rgba(30, 194, 160, 0.82);
  outline: none;
  box-shadow: 0 0 0 3px rgba(30, 194, 160, 0.2);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.58rem;
  margin-top: 0.9rem;
  color: #b9cee4;
}

.consent input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 0.88rem;
}

.form-note {
  min-height: 1.4rem;
  margin-top: 0.64rem;
  font-weight: 600;
}

.form-note.is-error {
  color: #ff9da0;
}

.form-note.is-success {
  color: #4de6b8;
}

.site-footer {
  margin-top: 1rem;
  border-top: 1px solid rgba(149, 184, 222, 0.2);
  background: rgba(5, 12, 22, 0.9);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
  padding: 1.7rem 0 1.08rem;
}

.footer-grid strong {
  color: #ebf6ff;
}

.footer-grid p {
  margin-top: 0.45rem;
  color: var(--text-muted);
}

.copyright {
  padding: 0.8rem 0 1.4rem;
  color: var(--text-muted);
}

html[data-theme="light"] {
  color-scheme: light;
}

html[data-theme="light"] body {
  color: #0f2238;
  background: radial-gradient(circle at 18% -12%, #d5e6fa 0%, #eef4fb 52%), #eef4fb;
}

html[data-theme="light"] .orb-1 {
  background: radial-gradient(circle, rgba(68, 178, 154, 0.35) 0%, rgba(68, 178, 154, 0) 74%);
}

html[data-theme="light"] .orb-2 {
  background: radial-gradient(circle, rgba(102, 148, 219, 0.32) 0%, rgba(102, 148, 219, 0) 74%);
}

html[data-theme="light"] .bg-grid {
  opacity: 0.28;
}

html[data-theme="light"] .site-header {
  border-bottom-color: rgba(112, 150, 190, 0.34);
  background: rgba(243, 248, 255, 0.9);
}

html[data-theme="light"] .nav-menu a {
  color: #23466d;
}

html[data-theme="light"] .nav-menu a:hover {
  color: #122d4c;
}

html[data-theme="light"] .lang-switch {
  border-color: rgba(129, 167, 208, 0.45);
  background: #ffffff;
}

html[data-theme="light"] .lang-btn {
  color: #2c537b;
}

html[data-theme="light"] .lang-btn.is-active {
  color: #ffffff;
  background: #27527d;
}

html[data-theme="light"] .theme-btn {
  color: #2c547d;
  border-color: rgba(129, 167, 208, 0.45);
  background: #ffffff;
}

html[data-theme="light"] .theme-btn:hover {
  background: #edf4fc;
}

html[data-theme="light"] .theme-btn .theme-icon-sun {
  display: inline-flex;
}

html[data-theme="light"] .theme-btn .theme-icon-moon {
  display: none;
}

html[data-theme="light"] .button-ghost {
  color: #284e75;
  background: rgba(87, 132, 180, 0.12);
  border-color: rgba(87, 132, 180, 0.38);
}

html[data-theme="light"] .button-ghost:hover {
  background: rgba(87, 132, 180, 0.22);
}

html[data-theme="light"] .hero::before {
  filter: saturate(1.02) contrast(1.03);
}

html[data-theme="light"] .hero::after {
  background: linear-gradient(112deg, rgba(244, 250, 255, 0.92) 14%, rgba(244, 250, 255, 0.72) 48%, rgba(244, 250, 255, 0.86) 100%);
}

html[data-theme="light"] .hero-copy .eyebrow {
  color: #3f658d;
}

html[data-theme="light"] .hero-copy h1 {
  color: #10283f;
}

html[data-theme="light"] .hero-text {
  color: #2c4b67;
}

html[data-theme="light"] .hero-points li {
  color: #2f4e6c;
}

html[data-theme="light"] .hero-card {
  border-color: rgba(126, 161, 199, 0.34);
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.94) 0%, rgba(238, 246, 255, 0.94) 100%);
}

html[data-theme="light"] .hero-shot {
  border-color: rgba(124, 160, 199, 0.34);
}

html[data-theme="light"] .hero-card h2,
html[data-theme="light"] .mini-metrics strong {
  color: #173553;
}

html[data-theme="light"] .hero-card p,
html[data-theme="light"] .mini-metrics span {
  color: #3a5a79;
}

html[data-theme="light"] .mini-metrics div {
  border-color: rgba(124, 160, 199, 0.3);
  background: rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .inline-link {
  color: #1e4f85;
}

html[data-theme="light"] main > .section:not(.hero) {
  border-top-color: rgba(134, 168, 206, 0.3);
}

html[data-theme="light"] .proof,
html[data-theme="light"] .problem-solution,
html[data-theme="light"] .how-it-works,
html[data-theme="light"] .faq {
  background: rgba(230, 240, 251, 0.72);
}

html[data-theme="light"] .tour,
html[data-theme="light"] .benefits,
html[data-theme="light"] .offer,
html[data-theme="light"] .final-cta {
  background: rgba(244, 249, 255, 0.82);
}

html[data-theme="light"] .proof h2,
html[data-theme="light"] .problem-solution h2,
html[data-theme="light"] .benefits h2,
html[data-theme="light"] .how-it-works h2,
html[data-theme="light"] .offer h2,
html[data-theme="light"] .faq h2,
html[data-theme="light"] .final-cta h2,
html[data-theme="light"] .tour h2 {
  color: #173654;
}

html[data-theme="light"] .section-kicker,
html[data-theme="light"] .section-lead,
html[data-theme="light"] .metric-card p,
html[data-theme="light"] .benefit-card p,
html[data-theme="light"] .pricing-card p,
html[data-theme="light"] .step-card p,
html[data-theme="light"] .offer-note,
html[data-theme="light"] .faq-item p,
html[data-theme="light"] .final-copy p {
  color: #3c5d7e;
}

html[data-theme="light"] .logo-wall span {
  color: #2b537d;
  border-color: rgba(125, 161, 200, 0.42);
  background: rgba(255, 255, 255, 0.88);
}

html[data-theme="light"] .metric-card,
html[data-theme="light"] .benefit-card,
html[data-theme="light"] .pricing-card,
html[data-theme="light"] .split-card,
html[data-theme="light"] .step-card,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .final-copy {
  border-top-color: rgba(129, 164, 202, 0.42);
}

html[data-theme="light"] .metric-card h3,
html[data-theme="light"] .price,
html[data-theme="light"] .step-number {
  color: #1d558a;
}

html[data-theme="light"] .tour-carousel {
  border-color: rgba(126, 160, 198, 0.38);
  background: rgba(255, 255, 255, 0.88);
}

html[data-theme="light"] .carousel-slide figcaption {
  color: #325372;
}

html[data-theme="light"] .carousel-nav {
  color: #1d4368;
  border-color: rgba(126, 160, 198, 0.48);
  background: rgba(255, 255, 255, 0.85);
}

html[data-theme="light"] .carousel-dot {
  background: rgba(108, 148, 190, 0.42);
}

html[data-theme="light"] .offer-note {
  border-left-color: rgba(79, 130, 190, 0.58);
  background: rgba(214, 229, 247, 0.62);
}

html[data-theme="light"] .lead-form {
  border-color: rgba(126, 160, 198, 0.42);
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 247, 255, 0.96) 100%);
}

html[data-theme="light"] .lead-form h3,
html[data-theme="light"] .form-grid label {
  color: #173552;
}

html[data-theme="light"] .form-grid input,
html[data-theme="light"] .form-grid select,
html[data-theme="light"] .form-grid textarea {
  border-color: rgba(125, 160, 199, 0.5);
  color: #173551;
  background: #ffffff;
}

html[data-theme="light"] .form-grid input::placeholder,
html[data-theme="light"] .form-grid textarea::placeholder,
html[data-theme="light"] .consent {
  color: #3f5f7f;
}

html[data-theme="light"] .form-note.is-success {
  color: #117a5e;
}

html[data-theme="light"] .form-note.is-error {
  color: #b94a3d;
}

html[data-theme="light"] .site-footer {
  border-top-color: rgba(122, 156, 192, 0.35);
  background: rgba(229, 238, 248, 0.92);
}

html[data-theme="light"] .footer-grid strong {
  color: #173552;
}

html[data-theme="light"] .footer-grid p,
html[data-theme="light"] .copyright {
  color: #395978;
}

.reveal-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(84, 194, 255, 0.52);
  outline-offset: 2px;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatOrb {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(16px) translateX(-14px);
  }
}

@media (max-width: 1120px) {
  .metric-grid,
  .benefit-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hero-grid,
  .split-grid,
  .final-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding: clamp(2.6rem, 6vw, 4.2rem) 1.15rem 3rem;
  }

  .hero-copy,
  .hero-card {
    min-height: 0;
  }

  .hero-card {
    justify-self: start;
    width: min(560px, 100%);
  }
}

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

  .container {
    width: min(1180px, calc(100% - 1.2rem));
  }

  .nav {
    min-height: 68px;
  }

  .nav-links {
    justify-content: flex-end;
  }

  .nav-menu,
  .lang-switch {
    display: none;
  }

  .brand-logo {
    width: 148px;
  }

  .theme-btn {
    width: 2.02rem;
    height: 2.02rem;
  }

  .button {
    width: 100%;
  }

  .nav-controls .button {
    width: auto;
  }

  .button-nav-cta {
    min-width: 0;
    padding-inline: 0.88rem;
  }

  .hero-actions,
  .form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .metric-grid,
  .benefit-grid,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .lead-form {
    padding: 1.02rem;
  }

  .carousel-nav {
    width: 1.94rem;
    height: 1.94rem;
  }

  .carousel-nav-prev {
    left: 0.45rem;
  }

  .carousel-nav-next {
    right: 0.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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