
:root {
  --brand-orange: #f7943d;
  --brand-orange-strong: #ef7f1a;
  --brand-yellow: #f6cb4b;
  --brand-blue: #4d88d9;
  --brand-pink: #f39aac;

  --brand-dark: #2f3133;
  --brand-text: #43484d;
  --brand-muted: #7d848b;

  --bg-main: #f5f6f7;
  --bg-card: #ffffff;
  --bg-soft: #fff7f1;

  --line: #ececec;
  --line-soft: rgba(247, 148, 61, 0.14);
  --shadow: 0 18px 38px rgba(0, 0, 0, 0.08);

  --button-1: #2fc55a;
  --button-2: #1faa49;

  --progress-bg: #f2e7dc;
  --progress-fill-1: #f7a34f;
  --progress-fill-2: #ef7f1a;

  --white: #ffffff;

  --font-heading: 'Cormorant Garamond', serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;

  --radius-xl: 28px;
  --radius-lg: 18px;
  --pill: 999px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body.eli-promos-theme {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body.eli-promos-theme {
  font-family: var(--font-body);
  color: var(--brand-text);
  background:
    radial-gradient(circle at 20% 10%, rgba(247, 148, 61, 0.07), transparent 18%),
    radial-gradient(circle at 80% 20%, rgba(77, 136, 217, 0.06), transparent 20%),
    linear-gradient(180deg, #f8f9fa 0%, #f3f4f6 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.eli-promos-theme a {
  text-decoration: none;
  color: inherit;
}

body.eli-promos-theme h1,
body.eli-promos-theme h2,
body.eli-promos-theme h3 {
  font-family: var(--font-heading);
  letter-spacing: 0;
}

body.eli-promos-theme .site,
body.eli-promos-theme .site-content,
body.eli-promos-theme #page,
body.eli-promos-theme #content {
  background: transparent;
}

body.eli-promos-theme .eli-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  text-align: center;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #ea7a14, #f7943d, #ea7a14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 6px 16px rgba(239, 127, 26, 0.12);
}

body.eli-promos-theme .eli-page {
  width: 100%;
  min-height: calc(100vh - 40px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 34px 16px 140px;
  margin: 0 auto;
}

body.eli-promos-theme .eli-landing-card {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  flex: 0 0 auto;
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 22px 18px 24px;
  overflow: hidden;
}

body.eli-promos-theme .eli-landing-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(247, 148, 61, 0.10);
  border-radius: 22px;
  pointer-events: none;
}

body.eli-promos-theme .eli-hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18px 18px, rgba(247, 148, 61, 0.25) 3px, transparent 4px),
    radial-gradient(circle at 58px 38px, rgba(77, 136, 217, 0.20) 4px, transparent 5px),
    radial-gradient(circle at 100px 20px, rgba(246, 203, 75, 0.22) 4px, transparent 5px),
    radial-gradient(circle at 150px 40px, rgba(243, 154, 172, 0.20) 4px, transparent 5px),
    radial-gradient(circle at 210px 22px, rgba(247, 148, 61, 0.22) 3px, transparent 4px),
    radial-gradient(circle at 260px 42px, rgba(77, 136, 217, 0.18) 4px, transparent 5px),
    radial-gradient(circle at 315px 24px, rgba(246, 203, 75, 0.22) 3px, transparent 4px),
    radial-gradient(circle at 368px 40px, rgba(243, 154, 172, 0.18) 4px, transparent 5px);
}

body.eli-promos-theme .eli-hero,
body.eli-promos-theme .eli-progress-card,
body.eli-promos-theme .eli-features-title,
body.eli-promos-theme .eli-features-list,
body.eli-promos-theme .eli-testimonials-section,
body.eli-promos-theme .eli-footer-area {
  position: relative;
  z-index: 2;
}

body.eli-promos-theme .eli-hero {
  text-align: center;
  padding-top: 4px;
}

