:root {
  --ello-primary: #dd4c23;
  --ello-primary-dark: #c7411d;
  --ello-secondary: #f27c1e;
  --ello-text: #101010;
  --ello-muted: #666666;
  --ello-surface: #ffffff;
  --ello-surface-alt: #f6f7f9;
  --ello-border: rgba(16, 16, 16, 0.08);
  --ello-shadow: 0 22px 60px rgba(17, 17, 17, 0.08);
  --ello-radius-lg: 24px;
  --ello-radius-md: 18px;
  --ello-radius-sm: 12px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
}

.full-width-header {
  position: relative;
  z-index: 9997;
}

#reading-progress {
  position: fixed;
  inset: 0 auto auto 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ello-primary) 0%, var(--ello-secondary) 100%);
  box-shadow: 0 0 20px rgba(221, 76, 35, 0.4);
  z-index: 99999;
  pointer-events: none;
}

#rs-header {
  position: relative;
  z-index: 9998;
  background: transparent;
  box-shadow: none;
}

#rs-header.scrolled {
  box-shadow: none;
}

#rs-header,
#rs-header .menu-area,
#rs-header .topbar-area,
#rs-header .logo-part img,
#rs-header .sticky-logo,
#rs-header .mobile-logo img {
  transition: background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, padding 0.28s ease, max-height 0.28s ease;
}

#rs-header .topbar-area {
  padding: 14px 0 10px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(16, 16, 16, 0.06);
  overflow: visible;
}

#rs-header .topbar-area .logo-part,
#rs-header .topbar-area .logo-part a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

#rs-header .topbar-area .logo-part {
  padding: 0;
  transform: none;
}

#rs-header .menu-area {
  background: linear-gradient(90deg, #e34a1e 0%, #f26b16 100%);
  border-top: 0;
  min-height: 62px;
}

#rs-header .menu-area.menu-sticky {
  transition: background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

#rs-header .menu-area.menu-sticky.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9998;
  min-height: 66px;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 14px 34px rgba(16, 16, 16, 0.14);
  animation: elloStickySlideDown 0.42s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

#rs-header .menu-area .logo-area {
  display: none !important;
}

#rs-header .menu-area.menu-sticky.sticky .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#rs-header .menu-area.menu-sticky.sticky .logo-area {
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  margin-right: 34px;
  transform: translateY(-10px);
}

#rs-header .menu-area.menu-sticky.sticky .logo-area a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

#rs-header .menu-area.menu-sticky.sticky .sticky-logo {
  display: block !important;
  max-height: 42px;
  height: auto;
  width: auto;
  object-fit: contain;
}

#rs-header .menu-area.menu-sticky.sticky .rs-menu-area {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

#rs-header .logo-part img,
#rs-header .sticky-logo {
  max-height: 46px;
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  transform: translateZ(0);
}

#rs-header .mobile-logo img {
  max-height: 42px;
  width: auto;
}

#rs-header .nav-menu > li > a {
  color: #ffffff !important;
  font-weight: 800;
  letter-spacing: 0.01em;
}

#rs-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #161616 !important;
}

#rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li > a:hover,
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a,
#rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li:hover > a {
  color: #ffffff !important;
  opacity: 0.96;
}

#rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li.menu-item-has-children > a:before {
  color: rgba(255, 255, 255, 0.92);
}

#rs-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover,
#rs-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a,
#rs-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu > li:hover > a {
  color: var(--ello-primary) !important;
  opacity: 1;
}

#rs-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu > li.menu-item-has-children > a:before {
  color: #161616;
}

.rs-banner.style9 {
  position: relative;
}

.rs-banner.style9::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(74, 74, 74, 0.34) 0%, rgba(58, 58, 58, 0.22) 42%, rgba(34, 34, 34, 0.08) 100%);
  pointer-events: none;
}

.rs-banner.style9 .container,
.rs-banner.style9 .banner-content,
.rs-banner.style9 .images-part {
  position: relative;
  z-index: 1;
}

