.elementor-32792 .elementor-element.elementor-element-f1f924c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-247eb2e *//* =========================
   1. Variables & base
   ========================= */

:root {
  --bg: #ffffff;
  --bg-soft: #ede6dc;
  --surface: #fbf8f3;
  --surface-strong: #f1e9de;
  --ink: #18212b;
  --ink-soft: #47515e;
  --ink-muted: #6a7480;
  --line: rgba(24, 33, 43, 0.12);
  --line-strong: rgba(24, 33, 43, 0.22);

  --navy: #1f2d3d;
  --navy-deep: #16202c;
  --steel: #5f6f7f;
  --bronze: #7c6a50;
  --bronze-soft: #c8b8a1;
  --white: #ffffff;
  --title-black: #000000;

  --shadow-soft: 0 18px 40px rgba(20, 29, 38, 0.06);
  --shadow-card: 0 10px 24px rgba(20, 29, 38, 0.04);

  --max-page: 1380px;
  --content-width: 820px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;

  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

p,
ul,
ol {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h1,
h2 {
  font-family: var(--font-serif);
}

ul {
  padding: 0;
  list-style: none;
}

/* =========================
   2. Page layout
   ========================= */

.page-shell {
  width: min(calc(100% - 40px), var(--max-page));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  padding: 36px 0 72px;
}

.page-toc {
  position: relative;
}

.toc-card {
  position: sticky;
  top: 24px;
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
}

.toc-label {
  margin-bottom: 16px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3454d1;
}

.toc-nav {
  display: grid;
  gap: 12px;
}

.toc-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.98rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.toc-nav a:hover,
.toc-nav a:focus {
  color: var(--navy);
  transform: translateX(2px);
}

.page-main {
  min-width: 0;
}

/* =========================
   3. Shared section styles
   ========================= */

.content-section {
  padding: 72px 0;
  border-top: 1px solid var(--line);
}

.content-section:first-of-type {
  border-top: none;
}

.section-heading {
  max-width: 980px;
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.section-heading.narrow {
  max-width: 760px;
}

.section-kicker,
.eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3454d1;
}

.section-heading h2 {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.08;
  color: var(--title-black);
}

.two-column-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 980px;
}

.two-column-text p,
.team-intro p,
.method-intro p,
.coverage-note p,
.conversion-copy p,
.independence-lead,
.hero-text,
.hero-lead {
  font-size: 1.06rem;
  color: var(--ink-soft);
}

.section-alt {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
}

/* =========================
   4. Hero
   ========================= */

.hero-section {
  padding: 24px 0 80px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 360px);
  gap: 34px;
  align-items: start;
}

.hero-copy {
  padding: 0;
}

.hero-copy h1 {
  max-width: 14ch;
  margin-top: 12px;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 1;
  color: var(--title-black);
}

.hero-lead {
  max-width: 24ch;
  margin-top: 24px;
  font-size: clamp(1.22rem, 2vw, 1.5rem);
  line-height: 1.35;
  color: var(--ink);
}

.hero-text {
  max-width: 62ch;
  margin-top: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

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

.button-primary {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.button-primary:hover,
.button-primary:focus {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
}

.button-secondary {
  background: transparent;
  color: var(--navy);
  border-color: var(--line-strong);
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: var(--navy);
  background: rgba(31, 45, 61, 0.03);
}

.hero-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(31, 45, 61, 0.96), rgba(22, 32, 44, 0.96));
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.hero-stat {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat:last-child {
  border-bottom: none;
}

.hero-stat-value {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1;
}

.hero-stat-label {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.98rem;
  line-height: 1.55;
}

/* =========================
   5. Mission
   ========================= */

.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.info-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.32);
  box-shadow: var(--shadow-card);
}

.info-card h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.info-card p {
  color: var(--ink-soft);
}

/* =========================
   6. Method
   ========================= */

.method-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.method-list {
  display: grid;
  gap: 16px;
}

.method-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.method-item:first-child {
  border-top: none;
  padding-top: 0;
}

