/* ============================================================
   ACADOVIA — Landing page styles
   ============================================================ */

/* ─── HERO ─── */
.hero {
  position: relative;
  padding: 140px 0 80px;
  overflow: hidden;
  isolation: isolate;
}
.hero .blob { z-index: 0; }

.hero-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.hero-copy h1 {
  font-size: clamp(44px, 5.0vw, 76px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 16px 0 22px;
  font-family: var(--font-display);
  color: var(--ink);
  text-wrap: balance;
}
.hero-copy h1 em {
  color: var(--pine);
  font-style: italic;
}
.hero-copy > p {
  font-size: 19px;
  color: var(--slate);
  max-width: 480px;
  line-height: 1.55;
  margin-bottom: 36px;
}

.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }

.hero-meta {
  display: flex;
  gap: 22px;
  align-items: center;
  font-family: var(--font-sans);
}
.hero-meta > div { display: flex; flex-direction: column; }
.hero-meta strong {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--ink);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1;
}
.hero-meta span {
  font-size: 12px;
  color: var(--stone);
  margin-top: 4px;
  letter-spacing: 0.02em;
}
.hero-meta .dot { width: 4px; height: 4px; background: var(--mist); border-radius: 50%; }

/* Hero stage with dashboard + phone + floating glass */
.hero-stage {
  position: relative;
  width: 100%;
  height: 640px;
}