body.eli-promos-theme .eli-logo-frame {
  width: 170px;
  height: 170px;
  margin: 0 auto 14px;
  padding: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff7f0, #fff1e4);
  box-shadow: 0 12px 30px rgba(247, 148, 61, 0.18);
}

body.eli-promos-theme .eli-main-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffd4ae;
}

body.eli-promos-theme .eli-hero h1 {
  font-size: 35px;
  line-height: 1.02;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 12px;
}

body.eli-promos-theme .eli-hero h1 em {
  color: var(--brand-orange-strong);
  font-style: italic;
  font-weight: 700;
}

body.eli-promos-theme .eli-subtitle {
  max-width: 320px;
  margin: 0 auto 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--brand-text);
  font-weight: 400;
}

body.eli-promos-theme .eli-subtitle strong {
  color: var(--brand-orange-strong);
}

body.eli-promos-theme .eli-cta-button {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 18px;
  border-radius: var(--pill);
  background: linear-gradient(180deg, var(--button-1) 0%, var(--button-2) 100%);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
  box-shadow: 0 12px 24px rgba(22, 150, 70, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.eli-promos-theme .eli-cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(22, 150, 70, 0.30);
  filter: brightness(1.03);
}

body.eli-promos-theme .eli-cta-icon {
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.eli-promos-theme .eli-cta-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

body.eli-promos-theme .eli-microcopy {
  margin: 12px auto 0;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.1px;
  font-weight: 600;
  text-align: center;
  color: var(--brand-muted);
  white-space: nowrap;
}

body.eli-promos-theme .eli-progress-card {
  margin-top: 16px;
  background: var(--bg-soft);
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  padding: 12px 12px 10px;
}

body.eli-promos-theme .eli-progress-top,
body.eli-promos-theme .eli-progress-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.eli-promos-theme .eli-progress-top {
  margin-bottom: 9px;
}

body.eli-promos-theme .eli-progress-label {
  font-size: 12px;
  font-weight: 700;
  color: #5c6065;
}

body.eli-promos-theme #percent-text {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-orange-strong);
}

body.eli-promos-theme .eli-progress-track {
  width: 100%;
  height: 10px;
  border-radius: var(--pill);
  overflow: hidden;
  background: var(--progress-bg);
}

body.eli-promos-theme .eli-progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--progress-fill-1), var(--progress-fill-2));
  transition: width 0.25s ease;
}

body.eli-promos-theme .eli-progress-bottom {
  margin-top: 8px;
  justify-content: flex-end;
}

body.eli-promos-theme #progress-note {
  font-size: 11px;
  font-weight: 600;
  color: #6b7076;
}

body.eli-promos-theme .eli-features-title,
body.eli-promos-theme .eli-testimonials-title {
  text-align: center;
  margin: 22px 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: var(--brand-dark);
}

body.eli-promos-theme .eli-features-list {
  display: grid;
  gap: 10px;
}

body.eli-promos-theme .eli-feature-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 18px;
  padding: 12px 12px 12px 10px;
  position: relative;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
}

body.eli-promos-theme .eli-feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7943d, #f6cb4b);
}

body.eli-promos-theme .eli-feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff4ea;
  font-size: 15px;
}

body.eli-promos-theme .eli-feature-text h3 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 4px;
  letter-spacing: 0.1px;
}

body.eli-promos-theme .eli-feature-text p {
  font-size: 12.5px;
  line-height: 1.5;
  color: #5f666d;
  font-weight: 400;
}

body.eli-promos-theme .eli-testimonials-section {
  margin-top: 18px;
}

body.eli-promos-theme .eli-testimonials-scroll-wrap {
  position: relative;
  width: 100%;
}

body.eli-promos-theme .eli-testimonials-viewport {
  height: 420px;
  overflow: hidden;
  border-radius: 22px;
  user-select: none;
  -webkit-user-select: none;
}

body.eli-promos-theme .eli-testimonials-track {
  display: flex;
  flex-direction: column;
  gap: 12px;
  will-change: transform;
  animation: eliTestimonialsScrollDown 45s linear infinite;
}

