:root {
  --ink: #010101;
  --text: #1f1f1f;
  --muted: #626262;
  --line: #e5ded1;
  --paper: #ffffff;
  --soft: #f7f4ee;
  --blue-soft: #f6efe2;
  --pink-soft: #fbf8f1;
  --yellow-soft: #f7efd9;
  --blue: #010101;
  --cyan: #c0992e;
  --yellow: #d7b15a;
  --orange: #a87525;
  --red: #111111;
  --pink: #c69a45;
  --purple: #2b2b2b;
  --green: #e8d6a9;
  --gold: #c0992e;
  --gold-dark: #8f6a2b;
  --shadow: 0 22px 55px rgba(5, 5, 5, 0.13);
  --radius: 28px;
  --max: 1180px;
  --heading: "Bebas Neue Pro", "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  /* Type scale — Bebas headings */
  --track-head: 0.045em;
  /* uniform, increased heading tracking */
  --fs-h2: clamp(2.5rem, 5vw, 5rem);
  /* section titles */
  --fs-feature: clamp(2rem, 3vw, 3.4rem);
  /* large in-panel statement */
  --fs-h3: clamp(1.65rem, 2.4vw, 2.4rem);
  /* sub-headings / pricing / accountability */
  --fs-card: clamp(1.5rem, 1.9vw, 1.7rem);
  /* peer card titles */
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

img,
svg {
  max-width: 100%;
}

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

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

h1,
h2,
h3,
.serif {
  font-family: var(--heading);
  font-weight: 400;
  letter-spacing: var(--track-head);
  line-height: 1;
  margin: 0;
}

h1 {
  font-size: clamp(3.4rem, 8vw, 7.9rem);
  max-width: 920px;
}

h2 {
  font-size: var(--fs-h2);
  margin-bottom: 18px;
}

h3 {
  font-size: var(--fs-h3);
  margin-bottom: 12px;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 105px 0;
}

.section.yellow {
  background: var(--yellow-soft);
}

#about {
  padding-top: 56px;
}

#why {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 86% 12%, rgba(192, 153, 46, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
}

#why::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1800 900'%3E%3Cdefs%3E%3ClinearGradient id='gold' x1='0' y1='1' x2='1' y2='0'%3E%3Cstop offset='0%25' stop-color='%23c0992e' stop-opacity='0.025'/%3E%3Cstop offset='72%25' stop-color='%23c0992e' stop-opacity='0.13'/%3E%3Cstop offset='100%25' stop-color='%23c0992e' stop-opacity='0.075'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' stroke='url(%23gold)' stroke-width='76' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M845 330 L1110 205 L1300 250 L1635 75'/%3E%3Cpath d='M845 755 L1120 575 L1325 610 L1660 205'/%3E%3C/g%3E%3Cg fill='none' stroke='%23c0992e' stroke-opacity='0.13' stroke-width='76' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1540 78 L1678 42 L1630 180'/%3E%3Cpath d='M1570 205 L1700 160 L1670 302'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

#why::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 46%, rgba(255, 255, 255, 0.70) 72%, rgba(255, 255, 255, 0.50) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.60) 58%, rgba(255, 255, 255, 0.96) 100%);
  pointer-events: none;
  z-index: 0;
}

#why .container {
  position: relative;
  z-index: 1;
}

.section-head {
  max-width: 800px;
  margin-bottom: 44px;
}

.section-head p {
  font-size: 1.035rem;
  color: #344854;
  max-width: 720px;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    radial-gradient(circle at 11% 30%, rgba(192, 153, 46, 0.13), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 245, 239, 0.94) 100%);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(192, 153, 46, 0.20);
  box-shadow: 0 12px 34px rgba(5, 5, 5, 0.07);
  overflow: hidden;
}

.nav::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 52px;
  right: 20%;
  top: -22px;
  transform: rotate(-18deg);
  background: linear-gradient(90deg, transparent, rgba(192, 153, 46, 0.14), transparent);
  border-radius: 999px;
  pointer-events: none;
}

.nav-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  height: 82px;
  flex: 0 0 auto;
  position: relative;
}

.nav .brand::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 153, 46, 0.18), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.brand-logo {
  height: 44px;
  width: auto;
  display: block;
}

.footer .brand-logo {
  height: 40px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-weight: 780;
  font-size: 0.94rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(229, 222, 209, 0.92);
  border-radius: 999px;
  padding: 10px 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 26px rgba(5, 5, 5, 0.04);
  backdrop-filter: blur(8px);
}

.nav-links a {
  position: relative;
  padding: 11px 13px;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-links a:not(.button)::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-links a:not(.button):hover {
  color: var(--ink);
  background: rgba(192, 153, 46, 0.08);
}

.nav-links a:not(.button):hover::after {
  transform: scaleX(1);
}

.nav .button {
  padding: 15px 24px;
  margin-left: 6px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(192, 153, 46, 0.18);
}

.nav .button::after {
  content: "→";
  color: var(--gold);
  font-weight: 950;
  margin-left: 2px;
}

.nav .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(192, 153, 46, 0.32);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  border: 1px solid var(--ink);
  font-weight: 850;
  box-shadow: 0 15px 30px rgba(7, 31, 45, 0.18);
  transition: 0.2s ease;
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(7, 31, 45, 0.2);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 70px;
  background:
    radial-gradient(circle at 82% 10%, rgba(192, 153, 46, 0.18), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8f5ee 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.91rem;
  margin-bottom: 26px;
  box-shadow: 0 12px 28px rgba(7, 31, 45, 0.05);
}

.eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ink), var(--gold));
}

