:root {
  --interest-ink: #07313a;
  --interest-muted: #4d6870;
  --interest-teal: #0f5e6f;
  --interest-teal-dark: #084653;
  --interest-blue: #2584b0;
  --interest-green: #178744;
  --interest-gold: #d89a00;
  --interest-surface: rgba(255, 255, 255, 0.86);
  --interest-line: rgba(7, 49, 58, 0.14);
  --interest-shadow: 0 24px 80px rgba(7, 49, 58, 0.11);
}

body.interest-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 9% 10%, rgba(37, 132, 176, 0.17), transparent 31rem),
    radial-gradient(circle at 91% 3%, rgba(23, 135, 68, 0.14), transparent 29rem),
    linear-gradient(155deg, #f7fffd 0%, #fbfaf4 48%, #f4fbff 100%);
}

.interest-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 94, 111, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 94, 111, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 84%);
}

.interest-header {
  border-bottom: 1px solid var(--interest-line);
  background: rgba(250, 255, 253, 0.82);
  backdrop-filter: blur(18px);
}

.interest-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.interest-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 0.45rem;
}

.interest-brand img {
  width: 178px;
  height: auto;
}

.interest-brand:focus-visible,
.interest-language a:focus-visible,
.interest-back:focus-visible,
.interest-service-nav a:focus-visible,
.interest-form :is(input, textarea, button):focus-visible,
.interest-link:focus-visible,
.privacy-nav a:focus-visible {
  outline: 3px solid #f2a900;
  outline-offset: 4px;
}

.interest-language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.interest-language a {
  min-width: 42px;
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  padding: 0.42rem 0.7rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--interest-muted);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.interest-language a:hover {
  color: var(--interest-teal);
  border-color: var(--interest-line);
  background: rgba(255, 255, 255, 0.72);
}

.interest-language a[aria-current="page"] {
  color: #fff;
  border-color: var(--interest-teal-dark);
  background: var(--interest-teal-dark);
}

.interest-main {
  flex: 1;
  padding: clamp(2.2rem, 5vw, 4.6rem) 0 clamp(4rem, 8vw, 7rem);
}

.interest-back {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  color: var(--interest-teal-dark);
  border-bottom: 1px solid rgba(15, 94, 111, 0.35);
  font-size: 0.92rem;
  font-weight: 820;
}

.interest-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.7rem, 6vw, 5rem);
}

.interest-hero h1 {
  max-width: 17ch;
  margin-bottom: 1.25rem;
  color: var(--interest-ink);
  font-size: clamp(2.5rem, 5.5vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.interest-lede {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--interest-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}

.interest-response {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 8%, rgba(90, 199, 143, 0.45), transparent 36%),
    linear-gradient(145deg, var(--interest-teal-dark), var(--interest-teal));
  box-shadow: var(--interest-shadow);
}

.interest-response::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  top: -92px;
  right: -54px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(255, 255, 255, 0.045),
    0 0 0 52px rgba(255, 255, 255, 0.025);
}

.interest-response strong,
.interest-response span {
  position: relative;
  z-index: 1;
  display: block;
}

.interest-response strong {
  margin-bottom: 0.45rem;
  font-size: 1.24rem;
  line-height: 1.25;
}

.interest-response span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
}

.interest-service-nav {
  margin-bottom: clamp(2.2rem, 5vw, 3.8rem);
}

