:root{
  --navy:#0b075c;
  --blue:#0b4dff;
  --ink:#182132;
  --muted:#657083;
  --line:#dfe4f2;
  --pale:#f1f2ff;
  --white:#ffffff;
  --shadow:0 18px 55px rgba(9,12,40,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.6}
a{color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 5vw;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.logo img{width:210px;height:auto;display:block}.nav{display:flex;align-items:center;gap:20px;font-weight:700}.nav a{text-decoration:none;color:var(--ink)}.nav-cta{background:var(--navy);color:white!important;padding:9px 16px;border-radius:999px}.language-switcher{display:flex;gap:6px}.lang{border:1px solid var(--line);background:white;color:var(--ink);border-radius:999px;padding:8px 10px;cursor:pointer;font-weight:800}.lang.active{background:var(--navy);color:white}.hero{display:grid;grid-template-columns:1.3fr .7fr;gap:35px;align-items:center;padding:80px 5vw;background:radial-gradient(circle at top right,rgba(11,77,255,.18),transparent 35%),linear-gradient(135deg,#03021f 0%,#0b075c 65%,#000 100%);color:white}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;font-weight:800;color:var(--blue);margin:0 0 10px}.hero .eyebrow{color:#9fb8ff}.hero h1{font-family:"Playfair Display",serif;font-size:clamp(2.3rem,6vw,5rem);line-height:1;margin:0 0 20px}.hero-text{font-size:1.2rem;max-width:650px;color:#e8ecff}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;text-decoration:none;font-weight:800;border:1px solid transparent;cursor:pointer}.btn.primary{background:var(--blue);color:white}.btn.secondary{background:white;color:var(--navy)}.hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.24);border-radius:26px;padding:28px;box-shadow:var(--shadow)}.hero-card h2{margin-top:0}.hero-card ul{padding-left:0;list-style:none}.hero-card li{margin:12px 0}.hero-card li:before,.price-card li:before{content:"✓";font-weight:900;margin-right:8px}.section{padding:70px 5vw}.section.alt{background:#f8f9ff}.section-heading{max-width:800px;margin-bottom:30px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section h2{font-family:"Playfair Display",serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin:0}.grid{display:grid;gap:24px}.grid.two,.pricing-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-grid{display:grid;gap:14px;margin:20px auto 45px;max-width:1180px}.card,.price-card{background:white;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 8px 30px rgba(9,12,40,.06)}.card h3,.price-card h4{font-family:"Playfair Display",serif;font-size:1.65rem;line-height:1.15;margin:0 0 10px}.card p{color:var(--muted);font-size:1.05rem}.highlight{border-top:5px solid var(--navy)}.price-group-title{text-align:center;font-family:"Playfair Display",serif;font-size:2rem;margin:36px 0 10px}.price-card{text-align:center;border-radius:0;border-color:#5f6678}.price-card.featured{background:#ececff}.price-card.light{background:#f2f3ff}.price{font-weight:800;font-size:1.25rem;margin:0 0 24px}.price-btn{display:block;border:1.5px solid var(--navy);border-radius:999px;padding:10px 18px;text-decoration:none;font-weight:800;margin:0 0 26px}.price-btn.filled{background:var(--navy);color:white}.price-card ul{text-align:left;list-style:none;padding:0;margin:0}.price-card li{margin:8px 0;font-size:1rem}.not-included{text-decoration:line-through}.not-included:before{content:"×"}.faq-list{max-width:900px;margin:auto}.faq-list details{background:white;border:1px solid var(--line);border-radius:16px;margin:12px 0;padding:18px 20px}.faq-list summary{cursor:pointer;font-weight:800;font-size:1.1rem}.faq-list p{color:var(--muted)}.contact{background:linear-gradient(135deg,#03021f,#0b075c);color:white}.contact-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:35px;max-width:1120px;margin:auto}.contact a{color:white}.contact form{background:white;color:var(--ink);border-radius:24px;padding:28px;box-shadow:var(--shadow)}label{display:block;font-weight:800;margin-bottom:14px}label span{display:block;margin-bottom:6px}input,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;font:inherit}textarea{resize:vertical}.hidden{display:none}.footer{text-align:center;padding:26px 5vw;background:#05051b;color:white}.thank-you-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#03021f,#0b075c)}.thank-you-card{max-width:520px;margin:30px;background:white;border-radius:26px;padding:40px;text-align:center;box-shadow:var(--shadow)}.thank-you-card img{width:170px}.thank-you-card h1{font-family:"Playfair Display",serif;font-size:3rem}@media (max-width:900px){.site-header{align-items:flex-start;flex-wrap:wrap}.nav{order:3;width:100%;overflow:auto;padding-bottom:4px}.hero,.grid.two,.pricing-grid.two,.pricing-grid.three,.contact-panel{grid-template-columns:1fr}.hero{padding-top:55px}.logo img{width:170px}}@media (max-width:560px){.site-header{padding:12px 18px}.section,.hero{padding-left:20px;padding-right:20px}.nav{gap:14px;font-size:.92rem}.language-switcher{width:100%}.lang{flex:1}.hero-actions .btn{width:100%}}

.reviews{background:white}.reviews-intro{max-width:680px;margin:12px auto 0;color:var(--muted);font-size:1.05rem}.rating-summary{display:inline-flex;align-items:center;gap:12px;margin-top:18px;background:#f8f9ff;border:1px solid var(--line);border-radius:999px;padding:10px 18px}.stars,.review-top span:last-child{color:#f5a400;letter-spacing:.08em}.reviews-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1180px;margin:28px auto 0}.review-card{background:white;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 8px 30px rgba(9,12,40,.06)}.review-card p{color:var(--muted);font-size:.98rem;margin:16px 0 0}.review-top{display:flex;gap:13px;align-items:center}.review-top h3{font-size:1rem;margin:0 0 2px;font-family:Inter,Arial,sans-serif}.avatar{display:inline-grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:50%;background:var(--navy);color:white;font-weight:800}.reviews-actions{text-align:center;margin-top:28px}@media (max-width:1000px){.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.reviews-grid{grid-template-columns:1fr}.rating-summary{border-radius:18px;align-items:flex-start;flex-direction:column}}

@media (max-width: 768px){.site-header{position:relative!important;}}

.instructor-card{display:grid;grid-template-columns:150px 1fr;gap:22px;align-items:center}.instructor-photo{width:150px;height:150px;object-fit:cover;border-radius:22px;border:1px solid var(--line);box-shadow:0 10px 32px rgba(9,12,40,.08)}.photo-feature{padding-top:20px}.photo-feature-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:center;background:#f8f9ff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 10px 36px rgba(9,12,40,.06)}.photo-feature-grid img{width:100%;display:block;border-radius:24px;box-shadow:var(--shadow);object-fit:cover}.photo-feature-grid h2{font-family:"Playfair Display",serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;margin:0 0 16px}.photo-feature-grid p:not(.eyebrow){color:var(--muted);font-size:1.08rem}@media (max-width:900px){.instructor-card{grid-template-columns:1fr}.instructor-photo{width:100%;height:auto;max-height:420px}.photo-feature-grid{grid-template-columns:1fr;padding:18px}.photo-feature-grid img{order:-1}}@media (max-width:560px){.instructor-photo,.photo-feature-grid img{border-radius:18px}.photo-feature-grid{border-radius:22px}}

/* Updated pricing layout */
.pricing-grid.four{grid-template-columns:repeat(4,minmax(0,1fr));}
.packages-grid{align-items:stretch;}
.price-card{position:relative;border-radius:22px;border-color:var(--line);text-align:left;display:flex;flex-direction:column;gap:0;}
.price-card h4{text-align:center;font-family:Inter,Arial,sans-serif;font-weight:800;font-size:1.45rem;color:var(--navy);}
.price-card .price{text-align:center;font-size:2rem;color:var(--navy);margin:6px 0 18px;}
.package-hours{text-align:center;margin:0 0 8px;color:var(--muted);font-weight:800;}
.price-card ul{margin:8px 0 22px;}
.price-card li{font-weight:700;color:#30384b;}
.price-card .price-btn{margin-top:auto;text-align:center;}
.price-card.popular{border:2px solid var(--blue);box-shadow:0 18px 55px rgba(11,77,255,.14);transform:translateY(-8px);}
.popular-badge{display:inline-flex;align-self:center;background:var(--blue);color:white;border-radius:999px;padding:7px 14px;font-size:.8rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin:-10px 0 12px;}
.small-services{max-width:980px;}
.small-card{padding:22px;min-height:230px;}
.small-card h4{text-align:left;font-size:1.15rem;margin-bottom:6px;}
.small-card .price{text-align:left;font-size:1.6rem;margin-bottom:6px;}
.service-meta{margin:0 0 10px;color:var(--muted);font-weight:700;}
.price-note{font-size:.88rem;color:var(--muted);margin:0 0 18px;}
.secondary-title{margin-top:56px;font-size:1.6rem;}
@media (max-width:1100px){.pricing-grid.four{grid-template-columns:repeat(2,minmax(0,1fr));}.price-card.popular{transform:none;}}
@media (max-width:640px){.pricing-grid.four{grid-template-columns:1fr}.small-services{grid-template-columns:1fr}.price-card h4,.price-card .price{text-align:left}.package-hours{text-align:left}.popular-badge{align-self:flex-start}}
