/*
Theme Name: Vet 24-7 India
Theme URI: https://www.pet24-7.com
Author: Pet 24-7 Global Ltd
Description: Custom theme for Vet 24-7 India — clinic partnership site. — real vets 24/7 and a lifelong pet health record you own. Night-to-day narrative design.
Version: 1.0.2
License: Proprietary
Text Domain: vet247in
*/

/* ============ Tokens ============ */
:root {
  --midnight: #0d272e;
  --midnight-2: #123540;
  --teal: #256974;
  --teal-deep: #1a4c56;
  --teal-tint: #e4eeef;
  --paper: #faf7f2;
  --sand: #ece3d4;
  --glow: #f5b95f;
  --glow-soft: #ffd99a;
  --ink: #182a2e;
  --ink-soft: #47595d;
  --white: #ffffff;
  --radius: 18px;
  --radius-lg: 28px;
  --display: "Bricolage Grotesque", Georgia, serif;
  --body: "Albert Sans", -apple-system, "Segoe UI", sans-serif;
  --shadow: 0 12px 40px rgba(13, 39, 46, 0.14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 1.0625rem;
}

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 800px; }

h1, h2, h3 { font-family: var(--display); line-height: 1.12; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 5.4vw, 3.9rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 700; margin-bottom: 0.6em; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin-bottom: 1em; }
a { color: var(--teal); }

.eyebrow {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--teal); margin-bottom: 0.9em;
}
.eyebrow-light { color: var(--glow); }

/* ============ Buttons ============ */
.btn {
  display: inline-block; font-weight: 700; text-decoration: none;
  padding: 0.85em 1.7em; border-radius: 999px; font-size: 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  border: 2px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--glow); outline-offset: 2px; }
.btn-solid { background: var(--teal); color: var(--white); }
.btn-solid:hover { background: var(--teal-deep); }
.btn-glow { background: var(--glow); color: var(--midnight); box-shadow: 0 6px 24px rgba(245, 185, 95, 0.35); }
.btn-glow:hover { background: var(--glow-soft); }
.btn-ghost { border-color: rgba(255,255,255,0.4); color: var(--white); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
.btn-outline { border-color: var(--teal); color: var(--teal); }
.btn-outline:hover { background: var(--teal-tint); }
.btn-small { padding: 0.55em 1.3em; font-size: 0.92rem; }
.btn-big { font-size: 1.15rem; padding: 1em 2.2em; }

/* ============ Header ============ */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 242, 0.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(24, 42, 46, 0.08);
}
.head-row { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-icon { width: 44px; height: 44px; }
.brand-word { font-family: var(--display); font-weight: 700; font-size: 1.3rem; letter-spacing: 0.24em; color: var(--teal); }
.brand-badge {
  font-family: var(--body); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em;
  background: var(--sand); color: var(--teal); padding: 0.45em 0.8em; border-radius: 8px; vertical-align: middle;
}
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 0.98rem; }
.site-nav a:hover { color: var(--teal); }
.site-nav .nav-quiet { color: var(--ink-soft); }
.site-nav .btn { color: var(--white); }
.nav-toggle { display: none; background: none; border: 2px solid var(--teal); color: var(--teal); font-weight: 700; padding: 0.4em 1em; border-radius: 999px; font-size: 0.95rem; cursor: pointer; }

