
:root{
  --blue:#0B4DBA;--blue2:#062C80;--orange:#FF7A00;--dark:#101828;--muted:#667085;--light:#F4F8FF;--white:#fff;--border:#E4EAF5;--shadow:0 18px 50px rgba(11,77,186,.12);
  --radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--dark);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}p{margin:0 0 16px}.container{width:min(1180px,92%);margin:auto}.section{padding:80px 0}.section-lite{background:linear-gradient(180deg,#fff 0%,#f5f8ff 100%)}.section-title{max-width:760px;margin:0 auto 36px;text-align:center}.eyebrow{color:var(--orange);font-weight:800;letter-spacing:.12em;font-size:13px;text-transform:uppercase}.section-title h2,.page-copy h2{font-size:clamp(30px,4vw,46px);line-height:1.12;margin:8px 0 14px;color:var(--blue2)}.section-title p{color:var(--muted);font-size:18px}.accent{color:var(--orange)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 22px;font-weight:800;border:2px solid transparent;transition:.25s ease;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--orange),#ff9d2d);color:#fff;box-shadow:0 12px 24px rgba(255,122,0,.25)}.btn-blue{background:linear-gradient(135deg,var(--blue),#08338d);color:#fff;box-shadow:0 12px 24px rgba(11,77,186,.25)}.btn-outline{background:#fff;color:var(--blue);border-color:#d9e6ff}.btn:hover{transform:translateY(-2px)}.topbar{background:#07255f;color:#fff;font-size:14px}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:8px 0}.topbar a{color:#fff;opacity:.95}.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(228,234,245,.85)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;height:78px}.brand img{width:270px;height:auto}.nav{display:flex;align-items:center;gap:8px}.nav a,.dropbtn{padding:12px 13px;color:#1f2a44;font-weight:700;border-radius:12px;font-size:15px;background:none;border:none;cursor:pointer}.nav a:hover,.drop:hover .dropbtn,.nav .active{background:#f1f6ff;color:var(--blue)}.drop{position:relative}.drop-menu{position:absolute;top:44px;left:0;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:8px;min-width:250px;display:none}.drop:hover .drop-menu{display:block}.drop-menu a{display:block;white-space:nowrap}.hamb{display:none;background:var(--blue);color:#fff;border:none;border-radius:12px;font-size:24px;width:46px;height:46px}.hero{position:relative;min-height:720px;overflow:hidden}.slider,.slide{position:absolute;inset:0}.slide{opacity:0;transition:opacity .8s ease;background-size:cover;background-position:center}.slide.active{opacity:1}.slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,28,79,.78) 0%,rgba(5,28,79,.58) 34%,rgba(5,28,79,.12) 66%,rgba(255,255,255,.08) 100%)}.hero-content{position:relative;z-index:2;min-height:720px;display:flex;align-items:center;color:#fff}.hero-box{max-width:700px}.hero .eyebrow{color:#ffd3a6}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.04;margin:12px 0 16px}.hero p{font-size:20px;color:#eef5ff;max-width:620px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.hero-info{display:flex;gap:16px;flex-wrap:wrap;margin-top:26px}.hero-pill{padding:10px 14px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.10);font-weight:700}.dots{position:absolute;z-index:3;bottom:32px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.dot{width:11px;height:11px;border-radius:50%;background:rgba(255,255,255,.55);border:0}.dot.active{background:var(--orange);width:32px;border-radius:20px}.quick-card{position:relative;margin-top:-64px;z-index:5}.quick-grid{background:#fff;border-radius:28px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid var(--border)}.quick-item{padding:26px;text-align:center;background:#fff}.quick-item strong{display:block;color:var(--blue);font-size:22px}.quick-icon{width:54px;height:54px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:#eff5ff;color:var(--blue);font-size:26px;margin-bottom:10px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.college-card,.blog-card,.info-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 35px rgba(11,77,186,.08);transition:.28s ease}.college-card:hover,.blog-card:hover,.info-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.college-card img{aspect-ratio:800/550;width:100%;object-fit:cover}.card-body{padding:22px}.card-body h3{margin:0 0 10px;font-size:24px;color:var(--blue2)}.card-body p{color:var(--muted)}.tag{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;background:#fff3e8;color:#bf5400;margin-bottom:10px}.grid-2{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.about-img{border-radius:30px;box-shadow:var(--shadow);overflow:hidden}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}.feature{display:flex;gap:12px;align-items:flex-start;padding:18px;border:1px solid var(--border);border-radius:18px;background:#fff}.feature span{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#eff5ff;color:var(--blue);font-size:22px;flex:0 0 42px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;counter-reset:step}.process-card{padding:26px;background:#fff;border:1px solid var(--border);border-radius:22px;position:relative}.process-card::before{counter-increment:step;content:counter(step);position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:50%;background:var(--orange);color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center}.process-card h3{color:var(--blue2);margin:0 0 8px}.course-pills{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.course-pills span{padding:12px 16px;border-radius:999px;background:#fff;border:1px solid var(--border);box-shadow:0 8px 20px rgba(11,77,186,.06);font-weight:800;color:var(--blue2)}.cta{background:linear-gradient(135deg,var(--blue2),var(--blue));color:#fff;border-radius:34px;padding:46px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;box-shadow:var(--shadow);position:relative;overflow:hidden}.cta::after{content:"";position:absolute;right:-90px;bottom:-120px;width:280px;height:280px;background:radial-gradient(circle,var(--orange),transparent 70%);opacity:.75}.cta h2{margin:0 0 10px;font-size:clamp(28px,4vw,46px)}.cta p{color:#dceaff}.footer{background:#061b49;color:#dce7ff;padding-top:64px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1fr;gap:34px}.footer img{width:260px;background:#fff;border-radius:14px;padding:6px;margin-bottom:16px}.footer h3{color:#fff;margin:0 0 16px}.footer a{display:block;color:#dce7ff;margin:8px 0}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:44px;padding:18px 0;text-align:center;color:#aebbe3}.float-actions{position:fixed;right:20px;bottom:20px;z-index:1000;display:flex;flex-direction:column;gap:10px}.float-actions a,.float-actions button{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;color:#fff;font-size:23px;box-shadow:0 12px 28px rgba(0,0,0,.22);cursor:pointer}.float-call{background:var(--blue)}.float-wa{background:#18b358}.float-top{background:var(--orange)}.page-hero{padding:42px 0 0;background:linear-gradient(180deg,#f5f8ff,#fff)}.page-banner{border-radius:0 0 36px 36px;overflow:hidden;box-shadow:var(--shadow);margin-top:24px}.page-banner img{width:100%;height:auto}.breadcrumb{font-weight:700;color:var(--blue);display:flex;gap:6px;flex-wrap:wrap}.page-copy{padding:60px 0}.split{display:grid;grid-template-columns:1fr 360px;gap:34px}.side-card{position:sticky;top:96px;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:0 10px 35px rgba(11,77,186,.08);padding:24px}.side-card h3{margin-top:0;color:var(--blue2)}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0}.fact{padding:18px;background:#f6f9ff;border:1px solid var(--border);border-radius:18px}.fact strong{display:block;color:var(--blue);font-size:20px}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:20px;background:#fff;margin:24px 0}.fee-table{width:100%;border-collapse:collapse;min-width:720px}.fee-table th,.fee-table td{padding:14px 16px;border-bottom:1px solid var(--border);text-align:left}.fee-table th{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff}.fee-table tr:last-child td{border-bottom:none}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery img{height:220px;width:100%;object-fit:cover;border-radius:18px;border:1px solid var(--border)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card img{aspect-ratio:16/9;width:100%;object-fit:cover}.blog-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:14px;margin-bottom:8px}.blog-article{max-width:900px;margin:auto}.blog-article .featured{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);margin:24px 0 36px}.blog-article h1{font-size:clamp(34px,5vw,58px);line-height:1.05;color:var(--blue2);margin:16px 0}.blog-article h2{color:var(--blue2);margin-top:32px}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px}.contact-box{background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:0 12px 34px rgba(11,77,186,.08);padding:26px}.contact-row{display:flex;gap:14px;align-items:flex-start;margin:18px 0}.contact-row span{width:46px;height:46px;border-radius:14px;background:#eff5ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:24px}.form{display:grid;gap:15px}.form input,.form select,.form textarea{width:100%;border:1px solid #d7dfef;border-radius:14px;padding:14px 16px;font:inherit;outline:none}.form textarea{min-height:120px;resize:vertical}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,77,186,.12)}.faq{max-width:880px;margin:auto}.faq-item{background:#fff;border:1px solid var(--border);border-radius:18px;margin:12px 0;overflow:hidden}.faq-q{width:100%;background:#fff;border:none;text-align:left;padding:18px 20px;font-weight:900;font-size:16px;display:flex;justify-content:space-between;cursor:pointer}.faq-a{display:none;padding:0 20px 18px;color:var(--muted)}.faq-item.open .faq-a{display:block}.legal{max-width:900px;margin:auto;background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow);padding:34px}.legal h1{color:var(--blue2)}.legal h2{color:var(--blue2);margin-top:30px}.notice{padding:14px 18px;background:#fff8ef;border:1px solid #ffd7ae;border-radius:16px;color:#7a3b00;margin:20px 0}.hide-desktop{display:none}
@media(max-width:1020px){.cards,.blog-grid{grid-template-columns:repeat(2,1fr)}.quick-grid,.process{grid-template-columns:repeat(2,1fr)}.grid-2,.split,.contact-layout,.cta{grid-template-columns:1fr}.side-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.hero,.hero-content{min-height:650px}}
@media(max-width:820px){.topbar .container{flex-direction:column;align-items:flex-start;gap:4px}.brand img{width:220px}.hamb{display:block}.nav{position:absolute;top:78px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);box-shadow:var(--shadow);padding:14px;display:none;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a,.dropbtn{display:block;text-align:left}.drop-menu{position:static;box-shadow:none;border:none;display:none;padding-left:16px}.drop.open .drop-menu{display:block}.drop:hover .drop-menu{display:none}.drop.open:hover .drop-menu{display:block}.header-cta{display:none}.hero,.hero-content{min-height:620px}.slide::after{background:linear-gradient(180deg,rgba(5,28,79,.80),rgba(5,28,79,.55))}.hero p{font-size:17px}.hero-actions{gap:10px}.quick-card{margin-top:20px}.quick-grid{grid-template-columns:1fr}.section{padding:58px 0}.cards,.blog-grid,.process,.facts,.gallery{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.cta{padding:30px}.contact-box{padding:20px}.float-actions{right:14px;bottom:14px}.hide-mobile{display:none}.hide-desktop{display:block}.page-banner{border-radius:0 0 22px 22px}.page-copy{padding:42px 0}.gallery img{height:210px}}
@media(max-width:520px){.hero h1{font-size:38px}.btn{width:100%;padding:12px 18px}.hero-info{gap:8px}.hero-pill{font-size:13px}.section-title h2{font-size:29px}.card-body h3{font-size:21px}.quick-item{padding:20px}.footer img{width:220px}.page-hero{padding-top:28px}.blog-article h1{font-size:34px}.legal{padding:22px}.topbar{font-size:13px}}

/* Final responsive corrections - 17 Jun 2026 */
body{overflow-x:hidden}.brand{display:flex;align-items:center;background:transparent!important;padding:0!important;border:0!important}.brand img{background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;max-height:60px;width:250px;object-fit:contain}.footer .footer-credit{margin-top:10px;font-size:14px;color:#dce7ff}.footer .footer-credit a{display:inline;color:#fff;font-weight:800}.footer-bottom a{display:inline;color:#fff}.float-actions .float-wa{font-size:15px;font-weight:900;letter-spacing:.02em}.float-actions .float-call{font-size:20px}.page-banner img{width:100%;height:auto;object-fit:cover}.nav a,.dropbtn{-webkit-tap-highlight-color:transparent}.dropbtn{font-family:inherit}
@media(max-width:1020px){.nav-wrap{height:74px}.brand img{width:230px;max-height:58px}.page-banner img{min-height:260px;object-fit:cover;object-position:center}.footer-grid{gap:24px}.footer .footer-credit{text-align:center}}
@media(max-width:820px){.topbar .container{align-items:center;text-align:center}.nav-wrap{height:70px}.brand img{width:210px;max-height:54px}.nav{top:70px;max-height:calc(100vh - 70px);overflow-y:auto}.nav.open{display:flex}.drop.open .drop-menu{display:block!important}.drop-menu a{padding:10px 12px}.hero,.hero-content{min-height:590px}.hero-content{align-items:center;padding:44px 0 70px}.hero-box{max-width:100%;text-align:left}.hero h1{font-size:clamp(34px,10vw,46px);line-height:1.08}.hero p{font-size:16px}.hero-info{display:none}.quick-card{margin-top:20px}.quick-grid{border-radius:22px}.section-title{text-align:left}.section-title h2,.page-copy h2{font-size:29px}.cards,.blog-grid{gap:18px}.page-banner{margin-top:18px}.page-banner img{min-height:210px;object-position:center}.facts{gap:12px}.fact{padding:14px}.table-wrap{margin-left:-4%;margin-right:-4%;border-radius:0;border-left:0;border-right:0}.gallery img{height:210px}.cta{text-align:center}.cta .btn{justify-self:center}.footer{text-align:center}.footer img{margin-left:auto;margin-right:auto}.footer a{display:block}.footer-bottom{line-height:1.7}.float-actions{right:12px;bottom:12px}.float-actions a,.float-actions button{width:48px;height:48px}.contact-row{text-align:left}.contact-box h2{text-align:left}}
@media(max-width:520px){.container{width:min(100% - 28px,1180px)}.topbar{font-size:12px}.brand img{width:188px;max-height:48px}.hamb{width:42px;height:42px;font-size:22px}.hero,.hero-content{min-height:570px}.hero h1{font-size:34px}.hero .eyebrow{font-size:11px}.hero-actions .btn{width:100%}.page-banner img{min-height:178px}.quick-item strong{font-size:19px}.card-body{padding:18px}.footer img{width:210px}.float-actions{gap:8px}.float-actions a,.float-actions button{width:44px;height:44px}.split main h1{font-size:32px!important}.blog-article h1{font-size:30px}.contact-layout{gap:18px}.footer-bottom{font-size:13px}}
@media(max-width:370px){.brand img{width:170px}.container{width:min(100% - 22px,1180px)}.hero h1{font-size:31px}.btn{font-size:14px}.topbar .container{padding:6px 0}.page-banner img{min-height:160px}}

/* Final requested fixes: college-wise hero content, real icons, mobile quick cards */
.ico{width:1.12em;height:1.12em;display:inline-block;vertical-align:-.18em;flex:0 0 auto}.hero-box{min-height:360px;display:flex;align-items:center}.hero-panel{display:none;animation:fadeUp .55s ease both}.hero-panel.active{display:block}.hero .btn svg{font-size:18px}.hero .btn-outline{background:rgba(255,255,255,.96);color:var(--blue2);border-color:rgba(255,255,255,.45)}.hero .btn-blue{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff}.slide{background-position:center}.quick-grid{overflow:visible;gap:16px;background:transparent;border:0;box-shadow:none}.quick-item{border:1px solid var(--border);border-radius:22px;box-shadow:0 12px 30px rgba(11,77,186,.09);display:flex;align-items:center;gap:14px;text-align:left;color:inherit;transition:.25s ease}.quick-item:hover{transform:translateY(-4px);border-color:#c7dafd}.quick-icon{margin:0;flex:0 0 56px;border-radius:18px;background:linear-gradient(135deg,#eff5ff,#fff3e8);color:var(--blue);box-shadow:inset 0 0 0 1px rgba(11,77,186,.08)}.quick-icon svg{width:28px;height:28px}.quick-item p{margin:2px 0 0;font-size:14px;color:var(--muted)}.float-actions a,.float-actions button{font-size:22px}.float-actions svg{width:24px;height:24px}.float-wa svg{width:28px;height:28px}.float-top svg{width:22px;height:22px}.footer-bottom .footer-credit{display:block;margin-top:8px}.footer-bottom .footer-credit a{display:inline;color:#fff;font-weight:900}.brand img{image-rendering:auto}.page-banner img{object-fit:cover}
@keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:820px){.hero-box{min-height:0;width:100%}.hero-panel{text-align:left}.hero,.hero-content{min-height:620px}.hero-content{padding:34px 0 86px}.hero .slide{background-position:center}.hero h1{font-size:clamp(31px,9vw,42px);max-width:100%}.hero p{font-size:15.5px;line-height:1.55}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin:22px 0}.hero-actions .btn{width:100%;justify-content:center}.quick-card{margin-top:-28px}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quick-item{padding:15px 13px;gap:10px;min-height:92px}.quick-icon{width:42px;height:42px;flex-basis:42px;border-radius:14px}.quick-icon svg{width:22px;height:22px}.quick-item strong{font-size:15px;line-height:1.2}.quick-item p{font-size:12px;line-height:1.25}.dots{bottom:22px}.slide::after{background:linear-gradient(180deg,rgba(5,28,79,.84),rgba(5,28,79,.57))}}
@media(max-width:520px){.hero,.hero-content{min-height:610px}.hero h1{font-size:31px}.hero-content{padding:28px 0 86px}.quick-card{margin-top:-22px}.quick-grid{grid-template-columns:1fr;gap:10px}.quick-item{min-height:auto;padding:12px 14px}.quick-item strong{font-size:16px}.quick-item p{font-size:12.5px}.quick-icon{width:40px;height:40px;flex-basis:40px}.topbar .container{gap:2px}.float-actions a,.float-actions button{width:46px;height:46px}.float-actions svg{width:22px;height:22px}.float-wa svg{width:25px;height:25px}}
@media(max-width:380px){.hero,.hero-content{min-height:630px}.hero h1{font-size:29px}.hero .btn{font-size:13.5px}.quick-item{padding:11px 12px}}

/* Client final corrections - compact desktop hero + all-page responsive polish */
@media (min-width: 821px){
  .hero{min-height:540px!important;}
  .hero-content{min-height:540px!important;padding:46px 0 72px!important;}
  .hero-box{min-height:auto!important;max-width:650px!important;}
  .hero h1{font-size:clamp(38px,4.4vw,58px)!important;line-height:1.06!important;margin:10px 0 12px!important;}
  .hero p{font-size:18px!important;line-height:1.5!important;max-width:560px!important;}
  .hero-actions{margin:22px 0 14px!important;gap:12px!important;}
  .hero-actions .btn{padding:12px 18px!important;font-size:15px!important;}
  .hero-info{margin-top:14px!important;}
  .dots{bottom:22px!important;}
  .quick-card{margin-top:-42px!important;}
  .page-hero{padding-top:30px!important;}
  .page-banner{margin-top:18px!important;border-radius:28px!important;}
  .page-banner img{max-height:360px!important;width:100%!important;object-fit:cover!important;object-position:center!important;}
}
@media (min-width: 1200px){
  .hero{min-height:560px!important;}
  .hero-content{min-height:560px!important;}
}
@media (max-width: 820px){
  .hero{min-height:560px!important;}
  .hero-content{min-height:560px!important;padding:28px 0 76px!important;}
  .hero .eyebrow{font-size:10px!important;letter-spacing:.1em!important;}
  .hero h1{font-size:clamp(28px,8.4vw,38px)!important;line-height:1.08!important;margin:8px 0 10px!important;}
  .hero p{font-size:14.5px!important;line-height:1.48!important;margin-bottom:8px!important;}
  .hero-actions{margin:18px 0 0!important;}
  .hero-actions .btn{min-height:44px!important;padding:10px 14px!important;font-size:14px!important;}
  .page-hero{padding-top:20px!important;}
  .page-banner{margin-top:12px!important;border-radius:18px!important;}
  .page-banner img{min-height:0!important;max-height:none!important;height:auto!important;object-fit:contain!important;}
  .breadcrumb{font-size:13px!important;}
  .quick-card{margin-top:-16px!important;}
  .section{padding:46px 0!important;}
  .page-copy{padding:36px 0!important;}
  .table-mobile-note{display:block!important;margin:12px 0 -8px;padding:10px 12px;border-radius:12px;background:#fff8ef;border:1px solid #ffd7ae;color:#7a3b00;font-size:13px;font-weight:700;}
  .side-card .btn{width:100%;}
  .footer{padding-bottom:76px;}
}
@media (max-width: 520px){
  .hero{min-height:540px!important;}
  .hero-content{min-height:540px!important;padding:24px 0 72px!important;}
  .hero h1{font-size:28px!important;}
  .hero-actions .btn{font-size:13.5px!important;}
  .quick-card{margin-top:-10px!important;}
  .quick-grid{grid-template-columns:1fr!important;}
  .quick-item{border-radius:16px!important;}
  .cards,.blog-grid,.process,.facts,.gallery,.feature-list{grid-template-columns:1fr!important;}
}
@media (max-width: 380px){
  .hero{min-height:560px!important;}
  .hero h1{font-size:26px!important;}
}
.table-mobile-note{display:none;}


/* Mobile fee card design - final */
.fee-mobile-cards{display:none;}
@media (max-width: 820px){
  .table-mobile-note{display:none!important;}
  .table-wrap{display:none!important;}
  .fee-mobile-cards{display:block;margin:18px 0 26px;}
  .fee-card-intro{display:flex;align-items:flex-start;gap:8px;flex-direction:column;background:linear-gradient(135deg,#f4f8ff,#fff);border:1px solid var(--border);border-radius:18px;padding:14px 16px;margin-bottom:14px;}
  .fee-card-intro strong{color:var(--blue2);font-size:18px;line-height:1.2;}
  .fee-card-intro span{color:var(--muted);font-size:13.5px;line-height:1.45;}
  .fee-card-grid{display:grid;grid-template-columns:1fr;gap:12px;}
  .fee-card{background:#fff;border:1px solid #dfe8f8;border-radius:18px;padding:15px;box-shadow:0 10px 26px rgba(11,77,186,.08);position:relative;overflow:hidden;}
  .fee-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--blue),var(--orange));}
  .fee-card h3{font-size:16px;line-height:1.35;margin:0 0 12px;color:var(--blue2);padding-left:4px;}
  .fee-details{display:grid;gap:8px;}
  .fee-detail-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:9px 10px;border-radius:12px;background:#f7faff;}
  .fee-detail-row span{font-size:12.5px;color:var(--muted);font-weight:700;min-width:96px;}
  .fee-detail-row b{font-size:13.5px;color:#17213a;text-align:right;line-height:1.35;}
  .fee-detail-row:last-child{background:#fff5eb;border:1px solid #ffd7ae;}
  .fee-detail-row:last-child b{color:#c25700;font-size:14.5px;}
  .fee-disclaimer{font-size:12.8px;line-height:1.45;color:#6a7285;margin:14px 0 12px;background:#fff8ef;border:1px solid #ffd7ae;border-radius:14px;padding:10px 12px;}
  .fee-wa-btn{width:100%;justify-content:center;}
}
@media (min-width: 821px){
  .fee-mobile-cards{display:none!important;}
}


/* Final hero and mobile polish - applied after QA screenshot */
.hero-final .hero-box,
.hero-final-box{
  display:block!important;
  min-height:0!important;
  width:100%!important;
  max-width:620px!important;
}
.hero-final .hero-panel{display:none!important;max-width:620px!important;}
.hero-final .hero-panel.active{display:block!important;}
.hero-final .hero h1,
.hero-final h1{word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;}
@media (min-width:821px){
  .hero-final{min-height:500px!important;}
  .hero-final .hero-content{min-height:500px!important;padding:42px 0 56px!important;align-items:center!important;}
  .hero-final h1{font-size:clamp(34px,3.7vw,52px)!important;line-height:1.08!important;margin:8px 0 12px!important;max-width:590px!important;}
  .hero-final p{font-size:17px!important;line-height:1.5!important;max-width:540px!important;}
  .hero-final .hero-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:20px 0 12px!important;}
  .hero-final .hero-actions .btn{width:auto!important;min-height:44px!important;padding:11px 17px!important;font-size:14.5px!important;white-space:nowrap!important;}
  .hero-final .hero-info{display:flex!important;gap:10px!important;margin-top:10px!important;}
  .hero-final .hero-pill{font-size:13.5px!important;padding:8px 12px!important;}
  .hero-final .dots{bottom:18px!important;}
  .quick-card{margin-top:30px!important;}
}
@media (max-width:820px){
  .hero-final{min-height:560px!important;}
  .hero-final .hero-content{min-height:560px!important;padding:26px 0 58px!important;align-items:center!important;}
  .hero-final-box{max-width:100%!important;}
  .hero-final h1{font-size:clamp(30px,8vw,38px)!important;line-height:1.12!important;margin:8px 0 10px!important;}
  .hero-final p{font-size:15px!important;line-height:1.48!important;max-width:100%!important;}
  .hero-final .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin:17px 0 0!important;}
  .hero-final .hero-actions .btn{width:100%!important;min-height:43px!important;font-size:13.5px!important;padding:10px 13px!important;}
  .hero-final .hero-info{display:none!important;}
  .hero-final .dots{bottom:15px!important;}
  .quick-card{margin-top:20px!important;}
}
@media (max-width:520px){
  .hero-final{min-height:560px!important;}
  .hero-final .hero-content{min-height:560px!important;padding:22px 0 58px!important;}
  .hero-final h1{font-size:29px!important;}
  .hero-final p{font-size:14px!important;}
  .quick-card{margin-top:18px!important;}
}
@media (max-width:380px){
  .hero-final{min-height:575px!important;}
  .hero-final h1{font-size:27px!important;}
}
.footer-bottom .footer-credit{display:block;margin-top:8px;}
.footer-bottom .footer-credit a{display:inline!important;color:#fff;font-weight:900;}
