/* ═══════════════════════════════════════════════════════════
   DCC – Telehealth Page  |  v2 Design System Edition
   ═══════════════════════════════════════════════════════════ */

/* ─── HERO V2 ─────────────────────────────────────────────── */
.tele-hero-v2 {
  background: linear-gradient(135deg, #0a1f12 0%, #0d2a1a 50%, #0a1f2a 100%);
  position: relative; overflow: hidden; padding: 5rem 0 0;
}

.tele-hero-v2__blob { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.tele-hero-v2__blob--1 { width: 480px; height: 480px; background: rgba(7,162,62,.22); top: -140px; right: -80px; animation: teleBlobFloat 9s ease-in-out infinite; }
.tele-hero-v2__blob--2 { width: 360px; height: 360px; background: rgba(59,130,246,.14); bottom: -100px; left: -60px; animation: teleBlobFloat 11s ease-in-out infinite reverse; }
@keyframes teleBlobFloat { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-26px) scale(1.05); } }

.tele-hero-v2__inner {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center;
  padding-top: 1rem; padding-bottom: 3.5rem; position: relative; z-index: 1;
}

.tele-hero-v2__tag {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(7,162,62,.16); color: #4ade80;
  font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: .35rem .9rem; border-radius: 50px; border: 1px solid rgba(7,162,62,.3);
  margin-bottom: 1.2rem;
}
.tele-hero-v2__dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 3px rgba(74,222,128,.25); animation: telePulse 2s ease-in-out infinite; }
@keyframes telePulse { 0%,100%{ box-shadow: 0 0 0 3px rgba(74,222,128,.25); } 50%{ box-shadow: 0 0 0 6px rgba(74,222,128,.1); } }

.tele-hero-v2__title { font-family: 'Manrope', sans-serif; font-size: clamp(2.3rem, 4.3vw, 3.6rem); font-weight: 700; color: #fff; line-height: 1.15; letter-spacing: -.02em; margin-bottom: 1rem; }
.tele-hero-v2__title em { color: #4ade80; font-style: italic; }
.tele-hero-v2__sub { color: rgba(255,255,255,.68); font-size: 1.02rem; line-height: 1.75; max-width: 460px; margin-bottom: 1.6rem; }

.tele-hero-v2__highlights { display: flex; gap: .8rem; margin-bottom: 1.8rem; flex-wrap: wrap; }
.th-highlight {
  display: flex; align-items: center; gap: .4rem; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.85);
  padding: .45rem .95rem; border-radius: 9999px; font-size: .78rem; font-weight: 700;
}
.th-icon { font-size: 1rem; }

.tele-hero-v2__ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.tele-hero-v2__btn-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.8rem; border-radius: 50px;
  background: linear-gradient(135deg,#07a23e,#0dc956);
  color: #fff; font-weight: 700; font-size: .95rem; text-decoration: none;
  box-shadow: 0 6px 24px rgba(7,162,62,.4); transition: .25s;
}
.tele-hero-v2__btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(7,162,62,.5); }
.tele-hero-v2__btn-ghost {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.8rem; border-radius: 50px;
  border: 1.5px solid rgba(255,255,255,.25); color: #fff;
  font-weight: 700; font-size: .95rem; text-decoration: none; transition: .25s; background: transparent;
}
.tele-hero-v2__btn-ghost:hover { border-color: #4ade80; color: #4ade80; }

/* Right — video call mockup */
.tele-hero-v2__right { display: flex; justify-content: center; }
.tele-hero-v2__mockup { position: relative; perspective: 600px; }
.mockup-screen {
  width: 300px; background: #0d1f14; border-radius: 24px;
  border: 3px solid rgba(74,222,128,.3); overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.45); transition: .3s;
  transform: rotateY(-5deg); animation: mockupFloat 4s ease-in-out infinite;
}
@keyframes mockupFloat { 0%,100% { transform: rotateY(-5deg) translateY(0); } 50% { transform: rotateY(-5deg) translateY(-10px); } }
.mockup-screen:hover { transform: rotateY(0deg) scale(1.02); }

