:root {
  --red: #cb041c;
  --red-dark: #a30317;
  --blue: #2c3463;
  --blue-deep: #151b3b;
  --blue-soft: #eef1fb;
  --ink: #162033;
  --muted: #5f6b80;
  --line: #dde3ee;
  --white: #ffffff;
  --wash: #f8faff;
  --shadow: 0 18px 48px rgba(21, 27, 59, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 14px clamp(18px, 4vw, 52px); background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand img { width: min(330px, 58vw); height: auto; }
.main-nav { display: flex; align-items: center; gap: 16px; font-size: 14px; font-weight: 800; color: var(--blue); }
.main-nav a { text-decoration: none; white-space: nowrap; }
.main-nav a:hover { color: var(--red); }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--white); color: var(--blue); border-radius: 8px; padding: 9px 12px; font-weight: 900; }
.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: clamp(28px, 5vw, 70px); padding: clamp(42px, 7vw, 86px) clamp(18px, 4vw, 56px); background: linear-gradient(135deg, var(--white), var(--blue-soft)); color: var(--ink); overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { max-width: 820px; position: relative; z-index: 1; }
.hero-copy::before { content: ""; position: absolute; left: -38px; top: -28px; width: 90px; height: 90px; border: 14px solid rgba(203,4,28,.12); border-radius: 999px; z-index: -1; }
.hero-media { position: relative; display: grid; place-items: center; min-height: 360px; padding: 0; }
.hero-media::before { content: ""; position: absolute; inset: 34px 0 0 58px; max-width: 420px; border-radius: 8px; background: var(--blue); opacity: .12; }
.hero-media::after { content: ""; position: absolute; right: 12px; top: 22px; width: 92px; height: 92px; border: 13px solid rgba(203,4,28,.2); border-radius: 999px; }
.hero-media img { position: relative; z-index: 1; width: min(420px, 100%); aspect-ratio: 4 / 5; object-fit: cover; object-position: top center; border-radius: 8px; border: 8px solid var(--white); box-shadow: 0 24px 60px rgba(21,27,59,.2); background: var(--white); }
.hero-home .hero-media img { width: min(440px, 100%); }
.eyebrow { margin: 0 0 10px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero .eyebrow { color: var(--red); }
.final-cta .eyebrow { color: #ffccd3; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 16px; color: inherit; }
h1 { font-size: clamp(38px, 5vw, 66px); }
h2 { font-size: clamp(28px, 3.6vw, 44px); }
h3 { font-size: 22px; }
p { margin: 0 0 18px; }
.hero p { font-size: 19px; color: var(--muted); }
.hero-actions, .inline-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border-radius: 8px; text-decoration: none; border: 2px solid transparent; font-weight: 900; cursor: pointer; }
.btn-primary { background: var(--red); color: var(--white); box-shadow: 0 10px 28px rgba(203,4,28,.28); }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary, .btn-ghost { color: var(--blue); border-color: rgba(44,52,99,.35); background: var(--white); }
.btn-secondary:hover, .btn-ghost:hover { border-color: var(--red); color: var(--red); }
.btn-light { background: var(--white); color: var(--blue); }
.btn-outline-light { color: var(--white); border-color: rgba(255,255,255,.6); }
.text-link { color: var(--blue); font-weight: 900; text-decoration: none; border-bottom: 2px solid var(--red); }
.section { padding: clamp(48px, 7vw, 88px) clamp(18px, 4vw, 56px); }
.section > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-tint { background: var(--wash); }
.section-head { text-align: center; max-width: 850px; margin: 0 auto 34px; }
.section-head p:last-child { color: var(--muted); }
.trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.trust-strip span { background: var(--white); color: var(--blue); padding: 18px; text-align: center; font-weight: 900; }
.option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.option-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: 0 12px 28px rgba(21,27,59,.07); overflow: hidden; }
.option-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--blue); opacity: .8; }
.option-card.is-featured { border-color: rgba(203,4,28,.45); box-shadow: var(--shadow); transform: translateY(-4px); }
.option-card.is-featured::before { background: var(--red); }
.option-card span { display: inline-flex; color: var(--white); background: var(--blue); border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 900; }
.option-card.is-featured span { background: var(--red); }
.option-card h3 { color: var(--blue); }
.option-card p, .option-card dd, .two-col p, .section-split p, .quick-panel p { color: var(--muted); }
.option-card dl { margin: 18px 0; }
.option-card dt { font-weight: 900; color: var(--blue); }
.option-card dd { margin: 0 0 12px; }
.option-details { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 8px 14px; }
.card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.mini-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 13px; border-radius: 8px; text-decoration: none; font-weight: 900; font-size: 14px; border: 2px solid transparent; }
.mini-btn-primary { background: var(--red); color: var(--white); box-shadow: 0 8px 22px rgba(203,4,28,.22); }
.mini-btn-secondary { background: var(--blue); color: var(--white); }
.mini-btn-outline { background: var(--white); color: var(--red); border-color: rgba(203,4,28,.38); }
.topic-section { background: var(--white); }
.topic-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.topic-card { display: grid; align-content: start; gap: 8px; min-height: 164px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; background: linear-gradient(180deg, var(--white), var(--wash)); box-shadow: 0 10px 24px rgba(21,27,59,.06); }
.topic-card:hover { border-color: rgba(203,4,28,.35); box-shadow: 0 14px 30px rgba(21,27,59,.1); transform: translateY(-2px); }
.topic-card strong { color: var(--blue); line-height: 1.2; }
.topic-card span { color: var(--muted); font-size: 14px; }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 34px; align-items: start; }
.quick-panel { border: 1px solid var(--line); border-top: 5px solid var(--red); border-radius: 8px; padding: 24px; background: var(--white); box-shadow: 0 12px 28px rgba(21,27,59,.07); }
.quick-panel ul { margin: 0; padding-left: 20px; color: var(--muted); }
.section-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; background: linear-gradient(180deg, var(--white), var(--blue-soft)); }
.section-split article { max-width: none; border-left: 5px solid var(--red); background: var(--white); border-radius: 8px; padding: 28px; box-shadow: 0 10px 26px rgba(21,27,59,.08); }
.check-list { display: grid; gap: 10px; padding-left: 20px; color: var(--muted); }
.check-list + .btn, .section-split p + .check-list { margin-top: 18px; }
.section-split .btn { margin-top: 18px; }
.deck-section { background: linear-gradient(135deg, var(--blue-deep), var(--blue)); color: var(--white); }
.deck-panel { display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: 28px; align-items: center; max-width: 1180px; margin: 0 auto; }
.deck-panel h2, .deck-panel h3 { color: var(--white); }
.deck-panel p, .deck-panel li { color: rgba(255,255,255,.82); }
.deck-panel .btn-secondary { background: var(--white); color: var(--blue); border-color: var(--white); }
.deck-points { border: 1px solid rgba(255,255,255,.22); border-left: 5px solid #ffccd3; border-radius: 8px; padding: 24px; background: rgba(255,255,255,.08); box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.deck-compact { background: var(--blue-soft); color: var(--ink); }
.deck-compact .deck-panel { grid-template-columns: minmax(0, 1fr) 360px; }
.deck-compact .deck-panel h2, .deck-compact .deck-panel h3 { color: var(--ink); }
.deck-compact .deck-panel p, .deck-compact .deck-panel li { color: var(--muted); }
.deck-compact .deck-points { background: var(--white); border-color: var(--line); border-left-color: var(--red); box-shadow: 0 12px 28px rgba(21,27,59,.07); }
.process-grid, .outcome-grid, .booking-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.process-grid div, .outcome-grid div, .booking-link { border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 22px; box-shadow: 0 10px 26px rgba(21,27,59,.07); }
.process-grid span { display: block; color: var(--red); font-weight: 900; margin-bottom: 10px; }
.process-grid strong { color: var(--blue); }
.process-grid p { margin: 10px 0 0; color: var(--muted); }
.center-action { text-align: center; margin-top: 28px; }
.portrait-card { margin: 0; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
blockquote { margin: 0 0 14px; padding: 18px; border-left: 4px solid var(--red); background: var(--wash); color: var(--blue); font-weight: 800; }
.checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.checklist label { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); font-weight: 700; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--wash); }
.booking-panel { background: var(--blue-soft); }
.booking-subhead { max-width: 1180px; margin: 28px auto 14px; color: var(--blue); }
.booking-link { display: grid; gap: 8px; text-decoration: none; color: var(--blue); }
.booking-link em { justify-self: start; font-style: normal; color: var(--white); background: var(--red); border-radius: 8px; padding: 8px 12px; font-weight: 900; box-shadow: 0 8px 20px rgba(203,4,28,.18); }
.booking-link span { color: var(--muted); font-weight: 800; }
.payment-link { border-color: rgba(203,4,28,.22); }
.contact-section { background: var(--wash); }
.zoho-frame { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.zoho-frame iframe { display: block; width: 99%; min-height: 500px; height: 500px; border: 0; margin: 0 auto; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 18px 20px; }
summary { cursor: pointer; font-weight: 900; color: var(--blue); }
details p { margin: 12px 0 0; color: var(--muted); }
.final-cta { padding: clamp(48px, 7vw, 84px) clamp(18px, 4vw, 56px); background: var(--blue); color: var(--white); text-align: center; }
.final-cta h2 { max-width: 840px; margin-left: auto; margin-right: auto; }
.final-cta p:not(.eyebrow) { max-width: 760px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,.78); }
.final-cta .hero-actions { justify-content: center; }
.final-cta .final-book-btn { border-color: var(--red); }
.wa-bubble { position: fixed; right: 22px; bottom: 22px; z-index: 30; width: 72px; height: 72px; display: grid; place-items: center; text-decoration: none; color: var(--white); background: linear-gradient(135deg, var(--red), var(--blue)); border: 4px solid var(--white); border-radius: 18px 18px 18px 6px; box-shadow: 0 18px 38px rgba(21,27,59,.28); font-size: 11px; font-weight: 900; }
.wa-bubble::before { content: ""; width: 24px; height: 24px; border: 3px solid var(--white); border-radius: 50%; position: absolute; top: 13px; }
.wa-bubble::after { content: ""; position: absolute; top: 34px; left: 25px; width: 18px; height: 8px; border-left: 3px solid var(--white); border-bottom: 3px solid var(--white); transform: rotate(-18deg); }
.wa-bubble span { margin-top: 34px; }
.site-footer { background: var(--blue-deep); color: var(--white); padding: 42px clamp(18px, 4vw, 56px); display: grid; grid-template-columns: 1.05fr .75fr 1.2fr; gap: 28px; }
.site-footer img { width: min(300px, 80vw); background: var(--white); border-radius: 8px; padding: 8px; margin-bottom: 14px; }
.site-footer p { color: rgba(255,255,255,.78); }
.site-footer nav { display: grid; gap: 10px; align-content: start; }
.footer-topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer-nav strong { grid-column: 1 / -1; color: #ffccd3; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
.site-footer a { color: var(--white); text-decoration: none; font-weight: 800; }
.copyright { grid-column: 1 / -1; margin: 0; border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px; }
@media (max-width: 1100px) {
  .main-nav { display: none; position: absolute; left: 18px; right: 18px; top: 76px; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .nav-toggle { display: inline-flex; }
  .hero, .two-col, .section-split, .site-footer, .deck-panel, .deck-compact .deck-panel { grid-template-columns: 1fr; }
  .option-grid, .trust-strip, .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .site-header { padding: 12px 16px; }
  .brand img { width: 230px; }
  .hero { padding-top: 36px; grid-template-columns: 1fr; }
  h1 { font-size: 36px; }
  .option-grid, .option-details, .process-grid, .outcome-grid, .booking-grid, .checklist, .trust-strip, .topic-grid, .site-footer nav { grid-template-columns: 1fr; }
  .wa-bubble { right: 14px; bottom: 14px; width: 64px; height: 64px; }
}
