:root {
  --bg: #f7f8fb;
  --bg-deep: #edf1f7;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --ink: #111827;
  --ink-soft: #6b7280;
  --line: rgba(17, 24, 39, 0.08);
  --blue: #3f7cff;
  --mint: #77d7be;
  --peach: #ffc7a8;
  --lavender: #d8ddff;
  --shadow-soft: 0 22px 60px rgba(31, 41, 55, 0.08);
  --shadow-float: 0 30px 80px rgba(63, 124, 255, 0.14);
  --radius-xxl: 42px;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --content-width: 1120px;
  --font-display: "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "Avenir Next", "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 18% 12%, rgba(216, 221, 255, 0.9), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(119, 215, 190, 0.34), transparent 22%),
    radial-gradient(circle at 70% 86%, rgba(255, 199, 168, 0.42), transparent 26%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(17, 24, 39, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 39, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 20%, black 0 42%, transparent 72%);
}

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

.page-shell {
  width: min(calc(100% - 36px), var(--content-width));
  margin: 0 auto;
  padding: 22px 0 34px;
}

.skip-link,
.sr-only {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link:focus {
  inline-size: auto;
  block-size: auto;
  clip-path: none;
  z-index: 30;
  top: 16px;
  left: 16px;
  padding: 12px 16px;
  border-radius: 999px;
  color: white;
  background: var(--ink);
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 42px rgba(31, 41, 55, 0.08);
  backdrop-filter: blur(24px) saturate(1.35);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-orb {
  inline-size: 42px;
  block-size: 42px;
  flex: 0 0 auto;
  border-radius: 16px;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.96) 0 12%, transparent 13%),
    linear-gradient(145deg, #4d8cff, #80dfc4 54%, #ffd4bf);
  box-shadow:
    inset 0 1px 8px rgba(255, 255, 255, 0.75),
    0 12px 28px rgba(63, 124, 255, 0.2);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand-copy strong {
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.brand-copy small {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 7px;
}

.site-nav a,
.language-control {
  min-height: 40px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 760;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-1px);
}

.language-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 7px 5px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 760;
}

.language-control select {
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  padding: 0 28px 0 11px;
  color: #fff;
  background: #1f2937;
  font: inherit;
  cursor: pointer;
}

.language-control select:focus-visible,
.button:focus-visible,
.nav-toggle:focus-visible {
  outline: 3px solid rgba(63, 124, 255, 0.26);
  outline-offset: 2px;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
  min-height: calc(100vh - 122px);
  padding: clamp(76px, 10vw, 126px) 0 64px;
}

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

.eyebrow {
  margin: 0 0 18px;
  color: #5d6b82;
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.74);
}

h1,
h2,
p {
  margin: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  letter-spacing: -0.075em;
}

h1 {
  max-width: 820px;
  font-size: clamp(4.4rem, 10vw, 9rem);
  font-weight: 860;
  line-height: 0.86;
}

h2 {
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  font-weight: 840;
  line-height: 0.92;
}

.hero-text {
  max-width: 650px;
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.24rem);
  line-height: 1.74;
}

.phone-panel,
.floating-note,
.contact-card,
.legal-card {
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(26px) saturate(1.3);
}

.phone-panel {
  position: relative;
  min-height: 560px;
  padding: 18px;
  border-radius: 52px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.48)),
    radial-gradient(circle at 50% 0%, rgba(63, 124, 255, 0.16), transparent 42%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    var(--shadow-float);
}

.phone-panel::after {
  content: "";
  position: absolute;
  inset: auto 34px 22px;
  height: 5px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.14);
}

.phone-panel__bar {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 8px 0 24px;
}

.phone-panel__bar span {
  width: 34px;
  height: 7px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.12);
}

.phone-panel__bar span + span {
  width: 7px;
}

.phone-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
}

.phone-card p {
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 760;
}

.phone-card strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: -0.05em;
}

.phone-card span {
  display: block;
  margin-top: 36px;
  color: var(--ink-soft);
}

.phone-card--large {
  min-height: 230px;
  background:
    radial-gradient(circle at 82% 10%, rgba(119, 215, 190, 0.4), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 252, 0.7));
}

.phone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.phone-note {
  margin-top: 12px;
  padding: 18px 20px;
  border-radius: 26px;
  color: #4b5563;
  background: rgba(255, 255, 255, 0.48);
  font-weight: 760;
}

.section {
  padding: 94px 0;
}

.section--blank {
  padding-top: 48px;
}

.blank-heading {
  max-width: 760px;
}

.floating-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.floating-note {
  min-height: 210px;
  padding: 24px;
  border-radius: var(--radius-xl);
}

.floating-note:nth-child(2) {
  transform: translateY(32px);
}

.floating-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #1f2937;
  background: rgba(255, 255, 255, 0.82);
  font-weight: 860;
}

.floating-note p {
  margin-top: 42px;
  color: #374151;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.section--contact {
  padding-top: 120px;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: var(--radius-xxl);
  color: white;
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #1f2937, #3f7cff);
  box-shadow: 0 28px 76px rgba(63, 124, 255, 0.2);
}

.contact-card h2 {
  max-width: 720px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  font-weight: 820;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.button--light {
  color: #1f2937;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 0 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: #334155;
  font-weight: 800;
}

.site-nav--simple {
  margin-left: auto;
}

.legal-page {
  padding: 72px 0 34px;
}

.legal-card {
  padding: clamp(28px, 6vw, 64px);
  border-radius: var(--radius-xxl);
}

.legal-card h1 {
  font-size: clamp(3rem, 7vw, 6rem);
}

.legal-card section {
  max-width: 820px;
  margin-top: 34px;
}

.legal-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.legal-card p {
  color: var(--ink-soft);
  line-height: 1.75;
}

.legal-card p + p {
  margin-top: 12px;
}

.legal-card a {
  color: #315fdb;
  font-weight: 850;
}

.legal-updated {
  margin-top: 18px;
  color: var(--ink-soft);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    border-radius: 30px;
  }

  .nav-toggle {
    display: block;
    margin-top: 3px;
  }

  .site-nav {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 42px rgba(31, 41, 55, 0.12);
    backdrop-filter: blur(22px);
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .site-nav--simple {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .site-nav a,
  .language-control {
    width: 100%;
    justify-content: space-between;
  }

  .site-nav--simple a {
    width: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .phone-panel {
    min-height: auto;
  }

  .floating-notes {
    grid-template-columns: 1fr;
  }

  .floating-note:nth-child(2) {
    transform: none;
  }

  .contact-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(calc(100% - 22px), var(--content-width));
    padding-top: 12px;
  }

  .brand-copy small,
  .language-control span {
    display: none;
  }

  .hero {
    padding-top: 54px;
  }

  h1 {
    font-size: clamp(3.4rem, 19vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.4rem, 13vw, 3.6rem);
  }

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

  .button {
    width: 100%;
  }

  .site-footer {
    display: block;
  }

  .site-footer p + p {
    margin-top: 8px;
  }
}
