/* =============================================
   HOME PAGE — WORLD-CLASS SOCIAL MEDIA UX
   ============================================= */

/* ── HERO ─────────────────────────────────── */
.hero {
  background: #08081a;
  padding: 150px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
}

/* Grid texture */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}

/* Bottom fade */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 220px;
  background: linear-gradient(to top, #08081a, transparent);
  pointer-events: none;
  z-index: 1;
}

.hero .container {
  max-width: 820px;
  position: relative;
  z-index: 2;
}

/* Ambient glow orbs */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.hero-orb-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(91,46,191,0.28) 0%, transparent 70%);
  top: -150px; left: -150px;
  animation: orb-drift-1 22s ease-in-out infinite;
}

.hero-orb-2 {
  width: 450px; height: 450px;
  background: radial-gradient(circle, rgba(74,144,226,0.22) 0%, transparent 70%);
  bottom: -80px; right: -80px;
  animation: orb-drift-2 28s ease-in-out infinite;
}

.hero-orb-3 {
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(225,48,108,0.14) 0%, transparent 70%);
  top: 45%; left: 55%;
  animation: orb-drift-3 16s ease-in-out infinite;
}

@keyframes orb-drift-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%       { transform: translate(60px, 80px) scale(1.05); }
  66%       { transform: translate(-20px, 40px) scale(0.95); }
}
@keyframes orb-drift-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40%       { transform: translate(-70px, -50px) scale(1.1); }
  70%       { transform: translate(30px, -90px) scale(0.9); }
}
@keyframes orb-drift-3 {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50%       { transform: scale(1.4); opacity: 1; }
}

/* ── FLOATING SOCIAL CARDS ─────────────────── */
.hero-float-card {
  position: absolute;
  z-index: 3;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 16px 18px;
  width: 230px;
  pointer-events: none;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05) inset;
}

.hfc-1 {
  left: max(16px, calc(50% - 520px));
  top: 50%;
  transform: translateY(-60%) rotate(-5deg);
  animation: hfc-float-1 9s ease-in-out infinite;
}

.hfc-2 {
  right: max(16px, calc(50% - 520px));
  top: 38%;
  transform: translateY(-50%) rotate(4deg);
  animation: hfc-float-2 11s ease-in-out infinite;
}

.hfc-3 {
  right: max(16px, calc(50% - 500px));
  bottom: 22%;
  transform: rotate(-3deg);
  animation: hfc-float-3 13s ease-in-out infinite;
  width: 200px;
}

.hfc-4 {
  left: max(16px, calc(50% - 500px));
  bottom: 28%;
  transform: rotate(3deg);
  animation: hfc-float-4 10s ease-in-out infinite;
  width: 195px;
}

@keyframes hfc-float-1 {
  0%, 100% { transform: translateY(-60%) rotate(-5deg); }
  50%       { transform: translateY(-67%) rotate(-5deg); }
}
@keyframes hfc-float-2 {
  0%, 100% { transform: translateY(-50%) rotate(4deg); }
  50%       { transform: translateY(-57%) rotate(4deg); }
}
@keyframes hfc-float-3 {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50%       { transform: rotate(-3deg) translateY(-10px); }
}
@keyframes hfc-float-4 {
  0%, 100% { transform: rotate(3deg) translateY(0); }
  50%       { transform: rotate(3deg) translateY(-8px); }
}

.hfc-header {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
}

