:root {
  --navy: #163d78;
  --navy-deep: #09224d;
  --cyan: #22b8d4;
  --cyan-soft: #dff8fc;
  --mint: #36d1a3;
  --sun: #f5c842;
  --ink: #11213a;
  --muted: #5d6b82;
  --line: #d8e4ef;
  --paper: #ffffff;
  --mist: #f3f9fc;
  --shadow: 0 24px 70px rgba(9, 34, 77, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 228, 239, 0.7);
  backdrop-filter: blur(12px);
}

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

.main-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--navy-deep);
  font-size: 0.94rem;
  font-weight: 700;
}

.main-nav a {
  opacity: 0.82;
}

.main-nav a:hover {
  color: var(--cyan);
  opacity: 1;
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  padding: 0 18px;
  color: white;
  background: var(--navy);
}

.button {
  padding: 0 22px;
}

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

.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--cyan), var(--navy));
  box-shadow: 0 14px 26px rgba(34, 184, 212, 0.24);
}

.button-secondary {
  color: var(--navy-deep);
  background: var(--sun);
  box-shadow: 0 14px 26px rgba(245, 200, 66, 0.24);
}

.button-ghost {
  color: var(--navy);
  border: 1px solid var(--line);
  background: white;
}

.button-full {
  width: 100%;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.menu-button span {
  width: 20px;
  height: 2px;
  background: var(--navy);
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100svh - 78px);
  padding: clamp(36px, 6vw, 82px) clamp(18px, 5vw, 74px) 42px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.93) 0 46%, rgba(223, 248, 252, 0.66) 46% 100%),
    url("assets/wix-gradient.jpg") center right / cover no-repeat;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  color: var(--navy-deep);
  font-size: clamp(2.35rem, 5vw, 4.55rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(34, 184, 212, 0.22);
  border-radius: var(--radius);
  color: var(--navy-deep);
  background: rgba(255, 255, 255, 0.75);
  font-weight: 800;
  font-size: 0.88rem;
}

.hero-panel {
  position: relative;
  align-self: stretch;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(190px, 0.72fr);
  gap: 20px;
  align-items: stretch;
  min-height: 560px;
  padding: 20px;
  border: 1px solid rgba(216, 228, 239, 0.7);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 249, 252, 0.96));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-visual {
  position: relative;
  order: 2;
  min-height: 100%;
  border: 1px solid rgba(216, 228, 239, 0.7);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(223, 248, 252, 0.74), rgba(255, 255, 255, 0.98));
  overflow: hidden;
}

.rights-carousel,
.carousel-slide {
  position: absolute;
  inset: 0;
}

.carousel-slide {
  opacity: 0;
  transition: opacity 650ms ease;
}

.carousel-slide.is-active {
  opacity: 1;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(9, 34, 77, 0.08), rgba(9, 34, 77, 0.84)),
    linear-gradient(90deg, rgba(9, 34, 77, 0.12), transparent 55%);
}

.carousel-copy {
  position: absolute;
  right: 16px;
  bottom: 54px;
  left: 16px;
  z-index: 1;
  color: white;
}

.carousel-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 9px;
  border-radius: var(--radius);
  color: var(--navy-deep);
  background: rgba(223, 248, 252, 0.94);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.carousel-copy strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.08;
}

.carousel-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  line-height: 1.45;
}

.carousel-dots {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  gap: 6px;
}

.carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.carousel-dots span.is-active {
  width: 22px;
  background: white;
}

.case-form {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 22px;
  border: 1px solid rgba(216, 228, 239, 0.9);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(9, 34, 77, 0.14);
}

.form-heading h2 {
  margin-bottom: 6px;
  color: var(--navy-deep);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.form-heading p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.badge {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: var(--radius);
  color: var(--navy-deep);
  background: var(--cyan-soft);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

label {
  display: grid;
  gap: 7px;
  color: var(--navy-deep);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: white;
}

input:focus,
select:focus {
  outline: 3px solid rgba(34, 184, 212, 0.22);
  border-color: var(--cyan);
}

small {
  color: var(--muted);
  line-height: 1.45;
}

.analysis-loader {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(34, 184, 212, 0.3);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #f2fbff, #ffffff);
}

.analysis-loader[hidden] {
  display: none;
}

.analysis-loader strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-deep);
}

.analysis-loader p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.loader-ring {
  width: 38px;
  height: 38px;
  border: 4px solid var(--cyan-soft);
  border-top-color: var(--cyan);
  border-radius: 50%;
  animation: spin 850ms linear infinite;
}

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

