:root{
  --forest:#063a2b;--forest-2:#03281e;--forest-3:#0a4937;
  --green:#65bf72;--green-2:#93d889;--lime:#c4eba7;
  --ink:#183128;--muted:#66766d;--paper:#fff;--bg:#f7faf7;--soft:#eef5ef;--line:#dce9df;
  --shadow:0 22px 60px rgba(5,52,39,.12);--shadow-deep:0 34px 80px rgba(2,37,27,.2);
  --radius-xl:34px;--radius-lg:24px;--radius-md:16px;--container:min(1240px,calc(100% - 48px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"Alexandria","Segoe UI",Tahoma,Arial,sans-serif;line-height:1.75;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
html[lang="en"] body{font-family:"Manrope","Segoe UI",Arial,sans-serif;line-height:1.6}
a{color:inherit}img,video{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.section{padding:86px 0}.section.soft{background:linear-gradient(180deg,#fbfdfb,#eef5ef)}
.eyebrow{margin:0 0 11px;color:#4ea75d;font-size:12px;font-weight:700;letter-spacing:.02em}.section-title{font-size:clamp(30px,3.2vw,46px);line-height:1.2;letter-spacing:-.025em;margin:0 0 17px;font-weight:700}.section-lead{font-size:14px;color:var(--muted);max-width:650px;margin:0;line-height:1.95}.muted{color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;text-decoration:none;cursor:pointer;border-radius:13px;padding:12px 19px;font-size:13px;font-weight:700;transition:.22s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#73ca7c,#55ad66);color:#fff;box-shadow:0 12px 28px rgba(69,151,87,.24)}.btn-outline{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.42);color:#fff;backdrop-filter:blur(9px)}.btn-soft{background:#edf6ed;color:var(--forest)}.btn-white{background:#fff;color:var(--forest)}
.icon{width:21px;height:21px;display:inline-block;flex:0 0 auto}.icon svg,.inline-icon{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Header */
.site-header{position:fixed;z-index:1000;top:0;left:0;right:0;background:linear-gradient(180deg,rgba(3,43,32,.98),rgba(3,43,32,.9));backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06);transition:.25s}.site-header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.12)}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:#fff;min-width:245px}.brand img{width:48px;height:48px;object-fit:contain;background:#fff;border-radius:13px;padding:3px}.brand-copy{display:flex;flex-direction:column;line-height:1.25}.brand-copy strong{font-size:14px;font-weight:700}.brand-copy small{font-size:9px;color:rgba(255,255,255,.66);margin-top:4px}.nav-links{display:flex;align-items:center;gap:29px}.nav-links a{color:rgba(255,255,255,.85);text-decoration:none;font-size:12px;font-weight:600;padding:26px 0 22px;position:relative}.nav-links a::after{content:"";position:absolute;left:0;right:0;bottom:13px;height:2px;border-radius:5px;background:var(--green-2);transform:scaleX(0);transition:.2s}.nav-links a:hover::after,.nav-links a.active::after{transform:scaleX(1)}.nav-links a.active{color:#fff}.nav-actions{display:flex;align-items:center;gap:8px}.round-btn,.lang-btn{width:38px;height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;display:grid;place-items:center;cursor:pointer}.lang-btn{font-family:Manrope,Arial,sans-serif;font-size:11px;font-weight:800}.menu-btn{display:none}.mobile-nav,.backdrop{display:none}

/* Hero */
.hero{position:relative;min-height:650px;background:#062f23;color:#fff;overflow:hidden;padding-top:74px}.hero-media{position:absolute;left:0;top:74px;bottom:0;width:58%;overflow:hidden}.hero-media video,.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 47%}.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,46,34,0) 0%,rgba(5,46,34,.18) 52%,#062f23 96%),linear-gradient(0deg,rgba(2,35,26,.1),rgba(2,35,26,.08))}.hero-inner{min-height:576px;display:grid;grid-template-columns:58% 42%;direction:ltr;align-items:center}.hero-copy{grid-column:2;direction:rtl;justify-self:end;width:100%;max-width:505px;padding-inline-start:30px}.sponsor{display:inline-flex;align-items:center;gap:8px;color:var(--green-2);font-size:11px;font-weight:700;margin-bottom:18px}.sponsor-dot{width:8px;height:8px;border-radius:50%;background:var(--green-2);box-shadow:0 0 0 6px rgba(147,216,137,.09)}.hero h1{font-size:clamp(46px,5vw,68px);line-height:1.13;letter-spacing:-.028em;margin:0 0 15px;font-weight:700}.hero h1 span,.hero h1 em{display:block;font-style:normal}.hero h1 span::after{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green-2);margin-inline-start:9px;vertical-align:middle}.hero p{font-size:14px;color:rgba(255,255,255,.78);margin:0 0 25px;line-height:1.9;max-width:470px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-actions .btn{min-width:155px}.hero-badges{display:none}

/* About */
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:88px;direction:ltr;align-items:center}.about-media,.about-copy{direction:rtl}.about-media{position:relative;padding:0 34px 28px 0}.about-photo{height:410px;border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.about-photo img{width:100%;height:100%;object-fit:cover}.leaf-decor{position:absolute;left:-4px;top:46px;width:68px;height:170px}.leaf-decor::before,.leaf-decor::after{content:"";position:absolute;width:62px;height:78px;border-radius:75% 10% 75% 10%;background:linear-gradient(135deg,#c9e9aa,#8dbd79);opacity:.82}.leaf-decor::before{top:0;transform:rotate(35deg)}.leaf-decor::after{bottom:0;transform:rotate(75deg)}.about-logo-card{position:absolute;left:0;bottom:0;width:128px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:15px;box-shadow:0 14px 35px rgba(5,52,39,.12);text-align:center}.about-logo-card img{width:52px;height:52px;object-fit:contain;margin:0 auto 6px}.about-logo-card b{font-size:10px;color:var(--forest)}.about-copy{max-width:670px}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.value{text-align:center;padding:8px 4px}.value-icon{width:46px;height:46px;margin:0 auto 9px;color:#56a565;display:grid;place-items:center}.value-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.value b{display:block;font-size:12px;font-weight:650;margin-bottom:2px}.value span{font-size:10px;color:var(--muted)}

/* Grades */
.grades-head{text-align:center;max-width:680px;margin:0 auto 30px}.grades-head .section-title{font-size:32px;margin-bottom:8px}.grades-head .section-lead{margin:auto}.grades-row{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.grade-card{min-height:126px;border:1px solid #dbe8dd;background:rgba(255,255,255,.75);border-radius:15px;padding:16px 9px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;transition:.22s;box-shadow:0 9px 25px rgba(7,58,43,.035)}.grade-card:hover{transform:translateY(-5px);border-color:#9dcea4;box-shadow:0 14px 28px rgba(7,58,43,.08)}.grade-icon{width:42px;height:42px;color:#4f9f5d;display:grid;place-items:center;margin-bottom:8px}.grade-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.grade-card b{font-size:12px;font-weight:600;color:#1f4435}

/* School life */
.life{background:linear-gradient(135deg,#063b2c,#043126 60%,#03271f);color:#fff}.life-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:52px;direction:ltr;align-items:center}.life-copy,.video-shell{direction:rtl}.life-copy h2{font-size:34px;margin-bottom:14px}.life-copy p{font-size:13px;color:rgba(255,255,255,.7);line-height:1.9;margin:0 0 20px}.video-shell{position:relative;border-radius:22px;background:#061d16;padding:8px;box-shadow:0 24px 55px rgba(0,0,0,.22);overflow:hidden}.video-shell iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:15px;display:block;background:#000}.video-caption{position:absolute;right:22px;top:21px;background:rgba(3,42,31,.72);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(8px);padding:7px 10px;border-radius:10px;color:#fff;font-size:10px}.video-fallback{display:none}

/* Pixel system coded dashboard */
.system-section{background:radial-gradient(circle at 20% 42%,#e6f4e7 0,transparent 31%),linear-gradient(180deg,#fff,#f7faf7)}.system-grid{display:grid;grid-template-columns:1.13fr .87fr;gap:68px;direction:ltr;align-items:center}.system-visual,.system-copy{direction:rtl}.system-copy .section-title{font-size:35px;max-width:520px}.system-copy .section-lead{font-size:13px}.system-features{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:25px}.system-feature{min-height:90px;border:1px solid #dfeadf;border-radius:14px;background:rgba(255,255,255,.74);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 6px}.system-feature .fi{width:35px;height:35px;color:#4d9d5b;display:grid;place-items:center}.system-feature .fi svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.system-feature b{font-size:9.5px;font-weight:600;margin-top:4px}.pixel-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;text-decoration:none;color:#398c4a;font-size:11px;font-weight:700}
.dashboard-wrap{position:relative;padding:25px 62px 30px 7px}.dashboard-device{border-radius:24px;overflow:hidden;background:#fbfdfb;border:1px solid #dce8df;box-shadow:0 30px 70px rgba(6,54,40,.15);display:grid;grid-template-columns:112px 1fr;min-height:430px;transform:perspective(1200px) rotateY(-2.5deg);transform-origin:center}.dash-side{background:linear-gradient(180deg,#0a4736,#063629);padding:18px 12px;color:#fff;display:flex;flex-direction:column}.dash-brand{display:flex;align-items:center;gap:7px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:14px}.dash-brand img{width:28px;height:28px;object-fit:contain;background:#fff;border-radius:8px;padding:2px}.dash-brand b{font-size:8px}.dash-menu{display:grid;gap:6px;margin-top:14px}.dash-menu span{font-size:7.5px;color:rgba(255,255,255,.7);padding:8px 7px;border-radius:8px}.dash-menu span.active{background:rgba(111,204,124,.22);color:#fff}.dash-main{padding:20px 21px 18px;background:linear-gradient(180deg,#fbfdfb,#f1f7f2)}.dash-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.dash-welcome strong{display:block;font-size:11px}.dash-welcome small{font-size:7px;color:var(--muted)}.dash-avatar{width:29px;height:29px;border-radius:50%;background:#e3f0e5;display:grid;place-items:center;color:#4f9f5d;font-size:12px}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.dash-stat{border:1px solid #e0ebe2;background:#fff;border-radius:11px;padding:10px}.dash-stat small{font-size:6.5px;color:#718077}.dash-stat strong{display:block;font-family:Manrope,Arial,sans-serif;font-size:17px;margin:4px 0 2px;color:#15352a}.dash-stat i{font-style:normal;font-size:6px;color:#4da95e}.dash-panels{display:grid;grid-template-columns:1.45fr .8fr;gap:10px;margin-top:10px}.dash-panel{background:#fff;border:1px solid #e0ebe2;border-radius:12px;padding:11px;min-height:145px}.dash-panel h4{font-size:7.5px;margin:0 0 12px}.line-chart{height:94px;position:relative;border-left:1px solid #e6eee7;border-bottom:1px solid #e6eee7;overflow:hidden}.line-chart::before,.line-chart::after{content:"";position:absolute;left:0;right:0;height:1px;background:#eef3ef}.line-chart::before{top:32%}.line-chart::after{top:66%}.chart-line{position:absolute;left:4%;right:3%;bottom:15%;height:62%;clip-path:polygon(0 77%,12% 58%,24% 67%,35% 40%,48% 49%,59% 33%,69% 38%,81% 15%,92% 27%,100% 4%,100% 100%,0 100%);background:linear-gradient(180deg,rgba(101,191,114,.35),rgba(101,191,114,.04));border-top:2px solid #58aa68}.donut{width:88px;height:88px;border-radius:50%;background:conic-gradient(#5ab76d 0 74%,#a0d59d 74% 92%,#e4eee5 92%);margin:13px auto;position:relative}.donut::after{content:"";position:absolute;inset:18px;border-radius:50%;background:#fff}.dash-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.dash-mini{background:#fff;border:1px solid #e0ebe2;border-radius:11px;padding:10px;min-height:84px}.dash-mini h5{font-size:7px;margin:0 0 8px}.mini-lines{display:grid;gap:6px}.mini-lines i{height:6px;border-radius:5px;background:#e9f0ea}.mini-lines i:nth-child(2){width:75%}.mini-lines i:nth-child(3){width:58%}.mini-progress{width:55px;height:55px;border-radius:50%;background:conic-gradient(#61bb71 0 76%,#e7eee8 76%);margin:auto;position:relative}.mini-progress::after{content:"75%";position:absolute;inset:9px;border-radius:50%;display:grid;place-items:center;background:#fff;font-family:Manrope,Arial,sans-serif;font-size:9px;font-weight:800}.system-phone{position:absolute;right:0;bottom:2px;width:118px;height:235px;background:#fbfdfb;border:8px solid #183d31;border-radius:30px;box-shadow:0 22px 45px rgba(3,42,30,.22);padding:20px 10px 12px;overflow:hidden}.phone-notch{position:absolute;top:5px;left:50%;transform:translateX(-50%);width:44px;height:7px;background:#183d31;border-radius:99px}.phone-logo{width:33px;height:33px;margin:auto;border-radius:10px;background:#eef7ef;display:grid;place-items:center}.phone-logo img{width:27px;height:27px;object-fit:contain}.phone-chip{height:18px;background:#e5f2e6;border-radius:8px;margin-top:14px}.phone-chip.short{width:72%;margin-inline:auto;margin-top:7px}.phone-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.phone-grid i{height:43px;background:#eef6ef;border-radius:11px;box-shadow:inset 0 0 0 1px #e1ece3}.phone-bar{height:42px;background:linear-gradient(135deg,#79d584,#54b86a);border-radius:12px;margin-top:10px}.float-tile{position:absolute;width:44px;height:44px;border-radius:13px;background:#fff;color:#4fa965;display:grid;place-items:center;box-shadow:0 12px 30px rgba(6,55,40,.12);border:1px solid #e3eee5}.tile-users{left:-13px;top:25%}.tile-calendar{right:112px;bottom:0}.float-tile svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* Registration CTA */
.reg-cta{padding:28px 0 58px;background:#f7faf7}.reg-band{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;background:linear-gradient(90deg,#15845d,#59be76);border:3px solid #e4f0e6;border-radius:24px;padding:19px 25px;color:#fff;box-shadow:0 15px 40px rgba(14,95,68,.16)}.wa-orb{width:68px;height:68px;border-radius:20px;background:rgba(255,255,255,.15);display:grid;place-items:center;border:1px solid rgba(255,255,255,.25)}.wa-orb svg{width:34px;height:34px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.reg-band h3{font-size:19px;margin:0 0 3px}.reg-band p{font-size:11px;color:rgba(255,255,255,.78);margin:0}.reg-actions{display:flex;gap:9px;align-items:center}.reg-actions .btn{font-size:11px;padding:10px 14px}

/* Footer */
.footer{background:#032b20;color:#fff;padding:38px 0 16px}.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:60px;direction:ltr;align-items:start}.footer-grid>div{direction:rtl}.footer-title{font-size:12px;margin:0 0 12px}.footer p,.footer a{font-size:10px;color:rgba(255,255,255,.64);text-decoration:none}.footer-contact{display:grid;gap:7px}.footer-logo{text-align:center}.footer-logo img{width:76px;height:76px;object-fit:contain;background:#fff;border-radius:19px;padding:4px;margin:auto}.footer-logo strong{display:block;margin-top:6px;font-size:12px}.footer-logo p{margin:2px 0 0}.footer-links{text-align:right;display:grid;gap:7px}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:26px;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:9px;color:rgba(255,255,255,.5)}.pixel-credit{color:var(--green-2)!important;font-weight:700!important}

/* Sub-pages */
.page-hero{padding-top:74px;min-height:360px;color:#fff;background:linear-gradient(135deg,#073b2c,#03281e);display:flex;align-items:center;position:relative;overflow:hidden}.page-hero::after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(147,216,137,.16);border-radius:50%;left:-120px;bottom:-240px}.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:clamp(36px,4.5vw,54px);margin:0 0 12px;line-height:1.18}.page-hero p{max-width:620px;color:rgba(255,255,255,.72);font-size:14px}.crumbs{display:flex;gap:8px;font-size:10px;color:var(--green-2);margin-bottom:14px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.content-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:var(--shadow)}.content-card h3{font-size:19px;margin:0 0 9px}.content-card p{font-size:12px;color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery-grid figure{margin:0;height:270px;border-radius:20px;overflow:hidden;position:relative}.gallery-grid img{width:100%;height:100%;object-fit:cover}.gallery-grid figcaption{position:absolute;bottom:12px;right:12px;background:rgba(3,43,32,.72);color:#fff;padding:7px 10px;border-radius:9px;font-size:9px;backdrop-filter:blur(8px)}
.registration-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:46px;align-items:start}.registration-intro{position:sticky;top:110px}.registration-form{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/3}.field label{font-size:10px;font-weight:700;color:#365346}.field input,.field select,.field textarea{width:100%;border:1px solid #dbe6dd;background:#fbfdfb;border-radius:12px;padding:12px 13px;outline:none;color:var(--ink);font-size:12px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#72bd7c;box-shadow:0 0 0 4px rgba(102,190,115,.1)}.field .invalid{border-color:#bd5061}.form-actions{margin-top:18px}.form-note{font-size:9px;color:var(--muted);margin-top:10px}.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;border-radius:26px;overflow:hidden;background:var(--forest);box-shadow:var(--shadow)}.contact-panel{padding:38px;color:#fff}.contact-panel h2{font-size:34px;margin:0 0 12px}.contact-panel p{font-size:12px;color:rgba(255,255,255,.65)}.contact-list{display:grid;margin-top:24px}.contact-list a{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;border-top:1px solid rgba(255,255,255,.12);padding:13px 0}.contact-list .ci{width:39px;height:39px;border-radius:12px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:var(--green-2)}.contact-list .ci svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-list small{display:block;font-size:8px;color:rgba(255,255,255,.5)}.contact-list strong{font-size:11px}.map-wrap{min-height:520px;position:relative}.map-wrap iframe{width:100%;height:100%;border:0;position:absolute;inset:0}

/* PWA / mobile nav */
.install-toast{position:fixed;left:50%;bottom:20px;z-index:1200;transform:translate(-50%,120%);opacity:0;visibility:hidden;transition:.35s;width:min(520px,calc(100% - 24px));background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.16);padding:11px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px}.install-toast.show{transform:translate(-50%,0);opacity:1;visibility:visible}.install-toast img{width:44px;height:44px;border-radius:11px}.install-toast strong{font-size:11px}.install-toast p{font-size:8px;color:var(--muted);margin:2px 0 0}.toast-x{border:0;background:transparent;font-size:20px;color:#87978e;cursor:pointer}.install-modal{position:fixed;inset:0;z-index:1300;background:rgba(2,31,23,.72);display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:.2s}.install-modal.show{opacity:1;visibility:visible}.install-card{width:min(410px,100%);background:#fff;border-radius:24px;padding:28px;position:relative;text-align:center}.install-card img{width:76px;height:76px;border-radius:19px;margin:auto}.install-card h3{font-size:20px;margin:14px 0 8px}.install-card p,.install-card li{font-size:10px;color:var(--muted)}.install-card ol{text-align:start;padding-inline-start:20px}.modal-close{position:absolute;top:12px;right:12px;border:0;background:#eef4ef;border-radius:10px;width:34px;height:34px;cursor:pointer}.reveal{opacity:0;transform:translateY(18px);transition:.65s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:none}

@media(max-width:1060px){
  :root{--container:min(920px,calc(100% - 32px))}.nav-links{display:none}.menu-btn{display:grid}.brand{min-width:auto}.about-grid,.system-grid{gap:42px}.system-features{grid-template-columns:repeat(3,1fr)}.dashboard-wrap{padding-right:50px}.system-phone{width:106px;height:210px}.values{gap:8px}.mobile-nav{display:block;position:fixed;z-index:1250;top:0;bottom:0;right:0;width:min(390px,88vw);background:#f8faf8;padding:22px;transform:translateX(110%);transition:.3s;box-shadow:-25px 0 60px rgba(0,0,0,.17)}.mobile-nav.open{transform:none}.mobile-top{display:flex;align-items:center;justify-content:space-between}.mobile-top img{width:70px}.mobile-close{border:0;background:#edf4ee;border-radius:10px;width:36px;height:36px;font-size:20px}.mobile-links{display:grid;margin-top:24px}.mobile-links a{text-decoration:none;font-size:17px;font-weight:650;padding:12px 0;border-bottom:1px solid var(--line)}.mobile-cta{display:grid;gap:8px;position:absolute;left:22px;right:22px;bottom:22px}.backdrop{display:block;position:fixed;inset:0;z-index:1200;background:rgba(2,27,20,.52);opacity:0;visibility:hidden;transition:.2s}.backdrop.show{opacity:1;visibility:visible}
}
@media(max-width:780px){
  :root{--container:calc(100% - 24px)}.section{padding:64px 0}.nav{height:66px}.brand img{width:43px;height:43px}.brand-copy strong{font-size:12px}.brand-copy small{font-size:8px}.hero{padding-top:66px;min-height:810px}.hero-media{top:66px;width:100%;height:49%}.hero-media::after{background:linear-gradient(0deg,#062f23 0%,rgba(6,47,35,.5) 50%,rgba(6,47,35,.06) 100%)}.hero-inner{min-height:744px;display:block;padding-top:390px;direction:rtl}.hero-copy{direction:rtl;max-width:none;padding:25px 0 38px}.hero h1{font-size:43px}.hero p{font-size:13px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.about-grid,.life-grid,.system-grid,.content-grid,.registration-layout,.contact-layout{grid-template-columns:1fr;direction:rtl;gap:34px}.about-media,.about-copy,.life-copy,.video-shell,.system-visual,.system-copy{direction:rtl}.about-media{padding:0 22px 22px}.about-photo{height:350px}.values{grid-template-columns:1fr 1fr}.grades-row{grid-template-columns:repeat(2,1fr)}.grade-card{min-height:112px}.life-grid{gap:26px}.video-shell{order:1}.life-copy{order:2}.system-visual{order:1}.system-copy{order:2}.dashboard-wrap{padding:16px 45px 24px 0}.dashboard-device{min-height:360px;grid-template-columns:86px 1fr}.dash-side{padding:14px 8px}.dash-menu span{font-size:6px}.dash-main{padding:14px}.dash-stats{grid-template-columns:1fr 1fr}.dash-panels{grid-template-columns:1fr}.dash-panel:nth-child(2){display:none}.dash-bottom{grid-template-columns:1fr 1fr}.dash-mini:nth-child(3){display:none}.system-phone{right:0;width:92px;height:184px;border-width:6px;border-radius:24px}.float-tile{display:none}.system-features{grid-template-columns:repeat(2,1fr)}.reg-band{grid-template-columns:1fr;text-align:center}.wa-orb{margin:auto}.reg-actions{justify-content:center}.footer-grid{grid-template-columns:1fr;gap:24px;text-align:center;direction:rtl}.footer-links{text-align:center}.footer-bottom{flex-direction:column;text-align:center}.registration-intro{position:static}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.contact-layout{overflow:visible;background:transparent;box-shadow:none}.contact-panel{background:var(--forest);border-radius:22px}.map-wrap{min-height:360px;border-radius:22px;overflow:hidden}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid figure{height:220px}
}
@media(max-width:480px){.hero{min-height:790px}.hero-inner{padding-top:370px}.hero h1{font-size:38px}.hero-actions{grid-template-columns:1fr}.about-photo{height:310px}.section-title{font-size:29px}.dashboard-wrap{padding-right:36px}.system-phone{width:82px;height:162px}.gallery-grid{grid-template-columns:1fr}.install-toast{bottom:76px;grid-template-columns:auto 1fr auto}.toast-x{position:absolute;top:3px;right:5px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.hero-media video{display:none}.reveal{opacity:1;transform:none}}