.lead {
  font-size: clamp(1.044rem, 1.8vw, 1.332rem);
  max-width: 760px;
  margin: 30px 0 0;
  color: #31414c;
}

.hero-art {
  position: relative;
  min-height: 560px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 78% 28%, rgba(192, 153, 46, 0.18), transparent 30%),
    linear-gradient(145deg, #202020 0%, #010101 64%, #15120d 100%);
  overflow: hidden;
  box-shadow: var(--shadow);
  isolation: isolate;
  padding: 46px;
  display: flex;
  align-items: center;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 60%, rgba(192, 153, 46, 0.16) 60% 70%, transparent 70%),
    linear-gradient(42deg, transparent 0 74%, rgba(192, 153, 46, 0.28) 74% 88%, transparent 88%),
    radial-gradient(circle at 88% 72%, rgba(192, 153, 46, 0.22), transparent 26%);
  z-index: 0;
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 37px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.22) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-stat-copy {
  position: relative;
  z-index: 4;
  width: 100%;
  color: #fff;
}

.hero-stat-copy .mark {
  width: 44px;
  height: 24px;
  margin-bottom: 30px;
  color: var(--gold);
  opacity: 0.9;
}

.hero-stat-copy strong {
  display: block;
  font-family: var(--heading);
  font-weight: 400;
  font-size: clamp(4rem, 5.8vw, 5.85rem);
  line-height: 0.95;
  letter-spacing: var(--track-head);
  color: #fff;
  margin-bottom: 22px;
  white-space: nowrap;
}

.hero-stat-copy .gold-line {
  display: block;
  width: 62px;
  height: 4px;
  border-radius: 999px;
  background: var(--gold);
  margin-bottom: 22px;
}

.hero-stat-copy p {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.9rem, 1.06vw, 1.026rem);
  line-height: 1.55;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  width: min(100%, 420px);
}

.hero-proof {
  border: 1px solid rgba(192, 153, 46, 0.7);
  border-radius: 22px;
  padding: 18px 14px;
  background: rgba(5, 5, 5, 0.62);
  backdrop-filter: blur(8px);
  min-height: 132px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.proof-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  background: radial-gradient(circle, #f4d273 0%, var(--gold) 68%);
  color: #010101;
  font-weight: 950;
  font-size: 1rem;
  box-shadow: 0 12px 30px rgba(192, 153, 46, 0.24);
}

.hero-proof b {
  display: block;
  font-family: var(--heading);
  font-weight: 400;
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
  line-height: 0.98;
  letter-spacing: var(--track-head);
  color: #fff;
  margin-bottom: 9px;
  white-space: nowrap;
}

.hero-proof span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.28;
}

.hero-proof small {
  display: block;
  width: 38px;
  height: 3px;
  background: var(--gold);
  margin: 14px auto 0;
  border-radius: 999px;
}


.two-col {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 52px;
  align-items: start;
}

.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 14px 34px rgba(7, 31, 45, 0.07);
}

.accountability-card {
  padding: 30px;
  min-height: 355px;
}

.accountability-card h3 {
  font-size: var(--fs-h3);
  line-height: 1;
  letter-spacing: var(--track-head);
  margin-bottom: 14px;
}

.accountability-card p {
  font-size: 0.882rem;
  line-height: 1.58;
}

.accountability-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background:
    radial-gradient(circle at 72% 24%, rgba(192, 153, 46, 0.16), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #fbf8f1 100%);
  border: 1px solid rgba(229, 222, 209, 0.92);
  box-shadow: 0 12px 24px rgba(5, 5, 5, 0.06);
  color: var(--ink);
}

.accountability-icon svg,
.accountability-icon .card-icon-img {
  width: 36px;
  height: 36px;
  display: block;
}

.accountability-icon .gold-stroke {
  stroke: var(--gold);
}

.accountability-icon .gold-fill {
  fill: var(--gold);
}

.accountability-icon .ink-stroke {
  stroke: var(--ink);
}

.accountability-icon .ink-fill {
  fill: var(--ink);
}

.about-rail {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 32px;
  align-self: start;
}

.quote-card {
  background: var(--ink);
  color: #fff;
  border-radius: 34px;
  padding: 42px 46px 44px;
  overflow: hidden;
  position: relative;
  min-height: 390px;
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.12);
}

.quote-card::after {
  content: "";
  position: absolute;
  right: -106px;
  bottom: -132px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 153, 46, 0.24), rgba(192, 153, 46, 0.10) 62%, transparent 72%);
  z-index: 0;
}

.quote-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 0 62px;
}

.quote-mark {
  font-family: Georgia, serif;
  color: var(--cyan);
  line-height: 1;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.quote-mark-open {
  top: 34px;
  left: 44px;
  font-size: 5.4rem;
}

.quote-mark-close {
  right: 48px;
  bottom: 34px;
  font-size: 4.9rem;
  opacity: 0.72;
  z-index: 1;
}

.quote-title {
  margin: 0 0 22px;
  color: #fff;
  font-family: var(--heading);
  font-weight: 400;
  font-size: clamp(1.5rem, 2vw, 1.95rem);
  line-height: 1.12;
  letter-spacing: var(--track-head);
}

.quote-title b {
  font-weight: 400;
}

.quote-body {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.936rem;
  line-height: 1.55;
  max-width: 96%;
}

.quote-card b {
  color: white;
}

.left-brand-panel {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    radial-gradient(circle at 70% 22%, rgba(192, 153, 46, 0.14), transparent 34%),
    linear-gradient(145deg, #fbf8f1 0%, #ffffff 72%);
  border: 1px solid rgba(229, 222, 209, 0.9);
  box-shadow: 0 14px 34px rgba(7, 31, 45, 0.04);
  display: grid;
  place-items: center;
  padding: 34px;
}

.left-brand-panel::before {
  display: none;
  content: "";
  position: absolute;
  width: 135%;
  height: 54px;
  right: -46%;
  top: 46%;
  transform: rotate(-42deg);
  background: linear-gradient(90deg, transparent, rgba(192, 153, 46, 0.18), transparent);
  border-radius: 999px;
}

.left-brand-panel::after {
  display: none;
  content: "WHITE LYNX";
  position: absolute;
  left: 30px;
  bottom: 28px;
  font-weight: 950;
  letter-spacing: 0.32em;
  font-size: 0.78rem;
  color: rgba(5, 5, 5, 0.22);
}

.lynx-tile-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.check-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  color: #344854;
  font-weight: 730;
  font-size: 0.9rem;
}

.check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e9fff0;
  border: 1px solid rgba(53, 181, 88, 0.35);
  display: grid;
  place-items: center;
  color: var(--green);
  font-weight: 900;
}

