:root{--blue:#06152f;--blue2:#0b2a63;--gold:#d4af37;--red:#e30613;--white:#fff;--soft:#f6f8fc;--ink:#111827;--muted:#d8e2f5;--line:rgba(212,175,55,.28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.6;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}.nav{position:sticky;top:0;z-index:50;background:rgba(3,13,38,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.brand{color:#fff;font-weight:900;letter-spacing:.2px}.nav-links{display:flex;gap:22px;align-items:center}.nav-links a{color:#fff;font-size:.94rem}.nav-links a:hover{color:var(--gold)}.nav-cta{background:var(--red);padding:10px 16px;border-radius:999px;font-weight:800}.hero{background:radial-gradient(circle at 50% 12%,#103c87 0%,#071f54 38%,#020817 100%);color:white;text-align:center;padding:58px 0 90px;overflow:hidden}.hero-logo{display:block;max-width:980px;width:min(100%,980px);height:auto;margin:0 auto 30px;border-radius:24px;box-shadow:0 28px 80px rgba(0,0,0,.38);background:#061b49}h1{font-size:clamp(2.3rem,5vw,4.5rem);line-height:1.0;margin:8px 0 10px;font-weight:950}.hero p{max-width:850px;margin:0 auto 12px;color:#edf4ff;font-size:1.12rem;line-height:1.35}.btn{display:inline-block;border-radius:999px;padding:15px 30px;font-weight:900;transition:.2s;border:0;cursor:pointer}.btn-red{background:var(--red);color:#fff;box-shadow:0 14px 34px rgba(227,6,19,.3)}.btn-red:hover{transform:translateY(-2px)}.btn-outline{border:2px solid var(--gold);color:var(--gold);background:transparent}section{padding:76px 0}.section-soft{background:var(--soft)}.section-dark{background:linear-gradient(135deg,var(--blue),var(--blue2));color:white}.section-title{text-align:center;margin-bottom:38px}.section-title h2{font-size:clamp(2rem,4vw,3rem);margin:0;color:var(--gold)}.section-title p{max-width:780px;margin:12px auto 0}.gold-divider{height:2px;width:110px;background:var(--gold);margin:20px auto}.grid{display:grid;gap:24px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid rgba(212,175,55,.22);border-radius:24px;padding:26px;box-shadow:0 14px 40px rgba(0,0,0,.08)}.section-dark .card{background:rgba(255,255,255,.08);border-color:rgba(212,175,55,.32);color:#fff;box-shadow:none}.icon{font-size:2rem}.card h3{margin:12px 0 8px;color:var(--red)}.section-dark .card h3,.university-card h3{color:var(--gold)}.university-card a{color:#ff4b59;font-weight:900}.video-feature{display:grid;grid-template-columns:1fr 1.15fr;gap:34px;align-items:center;margin-top:38px}.benefits-list{margin:0;padding-left:20px}.benefits-list li{margin:10px 0;font-weight:750}.video-card{background:white;border-radius:24px;padding:18px;box-shadow:0 18px 50px rgba(0,0,0,.12);border:1px solid rgba(212,175,55,.25)}.video-embed{position:relative;width:100%;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#000}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-fallback{display:block;text-align:center;margin-top:12px}.video-caption{font-size:.95rem;margin:14px 4px 0;color:#4b5563}.dream-card{background:#fff;border-radius:28px;padding:32px;box-shadow:0 20px 60px rgba(0,0,0,.12);border:1px solid rgba(212,175,55,.25);max-width:920px;margin:auto}.question{margin-bottom:24px}.question label{display:block;font-weight:400;margin-bottom:10px}.scroll-options{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.option-pill{flex:0 0 auto;scroll-snap-align:start;border:1px solid rgba(212,175,55,.5);border-radius:999px;padding:12px 18px;background:#fff;color:var(--blue);font-weight:400;white-space:nowrap}input,select,textarea{width:100%;padding:14px 15px;border:1px solid #d8deea;border-radius:14px;font:inherit}textarea{min-height:120px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.full{grid-column:1/-1;width:100%}.mentor{text-align:center}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:28px auto;max-width:920px}.trust div{background:white;border:1px solid rgba(212,175,55,.36);border-radius:18px;padding:18px;font-weight:900}.form-wrap{display:grid;grid-template-columns:1fr 1.1fr;gap:36px;align-items:start}.checklist{background:rgba(255,255,255,.09);border:1px solid rgba(212,175,55,.28);border-radius:24px;padding:30px}.checklist h2{color:var(--gold);margin-top:0}.checklist p{margin:10px 0}.form-box{background:#fff;border-radius:28px;padding:34px;box-shadow:0 20px 60px rgba(0,0,0,.16);color:var(--ink)}.form-box label{display:block;font-weight:800;margin-top:10px}.form-box .btn{margin-top:12px}.faq h3{color:var(--blue);margin-bottom:6px}.closing{text-align:center}.footer{background:#010817;color:white;text-align:center;padding:34px 0}.footer a{color:var(--gold)}@media(max-width:920px){.nav-links{display:none}.grid-4,.grid-3,.video-feature,.form-wrap,.trust{grid-template-columns:1fr}.hero{padding-top:36px}.fields{grid-template-columns:1fr}.full{grid-column:auto}section{padding:56px 0}}.feature-image{width:100%;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15)}.feature-image img{transition:transform .5s ease}.feature-image:hover img{transform:scale(1.03)}.language-banner{background:#06152f;color:#fff;text-align:center;font-weight:850;letter-spacing:.04em;line-height:1.28;font-size:clamp(.68rem,1vw,.9rem);padding:8px 16px 18px;border-bottom:1px solid rgba(212,175,55,.28)}.language-banner div{margin:2px 0}.value-copy-upgraded{max-width:920px;margin:28px auto 0;text-align:center}.value-copy-upgraded h2{color:#d4af37;font-size:clamp(1.8rem,3.4vw,2.8rem);line-height:1.15;margin:0 0 16px}.value-copy-upgraded .lead{font-size:1.15rem;max-width:760px;margin:0 auto 24px;color:#edf4ff}.value-copy-upgraded ul{list-style:none;padding:0;margin:0 auto 28px;max-width:760px;display:grid;gap:12px;text-align:left}.value-copy-upgraded li{background:rgba(255,255,255,.08);border:1px solid rgba(212,175,55,.25);border-radius:16px;padding:14px 18px;color:#fff;font-weight:750}.value-copy-upgraded li::before{content:"✓";color:#d4af37;font-weight:900;margin-right:10px}.support-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:22px}.support-benefit{display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.08);border:1px solid rgba(212,175,55,.32);border-radius:18px;padding:16px 18px;box-shadow:0 12px 32px rgba(0,0,0,.12)}.support-benefit span{font-size:1.8rem;flex:0 0 auto}.support-benefit p{margin:0;font-weight:800;line-height:1.45}@media(max-width:720px){.support-benefits{grid-template-columns:1fr}}.support-benefits{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:8px !important;margin-top:10px !important}.support-benefit{padding:8px 10px !important;border-radius:10px !important;gap:8px !important;min-height:auto !important}.support-benefit span{font-size:1rem !important}.support-benefit p{font-size:.82rem !important;line-height:1.2 !important;font-weight:700 !important}@media(max-width:720px){.support-benefits{grid-template-columns:1fr 1fr !important}}.option-pill.selected{background:var(--red)!important;color:#fff!important;border-color:var(--red)!important;box-shadow:0 8px 20px rgba(227,6,19,.18)}#send-dream-email{font-size:1rem}.mentor-photo img{max-height:420px}#student-success-story-anett img{max-height:280px}#bhms-testimonials .bhms-story-examples{max-width:640px !important;overflow:visible !important}#bhms-testimonials .bhms-story-img{display:block !important;width:100% !important;max-width:560px !important;height:auto !important;max-height:none !important;aspect-ratio:auto !important;object-fit:contain !important;object-position:center center !important;transform:none !important}#bhms-testimonials .feature-image:hover img{transform:none !important}@media(max-width:640px){#bhms-testimonials .bhms-story-examples{max-width:96% !important;padding:10px !important}#bhms-testimonials .bhms-story-img{max-width:100% !important;margin-bottom:12px !important}}#bhms-testimonials .bhms-story-examples{max-width:660px !important;padding:14px !important}#bhms-testimonials .bhms-story-img{width:100% !important;max-width:560px !important;height:auto !important;margin:0 auto 8px !important;border-radius:12px !important;display:block !important;object-fit:fill !important;transform:none !important}#bhms-testimonials .bhms-story-img:last-child{margin-bottom:0 !important}#blog{background:radial-gradient(circle at 12% 18%,rgba(227,6,19,.12) 0 55px,transparent 56px),linear-gradient(135deg,#f7fbff 0%,#eef6ff 42%,#fff7f7 100%) !important}#blog .card{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,255,255,.88)),linear-gradient(155deg,#e30613 0 22%,#ffffff 22% 38%,#d4af37 38% 48%,#dff1ff 48% 100%) !important}#blog .card:before{content:"🇨🇭";position:absolute;right:16px;top:12px;font-size:1.4rem;opacity:.18}#blog .card:nth-child(even){background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,255,255,.86)),linear-gradient(155deg,#dff1ff 0 30%,#ffffff 30% 44%,#e30613 44% 56%,#f7fbff 56% 100%) !important}img.bhms-logos-img{height:420px !important;max-height:420px !important;width:100% !important;object-fit:fill !important;object-position:center center !important;transform:none !important}#bhms-testimonials .student-testimonial-img{height:220px !important;max-height:220px !important;max-width:620px !important;width:100% !important;object-fit:fill !important;object-position:center center !important;transform:none !important}@media(max-width:640px){img.bhms-logos-img{height:300px !important;max-height:300px !important}#bhms-testimonials .student-testimonial-img{height:185px !important;max-height:185px !important}}#bhms-testimonials .bhms-story-examples{max-width:600px !important;padding:16px !important;overflow:visible !important}#bhms-testimonials img.student-testimonial-img,#bhms-testimonials img[src*="embedded-07"],#bhms-testimonials img[src*="embedded-08"],#bhms-testimonials img[src*="embedded-09"],#bhms-testimonials img[src*="embedded-10"],#bhms-testimonials img[src*="embedded-11"]{display:block !important;width:100% !important;max-width:560px !important;height:auto !important;max-height:145px !important;aspect-ratio:auto !important;object-fit:contain !important;object-position:center center !important;transform:none !important;image-rendering:auto;filter:contrast(1.08) saturate(1.02) !important;margin:0 auto 10px !important}#bhms-testimonials .feature-image:hover img{transform:none !important}@media(max-width:640px){#bhms-testimonials .bhms-story-examples{max-width:96% !important;padding:12px !important}#bhms-testimonials img.student-testimonial-img,#bhms-testimonials img[src*="embedded-07"],#bhms-testimonials img[src*="embedded-08"],#bhms-testimonials img[src*="embedded-09"],#bhms-testimonials img[src*="embedded-10"],#bhms-testimonials img[src*="embedded-11"]{max-width:100% !important;max-height:120px !important}}img{max-width:100%;height:auto}section,article{content-visibility:auto;contain-intrinsic-size:1px 800px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid currentColor;outline-offset:3px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media (max-width:760px){.nav-inner,.nav-links{gap:.75rem}.nav-links{flex-wrap:wrap}.btn,.cta,.nav-cta{min-height:44px}}.skip-link{position:absolute;left:-999px;top:8px;z-index:10000;background:#fff;color:#06152f;padding:10px 14px;border-radius:10px;font-weight:800;box-shadow:0 4px 18px rgba(0,0,0,.18)}.skip-link:focus{left:12px}.direct-whatsapp-button{position:fixed;right:18px;bottom:18px;z-index:9999;background:#d4af37;color:#06152f!important;padding:12px 18px;border-radius:999px;font-weight:900;box-shadow:0 10px 28px rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.45)}.direct-whatsapp-button:hover{transform:translateY(-2px)}img{max-width:100%;height:auto}iframe{max-width:100%;border:0}.card,.btn,.option-pill{overflow-wrap:anywhere}@media(max-width:520px){.direct-whatsapp-button{left:16px;right:16px;text-align:center}.container{width:min(100% - 28px,1160px)}}@media (prefers-reduced-motion:reduce){.direct-whatsapp-button:hover{transform:none}}.core-values-grid .card{height:100%}.core-values-grid h3{margin-bottom:.55rem}.core-values-grid p{margin-bottom:0}#core-values.section-dark,#core-values{background:linear-gradient(135deg,var(--blue),var(--blue2)) !important;color:#fff !important}#core-values .section-title h2,#core-values h2{color:var(--gold) !important}#core-values .section-title p,#core-values p{color:#edf4ff}#core-values .card{background:rgba(255,255,255,.08) !important;border-color:rgba(212,175,55,.32) !important;color:#fff !important;box-shadow:none !important}#core-values .card h3{color:var(--gold) !important}.footer{background:linear-gradient(135deg,var(--blue),var(--blue2)) !important;color:#fff !important;border-top:1px solid rgba(212,175,55,.32)}.footer a{color:var(--gold) !important}.hero-mentor-line{margin:6px auto 10px!important;font-size:1.02rem!important;line-height:1.25!important;color:#edf4ff!important;font-weight:800!important}.magic-mentor-hero-link{color:var(--gold)!important;text-decoration:underline;text-underline-offset:4px}.mentor-visual-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 20px}.mentor-visual-item{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.08);border:1px solid rgba(212,175,55,.30);border-radius:16px;padding:11px 13px;line-height:1.25}.mentor-visual-icon{font-size:1.35rem;flex:0 0 auto;filter:drop-shadow(0 4px 10px rgba(0,0,0,.18))}.mentor-visual-item strong{font-weight:850;color:inherit}body{line-height:1.52}.hero p,.section-title p,.card p,.authority-card p{line-height:1.42}section{padding-top:64px;padding-bottom:64px}.card{padding:24px}.card ul{margin-top:10px;margin-bottom:10px}.card li{margin:6px 0;line-height:1.38}@media(max-width:720px){.mentor-visual-list{grid-template-columns:1fr}.mentor-visual-item{padding:10px 12px}section{padding-top:48px;padding-bottom:48px}}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%}body{overflow-x:hidden}img,svg,video,iframe{max-width:100%}img{height:auto}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{line-height:1.45!important}p,li{line-height:1.36!important}section{padding-top:52px!important;padding-bottom:52px!important}.section-title{margin-bottom:26px!important}.section-title p{margin-top:8px!important}.gold-divider{margin:14px auto!important}.card{padding:20px!important}.card h2,.card h3{margin-top:6px!important;margin-bottom:8px!important}.card p{margin-top:7px!important;margin-bottom:8px!important}ul{margin-top:8px!important;margin-bottom:8px!important}li{margin-top:4px!important;margin-bottom:4px!important}.grid{gap:18px!important}.hero{padding-top:42px!important;padding-bottom:62px!important}.hero p{margin-bottom:8px!important;line-height:1.3!important}.hero-logo{margin-bottom:18px!important}.language-banner{padding-top:7px!important;padding-bottom:12px!important;line-height:1.18!important}.language-banner .english-red{color:#e30613!important;font-weight:950!important}.btn{padding:13px 26px!important}.footer{padding-top:26px!important;padding-bottom:26px!important}@media(max-width:720px){section{padding-top:38px!important;padding-bottom:38px!important}.card{padding:18px!important}.hero{padding-top:30px!important;padding-bottom:46px!important}.grid{gap:14px!important}}img{max-width:100%;height:auto;display:block}section,article,.card,.article,.language-card,.benefit-card,.story-card{content-visibility:auto;contain-intrinsic-size:auto 720px}.hero,.nav,.whatsapp-cta-bar{content-visibility:visible;contain-intrinsic-size:auto}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}img{max-width:100%;height:auto;vertical-align:middle}.card,.feature-card,.story-card{overflow:hidden}@supports (content-visibility:auto){section:not(:first-of-type){content-visibility:auto;contain-intrinsic-size:1px 760px}}@media (max-width:700px){@supports (content-visibility:auto){section:not(:first-of-type){contain-intrinsic-size:1px 980px}}}

/* Small authentic Magic Mentor photo placements - compressed WebP, stable dimensions */
.mm-subtle-photo{max-width:520px;margin:18px auto 22px;text-align:center;border-radius:22px;overflow:hidden;background:#fff;border:1px solid rgba(212,175,55,.24);box-shadow:0 14px 34px rgba(6,21,47,.10);padding:8px}
.mm-subtle-photo img{width:100%;height:auto;border-radius:16px;display:block;object-fit:cover}
.mm-subtle-photo figcaption{font-size:.9rem;line-height:1.32!important;color:#4b5563;margin:9px 8px 4px;font-weight:650}
.section-dark .mm-subtle-photo{background:rgba(255,255,255,.08);border-color:rgba(212,175,55,.32);box-shadow:none}
.section-dark .mm-subtle-photo figcaption{color:#edf4ff}
.mm-photo-start{margin-top:0;margin-bottom:18px}
.mm-photo-end{margin-top:18px;margin-bottom:0}
.mm-subtle-photo-section{padding-top:0!important;padding-bottom:36px!important;background:var(--soft)}
.mm-photo-after{margin-top:0;margin-bottom:0}
@media(max-width:720px){.mm-subtle-photo{max-width:360px;margin-top:14px;margin-bottom:16px;padding:7px;border-radius:18px}.mm-subtle-photo img{border-radius:13px}.mm-subtle-photo figcaption{font-size:.84rem}}
/* Final stability/speed verification pass: image sizing, lower layout shift, and subtle inserted photos */
.mm-subtle-photo{max-width:420px!important;margin-left:auto!important;margin-right:auto!important}
.mm-subtle-photo img{aspect-ratio:var(--mm-photo-ratio,auto);background:#eef3f8}
.mm-subtle-photo figcaption{text-wrap:pretty}
@media(max-width:720px){.mm-subtle-photo{max-width:320px!important}}
img[loading=lazy]{content-visibility:auto}
.feature-image,.mm-subtle-photo,.video-card,.card{will-change:auto}
@media(hover:none),(pointer:coarse){.feature-image:hover img,.card:hover,.video-card:hover,.trust div:hover,.btn:hover{transform:none!important}}
