:root {
  --bg: #07070d;
  --surface: #11111b;
  --surface-2: #171727;
  --ink: #f8f7ff;
  --muted: #b7b3ca;
  --line: rgba(255,255,255,.12);
  --green: #7c3cff;
  --green-dark: #4a20b8;
  --green-soft: rgba(124,60,255,.16);
  --gold: #ff7a2f;
  --gold-soft: rgba(255,122,47,.14);
  --cyan: #1ecbff;
  --red: #ff335f;
  --dark: #030307;
  --shadow: 0 24px 70px rgba(0,0,0,.38);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 10% 0%, rgba(124,60,255,.20), transparent 28%), radial-gradient(circle at 88% 10%, rgba(30,203,255,.12), transparent 26%), var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.topbar { background: #030307; color: #fff; padding: 9px 0; font-size: 14px; border-bottom: 1px solid var(--line); }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(3,3,7,.88); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 900; }
.logo-mark { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: conic-gradient(from 210deg, #ff335f, #ff7a2f, #7c3cff, #1ecbff, #ff335f); color: #fff; font-weight: 900; }
.menu { display: flex; gap: 18px; color: var(--muted); font-size: 14px; font-weight: 800; }
.menu a:hover { color: var(--green); }
.btn { min-height: 46px; padding: 0 18px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--green); background: var(--green); color: #fff; font-weight: 900; box-shadow: 0 10px 24px rgba(23,107,77,.18); }
.btn.secondary { background: #fff; color: var(--green-dark); border-color: var(--line); box-shadow: none; }
.btn.light { background: #fff; color: var(--green-dark); border-color: #fff; box-shadow: none; }
.hero { padding: 68px 0 54px; min-height: 690px; display: flex; align-items: center; background: radial-gradient(circle at 78% 15%, rgba(124,60,255,.35), transparent 30%), radial-gradient(circle at 92% 36%, rgba(30,203,255,.18), transparent 24%), linear-gradient(135deg,#05050a 0%,#10101d 58%,#180d35 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0,650px) minmax(320px,1fr); gap: 44px; align-items: center; }
.eyebrow { display: inline-flex; padding: 8px 12px; margin-bottom: 18px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); border: 1px solid #cfe2d4; font-size: 13px; font-weight: 900; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(42px, 7vw, 72px); max-width: 780px; }
h2 { font-size: clamp(31px, 4vw, 48px); }
h3 { font-size: 22px; }
.lead { margin: 22px 0 0; color: #d8d4e8; font-size: 19px; max-width: 690px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.proof div { padding: 16px; background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 8px; }
.proof strong { display: block; font-size: 26px; line-height: 1; }
.proof span { color: var(--muted); font-size: 13px; font-weight: 800; }
.hero-panel { position: relative; min-height: 520px; border-radius: 8px; overflow: hidden; background: linear-gradient(150deg,#080812,#241054 48%,#7c3cff 72%,#1ecbff); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.14); }
.hero-panel:before { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; }
.plate { position: absolute; width: 170px; height: 170px; border-radius: 50%; border: 28px solid rgba(255,255,255,.84); right: 44px; top: 54px; }
.bar { position: absolute; width: 240px; height: 18px; right: 80px; top: 130px; border-radius: 999px; background: rgba(255,255,255,.84); transform: rotate(-16deg); }
.mini-card { position: absolute; left: 30px; top: 38px; width: 252px; padding: 18px; border-radius: 8px; background: rgba(8,8,18,.82); color: var(--ink); border: 1px solid rgba(255,255,255,.14); }
.mini-card b { display: block; margin-bottom: 8px; font-size: 18px; }
.dashboard { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 20px; border-radius: 8px; background: rgba(8,8,18,.86); color: var(--ink); border: 1px solid rgba(255,255,255,.14); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.metric { padding: 14px; border-radius: 8px; background: rgba(124,60,255,.18); font-weight: 900; border: 1px solid rgba(255,255,255,.10); }
.metric span { display: block; color: var(--muted); font-size: 13px; font-weight: 800; }
section { padding: 76px 0; }
.page-hero { padding: 74px 0 46px; background: radial-gradient(circle at 85% 10%, rgba(124,60,255,.28), transparent 30%), linear-gradient(135deg,#05050a,#131323); border-bottom: 1px solid var(--line); }
.page-hero p { max-width: 780px; color: var(--muted); font-size: 18px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-head p { max-width: 570px; margin: 0; color: var(--muted); }
.meta { margin-bottom: 10px; color: var(--green); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: 0 8px 28px rgba(0,0,0,.16); }
.card p { margin: 12px 0 0; color: var(--muted); }
.icon { width: 44px; height: 44px; border-radius: 8px; display: grid; place-items: center; margin-bottom: 18px; background: var(--green-soft); color: var(--green); font-size: 20px; font-weight: 900; }
.dark { background: #030307; color: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dark .section-head p, .dark .card p { color: rgba(255,255,255,.72); }
.dark .card { background: rgba(255,255,255,.065); border-color: rgba(255,255,255,.13); box-shadow: none; }
.list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 11px; }
.list li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; color: #d8d4e8; }
.dark .list li { color: rgba(255,255,255,.78); }
.list li:before { content: "OK"; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 9px; font-weight: 900; }
.warning { padding: 18px; border: 1px solid rgba(255,122,47,.36); border-radius: 8px; background: rgba(255,122,47,.12); color: #ffe4c8; font-size: 14px; }
.price { margin: 16px 0 6px; font-size: 42px; font-weight: 900; line-height: 1; }
.price span { font-size: 15px; color: var(--muted); }
.badge { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: #f7e4cb; color: #79440f; font-size: 12px; font-weight: 900; margin-bottom: 12px; }
.article { min-height: 250px; display: flex; flex-direction: column; }
.article a { color: var(--green-dark); font-weight: 900; margin-top: auto; padding-top: 18px; }
.content { max-width: 860px; }
.content h2 { font-size: 30px; margin-top: 34px; }
.content p, .content li { color: var(--muted); }
.content a { color: var(--green-dark); font-weight: 800; }
.cta { padding: 70px 0; color: #fff; background: linear-gradient(135deg,#130a2a,#7c3cff 56%,#1ecbff); }
.cta .container { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.cta p { max-width: 660px; color: rgba(255,255,255,.78); margin: 14px 0 0; }
footer { background: #030307; color: #fff; padding: 52px 0 28px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 26px; margin-bottom: 34px; }
footer p, footer a { color: rgba(255,255,255,.68); }
footer a { display: block; margin: 8px 0; }
footer h3 { font-size: 16px; margin: 0 0 14px; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; color: rgba(255,255,255,.55); font-size: 14px; }
@media (max-width: 960px) {
  .menu { display: none; }
  .hero-grid, .grid-2, .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .proof { grid-template-columns: 1fr; }
  .section-head, .cta .container { display: block; }
  .section-head p { margin-top: 14px; }
  .cta .btn { margin-top: 22px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1160px); }
  .topbar .container { display: block; }
  .topbar span { display: block; margin: 4px 0; }
  h1 { font-size: 40px; }
  .lead { font-size: 17px; }
  .actions .btn, .nav > .btn, .cta .btn { width: 100%; }
  .hero-panel { min-height: 450px; }
  .mini-card { width: 215px; }
  .plate { right: 18px; }
}

.brand-img { height: 46px; width: auto; display: block; object-fit: contain; }
.logo.has-image .logo-mark, .logo.has-image .brand-text { display: none; }
.logo.has-image { gap: 0; }
@supports not (backdrop-filter: blur(14px)) { .site-header { background: #030307; } }
.card:hover { border-color: rgba(124,60,255,.42); transform: translateY(-2px); transition: .2s ease; }

.pricing-section { background: radial-gradient(circle at 50% 0%, rgba(124,60,255,.22), transparent 36%), #05050b; }
.billing-toggle { width: fit-content; margin: 0 auto 24px; display: flex; gap: 6px; padding: 6px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid var(--line); }
.billing-btn { min-width: 108px; height: 38px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-weight: 900; cursor: pointer; }
.billing-btn.active { color: #fff; background: linear-gradient(135deg, #7c3cff, #4e13df); box-shadow: 0 10px 26px rgba(124,60,255,.30); }
.pricing-wrap { max-width: 980px; margin: 0 auto; padding: 34px; border-radius: 10px; background: rgba(0,0,0,.32); border: 1px solid rgba(255,255,255,.10); box-shadow: 0 0 90px rgba(37,43,255,.20); }
.pricing-grid { display: none; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pricing-grid.active { display: grid; }
.price-card { min-height: 520px; display: flex; flex-direction: column; padding: 28px 18px; border-radius: 8px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.10); }
.price-card.featured { background: linear-gradient(180deg, rgba(63,81,181,.58), rgba(124,60,255,.20)); border-color: rgba(124,60,255,.55); }
.plan-top { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.plan-top h3 { font-size: 24px; }
.pill { display: inline-flex; align-items: center; min-height: 24px; padding: 0 10px; border-radius: 999px; color: #7ee7ff; background: rgba(30,203,255,.08); border: 1px solid rgba(126,231,255,.28); font-size: 12px; font-weight: 900; white-space: nowrap; }
.price-card .price { color: #fff; margin-top: 28px; }
.plan-btn { width: 100%; min-height: 36px; margin: 34px 0 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 900; background: linear-gradient(180deg, #7c3cff, #4d00df); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 10px 28px rgba(90,30,255,.28); }
.feature-list { list-style: none; padding: 0; margin: auto 0 0; display: grid; gap: 9px; }
.feature-list li { min-height: 30px; display: grid; grid-template-columns: 22px 1fr; gap: 9px; align-items: center; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.045); color: #fff; font-size: 13px; font-weight: 800; }
.feature-list li:before { content: "✓"; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #141421; font-size: 12px; font-weight: 900; }
.feature-list .muted-feature { opacity: .38; }
.trust-row { max-width: 980px; margin: 18px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.trust-row span { min-height: 52px; display: flex; align-items: center; padding: 10px 12px; border-radius: 8px; background: rgba(255,255,255,.055); border: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 800; }
@media (max-width: 980px) { .pricing-grid, .pricing-grid.active, .trust-row { grid-template-columns: 1fr; } .pricing-wrap { padding: 16px; } .price-card { min-height: auto; } }


/* Modern refresh v2 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
:root {
  --bg: #05050a;
  --surface: rgba(255,255,255,.075);
  --surface-2: rgba(255,255,255,.105);
  --ink: #ffffff;
  --muted: #b9b7c9;
  --line: rgba(255,255,255,.12);
  --green: #8b5cf6;
  --green-dark: #6d28d9;
  --green-soft: rgba(139,92,246,.16);
  --gold: #ff6b4a;
  --gold-soft: rgba(255,107,74,.13);
  --cyan: #22d3ee;
  --red: #fb3f74;
  --dark: #05050a;
  --shadow: 0 24px 80px rgba(0,0,0,.42);
}
html { background: var(--bg); }
body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(145deg, #05050a 0%, #090918 42%, #120924 100%);
  background-size: 42px 42px, 42px 42px, auto;
  color: var(--ink);
}
.container { width: min(1200px, calc(100% - 36px)); }
.topbar {
  background: rgba(5,5,10,.92);
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: #e9e7ff;
}
.site-header {
  background: rgba(5,5,10,.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.nav { min-height: 82px; }
.logo { font-weight: 900; }
.brand-img { height: 50px; filter: drop-shadow(0 10px 24px rgba(139,92,246,.18)); }
.menu {
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}
.menu a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: #d8d5ef;
}
.menu a:hover {
  color: #fff;
  background: rgba(139,92,246,.16);
}
.btn, .plan-btn {
  border: 0;
  background: linear-gradient(135deg, #8b5cf6 0%, #5b21b6 52%, #22d3ee 130%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(109,40,217,.32);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.btn:hover, .plan-btn:hover { transform: translateY(-2px); filter: brightness(1.07); box-shadow: 0 22px 48px rgba(109,40,217,.42); }
.btn.secondary {
  background: rgba(255,255,255,.06);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: none;
}
.btn.light { background: #fff; color: #140924; }
.hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(5,5,10,.98) 0%, rgba(12,10,28,.96) 46%, rgba(35,15,80,.92) 100%);
}
.hero:before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(139,92,246,.14) 48%, rgba(34,211,238,.10) 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 18px);
}
.hero .container { position: relative; z-index: 1; }
.eyebrow {
  background: rgba(139,92,246,.15);
  color: #dcd3ff;
  border-color: rgba(139,92,246,.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
h1 {
  max-width: 820px;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}
h2 { font-weight: 900; text-wrap: balance; }
h3 { font-weight: 850; }
.lead, .page-hero p, .section-head p, .card p, .content p, .content li { color: var(--muted); }
.proof div, .card, .price-card, .warning, .trust-row span {
  background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}
.proof strong { color: #fff; }
.hero-panel {
  min-height: 560px;
  background:
    linear-gradient(150deg, rgba(139,92,246,.18), rgba(34,211,238,.14)),
    linear-gradient(145deg, #080812 0%, #18102f 54%, #31206d 100%);
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 35px 90px rgba(0,0,0,.46), 0 0 0 1px rgba(139,92,246,.18);
}
.hero-panel:before {
  inset: 28px;
  border-color: rgba(255,255,255,.12);
}
.plate {
  border-color: rgba(255,255,255,.72);
  box-shadow: 0 18px 55px rgba(139,92,246,.30), inset 0 0 0 18px rgba(34,211,238,.16);
}
.bar { background: linear-gradient(90deg,#fff,#c5b7ff); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.mini-card, .dashboard {
  background: rgba(8,8,18,.76);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 60px rgba(0,0,0,.32);
}
.metric {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
}
.metric span { color: #bcb8d5; }
section { position: relative; }
.page-hero {
  background:
    linear-gradient(115deg, rgba(5,5,10,.98), rgba(15,11,34,.96)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 18px);
}
.meta {
  color: #22d3ee;
  letter-spacing: .08em;
}
.icon {
  color: #fff;
  background: linear-gradient(135deg,#8b5cf6,#22d3ee);
  box-shadow: 0 14px 30px rgba(139,92,246,.24);
}
.dark {
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  border-color: rgba(255,255,255,.10);
}
.list li, .feature-list li { color: #f7f5ff; }
.list li:before {
  content: '✓';
  background: linear-gradient(135deg,#8b5cf6,#22d3ee);
  color: #fff;
}
.warning {
  color: #ffe9e1;
  border-color: rgba(255,107,74,.32);
  background: linear-gradient(135deg, rgba(255,107,74,.16), rgba(139,92,246,.09));
}
.pricing-section {
  background:
    linear-gradient(180deg, rgba(5,5,10,.10), rgba(5,5,10,.82)),
    linear-gradient(115deg, rgba(139,92,246,.08), rgba(34,211,238,.06));
}
.billing-toggle {
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.billing-btn { font-family: inherit; color: #c8c4dc; }
.billing-btn.active { background: linear-gradient(135deg,#8b5cf6,#22d3ee); color: #fff; }
.pricing-wrap {
  max-width: 1080px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.035));
  border-color: rgba(255,255,255,.13);
  box-shadow: 0 35px 95px rgba(0,0,0,.42);
}
.pricing-grid { gap: 18px; }
.price-card {
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
  min-height: 540px;
}
.price-card.featured {
  background: linear-gradient(180deg, rgba(139,92,246,.34), rgba(34,211,238,.10));
  border-color: rgba(139,92,246,.52);
  box-shadow: 0 28px 70px rgba(139,92,246,.20);
}
.pill { color: #9eefff; background: rgba(34,211,238,.10); border-color: rgba(34,211,238,.30); }
.price-card .price { font-weight: 900; letter-spacing: 0; }
.feature-list li {
  border-radius: 8px;
  background: rgba(255,255,255,.055);
}
.feature-list li:before { background: linear-gradient(135deg,#8b5cf6,#22d3ee); color: #fff; }
.cta {
  background: linear-gradient(120deg,#130a2a 0%,#6d28d9 48%,#22d3ee 130%);
}
footer {
  background: #030307;
  border-top-color: rgba(255,255,255,.10);
}
footer a:hover { color: #fff; }
.card:hover, .price-card:hover {
  border-color: rgba(139,92,246,.42);
  transform: translateY(-3px);
  transition: .22s ease;
}
@media (max-width: 960px) {
  .menu { border-radius: 8px; }
  .hero { min-height: auto; }
  .brand-img { height: 44px; }
}
/* End modern refresh v2 */

/* Violet white rich refresh */
body {
  background:
    radial-gradient(circle at 12% 4%, rgba(255,255,255,.82), transparent 0 18%, transparent 32%),
    radial-gradient(circle at 84% 9%, rgba(139,92,246,.28), transparent 34%),
    radial-gradient(circle at 15% 55%, rgba(34,211,238,.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f4f0ff 24%, #160a33 58%, #05050a 100%);
}
.hero {
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.88), transparent 0 15%, transparent 30%),
    radial-gradient(circle at 85% 8%, rgba(139,92,246,.38), transparent 34%),
    linear-gradient(120deg, #ffffff 0%, #f2edff 30%, #190b3d 72%, #05050a 100%);
}
.hero h1 { color: #10091f; }
.hero .lead { color: #423855; }
.hero .eyebrow { background: rgba(139,92,246,.12); color: #4c1d95; border-color: rgba(139,92,246,.28); }
.hero .btn.secondary { color: #2d1757; background: rgba(255,255,255,.72); border-color: rgba(76,29,149,.16); }
.hero .proof div { background: rgba(255,255,255,.76); border-color: rgba(76,29,149,.12); box-shadow: 0 18px 44px rgba(76,29,149,.10); }
.hero .proof strong { color: #160a33; }
.hero .proof span { color: #5f5472; }
.info-band {
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(245,240,255,.84));
  color: #160a33;
  border-top: 1px solid rgba(76,29,149,.10);
  border-bottom: 1px solid rgba(76,29,149,.10);
}
.info-band .meta { color: #6d28d9; }
.info-band .section-head p, .info-band .card p { color: #5f5472; }
.info-band .card {
  background: rgba(255,255,255,.82);
  border-color: rgba(76,29,149,.12);
  box-shadow: 0 18px 48px rgba(76,29,149,.09);
  color: #160a33;
}
.detail-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.timeline { counter-reset: step; display: grid; gap: 14px; }
.timeline-item { position: relative; padding: 22px 22px 22px 70px; border-radius: 8px; background: rgba(255,255,255,.08); border: 1px solid var(--line); }
.info-band .timeline-item { background: rgba(255,255,255,.78); border-color: rgba(76,29,149,.12); }
.timeline-item:before { counter-increment: step; content: counter(step); position: absolute; left: 22px; top: 22px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg,#8b5cf6,#22d3ee); color: #fff; font-weight: 900; }
.stat-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.stat-strip div { padding: 18px; border-radius: 8px; background: rgba(255,255,255,.08); border: 1px solid var(--line); }
.info-band .stat-strip div { background: rgba(255,255,255,.80); border-color: rgba(76,29,149,.12); }
.stat-strip strong { display: block; font-size: 24px; color: inherit; }
.feature-table { display: grid; gap: 10px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; align-items: stretch; }
.feature-row > div { padding: 14px; border-radius: 8px; background: rgba(255,255,255,.07); border: 1px solid var(--line); color: var(--muted); font-weight: 700; }
.feature-row.head > div { color: #fff; background: rgba(139,92,246,.22); font-weight: 900; }
.info-band .feature-row > div { color: #4d435e; background: rgba(255,255,255,.82); border-color: rgba(76,29,149,.12); }
.info-band .feature-row.head > div { color: #160a33; background: rgba(139,92,246,.14); }
.resource-card { min-height: 230px; }
@media (max-width: 960px) { .detail-grid, .stat-strip, .feature-row { grid-template-columns: 1fr; } .hero h1 { color: #fff; } .hero .lead { color: var(--muted); } }
/* End violet white rich refresh */

/* Contrast fix v3 */
.hero {
  background:
    radial-gradient(circle at 10% 8%, rgba(255,255,255,.96), transparent 0 18%, transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(139,92,246,.30), transparent 34%),
    linear-gradient(120deg, #ffffff 0%, #f5f0ff 42%, #21104f 78%, #080812 100%);
}
.hero:before { opacity: .18; }
.hero-grid > div:first-child {
  padding: 28px;
  border-radius: 12px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(76,29,149,.12);
  box-shadow: 0 24px 70px rgba(76,29,149,.13);
  backdrop-filter: blur(10px);
}
.hero h1 { color: #12091f !important; text-shadow: none; }
.hero .lead { color: #352944 !important; font-weight: 600; }
.hero .eyebrow { color: #4c1d95 !important; background: rgba(139,92,246,.13); }
.hero .proof span { color: #51435f !important; }
.hero .proof strong { color: #140924 !important; }
section:not(.dark):not(.cta):not(.pricing-section):not(.hero):not(.page-hero) h2,
section:not(.dark):not(.cta):not(.pricing-section):not(.hero):not(.page-hero) h3 { color: #140924; }
section:not(.dark):not(.cta):not(.pricing-section):not(.hero):not(.page-hero) p,
section:not(.dark):not(.cta):not(.pricing-section):not(.hero):not(.page-hero) li { color: #51465f; }
section:not(.dark):not(.cta):not(.pricing-section):not(.hero):not(.page-hero) .card {
  background: rgba(255,255,255,.88);
  color: #140924;
  border-color: rgba(76,29,149,.12);
}
section:not(.dark):not(.cta):not(.pricing-section):not(.hero):not(.page-hero) .card p { color: #5b5069; }
.info-band h2, .info-band h3 { color: #140924 !important; }
.info-band p, .info-band li, .info-band span { color: #51465f !important; }
.info-band .card { background: rgba(255,255,255,.92) !important; }
.info-band .timeline-item { background: rgba(255,255,255,.92) !important; color: #140924; }
.info-band .timeline-item p { color: #51465f !important; }
.feature-row > div { color: #51465f !important; background: rgba(255,255,255,.92) !important; }
.feature-row.head > div { color: #140924 !important; background: rgba(139,92,246,.14) !important; }
.dark h2, .dark h3, .pricing-section h2, .pricing-section h3, .cta h2 { color: #ffffff !important; }
.dark p, .dark li, .pricing-section p, .pricing-section li, .cta p { color: #d7d2e8 !important; }
.pricing-section .section-head p { color: #d7d2e8 !important; }
.price-card p { color: #c8c4dc !important; }
.price-card .price, .price-card h3 { color: #fff !important; }
.feature-list li { color: #fff !important; }
.warning { color: #fff0e8 !important; }
.trust-row span { color: #d7d2e8 !important; }
.page-hero h1 { color: #fff !important; }
.page-hero p { color: #d7d2e8 !important; }
.content h2 { color: #fff; }
.content p, .content li { color: #d7d2e8; }
@media (max-width: 960px) {
  .hero-grid > div:first-child { background: rgba(9,9,20,.72); border-color: rgba(255,255,255,.14); }
  .hero h1 { color: #fff !important; }
  .hero .lead { color: #e4e0f2 !important; }
  .hero .proof strong { color: #fff !important; }
  .hero .proof span { color: #d7d2e8 !important; }
}
/* End contrast fix v3 */

/* White violet only final */
:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f6f1ff;
  --ink: #180a32;
  --muted: #655675;
  --line: rgba(104, 58, 183, .16);
  --green: #6d28d9;
  --green-dark: #4c1d95;
  --green-soft: #f1eaff;
  --gold: #6d28d9;
  --gold-soft: #f1eaff;
  --cyan: #6d28d9;
  --red: #6d28d9;
  --dark: #4c1d95;
  --shadow: 0 22px 60px rgba(76,29,149,.14);
}
html, body { background: #ffffff !important; color: var(--ink) !important; }
body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 8% 4%, rgba(109,40,217,.12), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(109,40,217,.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 45%, #ffffff 100%) !important;
}
.topbar { background: #4c1d95 !important; color: #ffffff !important; border-bottom: 0 !important; }
.site-header { background: rgba(255,255,255,.92) !important; border-bottom: 1px solid var(--line) !important; backdrop-filter: blur(16px); }
.menu { background: #f6f1ff !important; border: 1px solid var(--line) !important; }
.menu a { color: #4c1d95 !important; }
.menu a:hover { color: #ffffff !important; background: #6d28d9 !important; }
.logo-mark { background: #6d28d9 !important; color: #fff !important; }
.brand-img { filter: none !important; }
.btn, .plan-btn {
  background: #6d28d9 !important;
  color: #ffffff !important;
  border: 1px solid #6d28d9 !important;
  box-shadow: 0 14px 32px rgba(109,40,217,.22) !important;
}
.btn.secondary { background: #ffffff !important; color: #4c1d95 !important; border: 1px solid rgba(76,29,149,.20) !important; box-shadow: none !important; }
.btn.light { background: #ffffff !important; color: #4c1d95 !important; border-color: #ffffff !important; }
.hero {
  background:
    radial-gradient(circle at 86% 16%, rgba(109,40,217,.16), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4edff 58%, #ffffff 100%) !important;
  color: #180a32 !important;
  border-bottom: 1px solid var(--line) !important;
}
.hero:before { display: none !important; }
.hero-grid > div:first-child { background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; backdrop-filter: none !important; }
.hero h1, .hero h2, .hero h3 { color: #180a32 !important; }
.hero .lead { color: #655675 !important; }
.hero .eyebrow { background: #f1eaff !important; color: #4c1d95 !important; border-color: rgba(76,29,149,.16) !important; }
.hero .proof div { background: #ffffff !important; border: 1px solid var(--line) !important; box-shadow: var(--shadow) !important; }
.hero .proof strong { color: #4c1d95 !important; }
.hero .proof span { color: #655675 !important; }
.hero-panel {
  background: linear-gradient(145deg, #ffffff 0%, #f1eaff 45%, #6d28d9 100%) !important;
  border: 1px solid rgba(76,29,149,.18) !important;
  box-shadow: var(--shadow) !important;
}
.hero-panel:before { border-color: rgba(76,29,149,.18) !important; }
.plate { border-color: #6d28d9 !important; box-shadow: inset 0 0 0 18px rgba(109,40,217,.13) !important; }
.bar { background: #6d28d9 !important; box-shadow: none !important; }
.mini-card, .dashboard { background: #ffffff !important; color: #180a32 !important; border: 1px solid rgba(76,29,149,.16) !important; box-shadow: var(--shadow) !important; }
.metric { background: #f1eaff !important; color: #180a32 !important; border: 1px solid rgba(76,29,149,.12) !important; }
.metric span { color: #655675 !important; }
section, .info-band, .dark, .pricing-section, .page-hero {
  background: #ffffff !important;
  color: #180a32 !important;
  border-color: var(--line) !important;
}
section:nth-of-type(even):not(.hero):not(.cta) { background: #fbf9ff !important; }
.page-hero { background: linear-gradient(135deg, #ffffff, #f4edff) !important; }
h1, h2, h3, .page-hero h1, .dark h2, .dark h3, .pricing-section h2, .pricing-section h3, .cta h2, .content h2 { color: #180a32 !important; }
p, li, .lead, .page-hero p, .section-head p, .card p, .content p, .content li, .dark p, .dark li, .pricing-section p, .pricing-section li { color: #655675 !important; }
.meta { color: #6d28d9 !important; }
.card, .dark .card, .info-band .card, .price-card, .warning, .timeline-item, .trust-row span, .feature-row > div {
  background: #ffffff !important;
  color: #180a32 !important;
  border: 1px solid var(--line) !important;
  box-shadow: 0 14px 40px rgba(76,29,149,.10) !important;
  backdrop-filter: none !important;
}
.card p, .dark .card p, .info-band .card p, .timeline-item p, .feature-row > div, .trust-row span { color: #655675 !important; }
.icon, .list li:before, .timeline-item:before, .feature-list li:before { background: #6d28d9 !important; color: #ffffff !important; }
.warning { background: #f6f1ff !important; color: #4c1d95 !important; }
.pricing-section { background: linear-gradient(180deg, #ffffff, #f4edff) !important; }
.billing-toggle { background: #ffffff !important; border: 1px solid var(--line) !important; box-shadow: var(--shadow) !important; }
.billing-btn { color: #4c1d95 !important; background: transparent !important; }
.billing-btn.active { background: #6d28d9 !important; color: #fff !important; box-shadow: none !important; }
.pricing-wrap { background: #ffffff !important; border: 1px solid var(--line) !important; box-shadow: var(--shadow) !important; }
.price-card.featured { background: #f1eaff !important; border-color: rgba(76,29,149,.28) !important; }
.price-card .price, .price-card h3 { color: #180a32 !important; }
.price-card p { color: #655675 !important; }
.feature-list li { background: #f8f5ff !important; color: #180a32 !important; border: 1px solid rgba(76,29,149,.10) !important; }
.feature-list .muted-feature { opacity: .48 !important; }
.pill, .badge { color: #4c1d95 !important; background: #ffffff !important; border: 1px solid rgba(76,29,149,.20) !important; }
.cta { background: #6d28d9 !important; color: #ffffff !important; }
.cta h2, .cta p { color: #ffffff !important; }
footer { background: #4c1d95 !important; color: #ffffff !important; border-top: 0 !important; }
footer p, footer a, footer h3, .copyright { color: rgba(255,255,255,.82) !important; }
.card:hover, .price-card:hover { border-color: rgba(76,29,149,.32) !important; transform: translateY(-2px); }
@media (max-width: 960px) {
  .hero h1 { color: #180a32 !important; }
  .hero .lead { color: #655675 !important; }
}
/* End white violet only final */

/* Real logo header visibility */
.site-header {
  background: #4c1d95 !important;
  border-bottom: 1px solid rgba(255,255,255,.16) !important;
}
.brand-img {
  height: 48px !important;
  width: auto !important;
  max-width: 230px !important;
  object-fit: contain !important;
  display: block !important;
}
.menu {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.18) !important;
}
.menu a {
  color: #ffffff !important;
}
.menu a:hover {
  background: #ffffff !important;
  color: #4c1d95 !important;
}
.site-header .btn {
  background: #ffffff !important;
  color: #4c1d95 !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
@media (max-width: 560px) {
  .brand-img {
    height: 40px !important;
    max-width: 190px !important;
  }
}

/* Contact page */
.contact-hero {
  text-align: center;
}
.contact-section {
  padding-top: 56px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
}
.contact-info-card h2 {
  color: #4c1d95 !important;
}
.contact-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}
.contact-mini-grid > div {
  padding: 18px;
  border-radius: 8px;
  background: #f6f1ff;
  border: 1px solid rgba(76,29,149,.12);
}
.map-card {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 18px 52px rgba(76,29,149,.12);
  background: #ffffff;
}
.map-card iframe {
  width: 100%;
  height: 520px;
  display: block;
  border: 0;
}
.contact-form {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: #4c1d95;
  font-weight: 900;
  font-size: 20px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(76,29,149,.28);
  border-radius: 8px;
  background: #ffffff;
  color: #180a32;
  font: inherit;
  padding: 16px 18px;
  outline: none;
  box-shadow: 0 10px 26px rgba(76,29,149,.06);
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #6d28d9;
  box-shadow: 0 0 0 4px rgba(109,40,217,.12);
}
.contact-form button {
  width: 100%;
  min-height: 54px;
  font-size: 18px;
}
@media (max-width: 760px) {
  .contact-grid,
  .contact-mini-grid {
    grid-template-columns: 1fr;
  }
  .map-card iframe {
    height: 380px;
  }
}


/* Home enrichment service and transformation sections */
.service-detail-section {
  background: #ffffff !important;
}
.service-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.photo-card {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 18px 52px rgba(76,29,149,.10);
}
.photo-card img {
  width: 100%;
  height: 245px;
  display: block;
  object-fit: cover;
}
.photo-card > div {
  padding: 24px;
}
.photo-card h3,
.journey-card h3 {
  color: #180a32 !important;
}
.photo-card p,
.journey-card p {
  color: #655675 !important;
}
.transformation-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 22px;
  align-items: stretch;
}
.transformation-photo {
  min-height: 560px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 18px 52px rgba(76,29,149,.12);
}
.transformation-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.transformation-content {
  display: grid;
  gap: 18px;
}
.transformation-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.transformation-stats div {
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 14px 40px rgba(76,29,149,.08);
}
.transformation-stats strong {
  display: block;
  color: #4c1d95;
  font-size: 22px;
  margin-bottom: 6px;
}
.transformation-stats span {
  color: #655675 !important;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.journey-card {
  padding: 26px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 18px 52px rgba(76,29,149,.09);
}
.journey-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #6d28d9;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 18px;
}
@media (max-width: 960px) {
  .service-photo-grid,
  .transformation-layout,
  .journey-grid {
    grid-template-columns: 1fr;
  }
  .transformation-photo {
    min-height: 380px;
  }
}


/* Client transformation gallery cards */
.client-transformation-gallery {
  background: #fbf9ff !important;
}
.transformation-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.transformation-card {
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 20px 58px rgba(76,29,149,.12);
}
.transformation-card img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.transformation-card-body {
  padding: 24px;
}
.transformation-card-body h3 {
  color: #180a32 !important;
  margin-top: 12px;
}
.transformation-card-body p {
  color: #655675 !important;
}
.featured-transform {
  border-color: rgba(109,40,217,.30);
  transform: translateY(-10px);
}
.transformation-note {
  margin: 18px auto 0;
  max-width: 900px;
  text-align: center;
  color: #655675 !important;
  font-size: 14px;
}
@media (max-width: 960px) {
  .transformation-cards {
    grid-template-columns: 1fr;
  }
  .featured-transform {
    transform: none;
  }
  .transformation-card img {
    height: 430px;
  }
}


/* Before after transformation section */
.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.before-after-card {
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 20px 58px rgba(76,29,149,.12);
}
.before-after-card img {
  width: 100%;
  height: 440px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.before-after-card > div {
  padding: 24px;
}
.before-after-card h3 {
  color: #180a32 !important;
  margin-top: 12px;
}
.before-after-card p {
  color: #655675 !important;
}
@media (max-width: 900px) {
  .before-after-grid {
    grid-template-columns: 1fr;
  }
  .before-after-card img {
    height: 320px;
  }
}

/* Hero gym background flow */
.hero {
  position: relative !important;
  min-height: 760px !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(24,10,50,.92) 0%, rgba(76,29,149,.78) 38%, rgba(255,255,255,.16) 100%),
    radial-gradient(circle at 18% 24%, rgba(255,255,255,.24), transparent 22%),
    url("assets/hero-gym-background.webp") center / cover no-repeat !important;
  isolation: isolate;
}
.hero:before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.10), transparent 34%, rgba(109,40,217,.18)),
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.18), transparent 28%);
  opacity: .9 !important;
  z-index: 0;
}
.hero:after {
  content: "" !important;
  position: absolute;
  left: -16%;
  bottom: -32%;
  width: 74%;
  height: 58%;
  background: rgba(255,255,255,.16);
  filter: blur(70px);
  transform: rotate(-8deg);
  pointer-events: none;
  z-index: 0;
}
.hero .container {
  position: relative !important;
  z-index: 1 !important;
}
.hero-grid > div:first-child {
  max-width: 710px;
  padding: 34px !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 8px !important;
  background: rgba(76,29,149,.36) !important;
  box-shadow: 0 28px 80px rgba(24,10,50,.24) !important;
  backdrop-filter: blur(14px) !important;
}
.hero h1,
.hero h2,
.hero h3 {
  color: #ffffff !important;
}
.hero .lead {
  color: rgba(255,255,255,.88) !important;
}
.hero .eyebrow {
  background: rgba(255,255,255,.16) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.26) !important;
}
.hero .btn.secondary {
  color: #ffffff !important;
  background: rgba(255,255,255,.14) !important;
  border-color: rgba(255,255,255,.28) !important;
}
.hero .proof div {
  background: rgba(255,255,255,.92) !important;
  border-color: rgba(255,255,255,.28) !important;
}
.hero .proof strong {
  color: #4c1d95 !important;
}
.hero .proof span {
  color: #655675 !important;
}
.hero-panel {
  background: rgba(255,255,255,.88) !important;
  border-color: rgba(255,255,255,.36) !important;
  box-shadow: 0 28px 90px rgba(24,10,50,.24) !important;
  backdrop-filter: blur(12px);
}
@media (max-width: 960px) {
  .hero {
    min-height: auto !important;
    background:
      linear-gradient(180deg, rgba(24,10,50,.90), rgba(76,29,149,.74)),
      url("assets/hero-gym-background.webp") center / cover no-repeat !important;
  }
  .hero-grid > div:first-child {
    padding: 24px !important;
  }
}
/* End hero gym background flow */

/* Hero MedFitCoach explainer */
.medfitcoach-explainer {
  min-height: 520px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(76,29,149,.08), rgba(76,29,149,.82)),
    url("assets/hero-gym-background.webp") center right / cover no-repeat !important;
}
.medfitcoach-explainer:before,
.medfitcoach-explainer .plate,
.medfitcoach-explainer .bar {
  display: none !important;
}
.explainer-glow {
  position: absolute;
  inset: auto -20% -25% -20%;
  height: 44%;
  background: rgba(255,255,255,.18);
  filter: blur(54px);
  pointer-events: none;
}
.medfitcoach-explainer .mini-card,
.medfitcoach-explainer .dashboard,
.medfitcoach-explainer .hero-note {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 18px 52px rgba(24,10,50,.18) !important;
}
.medfitcoach-explainer .mini-card {
  padding: 22px !important;
}
.medfitcoach-explainer .mini-card b {
  display: block;
  margin-bottom: 10px;
  color: #4c1d95 !important;
  font-size: 24px;
  line-height: 1.1;
}
.medfitcoach-explainer .mini-card span {
  color: #3c2e4f !important;
  font-size: 15px;
  line-height: 1.6;
}
.medfitcoach-explainer .dashboard {
  padding: 22px !important;
}
.medfitcoach-explainer .dashboard h3 {
  color: #180a32 !important;
  margin-bottom: 16px;
}
.medfitcoach-explainer .metric {
  background: #f4edff !important;
  color: #180a32 !important;
  border: 1px solid rgba(76,29,149,.12) !important;
}
.medfitcoach-explainer .metric span {
  color: #6d28d9 !important;
}
.hero-note {
  padding: 12px 14px;
  color: #655675 !important;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 960px) {
  .medfitcoach-explainer {
    min-height: 470px !important;
    padding: 20px;
  }
}
/* End Hero MedFitCoach explainer */

/* Hero visual-only coaching panel */
.medfitcoach-image-panel {
  min-height: 610px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.16) !important;
  border: 1px solid rgba(255,255,255,.28) !important;
}
.medfitcoach-image-panel:before,
.medfitcoach-image-panel .plate,
.medfitcoach-image-panel .bar {
  display: none !important;
}
.medfitcoach-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 960px) {
  .medfitcoach-image-panel,
  .medfitcoach-image-panel img {
    min-height: 520px !important;
  }
}
@media (max-width: 560px) {
  .medfitcoach-image-panel,
  .medfitcoach-image-panel img {
    min-height: 430px !important;
  }
}
/* End hero visual-only coaching panel */

/* Services page */
.services-page-hero {
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(244,237,255,.92)),
    url("assets/hero-gym-background.webp") center / cover no-repeat !important;
}
.services-page-hero .container {
  max-width: 980px;
}
.services-overview {
  background: #ffffff !important;
}
.service-showcase {
  display: grid;
  gap: 26px;
}
.service-feature-card {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 24px 70px rgba(76,29,149,.12);
}
.service-feature-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
}
.service-feature-card:nth-child(even) img {
  order: 2;
}
.service-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}
.service-feature-card > div {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #f1eaff;
  color: #4c1d95;
  font-weight: 900;
  border: 1px solid rgba(76,29,149,.16);
}
.service-feature-card h3 {
  color: #180a32 !important;
  font-size: clamp(25px, 3vw, 38px);
  margin-bottom: 14px;
}
.service-feature-card p {
  color: #655675 !important;
  font-size: 16px;
  line-height: 1.7;
}
.service-feature-card .list {
  width: 100%;
  margin: 12px 0 22px;
}
.service-feature-card .list li {
  color: #3c2e4f !important;
  background: #fbf9ff;
  border: 1px solid rgba(76,29,149,.10);
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .service-feature-card,
  .service-feature-card:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .service-feature-card:nth-child(even) img {
    order: 0;
  }
  .service-feature-card img {
    min-height: 320px;
    max-height: 420px;
  }
  .service-feature-card > div {
    padding: 24px;
  }
}
/* End services page */

/* Home services image preview */
.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.home-service-card {
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 18px 48px rgba(76,29,149,.10);
}
.home-service-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.home-service-card h3 {
  padding: 20px 20px 8px;
  color: #180a32 !important;
}
.home-service-card p {
  padding: 0 20px 22px;
  color: #655675 !important;
}
.center-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
@media (max-width: 980px) {
  .home-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .home-services-grid {
    grid-template-columns: 1fr;
  }
}
/* End home services image preview */

/* Client feedback carousel */
.feedback-section {
  position: relative;
  overflow: hidden;
}
.feedback-carousel {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 64px 46px;
}
.feedback-track {
  position: relative;
  min-height: 390px;
}
.feedback-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  padding: 30px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 24px 70px rgba(76,29,149,.12);
  opacity: 0;
  transform: translateX(24px) scale(.98);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}
.feedback-card.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}
.quote-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #f1eaff;
  color: #4c1d95;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}
.feedback-card p {
  color: #180a32 !important;
  font-size: clamp(18px, 2.2vw, 27px);
  line-height: 1.34;
  font-weight: 850;
  margin: 0;
  overflow-wrap: anywhere;
}
.feedback-person {
  margin-top: auto;
}
.feedback-person {
  display: flex;
  align-items: center;
  gap: 14px;
}
.feedback-person span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #4c1d95;
  color: #ffffff;
  font-weight: 900;
}
.feedback-person strong {
  display: block;
  color: #180a32;
}
.feedback-person small {
  color: #655675;
  font-weight: 800;
}
.carousel-btn {
  position: absolute;
  top: 44%;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(76,29,149,.18);
  border-radius: 50%;
  background: #ffffff;
  color: #4c1d95;
  box-shadow: 0 14px 36px rgba(76,29,149,.16);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.carousel-btn:hover {
  background: #4c1d95;
  color: #ffffff;
}
.carousel-btn.prev {
  left: 0;
}
.carousel-btn.next {
  right: 0;
}
.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}
.carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(76,29,149,.24);
  cursor: pointer;
}
.carousel-dots button.active {
  width: 28px;
  border-radius: 999px;
  background: #4c1d95;
}
.feedback-note {
  max-width: 820px;
  margin: 18px auto 0;
  text-align: center;
  color: #655675 !important;
  font-size: 14px;
}
@media (max-width: 760px) {
  .feedback-carousel {
    padding: 0 0 42px;
  }
  .feedback-track {
    min-height: 470px;
  }
  .feedback-card {
    padding: 22px;
  }
  .quote-mark {
    width: 46px;
    height: 46px;
    margin-bottom: 4px;
    font-size: 34px;
  }
  .feedback-card p {
    font-size: 20px;
    line-height: 1.38;
  }
  .carousel-btn {
    top: auto;
    bottom: -4px;
  }
  .carousel-btn.prev {
    left: 22px;
  }
  .carousel-btn.next {
    right: 22px;
  }
}
/* End client feedback carousel */

/* Affiliate readiness sections */
.affiliate-hero {
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(244,237,255,.92)),
    url("assets/service-online-coaching.webp") center / cover no-repeat !important;
}
.affiliate-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.affiliate-category-grid article {
  padding: 22px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 18px 48px rgba(76,29,149,.10);
}
.affiliate-category-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #180a32;
  font-size: 18px;
}
.affiliate-category-grid span {
  color: #655675;
  line-height: 1.6;
}
.affiliate-review-guides {
  display: grid;
  gap: 22px;
}
.affiliate-review-guides article {
  padding: 28px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(76,29,149,.16);
  box-shadow: 0 18px 48px rgba(76,29,149,.10);
}
.affiliate-review-guides h2 {
  color: #180a32 !important;
}
.affiliate-review-guides h3 {
  margin-top: 18px;
  color: #180a32 !important;
}
.affiliate-review-guides p,
.affiliate-review-guides li {
  color: #655675 !important;
}
@media (max-width: 900px) {
  .affiliate-category-grid {
    grid-template-columns: 1fr;
  }
}
/* End affiliate readiness sections */

/* Floating action buttons */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: grid;
  gap: 12px;
}
.float-btn {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 18px 44px rgba(76,29,149,.22);
  font-size: 22px;
  font-weight: 950;
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
}
.float-btn:hover {
  transform: translateY(-3px);
}
.float-btn svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}
.whatsapp-float {
  background: #4c1d95;
  color: #ffffff;
}
.scroll-top-btn {
  background: #ffffff;
  color: #4c1d95;
  border-color: rgba(76,29,149,.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}
.scroll-top-btn.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 620px) {
  .floating-actions {
    right: 14px;
    bottom: 14px;
  }
  .float-btn {
    width: 50px;
    height: 50px;
  }
}
/* End floating action buttons */

/* Cookie consent banner */
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(76,29,149,.18);
  box-shadow: 0 24px 70px rgba(76,29,149,.20);
}
.cookie-banner.visible { display: flex; }
.cookie-banner p {
  margin: 0;
  color: #3c2e4f !important;
  font-size: 14px;
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.cookie-actions button,
.cookie-actions a {
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(76,29,149,.18);
  font-weight: 900;
  font-size: 13px;
}
.cookie-actions button {
  background: #4c1d95;
  color: #ffffff;
}
.cookie-actions .reject-cookie {
  background: #ffffff;
  color: #4c1d95;
}
.cookie-actions a {
  background: #f4edff;
  color: #4c1d95;
}
@media (max-width: 760px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    left: 14px;
    right: 14px;
    bottom: 86px;
  }
}
/* End cookie consent banner */

/* Payment and trust readiness */
.professional-trust-section {
  background: #ffffff !important;
}
.trust-standard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.trust-standard-grid article,
.checkout-agreement-box {
  border: 1px solid rgba(76,29,149,.16);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(76,29,149,.10);
}
.trust-standard-grid article {
  padding: 22px;
}
.trust-standard-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #180a32;
  font-size: 18px;
}
.trust-standard-grid span {
  color: #655675;
  line-height: 1.6;
}
.checkout-agreement-box {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 22px;
  margin-top: 22px;
  padding: 24px;
}
.checkout-agreement-box h3 {
  color: #180a32 !important;
  margin-bottom: 10px;
}
.checkout-agreement-box p,
.checkout-agreement-box li {
  color: #655675 !important;
}
.checkout-agreement-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout-agreement-box li {
  position: relative;
  padding: 10px 12px 10px 38px;
  margin-bottom: 8px;
  border-radius: 8px;
  background: #f4edff;
  font-weight: 800;
}
.checkout-agreement-box li:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 13px;
  width: 15px;
  height: 15px;
  border: 2px solid #4c1d95;
  border-radius: 4px;
  background: #ffffff;
}
.checkout-agreement-box a {
  color: #4c1d95;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
@media (max-width: 980px) {
  .trust-standard-grid,
  .checkout-agreement-box {
    grid-template-columns: 1fr;
  }
}
/* End payment and trust readiness */

/* Packages page and home preview */
.packages-hero {
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(244,237,255,.90)),
    url("assets/hero-gym-background.webp") center / cover no-repeat !important;
}
.packages-preview-section {
  background: #fbf9ff !important;
}
.packages-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.packages-preview-grid .card {
  min-height: 190px;
}
@media (max-width: 900px) {
  .packages-preview-grid {
    grid-template-columns: 1fr;
  }
}
/* End packages page and home preview */