.cross {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff0ed;
  border: 1px solid rgba(232, 58, 36, 0.24);
  display: grid;
  place-items: center;
  color: var(--red);
  font-weight: 900;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

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

.quality-card {
  padding: 26px;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 8px 8px 0 rgba(192, 153, 46, 0.78);
  min-height: 176px;
}

.quality-card .icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 24%, rgba(192, 153, 46, 0.16), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #fbf8f1 100%);
  border: 1px solid rgba(229, 222, 209, 0.92);
  box-shadow: 0 12px 26px rgba(5, 5, 5, 0.08);
  color: var(--ink);
}

.quality-card .icon svg,
.quality-card .icon .criterion-icon-img {
  width: 42px;
  height: 42px;
  display: block;
}

.quality-card .icon .gold-stroke {
  stroke: var(--gold);
}

.quality-card .icon .gold-fill {
  fill: var(--gold);
}

.quality-card .icon .ink-stroke {
  stroke: var(--ink);
}

.quality-card .icon .ink-fill {
  fill: var(--ink);
}

.quality-card h3 {
  font-family: var(--heading);
  font-weight: 400;
  letter-spacing: var(--track-head);
  line-height: 1;
  font-size: var(--fs-card);
}

.avoid-box {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}

.avoid-box h3 {
  margin-bottom: 22px;
}


.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  counter-reset: step;
}

.process-card {
  position: relative;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 92px 20px 22px;
  min-height: 252px;
  box-shadow: 7px 7px 0 rgba(192, 153, 46, 0.72);
}

.process-card::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 18px;
  left: 20px;
  font-family: var(--heading);
  font-size: 3.55rem;
  line-height: 0.9;
  letter-spacing: var(--track-head);
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
}

.process-card h3 {
  font-family: var(--heading);
  font-weight: 400;
  letter-spacing: var(--track-head);
  font-size: var(--fs-card);
  line-height: 1;
}

.pricing-card {
  position: relative;
  background:
    radial-gradient(circle at 92% 0%, rgba(192, 153, 46, 0.12), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, #fbf8f1 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  overflow: hidden;
  min-height: 360px;
  box-shadow: 0 16px 35px rgba(7, 31, 45, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Align the three pricing cards: reserve two title lines so the price rows line up,
       and anchor the feature list to the card bottom (cards are equal height) so the
       lists align too. Self-adjusting — no fixed heights tied to specific copy. */
#pricing .pricing-card h3 {
  min-height: 4.6rem;
  min-height: 2lh;
}

#pricing .pricing-card .pricing-list {
  margin-top: auto;
}

.pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--ink), var(--gold), #e8d6a9);
}

.pricing-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: rgba(192, 153, 46, 0.08);
  pointer-events: none;
}

.pricing-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(192, 153, 46, 0.28);
  background: rgba(192, 153, 46, 0.08);
  color: var(--gold-dark);
  font-weight: 900;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

.pricing-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: var(--fs-h3);
  line-height: 1;
  letter-spacing: var(--track-head);
}

.price-range {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 6px;
  align-items: stretch;
  margin: 2px 0 0;
}

.price-box {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  padding: 14px 10px;
  min-height: 88px;
  min-width: 0;
  display: grid;
  align-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.price-box span {
  display: block;
  color: var(--muted);
  font-weight: 850;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin-bottom: 8px;
}

.price-box strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.15rem, 1.65vw, 1.65rem);
  line-height: 1;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.price-divider {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  align-self: center;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--gold);
  font-weight: 950;
  font-size: 0.76rem;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(5, 5, 5, 0.12);
}

.pricing-meta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-weight: 850;
  margin-top: -8px;
}

.pricing-meta::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
}

.pricing-card p {
  position: relative;
  z-index: 1;
}

.pricing-list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: auto 0 0;
  display: grid;
  gap: 9px;
}

.pricing-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  color: #344854;
  font-weight: 720;
  font-size: 0.846rem;
}

.pricing-list li::before {
  content: "✓";
  color: var(--gold);
  font-weight: 950;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.client-logo {
  min-height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 244, 238, 0.86));
  border: 1px solid var(--line);
  border-radius: 24px;
  color: #141414;
  box-shadow: 0 12px 24px rgba(7, 31, 45, 0.04);
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.client-logo::before {
  content: "";
  position: absolute;
  inset: auto 20px 18px 20px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(192, 153, 46, 0.65), transparent);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.client-logo::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(192, 153, 46, 0.08);
  pointer-events: none;
}

.client-logo:hover {
  transform: translateY(-3px);
  border-color: rgba(192, 153, 46, 0.52);
  box-shadow: 0 18px 38px rgba(7, 31, 45, 0.08);
}