.rs-banner.style9 .banner-content .title {
  color: #ffffff;
}

.rs-banner.style9 .banner-content {
  padding: 168px 0 145px;
}

.rs-banner.style9 .images-part img {
  transform: translateY(12%);
}

.rs-banner.style9 .banner-content .desc,
.rs-banner.style9 .ello-secondary-link,
.rs-banner.style9 .ello-proof-note,
.rs-banner.style9 .ello-hero-subtitle {
  color: rgba(255, 255, 255, 0.82);
}

.rs-banner.style9 .ello-hero-subtitle {
  font-weight: 500;
}

.rs-banner.style9 .banner-content .desc {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.85;
}

.rs-banner.style9 .ello-secondary-link {
  font-weight: 800;
}

.rs-banner.style9 .ello-secondary-link:hover {
  color: #ffffff;
  opacity: 0.9;
}

.rs-banner.style9 .ello-proof-note {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.7;
}

.nav-menu > li.current-menu-item > a,
.nav-menu > li > a:hover {
  color: var(--ello-primary) !important;
}

#rs-header .nav-menu > li.current-menu-item > a,
#rs-header .nav-menu > li > a:hover {
  color: #ffffff !important;
}

#rs-header .nav-menu > li.current-menu-item > a::after,
#rs-header .nav-menu > li > a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

#rs-header .menu-area.menu-sticky.sticky .nav-menu > li.current-menu-item > a::after,
#rs-header .menu-area.menu-sticky.sticky .nav-menu > li > a:hover::after {
  background: var(--ello-primary);
}

.btn-ello-primary,
.readon.started,
.readon.learn-more,
.readon.lets-talk,
.readon.discover {
  position: relative;
  overflow: hidden;
}

.btn-ello-primary::after,
.readon.started::after,
.readon.learn-more::after,
.readon.lets-talk::after,
.readon.discover::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -120%;
  width: 56%;
  background: linear-gradient(115deg, transparent 15%, rgba(255, 255, 255, 0.34) 50%, transparent 85%);
  transform: skewX(-20deg);
  transition: left 0.5s ease;
}

.btn-ello-primary:hover::after,
.readon.started:hover::after,
.readon.learn-more:hover::after,
.readon.lets-talk:hover::after,
.readon.discover:hover::after {
  left: 150%;
}

.btn-whatsapp,
a[href*="whatsapp"] {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.btn-whatsapp:hover,
a[href*="whatsapp"]:hover {
  transform: translateY(-2px);
}

.ello-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(221, 76, 35, 0.16);
  box-shadow: 0 10px 30px rgba(16, 16, 16, 0.08);
  color: var(--ello-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.ello-hero-badge-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0aa237;
  box-shadow: 0 0 0 8px rgba(10, 162, 55, 0.12);
  animation: elloPulseDot 1.8s ease-in-out infinite;
}

.ello-hero-subtitle {
  max-width: 520px;
  margin-bottom: 26px;
  color: #5b5b5b;
  font-size: 19px;
  line-height: 1.8;
}

.ello-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.ello-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ello-text);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.ello-secondary-link:hover {
  color: var(--ello-primary);
}

.ello-proof-note {
  display: block;
  margin-top: 16px;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.6;
}

.ello-stats-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(221, 76, 35, 0.1);
  border-radius: 24px;
  box-shadow: var(--ello-shadow);
}

.ello-stat {
  position: relative;
  text-align: center;
}

.ello-stat + .ello-stat::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(16, 16, 16, 0.08);
}

