/* =========================================================
   MINUVIA WEBSITE
========================================================= */

:root {
  --navy: #0B1F3C;
  --navy-soft: #15345F;
  --blue: #246CF5;
  --blue-dark: #1254D2;
  --blue-light: #EAF2FF;
  --text: #142744;
  --muted: #65758B;
  --line: #DFE7F1;
  --background: #F7F9FC;
  --white: #FFFFFF;
}


* {
  box-sizing: border-box;
}


html {
  scroll-behavior: smooth;
}


body {
  margin: 0;
  color: var(--text);
  background: #FFFFFF;
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}


body.pricing-open {
  overflow: hidden;
}


img {
  max-width: 100%;
}


button,
input,
select,
textarea {
  font: inherit;
}


button {
  cursor: pointer;
}


a {
  color: inherit;
  text-decoration: none;
}


.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;

  background: #0B1F3C;

  border-bottom:
    1px solid
    rgba(255, 255, 255, 0.10);

  box-shadow:
    0 8px 24px
    rgba(11, 31, 60, 0.18);
}


.nav-wrap {
  min-height: 76px;

  display: flex;
  align-items: center;

  gap: 34px;
}


.brand {
  margin-right: auto;

  display: inline-flex;
  align-items: center;
}


.brand-logo {
  width: 160px;
  height: auto;

  display: block;

  filter: none;

  transform:
    translateY(18px);
}


.desktop-nav {
  display: flex;
  align-items: center;

  gap: 25px;
}


.desktop-nav a,
.nav-text-button {
  border: 0;

  padding: 0;

  color:
    rgba(255, 255, 255, 0.96);

  background: transparent;

  font-size: 13px;
  font-weight: 800;
}


.desktop-nav a:hover,
.nav-text-button:hover {
  color: #BFD6FF;
}


.nav-actions {
  display: flex;
  align-items: center;
}


.download-nav-button {
  min-height: 46px;

  padding:
    0 21px;

  border-radius: 13px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #0B1F3C;

  background: #FFFFFF;

  font-size: 14px;
  font-weight: 800;
}


.menu-button {
  width: 44px;
  height: 44px;

  margin-left: 8px;

  border:
    1px solid
    rgba(255,255,255,0.18);

  border-radius: 12px;

  display: none;

  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 4px;

  background: transparent;
}


.menu-button span {
  width: 18px;
  height: 2px;

  border-radius: 99px;

  display: block;

  background: #FFFFFF;
}


.mobile-nav {
  display: none;

  padding:
    12px 20px 22px;

  flex-direction: column;

  gap: 14px;

  background: #0B1F3C;
}


.mobile-nav.open {
  display: flex;
}


.mobile-nav a,
.mobile-nav-link {
  border: 0;

  padding: 8px 0;

  text-align: left;

  color: #FFFFFF;

  background: transparent;

  font-weight: 700;
}


.mobile-download-button {
  padding:
    13px 16px !important;

  border-radius: 12px;

  text-align:
    center !important;

  color:
    #0B1F3C !important;

  background:
    #FFFFFF;
}


/* =========================================================
   COMMON
========================================================= */

.eyebrow {
  min-height: 32px;

  padding:
    0 13px;

  border:
    1px solid #CFE0FA;

  border-radius: 999px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  color: var(--blue);

  background:
    rgba(255,255,255,0.72);

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 0.3px;
}


.eyebrow-light {
  color: #FFFFFF;

  border-color:
    rgba(255,255,255,0.24);

  background:
    rgba(255,255,255,0.08);
}


.button {
  min-height: 48px;

  padding:
    0 19px;

  border: 0;

  border-radius: 12px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  font-weight: 800;
}


.button-primary {
  color: #FFFFFF;
  background: var(--blue);
}


.button-white {
  color: #0B1F3C;
  background: #FFFFFF;
}


.button-outline-dark {
  border:
    1px solid #D9E2EE;

  color: #0B1F3C;

  background: #FFFFFF;
}


.section-heading {
  max-width: 720px;

  margin:
    0 auto 44px;

  text-align: center;
}


.section-heading h2 {
  margin:
    17px 0 12px;

  color: #0B1F3C;

  font-size:
    clamp(34px,4vw,52px);

  line-height: 1.06;

  letter-spacing: -2px;
}


.section-heading p {
  margin: 0;

  color: var(--muted);

  font-size: 16px;

  line-height: 1.75;
}


/* =========================================================
   HERO
========================================================= */

.hero {
  position: relative;

  min-height: 790px;

  padding:
    84px 0 100px;

  overflow: hidden;

  display: flex;

  align-items: center;

  background:
    linear-gradient(
      135deg,
      #FFFFFF 0%,
      #FBFDFF 50%,
      #EEF5FF 100%
    );
}


