/* --- Fleet Page Styles --- */
.fleet-hero {
  text-align: center;
  padding: 2.5rem 1rem 1.5rem;
}
.fleet-hero .eyebrow {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
.fleet-hero h1 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.5rem, 3.4vw, 2.2rem);
  font-weight: 900;
  margin: 0.5rem 0 0.7rem;
}
.fleet-hero .hero-copy {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.08rem;
  color: var(--ink-dim);
}

.fleet-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  max-width: 860px;
  margin: 0.8rem auto 0;
  padding: 0 1rem;
}
.fleet-benefits article {
  text-align: center;
  padding: 0.7rem 0.5rem;
}
.fleet-benefits strong {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 0.92rem;
  color: var(--ink);
  margin-bottom: 0.15rem;
}
.fleet-benefits span {
  font-size: 0.84rem;
  color: var(--ink-dim);
}

.fleet-layout {
  padding-bottom: 2rem;
}
.fleet-frame-card {
  max-width: 720px;
  margin: 0 auto;
}
.fleet-iframe-wrap {
  margin-top: 0.5rem;
}

@media (max-width: 700px) {
  .fleet-hero {
    padding: 1.3rem 0.5rem 1.1rem;
  }
  .fleet-benefits {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}

/* --- Fleet Setup Page Styles --- */
.fleet-setup-hero {
  text-align: center;
  padding: 2.5rem 1rem 1.5rem;
}
.fleet-setup-hero h1 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  margin: 0.5rem 0 0.7rem;
}
.fleet-setup-hero .hero-copy {
  max-width: 640px;
  margin: 0 auto;
  color: var(--ink-dim);
  font-size: 1.06rem;
}

.fleet-setup-video-card {
  max-width: 780px;
  margin: 0 auto;
}
.fleet-setup-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  background: #000;
}
.fleet-setup-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fleet-setup-steps h2 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
}
.fleet-setup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.fleet-setup-step {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1rem;
}
.fleet-setup-step-num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand-red);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
}
.fleet-setup-step strong {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}
.fleet-setup-step p {
  margin: 0;
  color: var(--ink-dim);
  font-size: 0.92rem;
}
@media (max-width: 700px) {
  .fleet-setup-grid {
    grid-template-columns: 1fr;
  }
}

:root {
  --brand-blue: #00569f;
  --brand-blue-deep: #00345f;
  --brand-red: #a31f24;
  --brand-red-deep: #7f191d;
  --ink: #1f2630;
  --ink-dim: #4b5a6c;
  --line: #d8dee7;
  --surface: #fbfcfe;
  --surface-soft: #f3f6fa;
  --bg-a: #f3f4f6;
  --bg-b: #eceff3;
  --radius-xl: 18px;
  --radius-lg: 12px;
  --shadow-lg: 0 24px 40px rgba(17, 37, 57, 0.12);
  --shadow-md: 0 10px 24px rgba(17, 37, 57, 0.08);
}

* {
  box-sizing: border-box;
}

/* WordPress default override resets */
.wp-site-blocks { padding: 0 !important; max-width: none !important; }
body .is-layout-constrained > * { max-width: none !important; margin-left: auto !important; margin-right: auto !important; }
body .entry-content, body .site-main { padding: 0; max-width: none; }
body .site-footer { width: min(1160px, calc(100vw - 1.25rem)) !important; max-width: none !important; margin-left: auto !important; margin-right: auto !important; }

body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(180deg, var(--bg-a) 0%, var(--bg-b) 100%);
  color: var(--ink);
  font-family: Lato, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(31, 38, 48, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 38, 48, 0.018) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}

.bg-orb {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(1160px, calc(100vw - 1.25rem));
  margin: 0.25rem auto 0;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(160deg, #b3252b 0%, #8f1b22 56%, #7a151c 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 0;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: 0 14px 28px rgba(74, 12, 17, 0.35);
  backdrop-filter: blur(8px);
}

.brand {
  min-width: 210px;
  min-height: 72px;
  padding: 0.35rem 0.4rem;
  border-radius: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
  background: transparent;
  text-decoration: none;
}

.brand-logo {
  width: 124px;
  height: auto;
  filter: brightness(0) invert(1);
}

.brand-text {
  display: inline-flex;
  color: rgba(247, 251, 255, 0.95);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.brand-text strong {
  display: none;
}

.brand-text small {
  display: block;
}

.top-nav {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: flex-end;
}

.nav-inline-wrap {
  display: block;
}

.top-nav.nav-collapsed .nav-inline-wrap {
  display: none;
}

.nav-inline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  white-space: nowrap;
}

.nav-inline a {
  position: relative;
  text-decoration: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.94);
  padding: 0.32rem 0;
  border-radius: 0;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav-inline a + a {
  margin-left: 0.25rem;
}

.nav-inline a + a::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 50%;
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.32);
}

.nav-inline a:hover,
.nav-inline a:focus-visible {
  color: #ffffff;
}

.nav-inline a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.24rem;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.86);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-inline a:hover::after,
.nav-inline a:focus-visible::after {
  transform: scaleX(1);
}

.nav-inline a.is-primary {
  color: #ffffff;
  font-weight: 800;
  opacity: 1;
}

.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: #ffffff;
  color: #8f1b22;
  border-radius: 10px;
  width: 44px;
  height: 40px;
  padding: 0;
}

