:root {
  --bg: #ffffff;
  --text: #090c14;
  --muted: #6b7280;
  --aqua: #40daf5;
  --aqua-end: #01e0f8;
  --dark: #111a20;
  --line: rgba(0, 0, 0, 0.08);
  --max-w: 1200px;
  --px: 40px;
  --radius-btn: 16px;
  --radius-card: 28px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--bg);
  min-width: 320px;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  height: 64px;
}

.topbar-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--px);
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  color: var(--text);
}

.brand-mark {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--aqua), #7c6cf8);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: #202734;
  border-radius: 10px;
}

.nav {
  display: flex;
  gap: 4px;
  flex: 1;
}

.nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  opacity: 0.7;
  padding: 7px 12px;
  border-radius: 8px;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.nav a:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.04);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.locale {
  font-size: 14px;
  color: var(--muted);
}

.mobile-backdrop {
  position: fixed;
  inset: 64px 0 0 0;
  background: rgba(11, 18, 30, 0.45);
  z-index: 98;
}

.mobile-panel {
  position: fixed;
  top: 64px;
  right: 0;
  width: min(88vw, 320px);
  height: calc(100vh - 64px);
  padding: 24px;
  background: #fff;
  z-index: 99;
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  display: grid;
  align-content: start;
  gap: 14px;
}

.mobile-panel a {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.mobile-actions {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.mobile-panel.open {
  transform: translateX(0%);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-btn);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.16s ease;
  text-decoration: none;
  border: none;
}

.btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.btn-dark {
  background: var(--dark);
  color: #fff;
  padding: 9px 18px;
  font-size: 13px;
  border-radius: 10px;
}

.btn-muted {
  background: #f0f2f4;
  color: var(--text);
  padding: 9px 18px;
  font-size: 13px;
  border-radius: 10px;
}

.btn-aqua {
  background: linear-gradient(90deg, var(--aqua) 0%, var(--aqua-end) 100%);
  color: var(--dark);
  padding: 17px 36px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 120px;
}

.btn-download {
  background: #ebebeb;
  color: var(--text);
  padding: 17px 36px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 120px;
}

.btn-dark-sm {
  background: var(--dark);
  color: #fff;
  padding: 13px 28px;
  font-size: 14px;
  border-radius: 120px;
}

.btn-small {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
}

.btn-large {
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 700;
}

.hero {
  background:
    radial-gradient(ellipse 70% 60% at 15% 50%, rgba(172, 196, 255, 0.5) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(200, 172, 255, 0.4) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 65% 85%, rgba(160, 230, 255, 0.35) 0%, transparent 50%),
    #ffffff;
  padding: 98px var(--px) 88px;
  text-align: center;
}

.hero-inner {
  max-width: 830px;
  margin: 0 auto;
}

.hero-heading {
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--text);
  margin-bottom: 20px;
}

.aqua {
  color: var(--aqua);
}

.hero-sub {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 34px;
  max-width: 720px;
  margin-inline: auto;
}

