

  .vd-site,
  .vd-site * {
    box-sizing: border-box;
  }

  .vd-site {
    --vd-ink: #123d3b;
    --vd-deep: #063e3c;
    --vd-teal: #08766f;
    --vd-aqua: #00aea0;
    --vd-mint: #dff5ec;
    --vd-paper: #f4f6ed;
    --vd-white: #ffffff;
    --vd-orange: #ff7617;
    --vd-orange-dark: #da5100;
    --vd-line: rgba(7, 82, 78, 0.16);
    --vd-shadow: 0 24px 70px rgba(6, 62, 60, 0.14);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--vd-ink);
    background: var(--vd-paper);
    font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
  }

  .vd-site a {
    color: inherit;
    text-decoration: none;
  }

  .vd-site img {
    display: block;
    width: 100%;
    height: auto;
  }

  .vd-shell {
    position: relative;
    z-index: 2;
    width: min(1440px, calc(100% - 80px));
    margin: 0 auto;
  }

  .vd-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
  }

  .vd-paper {
    background: var(--vd-paper);
  }

  .vd-white {
    background: var(--vd-white);
  }

  .vd-dark {
    color: var(--vd-white);
    background: var(--vd-deep);
  }

  .vd-eyebrow {
    margin: 0 0 16px;
    color: var(--vd-teal);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .vd-dark .vd-eyebrow {
    color: #8ee4d7;
  }

  .vd-site h1,
  .vd-site h2,
  .vd-site h3,
  .vd-site p {
    margin-top: 0;
  }

  .vd-site h1,
  .vd-site h2,
  .vd-site h3 {
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  .vd-site h1 {
    max-width: 850px;
    margin-bottom: 26px;
    font-size: clamp(48px, 6.2vw, 96px);
  }

  .vd-site h2 {
    margin-bottom: 22px;
    font-size: clamp(36px, 4.3vw, 66px);
  }

  .vd-site h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .vd-lead {
    max-width: 760px;
    font-size: clamp(18px, 1.6vw, 23px);
  }

  .vd-btn {
    display: inline-flex;
    min-height: 58px;
    padding: 0 26px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--vd-white) !important;
    background: var(--vd-orange);
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(218, 81, 0, 0.22);
    font-weight: 800;
    transition: transform 180ms ease, background 180ms ease;
  }

  .vd-btn:hover {
    background: var(--vd-orange-dark);
    transform: translateY(-2px);
  }

  .vd-btn::after {
    content: "↗";
    font-size: 20px;
  }

  .vd-nav {
    position: relative;
    z-index: 10;
    background: rgba(244, 246, 237, 0.97);
    border-bottom: 1px solid var(--vd-line);
  }

  .vd-nav-inner {
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .vd-brand {
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.03em;
  }

  .vd-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 700;
  }

  .vd-menu a:hover {
    color: var(--vd-orange-dark);
  }

  .vd-nav-cta {
    padding: 11px 18px;
    color: var(--vd-white) !important;
    background: var(--vd-deep);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
  }

  .vd-hero {
    padding: 70px 0;
    color: var(--vd-ink);
    background:
      radial-gradient(circle at 5% 12%, rgba(255, 118, 23, 0.2), transparent 24%),
      radial-gradient(circle at 88% 15%, rgba(0, 174, 160, 0.16), transparent 30%),
      linear-gradient(180deg, #fbfcf7 0%, #e8f6ef 100%);
  }

  .vd-hero::before {
    position: absolute;
    top: 42px;
    right: -110px;
    width: 320px;
    height: 320px;
    content: "";
    border: 54px solid rgba(255, 118, 23, 0.12);
    border-radius: 50%;
  }

  .vd-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
    align-items: center;
    gap: clamp(42px, 6vw, 92px);
  }

  .vd-hero-copy {
    padding: 32px 0;
  }

  .vd-hero h1 {
    color: var(--vd-deep);
  }

  .vd-hero .vd-eyebrow {
    color: var(--vd-orange-dark);
  }

  .vd-hero .vd-lead {
    max-width: 760px;
    color: rgba(18, 61, 59, 0.78);
  }

  .vd-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 32px;
  }

  .vd-facts span {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #dffbf7;
    font-size: 14px;
    font-weight: 800;
  }

  .vd-hero .vd-facts span {
    color: var(--vd-deep);
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(7, 82, 78, 0.14);
  }

  .vd-price-note {
    display: flex;
    margin-top: 24px;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .vd-price-note strong {
    color: var(--vd-deep);
    font-size: 28px;
  }

  .vd-price-note span {
    color: rgba(18, 61, 59, 0.64);
    font-size: 14px;
  }

  .vd-hero-visual {
    position: relative;
    padding: 18px 18px 54px;
    background: #18c8bb;
    border: 1px solid rgba(7, 82, 78, 0.16);
    border-radius: 44px 44px 140px 44px;
    box-shadow: 0 34px 80px rgba(6, 62, 60, 0.22);
    transform: rotate(1.2deg);
  }

  .vd-hero-card {
    position: absolute;
    z-index: 3;
    right: auto;
    bottom: 18px;
    left: -40px;
    width: min(390px, 78%);
    padding: 21px 24px;
    color: var(--vd-ink);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(7, 82, 78, 0.14);
    border-radius: 22px;
    box-shadow: 0 20px 48px rgba(6, 62, 60, 0.2);
    transform: rotate(-1.2deg);
  }

  .vd-hero-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: 23px;
  }

  .vd-hero-card span {
    color: rgba(18, 61, 59, 0.68);
    font-size: 14px;
  }

  .vd-hero-photo {
    position: relative;
    z-index: 1;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 32px 32px 116px 32px;
    transform: rotate(-1.2deg);
  }

  .vd-intro {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 72px;
    align-items: end;
    margin-bottom: 48px;
  }

  .vd-intro h2 {
    margin-bottom: 0;
  }

  .vd-intro > p {
    margin-bottom: 6px;
    font-size: 18px;
  }

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

  .vd-card {
    min-height: 250px;
    padding: 28px;
    background: var(--vd-white);
    border: 1px solid var(--vd-line);
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(6, 62, 60, 0.05);
  }

  .vd-card-number {
    display: inline-grid;
    width: 44px;
    height: 44px;
    margin-bottom: 38px;
    place-items: center;
    color: var(--vd-white);
    background: var(--vd-teal);
    border-radius: 50%;
    font-weight: 900;
  }

  .vd-audience {
    display: flex;
    margin-top: 28px;
    padding-top: 24px;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid var(--vd-line);
  }

  .vd-audience span,
  .vd-chip {
    padding: 8px 13px;
    background: var(--vd-mint);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 750;
  }

  .vd-two-col {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 72px;
  }

  .vd-checks {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
  }

  .vd-checks li {
    position: relative;
    padding: 17px 18px 17px 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
  }

  .vd-checks li::before {
    position: absolute;
    top: 16px;
    left: 18px;
    content: "✓";
    color: #91e6da;
    font-weight: 900;
  }

  .vd-media {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: var(--vd-shadow);
  }

  .vd-media img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .vd-stats {
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .vd-stat {
    padding: 20px;
    background: var(--vd-mint);
    border-radius: 18px;
  }

  .vd-stat strong {
    display: block;
    font-size: 32px;
    line-height: 1;
  }

  .vd-stat span {
    font-size: 14px;
  }

  .vd-learning-numbers {
    display: grid;
    margin-bottom: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .vd-learning-numbers div {
    padding: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
  }

  .vd-learning-numbers strong {
    display: block;
    font-size: 42px;
    line-height: 1;
  }

  .vd-learning-numbers span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
  }

  .vd-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .vd-step {
    min-height: 280px;
    padding: 24px;
    color: var(--vd-ink);
    background: var(--vd-white);
    border-radius: 22px;
  }

  .vd-step > span {
    display: block;
    margin-bottom: 58px;
    color: var(--vd-orange-dark);
    font-weight: 900;
  }

  .vd-step p {
    margin-bottom: 0;
    font-size: 15px;
  }

  .vd-practice-note {
    display: grid;
    margin-top: 20px;
    padding: 26px;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 28px;
    background: var(--vd-aqua);
    border-radius: 22px;
  }

  .vd-practice-note strong {
    font-size: 28px;
    white-space: nowrap;
  }

  .vd-practice-note p {
    margin: 0;
  }

  .vd-list {
    display: grid;
    margin: 26px 0 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    list-style: none;
  }

  .vd-list li {
    position: relative;
    padding-left: 28px;
  }

  .vd-list li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: var(--vd-teal);
    font-weight: 900;
  }

  .vd-phrasebook {
    padding: 44px;
    color: var(--vd-white);
    background:
      radial-gradient(circle at 80% 15%, rgba(0, 174, 160, 0.45), transparent 38%),
      var(--vd-deep);
    border-radius: 32px;
    box-shadow: var(--vd-shadow);
  }

  .vd-phrasebook small {
    display: inline-block;
    padding: 7px 11px;
    color: var(--vd-deep);
    background: #a7eee4;
    border-radius: 999px;
    font-weight: 900;
  }

  .vd-phrasebook strong {
    display: block;
    margin: 34px 0 0;
    font-size: clamp(72px, 10vw, 150px);
    line-height: 0.85;
    letter-spacing: -0.08em;
  }

  .vd-phrasebook h3 {
    max-width: 380px;
    margin-top: 12px;
    font-size: 34px;
  }

  .vd-module-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    align-items: stretch;
    gap: 22px;
  }

  .vd-video-shell {
    padding: 12px;
    overflow: hidden;
    background: var(--vd-deep);
    border: 1px solid var(--vd-line);
    border-radius: 28px;
    box-shadow: var(--vd-shadow);
  }

  .vd-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #032f2e;
    border-radius: 19px;
  }

  .vd-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .vd-module-copy {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    background: var(--vd-mint);
    border: 1px solid var(--vd-line);
    border-radius: 28px;
  }

  .vd-module-copy h3 {
    margin: 18px 0 14px;
    font-size: clamp(27px, 2.5vw, 39px);
  }

  .vd-module-copy .vd-chip {
    align-self: flex-start;
    color: var(--vd-teal);
    background: var(--vd-white);
    border: 1px solid var(--vd-line);
  }

  .vd-module-copy p {
    color: rgba(18, 61, 59, 0.76);
  }

  .vd-module-points {
    margin: 10px 0 24px;
    padding: 0;
    list-style: none;
  }

  .vd-module-points li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
  }

  .vd-module-points li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: var(--vd-teal);
    font-weight: 900;
  }

  .vd-video-link {
    display: inline-flex;
    min-height: 50px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    color: var(--vd-white) !important;
    background: var(--vd-deep);
    border-radius: 999px;
    font-weight: 800;
    transition: transform 180ms ease, background 180ms ease;
  }

  .vd-video-link:hover {
    background: var(--vd-teal);
    transform: translateY(-2px);
  }

  .vd-live-list {
    margin: 24px 0;
    padding-left: 21px;
  }

  .vd-live-list li {
    margin-bottom: 9px;
  }

  .vd-live-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .vd-live-meta span {
    padding: 9px 13px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    font-weight: 750;
  }

  .vd-author-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 72px;
  }

  .vd-author-gallery {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 14px;
  }

  .vd-author-gallery img {
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    border-radius: 24px;
  }

  .vd-author-gallery img:first-child {
    grid-row: span 2;
  }

  .vd-credentials {
    display: grid;
    margin-top: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .vd-credentials div {
    padding: 18px;
    background: var(--vd-mint);
    border-radius: 16px;
  }

  .vd-credentials strong {
    display: block;
    font-size: 22px;
  }

  .vd-credentials span {
    font-size: 14px;
  }

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

  .vd-result {
    min-height: 245px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
  }

  .vd-result > span {
    display: block;
    margin-bottom: 36px;
    color: #8ee4d7;
    font-size: 22px;
    font-weight: 900;
  }

  .vd-result p {
    color: rgba(255, 255, 255, 0.75);
  }

  .vd-disclaimer {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
  }

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

  .vd-review-slot {
    display: grid;
    min-height: 390px;
    padding: 28px;
    place-items: center;
    text-align: center;
    background:
      linear-gradient(135deg, rgba(223, 245, 236, 0.88), rgba(255, 255, 255, 0.96));
    border: 2px dashed rgba(7, 82, 78, 0.24);
    border-radius: 24px;
  }

  .vd-review-slot strong {
    display: block;
    margin-bottom: 8px;
    font-size: 21px;
  }

  .vd-review-slot span {
    display: block;
    max-width: 250px;
    color: rgba(18, 61, 59, 0.7);
    font-size: 14px;
  }

  .vd-offer {
    background: var(--vd-orange);
  }

  .vd-offer-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    align-items: center;
    gap: 70px;
  }

  .vd-offer-price {
    color: var(--vd-white);
  }

  .vd-offer-price strong {
    display: block;
    font-size: clamp(80px, 11vw, 150px);
    line-height: 0.86;
    letter-spacing: -0.08em;
  }

  .vd-offer-content {
    padding: 46px;
    background: var(--vd-white);
    border-radius: 30px;
  }

  .vd-club-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
  }

  .vd-gift {
    display: inline-block;
    margin-bottom: 20px;
    padding: 9px 14px;
    color: var(--vd-deep);
    background: #99eadf;
    border-radius: 999px;
    font-weight: 900;
  }

  .vd-faq-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 70px;
  }

  .vd-faq details {
    border-bottom: 1px solid var(--vd-line);
  }

  .vd-faq summary {
    position: relative;
    padding: 22px 52px 22px 0;
    cursor: pointer;
    font-size: 19px;
    font-weight: 850;
    list-style: none;
  }

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

  .vd-faq summary::after {
    position: absolute;
    top: 18px;
    right: 0;
    display: grid;
    width: 34px;
    height: 34px;
    content: "+";
    place-items: center;
    color: var(--vd-white);
    background: var(--vd-teal);
    border-radius: 50%;
    font-size: 22px;
  }

  .vd-faq details[open] summary::after {
    content: "−";
  }

  .vd-faq details p {
    max-width: 760px;
    padding: 0 52px 22px 0;
  }

  .vd-final {
    padding: 0;
    color: var(--vd-white);
    background: var(--vd-deep);
  }

  .vd-final-grid {
    display: grid;
    min-height: 650px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .vd-final-photo {
    height: 100%;
    min-height: 650px;
    object-fit: cover;
  }

  .vd-final-copy {
    padding: 70px;
  }

  .vd-footer {
    padding: 30px 0;
    background: #032f2e;
    color: rgba(255, 255, 255, 0.75);
  }

  .vd-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }

  @media (max-width: 1100px) {
    .vd-shell {
      width: min(100% - 48px, 960px);
    }

    .vd-menu {
      display: none;
    }

    .vd-hero-grid,
    .vd-intro,
    .vd-two-col,
    .vd-module-overview,
    .vd-author-grid,
    .vd-offer-grid,
    .vd-club-grid,
    .vd-faq-grid {
      grid-template-columns: 1fr;
      gap: 38px;
    }

    .vd-hero-visual {
      width: min(100%, 690px);
      margin: 0 auto;
    }

    .vd-hero-card {
      left: 22px;
    }

    .vd-card-grid,
    .vd-results-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .vd-final-grid {
      grid-template-columns: 0.8fr 1.2fr;
    }
  }

  @media (max-width: 720px) {
    .vd-site {
      font-size: 16px;
    }

    .vd-shell {
      width: calc(100% - 32px);
    }

    .vd-section {
      padding: 68px 0;
    }

    .vd-brand {
      font-size: 15px;
    }

    .vd-nav-cta {
      padding: 10px 14px;
    }

    .vd-hero {
      padding: 48px 0 54px;
    }

    .vd-hero-copy {
      padding: 0;
    }

    .vd-hero-visual {
      padding: 10px 10px 78px;
      border-radius: 28px 28px 86px 28px;
    }

    .vd-hero-card {
      right: 18px;
      bottom: 16px;
      left: 18px;
      width: auto;
      padding: 17px 18px;
    }

    .vd-hero-photo {
      border-radius: 20px 20px 68px 20px;
    }

    .vd-module-copy {
      padding: 26px 22px;
    }

    .vd-video-link {
      width: 100%;
      align-self: stretch;
    }

    .vd-card-grid,
    .vd-checks,
    .vd-stats,
    .vd-learning-numbers,
    .vd-steps,
    .vd-list,
    .vd-author-gallery,
    .vd-credentials,
    .vd-results-grid,
    .vd-review-grid {
      grid-template-columns: 1fr;
    }

    .vd-card,
    .vd-step {
      min-height: auto;
    }

    .vd-card-number,
    .vd-step > span {
      margin-bottom: 24px;
    }

    .vd-practice-note {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .vd-author-gallery img:first-child {
      grid-row: auto;
    }

    .vd-author-gallery img {
      max-height: 480px;
    }

    .vd-offer-content,
    .vd-final-copy {
      padding: 30px 24px;
    }

    .vd-final-grid {
      grid-template-columns: 1fr;
    }

    .vd-final-photo {
      min-height: 420px;
      max-height: 520px;
    }

    .vd-footer-inner {
      flex-direction: column;
    }
  }