.hero-grid {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0,1.5fr)
    minmax(340px,0.5fr);

  align-items: center;

  gap: 0;
}


.hero-copy {
  max-width: 940px;

  min-width: 0;
}


.hero h1 {
  width: 940px;

  max-width: 100%;

  margin:
    24px 0;

  color: #0B1F3C;

  font-size:
    clamp(48px,5.6vw,72px);

  line-height: 1.03;

  letter-spacing: -3.4px;
}


.hero h1 span {
  display: block;

  color: var(--blue);
}


.hero-text {
  max-width: 760px;

  margin: 0;

  color: #2F4564;

  font-size: 18px;

  line-height: 1.6;
}


.hero-supporting-text {
  max-width: 760px;

  margin:
    18px 0 0;

  color: var(--muted);

  font-size: 15px;

  line-height: 1.75;
}


.store-badges {
  margin-top: 26px;

  display: flex;

  flex-wrap: wrap;

  gap: 12px;
}


.store-badge {
  min-width: 150px;
  min-height: 54px;

  padding:
    7px 18px;

  border-radius: 10px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  color: #FFFFFF;

  background: #090E17;

  box-shadow:
    0 12px 26px
    rgba(11,31,60,0.13);
}


.store-badge small {
  font-size: 8px;
}


.store-badge strong {
  font-size: 17px;
}


.hero-proof {
  margin-top: 20px;

  display: flex;

  flex-wrap: wrap;

  gap: 20px;

  color: #405472;

  font-size: 12px;

  font-weight: 800;
}


.hero-socials {
  margin-top: 28px;
}


.hero-socials > strong {
  display: block;

  margin-bottom: 11px;

  color: #0B1F3C;

  font-size: 13px;
}


.social-links {
  display: flex;

  gap: 10px;
}


.social-links a {
  width: 39px;
  height: 39px;

  border:
    1px solid #DDE6F1;

  border-radius: 11px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  color: var(--blue);

  background: #FFFFFF;

  font-weight: 800;

  box-shadow:
    0 7px 16px
    rgba(11,31,60,0.05);
}


.hero-phone-showcase {
  position: relative;

  width: 400px;

  max-width: 100%;

  min-height: 520px;

  margin-left: auto;

  display: flex;

  align-items: center;
  justify-content: center;

  transform:
    translate(-30px,-25px);
}


.hero-main-phone {
  position: relative;

  z-index: 2;

  width: 380px;

  max-width: 100%;

  height: auto;

  display: block;

  object-fit: contain;

  filter:
    drop-shadow(
      0 18px 20px
      rgba(19,44,83,0.12)
    );
}


.hero-phone-glow {
  position: absolute;

  z-index: 0;

  width: 250px;
  height: 250px;

  top: 48%;
  left: 50%;

  transform:
    translate(-50%,-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(214,229,255,0.28) 0%,
      rgba(232,241,255,0.12) 45%,
      rgba(245,249,255,0) 72%
    );

  filter: blur(18px);
}


.hero-phone-showcase::after {
  content: "";

  position: absolute;

  z-index: 1;

  left: 50%;

  bottom: 18px;

  width: 145px;
  height: 75px;

  transform:
    translateX(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse at center,
      rgba(13,45,104,0.18) 0%,
      rgba(13,45,104,0.08) 38%,
      rgba(13,45,104,0) 75%
    );

  filter: blur(10px);
}


.hero-orb {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}


.hero-orb-one {
  right: -110px;

  bottom: -200px;

  width: 560px;
  height: 560px;

  background:
    rgba(190,216,251,0.42);
}


.hero-orb-two {
  left: -180px;

  bottom: -280px;

  width: 420px;
  height: 420px;

  background:
    rgba(220,233,250,0.38);
}


/* =========================================================
   FEATURES
========================================================= */

.features-showcase-section {
  position: relative;

  padding:
    88px 0 104px;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #F7FAFE 0%,
      #F1F6FC 100%
    );
}


.features-showcase-heading {
  position: relative;

  z-index: 2;

  max-width: 860px;

  margin:
    0 auto 40px;

  text-align: center;
}


.features-showcase-heading h2 {
  margin:
    15px 0 12px;

  color: #0B1F3C;

  font-size:
    clamp(38px,4.4vw,56px);

  line-height: 1.05;

  letter-spacing: -2.3px;
}


.features-showcase-heading h2 span {
  color: var(--blue);
}


.features-showcase-heading p {
  max-width: 700px;

  margin: 0 auto;

  color: var(--muted);

  font-size: 15px;

  line-height: 1.7;
}


.features-showcase-layout {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns:
    330px
    minmax(0,1fr);

  align-items: center;

  gap: 55px;
}


.features-orb {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}


