*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --purple:       #7030A8/*#5A119B*/;
  --purple-deep:  #550997;
  --purple-mid:   #6F3B88;
  --purple-light: #9B59B6;
  --purple-bg:    #F8F5FB;
  --purple-hover:         #C2A6DA;
  --mint:         #ACFFE4;
  --mint-bg:      #E8FFF7;
  --yellow:       #FFC415;
  --text:         #0F0F0F;
  --text-primary: #7030A8;
  --text-soft:    #292929;
  --text-muted:   #6B7280;
  --text-light:   #9CA3AF;
  --text-black:   #0F0F0F;
  --bg:           #FFFFFF;
 /* --bg-soft:      #F8FAFC; */
 --bg-soft:         #f8f5fb;
  --bg-light:     #F3F4F6;
  --pb-border:      #F9B4B4;
  --border:       #C2A6DA;
  --border-light: #F3F4F6;
  --radius-sm:    8px;
  --radius:       12px;
  --radius-lg:    16px;
  --radius-xl:    20px;
  --radius-pill:  100px;
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: #fff; line-height: 1.6; font-size: 15px; -webkit-font-smoothing: antialiased; }

/* ─────────── NAVBAR ─────────── */
nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-light);
  height: 68px;
  display: flex; align-items: center;
  padding: 0 80px;
}
.nav-inner { width: 100%; max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 6px; text-decoration: none; }
.nav-logo-icon {
  width: 40px; height: 32px; position: relative; display: flex; align-items: center;
}
.nav-logo-img { width: 100%; height: auto; }
/* S + K mark built from CSS shapes matching Figma vectors */
.nav-logo-mark {
  width: 40px; height: 32px; position: relative;
  background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple) 60%, var(--mint) 100%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 32'%3E%3Cpath d='M4 2C4 2 2 8 6 12C10 16 18 14 20 18C22 22 16 28 16 28L24 28C24 28 28 22 26 16C24 10 16 12 14 8C12 4 16 2 16 2Z' fill='black'/%3E%3Cpath d='M24 2L36 14L24 26L32 26L40 18L32 10Z' fill='black'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 32'%3E%3Cpath d='M4 2C4 2 2 8 6 12C10 16 18 14 20 18C22 22 16 28 16 28L24 28C24 28 28 22 26 16C24 10 16 12 14 8C12 4 16 2 16 2Z' fill='black'/%3E%3Cpath d='M24 2L36 14L24 26L32 26L40 18L32 10Z' fill='black'/%3E%3C/svg%3E") no-repeat center/contain;
}
/* Simpler faithful logo using inline SVG */
.nav-logo-svg { width: 40px; height: 32px; }
.nav-logo-text { font-size: 18px; font-weight: 590; color: var(--purple); letter-spacing: -0.01em; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text); font-size: 15px; font-weight: 400; transition: color 0.2s; }
.nav-links a:hover { color: var(--purple); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.btn-login { background: none; border: none; color: var(--text); font-size: 15px; font-weight: 400; cursor: pointer; font-family: inherit; transition: color 0.2s; padding: 0; }
.btn-login:hover { color: var(--purple); }
.btn-nav-demo { background: var(--purple); color: #fff; border: none; font-size: 15px; font-weight: 500; cursor: pointer; padding: 10px 22px; border-radius: var(--radius-sm); transition: all 0.2s; font-family: inherit; }
.btn-nav-demo:hover { background: var(--purple-deep); box-shadow: 0 4px 16px rgba(90,17,155,0.35); }

/* ─────────── HERO ─────────── */
.hero {
  background: #fff;
  padding: 72px 80px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
/* Soft purple glow behind mockup */
.hero::after {
  content: '';
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 900px; height: 200px;
  background: radial-gradient(ellipse at center bottom, rgba(90,17,155,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bg-soft); 
  color: var(--text-primary); font-size: 13px; font-weight: 500;
  padding: 2px 16px; border-radius: var(--radius-pill);
  margin-bottom: 32px; letter-spacing: 0.06em; text-transform: uppercase;
}
.hero-badge-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--purple); display: inline-block; }
.hero h1 { /*font-size: 60px; font-weight: 500; line-height: 1.12;*/ color: var(--text); margin-bottom: 20px; /* letter-spacing: -0.02em;*/

    font-family: DM Sans;
font-weight: 500;
font-style: Medium;
font-size: 60px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}
.hero-sub { font-size: 15px; color: var(--text-primary); max-width: 620px; margin: 0 auto 40px; line-height: 1.65; font-weight: 400; }
.hero-btns { display: flex; align-items: center; justify-content: center; gap: 16px; /*margin-bottom: 64px;*/ }
.btn-signup { background: #fff; color: var(--purple); border: 1.5px solid var(--purple); font-size: 16px; font-weight: 500; cursor: pointer; padding: 13px 36px; border-radius: var(--radius-sm); transition: all 0.2s; font-family: inherit; }
.btn-signup:hover { background: var(--purple-bg); }
.btn-demo { background: var(--purple); color: #fff; border: none; font-size: 16px; font-weight: 500; cursor: pointer; padding: 13px 36px; border-radius: var(--radius-sm); transition: all 0.2s; font-family: inherit; }
.btn-demo:hover { background: var(--purple-deep); box-shadow: 0 8px 24px rgba(90,17,155,0.35); }

/* Hero laptop mockup */
.hero-device img {
    max-width: 100%;         /* Keeps the image responsive */
    height: auto;
}
img.hero-device {
    display: block;        /* Changes it from an inline element to a block element */
    margin-left: auto;     /* Pushes out equally from the left */
    margin-right: auto;    /* Pushes out equally from the right */
    max-width: 80%;        /* Set this to whatever size looks best on your screen */
    height: auto;
}
.hero-device {
    display: flex;
    justify-content: center; /* Centers the image horizontally */
    width: 100%;     
     display: block;  
  border-radius: 18px 18px 0 0;
 
   display: flex; 
top: 559px;
left: 191px;
angle: 0 deg;
opacity: 1;

box-shadow: 4px -3px 10px 0px #9641EC1A;

box-shadow: 14px -10px 17px 0px #9641EC17;

box-shadow: 32px -23px 23px 0px #9641EC0D;

box-shadow: 56px -41px 28px 0px #9641EC03;

box-shadow: 88px -63px 30px 0px #9641EC00;

  
}
.device-notch { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 10px; }
.device-cam { width: 8px; height: 8px; border-radius: 50%; background: #333; }
.device-speaker { width: 48px; height: 5px; border-radius: 3px; background: #2a2a2a; }
.device-screen { background: #fff; border-radius: 8px 8px 0 0; overflow: hidden; }
.screen-topbar { background: var(--purple); padding: 0 20px; height: 48px; display: flex; align-items: center; justify-content: space-between; }
.screen-topbar-logo { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 14px; font-weight: 600; }
.screen-topbar-logo-icon { width: 24px; height: 20px; }
.screen-topbar-search { background: rgba(255,255,255,0.15); border: none; border-radius: 8px; padding: 6px 14px; color: rgba(255,255,255,0.7); font-size: 12px; font-family: 'DM Sans', sans-serif; width: 220px; }
.screen-topbar-right { display: flex; align-items: center; gap: 12px; }
.screen-term-badge { background: rgba(255,255,255,0.15); color: #fff; font-size: 11px; padding: 3px 10px; border-radius: 100px; }
.admin-avatar { width: 28px; height: 28px; border-radius: 50%; background: #ACFFE4; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: var(--purple); }
.screen-body { display: grid; grid-template-columns: 200px 1fr; min-height: 320px; }
.screen-sidebar { background: var(--purple); padding: 16px 12px; }
.school-selector { background: rgba(255,255,255,0.12); border-radius: 8px; padding: 8px 10px; margin-bottom: 16px; }
.school-selector-label { font-size: 9px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px; }
.school-selector-name { font-size: 12px; color: #fff; font-weight: 500; }
.sidebar-section-label { font-size: 9px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; padding: 8px 8px 4px; }
.sidebar-item { display: flex; align-items: center; gap: 8px; padding: 7px 10px; border-radius: 7px; cursor: pointer; color: rgba(255,255,255,0.7); font-size: 12px; margin-bottom: 1px; }
.sidebar-item.active { background: rgba(255,255,255,0.18); color: #fff; font-weight: 600; }
.sidebar-item svg { width: 14px; height: 14px; opacity: 0.8; flex-shrink: 0; }
.screen-main { padding: 20px 24px; background: var(--bg-soft); }
.screen-main-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.screen-main-title { font-size: 18px; font-weight: 700; color: var(--text); }
.screen-quick-actions { display: flex; gap: 8px; }
.quick-action { display: flex; align-items: center; gap: 4px; background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 5px 10px; font-size: 10px; font-weight: 500; color: var(--purple); cursor: pointer; }
.quick-action svg { width: 12px; height: 12px; }
.screen-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 16px; }
.stat-box { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px; }
.stat-box-label { font-size: 10px; color: var(--text-muted); margin-bottom: 4px; display: flex; align-items: center; justify-content: space-between; }
.stat-box-icon { width: 22px; height: 22px; border-radius: 6px; background: #f0e6ff; display: flex; align-items: center; justify-content: center; }
.stat-box-icon svg { width: 12px; height: 12px; }
.stat-box-value { font-size: 22px; font-weight: 700; color: var(--text); line-height: 1; }
.stat-box-sub { font-size: 10px; margin-top: 4px; }
.stat-badge { display: inline-flex; align-items: center; gap: 3px; background: #e8fdf5; color: #059669; font-size: 9px; font-weight: 600; padding: 2px 7px; border-radius: 100px; }
.stat-badge-blue { background: #eef5ff; color: #3b82f6; }
.stat-badge-green { background: #dcfce7; color: #16a34a; }
.screen-bottom { display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px; }
.screen-panel { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px; }
.panel-title { font-size: 11px; font-weight: 700; color: var(--text); margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; }
.panel-link { font-size: 10px; color: var(--purple); font-weight: 500; cursor: pointer; }
.activity-item { display: flex; align-items: flex-start; gap: 8px; padding: 7px 0; border-bottom: 1px solid var(--border-light); }
.activity-item:last-child { border-bottom: none; }
.activity-avatar { width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 700; color: #fff; }
.activity-text { flex: 1; }
.activity-name { font-size: 10px; color: var(--text); line-height: 1.4; }
.activity-name strong { font-weight: 600; }
.activity-meta { font-size: 9px; color: var(--text-muted); }
.activity-time { font-size: 9px; color: var(--text-muted); white-space: nowrap; margin-top: 1px; }
/* Chart */
.chart-bars { display: flex; align-items: flex-end; gap: 6px; height: 80px; padding: 4px 0; }
.chart-group { display: flex; flex-direction: column; align-items: center; gap: 3px; flex: 1; }
.chart-pair { display: flex; align-items: flex-end; gap: 2px; }
.chart-bar { width: 12px; border-radius: 3px 3px 0 0; }
.chart-bar-purple { background: var(--purple); }
.chart-bar-mint { background: var(--mint); }
.chart-label { font-size: 8px; color: var(--text-muted); text-align: center; }
.chart-legend { display: flex; align-items: center; gap: 12px; margin-top: 8px; }
.legend-dot { width: 8px; height: 8px; border-radius: 50%; }
.legend-text { font-size: 9px; color: var(--text-muted); }

/* ─────────── LOGO STRIP ─────────── */
.logo-strip { background: var(--bg-soft); padding: 40px 80px; border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.logo-strip-inner { max-width: 1280px; margin: 0 auto; }
.logo-strip-label { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); text-align: center; margin-bottom: 28px; }
.logo-strip-logos { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.school-logo-item { display: flex; align-items: center; gap: 8px; color: var(--text-soft); font-size: 15px; font-weight: 400; }
.school-logo-icon { color: var(--text-muted); opacity: 0.6; }

/* ─────────── SECTION COMMONS ─────────── */
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--purple); margin-bottom: 12px; }
.section-h2 { font-size: 40px; font-weight: 500; color: var(--text); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 16px; }
.section-sub { font-size: 17px; color: var(--text-muted); font-weight: 400; line-height: 1.65; }
.section-center { text-align: center; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 80px; }

/* ─────────── PROBLEM ─────────── */
.problem { padding: 96px 80px; text-align: center; }
.problem .section-sub { max-width: 540px; margin: 0 auto 56px; }
.problem-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.problem-card { background: #fff; border: 1px solid var(--pb-border); border-radius: var(--radius-lg); padding: 28px 24px; text-align: left; }
.problem-card-icon { width: 44px; height: 44px; border-radius: 10px; background: #fff0f0; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.problem-card-icon svg { width: 22px; height: 22px; color: #ef4444; }
.problem-card h4 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.problem-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* ─────────── SOLUTION ─────────── */
.solution {
  padding: 80px 10%;
  background: linear-gradient(135deg, #4a0d8f 0%, #5A119B 35%, #6b21a8 70%, #4a1080 100%);
  position: relative; overflow: hidden;
}
/* Light orb top-left */
.solution::before {
  content: ''; position: absolute;
  top: -120px; left: -80px;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(172,255,228,0.18) 0%, rgba(90,17,155,0) 65%);
  pointer-events: none;
}
/* Light orb bottom-right */
.solution::after {
  content: ''; position: absolute;
  bottom: -80px; right: -60px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(255,196,21,0.12) 0%, rgba(90,17,155,0) 65%);
  pointer-events: none;
}
.solution-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 4fr 1fr; gap: 10px; align-items: center; position: relative; z-index: 1; }
.solution-left .eyebrow { color: var(--mint); }
.solution-left .section-h2 { color: #fff; }
.solution-left .section-sub { color: rgba(255,255,255,0.7); font-size: 15px; margin-top: 8px; }
.solution-pills { display: grid; grid-template-columns: repeat(2, 190px); gap: 16px; }
.solution-pill {
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  padding: 16px 18px;
  cursor: pointer;
  transition: all 0.25s;
  display: flex; align-items: center; gap: 10px;
  position: relative; overflow: hidden;
  backdrop-filter: blur(6px);
}
/* Glow highlight sweep on hover */
.solution-pill::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(172,255,228,0.18) 0%, rgba(255,255,255,0.05) 100%);
  opacity: 0; transition: opacity 0.3s; border-radius: inherit;
}
.solution-pill:hover::before { opacity: 1; }
.solution-pill:hover {
  border-color: rgba(172,255,228,0.45);
  box-shadow: 0 0 24px rgba(172,255,228,0.15), inset 0 1px 0 rgba(255,255,255,0.1);
  transform: translateY(-2px);
}
.pill-check {
  width: 22px; height: 22px; border-radius: 50%;
  border: 1.5px solid rgba(172,255,228,0.5);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative; z-index: 1;
}
.pill-check svg { width: 11px; height: 11px; color: var(--mint); }
.pill-text { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.92); position: relative; z-index: 1; line-height: 1.35; }

/* ─────────── CORE FEATURES ─────────── */
.features { padding: 96px 80px; background: #fff; text-align: center; }
.features .section-sub { max-width: 540px; margin: 0 auto 56px; }
.features-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 34px 28px; text-align: left; transition: box-shadow 0.25s; }
.feature-card:hover { box-shadow: 0 8px 32px rgba(90,17,155,0.08); }
.feature-card-header { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.feature-icon-wrap { width: 44px; height: 44px; border-radius: 50%; background: var(--mint-bg); display: flex; align-items: center; justify-content: center; }
.feature-icon-wrap svg { width: 20px; height: 20px; }
.feature-card h3 { font-size: 22px; font-weight: 700; color: var(--text); }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.feature-list li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--text-soft); }
.feat-check { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--purple-hover); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feat-check svg { width: 10px; height: 10px; }

/* Parent banner */
.parent-banner {
  max-width: 1030px; margin: 40px auto 0;
  background: var(--mint); border-radius: 16px;
  padding: 24px 32px;
  display: flex; align-items: center; gap: 20px;
 

}
.parent-banner-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--purple); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.parent-banner-icon svg { width: 22px; height: 22px; color: #fff; }
.parent-banner-btn { flex: 1; }
.parent-banner-text h4 { font-size: 17px; font-weight: 700; color: var(--text); }
.parent-banner-text p { font-size: 14px; color: var(--text-muted); margin-top: 2px; }
.btn-see-app { background: var(--purple); color: #fff; border: none; font-size: 14px; font-weight: 500; cursor: pointer; padding: 12px 24px; border-radius: var(--radius-pill); font-family: inherit; white-space: nowrap; transition: all 0.2s; float: inline-end; }
.btn-see-app:hover { background: var(--purple-deep); }

.hiw { padding: 56px 0; background: var(--purple-bg); text-align: center; margin-bottom: 40px; position: relative; z-index: 1; }
.hiw .section-h2 { color: var(--purple);  }
.hiw-grid { max-width: 1000px; margin: 24px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.hiw-card { background: #fff; border-radius: var(--radius-lg); padding: 13px 53px 27px 15px; text-align: left; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.hiw-card-icon { width: 42px; height: 42px; border-radius: 10px; background: var(--purple-bg); display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.hiw-card-icon svg { width: 20px; height: 20px; color: var(--purple); }
.hiw-card h4 { font-size: 17px; font-weight: 500; color: var(--purple); margin-bottom: 0px; }
.hiw-card p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* ─────────── PRODUCT ─────────── */
.product-shot {
  border-radius: 24px;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 24px;
  background: var(--mint);
  box-shadow: 0 16px 40px rgba(30, 36, 70, 0.08); */
}
.product-shot-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
}
.product-shot img,
.product-shot svg {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.product { padding: 96px 80px; text-align: center; margin-top: 0; position: relative; z-index: 0; }
.product .section-sub { max-width: 560px; margin: 0 auto 56px; }
.product-shots { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
/* .product-shot { border-radius: var(--radius-lg); overflow: hidden; position: relative; } 
.product-shot-bg { position: absolute; inset: 0; background: var(--mint-bg); }*/
/* Purple decorative shapes behind tablets */
 /* .product-shot-inner { position: relative; z-index: 1; padding: 28px 20px 0; } */
.device-tablet { background: #1a1a1a; border-radius: 14px 14px 0 0; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.2); }
.tablet-bar { background: var(--purple); height: 30px; display: flex; align-items: center; padding: 0 12px; gap: 6px; }
.tablet-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.35); }
.tablet-screen { background: #f5f5fa; padding: 12px; min-height: 160px; }
.tablet-card { background: #fff; border-radius: 8px; padding: 10px; margin-bottom: 8px; }
.tablet-card-title { font-size: 10px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.tablet-row { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid var(--border-light); font-size: 9px; color: var(--text-muted); }
.tablet-row:last-child { border-bottom: none; }
.tablet-badge { font-size: 8px; padding: 2px 7px; border-radius: 100px; font-weight: 600; }
.badge-purple { background: var(--purple-bg); color: var(--purple); }
.badge-mint { background: var(--mint-bg); color: #059669; }
.device-phone { background: #1a1a1a; border-radius: 22px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.25); margin: 0 auto; width: 160px; }
.phone-notch { background: #1a1a1a; height: 20px; display: flex; align-items: center; justify-content: center; }
.phone-island { width: 60px; height: 12px; background: #000; border-radius: 6px; }
.phone-screen { background: #f5f5fa; padding: 10px; }
.phone-header { background: var(--purple); border-radius: 8px; padding: 8px 10px; margin-bottom: 8px; }
.phone-header-title { font-size: 9px; font-weight: 700; color: #fff; }
.phone-header-sub { font-size: 8px; color: rgba(255,255,255,0.7); }
.phone-card { background: #fff; border-radius: 8px; padding: 8px 10px; margin-bottom: 6px; }
.phone-subject-row { display: flex; justify-content: space-between; font-size: 9px; color: var(--text-muted); padding: 4px 0; border-bottom: 1px solid var(--border-light); }
.phone-subject-row:last-child { border-bottom: none; }
.phone-score { font-weight: 700; color: var(--purple); }

/* ─────────── BUILT FOR AFRICA ─────────── */
.africa { padding: 96px 80px; background: var(--bg-soft); text-align: center; }
.africa .section-sub { max-width: 540px; margin: 0 auto 56px; }
.africa-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.africa-card { background: #fff; border-radius: var(--radius-lg); padding: 28px 24px; text-align: left; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.africa-card-icon { width: 42px; height: 42px; border-radius: 10px; background: var(--mint-bg); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.africa-card-icon svg { width: 20px; height: 20px; color: #059669; }
.africa-card h4 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.africa-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* ─────────── WHY SCHOOL KYBER ─────────── */
.why {
  padding: 96px 80px;
  background: linear-gradient(135deg, #4a0d8f 0%, #5A119B 50%, #7b2fbe 100%);
  position: relative; overflow: hidden;
}
.why::before {
  content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 400px;
  background: radial-gradient(ellipse, rgba(172,255,228,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.why-inner { max-width: 1080px; margin: 0 auto; position: relative; z-index: 1; text-align: center; }
.why .eyebrow { color: rgba(255,255,255,0.7); }
.why .section-h2 { color: #fff; margin-bottom: 52px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg); padding: 28px 28px;
  text-align: left; transition: all 0.25s;
  backdrop-filter: blur(6px);
}
.why-card:hover { background: rgba(255,255,255,0.13); border-color: rgba(172,255,228,0.3); }
.why-card h4 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.why-card p { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.65; }

/* ─────────── TESTIMONIALS ─────────── */
.testimonials { padding: 96px 80px; background: var(--bg-soft); text-align: center; }
.testimonials .section-h2 { color: var(--purple); }
.testimonials .section-sub { max-width: 500px; margin: 0 auto 56px; }
.testi-layout { max-width: 1080px; margin: 0 auto; }
.testi-row-top { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.testi-row-bottom { display: flex; justify-content: center; }
.testi-card { background: #fff; border-radius: var(--radius-lg); padding: 32px 28px; text-align: left; box-shadow: 0 2px 16px rgba(0,0,0,0.04); border: 1px solid var(--border-light); }
.testi-card.center { max-width: 520px; width: 100%; }
.testi-stars { color: var(--purple); font-size: 18px; letter-spacing: 3px; margin-bottom: 16px; }
.testi-quote { font-size: 16px; color: var(--text); line-height: 1.7; margin-bottom: 24px; font-weight: 400; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-photo { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testi-photo-placeholder { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; flex-shrink: 0; }
.testi-name { font-size: 15px; font-weight: 700; color: var(--text); }
.testi-role { font-size: 13px; color: var(--text-muted); }

/* ─────────── PRICING ─────────── */
.pricing { padding: 96px 80px; background: #fff; text-align: center; }
.pricing .section-sub { max-width: 500px; margin: 0 auto 56px; }
.pricing-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: start; }
.pricing-card { border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 32px; text-align: left; position: relative; }
.pricing-card.featured { background: var(--purple); border-color: var(--purple); }
.pricing-card-most { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--mint); color: var(--text); font-size: 14px; font-weight: 500; padding: 4px 20px; border-radius: 100px; white-space: nowrap; }
.pricing-tier { font-size: 30px; font-weight: 500; color: var(--text); margin-bottom: 4px; }
.pricing-card.featured .pricing-tier { color: #fff; }
.pricing-tier-sub { font-size: 15px; color: var(--text-muted); margin-bottom: 16px; }
.pricing-card.featured .pricing-tier-sub { color: rgba(255,255,255,0.7); }
.pricing-price { font-size: 48px; font-weight: 700; color: var(--text); line-height: 1; margin-bottom: 4px; }
.pricing-card.featured .pricing-price { color: #fff; }
.pricing-price-sub { font-size: 18px; font-weight: 400; color: var(--text-muted); }
.pricing-card.featured .pricing-price-sub { color: rgba(255,255,255,0.6); }
.pricing-custom { font-size: 35px; font-weight: 400; color: var(--text); }
.pricing-divider { height: 1px; background: var(--border); margin: 24px 0; }
.pricing-card.featured .pricing-divider { background: rgba(255,255,255,0.2); }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.pricing-features li { display: flex; align-items: center; gap: 8px; font-size: 15px; color: var(--text); }
.pricing-card.featured .pricing-features li { color: rgba(255,255,255,0.9); }
.pricing-check { width: 18px; height: 18px; flex-shrink: 0; }
.btn-pricing { width: 100%; border: none; font-size: 15px; font-weight: 500; cursor: pointer; padding: 13px; border-radius: var(--radius-pill); transition: all 0.2s; font-family: inherit; }
.btn-pricing-purple { background: var(--purple); color: #fff; }
.btn-pricing-purple:hover { background: var(--purple-deep); }
.btn-pricing-mint { background: var(--mint); color: var(--text); }
.btn-pricing-mint:hover { opacity: 0.9; }
.btn-pricing-outline { background: #fff; color: var(--purple); border: 1.5px solid var(--border); }
.btn-pricing-outline:hover { border-color: var(--purple); }

/* ─────────── FINAL CTA ─────────── */
.final-cta {
  padding: 80px;
}
.final-cta-inner {
  max-width: 1280px; margin: 0 auto;
  background: linear-gradient(135deg, #5A119B 0%, #6b21a8 100%);
  border-radius: 24px; padding: 80px 60px;
  text-align: center; position: relative; overflow: hidden;
}
.final-cta-inner::before {
  content: ''; position: absolute; top: -80px; left: -60px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(172,255,228,0.15) 0%, transparent 65%);
  pointer-events: none;
}
.final-cta-inner::after {
  content: ''; position: absolute; bottom: -80px; right: -40px;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(255,196,21,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.final-cta h2 { font-size: 40px; font-weight: 400; color: #fff; margin-bottom: 24px; position: relative; z-index: 1; letter-spacing: -0.01em; }
.final-cta p { font-size: 25px; color: rgba(255,255,255,0.85); margin-bottom: 52px; line-height: 1.45; font-weight: 400; position: relative; z-index: 1; max-width: 600px; margin-left: auto; margin-right: auto; }
.final-cta-btns { display: flex; align-items: center; justify-content: center; gap: 24px; position: relative; z-index: 1; }
.btn-cta-mint { background: var(--mint); color: var(--text); border: none; font-size: 25px; font-weight: 400; cursor: pointer; padding: 16px 44px; border-radius: var(--radius-pill); transition: all 0.2s; font-family: inherit; }
.btn-cta-mint:hover { opacity: 0.92; box-shadow: 0 8px 28px rgba(172,255,228,0.35); transform: translateY(-2px); }
.btn-cta-ghost { background: rgba(112, 48, 168,0.2); color: #fff; border: 2px solid #FFFBFB; font-size: 25px; font-weight: 400; cursor: pointer; padding: 16px 44px; border-radius: var(--radius-pill); transition: all 0.2s; font-family: inherit; display: flex; align-items: center; gap: 10px; }
.btn-cta-ghost:hover { background: rgba(111,83,136,0.35); }
.play-icon { width: 24px; height: 24px; }

/* ─────────── FOOTER ─────────── */
footer { padding: 80px 80px 40px; background: #fff; border-top: 1px solid var(--border-light); }
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 60px;    justify-items: center; }
.footer-brand { grid-column: 1; }
.footer-brand-logo > img { width:40%;display: flex; align-items: center; gap: 6px; margin-bottom: 16px; }
.footer-brand-logo-text { font-size: 18px; font-weight: 590; color: var(--purple); }
.footer-brand p { font-size: 15px; color: var(--text); line-height: 1.6; max-width: 260px; margin-bottom: 20px; }
.footer-social { display: flex; gap: 12px; }
.social-icon { color: var(--text); opacity: 0.8; cursor: pointer; transition: opacity 0.2s; }
.social-icon:hover { opacity: 1; }
.footer-col h5 { font-size: 16px; font-weight: 700; color: var(--text-soft); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a { font-size: 14px; font-weight: 500; color: var(--text); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--purple); }
.footer-bottom { border-top: 1px solid var(--border-light); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 14px; color: var(--text-muted); }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: 14px; color: var(--text-black); text-decoration: none; }
.footer-bottom-links a:hover { color: var(--text); }

/* ─────────── RESPONSIVE ─────────── */
@media (max-width: 1024px) {
  nav, .hero, .problem, .solution, .features, .hiw, .product, .africa, .why, .testimonials, .pricing, .final-cta, footer { padding-left: 40px; padding-right: 40px; }
  .hero h1 { font-size: 46px; }
  .nav-logo-img { width: 100%; height: 30px; }
  .problem-grid { grid-template-columns: repeat(2,1fr); }
  .solution-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  /* Make nav demo button less dominant on narrower screens */
  .btn-nav-demo { padding: 8px 16px; font-size: 14px; }
}
@media (max-width: 768px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-logo-img { width: 98%; height: 26px; }
  .hero, .problem, .features, .hiw, .product, .africa, .why, .testimonials, .pricing { padding: 60px 20px; }
  .hero h1 { font-size: 36px; }
  .section-h2 { font-size: 30px; }
  .problem-grid, .africa-grid, .features-grid, .hiw-grid, .product-shots, .why-grid, .testi-row-top, .pricing-grid { grid-template-columns: 1fr; }
  .solution-pills { grid-template-columns: 1fr; }
  .product-shot { min-height: 280px; padding: 16px; }
  .product-shot-inner { height: 220px; }
  .hiw { margin-bottom: 24px; padding-bottom: 24px; }
  .product { padding-top: 24px; margin-top: 12px; }
  /* Slightly smaller nav demo button for tablets */
  .btn-nav-demo { padding: 8px 14px; font-size: 14px; }
  .final-cta { padding: 20px; }
  .final-cta h2 { font-size: 28px; }
  .final-cta p { font-size: 17px; }
  .btn-cta-mint, .btn-cta-ghost { font-size: 17px; padding: 14px 28px; }
  .final-cta-btns { flex-direction: column; }
  footer { padding: 60px 20px 40px; }
  .footer-grid { /*grid-template-columns: 1fr;*/ gap: 32px; }
}
@media (max-width: 600px) {
  .hero { padding: 40px 16px; }
  .hero h1 { font-size: 28px; line-height: 1.4; }
  .hero-sub { font-size: 14px; max-width: 100%; }
  .hero-btns { flex-direction: column; gap: 12px; }
  .btn-signup, .btn-demo, .btn-login, .btn-nav-demo { width: 100%; padding: 12px 20px; font-size: 14px; }
  .nav-actions { gap: 8px; }
  /* NAVBAR: reduce logo and button sizes on small tablets */
  .nav-logo-svg { width: 32px; height: 26px; }
  .nav-logo-text { font-size: 16px; }
  nav { height: 62px; }
  .nav-inner { padding: 0 12px; }
  .nav-actions { gap: 8px; }
  .btn-nav-demo { padding: 10px 16px; font-size: 14px; }
  .btn-login { font-size: 14px; }
    .nav-logo-img { width: 98%; height: 26px; }
  /* PARENT BANNER: stack and reduce spacing */
  .parent-banner { flex-direction: column; align-items: flex-start; text-align: left; padding: 16px; gap: 12px; }
  .parent-banner-icon { width: 40px; height: 40px; }
  .parent-banner-text h4 { font-size: 15px; }
  .parent-banner-text p { font-size: 13px; }
  .btn-see-app { padding: 10px 16px; font-size: 14px; width: 100%; }
  .section-h2 { font-size: 20px; }
  .eyebrow { font-size: 12px; }
  .problem-grid, .features-grid, .africa-grid { gap: 12px; }
  .problem-card, .feature-card, .africa-card { padding: 20px; }
  .hiw-grid { gap: 16px; margin-top: 24px; max-width: max-content; }
  .logo-strip-logos { flex-wrap: wrap; gap: 12px; }
  .school-logo-item { font-size: 12px; padding: 8px 12px; }
  .pricing-card { padding: 20px; }
  .pricing-price { font-size: 24px; }
  .btn-pricing { width: 100%; padding: 12px; font-size: 14px; }
  .final-cta h2 { font-size: 22px; }
  .final-cta p { font-size: 14px; margin-bottom: 24px; }
  .testi-card { padding: 16px; }
  .testi-quote { font-size: 13px; }
}
@media (max-width: 480px) {
  :root { font-size: 14px; }
  nav { padding: 12px 16px; }
  .nav-logo-text { font-size: 15px; }
  .nav-logo-svg { width: 28px; height: 22px; }
  .nav-logo-img { width: 100%; }
  .hero { padding: 32px 16px; }
  .hero h1 { font-size: 24px; margin-bottom: 16px; }
  .hero-badge { font-size: 11px; padding: 6px 12px; }
  .hero-device img { max-width: 90vw; }
  .section-h2 { font-size: 16px; margin-bottom: 12px; }
  .section-sub { font-size: 13px; margin-bottom: 24px; }
  .eyebrow { font-size: 11px; margin-bottom: 8px; }
  .problem, .features, .hiw, .product, .africa, .why, .testimonials, .pricing, .final-cta { padding: 40px 16px; }
  .problem-grid, .features-grid, .africa-grid, .hiw-grid { gap: 10px; }
  .problem-card, .feature-card, .africa-card, .hiw-card { padding: 16px; }
  .problem-card h4, .feature-card h4, .africa-card h4, .hiw-card h4 { font-size: 14px; }
  .problem-card p, .feature-card p, .africa-card p, .hiw-card p { font-size: 12px; }
  .product-shot { min-height: 240px; padding: 12px; }
  .product-shot-inner { height: 200px; }
  .product-shot img, .product-shot svg { max-width: 95%; }
  /* NAVBAR and PARENT BANNER tweaks for smallest screens */
  .nav-inner { gap: 8px; }
  .nav-actions { gap: 6px; }
  .btn-nav-demo {         padding: 8px 10px; font-size: 10px; }
  .btn-login { font-size: 13px; }
  .parent-banner { align-items: center; text-align: center; }
  .parent-banner-text h4 { font-size: 15px; }
  .parent-banner-text p { font-size: 13px; }
  .parent-banner-icon { width: 36px; height: 36px; }
  .btn-see-app { width: 100%; }
  .pricing-card { padding: 16px; border-radius: 12px; }
  .pricing-price { font-size: 20px; }
  .pricing-tier { font-size: 16px; }
  .pricing-features li { font-size: 12px; }
  .btn-pricing { padding: 10px 16px; font-size: 13px; }
  .final-cta { padding: 32px 16px; }
  .final-cta h2 { font-size: 20px; margin-bottom: 16px; }
  .final-cta p { font-size: 13px; margin-bottom: 20px; }
  .final-cta-btns { gap: 10px; }
  .btn-cta-mint, .btn-cta-ghost { padding: 12px 20px; font-size: 14px; }
  .footer { padding: 40px 16px 20px; }
  .footer-brand-logo > img { width: 190px; }
  .footer-col h5 { font-size: 14px; }
  .footer-col ul li { font-size: 12px; }
  .footer-bottom { padding: 16px 0; }
  .footer-bottom p { font-size: 12px; }
  .footer-bottom-links a { font-size: 11px; }
}