/* ============ Night hero ============ */
.night-hero {
  background:
    radial-gradient(ellipse 90% 70% at 75% 15%, rgba(245, 185, 95, 0.12), transparent 55%),
    linear-gradient(180deg, var(--midnight) 0%, var(--midnight-2) 78%, var(--teal-deep) 100%);
  color: var(--white);
  padding: 84px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.clock-chip {
  display: inline-block; font-family: var(--display); font-weight: 700; font-size: 1.05rem;
  letter-spacing: 0.28em; color: var(--glow);
  border: 1px solid rgba(245, 185, 95, 0.45); border-radius: 999px;
  padding: 0.35em 1.1em 0.35em 1.3em; margin-bottom: 1.2em;
  box-shadow: 0 0 32px rgba(245, 185, 95, 0.22), inset 0 0 14px rgba(245, 185, 95, 0.08);
}
.night-hero h1 { color: var(--white); margin-bottom: 0.6em; }
.panic-bubbles { display: flex; flex-direction: column; gap: 9px; margin: 0 0 1.6em; max-width: 430px; }
.bubble {
  background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px 14px 14px 4px; padding: 0.55em 1em; font-size: 0.95rem; color: rgba(255,255,255,0.82);
  width: fit-content;
}
.bubble strong { color: #ff9d8a; font-weight: 700; }
.b2 { margin-left: 22px; } .b3 { margin-left: 44px; }
.hero-answer { font-family: var(--display); font-size: clamp(1.3rem, 2.6vw, 1.75rem); font-weight: 700; color: var(--glow); margin-bottom: 0.5em; }
.hero-sub { color: rgba(255, 255, 255, 0.82); max-width: 520px; margin-bottom: 1.6em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 2em; }
.trust-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; }
.trust-chips li { font-size: 0.85rem; color: rgba(255,255,255,0.65); position: relative; padding-left: 16px; }
.trust-chips li::before { content: "✓"; position: absolute; left: 0; color: var(--glow); }

/* Phone mock */
.phone-mock {
  background: linear-gradient(160deg, #16323a, #0f2930);
  border: 1px solid rgba(255,255,255,0.14); border-radius: 34px;
  padding: 18px; max-width: 340px; margin-left: auto;
  box-shadow: 0 30px 70px rgba(0,0,0,0.45), 0 0 60px rgba(245,185,95,0.09);
}
.phone-screen { display: flex; flex-direction: column; gap: 12px; }
.chat-line { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #8fd6c4; display: flex; align-items: center; gap: 8px; }
.dot-live { width: 9px; height: 9px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 10px #4ade80; animation: pulse 2s infinite; }
@keyframes pulse { 50% { opacity: 0.45; } }
.chat-msg { padding: 0.7em 1em; border-radius: 16px; font-size: 0.92rem; line-height: 1.45; }
.chat-msg.owner { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.9); border-radius: 16px 16px 4px 16px; align-self: flex-end; max-width: 88%; }
.chat-msg.vet { background: var(--teal); color: var(--white); border-radius: 16px 16px 16px 4px; max-width: 92%; }
.chat-typing { display: flex; gap: 5px; padding: 0.6em 1em; }
.chat-typing span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.5); animation: blink 1.3s infinite; }
.chat-typing span:nth-child(2) { animation-delay: 0.2s; }
.chat-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes blink { 50% { opacity: 0.2; } }

/* ============ Daybreak / journey ============ */
.daybreak { padding: 88px 0; background: linear-gradient(180deg, #f2ece2 0%, var(--paper) 30%); }
.journey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 12px; }
.journey { border-radius: var(--radius-lg); padding: 34px 34px 28px; }
.journey.old { background: var(--sand); color: var(--ink-soft); }
.journey.new { background: var(--teal); color: var(--white); box-shadow: var(--shadow); }
.journey h3 { margin-bottom: 0.9em; }
.journey.new h3 { color: var(--glow-soft); }
.journey ol { padding-left: 1.25em; display: grid; gap: 0.5em; }
.journey-note { margin-top: 26px; font-size: 0.95rem; color: var(--ink-soft); max-width: 620px; }

/* ============ Record band ============ */
.record-band { background: var(--teal-deep); color: var(--white); padding: 96px 0; }
.record-band h2 { color: var(--white); }
.record-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.record-copy p { color: rgba(255,255,255,0.85); }
.record-copy strong { color: var(--glow-soft); }
.record-copy .btn { margin-top: 0.5em; background: var(--white); color: var(--teal-deep); }
.record-copy .btn:hover { background: var(--sand); }
.record-card {
  background: var(--white); color: var(--ink); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow); max-width: 330px;
}
.rc-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.rc-avatar { font-size: 1.7rem; background: var(--teal-tint); border-radius: 12px; padding: 6px 9px; }
.rc-head span { display: block; font-size: 0.85rem; color: var(--ink-soft); }
.rc-row { font-size: 0.92rem; padding: 0.5em 0; border-top: 1px solid #edf0ef; }
.record-travels { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; max-width: 360px; }
.record-travels span {
  font-size: 0.82rem; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px; padding: 0.35em 0.9em; color: rgba(255,255,255,0.85);
}
.record-travels span:first-child { background: var(--glow); color: var(--midnight); border-color: var(--glow); font-weight: 600; }

/* ============ Features ============ */
.features { padding: 92px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 12px; }
.feature {
  background: var(--white); border: 1px solid rgba(24,42,46,0.07);
  border-radius: var(--radius); padding: 28px 26px;
}
.feature h3 { color: var(--teal-deep); margin-bottom: 0.5em; }
.feature p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }

/* ============ Founder video ============ */
.founder { padding: 40px 0 92px; }
.founder-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 52px; align-items: center; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--midnight); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ============ Pricing ============ */
.pricing { padding: 88px 0; background: linear-gradient(180deg, var(--paper), #f0e9dd); }
.price-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 26px; align-items: stretch; max-width: 900px; }
.price-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 36px 32px;
  border: 1px solid rgba(24,42,46,0.08); display: flex; flex-direction: column;
}
.price-hero { background: var(--midnight); color: var(--white); box-shadow: var(--shadow); position: relative; }
.price-flag {
  position: absolute; top: -14px; left: 28px; background: var(--glow); color: var(--midnight);
  font-size: 0.78rem; font-weight: 700; padding: 0.4em 1em; border-radius: 999px; letter-spacing: 0.04em;
}
.price-line { font-family: var(--display); margin: 0.2em 0 0.1em; }
.price-big { font-size: 3rem; font-weight: 800; }
.price-per { font-size: 1.1rem; color: inherit; opacity: 0.7; }
.price-tag { font-size: 0.92rem; opacity: 0.75; margin-bottom: 1.2em; }
.price-card ul { list-style: none; display: grid; gap: 0.6em; margin: 0 0 1.6em; padding: 0; flex-grow: 1; }
.price-card li { padding-left: 24px; position: relative; font-size: 0.98rem; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.price-hero li::before { color: var(--glow); }
.price-note { margin-top: 26px; font-size: 0.95rem; color: var(--ink-soft); }

/* Pricing page FAQ */
.price-faq { margin-top: 70px; max-width: 760px; }
.price-faq h2 { margin-bottom: 0.8em; }
.price-faq details { background: var(--white); border-radius: var(--radius); border: 1px solid rgba(24,42,46,0.08); margin-bottom: 12px; padding: 0; }
.price-faq summary { cursor: pointer; font-weight: 700; padding: 18px 22px; list-style-position: inside; }
.price-faq details p { padding: 0 22px 18px; margin: 0; color: var(--ink-soft); }

/* ============ Traction ============ */
.traction { padding: 56px 0; background: var(--teal-tint); }
.traction-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat strong { display: block; font-family: var(--display); font-size: 1.8rem; font-weight: 800; color: var(--teal-deep); }
.stat span { font-size: 0.9rem; color: var(--ink-soft); }

/* ============ Night close ============ */
.night-close {
  background:
    radial-gradient(ellipse 70% 90% at 50% 110%, rgba(245,185,95,0.16), transparent 60%),
    var(--midnight);
  color: var(--white); padding: 100px 0; text-align: center;
}
.night-close h2 { color: var(--white); }
.night-close-inner p { color: rgba(255,255,255,0.8); max-width: 520px; margin: 0 auto 1.8em; }
.close-small { margin-top: 2.2em; font-size: 0.95rem; }
.close-small a { color: var(--glow); }

/* ============ Inner pages ============ */
.page-hero { padding: 80px 0 56px; background: linear-gradient(180deg, #f2ece2, var(--paper)); }
.page-lede { font-size: 1.15rem; color: var(--ink-soft); max-width: 640px; margin-top: 0.8em; }
.page-small { font-size: 0.95rem; color: var(--ink-soft); margin-top: 1.4em; }
.page-hero .hero-ctas { margin-top: 1.6em; }

.welcome-video { padding: 24px 0 90px; }
.video-frame-lg { border-radius: var(--radius-lg); }
.welcome-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 30px; }
.welcome-share { text-align: center; margin-top: 22px; color: var(--ink-soft); font-size: 0.98rem; }

.about-body, .generic-body { padding: 30px 0 90px; }
.about-body h2 { margin-top: 1.8em; }
.about-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 2.4em; }

/* Real-photo figures — capped display sizes */
.founder-photo, .about-photo { margin: 26px auto 0; }
.about-photo { margin: 30px auto 6px; max-width: 330px; }
.about-photo-lead { margin-top: 6px; }
.founder-photo { max-width: 300px; }
.founder-photo img, .about-photo img {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.founder-photo figcaption, .about-photo figcaption, .ivy-figure figcaption, .meet-vet-photo figcaption {
  font-size: 0.82rem; color: var(--ink-soft); margin-top: 8px; text-align: center;
}
.photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; max-width: 480px; margin: 0 auto; }
.photo-pair .about-photo { max-width: 100%; margin: 30px 0 6px; }
.photo-pair .about-photo img { aspect-ratio: 4 / 3; object-fit: cover; }

/* Daybreak intro with Ivy */
.daybreak-intro { display: grid; grid-template-columns: 1.5fr 0.5fr; gap: 44px; align-items: center; margin-bottom: 34px; }
.daybreak-lede { color: var(--ink-soft); max-width: 480px; }
.ivy-figure { margin: 0; justify-self: end; }
.ivy-figure img {
  width: 100%; max-width: 195px;
  border-radius: var(--radius-lg); box-shadow: var(--shadow); display: block;
  transform: rotate(2deg);
}
.ivy-figure figcaption { text-align: center; max-width: 195px; }

/* Meet the vet band */
.meet-vet { background: var(--teal-tint); padding: 74px 0; }
.meet-vet-grid { display: grid; grid-template-columns: 0.32fr 0.68fr; gap: 50px; align-items: center; }
.meet-vet-photo { margin: 0; max-width: 180px; justify-self: center; }
.meet-vet-photo img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); display: block; }
.meet-vet-copy h2 { color: var(--teal-deep); }
.meet-vet-copy .btn { margin-top: 0.4em; }