.features-orb-left {
  left: -230px;

  top: 280px;

  width: 560px;
  height: 560px;

  background:
    rgba(207,226,252,0.34);
}


.features-orb-right {
  right: -250px;

  bottom: -220px;

  width: 570px;
  height: 570px;

  background:
    rgba(202,223,251,0.34);
}


/* =========================================================
   FEATURES PHONE IMAGE
========================================================= */

.showcase-phone-area {
  position: relative;

  min-width: 0;

  display: flex;

  flex-direction: column;

  align-items: center;
}


.phone-showcase-wrap {
  position: relative;

  width: 100%;

  min-height: 525px;

  display: flex;

  align-items: center;
  justify-content: center;
}


/*
   IMPORTANT:
   The entire phone is already inside the PNG.

   We no longer:
   - build an iPhone frame
   - stretch the screenshot
   - crop the screenshot
   - create a Dynamic Island
*/

.feature-phone-image-wrap {
  position: relative;

  z-index: 2;

  width: 285px;

  max-width: 100%;

  display: block;

  cursor: grab;

  user-select: none;

  touch-action: pan-y;

  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}


.feature-phone-image-wrap:active {
  cursor: grabbing;
}


.feature-phone-image-wrap.changing {
  opacity: 0.62;

  transform:
    scale(0.985);
}


.feature-phone-image {
  width: 100%;

  height: auto;

  display: block;

  object-fit: contain;

  pointer-events: none;

  user-select: none;
}


.feature-phone-image-wrap.changing
.feature-phone-image {
  opacity: 0.70;
}


/* =========================================================
   FEATURE ARROWS
========================================================= */

.showcase-arrow {
  position: absolute;

  z-index: 8;

  top: 48%;

  width: 48px;
  height: 48px;

  border: 0;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  color: var(--blue);

  background: #FFFFFF;

  box-shadow:
    0 9px 22px
    rgba(11,31,60,0.12);

  font-family:
    Arial,
    sans-serif;

  font-size: 34px;

  line-height: 1;

  transform:
    translateY(-50%);

  transition:
    transform 0.18s ease;
}


.showcase-arrow:hover {
  transform:
    translateY(-50%)
    scale(1.06);
}


.showcase-arrow-left {
  left: -2px;
}


.showcase-arrow-right {
  right: -2px;

  color: #FFFFFF;

  background: var(--blue);
}


/* =========================================================
   FEATURE DOTS
========================================================= */

.showcase-dots {
  min-height: 14px;

  max-width: 270px;

  margin-top: 2px;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 7px;
}


.showcase-dot {
  width: 8px;
  height: 8px;

  padding: 0;

  border: 0;

  border-radius: 50%;

  background: #CDD6E2;

  transition:
    width 0.18s ease,
    background 0.18s ease;
}


.showcase-dot.active {
  width: 21px;

  border-radius: 99px;

  background: var(--blue);
}


.showcase-swipe-label {
  margin:
    11px 0 0;

  color: #79889D;

  font-size: 14px;
}


/* =========================================================
   FEATURE INFORMATION
========================================================= */

.showcase-info-card {
  min-width: 0;

  min-height: 470px;

  padding:
    36px 42px 38px;

  border:
    1px solid
    rgba(215,226,240,0.95);

  border-radius: 26px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  background:
    rgba(255,255,255,0.93);

  box-shadow:
    0 20px 52px
    rgba(11,31,60,0.08);

  backdrop-filter:
    blur(9px);
}


.showcase-card-top {
  margin-bottom: 25px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;
}


.showcase-count {
  min-width: 70px;

  min-height: 31px;

  padding:
    0 12px;

  border:
    1px solid #DCE5F0;

  border-radius: 99px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  color: #77859B;

  background: #F9FBFE;

  font-size: 12px;

  font-weight: 800;
}


.showcase-compare-button {
  border: 0;

  display: inline-flex;

  align-items: center;

  gap: 6px;

  color: var(--blue);

  background: transparent;

  font-size: 13px;

  font-weight: 800;
}


.showcase-main-head {
  display: flex;

  align-items: center;

  gap: 17px;
}


.showcase-icon {
  flex:
    0 0 auto;

  width: 58px;
  height: 58px;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  color: #FFFFFF;

  background:
    linear-gradient(
      145deg,
      #3578FF,
      #1761EA
    );

  box-shadow:
    0 12px 25px
    rgba(36,108,245,0.22);

  font-size: 14px;

  font-weight: 900;
}


.showcase-title-wrap h3 {
  margin: 0;

  color: #0B1F3C;

  font-size:
    clamp(34px,4vw,49px);

  line-height: 1.03;

  letter-spacing: -1.7px;
}


