/* ── HERO ─────────────────────────────────────────────────── */
.hero {
  background: var(--navy); color: #fff;
  padding: clamp(20px, 3vw, 40px) 0 0;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 85% 20%, rgba(237,122,58,0.18), transparent 50%),
    radial-gradient(circle at 10% 110%, rgba(42,154,214,0.12), transparent 55%);
}
.hero-inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center; position: relative; padding-bottom: 36px;
}
.hero-copy h1 {
  font-size: clamp(38px, 6.2vw, 68px);
  letter-spacing: -0.04em; margin-top: 18px;
}
.hero-copy h1 .accent { color: var(--orange); display: inline-block; }
.hero-lead {
  font-size: clamp(15px, 1.6vw, 17px);
  color: rgba(255,255,255,0.78); margin-top: 20px; max-width: 46ch;
}
.hero-ctas { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
@media (min-width: 641px) {
  .hero-ctas { flex-wrap: nowrap; }
  .hero-ctas .btn {
    flex: 1; min-width: 0;
    padding: 13px 12px; font-size: 13px; gap: 6px;
    white-space: normal; line-height: 1.2; text-align: center;
  }
  .hero-ctas .btn .arrow { display: none; }
  .hero-ctas .btn svg { width: 14px; height: 14px; flex-shrink: 0; }
}
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 36px; }
.avatars { display: flex; }
.avatars .a {
  width: 34px; height: 34px; border-radius: 99px;
  border: 2.5px solid var(--navy); margin-left: -10px;
  background-position: center; background-size: cover;
}
.avatars .a:first-child { margin-left: 0; }
.avatars .a:nth-child(1) { background: linear-gradient(135deg, #d68a5a, #8a4a26); }
.avatars .a:nth-child(2) { background: linear-gradient(135deg, #8da6c4, #36507c); }
.avatars .a:nth-child(3) { background: linear-gradient(135deg, #b7d4b5, #527a52); }
.avatars .a:nth-child(4) { background: linear-gradient(135deg, #e8c891, #a8842f); }
.hero-proof-text { font-size: 13px; line-height: 1.4; color: rgba(255,255,255,0.7); font-weight: 500; }
.hero-proof-text strong { color: #fff; font-weight: 700; }

.hero-visual {
  position: relative; aspect-ratio: 4/5; max-width: 480px;
  margin-inline: auto; width: 100%;
}
.hero-visual .photo {
  position: absolute; inset: 0; border-radius: var(--radius-lg);
  background-image:
    linear-gradient(180deg, rgba(10,30,61,0) 40%, rgba(10,30,61,0.55) 100%),
    url('assets/hero.webp');
  background-size: cover; background-position: center;
  overflow: hidden; box-shadow: var(--shadow-lg);
}
.hero-card {
  position: absolute; background: #fff; color: var(--ink);
  border-radius: var(--radius); padding: 14px 18px;
  box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px;
}
.hero-card.card-1 { bottom: 24px; left: -20px; }
.hero-card.card-2 {
  top: 32px; right: -16px;
  flex-direction: column; align-items: flex-start; gap: 4px;
}
.hero-card .icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--orange-soft); color: var(--orange);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hero-card .title { font-family: var(--display); font-weight: 700; font-size: 14px; }
.hero-card .sub { font-size: 11px; color: var(--ink-soft); }
.hero-card.card-2 .big {
  font-family: var(--display); font-weight: 800;
  font-size: 28px; color: var(--orange); letter-spacing: -0.04em; line-height: 1;
}

/* Trust bar */
.trust {
  background: #fff; border-radius: 20px 20px 0 0; margin-top: 24px;
  padding: 18px 0; overflow: hidden; position: relative; color: var(--ink);
  mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.trust-track {
  display: flex; align-items: center; gap: 0;
  width: max-content;
  animation: marquee 35s linear infinite;
}
.trust:hover .trust-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.trust-item { display: flex; align-items: center; gap: 12px; flex-shrink: 0; padding: 0 28px; border-right: 1px solid var(--ink-light); }
.trust-item:last-child { border-right: none; }
.trust-item .icon {
  width: 38px; height: 38px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.trust-item .icon.orange { background: var(--orange-soft); color: var(--orange); }
.trust-item .icon.blue   { background: var(--blue-soft);   color: var(--blue); }
.trust-item .icon.green  { background: var(--green-soft);  color: var(--green); }
.trust-item .label { font-family: var(--display); font-weight: 600; font-size: 13px; line-height: 1.2; }

/* ── PLANS ────────────────────────────────────────────────── */
.plans { background: var(--paper); }
.plans-head { text-align: center; margin-bottom: 48px; }
.plans-head .section-lead { margin-inline: auto; }
.plans-wrapper { position: relative; }
.plans-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 20px 4px 32px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.plans-grid::-webkit-scrollbar { display: none; }
.plan {
  position: relative; background: #fff;
  border: 1.4px solid var(--ink-light); border-radius: var(--radius-lg);
  padding: 32px; display: flex; flex-direction: column; gap: 16px;
  transition: transform 200ms ease, box-shadow 200ms ease;
  flex: 0 0 clamp(240px, 26vw, 288px);
  scroll-snap-align: start;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan.featured {
  background: var(--navy); color: #fff; border: none;
  box-shadow: var(--shadow-lg);
}
.plan.featured:hover { transform: translateY(-4px); }
.plans-nav {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; margin-top: 4px;
}
.plans-nav-btn {
  width: 42px; height: 42px; border-radius: 99px;
  background: #fff; border: 1.4px solid var(--ink-light);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--ink); font-size: 18px;
  transition: all 150ms ease;
}
.plans-nav-btn:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.plans-nav-btn:disabled { opacity: 0.3; cursor: not-allowed; pointer-events: none; }
.plans-dots { display: flex; gap: 6px; align-items: center; }
.plans-dot { width: 6px; height: 6px; border-radius: 99px; background: var(--ink-light); transition: all 200ms; cursor: pointer; }
.plans-dot.active { background: var(--orange); width: 20px; }
.plan-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--orange); color: #fff;
  padding: 5px 14px; border-radius: 99px;
  font-family: var(--display); font-weight: 700;
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(237,122,58,0.4);
}
.plan h3   { font-size: 22px; letter-spacing: -0.025em; }
.plan .desc { font-size: 13px; color: var(--ink-soft); }
.plan.featured .desc { color: rgba(255,255,255,0.7); }
.plan .price { display: flex; align-items: baseline; gap: 4px; }
.plan .price .currency { font-family: var(--display); font-size: 18px; font-weight: 600; color: var(--ink-soft); }
.plan.featured .price .currency { color: rgba(255,255,255,0.7); }
.plan .price .amount { font-family: var(--display); font-weight: 800; font-size: 56px; letter-spacing: -0.05em; line-height: 0.9; }
.plan.featured .price .amount { color: var(--orange); }
.plan .price .per { font-family: var(--body); font-size: 14px; color: var(--ink-soft); }
.plan.featured .price .per { color: rgba(255,255,255,0.7); }
.plan .divider {
  height: 1px;
  background-image: repeating-linear-gradient(90deg, var(--ink-light) 0 4px, transparent 4px 8px);
  margin: 4px 0;
}
.plan.featured .divider {
  background-image: repeating-linear-gradient(90deg, var(--navy-line) 0 4px, transparent 4px 8px);
}
.plan ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.plan li { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; }
.plan li .check {
  width: 20px; height: 20px; border-radius: 99px;
  background: var(--orange-soft); color: var(--orange);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; flex-shrink: 0;
}
.plan.featured li .check { background: var(--orange); color: #fff; }
.plan.colored { border-top: 4px solid var(--pc); }
.plan.colored h3 { color: var(--pc); }
.plan.colored li .check { background: var(--pc-soft); color: var(--pc); }
.plan.colored .price .amount { color: var(--pc); }
.plans-note { text-align: center; margin-top: 32px; font-size: 13px; color: var(--ink-soft); }

/* ── HOW IT WORKS ─────────────────────────────────────────── */
.how { background: var(--cream); }
.how-head { text-align: center; margin-bottom: 56px; }
.how-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative;
}
.how-line {
  position: absolute; left: 12.5%; right: 12.5%; top: 40px; height: 4px; z-index: 0;
}
.how-line svg { width: 100%; height: 100%; }
.step {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 14px; padding: 0 8px;
}
.step .num {
  width: 80px; height: 80px; border-radius: 99px;
  background: #fff; border: 2px solid var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 800; font-size: 26px;
  letter-spacing: -0.04em; color: var(--navy); box-shadow: var(--shadow-sm);
}
.step h4 { font-size: 18px; letter-spacing: -0.02em; }
.step p   { font-size: 13px; color: var(--ink-soft); max-width: 20ch; }

/* ── APP SHOWCASE ─────────────────────────────────────────── */
.app-show { background: var(--navy); color: #fff; overflow: hidden; }
.app-show-inner { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: center; }
.app-copy .section-lead { color: rgba(255,255,255,0.7); }
.app-features {
  list-style: none; padding: 0; margin: 28px 0 32px;
  display: flex; flex-direction: column; gap: 14px;
}
.app-features li {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--display); font-weight: 600; font-size: 15px;
}
.app-features .dot {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--orange-soft); color: var(--orange);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
/* Card flip */
.card-flip { perspective: 900px; width: 100%; cursor: pointer; }
.card-inner {
  position: relative; width: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.card-flip:hover .card-inner { transform: rotateY(180deg); }
.card-face {
  width: 100%; border-radius: 10px; display: block;
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
.card-back-face {
  position: absolute; top: 0; left: 0; width: 100%;
  transform: rotateY(180deg);
}
.phones { display: flex; gap: 18px; justify-content: center; align-items: center; }
.phone {
  width: 200px; aspect-ratio: 9/19;
  background: var(--navy-deep); border-radius: 32px; padding: 9px;
  box-shadow: 0 30px 60px -15px rgba(0,0,0,0.6);
  border: 1px solid var(--navy-line); position: relative; flex-shrink: 0;
  animation: float1 5s ease-in-out infinite;
}
.phone:nth-child(2) { animation: float2 5.5s ease-in-out infinite 0.4s; }
.phone:nth-child(3) { animation: float3 5s ease-in-out infinite 0.8s; }
@keyframes float1 {
  0%, 100% { transform: translateY(0px) rotate(-3deg); box-shadow: 0 30px 60px -15px rgba(0,0,0,0.6); }
  50%       { transform: translateY(-14px) rotate(-3deg); box-shadow: 0 44px 72px -15px rgba(0,0,0,0.4); }
}
@keyframes float2 {
  0%, 100% { transform: translateY(-24px) rotate(0deg); box-shadow: 0 30px 60px -15px rgba(0,0,0,0.6); }
  50%       { transform: translateY(-40px) rotate(0deg); box-shadow: 0 46px 74px -15px rgba(0,0,0,0.4); }
}
@keyframes float3 {
  0%, 100% { transform: translateY(0px) rotate(3deg); box-shadow: 0 30px 60px -15px rgba(0,0,0,0.6); }
  50%       { transform: translateY(-12px) rotate(3deg); box-shadow: 0 42px 70px -15px rgba(0,0,0,0.4); }
}
.phone::before {
  content: ""; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 6px; background: #000; border-radius: 999px; z-index: 2;
}
.phone-screen {
  width: 100%; height: 100%;
  background:
    radial-gradient(ellipse at 10% 10%, rgba(42,154,214,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 90% 85%, rgba(45,167,123,0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 60% 40%, rgba(237,122,58,0.05) 0%, transparent 45%),
    #d4d7dc;
  border-radius: 24px; padding: 26px 10px 0; overflow: hidden;
  display: flex; flex-direction: column; gap: 5px;
  color: var(--ink);
}
.phone-screen .mini-nav  { display: flex; justify-content: space-between; align-items: center; padding-bottom: 6px; }
.phone-screen .mini-logo { font-family: var(--display); font-weight: 800; font-size: 11px; }
.phone-screen .mini-logo span { color: var(--orange); }
.phone-screen .burger    { width: 16px; display: flex; flex-direction: column; gap: 3px; }
.phone-screen .burger b  { display: block; height: 1.5px; background: var(--ink); }
.mini-premium-card {
  background:
    radial-gradient(ellipse at 18% 70%, rgba(237,122,58,0.25) 0%, transparent 52%),
    radial-gradient(ellipse at 88% 12%, rgba(42,154,214,0.25) 0%, transparent 45%),
    linear-gradient(140deg, #061524 0%, #092040 28%, #0c5490 62%, #1473b8 100%);
  color: #fff; border-radius: 10px; padding: 10px;
  position: relative; overflow: hidden; flex-shrink: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.mini-premium-card::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 12px 12px; pointer-events: none;
}
.mini-premium-card::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, #ed7a3a 30%, #f9a55a 50%, #ed7a3a 70%, transparent);
}
.mpc-header { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; }
.mpc-logo { display: flex; align-items: center; gap: 4px; }
.mpc-logo svg { width: 16px; height: 16px; flex-shrink: 0; }
.mpc-logo-name { font-family: var(--display); font-weight: 800; font-size: 9px; letter-spacing: -0.02em; }
.mpc-status {
  font-family: var(--mono); font-size: 5.5px; letter-spacing: 0.1em;
  background: rgba(74,222,128,0.18); color: #4ade80;
  padding: 2px 5px; border-radius: 99px; display: flex; align-items: center; gap: 3px;
}
.mpc-status::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #4ade80; display: block; }
.mpc-client { display: flex; flex-direction: column; gap: 1px; position: relative; z-index: 1; }
.mpc-label { font-family: var(--mono); font-size: 5.5px; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.55; }
.mpc-name  { font-family: var(--display); font-weight: 700; font-size: 10px; line-height: 1.2; }
.mpc-contract { font-family: var(--mono); font-size: 6px; opacity: 0.5; }
.mpc-footer { display: flex; justify-content: space-between; align-items: flex-end; position: relative; z-index: 1; margin-top: 2px; }
.mpc-plan { display: flex; flex-direction: column; gap: 1px; }
.mpc-plan-label { font-family: var(--mono); font-size: 5px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.55; }
.mpc-plan-name  { font-family: var(--display); font-weight: 800; font-size: 11px; letter-spacing: 0.02em; }
.mpc-icons { display: flex; gap: 3px; align-items: center; }
.mpc-icon {
  width: 15px; height: 15px; border-radius: 4px;
  background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center;
}
.mpc-icon svg { width: 8px; height: 8px; color: rgba(255,255,255,0.75); }
.mpc-qr {
  width: 22px; height: 22px; border-radius: 3px; background: #fff;
  background-image:
    repeating-linear-gradient(0deg,   rgba(0,0,0,0.75) 0 1.5px, transparent 1.5px 3.5px),
    repeating-linear-gradient(90deg,  rgba(0,0,0,0.75) 0 1.5px, transparent 1.5px 3.5px);
}
.status-bar { display:flex; justify-content:space-between; align-items:center; font-family:var(--mono); font-size:9px; font-weight:700; color:var(--ink); margin-bottom:4px; }
.sb-icons { display:flex; align-items:center; gap:3px; }
.sb-icons svg { width:11px; height:11px; }
.app-nav { display:flex; justify-content:space-around; padding:7px 0 5px; border-top:1px solid rgba(0,0,0,0.08); background:rgba(255,255,255,0.88); margin:auto -12px -12px; }
.app-nav .ni { display:flex; flex-direction:column; align-items:center; gap:2px; font-family:var(--display); font-size:7px; font-weight:700; color:var(--ink-mute); }
.app-nav .ni.on { color:var(--orange); }
.app-nav .ni svg { width:14px; height:14px; }
/* Phone 1 — Cartão do Cliente */
.addr-bar {
  display: flex; align-items: center; gap: 4px;
  background: #f1f3f4; border-radius: 6px; padding: 3px 6px;
  font-size: 7.5px; color: #555; font-family: var(--body);
}
.addr-bar svg { width: 8px; height: 8px; flex-shrink: 0; color: #4caf50; }
.ph-bread { font-size: 7px; color: var(--ink-mute); }
.ph-bread .sep { margin: 0 3px; }
.ph-title { font-family: var(--display); font-weight: 800; font-size: 13px; color: var(--navy); line-height: 1.2; }
.ph-sub { font-size: 8px; color: var(--ink-soft); line-height: 1.4; }
.card-info { background: #fff; border-radius: 8px; padding: 6px 8px; display: flex; flex-direction: column; gap: 3px; border: 1px solid var(--ink-light); }
.card-info-row { font-size: 7px; color: var(--ink); font-family: var(--display); font-weight: 600; line-height: 1.4; }
.card-info-row span { color: var(--ink-soft); font-weight: 500; }
.assist-bar {
  background: var(--orange); border-radius: 6px; padding: 5px 8px;
  display: flex; align-items: center; justify-content: space-between;
}
.assist-bar .al { font-size: 7px; font-weight: 700; color: #fff; font-family: var(--display); letter-spacing: 0.03em; }
.assist-bar .an { font-size: 9px; font-weight: 800; color: #fff; font-family: var(--display); }
.phone-label { font-family: var(--mono); font-size: 8px; color: var(--ink-soft); letter-spacing: 0.06em; }
.phone-screen .actions { display: flex; flex-direction: column; gap: 5px; margin-top: 4px; }
.phone-btn {
  font-family: var(--display); font-weight: 700; font-size: 10px;
  padding: 7px 8px; border-radius: 7px; text-align: center;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.phone-btn.primary { background: var(--orange); color: #fff; }
.phone-btn.outline { background: #fff; color: var(--ink); border: 1px solid var(--ink-light); }
.video-frame {
  height: 130px; border-radius: 10px;
  background:
    linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.55) 100%),
    url('assets/foto1.webp') top left/cover no-repeat;
  position: relative; overflow: hidden;
}
.video-frame .pip {
  position: absolute; bottom: 6px; right: 6px;
  width: 32px; height: 40px; border-radius: 4px;
  background: url('https://images.unsplash.com/photo-1486403184395-fc4990866136?w=80&h=100&fit=crop&q=80') center/cover no-repeat;
  border: 1px solid rgba(255,255,255,0.3);
}
.video-frame .live {
  position: absolute; top: 6px; left: 6px;
  font-family: var(--mono); font-size: 7px;
  background: var(--orange); color: #fff;
  padding: 2px 5px; border-radius: 3px; font-weight: 700; letter-spacing: 0.08em;
}
.video-frame .live::before { content: "● "; }
.doctor-name { font-family: var(--display); font-weight: 700; font-size: 12px; }
.doctor-meta { font-family: var(--body); font-size: 9px; color: var(--ink-soft); margin-top: 1px; }
.call-controls { display: flex; gap: 6px; margin-top: 8px; justify-content: center; }
.call-controls .ctl {
  width: 30px; height: 30px; border-radius: 99px;
  background: var(--paper-warm); border: 1px solid var(--ink-light);
  display: inline-flex; align-items: center; justify-content: center; font-size: 11px;
}
.call-controls .ctl.end { background: var(--orange); color: #fff; border: none; font-size: 13px; }
.benefits-list { display: flex; flex-direction: column; }
.benefits-list .row {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 0; border-bottom: 1px solid var(--ink-light);
  font-family: var(--body); font-size: 10px; font-weight: 500;
}
.benefits-list .row:last-child { border-bottom: none; }
.benefits-list .row .ic {
  width: 26px; height: 26px; border-radius: 7px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 11px;
}
.benefits-list .row .arr { margin-left: auto; color: var(--orange); font-weight: 700; font-size: 14px; }
.benefits-banner {
  width: 100%; height: 90px; border-radius: 8px;
  background: url('assets/foto3.webp') center 40%/cover no-repeat;
  flex-shrink: 0;
}

/* ── TRANSPARÊNCIA ────────────────────────────────────────── */
.transp { background: var(--paper-warm); }
.transp-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.tc {
  background: #fff; border: 1px solid var(--ink-light);
  border-radius: 20px; padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(10,30,61,0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
  position: relative; overflow: hidden;
}
.tc::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
}
.tc:nth-child(1)::before { background: var(--orange); }
.tc:nth-child(2)::before { background: var(--blue); }
.tc:nth-child(3)::before { background: var(--green); }
.tc:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(10,30,61,0.13); }
@media (prefers-reduced-motion: no-preference) {
  .tc {
    opacity: 0; translate: 0 28px;
    transition: transform 220ms ease, box-shadow 220ms ease, opacity 600ms ease, translate 600ms ease;
  }
  .tc.in-view { opacity: 1; translate: 0 0; }
}
.tc-icon {
  width: 56px; height: 56px; border-radius: 16px; margin-bottom: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.tc:nth-child(1) .tc-icon { background: var(--orange); }
.tc:nth-child(2) .tc-icon { background: var(--blue); }
.tc:nth-child(3) .tc-icon { background: var(--green); }
.tc-icon svg { width: 26px; height: 26px; stroke: #fff; }
.tc h3 { font-size: 19px; letter-spacing: -0.02em; margin-bottom: 16px; color: var(--navy); }
.tc-rows { display: flex; flex-direction: column; gap: 0; }
.tc-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 11px 0; border-bottom: 1px solid var(--ink-light);
  gap: 12px;
}
.tc-row:last-child { border-bottom: none; padding-bottom: 0; }
.tc-row:first-child { padding-top: 0; }
.tc-key { font-size: 14px; color: var(--ink-soft); font-weight: 500; flex-shrink: 0; }
.tc-val { font-size: 14px; font-weight: 700; color: var(--navy); text-align: right; }
.tc:nth-child(1) .tc-val { color: var(--orange); }
.tc:nth-child(2) .tc-val { color: var(--blue); }
.tc:nth-child(3) .tc-val { color: var(--green); }

/* ── PAGE-SPECIFIC RESPONSIVE ─────────────────────────────── */
@media (max-width: 980px) {
  .hero-inner   { grid-template-columns: 1fr; padding-bottom: 24px; }
  .hero-visual  { max-width: 380px; }

  .plan { flex: 0 0 clamp(240px, 80vw, 300px); }
  .plan.featured { order: -1; }

  .how-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
  .how-line { display: none; }

  .app-show-inner { grid-template-columns: 1fr; gap: 40px; }
  .app-copy { text-align: center; }
  .app-copy .app-features { text-align: left; display: inline-block; }
  .app-copy .app-features li { margin-bottom: 16px; }
  .app-copy .app-features li:last-child { margin-bottom: 0; }
  .app-ctas-row { justify-content: center !important; }
  .phone  { width: 200px; transform: none !important; }
  .phone:nth-child(3) { display: none; }
  .phones { justify-content: center; }

  .transp-grid { grid-template-columns: 1fr; }
  .hero-card.card-1 { left: 8px; }
}

@media (max-width: 640px) {
  .hero-visual { aspect-ratio: 3/2; }
  .hero-card.card-1 { left: 8px; padding: 10px 14px; }
  .hero-card.card-1 .icon  { width: 34px; height: 34px; }
  .hero-card.card-1 .title { font-size: 13px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }
  .app-ctas-row { flex-direction: column; align-items: center; }
  .app-ctas-row .btn { width: 100%; max-width: 320px; }

  .phone:nth-child(2) { display: none; }
  .phone { width: 220px; }

  .how-grid { grid-template-columns: 1fr; gap: 28px; }
  .how-line { display: none; }

  .transp .wrap { text-align: center; }
  .transp-grid { grid-template-columns: 1fr; }
  .tc { text-align: center; }
  .tc-row { flex-direction: column; align-items: center; gap: 2px; }
  .tc-val { text-align: center; }

  .cta-banner h2,
  .cta-banner p { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .phone { animation: none !important; }
  .trust-track { animation: none !important; }
}