.interest-service-nav p {
  margin-bottom: 0.8rem;
  color: var(--interest-muted);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.interest-service-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.interest-service-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.62rem 0.88rem;
  border: 1px solid var(--interest-line);
  border-radius: 999px;
  color: var(--interest-muted);
  background: rgba(255, 255, 255, 0.67);
  font-size: 0.9rem;
  font-weight: 780;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.interest-service-nav a:hover,
.interest-service-nav a[aria-current="true"] {
  color: #fff;
  border-color: var(--interest-teal);
  background: var(--interest-teal);
}

.interest-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.interest-detail {
  padding-top: 0.7rem;
}

.interest-detail h2 {
  max-width: 20ch;
  margin-bottom: 1.2rem;
  color: var(--interest-ink);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.interest-description {
  max-width: 58ch;
  margin-bottom: 1.7rem;
  color: var(--interest-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.interest-benefits {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: benefit;
}

.interest-benefits li {
  position: relative;
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 0.9rem 1rem 0.9rem 3.8rem;
  border: 1px solid var(--interest-line);
  border-radius: 18px;
  color: var(--interest-ink);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 34px rgba(7, 49, 58, 0.055);
  counter-increment: benefit;
}

.interest-benefits li::before {
  content: "0" counter(benefit);
  position: absolute;
  left: 1rem;
  color: var(--interest-green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.interest-form-shell {
  padding: clamp(1.4rem, 4vw, 2.3rem);
  border: 1px solid var(--interest-line);
  border-radius: 28px;
  background: var(--interest-surface);
  box-shadow: var(--interest-shadow);
}

.interest-form-shell h2 {
  margin-bottom: 0.55rem;
  color: var(--interest-ink);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.06;
}

.interest-form-intro {
  margin-bottom: 1.5rem;
  color: var(--interest-muted);
}

.interest-form {
  display: grid;
  gap: 1.05rem;
}

.interest-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.interest-field {
  display: grid;
  gap: 0.38rem;
}

.interest-field label,
.interest-checkbox span {
  color: var(--interest-ink);
  font-size: 0.9rem;
  font-weight: 760;
}

.interest-optional {
  color: var(--interest-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.interest-field input,
.interest-field textarea {
  width: 100%;
  border: 1px solid rgba(7, 49, 58, 0.2);
  border-radius: 13px;
  color: var(--interest-ink);
  background: rgba(255, 255, 255, 0.92);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.interest-field input {
  min-height: 50px;
  padding: 0.72rem 0.82rem;
}

.interest-field textarea {
  min-height: 145px;
  resize: vertical;
  padding: 0.78rem 0.82rem;
  line-height: 1.55;
}

.interest-field input:hover,
.interest-field textarea:hover {
  border-color: rgba(15, 94, 111, 0.44);
}

.interest-checkbox {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
  cursor: pointer;
}

.interest-checkbox input {
  width: 19px;
  height: 19px;
  margin: 0.16rem 0 0;
  accent-color: var(--interest-teal);
}

.interest-checkbox span {
  color: var(--interest-muted);
  font-weight: 620;
  line-height: 1.55;
}

.interest-checkbox a,
.interest-link {
  color: var(--interest-teal-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.interest-submit {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.86rem 1.2rem;
  border: 1px solid var(--interest-teal-dark);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--interest-teal-dark), var(--interest-blue));
  box-shadow: 0 16px 36px rgba(15, 94, 111, 0.24);
  font-weight: 830;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.interest-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(15, 94, 111, 0.3);
}

.interest-form-note,
.interest-direct {
  margin: 0;
  color: var(--interest-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.interest-direct {
  padding-top: 0.95rem;
  border-top: 1px solid var(--interest-line);
}

.interest-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.interest-footer {
  border-top: 1px solid var(--interest-line);
  padding: 1.5rem 0;
  background: rgba(255, 255, 255, 0.5);
}

.interest-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
}

.interest-footer strong {
  color: var(--interest-teal-dark);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.interest-footer p {
  margin: 0;
  color: var(--interest-muted);
  font-size: 0.9rem;
}

.thanks-shell {
  max-width: 820px;
  margin: clamp(1rem, 5vw, 4rem) auto 0;
  padding: clamp(2rem, 6vw, 4.5rem);
  border: 1px solid var(--interest-line);
  border-radius: 32px;
  background: var(--interest-surface);
  box-shadow: var(--interest-shadow);
}

.thanks-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--interest-teal), var(--interest-green));
  font-size: 1.55rem;
  font-weight: 900;
}

.thanks-shell h1,
.privacy-hero h1 {
  max-width: 13ch;
  margin-bottom: 1.2rem;
  color: var(--interest-ink);
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.thanks-shell > p,
.privacy-hero > p {
  color: var(--interest-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.8rem 0 1.4rem;
}

.thanks-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border: 1px solid var(--interest-line);
  border-radius: 999px;
  color: var(--interest-teal-dark);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

.thanks-actions a:first-child {
  color: #fff;
  border-color: var(--interest-teal-dark);
  background: var(--interest-teal-dark);
}

.privacy-hero {
  max-width: 860px;
  margin-bottom: 2rem;
}

.privacy-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.8rem 0 2.5rem;
}

.privacy-nav a {
  min-width: 46px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--interest-line);
  border-radius: 999px;
  color: var(--interest-teal-dark);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

.privacy-sections {
  display: grid;
  gap: 1rem;
}

.privacy-section {
  scroll-margin-top: 1.5rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid var(--interest-line);
  border-radius: 24px;
  background: var(--interest-surface);
  box-shadow: 0 12px 38px rgba(7, 49, 58, 0.065);
}

.privacy-section h2 {
  margin-bottom: 1rem;
  color: var(--interest-ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.privacy-section h3 {
  margin: 1.2rem 0 0.35rem;
  color: var(--interest-teal-dark);
  font-size: 1rem;
}

.privacy-section p {
  margin-bottom: 0.8rem;
  color: var(--interest-muted);
  line-height: 1.68;
}

@media (max-width: 900px) {
  .interest-hero,
  .interest-layout {
    grid-template-columns: 1fr;
  }

  .interest-response {
    min-height: 155px;
  }

  .interest-layout {
    gap: 2.6rem;
  }
}

@media (max-width: 680px) {
  .interest-nav {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding-block: 1rem;
  }

  .interest-brand img {
    width: 155px;
  }

  .interest-language {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .interest-main {
    padding-top: 2.2rem;
  }

  .interest-hero h1 {
    max-width: 100%;
    font-size: clamp(2.15rem, 10.5vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .interest-form-grid {
    grid-template-columns: 1fr;
  }

  .interest-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .interest-language a,
  .interest-service-nav a,
  .interest-field input,
  .interest-field textarea,
  .interest-submit {
    transition: none;
  }
}