.showcase-subtitle {
  margin:
    6px 0 0;

  color: var(--blue);

  font-size: 18px;

  font-weight: 800;
}


.showcase-description {
  max-width: 720px;

  margin:
    27px 0 25px;

  color: var(--muted);

  font-size: 16px;

  line-height: 1.75;
}


.showcase-benefits {
  display: grid;

  grid-template-columns:
    repeat(
      2,
      minmax(0,1fr)
    );

  gap: 13px;
}


.showcase-benefit {
  min-height: 59px;

  padding:
    12px 15px;

  border:
    1px solid #DCE5F0;

  border-radius: 12px;

  display: flex;

  align-items: center;

  gap: 11px;

  color: #253A58;

  background:
    rgba(255,255,255,0.88);

  font-size: 13px;

  font-weight: 700;

  line-height: 1.4;
}


.showcase-benefit-mark {
  flex:
    0 0 auto;

  width: 20px;
  height: 20px;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  color: #FFFFFF;

  background: var(--blue);

  font-size: 11px;

  font-weight: 900;
}


.showcase-navigation-hint {
  margin-top: 30px;
}


.showcase-navigation-line {
  height: 1px;

  display: block;

  background: #E3EAF3;
}


.showcase-navigation-hint p {
  margin:
    16px 0 0;

  color: #8390A3;

  font-size: 12px;
}


/* =========================================================
   PROGRESS
========================================================= */

.progress-section {
  padding:
    100px 0;

  background: #FFFFFF;
}


.progress-grid {
  display: grid;

  grid-template-columns:
    0.95fr 1.05fr;

  align-items: center;

  gap: 70px;
}


.progress-copy h2 {
  margin:
    18px 0 16px;

  color: #0B1F3C;

  font-size:
    clamp(34px,4vw,52px);

  line-height: 1.06;

  letter-spacing: -2px;
}


.progress-copy > p {
  max-width: 550px;

  margin:
    0 0 31px;

  color: var(--muted);

  line-height: 1.75;
}


.progress-benefit {
  margin-top: 19px;

  display: flex;

  align-items: flex-start;

  gap: 16px;
}


.progress-benefit > span {
  color: var(--blue);

  font-size: 14px;

  font-weight: 800;
}


.progress-benefit strong {
  display: block;

  margin-bottom: 4px;

  color: #0B1F3C;
}


.progress-benefit p {
  margin: 0;

  color: var(--muted);

  font-size: 13px;
}


.progress-panel {
  padding: 32px;

  border:
    1px solid #E2E9F2;

  border-radius: 24px;

  background: #F8FAFD;

  box-shadow:
    0 18px 45px
    rgba(11,31,60,0.06);
}


.progress-panel-top {
  margin-bottom: 28px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}


.progress-panel-top small,
.progress-panel-top strong {
  display: block;
}


.progress-panel-top small {
  margin-bottom: 5px;

  color: var(--muted);
}


.progress-panel-top strong {
  color: #0B1F3C;

  font-size: 38px;
}


.progress-panel-top > span {
  padding:
    7px 11px;

  border-radius: 99px;

  color: #127A5A;

  background: #E8F7F1;

  font-size: 11px;

  font-weight: 800;
}


.progress-topic {
  margin-top: 21px;
}


.progress-topic > div:first-child {
  margin-bottom: 8px;

  display: flex;

  justify-content: space-between;
}


.progress-topic strong,
.progress-topic span {
  font-size: 13px;
}


.progress-bar {
  height: 8px;

  overflow: hidden;

  border-radius: 99px;

  background: #E3EAF2;
}


.progress-bar span {
  height: 100%;

  display: block;

  border-radius: inherit;

  background: var(--blue);
}


/* =========================================================
   SUBJECTS
========================================================= */

.subjects-section {
  padding:
    96px 0;

  background: #F6F9FD;
}


.subject-grid {
  display: grid;

  grid-template-columns:
    repeat(
      4,
      minmax(0,1fr)
    );

  gap: 16px;
}


.subject-card {
  min-height: 180px;

  padding: 24px;

  border:
    1px solid #DFE7F1;

  border-radius: 19px;

  background: #FFFFFF;
}


.subject-card span {
  color: var(--blue);

  font-size: 11px;

  font-weight: 800;
}


.subject-card h3 {
  margin:
    25px 0 0;

  color: #0B1F3C;

  font-size: 20px;

  line-height: 1.25;
}


.subject-card-featured {
  color: #FFFFFF;

  border-color:
    var(--blue);

  background:
    var(--blue);
}


.subject-card-featured span,
.subject-card-featured h3 {
  color: #FFFFFF;
}


/* =========================================================
   TEACHER
========================================================= */

.teacher-section {
  padding:
    104px 0;

  color: #FFFFFF;

  background: #0B1F3C;
}