.client-logo:hover::before {
  opacity: 1;
}

.client-name {
  position: relative;
  z-index: 1;
  font-weight: 950;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1;
  letter-spacing: -0.045em;
  color: #1f2b33;
  white-space: nowrap;
  text-align: center;
}

.client-name.wide {
  letter-spacing: 0.08em;
}

.client-name.small {
  font-size: clamp(1.15rem, 1.75vw, 1.55rem);
  letter-spacing: 0.04em;
}

.ratio-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}

.donut {
  --p: 63%;
  width: min(260px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(var(--ink) 0 var(--p), var(--gold) var(--p) 100%);
  position: relative;
  margin: 0 auto;
}

.donut::after {
  content: "";
  position: absolute;
  inset: 28%;
  background: white;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--line);
}

.ratio-card {
  display: grid;
  gap: 12px;
}

.ratio-row {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 850;
}


/* ===== Why the links perform — compact graphic strip ===== */
#performance {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#performance::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 4%, rgba(192, 153, 46, 0.10), transparent 38%),
    radial-gradient(circle at 4% 98%, rgba(192, 153, 46, 0.06), transparent 42%);
  pointer-events: none;
  z-index: -1;
}

.perf-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.perf-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.perf-badge {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 68% 26%, rgba(192, 153, 46, 0.22), transparent 46%),
    linear-gradient(145deg, #ffffff, #f6f1e6);
  border: 1px solid rgba(229, 222, 209, 0.95);
  box-shadow: 0 14px 28px rgba(5, 5, 5, 0.08);
  transition: transform .28s ease, box-shadow .28s ease;
}

.perf-badge::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px solid rgba(192, 153, 46, 0.38);
  transition: border-color .28s ease, transform .28s ease;
}

.perf-badge svg,
.perf-badge .perf-icon-img {
  width: 40px;
  height: 40px;
  display: block;
}

.perf-item h3 {
  margin: 0;
  font-family: var(--heading);
  font-weight: 400;
  letter-spacing: var(--track-head);
  line-height: 1.05;
  font-size: clamp(1.05rem, 1.25vw, 1.3rem);
  max-width: 12ch;
}

.perf-item:hover .perf-badge {
  transform: translateY(-6px);
  box-shadow: 0 22px 38px rgba(5, 5, 5, 0.14);
}

.perf-item:hover .perf-badge::after {
  border-color: rgba(192, 153, 46, 0.85);
  transform: scale(1.04);
}

@media (max-width: 980px) {
  .perf-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 16px;
  }
}

@media (max-width: 640px) {
  .perf-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 14px;
  }
}

.network-strip {
  margin-top: 56px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  position: relative;
}

.network-strip::after {
  display: none;
}

.network-kicker {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #344854;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 900;
  font-size: 0.82rem;
  margin-bottom: 26px;
}

.network-logo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.network-pill {
  min-height: 126px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 238, 0.86));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1f2b33;
  font-weight: 950;
  text-transform: none;
  letter-spacing: -0.045em;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(7, 31, 45, 0.04);
}

.network-pill::before {
  content: "";
  position: absolute;
  inset: auto 20px 18px 20px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(192, 153, 46, 0.65), transparent);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.network-pill::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(192, 153, 46, 0.08);
  pointer-events: none;
}

.network-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(192, 153, 46, 0.52);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 238, 0.92));
  box-shadow: 0 18px 38px rgba(7, 31, 45, 0.08);
}

.network-pill:hover::before {
  opacity: 1;
}

.network-pill span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
}

.network-pill small {
  display: block;
  margin-top: 6px;
  font: inherit;
  font-size: 0.72em;
  letter-spacing: -0.025em;
  color: rgba(31, 43, 51, 0.68);
}

.network-pill img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 178px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) contrast(1.08);
  opacity: 0.92;
}

.cta {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: white;
  border-radius: 38px;
  padding: 58px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
  max-width: 100%;
  min-width: 0;
}

.cta>* {
  min-width: 0;
}

.cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.008rem;
  margin-top: 16px;
}

.contact-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  padding: 26px;
  backdrop-filter: blur(12px);
}

.contact-card a,
.contact-card div {
  display: block;
  color: white;
  font-weight: 850;
  margin: 12px 0;
}

.contact-card a {
  overflow-wrap: anywhere;
}

.mid-lead-section {
  margin-top: -34px;
  padding: 0 0 34px;
  background: linear-gradient(180deg, #f8f5ee 0%, #ffffff 100%);
  position: relative;
  z-index: 4;
}

.authority-metrics {
  position: relative;
  margin: 0 0 22px;
  border-radius: 34px;
  padding: 34px 38px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 92% 8%, rgba(192, 153, 46, 0.24), transparent 34%),
    linear-gradient(135deg, #010101 0%, #111 58%, #18140d 100%);
  background-size: 64px 64px, 64px 64px, auto, auto;
  border: 1px solid rgba(229, 222, 209, 0.14);
  box-shadow: 0 22px 55px rgba(5, 5, 5, 0.18);
  overflow: hidden;
}

.authority-metrics::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -56px;
  width: 4px;
  height: 78px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(192, 153, 46, 0.9), transparent);
  border-radius: 999px;
  opacity: 0.72;
}

.authority-metrics::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 42%, rgba(192, 153, 46, 0.08));
  pointer-events: none;
}

.metric-band-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: center;
}