/* Browser frame */
.browser {
  position: absolute;
  top: 0; right: -20px;
  width: 100%;
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: 18px;
  box-shadow: 0 30px 80px -30px rgba(21,16,31,0.30),
              0 8px 16px -8px rgba(21,16,31,0.10);
  overflow: hidden;
  transform: rotate(0.3deg);
}
.browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: var(--mist-soft);
  border-bottom: 1px solid var(--mist);
}
.dots { display: flex; gap: 6px; }
.dots span { width: 10px; height: 10px; border-radius: 50%; background: var(--mist); }
.dots span:nth-child(1) { background: #E07A3E; }
.dots span:nth-child(2) { background: #F4DDA8; }
.dots span:nth-child(3) { background: #9387B0; }
.url {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  background: var(--paper);
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--stone);
  border: 1px solid var(--mist);
}

.dash {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 540px;
}

.dash-side {
  padding: 16px 12px;
  border-right: 1px solid var(--mist);
  background: var(--mist-soft);
}
.dash-logo {
  display: flex; align-items: center; gap: 8px;
  padding: 0 8px 16px;
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--ink);
  border-bottom: 1px solid var(--mist);
  margin-bottom: 12px;
}
.dash-side-section {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--stone);
  padding: 12px 8px 6px;
}
.dash-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  font-size: 12.5px;
  color: var(--slate);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.dash-nav .ico {
  width: 14px; height: 14px;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0.7;
}
.ico-grid    { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2 2h5v5H2zM9 2h5v5H9zM2 9h5v5H2zM9 9h5v5H9z' fill='none' stroke='black' stroke-width='1.4'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2 2h5v5H2zM9 2h5v5H9zM2 9h5v5H2zM9 9h5v5H9z' fill='none' stroke='black' stroke-width='1.4'/></svg>"); }
.ico-users   { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><circle cx='8' cy='6' r='2.5' stroke='black' fill='none' stroke-width='1.3'/><path d='M3 14c1-3 3-4 5-4s4 1 5 4' stroke='black' fill='none' stroke-width='1.3' stroke-linecap='round'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><circle cx='8' cy='6' r='2.5' stroke='black' fill='none' stroke-width='1.3'/><path d='M3 14c1-3 3-4 5-4s4 1 5 4' stroke='black' fill='none' stroke-width='1.3' stroke-linecap='round'/></svg>"); }
.ico-check   { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 9l3 3 7-7' stroke='black' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 9l3 3 7-7' stroke='black' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>"); }
.ico-rupee   { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M5 4h7M5 7h7M5 4c4 0 4 5 0 5h-1l5 5' stroke='black' stroke-width='1.4' fill='none' stroke-linecap='round'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M5 4h7M5 7h7M5 4c4 0 4 5 0 5h-1l5 5' stroke='black' stroke-width='1.4' fill='none' stroke-linecap='round'/></svg>"); }
.ico-book    { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 3h5v10H3zM8 3h5v10H8z' stroke='black' fill='none' stroke-width='1.3'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 3h5v10H3zM8 3h5v10H8z' stroke='black' fill='none' stroke-width='1.3'/></svg>"); }
.ico-bell    { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4 11h8c0-2-1-3-1-5a3 3 0 0 0-6 0c0 2-1 3-1 5zM7 13a1 1 0 0 0 2 0' stroke='black' fill='none' stroke-width='1.3' stroke-linecap='round'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4 11h8c0-2-1-3-1-5a3 3 0 0 0-6 0c0 2-1 3-1 5zM7 13a1 1 0 0 0 2 0' stroke='black' fill='none' stroke-width='1.3' stroke-linecap='round'/></svg>"); }
.ico-bus     { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='2' y='5' width='10' height='6' rx='1' stroke='black' fill='none' stroke-width='1.3'/><path d='M12 7h2v4h-2M4 11v1M10 11v1' stroke='black' fill='none' stroke-width='1.3' stroke-linecap='round'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect x='2' y='5' width='10' height='6' rx='1' stroke='black' fill='none' stroke-width='1.3'/><path d='M12 7h2v4h-2M4 11v1M10 11v1' stroke='black' fill='none' stroke-width='1.3' stroke-linecap='round'/></svg>"); }
.ico-staff   { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><circle cx='5' cy='6' r='2' stroke='black' fill='none' stroke-width='1.3'/><circle cx='11' cy='7' r='1.6' stroke='black' fill='none' stroke-width='1.3'/><path d='M2 13c.5-2 2-3 3-3s2.5 1 3 3M9 12c.3-1 1.2-1.5 2-1.5s1.7.5 2 1.5' stroke='black' fill='none' stroke-width='1.3' stroke-linecap='round'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><circle cx='5' cy='6' r='2' stroke='black' fill='none' stroke-width='1.3'/><circle cx='11' cy='7' r='1.6' stroke='black' fill='none' stroke-width='1.3'/><path d='M2 13c.5-2 2-3 3-3s2.5 1 3 3M9 12c.3-1 1.2-1.5 2-1.5s1.7.5 2 1.5' stroke='black' fill='none' stroke-width='1.3' stroke-linecap='round'/></svg>"); }
.ico-library { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4 2h8v12l-4-2-4 2z' stroke='black' fill='none' stroke-width='1.3' stroke-linejoin='round'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4 2h8v12l-4-2-4 2z' stroke='black' fill='none' stroke-width='1.3' stroke-linejoin='round'/></svg>"); }

.dash-nav.active { background: var(--paper); color: var(--ink); box-shadow: 0 1px 2px rgba(21,16,31,0.06); }
.dash-nav.active .ico { opacity: 1; color: var(--pine); }
.dash-nav .ping {
  margin-left: auto;
  background: var(--saffron);
  color: var(--ink);
  font-size: 10px;
  padding: 1px 6px;
  border-radius: var(--r-pill);
  font-weight: 600;
}

.dash-main { padding: 16px 18px; background: var(--cream); }
.dash-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; gap: 12px; }
.dash-greeting { font-family: var(--font-display); font-size: 22px; color: var(--ink); line-height: 1.1; }
.dash-greeting span { color: var(--pine); font-style: italic; }
.dash-date { font-size: 11px; color: var(--stone); font-family: var(--font-mono); text-transform: uppercase; letter-spacing: 0.04em; margin-top: 4px; }
.dash-search {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: var(--r-pill);
  font-size: 12px;
  color: var(--stone);
}

.kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}
.kpi {
  padding: 14px;
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: 12px;
}
.kpi-label { font-size: 11px; color: var(--stone); text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-mono); }
.kpi-value {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--ink);
  line-height: 1.05;
  margin: 6px 0 8px;
  letter-spacing: -0.01em;
}
.kpi-value .kpi-tot { font-size: 13px; color: var(--stone); margin-left: 4px; font-family: var(--font-sans); font-weight: 400; }
.kpi-bar { height: 5px; background: var(--mist); border-radius: 999px; overflow: hidden; }
.kpi-fill { height: 100%; border-radius: 999px; }
.kpi-meta { font-size: 11px; color: var(--stone); margin-top: 7px; }
.kpi-meta .up { color: var(--pine); font-weight: 500; }

.dash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.dash-card {
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: 12px;
  padding: 14px;
}
.dash-card.big { grid-column: span 2; }
.card-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 10px;
}
.card-head h4 { font-size: 13px; font-weight: 600; color: var(--ink); }
.chart { position: relative; }
.chart svg { width: 100%; height: 110px; display: block; }
.chart-x { display: flex; justify-content: space-between; font-size: 10px; color: var(--stone); font-family: var(--font-mono); margin-top: 4px; }

.notice-title { font-family: var(--font-display); font-size: 17px; color: var(--ink); line-height: 1.15; margin: 4px 0 6px; }
.notice-body p { font-size: 12px; color: var(--stone); }
.notice-delivery { margin-top: 12px; }
.delivery-bar { height: 5px; background: var(--mist); border-radius: 999px; overflow: hidden; }
.delivery-fill { height: 100%; background: var(--pine); border-radius: 999px; }
.delivery-meta { display: flex; justify-content: space-between; font-size: 10.5px; color: var(--stone); margin-top: 6px; font-family: var(--font-mono); }
.delivery-meta strong { color: var(--ink); font-weight: 600; }

.row-list { margin: 0; padding: 0; list-style: none; }
.row-list li {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 10px;
  align-items: baseline;
  padding: 6px 0;
  border-bottom: 1px solid var(--mist-soft);
  font-size: 12.5px;
}
.row-list li:last-child { border-bottom: 0; }
.row-list li > span:first-child { font-family: var(--font-mono); font-size: 11px; color: var(--stone); text-transform: uppercase; }
.row-list li > strong { color: var(--ink); font-weight: 600; }
.row-list li > em { font-style: normal; color: var(--stone); font-size: 11px; }
.row-list.small li { grid-template-columns: 12px 1fr; }
.row-list.small .dot-saf { width: 6px; height: 6px; background: var(--saffron); border-radius: 50%; display: inline-block; margin-top: 6px; }
.row-list.small .dot-pine { width: 6px; height: 6px; background: var(--pine); border-radius: 50%; display: inline-block; margin-top: 6px; }

/* Floating glass widgets over hero */
.float-widget {
  position: absolute;
  padding: 16px 18px;
  border-radius: 18px;
  z-index: 4;
  min-width: 200px;
  animation: float 6s ease-in-out infinite;
}
.float-widget.widget-1 {
  top: 18%;
  left: -8%;
  animation-delay: 0s;
}
.float-widget.widget-2 {
  bottom: 8%;
  left: -4%;
  animation-delay: -3s;
  top: auto;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.fw-label { font-size: 11px; color: var(--stone); text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-mono); margin-bottom: 4px; }
.fw-value { font-family: var(--font-display); font-size: 26px; color: var(--ink); letter-spacing: -0.01em; }
.fw-meta { font-size: 12px; color: var(--slate); margin-top: 6px; display: flex; align-items: center; gap: 6px; }
.dot-live { width: 6px; height: 6px; background: var(--saffron); border-radius: 50%; box-shadow: 0 0 0 0 rgba(224,122,62,0.7); animation: pulse 2s infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(224,122,62,0.6); }
  70% { box-shadow: 0 0 0 8px rgba(224,122,62,0); }
  100% { box-shadow: 0 0 0 0 rgba(224,122,62,0); }
}
.fw-bars {
  display: flex; align-items: flex-end; gap: 4px; height: 36px; margin-top: 8px;
}
.fw-bars span {
  width: 6px;
  border-radius: 2px;
  background: var(--pine);
}

/* Phone */
.phone {
  position: absolute;
  right: -2%;
  bottom: -40px;
  width: 220px;
  height: 460px;
  background: linear-gradient(135deg, #15101F 0%, #1F2937 100%);
  border-radius: 36px;
  padding: 10px;
  box-shadow: 0 30px 80px -20px rgba(21,16,31,0.45),
              0 8px 20px -8px rgba(21,16,31,0.20);
  z-index: 5;
  transform: rotate(2deg);
}
.phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 18px;
  background: #000;
  border-radius: 999px;
  z-index: 6;
}
.phone-screen {
  width: 100%;
  height: 100%;
  background: var(--cream);
  border-radius: 28px;
  overflow: hidden;
  padding: 36px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ph-bar {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}
.ph-ind { display: flex; gap: 3px; align-items: center; }
.ph-ind span { width: 3px; height: 8px; background: var(--ink); border-radius: 1px; }
.ph-ind span:nth-child(1) { height: 5px; }
.ph-ind span:nth-child(2) { height: 7px; }
.ph-greet-meta { font-size: 10px; color: var(--stone); text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-mono); }
.ph-greet-title { font-family: var(--font-display); font-size: 18px; color: var(--ink); line-height: 1.15; margin-top: 4px; }
.ph-card {
  padding: 12px 14px;
  border-radius: 14px;
}
.ph-card.present { background: rgba(91,63,160,0.10); border: 1px solid rgba(91,63,160,0.18); }
.ph-card.fee     { background: rgba(224,122,62,0.10); border: 1px solid rgba(224,122,62,0.22); }
.ph-card.notice  { background: var(--paper); border: 1px solid var(--mist); }
.ph-card-meta { font-size: 9.5px; color: var(--stone); text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-mono); }
.ph-card-title { font-family: var(--font-display); font-size: 15px; color: var(--ink); margin-top: 4px; line-height: 1.2; }
.ph-card-sub { font-size: 10px; color: var(--stone); margin-top: 2px; }
.ph-pay {
  margin-top: 8px;
  display: inline-flex; align-items: center; gap: 4px;
  padding: 6px 10px;
  background: var(--saffron);
  color: var(--ink);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .hero-wrap { grid-template-columns: 1fr; gap: 64px; }
  .hero-stage { height: auto; min-height: 540px; }
  .float-widget.widget-1 { left: 0; }
  .float-widget.widget-2 { left: 10%; }
  .phone { right: 5%; bottom: -40px; }
  .browser { width: 100%; }
}
@media (max-width: 640px) {
  .float-widget.widget-1, .float-widget.widget-2 { display: none; }
  .phone { display: none; }
}

/* ─── TRUST STRIP ─── */
.trust-strip {
  padding: 32px 0 80px;
  position: relative;
}
.trust-label {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 24px;
}
.trust-marquee {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.trust-marquee .track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: marquee 40s linear infinite;
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--ink);
  opacity: 0.55;
  white-space: nowrap;
}
.trust-marquee .track span { font-style: italic; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── ROLE TABS ─── */
.roles {
  padding: 80px 0 120px;
  position: relative;
}
.role-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
}
.role-tab {
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: var(--r-lg);
  padding: 22px 22px 26px;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: var(--font-sans);
  transition: all var(--dur) var(--ease-out);
  position: relative;
}
.role-tab:hover { border-color: var(--ash); transform: translateY(-1px); }
.role-tab.active {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.role-tab .role-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--stone);
  letter-spacing: 0.04em;
}
.role-tab.active .role-num { color: var(--saffron-soft); }
.role-tab .role-name {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.role-tab.active .role-name { color: var(--cream); }
.role-tab .role-sub {
  font-size: 12.5px;
  color: var(--stone);
  margin-top: 4px;
}
.role-tab.active .role-sub { color: rgba(250,246,238,0.65); }

.role-panel {
  grid-column: 1 / -1;
  display: none;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  margin-top: 32px;
  padding: 48px;
  border-radius: var(--r-xl);
  background: var(--paper);
  border: 1px solid var(--mist);
  align-items: center;
}
.role-panel.active {
  display: grid;
  animation: panelIn var(--dur-slow) var(--ease-out);
}
@keyframes panelIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.role-copy h3 {
  font-size: 36px;
  margin-bottom: 14px;
  letter-spacing: -0.015em;
}
.role-copy > p {
  font-size: 16px;
  color: var(--slate);
  max-width: 440px;
  line-height: 1.55;
  margin-bottom: 24px;
}
.bullets {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: grid; gap: 10px;
}
.bullets li {
  display: flex; align-items: baseline; gap: 12px;
  font-size: 15px;
  color: var(--ash);
}
.bullets li span {
  width: 6px; height: 6px;
  background: var(--saffron);
  border-radius: 50%;
  flex-shrink: 0;
  transform: translateY(-2px);
}
.bullets.dark li { color: rgba(250,246,238,0.85); }
.bullets.dark li span { background: var(--saffron); }

.role-mock {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.mock-card {
  background: var(--cream);
  border: 1px solid var(--mist);
  border-radius: var(--r-lg);
  padding: 18px;
}
.mock-card.big { grid-column: span 2; }
.mc-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.mc-head h5 { font-size: 13px; font-weight: 600; margin: 0; color: var(--ink); }

.big-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 12px; }
.big-numbers > div { padding: 10px; background: var(--paper); border: 1px solid var(--mist); border-radius: 10px; }
.bn-v { font-family: var(--font-display); font-size: 24px; color: var(--ink); letter-spacing: -0.01em; line-height: 1; }
.bn-l { font-size: 11px; color: var(--stone); margin-top: 4px; }
.mc-spark { width: 100%; height: 50px; }

.seat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin-bottom: 12px;
}
.seat {
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  font-family: var(--font-mono);
}
.seat.p { background: rgba(91,63,160,0.12); color: var(--pine-deep); }
.seat.a { background: rgba(224,122,62,0.18); color: var(--saffron-deep); }
.seat-legend { display: flex; gap: 16px; font-size: 11px; color: var(--stone); font-family: var(--font-mono); }
.seat-legend .lp, .seat-legend .la { width: 8px; height: 8px; border-radius: 2px; display: inline-block; margin-right: 4px; vertical-align: middle; }
.seat-legend .lp { background: var(--pine); }
.seat-legend .la { background: var(--saffron); }