.ello-stat-number {
  display: block;
  color: var(--ello-primary);
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.ello-stat-label {
  display: block;
  margin-top: 8px;
  color: #5f5f5f;
  font-size: 14px;
}

.ello-section-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ello-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ello-section-subtitle {
  max-width: 680px;
  margin: 12px auto 0;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.8;
}

.ello-modules-intro {
  max-width: 640px;
  margin: 0 auto 34px;
  text-align: center;
}

.services-item,
.pricing-table,
.rs-addon-number,
.technology-item,
.ello-comparison-card,
.ello-step-card,
.ello-faq-item,
.ello-form-shell {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.services-item:hover,
.pricing-table:hover,
.rs-addon-number:hover,
.technology-item:hover,
.ello-comparison-card:hover,
.ello-step-card:hover,
.ello-faq-item:hover,
.ello-form-shell:hover {
  transform: translateY(-14px);
  box-shadow: 0 28px 56px rgba(17, 17, 17, 0.12);
}

.ello-steps-section,
.ello-comparison-section,
.ello-faq-section {
  padding: 80px 0;
}

.ello-steps-section {
  background:
    radial-gradient(circle at 0 0, rgba(221, 76, 35, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fff8f4 100%);
}

.ello-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ello-step-card {
  height: 100%;
  padding: 28px 24px;
  background: var(--ello-surface);
  border: 1px solid var(--ello-border);
  border-radius: var(--ello-radius-lg);
  box-shadow: 0 20px 45px rgba(17, 17, 17, 0.05);
}

.ello-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ello-primary) 0%, var(--ello-secondary) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(221, 76, 35, 0.24);
}

.ello-step-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.ello-step-card p {
  margin: 0;
  color: var(--ello-muted);
  font-size: 15px;
  line-height: 1.8;
}

.ello-comparison-section {
  background: var(--ello-surface-alt);
}

.ello-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ello-comparison-card {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--ello-border);
  border-radius: var(--ello-radius-lg);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.05);
}

.ello-comparison-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 24px;
}

.ello-comparison-card.sem-ello {
  border-color: rgba(221, 76, 35, 0.18);
}

.ello-comparison-card.com-ello {
  border-color: rgba(221, 76, 35, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 244, 0.96));
}

.ello-comparison-card ul li {
  display: flex;
  gap: 10px;
  padding: 11px 0;
  color: #4d4d4d;
  border-bottom: 1px solid rgba(16, 16, 16, 0.06);
  font-size: 15px;
}

.ello-comparison-card ul li:last-child {
  border-bottom: 0;
}

.ello-comparison-footer {
  margin-top: 28px;
  text-align: center;
}

.ello-testimonials-heading {
  max-width: 700px;
  margin: 0 auto 34px;
  text-align: center;
}

.ello-testimonials-heading .title {
  margin-bottom: 10px;
}

.ello-swiper-shell {
  position: relative;
  padding-bottom: 8px;
}

.ello-swiper-shell .swiper {
  padding: 8px 6px 50px;
}

.ello-testimonial-card {
  height: 100%;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(16, 16, 16, 0.06);
  border-radius: 24px;
  box-shadow: 0 20px 42px rgba(17, 17, 17, 0.06);
}

.ello-testimonial-avatar {
  margin-bottom: 18px;
}

.ello-testimonial-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(221, 76, 35, 0.12);
}

.ello-testimonial-card p {
  min-height: 192px;
  color: #555;
  font-size: 15px;
  line-height: 1.85;
}

.ello-clients-marquee-section {
  position: relative;
  overflow: hidden;
}

.ello-clients-intro {
  max-width: 760px;
  margin: 0 auto 26px;
}

.ello-clients-intro .desc {
  max-width: 700px;
  margin: 0 auto;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1.85;
}

.ello-clients-marquee-shell {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 22px 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 247, 242, 0.96) 100%);
}

.ello-clients-marquee-shell::before,
.ello-clients-marquee-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}

.ello-clients-marquee-shell::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.ello-clients-marquee-shell::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.ello-clients-marquee-track {
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  animation: elloClientsMarquee 42s linear infinite;
  animation-play-state: running !important;
  will-change: transform;
}