.mobile-menu-toggle .hamburger-line {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2.5px;
  border-radius: 2px;
  background: currentColor;
  transform: translateX(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-toggle .line-1 {
  top: 13px;
}

.mobile-menu-toggle .line-2 {
  top: 19px;
}

.mobile-menu-toggle .line-3 {
  top: 25px;
}

.mobile-menu-toggle[aria-expanded="true"] .line-1 {
  transform: translateX(-50%) translateY(6px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .line-2 {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .line-3 {
  transform: translateX(-50%) translateY(-6px) rotate(-45deg);
}

.mobile-menu-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.45rem);
  width: min(92vw, 370px);
  max-height: 78vh;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f6f8fc);
  box-shadow: var(--shadow-lg);
  padding: 0.85rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-menu-panel a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1.2;
  border-radius: 16px;
  min-height: 56px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(206, 214, 226, 0.95);
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  box-shadow: 0 6px 14px rgba(17, 37, 57, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease;
}

.mobile-menu-panel a::after {
  content: "\203A";
  color: rgba(75, 90, 108, 0.65);
  font-size: 1.25rem;
  font-weight: 700;
}

.mobile-menu-panel a:hover,
.mobile-menu-panel a:focus-visible {
  border-color: rgba(163, 31, 36, 0.24);
  box-shadow: 0 10px 18px rgba(17, 37, 57, 0.08);
  transform: translateY(-1px);
}

.mobile-menu-panel.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-panel-heading {
  margin: 0.15rem 0 0.4rem;
  color: rgba(127, 25, 29, 0.85);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.menu-panel-group {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.menu-panel-group .nav-link.is-primary {
  color: #ffffff;
  border-color: rgba(163, 31, 36, 0.42);
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-deep));
  box-shadow: 0 10px 18px rgba(163, 31, 36, 0.22);
}

.menu-panel-group .nav-link.is-primary::after {
  color: rgba(255, 255, 255, 0.88);
}

.menu-panel-group .nav-link.is-primary:hover,
.menu-panel-group .nav-link.is-primary:focus-visible {
  border-color: rgba(163, 31, 36, 0.48);
  box-shadow: 0 12px 22px rgba(163, 31, 36, 0.26);
}

.app-shell {
  width: min(1160px, calc(100vw - 1.25rem));
  margin: 0.9rem auto 2rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #f7f8fa 100%);
  box-shadow: var(--shadow-lg);
}

.hero-copy-wrap {
  padding: clamp(1.1rem, 3.2vw, 2.5rem);
  display: grid;
  align-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 247, 250, 0.9));
}

.eyebrow {
  margin: 0;
  color: rgba(163, 31, 36, 0.84);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0.58rem 0 0;
  font-family: Montserrat, sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: 1.03;
  max-width: 14ch;
  text-wrap: balance;
}

.hero-copy {
  margin: 0.82rem 0 0;
  color: var(--ink-dim);
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  max-width: 47ch;
}

.hero-actions {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  max-width: 480px;
}

.hero-btn {
  text-decoration: none;
  border-radius: 10px;
  padding: 0.72rem 0.8rem;
  font-weight: 900;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.hero-btn:hover,
.hero-btn:focus-visible {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.hero-btn-primary {
  grid-column: 1 / -1;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-deep));
  box-shadow: 0 10px 18px rgba(163, 31, 36, 0.24);
}

.hero-btn-secondary {
  color: var(--brand-red-deep);
  border: 1px solid #d9dfe8;
  background: linear-gradient(180deg, #ffffff, #f2f6fb);
}

.hero-image {
  min-height: 360px;
  background-image: url("https://www.kwash.com/wp-content/uploads/2026/04/IMG_2660-scaled.jpg");
  background-position: center center;
  background-size: cover;
}

.proof-strip {
  margin-top: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--brand-red-deep), var(--brand-red));
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.8rem;
}

.proof-strip article {
  padding: 0.45rem;
}

.proof-strip strong {
  display: block;
  color: #ffffff;
  font-size: 0.95rem;
  font-family: Montserrat, sans-serif;
}

.proof-strip span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
}

.core-info {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.core-info article {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
  padding: 1rem;
  box-shadow: var(--shadow-md);
}

.core-info h3 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  color: var(--ink);
  font-size: 1rem;
}

.core-info p {
  margin: 0.45rem 0 0.8rem;
  color: var(--ink-dim);
}

.core-info a {
  text-decoration: none;
  color: var(--brand-red-deep);
  font-weight: 800;
}

.core-info a:hover,
.core-info a:focus-visible {
  color: var(--brand-red);
}

.page-hero {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #ffffff 0%, #f7f8fa 100%);
  box-shadow: var(--shadow-md);
  padding: clamp(1rem, 2.4vw, 1.7rem);
}

.page-hero h1 {
  margin: 0.5rem 0 0;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.page-hero .hero-copy {
  max-width: none;
}

.page-excerpt {
  margin-top: 0.8rem;
  color: var(--ink-dim);
}

.page-hero-detail .hero-actions {
  margin-top: 1rem;
  max-width: 560px;
}

.page-theme-pill {
  display: inline-flex;
  margin: 0.6rem 0 0;
  border-radius: 999px;
  border: 1px solid rgba(163, 31, 36, 0.35);
  color: var(--brand-red-deep);
  background: rgba(163, 31, 36, 0.08);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0.24rem 0.6rem;
}

.page-theme-pill.is-tech {
  border-color: rgba(0, 86, 159, 0.35);
  color: var(--brand-blue-deep);
  background: rgba(0, 86, 159, 0.1);
}

.page-theme-pill.is-members,
.page-theme-pill.is-contact {
  border-color: rgba(31, 38, 48, 0.28);
  color: var(--ink);
  background: rgba(31, 38, 48, 0.08);
}

.content-page {
  margin-top: 0.9rem;
}

.page-body {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-md);
  padding: clamp(1rem, 2.2vw, 1.5rem);
}

.page-shell {
  background: linear-gradient(145deg, #ffffff 0%, #f7f8fa 100%);
}

.redesigned-content-shell {
  padding: 1rem;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.75rem;
}

.story-card {
  grid-column: span 6;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: 0.95rem;
}

.story-card.is-feature {
  grid-column: span 12;
  background: linear-gradient(145deg, #ffffff 0%, #f4f8fc 100%);
}

.story-card h3 {
  margin: 0;
  color: var(--brand-red-deep);
  font-family: Montserrat, sans-serif;
  font-size: 1.08rem;
}

.story-card p {
  margin: 0.56rem 0 0;
  color: var(--ink-dim);
}

.story-card ul {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
}

.story-card li {
  color: var(--ink-dim);
}

.page-modules .page-body > h2 {
  margin: 0.32rem 0 0;
  font-family: Montserrat, sans-serif;
  color: var(--ink);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

.module-eyebrow {
  margin: 0;
  color: var(--brand-red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.module-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.module-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: 0.86rem;
}

.module-card h3 {
  margin: 0;
  color: var(--brand-red-deep);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.module-host {
  margin-top: 0.6rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  padding: 0.65rem;
}

.module-host iframe {
  width: 100%;
  min-height: 360px;
  max-width: 100%;
  border: 0;
  border-radius: 8px;
}

.module-host form {
  display: grid;
  gap: 0.6rem;
}

.module-host input,
.module-host select,
.module-host textarea,
.module-host button {
  font: inherit;
}

.module-host input,
.module-host select,
.module-host textarea {
  width: 100%;
  border: 1px solid #d4dbe5;
  border-radius: 8px;
  background: #fdfefe;
  padding: 0.56rem 0.62rem;
}

.module-host button,
.module-host input[type="submit"] {
  border: 1px solid rgba(163, 31, 36, 0.45);
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-deep));
  padding: 0.56rem 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.module-host table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.8rem 0;
}

.module-host th,
.module-host td {
  border: 1px solid var(--line);
  padding: 0.55rem;
  text-align: left;
}

/* ── About Page ─────────────────────────────────────────────── */
.about-hero {
  text-align: center;
}

.about-hero h1 {
  max-width: 100%;
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: -0.025em;
}

.about-hero .hero-copy {
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.about-pillar {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(18, 37, 58, 0.06);
  padding: clamp(0.85rem, 2vw, 1.2rem);
  text-align: center;
}

.about-pillar-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.45rem;
}

.about-pillar h3 {
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  color: var(--ink);
}

.about-pillar p {
  font-size: 0.82rem;
  color: var(--ink-dim);
  line-height: 1.55;
  margin: 0;
}

.about-story-section {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.about-story p {
  color: var(--ink-dim);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0.6rem 0;
}

.about-story strong {
  color: var(--ink);
}

.about-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.about-value {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(18, 37, 58, 0.06);
  padding: 0.85rem;
  text-align: center;
}

.about-value strong {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  color: var(--brand-red);
  line-height: 1.1;
}

.about-value span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink-dim);
}

@media (max-width: 980px) {
  .about-pillars,
  .about-values {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .about-pillars,
  .about-values {
    grid-template-columns: 1fr;
  }
}

/* ── Careers / Join the Team Page ───────────────────────────── */
.careers-hero {
  text-align: center;
}

.careers-hero h1 {
  max-width: 100%;
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: -0.025em;
}

.careers-hero .hero-copy {
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

.careers-intro {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.careers-intro p {
  color: var(--ink-dim);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0.6rem 0;
}

.careers-intro strong {
  color: var(--ink);
}

.careers-perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.careers-perk {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(18, 37, 58, 0.06);
  padding: clamp(0.85rem, 2vw, 1.2rem);
  text-align: center;
}

.careers-perk-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.45rem;
}

.careers-perk h3 {
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  color: var(--ink);
}

.careers-perk p {
  font-size: 0.82rem;
  color: var(--ink-dim);
  line-height: 1.55;
  margin: 0;
}

.careers-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.careers-value {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(18, 37, 58, 0.06);
  padding: 0.85rem;
  text-align: center;
}

.careers-value strong {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  color: var(--brand-red);
  line-height: 1.1;
}

.careers-value span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink-dim);
}

.careers-openings-heading {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 0 0.3rem;
}

.careers-iframe-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(18, 37, 58, 0.06);
}

.careers-iframe-wrap iframe {
  display: block;
  width: 100%;
  min-height: 800px;
}

@media (max-width: 980px) {
  .careers-perks {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .careers-perks,
  .careers-values {
    grid-template-columns: 1fr;
  }
}

/* ── FTGO Page ──────────────────────────────────────────────── */
.ftgo-hero {
  text-align: center;
}

.ftgo-hero h1 {
  max-width: 100%;
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: -0.025em;
}

.ftgo-hero .hero-copy {
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.ftgo-steps-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-top: 0.9rem;
  padding: 0;
}

.ftgo-step {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: 0.7rem 0.85rem;
  box-shadow: 0 4px 12px rgba(18, 37, 58, 0.06);
}

.ftgo-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--brand-red);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  flex-shrink: 0;
}

