.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: var(--cta);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 17px 32px;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: var(--shadow-cta);
}
.btn-cta--lg { padding: 18px 36px; }
.btn-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-cta-hover); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 10px 18px;
  border-radius: 11px;
  text-decoration: none;
}
.btn-ghost:hover { background: rgba(255,255,255,0.24); }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(91,197,106,0.18);
  border: 1px solid rgba(91,197,106,0.5);
  color: #EAFBED;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 7px 13px;
  border-radius: var(--radius-pill);
  margin-bottom: 22px;
}
.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5BC56A;
  box-shadow: 0 0 0 4px rgba(91,197,106,0.3);
}

.group-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
}
.group-pill--parent { background: var(--lilac-soft); color: var(--accent); }
.group-pill--child { background: var(--green-soft); color: var(--green); }

.feature-card {
  background: var(--surface);
  border: 1px solid #EFEAFB;
  border-radius: var(--radius-card);
  padding: 24px;
  box-shadow: var(--shadow-feature);
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.feature-card--child { border-color: #E7F3E9; box-shadow: var(--shadow-feature-child); }
.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--lilac-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
}
.feature-icon--child { background: var(--green-soft); color: var(--green); }
.feature-title { font-family: var(--font-head); font-weight: 600; font-size: 17px; }
.feature-desc { font-size: 14.5px; line-height: 1.55; color: var(--text-muted); }

.step-card {
  flex: 1 1 260px;
  max-width: 320px;
  background: var(--surface);
  border-radius: 20px;
  padding: 30px 26px;
  box-shadow: var(--shadow-step);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--cta);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
}
.step-title { font-family: var(--font-head); font-weight: 600; font-size: 18px; }
.step-desc { font-size: 14.5px; line-height: 1.55; color: var(--text-muted); }

.trust-item { display: flex; align-items: flex-start; gap: 15px; }
.trust-icon {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.trust-icon--pink { background: rgba(255,45,111,0.16); color: var(--cta-hover); }
.trust-icon--purple { background: rgba(110,58,214,0.22); color: #B79CF2; }
.trust-icon--green { background: rgba(91,197,106,0.2); color: #7FD98C; }
.trust-title { font-family: var(--font-head); font-weight: 600; font-size: 16.5px; margin-bottom: 5px; }
.trust-desc { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.66); }

.phone-frame { background: var(--frame); }
.phone-frame--hero {
  width: 272px;
  max-width: 80vw;
  border-radius: 42px;
  padding: 11px;
  box-shadow: var(--shadow-phone-hero);
}
.phone-frame--shot {
  border-radius: 34px;
  padding: 9px;
  box-shadow: var(--shadow-phone-shot);
}
.phone-screen {
  position: relative;
  background: var(--surface-alt);
  overflow: hidden;
  aspect-ratio: 9 / 19.3;
}
.phone-screen--hero { border-radius: 32px; }
.phone-screen--shot { border-radius: 26px; }
.phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--frame);
  z-index: 2;
}
.phone-notch--hero { width: 96px; height: 18px; border-radius: 0 0 14px 14px; }
.phone-notch--shot { width: 74px; height: 14px; border-radius: 0 0 11px 11px; }
.phone-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.shot-tabs-wrap { display: flex; justify-content: center; margin-bottom: clamp(32px,5vw,48px); padding: 0 clamp(20px,4vw,40px); }
.shot-tabs {
  display: inline-flex;
  gap: 4px;
  background: var(--surface-alt);
  border: 1px solid #EFEAFB;
  border-radius: var(--radius-pill);
  padding: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.shot-tab {
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  transition: background 0.18s, color 0.18s;
}
.shot-tab.active { background: var(--cta); color: #fff; box-shadow: var(--shadow-cta); }
.shot-tab:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.shot-grid { display: none; }
.shot-grid.active {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 200px));
  justify-content: center;
  gap: clamp(24px,3vw,34px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px,4vw,40px);
}
.shot { margin: 0; }
.shot-cap {
  text-align: center;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--text-muted);
  margin-top: 14px;
}
@media (max-width: 640px) {
  .shot-grid.active {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 12px;
  }
  .shot { flex: none; width: 200px; scroll-snap-align: center; }
}

.footer-link { color: rgba(255,255,255,0.88); cursor: default; }
.footer-link:hover { color: #fff; }