.hfc-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.hfc-avatar.ig   { background: linear-gradient(135deg, #833AB4, #E1306C, #F77737); }
.hfc-avatar.wa   { background: #25D366; }
.hfc-avatar.li   { background: #0A66C2; }
.hfc-avatar.yt   { background: #FF0000; }
.hfc-avatar.grad { background: var(--grad); }

.hfc-name {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  line-height: 1.2;
}

.hfc-sub {
  font-size: 10px;
  color: rgba(255,255,255,0.45);
  line-height: 1;
}

.hfc-plat {
  margin-left: auto;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hfc-plat.ig { background: linear-gradient(135deg, #833AB4, #E1306C); }
.hfc-plat.wa { background: #25D366; }
.hfc-plat.li { background: #0A66C2; }
.hfc-plat.yt { background: #FF0000; }

.hfc-metric {
  font-size: 26px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 2px;
}

.hfc-metric-label {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 12px;
  line-height: 1;
}

.hfc-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin-bottom: 10px;
}

.hfc-footer {
  display: flex;
  gap: 14px;
}

.hfc-footer span {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
}

.hfc-notif {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hfc-notif-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25D366;
  flex-shrink: 0;
  animation: pulse 2s ease infinite;
}

.hfc-notif-text {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}

.hfc-amount {
  font-size: 18px;
  font-weight: 800;
  color: #4ADE80;
  margin-top: 6px;
  letter-spacing: -0.02em;
}

/* Typing cursor on hero word */
.word-rotate {
  display: inline-block;
  position: relative;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.word-rotate::after {
  content: '|';
  position: absolute;
  right: -6px;
  -webkit-text-fill-color: rgba(166,149,255,0.7);
  animation: blink-cursor 1s step-end infinite;
}

@keyframes blink-cursor {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

/* ── HERO BADGE ─────────────────────────────── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(91,46,191,0.5);
  background: rgba(91,46,191,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--p3);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: var(--r-pill);
  margin-bottom: 28px;
  box-shadow: 0 4px 24px rgba(91,46,191,0.25), 0 0 0 1px rgba(255,255,255,0.04) inset;
  animation: float 4s ease-in-out infinite;
}

.badge .live-dot {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
}

/* ── HERO TEXT ─────────────────────────────── */
.hero h1 {
  color: white;
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 1.0;
  letter-spacing: -0.045em;
}

.subheading {
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto 36px;
  line-height: 1.65;
  font-weight: 400;
}

/* ── HERO CTA ─────────────────────────────── */
.cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.btn-large {
  height: 58px;
  padding: 0 40px;
  font-size: 16px;
}

/* ── PLATFORM ORBIT ─────────────────────────── */
.platform-orbit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.platform-orbit-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-pill);
  padding: 5px 12px 5px 8px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  transition: all 0.2s ease;
  cursor: default;
}

.platform-orbit-item:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.poi-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.platform-orbit-item.ig { border-color: rgba(225,48,108,0.35); }
.platform-orbit-item.ig .poi-dot { background: #E1306C; }
.platform-orbit-item.wa { border-color: rgba(37,211,102,0.35); }
.platform-orbit-item.wa .poi-dot { background: #25D366; }
.platform-orbit-item.yt { border-color: rgba(255,0,0,0.35); }
.platform-orbit-item.yt .poi-dot { background: #FF0000; }
.platform-orbit-item.fb { border-color: rgba(24,119,242,0.35); }
.platform-orbit-item.fb .poi-dot { background: #1877F2; }
.platform-orbit-item.li { border-color: rgba(10,102,194,0.35); }
.platform-orbit-item.li .poi-dot { background: #0A66C2; }

/* ── TRUST ROW ─────────────────────────────── */
.trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  flex-wrap: wrap;
  margin-bottom: 0;
}

.avatar-row {
  display: flex;
}

.avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: white;
  margin-right: -8px;
  border: 2px solid #08081a;
}

.avatar:first-child { margin-left: 0; }

.dot { color: rgba(255,255,255,0.3); }

/* ── DASHBOARD PREVIEW ─────────────────────── */
.dashboard-preview {
  background: #08081a;
  padding: 0 0 80px;
}

.dash-card {
  background: rgba(37,37,80,0.7);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 40px 80px rgba(0,0,0,0.7),
    0 0 120px rgba(91,46,191,0.2);
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  animation: float 10s ease-in-out infinite;
  transition: box-shadow 0.4s ease;
}

.dash-card:hover {
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 40px 100px rgba(0,0,0,0.8),
    0 0 160px rgba(91,46,191,0.3);
}

.dash-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  height: 44px;
  background: rgba(0,0,0,0.2);
}

.traffic-lights { display: flex; gap: 8px; }

.traffic-lights .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  color: transparent;
}

.traffic-lights .dot.red   { background: #FF5F57; }
.traffic-lights .dot.amber { background: #FFBD2E; }
.traffic-lights .dot.green { background: #28C840; }

.dash-title {
  font-family: var(--f-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.3);
}

.live-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.stat-tile {
  border-right: 1px solid rgba(255,255,255,0.07);
  padding-right: 16px;
}

.stat-tile:last-child { border-right: none; padding-right: 0; }

.stat-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 6px;
}

.stat-value {
  font-size: 24px;
  font-weight: 700;
  color: white;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}

.stat-change {
  font-size: 10px;
  font-weight: 600;
  color: var(--green);
}

.stat-change.active { color: var(--p3); }

.log-section { padding: 14px 20px; }

.log-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 10px;
}

.log-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.log-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.04);
  transition: background 0.2s;
}

.log-row:hover { background: rgba(255,255,255,0.06); }

.log-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.log-text { flex: 1; }

.log-time { color: rgba(255,255,255,0.3); font-size: 10px; }

/* ── COMPETITIVE STRIP ─────────────────────── */
.competitive {
  background: #1c1a48;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 28px 0;
}

.comp-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  flex-wrap: wrap;
}

.comp-chip {
  padding: 10px 20px;
  border-radius: var(--r-pill);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.2s;
}

.comp-chip.active {
  background: var(--grad);
  color: white;
  border-color: transparent;
  box-shadow: 0 4px 20px rgba(91,46,191,0.4);
}

.comp-arrow {
  color: var(--p3);
  font-size: 18px;
  margin: 0 10px;
  opacity: 0.5;
}

.comp-subtext {
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin-top: 16px;
}

/* ── STATS BAR ─────────────────────────────── */
.stats-bar {
  background: var(--grad);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

.stats-bar::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 60%);
  animation: gradient-shift 15s ease infinite;
  pointer-events: none;
}

.stats-bar::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
}

.stat-item {
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.18);
  padding: 8px 0;
}

.stat-item:last-child { border-right: none; }

.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.04em;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.stat-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
  line-height: 1.4;
}

/* ── WHY SECTION ─────────────────────────────── */
.why {
  background: #1c1a48;
  position: relative;
  overflow: hidden;
}

.why::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(91,46,191,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--p3);
  text-align: center;
  margin-bottom: 16px;
}

.why h2 {
  color: white;
  text-align: center;
  margin-bottom: 16px;
}

.why .subtext {
  color: rgba(255,255,255,0.6);
  font-size: 16px;
  text-align: center;
  max-width: 540px;
  margin: 0 auto 52px;
  line-height: 1.65;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.comp-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 28px;
  backdrop-filter: blur(20px);
  transition: border-color 0.3s;
}

.comp-card:hover {
  border-color: rgba(255,255,255,0.14);
}

.comp-card.featured {
  border: 1.5px solid var(--p1);
  box-shadow: 0 0 0 1px rgba(91,46,191,0.2), 0 0 60px rgba(91,46,191,0.12);
  position: relative;
  background: rgba(91,46,191,0.06);
}

.floating-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad);
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: var(--r-pill);
  letter-spacing: 0.07em;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(91,46,191,0.5);
}

.card-header {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.card-header.red    { color: #F59E0B; }
.card-header.purple { color: var(--p3); }
.card-header.gray   { color: rgba(255,255,255,0.7); }

.feature-list {
  list-style: none;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.feature-list.cross li {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}

.feature-list.cross li::before {
  content: '✗';
  position: absolute;
  left: 0;
  color: rgba(239,68,68,0.5);
}

.feature-list.check li {
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}

.feature-list.check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
}

.pull-quote {
  font-size: 18px;
  font-style: italic;
  color: white;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
}

.pull-quote::before {
  content: '"';
  font-size: 60px;
  color: rgba(91,46,191,0.3);
  position: absolute;
  top: -24px;
  left: -10px;
  font-family: Georgia, serif;
  font-style: normal;
  line-height: 1;
}

.comp-card .avatar-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.comp-card .avatar {
  width: 42px; height: 42px;
  font-size: 14px;
  border: 2px solid rgba(91,46,191,0.4);
}

.author-info { color: white; }

.author-name {
  font-weight: 700;
  font-size: 14px;
}

.author-title {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

.comp-card .metric {
  font-size: 12px;
  color: var(--green);
  font-weight: 600;
  background: rgba(16,185,129,0.1);
  padding: 6px 12px;
  border-radius: var(--r-pill);
  display: inline-block;
  border: 1px solid rgba(16,185,129,0.2);
}

/* ── FEATURES ─────────────────────────────── */
.features {
  background: #eceaff;
  position: relative;
}

.features .section-label { color: var(--p1); }

.features h2 {
  color: var(--tl-0);
  text-align: center;
  margin-bottom: 8px;
  font-size: 40px;
}

.features .subtext {
  color: var(--tl-2);
  text-align: center;
  margin-bottom: 52px;
  font-size: 17px;
}

.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Feature cards as social posts */
.feat-card {
  background: white;
  border: 1px solid rgba(91,46,191,0.1);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 2px 12px rgba(91,46,191,0.05), 0 1px 4px rgba(0,0,0,0.04);
}

.feat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(91,46,191,0.14), 0 8px 24px rgba(0,0,0,0.08);
  border-color: rgba(91,46,191,0.25);
}

/* Platform-colored left stripe */
.feat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.feat-card:hover::before {
  transform: scaleX(1);
}

/* Social post header inside card */
.feat-post-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  background: linear-gradient(to bottom, rgba(91,46,191,0.03), transparent);
}

.feat-post-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(91,46,191,0.3);
}

.feat-post-info { flex: 1; }

.feat-post-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--tl-0);
  line-height: 1.2;
}

