:root{--brand-green: #198764;--brand-dark: #114d34;--brand-accent: #44c08f;--brand-light: #edf8f0;--text-dark: #0f2c20;--text-muted: #3b5d49;--surface: #ffffff;--shadow: 0 18px 45px rgba(17, 77, 52, .14)}*{box-sizing:border-box}html,body,#root{overflow-x:hidden;margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-dark);background:linear-gradient(180deg,#edf8f0,#f5fbf6)}body{line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.app-shell{display:flex;flex-direction:column;min-height:100vh}.site-header{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem 2rem;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10;box-shadow:0 16px 40px #114d3414}.brand{display:flex;align-items:center}.logo{width:280px;max-height:280px;object-fit:contain}.main-nav{display:flex;gap:.5rem;flex-wrap:wrap}.main-nav a{padding:.85rem 1.25rem;border-radius:999px;transition:background .25s ease,color .25s ease;font-weight:600;color:var(--text-dark)}.main-nav a.active,.main-nav a:hover{background:var(--brand-green);color:#fff}.site-header .main-nav a{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.25rem;border-radius:999px;font-weight:600;color:var(--text-dark)}.site-header .main-nav a.active,.site-header .main-nav a:hover{background:var(--brand-green);color:#fff}main{flex:1;width:100%;box-sizing:border-box;padding:2rem;max-width:1180px;margin:0 auto}.page-content{display:grid;gap:2rem}.hero{position:relative;overflow:hidden;min-height:560px;border-radius:36px;display:flex;align-items:center;padding:3rem;background:var(--brand-dark)}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#071b12e0,#071b127a 55%,#071b1233);z-index:1}.hero-copy{position:relative;z-index:2;max-width:620px;color:#fff}.hero-copy h2{font-size:clamp(2.8rem,4vw,4.4rem);line-height:1.06;margin:.5rem 0 1rem}.hero-copy h2.eyebrow{font-size:.95rem;margin:0}.eyebrow{margin:0;color:#9effca;font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.95rem}.lead{margin:0 0 1.5rem;color:var(--text-dark);max-width:34rem;font-size:1.12rem;line-height:1.9}.hero-copy .lead{color:#ffffffeb}.hero-meta{margin-top:1.5rem;display:grid;gap:.75rem;color:#ffffffdb;font-size:.98rem;padding:1rem 1.25rem;background:#ffffff1a;border-radius:22px;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 0 0 1px #ffffff05}.hero-meta p{margin:0;line-height:1.6}.hero-notes{padding:2rem;background:#fff;border-radius:28px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.hero-notes-copy{display:grid;gap:1rem}.hero-notes-image-wrapper{display:flex;justify-content:center;align-items:flex-start;overflow:hidden;border-radius:12px}.hero-notes-image{width:100%;max-width:100%;display:block;border-radius:0 0 12px 12px;margin-top:-5%}.hero-notes-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.hero-notes-actions .btn{min-width:180px}.hero-notes-actions .btn-primary{background:var(--brand-green);color:#fff}.hero-notes-actions .btn-secondary.btn-outline{background:#fff;border:2px solid rgba(17,77,52,.12);color:var(--text-dark)}.hero-notes-actions .btn-secondary.btn-outline:hover{background:#114d340d}.hero-notes-actions .btn,.trial-cta-actions .btn,.hero-actions .btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.4rem;border-radius:999px;font-weight:700;text-decoration:none}.trial-cta-actions .btn-primary{background:var(--brand-green);color:#fff}.trial-cta-actions .btn-secondary.btn-outline{background:#fff;border:2px solid rgba(17,77,52,.12);color:var(--text-dark)}@media (max-width: 680px){.hero-notes-actions .btn,.trial-cta-actions .btn,.hero-actions .btn{width:100%}}.concept-context-application{padding:2.5rem;background:#f7f9fb;border-radius:32px;box-shadow:0 18px 45px #114d3414}.concept-header{text-align:center;max-width:760px;margin:0 auto 2rem}.concept-header h2{margin:0;font-size:clamp(2.4rem,4vw,3.4rem)}.concept-header p{margin:1rem auto 0;color:var(--text-muted);max-width:640px}.concept-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;align-items:stretch}.concept-card,.concept-note{background:#fff;border:1px solid rgba(17,77,52,.08);border-radius:24px;padding:1.7rem;box-shadow:0 12px 28px #114d3412}.concept-card{display:grid;gap:1rem}.concept-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#114d3414;font-size:1.4rem}.concept-card h3{margin:0;font-size:1.1rem}.concept-card p{margin:0;color:var(--text-muted);line-height:1.75}.concept-note{display:grid;gap:1rem;align-content:start;position:relative}.concept-note p{margin:0;color:var(--text-muted);line-height:1.75;font-size:.95rem}.concept-note h3{margin:0;font-size:1.1rem;color:var(--text-dark)}.concept-note-underline{display:block;width:72px;height:4px;background:#d73f3f;margin-top:1rem;border-radius:999px}@media (max-width: 1020px){.concept-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 740px){.hero-notes,.notes-followup-panel,.concept-grid{grid-template-columns:1fr}}.notes-followup-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;padding:2.25rem;background:#eef4fc;border-radius:32px;border:1px solid rgba(17,77,52,.08);box-shadow:0 18px 45px #114d3414;align-items:start}.notes-followup-copy{display:grid;gap:1.25rem}.level-ii-highlights{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.level-ii-highlights li{padding:.75rem .9rem .75rem 1.2rem;background:#ffffffb8;border-left:3px solid var(--brand-accent);border-radius:12px;color:var(--text-muted)}.notes-followup-copy h2{margin:0;font-size:clamp(2rem,3vw,2.75rem)}.notes-followup-actions{display:flex;flex-wrap:wrap;gap:1rem}.notes-followup-actions .btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.4rem;border-radius:999px;font-weight:700;min-width:160px;text-decoration:none}.notes-followup-actions .btn-primary{background:var(--brand-green);color:#fff}.notes-followup-actions .btn-secondary.btn-outline{background:#fff;border:2px solid rgba(17,77,52,.12);color:var(--text-dark)}@media (max-width: 680px){.notes-followup-actions .btn{width:100%;min-width:auto}}.notes-followup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.notes-card{background:#fff;border:1px solid rgba(17,77,52,.08);border-radius:24px;padding:1.4rem;box-shadow:0 12px 30px #114d340f;display:grid;gap:1rem}.notes-card-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#114d3414;font-size:1.2rem}.notes-card h3{margin:0;font-size:1rem}.notes-card p{margin:0;color:var(--text-muted);line-height:1.75}.btn-secondary.btn-outline{border-color:#114d3424;color:var(--text-dark)}.btn-secondary.btn-outline:hover{background:#114d340f}@media (max-width: 980px){.notes-followup-panel{grid-template-columns:1fr}}@media (max-width: 700px){.notes-followup-grid{grid-template-columns:1fr}}.instructor-testimonial-faq{display:grid;gap:2rem}.profile-testimonial-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;align-items:stretch}.instructor-card,.testimonial-card{background:#fff;border-radius:28px;box-shadow:var(--shadow);padding:1rem 1rem 1.25rem;display:grid;gap:.75rem;min-height:22rem}.instructor-card{grid-template-columns:260px 1fr;align-items:start;gap:.75rem}.instructor-left{display:flex;flex-direction:column;gap:.75rem;align-items:center}.instructor-photo{width:100%;height:220px;max-height:220px;border-radius:16px;object-fit:cover;object-position:top center}.instructor-copy{display:flex;flex-direction:column;justify-content:flex-start;gap:.6rem;min-height:220px;align-items:flex-start}.instructor-copy h3{margin:0;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.05;font-weight:700}.instructor-copy p{margin:0;color:var(--text-muted);font-size:.88rem;line-height:1.35}.testimonial-card{align-self:stretch;width:100%;display:flex;flex-direction:column;justify-content:space-between}.testimonial-content-row{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center}.testimonial-card h3{margin-bottom:1.25rem}.instructor-copy p{margin:0 0 1rem;color:var(--text-muted);line-height:1.8}.instructor-badges{display:flex;flex-wrap:nowrap;gap:.35rem;margin-top:.6rem;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;width:100%;max-width:260px}.instructor-badges span{background:#114d3414;color:var(--brand-dark);padding:.28rem .6rem;border-radius:999px;font-size:.78rem;flex:0 0 auto}@media (max-width: 700px){.instructor-badges{flex-wrap:wrap;max-width:100%;overflow:visible}.instructor-badges span{font-size:.82rem;padding:.35rem .6rem}}@media (max-width: 1440px){.instructor-badges{display:flex;flex-direction:column;gap:.5rem;max-width:260px;justify-content:center;overflow:visible;white-space:normal;align-items:center}.instructor-badges span{flex:0 0 auto;width:100%;text-align:center;padding:.36rem .6rem;font-size:.88rem;white-space:normal}}.testimonial-nav{width:3rem;height:3rem;border-radius:50%;border:1px solid rgba(17,77,52,.16);background:#fff;color:var(--text-dark);font-size:1.25rem;cursor:pointer;display:grid;place-items:center}.testimonial-quote{border:1px solid rgba(17,77,52,.12);border-radius:24px;padding:1.75rem;background:#f7f9fbf5}.testimonial-card .testimonial-dots{display:flex;gap:.5rem}.testimonial-dots span{width:.75rem;height:.75rem;border-radius:999px;background:#114d3429}.testimonial-dots span.active{background:#f7b400}.testimonial-quote p{margin:0 0 1rem;color:var(--text-muted);line-height:1.85}.testimonial-quote span{display:block;font-weight:700;color:var(--brand-dark)}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.faq-card{background:#fff;border:1px solid rgba(17,77,52,.08);border-radius:24px;box-shadow:0 12px 28px #114d340f}.faq-card button{width:100%;border:none;background:transparent;padding:1.25rem 1.5rem;text-align:left;font-size:1rem;color:var(--text-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:700}.faq-card button:after{content:"▾";color:#114d348c;transition:transform .2s ease}.faq-card-open button:after{transform:rotate(180deg)}.faq-answer{margin:0 1.5rem 1.25rem;color:var(--text-muted);line-height:1.8}.trial-cta-strip{background:linear-gradient(180deg,#fff9e7,#fff4d6);border-radius:32px;padding:2.5rem}.trial-cta-preview{display:grid;grid-template-columns:1fr 1.3fr 1fr;gap:1.5rem;align-items:center}.notes-snip-card{background-color:#fefefe;background-image:repeating-linear-gradient(transparent,transparent 25px,#c9dff5 25px,#c9dff5 26px);background-position:0 50px;border-radius:2px;padding:.6rem 1.2rem 1rem;box-shadow:3px 6px 22px #00000029,1px 1px #e0d8c0;min-height:220px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden}.notes-snip-card.left{transform:rotate(-3deg)}.notes-snip-card.right{transform:rotate(2deg)}.snip-pin{display:block;width:8px;height:8px;border-radius:50%;background:#f0c030;box-shadow:0 1px 3px #0000004d;margin-bottom:.3rem;align-self:flex-start}.snip-annotation-spacer{display:block;height:26px;margin-bottom:.15rem}.snip-circle-annotation{display:block;margin:.1rem 0 .15rem}.snip-handwritten{list-style:none;margin:0;padding:0;font-family:Comic Sans MS,Segoe Print,Bradley Hand,cursive;font-size:.85rem;line-height:26px;color:#1c2b4a}.snip-handwritten li{height:26px;display:flex;align-items:center;gap:.2rem}.snip-li-gap{height:6px!important}.snip-red-bullet{color:#c0392b;font-size:.75rem;margin-right:.15rem}.snip-handwritten em{font-style:normal;border-bottom:2px solid #c0392b;border-radius:40% 60% 60% 40%/50%;padding-bottom:1px}.snip-quote{color:#2471a3;font-size:1.2rem;font-family:Georgia,serif;line-height:1;margin-right:.1rem}.snip-tilde{color:#2471a3;font-weight:700;margin-right:.2rem}.snip-smiley-line{color:#e6b800;font-size:1.1rem;justify-content:flex-end;margin-top:auto;padding-top:.5rem}.snip-dash{color:#2471a3;font-weight:700;margin-right:.3rem}.notes-snip-card.left p,.notes-snip-card.right p{margin:0;font-weight:700;color:var(--brand-dark);line-height:1.5}.trial-cta-copy{text-align:center}.trial-cta-copy h2{margin-bottom:1rem}.trial-cta-copy p{margin:0 0 1.5rem;color:var(--text-muted);line-height:1.8;max-width:38rem;margin-left:auto;margin-right:auto}.trial-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}@media (max-width: 980px){.profile-testimonial-row{display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));gap:2rem;align-items:stretch}}@media (max-width: 700px){.instructor-card{grid-template-columns:1fr}.notes-snip-card{min-height:auto}.trial-cta-copy h2{font-size:clamp(1.8rem,6vw,2.2rem)}}.level-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2rem}.hero-notes p{margin:0 0 1rem;color:var(--text-muted);line-height:1.8}.hero-notes ul{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.hero-notes li{padding-left:1.2rem;position:relative;color:var(--text-dark);font-weight:600}.hero-notes li:before{content:"";position:absolute;left:0;top:.55rem;width:.65rem;height:.65rem;border-radius:999px;background:var(--brand-green)}.hero-notes li:nth-child(1):before{background:#101010}.hero-notes li:nth-child(2):before{background:#2a65d9}.hero-notes li:nth-child(3):before{background:#dc2f2f}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.8rem;border-radius:999px;font-weight:700;transition:transform .22s ease,background .22s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand-green);color:#fff}.btn-secondary{background:#fff;border:2px solid var(--brand-green);color:var(--brand-green)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:2rem}.feature-grid article{background:#fff;border-radius:28px;padding:2rem;box-shadow:var(--shadow)}.feature-grid h3{margin-top:0}.split-section{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;margin-top:3rem;align-items:start}.split-section ul{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:.85rem}.split-section li{background:#fff;border-left:4px solid var(--brand-accent);padding:1rem 1rem 1rem 1.25rem;border-radius:16px;color:var(--text-muted)}.info-card{background:linear-gradient(180deg,#44c08f2e,#114d340f);border:1px solid rgba(17,77,52,.12);border-radius:28px;padding:2rem;box-shadow:var(--shadow)}.info-card h3{margin-top:0}.brochure-highlights{display:grid;grid-template-columns:1.4fr .8fr;gap:2rem;margin-top:3rem;align-items:start}.brochure-highlights ul{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:.85rem}.brochure-highlights li{background:#fff;border-left:4px solid var(--brand-accent);padding:1rem 1rem 1rem 1.25rem;border-radius:16px;color:var(--text-muted)}.about-page{gap:1.25rem;padding-bottom:2rem}.about-hero{padding:2rem;border-radius:32px;background:linear-gradient(135deg,#f7b40029,#114d3414);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.25rem}.about-hero h2{margin:.3rem 0 1rem;font-size:clamp(2rem,3vw,2.8rem);color:var(--brand-dark)}.about-hero-badges{display:flex;flex-wrap:wrap;gap:.75rem}.about-hero-badges span{background:#fff;border:1px solid rgba(17,77,52,.1);border-radius:999px;padding:.55rem .95rem;color:var(--brand-dark);font-weight:700;font-size:.95rem}.about-highlights{display:grid;grid-template-columns:1.4fr .8fr;gap:1.25rem}.about-story-card,.about-summary-card{background:#fff;border-radius:24px;padding:1.75rem;box-shadow:var(--shadow)}.about-story-card h3,.about-summary-card h3{margin:.25rem 0 .75rem;color:var(--brand-dark)}.about-story-card p:last-child,.about-summary-card li{color:var(--text-muted);line-height:1.8}.about-summary-card ul{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.about-summary-card li{padding-left:1rem;position:relative}.about-summary-card li:before{content:"•";position:absolute;left:0;color:var(--brand-accent);font-weight:700}.about-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:.5rem}.about-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:var(--shadow);border:1px solid rgba(17,77,52,.06)}.about-card h3{margin-top:0;color:var(--brand-dark)}.about-card p{color:var(--text-muted);line-height:1.8}.course-page{gap:1rem}.course-hero{padding:2rem 0}.course-hero-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:start;background:#fff;padding:2.25rem;border-radius:32px;box-shadow:var(--shadow)}.course-hero-copy{display:grid;gap:1rem}.course-hero h2{margin:.3rem 0 1rem;font-size:clamp(2.5rem,4vw,3.6rem)}.course-hero-meta{background:#fffffff2;border:1px solid rgba(17,77,52,.08);border-radius:28px;padding:2rem}.course-hero-meta h3{margin:0 0 1rem;font-size:1.2rem}.course-hero-meta ul{list-style:none;padding:0;margin:0;display:grid;gap:.85rem}.course-hero-meta li{padding-left:1.1rem;position:relative;color:var(--text-muted);line-height:1.7}.course-hero-meta li:before{content:"✓";position:absolute;left:0;top:.12rem;color:var(--brand-green)}.course-focus-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.course-focus-tags span{background:#114d3414;color:var(--brand-dark);padding:.55rem .95rem;border-radius:999px;font-size:.9rem}.course-detail-btn{margin-top:1.5rem}.course-cta-strip{margin-top:2rem;padding:2rem;background:linear-gradient(180deg,#fff7d9,#fff3c7);border-radius:28px;display:grid;grid-template-columns:1.7fr 1fr;gap:1.5rem;align-items:center;box-shadow:var(--shadow)}.course-cta-copy{display:grid;gap:.75rem}.course-cta-copy h2{margin:0;font-size:clamp(1.8rem,3vw,2.4rem)}.course-cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end;align-items:center}.course-cta-actions .btn{width:220px;min-width:220px}@media (max-width: 680px){.course-cta-actions .btn{width:100%;min-width:auto}}.course-levels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2rem}.level-card{background:#fff;border-radius:28px;padding:2rem;box-shadow:var(--shadow)}.level-card-secondary{background:linear-gradient(180deg,#114d340f,#44c08f14)}.level-card h3{margin:.5rem 0 1rem}.level-subheading{margin-top:1.5rem;font-weight:700}.level-card ul{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.75rem}.level-card li{padding-left:1rem;position:relative}.level-card li:before{content:"•";position:absolute;left:0;color:var(--brand-green)}.course-comparison{margin-top:2rem;padding:2rem;background:#f7fbf6;border-radius:32px;box-shadow:var(--shadow)}.course-comparison h2{margin-bottom:1rem;font-size:clamp(2rem,3vw,2.6rem)}.comparison-grid{display:grid;gap:1px;background:#114d341f;border-radius:20px;overflow:hidden}.comparison-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1rem;padding:1rem 1.5rem;background:#fff;align-items:start}.comparison-row span{display:block;line-height:1.6}.comparison-head{background:#114d341a;font-weight:700;color:var(--text-dark)}.comparison-head span:first-child{color:var(--brand-dark)}.comparison-row:nth-child(2n){background:#f8fdf8}.learning-cycle{margin-top:2rem;padding:2rem;background:#fff;border-radius:28px;box-shadow:var(--shadow)}.learning-cycle h2{margin-bottom:1rem}.cycle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.cycle-grid article{background:var(--brand-light);border-radius:22px;padding:1.5rem}.cycle-grid h3{margin-top:0}.course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:1rem}@media (max-width: 900px){.course-levels,.cycle-grid{grid-template-columns:1fr}.comparison-row{grid-template-columns:1fr;padding:1rem}.comparison-row span:first-child{font-weight:700;color:var(--brand-dark);margin-bottom:.5rem}.comparison-row{gap:.5rem}}@media (max-width: 600px){.course-comparison{padding:1.5rem}.comparison-row{padding:.9rem}}.course-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:var(--shadow)}.course-card h3{margin-top:0}.course-card ul{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.7rem}.course-card li{background:var(--brand-light);border-left:4px solid var(--brand-accent);padding:.75rem .9rem;border-radius:12px;color:var(--text-muted)}.mentor-section{margin-top:3rem}.faculty-page{gap:1rem}.faculty-hero{padding:1rem 0 .5rem}.faculty-hero h2{margin:.3rem 0 1rem;font-size:clamp(2rem,3vw,2.8rem)}.faculty-section{margin-top:1rem}.faculty-card{grid-template-columns:220px 1fr}.mentor-card{display:grid;grid-template-columns:220px 1fr;gap:1rem;align-items:start;padding:1.25rem;background:#fff;border-radius:24px;box-shadow:var(--shadow)}.mentor-card img{width:100%;height:auto;max-height:220px;object-fit:cover;border-radius:16px}.mentor-copy h2{margin:.25rem 0 .75rem;font-size:clamp(1.3rem,2.2vw,1.6rem)}.mentor-copy p{margin:.5rem 0;color:var(--text-muted);line-height:1.6;font-size:.95rem}.mentor-points{margin:.5rem 0 1rem 1.2rem;padding:0;color:var(--text-muted);font-size:.95rem;line-height:1.7}.mentor-points li{margin-bottom:.5rem}.lens-section{padding:3rem 0 2rem;text-align:center}.lens-heading{font-size:clamp(1.6rem,2.5vw,2.2rem);margin-bottom:.5rem;color:var(--text-dark)}.lens-subheading{color:var(--text-muted);font-size:.95rem;margin-bottom:2rem}.lens-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.lens-card{background:#fff;border-radius:16px;border:1px solid #e8f0eb;padding:1.75rem 1.5rem;text-align:left}.lens-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#fdf6e3;font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.lens-card h3{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:var(--text-dark)}.lens-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin:0}.why-section{padding:3rem 0 2rem;text-align:center}.why-heading{font-size:clamp(1.6rem,2.5vw,2.2rem);margin-bottom:2rem;color:var(--text-dark)}.why-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-card{background:#fff;border-radius:16px;border:1px solid #e8f0eb;padding:1.75rem 1.5rem;text-align:left}.why-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#fdf6e3;font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.why-card h3{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:var(--text-dark)}.why-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin:0}.mission-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:#fdf6e3;border-radius:24px;padding:3rem;margin:1rem 0 2rem}.mission-heading{font-size:clamp(1.4rem,2.2vw,2rem);margin:0 0 1rem;color:var(--text-dark)}.mission-body{font-size:.95rem;color:var(--text-muted);line-height:1.7;margin:0}.mission-quote{border-left:4px solid #e6c96a;padding-left:1.25rem;margin:0;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:600;color:var(--text-dark);line-height:1.5}.faculty-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.25rem}.testimonial{margin:3rem 0 1rem;padding:2.5rem;background:#fff;border-radius:28px;box-shadow:var(--shadow);text-align:center}.testimonial h2{margin-bottom:1rem}.testimonial p{font-size:1.1rem;color:var(--text-muted);line-height:1.8}.testimonial span{display:block;margin-top:1.2rem;font-weight:700;color:var(--brand-green)}.content-page{max-width:960px;margin:0 auto;padding:2rem 0 4rem}.enquiry-panel{display:grid;gap:1.5rem;margin-bottom:2rem}.enquiry-panel h2{margin-top:0}.form-embed{background:#fff;border-radius:28px;padding:2rem;box-shadow:var(--shadow)}.form-card h3{margin-top:0}.iframe-wrapper{margin-top:1.5rem;border-radius:24px;overflow:hidden;min-height:650px;background:#f5f2ec}.iframe-wrapper iframe{width:100%;min-height:650px;border:0}.form-note{margin-top:1rem;color:var(--text-muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.btn-primary,.btn-secondary{min-width:180px}.site-footer{display:flex;flex-direction:column;gap:1.25rem;padding:2rem;background:linear-gradient(135deg,var(--brand-dark) 0%,#0c3b2a 100%);color:#fff;border-top:1px solid rgba(255,255,255,.14)}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:1.5rem;align-items:start}.footer-brand{display:grid;gap:.75rem}.footer-logo{width:140px;height:auto}.site-footer p,.footer-link{margin:0;color:#fff}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links h4{margin:0 0 .25rem;font-size:1rem}.footer-link{text-decoration:none;opacity:.86;transition:opacity .2s ease}.footer-link:hover,.footer-link.active{opacity:1}.footer-bottom{text-align:center;padding-top:.25rem;border-top:1px solid rgba(255,255,255,.14);font-size:.95rem}@media (max-width: 1100px){.about-highlights,.course-hero-grid,.course-cta-strip,.trial-cta-preview{grid-template-columns:1fr}.about-grid,.course-grid,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brochure-highlights,.split-section,.mentor-card,.faculty-card,.lens-cards,.why-cards{grid-template-columns:1fr}.mission-section{grid-template-columns:1fr;gap:1.5rem;padding:2rem}.notes-snip-card.left,.notes-snip-card.right{transform:none}}@media (max-width: 860px){.site-header{flex-direction:column;align-items:flex-start;gap:1rem}.brand{width:100%}.logo{width:220px}.footer-content{grid-template-columns:1fr 1fr}.main-nav{justify-content:flex-start;width:100%}.hero{min-height:480px;padding:2rem}.course-hero-grid,.course-cta-strip,.trial-cta-strip{padding:1.5rem}.course-cta-actions{justify-content:flex-start}.profile-testimonial-row,.faq-grid,.instructor-card{grid-template-columns:1fr}.instructor-left{flex-direction:row;align-items:center;gap:1rem}.instructor-photo{width:90px;min-width:90px;height:90px;border-radius:50%;max-height:unset;object-fit:cover}.instructor-badges{flex-direction:column;align-items:flex-start;max-width:unset;white-space:normal}.hero-copy h2{font-size:clamp(2.2rem,5vw,3rem)}main{padding:1.25rem}}@media (max-width: 680px){.site-header,main,.site-footer{padding-left:1rem;padding-right:1rem}.logo{width:180px}.main-nav{gap:.5rem}.main-nav a{padding:.7rem .95rem;font-size:.95rem}.footer-content,.about-grid,.course-grid,.feature-grid,.about-highlights,.course-hero-grid,.course-cta-strip,.trial-cta-preview{grid-template-columns:1fr}.hero{min-height:auto;padding:1.5rem;border-radius:24px}.hero-copy h2{font-size:clamp(1.8rem,6vw,2.4rem)}.hero-copy .lead,.hero-meta p{font-size:.95rem}.hero-actions{flex-direction:column;align-items:stretch}.btn,.btn-primary,.btn-secondary{width:100%;min-width:auto}.content-page,.form-embed,.testimonial,.course-card,.about-card,.mentor-card,.feature-grid article{padding:1.25rem}.concept-context-application,.notes-followup-panel{padding:1.25rem;border-radius:20px}.lens-section,.why-section{padding:1.5rem 0}.mission-section{padding:1.25rem;border-radius:20px}.page-content{gap:1.25rem}.iframe-wrapper,.iframe-wrapper iframe{min-height:480px}}@media (max-width: 400px){.main-nav a{padding:.55rem .65rem;font-size:.8rem}.hero-notes{border-radius:16px;padding:1rem}.comparison-head{display:none}}
