
:root{
  --navy:#083b68;
  --navy-dark:#002e58;
  --gold:#f4b400;
  --cream:#fff8ed;
  --cream-soft:#fbf0dd;
  --brown:#7b4a19;
  --green:#7faa22;
  --red:#be4f4b;
  --text:#1d2c3b;
  --muted:#5e6b78;
  --border:#eadfd2;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Arial,Helvetica,sans-serif;
  background:var(--cream);
  color:var(--text);
  line-height:1.5;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.page{
  width:min(1220px,100%);
  margin:auto;
  background:#fffdf8;
  box-shadow:0 0 25px rgba(8,59,104,.08);
}
.wrap{width:min(1100px,92%);margin:auto}

/* HEADER */
.header{
  background:#fffdf8;
  height:94px;
  display:flex;
  align-items:center;
  box-shadow:0 4px 18px rgba(8,59,104,.05);
  position:sticky;
  top:0;
  z-index:50;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:17px;
  font-weight:900;
  color:var(--navy);
  font-size:24px;
}
.brand img{width:76px;height:76px;object-fit:contain;border-radius:50%}
.menu{
  display:flex;
  gap:30px;
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
  color:var(--navy-dark);
  letter-spacing:.02em;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 26px;
  border-radius:999px;
  color:white;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(8,59,104,.16);
  border:0;
}
.btn-blue{background:var(--navy)}
.btn-gold{background:var(--gold)}

/* HERO */
.hero{
  position:relative;
  overflow:hidden;
  background:#fffdf8;
  padding:62px 0 44px;
}
.hero:before{
  content:"";
  position:absolute;
  left:-120px;
  bottom:-120px;
  width:330px;
  height:300px;
  background:var(--cream-soft);
  border-radius:50%;
}
.hero:after{
  content:"";
  position:absolute;
  right:-140px;
  top:55px;
  width:420px;
  height:360px;
  background:var(--cream-soft);
  border-radius:50%;
}
.hero-wave{
  position:absolute;
  right:0;
  bottom:0;
  width:53%;
  height:88px;
  background:var(--cream-soft);
  border-radius:100% 0 0 0;
}
.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.78fr 1.08fr 1fr;
  align-items:center;
  gap:44px;
}
.hero-logo{
  padding-right:42px;
  border-right:2px solid rgba(8,59,104,.25);
}
.hero-logo img{
  width:300px;
  margin:auto;
}
h1{
  color:var(--navy);
  font-size:68px;
  line-height:.99;
  letter-spacing:-2px;
  font-weight:900;
  margin-bottom:22px;
}
.accent{
  width:68px;
  height:5px;
  background:var(--gold);
  border-radius:20px;
  margin:0 0 23px;
}
.hero p{
  color:#566575;
  font-size:18px;
  line-height:1.55;
  max-width:485px;
}
.actions{display:flex;gap:19px;flex-wrap:wrap;margin-top:28px}
.hero-art img{
  width:365px;
  margin-left:auto;
}