.mini-input {
  padding: 10px 12px;
  background: var(--paper);
  border: 1px dashed var(--mist);
  border-radius: 8px;
  font-size: 13px;
  color: var(--slate);
}

.mini-phone {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: 28px;
  padding: 24px 18px 18px;
  display: grid; gap: 10px;
}
.mp-bar { display: flex; justify-content: space-between; font-size: 11px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.mp-ind { display: flex; gap: 3px; align-items: center; }
.mp-ind span { width: 3px; height: 7px; background: var(--ink); border-radius: 1px; }
.mp-greet { font-family: var(--font-display); font-size: 20px; color: var(--ink); margin-bottom: 6px; }
.mp-card { padding: 12px 14px; border-radius: 12px; }
.mp-card.present { background: rgba(91,63,160,0.10); border: 1px solid rgba(91,63,160,0.18); }
.mp-card.fee     { background: rgba(224,122,62,0.10); border: 1px solid rgba(224,122,62,0.22); }
.mp-card.notice  { background: var(--mist-soft); border: 1px solid var(--mist); }
.mp-meta { font-size: 9.5px; color: var(--stone); text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-mono); }
.mp-title { font-family: var(--font-display); font-size: 16px; color: var(--ink); margin-top: 4px; }
.mp-cta { display: inline-flex; padding: 5px 10px; background: var(--saffron); color: var(--ink); border-radius: 999px; font-size: 10.5px; font-weight: 500; margin-top: 8px; }