.mockup-header { display: flex; align-items: center; gap: .7rem; padding: 1rem 1.2rem; background: rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.08); }
.mockup-avatar { font-size: 2rem; }
.mockup-name { font-size: .78rem; font-weight: 700; color: #fff; }
.mockup-status { font-size: .65rem; color: #4ade80; font-weight: 700; }
.mockup-video { font-size: 6rem; text-align: center; padding: 2.5rem 0; background: linear-gradient(180deg, rgba(7,162,62,.1) 0%, rgba(7,162,62,.02) 100%); }
.mockup-controls { display: flex; justify-content: center; gap: 1.2rem; padding: 1rem; background: rgba(0,0,0,.3); }
.mc-btn { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; cursor: pointer; transition: .25s; }
.mc-btn--mute { background: rgba(255,255,255,.15); }
.mc-btn--end { background: #ef4444; }
.mc-btn--cam { background: rgba(255,255,255,.15); }
.mc-btn:hover { transform: scale(1.1); }

.tele-chip {
  position: absolute; display: flex; align-items: center; gap: .4rem;
  background: #fff; color: #111; padding: .5rem 1rem; border-radius: 50px;
  font-size: .74rem; font-weight: 700; box-shadow: 0 10px 26px rgba(0,0,0,.25);
}
.tele-chip i { color: #07a23e; }
.tele-chip--secure { top: 10%; right: -6%; }
.tele-chip--wait { bottom: 12%; left: -8%; }

/* Trust strip (shared .trust-bar/.trust-track/.trust-item/.trust-sep from index.css) */
.tele-hero-v2 .trust-bar { position: relative; z-index: 1; }

/* ─── HOW IT WORKS ───────────────────────────────────────── */
.tele-how__steps { display: flex; align-items: flex-start; justify-content: center; gap: 1rem; margin-top: 3rem; flex-wrap: wrap; }
.tele-step {
  text-align: center; flex: 1; min-width: 200px; max-width: 280px;
  padding: 2.2rem 1.6rem; background: var(--bg3); border-radius: 20px;
  border: 1px solid var(--bdr); transition: .3s; position: relative;
}
.tele-step:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.08); border-color: #07a23e; background: var(--bg); }
.tele-step__num {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg,#07a23e,#0dc956); color: #fff;
  font-size: .74rem; font-weight: 800; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(7,162,62,.35);
}
.tele-step__icon { font-size: 2.5rem; margin-bottom: .8rem; }
.tele-step h4 { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--txt); margin-bottom: .5rem; }
.tele-step p { font-size: .85rem; color: var(--txt2); line-height: 1.6; }
.tele-step__arrow { font-size: 1.1rem; color: #07a23e; align-self: center; margin-top: 2.6rem; }

/* ─── FEATURES GRID ──────────────────────────────────────── */
.tele-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.5rem; }
.tele-feat-card {
  background: var(--bg); border-radius: 18px; padding: 1.8rem 1.4rem;
  border: 1px solid var(--bdr); transition: .3s; text-align: center;
}
.tele-feat-card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(0,0,0,.08); border-color: #07a23e; }
.tfc-icon {
  width: 56px; height: 56px; margin: 0 auto .9rem; border-radius: 16px;
  display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
  background: rgba(7,162,62,.1);
}
.tele-feat-card h4 { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 1rem; color: var(--txt); margin-bottom: .4rem; }
.tele-feat-card p { font-size: .84rem; color: var(--txt2); line-height: 1.6; }

/* ─── CONDITIONS ─────────────────────────────────────────── */
.tele-conditions__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.conditions-list { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 1.6rem; }
.cond-row {
  display: flex; align-items: center; gap: .6rem; font-size: .87rem; font-weight: 600; color: var(--txt);
  background: var(--bg3); border: 1px solid var(--bdr); border-radius: 12px; padding: .7rem .9rem;
}
.cond-icon {
  width: 20px; height: 20px; border-radius: 50%; background: #07a23e; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: .6rem; flex-shrink: 0;
}

.tele-conditions__box {
  background: linear-gradient(145deg, #0a1f12, #0d2a1a); border-radius: 24px;
  min-height: 300px; display: flex; flex-direction: column; align-items: center;
  justify-content: center; position: relative; box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.tcb-emoji { font-size: 8rem; filter: drop-shadow(0 8px 24px rgba(7,162,62,.3)); }
.tcb-badge {
  position: absolute; top: 1.2rem; right: 1.2rem; background: #07a23e;
  color: #fff; padding: .35rem .9rem; border-radius: 20px; font-size: .72rem;
  font-weight: 800; display: flex; align-items: center; gap: .4rem;
}
.tcb-dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: telePulse 1.5s infinite; }

/* ─── FAQ ACCORDION ──────────────────────────────────────── */
.tele-faq-list { max-width: 760px; margin: 2.5rem auto 0; display: flex; flex-direction: column; gap: .8rem; }
.tele-faq-item { background: var(--bg3); border: 1px solid var(--bdr); border-radius: 16px; overflow: hidden; }
.tele-faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.1rem 1.4rem; font-family: 'Manrope', sans-serif; font-size: .92rem; font-weight: 700;
  color: var(--txt); background: none; border: none; cursor: pointer; text-align: left; transition: .2s;
}
.tele-faq-q:hover { color: #07a23e; }
.tele-faq-q i { color: #07a23e; transition: transform .3s ease; flex-shrink: 0; }
.tele-faq-item.open .tele-faq-q i { transform: rotate(180deg); }
.tele-faq-a {
  max-height: 0; overflow: hidden; padding: 0 1.4rem; color: var(--txt2);
  font-size: .87rem; line-height: 1.7; transition: max-height .35s ease, padding .35s ease;
}
.tele-faq-item.open .tele-faq-a { max-height: 300px; padding: 0 1.4rem 1.2rem; }

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .tele-hero-v2__inner { grid-template-columns: 1fr; gap: 2.5rem; padding-bottom: 3rem; text-align: center; }
  .tele-hero-v2__tag, .tele-hero-v2__sub { margin-left: auto; margin-right: auto; }
  .tele-hero-v2__highlights, .tele-hero-v2__ctas { justify-content: center; }
  .tele-hero-v2__right { display: none; }
  .tele-conditions__grid { grid-template-columns: 1fr; }
  .tele-conditions__visual { display: none; }
  .tele-feat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .tele-hero-v2 { padding: 4rem 0 0; }
  .tele-how__steps { flex-direction: column; align-items: center; }
  .tele-step__arrow { transform: rotate(90deg); margin: 0; }
  .tele-step { max-width: 100%; }
  .tele-feat-grid { grid-template-columns: 1fr; }
  .conditions-list { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .tele-hero-v2__ctas { flex-direction: column; align-items: stretch; }
  .tele-hero-v2__btn-primary, .tele-hero-v2__btn-ghost { width: 100%; justify-content: center; }
}
