/* Bcara — shared stylesheet (v2 — "modern & tech but still human")
   Palette per Bcara Brand Guidelines v1: teal/coral/cream, no gradients,
   no glassmorphism, no dark/navy backgrounds. Modernized through scale,
   type weight, whitespace, and motion instead. */

:root {
  --teal: #0E9C93;
  --teal-dark: #0B7A73;
  --coral: #FF7A59;
  --cream: #FDF6EC;
  --charcoal: #2B2622;
  --mint: #D8F3EF;
  --peach: #FFE4D6;
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --shadow: 0 16px 40px rgba(43, 38, 34, 0.10);
  --shadow-lift: 0 22px 50px rgba(43, 38, 34, 0.16);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .display {
  font-family: "Poppins", "Baloo 2", sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
  color: var(--charcoal);
}

h1 { font-size: clamp(2.8rem, 7vw, 6.2rem); letter-spacing: -0.035em; line-height: 1.02; }
.hero h1 { font-size: clamp(3rem, 7.5vw, 6.5rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.75rem); }
h3 { font-size: 1.3rem; letter-spacing: -0.01em; }

p { margin: 0 0 1em; }

a { color: var(--teal-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; display: block; }

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

section { padding: 96px 0; position: relative; overflow: clip; }

/* Full-bleed section color rhythm */
.section-mint { background: var(--mint); }
.section-peach { background: var(--peach); }
.section-white { background: #fff; }
.section-teal { background: var(--teal); color: #fff; }
.section-teal h2, .section-teal .eyebrow-onteal { color: #fff; }
.section-teal .eyebrow-onteal {
  background: rgba(255,255,255,0.18);
  color: #fff;
}
.section-teal .section-head p { color: rgba(255,255,255,0.85); opacity: 1; }

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-1 { transition-delay: 0.05s; }
.reveal-2 { transition-delay: 0.15s; }
.reveal-3 { transition-delay: 0.25s; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.01em;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-coral {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 122, 89, 0.38);
}
.btn-coral:hover { background: #ff6742; box-shadow: 0 14px 30px rgba(255, 122, 89, 0.46); }

.btn-outline {
  background: transparent;
  color: var(--teal-dark);
  border: 2px solid var(--teal);
}
.btn-outline:hover { background: var(--mint); }

.btn-dark {
  background: var(--charcoal);
  color: #fff;
  box-shadow: 0 10px 24px rgba(43, 38, 34, 0.25);
}
.btn-dark:hover { background: #1c1815; }

.btn-ghost { background: var(--mint); color: var(--teal-dark); }
.btn-block { width: 100%; }
.btn-lg { padding: 18px 36px; font-size: 1.08rem; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  border-bottom: none;
  padding-top: 18px;
  transition: padding 0.3s ease;
}
.site-header .wrap.nav {
  background: rgba(253, 246, 236, 0.9);
  backdrop-filter: blur(14px) saturate(1.3);
  border: 1px solid rgba(43, 38, 34, 0.06);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(43, 38, 34, 0.05);
  transition: box-shadow 0.3s ease, padding 0.3s ease;
}
.site-header.scrolled { padding-top: 10px; }
.site-header.scrolled .wrap.nav {
  box-shadow: 0 12px 32px rgba(43, 38, 34, 0.12);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 10px 22px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 32px; width: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 6px;
  background: rgba(43, 38, 34, 0.035);
  border-radius: 999px;
}
.nav-links a {
  color: var(--charcoal);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 9px 18px;
  border-radius: 999px;
  display: block;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-links a:hover { background: #fff; color: var(--teal-dark); text-decoration: none; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--charcoal);
  margin: 5px 0;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 860px) {
  .nav-links {
    position: absolute;
    top: 68px;
    left: 24px;
    right: 24px;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lift);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 16px; }
  .nav-toggle { display: block; }
  .nav-cta .btn-outline { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  padding: 20px 0 40px;
  overflow: visible;
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-wordmark {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: clamp(7rem, 22vw, 15rem);
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(43, 38, 34, 0.06);
  letter-spacing: -0.04em;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  position: relative;
}
.hero-shapes {
  position: absolute;
  inset: -80px -40px auto auto;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.hero-shapes .shape {
  position: absolute;
  border-radius: 50%;
}
.shape-mint { width: 260px; height: 260px; background: var(--mint); top: -60px; right: 8%; }
.shape-peach { width: 160px; height: 160px; background: var(--peach); top: 220px; right: 34%; }
.shape-outline {
  width: 90px; height: 90px; border: 3px solid var(--teal); background: none;
  top: 40px; right: 26%; opacity: 0.5;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--mint);
  color: var(--teal-dark);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; position: relative; z-index: 1; }
.hero-sub { font-size: 1.2rem; max-width: 46ch; color: var(--charcoal); opacity: 0.75; position: relative; z-index: 1; }
.hero h1 { position: relative; z-index: 1; }

.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.hero-proof .avatars { display: flex; }
.hero-proof .avatars span {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--teal); color: #fff; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 0.8rem;
  display: flex; align-items: center; justify-content: center;
  border: 3px solid var(--cream);
  margin-left: -10px;
}
.hero-proof .avatars span:first-child { margin-left: 0; }
.hero-proof .avatars span:nth-child(2) { background: var(--coral); }
.hero-proof .avatars span:nth-child(3) { background: var(--teal-dark); }
.hero-proof small { font-weight: 600; opacity: 0.75; }

.phone-mock {
  background: var(--teal);
  border-radius: 44px;
  padding: 18px;
  box-shadow: var(--shadow-lift);
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(-0.4deg); }
  50% { transform: translateY(-14px) rotate(0.4deg); }
}
.phone-mock .screen {
  background: #fff;
  border-radius: 30px;
  padding: 20px 16px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.chat-header img { height: 32px; width: 32px; border-radius: 24%; object-fit: contain; }
.chat-header strong { font-size: 0.95rem; }
.chat-header span { font-size: 0.75rem; color: #6b7280; display: block; }
.bubble {
  background: var(--mint);
  border-radius: 18px 18px 18px 4px;
  padding: 13px 15px;
  font-size: 0.88rem;
  max-width: 88%;
  align-self: flex-start;
  color: var(--charcoal);
}
.bubble.outgoing {
  background: var(--teal);
  color: #fff;
  align-self: flex-end;
  border-radius: 18px 18px 4px 18px;
}
.chat-time { font-size: 0.7rem; color: #9ca3af; margin-top: 4px; }
.send-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f3f4f6;
  border-radius: 999px;
  padding: 8px 10px;
}
.send-row input {
  border: none;
  background: none;
  flex: 1;
  font-size: 0.85rem;
  outline: none;
  font-family: inherit;
}
.send-btn {
  background: var(--coral);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: transform 0.15s ease;
}
.send-btn:hover { transform: scale(1.08); }

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .phone-mock { max-width: 300px; }
  .hero-shapes { display: none; }
}

/* ---------- Marquee ---------- */
.marquee-section { padding: 40px 0; }
.marquee-label {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--teal-dark);
  opacity: 0.7;
  margin-bottom: 24px;
}
.marquee {
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.marquee-track {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
  animation: scroll-marquee 28s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.marquee-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(43,38,34,0.08);
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(43,38,34,0.05);
}

/* ---------- Cards / Sections ---------- */
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head .eyebrow { display: inline-flex; }
.section-head p { opacity: 0.75; font-size: 1.08rem; }

.card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow);
}

.stat-callout {
  background: var(--peach);
  border-radius: var(--radius-lg);
  padding: 44px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
}
.stat-callout .big {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  color: var(--teal-dark);
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.stat-callout small { display: block; margin-top: 10px; font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 700px) { .stat-callout { grid-template-columns: 1fr; text-align: center; padding: 32px; } }

/* ---------- Stepper (How it Works) ---------- */
.stepper { margin-top: 24px; }
.stepper-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
.stepper-track::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--teal) 0, var(--teal) 8px, transparent 8px, transparent 16px);
  opacity: 0.4;
  z-index: 0;
}
.step {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  text-align: left;
}
.step-num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 2.5px solid var(--teal);
  color: var(--teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.15rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.step:hover .step-num { background: var(--teal); color: #fff; transform: scale(1.08); }
.step h3 { margin-bottom: 8px; }
.step p { opacity: 0.75; }
@media (max-width: 860px) {
  .stepper-track { grid-template-columns: 1fr; gap: 36px; }
  .stepper-track::before { display: none; }
  .step { padding: 0; }
}

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 16px;
}
.compare .col { border-radius: var(--radius-md); padding: 32px; transition: transform 0.25s var(--ease); }
.compare .col:hover { transform: translateY(-4px); }
.compare .yes { background: var(--mint); }
.compare .no { background: var(--peach); }
.compare h3 { display: flex; align-items: center; gap: 8px; }
.compare ul { margin: 0; padding-left: 20px; }
.compare li { margin-bottom: 12px; }
@media (max-width: 700px) { .compare { grid-template-columns: 1fr; } }

/* ---------- Testimonial carousel ---------- */
.carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 4px 28px;
  margin: 0 -4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.carousel::-webkit-scrollbar { height: 6px; }
.carousel::-webkit-scrollbar-thumb { background: var(--mint); border-radius: 999px; }
.quote-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 32px;
  box-shadow: var(--shadow);
  border-left: 5px solid var(--coral);
  font-size: 1.05rem;
  flex: 0 0 min(420px, 88vw);
  scroll-snap-align: start;
}
.quote-card footer {
  margin-top: 14px;
  font-size: 0.85rem;
  color: var(--teal-dark);
  font-weight: 700;
}
.quote-card.placeholder {
  border-left-color: var(--mint);
  color: var(--charcoal);
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
}
.note-flag {
  display: inline-block;
  margin-top: 18px;
  font-size: 0.8rem;
  background: var(--peach);
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--charcoal);
  opacity: 0.85;
}

.pricing-box {
  background: var(--teal);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pricing-box::after {
  content: "";
  position: absolute;
  width: 260px; height: 260px;
  background: var(--teal-dark);
  border-radius: 50%;
  bottom: -140px; left: -60px;
  opacity: 0.5;
}
.pricing-box h2 { color: #fff; position: relative; }
.pricing-box p { color: rgba(255,255,255,0.9); max-width: 60ch; margin-left: auto; margin-right: auto; position: relative; }
.pricing-box .btn { position: relative; }

.faq-item {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 22px 26px;
  margin-bottom: 14px;
  box-shadow: var(--shadow);
  transition: box-shadow 0.2s ease;
}
.faq-item:hover { box-shadow: var(--shadow-lift); }
.faq-item summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.02rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--teal);
  margin-left: 12px;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { content: "+"; transform: rotate(45deg); }
.faq-item p { margin-top: 14px; margin-bottom: 0; opacity: 0.75; }

/* ---------- Final CTA banner ---------- */
.final-cta {
  background: var(--charcoal);
  border-radius: var(--radius-lg);
  padding: 72px 40px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  width: 320px; height: 320px;
  background: var(--coral);
  border-radius: 50%;
  top: -180px; right: -100px;
  opacity: 0.25;
}
.final-cta::after {
  content: "";
  position: absolute;
  width: 220px; height: 220px;
  background: var(--teal);
  border-radius: 50%;
  bottom: -140px; left: -60px;
  opacity: 0.35;
}
.final-cta h2 { color: #fff; max-width: 18ch; margin-left: auto; margin-right: auto; position: relative; }
.final-cta .btn-row { position: relative; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.final-cta p.sub { color: rgba(255,255,255,0.7); position: relative; font-size: 1.05rem; }

/* ---------- Signup form ---------- */
.signup-panel {
  background: var(--teal-dark);
  border-radius: var(--radius-lg);
  padding: 52px;
  color: #fff;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  position: relative;
  overflow: hidden;
}
.signup-panel::before {
  content: "";
  position: absolute;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: var(--teal);
  top: -120px; left: -80px;
  opacity: 0.4;
}
.signup-panel h2, .signup-panel .eyebrow-white { color: #fff; }
.eyebrow-white {
  display: inline-flex;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
  position: relative;
}
.signup-panel > div:first-child { position: relative; }
.signup-panel p { color: rgba(255,255,255,0.85); }
.signup-form {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 30px;
  position: relative;
  box-shadow: var(--shadow-lift);
}
.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-weight: 700;
  font-size: 0.86rem;
  margin-bottom: 6px;
  color: var(--charcoal);
}
.field input, .field select {
  width: 100%;
  padding: 13px 15px;
  border-radius: var(--radius-sm);
  border: 1.5px solid #e5ddd0;
  font-family: inherit;
  font-size: 0.95rem;
  background: #fdfcfa;
  color: var(--charcoal);
  transition: border-color 0.2s ease;
}
.field input:focus, .field select:focus {
  outline: none;
  border-color: var(--teal);
}
.form-fine { font-size: 0.78rem; opacity: 0.6; margin-top: 12px; }
.form-success {
  display: none;
  background: var(--mint);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  font-weight: 600;
  color: var(--teal-dark);
  margin-bottom: 16px;
}
.form-success.show { display: block; }

@media (max-width: 860px) {
  .signup-panel { grid-template-columns: 1fr; padding: 30px; }
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--teal-dark);
  color: rgba(255,255,255,0.85);
  padding: 64px 0 30px;
  margin-top: 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
}
.site-footer h4 { color: #fff; font-size: 0.92rem; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.04em; }
.site-footer a { color: rgba(255,255,255,0.8); }
.site-footer a:hover { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-logo img { height: 30px; }
.footer-bottom {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Legal / blog pages ---------- */
.legal-hero { background: var(--mint); padding: 64px 0; }
.legal-body { padding: 64px 0; max-width: 800px; margin: 0 auto; }
.legal-body h2 { margin-top: 1.6em; }
.legal-body ul { padding-left: 20px; }
.legal-updated { font-size: 0.85rem; opacity: 0.6; margin-bottom: 2em; }
.disclaimer-box {
  background: var(--peach);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  font-size: 0.9rem;
  margin-bottom: 2em;
}

.blog-hero { padding: 64px 0 36px; text-align: center; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); text-decoration: none; }
.blog-card .tag {
  display: inline-block;
  background: var(--mint);
  color: var(--teal-dark);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
  width: fit-content;
}
.blog-card .date { font-size: 0.8rem; opacity: 0.55; margin-top: auto; padding-top: 16px; }
@media (max-width: 860px) { .blog-grid { grid-template-columns: 1fr; } }

.post-hero { padding: 52px 0 24px; max-width: 760px; margin: 0 auto; }
.post-body { padding: 0 0 64px; max-width: 760px; margin: 0 auto; font-size: 1.08rem; }
.post-body h2 { margin-top: 1.5em; }
.post-body blockquote {
  border-left: 4px solid var(--coral);
  margin: 1.5em 0;
  padding: 4px 22px;
  background: var(--peach);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
}
.back-link { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 22px; font-weight: 700; }