body.eli-promos-theme .eli-testimonial-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ededed;
  border-radius: 18px;
  padding: 16px 16px 15px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
}

body.eli-promos-theme .eli-testimonial-name {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 8px;
}

body.eli-promos-theme .eli-testimonial-card p {
  font-size: 12.5px;
  line-height: 1.55;
  color: #5c636a;
  font-weight: 400;
}

@keyframes eliTestimonialsScrollDown {
  from { transform: translateY(-50%); }
  to { transform: translateY(0); }
}

body.eli-promos-theme .eli-footer-area {
  margin-top: 18px;
  padding-top: 8px;
  text-align: center;
}

body.eli-promos-theme .eli-footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(247, 148, 61, 0.14);
  margin-bottom: 18px;
}

body.eli-promos-theme .eli-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  color: #6f757b;
}

body.eli-promos-theme .eli-footer-links a:hover {
  text-decoration: underline;
}

body.eli-promos-theme .eli-made-with-love {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7943d 0%, #ef7f1a 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(239, 127, 26, 0.20);
}

body.eli-promos-theme .eli-social-proof-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 18px);
  width: min(92vw, 420px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(247, 148, 61, 0.22);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}

body.eli-promos-theme .eli-social-proof-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

body.eli-promos-theme .eli-toast-avatar {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0e2;
  font-size: 14px;
}

body.eli-promos-theme .eli-social-proof-toast p {
  font-size: 12px;
  line-height: 1.35;
  color: #555c62;
  font-weight: 400;
}

body.eli-promos-theme .eli-social-proof-toast strong {
  font-weight: 700;
  color: var(--brand-dark);
}

@media (max-width: 480px) {
  body.eli-promos-theme .eli-page {
    padding: 20px 12px 120px;
  }

  body.eli-promos-theme .eli-landing-card {
    max-width: 100%;
    padding: 18px 14px 20px;
    border-radius: 22px;
  }

  body.eli-promos-theme .eli-landing-card::before {
    inset: 10px;
    border-radius: 16px;
  }

  body.eli-promos-theme .eli-logo-frame {
    width: 146px;
    height: 146px;
    margin-bottom: 14px;
  }

  body.eli-promos-theme .eli-hero h1 {
    font-size: 29px;
  }

  body.eli-promos-theme .eli-subtitle {
    font-size: 13px;
  }

  body.eli-promos-theme .eli-cta-button {
    font-size: 14px;
    min-height: 48px;
    padding: 13px 16px;
  }

  body.eli-promos-theme .eli-microcopy {
    max-width: 300px;
    white-space: normal;
    font-size: 10px;
    line-height: 1.4;
  }

  body.eli-promos-theme .eli-feature-card {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  body.eli-promos-theme .eli-feature-text h3 {
    font-size: 12.5px;
  }

  body.eli-promos-theme .eli-feature-text p {
    font-size: 11.8px;
  }

  body.eli-promos-theme .eli-features-title,
  body.eli-promos-theme .eli-testimonials-title {
    font-size: 18px;
  }

  body.eli-promos-theme .eli-testimonials-viewport {
    height: 360px;
    border-radius: 18px;
  }

  body.eli-promos-theme .eli-testimonials-track {
    gap: 10px;
    animation-duration: 42s;
  }

  body.eli-promos-theme .eli-testimonial-card {
    padding: 14px 14px 13px;
    border-radius: 16px;
  }

  body.eli-promos-theme .eli-testimonial-name {
    font-size: 13px;
    margin-bottom: 6px;
  }

  body.eli-promos-theme .eli-testimonial-card p {
    font-size: 11.8px;
  }

  body.eli-promos-theme .eli-footer-links {
    gap: 8px;
    font-size: 11px;
  }

  body.eli-promos-theme .eli-made-with-love {
    width: 100%;
    max-width: 260px;
    padding: 13px 20px;
    font-size: 13px;
  }

  body.eli-promos-theme .eli-social-proof-toast {
    width: min(94vw, 380px);
    bottom: 12px;
    padding: 11px 12px;
  }
}