/* App screenshots */
.app-shot { border-radius: 24px; box-shadow: var(--shadow); display: block; width: 100%; height: auto; }
.record-visual .app-shot { max-width: 180px; }
.app-peek { padding: 10px 0 50px; }
.peek-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 14px; align-items: start; max-width: 580px; }
.peek-grid figure { margin: 0; max-width: 165px; }
.peek-grid figcaption { font-size: 0.85rem; color: var(--ink-soft); margin-top: 9px; text-align: center; }

.app-steps { padding: 30px 0 90px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 14px; }
.step { background: var(--white); border-radius: var(--radius); border: 1px solid rgba(24,42,46,0.07); padding: 26px; }
.step strong { display: block; font-family: var(--display); font-size: 1.1rem; margin-bottom: 0.4em; color: var(--teal-deep); }
.step p { margin: 0; color: var(--ink-soft); font-size: 0.97rem; }
.store-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 1.8em; }
.store-btn {
  display: flex; flex-direction: column; text-decoration: none;
  background: var(--midnight); color: var(--white); border-radius: 14px;
  padding: 10px 26px; line-height: 1.25; transition: transform 0.15s ease;
}
.store-btn:hover { transform: translateY(-2px); }
.store-small { font-size: 0.72rem; opacity: 0.75; }
.store-big { font-family: var(--display); font-weight: 700; font-size: 1.25rem; }