.teacher-grid {
  display: grid;

  grid-template-columns:
    1fr 1fr;

  align-items: center;

  gap: 70px;
}


.teacher-demo {
  padding: 28px;

  border:
    1px solid
    rgba(255,255,255,0.10);

  border-radius: 24px;

  color: #0B1F3C;

  background: #FFFFFF;

  box-shadow:
    0 24px 55px
    rgba(0,0,0,0.17);
}


.teacher-demo-top {
  margin-bottom: 26px;

  display: flex;

  justify-content: space-between;

  gap: 20px;
}


.teacher-demo-top small,
.teacher-demo-top strong {
  display: block;
}


.teacher-demo-top small {
  margin-bottom: 4px;

  color: #748298;
}


.teacher-demo-top > span {
  height: fit-content;

  padding:
    7px 10px;

  border-radius: 99px;

  color: var(--blue);

  background: #EDF4FF;

  font-size: 11px;

  font-weight: 800;
}


.teacher-demo-row {
  padding:
    15px 0;

  border-top:
    1px solid #E5EBF2;

  display: flex;

  justify-content: space-between;

  gap: 20px;

  font-size: 13px;
}


.teacher-demo-alert {
  margin-top: 20px;

  padding: 16px;

  border-radius: 13px;

  background: #FFF5E8;
}


.teacher-demo-alert strong,
.teacher-demo-alert span {
  display: block;
}


.teacher-demo-alert strong {
  margin-bottom: 5px;

  font-size: 13px;
}


.teacher-demo-alert span {
  color: #8E6D41;

  font-size: 11px;
}


.teacher-copy h2 {
  margin:
    18px 0 16px;

  font-size:
    clamp(34px,4vw,52px);

  line-height: 1.05;

  letter-spacing: -2px;
}


.teacher-copy > p {
  max-width: 560px;

  color:
    rgba(255,255,255,0.74);

  line-height: 1.75;
}


.teacher-list {
  margin:
    27px 0 0;

  padding: 0;

  list-style: none;
}


.teacher-list li {
  margin:
    11px 0;

  color:
    rgba(255,255,255,0.90);
}


.teacher-list li::before {
  content: "✓";

  margin-right: 10px;

  color: #66A0FF;

  font-weight: 900;
}


.teacher-actions {
  margin-top: 32px;

  display: flex;

  flex-wrap: wrap;

  gap: 14px;
}


.teacher-pricing-button {
  border:
    1px solid
    rgba(255,255,255,0.38);

  color: #FFFFFF;

  background:
    rgba(255,255,255,0.10);
}


.teacher-enquire-button {
  border:
    1px solid #FFFFFF;

  color: #0B1F3C;

  background: #FFFFFF;
}


/* =========================================================
   FAQ
========================================================= */

.faq-section {
  padding:
    96px 0;

  background: #FFFFFF;
}


.faq-list {
  max-width: 820px;

  margin: 0 auto;
}


.faq-item {
  border-bottom:
    1px solid #E1E8F1;
}


.faq-question {
  width: 100%;

  padding:
    21px 0;

  border: 0;

  display: flex;

  align-items: center;

  justify-content: space-between;

  text-align: left;

  color: #0B1F3C;

  background: transparent;

  font-weight: 800;
}


.faq-question span {
  color: var(--blue);

  font-size: 23px;
}


.faq-answer {
  display: none;

  padding:
    0 0 20px;
}


.faq-answer p {
  margin: 0;

  color: var(--muted);

  line-height: 1.75;
}


.faq-item.open .faq-answer {
  display: block;
}


/* =========================================================
   CTA
========================================================= */

.final-cta {
  padding:
    75px 0;

  color: #FFFFFF;

  background: var(--blue);
}


.final-cta-inner {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 40px;
}


.final-cta h2 {
  max-width: 620px;

  margin:
    16px 0 10px;

  font-size:
    clamp(34px,4vw,50px);

  line-height: 1.05;

  letter-spacing: -2px;
}


.final-cta p {
  margin: 0;

  color:
    rgba(255,255,255,0.82);
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
  padding:
    48px 0;

  color:
    rgba(255,255,255,0.66);

  background: #08182F;
}


.footer-grid {
  display: grid;

  grid-template-columns:
    1fr auto auto;

  align-items: center;

  gap: 45px;
}


.footer-logo {
  width: 135px;

  height: auto;

  filter: none;
}


.footer-grid p {
  max-width: 330px;

  margin:
    14px 0 0;

  font-size: 12px;
}


.footer-links {
  display: flex;

  flex-wrap: wrap;

  gap: 20px;

  font-size: 12px;
}


/* =========================================================
   PRICING
========================================================= */

