body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#f5f7fb;
}

.edh-header{
    background:#071a3d;
    padding:20px;
}

.edh-header a{
    color:white;
    text-decoration:none;
    font-weight:bold;
}

.hero{
    background:#071a3d;
    color:white;
    padding:100px 50px;
}

.hero h1{
    font-size:60px;
}

.hero p{
    font-size:24px;
    color:#ffc107;
}

.btn{
    background:#ffc107;
    padding:12px 20px;
    text-decoration:none;
    color:black;
    border-radius:5px;
}

.edh-footer{
    background:#071a3d;
    color:white;
    padding:20px;
    text-align:center;
}
.container{
width:90%;
margin:auto;
}

.header-inner{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo a{
font-size:32px;
font-weight:700;
color:white;
text-decoration:none;
}

.main-nav ul{
display:flex;
gap:25px;
list-style:none;
margin:0;
padding:0;
}

.main-nav a{
color:white;
text-decoration:none;
font-size:18px;
}
.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.hero img{
max-width:100%;
border-radius:20px;
}
.main-nav ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    gap:30px;
}

.main-nav li{
    list-style:none;
}

.main-nav a{
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.main-nav a:hover{
    color:#ffc107;
}
.header-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    font-size:32px;
    font-weight:700;
}
.school-page{
padding:100px 0;
}

.about-section{
padding:80px 0;
background:#ffffff;
}

.about-section h2{
text-align:center;
margin-bottom:20px;
}

.about-section p{
text-align:center;
max-width:900px;
margin:auto;
font-size:18px;
}

.services-section{
padding:80px 0;
background:#f5f7fb;
}

.services-section h2{
text-align:center;
margin-bottom:40px;
}

.service-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.service-box{
background:white;
padding:30px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.1);
text-align:center;
}
.offer-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.1);
transition:.3s;
}

.offer-card:hover{
transform:translateY(-5px);
}

.offer-image img{
width:100%;
height:220px;
object-fit:cover;
display:block;
}

.offer-content{
padding:20px;
}

.offer-badge{
display:inline-block;
background:#ff5722;
color:#fff;
padding:6px 12px;
border-radius:30px;
font-size:13px;
font-weight:600;
margin-bottom:10px;
}

.offer-content h3{
margin:10px 0;
font-size:24px;
}

.offer-description{
margin-bottom:20px;
}

.offer-btn{
display:inline-block;
background:#001b52;
color:#fff;
padding:12px 20px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}
/* ==========================
   MOBILE RESPONSIVE FIX
========================== */

.menu-toggle{
display:none;
font-size:30px;
color:#fff;
cursor:pointer;
}

@media only screen and (max-width:768px){

.container{
width:95%;
}

/* Header */

.header-inner{
flex-direction:column;
align-items:center;
gap:15px;
}

.logo a{
font-size:26px;
}

.menu-toggle{
display:block;
}

.main-nav{
width:100%;
}

.main-nav ul{
display:flex !important;
flex-direction:column !important;
align-items:center;
gap:12px !important;
}

/* Hero */

.hero-grid{
display:flex !important;
flex-direction:column !important;
gap:25px;
}

.hero-content,
.hero-left,
.hero-image,
.hero-right{
width:100% !important;
}

.hero-image img,
.hero-right img,
.hero img{
width:100% !important;
max-width:100% !important;
height:auto !important;
display:block;
margin:auto;
}

/* Text */

.hero-content h1,
.hero-left h1{
font-size:38px !important;
line-height:1.2;
text-align:center;
}

.hero-content p,
.hero-left p{
font-size:18px !important;
text-align:center;
}

/* Features */

.feature-row{
display:flex !important;
flex-direction:column !important;
gap:15px;
}

.feature-item{
width:100% !important;
box-sizing:border-box;
}

/* Buttons */

.hero-buttons{
display:flex;
flex-direction:column;
gap:12px;
}

.hero-buttons a,
.btn,
.premium-btn,
.whatsapp-btn{
width:100%;
display:block;
text-align:center;
box-sizing:border-box;
}

/* Services */

.service-grid{
grid-template-columns:1fr !important;
}

.service-box,
.offer-card{
width:100%;
box-sizing:border-box;
}

.about-section h2,
.services-section h2{
font-size:30px;
}

}
/* SCHOOL MANAGEMENT PREMIUM */

.trusted-badge{
display:inline-block;
background:#fff;
padding:12px 25px;
border-radius:50px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
font-weight:700;
margin-bottom:30px;
}

.hero-content h1{
font-size:60px;
margin-bottom:15px;
}

.hero-content p{
font-size:20px;
line-height:1.7;
margin-bottom:30px;
}

