:root{--blue:#0877e8;--blue-dark:#075fbd;--blue-deep:#082e63;--yellow:#ffc400;--ink:#172033;--muted:#647087;--soft:#f4f8ff;--line:#dfe8f5;--white:#fff;--radius:22px;--shadow:0 18px 55px rgba(15,61,115,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Tahoma,Arial,sans-serif;line-height:1.75;text-align:right}body.admin-bar .qc-header{top:32px}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.qc-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.qc-skip{position:fixed;top:-100px;right:20px;z-index:9999;background:#fff;padding:10px 18px}.qc-skip:focus{top:10px}.qc-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(8,119,232,.1);backdrop-filter:blur(14px)}.qc-header-inner{min-height:84px;display:flex;align-items:center;gap:22px}.qc-brand{display:flex;align-items:center;flex:0 0 auto}.qc-brand img,.qc-brand .custom-logo{display:block;width:154px;max-height:66px;object-fit:contain}.qc-nav{flex:1}.qc-menu{display:flex;align-items:center;justify-content:center;gap:22px;margin:0;padding:0;list-style:none}.qc-menu a{font-size:14px;font-weight:700;transition:.2s}.qc-menu a:hover,.qc-menu .current-menu-item>a{color:var(--blue)}.qc-header-actions{display:flex;align-items:center;gap:12px}.qc-login-link{font-size:14px;font-weight:700;white-space:nowrap}.qc-menu-toggle{display:none;border:0;background:var(--soft);border-radius:10px;padding:8px 12px;font-size:24px}.qc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:11px 24px;border:2px solid var(--blue);border-radius:13px;background:var(--blue);color:#fff;font-weight:800;line-height:1.3;cursor:pointer;transition:.25s}.qc-btn:hover{transform:translateY(-2px);background:var(--blue-dark);border-color:var(--blue-dark);box-shadow:0 12px 24px rgba(8,119,232,.2)}.qc-btn-small{min-height:42px;padding:8px 16px;font-size:13px}.qc-btn-outline{background:#fff;color:var(--blue)}.qc-btn-outline:hover{color:#fff}.qc-btn-yellow{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.qc-btn-white{background:#fff;border-color:#fff;color:var(--blue)}.qc-btn-block{width:100%}.qc-actions{display:flex;flex-wrap:wrap;gap:12px}.qc-hero{overflow:hidden;padding:74px 0 54px;background:linear-gradient(140deg,#f3f8ff 0,#fff 55%,#fff8dc 100%)}.qc-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:62px;align-items:center}.qc-badge,.qc-eyebrow{display:inline-flex;align-items:center;width:max-content;color:var(--blue);font-weight:800;font-size:14px}.qc-badge{padding:7px 14px;border-radius:100px;background:#e7f2ff}.qc-hero h1,.qc-course-hero h1{font-size:clamp(40px,5vw,68px);line-height:1.22;letter-spacing:-1.5px;margin:18px 0}.qc-hero h1 em{font-style:normal;color:var(--blue);position:relative}.qc-hero h1 em:after{content:"";position:absolute;right:0;bottom:-8px;width:72%;height:6px;background:var(--yellow);border-radius:10px}.qc-hero-copy>p,.qc-course-hero p{color:var(--muted);font-size:18px;max-width:650px;margin-bottom:28px}.qc-stats{display:flex;gap:28px;margin-top:34px;padding-top:25px;border-top:1px solid var(--line)}.qc-stats div{display:flex;flex-direction:column}.qc-stats strong{color:var(--blue);font-size:25px}.qc-stats span{color:var(--muted);font-size:13px}.qc-hero-visual{position:relative;min-height:500px;display:flex;align-items:flex-end;justify-content:center}.qc-hero-visual>img{position:relative;z-index:2;max-height:490px;object-fit:contain;border-radius:0 0 120px 120px}.qc-blob{position:absolute;inset:40px 30px 10px;border-radius:45% 55% 48% 52%;background:linear-gradient(145deg,var(--yellow),#ffe477 58%,#dcebff 58%)}.qc-floating-card{position:absolute;z-index:3;display:flex;flex-direction:column;background:#fff;padding:12px 16px;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);font-size:12px}.qc-floating-card strong{color:var(--blue);font-size:14px}.qc-card-one{right:-5px;top:100px}.qc-card-two{left:-8px;bottom:56px}.qc-section{padding:88px 0}.qc-soft{background:var(--soft)}.qc-blue{background:linear-gradient(130deg,var(--blue-deep),var(--blue));color:#fff}.qc-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.qc-intro-grid h2,.qc-section-head h2,.qc-faq-layout h2,.qc-why h2{font-size:clamp(30px,3.2vw,46px);line-height:1.35;margin:8px 0 16px}.qc-intro-grid p,.qc-section-head p,.qc-faq-layout>div>p,.qc-why p{color:var(--muted);font-size:16px}.qc-intro-image{position:relative;border-radius:30px;overflow:hidden;background:var(--soft);box-shadow:var(--shadow)}.qc-intro-image img{display:block;width:100%;min-height:440px;object-fit:cover}.qc-intro-image span{position:absolute;right:20px;bottom:20px;background:var(--yellow);padding:10px 16px;border-radius:12px;font-weight:800}.qc-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}.qc-feature-list>div{display:flex;gap:9px}.qc-feature-list b{display:grid;place-items:center;flex:0 0 27px;height:27px;border-radius:50%;background:#e8f4ff;color:var(--blue)}.qc-arrow-link{color:var(--blue);font-weight:800}.qc-section-head{text-align:center;max-width:780px;margin:0 auto 42px}.qc-section-head .qc-eyebrow{margin-inline:auto}.qc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step}.qc-steps>div{position:relative;padding:28px 24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);transition:.25s}.qc-steps>div:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.qc-steps>div>span{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:var(--blue);color:#fff;font-weight:900}.qc-steps h3{margin:18px 0 5px}.qc-steps p{margin:0;color:var(--muted);font-size:14px}.qc-course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.qc-course-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius);transition:.25s}.qc-course-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.qc-course-image{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--soft)}.qc-course-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.qc-course-card:hover .qc-course-image img{transform:scale(1.04)}.qc-course-body{padding:23px}.qc-course-body h3{font-size:21px;line-height:1.45;margin:8px 0}.qc-course-body p{color:var(--muted);font-size:14px;margin:0 0 14px}.qc-center{text-align:center;margin-top:35px}.qc-why{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.qc-why p{color:#dbeaff}.qc-eyebrow-light{color:var(--yellow)}.qc-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.qc-benefit-grid>div{display:flex;align-items:center;gap:12px;padding:21px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(255,255,255,.09)}.qc-benefit-grid span{font-size:26px}.qc-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.qc-testimonials blockquote{margin:0;padding:28px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 32px rgba(15,61,115,.07)}.qc-testimonials blockquote:before{content:"“";display:block;color:var(--yellow);font-size:58px;line-height:.7}.qc-testimonials p{font-size:15px}.qc-testimonials footer{color:var(--blue);font-weight:800}.qc-faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px}.qc-accordion details{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:12px;padding:0 20px}.qc-accordion summary{padding:18px 0;font-weight:800;cursor:pointer}.qc-accordion p{color:var(--muted);margin:0;padding:0 0 18px}.qc-cta{padding:55px 0;background:var(--blue-deep);color:#fff}.qc-cta>.qc-container{display:flex;align-items:center;justify-content:space-between;gap:30px}.qc-cta span{color:var(--yellow);font-weight:800}.qc-cta h2{font-size:34px;margin:4px 0}.qc-cta p{margin:0;color:#dbeaff}.qc-footer{padding:70px 0 20px;background:#071a33;color:#d4e0ef}.qc-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:50px}.qc-footer-logo{width:170px;filter:drop-shadow(0 5px 10px rgba(0,0,0,.2))}.qc-footer h2{color:#fff;font-size:16px}.qc-footer a{display:block;margin:8px 0;font-size:14px}.qc-footer a:hover{color:var(--yellow)}.qc-footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:40px;padding-top:18px;border-top:1px solid rgba(255,255,255,.13);font-size:13px}.qc-footer-bottom a{display:inline}.qc-whatsapp-float{position:fixed;left:20px;bottom:22px;z-index:900;background:#20b65a;color:#fff;padding:12px 18px;border-radius:100px;font-weight:800;box-shadow:0 10px 28px rgba(32,182,90,.3)}.qc-back-top{display:none;position:fixed;right:20px;bottom:22px;z-index:900;width:44px;height:44px;border:0;border-radius:50%;background:var(--blue);color:#fff;font-size:22px}.qc-back-top.is-visible{display:block}.qc-page-hero{padding:75px 0;background:linear-gradient(145deg,var(--soft),#fff8d9)}.qc-page-hero h1{font-size:clamp(36px,5vw,58px);margin:8px 0}.qc-page-content{max-width:900px}.qc-prose{font-size:17px}.qc-prose h2{font-size:30px;line-height:1.4;margin:38px 0 12px;color:var(--blue-deep)}.qc-prose h3{font-size:22px}.qc-prose p,.qc-prose li{color:#3e4c61}.qc-prose a{color:var(--blue)}.qc-course-hero{padding:42px 0 70px;background:linear-gradient(145deg,#f0f7ff,#fff 55%,#fff4c7)}.qc-breadcrumb{display:flex;gap:8px;color:var(--muted);font-size:13px;margin-bottom:35px}.qc-course-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.qc-course-main-image{overflow:hidden;border-radius:28px;box-shadow:var(--shadow);background:#fff}.qc-course-main-image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.qc-mini-features{display:flex;flex-wrap:wrap;gap:15px;margin-top:25px;color:var(--blue-deep);font-weight:700;font-size:14px}.qc-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:45px;align-items:start}.qc-learning-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.qc-learning-grid>div{display:flex;gap:10px;padding:17px;border:1px solid var(--line);border-radius:15px;background:var(--soft)}.qc-learning-grid span{color:var(--blue);font-weight:900}.qc-learning-grid p{margin:0}.qc-course-aside{position:sticky;top:110px;padding:28px;background:var(--blue-deep);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.qc-course-aside h2{font-size:25px;margin-top:0}.qc-course-aside p{color:#dceaff}.qc-course-aside ul{padding-right:18px}.qc-steps-inline{grid-template-columns:1fr 1fr}.qc-trial-hero{padding:72px 0;background:linear-gradient(140deg,var(--blue-deep),var(--blue));color:#fff}.qc-trial-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:start}.qc-trial-hero h1{font-size:clamp(38px,5vw,58px);line-height:1.3;margin:20px 0}.qc-trial-hero>p{color:#dceaff}.qc-trial-points{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:30px 0}.qc-form-card{padding:34px;background:#fff;color:var(--ink);border-radius:28px;box-shadow:0 25px 80px rgba(0,0,0,.2)}.qc-form-card h2{font-size:30px;margin:5px 0}.qc-form-card>p{color:var(--muted)}.qc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.qc-form-grid label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700}.qc-field-full{grid-column:1/-1}.qc-form-grid input,.qc-form-grid select,.qc-form-grid textarea,.qc-auth-form input,.qc-auth-card .input{width:100%;padding:12px 13px;border:1px solid #ccd8e9;border-radius:10px;background:#fbfdff}.qc-form-grid textarea{min-height:100px}.qc-form-grid .wpcf7-submit{border:0;background:var(--blue);color:#fff;padding:14px 22px;border-radius:12px;font-weight:800;cursor:pointer}.qc-benefit-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.qc-benefit-cards>div{padding:25px;border:1px solid var(--line);border-radius:18px}.qc-benefit-cards span{font-size:30px}.qc-benefit-cards h3{margin:8px 0}.qc-benefit-cards p{color:var(--muted);font-size:14px}.qc-notice{padding:14px 16px;border-radius:12px;background:#fff5ce;color:#705200}.qc-error{background:#ffe7e7;color:#8f2424}.qc-lesson-page{min-height:70vh;padding:75px 0;background:linear-gradient(145deg,var(--soft),#fff)}.qc-auth-card,.qc-live-card,.qc-empty-lesson{max-width:680px;margin:auto;padding:36px;background:#fff;border:1px solid var(--line);border-radius:25px;box-shadow:var(--shadow)}.qc-auth-card h1,.qc-lesson-heading h1{font-size:40px;margin:8px 0}.qc-auth-card>p{color:var(--muted)}.qc-auth-card label,.qc-auth-form label{display:block;margin:12px 0;font-weight:700}.qc-auth-card .login-submit input{width:100%;border:0;border-radius:12px;padding:13px;background:var(--blue);color:#fff;font-weight:800}.qc-lesson-heading{text-align:center;margin-bottom:30px}.qc-live-status{display:inline-flex;align-items:center;gap:8px;color:#188b4a;font-weight:800}.qc-live-status span{width:9px;height:9px;border-radius:50%;background:#25b865;box-shadow:0 0 0 5px #daf5e5}.qc-live-card h2{font-size:30px}.qc-live-details{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:25px 0}.qc-live-details>div{display:flex;flex-direction:column;padding:14px;background:var(--soft);border-radius:12px}.qc-live-details small{color:var(--muted)}.qc-lesson-notes{padding:15px;border-right:4px solid var(--yellow);background:#fff9e5;margin-bottom:20px}.qc-empty-lesson{text-align:center}.qc-empty-lesson img{width:230px;border-radius:18px}.qc-logout{text-align:center}.qc-post-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.qc-post-card{padding:25px;border:1px solid var(--line);border-radius:18px}
@media(max-width:1050px){.qc-header-actions{display:none}.qc-menu{gap:14px}.qc-hero-grid,.qc-intro-grid,.qc-course-hero-grid,.qc-trial-grid{gap:38px}.qc-course-grid{grid-template-columns:1fr 1fr}.qc-benefit-cards{grid-template-columns:1fr 1fr}}
@media(max-width:820px){body.admin-bar .qc-header{top:46px}.qc-container{width:min(100% - 28px,1180px)}.qc-header-inner{min-height:72px}.qc-brand img,.qc-brand .custom-logo{width:130px}.qc-menu-toggle{display:block;margin-right:auto}.qc-nav{display:none;position:absolute;top:72px;right:14px;left:14px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.qc-nav.is-open{display:block}.qc-menu{flex-direction:column;align-items:stretch}.qc-menu a{display:block;padding:8px}.qc-hero{padding-top:45px}.qc-hero-grid,.qc-intro-grid,.qc-why,.qc-faq-layout,.qc-course-hero-grid,.qc-content-layout,.qc-trial-grid{grid-template-columns:1fr}.qc-hero-visual{min-height:420px}.qc-card-one{right:0}.qc-card-two{left:0}.qc-section{padding:65px 0}.qc-intro-image img{min-height:350px}.qc-steps{grid-template-columns:1fr 1fr}.qc-testimonials{grid-template-columns:1fr}.qc-course-aside{position:static}.qc-cta>.qc-container{align-items:flex-start;flex-direction:column}.qc-footer-grid{grid-template-columns:1fr 1fr}.qc-course-hero h1{font-size:42px}.qc-learning-grid{grid-template-columns:1fr}}
@media(max-width:560px){.qc-hero h1,.qc-course-hero h1{font-size:36px}.qc-hero-copy>p{font-size:16px}.qc-stats{gap:12px;justify-content:space-between}.qc-stats strong{font-size:21px}.qc-hero-visual{min-height:340px}.qc-hero-visual>img{max-height:330px}.qc-floating-card{display:none}.qc-actions .qc-btn{width:100%}.qc-feature-list,.qc-course-grid,.qc-steps,.qc-benefit-grid,.qc-benefit-cards,.qc-form-grid,.qc-live-details,.qc-post-grid{grid-template-columns:1fr}.qc-field-full{grid-column:auto}.qc-section-head{text-align:right}.qc-section-head .qc-eyebrow{margin-inline:0}.qc-trial-points{grid-template-columns:1fr}.qc-form-card{padding:23px}.qc-footer-grid{grid-template-columns:1fr}.qc-footer-bottom{align-items:flex-start;flex-direction:column}.qc-whatsapp-float{left:12px;bottom:12px}.qc-back-top{right:12px;bottom:12px}.qc-course-hero{padding-top:25px}.qc-steps-inline{grid-template-columns:1fr}.qc-auth-card,.qc-live-card,.qc-empty-lesson{padding:24px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Dropdown navigation */
.qc-menu>li{position:relative}.qc-menu .menu-item-has-children>a{display:flex;align-items:center;gap:5px}.qc-menu .menu-item-has-children>a:after{content:"⌄";color:var(--blue);font-size:13px}.qc-menu .sub-menu{position:absolute;top:calc(100% + 16px);right:-18px;z-index:1100;width:280px;margin:0;padding:12px;list-style:none;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 55px rgba(7,46,99,.17);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.qc-menu .sub-menu:before{content:"";position:absolute;right:30px;top:-7px;width:13px;height:13px;transform:rotate(45deg);background:#fff;border-top:1px solid var(--line);border-right:1px solid var(--line)}.qc-menu .sub-menu a{position:relative;display:block;padding:9px 11px;border-radius:9px;font-size:13px}.qc-menu .sub-menu a:hover,.qc-menu .sub-menu .current-menu-item>a{padding-right:15px;background:var(--soft);color:var(--blue)}.qc-menu .sub-menu a:before{content:"";display:inline-block;width:6px;height:6px;margin-left:8px;border-radius:50%;background:var(--yellow)}.qc-menu>li:hover>.sub-menu,.qc-menu>li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}

/* Testimonial slider */
.qc-slider{position:relative}.qc-slider-viewport{overflow:hidden;margin:0 -10px}.qc-slider-track{display:flex;transition:transform .45s ease;will-change:transform}.qc-testimonial-slide{flex:0 0 33.333%;margin:0;padding:10px}.qc-testimonial-slide>*{position:relative}.qc-testimonial-slide{background-clip:content-box}.qc-testimonial-slide:after{content:"";position:absolute;inset:10px;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 32px rgba(15,61,115,.07);z-index:-1}.qc-testimonial-slide{position:relative;min-height:310px;display:flex;flex-direction:column;background:#fff;border-radius:calc(var(--radius) + 10px)}.qc-stars{color:#f5b900;letter-spacing:2px;font-size:17px;padding:18px 18px 0}.qc-quote-mark{position:absolute;left:25px;top:19px;color:#d9eaff;font-size:70px;line-height:.6}.qc-testimonial-text{flex:1;padding:14px 18px;color:#3e4c61}.qc-testimonial-text p{margin:0}.qc-testimonial-slide footer{display:flex;align-items:center;gap:11px;padding:16px 18px 20px;border-top:1px solid var(--line)}.qc-testimonial-slide footer div{display:flex;flex-direction:column}.qc-testimonial-slide footer small{color:var(--muted)}.qc-avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900}.qc-slider-controls{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:24px}.qc-slider-controls>button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--blue);font-size:18px;cursor:pointer}.qc-slider-controls>button:disabled{opacity:.35;cursor:not-allowed}.qc-slider-dots{display:flex;gap:6px}.qc-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:20px;background:#c7d6e8;cursor:pointer}.qc-slider-dots button.is-active{width:24px;background:var(--blue)}

/* Contact page */
.qc-contact-hero{padding:78px 0;text-align:center;background:linear-gradient(135deg,var(--blue-deep),var(--blue));color:#fff}.qc-contact-hero .qc-eyebrow{margin-inline:auto}.qc-contact-hero h1{font-size:clamp(40px,5vw,62px);margin:8px 0}.qc-contact-hero p{max-width:680px;margin:0 auto;color:#dceaff;font-size:17px}.qc-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:start}.qc-contact-details h2{font-size:38px;line-height:1.35;margin:8px 0}.qc-contact-details>p{color:var(--muted)}.qc-contact-card{display:flex;align-items:center;gap:14px;padding:16px;margin:12px 0;border:1px solid var(--line);border-radius:15px;background:#fff;transition:.2s}.qc-contact-card:hover{transform:translateX(-5px);border-color:#bcd9fa;box-shadow:0 12px 28px rgba(8,119,232,.1)}.qc-contact-card>span{display:grid;place-items:center;flex:0 0 46px;height:46px;border-radius:13px;background:var(--soft);color:var(--blue);font-size:21px}.qc-contact-card div{display:flex;flex-direction:column}.qc-contact-card small{color:var(--muted)}.qc-contact-note{margin-top:18px;padding:18px;border-right:4px solid var(--yellow);border-radius:12px;background:#fff9e1}.qc-contact-note p{margin:3px 0;color:var(--muted)}.qc-contact-form-card{box-shadow:var(--shadow)}

/* Expanded course detail */
.qc-program-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.qc-program-benefits>div{padding:19px;border:1px solid var(--line);border-radius:16px;background:#fff}.qc-program-benefits span{font-size:25px}.qc-program-benefits h3{margin:7px 0;font-size:17px}.qc-program-benefits p{margin:0;font-size:14px}.qc-curriculum{display:grid;gap:13px}.qc-curriculum>div{display:flex;gap:16px;padding:20px;border:1px solid var(--line);border-radius:17px;background:linear-gradient(90deg,#fff,var(--soft))}.qc-curriculum>div>span{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:14px;background:var(--blue);color:#fff;font-size:20px;font-weight:900}.qc-curriculum h3{margin:0 0 4px}.qc-curriculum p{margin:0;font-size:14px}.qc-check-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0;list-style:none}.qc-check-list li{position:relative;padding:12px 38px 12px 12px;border-radius:12px;background:var(--soft)}.qc-check-list li:before{content:"✓";position:absolute;right:13px;color:var(--blue);font-weight:900}.qc-progress-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.qc-progress-grid>div{padding:19px;border-top:4px solid var(--yellow);border-radius:14px;background:var(--blue-deep);color:#fff}.qc-progress-grid p{margin:6px 0 0;color:#dceaff;font-size:14px}.qc-requirements{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:center;margin-top:40px;padding:28px;border-radius:22px;background:#fff7d6}.qc-requirements h2{margin-top:5px}.qc-requirements ul{margin:0;padding-right:20px}.qc-course-mid-cta{padding:55px 0;background:linear-gradient(135deg,var(--blue-deep),var(--blue));color:#fff}.qc-course-mid-cta>.qc-container{display:flex;align-items:center;justify-content:space-between;gap:35px}.qc-course-mid-cta span{color:var(--yellow);font-weight:800}.qc-course-mid-cta h2{font-size:34px;margin:4px 0}.qc-course-mid-cta p{margin:0;color:#dceaff}

/* Refined footer */
.qc-footer{position:relative;padding-top:0;background:linear-gradient(145deg,#041326,#082a51);overflow:hidden}.qc-footer:before{content:"";position:absolute;left:-140px;bottom:-170px;width:390px;height:390px;border:70px solid rgba(255,196,0,.035);border-radius:50%}.qc-footer-cta{position:relative;transform:translateY(-34px);display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 34px;border-radius:24px;background:linear-gradient(125deg,var(--blue),#0b61bd);box-shadow:0 22px 55px rgba(0,0,0,.24)}.qc-footer-cta span{color:var(--yellow);font-weight:800}.qc-footer-cta h2{margin:3px 0;color:#fff;font-size:27px}.qc-footer-cta p{margin:0;color:#dceaff}.qc-footer-whatsapp{background:transparent;border-color:rgba(255,255,255,.55)}.qc-footer-grid{position:relative;padding-top:15px;grid-template-columns:1.45fr .8fr .9fr 1fr}.qc-footer-about p{max-width:390px;color:#aebfd4}.qc-footer-trust{display:flex;flex-wrap:wrap;gap:8px}.qc-footer-trust span{padding:5px 9px;border-radius:8px;background:rgba(255,255,255,.06);font-size:11px}.qc-footer h2{position:relative;margin-bottom:20px}.qc-footer h2:after{content:"";position:absolute;right:0;bottom:-8px;width:28px;height:3px;border-radius:4px;background:var(--yellow)}.qc-footer-contact a{display:flex;align-items:center;gap:8px}.qc-footer-contact a span{color:var(--yellow)}.qc-footer-contact p{margin-top:16px;color:#8399b4;font-size:12px}

@media(max-width:1020px){.qc-testimonial-slide{flex-basis:50%}.qc-program-benefits{grid-template-columns:1fr 1fr}.qc-progress-grid{grid-template-columns:1fr}.qc-contact-grid{gap:35px}.qc-footer-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:820px){.qc-menu .sub-menu{position:static;width:auto;margin:5px 0 0;padding:4px 12px;background:var(--soft);border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.qc-menu .sub-menu:before{display:none}.qc-contact-grid{grid-template-columns:1fr}.qc-course-mid-cta>.qc-container{align-items:flex-start;flex-direction:column}.qc-footer-cta{transform:translateY(-25px)}.qc-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.qc-testimonial-slide{flex-basis:100%}.qc-program-benefits,.qc-check-list,.qc-requirements{grid-template-columns:1fr}.qc-course-mid-cta h2{font-size:28px}.qc-footer-cta{padding:24px}.qc-footer-grid{grid-template-columns:1fr}}

/* Editable hero artwork */
.qc-hero-visual{align-items:center;min-height:430px}.qc-hero-visual picture{position:relative;z-index:2;display:block;width:100%;overflow:hidden;border:1px solid rgba(8,119,232,.12);border-radius:30px;background:#fff;box-shadow:var(--shadow)}.qc-hero-visual picture img{display:block;width:100%;height:auto;aspect-ratio:1.82/1;object-fit:cover;object-position:center}.qc-hero-visual .qc-card-one{right:-14px;top:62px}.qc-hero-visual .qc-card-two{left:-14px;bottom:38px}
@media(max-width:820px){.qc-hero-visual{min-height:auto;margin-top:10px}.qc-hero-visual picture{border-radius:22px}.qc-hero-visual picture img{aspect-ratio:1.25/1;object-position:38% center}.qc-hero-visual .qc-card-one{right:8px;top:22px}.qc-hero-visual .qc-card-two{left:8px;bottom:18px}}
@media(max-width:560px){.qc-hero-visual picture img{aspect-ratio:1.05/1;object-position:34% center}}

/* Flexible course sections */
.qc-course-block{margin:0 0 44px}.qc-course-block:last-child{margin-bottom:0}.qc-course-block>h2{position:relative;margin:0 0 18px;padding-bottom:12px;color:var(--blue-deep);font-size:clamp(25px,2.8vw,34px);line-height:1.4}.qc-course-block>h2:after{content:"";position:absolute;right:0;bottom:0;width:54px;height:4px;border-radius:5px;background:var(--yellow)}.qc-course-block>p{color:#3e4c61;font-size:16px}.qc-course-facts{display:grid;grid-template-columns:1fr 1fr;gap:15px}.qc-course-facts>div{display:flex;flex-direction:column;gap:4px;padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--soft)}.qc-course-facts small{color:var(--muted)}.qc-course-facts strong{color:var(--blue-deep);font-size:18px}.qc-aside-fact{display:flex;flex-direction:column;gap:2px;margin:12px 0;padding:13px 15px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.08)}.qc-aside-fact small{color:#bcd5f1}.qc-extra-content{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.qc-extra-content>*:last-child{margin-bottom:0}
@media(max-width:560px){.qc-course-facts{grid-template-columns:1fr}.qc-course-block{margin-bottom:34px}}

/* About page */
.qc-about-hero{position:relative;overflow:hidden;padding:86px 0 110px;background:linear-gradient(135deg,#041e42 0,#0877e8 62%,#1495ef 100%);color:#fff}.qc-about-hero:before{content:"";position:absolute;right:-120px;top:-190px;width:460px;height:460px;border:90px solid rgba(255,196,0,.09);border-radius:50%}.qc-about-hero:after{content:"";position:absolute;left:5%;bottom:-210px;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.045)}.qc-about-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:65px;align-items:center}.qc-about-hero .qc-badge{color:#092b55;background:var(--yellow)}.qc-about-hero h1{max-width:680px;margin:19px 0;font-size:clamp(40px,5.2vw,67px);line-height:1.25;letter-spacing:-1.3px}.qc-about-hero-copy>p{max-width:670px;color:#dbeaff;font-size:18px}.qc-about-hero .qc-btn-outline{border-color:rgba(255,255,255,.55);background:transparent;color:#fff}.qc-about-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.qc-about-trust span{padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:rgba(255,255,255,.08);font-size:12px}.qc-about-hero-media{position:relative;padding:15px}.qc-about-hero-media:before{content:"";position:absolute;inset:-13px 40px 40px -13px;border:2px solid var(--yellow);border-radius:34px}.qc-about-hero-media img{position:relative;display:block;width:100%;aspect-ratio:1.08/1;object-fit:cover;object-position:34% center;border:7px solid rgba(255,255,255,.13);border-radius:31px;box-shadow:0 28px 75px rgba(0,0,0,.28)}.qc-about-float-card{position:absolute;right:-20px;bottom:-24px;display:flex;flex-direction:column;padding:15px 18px;border-radius:14px;background:#fff;color:var(--ink);box-shadow:var(--shadow)}.qc-about-float-card strong{color:var(--blue)}.qc-about-float-card span{font-size:12px;color:var(--muted)}.qc-about-strip{position:relative;z-index:2;margin-top:-42px}.qc-about-strip>.qc-container{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 24px 65px rgba(10,55,105,.16)}.qc-about-strip div div{position:relative;display:flex;flex-direction:column;padding:24px 25px}.qc-about-strip div div:not(:last-child){border-left:1px solid var(--line)}.qc-about-strip span{position:absolute;left:18px;top:12px;color:#e5eef8;font-size:35px;font-weight:900}.qc-about-strip strong{position:relative;color:var(--blue-deep);font-size:16px}.qc-about-strip small{position:relative;color:var(--muted)}.qc-about-story{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.qc-about-story-media{position:relative;padding:0 0 40px 40px}.qc-about-image-frame{overflow:hidden;border-radius:28px;background:var(--soft);box-shadow:var(--shadow)}.qc-about-image-frame img{display:block;width:100%;min-height:440px;object-fit:cover}.qc-about-experience{position:absolute;left:0;bottom:0;display:flex;flex-direction:column;width:245px;padding:21px;border:7px solid #fff;border-radius:20px;background:var(--yellow);color:var(--blue-deep)}.qc-about-experience strong{font-size:20px}.qc-about-experience span{font-size:12px}.qc-about-story-copy h2,.qc-about-page-content h2{font-size:clamp(31px,3.7vw,47px);line-height:1.35;margin:9px 0 16px}.qc-about-story-copy h3,.qc-about-page-content h3{margin-top:28px;color:var(--blue);font-size:22px}.qc-about-story-copy p{color:var(--muted);font-size:16px}.qc-about-signature{display:flex;flex-direction:column;margin-top:26px;padding-right:17px;border-right:4px solid var(--yellow)}.qc-about-signature span{color:var(--blue);font-size:22px;font-weight:900}.qc-about-signature small{color:var(--muted)}.qc-about-purpose{background:linear-gradient(145deg,#eff6ff,#fff 55%,#fff8dc)}.qc-purpose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.qc-purpose-grid article{padding:32px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 13px 35px rgba(15,61,115,.06)}.qc-purpose-grid article>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#e8f3ff;color:var(--blue);font-size:24px}.qc-purpose-grid article h3{font-size:23px;margin:18px 0 8px}.qc-purpose-grid article p{margin:0;color:var(--muted)}.qc-purpose-grid .is-featured{transform:translateY(-12px);border:0;background:linear-gradient(145deg,var(--blue-deep),var(--blue));color:#fff;box-shadow:0 25px 55px rgba(8,87,173,.22)}.qc-purpose-grid .is-featured>span{background:var(--yellow);color:var(--blue-deep)}.qc-purpose-grid .is-featured p{color:#dbeaff}.qc-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.qc-values-grid article{position:relative;overflow:hidden;padding:27px 23px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.25s}.qc-values-grid article:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.qc-values-grid article>b{position:absolute;left:15px;top:5px;color:#eef3f9;font-size:48px}.qc-values-grid article>span{position:relative;display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:var(--yellow);color:var(--blue-deep);font-size:20px;font-weight:900}.qc-values-grid h3{position:relative;margin:17px 0 7px}.qc-values-grid p{position:relative;margin:0;color:var(--muted);font-size:14px}.qc-about-method{position:relative;overflow:hidden}.qc-about-method:after{content:"";position:absolute;left:-100px;bottom:-180px;width:360px;height:360px;border:65px solid rgba(255,196,0,.07);border-radius:50%}.qc-about-method-grid{position:relative;z-index:1;display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center}.qc-about-method h2{font-size:clamp(32px,4vw,50px);line-height:1.35;margin:10px 0}.qc-about-method>p,.qc-about-method-grid>div>p{color:#dbeaff}.qc-about-method-steps{display:grid;gap:12px}.qc-about-method-steps>div{display:flex;gap:17px;padding:20px;border:1px solid rgba(255,255,255,.17);border-radius:18px;background:rgba(255,255,255,.08)}.qc-about-method-steps>div>span{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:14px;background:var(--yellow);color:var(--blue-deep);font-size:20px;font-weight:900}.qc-about-method-steps h3{margin:0 0 3px}.qc-about-method-steps p{margin:0;color:#dbeaff;font-size:14px}.qc-about-final{padding:70px 0;background:#fff8da}.qc-about-final>.qc-container{display:flex;align-items:center;justify-content:space-between;gap:45px}.qc-about-final span{color:var(--blue);font-weight:800}.qc-about-final h2{max-width:720px;margin:5px 0;font-size:clamp(29px,3.5vw,43px);line-height:1.35}.qc-about-final p{margin:0;color:var(--muted)}
@media(max-width:950px){.qc-about-hero-grid,.qc-about-story,.qc-about-method-grid{grid-template-columns:1fr}.qc-about-hero-media{max-width:650px;margin:auto}.qc-about-strip>.qc-container{grid-template-columns:1fr 1fr}.qc-about-strip div div:nth-child(2){border-left:0}.qc-about-strip div div:nth-child(-n+2){border-bottom:1px solid var(--line)}.qc-values-grid{grid-template-columns:1fr 1fr}.qc-about-final>.qc-container{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.qc-about-hero{padding:55px 0 85px}.qc-about-hero h1{font-size:38px}.qc-about-hero-media{padding:8px}.qc-about-hero-media img{aspect-ratio:1/1}.qc-about-float-card{right:0;bottom:-30px}.qc-about-strip>.qc-container,.qc-purpose-grid,.qc-values-grid{grid-template-columns:1fr}.qc-about-strip div div{border-left:0!important;border-bottom:1px solid var(--line)}.qc-about-strip div div:last-child{border-bottom:0}.qc-about-story{gap:40px}.qc-about-story-media{padding:0 0 35px 20px}.qc-about-image-frame img{min-height:330px}.qc-about-experience{width:220px}.qc-purpose-grid .is-featured{transform:none}.qc-about-method-grid{gap:40px}.qc-about-final .qc-actions{width:100%}}

/* Home experience v2 */
.qc-new-home{overflow:hidden}.qc-home-section-tag{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:13px;font-weight:900}.qc-home-section-tag:before{content:"";width:28px;height:3px;border-radius:4px;background:var(--yellow)}.qc-home-heading{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:42px}.qc-home-heading>div{max-width:720px}.qc-home-heading h2{margin:8px 0 0;color:var(--blue-deep);font-size:clamp(31px,4vw,49px);line-height:1.3}.qc-home-heading>p{max-width:400px;margin:0;color:var(--muted)}.qc-home-heading-light h2{color:#fff}.qc-home-heading-light>p{color:#c8ddf5}

.qc-home-hero{position:relative;padding:82px 0 0;background:#051f43;color:#fff;isolation:isolate}.qc-home-hero:before{content:"";position:absolute;inset:0;z-index:-3;opacity:.2;background-image:radial-gradient(rgba(255,255,255,.42) 1px,transparent 1px);background-size:25px 25px;mask-image:linear-gradient(90deg,transparent,#000 45%,#000)}.qc-home-hero:after{content:"";position:absolute;left:-9%;top:-22%;z-index:-2;width:760px;height:760px;border-radius:50%;background:linear-gradient(145deg,#0877e8,#0b4c9d);box-shadow:inset 0 0 0 90px rgba(255,255,255,.025)}.qc-home-hero-glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(1px)}.qc-glow-one{right:45%;top:10%;width:18px;height:18px;background:var(--yellow);box-shadow:0 0 45px 14px rgba(255,196,0,.2)}.qc-glow-two{right:5%;bottom:24%;width:220px;height:220px;border:45px solid rgba(8,119,232,.12)}.qc-home-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:65px;align-items:center;min-height:630px}.qc-home-hero-copy{position:relative;z-index:3;padding-bottom:62px}.qc-home-kicker{display:flex;align-items:center;gap:10px;color:#bcd5f1;font-size:13px;font-weight:800}.qc-home-kicker span{width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 6px rgba(255,196,0,.12)}.qc-home-hero h1{margin:20px 0;font-size:clamp(47px,6vw,76px);font-weight:900;line-height:1.17;letter-spacing:-2px}.qc-home-hero h1 strong{position:relative;color:var(--yellow);font-weight:900}.qc-home-hero h1 strong:after{content:"";position:absolute;right:0;bottom:-11px;width:62%;height:6px;border-radius:10px;background:var(--blue)}.qc-home-hero-copy>p{max-width:660px;margin:0 0 29px;color:#cfdef0;font-size:18px}.qc-home-hero-actions{align-items:center}.qc-home-hero-actions .qc-btn{min-width:205px;border-color:var(--yellow);box-shadow:0 15px 35px rgba(255,196,0,.12)}.qc-home-hero-actions .qc-btn b{margin-right:15px;font-size:21px}.qc-home-whatsapp-link{display:flex;align-items:center;gap:10px;color:#fff}.qc-home-whatsapp-link i{display:grid;place-items:center;width:43px;height:43px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(255,255,255,.07);color:#42d87b;font-style:normal}.qc-home-whatsapp-link span{display:flex;flex-direction:column;font-size:13px;font-weight:800}.qc-home-whatsapp-link small{color:#89a9cd;font-size:10px}.qc-home-hero-trust{display:flex;align-items:center;gap:15px;margin-top:32px}.qc-home-avatar-stack{display:flex;direction:ltr}.qc-home-avatar-stack span{display:grid;place-items:center;width:35px;height:35px;margin-left:-8px;border:2px solid #051f43;border-radius:50%;background:#fff;color:var(--blue);font-size:12px;font-weight:900}.qc-home-avatar-stack span:nth-child(2){background:#dcecff}.qc-home-avatar-stack span:nth-child(3){background:#fff0b5}.qc-home-avatar-stack span:last-child{background:var(--yellow);color:var(--blue-deep)}.qc-home-stars{color:var(--yellow);font-size:12px;letter-spacing:2px}.qc-home-hero-trust p{margin:2px 0 0;color:#9db7d5;font-size:11px}

.qc-home-hero-stage{position:relative;z-index:1;height:590px;direction:ltr}.qc-home-photo-shape{position:absolute;left:7%;top:2%;z-index:2;width:83%;height:91%;overflow:hidden;border:8px solid rgba(255,255,255,.09);border-radius:48% 48% 28% 28%/35% 35% 24% 24%;background:#eaf4ff;box-shadow:0 35px 80px rgba(0,0,0,.35)}.qc-home-photo-shape:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(3,23,50,.38))}.qc-home-photo-shape picture,.qc-home-photo-shape img{display:block;width:100%;height:100%}.qc-home-photo-shape img{object-fit:cover;object-position:34% center}.qc-home-orbit{position:absolute;z-index:1;border:1px dashed rgba(255,255,255,.24);border-radius:50%}.qc-orbit-one{left:-5%;top:3%;width:108%;height:97%;transform:rotate(-12deg)}.qc-orbit-two{left:10%;top:13%;width:80%;height:72%;border-color:rgba(255,196,0,.32);transform:rotate(17deg)}.qc-home-live-card,.qc-home-progress-card{position:absolute;z-index:5;display:flex;align-items:center;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.94);color:var(--ink);box-shadow:0 20px 45px rgba(2,24,53,.28);backdrop-filter:blur(12px)}.qc-home-live-card{right:-6%;top:18%;gap:10px;min-width:215px;padding:12px 14px;border-radius:14px}.qc-live-dot{width:10px;height:10px;border-radius:50%;background:#22c56e;box-shadow:0 0 0 5px rgba(34,197,110,.13)}.qc-home-live-card>div{display:flex;flex:1;flex-direction:column;direction:rtl}.qc-home-live-card small,.qc-home-progress-card small{color:var(--muted);font-size:10px}.qc-home-live-card strong{font-size:13px}.qc-home-live-card>b{padding:4px 7px;border-radius:6px;background:#dff8e9;color:#14864a;font-size:9px}.qc-home-progress-card{left:-5%;bottom:12%;gap:11px;padding:13px 17px;border-radius:16px;direction:rtl}.qc-progress-ring{display:grid;place-items:center;width:42px;height:42px;border:5px solid #dcecff;border-top-color:var(--blue);border-radius:50%;color:var(--blue);font-weight:900}.qc-home-progress-card>div:last-child{display:flex;flex-direction:column}.qc-home-progress-card strong{color:var(--blue-deep);font-size:13px}.qc-home-topic{position:absolute;z-index:4;padding:7px 11px;border-radius:100px;background:var(--yellow);color:var(--blue-deep);font-size:10px;font-weight:900;box-shadow:0 8px 24px rgba(0,0,0,.18);direction:rtl}.qc-topic-quran{left:-2%;top:12%;transform:rotate(-7deg)}.qc-topic-arabic{right:-1%;bottom:29%;transform:rotate(6deg);background:#fff}.qc-topic-islamic{left:15%;bottom:2%;background:#1085ea;color:#fff}.qc-home-proof{position:relative;z-index:7;display:grid;grid-template-columns:repeat(4,1fr);transform:translateY(38px);overflow:hidden;border:1px solid #d8e4f2;border-radius:22px;background:#fff;color:var(--ink);box-shadow:0 25px 65px rgba(2,31,67,.2)}.qc-home-proof>div{display:flex;align-items:center;gap:13px;padding:22px 23px}.qc-home-proof>div:not(:last-child){border-left:1px solid var(--line)}.qc-home-proof>div>span{color:var(--blue);font-size:28px;font-weight:900;letter-spacing:-1px}.qc-home-proof p{display:flex;flex-direction:column;margin:0;line-height:1.45}.qc-home-proof strong{color:var(--blue-deep);font-size:13px}.qc-home-proof small{color:var(--muted);font-size:10px}

.qc-home-intro{padding:145px 0 100px;background:#fff}.qc-home-intro-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:78px;align-items:center}.qc-home-family-stage{position:relative;min-height:500px;border-radius:42% 42% 28px 28px;background:linear-gradient(145deg,#fff4bd,#e8f4ff);isolation:isolate}.qc-home-family-stage:before{content:"";position:absolute;inset:18px;border:1px solid rgba(8,119,232,.15);border-radius:inherit}.qc-home-family-stage>img{position:absolute;right:1%;bottom:0;z-index:2;width:98%;filter:drop-shadow(0 25px 28px rgba(14,46,82,.16))}.qc-family-sun{position:absolute;left:9%;top:7%;width:88px;height:88px;border-radius:50%;background:var(--yellow)}.qc-family-dots{position:absolute;right:-24px;top:80px;width:100px;height:100px;opacity:.45;background-image:radial-gradient(var(--blue) 2px,transparent 2px);background-size:13px 13px}.qc-family-note{position:absolute;left:-25px;bottom:42px;z-index:4;display:flex;align-items:center;gap:11px;padding:13px 16px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow)}.qc-family-note>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff0b8;color:#e6a500}.qc-family-note>div{display:flex;flex-direction:column}.qc-family-note strong{color:var(--blue-deep);font-size:13px}.qc-family-note small{color:var(--muted);font-size:10px}.qc-home-intro-copy h2{margin:10px 0 18px;color:var(--blue-deep);font-size:clamp(36px,4.5vw,55px);line-height:1.28}.qc-home-intro-copy h2 em{font-style:normal;color:var(--blue)}.qc-home-intro-copy>p{color:var(--muted);font-size:17px}.qc-home-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:28px 0}.qc-home-feature-grid article{display:flex;gap:11px;padding:15px;border:1px solid var(--line);border-radius:15px;background:#fff;transition:.2s}.qc-home-feature-grid article:hover{transform:translateY(-3px);border-color:#b9d9fa;box-shadow:0 12px 28px rgba(8,119,232,.08)}.qc-home-feature-grid article>span{color:#c9d8e9;font-size:20px;font-weight:900}.qc-home-feature-grid h3{margin:0;color:var(--blue-deep);font-size:15px}.qc-home-feature-grid p{margin:3px 0 0;color:var(--muted);font-size:12px}.qc-home-text-link{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-weight:900}.qc-home-text-link b{font-size:20px;transition:.2s}.qc-home-text-link:hover b{transform:translateX(-5px)}

.qc-home-paths{position:relative;padding:100px 0;background:#061d3d;color:#fff}.qc-home-paths:before{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(30deg,transparent 49%,rgba(255,255,255,.22) 50%,transparent 51%);background-size:55px 55px}.qc-home-paths>.qc-container{position:relative}.qc-path-bento{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:18px;min-height:590px}.qc-path-card{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:36px;border-radius:26px;transition:.3s}.qc-path-card:hover{transform:translateY(-6px)}.qc-path-card:after{content:"";position:absolute;left:-80px;bottom:-100px;width:260px;height:260px;border:45px solid rgba(255,255,255,.08);border-radius:50%}.qc-path-quran{grid-row:1/3;justify-content:flex-end;background:linear-gradient(145deg,#0877e8,#0759ae);color:#fff}.qc-path-quran:before{content:"ق";position:absolute;left:-25px;top:-75px;color:rgba(255,255,255,.06);font-family:serif;font-size:360px;line-height:1}.qc-path-arabic{background:linear-gradient(135deg,#ffe168,var(--yellow));color:var(--blue-deep)}.qc-path-islamic{background:#fff;color:var(--blue-deep)}.qc-path-icon{position:absolute;right:35px;top:34px;display:grid;place-items:center;width:60px;height:60px;border:1px solid rgba(255,255,255,.25);border-radius:19px;background:rgba(255,255,255,.13);font-family:serif;font-size:29px;font-weight:900}.qc-path-arabic .qc-path-icon{border-color:rgba(8,46,99,.12);background:rgba(255,255,255,.42)}.qc-path-islamic .qc-path-icon{border-color:#d8e7f7;background:#eef6ff;color:var(--blue)}.qc-path-copy{position:relative;z-index:2;max-width:500px}.qc-path-copy>span{opacity:.7;font-size:11px;font-weight:800}.qc-path-copy h3{margin:4px 0 9px;font-size:clamp(27px,3vw,39px)}.qc-path-copy p{max-width:470px;margin:0 0 18px;opacity:.8}.qc-path-copy strong{font-size:13px}.qc-path-copy strong b{margin-right:7px;font-size:18px}.qc-path-count{position:absolute;left:26px;top:24px;z-index:2;display:flex;align-items:baseline;gap:4px}.qc-path-count span{font-size:32px;font-weight:900}.qc-path-count small{opacity:.65}.qc-path-arabic .qc-path-copy h3,.qc-path-islamic .qc-path-copy h3{font-size:30px}

.qc-home-journey{padding:105px 0;background:linear-gradient(135deg,#f4f8ff,#fff 55%,#fff9e1)}.qc-home-journey-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:center}.qc-journey-copy h2{margin:10px 0;color:var(--blue-deep);font-size:clamp(34px,4.3vw,52px);line-height:1.3}.qc-journey-copy>p{color:var(--muted);font-size:16px}.qc-journey-promise{display:flex;flex-direction:column;margin:25px 0;padding:15px 18px;border-right:4px solid var(--yellow);border-radius:10px;background:#fff}.qc-journey-promise b{color:var(--blue-deep)}.qc-journey-promise span{color:var(--muted);font-size:12px}.qc-journey-timeline{position:relative;display:grid;gap:13px}.qc-journey-timeline:before{content:"";position:absolute;right:27px;top:55px;bottom:55px;width:2px;background:repeating-linear-gradient(to bottom,var(--blue) 0 5px,transparent 5px 10px)}.qc-journey-timeline article{position:relative;display:grid;grid-template-columns:56px 1fr;gap:17px;align-items:center;padding:18px 18px 18px 25px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 25px rgba(12,54,102,.05);transition:.2s}.qc-journey-timeline article:hover{transform:translateX(-5px);border-color:#b8d8fa}.qc-journey-timeline article>span{position:relative;z-index:2;display:grid;place-items:center;width:56px;height:56px;border:7px solid #e6f2ff;border-radius:50%;background:var(--blue);color:#fff;font-size:18px;font-weight:900}.qc-journey-timeline small{color:var(--blue);font-weight:800}.qc-journey-timeline h3{margin:1px 0;color:var(--blue-deep);font-size:18px}.qc-journey-timeline p{margin:0;color:var(--muted);font-size:13px}

.qc-home-courses{padding:105px 0;background:#fff}.qc-home-view-all{display:flex;align-items:center;gap:10px;color:var(--blue);font-weight:900;white-space:nowrap}.qc-home-view-all span{display:grid;place-items:center;width:42px;height:42px;border:1px solid #bfdafa;border-radius:50%;font-size:20px}.qc-home-courses .qc-course-grid{gap:20px}.qc-home-courses .qc-course-card{position:relative;border:0;border-radius:22px;background:#f6f9fd;box-shadow:none}.qc-home-courses .qc-course-card:nth-child(2n){background:#fff9df}.qc-home-courses .qc-course-image{margin:9px;border-radius:16px}.qc-home-courses .qc-course-body{padding:15px 20px 23px}.qc-home-courses .qc-course-body h3{min-height:61px}.qc-home-courses .qc-arrow-link{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid rgba(8,46,99,.09)}.qc-home-courses .qc-course-card:hover{transform:translateY(-7px);box-shadow:0 22px 45px rgba(14,56,105,.12)}

.qc-home-outcomes{position:relative;padding:105px 0;background:#0877e8;color:#fff}.qc-home-outcomes:before{content:"";position:absolute;right:-160px;top:-160px;width:500px;height:500px;border:90px solid rgba(255,255,255,.055);border-radius:50%}.qc-outcomes-layout{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.qc-outcomes-quote{position:relative}.qc-outcomes-quote .qc-home-section-tag{color:var(--yellow)}.qc-outcomes-quote h2{margin:10px 0;font-size:clamp(34px,4.6vw,56px);line-height:1.25}.qc-outcomes-quote h2 em{color:var(--yellow);font-style:normal}.qc-outcomes-quote>p{max-width:600px;color:#dcecff}.qc-outcomes-quote-mark{position:absolute;left:0;top:-65px;color:rgba(255,255,255,.09);font-family:serif;font-size:230px;line-height:1}.qc-outcome-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.qc-outcome-grid article{padding:24px;border:1px solid rgba(255,255,255,.17);border-radius:19px;background:rgba(255,255,255,.09);backdrop-filter:blur(8px)}.qc-outcome-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--yellow);color:var(--blue-deep);font-size:19px;font-weight:900}.qc-outcome-grid h3{margin:13px 0 4px}.qc-outcome-grid p{margin:0;color:#dcecff;font-size:13px}

.qc-home-testimonials{padding:105px 0;background:#f5f8fd}.qc-home-testimonials .qc-slider-viewport{padding:8px 0}.qc-home-testimonials .qc-testimonial-slide{border-radius:22px}.qc-home-testimonials .qc-testimonial-slide:after{border:0;box-shadow:0 15px 36px rgba(10,51,98,.08)}.qc-home-testimonials .qc-quote-mark{color:#d7eaff}.qc-home-testimonials .qc-slider-controls>button{border-color:#bed8f5}.qc-home-faq{padding:105px 0;background:#fff}.qc-home-faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:75px;align-items:start}.qc-home-faq-copy{position:sticky;top:120px}.qc-home-faq-copy h2{margin:10px 0;color:var(--blue-deep);font-size:clamp(33px,4vw,48px);line-height:1.3}.qc-home-faq-copy>p{color:var(--muted)}.qc-home-whatsapp-dark{width:max-content;margin-top:25px;color:var(--blue-deep)}.qc-home-whatsapp-dark i{border-color:#c8dff6;background:#eff7ff}.qc-home-whatsapp-dark small{color:var(--muted)}.qc-home-accordion details{overflow:hidden;margin-bottom:12px;padding:0 22px;border:1px solid var(--line);border-radius:17px;background:#fff;transition:.2s}.qc-home-accordion details[open]{border-color:#b9d8f9;background:#f7fbff}.qc-home-accordion summary{display:flex;align-items:center;gap:13px;padding:20px 0;font-size:16px}.qc-home-accordion summary span{color:#b5c9df;font-size:12px}.qc-home-accordion p{padding-right:31px}.qc-home-final{position:relative;overflow:hidden;padding:75px 0;background:#061d3d;color:#fff}.qc-home-final-ring{position:absolute;left:-90px;top:-170px;width:400px;height:400px;border:70px solid rgba(255,196,0,.06);border-radius:50%}.qc-home-final>.qc-container{position:relative;display:grid;grid-template-columns:90px 1fr auto;gap:30px;align-items:center}.qc-home-final-icon{display:grid;place-items:center;width:78px;height:78px;border:1px solid rgba(255,255,255,.15);border-radius:25px;background:rgba(255,255,255,.08);color:var(--yellow);font-family:serif;font-size:40px;font-weight:900}.qc-home-final span{color:var(--yellow);font-size:13px;font-weight:900}.qc-home-final h2{margin:5px 0;font-size:clamp(28px,3.3vw,42px);line-height:1.3}.qc-home-final p{margin:0;color:#bcd0e7}.qc-home-final .qc-actions{justify-content:flex-end}

@media(max-width:1080px){.qc-home-hero-grid{gap:35px}.qc-home-hero-stage{height:540px}.qc-home-proof>div{padding:19px 15px}.qc-home-intro-grid,.qc-home-journey-grid{gap:45px}.qc-path-bento{min-height:540px}.qc-home-final>.qc-container{grid-template-columns:70px 1fr}.qc-home-final .qc-actions{grid-column:1/-1;justify-content:flex-start}}
@media(max-width:860px){.qc-home-hero{padding-top:55px}.qc-home-hero:after{left:-35%;top:18%;width:700px;height:700px}.qc-home-hero-grid,.qc-home-intro-grid,.qc-home-journey-grid,.qc-outcomes-layout,.qc-home-faq-grid{grid-template-columns:1fr}.qc-home-hero-copy{padding-bottom:10px}.qc-home-hero-stage{width:min(620px,100%);height:590px;margin:auto}.qc-home-proof{grid-template-columns:1fr 1fr}.qc-home-proof>div:nth-child(2){border-left:0}.qc-home-proof>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.qc-home-intro{padding-top:125px}.qc-home-family-stage{width:min(610px,100%);margin:auto}.qc-path-bento{grid-template-columns:1fr;grid-template-rows:auto;min-height:0}.qc-path-quran{grid-row:auto;min-height:420px}.qc-path-arabic,.qc-path-islamic{min-height:310px}.qc-home-heading{align-items:flex-start;flex-direction:column;gap:15px}.qc-home-faq-copy{position:static}.qc-home-final>.qc-container{grid-template-columns:70px 1fr}}
@media(max-width:580px){.qc-home-hero{padding-top:42px}.qc-home-hero h1{font-size:42px;letter-spacing:-1px}.qc-home-hero-copy>p{font-size:16px}.qc-home-hero-actions{align-items:flex-start;flex-direction:column}.qc-home-hero-actions .qc-btn{width:100%}.qc-home-hero-stage{height:440px;margin-top:20px}.qc-home-photo-shape{left:5%;width:90%;height:92%;border-width:5px}.qc-home-photo-shape img{object-position:31% center}.qc-home-live-card{right:0;top:13%;min-width:185px}.qc-home-progress-card{left:0;bottom:7%;padding:10px 12px}.qc-topic-quran{left:0}.qc-topic-arabic{right:0}.qc-topic-islamic{display:none}.qc-home-proof{grid-template-columns:1fr;transform:translateY(25px)}.qc-home-proof>div{border-left:0!important;border-bottom:1px solid var(--line)}.qc-home-proof>div:last-child{border-bottom:0}.qc-home-intro{padding:105px 0 75px}.qc-home-family-stage{min-height:390px}.qc-family-note{left:8px;bottom:15px}.qc-family-dots{right:0}.qc-home-feature-grid,.qc-outcome-grid{grid-template-columns:1fr}.qc-home-heading h2,.qc-home-intro-copy h2{font-size:34px}.qc-home-paths,.qc-home-journey,.qc-home-courses,.qc-home-outcomes,.qc-home-testimonials,.qc-home-faq{padding:75px 0}.qc-path-card{padding:26px}.qc-path-quran{min-height:390px}.qc-path-arabic,.qc-path-islamic{min-height:290px}.qc-path-icon{right:25px;top:25px}.qc-path-count{left:20px;top:18px}.qc-journey-timeline article{grid-template-columns:48px 1fr;padding:15px}.qc-journey-timeline article>span{width:48px;height:48px}.qc-journey-timeline:before{right:23px}.qc-home-final>.qc-container{grid-template-columns:1fr}.qc-home-final-icon{width:64px;height:64px}.qc-home-final .qc-actions{grid-column:auto;width:100%}.qc-home-final .qc-btn{width:100%}}

/* Home v3 — five-section system */
.qc-v3-home{--v3-navy:#0a294d;--v3-navy-2:#061b34;--v3-blue:#0b6fc9;--v3-blue-soft:#eaf4fc;--v3-yellow:#f4c84b;--v3-cream:#fcfaf4;--v3-ink:#162b45;--v3-muted:#627286;overflow:hidden;color:var(--v3-ink);background:#fff}.qc-v3-label{display:inline-flex;align-items:center;gap:9px;color:var(--v3-blue);font-size:13px;font-weight:900}.qc-v3-label i{display:block;width:25px;height:3px;border-radius:4px;background:var(--v3-yellow)}.qc-v3-label-light{color:#d6e8f8}.qc-v3-label-light i{background:var(--v3-yellow)}.qc-v3-heading{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:40px}.qc-v3-heading>div{max-width:720px}.qc-v3-heading h2{margin:8px 0 0;color:var(--v3-navy);font-size:clamp(32px,4vw,48px);line-height:1.32;letter-spacing:-.6px}.qc-v3-heading>p{max-width:430px;margin:0;color:var(--v3-muted);font-size:15px}

.qc-v3-hero{padding:76px 0 0;background:var(--v3-cream)}.qc-v3-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}.qc-v3-hero-copy{padding-bottom:28px}.qc-v3-hero h1{margin:18px 0 20px;color:var(--v3-navy);font-size:clamp(45px,5.6vw,70px);font-weight:900;line-height:1.2;letter-spacing:-1.6px}.qc-v3-hero h1 em{position:relative;color:var(--v3-blue);font-style:normal}.qc-v3-hero h1 em:after{content:"";position:absolute;right:0;bottom:-8px;width:52%;height:6px;border-radius:8px;background:var(--v3-yellow)}.qc-v3-hero-copy>p{max-width:650px;margin:0 0 28px;color:var(--v3-muted);font-size:18px;line-height:1.9}.qc-v3-primary{border-color:var(--v3-blue);background:var(--v3-blue);color:#fff}.qc-v3-primary span{margin-right:13px;font-size:19px}.qc-v3-primary:hover{border-color:var(--v3-navy);background:var(--v3-navy)}.qc-v3-secondary{border-color:#c8d6e4;background:transparent;color:var(--v3-navy)}.qc-v3-secondary:hover{border-color:var(--v3-navy);background:var(--v3-navy);color:#fff}.qc-v3-trust{display:flex;gap:27px;margin-top:32px;padding-top:24px;border-top:1px solid #dde4e9}.qc-v3-trust>div{display:flex;flex-direction:column}.qc-v3-trust strong{color:var(--v3-navy);font-size:24px;line-height:1.2}.qc-v3-trust span{color:var(--v3-muted);font-size:11px}.qc-v3-hero-media{position:relative;padding:0 22px 25px 0}.qc-v3-hero-media:before{content:"";position:absolute;right:-15px;top:35px;width:100%;height:92%;border-radius:34px;background:var(--v3-blue);transform:rotate(2.5deg)}.qc-v3-image-frame{position:relative;z-index:2;overflow:hidden;border-radius:30px;background:#dcebf5;box-shadow:0 25px 60px rgba(10,41,77,.18)}.qc-v3-image-frame picture,.qc-v3-image-frame img{display:block;width:100%}.qc-v3-image-frame img{aspect-ratio:1.32/1;object-fit:cover;object-position:38% center}.qc-v3-live-pill{position:absolute;right:-30px;bottom:55px;z-index:4;display:flex;align-items:center;gap:11px;min-width:220px;padding:13px 16px;border:1px solid #e0e8ef;border-radius:14px;background:#fff;box-shadow:0 15px 35px rgba(10,41,77,.17)}.qc-v3-live-pill>span{width:10px;height:10px;border-radius:50%;background:#28b96d;box-shadow:0 0 0 5px #dcf5e7}.qc-v3-live-pill>div{display:flex;flex-direction:column}.qc-v3-live-pill small{color:var(--v3-muted);font-size:10px}.qc-v3-live-pill strong{color:var(--v3-navy);font-size:13px}.qc-v3-corner-mark{position:absolute;left:-13px;top:-25px;z-index:4;display:grid;place-items:center;width:65px;height:65px;border:6px solid var(--v3-cream);border-radius:20px;background:var(--v3-yellow);color:var(--v3-navy);font-family:serif;font-size:30px;font-weight:900;transform:rotate(-6deg)}.qc-v3-assurance{display:grid;grid-template-columns:repeat(4,1fr);margin-top:66px;border:1px solid #dce5ed;border-bottom:0;border-radius:18px 18px 0 0;background:#fff;box-shadow:0 -8px 30px rgba(10,41,77,.04)}.qc-v3-assurance>div{display:flex;align-items:center;gap:11px;padding:20px 22px}.qc-v3-assurance>div:not(:last-child){border-left:1px solid #e2e9ef}.qc-v3-assurance b{display:grid;place-items:center;flex:0 0 31px;height:31px;border-radius:10px;background:var(--v3-blue-soft);color:var(--v3-blue)}.qc-v3-assurance span{display:flex;flex-direction:column}.qc-v3-assurance strong{color:var(--v3-navy);font-size:13px}.qc-v3-assurance small{color:var(--v3-muted);font-size:10px}

.qc-v3-paths{padding:100px 0;background:var(--v3-blue-soft)}.qc-v3-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.qc-v3-path{position:relative;overflow:hidden;display:flex;min-height:435px;flex-direction:column;padding:29px;border-radius:24px;transition:.25s}.qc-v3-path:hover{transform:translateY(-7px);box-shadow:0 23px 50px rgba(10,41,77,.16)}.qc-v3-path:after{content:"";position:absolute;left:-75px;bottom:-90px;width:210px;height:210px;border:37px solid rgba(255,255,255,.07);border-radius:50%}.qc-v3-path-quran{background:var(--v3-navy);color:#fff}.qc-v3-path-arabic{background:var(--v3-blue);color:#fff}.qc-v3-path-islamic{border:1px solid #d7e3ed;background:#fff;color:var(--v3-ink)}.qc-v3-path-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between}.qc-v3-path-icon{display:grid;place-items:center;width:53px;height:53px;border:1px solid rgba(255,255,255,.24);border-radius:17px;background:rgba(255,255,255,.1);font-family:serif;font-size:25px;font-weight:900}.qc-v3-path-islamic .qc-v3-path-icon{border-color:#d7e5f1;background:var(--v3-blue-soft);color:var(--v3-blue)}.qc-v3-path-top small{padding:5px 9px;border-radius:50px;background:rgba(255,255,255,.11);font-size:10px;font-weight:800}.qc-v3-path-islamic .qc-v3-path-top small{background:#fff4c9;color:#755900}.qc-v3-path h3{position:relative;z-index:2;margin:28px 0 8px;font-size:29px}.qc-v3-path>p{position:relative;z-index:2;min-height:75px;margin:0;opacity:.78;font-size:14px}.qc-v3-path ul{position:relative;z-index:2;display:grid;gap:7px;margin:18px 0 24px;padding:0;list-style:none}.qc-v3-path li{font-size:12px}.qc-v3-path li:before{content:"✓";margin-left:7px;color:var(--v3-yellow);font-weight:900}.qc-v3-path-islamic li:before{color:var(--v3-blue)}.qc-v3-path>strong{position:relative;z-index:2;margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.15);font-size:13px}.qc-v3-path-islamic>strong{border-top-color:#e1e8ef;color:var(--v3-blue)}.qc-v3-path>strong b{margin-right:7px;font-size:18px}

.qc-v3-method{padding:105px 0;background:#fff}.qc-v3-method-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:stretch}.qc-v3-method-card{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:42px;border-radius:27px;background:var(--v3-navy);color:#fff}.qc-v3-method-card:after{content:"ق";position:absolute;left:-25px;bottom:-90px;color:rgba(255,255,255,.04);font-family:serif;font-size:300px;line-height:1}.qc-v3-method-card h2{position:relative;z-index:2;margin:14px 0;color:#fff;font-size:clamp(32px,3.7vw,46px);line-height:1.32}.qc-v3-method-card>p{position:relative;z-index:2;color:#c5d7e9}.qc-v3-method-note{position:relative;z-index:2;display:flex;flex-direction:column;margin:20px 0 28px;padding:15px 17px;border-right:4px solid var(--v3-yellow);border-radius:10px;background:rgba(255,255,255,.08)}.qc-v3-method-note strong{color:var(--v3-yellow)}.qc-v3-method-note span{color:#c6d6e7;font-size:12px}.qc-v3-method-card .qc-btn{position:relative;z-index:2;width:max-content;margin-top:auto}.qc-v3-steps{display:grid;grid-template-columns:1fr 1fr;gap:15px}.qc-v3-steps article{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start;padding:23px;border:1px solid #dce5ed;border-radius:19px;background:#fff;transition:.2s}.qc-v3-steps article:hover{transform:translateY(-4px);border-color:#a9cfea;box-shadow:0 15px 32px rgba(10,41,77,.08)}.qc-v3-steps article>span{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:var(--v3-blue-soft);color:var(--v3-blue);font-size:15px;font-weight:900}.qc-v3-steps small{color:var(--v3-blue);font-size:10px;font-weight:800}.qc-v3-steps h3{margin:2px 0 5px;color:var(--v3-navy);font-size:18px}.qc-v3-steps p{margin:0;color:var(--v3-muted);font-size:13px}

.qc-v3-courses{padding:105px 0;background:var(--v3-cream)}.qc-v3-all-link{display:flex;align-items:center;gap:10px;color:var(--v3-blue);font-weight:900;white-space:nowrap}.qc-v3-all-link span{display:grid;place-items:center;width:40px;height:40px;border:1px solid #b9d3e8;border-radius:50%;font-size:18px}.qc-v3-courses .qc-course-grid{gap:21px}.qc-v3-courses .qc-course-card{border:1px solid #e0e5e7;border-radius:21px;background:#fff}.qc-v3-courses .qc-course-image{margin:8px;border-radius:15px}.qc-v3-courses .qc-course-body{padding:15px 20px 22px}.qc-v3-courses .qc-course-body h3{min-height:60px;color:var(--v3-navy)}.qc-v3-courses .qc-course-body p{min-height:74px;color:var(--v3-muted)}.qc-v3-courses .qc-course-card:hover{box-shadow:0 20px 42px rgba(10,41,77,.11)}.qc-v3-testimonial-head{display:flex;align-items:center;gap:17px;margin:62px 0 22px;color:var(--v3-navy);font-weight:900}.qc-v3-testimonial-head>div{flex:1;height:1px;background:#dcdedc}.qc-v3-testimonial-head strong{color:#e8ac00;letter-spacing:2px}.qc-v3-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.qc-v3-testimonials blockquote{position:relative;margin:0;padding:25px;border:1px solid #e1e5e6;border-radius:18px;background:#fff}.qc-v3-quote{position:absolute;left:18px;top:12px;color:#dceaf5;font-family:serif;font-size:70px;line-height:1}.qc-v3-review-text{position:relative;min-height:120px;color:#42556c;font-size:14px}.qc-v3-review-text p{margin-top:0}.qc-v3-testimonials footer{display:flex;align-items:center;gap:10px;padding-top:15px;border-top:1px solid #edf0f1}.qc-v3-testimonials footer>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--v3-blue);color:#fff;font-weight:900}.qc-v3-testimonials footer>div{display:flex;flex-direction:column}.qc-v3-testimonials footer strong{color:var(--v3-navy);font-size:13px}.qc-v3-testimonials footer small{color:var(--v3-muted);font-size:10px}

.qc-v3-final{padding:105px 0;background:var(--v3-navy-2);color:#fff}.qc-v3-final-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.qc-v3-faq h2{margin:12px 0 25px;color:#fff;font-size:clamp(32px,4vw,47px);line-height:1.3}.qc-v3-accordion details{margin-bottom:10px;padding:0 18px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.055)}.qc-v3-accordion details[open]{border-color:rgba(244,200,75,.45);background:rgba(255,255,255,.09)}.qc-v3-accordion summary{padding:17px 0;color:#fff}.qc-v3-accordion p{color:#c2d2e2}.qc-v3-cta-card{position:relative;overflow:hidden;padding:44px;border-radius:28px;background:var(--v3-yellow);color:var(--v3-navy)}.qc-v3-cta-card:after{content:"";position:absolute;left:-90px;bottom:-110px;width:260px;height:260px;border:45px solid rgba(10,41,77,.06);border-radius:50%}.qc-v3-cta-mark{position:relative;z-index:2;display:grid;place-items:center;width:62px;height:62px;margin-bottom:30px;border-radius:20px;background:var(--v3-navy);color:var(--v3-yellow);font-family:serif;font-size:30px;font-weight:900}.qc-v3-cta-card>span{position:relative;z-index:2;font-size:12px;font-weight:900}.qc-v3-cta-card h2{position:relative;z-index:2;margin:8px 0;color:var(--v3-navy);font-size:clamp(30px,3.5vw,42px);line-height:1.32}.qc-v3-cta-card>p{position:relative;z-index:2;color:#41526a}.qc-v3-cta-card .qc-actions{position:relative;z-index:2;align-items:center;flex-direction:column;margin-top:25px}.qc-v3-cta-card .qc-btn{width:100%;background:var(--v3-navy);border-color:var(--v3-navy)}.qc-v3-cta-card .qc-btn:hover{background:#fff;border-color:#fff;color:var(--v3-navy)}.qc-v3-whatsapp{color:var(--v3-navy);font-size:13px;font-weight:900}

@media(max-width:1000px){.qc-v3-hero-grid{gap:40px}.qc-v3-path-grid{grid-template-columns:1fr 1fr}.qc-v3-path-islamic{grid-column:1/-1;min-height:350px}.qc-v3-method-grid{gap:30px}.qc-v3-testimonials{grid-template-columns:1fr 1fr}.qc-v3-testimonials blockquote:last-child{display:none}.qc-v3-final-grid{gap:35px}}
@media(max-width:820px){.qc-v3-hero-grid,.qc-v3-method-grid,.qc-v3-final-grid{grid-template-columns:1fr}.qc-v3-hero-copy{padding-bottom:15px}.qc-v3-hero-media{width:min(680px,100%);margin:auto}.qc-v3-assurance{grid-template-columns:1fr 1fr}.qc-v3-assurance>div:nth-child(2){border-left:0}.qc-v3-assurance>div:nth-child(-n+2){border-bottom:1px solid #e2e9ef}.qc-v3-method-card{min-height:470px}.qc-v3-heading{align-items:flex-start;flex-direction:column;gap:15px}.qc-v3-final-grid{gap:50px}}
@media(max-width:580px){.qc-v3-hero{padding-top:48px}.qc-v3-hero h1{font-size:39px;letter-spacing:-.8px}.qc-v3-hero-copy>p{font-size:16px}.qc-v3-hero-copy .qc-actions{flex-direction:column}.qc-v3-hero-copy .qc-btn{width:100%}.qc-v3-trust{gap:13px;justify-content:space-between}.qc-v3-trust strong{font-size:21px}.qc-v3-hero-media{padding:0 8px 16px 0}.qc-v3-hero-media:before{right:-4px;top:18px;border-radius:22px}.qc-v3-image-frame{border-radius:20px}.qc-v3-image-frame img{aspect-ratio:1/1;object-position:35% center}.qc-v3-live-pill{right:-2px;bottom:30px;min-width:190px}.qc-v3-corner-mark{left:-5px;top:-17px;width:53px;height:53px;border-width:4px;border-radius:16px}.qc-v3-assurance{grid-template-columns:1fr;margin-top:45px}.qc-v3-assurance>div{border-left:0!important;border-bottom:1px solid #e2e9ef}.qc-v3-assurance>div:last-child{border-bottom:0}.qc-v3-paths,.qc-v3-method,.qc-v3-courses,.qc-v3-final{padding:75px 0}.qc-v3-heading h2{font-size:33px}.qc-v3-path-grid,.qc-v3-steps,.qc-v3-testimonials{grid-template-columns:1fr}.qc-v3-path-islamic{grid-column:auto}.qc-v3-path{min-height:400px;padding:25px}.qc-v3-method-card{min-height:440px;padding:30px}.qc-v3-method-card .qc-btn{width:100%}.qc-v3-testimonials blockquote:last-child{display:block}.qc-v3-courses .qc-course-body p{min-height:0}.qc-v3-testimonial-head{align-items:flex-start;flex-direction:column}.qc-v3-testimonial-head>div{display:none}.qc-v3-cta-card{padding:30px 24px}}

/* Editorial identity — homepage, about and footer */
.qc-e1-home,.qc-e1-about-page{--e-blue:#016ce0;--e-yellow:#ffc702;--e-navy:#071e3c;--e-navy-2:#041428;--e-ink:#10243e;--e-muted:#617084;--e-paper:#f6f8fb;--e-cream:#fbf8ef;overflow:hidden;color:var(--e-ink)}.qc-e1-section-index,.qc-ap-label{display:inline-flex;color:var(--e-blue);font-size:12px;font-weight:900;letter-spacing:.3px}.qc-e1-overline{display:inline-flex;align-items:center;gap:10px;color:var(--e-blue);font-size:13px;font-weight:900}.qc-e1-overline:before{content:"";width:32px;height:3px;background:var(--e-yellow)}.qc-e1-btn-main{border-color:var(--e-blue);background:var(--e-blue);color:#fff}.qc-e1-btn-main:hover{border-color:var(--e-navy);background:var(--e-navy)}.qc-e1-btn-main span{margin-right:14px;font-size:19px}.qc-e1-inline-link{position:relative;padding:9px 0;color:var(--e-navy);font-size:13px;font-weight:900}.qc-e1-inline-link:after{content:"";position:absolute;right:0;bottom:4px;width:100%;height:1px;background:currentColor;transform-origin:right;transition:.2s}.qc-e1-inline-link:hover:after{transform:scaleX(.35)}

body .qc-header{border-bottom:1px solid #e8edf2;background:rgba(255,255,255,.97)}body .qc-menu a{color:#20344d}body .qc-menu a:hover,body .qc-menu .current-menu-item>a{color:#016ce0}body .qc-header-actions .qc-btn{border-color:#016ce0;background:#016ce0}

.qc-e1-hero{position:relative;padding:84px 0 90px;background:var(--e-paper);isolation:isolate}.qc-e1-wordmark{position:absolute;right:-12px;bottom:-39px;z-index:-1;color:transparent;font-family:Arial,sans-serif;font-size:clamp(100px,16vw,245px);font-weight:900;letter-spacing:-9px;line-height:.75;opacity:.055;-webkit-text-stroke:2px var(--e-navy);white-space:nowrap}.qc-e1-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:center}.qc-e1-hero-copy h1{margin:19px 0;color:var(--e-navy);font-size:clamp(50px,6vw,78px);line-height:1.14;letter-spacing:-2px}.qc-e1-hero-copy h1 em{color:var(--e-blue);font-style:normal}.qc-e1-hero-copy>p{max-width:650px;margin-bottom:28px;color:var(--e-muted);font-size:18px;line-height:1.9}.qc-e1-hero-foot{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:35px;color:#78879a;font-size:11px;font-weight:800}.qc-e1-hero-foot i{width:4px;height:4px;border-radius:50%;background:var(--e-yellow)}.qc-e1-hero-art{position:relative;min-height:540px;direction:ltr}.qc-e1-blue-plane{position:absolute;left:-24px;top:34px;width:82%;height:91%;background:var(--e-blue)}.qc-e1-photo{position:absolute;left:9%;top:0;z-index:2;overflow:hidden;width:88%;height:91%;border-radius:2px 70px 2px 70px;background:#ddd;box-shadow:0 28px 65px rgba(7,30,60,.2)}.qc-e1-photo picture,.qc-e1-photo img{display:block;width:100%;height:100%}.qc-e1-photo img{object-fit:cover;object-position:37% center}.qc-e1-yellow-seal{position:absolute;right:-30px;top:42px;z-index:4;display:flex;align-items:center;gap:9px;width:120px;height:120px;padding:19px;border:8px solid var(--e-paper);border-radius:50%;background:var(--e-yellow);color:var(--e-navy);direction:rtl;transform:rotate(5deg)}.qc-e1-yellow-seal strong{font-size:31px}.qc-e1-yellow-seal span{font-size:10px;font-weight:900;line-height:1.35}.qc-e1-live-note{position:absolute;right:-8px;bottom:32px;z-index:5;display:flex;align-items:center;gap:12px;padding:13px 17px;border:1px solid #e2e8ef;background:#fff;box-shadow:0 15px 35px rgba(7,30,60,.14);direction:rtl}.qc-e1-live-note b{width:10px;height:10px;border-radius:50%;background:#22b86a;box-shadow:0 0 0 5px #ddf5e8}.qc-e1-live-note span{display:flex;flex-direction:column;color:var(--e-navy);font-size:12px;font-weight:900}.qc-e1-live-note small{color:var(--e-muted);font-size:9px}.qc-e1-vertical-type{position:absolute;left:-62px;bottom:112px;color:#8393a6;font-size:9px;font-weight:900;letter-spacing:3px;transform:rotate(-90deg)}

.qc-e1-numbers{background:var(--e-blue);color:#fff}.qc-e1-numbers>.qc-container{display:grid;grid-template-columns:repeat(4,1fr)}.qc-e1-numbers .qc-container>div{display:flex;align-items:center;gap:14px;padding:32px 25px}.qc-e1-numbers .qc-container>div:not(:last-child){border-left:1px solid rgba(255,255,255,.2)}.qc-e1-numbers strong{color:var(--e-yellow);font-size:clamp(30px,3.4vw,45px);line-height:1}.qc-e1-numbers span{font-size:12px;font-weight:800;line-height:1.5}

.qc-e1-about{padding:120px 0;background:#fff}.qc-e1-about-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:95px;align-items:center}.qc-e1-about-visual{position:relative;min-height:550px}.qc-e1-sun{position:absolute;right:4%;top:4%;width:86%;height:86%;border-radius:50%;background:var(--e-yellow)}.qc-e1-about-visual>img{position:absolute;right:-4%;bottom:35px;z-index:2;width:108%;filter:drop-shadow(0 24px 24px rgba(7,30,60,.13))}.qc-e1-about-caption{position:absolute;left:-16px;bottom:0;z-index:3;display:flex;flex-direction:column;width:260px;padding:20px 23px;background:var(--e-navy);color:#fff}.qc-e1-about-caption strong{color:var(--e-yellow);font-size:15px}.qc-e1-about-caption span{color:#c6d4e3;font-size:11px}.qc-e1-about-copy h2{margin:13px 0 26px;color:var(--e-navy);font-size:clamp(39px,5vw,61px);line-height:1.22;letter-spacing:-1px}.qc-e1-about-copy h2 em{color:var(--e-blue);font-style:normal}.qc-e1-about-columns{display:grid;grid-template-columns:1fr 1fr;gap:23px}.qc-e1-about-columns p{margin:0;color:var(--e-muted);font-size:15px}.qc-e1-about-points{display:grid;gap:8px;margin:27px 0;color:#2d425b;font-size:13px;font-weight:800}.qc-e1-about-points span::first-letter{color:var(--e-blue)}.qc-e1-arrow-link{display:inline-flex;align-items:center;gap:13px;color:var(--e-blue);font-weight:900}.qc-e1-arrow-link b{display:grid;place-items:center;width:38px;height:38px;border:1px solid #b8d5f4;border-radius:50%;font-size:18px;transition:.2s}.qc-e1-arrow-link:hover b{transform:translateX(-5px);background:var(--e-blue);color:#fff}

.qc-e1-programs{padding:110px 0;background:var(--e-paper)}.qc-e1-programs-head{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-bottom:45px}.qc-e1-programs-head h2{margin:10px 0 0;color:var(--e-navy);font-size:clamp(38px,4.8vw,58px);line-height:1.22}.qc-e1-programs-head h2 em{color:var(--e-blue);font-style:normal}.qc-e1-programs-head>p{margin:0;color:var(--e-muted)}.qc-e1-program-list{display:grid;gap:11px}.qc-e1-program{display:grid;grid-template-columns:90px 1fr 1fr 45px;gap:25px;align-items:center;min-height:135px;padding:25px 30px;color:#fff;transition:.25s}.qc-e1-program:hover{transform:translateX(-8px)}.qc-e1-program-quran{background:var(--e-navy)}.qc-e1-program-arabic{background:var(--e-blue)}.qc-e1-program-islamic{background:var(--e-yellow);color:var(--e-navy)}.qc-e1-program-no{font-size:39px;font-weight:900;opacity:.23}.qc-e1-program small{opacity:.7;font-size:10px;font-weight:800}.qc-e1-program h3{margin:2px 0;font-size:27px}.qc-e1-program>p{margin:0;opacity:.77;font-size:13px}.qc-e1-program>b{font-size:28px}

.qc-e1-experience{padding:115px 0;background:#fff}.qc-e1-experience-head{display:flex;align-items:end;justify-content:space-between;gap:40px}.qc-e1-experience-head h2{margin:10px 0 0;color:var(--e-navy);font-size:clamp(37px,4.7vw,57px);line-height:1.25}.qc-e1-route{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:58px}.qc-e1-route:before{content:"";position:absolute;right:10%;left:10%;top:35px;height:2px;background:linear-gradient(90deg,var(--e-yellow),var(--e-blue))}.qc-e1-route article{position:relative;padding:0 17px;text-align:center}.qc-e1-route article>span{position:relative;z-index:2;display:grid;place-items:center;width:70px;height:70px;margin:0 auto 17px;border:8px solid #fff;border-radius:50%;background:var(--e-blue);color:#fff;box-shadow:0 0 0 1px #d4e1ed;font-size:19px;font-weight:900}.qc-e1-route article:nth-child(2n)>span{background:var(--e-navy)}.qc-e1-route small{color:var(--e-blue);font-size:10px;font-weight:900}.qc-e1-route h3{margin:3px 0;color:var(--e-navy);font-size:20px}.qc-e1-route p{margin:0;color:var(--e-muted);font-size:12px}.qc-e1-promise{display:grid;grid-template-columns:90px 1fr auto;gap:25px;align-items:center;margin-top:70px;padding:28px 35px;background:var(--e-cream);border-right:6px solid var(--e-yellow)}.qc-e1-promise-logo{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:#fff}.qc-e1-promise-logo img{width:58px}.qc-e1-promise p{margin:0;color:var(--e-navy);font-size:20px;font-weight:900}.qc-e1-promise>span{color:var(--e-muted);font-size:11px}

.qc-e1-courses{padding:110px 0;background:#eef4f9}.qc-e1-courses-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:40px}.qc-e1-courses-head h2{margin:10px 0 0;color:var(--e-navy);font-size:clamp(36px,4.4vw,53px)}.qc-e1-courses .qc-course-grid{gap:22px}.qc-e1-courses .qc-course-card{border:0;border-radius:0;background:#fff}.qc-e1-courses .qc-course-image{aspect-ratio:1.55/1}.qc-e1-courses .qc-course-body{padding:25px}.qc-e1-courses .qc-course-body h3{min-height:62px;color:var(--e-navy)}.qc-e1-courses .qc-course-body p{min-height:72px;color:var(--e-muted)}.qc-e1-courses .qc-course-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(7,30,60,.12)}

.qc-e1-close{background:var(--e-navy);color:#fff}.qc-e1-close-grid{display:grid;grid-template-columns:1.15fr .85fr}.qc-e1-featured-review{position:relative;padding:95px 75px 90px 0}.qc-e1-featured-review .qc-e1-section-index{color:#88bdf4}.qc-e1-big-quote{height:70px;margin-top:30px;color:var(--e-yellow);font-family:serif;font-size:125px;line-height:1}.qc-e1-featured-review blockquote{max-width:690px;margin:0;color:#fff;font-size:clamp(23px,2.8vw,36px);font-weight:700;line-height:1.65}.qc-e1-featured-review blockquote p{margin:0}.qc-e1-review-author{display:flex;align-items:center;gap:12px;margin-top:30px}.qc-e1-review-author>span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--e-blue);font-weight:900}.qc-e1-review-author>div{display:flex;flex-direction:column}.qc-e1-review-author small{color:#99aec5}.qc-e1-close-cta{display:flex;flex-direction:column;justify-content:center;padding:70px 55px;background:var(--e-yellow);color:var(--e-navy)}.qc-e1-close-cta>span{font-size:12px;font-weight:900}.qc-e1-close-cta h2{margin:9px 0;color:var(--e-navy);font-size:clamp(31px,3.6vw,46px);line-height:1.3}.qc-e1-close-cta>p{color:#41516a}.qc-e1-btn-dark{border-color:var(--e-navy);background:var(--e-navy);color:#fff}.qc-e1-btn-dark:hover{border-color:#fff;background:#fff;color:var(--e-navy)}.qc-e1-inline-dark{color:var(--e-navy)}

/* About editorial */
.qc-ap-hero{position:relative;overflow:hidden;padding:95px 0;background:#071e3c;color:#fff}.qc-ap-outline-word{position:absolute;right:-30px;bottom:-45px;color:transparent;font-family:Arial,sans-serif;font-size:clamp(150px,24vw,360px);font-weight:900;line-height:.8;opacity:.08;-webkit-text-stroke:2px #fff}.qc-ap-hero-grid{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center}.qc-ap-kicker{color:#8dbff4;font-size:12px;font-weight:900}.qc-ap-hero h1{margin:18px 0;color:#fff;font-size:clamp(48px,6vw,76px);line-height:1.14;letter-spacing:-1.5px}.qc-ap-hero h1 em{color:#ffc702;font-style:normal}.qc-ap-hero-copy>p{max-width:650px;color:#c3d4e5;font-size:17px}.qc-ap-signature{display:flex;flex-direction:column;margin-top:30px;padding-right:17px;border-right:4px solid #016ce0}.qc-ap-signature span{color:#83baf4;font-size:10px;font-weight:900}.qc-ap-signature strong{font-size:15px}.qc-ap-hero-image{position:relative;overflow:visible}.qc-ap-hero-image:before{content:"";position:absolute;right:-22px;top:22px;width:100%;height:100%;background:#016ce0}.qc-ap-hero-image img{position:relative;z-index:2;display:block;width:100%;aspect-ratio:1.23/1;object-fit:cover;object-position:62% center}.qc-ap-image-label{position:absolute;left:-20px;bottom:25px;z-index:3;display:flex;flex-direction:column;padding:15px 19px;background:#ffc702;color:#071e3c}.qc-ap-image-label strong{font-size:15px}.qc-ap-image-label span{font-size:10px}

.qc-ap-manifesto{padding:120px 0;background:#fff}.qc-ap-manifesto-top{display:grid;grid-template-columns:100px 1fr;gap:40px;align-items:start;padding-bottom:70px;border-bottom:1px solid #dfe5ea}.qc-ap-manifesto-top>span{color:#016ce0;font-size:42px;font-weight:900}.qc-ap-manifesto-top>p{max-width:950px;margin:0;color:#071e3c;font-size:clamp(36px,5vw,64px);font-weight:900;line-height:1.33;letter-spacing:-1px}.qc-ap-manifesto-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-top:70px}.qc-ap-manifesto-grid h2{margin:10px 0;color:#071e3c;font-size:clamp(33px,4vw,48px);line-height:1.35}.qc-ap-prose{color:#617084;font-size:16px}.qc-ap-prose h2{font-size:27px}.qc-ap-prose p{margin-top:0}

.qc-ap-philosophy{padding:115px 0;background:#fbf8ef}.qc-ap-section-head{display:grid;grid-template-columns:.6fr 1.4fr;gap:60px;align-items:start;margin-bottom:55px}.qc-ap-section-head h2{margin:0;color:#071e3c;font-size:clamp(39px,5vw,59px);line-height:1.25}.qc-ap-contrast{display:grid;grid-template-columns:1.12fr .88fr}.qc-ap-do{padding:48px;background:#fff}.qc-ap-do>span,.qc-ap-dont>span{color:#016ce0;font-size:12px;font-weight:900}.qc-ap-do ul{display:grid;gap:0;margin:25px 0 0;padding:0;list-style:none}.qc-ap-do li{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:21px 0;border-top:1px solid #e2e7eb}.qc-ap-do li>b{color:#c5d2df;font-size:22px}.qc-ap-do strong{color:#071e3c;font-size:18px}.qc-ap-do p{margin:4px 0 0;color:#617084;font-size:13px}.qc-ap-dont{display:flex;flex-direction:column;padding:48px;background:#016ce0;color:#fff}.qc-ap-dont>span{color:#bcdcff}.qc-ap-no-list{display:grid;gap:13px;margin:28px 0}.qc-ap-no-list p{margin:0;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.2);font-weight:800}.qc-ap-no-list i{margin-left:10px;color:#ffc702;font-size:20px;font-style:normal}.qc-ap-dont-quote{margin-top:auto;padding:22px;border-right:4px solid #ffc702;background:rgba(255,255,255,.1);font-size:18px;font-weight:800}

.qc-ap-model{padding:115px 0;background:#eaf4fc}.qc-ap-model-heading{max-width:850px}.qc-ap-model-heading h2{margin:11px 0;color:#071e3c;font-size:clamp(38px,5vw,59px);line-height:1.25}.qc-ap-model-heading h2 em{color:#016ce0;font-style:normal}.qc-ap-model-line{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:55px}.qc-ap-model-line:before{content:"";position:absolute;right:12%;left:12%;top:38px;height:2px;background:#9fc8ee}.qc-ap-model-line article{position:relative;padding:0 13px;text-align:center}.qc-ap-model-line article>span{position:relative;z-index:2;display:grid;place-items:center;width:76px;height:76px;margin:auto;border:8px solid #eaf4fc;border-radius:50%;background:#071e3c;color:#ffc702;font-size:26px;font-weight:900}.qc-ap-model-line small{display:block;margin-top:15px;color:#016ce0;font-size:9px;font-weight:900;text-transform:uppercase}.qc-ap-model-line h3{margin:3px 0;color:#071e3c}.qc-ap-model-line p{margin:0;color:#617084;font-size:12px}

.qc-ap-promise{padding:75px 0;background:#016ce0;color:#fff}.qc-ap-promise-grid{display:grid;grid-template-columns:100px 1fr auto;gap:35px;align-items:center}.qc-ap-promise-mark{display:grid;place-items:center;width:86px;height:86px;border-radius:50%;background:#fff}.qc-ap-promise-mark img{width:70px}.qc-ap-promise span{color:#b9dbfc;font-size:11px;font-weight:900}.qc-ap-promise h2{max-width:750px;margin:5px 0;color:#fff;font-size:clamp(29px,3.5vw,43px);line-height:1.3}.qc-ap-promise .qc-actions{align-items:center;flex-direction:column}.qc-ap-btn-light{border-color:#fff;background:#fff;color:#071e3c}.qc-ap-btn-light:hover{border-color:#ffc702;background:#ffc702;color:#071e3c}.qc-ap-contact-link{color:#fff;font-size:12px;font-weight:900}

/* Footer rebuilt */
.qc-e1-footer{position:relative;overflow:hidden;padding:0;background:#041428;color:#fff}.qc-e1-footer-start{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:34px 40px;background:#ffc702;color:#071e3c}.qc-e1-footer-start span{font-size:11px;font-weight:900}.qc-e1-footer-start h2{margin:3px 0;color:#071e3c;font-size:clamp(25px,3vw,36px)}.qc-e1-footer-start-btn{border-color:#071e3c;background:#071e3c;color:#fff;white-space:nowrap}.qc-e1-footer-start-btn:hover{border-color:#fff;background:#fff;color:#071e3c}.qc-e1-footer-start-btn b{margin-right:12px;font-size:18px}.qc-e1-footer-main{display:grid;grid-template-columns:1.15fr 1.55fr .9fr;gap:65px;padding:75px 0 55px}.qc-e1-footer-brand img{width:175px}.qc-e1-footer-brand>p{max-width:360px;color:#9eb0c4}.qc-e1-footer-status{display:flex;align-items:center;gap:9px;margin-top:20px;color:#bfd0e1;font-size:11px}.qc-e1-footer-status i{width:9px;height:9px;border-radius:50%;background:#25bb6e;box-shadow:0 0 0 5px rgba(37,187,110,.14)}.qc-e1-footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.qc-e1-footer-nav h2,.qc-e1-footer-contact h2{margin:0 0 22px;color:#fff;font-size:14px}.qc-e1-footer-nav h2:after,.qc-e1-footer-contact h2:after{content:"";display:block;width:22px;height:3px;margin-top:8px;background:#ffc702}.qc-e1-footer-nav a{display:block;margin:9px 0;color:#9eb0c4;font-size:12px}.qc-e1-footer-nav a:hover{color:#fff}.qc-e1-footer-contact>p{color:#9eb0c4;font-size:12px}.qc-e1-contact-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.1)}.qc-e1-contact-row span{color:#7289a1;font-size:9px}.qc-e1-contact-row strong{color:#fff;font-size:12px;word-break:break-word}.qc-e1-footer-wa{display:flex;align-items:center;justify-content:space-between;margin-top:19px;padding:13px 15px;background:#016ce0;color:#fff;font-size:12px;font-weight:900}.qc-e1-footer-word{overflow:hidden;height:.79em;color:transparent;font-family:Arial,sans-serif;font-size:clamp(75px,14vw,195px);font-weight:900;letter-spacing:-7px;line-height:.8;opacity:.11;-webkit-text-stroke:1px #fff;white-space:nowrap}.qc-e1-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:22px 0;border-top:1px solid rgba(255,255,255,.1);color:#72869c;font-size:11px}.qc-e1-footer-bottom p{margin:0}.qc-e1-footer-bottom div{display:flex;gap:20px}.qc-e1-footer-bottom a:hover{color:#fff}body.home .qc-e1-footer-start,body.page-about-us .qc-e1-footer-start{display:none}

@media(max-width:1050px){.qc-e1-hero-grid{gap:40px}.qc-e1-about-grid{gap:45px}.qc-e1-program{grid-template-columns:70px 1fr 1fr 35px}.qc-e1-footer-main{grid-template-columns:1fr 1.5fr;gap:45px}.qc-e1-footer-contact{grid-column:1/-1}.qc-ap-hero-grid{gap:40px}.qc-ap-promise-grid{grid-template-columns:80px 1fr}.qc-ap-promise .qc-actions{grid-column:1/-1;align-items:flex-start;flex-direction:row}}
@media(max-width:820px){.qc-e1-hero-grid,.qc-e1-about-grid,.qc-e1-programs-head,.qc-ap-hero-grid,.qc-ap-manifesto-grid,.qc-ap-section-head,.qc-ap-contrast{grid-template-columns:1fr}.qc-e1-hero-art{width:min(650px,100%);margin:auto}.qc-e1-numbers>.qc-container{grid-template-columns:1fr 1fr}.qc-e1-numbers .qc-container>div:nth-child(2){border-left:0}.qc-e1-numbers .qc-container>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.2)}.qc-e1-about-visual{width:min(590px,100%);margin:auto}.qc-e1-program{grid-template-columns:60px 1fr 35px}.qc-e1-program>p{grid-column:2/3}.qc-e1-experience-head,.qc-e1-courses-head{align-items:flex-start;flex-direction:column}.qc-e1-route{grid-template-columns:1fr 1fr;gap:35px}.qc-e1-route:before{display:none}.qc-e1-promise{grid-template-columns:75px 1fr}.qc-e1-promise>span{grid-column:2}.qc-e1-close-grid{grid-template-columns:1fr}.qc-e1-featured-review{padding:75px 20px}.qc-e1-footer-main{grid-template-columns:1fr}.qc-e1-footer-contact{grid-column:auto}.qc-ap-hero-copy{order:1}.qc-ap-hero-image{order:2;width:min(680px,100%)}.qc-ap-manifesto-top{grid-template-columns:65px 1fr;gap:20px}.qc-ap-manifesto-grid{gap:35px}.qc-ap-section-head{gap:20px}.qc-ap-model-line{grid-template-columns:1fr 1fr;gap:35px}.qc-ap-model-line:before{display:none}.qc-e1-footer-start{align-items:flex-start;flex-direction:column}.qc-e1-footer-nav{max-width:650px}}
@media(max-width:580px){.qc-e1-hero{padding:55px 0 65px}.qc-e1-hero-copy h1{font-size:43px;letter-spacing:-1px}.qc-e1-hero-copy>p{font-size:16px}.qc-e1-hero-copy .qc-actions{align-items:flex-start;flex-direction:column}.qc-e1-hero-art{min-height:430px;margin-top:20px}.qc-e1-blue-plane{left:-8px;top:25px;width:90%}.qc-e1-photo{left:6%;width:92%;border-radius:0 38px 0 38px}.qc-e1-photo img{object-position:35% center}.qc-e1-yellow-seal{right:-4px;top:28px;width:96px;height:96px;border-width:5px}.qc-e1-live-note{right:0;bottom:15px}.qc-e1-vertical-type{display:none}.qc-e1-numbers>.qc-container{grid-template-columns:1fr}.qc-e1-numbers .qc-container>div{border-left:0!important;border-bottom:1px solid rgba(255,255,255,.2)}.qc-e1-numbers .qc-container>div:last-child{border-bottom:0}.qc-e1-about,.qc-e1-programs,.qc-e1-experience,.qc-e1-courses{padding:80px 0}.qc-e1-about-visual{min-height:400px}.qc-e1-about-caption{left:0;width:235px}.qc-e1-about-copy h2,.qc-e1-programs-head h2,.qc-e1-experience-head h2,.qc-e1-courses-head h2{font-size:36px}.qc-e1-about-columns{grid-template-columns:1fr}.qc-e1-program{grid-template-columns:48px 1fr 28px;padding:23px 18px}.qc-e1-program>p{grid-column:2/4}.qc-e1-program-no{font-size:27px}.qc-e1-program h3{font-size:23px}.qc-e1-experience-head .qc-btn{width:100%}.qc-e1-route{grid-template-columns:1fr}.qc-e1-route article{display:grid;grid-template-columns:60px 1fr;text-align:right}.qc-e1-route article>span{grid-row:1/4;margin:0}.qc-e1-promise{grid-template-columns:1fr;padding:25px}.qc-e1-promise>span{grid-column:auto}.qc-e1-courses .qc-course-body p{min-height:0}.qc-e1-close-cta{padding:55px 25px}.qc-ap-hero{padding:65px 0}.qc-ap-hero h1{font-size:43px}.qc-ap-hero-image:before{right:-9px;top:12px}.qc-ap-image-label{left:0}.qc-ap-manifesto,.qc-ap-philosophy,.qc-ap-model{padding:80px 0}.qc-ap-manifesto-top{grid-template-columns:1fr;padding-bottom:45px}.qc-ap-manifesto-top>p{font-size:35px}.qc-ap-manifesto-grid{padding-top:45px}.qc-ap-do,.qc-ap-dont{padding:30px 23px}.qc-ap-model-line{grid-template-columns:1fr}.qc-ap-model-line article{display:grid;grid-template-columns:68px 1fr;text-align:right}.qc-ap-model-line article>span{grid-row:1/5;margin:0}.qc-ap-model-line small{margin-top:0}.qc-ap-promise-grid{grid-template-columns:1fr}.qc-ap-promise .qc-actions{grid-column:auto;flex-direction:column;width:100%}.qc-ap-promise .qc-btn{width:100%}.qc-e1-footer-start{padding:28px 22px}.qc-e1-footer-start-btn{width:100%}.qc-e1-footer-main{padding-top:55px}.qc-e1-footer-nav{grid-template-columns:1fr 1fr}.qc-e1-footer-nav>div:last-child{grid-column:1/-1}.qc-e1-footer-word{font-size:70px;letter-spacing:-3px}.qc-e1-footer-bottom{align-items:flex-start;flex-direction:column;gap:12px}}
body.page-template-page-about-us .qc-e1-footer-start,body.page-template-page-about-us-php .qc-e1-footer-start{display:none}

/* Why Quran Child + reviews + conversion */
.qc-e2-why{padding:115px 0;background:#fff}.qc-e2-why-head{max-width:780px;margin:0 auto 55px;text-align:center}.qc-e2-why-head .qc-e1-section-index{justify-content:center}.qc-e2-why-head h2{margin:10px 0;color:#071e3c;font-size:clamp(39px,5vw,59px);line-height:1.25}.qc-e2-why-head h2 em{color:#016ce0;font-style:normal}.qc-e2-why-head p{max-width:640px;margin:0 auto;color:#617084}.qc-e2-why-orbit{position:relative;display:grid;grid-template-columns:1fr 250px 1fr;grid-template-rows:repeat(3,1fr);gap:17px 45px;align-items:center;min-height:540px}.qc-e2-why-item{position:relative;z-index:2;display:flex;align-items:center;gap:15px;padding:18px;border:1px solid #dfe7ee;background:#fff;box-shadow:0 12px 32px rgba(7,30,60,.055);animation:qcWhyFloat 6s ease-in-out infinite}.qc-e2-why-item:nth-child(2n){animation-delay:-3s}.qc-e2-why-item>span{display:grid;place-items:center;flex:0 0 50px;height:50px;border-radius:50%;background:#eaf4fc;color:#016ce0}.qc-e2-why-item svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.qc-e2-why-item h3{margin:0;color:#071e3c;font-size:16px}.qc-e2-why-item p{margin:3px 0 0;color:#617084;font-size:11px}.qc-e2-why-1{grid-column:1;grid-row:1}.qc-e2-why-2{grid-column:3;grid-row:1}.qc-e2-why-3{grid-column:1;grid-row:2}.qc-e2-why-4{grid-column:3;grid-row:2}.qc-e2-why-5{grid-column:1;grid-row:3}.qc-e2-why-6{grid-column:3;grid-row:3}.qc-e2-why-center{position:relative;z-index:1;grid-column:2;grid-row:1/4;display:flex;align-items:center;justify-content:center;flex-direction:column;width:230px;height:230px;margin:auto;border-radius:50%;background:#071e3c;color:#fff;text-align:center}.qc-e2-why-center:before,.qc-e2-why-center:after{content:"";position:absolute;z-index:-3;border:1px dashed #aec9e3}.qc-e2-why-center:before{right:-190px;left:-190px;top:50%}.qc-e2-why-center:after{top:-120px;bottom:-120px;right:50%}.qc-e2-why-center img{width:92px;margin-bottom:4px}.qc-e2-why-center strong{font-size:14px;line-height:1.5}.qc-e2-ring{position:absolute;border:1px solid rgba(1,108,224,.25);border-radius:50%;animation:qcWhyPulse 4s ease-out infinite}.qc-e2-ring-one{inset:-20px}.qc-e2-ring-two{inset:-45px;animation-delay:2s}.qc-e2-why-action{text-align:center;margin-top:35px}.qc-e2-reviews{padding:110px 0;background:#fbf8ef}.qc-e2-reviews-head{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:38px}.qc-e2-reviews-head>div{max-width:760px}.qc-e2-reviews-head h2{margin:9px 0 0;color:#071e3c;font-size:clamp(36px,4.5vw,54px);line-height:1.28}.qc-e2-reviews-head>p{max-width:390px;margin:0;color:#617084}.qc-e2-review-slider .qc-slider-viewport{padding:8px 0}.qc-e2-review-slider .qc-testimonial-slide{border-radius:0;border-top:5px solid #016ce0}.qc-e2-review-slider .qc-testimonial-slide:nth-child(2n){border-top-color:#ffc702}.qc-e2-review-slider .qc-testimonial-slide:after{border:0;border-radius:0;box-shadow:0 15px 38px rgba(7,30,60,.08)}.qc-e2-review-slider .qc-quote-mark{color:#dbe9f5}.qc-e2-review-slider .qc-avatar{background:#071e3c}.qc-e2-cta{padding:105px 0;background:#eef4f9}.qc-e2-cta-grid{display:grid;grid-template-columns:1fr 1fr;min-height:520px;box-shadow:0 28px 65px rgba(7,30,60,.15)}.qc-e2-cta-copy{display:flex;justify-content:center;flex-direction:column;padding:60px;background:#071e3c;color:#fff}.qc-e2-cta-copy>span{color:#ffc702;font-size:12px;font-weight:900}.qc-e2-cta-copy h2{margin:11px 0;color:#fff;font-size:clamp(39px,4.8vw,59px);line-height:1.18}.qc-e2-cta-copy>p{max-width:560px;color:#c3d3e4}.qc-e2-cta-copy .qc-actions{align-items:flex-start;flex-direction:column;margin-top:22px}.qc-e2-cta-btn{border-color:#ffc702;background:#ffc702;color:#071e3c}.qc-e2-cta-btn:hover{border-color:#fff;background:#fff;color:#071e3c}.qc-e2-cta-btn b{margin-right:12px}.qc-e2-cta-wa{color:#c6d7e7;font-size:12px;font-weight:900}.qc-e2-cta-image{position:relative;overflow:hidden}.qc-e2-cta-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:63% center}.qc-e2-cta-badge{position:absolute;left:25px;bottom:25px;display:flex;align-items:center;gap:11px;padding:15px 18px;background:#fff;color:#071e3c}.qc-e2-cta-badge strong{color:#016ce0;font-size:25px}.qc-e2-cta-badge span{font-size:11px;font-weight:900}
@keyframes qcWhyFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes qcWhyPulse{0%{opacity:.6;transform:scale(.94)}70%,100%{opacity:0;transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.qc-e2-why-item,.qc-e2-ring{animation:none!important}}

/* About page v2 */
.qc-a2-page{--a-blue:#016ce0;--a-yellow:#ffc702;--a-navy:#071e3c;--a-ink:#10243e;--a-muted:#617084;overflow:hidden;color:var(--a-ink)}.qc-a2-hero{padding:90px 0 110px;background:#f6f8fb}.qc-a2-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}.qc-a2-hero-copy>span,.qc-a2-story-title>span,.qc-a2-section-head>span,.qc-a2-teacher-copy>span{color:var(--a-blue);font-size:12px;font-weight:900}.qc-a2-hero h1{margin:17px 0;color:var(--a-navy);font-size:clamp(47px,5.8vw,72px);line-height:1.16;letter-spacing:-1.5px}.qc-a2-hero h1 em{color:var(--a-blue);font-style:normal}.qc-a2-hero-copy>p{max-width:650px;color:var(--a-muted);font-size:17px}.qc-a2-hero-btn{margin-top:14px;border-color:var(--a-blue);background:var(--a-blue);color:#fff}.qc-a2-hero-media{position:relative;padding:0 0 24px 24px}.qc-a2-hero-media:before{content:"";position:absolute;left:0;bottom:0;width:88%;height:88%;background:var(--a-yellow)}.qc-a2-hero-media img{position:relative;z-index:2;display:block;width:100%;aspect-ratio:1.28/1;object-fit:cover;object-position:37% center}.qc-a2-hero-number{position:absolute;right:-25px;bottom:50px;z-index:3;display:flex;align-items:center;gap:10px;padding:16px 19px;background:var(--a-navy);color:#fff}.qc-a2-hero-number strong{color:var(--a-yellow);font-size:27px}.qc-a2-hero-number span{font-size:10px;font-weight:900}.qc-a2-story{padding:115px 0;background:#fff}.qc-a2-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.qc-a2-story-title h2{margin:11px 0;color:var(--a-navy);font-size:clamp(38px,4.7vw,56px);line-height:1.27}.qc-a2-story-title h2 em{color:var(--a-blue);font-style:normal}.qc-a2-story-content{color:var(--a-muted);font-size:16px}.qc-a2-story-content h2{color:var(--a-navy);font-size:28px}.qc-a2-story-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:35px;background:#dfe6ed}.qc-a2-story-facts>div{display:flex;flex-direction:column;padding:18px;background:#fff}.qc-a2-story-facts strong{color:var(--a-blue);font-size:17px}.qc-a2-story-facts span{color:var(--a-muted);font-size:10px}

.qc-a2-foundation{padding:115px 0;background:#eaf4fc}.qc-a2-section-head{max-width:900px;margin-bottom:50px}.qc-a2-section-head h2{margin:11px 0;color:var(--a-navy);font-size:clamp(39px,5vw,59px);line-height:1.25}.qc-a2-bento{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:auto auto;gap:16px}.qc-a2-bento article{position:relative;overflow:hidden;padding:36px}.qc-a2-bento article>span{font-size:11px;font-weight:900}.qc-a2-bento h3{margin:12px 0;font-size:clamp(24px,3vw,36px);line-height:1.35}.qc-a2-bento p{margin:0;opacity:.78}.qc-a2-icon{display:grid;place-items:center;width:55px;height:55px;margin-bottom:30px;border-radius:50%}.qc-a2-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.qc-a2-mission{grid-row:1/3;background:var(--a-navy);color:#fff}.qc-a2-mission:after{content:"";position:absolute;left:-90px;bottom:-110px;width:280px;height:280px;border:50px solid rgba(255,255,255,.05);border-radius:50%}.qc-a2-mission .qc-a2-icon{background:var(--a-yellow);color:var(--a-navy)}.qc-a2-mission h3{font-size:clamp(31px,4vw,48px)}.qc-a2-vision{background:var(--a-blue);color:#fff}.qc-a2-vision .qc-a2-icon{background:rgba(255,255,255,.14)}.qc-a2-goal{background:var(--a-yellow);color:var(--a-navy)}.qc-a2-goal .qc-a2-icon{background:var(--a-navy);color:var(--a-yellow)}.qc-a2-values{grid-column:1/-1;background:#fff;color:var(--a-navy)}.qc-a2-values>span{color:var(--a-blue)}.qc-a2-value-list{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:22px;border-top:1px solid #dfe6ed}.qc-a2-value-list>div{display:flex;flex-direction:column;padding:22px 18px}.qc-a2-value-list>div:not(:last-child){border-left:1px solid #dfe6ed}.qc-a2-value-list b{color:#b9c8d8;font-size:11px}.qc-a2-value-list strong{margin:5px 0;color:var(--a-navy);font-size:18px}.qc-a2-value-list small{color:var(--a-muted)}

.qc-a2-teachers{padding:115px 0;background:#fff}.qc-a2-teachers-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.qc-a2-teacher-image{position:relative;padding:0 25px 30px 0}.qc-a2-teacher-image:before{content:"";position:absolute;right:0;bottom:0;width:90%;height:90%;background:var(--a-blue)}.qc-a2-teacher-image img{position:relative;z-index:2;display:block;width:100%;aspect-ratio:1.12/1;object-fit:cover;object-position:62% center}.qc-a2-teacher-image>div{position:absolute;left:-20px;bottom:55px;z-index:3;display:flex;flex-direction:column;padding:16px 19px;background:var(--a-yellow);color:var(--a-navy)}.qc-a2-teacher-image strong{font-size:14px}.qc-a2-teacher-image span{font-size:10px}.qc-a2-teacher-copy h2{margin:11px 0;color:var(--a-navy);font-size:clamp(36px,4.4vw,52px);line-height:1.28}.qc-a2-teacher-copy h2 em{color:var(--a-blue);font-style:normal}.qc-a2-teacher-copy>p{color:var(--a-muted)}.qc-a2-teacher-copy ul{display:grid;gap:0;margin:28px 0 0;padding:0;list-style:none}.qc-a2-teacher-copy li{display:flex;gap:13px;padding:15px 0;border-top:1px solid #e1e7ed}.qc-a2-teacher-copy li svg{flex:0 0 25px;width:25px;height:25px;fill:none;stroke:var(--a-blue);stroke-width:2.2}.qc-a2-teacher-copy li>span{display:flex;flex-direction:column}.qc-a2-teacher-copy li strong{color:var(--a-navy)}.qc-a2-teacher-copy li small{color:var(--a-muted)}.qc-a2-promise{padding:75px 0;background:var(--a-navy);color:#fff}.qc-a2-promise-grid{display:grid;grid-template-columns:90px 1fr auto;gap:30px;align-items:center}.qc-a2-promise-mark{display:grid;place-items:center;width:78px;height:78px;border-radius:50%;background:#fff}.qc-a2-promise-mark img{width:63px}.qc-a2-promise span{color:#8fbce9;font-size:10px;font-weight:900}.qc-a2-promise h2{margin:4px 0;color:#fff;font-size:clamp(29px,3.4vw,41px)}.qc-a2-promise p{margin:0;color:#aebfd1}.qc-a2-promise .qc-actions{align-items:center;flex-direction:column}.qc-a2-promise-btn{border-color:var(--a-yellow);background:var(--a-yellow);color:var(--a-navy)}.qc-a2-promise .qc-actions>a:last-child{color:#fff;font-size:11px;font-weight:900}

/* Footer v2 */
.qc-f2-footer{position:relative;overflow:hidden;padding:75px 0 0;background:#041428;color:#fff}.qc-f2-shape{position:absolute;left:-170px;top:80px;width:470px;height:470px;border:85px solid rgba(1,108,224,.08);border-radius:50%}.qc-f2-intro{position:relative;display:flex;align-items:center;justify-content:space-between;gap:45px;padding-bottom:55px;border-bottom:1px solid rgba(255,255,255,.13)}.qc-f2-intro>div>span{color:#75b3f4;font-size:11px;font-weight:900}.qc-f2-intro h2{margin:7px 0;color:#fff;font-size:clamp(35px,4.8vw,58px);line-height:1.18}.qc-f2-round-link{display:flex;align-items:center;justify-content:center;flex:0 0 130px;flex-direction:column;width:130px;height:130px;border-radius:50%;background:#ffc702;color:#071e3c;text-align:center;transition:.25s}.qc-f2-round-link:hover{transform:rotate(-5deg) scale(1.04)}.qc-f2-round-link span{font-size:13px;font-weight:900;line-height:1.3}.qc-f2-round-link b{margin-top:3px;font-size:23px}.qc-f2-main{position:relative;display:grid;grid-template-columns:1.2fr 1.15fr .85fr;gap:70px;padding:65px 0}.qc-f2-brand img{width:170px}.qc-f2-brand>p{max-width:380px;color:#9baec2}.qc-f2-pills{display:flex;flex-wrap:wrap;gap:6px}.qc-f2-pills span{padding:5px 8px;border:1px solid rgba(255,255,255,.13);color:#9fb2c6;font-size:9px}.qc-f2-nav{display:grid;grid-template-columns:1fr 1fr;gap:40px}.qc-f2-nav h3{margin:0 0 18px;color:#fff;font-size:13px}.qc-f2-nav h3:after{content:"";display:block;width:24px;height:3px;margin-top:8px;background:#ffc702}.qc-f2-nav a{display:block;margin:9px 0;color:#91a6bc;font-size:12px}.qc-f2-nav a:hover{color:#fff}.qc-f2-contact>span{color:#75b3f4;font-size:10px;font-weight:900}.qc-f2-contact>a:not(.qc-f2-whatsapp){display:block;margin:8px 0;color:#fff;font-size:15px;font-weight:800;word-break:break-word}.qc-f2-whatsapp{display:grid;grid-template-columns:10px 1fr auto;gap:10px;align-items:center;margin-top:22px;padding:14px 15px;background:#016ce0;color:#fff}.qc-f2-whatsapp i{width:8px;height:8px;border-radius:50%;background:#57df8d}.qc-f2-whatsapp strong{font-size:11px}.qc-f2-bottom{position:relative;display:flex;align-items:center;justify-content:space-between;padding:21px 0;border-top:1px solid rgba(255,255,255,.11);color:#6f849a;font-size:10px}.qc-f2-bottom p{margin:0}.qc-f2-bottom>div{display:flex;gap:20px}.qc-f2-bottom a:hover{color:#fff}

@media(max-width:980px){.qc-e2-why-orbit{grid-template-columns:1fr 210px 1fr;gap:15px 25px}.qc-e2-why-center{width:195px;height:195px}.qc-e2-why-center:before{right:-120px;left:-120px}.qc-e2-why-item{padding:14px}.qc-a2-hero-grid,.qc-a2-story-grid,.qc-a2-teachers-grid{gap:45px}.qc-a2-promise-grid{grid-template-columns:75px 1fr}.qc-a2-promise .qc-actions{grid-column:1/-1;align-items:flex-start;flex-direction:row}.qc-f2-main{grid-template-columns:1fr 1fr}.qc-f2-contact{grid-column:1/-1}}
@media(max-width:820px){.qc-e2-why-orbit{grid-template-columns:1fr 1fr;grid-template-rows:auto}.qc-e2-why-center{grid-column:1/-1;grid-row:auto;order:-1;margin-bottom:30px}.qc-e2-why-center:before,.qc-e2-why-center:after{display:none}.qc-e2-why-1,.qc-e2-why-2,.qc-e2-why-3,.qc-e2-why-4,.qc-e2-why-5,.qc-e2-why-6{grid-column:auto;grid-row:auto}.qc-e2-reviews-head{align-items:flex-start;flex-direction:column}.qc-e2-cta-grid,.qc-a2-hero-grid,.qc-a2-story-grid,.qc-a2-teachers-grid{grid-template-columns:1fr}.qc-e2-cta-image{min-height:470px}.qc-a2-hero-media{width:min(680px,100%)}.qc-a2-bento{grid-template-columns:1fr}.qc-a2-mission{grid-row:auto}.qc-a2-values{grid-column:auto}.qc-a2-value-list{grid-template-columns:1fr 1fr}.qc-a2-value-list>div:nth-child(2){border-left:0}.qc-a2-value-list>div:nth-child(-n+2){border-bottom:1px solid #dfe6ed}.qc-a2-teacher-image{width:min(670px,100%);margin:auto}.qc-f2-main{grid-template-columns:1fr}.qc-f2-contact{grid-column:auto}}
@media(max-width:580px){.qc-e2-why,.qc-e2-reviews,.qc-e2-cta{padding:78px 0}.qc-e2-why-head h2,.qc-e2-reviews-head h2{font-size:35px}.qc-e2-why-orbit{grid-template-columns:1fr}.qc-e2-why-center{grid-column:auto}.qc-e2-why-item{animation:none}.qc-e2-cta-copy{padding:45px 24px}.qc-e2-cta-copy h2{font-size:38px}.qc-e2-cta-image{min-height:350px}.qc-a2-hero{padding:60px 0 75px}.qc-a2-hero h1{font-size:42px}.qc-a2-hero-media{padding:0 0 15px 12px}.qc-a2-hero-number{right:-3px;bottom:25px}.qc-a2-story,.qc-a2-foundation,.qc-a2-teachers{padding:80px 0}.qc-a2-story-title h2,.qc-a2-section-head h2,.qc-a2-teacher-copy h2{font-size:35px}.qc-a2-story-facts{grid-template-columns:1fr}.qc-a2-bento article{padding:28px 23px}.qc-a2-value-list{grid-template-columns:1fr}.qc-a2-value-list>div{border-left:0!important;border-bottom:1px solid #dfe6ed}.qc-a2-value-list>div:last-child{border-bottom:0}.qc-a2-teacher-image{padding:0 12px 18px 0}.qc-a2-teacher-image>div{left:0;bottom:35px}.qc-a2-promise-grid{grid-template-columns:1fr}.qc-a2-promise .qc-actions{grid-column:auto;flex-direction:column;width:100%}.qc-a2-promise-btn{width:100%}.qc-f2-footer{padding-top:55px}.qc-f2-intro{align-items:flex-start;flex-direction:column}.qc-f2-round-link{width:110px;height:110px;flex-basis:110px}.qc-f2-main{gap:45px;padding:50px 0}.qc-f2-nav{gap:25px}.qc-f2-bottom{align-items:flex-start;flex-direction:column;gap:12px}}
