:root {
  --mea-bg: #080b16;
  --mea-bg-2: #0d1224;
  --mea-panel: rgba(255, 255, 255, .075);
  --mea-panel-solid: #11182d;
  --mea-text: #f7f9ff;
  --mea-muted: #aab4ce;
  --mea-soft: #dbe5ff;
  --mea-primary: #4bb6ff;
  --mea-primary-2: #7c5cff;
  --mea-green: #30d482;
  --mea-red: #ff5d68;
  --mea-border: rgba(255, 255, 255, .12);
  --mea-shadow: 0 24px 80px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--mea-text);
  background:
    radial-gradient(circle at 20% -10%, rgba(75, 182, 255, .28), transparent 28rem),
    radial-gradient(circle at 80% 10%, rgba(124, 92, 255, .22), transparent 28rem),
    linear-gradient(180deg, #070a13 0%, #0a0f1f 44%, #080b16 100%);
  overflow-x: hidden;
}

a { color: inherit; }
img { max-width: 100%; display: block; }

main {
  flex: 1 0 auto;
}

.text-gradient {
  background: linear-gradient(90deg, #e8f5ff 0%, #77ceff 45%, #9f8cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 16px 45px rgba(75,182,255,.22);
}

.navbar {
  background: rgba(7, 10, 19, .72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .25s ease, box-shadow .25s ease;
}
.navbar.scrolled {
  background: rgba(7, 10, 19, .94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .3);
}
.nav-link { color: rgba(255,255,255,.76); font-weight: 600; }
.nav-link:hover, .nav-link:focus { color: #fff; }
.navbar-toggler { border-color: rgba(255,255,255,.18); }
.navbar-toggler:focus { box-shadow: 0 0 0 .18rem rgba(75,182,255,.25); }

.btn-mea {
  --bs-btn-color: #07111e;
  --bs-btn-bg: #70caff;
  --bs-btn-border-color: #70caff;
  --bs-btn-hover-color: #04111d;
  --bs-btn-hover-bg: #92d7ff;
  --bs-btn-hover-border-color: #92d7ff;
  --bs-btn-active-bg: #52bdff;
  --bs-btn-active-border-color: #52bdff;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(75,182,255,.23);
}
.btn-outline-mea {
  --bs-btn-color: #eaf7ff;
  --bs-btn-border-color: rgba(255,255,255,.25);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(255,255,255,.1);
  --bs-btn-hover-border-color: rgba(255,255,255,.45);
  font-weight: 700;
}

.hero {
  position: relative;
  padding: 132px 0 78px;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -15% -26% -15%;
  height: 330px;
  background: radial-gradient(ellipse at center, rgba(75,182,255,.14), transparent 65%);
  pointer-events: none;
}
.hero-badge {
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.065);
  border-radius: 999px;
  padding: .5rem .85rem;
  color: var(--mea-soft);
  font-weight: 700;
  font-size: .92rem;
}
.hero-title {
  font-size: clamp(2.65rem, 7.4vw, 5.65rem);
  line-height: .96;
  letter-spacing: -.065em;
  font-weight: 900;
}
.hero-subtitle {
  color: var(--mea-muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  max-width: 670px;
}

.hero-stage {
  position: relative;
  min-height: 630px;
}
.dashboard-card {
  position: absolute;
  inset: 45px 10px auto 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--mea-shadow);
  transform: rotate(-2deg);
  background: #020510;
}
.dashboard-card img { width: 100%; }
.phone-frame {
  position: absolute;
  right: 0;
  top: 140px;
  width: min(330px, 57vw);
  padding: 10px;
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(255,255,255,.25), rgba(255,255,255,.04));
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.18);
}
.phone-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 34%;
  height: 17px;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  background: #060813;
  z-index: 2;
}
.phone-frame img { border-radius: 25px; width: 100%; }
.float-chip {
  position: absolute;
  display: flex;
  gap: .7rem;
  align-items: center;
  padding: .85rem 1rem;
  border-radius: 18px;
  background: rgba(12, 18, 36, .86);
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 22px 60px rgba(0,0,0,.34);
  backdrop-filter: blur(14px);
  color: #fff;
  font-weight: 700;
}
.float-chip .dot { width: 10px; height: 10px; border-radius: 999px; background: var(--mea-green); box-shadow: 0 0 0 7px rgba(48,212,130,.15); }
.float-chip.one { left: 4%; bottom: 86px; }
.float-chip.two { right: 7%; bottom: 18px; }

.stat-strip {
  margin-top: 34px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
  border-radius: 24px;
  overflow: hidden;
}
.stat-box {
  padding: 1.15rem 1rem;
  border-right: 1px solid rgba(255,255,255,.1);
}
.stat-box:last-child { border-right: 0; }
.stat-box strong { display: block; font-size: 1.45rem; }
.stat-box span { color: var(--mea-muted); font-size: .94rem; }