.feature-row{
display:flex;
gap:15px;
margin:30px 0;
}

.feature-item{
flex:1;
background:#fff;
padding:18px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.hero-buttons{
display:flex;
gap:15px;
margin-top:25px;
}

.premium-btn{
background:#001b52;
color:#fff;
padding:14px 25px;
border-radius:10px;
text-decoration:none;
font-weight:600;
}

.whatsapp-btn{
background:#25D366;
color:#fff;
padding:14px 25px;
border-radius:10px;
text-decoration:none;
font-weight:600;
}

.hero-image img{
width:100%;
max-width:550px;
height:auto;
border-radius:20px;
display:block;
margin:auto;
}

/* MOBILE */

@media(max-width:768px){

.hero-grid{
display:block !important;
}

.hero-content{
width:100%;
}

.hero-image{
margin-top:25px;
text-align:center;
}

.hero-image img{
max-width:100%;
width:100%;
}

.feature-row{
flex-direction:column;
}

.hero-buttons{
flex-direction:column;
}

.hero-content h1{
font-size:42px;
text-align:center;
}

.hero-content p{
text-align:center;
}

.trusted-badge{
width:auto;
text-align:center;
}

}
/* MOBILE FIX */

@media screen and (max-width:768px){

.header-inner{
flex-direction:column;
text-align:center;
}

.logo a{
font-size:26px !important;
}

.main-nav ul{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:10px;
padding:10px 0;
}

.main-nav a{
font-size:15px !important;
}

.hero-grid{
grid-template-columns:1fr !important;
}

.hero-content,
.hero-left{
width:100%;
}

.hero-image,
.hero-right{
width:100%;
text-align:center;
}

.hero-image img,
.hero-right img{
width:100% !important;
max-width:100% !important;
height:auto !important;
display:block;
margin:auto;
}

.school-page{
padding:40px 0 !important;
}

.feature-row{
display:flex;
flex-direction:column;
gap:15px;
}

.service-grid{
grid-template-columns:1fr !important;
}

.service-box,
.offer-card{
width:100%;
box-sizing:border-box;
}

h1{
font-size:36px !important;
line-height:1.2;
}

p{
font-size:16px !important;
}

.container{
width:95%;
}

}
@media screen and (max-width:768px){

.hero-grid{
display:flex !important;
flex-direction:column !important;
}

.hero-image{
display:block !important;
width:100% !important;
margin-top:20px;
}

.hero-image img{
width:100% !important;
max-width:350px !important;
height:auto !important;
display:block;
margin:auto;
border-radius:15px;
}

}
/* MOBILE MENU */

.menu-toggle{
display:none;
cursor:pointer;
font-size:40px;
color:#fff;
}

@media (max-width:768px){

.menu-toggle{
display:block;
margin-top:15px;
}

.main-nav{
display:none;
width:100%;
}

.main-nav.active{
display:block;
}

.main-nav ul{
display:flex;
flex-direction:column;
text-align:center;
gap:20px;
padding:20px 0;
}

}
/* =========================================================
   EDH PREMIUM VISUAL REFRESH
   Visual-only layer: no PHP, links, forms, or functionality changed.
========================================================= */
:root{
    --edh-ink: oklch(22% .025 246);
    --edh-muted: oklch(48% .025 246);
    --edh-soft: oklch(96% .012 246);
    --edh-line: oklch(89% .018 246);
    --edh-navy: oklch(28% .105 250);
    --edh-blue: oklch(54% .205 252);
    --edh-blue-dark: oklch(40% .17 252);
    --edh-cyan: oklch(74% .14 207);
    --edh-gold: oklch(82% .16 86);
    --edh-white: oklch(99% .004 246);
    --edh-radius: 18px;
    --edh-shadow: 0 18px 50px oklch(24% .04 250 / .10);
    --edh-ease: cubic-bezier(.16,1,.3,1);
}

html{scroll-behavior:smooth}
body{
    margin:0;
    background:var(--edh-soft);
    color:var(--edh-ink);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
    font-size:16px;
    line-height:1.65;
    -webkit-font-smoothing:antialiased;
}
*,*:before,*:after{box-sizing:border-box}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
h1,h2,h3,h4{color:var(--edh-ink);line-height:1.12;letter-spacing:-.035em;text-wrap:balance}
p{color:var(--edh-muted);text-wrap:pretty}

/* Header */
.edh-header{
    position:sticky;top:0;z-index:999;
    padding:14px 0;
    background:oklch(99% .004 246 / .91);
    border-bottom:1px solid var(--edh-line);
    box-shadow:0 8px 30px oklch(22% .03 246 / .06);
    backdrop-filter:blur(16px);
}
.header-inner{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.logo{font-size:0}
.logo a{display:inline-flex;align-items:center;gap:10px;color:var(--edh-navy);font-size:24px;font-weight:800;letter-spacing:-.05em}
.logo a:before{content:"ED";display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--edh-navy);color:var(--edh-gold);font-size:12px;letter-spacing:.04em}
.main-nav ul{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none}
.main-nav li{list-style:none}
.main-nav a{display:inline-flex;align-items:center;min-height:42px;padding:8px 14px;border-radius:10px;color:var(--edh-muted);font-size:14px;font-weight:700;letter-spacing:.01em;transition:background .2s var(--edh-ease),color .2s var(--edh-ease),transform .2s var(--edh-ease)}
.main-nav a:hover{background:var(--edh-soft);color:var(--edh-blue);transform:translateY(-1px)}
.menu-toggle{border-radius:10px;padding:5px 10px;color:var(--edh-navy);background:transparent}

/* Shared hero */
.school-page,.hero{position:relative;overflow:hidden;background:var(--edh-navy);color:var(--edh-white);padding:104px 0 112px}
.school-page:before,.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 18%,oklch(66% .17 236 / .25),transparent 35%),radial-gradient(circle at 12% 92%,oklch(43% .16 280 / .28),transparent 36%);pointer-events:none}
.school-page>.container,.hero>.container{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);gap:70px;align-items:center}
.trusted-badge{display:inline-flex;align-items:center;gap:8px;margin:0 0 26px;padding:8px 14px;border:1px solid oklch(99% .004 246 / .18);border-radius:999px;background:oklch(99% .004 246 / .08);color:var(--edh-gold);font-size:13px;font-weight:800;letter-spacing:.04em;box-shadow:none}
.hero-content h1,.hero-left h1{margin:0 0 22px;color:var(--edh-white);font-size:clamp(42px,5.5vw,76px);font-weight:800;line-height:1.02;letter-spacing:-.065em}
.hero-content h1 span,.hero-left h1 span{color:var(--edh-cyan)!important}
.hero-content p,.hero-left p{max-width:610px;margin:0 0 30px;color:oklch(92% .014 246);font-size:18px;line-height:1.75}
.hero-image,.hero-right{position:relative}
.hero-image:after,.hero-right:after{content:"";position:absolute;inset:auto 7% -16px 7%;height:24px;border-radius:50%;background:oklch(8% .04 250 / .28);filter:blur(14px);z-index:0}
.hero-image img,.hero-right img{position:relative;z-index:1;width:100%;display:block;border:8px solid oklch(99% .004 246 / .12);border-radius:24px;box-shadow:0 28px 70px oklch(8% .04 250 / .28)}
.feature-row{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 30px}
.feature-item{display:flex;align-items:center;gap:10px;min-height:68px;padding:12px 14px;border:1px solid oklch(99% .004 246 / .13);border-radius:14px;background:oklch(99% .004 246 / .07);color:oklch(96% .01 246);box-shadow:none;font-size:13px;line-height:1.35}
.feature-item strong{display:block;color:var(--edh-white);font-size:14px}
.hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.premium-btn,.whatsapp-btn,.btn,.offer-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 21px;border-radius:11px;font-size:14px;font-weight:800;letter-spacing:.01em;transition:transform .2s var(--edh-ease),box-shadow .2s var(--edh-ease),background .2s var(--edh-ease)}
.premium-btn{background:var(--edh-gold);color:var(--edh-navy);box-shadow:0 10px 24px oklch(82% .16 86 / .18)}
.premium-btn:hover{background:oklch(88% .14 86);color:var(--edh-navy);transform:translateY(-2px);box-shadow:0 14px 28px oklch(82% .16 86 / .25)}
.whatsapp-btn{border:1px solid oklch(99% .004 246 / .3);background:oklch(99% .004 246 / .08);color:var(--edh-white)}
.whatsapp-btn:hover{background:oklch(99% .004 246 / .16);color:var(--edh-white);transform:translateY(-2px)}
.trusted-circle{z-index:2;right:-20px;top:28px;width:116px;height:116px;border:6px solid oklch(99% .004 246 / .8);background:var(--edh-gold);color:var(--edh-navy);font-size:12px;box-shadow:var(--edh-shadow)}

