
/* HeyAish Compact Professional Redesign - Bootstrap 4 friendly */
:root{
  --ha-bg:#f7f9fb;
  --ha-surface:#ffffff;
  --ha-ink:#172033;
  --ha-muted:#5d6b82;
  --ha-line:#d9e2ec;
  --ha-blue:#2563a9;
  --ha-blue-dark:#153e75;
  --ha-green:#2e7d58;
  --ha-warm:#f5efe7;
  --ha-soft:#eef4f8;
  --ha-shadow:0 18px 45px rgba(22,39,68,.12);
  --ha-radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ha-ink);
  background:var(--ha-bg);
  font-family:"Source Sans 3",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  font-size:16px;
  line-height:1.55;
}
h1,h2,h3,h4,h5,h6{
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  color:var(--ha-ink);
  font-weight:700;
  letter-spacing:-.035em;
}
a{color:var(--ha-blue);text-decoration:none}
a:hover{text-decoration:none;color:var(--ha-blue-dark)}
.header{
  position:fixed;
  top:0;left:0;bottom:0;
  width:292px;
  z-index:997;
  padding:20px 16px;
  overflow:hidden!important;
  display:flex;
  align-items:center;
  background:linear-gradient(180deg,rgba(248,251,253,.94),rgba(239,246,250,.88));
  border-right:1px solid rgba(137,154,178,.25);
  backdrop-filter:blur(18px);
}
.header-container{
  width:100%;
  max-height:none!important;
  overflow:hidden!important;
  border-radius:26px;
  padding:18px 16px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:0 20px 50px rgba(27,45,78,.12);
}
.brand-block{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:74px;
  border-radius:20px;
  background:linear-gradient(135deg,#fff,#f3f7fb);
  border:1px solid var(--ha-line);
}
.brand-block img{max-width:154px;max-height:54px}
.navmenu{width:100%}
.navmenu ul{list-style:none;margin:0;padding:0}
.navmenu li{margin:4px 0}
.navmenu a{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:42px;
  padding:9px 12px;
  border-radius:15px;
  color:#526176;
  font-family:"Montserrat",sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:-.01em;
  transition:.2s ease;
}
.navmenu a .navicon{font-size:17px;width:20px;text-align:center}
.navmenu a:hover,
.navmenu a.active{
  background:#ffffff;
  color:var(--ha-blue-dark);
  box-shadow:0 10px 22px rgba(31,66,120,.09);
}
.navmenu a.active .navicon{color:var(--ha-blue)}
.quizet-menu-item a{
  margin-top:10px;
  color:#6b3b00;
  background:linear-gradient(135deg,#fff7ed,#ffffff);
  border:1px solid #f5d6ad;
}
.social-links{
  display:flex;
  justify-content:center;
  gap:8px;
  padding-top:12px;
  margin-top:12px;
  border-top:1px solid var(--ha-line);
}
.social-links a{
  width:36px;height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#526176;
  background:#fff;
  border:1px solid var(--ha-line);
}
.social-links a:hover{color:#fff;background:var(--ha-blue);border-color:var(--ha-blue)}
.header-toggle{
  position:fixed;
  right:16px;top:16px;
  z-index:1000;
  width:42px;height:42px;
  border:0;border-radius:50%;
  background:var(--ha-blue);
  color:#fff;
  display:none;
}
@media(min-width:1200px){
  .header~main,.header~#footer{margin-left:292px}
}
@media(max-width:1199px){
  .header{left:-320px;transition:.25s ease}
  .header.header-show{left:0}
  .header-toggle{display:flex;align-items:center;justify-content:center}
  .header~main,.header~#footer{margin-left:0}
}
.section{
  position:relative;
  padding:64px 0;
  overflow:hidden;
}
.compact-section{padding:52px 0}
.parallax-section{
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  background-attachment:fixed;
}
@media(max-width:991px){
  .parallax-section{background-attachment:scroll}
  .section{padding:48px 0}
}
.hero-parallax{background-image:url("../img/profile/trainer-session.jpg");}
.profile-parallax{background-image:linear-gradient(rgba(247,249,251,.88),rgba(247,249,251,.88)),url("../img/profile/aishwar-portrait.jpg");background-position:center top}
.classroom-parallax{background-image:url("../img/profile/trainer-session.jpg");}
.neutral-parallax{background-image:linear-gradient(rgba(247,249,251,.9),rgba(247,249,251,.9)),url("../img/profile/global-learners.jpg");}
.experience-parallax{background-image:linear-gradient(rgba(247,249,251,.92),rgba(247,249,251,.92)),url("../img/profile/aishwar-portrait.jpg");}
.community-parallax{background-image:url("../img/profile/global-learners.jpg");}
.feedback-parallax{background-image:linear-gradient(rgba(247,249,251,.92),rgba(247,249,251,.92)),url("../img/profile/trainer-session.jpg");}
.quizet-parallax{background-image:linear-gradient(rgba(247,249,251,.88),rgba(247,249,251,.88)),url("../img/profile/global-learners.jpg");}
.contact-parallax{background-image:linear-gradient(rgba(247,249,251,.9),rgba(247,249,251,.9)),url("../img/profile/trainer-session.jpg");}
.parallax-overlay,
.section-scrim{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(247,249,251,.92),rgba(247,249,251,.74),rgba(247,249,251,.58));
  z-index:0;
}
.parallax-overlay.soft{
  background:linear-gradient(180deg,rgba(17,30,48,.68),rgba(17,30,48,.56));
}
.parallax-overlay.light,
.parallax-overlay.quizet-light{
  background:linear-gradient(90deg,rgba(247,249,251,.94),rgba(255,255,255,.82));
}
.section .container{position:relative;z-index:2}
.glass,
.card{
  border-radius:var(--ha-radius);
}
.glass{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:var(--ha-shadow);
  backdrop-filter:blur(18px);
}
.card{
  border:1px solid rgba(217,226,236,.85)!important;
  box-shadow:0 12px 34px rgba(23,32,51,.08)!important;
}
.hero .row.min-vh-100{
  min-height:78vh!important;
}
.hero-panel{
  max-width:760px;
  padding:34px;
}
.learn-badge{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:7px 12px;
  font-family:"Montserrat",sans-serif;
  font-size:12px;
  font-weight:800;
  color:#fff;
  background:var(--ha-blue);
  border:1px solid rgba(255,255,255,.6);
}
.learn-badge.light{
  color:#263244;
  background:#fff;
  border-color:var(--ha-line);
}
.learn-badge.excel,
.learn-badge.ethical{
  color:#155b3a;
  background:#e9f7ef;
  border-color:#bde8cd;
}
.hero h1{
  font-size:clamp(50px,7vw,92px);
  line-height:.92;
  margin:10px 0 14px;
}
.hero h1 span{color:var(--ha-blue)}
.hero h2{
  font-size:clamp(24px,3.1vw,40px);
  line-height:1.18;
  color:#465469;
  max-width:720px;
  margin-bottom:14px;
}
.hero .lead{
  font-size:20px;
  color:#3e4c61;
  max-width:660px;
  margin-bottom:0;
}
.metric-row{margin-left:-8px;margin-right:-8px}
.metric-row>[class*="col-"]{padding-left:8px;padding-right:8px}
.metric{
  height:100%;
  min-height:116px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
  padding:18px 18px 16px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--ha-line);
  box-shadow:0 10px 24px rgba(31,66,120,.06);
}
.metric strong{
  display:block;
  width:100%;
  font-family:"Montserrat",sans-serif;
  font-size:28px;
  line-height:1.05;
  color:var(--ha-blue);
  letter-spacing:-.04em;
  margin:0 0 10px;
}
.metric span{
  display:block;
  width:100%;
  color:#59677a;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
}
.btn{
  border-radius:999px;
  font-weight:800;
  font-family:"Montserrat",sans-serif;
  font-size:14px;
  padding:12px 20px;
}
.btn-lg{padding:13px 22px;font-size:14px}
.btn-primary{
  background:var(--ha-blue);
  border-color:var(--ha-blue);
}
.btn-primary:hover{
  background:var(--ha-blue-dark);
  border-color:var(--ha-blue-dark);
}
.btn-outline-dark{
  color:#243044;
  border-color:#9badc2;
  background:rgba(255,255,255,.56);
}
.btn-quizet{
  background:#fff7ed;
  border:1px solid #f3cc98;
  color:#7a4300;
}
.portrait-card{
  padding:14px;
  border-radius:28px;
}
.portrait-card img{
  width:100%;
  height:520px;
  object-fit:cover;
  object-position:center top;
  border-radius:22px;
  display:block;
}
.portrait-caption{
  display:flex;
  flex-direction:column;
  padding:14px 6px 4px;
}
.portrait-caption span{color:var(--ha-muted);font-weight:700}
.section-title{
  margin-bottom:30px;
}
.section-title span{
  display:inline-flex;
  margin-bottom:10px;
  padding:6px 11px;
  border-radius:999px;
  background:#e9f1f8;
  color:var(--ha-blue-dark);
  font-family:"Montserrat",sans-serif;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.section-title h2{
  font-size:clamp(30px,4vw,46px);
  line-height:1.12;
  margin:0 0 10px;
  max-width:900px;
}
.section-title p{
  margin:0;
  max-width:850px;
  color:var(--ha-muted);
  font-size:18px;
}
.light-title span{background:rgba(255,255,255,.88)}
.light-title h2,.light-title p{color:#fff}
.profile-card .headshot{
  width:76px;height:76px;object-fit:cover;object-position:center top;
  border:4px solid #fff;
  box-shadow:0 8px 24px rgba(20,35,56,.16);
}
.profile-card p,.large-muted{
  color:#425067;
  font-size:17px;
}
.list-group-item{
  background:transparent;
  color:#39475a;
  font-weight:700;
  border-color:#edf1f5;
  line-height:1.35;
}
.value-card,
.domain-card .card-body,
.quizet-feature,
.callout-card .card-body{
  height:100%;
  padding:18px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--ha-line);
}
.value-card i,
.domain-card i,
.quizet-feature i,
.callout-card i{
  display:inline-flex;
  width:42px;height:42px;
  border-radius:14px;
  align-items:center;
  justify-content:center;
  background:#eef5fb;
  color:var(--ha-blue);
  font-size:21px;
  margin-bottom:12px;
}
.value-card h4,
.domain-card h3,
.quizet-feature h4{
  font-size:18px;
  margin:0 0 8px;
}
.value-card p,
.domain-card p,
.quizet-feature p{
  margin:0;
  color:#5f6d80;
  line-height:1.45;
}
.alert-learn{
  border:1px solid #cfe0ed;
  background:#f3f8fc;
  color:#33465e;
  border-radius:18px;
}
.domain-card{
  background:rgba(255,255,255,.94);
  transition:.2s ease;
}
.domain-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 44px rgba(15,31,52,.16)!important;
}
.domain-card span{
  display:block;
  margin-top:14px;
  color:#2b5f9e;
  font-weight:800;
  font-size:13px;
}
.excel-icon{
  background:#eaf7ef!important;
  color:#217346!important;
}
.learn-tabs{
  gap:8px;
}
.learn-tabs .nav-link{
  border-radius:999px;
  color:#39475a;
  background:#fff;
  border:1px solid var(--ha-line);
  font-weight:800;
  padding:10px 16px;
}
.learn-tabs .nav-link.active{
  background:var(--ha-blue);
  color:#fff;
}
.progress-stack label{
  margin:16px 0 6px;
  font-weight:800;
  color:#39475a;
}
.progress{
  height:10px;
  border-radius:999px;
  background:#e9eff5;
}
.progress-bar{background:var(--ha-blue)}
.badge-cloud{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.badge-cloud span{
  padding:9px 12px;
  border-radius:999px;
  background:#f4f8fb;
  border:1px solid #dce6ef;
  color:#38475a;
  font-weight:800;
  font-size:14px;
}
.timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.timeline-item .card-body{padding:22px}
.timeline-item small{
  display:block;
  color:var(--ha-blue);
  font-weight:800;
  margin-bottom:8px;
}
.timeline-item h3{
  font-size:19px;
  margin-bottom:8px;
}
.timeline-item p{color:#536176;margin:0}
@media(max-width:991px){.timeline{grid-template-columns:1fr}}
.client-strip strong{
  display:block;
  color:var(--ha-ink);
  font-size:18px;
  font-family:"Montserrat",sans-serif;
}
.client-strip span{
  display:block;
  color:#66758a;
  font-weight:700;
}
.testimonial-card{
  max-width:860px;
  margin:0 auto;
  border:0!important;
}
.testimonial-card .card-body{
  padding:34px;
}
.testimonial-card i{
  font-size:38px;
  color:var(--ha-blue);
}
.testimonial-card p{
  font-size:20px;
  color:#3d4b60;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
  background-color:var(--ha-blue);
  border-radius:50%;
  background-size:50%;
  width:40px;height:40px;
}
.quizetsuite .quizet-content h2{
  font-size:clamp(30px,4vw,48px);
  line-height:1.12;
}
.quizet-dashboard{
  padding:22px;
  border-radius:26px;
}
.quizet-dashboard-top,
.quizet-score .d-flex{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.quizet-dashboard-top strong{display:block;font-size:18px}
.quizet-dashboard-top span{color:#69778a;font-weight:700}
.quizet-status{
  padding:6px 10px;
  border-radius:999px;
  background:#eaf7ef;
  color:#176642;
  font-weight:800;
  font-size:12px;
}
.quizet-score{
  margin:20px 0;
  padding:18px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--ha-line);
}
.quizet-score small{font-weight:800;color:#69778a}
.quizet-score strong{
  font-size:48px;
  line-height:1;
  color:var(--ha-blue);
}
.quizet-score em{
  color:var(--ha-green);
  font-style:normal;
  font-weight:800;
}
.quizet-progress{
  height:10px;
  border-radius:999px;
  overflow:hidden;
  background:#e8eef5;
  margin-top:12px;
}
.quizet-progress div{
  width:78%;height:100%;
  background:linear-gradient(90deg,var(--ha-blue),#42a5f5);
}
.quizet-mini-grid>div{padding:4px}
.quizet-mini-grid>div>div{
  height:100%;
  min-height:92px;
  padding:14px 10px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--ha-line);
  text-align:center;
}
.quizet-mini-grid strong{
  display:block;
  font-size:25px;
  color:var(--ha-blue);
}
.quizet-mini-grid span{
  display:block;
  font-weight:700;
  color:#617085;
  line-height:1.25;
  font-size:13px;
}
.quizet-weak-list{
  margin-top:14px;
}
.quizet-weak-list div{
  padding:10px 12px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--ha-line);
  margin-bottom:8px;
  color:#3f4e62;
  font-weight:700;
}
.quizet-note{
  margin-top:14px;
  padding:14px;
  border-radius:16px;
  background:#fff7ed;
  border:1px solid #f5d6ad;
}
.quizet-note strong{display:block;color:#7a4300}
.quizet-note span{color:#694b28}
.quizet-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.quizet-trust span{
  font-weight:800;
  font-size:13px;
  color:#475569;
}
.contact-card h2{
  font-size:34px;
}
.form-control,.custom-select{
  min-height:48px;
  border-radius:14px;
  border-color:#d7e0ea;
  font-weight:700;
}
textarea.form-control{min-height:130px}
.footer{
  padding:26px 0;
  background:#fff;
  border-top:1px solid var(--ha-line);
  color:#536176;
}
.scroll-top{
  position:fixed;
  right:18px;bottom:-24px;
  width:44px;height:44px;
  border-radius:50%;
  background:var(--ha-blue);
  color:#fff;
  visibility:hidden;
  opacity:0;
  transition:.25s;
  z-index:999;
}
.scroll-top.active{bottom:18px;visibility:visible;opacity:1}
@media(max-width:767px){
  .hero-panel{padding:24px}
  .hero .row.min-vh-100{min-height:auto!important;padding-top:80px!important}
  .metric{min-height:98px}
  .metric strong{font-size:24px}
  .section-title h2{font-size:30px}
  .portrait-card img{height:380px}
}

/* --- HeyAish logo redesign pass: compact, aligned, less scrolling --- */
:root{
  --ha-bg:#f6f7f9;
  --ha-surface:#ffffff;
  --ha-ink:#111827;
  --ha-muted:#556276;
  --ha-line:#dfe5ee;
  --ha-blue:#1f4fd8;
  --ha-blue-dark:#182f7a;
  --ha-green:#217346;
  --ha-warm:#faf7f2;
  --ha-soft:#f1f5f9;
  --ha-shadow:0 14px 34px rgba(15,23,42,.10);
  --ha-radius:18px;
}
body{background:var(--ha-bg);}
.header{width:284px;padding:16px 14px;background:linear-gradient(180deg,#f9fbfd,#eef3f7);}
@media(min-width:1200px){.header~main,.header~#footer{margin-left:284px}}
.header-container{padding:14px;border-radius:24px;background:rgba(255,255,255,.84);}
.brand-block{min-height:82px;padding:10px;background:linear-gradient(135deg,#ffffff,#f4f7fb);overflow:hidden;}
.brand-block img{max-width:188px;max-height:70px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(31,79,216,.15));}
.navmenu{margin-top:12px!important;}
.navmenu li{margin:3px 0;}
.navmenu a{min-height:38px;padding:8px 10px;border-radius:13px;font-size:12.8px;gap:9px;}
.navmenu a .navicon{font-size:16px;width:18px;}
.social-links{padding-top:10px;margin-top:10px;}
.social-links a{width:34px;height:34px;}
.section{padding:46px 0;}
.compact-section{padding:38px 0;}
.hero .row.min-vh-100{min-height:72vh!important;}
.hero-panel{max-width:760px;padding:28px;border-radius:24px;background:rgba(255,255,255,.86);}
.hero-logo-lockup{display:flex;align-items:center;gap:16px;margin:4px 0 18px;}
.hero-logo-lockup img{width:min(350px,74%);height:auto;display:block;filter:drop-shadow(0 10px 18px rgba(31,79,216,.16));}
.hero-logo-lockup span{display:inline-flex;padding:7px 11px;border-radius:999px;background:#f4f7fb;border:1px solid var(--ha-line);color:#526176;font-weight:800;font-size:12px;white-space:nowrap;}
.hero h1{font-size:clamp(34px,4.6vw,58px);line-height:1.04;margin:0 0 10px;max-width:760px;color:#111827;letter-spacing:-.055em;}
.hero h2{font-size:clamp(17px,2vw,24px);line-height:1.35;color:#39475a;margin-bottom:10px;font-weight:700;letter-spacing:-.03em;}
.hero .lead{font-size:17px;line-height:1.5;color:#4d5b70;max-width:620px;}
.learn-badge{padding:6px 10px;font-size:11.5px;background:#1f4fd8;}
.learn-badge.light{background:#fff;color:#2d3748;}
.learn-badge.excel,.learn-badge.ethical{background:#edf8f1;color:#1c663f;}
.metric-row{margin-top:18px!important;}
.metric{min-height:88px;padding:16px 16px 14px;border-radius:16px;justify-content:center;border-color:#e2e8f0;background:linear-gradient(180deg,#fff,#fbfdff);}
.metric strong{font-size:26px;margin-bottom:6px;color:#1f4fd8;line-height:1;}
.metric span{font-size:14px;line-height:1.25;color:#536176;font-weight:800;}
.btn{padding:10px 17px;font-size:13px;}
.btn-lg{padding:11px 18px;font-size:13px;}
.portrait-card{padding:12px;border-radius:24px;}
.portrait-card img{height:440px;border-radius:18px;object-position:center 16%;}
.portrait-caption{padding:12px 4px 2px;}
.section-title{margin-bottom:22px;}
.section-title span{padding:5px 10px;font-size:11px;margin-bottom:8px;}
.section-title h2{font-size:clamp(27px,3.3vw,38px);line-height:1.15;margin-bottom:8px;max-width:880px;}
.section-title p{font-size:16px;max-width:780px;}
.card{border-radius:18px!important;box-shadow:0 10px 26px rgba(15,23,42,.08)!important;}
.card-body.p-4{padding:20px!important;}
.card-body.p-lg-5{padding:26px!important;}
.profile-card .headshot{width:64px;height:64px;}
.profile-card p,.large-muted{font-size:15.5px;line-height:1.5;}
.list-group-item{font-size:14px;padding-top:9px;padding-bottom:9px;}
.value-card,.domain-card .card-body,.quizet-feature,.callout-card .card-body{padding:15px;border-radius:15px;}
.value-card i,.domain-card i,.quizet-feature i,.callout-card i{width:36px;height:36px;border-radius:12px;font-size:18px;margin-bottom:10px;}
.value-card h4,.domain-card h3,.quizet-feature h4{font-size:16px;margin-bottom:5px;}
.value-card p,.domain-card p,.quizet-feature p{font-size:14px;line-height:1.38;}
.domain-card span{font-size:12px;margin-top:10px;}
.domains .col-lg-4,.domains .col-md-6{margin-bottom:14px!important;}
.learn-tabs{margin-bottom:18px!important;}
.learn-tabs .nav-link{padding:8px 13px;font-size:13px;}
.badge-cloud{gap:8px;}
.badge-cloud span{padding:7px 10px;font-size:13px;background:#fff;}
.progress-stack label{margin:12px 0 5px;font-size:14px;}
.timeline{gap:14px;}
.timeline-item .card-body{padding:18px;}
.timeline-item h3{font-size:17px;margin-bottom:6px;}
.timeline-item p{font-size:14.5px;line-height:1.45;}
.client-strip .card-body{padding:18px!important;}
.client-strip strong{font-size:16px;}
.client-strip span{font-size:13px;}
.testimonial-card{max-width:760px;}
.testimonial-card .card-body{padding:24px;}
.testimonial-card i{font-size:30px;}
.testimonial-card p{font-size:17px;line-height:1.5;}
.quizetsuite .quizet-content h2{font-size:clamp(27px,3.3vw,40px);}
.quizet-dashboard{padding:18px;border-radius:22px;background:rgba(255,255,255,.88);}
.quizet-score{padding:15px;margin:15px 0;}
.quizet-score strong{font-size:40px;}
.quizet-mini-grid>div>div{min-height:78px;padding:11px 8px;}
.quizet-mini-grid strong{font-size:22px;}
.quizet-mini-grid span{font-size:12px;}
.quizet-weak-list div{padding:8px 10px;font-size:13.5px;margin-bottom:6px;}
.quizet-note{padding:12px;}
.quizet-trust{gap:8px;}
.quizet-trust span{font-size:12.5px;}
.contact-card h2{font-size:28px;}
.form-control,.custom-select{min-height:44px;border-radius:12px;font-size:14px;}
textarea.form-control{min-height:100px;}
.footer{padding:20px 0;}
/* image positioning refinements */
.hero-parallax{background-position:center 20%;}
.profile-parallax{background-position:center 12%;}
.classroom-parallax{background-position:center 18%;}
.community-parallax{background-position:center 35%;}
.feedback-parallax{background-position:center 20%;}
.quizet-parallax{background-position:center 35%;}
.contact-parallax{background-position:center 20%;}
.parallax-overlay{background:linear-gradient(90deg,rgba(248,250,252,.94),rgba(248,250,252,.78),rgba(248,250,252,.58));}
.section-scrim{background:linear-gradient(90deg,rgba(248,250,252,.94),rgba(255,255,255,.86));}
.parallax-overlay.soft{background:linear-gradient(180deg,rgba(17,24,39,.58),rgba(17,24,39,.48));}
.light-title h2,.light-title p{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.18);}
@media(max-width:767px){
  .hero-panel{padding:20px;}
  .hero-logo-lockup{display:block;}
  .hero-logo-lockup img{width:82%;margin-bottom:10px;}
  .hero h1{font-size:34px;}
  .metric{min-height:82px;}
  .section{padding:38px 0;}
}