.role-panel.parent-panel-row .role-mock { grid-template-columns: 1fr; }
[data-panel="parent"] .role-mock { grid-template-columns: 1fr; }

.period-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.period-list li {
  display: grid;
  grid-template-columns: 50px 1fr auto auto;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--paper);
  border: 1px solid var(--mist);
  align-items: center;
  font-size: 12.5px;
}
.period-list li.active { border-color: var(--pine); background: rgba(91,63,160,0.06); }
.pl-time { font-family: var(--font-mono); color: var(--stone); font-size: 11px; }
.pl-sub { font-weight: 500; color: var(--ink); }
.pl-r { font-size: 11px; color: var(--stone); }
.pl-tag { font-size: 10px; font-weight: 500; padding: 2px 8px; border-radius: 999px; }
.pl-tag.done { background: var(--mist); color: var(--stone); }
.pl-tag.now { background: var(--saffron); color: var(--ink); }

@media (max-width: 980px) {
  .role-tabs { grid-template-columns: 1fr 1fr; }
  .role-panel { grid-template-columns: 1fr; padding: 28px; }
  .role-mock { grid-template-columns: 1fr; }
}

/* ─── MODULES GRID ─── */
.modules-section { padding: 100px 0; background: var(--paper); border-top: 1px solid var(--mist); border-bottom: 1px solid var(--mist); }
.modules-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--mist);
  border: 1px solid var(--mist);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.module-card {
  background: var(--cream);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background var(--dur) var(--ease-out);
  position: relative;
  color: var(--ink);
}
.module-card:hover { background: var(--paper); }
.module-card::after {
  content: "→";
  position: absolute;
  top: 28px; right: 28px;
  font-size: 16px;
  color: var(--stone);
  opacity: 0;
  transform: translateX(-4px);
  transition: all var(--dur) var(--ease-out);
}
.module-card:hover::after { opacity: 1; transform: translateX(0); color: var(--pine); }
.mod-ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.mod-ico.pine { background: rgba(91,63,160,0.10); color: var(--pine); }
.mod-ico.saffron { background: rgba(224,122,62,0.12); color: var(--saffron-deep); }
.mod-ico svg { width: 22px; height: 22px; }
.module-card h4 { font-size: 18px; font-family: var(--font-display); font-weight: 400; color: var(--ink); }
.module-card p { font-size: 13.5px; color: var(--stone); line-height: 1.5; }