.metric-band-item {
  text-align: center;
  padding: 12px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.metric-band-item:last-child {
  border-right: 0;
}

.metric-band-item strong {
  display: block;
  font-family: var(--heading);
  font-weight: 400;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: var(--track-head);
  color: transparent;
  background: linear-gradient(135deg, #f4d273 0%, #c0992e 55%, #fff3c4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 14px;
}

.metric-band-item span {
  color: rgba(255, 255, 255, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 850;
  font-size: 0.9rem;
}

.mid-lead-card {
  border: 1px solid rgba(229, 222, 209, 0.92);
  border-radius: 34px;
  padding: 36px;
  background:
    radial-gradient(circle at 96% 0%, rgba(192, 153, 46, 0.13), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, #fbf8f1 100%);
  box-shadow: 0 22px 55px rgba(5, 5, 5, 0.08);
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
}

.mid-lead-card::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 58px;
  right: -150px;
  bottom: 22px;
  transform: rotate(-34deg);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(192, 153, 46, 0.14), transparent);
  pointer-events: none;
}

.mid-lead-form {
  position: relative;
  z-index: 1;
}

.mid-lead-form {
  display: grid;
  gap: 14px;
}

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

.mid-form-grid .field.full {
  grid-column: 1 / -1;
}

.mid-lead-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  text-align: center;
}

.mid-lead-submit .button,
.lead-form>.button {
  min-height: 64px;
  padding: 20px 38px;
  font-size: 1.05rem;
  background: linear-gradient(135deg, #f4d273 0%, var(--gold) 58%, #8f6a2b 100%);
  color: var(--ink);
  border-color: rgba(143, 106, 43, 0.92);
  box-shadow: 0 18px 38px rgba(192, 153, 46, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.22) inset;
}

@media (min-width: 641px) {

  .mid-lead-submit .button,
  .lead-form>.button {
    min-width: 310px;
  }
}

.lead-form>.button {
  justify-self: center;
}

.mid-lead-submit .button:hover,
.lead-form>.button:hover {
  box-shadow: 0 22px 44px rgba(192, 153, 46, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

.mid-lead-submit .form-note {
  flex: none;
  max-width: 520px;
}

.lead-form-card {
  background: #fff;
  color: var(--ink);
  border-radius: 30px;
  padding: 32px;
  border: 1px solid rgba(229, 222, 209, 0.9);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  min-width: 0;
  max-width: 100%;
}

.lead-form-card h3 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.lead-form-card>p {
  margin-bottom: 24px;
  color: #344854;
}

.lead-form {
  display: grid;
  gap: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-weight: 850;
  font-size: 0.86rem;
  color: #313131;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 2px solid #d6cab7;
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  color: var(--ink);
  background: linear-gradient(145deg, #ffffff 0%, #fbfaf7 100%);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 18px rgba(5, 5, 5, 0.025);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mid-lead-form textarea,
.lead-form textarea,
.field textarea {
  height: 118px;
  min-height: 118px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(192, 153, 46, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 24px rgba(192, 153, 46, 0.08);
}

.form-note {
  color: #666;
  font-size: 0.88rem;
}

.footer {
  padding: 64px 0 26px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #faf6ef 100%);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 38px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.footer-tagline {
  max-width: 320px;
}

.footer-email {
  font-family: var(--heading);
  font-weight: 400;
  letter-spacing: var(--track-head);
  font-size: 1.3rem;
  color: var(--ink);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 3px;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease;
}

.footer-email:hover {
  color: var(--gold-dark);
  border-color: var(--gold-dark);
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-col h4 {
  font-family: var(--heading);
  font-weight: 400;
  letter-spacing: var(--track-head);
  font-size: 1.2rem;
  color: var(--ink);
  margin: 0 0 6px;
}

.footer-col a {
  color: var(--muted);
  transition: color .2s ease;
}

.footer-col a:hover {
  color: var(--gold-dark);
}

.footer-note {
  max-width: 300px;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 850;
  color: var(--ink);
}

.footer-cta span {
  color: var(--gold);
  font-weight: 950;
  transition: transform .2s ease;
}

.footer-cta:hover {
  color: var(--gold-dark);
}

.footer-cta:hover span {
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.footer-bottom a {
  color: var(--muted);
  transition: color .2s ease;
}

.footer-bottom a:hover {
  color: var(--gold-dark);
}

@media (max-width: 767px) {
    #contact .form-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 981px) {

  /* About section: make the brand panel fill the left column so its bottom
         lines up with the bottom of the content cards (mutually exclusive with the
         max-width:980 rules below, so the stacked layout is unaffected). */
  #about .two-col {
    align-items: stretch;
  }

  #about .about-rail {
    align-self: stretch;
    grid-template-rows: auto 1fr;
  }

  #about .left-brand-panel {
    min-height: 0;
  }

  #about .lynx-tile-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 980px) {

  .hero-grid,
  .two-col,
  .cta,
  .ratio-wrap,
  .mid-lead-card {
    grid-template-columns: 1fr;
  }

  #contact .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .metric-band-grid {
    grid-template-columns: 1fr;
  }

  .metric-band-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .metric-band-item:last-child {
    border-bottom: 0;
  }

  .hero-art {
    min-height: 620px;
  }

  .hero-stat-copy {
    width: min(100%, 460px);
  }

  .grid-3,
  .process {
    grid-template-columns: 1fr 1fr;
  }

  .nav-links {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .nav-links a:not(.button) {
    display: none;
  }

  .nav-inner {
    gap: 14px;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand-logo {
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .nav-links {
    flex-shrink: 0;
  }

  .about-rail {
    position: relative;
    top: auto;
  }

  .quote-card {
    position: relative;
    top: auto;
  }

  .left-brand-panel {
    min-height: 560px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    padding: 38px 0 52px;
  }

  .grid-2,
  .grid-3,
  .process,
  .mid-form-grid {
    grid-template-columns: 1fr;
  }

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

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

  .client-logo {
    grid-column: auto;
    min-height: 118px;
  }

  .nav-inner {
    min-height: 84px;
    gap: 10px;
  }

  .nav .brand {
    height: 72px;
  }

  .brand-logo {
    height: 34px;
  }

  .nav .button {
    padding: 12px 14px;
    margin-left: 0;
    font-size: 0.84rem;
    gap: 6px;
  }

  .nav .button::after {
    margin-left: 0;
  }

  .hero-art {
    min-height: 640px;
    border-radius: 28px;
    padding: 30px;
  }

  .hero-stat-copy {
    width: 100%;
  }

  .hero-stat-copy strong {
    font-size: clamp(4.2rem, 18vw, 5.5rem);
  }

  .hero-stat-copy p {
    max-width: 100%;
  }

  .hero-proof-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .hero-proof {
    width: 100%;
    min-height: auto;
    padding: 18px;
  }

  .cta {
    padding: 28px 22px;
    border-radius: 28px;
    gap: 24px;
  }

  .cta h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .contact-card {
    padding: 20px 18px;
  }

  .lead-form-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .mid-lead-submit .button,
  .lead-form>.button {
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    padding: 16px 22px;
    font-size: 0.98rem;
    white-space: normal;
    text-align: center;
  }

  .mid-lead-section {
    margin-top: -18px;
    padding-bottom: 32px;
  }

  .authority-metrics {
    padding: 26px 20px;
    border-radius: 28px;
    margin-bottom: 18px;
  }

  .metric-band-item {
    padding: 22px 16px;
  }

  #about {
    padding-top: 44px;
  }

  .mid-lead-card {
    padding: 24px;
    border-radius: 28px;
  }

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

  .left-brand-panel {
    display: none;
  }

  .footer {
    padding: 48px 0 22px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* ===== Login page ===== */
.wl-login-template .site-main {
  min-height: calc(100vh - 96px);
}

.login-page {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 72px 0 96px;
  background:
    radial-gradient(circle at 88% 8%, rgba(192, 153, 46, 0.16), transparent 32%),
    radial-gradient(circle at 8% 92%, rgba(192, 153, 46, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f5ee 58%, #f3ede2 100%);
}

.login-page::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 58px;
  right: -120px;
  top: 18%;
  transform: rotate(-28deg);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(192, 153, 46, 0.14), transparent);
  pointer-events: none;
}

.login-page-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.login-page-intro h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  max-width: 640px;
  margin-bottom: 22px;
}

.login-page-lead {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  max-width: 560px;
  color: #31414c;
  line-height: 1.6;
  margin: 0;
}

.login-page-lead p {
  font-size: inherit;
  color: inherit;
  max-width: none;
}

.login-page-perks {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 420px;
}

.login-page-perks li {
  position: relative;
  padding-left: 28px;
  font-weight: 750;
  font-size: 0.94rem;
  color: #344854;
}

.login-page-perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ink), var(--gold));
  box-shadow: 0 0 0 3px rgba(192, 153, 46, 0.18);
}

.login-card h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 8px;
}

.login-card>p {
  margin-bottom: 22px;
  color: #344854;
  font-size: 0.95rem;
}

.login-message {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 700;
}

.login-message--error {
  color: #5c1f1f;
  background: rgba(220, 80, 80, 0.1);
  border: 1px solid rgba(180, 60, 60, 0.25);
}

.login-message--success {
  color: #2f4a32;
  background: rgba(120, 170, 90, 0.12);
  border: 1px solid rgba(90, 140, 70, 0.25);
}

#wl-login-form {
  display: grid;
  gap: 14px;
  margin: 0;
}

#wl-login-form p {
  margin: 0;
  display: grid;
  gap: 7px;
}

#wl-login-form label {
  font-weight: 850;
  font-size: 0.86rem;
  color: #313131;
}

#wl-login-form .input,
#wl-login-form input[type="text"],
#wl-login-form input[type="password"] {
  width: 100%;
  border: 2px solid #d6cab7;
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  color: var(--ink);
  background: linear-gradient(145deg, #ffffff 0%, #fbfaf7 100%);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 18px rgba(5, 5, 5, 0.025);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#wl-login-form .input:focus,
#wl-login-form input[type="text"]:focus,
#wl-login-form input[type="password"]:focus {
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(192, 153, 46, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 24px rgba(192, 153, 46, 0.08);
}

#wl-login-form .login-remember {
  display: flex;
  align-items: center;
  gap: 10px;
}

#wl-login-form .login-remember label {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--muted);
  cursor: pointer;
}