.ello-client-logo-card {
  flex: 0 0 clamp(180px, 16vw, 250px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  padding: 24px 28px;
  border: 1px solid rgba(16, 16, 16, 0.06);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.05);
}

.ello-client-logo-card img {
  width: 100%;
  max-width: 220px;
  max-height: 88px;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.02);
}

.ello-testimonial-brand img {
  width: auto !important;
  max-width: 150px;
}

.ello-swiper-pagination {
  text-align: center;
}

.ello-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(221, 76, 35, 0.28);
  opacity: 1;
}

.ello-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--ello-primary);
}

.ello-faq-section {
  background:
    radial-gradient(circle at 100% 0, rgba(221, 76, 35, 0.08), transparent 28%),
    #ffffff;
}

.ello-faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.ello-faq-item {
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 18px;
}

.ello-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 24px;
  background: none;
  border: 0;
  color: var(--ello-text);
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.ello-faq-question span:last-child {
  flex-shrink: 0;
  margin-left: 12px;
  color: var(--ello-primary);
  font-size: 28px;
  line-height: 1;
  transition: transform 0.24s ease;
}

.ello-faq-item.open .ello-faq-question span:last-child {
  transform: rotate(45deg);
}

.ello-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  color: #616161;
  font-size: 15px;
  line-height: 1.85;
  transition: max-height 0.35s ease, padding-bottom 0.35s ease;
}

.ello-faq-item.open .ello-faq-answer {
  max-height: 280px;
  padding-bottom: 22px;
}

.ello-value-cta {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #d64921 0%, #f27c1e 100%);
}

.ello-value-cta::before,
.ello-value-cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.ello-value-cta::before {
  top: -120px;
  right: -90px;
  width: 280px;
  height: 280px;
}

.ello-value-cta::after {
  left: -90px;
  bottom: -120px;
  width: 240px;
  height: 240px;
}

.ello-value-cta .container {
  position: relative;
  z-index: 1;
}

.ello-value-cta .ello-cta-shell {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ello-value-cta .ello-cta-shell h2,
.ello-value-cta .ello-cta-shell p,
.ello-value-cta .ello-cta-shell .ello-section-eyebrow {
  color: #fff;
}

.ello-form-shell {
  margin-top: 30px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ello-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ello-lead-form input,
.ello-lead-form select,
.ello-lead-form button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 14px;
  font-size: 15px;
}

.ello-lead-form input,
.ello-lead-form select {
  padding: 14px 16px;
  color: var(--ello-text);
}

.ello-lead-form button {
  grid-column: 1 / -1;
  background: #fff;
  color: var(--ello-primary);
  font-weight: 800;
}

.ello-lead-form-note {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.ello-lead-success {
  padding: 18px 20px;
  margin: 0;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

#float-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #12b349 0%, #0aa237 100%);
  box-shadow: 0 18px 34px rgba(10, 162, 55, 0.36);
  z-index: 9998;
  animation: elloWhatsappFloat 3s ease-in-out infinite;
}

#float-whatsapp img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

#float-whatsapp .ello-wpp-tooltip {
  position: absolute;
  right: 78px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #151515;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#float-whatsapp:hover .ello-wpp-tooltip {
  opacity: 1;
  transform: translateX(0);
}

#sticky-cta {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 26px;
  background: rgba(16, 16, 16, 0.94);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 26px 46px rgba(17, 17, 17, 0.28);
  transform: translateY(140%);
  transition: transform 0.35s ease;
  z-index: 9997;
}

#sticky-cta.visible {
  transform: translateY(0);
}

#sticky-cta p {
  margin: 0;
  font-size: 15px;
}

#sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ello-primary) 0%, var(--ello-secondary) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

#sticky-cta-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  line-height: 1;
}

#lead-modal-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(9, 9, 9, 0.56);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
  z-index: 9999;
}

#lead-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

#lead-modal {
  position: relative;
  width: min(100%, 460px);
  padding: 34px 30px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(17, 17, 17, 0.18);
  transform: translateY(18px) scale(0.96);
  transition: transform 0.28s ease;
  text-align: center;
}