.section { padding: 86px 0; position: relative; }
.section-alt { background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); }
.section-kicker {
  color: #8fd7ff;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: .6rem;
}
.section-title {
  font-size: clamp(2rem, 4.5vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 900;
}
.section-copy { color: var(--mea-muted); font-size: 1.05rem; }


.requirement-callout {
  border: 1px solid rgba(112,202,255,.28);
  background: linear-gradient(135deg, rgba(75,182,255,.12), rgba(124,92,255,.1));
  border-radius: 24px;
  padding: 1.05rem;
  color: var(--mea-soft);
  box-shadow: 0 18px 55px rgba(0,0,0,.18);
}
.requirement-callout p { color: var(--mea-muted); }
.requirement-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(112,202,255,.16);
  border: 1px solid rgba(112,202,255,.35);
  color: #b9e8ff;
  font-weight: 950;
  font-size: 1.25rem;
}
.requirement-card {
  height: 100%;
  border: 1px solid rgba(112,202,255,.18);
  background: rgba(255,255,255,.06);
  border-radius: 28px;
  padding: 1.45rem;
  box-shadow: 0 18px 55px rgba(0,0,0,.18);
}
.requirement-card h3 { font-weight: 900; letter-spacing: -.025em; }
.requirement-card p { color: var(--mea-muted); margin-bottom: 0; }
.requirement-note {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  border-radius: 20px;
  color: var(--mea-soft);
  padding: 1rem 1.2rem;
  font-weight: 750;
}

.glass-card {
  height: 100%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  border-radius: 26px;
  padding: 1.35rem;
  box-shadow: 0 18px 55px rgba(0,0,0,.18);
}
.glass-card.solid { background: rgba(14, 21, 39, .82); }
.icon-pill {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(112,202,255,.12);
  border: 1px solid rgba(112,202,255,.24);
  color: #a8ddff;
  font-size: 1.45rem;
  margin-bottom: 1rem;
}
.glass-card h3 { font-weight: 850; letter-spacing: -.02em; }
.glass-card p { color: var(--mea-muted); margin-bottom: 0; }

.feature-shot {
  border-radius: 28px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.13);
  padding: 12px;
  box-shadow: 0 24px 75px rgba(0,0,0,.28);
}
.feature-shot img { border-radius: 20px; width: 100%; }

.phone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.phone-shot {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  border-radius: 24px;
  padding: 9px;
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
}
.phone-shot img { border-radius: 17px; }
.phone-shot:nth-child(2) { transform: translateY(34px); }
.phone-shot:nth-child(3) { transform: translateY(10px); }

.process-step {
  position: relative;
  padding-left: 4.2rem;
  margin-bottom: 1.4rem;
}
.process-step .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #70caff, #9d8cff);
  color: #05111e;
  font-weight: 900;
}
.process-step h3 { font-size: 1.1rem; font-weight: 850; margin: 0 0 .2rem; }
.process-step p { color: var(--mea-muted); margin: 0; }
.code-chip {
  display: inline-flex;
  padding: .35rem .55rem;
  border-radius: 9px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  color: #e8f5ff;
  font-size: .92em;
}

.group-chip {
  display: inline-flex;
  margin: .28rem .22rem;
  padding: .5rem .72rem;
  border-radius: 999px;
  color: #eaf7ff;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  font-weight: 700;
  font-size: .92rem;
}

.plan-card {
  height: 100%;
  position: relative;
  border-radius: 30px;
  padding: 1.45rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.13);
  overflow: hidden;
}
.plan-card.featured {
  background: linear-gradient(180deg, rgba(75,182,255,.16), rgba(124,92,255,.14));
  border-color: rgba(112,202,255,.35);
  box-shadow: 0 28px 80px rgba(75,182,255,.18);
}
.plan-card .tag {
  display: inline-flex;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.13);
  color: #dfeeff;
  font-weight: 850;
  font-size: .8rem;
}
.plan-card h3 { font-weight: 900; margin-top: .9rem; }
.plan-card .price { font-size: 2rem; font-weight: 900; letter-spacing: -.04em; }
.plan-card ul { padding-left: 0; list-style: none; margin: 1rem 0 0; }
.plan-card li { display: flex; gap: .55rem; padding: .48rem 0; color: var(--mea-soft); }
.plan-card li::before { content: "✓"; color: var(--mea-green); font-weight: 900; }
.plan-card li.no::before { content: "×"; color: var(--mea-red); }

.table-plan {
  --bs-table-bg: transparent;
  --bs-table-color: var(--mea-soft);
  --bs-table-border-color: rgba(255,255,255,.12);
  overflow: hidden;
}
.table-plan th { color: #fff; }
.table-plan td, .table-plan th { padding: 1rem; }

.faq .accordion-item {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.11);
  color: var(--mea-text);
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 12px;
}
.faq .accordion-button {
  background: rgba(255,255,255,.02);
  color: var(--mea-text);
  font-weight: 800;
}
.faq .accordion-button:not(.collapsed) { box-shadow: none; color: #fff; background: rgba(112,202,255,.09); }
.faq .accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(112,202,255,.25); }
.faq .accordion-body { color: var(--mea-muted); }

.cta-panel {
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(75,182,255,.22), rgba(124,92,255,.22));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--mea-shadow);
  padding: clamp(2rem, 5vw, 4rem);
}