@media (max-width: 900px) { .modules-grid { grid-template-columns: 1fr 1fr; } }

/* ─── DEEP DIVE ─── */
.deep-dive { padding: 120px 0; position: relative; overflow: hidden; }
.deep-fees { background: var(--ink); color: var(--cream); }
.deep-fees::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 50% at 10% 10%, rgba(91,63,160,0.4), transparent 60%),
    radial-gradient(ellipse 40% 40% at 90% 80%, rgba(224,122,62,0.25), transparent 60%);
  pointer-events: none;
}
.deep-fees .wrap { position: relative; z-index: 1; }
.deep-fees .eyebrow { color: var(--saffron-soft); }
.deep-fees .eyebrow::before { background: var(--saffron-soft); }
.deep-fees h2 { color: var(--cream); font-size: clamp(40px, 4.4vw, 64px); margin-bottom: 16px; }
.deep-fees h2 em { color: var(--saffron-soft); }
.deep-fees .dd-copy > p { color: rgba(250,246,238,0.7); font-size: 17px; max-width: 460px; margin-bottom: 24px; }

.dd-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: center;
}
.dd-grid.reverse { grid-template-columns: 1.05fr 1fr; }
.dd-grid.reverse .dd-stage { order: -1; }

.dd-stage { position: relative; }
.dd-card {
  padding: 24px;
  border-radius: var(--r-xl);
  background: var(--glass-paper);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
  position: relative;
  z-index: 2;
}
.dd-card-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; gap: 12px; }
.dd-amount { font-family: var(--font-display); font-size: 40px; color: var(--ink); line-height: 1; letter-spacing: -0.01em; }
.dd-desc { font-size: 13px; color: var(--stone); margin-top: 6px; }

