*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0f2d5a;
  --blue:#1a4fa0;
  --teal:#0d9488;
  --teal-light:#e0f5f3;
  --amber:#fecc04;
  --amber-light:#fff7d9;
  --white:#ffffff;
  --grey-50:#f7f5f1;
  --grey-100:#efe9e0;
  --grey-200:#e2dccf;
  --grey-400:#a39d8f;
  --grey-600:#57544c;
  --grey-800:#2a2823;
  --rule-red:#b3462c;
  --paper-lines:repeating-linear-gradient(to bottom, transparent, transparent 27px, rgba(15,45,90,0.05) 28px);
  --ff-head:'Fraunces',serif;
  --ff-body:'DM Sans',sans-serif;
  --radius:12px;
  --radius-sm:8px;
  --shadow:0 3px 20px rgba(42,40,35,0.10);
  --shadow-lg:0 10px 44px rgba(42,40,35,0.16);
}
html{scroll-behavior:smooth}
body{font-family:var(--ff-body);color:var(--grey-800);background:var(--grey-50);font-size:16px;line-height:1.6}
a{color:inherit;text-decoration:none;cursor:pointer}
button{font-family:var(--ff-body);cursor:pointer}
h1,h2,h3,h4{font-family:var(--ff-head);line-height:1.2}