.footer {
  margin-top: auto;
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.16);
  padding: 48px 0;
  color: var(--mea-muted);
}
.footer a { color: var(--mea-soft); text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }

.legal-page {
  padding: 118px 0 72px;
}
.legal-card {
  border-radius: 28px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  padding: clamp(1.3rem, 3.8vw, 3rem);
  color: var(--mea-soft);
}
.legal-card h1, .legal-card h2 { color: #fff; letter-spacing: -.03em; }
.legal-card h1 { font-weight: 900; }
.legal-card h2 { font-size: 1.35rem; margin-top: 2rem; font-weight: 850; }
.legal-card p, .legal-card li { color: var(--mea-muted); }
.legal-card a { color: #91d9ff; }

@media (max-width: 991px) {
  .hero { padding-top: 112px; }
  .hero-stage { min-height: 570px; margin-top: 30px; }
  .dashboard-card { inset: 0 0 auto 0; }
  .phone-frame { top: 124px; right: 4%; }
  .float-chip.one { bottom: 90px; left: 0; }
  .float-chip.two { bottom: 22px; right: 2%; }
  .stat-box { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .stat-box:last-child { border-bottom: 0; }
}
@media (max-width: 767px) {
  .section { padding: 66px 0; }
  .hero-stage { min-height: 520px; }
  .dashboard-card { transform: rotate(0deg); }
  .phone-frame { width: 240px; top: 126px; }
  .float-chip { font-size: .84rem; padding: .72rem .82rem; }
  .phone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .phone-shot:nth-child(2), .phone-shot:nth-child(3) { transform: none; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 3rem; }
  .hero-stage { min-height: 470px; }
  .phone-frame { width: 210px; top: 130px; }
  .float-chip.one { bottom: 96px; }
  .float-chip.two { display: none; }
}


/* Refined content / contrast fixes */
.btn-mea,
.btn-mea:visited,
.legal-card a.btn-mea,
.cta-panel a.btn-mea,
.error-card a.btn-mea {
  color: #07111e !important;
}
.btn-mea:hover,
.btn-mea:focus,
.legal-card a.btn-mea:hover,
.legal-card a.btn-mea:focus,
.error-card a.btn-mea:hover,
.error-card a.btn-mea:focus {
  color: #04111d !important;
}
.btn-outline-mea,
.btn-outline-mea:visited,
.legal-card a.btn-outline-mea,
.cta-panel a.btn-outline-mea,
.error-card a.btn-outline-mea {
  color: #eaf7ff !important;
}
.btn-outline-mea:hover,
.btn-outline-mea:focus,
.legal-card a.btn-outline-mea:hover,
.legal-card a.btn-outline-mea:focus,
.error-card a.btn-outline-mea:hover,
.error-card a.btn-outline-mea:focus {
  color: #fff !important;
}
.error-page {
  min-height: 78vh;
  padding: 138px 0 82px;
  display: flex;
  align-items: center;
}
.error-card {
  position: relative;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: var(--mea-shadow);
  padding: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
}
.error-card::before {
  content: "";
  position: absolute;
  inset: -35% -20% auto -20%;
  height: 260px;
  background: radial-gradient(ellipse at center, rgba(75,182,255,.22), transparent 68%);
  pointer-events: none;
}
.error-card > * { position: relative; }
.error-card h1 {
  font-size: clamp(2.35rem, 6vw, 4.9rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 900;
}
.error-mark {
  width: 82px;
  height: 82px;
  border-radius: 22px;
  margin: 0 auto 1.2rem;
  box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 20px 55px rgba(75,182,255,.24);
}
.js-email {
  word-break: break-word;
}

.cookie-consent {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  width: min(100% - 2rem, 480px);
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(8, 11, 22, .96);
  box-shadow: var(--mea-shadow);
  backdrop-filter: blur(16px);
}
.cookie-consent[hidden] { display: none !important; }
.cookie-consent p { color: rgba(255,255,255,.76); }
.cookie-consent .btn-link { color: #9edcff; }

.cookie-settings-button {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1079;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(8, 11, 22, .9);
  color: #eaf7ff;
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
  padding: .55rem .85rem;
  font-weight: 700;
}
.cookie-settings-button:hover,
.cookie-settings-button:focus {
  background: rgba(75,182,255,.18);
  color: #fff;
}

.cookie-current-status {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  font-weight: 800;
  padding: .35rem .6rem;
}
.cookie-status-dot {
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: #a8b3c7;
  box-shadow: 0 0 0 3px rgba(168,179,199,.14);
}
.cookie-current-status.is-accepted .cookie-status-dot,
.cookie-settings-button.is-accepted .cookie-status-dot {
  background: #2ee58b;
  box-shadow: 0 0 0 3px rgba(46,229,139,.16);
}
.cookie-current-status.is-declined .cookie-status-dot,
.cookie-settings-button.is-declined .cookie-status-dot {
  background: #ff8a65;
  box-shadow: 0 0 0 3px rgba(255,138,101,.16);
}
.cookie-settings-button {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