.ftgo-step p {
  margin: 0;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

.ftgo-form-section {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.ftgo-form-section .ftgo-form-card {
  border: 1px solid var(--line);
  box-shadow: 0 16px 34px rgba(24, 32, 42, 0.08);
  text-align: center;
}

.ftgo-form-section .module-eyebrow {
  margin-bottom: 0.2rem;
}

.ftgo-form-section h2 {
  margin: 0 0 0.66rem;
  font-family: Montserrat, sans-serif;
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.48rem);
}

.ftgo-iframe-wrap {
  border: 1px solid rgba(209, 217, 229, 0.9);
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.ftgo-iframe-wrap iframe {
  width: 100%;
  min-height: 660px;
  border: 0;
}

.ftgo-fineprint {
  margin: 0.56rem 0 0;
  color: #7a8594;
  font-size: 0.77rem;
}

.ftgo-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.ftgo-detail-card {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: 0.85rem;
  box-shadow: 0 4px 12px rgba(18, 37, 58, 0.06);
}

.ftgo-detail-icon {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
}

.ftgo-detail-card strong {
  display: block;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.ftgo-detail-card p {
  margin: 0.15rem 0 0;
  color: var(--ink-dim);
  font-size: 0.82rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .ftgo-steps-strip,
  .ftgo-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .ftgo-hero h1 {
    font-size: clamp(1.75rem, 9vw, 2.2rem);
  }

  .ftgo-iframe-wrap iframe {
    min-height: 600px;
  }
}

.shop-hero h1 {
  max-width: 18ch;
}

.contact-hero h1 {
  max-width: 25ch;
}

.contact-hero {
  padding: clamp(0.85rem, 1.9vw, 1.3rem);
}

.contact-hero .hero-copy {
  margin-top: 0.62rem;
  max-width: 34ch;
}

.contact-hero .hero-actions {
  margin-top: 0.78rem;
  max-width: 720px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-hero .hero-btn {
  padding: 0.62rem 0.72rem;
}

.contact-hero .hero-btn-primary {
  grid-column: auto;
}

@media (max-width: 980px) {
  .contact-hero .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-locations-overview h2,
.contact-modules h2,
.contact-faqs h2 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.2vw, 1.64rem);
}

.contact-locations-grid,
.contact-faq-grid {
  margin-top: 0.72rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.contact-faq-chip-row {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.contact-faq-chip {
  text-decoration: none;
  border: 1px solid rgba(192, 201, 214, 0.96);
  border-radius: 999px;
  background: #ffffff;
  color: #445366;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.36rem 0.58rem;
}

.contact-faq-chip:hover,
.contact-faq-chip:focus-visible {
  border-color: rgba(163, 31, 36, 0.35);
  color: var(--brand-red-deep);
}

.contact-faq-section {
  margin-top: 0.9rem;
}

.contact-faq-section h3 {
  margin: 0;
  color: var(--ink);
  font-family: Montserrat, sans-serif;
  font-size: 1.06rem;
}

.contact-location-card,
.contact-faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: 0.84rem 0.9rem;
}

.contact-location-card {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.contact-location-head {
  margin: 0;
  background: #b01f27;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 1.32rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.95rem 0.72rem;
  border: 3px solid #ffffff;
  border-bottom: 0;
}

.contact-map-wrap {
  display: flex;
  flex-direction: column;
  border: 3px solid #ffffff;
  background: #ffffff;
}

.contact-map-wrap iframe {
  width: 100%;
  height: 210px;
  border: 0;
}

.contact-location-meta {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.66rem 0.32rem 0;
}

.contact-location-meta p {
  margin: 0;
  color: #b01f27;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.35;
}

.contact-location-meta strong {
  color: #b01f27;
}

.contact-location-hours {
  white-space: nowrap;
}

.contact-location-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.contact-faq-item {
  overflow: hidden;
}

.contact-faq-item summary {
  list-style: none;
  cursor: pointer;
  margin: 0;
  color: var(--ink);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

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

.contact-faq-item summary::after {
  content: "+";
  color: var(--brand-red-deep);
  font-size: 1.28rem;
  line-height: 1;
  transform: translateY(-1px);
}

.contact-faq-item[open] summary::after {
  content: "-";
}

.contact-location-card p,
.contact-faq-item p {
  margin: 0.52rem 0 0;
  color: var(--ink-dim);
}

.contact-faq-answer {
  margin-top: 0.5rem;
  color: var(--ink-dim);
}

.contact-faq-answer p {
  margin: 0 0 0.48rem;
}

.contact-faq-answer ul {
  margin: 0 0 0.48rem;
  padding-left: 1.1rem;
}

.contact-faq-answer li {
  margin-bottom: 0.18rem;
}

.contact-faq-answer a {
  color: var(--brand-red-deep);
  font-weight: 700;
}

.contact-location-card ul {
  margin: 0.52rem 0 0;
  padding-left: 1.1rem;
}

.contact-location-card li {
  color: var(--ink-dim);
}

.contact-module-card h3 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  color: var(--ink);
}

@media (max-width: 900px) {
  .contact-locations-grid,
  .contact-faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-location-meta {
    flex-direction: column;
  }

  .contact-location-hours {
    white-space: normal;
  }
}

.shop-layout {
  display: block;
}

.shop-frame-card {
  border: 1px solid rgba(163, 31, 36, 0.18);
  box-shadow: 0 16px 34px rgba(24, 32, 42, 0.08);
}

.shop-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.shop-category-copy {
  margin: 0.62rem 0 0;
  border: 1px solid rgba(163, 31, 36, 0.2);
  border-left: 6px solid var(--brand-red);
  border-radius: 10px;
  background: #fff7f7;
  padding: 0.62rem 0.72rem;
  color: #3f4d61;
  font-size: 0.9rem;
  line-height: 1.45;
  display: grid;
  gap: 0.18rem;
}

.shop-category-copy[data-shop-key="single"] {
  border-color: rgba(14, 106, 177, 0.22);
  border-left-color: #0e6ab1;
  background: #f3f9ff;
}

.shop-category-copy[data-shop-key="gift"] {
  border-color: rgba(107, 74, 14, 0.22);
  border-left-color: #8f5c0b;
  background: #fff9f0;
}

.shop-copy-kicker {
  color: var(--ink);
  font-family: Montserrat, sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.shop-category-tab {
  border: 1px solid rgba(191, 201, 215, 0.95);
  border-radius: 14px;
  background: #f8fafc;
  color: var(--ink);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.72rem 0.92rem;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.shop-category-tab:hover,
.shop-category-tab:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(163, 31, 36, 0.4);
}

.shop-category-tab.is-active {
  background: linear-gradient(140deg, var(--brand-red), #8f171c);
  color: #ffffff;
  border-color: transparent;
}

.shop-iframe-wrap {
  margin-top: 0.7rem;
  border: 1px solid rgba(209, 217, 229, 0.95);
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.shop-iframe-wrap iframe {
  width: 100%;
  height: 1160px;
  border: 0;
}

@media (max-width: 700px) {
  .shop-category-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .shop-iframe-wrap iframe {
    height: 1600px;
  }
}

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

.feature-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: 0.9rem;
}

.feature-card h3 {
  margin: 0;
  color: var(--brand-red-deep);
  font-family: Montserrat, sans-serif;
  font-size: 1.02rem;
}

.feature-card p {
  margin: 0.55rem 0 0;
  color: var(--ink-dim);
}

.feature-card ul {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
}

.feature-card li {
  color: var(--ink-dim);
}

.rich-content {
  color: var(--ink);
}

.rich-content > :first-child {
  margin-top: 0;
}

.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4 {
  color: var(--brand-red-deep);
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  margin: 1.1rem 0 0.6rem;
}

.rich-content p,
.rich-content li {
  color: var(--ink-dim);
  font-size: 1rem;
}

.rich-content a {
  color: var(--brand-red-deep);
  font-weight: 700;
}

.rich-content ul,
.rich-content ol {
  padding-left: 1.2rem;
}

.rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.rich-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.8rem 0;
}

.rich-content th,
.rich-content td {
  border: 1px solid var(--line);
  padding: 0.55rem;
  text-align: left;
}

.rich-content iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
}

.rich-content details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f9fbff;
  padding: 0.65rem;
}

.rich-content summary {
  cursor: pointer;
  color: var(--brand-red-deep);
  font-weight: 800;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.55rem;
}

.sitemap-grid a {
  text-decoration: none;
  color: var(--brand-red-deep);
  border: 1px solid rgba(163, 31, 36, 0.22);
  background: rgba(163, 31, 36, 0.05);
  border-radius: 8px;
  padding: 0.56rem 0.66rem;
  font-weight: 700;
}

.sitemap-grid a:hover,
.sitemap-grid a:focus-visible {
  background: rgba(163, 31, 36, 0.1);
}

.site-footer {
  margin-top: 1.3rem;
  padding: 0 0 1.65rem;
  background: transparent;
  color: var(--ink);
  width: min(1160px, calc(100vw - 1.25rem));
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.footer-shell {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #ffffff 0%, #f6f8fb 100%);
  box-shadow: var(--shadow-lg);
}

.footer-shell::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-deep));
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr) minmax(300px, 1.1fr);
  gap: 1rem;
  align-items: stretch;
  padding: clamp(1rem, 2.2vw, 1.5rem);
}

.footer-panel {
  min-height: 100%;
  padding: 0.75rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: var(--shadow-md);
}

.footer-links-panel .footer-list {
  display: grid;
  align-content: start;
  min-height: 100%;
}

.footer-heading {
  margin: 0 0 0.9rem;
  color: var(--brand-red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.48rem;
}

.footer-list a,
.footer-inline-link {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.97rem;
  font-weight: 700;
}

.footer-list a:hover,
.footer-list a:focus-visible,
.footer-inline-link:hover,
.footer-inline-link:focus-visible {
  color: var(--brand-red);
}

.footer-connect-copy {
  margin: 0;
  color: var(--ink-dim);
  font-size: 0.96rem;
  max-width: none;
  text-wrap: pretty;
}

.footer-social-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.footer-social-link {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #f2f6fb);
  color: var(--ink-dim);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.footer-social-link svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  border-color: rgba(163, 31, 36, 0.26);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.footer-social-link.network-facebook:hover,
.footer-social-link.network-facebook:focus-visible {
  background: #1877f2;
}

.footer-social-link.network-x:hover,
.footer-social-link.network-x:focus-visible {
  background: #101010;
}

.footer-social-link.network-youtube:hover,
.footer-social-link.network-youtube:focus-visible {
  background: #ff0000;
}

.footer-social-link.network-instagram:hover,
.footer-social-link.network-instagram:focus-visible {
  background: linear-gradient(135deg, #515bd4 0%, #8134af 35%, #dd2a7b 65%, #feda77 100%);
}

.footer-meta {
  position: relative;
  z-index: 1;
  margin-top: 0.95rem;
  padding-top: 0.95rem;
  border-top: 1px solid var(--line);
}

.footer-copyright {
  margin: 0;
  color: var(--ink-dim);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1024px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-connect-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .site-footer {
    padding: 0 0 1.25rem;
  }

  .footer-shell {
    padding: 0;
    border-radius: 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: clamp(1rem, 2.2vw, 1.5rem);
  }

  .footer-panel {
    padding: 0.92rem;
  }

  .footer-social-link {
    width: 44px;
    height: 44px;
  }

  .footer-copyright {
    text-align: left;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.revealed {
  opacity: 1;
  transform: translateY(0);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.compare-intro h1 {
  max-width: 100%;
}

.compare-kicker {
  margin: 0.68rem 0 0;
  color: rgba(31, 38, 48, 0.74);
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.compare-plan-deck {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.compare-plan-tile {
  position: relative;
  border-radius: 16px;
  padding: 0.92rem;
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(18, 37, 58, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.compare-plan-tile h2 {
  margin: 0.38rem 0 0;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.12;
}

.plan-chip {
  display: inline-flex;
  margin: 0;
  padding: 0.16rem 0.54rem;
  border-radius: 999px;
  border: 1px solid rgba(241, 245, 250, 0.44);
  background: rgba(226, 234, 244, 0.2);
  color: #eef3f8;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.compare-plan-price {
  margin: 0.45rem 0 0.72rem;
}

.compare-plan-price .plan-price-main,
.compare-plan-price .plan-price-secondary {
  display: block;
  white-space: nowrap;
  line-height: 1.18;
  font-weight: 900;
  font-size: clamp(0.86rem, 1.24vw, 0.98rem);
}

.compare-plan-price .plan-price-secondary {
  margin-top: 0.06rem;
}

.compare-plan-tile.badge-best {
  border-color: rgba(224, 183, 95, 0.66);
  box-shadow: 0 18px 34px rgba(18, 37, 58, 0.22), 0 0 0 2px rgba(224, 183, 95, 0.24);
}

.compare-plan-tile.is-featured {
  transform: scale(1.04);
  z-index: 2;
}

.popular-ribbon {
  position: absolute;
  top: -0.55rem;
  right: 0.75rem;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f5c842 0%, #e0b030 100%);
  color: #3d2a00;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 12px rgba(224, 176, 48, 0.35);
}

.plan-tile-features {
  list-style: none;
  margin: 0 0 0.65rem;
  padding: 0;
  display: grid;
  gap: 0.28rem;
}

.plan-tile-features li {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.3;
}

.plan-tile-features .compare-icon {
  width: 0.95rem;
  height: 0.95rem;
  font-size: 0.6rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.compare-section-label {
  margin: 0 0 0.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-dim);
}

.col-featured {
  background: inherit;
  box-shadow: none;
}

.matrix-plan-head.col-featured {
  box-shadow: none;
}

.col-popular-label {
  display: block;
  margin-top: 0.25rem;
  font-style: normal;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffe9b0;
  background: rgba(255, 223, 132, 0.14);
  border: 1px solid rgba(255, 223, 132, 0.35);
  border-radius: 999px;
  padding: 0.1rem 0.42rem;
}

.mobile-popular-ribbon {
  display: block;
  text-align: center;
  padding: 0.35rem;
  background: linear-gradient(135deg, #f5c842 0%, #e0b030 100%);
  color: #3d2a00;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.compare-cta {
  margin-top: 1rem;
}

.compare-page {
  position: relative;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: calc(var(--radius-lg) + 2px);
  border: 1px solid rgba(209, 217, 229, 0.9);
  background:
    radial-gradient(90% 110% at -4% 102%, rgba(168, 38, 44, 0.08), transparent 62%),
    radial-gradient(90% 110% at 104% -14%, rgba(42, 116, 173, 0.09), transparent 60%),
    linear-gradient(180deg, #f8fafd 0%, #f2f6fb 100%);
  box-shadow: 0 14px 30px rgba(22, 37, 57, 0.08);
}

.compare-table-wrap {
  border: 1px solid rgba(193, 203, 217, 0.9);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(17, 36, 58, 0.12);
  background: #ffffff;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.compare-table th,
.compare-table td {
  border: 1px solid #c7d0dc;
  padding: 0.8rem 0.62rem;
}

.compare-table .feature-header {
  width: 23%;
  background: linear-gradient(165deg, #163f61 0%, #112f4a 100%);
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 1.08rem;
  text-align: left;
  letter-spacing: 0.01em;
}

.matrix-plan-head {
  color: #ffffff;
  text-align: center;
  padding: 0.72rem 0.5rem;
}

.matrix-plan-head span {
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.01em;
}

.plan-header {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 0.92rem 0.62rem 0.84rem;
}

.plan-header strong {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: clamp(0.96rem, 1.55vw, 1.14rem);
  line-height: 1.14;
  letter-spacing: 0.01em;
}

.plan-header span {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.plan-header .plan-price-main,
.plan-header .plan-price-secondary,
.plan-header .plan-price-suffix {
  display: block;
  white-space: nowrap;
  line-height: 1.18;
}

.plan-header .plan-price-suffix {
  margin-top: 0.08rem;
}

.plan-header .plan-price-main {
  font-size: clamp(0.74rem, 1.12vw, 0.88rem);
  letter-spacing: 0;
}

.plan-header .plan-price-secondary {
  margin-top: 0.06rem;
  font-size: clamp(0.74rem, 1.12vw, 0.88rem);
  letter-spacing: 0;
}

.compare-card-price {
  margin: 0.35rem 0 0;
}

.compare-card-price .plan-price-main,
.compare-card-price .plan-price-secondary,
.compare-card-price .plan-price-suffix {
  display: block;
  white-space: nowrap;
  line-height: 1.18;
}

.compare-card-price .plan-price-main {
  font-size: clamp(0.92rem, 3vw, 1.2rem);
  font-weight: 900;
}

.compare-card-price .plan-price-suffix {
  margin-top: 0.08rem;
  font-size: clamp(0.92rem, 3vw, 1.2rem);
  font-weight: 900;
}

.compare-card-price .plan-price-secondary {
  margin-top: 0.04rem;
  font-size: clamp(0.92rem, 3vw, 1.2rem);
  font-weight: 900;
}

.plan-header em {
  display: inline-flex;
  margin-top: 0.5rem;
  padding: 0.16rem 0.56rem;
  border-radius: 999px;
  border: 1px solid rgba(241, 245, 250, 0.44);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  background: rgba(226, 234, 244, 0.2);
  color: #eef3f8;
}

.plan-header.badge-best {
  box-shadow: inset 0 0 0 2px rgba(255, 223, 132, 0.42);
}

.plan-header.badge-best::after {
  content: "Most Popular";
  position: absolute;
  top: 0.42rem;
  right: 0.45rem;
  padding: 0.1rem 0.44rem;
  border-radius: 999px;
  background: rgba(255, 223, 132, 0.18);
  border: 1px solid rgba(255, 223, 132, 0.45);
  color: #ffe9b0;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tone-red {
  background: linear-gradient(155deg, #ad262c 0%, #8a2026 56%, #7d1a20 100%);
}

.tone-blue {
  background: linear-gradient(155deg, #2d78b1 0%, #246392 56%, #1d537d 100%);
}

.tone-dark {
  background: linear-gradient(155deg, #2b3340 0%, #1e252f 56%, #171c24 100%);
}

.feature-name {
  background: #f0f4fa;
  color: var(--ink);
  text-align: left;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.28;
}

.compare-cell {
  text-align: center;
  background: #fbfdff;
}

.compare-icon {
  display: inline-flex;
  width: 1.58rem;
  height: 1.58rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #edf6f1;
  border: 1px solid #ccddd4;
  color: #179c69;
  font-weight: 900;
  font-size: 1.06rem;
  line-height: 1;
}

.compare-dash {
  color: #b8c4d2;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.table-footer-note {
  background: #eef3fa;
}

.table-footer-buy {
  text-align: center;
  background: #f4f8fd;
  padding-top: 0.86rem;
  padding-bottom: 0.86rem;
}

.table-buy-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: min(176px, 100%);
  border-radius: 11px;
  padding: 0.66rem 0.85rem;
  text-decoration: none;
  color: #ffffff;
  font-weight: 900;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 16px rgba(17, 37, 57, 0.18);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.table-buy-btn:hover,
.table-buy-btn:focus-visible {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.table-buy-btn.tone-red {
  background: linear-gradient(140deg, #b42a30 0%, #8c2026 100%);
}

.table-buy-btn.tone-blue {
  background: linear-gradient(140deg, #2a74ad 0%, #1f5a89 100%);
}

.table-buy-btn.tone-dark {
  background: linear-gradient(140deg, #b42a30 0%, #8c2026 100%);
}

.compare-cards {
  display: none;
}

.compare-buy-row .feature-name {
  background: transparent;
}

.compare-buy-row .table-footer-buy {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.compare-card {
  border: 1px solid #c5cfdb;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 37, 58, 0.12);
}

.compare-card-head {
  color: #ffffff;
  padding: 1.05rem 1rem 1rem;
}

.compare-card.tone-red .compare-card-head {
  background: linear-gradient(155deg, #ad262c 0%, #8a2026 56%, #7d1a20 100%);
}

.compare-card.tone-blue .compare-card-head {
  background: linear-gradient(155deg, #2d78b1 0%, #246392 56%, #1d537d 100%);
}

.compare-card.tone-dark .compare-card-head {
  background: linear-gradient(155deg, #2b3340 0%, #1e252f 56%, #171c24 100%);
}

.compare-card-head h2 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.24rem, 4.5vw, 1.72rem);
  line-height: 1.08;
}

.compare-card-head p {
  margin: 0;
}

.compare-card-badge {
  display: inline-flex;
  margin-top: 0.5rem;
  border: 1px solid rgba(241, 245, 250, 0.44);
  border-radius: 999px;
  padding: 0.2rem 0.58rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: rgba(226, 234, 244, 0.2);
  color: #eef3f8;
}

.compare-card.badge-best {
  border-color: rgba(224, 183, 95, 0.58);
  box-shadow: 0 18px 36px rgba(18, 37, 58, 0.14), 0 0 0 2px rgba(224, 183, 95, 0.2);
}

.compare-card-body {
  padding: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
}

.compare-card-body h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.04rem;
  font-family: Montserrat, sans-serif;
}

.compare-card-body ul {
  margin: 0.8rem 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

.compare-card-body li {
  display: grid;
  grid-template-columns: 1.65rem 1fr;
  align-items: start;
  gap: 0.56rem;
  color: var(--ink);
  font-size: clamp(1rem, 3.6vw, 1.22rem);
  line-height: 1.22;
}

.compare-card-body .table-buy-btn {
  width: 100%;
}

.compare-footnote {
  margin: 0.95rem 0 0;
  color: var(--ink-dim);
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

.newsletter-form-wrap {
  padding: 0;
  overflow: hidden;
}

.newsletter-iframe {
  display: block;
  width: 100%;
  border: 0;
}

.newsletter-form-wrap {
  padding: 0;
  overflow: hidden;
}

.newsletter-iframe {
  display: block;
  width: 100%;
  border: 0;
}

/* ── Technology Page ────────────────────────────────────────── */
.tech-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.tech-feature-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-md);
  padding: clamp(1rem, 2vw, 1.5rem);
  text-align: center;
}

.tech-feature-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.tech-feature-card h3 {
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
}

.tech-feature-card p {
  font-size: 0.82rem;
  color: var(--ink-dim);
  line-height: 1.55;
  margin: 0;
}

.tech-videos-heading {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 1rem;
}

.tech-video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.tech-video-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}

.tech-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.tech-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tech-video-label {
  margin: 0;
  padding: 0.55rem 0.75rem;
  background: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
  border-top: 1px solid var(--line);
}

@media (max-width: 700px) {
  .tech-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .tech-video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .tech-features {
    grid-template-columns: 1fr;
  }
}

/* ── Terms & Conditions doc ─────────────────────────────────── */
.tnc-doc {
  max-width: 820px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--ink);
}

.tnc-updated {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink-dim);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.tnc-doc h2 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
  margin: 2rem 0 0.4rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.tnc-doc h3 {
  font-family: Montserrat, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--ink);
  margin: 1.25rem 0 0.3rem;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.tnc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 1.6rem;
  background: var(--brand-red);
  color: #fff;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  flex-shrink: 0;
}

.tnc-sub-label {
  font-weight: 800;
  color: var(--brand-red-deep);
  white-space: nowrap;
}

.tnc-sub {
  padding-left: 1rem;
  border-left: 2px solid var(--line);
  margin-top: 0.5rem;
}

.tnc-doc p {
  margin: 0.6rem 0;
}

.tnc-doc ul {
  margin: 0.4rem 0 0.6rem 1.25rem;
  padding: 0;
}

.tnc-doc ul li {
  margin-bottom: 0.2rem;
}

.tnc-numbers {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.tnc-numbers li {
  display: inline-block;
  margin-right: 1rem;
  font-family: monospace;
  font-size: 0.9em;
  background: rgba(163, 31, 36, 0.06);
  border: 1px solid rgba(163, 31, 36, 0.2);
  border-radius: 4px;
  padding: 0.1rem 0.45rem;
}

.tnc-caps {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink);
  background: #fafafa;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.7rem 1rem;
  margin: 0.6rem 0;
  line-height: 1.6;
}

.tnc-address {
  font-style: normal;
  background: rgba(163, 31, 36, 0.04);
  border: 1px solid rgba(163, 31, 36, 0.15);
  border-radius: 6px;
  padding: 0.65rem 1rem;
  margin: 0.5rem 0;
  line-height: 1.8;
  font-size: 0.9rem;
}

.tnc-address a {
  color: var(--brand-red-deep);
  text-decoration: none;
}

.tnc-address a:hover {
  text-decoration: underline;
}

.tnc-doc a {
  color: var(--brand-red-deep);
  text-decoration: none;
  font-weight: 700;
}

.tnc-doc a:hover {
  text-decoration: underline;
}

.compare-value-banner {
  margin: 0.75rem 0 0;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border: 1px solid var(--line);
  border-left: 5px solid var(--brand-red);
  border-radius: var(--radius-lg);
  background: #ffffff;
  padding: 0.85rem 1rem;
}

.compare-value-icon {
  color: var(--brand-red);
  font-size: 1.1rem;
  line-height: 1.5;
  flex-shrink: 0;
}

.compare-value-banner p {
  margin: 0;
  color: var(--ink-dim);
  font-size: 0.92rem;
  line-height: 1.55;
}

.compare-value-banner strong {
  color: var(--ink);
  font-weight: 800;
}

.compare-table tbody tr:nth-child(even) .feature-name {
  background: #ebf1f8;
}

.compare-table tbody tr:hover .feature-name {
  background: #e2eaf4;
}

.compare-table tbody tr:hover .compare-cell {
  background: #f4f8fd;
}

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

  .hero-image {
    min-height: 260px;
  }

  .proof-strip,
  .core-info {
    grid-template-columns: 1fr;
  }

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

  .story-card {
    grid-column: span 12;
  }

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

  .compare-table-wrap {
    display: none;
  }

  .compare-plan-deck {
    display: none;
  }

  .compare-cards {
    display: grid;
    gap: 0.85rem;
  }

  .compare-page {
    padding: 0.7rem;
  }

  .compare-card-head {
    padding: 0.95rem 0.88rem 0.9rem;
  }

  .compare-card.badge-best {
    box-shadow: 0 14px 28px rgba(18, 37, 58, 0.12), 0 0 0 2px rgba(224, 183, 95, 0.18);
  }

  .compare-card-price .plan-price-main,
  .compare-card-price .plan-price-secondary {
    font-size: clamp(0.9rem, 3.5vw, 1.1rem);
  }

  .compare-footnote {
    margin-left: 0.15rem;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: min(1160px, calc(100vw - 0.75rem));
    padding: 0.5rem;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
  }

  .brand {
    min-width: 128px;
    min-height: 52px;
    width: 128px;
    flex: 0 0 auto;
    padding: 0.2rem 0.15rem;
  }

  .brand-logo {
    width: 96px;
  }

  .brand-text {
    font-size: 0.62rem;
  }

  .top-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.38rem;
  }

  .nav-inline-wrap {
    display: block;
  }

  .nav-inline {
    gap: 0.24rem;
  }

  .nav-inline a {
    font-size: 0.67rem;
    letter-spacing: 0.012em;
    padding: 0.26rem 0.24rem;
  }

  .nav-inline a + a {
    margin-left: 0.2rem;
  }

  .nav-inline a + a::before {
    left: -0.2rem;
    height: 10px;
  }

  .app-shell {
    width: min(1160px, calc(100vw - 0.75rem));
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 10vw, 2.75rem);
  }

  .hero-copy-wrap {
    padding: 1rem;
  }

  .hero-actions {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .hero-btn-primary {
    grid-column: auto;
  }
}

@media (max-width: 899px) {
  .nav-inline-wrap {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .nav-inline-wrap {
    display: block !important;
  }

  .top-nav {
    gap: 0.55rem;
  }

  .nav-inline {
    gap: 0.3rem;
  }

  .nav-inline a {
    color: #ffffff !important;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 0.38rem 0.62rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.015em;
    text-shadow: none;
  }

  .nav-inline a + a::before {
    display: block;
    background: rgba(255, 255, 255, 0.28);
    left: -0.2rem;
  }

  .nav-inline a::after {
    background: rgba(255, 255, 255, 0.88);
  }

  .nav-inline a:hover,
  .nav-inline a:focus-visible,
  .nav-inline a.is-primary {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
  }
}

/* --- Founders Club Page Styles --- */
.founders-hero {
  text-align: center;
  padding: 3.5rem 1rem 2.5rem;
  background: linear-gradient(135deg, #0a0e17 0%, #141c2b 50%, #1a1020 100%);
  color: #ffffff;
}
.founders-hero-inner {
  max-width: 700px;
  margin: 0 auto;
}
.founders-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-deep));
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.2rem;
}
.founders-hero h1 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 0.6rem;
  line-height: 1.1;
}
.founders-tagline {
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.3rem;
  line-height: 1.4;
}
.founders-tagline strong {
  color: #ffffff;
}
.founders-sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 1.5rem;
}
.founders-hero-cta {
  font-size: 1.05rem;
  padding: 0.85rem 2rem;
}

/* Value strip */
.founders-value-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.4rem 1rem;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}
.founders-value-item {
  text-align: center;
}
.founders-value-item strong {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--ink);
}
.founders-value-item span {
  font-size: 0.78rem;
  color: var(--ink-dim);
  font-weight: 600;
}
.founders-value-highlight strong {
  color: var(--brand-red);
  font-size: 1.8rem;
}
.founders-value-highlight span {
  color: var(--brand-red);
}
.founders-value-divider {
  width: 1px;
  height: 36px;
  background: var(--line);
}
.founders-value-item strong .strike {
  text-decoration: line-through;
  color: var(--ink-dim);
  font-weight: 700;
  font-size: 1.2rem;
}

/* Pitch section */
.founders-pitch h2 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  font-weight: 900;
  margin: 0 0 0.8rem;
}
.founders-pitch p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink-dim);
  margin: 0 0 0.8rem;
}
.founders-pitch p strong {
  color: var(--ink);
}

/* Perks grid */
.founders-perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}
.founders-perk {
  text-align: center;
  padding: 1.4rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
}
.founders-perk-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.5rem;
}
.founders-perk h3 {
  font-family: Montserrat, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  margin: 0 0 0.3rem;
  color: var(--ink);
}
.founders-perk p {
  font-size: 0.84rem;
  color: var(--ink-dim);
  margin: 0;
  line-height: 1.5;
}

/* How it works */
.founders-how {
  text-align: center;
  padding: 2rem 1rem;
  background: var(--bg-a);
}
.founders-how h2 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-weight: 900;
  margin: 0.3rem 0 1.5rem;
}
.founders-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 820px;
  margin: 0 auto;
}
.founders-step {
  padding: 1.2rem;
}
.founders-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-deep));
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 0.7rem;
}
.founders-step h3 {
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 0.3rem;
  color: var(--ink);
}
.founders-step p {
  font-size: 0.84rem;
  color: var(--ink-dim);
  margin: 0;
  line-height: 1.5;
}

/* Urgency banner */
.founders-urgency {
  padding: 2.5rem 1rem;
  background: linear-gradient(135deg, #0a0e17 0%, #141c2b 100%);
  color: #ffffff;
  text-align: center;
}
.founders-urgency-inner {
  max-width: 600px;
  margin: 0 auto;
}
.founders-urgency h2 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 1.7rem);
  font-weight: 900;
  margin: 0 0 0.6rem;
}
.founders-urgency p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1.2rem;
  line-height: 1.6;
}

/* FAQ */
.founders-faq {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 720px;
  margin: 0 auto;
}
.founders-faq h2 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-weight: 900;
  margin: 0.3rem 0 1.2rem;
}
.founders-faq-list {
  text-align: left;
}
.founders-faq-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  background: #ffffff;
}
.founders-faq-item summary {
  padding: 0.85rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.founders-faq-item summary::-webkit-details-marker {
  display: none;
}
.founders-faq-item summary::after {
  content: "+";
  float: right;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink-dim);
  transition: transform 0.2s;
}
.founders-faq-item[open] summary::after {
  content: "−";
}
.founders-faq-answer {
  padding: 0 1rem 0.85rem;
  font-size: 0.88rem;
  color: var(--ink-dim);
  line-height: 1.6;
}
.founders-faq-answer p {
  margin: 0;
}