.dd-pay-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 16px; }
.pay-method {
  display: flex; flex-direction: column; align-items: center;
  gap: 6px;
  padding: 12px 6px;
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: 10px;
  font-size: 11px;
  color: var(--slate);
  font-weight: 500;
}
.pm-ico {
  width: 28px; height: 28px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--paper);
  font-weight: 700;
  font-size: 13px;
}

.dd-card.receipt {
  position: absolute;
  top: 60%;
  right: -10%;
  width: 340px;
  background: var(--cream);
  border: 1px solid var(--mist);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: rotate(-2deg);
  padding: 22px;
  z-index: 1;
}
.receipt-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px dashed var(--mist); }
.receipt-mark { display: flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; color: var(--slate); }
.receipt-rows { list-style: none; padding: 0; margin: 0 0 12px; display: grid; gap: 6px; }
.receipt-rows li { display: flex; justify-content: space-between; font-size: 13px; color: var(--slate); }
.receipt-rows li strong { color: var(--ink); font-weight: 600; }
.receipt-total { display: flex; justify-content: space-between; padding-top: 10px; border-top: 1px solid var(--mist); }
.receipt-total span { font-size: 13px; color: var(--stone); }
.receipt-total strong { font-family: var(--font-display); font-size: 22px; color: var(--ink); }

.dd-meta { display: flex; gap: 16px; margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); position: relative; z-index: 2; }
.dd-meta > div { display: flex; flex-direction: column; }
.dd-meta strong { font-family: var(--font-display); font-size: 32px; color: var(--cream); letter-spacing: -0.01em; }
.dd-meta span, .dd-meta div > :not(strong) { font-size: 12px; color: rgba(250,246,238,0.5); margin-top: 4px; }

/* attendance deep dive (light bg) */
.deep-attendance { background: var(--cream); }
.deep-attendance .dd-stage::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse 60% 50% at 30% 50%, rgba(91,63,160,0.18), transparent 60%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}
.att-card { padding: 28px; max-width: 460px; }
.att-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  margin-top: 16px; margin-bottom: 16px;
}
.att {
  padding: 10px 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.att.p { background: rgba(91,63,160,0.10); color: var(--pine-deep); }
.att.a { background: rgba(224,122,62,0.16); color: var(--saffron-deep); }
.att.l { background: var(--mist-soft); color: var(--stone); }
.att-foot {
  display: flex; gap: 16px; align-items: center;
  padding-top: 12px; border-top: 1px solid var(--mist);
  font-size: 12px; color: var(--stone);
}
.att-foot > div { display: flex; align-items: baseline; gap: 6px; }
.att-foot strong { font-family: var(--font-display); font-size: 24px; line-height: 1; letter-spacing: -0.01em; }
.att-foot strong.pine { color: var(--pine); }
.att-foot strong.saf  { color: var(--saffron); }
.att-foot strong.stone{ color: var(--stone); }
.att-time { margin-left: auto; font-family: var(--font-mono); font-size: 11px; color: var(--pine); text-transform: uppercase; letter-spacing: 0.04em; }

@media (max-width: 900px) {
  .dd-grid, .dd-grid.reverse { grid-template-columns: 1fr; }
  .dd-card.receipt { position: relative; right: 0; margin-top: 16px; }
}

/* ─── MOBILE SHOWCASE ─── */
.mobile-showcase {
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-soft) 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.mobile-showcase::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 30% at 50% 0%, rgba(91,63,160,0.4), transparent 60%),
    radial-gradient(ellipse 30% 30% at 80% 80%, rgba(224,122,62,0.25), transparent 60%);
  pointer-events: none;
}
.mobile-showcase .wrap { position: relative; z-index: 1; }
.mobile-showcase .section-head { text-align: center; margin: 0 auto 60px; align-items: center; }
.mobile-showcase .section-head h2 { font-size: clamp(40px, 4.4vw, 64px); max-width: 760px; text-align: center; }