/* ============ Footer ============ */
.site-foot { background: var(--midnight); color: rgba(255,255,255,0.82); padding: 64px 0 28px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.foot-icon { width: 52px; margin-bottom: 12px; background: var(--paper); border-radius: 50%; padding: 5px; }
.foot-brand p { font-size: 0.98rem; }
.foot-small { font-size: 0.85rem; color: rgba(255,255,255,0.55); }
.iso-badge { max-width: 190px; margin-top: 14px; }
.foot-col h4 { font-family: var(--display); font-size: 0.95rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--glow-soft); margin-bottom: 0.9em; }
.foot-col a { display: block; color: rgba(255,255,255,0.82); text-decoration: none; margin-bottom: 0.6em; font-size: 0.97rem; }
.foot-col a:hover { color: var(--white); }
.foot-legal { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 44px; padding-top: 22px; }
.foot-legal p { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin: 0; }

/* ============ Responsive ============ */
@media (max-width: 940px) {
  .hero-grid, .record-grid, .founder-grid { grid-template-columns: 1fr; gap: 40px; }
  .phone-mock { margin: 0 auto; }
  .feature-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
  .meet-vet-grid { grid-template-columns: 1fr; gap: 30px; }
  .meet-vet-photo { max-width: 250px; }
  .daybreak-intro { grid-template-columns: 1fr; gap: 24px; }
  .peek-grid { grid-template-columns: 1fr; max-width: 340px; margin-left: auto; margin-right: auto; }
  .photo-pair { grid-template-columns: 1fr; }
  .traction-row { grid-template-columns: 1fr 1fr; gap: 30px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .founder-grid .founder-video { order: -1; }
}
@media (max-width: 680px) {
  .journey-grid, .price-grid, .feature-grid, .steps-grid { grid-template-columns: 1fr; }

  /* Mobile composition pass: centre floating figures, tighten rhythm */
  .daybreak { padding: 60px 0; }
  .daybreak-intro { margin-bottom: 24px; }
  .ivy-figure { justify-self: center; }
  .ivy-figure img { max-width: 165px; transform: rotate(1.5deg); }
  .record-band { padding: 64px 0; }
  .record-grid { gap: 30px; }
  .record-visual { display: flex; flex-direction: column; align-items: center; }
  .record-visual .app-shot { max-width: 165px; }
  .record-travels { justify-content: center; }
  .features { padding: 60px 0; }
  .meet-vet { padding: 56px 0; }
  .meet-vet-photo { max-width: 180px; }
  .founder { padding: 30px 0 60px; }
  .pricing { padding: 60px 0; }
  .night-close { padding: 70px 0; }
  .traction { padding: 44px 0; }
  .about-photo { max-width: 290px; }
  .peek-grid figure { margin: 0 auto; }
  .nav-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); flex-direction: column; align-items: flex-start;
    padding: 20px 24px 26px; gap: 18px; border-bottom: 1px solid rgba(24,42,46,0.1);
    box-shadow: 0 18px 30px rgba(13,39,46,0.12);
  }
  .site-nav.open { display: flex; }
  .night-hero { padding: 56px 0 64px; }
  .ivy-figure { justify-self: center; margin: 0 auto; }
  .ivy-figure img { transform: none; max-width: 170px; }
  .ivy-figure figcaption { margin-left: auto; margin-right: auto; }
  .record-visual { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .record-visual .app-shot { margin: 0 auto; max-width: 170px; }
  .record-travels { justify-content: center; }
  .daybreak-intro { gap: 18px; margin-bottom: 24px; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .b2, .b3 { margin-left: 0; }
}

/* ===== Vet 24-7 India: earnings calculator ===== */
.calc { background: var(--paper); padding: 90px 0; }
.calc-lede { max-width: 620px; color: var(--ink-soft); margin-bottom: 34px; }
.calc-card {
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: 36px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 44px; align-items: center;
}
.calc-controls label { display: block; margin-bottom: 28px; }
.calc-controls label:last-child { margin-bottom: 0; }
.calc-label { display: block; font-weight: 600; color: var(--teal-deep); margin-bottom: 4px; }
.calc-value {
  display: inline-block; font-family: var(--font-display, inherit); font-weight: 800;
  font-size: 1.5rem; color: var(--midnight); margin-bottom: 8px;
}
.calc-controls input[type="range"] {
  width: 100%; accent-color: var(--teal); height: 32px; cursor: pointer;
}
.calc-results { display: grid; gap: 22px; }
.calc-result {
  background: var(--teal-deep); border-radius: var(--radius); padding: 22px 26px;
  display: flex; flex-direction: column;
}
.calc-big {
  font-family: var(--font-display, inherit); font-weight: 800; font-size: 2rem;
  color: var(--glow); line-height: 1.1;
}
.calc-sub { color: rgba(255,255,255,0.85); font-size: 0.92rem; margin-top: 4px; }
.calc-note { max-width: 640px; color: var(--ink-soft); font-size: 0.9rem; margin-top: 22px; }
@media (max-width: 940px) {
  .calc-card { grid-template-columns: 1fr; gap: 28px; padding: 26px; }
}


/* WhatsApp demo button */
.btn-whatsapp {
  background: #25D366; color: #073b1e; border: none;
  display: inline-flex; align-items: center; gap: 9px;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.35);
}
.btn-whatsapp:hover { background: #1fbd5a; color: #052e17; transform: translateY(-1px); }
.wa-glyph { flex: 0 0 auto; }
.night-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 8px; }
@media (max-width: 680px) {
  .night-ctas { flex-direction: column; align-items: center; }
}