.ai-result {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(34, 184, 212, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #f2fbff, #ffffff);
}

.ai-result[hidden] {
  display: none;
}

.ai-result strong {
  color: var(--navy-deep);
  font-size: 1rem;
  line-height: 1.25;
}

.ai-result p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.result-kicker {
  width: max-content;
  padding: 5px 8px;
  border-radius: var(--radius);
  color: var(--navy-deep);
  background: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ai-result.is-strong {
  border-color: rgba(54, 209, 163, 0.45);
  background: linear-gradient(180deg, #effff9, #ffffff);
}

.ai-result.is-review {
  border-color: rgba(245, 200, 66, 0.55);
  background: linear-gradient(180deg, #fff9df, #ffffff);
}

.ai-result.is-low {
  border-color: rgba(216, 228, 239, 0.95);
  background: linear-gradient(180deg, #f6f9fc, #ffffff);
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-band div {
  min-height: 132px;
  padding: 28px clamp(18px, 3vw, 42px);
  background: white;
}

.proof-band strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1;
}

.proof-band span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 74px);
}

.intro-section,
.process-section,
.money-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.section-copy h2,
.section-heading h2,
.money-copy h2,
.final-cta h2 {
  margin-bottom: 16px;
  color: var(--navy-deep);
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-copy p,
.section-heading p,
.money-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-list article,
.right-card,
.process-steps article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.feature-list article {
  min-height: 240px;
  padding: 24px;
}

.feature-list span,
.process-steps span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: var(--radius);
  color: var(--navy-deep);
  background: var(--sun);
  font-weight: 900;
}

.feature-list h3,
.right-card h3,
.process-steps h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 1.18rem;
}

.feature-list p,
.right-card p,
.process-steps p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.rights-section {
  background: var(--mist);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.rights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.right-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 24px;
}

.icon-chip {
  display: inline-flex;
  width: max-content;
  min-width: 54px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 0 10px;
  border-radius: var(--radius);
  color: white;
  background: var(--navy);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.right-card a {
  margin-top: auto;
  color: var(--cyan);
  font-weight: 900;
}

.comparison-section {
  background: var(--navy-deep);
}

.comparison-section .eyebrow,
.comparison-section h2 {
  color: white;
}

.comparison-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: white;
  background: rgba(255, 255, 255, 0.06);
}

.table-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.table-row:last-child {
  border-bottom: 0;
}

.table-row div {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  line-height: 1.45;
}

.table-row div:last-child {
  border-right: 0;
  color: #dffbff;
  font-weight: 800;
}

.table-head {
  background: rgba(34, 184, 212, 0.18);
  font-weight: 900;
}

.process-section {
  background: white;
}

.process-steps {
  display: grid;
  gap: 14px;
}

.process-steps article {
  min-height: 150px;
  padding: 24px;
}

.money-section {
  padding: clamp(50px, 7vw, 94px) clamp(18px, 5vw, 74px);
  background: linear-gradient(135deg, #eefaff, #ffffff 58%, #fff8da);
}

.money-visual {
  align-self: stretch;
  min-height: 420px;
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--cyan), var(--navy));
  overflow: hidden;
}

.money-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.money-copy {
  align-self: center;
}

.money-copy ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.money-copy li {
  padding: 12px 14px;
  border-left: 4px solid var(--cyan);
  border-radius: var(--radius);
  color: var(--navy-deep);
  background: white;
  font-weight: 800;
}

.faq-section {
  background: white;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 920px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

summary {
  cursor: pointer;
  padding: 20px;
  color: var(--navy-deep);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.6;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(48px, 7vw, 84px) clamp(18px, 5vw, 74px);
  color: white;
  background:
    linear-gradient(90deg, rgba(9, 34, 77, 0.94), rgba(22, 61, 120, 0.84)),
    url("assets/wix-gradient.jpg") center / cover no-repeat;
}

.final-cta h2 {
  max-width: 900px;
  margin: 0;
  color: white;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 28px;
  padding: 44px clamp(18px, 5vw, 74px) 24px;
  color: rgba(255, 255, 255, 0.78);
  background: #061a38;
}

.site-footer img {
  width: 136px;
  margin-bottom: 16px;
  border-radius: var(--radius);
  background: white;
}

.site-footer p {
  max-width: 460px;
  line-height: 1.55;
}

.site-footer div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer strong,
.site-footer a:hover {
  color: white;
}

.copyright {
  grid-column: 1 / -1;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  max-width: 440px;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 16px 40px rgba(9, 34, 77, 0.18);
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.cookie-banner button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--radius);
  color: white;
  background: var(--navy);
  cursor: pointer;
  font-weight: 800;
}

@media (max-width: 1040px) {
  .hero,
  .intro-section,
  .process-section,
  .money-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-panel {
    grid-template-columns: minmax(320px, 1fr) minmax(220px, 0.7fr);
    min-height: 520px;
  }

  .proof-band,
  .rights-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .brand img {
    width: 132px;
  }

  .menu-button {
    display: inline-flex;
    justify-self: end;
  }

  .main-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 8px;
    border-top: 1px solid var(--line);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 12px 0;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 30px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(223, 248, 252, 0.78)),
      url("assets/wix-gradient.jpg") center / cover no-repeat;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px;
  }

  .hero-visual {
    position: relative;
    order: -1;
    width: 100%;
    min-height: 280px;
    margin: 0;
  }

  .carousel-slide img {
    width: 100%;
    height: 100%;
  }

  .case-form {
    position: relative;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .table-row div {
    border-right: 0;
  }

  .table-head {
    display: none;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .proof-band,
  .rights-grid {
    grid-template-columns: 1fr;
  }

  .proof-band div {
    min-height: auto;
  }

  .right-card {
    min-height: auto;
  }

  .money-visual {
    min-height: 300px;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    align-items: stretch;
    flex-direction: column;
  }
}
