
:root{--blue:#173f9f;--red:#e4352d;--yellow:#ffd43b;--text:#162033;--soft:#f5f8ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Nunito,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.site-header{position:sticky;top:0;background:#fff;z-index:100;box-shadow:0 4px 18px #173f9f14}.nav-wrap{min-height:92px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;flex:0 0 auto;overflow:visible}.brand img{display:block;width:auto;height:auto;max-width:210px;max-height:82px;object-fit:contain;object-position:center}.main-nav{display:flex;gap:18px;flex:1;justify-content:center;font-weight:800;color:#1e326b;flex-wrap:wrap}.main-nav a{padding:8px 0}.main-nav a.active{color:var(--red)}.header-contact{display:flex;flex-direction:column;align-items:flex-end;font-size:14px;font-weight:800;color:var(--red)}.menu-toggle{display:none}.home-hero{padding:56px 0;background:linear-gradient(90deg,#fff,#f7f9ff)}.hero-grid,.split,.founder,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.home-hero h1,.page-hero h1{font:800 58px/1.02 'Baloo 2';text-transform:uppercase;color:var(--blue);margin:12px 0}.home-hero h1 span{color:var(--red)}.home-hero p,.page-hero p{font-size:20px;line-height:1.55;font-weight:700}.hero-image img{border-radius:34px}.tag{display:inline-block;background:var(--yellow);padding:8px 14px;border-radius:99px;font-weight:900}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;justify-content:center;padding:13px 22px;border:0;border-radius:12px;font-weight:900;text-transform:uppercase;cursor:pointer}.red{background:var(--red);color:#fff}.blue{background:var(--blue)!important;color:#fff}.yellow{background:var(--yellow);color:#111}.yellow-section{background:var(--yellow);padding:42px 0}.section{padding:68px 0}.soft{background:var(--soft)}.cards{display:grid;gap:22px}.cards.five{grid-template-columns:repeat(5,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.cards article,.notice,form{background:#fff;padding:26px;border-radius:22px;box-shadow:0 10px 28px #173f9f14}.cards article h3{color:var(--blue);font:800 23px 'Baloo 2';margin:0 0 8px}.rounded{border-radius:28px}.page-hero{padding:72px 0;text-align:center;background:linear-gradient(135deg,#fff8d2,#fff)}.page-hero.blue{background:linear-gradient(135deg,var(--blue),#315fd0);color:#fff}.page-hero.blue h1{color:#fff}.page-hero.yellow{background:var(--yellow)}h2{font:800 40px 'Baloo 2';color:var(--blue);margin:0 0 14px}.center{text-align:center}.founder{align-items:start}.founder-photo img{border-radius:28px;box-shadow:0 18px 40px #0002}.founder-copy h3{font-size:22px;color:var(--red)}.founder-copy h3 span{font-size:16px;color:#555}.founder-copy p{font-size:17px;line-height:1.72}.stats{padding:38px 0;background:var(--blue);color:#fff}.stats article{text-align:center;background:transparent;box-shadow:none}.stats strong{display:block;font:800 42px 'Baloo 2';color:var(--yellow)}.stats span{font-weight:800}blockquote{margin:40px 0 0;background:var(--blue);color:#fff;padding:26px;border-radius:18px;text-align:center;font-size:22px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery figure{margin:0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 22px #0001}.gallery img{width:100%;height:320px;object-fit:cover}.gallery figcaption{padding:12px 16px;font-weight:800;color:var(--blue)}.check{line-height:1.9;font-size:18px}.contact-grid{align-items:start}form{display:grid;gap:15px}label{font-weight:800;color:var(--blue)}input,textarea{width:100%;margin-top:6px;padding:13px;border:2px solid #d9e2f6;border-radius:10px;font:inherit}footer{background:#102f7f;color:#fff;padding:44px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px}footer img{display:block;width:auto;height:auto;max-width:190px;max-height:150px;object-fit:contain;object-position:center;background:#fff;border-radius:10px;margin-bottom:12px;padding:6px}.wa{position:fixed;right:18px;bottom:18px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:900;box-shadow:0 10px 24px #0004}
@media(max-width:980px){.nav-wrap{min-height:72px}.brand img{width:auto;height:auto;max-width:155px;max-height:60px;object-fit:contain}.header-contact{display:none}.menu-toggle{display:inline-flex;margin-left:auto;width:44px;height:44px;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--blue);color:#fff;font-size:24px}.main-nav{display:none;position:fixed;top:72px;left:12px;right:12px;background:#fff;padding:14px;border-radius:16px;box-shadow:0 18px 45px #0003;flex-direction:column;align-items:stretch;max-height:calc(100vh - 88px);overflow:auto}.main-nav.open{display:flex}.main-nav a{padding:12px 14px}.cards.five{grid-template-columns:repeat(2,1fr)}.cards.four,.cards.three{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.hero-grid,.split,.founder,.contact-grid{grid-template-columns:1fr}.home-hero h1,.page-hero h1{font-size:38px}.section{padding:48px 0}.cards.five,.cards.four,.cards.three,.footer-grid,.gallery{grid-template-columns:1fr}.gallery img{height:auto;max-height:480px}.founder-photo{max-width:420px;margin:auto}.brand img{width:auto;height:auto;max-width:132px;max-height:54px;object-fit:contain}.nav-wrap{min-height:64px}.main-nav{top:64px}.home-hero p,.page-hero p{font-size:17px}h2{font-size:32px}}

/* Testimonials */
.testimonials-section{background:linear-gradient(180deg,#f5f8ff 0%,#fff 100%)}
.testimonials-heading{text-align:center;max-width:760px;margin:0 auto 34px}
.testimonials-heading h2{margin-top:12px}
.testimonials-heading p{font-size:18px;line-height:1.65;margin:0}
.testimonials-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.testimonial-card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 12px 32px #173f9f18;border-top:6px solid var(--yellow);display:flex;flex-direction:column}
.testimonial-card:nth-child(even){border-top-color:var(--red)}
.testimonial-card .stars{color:#f3b400;font-size:21px;letter-spacing:3px;margin-bottom:14px}
.testimonial-card blockquote{margin:0;background:transparent;color:var(--text);padding:0;border-radius:0;text-align:left;font-size:17px;line-height:1.72;font-style:italic;flex:1}
.testimonial-name{margin:20px 0 0;font-weight:900;color:var(--blue);font-size:17px}
.testimonial-name:before{content:"— ";color:var(--red)}
@media(max-width:760px){.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:24px}.testimonials-heading p{font-size:16px}}

/* Full logo visibility fix */
.brand{overflow:visible!important;min-width:0}
.brand img{display:block!important;width:auto!important;height:auto!important;max-width:210px!important;max-height:82px!important;object-fit:contain!important;object-position:center!important;clip-path:none!important}
footer img{display:block!important;width:auto!important;height:auto!important;max-width:190px!important;max-height:150px!important;object-fit:contain!important;object-position:center!important;clip-path:none!important}
@media(max-width:980px){.brand img{max-width:155px!important;max-height:60px!important}}
@media(max-width:680px){.brand img{max-width:132px!important;max-height:54px!important}}
@media(max-width:380px){.brand img{max-width:112px!important;max-height:48px!important}}

/* Header and navigation polish */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(23,63,159,.08);
}
.nav-wrap{
  display:grid;
  grid-template-columns:minmax(150px,220px) 1fr minmax(180px,230px);
  align-items:center;
  gap:24px;
}
.main-nav{
  justify-content:center;
  align-items:center;
  gap:24px;
  flex-wrap:nowrap;
}
.main-nav a{
  position:relative;
  padding:10px 0;
  white-space:nowrap;
  transition:color .2s ease;
}
.main-nav a::after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:2px;
  height:3px;
  border-radius:3px;
  background:var(--red);
  transition:left .2s ease,right .2s ease;
}
.main-nav a:hover,.main-nav a.active{color:var(--red)}
.main-nav a:hover::after,.main-nav a.active::after{left:0;right:0}
.header-contact{justify-self:end;line-height:1.45}

@media(max-width:1100px){
  .nav-wrap{grid-template-columns:minmax(130px,170px) 1fr minmax(150px,190px);gap:14px}
  .main-nav{gap:15px;font-size:14px}
}
@media(max-width:980px){
  .nav-wrap{display:flex;min-height:72px}
  .main-nav{display:none;align-items:stretch;gap:4px;flex-wrap:nowrap}
  .main-nav.open{display:flex}
  .main-nav a{padding:13px 14px;white-space:normal;border-radius:10px}
  .main-nav a::after{display:none}
  .main-nav a:hover,.main-nav a.active{background:#fff4bd}
}