/* Sections */
.about-section,.services-section{padding:104px 0}
.about-section{background:var(--edh-white)}
.services-section{background:var(--edh-soft)}
.about-section h2,.services-section h2{margin:0 0 16px;color:var(--edh-ink);font-size:clamp(32px,4vw,48px);font-weight:800;text-align:center}
.about-section p{max-width:720px;margin:0 auto;color:var(--edh-muted);font-size:18px;line-height:1.8;text-align:center}
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:42px}
.service-box{min-height:205px;padding:28px 24px;border:1px solid var(--edh-line);border-radius:var(--edh-radius);background:var(--edh-white);box-shadow:0 8px 26px oklch(22% .03 246 / .045);text-align:left;transition:transform .25s var(--edh-ease),box-shadow .25s var(--edh-ease),border-color .25s var(--edh-ease)}
.service-box:before{content:"";display:block;width:34px;height:4px;margin-bottom:26px;border-radius:999px;background:var(--edh-blue)}
.service-box:hover{transform:translateY(-6px);border-color:oklch(54% .205 252 / .35);box-shadow:var(--edh-shadow)}
.service-box h3{margin:0 0 10px;font-size:19px}
.service-box p{margin:0;font-size:14px;line-height:1.65}

/* Offers and customer pages */
.offer-card{border:1px solid var(--edh-line);border-radius:var(--edh-radius);background:var(--edh-white);box-shadow:var(--edh-shadow);overflow:hidden}
.offer-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px oklch(24% .04 250 / .14)}
.offer-image img{height:230px;object-fit:cover}
.offer-content{padding:24px}
.offer-badge{background:oklch(64% .17 35);padding:6px 10px;border-radius:999px;font-size:11px;letter-spacing:.06em;text-transform:uppercase}
.offer-content h3{margin:12px 0 8px;font-size:24px}
.offer-description{color:var(--edh-muted);font-size:14px;line-height:1.65}
.offer-btn{width:100%;background:var(--edh-navy);color:var(--edh-white)}
.offer-btn:hover{background:var(--edh-blue);color:var(--edh-white);transform:translateY(-2px)}
.customer-dashboard{padding:72px 0;max-width:1180px}
.customer-dashboard h1{margin:0 0 32px;font-size:clamp(34px,5vw,56px)}
.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.dash-card{min-height:150px;display:grid;place-items:center;padding:24px;border:1px solid oklch(99% .004 246 / .12);border-radius:var(--edh-radius);background:var(--edh-navy);font-size:17px;font-weight:800;box-shadow:var(--edh-shadow);transition:transform .2s var(--edh-ease),background .2s var(--edh-ease)}
.dash-card:hover{background:var(--edh-blue);color:var(--edh-white);transform:translateY(-4px)}