.pricing-overlay,
.enquiry-overlay {
  position: fixed;

  inset: 0;

  z-index: 1990;

  visibility: hidden;

  opacity: 0;

  background:
    rgba(5,18,37,0.55);

  backdrop-filter:
    blur(4px);

  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}


.pricing-overlay.open,
.enquiry-overlay.open {
  visibility: visible;

  opacity: 1;
}


.pricing-drawer {
  position: fixed;

  z-index: 2000;

  top: 0;

  right: 0;

  width:
    min(900px,94vw);

  height: 100vh;

  padding: 36px;

  overflow-y: auto;

  transform:
    translateX(102%);

  color: var(--text);

  background: #F8FAFD;

  box-shadow:
    -18px 0 50px
    rgba(5,18,37,0.18);

  transition:
    transform 0.28s ease;
}


.pricing-drawer.open {
  transform:
    translateX(0);
}


.pricing-drawer-top,
.enquiry-modal-top {
  margin-bottom: 28px;

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  gap: 20px;
}


.pricing-drawer-top h2,
.enquiry-modal-top h2 {
  margin:
    13px 0 0;

  color: #0B1F3C;

  font-size: 35px;

  letter-spacing: -1.5px;
}


.drawer-close {
  width: 43px;
  height: 43px;

  border:
    1px solid #DDE5EF;

  border-radius: 50%;

  color: #0B1F3C;

  background: #FFFFFF;

  font-size: 24px;
}


.pricing-grid {
  display: grid;

  grid-template-columns:
    repeat(
      3,
      minmax(0,1fr)
    );

  gap: 16px;
}


.price-card {
  position: relative;

  padding: 25px;

  border:
    1px solid #DEE6F0;

  border-radius: 21px;

  background: #FFFFFF;
}


.price-card > span {
  color: var(--blue);

  font-size: 11px;

  font-weight: 900;
}


.price-card h3 {
  min-height: 58px;

  margin:
    15px 0;

  color: #0B1F3C;

  font-size: 20px;
}


.price {
  margin-bottom: 20px;

  color: #0B1F3C;

  font-size: 32px;

  font-weight: 900;
}


.price small {
  color: #7B899D;

  font-size: 11px;
}


.price-card ul {
  min-height: 238px;

  margin:
    0 0 23px;

  padding: 0;

  list-style: none;
}


.price-card li {
  margin:
    10px 0;

  color: #56677F;

  font-size: 12px;

  line-height: 1.45;
}


.price-card li::before {
  content: "✓";

  margin-right: 7px;

  color: var(--blue);

  font-weight: 900;
}


.price-card > a,
.price-card > button {
  width: 100%;

  min-height: 44px;

  border: 0;

  border-radius: 11px;

  display: flex;

  align-items: center;
  justify-content: center;

  color: #FFFFFF;

  background: #0B1F3C;

  font-weight: 800;
}


.price-card-featured {
  border:
    2px solid var(--blue);
}


.price-card-featured > a,
.price-card-featured > button {
  background: var(--blue);
}


.price-feature-label {
  position: absolute;

  top: -13px;

  left: 22px;

  padding:
    6px 10px;

  border-radius: 99px;

  color: #FFFFFF;

  background: var(--blue);

  font-size: 9px;

  font-weight: 900;
}


.school-pricing-note {
  margin:
    22px 0 0;

  color: #738196;

  font-size: 11px;
}


/* =========================================================
   ENQUIRY
========================================================= */

.enquiry-modal {
  position: fixed;

  z-index: 2100;

  top: 50%;

  left: 50%;

  width:
    min(
      720px,
      calc(100% - 30px)
    );

  max-height: 92vh;

  padding: 30px;

  overflow-y: auto;

  visibility: hidden;

  opacity: 0;

  transform:
    translate(-50%,-48%)
    scale(0.98);

  border-radius: 24px;

  background: #FFFFFF;

  box-shadow:
    0 30px 70px
    rgba(5,18,37,0.24);

  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease;
}


.enquiry-modal.open {
  visibility: visible;

  opacity: 1;

  transform:
    translate(-50%,-50%)
    scale(1);
}


.enquiry-modal-top p {
  margin:
    8px 0 0;

  color: var(--muted);
}


.teacher-enquiry-form {
  display: grid;

  gap: 18px;
}


.form-grid {
  display: grid;

  grid-template-columns:
    repeat(
      2,
      minmax(0,1fr)
    );

  gap: 15px;
}


.teacher-enquiry-form label {
  display: grid;

  gap: 7px;

  color: #0B1F3C;

  font-size: 12px;

  font-weight: 800;
}


.teacher-enquiry-form input,
.teacher-enquiry-form select,
.teacher-enquiry-form textarea {
  width: 100%;

  border:
    1px solid #DCE5EF;

  border-radius: 10px;

  outline: 0;

  color: #1E334E;

  background: #FFFFFF;
}