#wl-login-form .login-remember input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
}

#wl-login-form .login-submit {
  margin-top: 6px;
}

#wl-login-form #wl-wp-submit {
  width: 100%;
  min-height: 58px;
  padding: 16px 28px;
  font-size: 1.02rem;
  cursor: pointer;
  background: linear-gradient(135deg, #f4d273 0%, var(--gold) 58%, #8f6a2b 100%);
  color: var(--ink);
  border: 1px solid rgba(143, 106, 43, 0.92);
  border-radius: 999px;
  font-weight: 850;
  box-shadow: 0 18px 38px rgba(192, 153, 46, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.22) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#wl-login-form #wl-wp-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(192, 153, 46, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

.login-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(229, 222, 209, 0.9);
}

.login-card-links a {
  font-weight: 780;
  font-size: 0.9rem;
  color: var(--muted);
  transition: color 0.2s ease;
}

.login-card-links a:hover {
  color: var(--gold-dark);
}

.login-home-link {
  margin-left: auto;
  color: var(--ink);
}

@media (max-width: 980px) {
  .login-page-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .login-home-link {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .login-page {
    padding: 48px 0 72px;
  }

  .login-card {
    padding: 24px;
    border-radius: 28px;
  }
}

/* ===== 404 Not Found ===== */
.wl-not-found-template .site-main {
  min-height: calc(100vh - 96px);
}

.not-found-page {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 72px 0 96px;
  background:
    radial-gradient(circle at 90% 10%, rgba(192, 153, 46, 0.16), transparent 32%),
    radial-gradient(circle at 6% 88%, rgba(192, 153, 46, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f5ee 58%, #f3ede2 100%);
}

.not-found-page::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 58px;
  right: -100px;
  top: 16%;
  transform: rotate(-26deg);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(192, 153, 46, 0.14), transparent);
  pointer-events: none;
}

.not-found-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.not-found-intro h1,
.not-found-custom h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  max-width: 640px;
  margin-bottom: 22px;
}