.phones-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.ms-phone {
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.ms-phone-screen {
  width: 100%;
  aspect-ratio: 280 / 540;
  background: var(--cream);
  border-radius: 36px;
  padding: 28px 18px 18px;
  border: 8px solid #15101F;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.5);
  display: flex; flex-direction: column; gap: 10px;
  position: relative;
}
.ms-phone-screen::before {
  content: "";
  position: absolute;
  top: 12px; left: 50%; transform: translateX(-50%);
  width: 80px; height: 18px;
  background: #000; border-radius: 999px;
}
.ms-bar { display: flex; justify-content: space-between; font-size: 11px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.ms-ind { display: flex; gap: 3px; }
.ms-ind span { width: 3px; height: 7px; background: var(--ink); border-radius: 1px; }
.ms-head { padding: 4px 0 8px; }
.ms-meta { font-size: 10px; color: var(--stone); text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-mono); }
.ms-title { font-family: var(--font-display); font-size: 22px; color: var(--ink); line-height: 1.1; margin-top: 4px; letter-spacing: -0.01em; }
.ms-card { padding: 12px 14px; border-radius: 14px; }
.ms-card.present-ms { background: rgba(91,63,160,0.10); border: 1px solid rgba(91,63,160,0.18); }
.ms-card.pine-ms { background: var(--paper); border: 1px solid var(--mist); }
.ms-card.fee-ms { background: rgba(224,122,62,0.10); border: 1px solid rgba(224,122,62,0.22); }
.ms-card-meta { font-size: 9.5px; color: var(--stone); text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-mono); }
.ms-card-title { font-family: var(--font-display); font-size: 16px; color: var(--ink); margin-top: 4px; line-height: 1.15; }
.ms-cta { display: inline-flex; padding: 5px 10px; background: var(--saffron); color: var(--ink); border-radius: 999px; font-size: 10.5px; font-weight: 500; margin-top: 6px; }
.ms-cap {
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(250,246,238,0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ms-mark-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; flex: 1; align-content: start; }
.ms-mark-grid .m {
  aspect-ratio: 1;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 10px; font-weight: 600;
}
.ms-mark-grid .m.p { background: rgba(91,63,160,0.12); color: var(--pine-deep); }
.ms-mark-grid .m.a { background: rgba(224,122,62,0.18); color: var(--saffron-deep); }
.ms-cta-row {
  background: var(--ink); color: var(--cream);
  padding: 12px 14px; border-radius: 12px;
  font-size: 13px; text-align: center;
  font-weight: 500;
}

.ms-timetable { display: grid; gap: 5px; flex: 1; }
.tt-row {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 11.5px;
  background: var(--paper);
  border: 1px solid var(--mist);
  align-items: center;
}
.tt-row.now { background: rgba(91,63,160,0.10); border-color: rgba(91,63,160,0.25); }
.tt-row.done { opacity: 0.5; }
.tt-row > span:first-child { font-family: var(--font-mono); font-size: 10px; color: var(--stone); }
.tt-row > span:last-child { font-size: 10px; color: var(--stone); }

.store-row {
  display: flex; gap: 16px; justify-content: center;
  margin-top: 60px; flex-wrap: wrap;
}
.store-btn {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 22px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--cream);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.store-btn:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.30); }
.store-btn.primary-web {
  background: var(--saffron);
  border-color: var(--saffron);
  color: var(--ink);
}
.store-btn.primary-web:hover { background: var(--saffron-deep); border-color: var(--saffron-deep); color: var(--paper); }
.store-btn.primary-web span { color: rgba(21,16,31,0.7); }
.store-btn div { display: flex; flex-direction: column; line-height: 1.1; }
.store-btn span { font-size: 10.5px; color: rgba(250,246,238,0.6); text-transform: uppercase; letter-spacing: 0.06em; }
.store-btn strong { font-size: 16px; font-weight: 600; }