.teacher-enquiry-form input,
.teacher-enquiry-form select {
  min-height: 44px;

  padding:
    0 12px;
}


.teacher-enquiry-form textarea {
  padding: 12px;

  resize: vertical;
}


.teacher-enquiry-form input:focus,
.teacher-enquiry-form select:focus,
.teacher-enquiry-form textarea:focus {
  border-color: #8DB4FF;

  box-shadow:
    0 0 0 3px
    rgba(36,108,245,0.08);
}


.form-message {
  margin-top: 2px;
}


.form-consent {
  display:
    flex !important;

  grid-template-columns:
    none !important;

  align-items:
    flex-start;

  gap:
    10px !important;

  color:
    #68768A !important;

  font-weight:
    600 !important;
}


.form-consent input {
  width: 16px;

  height: 16px;

  min-height: 0;

  margin-top: 2px;
}


.enquiry-actions {
  display: flex;

  justify-content: flex-end;

  gap: 11px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1120px) {

  .desktop-nav {
    gap: 17px;
  }


  .hero-grid {
    grid-template-columns:
      1.2fr
      0.8fr;
  }


  .hero-phone-showcase {
    transform:
      translate(-20px,-40px);
  }


  .features-showcase-layout {
    grid-template-columns:
      300px
      minmax(0,1fr);

    gap: 38px;
  }


  .feature-phone-image-wrap {
    width: 260px;
  }


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

}


@media (max-width:900px) {

  .desktop-nav,
  .download-nav-button {
    display: none;
  }


  .menu-button {
    display: flex;
  }


  .brand-logo {
    transform:
      translateY(14px);
  }


  .hero {
    padding-top: 65px;
  }


  .hero-grid {
    grid-template-columns: 1fr;

    gap: 35px;
  }


  .hero-phone-showcase {
    width: 100%;

    min-height: 430px;

    margin: 0;

    transform: none;
  }


  .features-showcase-layout,
  .progress-grid,
  .teacher-grid {
    grid-template-columns: 1fr;
  }


  .showcase-phone-area {
    max-width: 360px;

    margin:
      0 auto;
  }


  .feature-phone-image-wrap {
    width: 270px;
  }


  .showcase-info-card {
    max-width: 760px;

    margin:
      0 auto;
  }


  .progress-grid,
  .teacher-grid {
    gap: 45px;
  }


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


  .price-card h3,
  .price-card ul {
    min-height: 0;
  }


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

}


@media (max-width:620px) {

  .container {
    width:
      min(
        calc(100% - 26px),
        1180px
      );
  }


  .hero {
    min-height: auto;

    padding:
      58px 0 75px;
  }


  .hero h1 {
    font-size: 46px;

    letter-spacing: -2.4px;
  }


  .hero-text {
    font-size: 16px;
  }


  .hero-phone-showcase {
    min-height: 330px;
  }


  .hero-main-phone {
    width: 300px;
  }


  .features-showcase-section {
    padding:
      70px 0 82px;
  }


  .features-showcase-heading {
    margin-bottom: 25px;
  }


  .features-showcase-heading h2 {
    font-size: 38px;

    letter-spacing: -1.7px;
  }


  .phone-showcase-wrap {
    min-height: 450px;
  }


  .feature-phone-image-wrap {
    width: 235px;
  }


  .showcase-arrow {
    width: 44px;

    height: 44px;

    font-size: 31px;
  }


  .showcase-arrow-left {
    left: 0;
  }


  .showcase-arrow-right {
    right: 0;
  }


  .showcase-info-card {
    min-height: 0;

    padding:
      24px 20px 26px;
  }


  .showcase-card-top {
    align-items: flex-start;

    flex-direction: column;

    gap: 11px;
  }


  .showcase-main-head {
    align-items: flex-start;
  }


  .showcase-icon {
    width: 50px;

    height: 50px;

    font-size: 12px;
  }


  .showcase-title-wrap h3 {
    font-size: 31px;
  }


  .showcase-subtitle {
    font-size: 15px;
  }


  .showcase-description {
    margin-top: 21px;

    font-size: 14px;
  }


  .showcase-benefits {
    grid-template-columns: 1fr;
  }


  .subject-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }


  .final-cta-inner {
    align-items: flex-start;

    flex-direction: column;
  }


  .pricing-drawer {
    padding:
      23px 16px;
  }


  .enquiry-modal {
    padding:
      21px 17px;
  }


  .enquiry-actions {
    flex-direction:
      column-reverse;
  }


  .enquiry-actions .button {
    width: 100%;
  }

}


/* =========================================================
   OFFICIAL SOCIAL MEDIA LOGOS
   DOES NOT ALTER HERO LAYOUT
========================================================= */