/* Signup / iframe section */
.founders-signup {
  text-align: center;
  padding: 2.5rem 1rem;
  background: var(--bg-a);
}
.founders-signup h2 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.3rem, 2.6vw, 1.6rem);
  font-weight: 900;
  margin: 0.3rem 0 0.4rem;
}
.founders-signup-note {
  font-size: 0.88rem;
  color: var(--ink-dim);
  margin: 0 0 1.5rem;
}
.founders-iframe-wrap {
  max-width: 720px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #ffffff;
}
.founders-iframe-wrap iframe {
  display: block;
  width: 100%;
  border: 0;
}
.founders-iframe-placeholder {
  padding: 3rem 1rem;
  text-align: center;
  color: var(--ink-dim);
  font-size: 0.9rem;
}

@media (max-width: 700px) {
  .founders-hero {
    padding: 2.5rem 1rem 2rem;
  }
  .founders-value-strip {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.2rem 1rem;
  }
  .founders-value-divider {
    width: 60px;
    height: 1px;
  }
  .founders-perks {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0 1rem 1.5rem;
  }
  .founders-perk {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 0.8rem;
    padding: 1rem;
  }
  .founders-perk-icon {
    font-size: 1.4rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .founders-perk h3 {
    margin-bottom: 0.1rem;
  }
  .founders-steps {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

/* --- Gift Card Promo Pages --- */
.gift-promo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: min(820px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(210, 218, 229, 0.95);
  border-radius: 24px;
  padding: clamp(1.6rem, 3.2vw, 2.8rem) clamp(1.4rem, 3vw, 2.4rem);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 18px 40px rgba(17, 37, 57, 0.08);
}

.gift-promo-copy {
  max-width: 720px;
}

.gift-promo-copy h1 {
  margin: 0.5rem 0 0;
  font-family: Montserrat, sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
  line-height: 1;
  max-width: 12ch;
  color: var(--ink);
  text-transform: uppercase;
}

.gift-promo-intro {
  margin: 1rem 0 0;
  max-width: 44ch;
  color: var(--ink-dim);
  font-size: 1.05rem;
  line-height: 1.5;
}

.gift-promo-offer-card {
  margin-top: 1.5rem;
  border: 1px solid rgba(163, 31, 36, 0.16);
  border-left: 6px solid var(--brand-red);
  border-radius: 18px;
  padding: 1.2rem 1.4rem;
  background: linear-gradient(180deg, #fff8f8 0%, #ffffff 100%);
}

.gift-promo-offer-kicker {
  margin: 0;
  color: var(--brand-red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gift-promo-offer {
  margin: 0.5rem 0 0;
  color: var(--brand-red-deep);
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
}

.gift-promo-subtitle {
  margin: 0.5rem 0 0;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.gift-promo-details-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.gift-promo-details-list li {
  margin: 0;
  display: grid;
  grid-template-columns: 1rem 1fr;
  align-items: center;
  gap: 0.6rem;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.98rem;
}

.gift-promo-details-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-red);
  box-shadow: 0 0 0 4px rgba(163, 31, 36, 0.09);
}

.gift-promo-actions {
  margin-top: 1.75rem;
  max-width: 340px;
  grid-template-columns: 1fr;
}

.gift-promo-actions .hero-btn-primary {
  font-size: 1rem;
  padding: 0.8rem 1.4rem;
}

.gift-promo-actions .hero-btn-secondary {
  color: var(--brand-red-deep);
  border: 1px solid #d9dfe8;
  background: linear-gradient(180deg, #ffffff, #f2f6fb);
}

.gift-promo-actions.has-secondary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 480px;
}

.gift-promo-eligible-inline {
  margin: 1.25rem 0 0;
  color: var(--ink-dim);
  font-size: 0.88rem;
}

.gift-promo-eligible-inline strong {
  color: var(--ink);
}

.gift-promo-checkout {
  width: min(980px, 100%);
  margin: 1rem auto 0;
  padding: 1.15rem;
  border: 1px solid rgba(205, 214, 224, 0.95);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  box-shadow: var(--shadow-md);
}

.gift-promo-checkout-head h2 {
  margin: 0.32rem 0 0;
  font-family: Montserrat, sans-serif;
  color: var(--ink);
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
}

.gift-promo-checkout-head p {
  margin: 0.45rem 0 0;
  color: var(--ink-dim);
}

.gift-promo-checkout-meta {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.gift-promo-checkout-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(163, 31, 36, 0.14);
  border-radius: 999px;
  background: #fff8f8;
  color: var(--brand-red-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.gift-promo-iframe-wrap {
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(209, 217, 229, 0.95);
  background: #ffffff;
}

.gift-promo-iframe-wrap iframe {
  display: block;
  width: 100%;
  min-height: 1320px;
  border: 0;
}

.gift-promo-bottom-bar {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.gift-promo-bottom-bar p {
  margin: 0;
  color: var(--brand-red-deep);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gift-promo-hero.is-fathers-day .gift-promo-offer-card {
  border-color: rgba(0, 86, 159, 0.18);
  border-left-color: var(--brand-blue);
  background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
}

.gift-promo-hero.is-fathers-day .gift-promo-offer-kicker {
  color: var(--brand-blue-deep);
}

.gift-promo-hero.is-fathers-day .gift-promo-details-list li::before {
  background: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(0, 86, 159, 0.08);
}

.gift-promo-hero.is-fathers-day .gift-promo-eligible-inline {
  color: var(--brand-blue-deep);
  font-weight: 800;
}

@media (max-width: 900px) {
  .gift-promo-hero {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .gift-promo-copy h1 {
    max-width: none;
  }

  .gift-promo-checkout {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .gift-promo-hero {
    border-radius: 22px;
    padding: 1.05rem;
  }

  .gift-promo-offer {
    font-size: clamp(1.3rem, 7.2vw, 2rem);
  }

  .gift-promo-checkout {
    border-radius: 18px;
  }

  .gift-promo-actions.has-secondary {
    grid-template-columns: 1fr;
    max-width: 440px;
  }

  .gift-promo-iframe-wrap iframe {
    min-height: 1680px;
  }

  .gift-promo-bottom-bar {
    flex-direction: column;
    align-items: stretch;
  }
}
