  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,400&family=DM+Sans:wght@300;400;500&display=swap');

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
  }

  .vp {
    font-family: 'DM Sans', sans-serif;
    width: 100%;
    color: #1e3a5f;
    background: #fff
  }

  .vp-nav {
    background: #fff;
    border-bottom: 0.5px solid #dde8f5;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    position: sticky;
    top: 0;
    z-index: 10
  }

  .vp-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none
  }

  .vp-logo-dot {
    width: 28px;
    height: 28px;
    background: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 11px;
    color: #fff
  }

  .vp-logo-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 14px;
    color: #1e3a5f
  }

  .vp-nav-links {
    display: flex;
    gap: 16px;
    align-items: center
  }

  .vp-nav-links a {
    font-size: 12px;
    color: #4b6a8a;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s
  }

  .vp-nav-links a:hover {
    color: #1e3a5f
  }

  .vp-nav-btn {
    background: #2563eb;
    color: #fff !important;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 11px !important
  }

  .vp-hero {
    background: #eef4ff;
    padding: 44px 20px 40px;
    border-bottom: 0.5px solid #cddcf5
  }

  .vp-hero-inner {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 28px;
    align-items: center
  }

  .vp-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #dbeafe;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #1d4ed8;
    margin-bottom: 12px
  }

  .vp-hero h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.2;
    color: #1e3a5f;
    margin-bottom: 10px
  }

  .vp-hero h1 em {
    font-style: normal;
    color: #2563eb
  }

  .vp-hero-lead {
    font-size: 13px;
    color: #4b6a8a;
    line-height: 1.75;
    margin-bottom: 18px
  }

  .vp-hero-btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
  }

  .vp-btn-blue {
    background: #2563eb;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 18px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: opacity .2s
  }

  .vp-btn-blue:hover {
    opacity: .88
  }

  .vp-btn-ghost {
    background: #fff;
    color: #2563eb;
    font-size: 12px;
    padding: 7px 18px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #bfcfe8;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: background .2s
  }

  .vp-btn-ghost:hover {
    background: #eef4ff
  }

  .vp-btn-green {
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 18px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px
  }

  .vp-feature-cards {
    display: flex;
    flex-direction: column;
    gap: 8px
  }

  .vp-fcard {
    background: #fff;
    border: 0.5px solid #cddcf5;
    border-radius: 10px;
    padding: 11px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: border-color .2s
  }

  .vp-fcard:hover {
    border-color: #2563eb
  }

  .vp-fcard-icon {
    width: 32px;
    height: 32px;
    background: #dbeafe;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #2563eb;
    flex-shrink: 0
  }

  .vp-fcard-text strong {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #1e3a5f
  }

  .vp-fcard-text span {
    font-size: 10px;
    color: #7a9abf
  }

  .vp-section {
    padding: 36px 20px;
    background: #fff
  }

  .vp-section-alt {
    background: #f7faff
  }

  .vp-eyebrow {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 5px
  }

  .vp-section h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 20px;
    color: #1e3a5f;
    margin-bottom: 6px
  }

  .vp-section-sub {
    font-size: 12px;
    color: #4b6a8a;
    margin-bottom: 18px;
    line-height: 1.65
  }

  .vp-divider {
    width: 30px;
    height: 2.5px;
    background: #93c5fd;
    border-radius: 2px;
    margin: 6px 0 18px
  }

  .vp-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
  }

  .vp-card {
    background: #f0f6ff;
    border: 0.5px solid #bfcfe8;
    border-radius: 12px;
    padding: 16px;
    border-top: 2px solid #60a5fa
  }

  .vp-card-icon {
    width: 34px;
    height: 34px;
    background: #dbeafe;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
    font-size: 16px;
    color: #2563eb
  }

  .vp-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 4px
  }

  .vp-card p {
    font-size: 11px;
    color: #4b6a8a;
    line-height: 1.65
  }

  .vp-pages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
  }

  .vp-page-card {
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 9px
  }

  .vp-page-card.debate {
    background: #eff6ff;
    border: 0.5px solid #bfcfe8
  }

  .vp-page-card.mc {
    background: #f0fdf4;
    border: 0.5px solid #bbf7d0
  }

  .vp-page-card-header {
    display: flex;
    align-items: center;
    gap: 10px
  }

  .vp-page-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0
  }

  .debate .vp-page-icon {
    background: #dbeafe;
    color: #2563eb
  }

  .mc .vp-page-icon {
    background: #dcfce7;
    color: #16a34a
  }

  .vp-page-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700
  }

  .debate h3 {
    color: #1e3a5f
  }

  .mc h3 {
    color: #14532d
  }

  .vp-page-card p {
    font-size: 11px;
    line-height: 1.65
  }

  .debate p {
    color: #4b6a8a
  }

  .mc p {
    color: #166534
  }

  .vp-page-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
    width: fit-content
  }

  .debate .vp-page-tag {
    background: #dbeafe;
    color: #1d4ed8
  }

  .mc .vp-page-tag {
    background: #dcfce7;
    color: #15803d
  }

  .vp-page-btn {
    margin-top: 4px;
    align-self: flex-start;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px
  }

  .debate .vp-page-btn {
    background: #2563eb;
    color: #fff
  }

  .mc .vp-page-btn {
    background: #16a34a;
    color: #fff
  }

  .vp-prog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px
  }

  .vp-prog-item {
    background: #fff;
    border: 0.5px solid #bfcfe8;
    border-radius: 12px;
    padding: 13px 15px;
    display: flex;
    gap: 9px;
    align-items: flex-start
  }

  .vp-prog-num {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 900;
    color: #dbeafe;
    line-height: 1;
    flex-shrink: 0
  }

  .vp-prog-item h3 {
    font-size: 12px;
    font-weight: 500;
    color: #1e3a5f;
    margin-bottom: 2px
  }

  .vp-prog-item p {
    font-size: 11px;
    color: #4b6a8a;
    line-height: 1.6
  }

  .vp-manifesto {
    background: #eff6ff;
    border-top: 0.5px solid #bfcfe8;
    border-bottom: 0.5px solid #bfcfe8;
    padding: 36px 20px;
    text-align: center
  }

  .vp-manifesto blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-style: italic;
    color: #1e3a5f;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto 12px
  }

  .vp-manifesto blockquote em {
    font-style: normal;
    color: #2563eb
  }

  .vp-manifesto-author {
    font-size: 11px;
    color: #7a9abf;
    letter-spacing: .05em;
    text-transform: uppercase
  }

  .vp-join {
    background: #dbeafe;
    padding: 36px 20px;
    text-align: center
  }

  .vp-join h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 20px;
    color: #1e3a5f;
    margin-bottom: 6px
  }

  .vp-join p {
    font-size: 12px;
    color: #1d4ed8;
    margin-bottom: 18px
  }

  .vp-join-form {
    display: flex;
    gap: 7px;
    max-width: 340px;
    margin: 0 auto
  }

  .vp-join-form input {
    flex: 1;
    padding: 7px 14px;
    border: 1px solid #93c5fd;
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    background: #fff;
    outline: none;
    color: #1e3a5f
  }

  .vp-join-form input:focus {
    border-color: #2563eb
  }

  .vp-footer {
    background: #1e3a5f;
    padding: 26px 20px 14px
  }

  .vp-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 24px;
    padding-bottom: 18px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1)
  }

  .vp-footer-brand {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
  }

  .vp-footer p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.7
  }

  .vp-footer h4 {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 7px
  }

  .vp-footer ul {
    list-style: none
  }

  .vp-footer ul li {
    margin-bottom: 4px
  }

  .vp-footer ul a {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color .2s;
    cursor: pointer
  }

  .vp-footer ul a:hover {
    color: #fff
  }

  .vp-footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.25);
    flex-wrap: wrap;
    gap: 6px
  }

  .toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #1e3a5f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-family: 'DM Sans', sans-serif;
    z-index: 999;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
  }

  .toast.show {
    opacity: 1;
  }

  a {
    text-decoration: none;
  }

  html {
    scroll-behavior: smooth;
  }