.social-links .social-logo {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}



/* =========================================================
   EXPLORE THE APP BUTTON
========================================================= */

.explore-app-button {
  position: absolute;

  z-index: 20;

  left: 50%;
  bottom: 22px;

  width: 112px;
  height: 112px;

  transform:
    translateX(-50%);

  border:
    1px solid #D7E3F2;

  border-radius: 18px;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  gap: 8px;

  color: #0B1F3C;

  background:
    rgba(255,255,255,0.96);

  box-shadow:
    0 14px 32px
    rgba(11,31,60,0.10);

  text-align: center;

  text-decoration: none;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}


.explore-app-button:hover {
  transform:
    translateX(-50%)
    translateY(-5px);

  box-shadow:
    0 19px 38px
    rgba(11,31,60,0.15);
}


.explore-app-arrow {
  width: 34px;
  height: 34px;

  border-radius: 50%;

  display: flex;

  align-items: center;
  justify-content: center;

  color: #FFFFFF;

  background: #246CF5;

  font-size: 20px;

  font-weight: 800;

  line-height: 1;
}


.explore-app-text {
  max-width: 80px;

  color: #0B1F3C;

  font-size: 11px;

  font-weight: 800;

  line-height: 1.25;
}


/* MOBILE */

@media (max-width: 620px) {

  .explore-app-button {
    width: 96px;
    height: 96px;

    bottom: 14px;

    border-radius: 16px;
  }


  .explore-app-arrow {
    width: 30px;
    height: 30px;

    font-size: 18px;
  }


  .explore-app-text {
    font-size: 10px;
  }

}


/* =========================================================
   GLOBAL MINUVIA FOOTER
========================================================= */

.minuvia-global-footer {
  width: 100%;
  min-height: 92px;
  margin: 0;
  padding: 0;

  display: flex;
  align-items: center;

  color: rgba(255,255,255,0.72);
  background: #08182F;
}


.minuvia-global-footer-inner {
  width: min(1200px, calc(100% - 48px));
  min-height: 92px;

  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto;

  align-items: center;

  gap: 42px;
}


/* BRAND */

.minuvia-global-footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;

  min-width: 0;
}


.minuvia-global-footer-logo {
  width: 86px !important;
  height: auto !important;

  display: block;

  object-fit: contain;
}


.minuvia-global-footer-brand p {
  margin: 0;

  color: rgba(255,255,255,0.72);

  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;

  white-space: nowrap;
}


/* LINKS */

.minuvia-global-footer-links {
  display: flex;
  align-items: center;

  gap: 24px;
}


.minuvia-global-footer-links a {
  color: rgba(255,255,255,0.82);

  font-size: 10px;
  font-weight: 500;

  text-decoration: none;

  white-space: nowrap;
}


.minuvia-global-footer-links a:hover {
  color: #FFFFFF;
}


/* COPYRIGHT */

.minuvia-global-footer-copy {
  color: rgba(255,255,255,0.72);

  font-size: 10px;
  font-weight: 500;

  white-space: nowrap;
}


/* TABLET */

@media (max-width: 900px) {

  .minuvia-global-footer {
    min-height: 120px;
  }

  .minuvia-global-footer-inner {
    width: min(760px, calc(100% - 32px));
    min-height: 120px;

    padding: 20px 0;

    grid-template-columns: 1fr auto;

    gap: 18px 30px;
  }

  .minuvia-global-footer-brand {
    grid-column: 1 / -1;
  }

}


/* MOBILE */

@media (max-width: 600px) {

  .minuvia-global-footer {
    min-height: 0;
  }


  .minuvia-global-footer-inner {
    width: calc(100% - 30px);
    min-height: 0;

    padding: 25px 0;

    grid-template-columns: 1fr;

    gap: 19px;
  }


  .minuvia-global-footer-brand {
    flex-direction: column;
    align-items: flex-start;

    gap: 10px;
  }


  .minuvia-global-footer-logo {
    width: 86px !important;
  }


  .minuvia-global-footer-brand p {
    white-space: normal;
  }


  .minuvia-global-footer-links {
    flex-wrap: wrap;
    gap: 20px;
  }

}





/* =========================================================
   OFFICIAL APP STORE BADGES
========================================================= */

.app-store-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}


.store-badge-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}


.store-badge {
  display: block;
  width: auto;
  object-fit: contain;
}


/* Keep both official badges visually equal */

.store-badge-apple {
  height: 46px;
}


.store-badge-google {
  height: 46px;
}


/* MOBILE */

@media (max-width: 650px) {

  .app-store-badges {
    gap: 10px;
  }


  .store-badge-apple,
  .store-badge-google {
    height: 42px;
  }

}