#lead-modal-overlay.active #lead-modal {
  transform: translateY(0) scale(1);
}

#lead-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: none;
  color: #9b9b9b;
  font-size: 24px;
  line-height: 1;
}

.ello-modal-icon {
  margin-bottom: 8px;
  color: var(--ello-primary);
  font-size: 40px;
  font-weight: 800;
}

#lead-modal h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

#lead-modal p {
  margin-bottom: 20px;
  color: #5d5d5d;
  font-size: 15px;
  line-height: 1.8;
}

.ello-modal-fields {
  display: grid;
  gap: 12px;
}

.ello-modal-fields input,
.ello-modal-fields a {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 14px;
}

.ello-modal-fields input {
  border: 1px solid rgba(16, 16, 16, 0.12);
}

.ello-modal-fields a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ello-primary) 0%, var(--ello-secondary) 100%);
  color: #fff;
  font-weight: 800;
}

.ello-modal-note {
  display: block;
  margin-top: 12px;
  color: #8a8a8a;
  font-size: 12px;
}

.tippy-box[data-theme~="ello"] {
  background: #151515;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
}

.tippy-box[data-theme~="ello"] .tippy-arrow {
  color: #151515;
}

@keyframes elloPulseDot {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

@keyframes elloWhatsappFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes elloStickySlideDown {
  0% {
    opacity: 0;
    transform: translateY(-18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes elloClientsMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 11px));
  }
}

@media (max-width: 1199px) {
  .ello-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ello-stats-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ello-stat:nth-child(3)::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .ello-comparison-grid,
  .ello-lead-form {
    grid-template-columns: 1fr;
  }

  #rs-header .menu-area.menu-sticky.sticky .container {
    min-height: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  #rs-header .menu-area.menu-sticky.sticky .logo-area {
    margin-right: 18px;
  }

  #rs-header .menu-area.menu-sticky.sticky .sticky-logo {
    max-height: 34px;
  }

  .ello-testimonial-card p {
    min-height: auto;
  }

  #sticky-cta {
    flex-direction: column;
    align-items: stretch;
    padding-right: 42px;
  }

  #sticky-cta p,
  #sticky-cta a {
    text-align: center;
  }

  #rs-header .topbar-area {
    padding: 12px 0 8px;
  }
}

@media (max-width: 767px) {
  .ello-hero-subtitle {
    font-size: 17px;
  }

  .ello-stats-bar {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .ello-stat + .ello-stat::before {
    display: none;
  }

  .ello-steps-grid {
    grid-template-columns: 1fr;
  }

  .ello-steps-section,
  .ello-comparison-section,
  .ello-faq-section,
  .ello-value-cta {
    padding: 60px 0;
  }

  .ello-comparison-card,
  .ello-step-card,
  .ello-form-shell,
  .ello-testimonial-card {
    padding: 24px 20px;
  }

  #rs-header .topbar-area {
    padding: 10px 0 8px;
  }

  #rs-header .logo-part img,
  #rs-header .sticky-logo {
    max-height: 38px;
  }

  #rs-header .menu-area {
    min-height: 58px;
  }

  #rs-header .menu-area.menu-sticky.sticky .logo-area {
    display: none !important;
  }

  .ello-clients-marquee-shell {
    padding: 16px 0;
  }

  .ello-clients-marquee-shell::before,
  .ello-clients-marquee-shell::after {
    width: 52px;
  }

  .ello-clients-marquee-track {
    gap: 14px;
    animation-duration: 28s;
  }

  .ello-client-logo-card {
    flex-basis: 170px;
    min-height: 108px;
    padding: 18px 20px;
  }

  #float-whatsapp {
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: 18px;
  }

  #float-whatsapp .ello-wpp-tooltip {
    display: none;
  }

  #sticky-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 16px 16px 14px;
  }
}
