@charset "UTF-8";

:root{
  --school-pink:#f45478;
  --school-pink-2:#ff7f9d;
  --school-pink-soft:#fff1f5;
  --school-pink-line:#ffd0dc;
  --school-green:#11b95b;
  --school-blue:#1d78c8;
  --school-navy:#132345;
  --school-text:#20273a;
  --school-muted:#667085;
  --school-border:rgba(244,84,120,.2);
  --school-shadow:0 18px 48px rgba(244,84,120,.12);
  --school-shadow-soft:0 10px 26px rgba(31,60,118,.08);
  --school-radius:24px;
}

body.single-school{
  background:
    radial-gradient(circle at 12% 10%, rgba(255,213,224,.5), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(205,237,255,.55), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff7fa 46%, #fff 100%);
  color:var(--school-text);
  font-family:"Zen Kaku Gothic New","Noto Sans JP","Hiragino Sans",sans-serif;
}

.schoolLp{
  width:min(1280px, 94vw);
  margin:0 auto;
  padding:0 0 84px;
  color:var(--school-text);
  letter-spacing:.02em;
}

.schoolLp *{
  box-sizing:border-box;
}

.schoolLp img{
  display:block;
  max-width:100%;
}

.schoolLpHero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 37%, rgba(255,245,249,.22) 62%, rgba(224,246,255,.12) 100%),
    linear-gradient(180deg, #eaf7ff 0%, #fff 100%);
}

.schoolLpHero__inner{
  width:min(1280px, 94vw);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(460px, 1.05fr);
  gap:24px;
  min-height:560px;
  align-items:center;
  padding:48px 0 42px;
  position:relative;
}

.schoolLpHero__inner::before,
.schoolLpHero__inner::after{
  content:"♡";
  position:absolute;
  color:rgba(244,84,120,.35);
  font-size:40px;
  line-height:1;
  pointer-events:none;
}

.schoolLpHero__inner::before{
  left:35%;
  top:82px;
  transform:rotate(-14deg);
}

.schoolLpHero__inner::after{
  right:3%;
  bottom:92px;
  transform:rotate(18deg);
}

.schoolLpHero__copy{
  position:relative;
  z-index:2;
  padding:26px 0 18px;
}

.schoolLpHero__ribbon{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  margin:0 0 14px;
  padding:0 22px;
  border-radius:999px 999px 999px 8px;
  background:linear-gradient(135deg, #ffd3df, #fff1f6);
  color:var(--school-pink);
  font-size:15px;
  font-weight:900;
  letter-spacing:.08em;
}

.schoolLpHero__brand{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:8px;
}

.schoolLpHero__brand strong{
  color:var(--school-pink);
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(72px, 8.5vw, 132px);
  line-height:.92;
  letter-spacing:.01em;
  font-weight:500;
}

.schoolLpHero__brand span{
  max-width:320px;
  color:var(--school-navy);
  font-size:clamp(15px, 1.5vw, 24px);
  font-weight:900;
  line-height:1.35;
}

.schoolLpHero h1{
  margin:0;
  color:var(--school-navy);
  font-size:clamp(38px, 4.6vw, 76px);
  line-height:1.2;
  font-weight:900;
  letter-spacing:.03em;
}

.schoolLpHero h1::first-letter{
  color:var(--school-pink);
}

.schoolLpHero__lead{
  max-width:610px;
  margin:16px 0 0;
  color:#35405b;
  font-size:16px;
  font-weight:700;
  line-height:1.95;
}

.schoolLpHero__badges{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
  margin:26px 0 0;
}

.schoolLpHero__badges article{
  min-height:104px;
  padding:17px 12px;
  border:1px solid rgba(244,84,120,.24);
  border-radius:18px;
  background:rgba(255,255,255,.88);
  box-shadow:0 14px 28px rgba(244,84,120,.08);
  text-align:center;
}

.schoolLpMiniIcon{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  margin:0 auto 10px;
  border-radius:14px;
  background:linear-gradient(180deg, #fff, #fff1f6);
  border:1px solid rgba(244,84,120,.28);
  position:relative;
  box-shadow:0 8px 18px rgba(244,84,120,.10);
}

.schoolLpMiniIcon::before,
.schoolLpMiniIcon::after{
  content:"";
  position:absolute;
  border-color:var(--school-pink);
  border-style:solid;
}

.schoolLpMiniIcon--graduate::before{
  width:23px;
  height:14px;
  border-width:3px 3px 0;
  transform:skewX(-18deg) rotate(-4deg);
  top:15px;
  border-radius:3px 3px 0 0;
}

.schoolLpMiniIcon--graduate::after{
  width:20px;
  height:7px;
  border-width:0 0 3px;
  bottom:11px;
  border-radius:0 0 10px 10px;
}

.schoolLpMiniIcon--clipboard::before{
  width:22px;
  height:26px;
  border-width:3px;
  border-radius:5px;
  top:11px;
}

.schoolLpMiniIcon--clipboard::after{
  width:12px;
  height:5px;
  border-width:3px 3px 0;
  border-radius:6px 6px 0 0;
  top:8px;
}

.schoolLpMiniIcon--headset::before{
  width:25px;
  height:23px;
  border-width:3px 3px 0;
  border-radius:20px 20px 0 0;
  top:11px;
}

.schoolLpMiniIcon--headset::after{
  width:20px;
  height:12px;
  border-width:0 3px 3px 0;
  border-radius:0 0 8px 0;
  right:8px;
  bottom:9px;
}

.schoolLpMiniIcon--house::before{
  width:22px;
  height:18px;
  border-width:0 3px 3px;
  border-radius:0 0 5px 5px;
  bottom:9px;
}

.schoolLpMiniIcon--house::after{
  width:20px;
  height:20px;
  border-width:3px 3px 0 0;
  transform:rotate(-45deg);
  top:10px;
  border-radius:4px;
}

.schoolLpHero__badges strong{
  color:var(--school-navy);
  font-size:13px;
  font-weight:900;
  line-height:1.55;
}

.schoolLpHero__mobileBadges{
  display:none;
}

.schoolLpHero__actions,
.schoolLpCta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.schoolLpBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:58px;
  min-width:240px;
  padding:0 28px;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  font-size:17px;
  font-weight:900;
  box-shadow:0 16px 28px rgba(244,84,120,.22);
  transition:transform .18s ease, box-shadow .18s ease;
}

.schoolLpBtn::after{
  content:"›";
  font-size:24px;
  line-height:1;
}

.schoolLpBtn:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 36px rgba(244,84,120,.28);
}