@media (max-width: 800px) {
  .phones-row { grid-template-columns: 1fr; max-width: 320px; }
}

/* ─── OUTCOMES ─── */
.outcomes { padding: 100px 0; }
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--mist);
  border-top: 1px solid var(--mist);
  border-bottom: 1px solid var(--mist);
}
.outcome { padding: 36px 28px; background: var(--cream); }
.o-v {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 72px);
  color: var(--pine);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 12px;
}
.o-l { font-size: 14px; color: var(--slate); max-width: 220px; line-height: 1.5; }
@media (max-width: 800px) { .outcomes-grid { grid-template-columns: 1fr 1fr; } }

/* ─── TESTIMONIALS ─── */
.testimonials { padding: 100px 0; background: var(--paper); border-top: 1px solid var(--mist); }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testi {
  background: var(--cream);
  border: 1px solid var(--mist);
  border-radius: var(--r-xl);
  padding: 32px;
  display: flex; flex-direction: column; gap: 24px;
  margin: 0;
}
.testi blockquote {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.35;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.005em;
}
.testi figcaption { display: flex; align-items: center; gap: 12px; }
.testi .avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
}
.testi .name { font-size: 14px; font-weight: 500; color: var(--ink); }
.testi .role { font-size: 12px; color: var(--stone); margin-top: 2px; }

@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } }

/* ─── PRICING PEEK ─── */
.pricing-peek { padding: 100px 0; }
.price-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.price-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: var(--r-xl);
  padding: 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.price-card.featured {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.p-flag {
  position: absolute;
  top: -12px; left: 32px;
  padding: 4px 12px;
  background: var(--saffron);
  color: var(--ink);
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 500;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.p-tier {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--stone);
}
.price-card.featured .p-tier { color: var(--saffron-soft); }
.p-amt {
  font-family: var(--font-display);
  font-size: 52px;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
}
.p-amt span {
  display: block;
  font-size: 13px;
  color: var(--stone);
  font-family: var(--font-sans);
  margin-top: 6px;
  letter-spacing: 0;
}
.price-card.featured .p-amt { color: var(--cream); }
.price-card.featured .p-amt span { color: rgba(250,246,238,0.55); }
.p-desc { color: var(--slate); font-size: 14px; }
.price-card.featured .p-desc { color: rgba(250,246,238,0.7); }
.price-card ul { list-style: none; padding: 0; margin: 0 0 8px; display: grid; gap: 8px; }
.price-card ul li {
  font-size: 14px;
  color: var(--ash);
  display: flex; align-items: baseline; gap: 8px;
}
.price-card ul li::before {
  content: "→";
  color: var(--pine);
  font-weight: 500;
}
.price-card.featured ul li { color: rgba(250,246,238,0.85); }
.price-card.featured ul li::before { color: var(--saffron); }
.price-card.featured .btn-ghost,
.price-card.featured .btn-accent { margin-top: auto; }

@media (max-width: 900px) { .price-row { grid-template-columns: 1fr; } }

/* ─── SECURITY ─── */
.security { padding: 100px 0; background: var(--butter-soft); position: relative; overflow: hidden; }
.security::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 40% 40% at 80% 50%, rgba(224,122,62,0.18), transparent 60%);
  pointer-events: none;
}
.security .wrap { position: relative; z-index: 1; }
.security-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: center;
}
.sec-copy h2 { font-size: clamp(36px, 4vw, 56px); margin-bottom: 16px; line-height: 1.05; }
.sec-copy p { font-size: 17px; color: var(--slate); max-width: 420px; line-height: 1.55; }

.sec-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.sec-badge {
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: var(--r-lg);
  padding: 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.b-ico {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: rgba(91,63,160,0.10);
  color: var(--pine);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 8px;
}
.b-ico svg { width: 22px; height: 22px; }
.sec-badge h4 { font-size: 16px; }
.sec-badge p { font-size: 13.5px; color: var(--stone); line-height: 1.5; }

@media (max-width: 900px) {
  .security-grid { grid-template-columns: 1fr; }
  .sec-badges { grid-template-columns: 1fr; }
}
