/* ============================================================ *
 *  Transformica PRO MAX — page-specific styles (loaded AFTER   *
 *  styles.css). Reuses all existing tokens & component classes.*
 * ============================================================ */

/* ============ Pro Max — slightly enlarged header ============ */
.nav { padding: 17px 0; }
.nav .brand-name { font-size: 24px; }
.nav .brand-mark { width: 42px !important; height: 42px !important; }
.nav-links { gap: 34px; }

/* Nav links: hover = slight enlarge + underline */
.nav-link {
  font-size: 17px;
  display: inline-block;
  transition: color .2s ease, transform .2s ease;
}
.nav-link:hover {
  color: var(--text);
  transform: scale(1.1);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

/* Nav CTA button scaled up too */
.nav-links .btn {
  font-size: 17px;
  padding: 16px 26px;
}
.nav-links .btn svg { width: 16px; height: 16px; }

/* Pro Max tag sized to match the header */
.nav .pm-tag {
  font-size: 13px;
  padding: 5px 10px;
  margin-left: 11px;
}

/* ---- Pro Max wordmark tag in nav / hero ---- */
.pm-tag {
  display: inline-flex; align-items: center;
  font-family: 'Manrope', sans-serif; font-weight: 800;
  font-size: 11px; letter-spacing: 0.16em;
  padding: 4px 9px; border-radius: 7px;
  margin-left: 9px;
  background: linear-gradient(135deg, var(--brand-bright), var(--brand-deep));
  color: #fff; text-transform: uppercase;
  box-shadow: 0 4px 14px -4px rgba(42,107,255,0.7);
}
.hero-title .pm-max {
  background: linear-gradient(180deg, #6FA3FF 0%, #2A6BFF 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ============ What's Included — connected flow ============ */
.pm-included { position: relative; background: linear-gradient(180deg, #060B22 0%, var(--bg-deep) 100%); }
.pm-flow {
  max-width: 940px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
}
.pm-flow::before {
  content: ''; position: absolute;
  left: 47px; top: 40px; bottom: 40px; width: 2px;
  background: linear-gradient(180deg, transparent, rgba(148,178,255,0.22) 12%, rgba(148,178,255,0.22) 88%, transparent);
  z-index: 0;
}
@media (max-width: 720px){ .pm-flow::before { display: none; } }

.pm-feat {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 64px 1fr auto; gap: 22px; align-items: center;
  background: linear-gradient(150deg, rgba(17,30,71,0.85) 0%, rgba(10,18,48,0.92) 100%);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 20px 26px;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.pm-feat:nth-child(even) { margin-left: 56px; }
@media (max-width: 720px){
  .pm-feat, .pm-feat:nth-child(even) { margin-left: 0; grid-template-columns: 56px 1fr; }
  .pm-feat .pm-tagchip { display: none; }
}
.pm-feat:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: 0 28px 60px -28px rgba(0,8,30,0.7); }
.pm-feat::before {
  content: ''; position: absolute; top: 0; left: 26px; right: 26px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-bright), transparent);
  opacity: 0; transition: opacity .3s;
}
.pm-feat:hover::before { opacity: .8; }

.pm-ic {
  width: 64px; height: 64px; border-radius: 18px;
  display: grid; place-items: center; position: relative;
  background: linear-gradient(150deg, #18336F, #0C1A40);
  border: 1px solid rgba(111,163,255,0.25);
  color: var(--brand-bright);
  flex-shrink: 0;
}
.pm-ic::after {
  content: ''; position: absolute; inset: -5px; border-radius: 22px;
  background: radial-gradient(circle, rgba(42,107,255,0.4), transparent 70%);
  z-index: -1; filter: blur(8px); opacity: .6;
}
.pm-feat .pm-body h3 {
  font-family: 'Manrope'; font-weight: 800; font-size: clamp(18px, 2vw, 23px);
  letter-spacing: -0.02em; margin: 0; line-height: 1.15;
}
.pm-feat .pm-body p { color: var(--text-2); font-size: 15px; margin: 5px 0 0; }
.pm-tagchip {
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-3);
  border: 1px solid var(--border); border-radius: 999px; padding: 6px 12px;
  white-space: nowrap;
}

/* WhatsApp highlight row (mint/green) */
.pm-feat.hl {
  background: linear-gradient(150deg, rgba(20,73,55,0.55) 0%, rgba(8,30,24,0.9) 100%);
  border-color: rgba(37, 211, 102, 0.4);
  box-shadow: 0 24px 60px -30px rgba(37,211,102,0.45);
}
.pm-feat.hl .pm-ic {
  background: linear-gradient(150deg, #1FAE5A, #0E7A3C);
  border-color: rgba(37,211,102,0.55); color: #fff;
}
.pm-feat.hl .pm-ic::after { background: radial-gradient(circle, rgba(37,211,102,0.55), transparent 70%); }
.pm-feat.hl .pm-tagchip {
  color: #25D366; border-color: rgba(37,211,102,0.45);
  background: rgba(37,211,102,0.08);
}

/* ============ WhatsApp 24x7 banner ============ */
.pm-wa {
  position: relative;
  padding: 0 0 120px;
  background: var(--bg-deep);
}
.pm-wa-card {
  position: relative; overflow: hidden;
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;
  background: linear-gradient(135deg, rgba(20,73,55,0.6) 0%, rgba(8,18,42,0.95) 60%);
  border: 1px solid rgba(37,211,102,0.32);
  border-radius: 28px;
  padding: 40px 44px;
  box-shadow: 0 50px 100px -40px rgba(0,0,0,0.6);
}
@media (max-width: 720px){ .pm-wa-card { grid-template-columns: 1fr; padding: 32px 26px; text-align: center; } }
.pm-wa-card::after {
  content: ''; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(37,211,102,0.28), transparent 70%);
  pointer-events: none;
}
.pm-wa-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; color: #25D366; margin-bottom: 14px;
}
.pm-wa-eyebrow .live {
  width: 7px; height: 7px; border-radius: 50%; background: #25D366;
  box-shadow: 0 0 10px #25D366; animation: pmPulse 2s ease-in-out infinite;
}
@keyframes pmPulse { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:.4;transform:scale(.7);} }
.pm-wa-card h2 { font-family:'Manrope'; font-weight:800; font-size: clamp(26px,3vw,38px); letter-spacing:-0.02em; margin:0 0 12px; line-height:1.05; }
.pm-wa-card p { color: var(--text-2); font-size: 16px; margin: 0; max-width: 560px; }
@media (max-width: 720px){ .pm-wa-card p { margin: 0 auto; } }
.pm-wa-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: linear-gradient(135deg, #25D366, #128C4B);
  color: #fff; font-weight: 800; font-family: 'Manrope';
  font-size: 17px; padding: 18px 28px; border-radius: 999px;
  box-shadow: 0 16px 40px -12px rgba(37,211,102,0.7), inset 0 1px 0 rgba(255,255,255,0.25);
  white-space: nowrap; transition: transform .15s, box-shadow .25s;
}
.pm-wa-btn:hover { transform: translateY(-2px); box-shadow: 0 22px 50px -12px rgba(37,211,102,0.85), inset 0 1px 0 rgba(255,255,255,0.25); }

/* ============ Coach Shivaansh ============ */
.pm-coach { position: relative; background: linear-gradient(180deg, var(--bg-deep) 0%, #060B22 100%); }
.pm-coach-wrap {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center;
}
@media (max-width: 1024px){ .pm-coach-wrap { grid-template-columns: 1fr; gap: 40px; } }

.pm-coach-card {
  position: relative;
  background: linear-gradient(160deg, rgba(17,30,71,0.95), rgba(8,16,42,0.98));
  border: 1px solid var(--border-strong);
  border-radius: 28px; padding: 40px 36px;
  box-shadow: 0 60px 120px -40px rgba(0,0,30,0.6);
  overflow: hidden;
}
.pm-coach-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-bright) 30%, var(--mint) 70%, transparent);
}
.pm-coach-photo {
  width: 96px; height: 96px; border-radius: 24px;
  background: linear-gradient(150deg, #2A6BFF, #1747C9);
  display: grid; place-items: center;
  font-family: 'Manrope'; font-weight: 800; font-size: 40px; color: #fff;
  letter-spacing: -0.02em;
  box-shadow: 0 20px 40px -12px rgba(42,107,255,0.6);
  margin-bottom: 20px;
}
.pm-coach-name { font-family:'Manrope'; font-weight:800; font-size: 28px; letter-spacing:-0.02em; }
.pm-coach-role { color: var(--mint); font-size: 14.5px; font-weight: 600; margin-top: 4px; }
.pm-creds { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 12px; }
.pm-creds li { display: flex; align-items: center; gap: 13px; font-size: 15px; color: var(--text); }
.pm-creds li .ck {
  width: 26px; height: 26px; border-radius: 8px; flex-shrink: 0;
  background: linear-gradient(135deg, #1EE6A8, #0BB082);
  display: grid; place-items: center;
}
.pm-creds li .ck svg { color: #002416; }
.pm-creds li b { font-weight: 700; }
.pm-creds li span { color: var(--text-3); font-size: 13.5px; }

.pm-coach-quote {
  margin-top: 26px; padding-top: 22px;
  border-top: 1px solid var(--border);
  font-size: 14.5px; color: var(--text-2); font-style: italic; line-height: 1.6;
}

/* ============ Price breakdown band (inside plan card) ============ */
.pm-price-band {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; margin: 22px 0 4px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px; overflow: hidden;
  position: relative; z-index: 2;
}
.pm-price-band .cell {
  background: linear-gradient(160deg, rgba(17,30,71,0.6), rgba(8,16,42,0.6));
  padding: 16px 14px; text-align: center;
}
.pm-price-band .cell .v {
  font-family: 'Manrope'; font-weight: 800; font-size: 22px; letter-spacing: -0.02em;
  color: #fff;
}
.pm-price-band .cell.hero-cell .v { color: var(--mint); }
.pm-price-band .cell .l {
  font-size: 11px; color: var(--text-3); text-transform: uppercase;
  letter-spacing: 0.06em; margin-top: 3px;
}
.pm-perday {
  display: inline-flex; align-items: baseline; gap: 8px;
  margin: 8px 0 0; position: relative; z-index: 2;
  color: var(--text-2); font-size: 14.5px;
}
.pm-perday b { color: var(--mint); font-family: 'Manrope'; font-weight: 800; font-size: 17px; }

.feature-list li .ck.wa {
  background: linear-gradient(135deg, #25D366, #128C4B);
}
.feature-list li .tag-wa {
  display: inline-block; margin-left: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 0.08em;
  color: #25D366; border: 1px solid rgba(37,211,102,0.4); border-radius: 999px;
  padding: 2px 8px; vertical-align: middle; text-transform: uppercase;
}

/* ============ Floating WhatsApp widget ============ */
.wa-widget {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  display: flex; flex-direction: column; align-items: flex-end; gap: 14px;
}
@media (max-width: 720px){ .wa-widget { right: 16px; bottom: 16px; } }

.wa-fab {
  position: relative;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C4B);
  color: #fff; display: grid; place-items: center;
  box-shadow: 0 14px 34px -8px rgba(37,211,102,0.7), inset 0 1px 0 rgba(255,255,255,0.25);
  transition: transform .2s ease, box-shadow .25s;
}
.wa-fab:hover { transform: scale(1.07); box-shadow: 0 20px 44px -8px rgba(37,211,102,0.85), inset 0 1px 0 rgba(255,255,255,0.25); }
.wa-fab.is-open { background: linear-gradient(135deg, #1FAE5A, #0E7A3C); }
.wa-fab-ping {
  position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid #25D366; pointer-events: none;
  animation: waPing 2.2s ease-out infinite;
}
@keyframes waPing {
  0% { transform: scale(1); opacity: .7; }
  100% { transform: scale(1.6); opacity: 0; }
}

.wa-pop {
  width: 330px; max-width: calc(100vw - 32px);
  background: #0B141A;
  border: 1px solid rgba(37,211,102,0.28);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 40px 90px -24px rgba(0,0,0,0.7);
  transform-origin: bottom right;
  animation: waPop .25s cubic-bezier(.2,.9,.3,1.2);
}
@keyframes waPop { from { opacity: 0; transform: translateY(14px) scale(.92); } to { opacity: 1; transform: translateY(0) scale(1); } }

.wa-pop-head {
  display: flex; align-items: center; gap: 12px;
  background: linear-gradient(135deg, #1FAE5A, #0E7A3C);
  padding: 16px 16px;
}
.wa-pop-ava {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: rgba(255,255,255,0.18); border: 1.5px solid rgba(255,255,255,0.5);
  display: grid; place-items: center;
  font-family: 'Manrope'; font-weight: 800; font-size: 16px; color: #fff;
}
.wa-pop-id { flex: 1; min-width: 0; }
.wa-pop-id .nm { font-family: 'Manrope'; font-weight: 700; font-size: 15px; color: #fff; }
.wa-pop-id .st { font-size: 11.5px; color: rgba(255,255,255,0.85); display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.wa-pop-id .st .d { width: 7px; height: 7px; border-radius: 50%; background: #B9F6CA; box-shadow: 0 0 8px #B9F6CA; }
.wa-pop-x {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  background: rgba(255,255,255,0.15); color: #fff; font-size: 20px; line-height: 1;
  display: grid; place-items: center; padding-bottom: 2px;
}
.wa-pop-x:hover { background: rgba(255,255,255,0.28); }

.wa-pop-body {
  padding: 18px 16px 8px;
  background:
    radial-gradient(circle at 20% 20%, rgba(37,211,102,0.06), transparent 40%),
    #0B141A;
  display: flex; flex-direction: column; gap: 10px;
}
.wa-bubble {
  position: relative;
  align-self: flex-start; max-width: 90%;
  background: #1F2C33; color: #E9EDEF;
  font-size: 13.5px; line-height: 1.5;
  padding: 10px 13px 18px; border-radius: 4px 12px 12px 12px;
}
.wa-bubble b { color: #fff; }
.wa-bubble .t {
  position: absolute; right: 10px; bottom: 5px;
  font-size: 9.5px; color: #7E8AAE;
}

.wa-pop-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin: 10px 14px 16px;
  background: linear-gradient(135deg, #25D366, #128C4B);
  color: #fff; font-family: 'Manrope'; font-weight: 800; font-size: 15px;
  padding: 14px; border-radius: 14px;
  box-shadow: 0 12px 28px -10px rgba(37,211,102,0.7);
  transition: transform .15s, box-shadow .25s;
}
.wa-pop-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(37,211,102,0.85); }
.wa-pop[hidden] { display: none; }
.wa-icon[hidden] { display: none; }

/* ============ Nav CTA — responsive label ============ */
/* Desktop/tablet shows the full label; mobile collapses to "Start". */
.nav-cta .cta-short { display: none; }
@media (max-width: 768px) {
  .nav-cta .cta-full { display: none; }
  .nav-cta .cta-short { display: inline; }
  .nav-links .btn.nav-cta { font-size: 15px; padding: 12px 18px; }
}
@media (max-width: 380px) {
  /* very small phones: keep brand + button on one line */
  .nav .brand-name { font-size: 20px; }
  .nav .pm-tag { font-size: 11px; padding: 4px 8px; margin-left: 8px; }
}