.not-found-lead {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  max-width: 560px;
  color: #31414c;
  line-height: 1.62;
  margin: 0;
}

.not-found-custom {
  max-width: 640px;
  margin-bottom: 8px;
}

.not-found-custom p {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  max-width: 560px;
  color: #31414c;
  line-height: 1.62;
  margin: 0 0 14px;
}

.not-found-custom a {
  color: var(--gold-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.not-found-custom a:hover {
  color: var(--ink);
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 32px;
}

.not-found-button--ghost {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border: 1px solid rgba(192, 153, 46, 0.42);
  box-shadow: 0 12px 28px rgba(5, 5, 5, 0.06);
}

.not-found-button--ghost:hover {
  background: #fff;
  box-shadow: 0 18px 36px rgba(192, 153, 46, 0.14);
}

.not-found-secondary-link {
  font-weight: 780;
  font-size: 0.92rem;
  color: var(--muted);
  transition: color 0.2s ease;
}

.not-found-secondary-link:hover {
  color: var(--gold-dark);
}

.not-found-tips {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 460px;
}

.not-found-tips li {
  position: relative;
  padding-left: 28px;
  font-weight: 750;
  font-size: 0.94rem;
  color: #344854;
}

.not-found-tips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ink), var(--gold));
  box-shadow: 0 0 0 3px rgba(192, 153, 46, 0.18);
}

.not-found-art {
  min-height: 480px;
  padding: 42px;
}

.not-found-art-copy strong {
  font-size: clamp(4.8rem, 7vw, 6.4rem);
}

.not-found-art-copy p {
  max-width: 360px;
}

@media (max-width: 980px) {
  .not-found-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .not-found-art {
    min-height: 380px;
    order: -1;
  }
}

@media (max-width: 640px) {
  .not-found-page {
    padding: 48px 0 72px;
  }

  .not-found-art {
    min-height: 320px;
    padding: 28px;
    border-radius: 28px;
  }

  .not-found-actions {
    width: 100%;
  }

  .not-found-actions .button {
    flex: 1 1 100%;
  }
}

/* ===== Thank You ===== */
.thank-you-page {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 72px 0 96px;
  background:
    radial-gradient(circle at 88% 8%, rgba(192, 153, 46, 0.16), transparent 32%),
    radial-gradient(circle at 8% 92%, rgba(192, 153, 46, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f5ee 58%, #f3ede2 100%);
}

.thank-you-page::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 58px;
  right: -120px;
  top: 18%;
  transform: rotate(-28deg);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(192, 153, 46, 0.14), transparent);
  pointer-events: none;
}

.thank-you-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.thank-you-eyebrow {
  border-color: rgba(192, 153, 46, 0.35);
  color: #3d4a54;
}

.thank-you-intro h1,
.thank-you-custom h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  max-width: 640px;
  margin-bottom: 22px;
}

.thank-you-lead {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  max-width: 560px;
  color: #31414c;
  line-height: 1.62;
  margin: 0;
}

.thank-you-custom {
  max-width: 640px;
  margin-bottom: 8px;
}

.thank-you-custom p {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  max-width: 560px;
  color: #31414c;
  line-height: 1.62;
  margin: 0 0 14px;
}

.thank-you-custom a {
  color: var(--gold-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.thank-you-custom a:hover {
  color: var(--ink);
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 32px;
}

.thank-you-button--ghost {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border: 1px solid rgba(192, 153, 46, 0.42);
  box-shadow: 0 12px 28px rgba(5, 5, 5, 0.06);
}

.thank-you-button--ghost:hover {
  background: #fff;
  box-shadow: 0 18px 36px rgba(192, 153, 46, 0.14);
}

.thank-you-steps {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 520px;
}

.thank-you-steps li {
  position: relative;
  padding-left: 28px;
  font-weight: 750;
  font-size: 0.94rem;
  color: #344854;
}

.thank-you-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ink), var(--gold));
  box-shadow: 0 0 0 3px rgba(192, 153, 46, 0.18);
}

.thank-you-help {
  margin: 28px 0 0;
  max-width: 520px;
  font-size: 0.9rem;
  color: #5a6670;
}

.thank-you-help a {
  color: var(--gold-dark);
  font-weight: 780;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.thank-you-help a:hover {
  color: var(--ink);
}

.thank-you-art {
  min-height: 480px;
  padding: 42px;
}

.thank-you-art-copy {
  display: grid;
  gap: 0;
}

.thank-you-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(192, 153, 46, 0.16);
  border: 1px solid rgba(192, 153, 46, 0.42);
  color: var(--gold);
  box-shadow: 0 0 0 6px rgba(192, 153, 46, 0.08);
}

