*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#12304b;background:#fff;line-height:1.6}.container{width:min(1160px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:20;background:#082d50;color:#fff;box-shadow:0 3px 18px rgba(0,0,0,.12)}.nav-wrap{min-height:74px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:800;flex:1}.brand-mark{display:grid;place-items:center;width:52px;height:40px;border-radius:9px;background:#f6bd22;color:#082d50;font-weight:900;font-size:1.05rem}.brand-text{font-size:1.05rem}.nav{display:flex;gap:25px}.nav a{color:#fff;text-decoration:none;font-weight:700}.nav a:hover{color:#f6bd22}.header-phone{background:#f6bd22;color:#082d50;text-decoration:none;font-weight:900;padding:10px 16px;border-radius:24px;white-space:nowrap}.menu-btn{display:none;border:0;background:none;color:#fff;font-size:1.7rem}.hero{position:relative;min-height:610px;display:grid;align-items:center;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,34,62,.84),rgba(4,34,62,.48) 52%,rgba(4,34,62,.1))}.hero-content{position:relative;color:#fff;padding:95px 0;max-width:780px}.eyebrow{font-size:.82rem;font-weight:900;letter-spacing:2px;color:#0a6288}.hero .eyebrow{color:#f6bd22}.hero h1{font-size:clamp(3rem,7vw,5.8rem);line-height:1.02;margin:12px 0 20px}.hero p{font-size:1.2rem;max-width:680px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-block;padding:13px 21px;border-radius:28px;text-decoration:none;font-weight:900;border:2px solid transparent}.btn-primary{background:#f6bd22;color:#082d50}.btn-light{border-color:#fff;color:#fff}.btn-light-dark{background:#f6bd22;color:#082d50}.btn-outline{border-color:#0b6b8d;color:#0b6b8d;background:#fff}.section{padding:88px 0}.about-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.section h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.12;margin:10px 0 20px}.feature-card{padding:36px;border-radius:20px;background:#f3f8fb;border:1px solid #d9e8ef;box-shadow:0 16px 40px rgba(8,45,80,.08)}.feature-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#159b76;color:#fff;font-size:1.6rem;font-weight:900}.feature-card h3{font-size:1.5rem}.section-alt{background:#eef6fb}.section-heading{text-align:center;max-width:760px;margin:0 auto 42px}.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.program-card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #d9e8ef;box-shadow:0 10px 28px rgba(8,45,80,.07)}.program-card img{width:100%;height:190px;object-fit:cover;display:block}.program-card div{padding:24px}.program-card h3{margin:0 0 9px;font-size:1.35rem}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery img{width:100%;height:190px;object-fit:cover;border-radius:15px;display:block}.gallery img:first-child{grid-column:span 2}.contact-section{padding:75px 0;background:#082d50;color:#fff}.contact-box{display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-section .eyebrow{color:#f6bd22}.contact-section h2{margin-bottom:14px}.contact-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.phone-number{font-size:1.55rem;font-weight:900;color:#fff;text-decoration:none}.contact-section .btn-outline{border-color:#fff;color:#fff;background:transparent}footer{background:#061f37;color:#dbe8f0;padding:28px 0}.footer-wrap{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-wrap p{margin:3px 0}.footer-wrap a{color:#fff}.footer-wrap strong{font-size:1.6rem;color:#f6bd22}@media(max-width:850px){.nav{display:none;position:absolute;left:4%;right:4%;top:70px;background:#082d50;padding:16px 20px;border-radius:0 0 14px 14px;flex-direction:column;gap:13px}.nav.open{display:flex}.menu-btn{display:block}.header-phone{display:none}.about-grid,.program-grid{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.gallery img:first-child{grid-column:span 2}.contact-box,.footer-wrap{flex-direction:column;align-items:flex-start}.hero{min-height:600px}}@media(max-width:520px){.section{padding:65px 0}.hero h1{font-size:3.2rem}.gallery{grid-template-columns:1fr}.gallery img:first-child{grid-column:auto}.gallery img{height:210px}}

.contact-section { padding: 3rem 1.25rem; }
.contact-card {
  max-width: 900px; margin: 0 auto; padding: 2.2rem;
  border-radius: 20px; text-align: center;
  background: #f4f7fb; box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.contact-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:1rem; margin-top:1.25rem; }
.call-button, .text-button {
  display:inline-block; padding:.9rem 1.3rem; border-radius:999px;
  text-decoration:none; font-weight:700;
}
.call-button { background:#f5b900; color:#111; }
.text-button { border:2px solid #173b63; color:#173b63; background:#fff; }
@media (max-width:640px) {
  .contact-actions { flex-direction:column; }
  .call-button, .text-button { width:100%; box-sizing:border-box; }
}

.contact-form-wrap { max-width: 700px; margin: 2rem auto; padding: 2rem; border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.contact-form-wrap form { display: grid; gap: .65rem; text-align: left; }
.contact-form-wrap input, .contact-form-wrap textarea { width: 100%; box-sizing: border-box; padding: .9rem; border: 1px solid #ccd4df; border-radius: 10px; font: inherit; }
.contact-form-wrap button { padding: .9rem 1.2rem; border: 0; border-radius: 999px; font-weight: 700; cursor: pointer; }
.form-note { font-size: .9rem; margin-top: 1rem; }