/* HOME CONTENT */
.growth-section{
  background:rgba(255,255,255,.75);
  border-radius:36px 36px 0 0;
  padding:50px 0 44px;
}
.growth-grid{
  display:grid;
  grid-template-columns:.67fr 1.33fr;
  gap:50px;
  align-items:center;
}
h2{
  color:var(--navy);
  font-size:43px;
  line-height:1.08;
  font-weight:900;
  margin-bottom:20px;
}
.lead{
  color:#4f5d68;
  font-size:17px;
  line-height:1.68;
}
.kids-title{
  text-align:center;
  color:#8b6118;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.05em;
  font-size:18px;
  margin-bottom:26px;
}
.skills{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:19px;
}
.skill{
  height:205px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:22px 16px;
  color:white;
  font-weight:900;
  font-size:17px;
  line-height:1.22;
  box-shadow:0 12px 24px rgba(0,0,0,.08);
}
.skill small{font-size:13px;line-height:1.1}
.skill svg{
  width:48px;
  height:48px;
  margin-top:14px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.4;
}
.skill.one{background:#efd28a;color:#4d391f}
.skill.two{background:#f4b400;color:#4d391f}
.skill.three{background:#744814}
.skill.four{background:#83ad23}
.skill.five{background:#bf504c}

/* ABOUT */
.about-section{
  background:#fffdf8;
  padding:48px 0 26px;
}
.about-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:62px;
  align-items:center;
}
.about-img{
  width:300px;
  height:300px;
  border-radius:50%;
  object-fit:cover;
  margin:auto;
  box-shadow:0 18px 35px rgba(8,59,104,.15);
}
h3{
  color:var(--navy);
  font-size:29px;
  font-weight:900;
  margin-bottom:14px;
}
.about-copy p{
  font-size:17px;
  line-height:1.65;
  margin-bottom:16px;
}
.notice{
  color:#8a6116;
  font-weight:900;
  margin-top:18px;
  display:flex;
  align-items:center;
  gap:12px;
}
.notice svg{
  width:34px;
  height:34px;
  stroke:#8a6116;
  fill:none;
  stroke-width:2;
}

/* SERVICES */
.service-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:31px;
  box-shadow:0 16px 36px rgba(8,59,104,.07);
  padding:35px 30px;
  margin:20px auto 32px;
  text-align:center;
}
.service-card .accent{margin:0 auto 30px}
.services{
  display:grid;
  grid-template-columns:repeat(6,1fr);
}
.service{
  min-height:180px;
  border-right:1px solid var(--border);
  padding:16px 15px 5px;
}
.service:last-child{border-right:0}
.icon{
  height:66px;
  display:grid;
  place-items:center;
  margin-bottom:12px;
}
.icon svg{
  width:58px;
  height:58px;
  stroke:var(--navy);
  stroke-width:2.2;
  fill:none;
}
.service:nth-child(2) .icon svg{stroke:#e7ae00}
.service:nth-child(3) .icon svg{stroke:#88a91f}
.service:nth-child(4) .icon svg{stroke:#bd504c}
.service:nth-child(5) .icon svg{stroke:#73319b;fill:#73319b}
.service p{
  font-size:14px;
  line-height:1.42;
  color:#111;
}

/* CREDENTIALS */
.credential{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  overflow:hidden;
  background:#eff4f8;
  border-radius:28px;
  margin:0 auto 30px;
}
.cred-left{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:28px;
  align-items:center;
  padding:36px 40px;
}
.medal{
  width:108px;
  height:108px;
  border-radius:50%;
  background:var(--navy);
  color:white;
  display:grid;
  place-items:center;
  font-size:45px;
  border:10px solid #e8b52d;
  box-shadow:0 0 0 8px #fff;
}
.checks{
  list-style:none;
  display:grid;
  gap:10px;
  font-size:15px;
}
.checks li:before{
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  margin-right:10px;
  font-size:13px;
  font-weight:900;
}
.cred-right{
  background:#f7fbff;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:10px;
  padding:16px 30px;
}
.puzzle-art{
  font-size:64px;
  letter-spacing:-10px;
}
.rbt-card{
  background:white;
  padding:21px 15px;
  border-radius:10px;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
  color:var(--navy);
  display:flex;
  gap:12px;
  align-items:center;
  transform:rotate(2deg);
  font-weight:900;
}
.rbt-shield{
  border:4px solid var(--navy);
  border-radius:12px;
  padding:10px 8px;
  font-size:22px;
}

/* COMPLIANCE */
.compliance{
  display:grid;
  grid-template-columns:120px 1.45fr .9fr;
  gap:35px;
  align-items:center;
  background:#fff9ee;
  border-radius:28px;
  padding:36px 42px;
  margin-bottom:34px;
}
.shield svg{
  width:82px;
  height:82px;
  stroke:#5a5651;
  fill:none;
  stroke-width:1.8;
}
.scope{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px 25px;
  margin-top:14px;
  font-size:15px;
}
.scope div:before{
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:20px;
  height:20px;
  border:2px solid var(--navy);
  color:var(--navy);
  border-radius:50%;
  margin-right:8px;
  font-size:12px;
  font-weight:900;
}
.verify-note{
  border-left:1px solid rgba(8,59,104,.25);
  padding-left:30px;
  font-size:16px;
  color:#34404a;
}

/* FOOTER */
.footer{
  background:var(--navy);
  color:#fff;
  padding:43px 0 24px;
}
.footer-grid{
  display:grid;
  grid-template-columns:.78fr 1.1fr 1fr;
  gap:45px;
  align-items:center;
}
.footer-logo img{
  width:250px;
}
.footer h2,.footer h3{color:#fff}
.contact-list{
  display:grid;
  gap:11px;
  font-size:18px;
}
.cta-box{
  background:rgba(255,255,255,.12);
  border-radius:31px;
  padding:30px;
  display:grid;
  grid-template-columns:75px 1fr;
  gap:20px;
  align-items:center;
}
.cta-box svg{
  width:70px;
  height:70px;
  stroke:#fff;
  fill:none;
  stroke-width:2;
}
.cta-actions{
  grid-column:1/-1;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.footer-bottom{
  background:#fff8ed;
  text-align:center;
  color:#6d5940;
  font-size:12px;
  padding:14px;
}

/* INNER PAGES */
.inner-hero{
  background:#fffdf8;
  padding:70px 0;
  border-bottom:1px solid var(--border);
}
.inner-hero p{
  color:var(--muted);
  font-size:19px;
  max-width:780px;
}
.content-section{
  padding:60px 0;
  background:#fffdf8;
}
.info-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  padding:38px;
  box-shadow:0 15px 34px rgba(8,59,104,.07);
}
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
}
.list{
  display:grid;
  gap:14px;
  margin-top:16px;
}
.list li{
  list-style:none;
  padding-left:34px;
  position:relative;
}
.list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:13px;
  font-weight:900;
}

@media(max-width:980px){
  .menu{display:none}
  .hero-grid,.growth-grid,.about-grid,.credential,.compliance,.footer-grid,.two-col{
    grid-template-columns:1fr;
  }
  .hero-logo{border-right:0;padding-right:0}
  .hero-art img{margin:auto}
  .skills{grid-template-columns:repeat(2,1fr)}
  .services{grid-template-columns:repeat(2,1fr)}
  .service{border-right:0;border-bottom:1px solid var(--border)}
  .cred-left{grid-template-columns:1fr;text-align:center}
  .medal{margin:auto}
  .verify-note{border-left:0;padding-left:0}
  .footer-logo img{margin:auto}
}
@media(max-width:560px){
  .header{height:auto}.nav{padding:12px 0}.brand span{font-size:16px}.brand img{width:58px;height:58px}.nav>.btn{display:none}
  h1{font-size:42px}
  .btn{width:100%}
  .hero-logo img{width:220px}
  .skills,.services,.scope{grid-template-columns:1fr}
  .skill{height:auto;min-height:145px;border-radius:28px}
  .service-card,.info-card{padding:28px 18px}
  .about-img{width:230px;height:230px}
  .cred-right{grid-template-columns:1fr;text-align:center}
  .rbt-card{transform:none}
  .cta-box{grid-template-columns:1fr;text-align:center}
}