.thank-you-check svg {
  width: 28px;
  height: 28px;
}

.thank-you-art-copy strong {
  font-size: clamp(4rem, 6.5vw, 5.6rem);
  white-space: normal;
}

.thank-you-art-copy p {
  max-width: 360px;
}

@media (max-width: 980px) {
  .thank-you-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .thank-you-art {
    min-height: 380px;
    order: -1;
  }
}

@media (max-width: 640px) {
  .thank-you-page {
    padding: 48px 0 72px;
  }

  .thank-you-art {
    min-height: 320px;
    padding: 28px;
    border-radius: 28px;
  }

  .thank-you-actions {
    width: 100%;
  }

  .thank-you-actions .button {
    flex: 1 1 100%;
  }
}

/* ===== Legal / Privacy Policy ===== */
.wl-legal-template .site-main {
  min-height: calc(100vh - 96px);
}

.legal-page {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 56px 0 88px;
  background:
    radial-gradient(circle at 90% 6%, rgba(192, 153, 46, 0.14), transparent 30%),
    radial-gradient(circle at 4% 88%, rgba(192, 153, 46, 0.07), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8f5ee 52%, #f3ede2 100%);
}

.legal-page::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 54px;
  right: -80px;
  top: 12%;
  transform: rotate(-24deg);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(192, 153, 46, 0.12), transparent);
  pointer-events: none;
}

.legal-page-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}

.legal-page-hero h1 {
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  max-width: 780px;
  margin-bottom: 18px;
}

.legal-page-lead {
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  max-width: 680px;
  color: #31414c;
  line-height: 1.62;
  margin: 0;
}

.legal-page-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(229, 222, 209, 0.95);
  background: rgba(255, 255, 255, 0.82);
  color: #5a6670;
  font-size: 0.86rem;
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(5, 5, 5, 0.04);
}

.legal-page-body {
  position: relative;
  z-index: 1;
}

.legal-page-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.legal-card {
  background: #fff;
  color: var(--ink);
  border-radius: 30px;
  padding: 36px 40px;
  border: 1px solid rgba(229, 222, 209, 0.92);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.10);
}

.legal-toc {
  position: sticky;
  top: 116px;
  padding: 24px 22px;
  border-radius: 24px;
  border: 1px solid rgba(229, 222, 209, 0.92);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(5, 5, 5, 0.06);
  backdrop-filter: blur(8px);
}

.legal-toc-label {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a848c;
}

.legal-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.legal-toc a {
  display: block;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 720;
  color: #4a5862;
  transition: color 0.2s ease, background 0.2s ease;
}

.legal-toc a:hover {
  color: var(--ink);
  background: rgba(192, 153, 46, 0.10);
}

.legal-sections {
  background: #fff;
  border-radius: 30px;
  padding: 36px 40px;
  border: 1px solid rgba(229, 222, 209, 0.92);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.10);
}

.legal-section+.legal-section {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid rgba(229, 222, 209, 0.85);
}

.legal-section h2 {
  font-size: clamp(1.85rem, 2.5vw, 2.5rem);
  margin-bottom: 14px;
  scroll-margin-top: 120px;
}

.legal-section p,
.legal-content p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: #3f4d57;
  margin: 0 0 14px;
  max-width: none;
}

.legal-section ul,
.legal-content ul,
.legal-section ol,
.legal-content ol {
  margin: 0 0 16px;
  padding-left: 1.25rem;
  color: #3f4d57;
  font-size: 0.96rem;
  line-height: 1.65;
}

.legal-section li+li,
.legal-content li+li {
  margin-top: 8px;
}

.legal-section a,
.legal-content a {
  color: var(--gold-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-section a:hover,
.legal-content a:hover {
  color: var(--ink);
}

.legal-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.legal-contact-list li {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(145deg, #fbfaf7 0%, #f6f1e8 100%);
  border: 1px solid rgba(229, 222, 209, 0.9);
}

.legal-contact-list strong {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a848c;
}

.legal-content h2,
.legal-content h3 {
  scroll-margin-top: 120px;
}

.legal-content h2 {
  font-size: clamp(1.85rem, 2.5vw, 2.5rem);
  margin: 36px 0 14px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  margin: 28px 0 10px;
}

.legal-page-footer {
  position: relative;
  z-index: 1;
  margin-top: 36px;
}

.legal-contact-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 32px;
  padding: 28px 32px;
  border-radius: 28px;
  border: 1px solid rgba(192, 153, 46, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(192, 153, 46, 0.14), transparent 42%),
    linear-gradient(135deg, #fff 0%, #f8f3e8 100%);
  box-shadow: 0 16px 40px rgba(5, 5, 5, 0.08);
}

.legal-contact-card h2 {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  margin-bottom: 8px;
}

.legal-contact-card p {
  max-width: 520px;
  color: #344854;
  font-size: 0.95rem;
}

.legal-contact-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}

.legal-back-link {
  font-weight: 780;
  font-size: 0.9rem;
  color: var(--muted);
  transition: color 0.2s ease;
}

.legal-back-link:hover {
  color: var(--gold-dark);
}

@media (max-width: 980px) {
  .legal-page-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }

  .legal-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 10px;
  }
}

@media (max-width: 640px) {
  .legal-page {
    padding: 40px 0 64px;
  }

  .legal-sections,
  .legal-card {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .legal-toc ol {
    grid-template-columns: 1fr;
  }

  .legal-contact-card {
    padding: 22px 20px;
  }

  .legal-contact-card-actions {
    width: 100%;
  }

  .legal-contact-card .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}