/* =====================================================
   ECHIPE — RELAY LANDING PAGE
   Design: Bebas Neue + Inter, dark theme
   Palette: orange #FF4500 × blue #00D4FF
   ===================================================== */

/* ---- RESET & BASE ---- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --orange:      #FF4500;
  --orange-dim:  rgba(255, 69, 0, 0.15);
  --orange-glow: rgba(255, 69, 0, 0.4);
  --blue:        #00D4FF;
  --blue-dim:    rgba(0, 212, 255, 0.12);
  --blue-glow:   rgba(0, 212, 255, 0.3);
  --dark:        #0A0E1A;
  --darker:      #050812;
  --darkest:     #020409;
  --white:       #F5F5F5;
  --gray:        #8B92A7;
  --gray-light:  rgba(255, 255, 255, 0.07);
  --text-secondary: rgba(255, 255, 255, 0.6);
  --text-muted:  rgba(255, 255, 255, 0.4);
  --font-display: 'Bebas Neue', sans-serif;
  --font-body:    'Inter', sans-serif;
  --sp-xs:  8px;
  --sp-sm:  16px;
  --sp-md:  32px;
  --sp-lg:  64px;
  --sp-xl:  96px;
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 16px;
  --r-xl: 24px;
  --ease: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--darker);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; }
img { max-width: 100%; height: auto; }

/* =====================================================
   S1. HERO
   ===================================================== */
.ec-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ec-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ec-hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
}
.ec-hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(255, 69, 0, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(0, 212, 255, 0.04) 0%, transparent 50%),
    linear-gradient(180deg, rgba(5, 8, 18, 0.7) 0%, rgba(5, 8, 18, 0.8) 100%);
}

.ec-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(5, 8, 18, 0.45) 0%,
    rgba(5, 8, 18, 0.35) 40%,
    rgba(5, 8, 18, 0.7) 70%,
    rgba(5, 8, 18, 0.95) 100%);
  z-index: 2;
}

.ec-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: var(--sp-xl) var(--sp-md);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-md);
}

.ec-hero-logo {
  margin-bottom: var(--sp-sm);
}
.ec-logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
}
.ec-hero-event-logo {
  max-width: 360px;
  height: auto;
  margin: 0 auto 0;
  filter: drop-shadow(0 0 24px rgba(0, 212, 255, 0.15)) drop-shadow(0 0 60px rgba(255, 69, 0, 0.08));
  animation: ec-float 5s ease-in-out infinite;
}
@keyframes ec-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.ec-hero-separator {
  width: 140px;
  height: 1px;
  margin: 24px auto 28px;
  border: none;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  opacity: 0.5;
}

.ec-hero-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 7vw, 64px);
  line-height: 1.05;
  letter-spacing: 3px;
  color: var(--white);
}
.ec-hero-title .accent {
  color: var(--orange);
}

.ec-hero-sub {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--text-secondary);
  max-width: 680px;
  line-height: 1.7;
}

.ec-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-sm);
}

.ec-hero-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color var(--ease);
}
.ec-hero-link:hover {
  color: var(--blue);
}

.ec-hero-sotto {
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

/* =====================================================
   SHARED
   ===================================================== */
.ec-section {
  padding: 100px var(--sp-md);
  position: relative;
}
.ec-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ec-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ec-eyebrow.blue   { color: var(--blue); }
.ec-eyebrow.orange { color: var(--orange); }

.ec-heading {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 60px);
  letter-spacing: 3px;
  line-height: 1;
  color: var(--white);
  margin-bottom: var(--sp-md);
}
.ec-heading .accent-blue   { color: var(--blue); }
.ec-heading .accent-orange { color: var(--orange); }

.ec-body {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 700px;
}
.ec-body + .ec-body {
  margin-top: var(--sp-sm);
}

/* ---- BUTTONS ---- */
.ec-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--orange);
  color: var(--white);
  padding: 18px 44px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform var(--ease), box-shadow var(--ease);
}
.ec-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px var(--orange-glow);
}

.ec-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: var(--blue);
  padding: 18px 44px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  border: 2px solid rgba(0, 212, 255, 0.35);
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease), transform var(--ease);
}
.ec-btn-outline:hover {
  background: rgba(0, 212, 255, 0.1);
  border-color: rgba(0, 212, 255, 0.6);
  transform: translateY(-3px);
}

.ec-btn-large {
  padding: 22px 56px;
  font-size: 16px;
}

.ec-btn-full {
  width: 100%;
  text-align: center;
}

/* =====================================================
   S2. DE CE FUNCȚIONEAZĂ
   ===================================================== */
