:root{--navy:#0A3d62;--blue:#0175c4;--blue-light:#e8f4fd;--grey-bg:#d9d9d9;--body:#333333;--white:#ffffff;--gold:#c9952a;--gold-light:#fdf6e3;--shape:rgba(1,117,196,0.13)}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:var(--body);background:var(--white);line-height:1.7}
h1,h2,h3{font-family:'Playfair Display',serif;color:var(--navy)}
nav{position:fixed;top:0;width:100%;z-index:100;background:var(--navy);padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:68px;box-shadow:0 2px 20px rgba(10,61,98,.25)}
.nav-logo{font-family:'Playfair Display',serif;color:var(--white);font-size:1.2rem;font-weight:700;text-decoration:none}
.nav-logo span{color:#7ec8f5}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{color:rgba(255,255,255,.85);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}
.nav-links a:hover{color:#7ec8f5}
.nav-cta{background:var(--gold);color:var(--white)!important;padding:8px 20px;border-radius:4px;font-weight:600!important;transition:background .2s!important}
.nav-cta:hover{background:#b8841f!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.hamburger span{width:24px;height:2px;background:white;border-radius:2px;display:block}
.hero{min-height:100vh;background:var(--navy);display:flex;align-items:center;padding:100px 5% 60px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;right:-80px;top:-80px;width:520px;height:520px;background:var(--shape);clip-path:polygon(50% 0%,0% 100%,100% 100%);transform:rotate(180deg)}
.hero::after{content:'';position:absolute;left:-60px;bottom:-60px;width:360px;height:360px;background:var(--shape);clip-path:polygon(50% 0%,0% 100%,100% 100%);transform:rotate(180deg);opacity:.5}
.hero-content{max-width:680px;position:relative;z-index:2;animation:fadeUp .9s ease both}
@keyframes fadeUp{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}
.hero-tag{display:inline-block;background:rgba(1,117,196,.25);color:#7ec8f5;font-size:.78rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:6px 16px;border-radius:2px;margin-bottom:1.2rem}
.hero h1{font-size:clamp(2.2rem,5vw,3.6rem);color:var(--white);line-height:1.15;margin-bottom:1.2rem}
.hero h1 em{color:#7ec8f5;font-style:normal}
.hero p{color:rgba(255,255,255,.8);font-size:1.05rem;max-width:560px;margin-bottom:2rem;line-height:1.8}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}
.btn-primary{background:var(--gold);color:var(--white);padding:14px 32px;border-radius:4px;text-decoration:none;font-weight:600;font-size:1rem;transition:background .2s,transform .15s;display:inline-block}
.btn-primary:hover{background:#b8841f;transform:translateY(-1px)}
.btn-secondary{border:1.5px solid rgba(255,255,255,.4);color:var(--white);padding:14px 32px;border-radius:4px;text-decoration:none;font-weight:500;font-size:1rem;transition:border-color .2s,background .2s;display:inline-block}
.btn-secondary:hover{border-color:#7ec8f5;background:rgba(126,200,245,.1)}
.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.12);flex-wrap:wrap}
.stat-num{font-family:'Playfair Display',serif;font-size:2rem;color:#7ec8f5;font-weight:700;line-height:1}
.stat-label{color:rgba(255,255,255,.6);font-size:.78rem;margin-top:4px}
section{padding:80px 5%}
.section-label{text-transform:uppercase;letter-spacing:2px;font-size:.73rem;font-weight:600;color:var(--blue);margin-bottom:.8rem}
.section-title{font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:1rem}
.section-sub{color:#666;font-size:1.05rem;max-width:580px}
.text-center{text-align:center}
.text-center .section-sub{margin:0 auto}
.about{background:var(--grey-bg)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1100px;margin:0 auto}
.about-card{background:var(--navy);border-radius:8px;padding:2.5rem;color:white;position:relative;overflow:hidden}
.about-card::before{content:'';position:absolute;right:-30px;top:-30px;width:200px;height:200px;background:var(--shape);clip-path:polygon(50% 0%,0% 100%,100% 100%);transform:rotate(180deg)}
.about-avatar{width:80px;height:80px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:2rem;color:white;font-weight:700;margin-bottom:1.2rem;position:relative;z-index:1}
.about-name{font-family:'Playfair Display',serif;font-size:1.4rem;color:white;margin-bottom:.3rem;position:relative;z-index:1}
.about-title-tag{color:#7ec8f5;font-size:.85rem;font-weight:500;position:relative;z-index:1;margin-bottom:1.5rem}
.badge-row{display:flex;flex-wrap:wrap;gap:8px;position:relative;z-index:1}
.badge{background:rgba(255,255,255,.12);color:rgba(255,255,255,.9);font-size:.73rem;padding:5px 12px;border-radius:2px;font-weight:500}
.about-text h2{margin-bottom:1.2rem}
.about-text p{color:#555;margin-bottom:1rem;line-height:1.8}
.about-highlights{margin-top:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.highlight-item{display:flex;align-items:flex-start;gap:10px}
.highlight-dot{width:8px;height:8px;background:var(--blue);border-radius:50%;margin-top:8px;flex-shrink:0}
.highlight-item p{color:#444;font-size:.9rem;margin:0;line-height:1.5}
.learn{background:white}
.learn-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem;max-width:1100px;margin-left:auto;margin-right:auto}
.learn-card{background:var(--blue-light);border-radius:6px;padding:1.8rem 1.5rem;border-left:4px solid var(--blue);transition:transform .2s}
.learn-card:hover{transform:translateY(-4px)}
.learn-icon{width:44px;height:44px;background:var(--navy);border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.learn-icon svg{width:22px;height:22px;fill:#7ec8f5}
.learn-card h3{font-size:1rem;color:var(--navy);margin-bottom:.4rem;font-family:'DM Sans',sans-serif;font-weight:600}
.learn-card p{font-size:.875rem;color:#555;line-height:1.6}
.pricing{background:var(--grey-bg)}
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.5rem;margin-top:2.5rem;max-width:1100px;margin-left:auto;margin-right:auto}
.price-card{background:white;border-radius:8px;padding:2rem;border:1.5px solid rgba(10,61,98,.1);position:relative;transition:box-shadow .2s,transform .2s}
.price-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(10,61,98,.12)}
.price-card.featured{border:2px solid var(--blue);background:var(--navy)}
.featured-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gold);color:white;font-size:.68rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 14px;border-radius:2px;white-space:nowrap}
.price-region{font-size:.72rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--blue);margin-bottom:.8rem}
.price-card.featured .price-region{color:#7ec8f5}
.price-card h3{font-size:1.1rem;color:var(--navy);margin-bottom:.3rem;font-family:'DM Sans',sans-serif;font-weight:600}
.price-card.featured h3{color:white}
.price-desc{font-size:.83rem;color:#777;margin-bottom:1.5rem}
.price-card.featured .price-desc{color:rgba(255,255,255,.6)}
.price-amount{font-family:'Playfair Display',serif;font-size:2.4rem;color:var(--navy);font-weight:700;line-height:1;margin-bottom:.3rem}
.price-card.featured .price-amount{color:#7ec8f5}
.price-unit{font-size:.78rem;color:#999;margin-bottom:1.2rem}
.price-card.featured .price-unit{color:rgba(255,255,255,.5)}
.price-alt{font-size:.83rem;color:#555;margin-bottom:1.5rem;padding:8px 12px;background:var(--blue-light);border-radius:4px}
.price-card.featured .price-alt{background:rgba(126,200,245,.1);color:rgba(255,255,255,.75)}
.price-list{list-style:none;margin-bottom:1.8rem}
.price-list li{font-size:.875rem;color:#444;padding:6px 0;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:flex-start;gap:8px}
.price-card.featured .price-list li{color:rgba(255,255,255,.8);border-bottom-color:rgba(255,255,255,.08)}
.price-list li::before{content:'✓';color:var(--blue);font-weight:700;flex-shrink:0}
.price-card.featured .price-list li::before{color:#7ec8f5}
.price-btn{display:block;width:100%;text-align:center;padding:12px;border-radius:4px;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .2s,transform .15s;background:var(--navy);color:white}
.price-btn:hover{background:var(--blue);transform:translateY(-1px)}
.price-card.featured .price-btn{background:var(--gold);color:white}
.price-card.featured .price-btn:hover{background:#b8841f}
.pricing-note{text-align:center;margin-top:2rem;color:#777;font-size:.875rem;max-width:1100px;margin-left:auto;margin-right:auto}
.process{background:white}
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem;max-width:1100px;margin-left:auto;margin-right:auto}
.step-card{text-align:center;padding:2rem 1.5rem}
.step-num{width:52px;height:52px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1.4rem;color:white;font-weight:700;margin:0 auto 1.2rem}
.step-card h3{font-size:1rem;color:var(--navy);margin-bottom:.5rem;font-family:'DM Sans',sans-serif;font-weight:600}
.step-card p{font-size:.875rem;color:#666;line-height:1.6}
.testimonials{background:var(--navy)}
.testimonials .section-label{color:#7ec8f5}
.testimonials .section-title{color:white}
.testimonials .section-sub{color:rgba(255,255,255,.65)}
.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.5rem;margin-top:3rem;max-width:1100px;margin-left:auto;margin-right:auto}
.testi-card{background:rgba(255,255,255,.07);border-radius:8px;padding:2rem;border:1px solid rgba(255,255,255,.1)}
.stars{color:var(--gold);font-size:1rem;margin-bottom:1rem;letter-spacing:2px}
.testi-text{color:rgba(255,255,255,.85);font-size:.93rem;line-height:1.75;margin-bottom:1.5rem;font-style:italic}
.testi-author{display:flex;align-items:center;gap:12px}
.testi-avatar{width:40px;height:40px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:.83rem;flex-shrink:0}
.testi-name{color:white;font-weight:600;font-size:.9rem}
.testi-from{color:rgba(255,255,255,.5);font-size:.78rem}
.resource{background:var(--gold-light);border-top:4px solid var(--gold)}
.resource-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.resource-text .section-label{color:var(--gold)}
.resource-text h2{color:var(--navy);margin-bottom:1rem}
.resource-text p{color:#555;margin-bottom:1.5rem}
.resource-preview{background:var(--navy);border-radius:8px;padding:2.5rem 2rem;text-align:center;position:relative;overflow:hidden}
.resource-preview::before{content:'';position:absolute;right:-20px;top:-20px;width:160px;height:160px;background:var(--shape);clip-path:polygon(50% 0%,0% 100%,100% 100%);transform:rotate(180deg)}
.pdf-icon{font-size:3.5rem;display:block;margin-bottom:1rem;position:relative;z-index:1}
.resource-preview h3{color:white;font-size:1.1rem;margin-bottom:.5rem;position:relative;z-index:1}
.resource-preview p{color:rgba(255,255,255,.65);font-size:.83rem;position:relative;z-index:1}
.youtube-section{background:white;text-align:center}
.yt-card{max-width:660px;margin:2rem auto 0;background:var(--grey-bg);border-radius:8px;padding:2.5rem 2rem;border:1.5px solid rgba(10,61,98,.08)}
.yt-icon{width:64px;height:64px;background:#ff0000;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}
.yt-icon svg{width:32px;height:32px;fill:white}
.yt-card h3{color:var(--navy);margin-bottom:.5rem}
.yt-card p{color:#666;font-size:.9rem;margin-bottom:1.5rem}
.contact{background:var(--navy)}
.contact .section-label{color:#7ec8f5}
.contact .section-title{color:white}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1100px;margin:2rem auto 0;align-items:start}
.contact-info p{color:rgba(255,255,255,.75);margin-bottom:2rem;line-height:1.8}
.contact-options{display:flex;flex-direction:column;gap:1rem}
.contact-option{display:flex;align-items:center;gap:14px;padding:1rem 1.2rem;background:rgba(255,255,255,.07);border-radius:6px;text-decoration:none;border:1px solid rgba(255,255,255,.1);transition:background .2s}
.contact-option:hover{background:rgba(255,255,255,.12)}
.contact-option-icon{width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.wa-icon{background:#25D366}
.email-icon{background:var(--blue)}
.tutoroo-icon{background:var(--gold)}
.contact-option-icon svg{width:20px;height:20px;fill:white}
.contact-option-label{font-size:.73rem;color:rgba(255,255,255,.5)}
.contact-option-text{font-size:.9rem;color:white;font-weight:500}
.booking-box{background:white;border-radius:8px;padding:2rem}
.booking-box h3{color:var(--navy);margin-bottom:1rem;font-size:1.2rem}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:.78rem;font-weight:600;color:#555;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 14px;border:1.5px solid rgba(10,61,98,.15);border-radius:4px;font-family:'DM Sans',sans-serif;font-size:.9rem;color:var(--body);background:white;transition:border-color .2s;outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue)}
.form-group textarea{resize:vertical;min-height:80px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.submit-btn{width:100%;background:var(--navy);color:white;padding:13px;border:none;border-radius:4px;font-size:.95rem;font-weight:600;font-family:'DM Sans',sans-serif;cursor:pointer;transition:background .2s;margin-top:.5rem}
.submit-btn:hover{background:var(--blue)}
footer{background:#071e30;padding:3rem 5% 2rem;text-align:center}
.footer-logo{font-family:'Playfair Display',serif;font-size:1.4rem;color:white;margin-bottom:.8rem}
.footer-logo span{color:#7ec8f5}
.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem}
.footer-links a{color:rgba(255,255,255,.5);text-decoration:none;font-size:.875rem;transition:color .2s}
.footer-links a:hover{color:#7ec8f5}
.footer-copy{color:rgba(255,255,255,.3);font-size:.78rem}
@media(max-width:768px){
  .nav-links{display:none}
  .hamburger{display:flex}
  .nav-links.open{display:flex;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:var(--navy);padding:1.5rem 5%;gap:1.2rem;border-top:1px solid rgba(255,255,255,.1)}
  .about-grid,.contact-grid,.resource-inner{grid-template-columns:1fr;gap:2.5rem}
  .form-row{grid-template-columns:1fr}
  .hero-stats{gap:1.5rem}
  .about-highlights{grid-template-columns:1fr}
}