.phone-bar{background:var(--navy);padding:0.4rem 2rem;text-align:center;font-size:0.82rem;color:rgba(255,255,255,0.85);display:flex;justify-content:center;gap:1.5rem;align-items:center;flex-wrap:wrap}
.phone-bar a{color:#fff;font-weight:700}
nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--grey-200);padding:0 2rem}
.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:68px}
.logo{display:flex;flex-direction:column;gap:2px;cursor:pointer}
.logo-name{font-family:var(--ff-head);font-weight:700;font-size:1.15rem;color:var(--navy);letter-spacing:-0.3px}
.logo-sub{font-family:var(--ff-head);font-style:italic;font-size:0.72rem;color:var(--teal);font-weight:500;letter-spacing:0.2px;margin-top:2px}
.nav-links{display:flex;align-items:center;gap:0.25rem}
.nav-links a{padding:0.5rem 0.75rem;font-size:0.875rem;font-weight:500;color:var(--grey-600);border-radius:var(--radius-sm);transition:all 0.2s}
.nav-links a:hover,.nav-links a.active{color:var(--navy);background:var(--grey-100)}
.nav-cta{background:var(--navy);color:#fff !important;padding:0.5rem 1.1rem !important;border-radius:var(--radius-sm) !important;font-weight:600 !important}
.nav-cta:hover{background:var(--blue) !important;color:#fff !important}
.nav-dropdown{position:relative}
.nav-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid var(--grey-200);border-radius:var(--radius);padding:0.5rem;min-width:220px;box-shadow:var(--shadow-lg);display:none;flex-direction:column;gap:2px;z-index:200}
.nav-dropdown:hover .nav-dropdown-menu{display:flex}
.nav-dropdown-menu a{padding:0.5rem 0.75rem;font-size:0.85rem;border-radius:var(--radius-sm);color:var(--grey-600) !important;display:block}
.nav-dropdown-menu a:hover{background:var(--grey-100);color:var(--navy) !important}
.has-arrow::after{content:'▾';font-size:0.75rem;margin-left:4px;opacity:0.6}
.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:0}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:all 0.2s;margin:0 auto}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.offer-bar{background:var(--amber);padding:0.5rem 2rem;text-align:center;font-size:0.875rem;font-weight:600;color:var(--navy)}
.offer-bar span{opacity:0.75;font-weight:400;margin-left:0.5rem}
.hero{background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);padding:5rem 2rem 4rem;overflow:hidden;position:relative}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}
.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.9);padding:0.375rem 0.875rem;border-radius:50px;font-size:0.8rem;font-weight:600;letter-spacing:0.5px;text-transform:uppercase;margin-bottom:1.25rem}
.hero h1{font-size:clamp(2rem,4vw,3rem);color:#fff;margin-bottom:1rem;font-weight:600;line-height:1.15}
.hero h1 em{color:var(--amber);font-style:italic}
.hero-sub{color:rgba(255,255,255,0.8);font-size:1.05rem;margin-bottom:2rem;line-height:1.7}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}
.btn-primary{background:var(--amber);color:var(--navy);padding:0.875rem 1.75rem;border-radius:var(--radius-sm);font-weight:700;font-size:0.95rem;border:none;transition:all 0.2s;display:inline-block;cursor:pointer}
.btn-primary:hover{background:#c69f03;transform:translateY(-1px)}
.btn-outline{background:transparent;color:#fff;padding:0.875rem 1.75rem;border-radius:var(--radius-sm);font-weight:600;font-size:0.95rem;border:2px solid rgba(255,255,255,0.4);transition:all 0.2s;display:inline-block}
.btn-outline:hover{border-color:#fff;background:rgba(255,255,255,0.1)}
.hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.hero-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:var(--radius);padding:1.25rem;color:#fff}
.hero-card-num{font-family:var(--ff-head);font-size:2rem;font-weight:700;color:var(--amber)}
.hero-card-label{font-size:0.8rem;opacity:0.75;margin-top:0.25rem}
.hero-card-main{grid-column:1/-1;background:rgba(255,255,255,0.15)}
.trust-bar{background:var(--grey-50) var(--paper-lines);border-bottom:1px solid var(--grey-200);padding:1.25rem 2rem}
.trust-bar-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:1rem}
.trust-item{display:flex;align-items:center;gap:0.625rem;font-size:0.85rem;font-weight:600;color:var(--navy)}
.trust-icon{width:32px;height:32px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:0.9rem;flex-shrink:0}
section{padding:4rem 2rem}
.section-inner{max-width:1100px;margin:0 auto}
.section-tag{display:inline-block;background:var(--teal-light);color:var(--teal);font-size:0.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:0.375rem 0.875rem;border-radius:50px;margin-bottom:1rem}
.section-tag.amber{background:var(--amber-light);color:#6b5400}
.section-h{font-size:clamp(1.6rem,3vw,2.25rem);color:var(--navy);margin-bottom:0.75rem}
.section-sub{color:var(--grey-600);max-width:580px;line-height:1.7}
.section-head{margin-bottom:2.5rem}
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.card{background:#fff;border:1px solid transparent;box-shadow:var(--shadow);border-radius:var(--radius);padding:1.75rem;transition:all 0.25s;cursor:pointer}
.card:hover{border-color:var(--blue);box-shadow:var(--shadow-lg);transform:translateY(-3px)}
.card-icon{width:48px;height:48px;background:var(--teal-light);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem}
.card h3{font-size:1.1rem;color:var(--navy);margin-bottom:0.5rem}
.card p{font-size:0.875rem;color:var(--grey-600);line-height:1.6}
.card-link{display:inline-flex;align-items:center;gap:0.375rem;color:var(--teal);font-size:0.85rem;font-weight:600;margin-top:1rem}
.card-link::after{content:'→';transition:transform 0.2s}
.card:hover .card-link::after{transform:translateX(4px)}
.steps{display:flex;gap:0;position:relative}
.steps::before{content:'';position:absolute;top:40px;left:40px;right:40px;height:2px;background:var(--grey-200);z-index:0}
.step{flex:1;text-align:center;padding:0 1rem;position:relative;z-index:1}
.step-num{width:56px;height:56px;background:var(--navy);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-size:1.2rem;font-weight:700;margin:0 auto 1rem;border:4px solid #fff;box-shadow:var(--shadow)}
.step.active .step-num{background:var(--teal)}
.step h4{font-size:0.9rem;color:var(--navy);margin-bottom:0.375rem}
.step p{font-size:0.8rem;color:var(--grey-600)}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}
.testimonial{background:#fff;border:1px solid var(--grey-200);border-left:3px solid var(--rule-red);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem 1.75rem 1.75rem 1.5rem;position:relative}
.testimonial::before{content:'"';font-family:var(--ff-head);font-size:4rem;color:var(--teal);line-height:1;position:absolute;top:1rem;right:1.5rem;opacity:0.3}
.stars{color:var(--amber);font-size:0.9rem;margin-bottom:0.75rem}
.testimonial p{font-size:0.9rem;color:var(--grey-600);font-style:italic;margin-bottom:1rem;line-height:1.7}
.testimonial-author{font-size:0.8rem;font-weight:600;color:var(--navy)}
.testimonial-meta{font-size:0.75rem;color:var(--grey-400);margin-top:0.125rem}
.prog-tag{display:inline-block;padding:0.2rem 0.6rem;background:var(--teal-light);color:var(--teal);border-radius:50px;font-size:0.7rem;font-weight:600;margin-top:0.5rem}
.cta-band{background:var(--navy);padding:4rem 2rem;text-align:center}
.cta-band h2{font-family:var(--ff-head);font-size:clamp(1.5rem,3vw,2rem);color:#fff;margin-bottom:0.75rem}
.cta-band p{color:rgba(255,255,255,0.7);margin-bottom:2rem}
.cta-band-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}
.blog-card{background:#fff;border:1px solid var(--grey-200);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:all 0.25s}
.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.blog-img{height:160px;background:linear-gradient(135deg,var(--navy),var(--blue));display:flex;align-items:center;justify-content:center;font-size:2.5rem}
.blog-body{padding:1.25rem}
.blog-cat{font-size:0.72rem;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:0.8px;margin-bottom:0.5rem}
.blog-body h3{font-size:1rem;color:var(--navy);margin-bottom:0.5rem;line-height:1.4}
.blog-body p{font-size:0.85rem;color:var(--grey-600);line-height:1.6}
.blog-date{font-size:0.75rem;color:var(--grey-400);margin-top:0.75rem}
.about-hero{background:var(--grey-50);padding:4rem 2rem;border-bottom:1px solid var(--grey-200)}
.about-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-photo{background:linear-gradient(135deg,var(--blue),var(--teal));border-radius:var(--radius);aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:0.5rem}
.about-photo-initials{font-family:var(--ff-head);font-size:3rem;font-weight:700;background:rgba(255,255,255,0.15);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.quals-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}
.qual-badge{background:#fff;border:1px solid var(--grey-200);border-radius:var(--radius-sm);padding:1rem;display:flex;align-items:flex-start;gap:0.75rem}
.qual-check{width:28px;height:28px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:0.8rem;flex-shrink:0;margin-top:2px}
.qual-badge h4{font-size:0.85rem;color:var(--navy);margin-bottom:0.25rem}
.qual-badge p{font-size:0.78rem;color:var(--grey-600)}
.prog-hero{padding:3rem 2rem;background:var(--navy);color:#fff}
.prog-hero-inner{max-width:1100px;margin:0 auto}
.prog-hero h1{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:0.75rem}
.prog-hero p{color:rgba(255,255,255,0.8);max-width:600px}
.keystage-tabs{display:flex;gap:0.5rem;flex-wrap:wrap;margin-bottom:2rem}
.ks-tab{padding:0.5rem 1.25rem;border-radius:var(--radius-sm);border:2px solid var(--grey-200);background:#fff;font-size:0.875rem;font-weight:600;color:var(--grey-600);cursor:pointer;transition:all 0.2s}
.ks-tab.active{border-color:var(--navy);background:var(--navy);color:#fff}
.ks-content{display:none}
.ks-content.active{display:block}
.ks-content h3{font-size:1.25rem;color:var(--navy);margin-bottom:1rem}
.topics-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:0.5rem;margin-bottom:1.5rem}
.topic-item{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius-sm);padding:0.625rem 0.875rem;font-size:0.85rem;display:flex;align-items:center;gap:0.5rem}
.topic-item::before{content:'✓';color:var(--teal);font-weight:700;flex-shrink:0}
.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}
.pricing-card{background:#fff;border:2px solid var(--grey-200);border-radius:var(--radius);padding:2rem;text-align:center;transition:all 0.25s}
.pricing-card.featured{border-color:var(--navy);position:relative}
.pricing-card.featured::before{content:'Best Value';position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--teal);color:#fff;padding:0.25rem 1rem;border-radius:50px;font-size:0.75rem;font-weight:700;white-space:nowrap}
.pricing-card h3{font-size:1rem;color:var(--grey-600);margin-bottom:0.75rem}
.pricing-card .price{font-family:var(--ff-head);font-size:2.5rem;font-weight:700;color:var(--navy)}
.pricing-card .price sup{font-size:1.2rem;vertical-align:super}
.pricing-card .price-note{font-size:0.8rem;color:var(--grey-400);margin-top:0.25rem}
.pricing-card ul{list-style:none;text-align:left;margin:1.5rem 0;display:flex;flex-direction:column;gap:0.625rem}
.pricing-card li{font-size:0.875rem;color:var(--grey-600);display:flex;align-items:flex-start;gap:0.5rem}
.pricing-card li::before{content:'✓';color:var(--teal);font-weight:700;flex-shrink:0;margin-top:1px}
.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-size:0.85rem;font-weight:600;color:var(--navy);margin-bottom:0.375rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:0.75rem 1rem;border:1.5px solid var(--grey-200);border-radius:var(--radius-sm);font-family:var(--ff-body);font-size:0.9rem;color:var(--grey-800);background:#fff;transition:border-color 0.2s;outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(26,79,160,0.1)}
.form-group textarea{resize:vertical;min-height:100px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.contact-info{display:flex;flex-direction:column;gap:1rem}
.contact-info-card{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius);padding:1.25rem;display:flex;gap:1rem;align-items:flex-start}
.contact-info-icon{width:40px;height:40px;background:var(--navy);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0}
.contact-info-card h4{font-size:0.875rem;color:var(--navy);margin-bottom:0.25rem}
.contact-info-card p,.contact-info-card a{font-size:0.875rem;color:var(--grey-600)}
.hours-table{width:100%;border-collapse:collapse;margin-top:0.5rem}
.hours-table td{padding:0.375rem 0;font-size:0.82rem}
.hours-table td:last-child{text-align:right;color:var(--navy);font-weight:600}
.btn-submit{background:var(--navy);color:#fff;padding:0.875rem 2rem;border-radius:var(--radius-sm);font-weight:700;font-size:0.95rem;border:none;width:100%;transition:all 0.2s;margin-top:0.5rem}
.btn-submit:hover{background:var(--blue)}
.form-note{font-size:0.78rem;color:var(--grey-400);margin-top:0.5rem;text-align:center}
.consent-row{display:flex;gap:0.75rem;align-items:flex-start;margin-bottom:1rem}
.consent-row input[type=checkbox]{width:18px;height:18px;flex-shrink:0;margin-top:3px;accent-color:var(--navy)}
.consent-row label{font-size:0.8rem;color:var(--grey-600);font-weight:400}
.subject-checkboxes{display:grid;grid-template-columns:1fr 1fr;gap:0.5rem 1rem;padding:0.75rem 1rem;border:1.5px solid var(--grey-200);border-radius:var(--radius-sm);background:#fff}
.subject-checkboxes label{display:flex;align-items:center;gap:0.5rem;font-size:0.85rem;color:var(--grey-800);font-weight:400;cursor:pointer;margin-bottom:0}
.subject-checkboxes input[type=checkbox]{width:16px;height:16px;flex-shrink:0;accent-color:var(--navy)}
.success-msg{display:none;background:var(--teal-light);border:1px solid var(--teal);border-radius:var(--radius);padding:1.5rem;text-align:center;color:var(--teal)}
.resources-filters{display:flex;gap:0.5rem;flex-wrap:wrap;margin-bottom:2rem}
.filter-btn{padding:0.5rem 1rem;border-radius:50px;border:1.5px solid var(--grey-200);background:#fff;font-size:0.85rem;font-weight:600;color:var(--grey-600);cursor:pointer;transition:all 0.2s}
.filter-btn.active{border-color:var(--navy);background:var(--navy);color:#fff}
.article-page{max-width:720px;margin:0 auto;padding:3rem 2rem}
.article-page h1{font-size:clamp(1.6rem,4vw,2.25rem);color:var(--navy);margin-bottom:1rem}
.article-meta{display:flex;gap:1rem;align-items:center;color:var(--grey-400);font-size:0.85rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--grey-200)}
.article-body h2{font-size:1.3rem;color:var(--navy);margin:2rem 0 0.75rem}
.article-body p{color:var(--grey-600);margin-bottom:1rem;line-height:1.8}
.article-body ul{padding-left:1.5rem;margin-bottom:1rem}
.article-body li{color:var(--grey-600);margin-bottom:0.5rem;line-height:1.7}
.article-cta{background:var(--navy);color:#fff;border-radius:var(--radius);padding:2rem;margin:3rem 0;text-align:center}
.article-cta h3{margin-bottom:0.5rem}
.article-cta p{opacity:0.8;font-size:0.9rem;margin-bottom:1.25rem}
.hiw-step{display:grid;grid-template-columns:80px 1fr;gap:2rem;padding:2.5rem 0;border-bottom:1px solid var(--grey-200)}
.hiw-step:last-child{border-bottom:none}
.hiw-num{width:64px;height:64px;background:var(--navy);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-size:1.4rem;font-weight:700;flex-shrink:0;margin-top:4px}
.hiw-step h3{font-size:1.25rem;color:var(--navy);margin-bottom:0.5rem}
.hiw-step p{color:var(--grey-600);line-height:1.7}
.hiw-step .hiw-detail{margin-top:1rem;background:var(--grey-50);border-radius:var(--radius-sm);padding:1rem;font-size:0.875rem;color:var(--grey-600)}
.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}
.testi-card{background:#fff;border:1px solid var(--grey-200);border-left:3px solid var(--rule-red);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem 1.75rem 1.75rem 1.5rem;display:flex;flex-direction:column;gap:0.75rem}
.safeguarding-hero{background:var(--navy);color:#fff;padding:3rem 2rem}
.policy-section{background:#fff;border:1px solid var(--grey-200);border-radius:var(--radius);padding:1.75rem;margin-bottom:1.5rem}
.policy-section h3{font-size:1.1rem;color:var(--navy);margin-bottom:0.75rem;padding-bottom:0.75rem;border-bottom:1px solid var(--grey-200)}
.email-list{display:flex;flex-direction:column;gap:1rem}
.email-item{background:#fff;border:1px solid var(--grey-200);border-radius:var(--radius);overflow:hidden}
.email-header{padding:1rem 1.5rem;background:var(--grey-50);display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-bottom:1px solid var(--grey-200)}
.email-header h4{font-size:0.95rem;color:var(--navy)}
.email-header span{font-size:0.8rem;color:var(--grey-400)}
.email-body{padding:1.5rem;display:none}
.email-body.open{display:block}
.email-preview{font-family:Georgia,serif;font-size:0.9rem;line-height:1.8;color:#333;max-width:600px}
.email-preview h3{font-family:var(--ff-head);color:var(--navy);margin-bottom:1rem}
.email-preview p{margin-bottom:1rem}
.email-preview .email-cta-btn{display:inline-block;background:var(--navy);color:#fff;padding:0.75rem 1.75rem;border-radius:var(--radius-sm);font-weight:600;margin:0.5rem 0;font-family:var(--ff-body)}
.email-preview .sig{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee;font-size:0.85rem;color:#666}
.toggle-arrow{transition:transform 0.2s;font-size:0.9rem;color:var(--grey-400)}
.toggle-arrow.open{transform:rotate(180deg)}
.sen-approach{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}
.sen-item{background:var(--teal-light);border-radius:var(--radius);padding:1.25rem}
.sen-item h4{color:var(--navy);font-size:0.95rem;margin-bottom:0.375rem}
.sen-item p{font-size:0.82rem;color:var(--grey-600)}
.faq-list{display:flex;flex-direction:column;gap:0.75rem}
.faq-item{border:1px solid var(--grey-200);border-radius:var(--radius-sm);overflow:hidden}
.faq-q{padding:1rem 1.25rem;font-weight:600;font-size:0.9rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--navy);background:#fff}
.faq-a{padding:0 1.25rem;max-height:0;overflow:hidden;transition:all 0.3s;font-size:0.875rem;color:var(--grey-600);line-height:1.7}
.faq-a.open{padding:0.75rem 1.25rem 1rem;max-height:500px}
.faq-arrow{transition:transform 0.2s;font-size:0.8rem;opacity:0.5}
.faq-arrow.open{transform:rotate(180deg)}
.map-embed{background:var(--grey-100);border-radius:var(--radius);height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--grey-200);color:var(--grey-600);gap:0.5rem;font-size:0.9rem;margin-top:1rem}
.notif{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--teal);color:#fff;padding:0.875rem 1.5rem;border-radius:var(--radius-sm);font-size:0.875rem;font-weight:600;box-shadow:var(--shadow-lg);z-index:999;transform:translateY(100px);opacity:0;transition:all 0.3s}
.notif.show{transform:translateY(0);opacity:1}
footer{background:var(--grey-800);color:rgba(255,255,255,0.7);padding:3rem 2rem 1.5rem}
.footer-inner{max-width:1100px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.footer-logo{font-family:var(--ff-head);font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:0.75rem}
.footer-desc{font-size:0.85rem;line-height:1.6}
.footer-col h4{font-size:0.85rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:0.8px;margin-bottom:1rem}
.footer-col a{display:block;font-size:0.85rem;padding:0.2rem 0;color:rgba(255,255,255,0.6);transition:color 0.2s;cursor:pointer}
.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;flex-wrap:wrap;gap:0.5rem}
.footer-contact{display:flex;flex-direction:column;gap:0.5rem;font-size:0.85rem}
.footer-contact a{color:rgba(255,255,255,0.6)}

.promo-overlay{position:fixed;inset:0;background:rgba(15,45,90,0.6);backdrop-filter:blur(3px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.25rem;opacity:0;pointer-events:none;transition:opacity 0.3s}
.promo-overlay.show{opacity:1;pointer-events:auto}
.promo-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);max-width:430px;width:100%;overflow:hidden;transform:scale(0.94) translateY(12px);transition:transform 0.35s cubic-bezier(.2,.8,.2,1)}
.promo-overlay.show .promo-card{transform:scale(1) translateY(0)}
.promo-card-top{background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);padding:1.75rem 1.75rem 1.25rem;color:#fff;position:relative}
.promo-close{position:absolute;top:0.75rem;right:0.75rem;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.15);border:none;color:#fff;font-size:1.15rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s}
.promo-close:hover{background:rgba(255,255,255,0.28)}
.promo-badge{display:inline-flex;align-items:center;gap:0.4rem;background:var(--amber);color:var(--navy);font-size:0.72rem;font-weight:700;letter-spacing:0.6px;text-transform:uppercase;padding:0.32rem 0.8rem;border-radius:50px;margin-bottom:0.85rem}
.promo-card-top h3{font-size:1.5rem;line-height:1.2;margin-bottom:0.4rem}
.promo-card-top p{font-size:0.85rem;color:rgba(255,255,255,0.8);line-height:1.5}
.promo-card-body{padding:1.5rem 1.75rem 1.75rem}
.promo-dates{display:flex;flex-direction:column;gap:0.5rem;margin-bottom:1.25rem}
.promo-date-row{display:flex;justify-content:space-between;align-items:center;background:var(--grey-50) var(--paper-lines);border:1px solid var(--grey-200);border-radius:var(--radius-sm);padding:0.6rem 0.9rem;font-size:0.85rem;color:var(--grey-800)}
.promo-date-row strong{color:var(--navy)}
.promo-date-row.next{border-color:var(--teal);border-width:1.5px}
.promo-price{display:flex;align-items:baseline;gap:0.4rem;margin-bottom:1.25rem}
.promo-price .num{font-family:var(--ff-head);font-size:1.8rem;font-weight:700;color:var(--navy)}
.promo-price .note{font-size:0.78rem;color:var(--grey-600)}
.promo-btns{display:flex;gap:0.6rem;flex-wrap:wrap}
.promo-btns .btn-primary{flex:1;min-width:150px;text-align:center}
.promo-btn-outline{flex:1;min-width:120px;text-align:center;border:2px solid var(--grey-200);color:var(--navy);padding:0.875rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;font-size:0.9rem;transition:all 0.2s;display:inline-block}
.promo-btn-outline:hover{border-color:var(--navy);background:var(--grey-50)}
@media(max-width:480px){
  .promo-card-top{padding:1.5rem 1.5rem 1.1rem}
  .promo-card-body{padding:1.25rem 1.5rem 1.5rem}
  .promo-card-top h3{font-size:1.3rem}
}
.ks-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}
.prog-2col-grid{display:grid;grid-template-columns:1fr 1fr}
@media(max-width:768px){
  .hero-inner,.about-hero-inner,.contact-grid{grid-template-columns:1fr;gap:2rem}
  .hero-visual{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .steps{flex-direction:column}
  .steps::before{display:none}
  .step{display:flex;align-items:flex-start;gap:1rem;text-align:left}
  .step-num{flex-shrink:0}
  nav{padding:0 1rem}
  .nav-toggle{display:flex}
  .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--grey-200);flex-direction:column;align-items:stretch;gap:0;padding:0.5rem 1rem 1rem;box-shadow:var(--shadow-lg);max-height:calc(100vh - 68px);overflow-y:auto}
  .nav-links.open{display:flex}
  .nav-links a{padding:0.875rem 0.5rem;width:100%;font-size:1rem;border-bottom:1px solid var(--grey-100)}
  .nav-cta{margin-top:0.5rem;text-align:center}
  .nav-dropdown{width:100%}
  .nav-dropdown-menu{position:static;box-shadow:none;border:none;display:none;min-width:0;padding:0 0 0 1rem;width:100%}
  .nav-dropdown:hover .nav-dropdown-menu{display:none}
  .nav-dropdown.open .nav-dropdown-menu{display:flex}
  .form-row{grid-template-columns:1fr}
  .subject-checkboxes{grid-template-columns:1fr}
  .quals-grid{grid-template-columns:1fr}
  .ks-photo-grid{grid-template-columns:1fr}
  .prog-2col-grid{grid-template-columns:1fr;gap:1.5rem !important}
  .trust-bar-inner{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0.9rem}
  .trust-item{width:100%}
}
@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr}
  nav{padding:0 0.75rem}
  .hero{padding:3.5rem 1.25rem 3rem}
  .section-inner,.prog-hero-inner{padding-left:0.25rem;padding-right:0.25rem}
  .phone-bar{padding:0.4rem 0.75rem;font-size:0.72rem;gap:0.75rem}
}