.ec-why-section {
  background: var(--dark);
}
.ec-why-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(0, 212, 255, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

.ec-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ec-why-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
.ec-why-card::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.ec-why-card:nth-child(1)::after { background: radial-gradient(circle at 80% 20%, rgba(255, 69, 0, 0.06) 0%, transparent 60%); }
.ec-why-card:nth-child(2)::after { background: radial-gradient(circle at 20% 80%, rgba(0, 212, 255, 0.06) 0%, transparent 60%); }
.ec-why-card:nth-child(3)::after { background: radial-gradient(circle at 80% 80%, rgba(0, 212, 255, 0.06) 0%, transparent 60%); }
.ec-why-card:nth-child(4)::after { background: radial-gradient(circle at 20% 20%, rgba(255, 69, 0, 0.06) 0%, transparent 60%); }

.ec-why-card:hover {
  border-color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.ec-why-card:hover::after {
  opacity: 1;
}

.ec-why-icon {
  color: var(--orange);
  margin-bottom: var(--sp-sm);
  display: block;
}
.ec-why-card:nth-child(2) .ec-why-icon,
.ec-why-card:nth-child(3) .ec-why-icon {
  color: var(--blue);
}

.ec-why-title {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 10px;
}

.ec-why-text {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
}

/* =====================================================
   S3. CUM FUNCȚIONEAZĂ
   ===================================================== */
.ec-steps-section {
  background: var(--darker);
}

.ec-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: var(--sp-md);
}

.ec-step {
  display: flex;
  gap: var(--sp-md);
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  align-items: flex-start;
}
.ec-step:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ec-step-number {
  font-family: var(--font-display);
  font-size: 56px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  flex-shrink: 0;
  width: 80px;
}

.ec-step-content {
  flex: 1;
}

.ec-step-title {
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 10px;
}

.ec-step-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 600px;
}

/* =====================================================
   S4. PENTRU COMPANII
   ===================================================== */
.ec-corporate-section {
  background: #060b16;
}

.ec-corporate-block {
  border-left: 4px solid var(--orange);
  padding-left: var(--sp-md);
}

.ec-corporate-benefits {
  margin-top: var(--sp-md);
}

.ec-benefits-title {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--blue);
  margin-bottom: var(--sp-sm);
}

.ec-benefits-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 32px;
}
.ec-benefits-list li {
  font-size: 15px;
  color: var(--text-secondary);
  padding-left: 20px;
  position: relative;
}
.ec-benefits-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

/* ---- Corporate table ---- */
.ec-corporate-table-wrap {
  margin-top: var(--sp-lg);
}

.ec-table-label {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: var(--sp-sm);
}

.ec-table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.ec-table th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}
.ec-table td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  white-space: nowrap;
}
.ec-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}
.ec-table .muted {
  color: rgba(255, 255, 255, 0.2);
}
.ec-table .accent-cell {
  color: var(--orange);
  font-weight: 600;
}

.ec-table-note {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 12px;
  font-style: italic;
}

.ec-corporate-actions {
  margin-top: var(--sp-lg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-sm);
}

.ec-corporate-sub {
  font-size: 14px;
  color: var(--text-muted);
  max-width: 500px;
}

/* =====================================================
   S5. PENTRU PRIETENI
   ===================================================== */
.ec-friends-section {
  background: var(--darker);
  position: relative;
  overflow: hidden;
}
.ec-friends-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 80% 40%, rgba(0, 212, 255, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.ec-friends-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.ec-friends-actions {
  margin-top: var(--sp-md);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-sm);
}

.ec-friends-sub {
  font-size: 14px;
  color: var(--text-muted);
}

/* ---- Share buttons ---- */
.ec-share-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: var(--sp-xs);
}

.ec-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease), color var(--ease);
  font-family: var(--font-body);
}
.ec-share-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.ec-share-whatsapp:hover {
  border-color: #25D366;
  color: #25D366;
}
.ec-share-linkedin:hover {
  border-color: #0077B5;
  color: #0077B5;
}
.ec-share-copy.copied {
  border-color: var(--orange);
  color: var(--orange);
}

.ec-share-buttons--prominent .ec-share-btn {
  padding: 12px 24px;
  font-size: 14px;
}

/* =====================================================
   S6. SOCIAL PROOF
   ===================================================== */
.ec-proof-section {
  background: var(--dark);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ec-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.ec-proof-value {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 72px);
  letter-spacing: 3px;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 12px;
}
.ec-proof-value.accent-blue {
  color: var(--blue);
}

.ec-proof-label {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 280px;
  margin: 0 auto;
}

/* =====================================================
   S7. PREȚURI
   ===================================================== */
.ec-pricing-section {
  background: var(--darker);
}

.ec-pricing-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: var(--sp-md);
}