.method-number {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  color: var(--bronze);
}

.method-item h3 {
  margin-bottom: 6px;
  font-size: 1.14rem;
}

.method-item p {
  color: var(--ink-soft);
}

/* =========================
   7. Independence
   ========================= */

.independence-section {
  padding-top: 84px;
  padding-bottom: 84px;
}

.independence-block {
  padding: 34px;
  border-radius: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.independence-heading {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin-bottom: 28px;
}

.independence-heading h2 {
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.08;
  color: var(--title-black);
}

.independence-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
}

.independence-points {
  display: grid;
  gap: 18px;
}

.independence-points article {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.independence-points article:first-child {
  padding-top: 0;
  border-top: none;
}

.independence-points h3 {
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.independence-points p {
  color: var(--ink-soft);
}

/* =========================
   8. Coverage
   ========================= */

.coverage-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.coverage-block,
.coverage-note {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.28);
}

.coverage-note {
  grid-column: 1 / -1;
}

.coverage-block h3 {
  margin-bottom: 16px;
  font-size: 1.14rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-list li,
.coverage-list li {
  color: var(--ink-soft);
}

.tag-list li {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(31, 45, 61, 0.03);
  font-size: 0.95rem;
}

.coverage-list {
  display: grid;
  gap: 10px;
}

/* =========================
   9. Principles
   ========================= */

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

.principle-card {
  padding: 24px;
  border-top: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.18);
}

.principle-card h3 {
  margin-bottom: 8px;
  font-size: 1.16rem;
}

.principle-card p {
  color: var(--ink-soft);
}

/* =========================
   10. Team
   ========================= */

.team-intro {
  max-width: var(--content-width);
  margin-bottom: 28px;
}

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

.team-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0.16));
  box-shadow: var(--shadow-card);
}

.team-role {
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3454d1;
}

.team-card h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.team-card p:last-child {
  color: var(--ink-soft);
}

/* =========================
   11. Conversion
   ========================= */

.conversion-section {
  padding-bottom: 36px;
}

.conversion-panel {
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(31, 45, 61, 0.98), rgba(28, 40, 55, 0.98));
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

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

.conversion-copy .section-kicker {
  color: #dbe3ff;
}

.conversion-copy h2 {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  color: #ffffff;
}

.conversion-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.conversion-reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.reason-item {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.reason-item h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.reason-item p {
  color: rgba(255, 255, 255, 0.76);
}

.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.conversion-actions .button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
}

.conversion-actions .button-secondary:hover,
.conversion-actions .button-secondary:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.44);
}

/* =========================
   12. Focus states
   ========================= */

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: 3px;
}

/* =========================
   13. Responsive
   ========================= */

@media (max-width: 1180px) {
  .page-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

.page-toc {
  position: relative;
  margin-top: 28px;
}

.toc-card {
  position: sticky;
  top: 24px;
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
}

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

@media (max-width: 960px) {
  .hero-grid,
  .method-layout,
  .independence-grid,
  .coverage-layout,
  .mission-grid,
  .team-grid,
  .conversion-reasons,
  .two-column-text,
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 14ch;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 28px), var(--max-page));
    padding-top: 22px;
    padding-bottom: 52px;
  }

  .hero-section {
    padding-bottom: 58px;
  }

  .content-section {
    padding: 56px 0;
  }

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

  .hero-panel,
  .independence-block,
  .conversion-panel,
  .coverage-block,
  .coverage-note,
  .info-card,
  .team-card {
    padding: 22px;
  }

  .method-item {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .hero-actions,
  .conversion-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .toc-nav {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: 2.4rem;
  }

  .section-heading h2,
  .independence-heading h2,
  .conversion-copy h2 {
    font-size: 2rem;
  }

  .hero-lead,
  .hero-text,
  .two-column-text p,
  .team-intro p,
  .method-intro p,
  .coverage-note p,
  .conversion-copy p,
  .independence-lead {
    font-size: 1rem;
  }
}/* End custom CSS */