/* The serif's dollar sign (full vertical bar) looks odd next to the numerals: take just U+0024 from a system sans. */
@font-face { font-family: 'CurrencySans'; src: local('Segoe UI'), local('Helvetica Neue'), local('Helvetica'), local('Arial'); unicode-range: U+0024; }
/* English with Ashley - public site (v2, editorial) */
:root {
  --navy: #14224a;
  --navy-2: #0e1836;
  --navy-3: #2a3a6e;
  --rose: #c93f73;
  --teal: #1c8f84;
  --sky: #eef3f9;
  --sky-2: #f6f8fb;
  --paper: #fbfaf7;
  --ink: #1c2233;
  --muted: #667085;
  --line: #e4e8ef;
  --line-2: #d3d9e4;
  --white: #fff;
  --shadow: 0 12px 34px rgba(20, 34, 74, 0.08);
  --shadow-lg: 0 30px 70px rgba(20, 34, 74, 0.16);
  --r: 12px;
  --r-lg: 18px;
  --display: 'CurrencySans', 'Newsreader', 'Iowan Old Style', Georgia, serif;
  --body: 'DM Sans', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --wrap: 1180px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--white); line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 500; line-height: 1.08; margin: 0; letter-spacing: -0.02em; color: var(--navy); }
h1 em, h2 em { font-style: italic; font-weight: 400; color: var(--rose); }
p { margin: 0; }
button { font: inherit; }
.i { width: 22px; height: 22px; flex: none; }
.wrap { width: min(var(--wrap), calc(100% - 48px)); margin: 0 auto; }
@media (max-width: 640px) { .wrap { width: calc(100% - 40px); } }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--rose); }
.center .eyebrow::before { display: none; }
.lead { font-size: 18px; color: var(--muted); max-width: 58ch; line-height: 1.6; }
.section { padding: 96px 0; }
.section.tight { padding-top: 0; }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(32px, 4.2vw, 46px); }
.section-head .lead { margin-top: 16px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 32px; }
  .lead { font-size: 16px; }
}

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 10px; font-weight: 600; font-size: 15px; letter-spacing: 0.01em; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease; white-space: nowrap; line-height: 1.2; }
.btn .i { width: 18px; height: 18px; }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-2); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-2); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--navy); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--sky); }
.btn-lg { padding: 17px 28px; font-size: 16px; }
.btn-sm { padding: 10px 16px; font-size: 14px; }
.link { font-weight: 600; color: var(--navy); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--line-2); padding-bottom: 2px; }
.link:hover { border-color: var(--navy); }
.link .i { width: 16px; height: 16px; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.9); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--display); font-weight: 500; font-size: 22px; color: var(--navy); letter-spacing: -0.01em; white-space: nowrap; }
.brand em { font-style: italic; font-weight: 400; color: var(--rose); }
.brand .mark { width: 34px; height: 34px; border-radius: 9px; background: var(--navy); color: #fff; display: grid; place-items: center; font-family: var(--display); font-size: 20px; font-style: italic; line-height: 1; flex: none; }
.nav-links { display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; font-weight: 500; color: var(--muted); font-size: 15px; }
.nav-links a:hover { color: var(--navy); }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--navy); }
.nav-toggle .i { width: 24px; height: 24px; }
.nav-toggle .x { display: none; }
.nav.open .nav-toggle .x { display: block; }
.nav.open .nav-toggle .m { display: none; }
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-actions .btn-ghost { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links { display: flex; position: absolute; top: 76px; left: 0; right: 0; background: #fff; flex-direction: column; gap: 0; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open .nav-links a { display: block; padding: 18px 24px; border-top: 1px solid var(--line); color: var(--navy); font-size: 16px; }
}
@media (max-width: 600px) {
  .nav .wrap { height: 66px; }
  .nav.open .nav-links { top: 66px; }
  .nav-actions .btn-primary { display: none; }
  .brand { font-size: 20px; }
  .brand .mark { width: 30px; height: 30px; font-size: 18px; }
}

/* Hero */
.hero { background: linear-gradient(180deg, var(--sky) 0%, #fff 100%); padding: 88px 0 72px; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 72px; align-items: center; }
.hero h1 { font-size: clamp(40px, 5.6vw, 68px); }
.hero .lead { margin: 26px 0 34px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-proof { margin-top: 34px; display: flex; gap: 28px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid var(--line-2); }
.hero-proof div { display: flex; flex-direction: column; gap: 2px; }
.hero-proof b { font-family: var(--display); font-size: 24px; font-weight: 500; color: var(--navy); line-height: 1; display: flex; align-items: center; gap: 6px; }
.hero-proof b .i { width: 18px; height: 18px; color: #e0a526; }
.hero-proof span { font-size: 13px; color: var(--muted); }
.hero-visual { position: relative; }
.hero-photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 4.7; background: var(--sky); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.hero-caption { position: absolute; left: 22px; right: 22px; bottom: 22px; background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(8px); border-radius: 12px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.hero-caption b { font-family: var(--display); font-size: 19px; font-weight: 500; color: var(--navy); display: block; }
.hero-caption span { font-size: 13px; color: var(--muted); }
.hero-caption .tag { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); white-space: nowrap; }
@media (max-width: 960px) {
  .hero { padding: 40px 0 48px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { max-width: 440px; margin: 0 auto; width: 100%; order: -1; }
  .hero-photo { aspect-ratio: 4 / 3.6; }
  .hero-photo img { object-position: 50% 22%; }
}
@media (max-width: 600px) {
  .hero-cta .btn { width: 100%; }
  .hero-proof { gap: 18px; }
  .hero-proof b { font-size: 21px; }
  .hero-caption { left: 14px; right: 14px; bottom: 14px; padding: 12px 14px; }
  .hero-caption .tag { display: none; }
}

/* Trust strip */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px 24px; display: flex; gap: 14px; align-items: center; font-size: 14px; font-weight: 500; color: var(--navy); border-left: 1px solid var(--line); line-height: 1.4; }
.trust-item:first-child { border-left: 0; padding-left: 0; }
.trust-item .i { color: var(--rose); width: 22px; height: 22px; }
@media (max-width: 960px) {
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  .trust-item { border-left: 0; padding: 16px 12px 16px 0; font-size: 13px; }
}
@media (max-width: 420px) { .trust .wrap { grid-template-columns: 1fr; } .trust-item { padding: 12px 0; border-top: 1px solid var(--line); } .trust-item:first-child { border-top: 0; } }

/* Grids + cards */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 960px) { .grid-4, .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .grid-4, .grid-3 { grid-template-columns: 1fr; gap: 12px; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px; transition: border-color 0.2s; }
.card:hover { border-color: var(--line-2); }
.card .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--sky); color: var(--navy); display: grid; place-items: center; margin-bottom: 22px; }
.card h3 { font-size: 22px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 15px; }
@media (max-width: 600px) { .card { padding: 22px 20px; display: grid; grid-template-columns: 46px 1fr; gap: 4px 16px; } .card .ic { margin: 0; grid-row: 1 / span 2; } .card h3 { font-size: 19px; margin-bottom: 4px; } }

/* Steps */
.steps { counter-reset: step; }
.step { position: relative; padding: 30px 28px 30px 84px; background: var(--paper); border-radius: var(--r-lg); }
.step::before { counter-increment: step; content: '0' counter(step); position: absolute; left: 28px; top: 32px; font-family: var(--display); font-style: italic; font-size: 24px; color: var(--rose); }
.step h3 { font-size: 21px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; }
@media (max-width: 600px) { .step { padding: 22px 20px 22px 66px; } .step::before { left: 20px; top: 22px; } }

/* Media */
.media-row { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; flex-wrap: wrap; }
.media-row h3 { font-size: 26px; display: flex; align-items: center; gap: 10px; }
.media-row h3 .i { color: var(--muted); }
.yt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 960px) { .yt-grid { grid-template-columns: repeat(3, 1fr); } .yt:nth-child(n + 7) { display: none; } }
@media (max-width: 640px) { .yt-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .yt:nth-child(n + 5) { display: none; } }
.yt { position: relative; aspect-ratio: 9 / 16; border-radius: 14px; overflow: hidden; background: var(--navy); cursor: pointer; border: 0; padding: 0; text-align: left; box-shadow: var(--shadow); }
.yt img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.yt:hover img { transform: scale(1.03); }
.yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 54px; height: 54px; border-radius: 50%; background: rgba(255, 255, 255, 0.94); display: grid; place-items: center; color: var(--navy); }
.yt .play .i { width: 24px; height: 24px; margin-left: 3px; }
.yt .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 48px 14px 14px; color: #fff; font-size: 13px; font-weight: 500; line-height: 1.35; background: linear-gradient(180deg, transparent, rgba(14, 24, 54, 0.92)); }
.yt .views { position: absolute; top: 10px; left: 10px; background: rgba(14, 24, 54, 0.7); color: #fff; font-size: 11px; font-weight: 600; padding: 4px 8px; border-radius: 6px; letter-spacing: 0.02em; }
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
@media (max-width: 960px) { .ig-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .ig-grid { gap: 8px; } }
.ig { position: relative; aspect-ratio: 1; border-radius: 12px; overflow: hidden; display: block; background: var(--sky); }
.ig img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.ig:hover img { transform: scale(1.04); }
.ig .tag { position: absolute; top: 8px; right: 8px; width: 26px; height: 26px; border-radius: 8px; background: rgba(255, 255, 255, 0.92); color: var(--navy); display: grid; place-items: center; }
.ig .tag .i { width: 15px; height: 15px; }

/* Reviews */
.reviews { background: var(--navy); color: #fff; }
.reviews h2, .reviews h3 { color: #fff; }
.reviews .eyebrow { color: rgba(255, 255, 255, 0.6); }
.reviews .lead { color: rgba(255, 255, 255, 0.72); }
.review { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.review .q { color: var(--rose); width: 26px; height: 26px; opacity: 0.9; }
.review p { font-family: var(--display); font-size: 18px; line-height: 1.5; color: rgba(255, 255, 255, 0.92); flex: 1; letter-spacing: -0.005em; }
.review .who { display: flex; align-items: center; gap: 12px; font-size: 14px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.review .av { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.12); display: grid; place-items: center; font-weight: 500; font-family: var(--display); font-size: 16px; }
.review .who small { display: block; color: rgba(255, 255, 255, 0.55); font-size: 12px; }
@media (max-width: 600px) { .review:nth-child(n + 4) { display: none; } .review p { font-size: 17px; } }
.rating-line { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; color: rgba(255, 255, 255, 0.85); margin-top: 16px; }
.rating-line .stars { display: inline-flex; gap: 2px; color: #e0a526; }
.rating-line .stars .i { width: 16px; height: 16px; }

/* About */
.about .wrap { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center; }
.about-photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.about h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 20px; }
.about p + p { margin-top: 14px; }
.about p { color: var(--muted); font-size: 16px; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 28px 0 0; padding: 0; list-style: none; }
.facts li { font-size: 14px; font-weight: 500; color: var(--navy); display: flex; gap: 10px; align-items: flex-start; line-height: 1.4; }
.facts li .i { width: 18px; height: 18px; color: var(--teal); margin-top: 1px; }
blockquote.pull { margin: 28px 0 0; padding: 0 0 0 20px; border-left: 2px solid var(--rose); font-family: var(--display); font-style: italic; font-size: 21px; color: var(--navy); line-height: 1.4; }
@media (max-width: 960px) { .about .wrap { grid-template-columns: 1fr; gap: 32px; } .about-photo { max-width: 360px; } }
@media (max-width: 480px) { .facts { grid-template-columns: 1fr; } }

/* Pricing */
.pricing { background: var(--paper); }
.plans { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; align-items: stretch; }
@media (max-width: 1100px) { .plans { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .plans { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .plans { grid-template-columns: 1fr; gap: 10px; } }
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 22px; display: flex; flex-direction: column; gap: 6px; position: relative; }
.plan.featured { background: var(--navy); border-color: var(--navy); color: #fff; }
.plan.featured h3, .plan.featured .price { color: #fff; }
.plan.featured .per, .plan.featured .blurb { color: rgba(255, 255, 255, 0.7); }
.plan .badge { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rose); margin-bottom: 6px; }
.plan.featured .badge { color: #f3c8d8; }
.plan h3 { font-size: 20px; }
.plan .price { font-family: var(--display); font-size: 40px; font-weight: 500; color: var(--navy); line-height: 1; margin-top: 8px; letter-spacing: -0.02em; }
.plan .per { font-size: 13px; color: var(--muted); }
.plan .blurb { font-size: 14px; color: var(--muted); flex: 1; margin-top: 8px; }
.plan .btn { margin-top: 14px; width: 100%; }
.plan.featured .btn { background: #fff; color: var(--navy); }
.plan-note { text-align: center; margin-top: 26px; color: var(--muted); font-size: 14px; }
.pay-logos { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 12px; }
.pay-logos span { border: 1px solid var(--line); background: #fff; border-radius: 6px; padding: 5px 12px; font-size: 12px; font-weight: 600; color: var(--muted); letter-spacing: 0.02em; }
@media (max-width: 460px) { .plan { padding: 20px 18px; display: grid; grid-template-columns: 1fr auto; gap: 2px 14px; } .plan .price { font-size: 30px; grid-column: 2; grid-row: 1 / span 2; align-self: center; margin: 0; } .plan .blurb, .plan .btn { grid-column: 1 / -1; } .plan .per { grid-column: 1; } }

/* FAQ */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 44px 22px 0; font-family: var(--display); font-weight: 500; font-size: 21px; color: var(--navy); position: relative; letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ''; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px; border-right: 1.5px solid var(--navy); border-bottom: 1.5px solid var(--navy); transform: translateY(-70%) rotate(45deg); transition: transform 0.2s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { color: var(--muted); padding: 0 0 22px; max-width: 70ch; font-size: 15px; }
@media (max-width: 600px) { .faq summary { font-size: 18px; padding: 18px 36px 18px 0; } }

/* CTA band */
.cta-band { background: var(--navy); color: #fff; border-radius: var(--r-lg); padding: 60px 56px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; position: relative; overflow: hidden; }
.cta-band::after { content: ''; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.12); }
.cta-band h2 { color: #fff; font-size: clamp(28px, 3.6vw, 42px); }
.cta-band p { color: rgba(255, 255, 255, 0.72); margin-top: 8px; }
@media (max-width: 640px) { .cta-band { padding: 36px 24px; } .cta-band .btn { width: 100%; } }

/* Footer */
footer { background: #fff; color: var(--muted); padding: 64px 0 28px; font-size: 14px; border-top: 1px solid var(--line); }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .foot-grid { grid-template-columns: 1fr; gap: 24px; } }
footer h4 { color: var(--navy); font-family: var(--body); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px; font-weight: 700; }
footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--navy); }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 22px; font-size: 13px; color: var(--muted); }
.footer-credit a { color: var(--navy); font-weight: 700; }

/* Sticky mobile CTA */
.mobile-cta { display: none; }
@media (max-width: 720px) {
  .mobile-cta { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(10px); border-top: 1px solid var(--line); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); gap: 10px; align-items: center; }
  .mobile-cta .price { display: flex; flex-direction: column; line-height: 1.15; }
  .mobile-cta .price b { font-family: var(--display); font-size: 20px; color: var(--navy); font-weight: 500; }
  .mobile-cta .price span { font-size: 11px; color: var(--muted); }
  .mobile-cta .btn { flex: 1; }
  body { padding-bottom: 72px; }
}