.ec-price-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.ec-price-card--primary {
  border-color: var(--orange);
  position: relative;
}
.ec-price-card--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 40% at 50% 0%, rgba(255, 69, 0, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.ec-price-card-header {
  padding: 32px 32px 20px;
  position: relative;
}

.ec-price-badge {
  display: inline-block;
  padding: 4px 14px;
  background: var(--orange);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.ec-price-name {
  font-family: var(--font-display);
  font-size: 32px;
  letter-spacing: 3px;
  color: var(--white);
  margin-bottom: 6px;
}

.ec-price-desc {
  font-size: 14px;
  color: var(--text-muted);
}

.ec-price-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-body);
  transition: background var(--ease);
}
.ec-price-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}
.ec-price-toggle svg {
  transition: transform var(--ease);
}
.ec-price-toggle svg.rotated {
  transform: rotate(180deg);
}

.ec-price-card-body {
  padding: 0 32px 24px;
}

.ec-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.ec-price-table th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}
.ec-price-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  white-space: nowrap;
}
.ec-price-table .price-highlight {
  color: var(--orange);
  font-weight: 700;
  font-size: 17px;
}

.ec-price-card-footer {
  padding: 0 32px 32px;
}

.ec-price-single {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0;
}
.ec-price-amount {
  font-family: var(--font-display);
  font-size: 44px;
  letter-spacing: 2px;
  color: var(--white);
}
.ec-price-per {
  font-size: 15px;
  color: var(--text-muted);
}

.ec-price-card--small {
  max-width: 400px;
}

/* =====================================================
   S8. FAQ
   ===================================================== */
.ec-faq-section {
  background: var(--dark);
}

.ec-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ec-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ec-faq-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ec-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-sm);
  padding: 24px 0;
  background: none;
  border: none;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color var(--ease);
}
.ec-faq-question:hover {
  color: var(--blue);
}

.ec-faq-question svg {
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform var(--ease), color var(--ease);
}

.ec-faq-item.active .ec-faq-question svg {
  transform: rotate(45deg);
  color: var(--orange);
}

.ec-faq-answer {
  padding: 0 0 24px;
}
.ec-faq-answer p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 700px;
}

/* =====================================================
   S9. CTA FINAL
   ===================================================== */
.ec-final-section {
  background: var(--darker);
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.ec-final-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 30% 50%, rgba(255, 69, 0, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 70% 50%, rgba(0, 212, 255, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.ec-final-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-md);
  padding-top: 80px;
  padding-bottom: 80px;
}

.ec-final-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 68px);
  letter-spacing: 3px;
  line-height: 1.05;
  color: var(--white);
}
.ec-final-title .accent {
  color: var(--orange);
}

.ec-final-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.ec-final-tagline {
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: 6px;
  color: var(--text-muted);
}

.ec-final-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-sm);
}

.ec-final-share-label {
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 1px;
}

/* =====================================================
   FOOTER
   ===================================================== */
.ec-footer {
  background: var(--darkest);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px var(--sp-md);
}
.ec-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.ec-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ec-footer-logo-img {
  height: 32px;
  width: auto;
  object-fit: contain;
  opacity: 0.5;
}
.ec-footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.ec-footer-links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: color var(--ease);
}
.ec-footer-links a:hover {
  color: rgba(255, 255, 255, 0.55);
}
.ec-footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.13);
}

/* =====================================================
   STICKY MOBILE CTA
   ===================================================== */
.ec-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 12px 16px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(5, 8, 18, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateY(100%);
  transition: transform var(--ease);
  display: none;
}
.ec-sticky-cta.visible {
  transform: translateY(0);
}

/* =====================================================
   ANIMATE ON SCROLL
   ===================================================== */
.ec-animate {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.ec-animate.delay-1 { transition-delay: 0.1s; }
.ec-animate.delay-2 { transition-delay: 0.2s; }
.ec-animate.delay-3 { transition-delay: 0.3s; }
.ec-animate.delay-4 { transition-delay: 0.4s; }
.ec-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 860px) {
  .ec-why-grid {
    grid-template-columns: 1fr;
  }
  .ec-proof-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .ec-benefits-list {
    grid-template-columns: 1fr;
  }
  .ec-step {
    gap: var(--sp-sm);
  }
  .ec-step-number {
    font-size: 44px;
    width: 56px;
  }
  .ec-final-actions {
    flex-direction: column;
    width: 100%;
    max-width: 360px;
  }
  .ec-btn-primary,
  .ec-btn-outline {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .ec-section {
    padding: 64px 16px;
  }
  .ec-hero-content {
    padding: 64px 16px;
  }
  .ec-corporate-block {
    padding-left: var(--sp-sm);
  }
  .ec-step {
    flex-direction: column;
    gap: 8px;
  }
  .ec-step-number {
    font-size: 36px;
  }
  .ec-price-card-header,
  .ec-price-card-body,
  .ec-price-card-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ec-share-buttons {
    flex-direction: column;
    width: 100%;
  }
  .ec-share-btn {
    justify-content: center;
  }
  .ec-footer-inner {
    flex-direction: column;
    text-align: center;
  }
  .ec-sticky-cta {
    display: block;
  }
}

@media (min-width: 601px) {
  .ec-sticky-cta {
    display: none !important;
  }
}