.schoolLpBtn--pink{
  background:linear-gradient(135deg, var(--school-pink), #f72f67);
}

.schoolLpBtn--green{
  background:linear-gradient(135deg, #14ca64, #08a94e);
  box-shadow:0 16px 28px rgba(20,202,100,.22);
}

.schoolLpHero__visual{
  position:relative;
  align-self:stretch;
  min-height:520px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}

.schoolLpHero__visual::before{
  content:"";
  position:absolute;
  inset:42px -80px 0 12%;
  border-radius:44px 0 0 44px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.62)),
    radial-gradient(circle at 82% 20%, rgba(244,84,120,.16), transparent 26%),
    linear-gradient(135deg, rgba(202,235,255,.52), rgba(255,236,242,.42));
}

.schoolLpHero__visual > img{
  position:relative;
  z-index:1;
  width:100%;
  height:520px;
  object-fit:cover;
  object-position:center;
  border-radius:34px;
  box-shadow:0 22px 52px rgba(18,54,88,.16);
}

.schoolLpHero__seal{
  position:absolute;
  z-index:2;
  right:22px;
  top:72px;
  display:grid;
  place-items:center;
  width:156px;
  height:156px;
  padding:18px;
  border-radius:50%;
  background:linear-gradient(180deg, #ff7596, var(--school-pink));
  color:#fff;
  text-align:center;
  box-shadow:0 18px 38px rgba(244,84,120,.22);
}

.schoolLpHero__seal::after{
  content:"";
  position:absolute;
  inset:10px;
  border:2px solid rgba(255,255,255,.72);
  border-radius:50%;
}

.schoolLpHero__seal span,
.schoolLpHero__seal strong{
  position:relative;
  z-index:1;
}

.schoolLpHero__seal span{
  font-size:13px;
  font-weight:800;
}

.schoolLpHero__seal strong{
  font-size:30px;
  line-height:1;
  letter-spacing:.06em;
}

.schoolLpStats{
  position:relative;
  z-index:3;
  width:min(1280px, 94vw);
  margin:-26px auto 38px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  overflow:hidden;
  border:1px solid var(--school-border);
  border-radius:22px;
  background:rgba(255,255,255,.96);
  box-shadow:var(--school-shadow);
}

.schoolLpStats__item{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:92px;
  padding:18px 24px;
  border-right:1px solid var(--school-border);
}

.schoolLpStats__item:last-child{
  border-right:0;
}

.schoolLpStats p,
.schoolLpStats strong,
.schoolLpStats small{
  display:block;
  margin:0;
}

.schoolLpStats p{
  color:var(--school-pink);
  font-size:13px;
  font-weight:900;
}

.schoolLpStats strong{
  margin-top:3px;
  color:var(--school-navy);
  font-size:20px;
  font-weight:900;
  line-height:1.3;
}

.schoolLpStats small{
  margin-top:3px;
  color:var(--school-muted);
  font-size:12px;
  font-weight:700;
}

.schoolLpIcon{
  flex:0 0 auto;
  width:48px;
  height:48px;
  border-radius:16px;
  background:linear-gradient(135deg, #fff1f6, #ffe2eb);
  position:relative;
}

.schoolLpIcon::before{
  content:"";
  position:absolute;
  inset:13px;
  border:3px solid var(--school-pink);
  border-radius:8px;
}

.schoolLpIcon--people::before,
.schoolLpIcon--class::before{
  border-radius:50%;
}

.schoolLpIcon--pin::before{
  border-radius:50% 50% 50% 2px;
  transform:rotate(-45deg);
}

.schoolLpIcon--book::before{
  border-radius:4px;
  border-left-width:8px;
}

.schoolLpIcon--score::before{
  border-radius:6px;
  border-style:dashed;
}

.schoolLpIcon--flag::before{
  border-radius:3px;
  transform:skewX(-8deg);
}

.schoolLpIcon--building::before{
  border-radius:3px;
  box-shadow:10px 0 0 -6px var(--school-pink), -10px 0 0 -6px var(--school-pink);
}

.schoolLpSection{
  margin:34px 0 0;
  padding:30px;
  border:1px solid var(--school-border);
  border-radius:var(--school-radius);
  background:rgba(255,255,255,.9);
  box-shadow:var(--school-shadow-soft);
}

.schoolLpHead{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:0 0 24px;
  text-align:center;
}

.schoolLpHead h2{
  margin:0;
  color:var(--school-navy);
  font-size:clamp(24px, 2.2vw, 36px);
  font-weight:900;
  line-height:1.35;
}

.schoolLpHead span{
  color:#ff9aad;
  font-size:22px;
}

.schoolLpOverview{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(360px, .52fr);
  gap:28px;
  align-items:center;
}

.schoolLpOverview__copy h2{
  margin:0 0 14px;
  color:var(--school-navy);
  font-size:30px;
  font-weight:900;
}

.schoolLpOverview__copy p{
  margin:0;
  color:#29324a;
  font-size:16px;
  font-weight:700;
  line-height:2;
}

.schoolLpOverview__image{
  margin:0;
  overflow:hidden;
  border-radius:18px;
}

.schoolLpOverview__image img{
  width:100%;
  aspect-ratio:16 / 7.2;
  object-fit:cover;
}

.schoolLpReason{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:14px;
}

.schoolLpReason__card{
  padding:12px 12px 16px;
  border:1px solid var(--school-border);
  border-radius:18px;
  background:linear-gradient(180deg, #fff, #fff7fa);
  box-shadow:0 10px 22px rgba(244,84,120,.08);
}

.schoolLpReason__card img{
  width:100%;
  aspect-ratio:4 / 3;
  border-radius:12px;
  object-fit:cover;
}

.schoolLpReason__card h3{
  margin:12px 0 7px;
  color:var(--school-pink);
  font-size:16px;
  font-weight:900;
  line-height:1.45;
}

.schoolLpReason__card p{
  margin:0;
  color:#3e4962;
  font-size:13px;
  font-weight:700;
  line-height:1.8;
}

.schoolLpSplit{
  display:grid;
  grid-template-columns:minmax(310px, .42fr) minmax(0, .58fr);
  gap:10px;
  align-items:stretch;
  padding:10px;
  border:1px solid var(--school-pink-line);
  border-radius:14px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 24px rgba(244,84,120,.06);
}

.schoolLpPrograms,
.schoolLpCost{
  min-width:0;
}

.schoolLpPrograms h2,
.schoolLpCost h2{
  margin:0 0 10px;
  color:var(--school-navy);
  font-size:clamp(15px, 1.15vw, 20px);
  font-weight:900;
  letter-spacing:.04em;
}

.schoolLpPrograms__item{
  display:flex;
  gap:9px;
  padding:0 0 10px;
  margin-bottom:10px;
  border-bottom:1px solid rgba(244,84,120,.24);
}

.schoolLpPrograms__item:last-child{
  border-bottom:0;
  margin-bottom:0;
  padding-bottom:0;
}

.schoolLpPrograms .schoolLpIcon{
  width:34px;
  height:34px;
  border-radius:999px;
  background:linear-gradient(180deg, var(--school-pink), #ec486f);
  box-shadow:none;
}

.schoolLpPrograms .schoolLpIcon::before{
  inset:9px;
  border-width:2px;
  border-color:#fff;
}

.schoolLpPrograms__item h3{
  margin:0;
  color:var(--school-pink);
  font-size:clamp(13px, 1vw, 17px);
  font-weight:900;
  line-height:1.24;
}

.schoolLpPrograms__item p{
  margin:4px 0 0;
  color:#3d475d;
  font-size:clamp(10px, .74vw, 12px);
  font-weight:900;
  line-height:1.62;
}

.schoolLpCost{
  display:block;
  min-height:100%;
  padding:8px;
  border:1px solid var(--school-pink-line);
  border-radius:12px;
  background:linear-gradient(180deg, #fff, #fff8fb);
}

.schoolLpCost__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin:0 0 6px;
}

.schoolLpCost__head h2{
  margin:0;
  color:var(--school-navy);
  font-size:clamp(13px, 1vw, 17px);
  font-weight:900;
}

.schoolLpCost__head h2::before{
  content:"";
  display:inline-block;
  width:16px;
  height:16px;
  margin-right:5px;
  vertical-align:-3px;
  border-radius:5px;
  background:linear-gradient(135deg, #ffe2eb, #fff5f8);
  border:2px solid var(--school-pink);
}

.schoolLpCost__head p{
  margin:0;
  color:var(--school-pink);
  font-size:9px;
  font-weight:900;
  white-space:nowrap;
}

.schoolLpCost__body{
  display:grid;
  grid-template-columns:minmax(0, .47fr) minmax(0, .53fr);
  gap:8px;
}

.schoolLpCost__main,
.schoolLpCost__compare{
  min-height:0;
  border:1px solid var(--school-pink-line);
  border-radius:10px;
  background:#fff;
  overflow:hidden;
  box-shadow:none;
}

.schoolLpCost__main{
  text-align:center;
  background:linear-gradient(180deg, #fff7fa 0%, #fff 45%, #fff 100%);
}

.schoolLpCost__label{
  margin:0;
  padding:9px 8px;
  background:#ffd7e1;
  color:var(--school-pink);
  font-size:clamp(10px, .82vw, 13px);
  font-weight:900;
  letter-spacing:.05em;
}

.schoolLpCost__main > span{
  display:block;
  margin:10px 0 2px;
  color:var(--school-navy);
  font-size:10px;
  font-weight:900;
}

.schoolLpCost__main > strong{
  display:block;
  color:var(--school-pink);
  font-size:clamp(30px, 3.4vw, 48px);
  font-weight:900;
  line-height:1.1;
  letter-spacing:-.04em;
}

.schoolLpCost__main > small{
  display:block;
  margin:4px 0 10px;
  color:var(--school-navy);
  font-size:clamp(10px, .86vw, 13px);
  font-weight:900;
}

.schoolLpCost__main ul{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:3px;
  list-style:none;
  padding:0 6px 9px;
  margin:0;
}

.schoolLpCost__main li{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:34px;
  border-radius:6px;
  background:#fff;
  color:#3d475d;
  font-size:8px;
  font-weight:900;
  line-height:1.35;
  box-shadow:0 4px 10px rgba(244,84,120,.06);
}

.schoolLpCost__main li::before{
  content:"";
  display:block;
  width:13px;
  height:11px;
  margin-bottom:3px;
  border:2px solid #6f7585;
  border-radius:3px;
}

.schoolLpCost__compare{
  display:grid;
  align-content:start;
  gap:6px;
  padding:8px;
  background:linear-gradient(180deg, #fff, #fff9fb);
}

.schoolLpCost__compare h3{
  margin:0 0 2px;
  color:var(--school-navy);
  font-size:clamp(10px, .82vw, 13px);
  font-weight:900;
  text-align:center;
  line-height:1.45;
}

.schoolLpCost__compare article{
  padding:7px 8px;
  border-radius:9px;
  background:#fff;
  border:1px solid var(--school-pink-line);
}

.schoolLpCost__compare span,
.schoolLpCost__compare strong{
  display:block;
}

.schoolLpCost__compare span{
  color:#3e4962;
  font-size:clamp(9px, .7vw, 12px);
  font-weight:900;
  line-height:1.35;
}

.schoolLpCost__compare strong{
  margin-top:3px;
  color:var(--school-pink);
  font-size:clamp(12px, .9vw, 16px);
  font-weight:900;
  line-height:1.25;
  white-space:nowrap;
}

.schoolLpCost__bottom{
  margin:7px 0 0;
  padding:6px 8px;
  border-radius:0 0 9px 9px;
  background:#ffe2e9;
  color:var(--school-pink);
  font-size:clamp(9px, .72vw, 12px);
  font-weight:900;
  text-align:center;
}

.schoolLpLife,
.schoolLpSchools,
.schoolLpVoices{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:14px;
}

.schoolLpLife__card,
.schoolLpSchools__card,
.schoolLpVoices__card{
  border:1px solid var(--school-border);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(244,84,120,.07);
}

.schoolLpLife__card img{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.schoolLpLife__card p{
  margin:0;
  padding:12px;
  color:var(--school-navy);
  font-size:13px;
  font-weight:900;
  text-align:center;
}

.schoolLpSchools__card a{
  display:block;
  height:100%;
  color:inherit;
  text-decoration:none;
}

.schoolLpSchools__card img{
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
}

.schoolLpSchools__card h3{
  margin:12px 12px 6px;
  color:var(--school-navy);
  font-size:16px;
  font-weight:900;
  line-height:1.35;
}

.schoolLpSchools__card p{
  margin:0 12px 10px;
  color:#475168;
  font-size:12px;
  font-weight:700;
  line-height:1.65;
}

.schoolLpSchools__card span{
  display:inline-flex;
  margin:0 12px 14px;
  color:var(--school-pink);
  font-size:13px;
  font-weight:900;
}

.schoolLpVoices{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.schoolLpVoices__card{
  display:grid;
  grid-template-columns:82px 1fr;
  gap:14px;
  align-items:center;
  padding:16px;
}

.schoolLpVoices__card img{
  width:82px;
  height:82px;
  border-radius:50%;
  object-fit:cover;
  grid-row:1 / span 3;
}

.schoolLpVoices__card p{
  margin:0;
  color:#303a52;
  font-size:14px;
  font-weight:800;
  line-height:1.75;
}

.schoolLpVoices__card strong,
.schoolLpVoices__card span{
  display:block;
}

.schoolLpVoices__card strong{
  color:var(--school-navy);
  font-size:14px;
  font-weight:900;
}

.schoolLpVoices__card span{
  color:var(--school-muted);
  font-size:12px;
  font-weight:700;
}

.schoolLpSupport{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(280px, .35fr);
  gap:20px;
}

.schoolLpSupport h2,
.schoolLpSupport h3{
  margin:0 0 14px;
  color:var(--school-navy);
  font-weight:900;
}

.schoolLpSupport__reasons > div{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:10px;
}

.schoolLpSupport__reasons article{
  min-height:76px;
  display:grid;
  place-items:center;
  padding:12px;
  border:1px solid var(--school-border);
  border-radius:14px;
  background:#fff;
  color:#33405a;
  font-size:13px;
  font-weight:900;
  line-height:1.55;
  text-align:center;
}

.schoolLpSupport__parent{
  padding:22px;
  border-radius:18px;
  background:linear-gradient(135deg, #fff0f5, #fff9fb);
  border:1px solid var(--school-border);
}

.schoolLpSupport__parent p{
  margin:0;
  color:#3d475d;
  font-size:14px;
  font-weight:700;
  line-height:1.85;
}

.schoolLpFaq__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
  align-items:start;
}

.schoolLpFaq__item{
  border:1px solid var(--school-border);
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  height:auto;
  box-shadow:0 10px 20px rgba(244,84,120,.05);
}

.schoolLpFaq__item summary{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
  padding:16px 44px 16px 18px;
  color:var(--school-navy);
  font-size:14px;
  font-weight:900;
  line-height:1.6;
  list-style:none;
}

.schoolLpFaq__item summary::-webkit-details-marker{
  display:none;
}

.schoolLpFaq__item summary::after{
  content:"+";
  position:absolute;
  top:50%;
  right:16px;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff0f5;
  color:var(--school-pink);
  font-size:16px;
  font-weight:900;
  transform:translateY(-50%);
}

.schoolLpFaq__item[open] summary::after{
  content:"−";
}

.schoolLpFaq__item p{
  margin:0 18px 18px;
  padding:14px 0 0;
  border-top:1px solid rgba(244,84,120,.18);
  color:#4d566d;
  font-size:13px;
  font-weight:700;
  line-height:1.8;
}

.schoolLpLocation{
  display:none;
}

.schoolLpLocation h2{
  margin:0 0 16px;
  color:var(--school-navy);
  font-size:24px;
  font-weight:900;
  text-align:center;
}

.schoolLpLocation figure{
  margin:0 0 14px;
  overflow:hidden;
  border-radius:16px;
}

.schoolLpLocation img,
.schoolLpLocation iframe{
  width:100%;
}

.schoolLpLocation img{
  aspect-ratio:16 / 9;
  object-fit:cover;
}

.schoolLpLocation p{
  margin:0 0 14px;
  color:#46516a;
  font-size:14px;
  font-weight:700;
  line-height:1.8;
}

.schoolLpLocation iframe{
  height:240px;
  border:0;
  border-radius:16px;
}

.schoolLpCta{
  width:100vw;
  margin:44px 0 0 calc(50% - 50vw);
  padding:44px 0;
  background:
    linear-gradient(90deg, rgba(255,216,226,.95), rgba(255,111,143,.92)),
    radial-gradient(circle at 90% 40%, rgba(255,255,255,.45), transparent 28%);
}

.schoolLpCta > div{
  width:min(1060px, 92vw);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.schoolLpCta p{
  margin:0;
  color:#fff;
  font-size:clamp(22px, 2.5vw, 34px);
  font-weight:900;
  line-height:1.45;
  text-shadow:0 2px 10px rgba(207,45,84,.16);
}

.schoolLpCta__actions{
  margin:0;
  flex:0 0 auto;
}

@media (max-width: 1080px){
  .schoolLpHero__inner{
    grid-template-columns:1fr;
    min-height:0;
  }

  .schoolLpHero__visual{
    min-height:360px;
  }

  .schoolLpHero__visual > img{
    height:420px;
  }

  .schoolLpStats,
  .schoolLpHero__badges,
  .schoolLpReason,
  .schoolLpSupport__reasons > div{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .schoolLpSplit,
  .schoolLpOverview,
  .schoolLpSupport{
    grid-template-columns:1fr;
  }

  .schoolLpLife,
  .schoolLpSchools{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .schoolLpFaq__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px){
  body.single-school{
    overflow-x:hidden;
  }

  .schoolLp{
    width:100%;
    padding-bottom:58px;
    overflow:hidden;
  }

  .schoolLpHero{
    overflow:hidden;
  }

  .schoolLpHero__inner{
    width:min(100%, 430px);
    max-width:100%;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:18px;
    padding:22px 18px 18px;
    overflow:hidden;
  }

  .schoolLpHero__copy{
    order:2;
    width:100%;
    min-width:0;
    padding:0;
    overflow:hidden;
  }

  .schoolLpHero__ribbon{
    max-width:100%;
    min-height:34px;
    margin-bottom:12px;
    padding:0 14px;
    font-size:12px;
    white-space:normal;
    line-height:1.45;
    text-align:center;
  }

  .schoolLpHero__brand{
    width:100%;
    min-width:0;
    display:grid;
    grid-template-columns:auto minmax(0, 1fr);
    align-items:flex-start;
    gap:10px;
    margin-bottom:6px;
  }

  .schoolLpHero__brand strong{
    font-size:clamp(52px, 17vw, 66px);
    line-height:.9;
    white-space:nowrap;
  }

  .schoolLpHero__brand span{
    min-width:0;
    max-width:100%;
    padding-top:6px;
    font-size:13px;
    line-height:1.45;
    overflow-wrap:anywhere;
    word-break:break-word;
  }

  .schoolLpHero h1{
    max-width:100%;
    font-size:clamp(28px, 8.2vw, 34px);
    line-height:1.28;
    letter-spacing:.01em;
    overflow-wrap:anywhere;
    word-break:normal;
    line-break:strict;
  }

  .schoolLpHero__lead{
    max-width:100%;
    font-size:14px;
    line-height:1.75;
    overflow-wrap:anywhere;
  }

  .schoolLpHero__badges{
    width:100%;
    max-width:100%;
    display:flex;
    overflow-x:auto;
    gap:10px;
    margin-top:18px;
    padding:0 2px 10px;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
    overscroll-behavior-x:contain;
  }

  .schoolLpHero__badges article{
    flex:0 0 142px;
    min-height:96px;
    padding:14px 10px;
    scroll-snap-align:start;
  }

  .schoolLpHero__actions,
  .schoolLpCta__actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin-top:18px;
  }

  .schoolLpBtn{
    width:100%;
    min-width:0;
    min-height:54px;
    padding:0 18px;
    font-size:15px;
  }

  .schoolLpHero__visual{
    order:1;
    width:100%;
    min-height:0;
    overflow:hidden;
    border-radius:24px;
    margin:0 0 4px;
  }

  .schoolLpHero__visual::before{
    inset:18px -18px 0 14%;
    border-radius:28px;
  }

  .schoolLpHero__visual > img{
    width:100%;
    height:280px;
    border-radius:24px;
    object-position:center top;
  }

  .schoolLpHero__seal{
    width:118px;
    height:118px;
    right:12px;
    top:22px;
  }

  .schoolLpHero__seal strong{
    font-size:22px;
  }

  .schoolLpHero__seal span{
    font-size:10px;
  }

  .schoolLpStats{
    width:calc(100% - 28px);
    margin:-12px auto 24px;
    display:grid;
    grid-template-columns:1fr 1fr;
    border-radius:18px;
  }

  .schoolLpStats__item{
    min-height:84px;
    padding:14px;
    border-right:1px solid var(--school-border);
    border-bottom:1px solid var(--school-border);
  }

  .schoolLpStats__item:nth-child(2n){
    border-right:0;
  }

  .schoolLpStats__item:nth-last-child(-n+2){
    border-bottom:0;
  }

  .schoolLpStats strong{
    font-size:16px;
  }

  .schoolLpIcon{
    width:40px;
    height:40px;
    border-radius:13px;
  }

  .schoolLpIcon::before{
    inset:11px;
  }

  .schoolLpSection{
    width:calc(100% - 28px);
    margin:22px auto 0;
    padding:20px 16px;
    border-radius:20px;
  }

  .schoolLpHead{
    gap:9px;
    margin-bottom:18px;
  }

  .schoolLpHead h2{
    font-size:22px;
  }

  .schoolLpOverview__copy h2{
    font-size:22px;
  }

  .schoolLpOverview__copy p{
    font-size:14px;
    line-height:1.85;
  }

  .schoolLpOverview__image img{
    aspect-ratio:16 / 10;
  }

  .schoolLpReason,
  .schoolLpLife,
  .schoolLpSchools,
  .schoolLpVoices{
    display:flex;
    overflow-x:auto;
    gap:12px;
    padding:0 2px 8px;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
  }

  .schoolLpReason__card,
  .schoolLpLife__card,
  .schoolLpSchools__card{
    flex:0 0 238px;
    scroll-snap-align:start;
  }

  .schoolLpSplit{
    gap:18px;
  }

  .schoolLpPrograms h2{
    font-size:22px;
  }

  .schoolLpPrograms__item h3{
    font-size:17px;
  }

  .schoolLpCost__head{
    align-items:flex-start;
    flex-direction:column;
  }

  .schoolLpCost__body{
    grid-template-columns:1fr;
  }

  .schoolLpCost__main > strong{
    font-size:46px;
  }

  .schoolLpCost__main ul{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .schoolLpVoices__card{
    flex:0 0 280px;
    scroll-snap-align:start;
    grid-template-columns:68px 1fr;
  }

  .schoolLpVoices__card img{
    width:68px;
    height:68px;
  }

  .schoolLpSupport__reasons > div{
    grid-template-columns:1fr;
  }

  .schoolLpFaq__grid{
    grid-template-columns:1fr;
  }

  .schoolLpCta{
    margin-top:28px;
    padding:32px 0;
  }

  .schoolLpCta > div{
    display:grid;
    gap:18px;
  }

  .schoolLpCta p{
    font-size:22px;
    text-align:center;
  }
}

@media (max-width: 420px){
  .schoolLpHero h1{
    font-size:32px;
  }

  .schoolLpHero__brand strong{
    font-size:58px;
  }

  .schoolLpHero__brand span{
    font-size:14px;
  }

  .schoolLpHero__visual > img{
    height:300px;
  }

  .schoolLpStats{
    grid-template-columns:1fr;
  }

  .schoolLpStats__item,
  .schoolLpStats__item:nth-child(2n){
    border-right:0;
    border-bottom:1px solid var(--school-border);
  }

  .schoolLpStats__item:last-child{
    border-bottom:0;
  }
}

@media (max-width: 768px){
  .schoolLpHero__copy{
    display:contents;
  }

  .schoolLpHero__ribbon{
    display:none;
  }

  .schoolLpHero__brand{
    order:1;
    width:100%;
    margin:0 0 14px;
  }

  .schoolLpHero__visual{
    order:2;
    margin:0;
  }

  .schoolLpHero h1{
    order:3;
    width:100%;
    max-width:320px;
    margin:16px auto 0;
    text-align:center;
  }

  .schoolLpHero__mobileBadges{
    order:4;
  }
}

@media (max-width: 768px){
  body.single-school{
    background:
      radial-gradient(circle at 12% 3%, rgba(255,227,235,.9), transparent 24%),
      linear-gradient(180deg, #fff 0%, #fff8fb 42%, #fff 100%);
  }

  body.single-school main,
  body.single-school .schoolLp{
    overflow-x:hidden;
  }

  .schoolLp{
    width:100%;
    max-width:430px;
    margin:0 auto;
    padding:0 10px 36px;
    letter-spacing:.01em;
  }

  .schoolLpHero{
    width:100%;
    margin:0;
    padding:12px 0 0;
    background:transparent;
  }

  .schoolLpHero__inner{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:0;
    padding:18px 16px 16px;
    border:1px solid rgba(244,84,120,.16);
    border-radius:24px;
    background:
      radial-gradient(circle at 90% 12%, rgba(255,206,218,.75), transparent 26%),
      linear-gradient(180deg, #fff6fa 0%, #ffffff 55%, #fff9fb 100%);
    box-shadow:0 16px 34px rgba(244,84,120,.10);
  }

  .schoolLpHero__inner::before,
  .schoolLpHero__inner::after{
    font-size:30px;
    color:rgba(244,84,120,.30);
  }

  .schoolLpHero__inner::before{
    left:auto;
    right:22px;
    top:78px;
  }

  .schoolLpHero__inner::after{
    right:auto;
    left:18px;
    bottom:238px;
  }

  .schoolLpHero__copy{
    order:1;
    display:block;
    text-align:center;
  }

  .schoolLpHero__ribbon{
    display:flex;
    width:fit-content;
    max-width:100%;
    min-height:34px;
    margin:0 auto 16px;
    padding:0 18px;
    border-radius:999px 999px 999px 6px;
    background:linear-gradient(135deg, #ffd7e2, #fff0f5);
    color:var(--school-pink);
    font-size:12px;
    font-weight:900;
    letter-spacing:.04em;
  }

  .schoolLpHero__brand{
    display:block;
    margin:0 0 8px;
    text-align:center;
  }

  .schoolLpHero__brand strong{
    display:block;
    color:var(--school-pink);
    font-family:Georgia, "Times New Roman", serif;
    font-size:clamp(70px, 22vw, 98px);
    line-height:.82;
    letter-spacing:.01em;
  }

  .schoolLpHero__brand span{
    display:block;
    max-width:230px;
    margin:8px auto 0;
    padding:0;
    color:var(--school-navy);
    font-size:12px;
    font-weight:900;
    line-height:1.25;
  }

  .schoolLpHero h1{
    max-width:310px;
    margin:12px auto 0;
    color:var(--school-navy);
    font-size:clamp(29px, 8.8vw, 39px);
    font-weight:900;
    line-height:1.42;
    letter-spacing:.03em;
  }

  .schoolLpHero h1::first-letter{
    color:inherit;
  }

  .schoolLpHero h1 strong,
  .schoolLpHero h1 span{
    color:var(--school-pink);
  }

  .schoolLpHero__lead,
  .schoolLpHero__badges,
  .schoolLpHero__actions{
    display:none;
  }

  .schoolLpHero__visual{
    order:2;
    width:100%;
    margin:18px 0 0;
    border-radius:22px;
    overflow:hidden;
    background:#fff;
    box-shadow:none;
  }

  .schoolLpHero__visual::before,
  .schoolLpHero__seal{
    display:none;
  }

  .schoolLpHero__visual > img{
    width:100%;
    height:auto;
    aspect-ratio:1 / .82;
    object-fit:cover;
    object-position:center top;
    border-radius:22px;
    box-shadow:none;
  }

  .schoolLpHero__mobileBadges{
    order:3;
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:8px;
    margin:12px 0 0;
  }

  .schoolLpHero__mobileBadges article{
    min-height:96px;
    padding:12px 7px 10px;
    border:1px solid rgba(244,84,120,.18);
    border-radius:18px;
    background:#fff;
    text-align:center;
    box-shadow:0 10px 18px rgba(244,84,120,.06);
  }

  .schoolLpHero__mobileBadges .schoolLpMiniIcon{
    width:42px;
    height:42px;
    margin-bottom:8px;
    border-radius:14px;
    box-shadow:none;
  }

  .schoolLpHero__mobileBadges strong{
    display:block;
    color:var(--school-navy);
    font-size:12px;
    font-weight:900;
    line-height:1.45;
  }

  .schoolLpStats{
    width:100%;
    margin:14px auto 0;
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
  }

  .schoolLpStats__item,
  .schoolLpStats__item:nth-child(2n),
  .schoolLpStats__item:nth-last-child(-n+2){
    min-height:auto;
    display:grid;
    grid-template-columns:46px 1fr;
    gap:12px;
    align-items:center;
    padding:13px 14px;
    border:1px solid rgba(244,84,120,.14);
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 20px rgba(244,84,120,.05);
  }

  .schoolLpStats p{
    color:var(--school-pink);
    font-size:12px;
  }

  .schoolLpStats strong{
    font-size:15px;
  }

  .schoolLpStats small{
    font-size:11px;
  }

  .schoolLpIcon{
    width:42px;
    height:42px;
    border-radius:15px;
    background:linear-gradient(180deg, #fff1f6, #ffe5ed);
  }

  .schoolLpIcon::before{
    inset:11px;
    border-width:3px;
  }

  .schoolLpSection{
    width:100%;
    margin:14px auto 0;
    padding:18px 15px;
    border:1px solid rgba(244,84,120,.14);
    border-radius:23px;
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,251,.96));
    box-shadow:0 14px 30px rgba(244,84,120,.08);
  }

  .schoolLpHead{
    gap:7px;
    margin:0 0 15px;
  }

  .schoolLpHead h2,
  .schoolLpOverview__copy h2,
  .schoolLpPrograms h2,
  .schoolLpCost__head h2,
  .schoolLpSupport h2,
  .schoolLpLocation h2{
    color:var(--school-navy);
    font-size:18px;
    font-weight:900;
    line-height:1.45;
    text-align:center;
  }

  .schoolLpHead span{
    font-size:15px;
    color:#ffb5c4;
  }

  .schoolLpOverview{
    display:flex;
    flex-direction:column;
    gap:14px;
  }

  .schoolLpOverview__copy h2{
    margin-bottom:12px;
    text-align:left;
  }

  .schoolLpOverview__copy p{
    color:#28334d;
    font-size:13px;
    font-weight:700;
    line-height:2;
  }

  .schoolLpOverview__image{
    border-radius:16px;
  }

  .schoolLpOverview__image img{
    aspect-ratio:16 / 9.5;
    object-fit:cover;
  }

  .schoolLpReason,
  .schoolLpLife,
  .schoolLpSchools,
  .schoolLpVoices{
    display:grid;
    grid-template-columns:1fr;
    gap:11px;
    overflow:visible;
    padding:0;
  }

  .schoolLpReason__card,
  .schoolLpLife__card,
  .schoolLpSchools__card,
  .schoolLpVoices__card{
    flex:none;
    width:100%;
    border:0;
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 20px rgba(244,84,120,.06);
  }

  .schoolLpReason__card{
    display:grid;
    grid-template-columns:92px minmax(0, 1fr);
    gap:12px;
    align-items:center;
    padding:12px;
  }

  .schoolLpReason__card img{
    width:92px;
    height:92px;
    aspect-ratio:auto;
    border-radius:14px;
    grid-row:1 / span 2;
  }

  .schoolLpReason__card h3{
    margin:0 0 5px;
    color:var(--school-pink);
    font-size:14px;
    line-height:1.45;
  }

  .schoolLpReason__card p{
    margin:0;
    color:#344059;
    font-size:12px;
    line-height:1.75;
    word-break:normal;
    overflow-wrap:break-word;
  }

  .schoolLpSplit{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    padding:18px 15px;
    border-radius:23px;
    background:linear-gradient(180deg, #fff, #fff7fa);
  }

  .schoolLpPrograms h2{
    margin:0 0 15px;
  }

  .schoolLpPrograms__item{
    gap:11px;
    padding:0 0 14px;
    margin-bottom:14px;
    border-bottom:1px solid rgba(244,84,120,.15);
  }

  .schoolLpPrograms .schoolLpIcon{
    width:44px;
    height:44px;
    border-radius:50%;
    background:linear-gradient(180deg, var(--school-pink), #f33f70);
  }

  .schoolLpPrograms__item h3{
    color:var(--school-pink);
    font-size:15px;
  }

  .schoolLpPrograms__item p{
    color:#344059;
    font-size:12px;
    line-height:1.75;
  }

  .schoolLpCost{
    padding:0;
    border:0;
    border-radius:20px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 12px 24px rgba(244,84,120,.06);
  }

  .schoolLpCost__head{
    display:block;
    padding:16px 14px 0;
    text-align:center;
  }

  .schoolLpCost__head h2{
    margin:0 0 8px;
  }

  .schoolLpCost__head p{
    font-size:10px;
  }

  .schoolLpCost__body{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    padding:0 14px 14px;
  }

  .schoolLpCost__main{
    border-color:rgba(244,84,120,.16);
    border-radius:18px;
  }

  .schoolLpCost__label{
    padding:13px 10px;
    font-size:13px;
  }

  .schoolLpCost__main > span{
    margin-top:15px;
    font-size:12px;
  }

  .schoolLpCost__main > strong{
    font-size:46px;
  }

  .schoolLpCost__main > small{
    font-size:13px;
  }

  .schoolLpCost__main ul{
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap:4px;
    padding:0 9px 14px;
  }

  .schoolLpCost__main li{
    min-height:42px;
    font-size:8px;
    background:#fff;
  }

  .schoolLpCost__compare{
    padding:0;
    border:0;
    background:transparent;
    gap:8px;
  }

  .schoolLpCost__compare h3{
    margin:2px 0 7px;
    font-size:13px;
  }

  .schoolLpCost__compare article{
    display:grid;
    grid-template-columns:42px 1fr;
    align-items:center;
    gap:10px;
    padding:11px 12px;
    border-color:rgba(244,84,120,.16);
    border-radius:15px;
  }

  .schoolLpCost__compare article::before{
    content:"";
    width:30px;
    height:30px;
    border:3px solid #20293d;
    border-radius:7px;
    opacity:.85;
  }

  .schoolLpCost__compare span{
    font-size:11px;
  }

  .schoolLpCost__compare strong{
    font-size:15px;
  }

  .schoolLpCost__bottom{
    margin:0;
    padding:13px 14px;
    border-radius:0;
    font-size:12px;
  }

  .schoolLpLife__card{
    padding:8px;
    text-align:center;
  }

  .schoolLpLife__card img{
    border-radius:14px;
    aspect-ratio:16 / 8.5;
  }

  .schoolLpLife__card p{
    padding:9px 4px 3px;
    font-size:13px;
  }

  .schoolLpSchools__card a{
    display:grid;
    grid-template-columns:108px minmax(0, 1fr);
    grid-template-rows:auto auto auto;
    column-gap:12px;
    row-gap:4px;
    align-items:start;
    padding:10px;
  }

  .schoolLpSchools__card img{
    width:108px;
    height:94px;
    aspect-ratio:auto;
    border-radius:13px;
    grid-row:1 / span 3;
  }

  .schoolLpSchools__card h3{
    grid-column:2;
    margin:0 0 5px;
    font-size:13px;
    line-height:1.45;
    word-break:normal;
    overflow-wrap:break-word;
  }

  .schoolLpSchools__card p{
    grid-column:2;
    margin:0;
    font-size:11px;
    line-height:1.65;
    word-break:normal;
    overflow-wrap:break-word;
  }

  .schoolLpSchools__card span{
    grid-column:2;
    display:inline-flex;
    width:fit-content;
    margin:5px 0 0;
    padding:4px 10px;
    border-radius:999px;
    background:#fff0f5;
    font-size:11px;
  }

  .schoolLpVoices__card{
    display:grid;
    grid-template-columns:66px 1fr;
    gap:12px;
    align-items:center;
    padding:13px;
  }

  .schoolLpVoices__card img{
    width:66px;
    height:66px;
  }

  .schoolLpVoices__card p{
    font-size:12px;
    line-height:1.75;
  }

  .schoolLpVoices__card strong,
  .schoolLpVoices__card span{
    font-size:11px;
  }

  .schoolLpSupport{
    display:grid;
    gap:14px;
  }

  .schoolLpSupport h2{
    margin-bottom:14px;
  }

  .schoolLpSupport__reasons > div{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .schoolLpSupport__reasons article{
    min-height:0;
    justify-items:start;
    place-items:initial;
    padding:13px 14px 13px 48px;
    border:0;
    border-radius:15px;
    background:#fff;
    color:#26324a;
    font-size:13px;
    text-align:left;
    position:relative;
    box-shadow:0 8px 16px rgba(244,84,120,.05);
  }

  .schoolLpSupport__reasons article::before{
    content:"✓";
    position:absolute;
    left:18px;
    top:50%;
    color:var(--school-pink);
    font-weight:900;
    transform:translateY(-50%);
  }

  .schoolLpSupport__parent{
    padding:16px;
    border:0;
    border-radius:18px;
    background:#fff8e7;
  }

  .schoolLpLocation{
    display:block;
  }

  .schoolLpLocation h2{
    margin-bottom:13px;
    text-align:left;
  }

  .schoolLpLocation figure{
    border-radius:16px;
  }

  .schoolLpLocation iframe{
    height:180px;
    border-radius:16px;
  }

  .schoolLpFaq__grid{
    grid-template-columns:1fr;
    gap:9px;
  }

  .schoolLpFaq__item{
    border:0;
    border-radius:16px;
    box-shadow:0 8px 18px rgba(244,84,120,.05);
  }

  .schoolLpFaq__item summary{
    padding:16px 44px 16px 16px;
    font-size:13px;
  }

  .schoolLpCta{
    width:100%;
    margin:14px auto 0;
    padding:0;
    border-radius:24px;
    background:linear-gradient(180deg, #fff1f5, #ffdce6);
    overflow:hidden;
  }

  .schoolLpCta > div{
    width:100%;
    display:grid;
    gap:14px;
    padding:22px 16px;
  }

  .schoolLpCta p{
    color:var(--school-pink);
    font-size:16px;
    text-shadow:none;
  }

  .schoolLpCta__actions{
    gap:10px;
    margin:0;
  }

  .schoolLpBtn{
    min-height:56px;
    border-radius:14px;
    font-size:14px;
    box-shadow:0 12px 22px rgba(244,84,120,.16);
  }
}

@media (max-width: 768px){
  .schoolLpHero__copy{
    display:contents;
  }

  .schoolLpHero__ribbon{
    display:none;
  }

  .schoolLpHero__brand{
    order:1;
    width:100%;
    margin:0 0 14px;
  }

  .schoolLpHero__visual{
    order:2;
    margin:0;
  }

  .schoolLpHero h1{
    order:3;
    width:100%;
    max-width:320px;
    margin:16px auto 0;
    text-align:center;
  }

  .schoolLpHero__mobileBadges{
    order:4;
  }
}
