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

    :root {
      --ink: #0a0a0a;
      --ink-2: #444;
      --ink-3: #888;
      --surface: #fafaf8;
      --surface-2: #f2f0eb;
      --surface-3: #e8e5de;
      --accent: #e8562a;
      --accent-h: #c94420;
      --navy: #14203b;
      --border: rgba(0, 0, 0, 0.08);
      --border-2: rgba(0, 0, 0, 0.15);
      --r: 4px;
      --r-lg: 10px;
      --max: 1140px;
      --serif: 'Instrument Serif', Georgia, serif;
      --sans: 'Geist', system-ui, sans-serif
    }

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: var(--sans);
      background: var(--surface);
      color: var(--ink);
      font-size: 16px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased
    }

    .c {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 1.5rem
    }

    .slbl {
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--accent);
      font-weight: 500;
      margin-bottom: 0.6rem
    }

    .svc-hero {
      padding: 5rem 0 4rem;
      border-bottom: 1px solid var(--border)
    }

    .svc-hero-i {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 1.5rem
    }

    .svc-tier-label {
      display: inline-block;
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--accent);
      font-weight: 500;
      margin-bottom: 1rem
    }

    .pop-badge {
      display: inline-block;
      background: var(--accent);
      color: #fff;
      font-size: 0.68rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      padding: 0.25rem 0.6rem;
      border-radius: var(--r);
      margin-left: 0.8rem;
      vertical-align: middle
    }

    .svc-hero h1 {
      font-family: var(--serif);
      font-size: clamp(2rem, 5vw, 3.2rem);
      font-weight: 400;
      line-height: 1.15;
      margin-bottom: 1.2rem;
      max-width: 800px
    }

    .svc-hero h1 em {
      font-style: italic
    }

    .svc-hero-sub {
      font-size: 1.1rem;
      color: var(--ink-2);
      max-width: 640px;
      line-height: 1.7;
      margin-bottom: 2rem
    }

    .btn-p {
      display: inline-block;
      background: var(--accent);
      color: #fff;
      padding: 0.75rem 1.6rem;
      border-radius: var(--r);
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 500;
      transition: background 0.2s
    }

    .btn-p:hover {
      background: var(--accent-h)
    }

    .btn-g {
      display: inline-block;
      border: 1px solid var(--border-2);
      color: var(--ink);
      padding: 0.75rem 1.6rem;
      border-radius: var(--r);
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 400;
      margin-left: 0.8rem
    }

    section {
      padding: 4.5rem 0
    }

    .stitle {
      font-family: var(--serif);
      font-size: clamp(1.5rem, 3.5vw, 2.2rem);
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 0.8rem
    }

    .ssub {
      font-size: 1rem;
      color: var(--ink-2);
      max-width: 600px;
      margin-bottom: 2.5rem;
      line-height: 1.7
    }

    .feat-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem
    }

    .feat-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--r-lg);
      padding: 2rem
    }

    .feat-card h3 {
      font-family: var(--serif);
      font-size: 1.25rem;
      font-weight: 400;
      margin-bottom: 0.6rem
    }

    .feat-card p {
      font-size: 0.9rem;
      color: var(--ink-2);
      line-height: 1.7;
      text-align: justify
    }

    .who-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem
    }

    .who-card {
      padding: 1.5rem;
      border-left: 3px solid var(--accent);
      background: #fff;
      border-radius: 0 var(--r) var(--r) 0
    }

    .who-card h4 {
      font-size: 0.95rem;
      font-weight: 500;
      margin-bottom: 0.4rem
    }

    .who-card p {
      font-size: 0.88rem;
      color: var(--ink-2);
      line-height: 1.6;
      text-align: justify
    }

    .outcome-box {
      background: var(--navy);
      color: #fff;
      border-radius: var(--r-lg);
      padding: 3rem;
      margin-top: 2rem
    }

    .outcome-box h3 {
      font-family: var(--serif);
      font-size: 1.5rem;
      font-weight: 400;
      margin-bottom: 1rem
    }

    .outcome-box p {
      font-size: 0.95rem;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.8);
      max-width: 700px;
      text-align: justify
    }

    .outcome-stats {
      display: flex;
      gap: 3rem;
      margin-top: 2rem;
      flex-wrap: wrap
    }

    .outcome-stat {
      text-align: center
    }

    .outcome-stat-n {
      font-size: 1.8rem;
      font-weight: 500;
      color: var(--accent)
    }

    .outcome-stat-l {
      font-size: 0.78rem;
      color: rgba(255, 255, 255, 0.6);
      margin-top: 0.2rem
    }

    .faq-list {
      margin-top: 2rem;
      max-width: 760px
    }

    .faq-item {
      border-bottom: 1px solid var(--border);
      padding: 1.5rem 0
    }

    .faq-q {
      font-weight: 500;
      font-size: 1rem;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem
    }

    .faq-q::after {
      content: '+';
      font-size: 1.3rem;
      color: var(--ink-3);
      flex-shrink: 0
    }

    .faq-item.open .faq-q::after {
      content: '−'
    }

    .faq-a {
      font-size: 0.9rem;
      color: var(--ink-2);
      line-height: 1.7;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease
    }

    .faq-item.open .faq-a {
      max-height: 300px;
      padding-top: 1rem
    }

    .cta-section {
      text-align: center;
      padding: 5rem 0;
      background: var(--surface-2)
    }

    .cta-section h2 {
      font-family: var(--serif);
      font-size: clamp(1.5rem, 3vw, 2rem);
      font-weight: 400;
      margin-bottom: 0.8rem
    }

    .cta-section p {
      color: var(--ink-2);
      font-size: 1rem;
      margin-bottom: 2rem;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto
    }

    .next-tier {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--r-lg);
      padding: 2rem;
      margin-top: 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 2rem;
      flex-wrap: wrap
    }

    .next-tier h4 {
      font-family: var(--serif);
      font-size: 1.15rem;
      font-weight: 400;
      margin-bottom: 0.3rem
    }

    .next-tier p {
      font-size: 0.88rem;
      color: var(--ink-2)
    }

    footer {
      background: var(--navy);
      color: #fff;
      padding: 3.5rem 0 0
    }

    .foot-i {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 1.5rem;
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 2rem
    }

    .foot-logo {
      font-weight: 500;
      font-size: 1rem;
      color: #fff;
      text-decoration: none
    }

    .foot-logo span {
      color: var(--accent)
    }

    .foot-tag {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.5);
      margin-top: 0.5rem;
      line-height: 1.5
    }

    .foot-social {
      display: flex;
      gap: 1rem;
      margin-top: 1rem
    }

    .foot-social-link {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      font-size: 0.78rem;
      display: flex;
      align-items: center;
      gap: 0.35rem
    }

    .foot-social-link:hover {
      color: #fff
    }

    footer h5 {
      font-size: 0.78rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: rgba(255, 255, 255, 0.4);
      margin-bottom: 0.8rem
    }

    footer ul {
      list-style: none
    }

    footer li {
      margin-bottom: 0.5rem
    }

    footer li a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none;
      font-size: 0.85rem
    }

    footer li a:hover {
      color: #fff
    }

    .foot-btm {
      max-width: var(--max);
      margin: 3rem auto 0;
      padding: 1.2rem 1.5rem;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      display: flex;
      justify-content: space-between;
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.3)
    }

    .foot-btm a {
      color: rgba(255, 255, 255, 0.4);
      text-decoration: none
    }

    @media (max-width: 768px) {
      .foot-i {
        grid-template-columns: 1fr
      }

      .outcome-stats {
        gap: 2rem
      }

      .next-tier {
        flex-direction: column;
        align-items: flex-start
      }

      .pop-badge {
        display: block;
        margin-left: 0;
        margin-top: 0.5rem
      }
    }