/* Footer */
.edh-footer{padding:34px 0;background:var(--edh-navy);border-top:1px solid oklch(99% .004 246 / .08);text-align:center}
.edh-footer p{margin:0;color:oklch(82% .015 246);font-size:13px}

/* Accessible focus */
a:focus-visible,.menu-toggle:focus-visible,input:focus-visible,button:focus-visible{outline:3px solid var(--edh-gold);outline-offset:3px}

@media (max-width:900px){
    .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .hero-grid{gap:42px}
}
@media (max-width:768px){
    .container{width:min(100% - 32px,620px)}
    .edh-header{padding:10px 0}
    .header-inner{flex-wrap:wrap;gap:10px}
    .logo a{font-size:21px}
    .menu-toggle{display:block;font-size:0}
    .menu-toggle:after{content:"☰";font-size:28px}
    .main-nav{display:none;width:100%;padding-top:8px}
    .main-nav.active{display:block}
    .main-nav ul{display:flex;flex-direction:column;align-items:stretch;gap:4px;padding:8px 0}
    .main-nav a{justify-content:center;width:100%}
    .school-page,.hero{padding:72px 0 76px}
    .hero-grid{grid-template-columns:1fr;gap:36px}
    .hero-content h1,.hero-left h1{font-size:clamp(40px,12vw,58px);text-align:left}
    .hero-content p,.hero-left p{font-size:16px}
    .feature-row{display:grid;grid-template-columns:1fr;gap:10px}
    .feature-item{width:100%}
    .hero-buttons{display:grid;grid-template-columns:1fr}
    .premium-btn,.whatsapp-btn,.btn{width:100%}
    .hero-image img,.hero-right img{border-width:5px;border-radius:18px}
    .trusted-circle{position:static;margin:18px auto 0}
    .about-section,.services-section{padding:72px 0}
    .about-section p{font-size:16px}
    .service-grid{grid-template-columns:1fr;gap:14px;margin-top:30px}
    .service-box{min-height:0;padding:24px}
    .dashboard-grid{grid-template-columns:1fr}
    .customer-dashboard{padding:48px 0}
}