.feat-post-time {
  font-size: 10px;
  color: var(--tl-2);
}

.feat-post-plat {
  width: 24px; height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feat-post-plat.ig { background: linear-gradient(135deg, #833AB4, #E1306C); }
.feat-post-plat.wa { background: #25D366; }
.feat-post-plat.li { background: #0A66C2; }
.feat-post-plat.yt { background: #FF0000; }
.feat-post-plat.all { background: var(--grad); }

/* Card body */
.feat-body {
  padding: 20px;
}

.icon-bg {
  width: 42px; height: 42px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: var(--light-2);
}

.feat-card h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--tl-0);
}

.feat-card p {
  color: var(--tl-2);
  font-size: 13.5px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.platform-icons {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.plat-dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
}

.plat-dot.ig { background: linear-gradient(135deg, #833AB4, #E1306C); }
.plat-dot.fb { background: #1877F2; }
.plat-dot.wa { background: #25D366; }
.plat-dot.yt { background: #FF0000; }
.plat-dot.li { background: #0A66C2; }

.platform-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
}

.platform-pills {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.plat-pill {
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.plat-pill.ig { background: #FFF0F4; color: #E1306C; }
.plat-pill.fb { background: #EEF3FD; color: #1877F2; }
.plat-pill.wa { background: #EDFAF5; color: #25D366; }
.plat-pill.yt { background: #FEF2F2; color: #FF0000; }
.plat-pill.li { background: #EBF3FF; color: #0A66C2; }

.feat-card .badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 600;
  background: var(--light-2);
  color: var(--p1);
}

/* Engagement bar at bottom of feat-card */
.feat-engagement {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px 16px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.eng-item {
  font-size: 12px;
  color: var(--tl-2);
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}

.eng-automate {
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  color: var(--p1);
  text-decoration: none;
  transition: color 0.15s, gap 0.15s;
  display: flex;
  align-items: center;
  gap: 3px;
}

.eng-automate:hover { color: var(--p2); }

/* ── PLATFORM DEEP DIVE ────────────────────── */
.platform-deep {
  background: #1c1a48;
  position: relative;
  overflow: hidden;
}

.platform-deep::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(74,144,226,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.platform-deep .section-label { color: var(--p3); }

.platform-deep h2 {
  color: white;
  text-align: center;
  margin-bottom: 8px;
}

.platform-deep .subtext {
  color: rgba(255,255,255,0.58);
  text-align: center;
  max-width: 560px;
  margin: 0 auto 52px;
  line-height: 1.65;
}

.plat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.plat-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 28px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.plat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  opacity: 0;
  transition: opacity 0.3s;
}

.plat-card:hover { border-color: rgba(255,255,255,0.14); }
.plat-card:hover::before { opacity: 1; }

.ig-card::before { background: linear-gradient(90deg, #833AB4, #E1306C, #F77737); }
.wa-card::before { background: #25D366; }
.yt-card::before { background: linear-gradient(90deg, #FF0000, #FF6B35); }
.fb-card::before { background: #1877F2; }
.li-card::before { background: #0A66C2; }

.plat-card.wide { grid-column: span 2; }

.plat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.plat-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: white;
}

.plat-icon {
  width: 28px; height: 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: white;
}

.plat-icon.ig { background: linear-gradient(135deg, #833AB4, #E1306C); }
.plat-icon.wa { background: #25D366; }
.plat-icon.yt { background: #FF0000; }
.plat-icon.fb { background: #1877F2; }
.plat-icon.li { background: #0A66C2; }

.plat-pill {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: var(--r-pill);
}

.feat-list-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.feat-list-1col {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 20px;
}

.feat-item {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
}

.plat-callout {
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
}

.plat-bottom {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.plat-bottom span {
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.btn-small {
  height: 44px;
  padding: 0 24px;
  font-size: 14px;
}

/* ── PLATFORM STRIP ─────────────────────────── */
.platform-strip {
  background: #fafafa;
  padding: 56px 0;
  border-bottom: 1px solid var(--border-light);
}

.platform-strip h3 {
  text-align: center;
  color: var(--tl-0);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.strip-subtext {
  text-align: center;
  color: var(--tl-2);
  font-size: 14px;
  margin: 0 0 36px;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.strip-card {
  background: white;
  border: 1.5px solid var(--border-light);
  border-radius: 16px;
  padding: 22px 16px;
  text-align: center;
  transition: all 0.2s ease;
  cursor: default;
}

.strip-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }

.strip-card:hover.ig-card { border-color: #E1306C; background: #FFF8FB; }
.strip-card:hover.wa-card { border-color: #25D366; background: #F4FFF8; }
.strip-card:hover.yt-card { border-color: #FF0000; background: #FFF5F5; }
.strip-card:hover.fb-card { border-color: #1877F2; background: #F0F5FF; }
.strip-card:hover.li-card { border-color: #0A66C2; background: #F0F7FF; }

.strip-circle {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border: 1.5px solid;
}

.strip-icon {
  font-size: 12px;
  font-weight: 700;
  color: white;
}

.strip-icon.ig {
  background: linear-gradient(135deg, #833AB4, #E1306C);
  width: 100%; height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strip-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--tl-0);
  margin-bottom: 6px;
}

.strip-feats {
  font-size: 11px;
  color: var(--tl-2);
  line-height: 1.8;
  margin-bottom: 10px;
}

.strip-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  font-size: 10px;
  font-weight: 600;
  border: 1px solid;
}

.strip-more {
  text-align: center;
  font-size: 12px;
  color: var(--tl-2);
  margin-top: 28px;
  padding: 10px 20px;
  background: var(--light-1);
  border-radius: var(--r-pill);
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

/* ── HOW IT WORKS ─────────────────────────── */
.how-it-works { background: #fafafa; }

.how-it-works h2 {
  text-align: center;
  color: var(--tl-0);
  margin-bottom: 8px;
}

.how-it-works .subtext {
  text-align: center;
  color: var(--tl-1);
  margin-bottom: 52px;
  line-height: 1.65;
}

.steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 40px;
}

.step {
  flex: 1;
  position: relative;
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px solid var(--border-light);
  background: white;
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
}

.step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(91,46,191,0.3);
}

.step-num {
  font-size: 56px;
  font-weight: 800;
  color: rgba(91,46,191,0.08);
  position: absolute;
  top: -16px; left: 16px;
  z-index: 0;
  font-family: var(--f-display);
  letter-spacing: -0.05em;
  pointer-events: none;
}

.step-icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.step h3 {
  margin-bottom: 10px;
  color: var(--tl-0);
  position: relative;
  z-index: 1;
}

.step p {
  font-size: 14px;
  color: var(--tl-2);
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

.step-arrow {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--p3);
  font-size: 22px;
  opacity: 0.5;
  padding-top: 40px;
}

.step-arrow::after {
  content: '→';
}

.steps-cta {
  background: var(--grad);
  color: white;
  text-align: center;
  padding: 18px 32px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 4px 20px rgba(91,46,191,0.4);
  position: relative;
  overflow: hidden;
}

.steps-cta::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  animation: shimmer-slide 3s ease-in-out infinite;
}

@keyframes shimmer-slide {
  0%   { left: -100%; }
  100% { left: 100%; }
}

/* ── TESTIMONIALS — SOCIAL POST STYLE ──────── */
.testimonials-preview {
  background: #eceaff;
  position: relative;
  overflow: hidden;
}

.testimonials-preview::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(91,46,191,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.testimonials-preview h2 {
  text-align: center;
  color: var(--tl-0);
  margin-bottom: 8px;
}

.testimonials-preview .subtext {
  text-align: center;
  color: var(--tl-1);
  margin-bottom: 36px;
  line-height: 1.65;
}

.plat-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.plat-filter {
  padding: 8px 18px;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid var(--border-light);
  background: white;
  color: var(--tl-2);
  cursor: pointer;
  transition: all 0.15s ease;
}

.plat-filter:hover {
  border-color: var(--p1);
  color: var(--p1);
}

.plat-filter.active {
  background: var(--p1);
  color: white;
  border-color: var(--p1);
  box-shadow: 0 4px 12px rgba(91,46,191,0.3);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}

/* Social Post Card */
.testi-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(91,46,191,0.07), 0 1px 4px rgba(0,0,0,0.05);
  border: 1.5px solid rgba(91,46,191,0.08);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.testi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(91,46,191,0.14), 0 8px 24px rgba(0,0,0,0.08);
  border-color: rgba(91,46,191,0.2);
}

/* Post header */
.testi-post-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px 14px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.testi-avatar-wrap {
  position: relative;
  width: 44px; height: 44px;
  flex-shrink: 0;
}

.testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: white;
  position: relative;
  z-index: 1;
}

.testi-ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  z-index: 0;
  padding: 3px;
}

.testi-ring.ig { background: linear-gradient(45deg, #F77737, #E1306C, #833AB4); }
.testi-ring.wa { background: #25D366; }
.testi-ring.yt { background: linear-gradient(45deg, #FF0000, #FF6B35); }
.testi-ring.fb { background: #1877F2; }
.testi-ring.li { background: #0A66C2; }

.testi-ring::after {
  content: '';
  display: block;
  width: 100%; height: 100%;
  border-radius: 50%;
  background: white;
}

.testi-info { flex: 1; min-width: 0; }

.testi-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--tl-0);
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.3;
}

.verified-badge {
  width: 15px; height: 15px;
  background: #1877F2;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: white;
  font-weight: 700;
  flex-shrink: 0;
}

.testi-handle {
  font-size: 11px;
  color: var(--tl-2);
  line-height: 1.3;
}

.testi-plat-badge {
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Post content */
.testi-content {
  padding: 16px 18px 14px;
}

.testi-stars {
  color: #F59E0B;
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.testi-quote {
  font-size: 13.5px;
  color: var(--tl-1);
  line-height: 1.7;
  margin-bottom: 12px;
}

.testi-metric-pill {
  display: inline-block;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Post actions bar */
.testi-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 18px 14px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.testi-action {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--tl-2);
  font-weight: 500;
  cursor: pointer;
  transition: color 0.15s;
}

.testi-action:hover { color: var(--p1); }

.testi-action-primary {
  margin-left: auto;
  color: var(--p1);
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s;
}

.testi-action-primary:hover { gap: 8px; color: var(--p2); }

.testi-more {
  text-align: center;
}

.testi-more a {
  color: var(--p1);
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}

.testi-more a:hover { gap: 10px; }

/* ── PRICING PREVIEW ────────────────────────── */
.pricing-preview { background: #fafafa; }

.pricing-preview h2 {
  text-align: center;
  color: var(--tl-0);
  margin-bottom: 8px;
}

.pricing-preview .subtext {
  text-align: center;
  color: var(--tl-1);
  margin-bottom: 24px;
  line-height: 1.65;
}

.billing-toggle {
  display: inline-flex;
  background: var(--light-1);
  border: 1.5px solid var(--border-light);
  border-radius: 999px;
  padding: 4px;
  margin-bottom: 12px;
}

.t-btn {
  padding: 9px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  background: transparent;
  color: var(--tl-2);
  cursor: pointer;
  transition: all 0.2s;
}

.t-btn.active {
  background: var(--grad);
  color: white;
  box-shadow: 0 4px 12px rgba(91,46,191,0.3);
}

.currency-note {
  text-align: center;
  font-size: 12px;
  color: var(--tl-2);
  margin-bottom: 36px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 980px;
  margin: 0 auto 36px;
}

.plan-card {
  background: white;
  border: 1.5px solid var(--border-light);
  border-radius: 20px;
  padding: 30px 26px;
  position: relative;
  transition: all 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.plan-card.featured {
  border: 2px solid var(--p1);
  box-shadow: 0 0 0 4px rgba(91,46,191,0.08), 0 8px 40px rgba(91,46,191,0.15);
  background: linear-gradient(to bottom, rgba(91,46,191,0.02), white);
}

.plan-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tl-2);
  margin-bottom: 10px;
}

.plan-price { margin-bottom: 4px; }

.price-val {
  font-size: 44px;
  font-weight: 800;
  color: var(--tl-0);
  letter-spacing: -0.04em;
}

.price-period {
  font-size: 15px;
  color: var(--tl-2);
}

.price-note {
  font-size: 12px;
  color: var(--tl-2);
  margin-bottom: 14px;
  min-height: 18px;
}

.plan-desc {
  font-size: 14px;
  color: var(--tl-1);
  margin-bottom: 20px;
  line-height: 1.5;
}

.plan-sep {
  height: 1px;
  background: var(--border-light);
  margin: 20px 0;
}

.plan-features {
  list-style: none;
  margin-bottom: 28px;
}

.plan-features li {
  font-size: 14px;
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
  color: var(--tl-1);
  line-height: 1.5;
}

.plan-features li.check::before {
  content: '✓';
  position: absolute; left: 0;
  color: var(--green);
  font-weight: 700;
}

.plan-features li.cross {
  opacity: 0.4;
}

.plan-features li.cross::before {
  content: '–';
  position: absolute; left: 0;
  color: var(--tl-2);
}

.plan-card .btn-primary,
.plan-card .btn-ghost-light {
  width: 100%;
  margin-bottom: 10px;
  justify-content: center;
}

.plan-note {
  text-align: center;
  font-size: 12px;
  color: var(--tl-2);
}

.pricing-more {
  text-align: center;
}

.pricing-more a {
  color: var(--p1);
  font-weight: 700;
  font-size: 15px;
}

/* ── FINAL CTA ──────────────────────────────── */
.final-cta {
  background: #08081a;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(91,46,191,0.25) 0%, transparent 70%);
  pointer-events: none;
}

.final-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.final-cta .container {
  max-width: 640px;
  position: relative;
  z-index: 1;
}

.cta-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--p3);
  margin-bottom: 20px;
  background: rgba(91,46,191,0.12);
  border: 1px solid rgba(91,46,191,0.3);
  padding: 6px 18px;
  border-radius: var(--r-pill);
}

.final-cta h2 {
  color: white;
  font-size: 48px;
  margin-bottom: 18px;
  letter-spacing: -0.04em;
}

.final-cta .subtext {
  color: rgba(255,255,255,0.6);
  margin-bottom: 36px;
  font-size: 17px;
  line-height: 1.65;
}

.cta-form {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-pill);
  padding: 6px 6px 6px 20px;
  backdrop-filter: blur(20px);
}

.cta-input {
  flex: 1;
  background: transparent;
  border: none;
  height: 44px;
  color: white;
  font-size: 15px;
  font-family: var(--f-body);
}

.cta-input::placeholder { color: rgba(255,255,255,0.35); }
.cta-input:focus { outline: none; }

.cta-note {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.06em;
}

/* ── FOOTER ─────────────────────────────────── */
.social-links {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-link {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.social-link:hover {
  background: rgba(255,255,255,0.13);
  transform: translateY(-2px);
}

/* ── NOTIFICATION TOASTS ────────────────────── */
.notif-toast-container {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.notif-toast {
  background: rgba(12,12,30,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  max-width: 340px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.04) inset;
  transform: translateX(calc(100% + 28px));
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}

.notif-toast.show {
  transform: translateX(0);
  opacity: 1;
}

.notif-toast.hide {
  transform: translateX(calc(100% + 28px));
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 1, 1), opacity 0.3s ease;
}

.notif-icon {
  width: 38px; height: 38px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}

.notif-content { flex: 1; }

.notif-title {
  font-size: 13px;
  font-weight: 700;
  color: white;
  margin-bottom: 2px;
  line-height: 1.3;
}

.notif-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

.notif-time-badge {
  font-size: 10px;
  color: rgba(255,255,255,0.3);
  align-self: flex-start;
  padding-top: 2px;
  white-space: nowrap;
}

/* ── RESPONSIVE ─────────────────────────────── */
@media (max-width: 768px) {
  .hero {
    padding: 120px 0 80px;
    min-height: auto;
  }

  .hero h1 {
    font-size: 42px !important;
    letter-spacing: -0.03em;
  }

  .hero-float-card { display: none; }

  .feat-grid { grid-template-columns: 1fr; }
  .comparison-grid { grid-template-columns: 1fr; }
  .plat-grid { grid-template-columns: 1fr; }
  .plat-card.wide { grid-column: span 1; }

  .strip-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .steps {
    flex-direction: column;
    gap: 16px;
  }

  .step-arrow { display: none; }

  .testi-grid { grid-template-columns: 1fr; }

  .plan-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }

  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .stat-tile:nth-child(2) { border-right: none; }

  .cta-form {
    flex-direction: column;
    border-radius: 18px;
    padding: 12px;
    gap: 8px;
  }

  .cta-input { height: 52px; padding: 0 10px; }

  .plat-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .notif-toast-container { display: none; }

  .platform-orbit { gap: 6px; }
  .platform-orbit-item { font-size: 10px; padding: 4px 10px; }

  .comp-row { flex-wrap: wrap; gap: 8px; justify-content: center; }
  .comp-arrow { display: none; }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-float-card { display: none; }

  .feat-grid { grid-template-columns: repeat(2, 1fr); }

  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 660px;
  }

  .plan-card:last-child {
    grid-column: span 2;
    max-width: 320px;
    margin: 0 auto;
  }

  .comparison-grid { grid-template-columns: 1fr; }

  .strip-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1200px) {
  .hero h1 { font-size: 80px; }
  .hfc-1, .hfc-2, .hfc-3, .hfc-4 { display: block; }
}