.hero-ctas {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.hero-note {
  font-size: 13px;
  color: #b0b6bf;
}

.hero-trust-badges {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
  animation: slideUp 0.6s ease-out 0.2s both;
}

.trust-badge {
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  display: flex;
  align-items: center;
  gap: 6px;
}

.trust-badge::before {
  content: '';
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, var(--aqua), var(--aqua-end));
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.editor-section {
  padding: 80px var(--px);
  background:
    radial-gradient(ellipse 60% 70% at 5% 50%, rgba(172, 196, 255, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 95% 30%, rgba(200, 172, 255, 0.2) 0%, transparent 50%),
    #ffffff;
}

.editor-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start;
}

.section-heading {
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.editor-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.editor-card {
  background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
  border-radius: var(--radius-card);
  overflow: hidden;
  padding: 28px;
}

.editor-card-preview {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.mock-card {
  background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 100%);
  border-radius: 16px;
  padding: 22px 28px;
  width: 320px;
  min-height: 180px;
}

.mock-top-row {
  margin-bottom: 4px;
}

.mock-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4c1d95;
}

.mock-headline {
  font-size: 32px;
  font-weight: 900;
  color: #1e0060;
  line-height: 1.05;
  margin-bottom: 12px;
}

.mock-badge {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.mock-edit-btn {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 120px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.mock-sub {
  font-size: 12px;
  font-weight: 700;
  color: #1e0060;
  text-align: right;
}

.editor-card-desc {
  font-size: 14px;
  color: #5b21b6;
  line-height: 1.65;
  text-align: center;
}

.editor-tabs {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.editor-tabs li {
  font-size: 16px;
  font-weight: 600;
  padding: 13px 0;
  color: #b4b8c0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: color 0.2s ease;
}

.editor-tabs li:last-child {
  border-bottom: none;
}

.editor-tabs li.tab-active {
  color: var(--text);
}

.editor-tabs li:not(.tab-active):hover {
  color: #565f6c;
}

.logos-bar {
  padding: 26px var(--px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.logos-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.logos-inner span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #c7c9ce;
  text-transform: uppercase;
}

.features-section {
  padding: 80px var(--px);
}

.features-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 22px 0;
  gap: 40px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.accordion-num {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
  min-width: 28px;
}

.accordion-title {
  font-size: 20px;
  font-weight: 600;
  flex: 1;
}

.accordion-plus {
  font-size: 22px;
  color: var(--muted);
  line-height: 1;
}

.accordion-body {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0;
}

.accordion-open .accordion-body {
  display: block;
  max-height: 1000px;
  opacity: 1;
}

.accordion-open .accordion-plus {
  display: none;
}

.accordion-content {
  background: #eaf4ff;
  border-radius: var(--radius-card);
  padding: 32px 36px;
  margin-bottom: 20px;
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
}

.accordion-text {
  flex: 1;
  max-width: 460px;
}

.feature-tag {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.feature-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 20px;
}

.feature-desc a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.feature-link {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.accordion-img {
  width: min(340px, 42%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(32, 45, 70, 0.16);
}

.accordion-img a {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease-out;
}

.accordion-img a:hover {
  transform: scale(1.02);
}

.accordion-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-banner {
  padding: 32px var(--px);
  display: flex;
  justify-content: center;
}

.cta-pill {
  background: linear-gradient(90deg, var(--aqua) 0%, var(--aqua-end) 100%);
  border-radius: 120px;
  padding: 10px 10px 10px 24px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.cta-icon {
  font-size: 18px;
  color: var(--dark);
}

.cta-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  white-space: nowrap;
}

.templates-section {
  padding: 80px var(--px);
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(200, 230, 255, 0.5) 0%, transparent 60%),
    #ffffff;
}

.templates-inner,
.showcase-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  text-align: center;
}

.section-heading-center {
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.section-sub-center {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 760px;
  margin: 0 auto 28px;
}

.templates-cta {
  margin-bottom: 48px;
}

.templates-gallery {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: flex-end;
}

.template-card {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  flex: 1;
  max-width: 220px;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.18);
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.template-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(16, 24, 40, 0.25);
}

.template-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}

.template-card.t-tall img {
  height: 370px;
}

.template-card.t-short img {
  height: 270px;
}

.t-stat {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 9px;
  border-radius: 8px;
}

.showcase-section {
  padding: 70px var(--px);
}

.showcase-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.showcase-grid a {
  display: block;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.showcase-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.15);
}

.showcase-grid img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.reviews-section {
  padding: 80px var(--px);
  background:
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(200, 225, 255, 0.4) 0%, transparent 55%),
    #ffffff;
}

.reviews-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}

.review-card {
  border-radius: 22px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  text-decoration: none;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  cursor: pointer;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.review-teal {
  background: linear-gradient(145deg, #0f766e 0%, #1d4ed8 100%);
}

.review-dark {
  background: linear-gradient(145deg, #1f2937 0%, #1e3a5f 100%);
}

.review-warm {
  background: linear-gradient(145deg, #d97706 0%, #dc2626 100%);
}

.review-purple {
  background: linear-gradient(145deg, #9333ea 0%, #ec4899 100%);
}

.review-quote {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.review-quote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 6px;
  line-height: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
}

.review-author img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.stat strong {
  display: block;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 6px;
}

.stat span {
  font-size: 14px;
  color: var(--muted);
}

.footer {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 56px var(--px) 40px;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

.footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-col a {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 10px;
  transition: color 0.18s ease;
}

.footer-col a:hover {
  color: var(--text);
}

.footer-wave {
  height: 200px;
  background:
    radial-gradient(ellipse 70% 80% at 85% 100%, #38bdf8 0%, #3b82f6 50%, transparent 75%),
    radial-gradient(ellipse 40% 60% at 15% 100%, #60a5fa 0%, transparent 55%);
  opacity: 0.22;
  pointer-events: none;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .editor-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-cols {
    grid-template-columns: repeat(3, 1fr);
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  :root {
    --px: 20px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav,
  .topbar-actions {
    display: none;
  }

  .hero {
    padding: 64px var(--px) 56px;
  }

  .hero-heading {
    font-size: clamp(32px, 9vw, 52px);
  }

  .hero-sub {
    font-size: 16px;
  }

  .accordion-content {
    flex-direction: column;
    padding: 20px;
    gap: 24px;
  }

  .accordion-img {
    width: 100%;
  }

  .templates-gallery {
    flex-wrap: wrap;
    justify-content: center;
  }

  .template-card {
    max-width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .footer-cols {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-pill {
    flex-direction: column;
    border-radius: 24px;
    padding: 20px 24px;
    text-align: center;
  }

  .hero-trust-badges {
    gap: 12px;
    margin-top: 16px;
  }

  .hero-ctas {
    margin-bottom: 8px;
  }

  .trust-badge {
    font-size: 12px;
  }
}

/* Button Hover Effects */
.btn-aqua {
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.btn-aqua:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(64, 218, 245, 0.3);
  filter: drop-shadow(0 0 10px rgba(64, 218, 245, 0.4));
}

.btn-aqua:active {
  transform: scale(0.98);
}

.btn-download {
  transition: all 0.3s ease-out;
}

.btn-download:hover {
  background: #d4d6db;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.btn-dark {
  transition: all 0.3s ease-out;
}

.btn-dark:hover {
  background: #1a2530;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.btn-muted {
  transition: all 0.3s ease-out;
}

.btn-muted:hover {
  background: #e0e3e8;
  transform: translateY(-2px);
}

/* ========== PHASE 2: COUNTDOWN TIMER & VISITOR COUNTER ========== */

/* Countdown Banner */
.countdown-banner {
  position: sticky;
  top: 64px;
  background: linear-gradient(135deg, #ff4757 0%, #ff6348 100%);
  color: #fff;
  padding: 14px var(--px);
  z-index: 90;
  box-shadow: 0 4px 16px rgba(255, 71, 87, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.countdown-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
}

.countdown-label {
  font-size: 13px;
  opacity: 0.95;
}

.countdown-text {
  font-weight: 700;
  font-size: 15px;
}

.countdown-timer {
  background: rgba(0, 0, 0, 0.15);
  padding: 8px 14px;
  border-radius: 8px;
  font-family: "Courier New", monospace;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  backdrop-filter: blur(4px);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1);
}

.timer-digit {
  display: inline-block;
  min-width: 24px;
  text-align: center;
  animation: timerPulse 1s ease-in-out infinite;
}

@keyframes timerPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

/* Live Visitor Counter Badge */
.visitor-badge {
  position: fixed;
  top: 150px;
  right: 20px;
  background: #fff;
  border: 2px solid var(--aqua);
  border-radius: 24px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 70;
  box-shadow: 0 4px 16px rgba(64, 218, 245, 0.15);
  animation: slideInRight 0.5s ease-out;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}

.visitor-dot {
  width: 8px;
  height: 8px;
  background: #28a745;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(40, 167, 69, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.visitor-text {
  background: linear-gradient(135deg, var(--aqua), var(--aqua-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#visitorCount {
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 768px) {
  .countdown-inner {
    gap: 8px;
    font-size: 12px;
  }
  
  .countdown-timer {
    font-size: 13px;
    padding: 6px 10px;
  }
  
  .visitor-badge {
    top: 140px;
    right: 10px;
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* Sticky Conversion Bar (Desktop) */
.sticky-conversion-bar {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, var(--aqua) 0%, var(--aqua-end) 100%);
  z-index: 95;
  box-shadow: 0 4px 20px rgba(64, 218, 245, 0.25);
  animation: slideDownBar 0.4s ease-out;
}

@keyframes slideDownBar {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.sticky-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 12px var(--px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.sticky-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
  white-space: nowrap;
}

/* Mobile Sticky CTA Bar */
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, var(--aqua) 0%, var(--aqua-end) 100%);
  padding: 12px var(--px) 16px;
  z-index: 85;
  box-shadow: 0 -4px 12px rgba(64, 218, 245, 0.2);
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  animation: slideUpBar 0.3s ease-out;
}

.mobile-sticky-cta[visible] {
  display: flex;
}

@keyframes slideUpBar {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.mobile-sticky-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
}

.mobile-sticky-cta .btn-aqua {
  padding: 10px 20px;
  font-size: 12px;
  white-space: nowrap;
}

/* Hide sticky bar on mobile/tablet (desktop only) */
@media (max-width: 1080px) {
  .sticky-conversion-bar {
    display: none;
  }
}

/* Clickable Section Styling */
.section-heading-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease-out;
  cursor: pointer;
}

.section-heading-link:hover {
  transform: scale(1.02);
}

.logos-bar {
  display: flex;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.logos-bar:hover {
  opacity: 0.8;
  transform: scale(0.98);
}

.stats-bar {
  display: grid;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.stats-bar:hover {
  opacity: 0.85;
  transform: scale(0.99);
}

.editor-card {
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.editor-card:hover {
  transform: translateY(-2px);
}

.editor-section {
  cursor: pointer;
}

/* Scroll Progress Bar */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--aqua) 0%, var(--aqua-end) 100%);
  z-index: 110;
  width: 0%;
  transition: width 0.1s linear;
  box-shadow: 0 0 10px rgba(64, 218, 245, 0.4);
}

/* Floating Action Button */
.floating-action-button {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--aqua) 0%, var(--aqua-end) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  z-index: 80;
  text-decoration: none;
  color: var(--dark);
  font-weight: 700;
  font-size: 12px;
  box-shadow: 0 8px 24px rgba(64, 218, 245, 0.35);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: fabPulse 2s ease-in-out infinite;
}

.fab-icon {
  font-size: 24px;
  animation: fabIconBounce 1s ease-in-out infinite;
}

.fab-text {
  letter-spacing: 0.5px;
}

.floating-action-button:hover {
  transform: scale(1.15);
  box-shadow: 0 12px 32px rgba(64, 218, 245, 0.45);
}

@keyframes fabPulse {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(64, 218, 245, 0.35);
  }
  50% {
    box-shadow: 0 8px 32px rgba(64, 218, 245, 0.55);
  }
}

@keyframes fabIconBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* Social Proof Notifications */
.social-proof-container {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 75;
  pointer-events: none;
}

.social-proof-toast {
  background: white;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  color: var(--text);
  max-width: 240px;
  animation: toastSlideIn 0.3s ease-out forwards;
  pointer-events: auto;
}

.social-proof-toast::before {
  content: "✓";
  color: var(--aqua);
  font-weight: 700;
  margin-right: 8px;
}

@keyframes toastSlideIn {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes toastFadeOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(300px);
  }
}

.social-proof-toast.fade-out {
  animation: toastFadeOut 0.3s ease-out forwards;
}

/* Exit-Intent Popup */
.exit-intent-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: popupFadeIn 0.3s ease-out;
}

.exit-popup-content {
  background: white;
  border-radius: 24px;
  padding: 40px 32px;
  max-width: 420px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: popupScaleIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.exit-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: var(--muted);
  transition: all 0.2s ease-out;
}

.exit-popup-close:hover {
  color: var(--text);
  transform: scale(1.2);
}

.exit-popup-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text);
}

.exit-popup-content p {
  color: var(--muted);
  margin-bottom: 20px;
  line-height: 1.5;
}

.btn-large {
  padding: 14px 28px !important;
  font-size: 15px !important;
}

.exit-popup-note {
  font-size: 11px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  color: #9ca3af !important;
}

@keyframes popupFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes popupScaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .floating-action-button {
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    font-size: 10px;
  }

  .social-proof-toast {
    max-width: 200px;
    font-size: 11px;
  }

  .social-proof-container {
    right: 12px;
    bottom: 100px;
  }

  .exit-popup-content {
    margin: 20px;
    max-width: calc(100% - 40px);
  }
}
