@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap');

/* eLLC 2026 storefront refresh. Loaded after the base storefront styles. */

body.common-home.ellc-storefront-body {
  background:
    radial-gradient(circle at 8% 4%, rgba(56, 111, 230, 0.14), transparent 28rem),
    radial-gradient(circle at 96% 18%, rgba(20, 184, 166, 0.11), transparent 32rem),
    #f5f7fb;
  font-family: 'Manrope', 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
}

body.common-home .ellc-store-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(248, 250, 252, 0.82);
  box-shadow: 0 8px 34px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

body.common-home .ellc-store-header__inner {
  min-height: 82px;
  padding: 10px 0;
}

body.common-home .ellc-store-brand {
  width: 64px;
  height: 64px;
  padding: 6px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

body.common-home .ellc-store-brand img {
  border-radius: 15px;
}

body.common-home .ellc-store-nav a,
body.common-home .ellc-store-action-link {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
}

body.common-home .ellc-store-nav a:hover,
body.common-home .ellc-store-action-link:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

body.common-home [data-ellc-track="header_cart"],
body.common-home .ellc-store-footer__hero {
  display: none;
}

.ellc-store-socials svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

body.common-home .ellc-store-cta,
body.common-home .ellc-home__button--primary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, #2563eb 0%, #3159b8 55%, #183b82 100%);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.24);
}

.ellc-home {
  --ellc-canvas: transparent;
  --ellc-canvas-alt: transparent;
  --ellc-surface: #ffffff;
  --ellc-surface-soft: #f8fafc;
  --ellc-border: rgba(148, 163, 184, 0.24);
  --ellc-border-strong: rgba(100, 116, 139, 0.36);
  --ellc-text: #0f172a;
  --ellc-muted: #64748b;
  --ellc-primary: #2563eb;
  --ellc-primary-soft: #e8f0ff;
  --ellc-teal: #0f766e;
  --ellc-teal-soft: #e7f8f5;
  --ellc-gold: #d39b2f;
  --ellc-gold-soft: #fff6dc;
  --ellc-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  background: transparent;
  font-family: 'Manrope', 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
}

.ellc-home__shell {
  width: min(1340px, calc(100% - 40px));
  padding: 34px 0 88px;
}

.ellc-home__hero,
.ellc-home__journey,
.ellc-home__languages,
.ellc-home__plans,
.ellc-home__platforms,
.ellc-home__final-card {
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: var(--ellc-shadow);
}

.ellc-home__hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  gap: clamp(28px, 4vw, 60px);
  padding: clamp(30px, 4vw, 58px);
  border-color: rgba(96, 165, 250, 0.18);
  border-radius: 40px;
  background:
    radial-gradient(circle at 8% 8%, rgba(59, 130, 246, 0.42), transparent 25rem),
    radial-gradient(circle at 86% 92%, rgba(20, 184, 166, 0.24), transparent 28rem),
    linear-gradient(145deg, #07152e 0%, #0b2148 56%, #0c3454 100%);
  box-shadow: 0 34px 90px rgba(8, 25, 55, 0.25);
}

.ellc-home__hero::before {
  position: absolute;
  z-index: -1;
  top: -140px;
  right: 22%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.025),
    0 0 0 140px rgba(255, 255, 255, 0.018);
  content: '';
}

.ellc-home__hero-copy {
  position: relative;
  z-index: 2;
  gap: 20px;
}

.ellc-home__eyebrow {
  border-color: rgba(147, 197, 253, 0.24);
  background: rgba(219, 234, 254, 0.1);
  color: #bfdbfe;
  backdrop-filter: blur(12px);
}

.ellc-home__title {
  max-width: 740px;
  color: #ffffff;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 0.99;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.ellc-home__hero .ellc-home__lead {
  max-width: 690px;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.75;
}

.ellc-home__hero .ellc-home__button--secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.ellc-home__button {
  min-height: 56px;
  border-radius: 17px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ellc-home__button:hover {
  transform: translateY(-3px);
}

.ellc-home__hero .ellc-home__button--primary {
  background: linear-gradient(135deg, #4f8cff 0%, #2563eb 100%);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.38);
}

.ellc-home__stats {
  gap: 10px;
}

.ellc-home__hero .ellc-home__stat {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(14px);
}

.ellc-home__hero .ellc-home__stat strong {
  color: #ffffff;
}

.ellc-home__hero .ellc-home__stat span {
  color: #aebcd0;
}

.ellc-home__hero .ellc-home__highlights li {
  color: #dbe6f5;
}

.ellc-home__hero .ellc-home__highlights li::before {
  background: #5eead4;
  box-shadow: 0 0 0 5px rgba(94, 234, 212, 0.12);
}

.ellc-home__hero-showcase {
  justify-content: center;
}

.ellc-home__hero-visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
}

.ellc-home__hero-visual picture,
.ellc-home__hero-image {
  display: block;
  width: 100%;
  height: 100%;
}

.ellc-home__hero-image {
  object-fit: cover;
  object-position: center;
}

.ellc-home__hero-visual-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(7, 21, 46, 0.68);
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 8, 28, 0.28);
  backdrop-filter: blur(18px);
}

.ellc-home__hero-visual-chip strong,
.ellc-home__hero-visual-chip span {
  display: block;
}

.ellc-home__hero-visual-chip strong {
  font-size: 14px;
}

.ellc-home__hero-visual-chip span {
  margin-top: 3px;
  color: #cbd5e1;
  font-size: 11px;
}

.ellc-home__hero-visual-chip--top {
  top: 28px;
  right: 28px;
}

.ellc-home__hero-visual-chip--bottom {
  right: 28px;
  bottom: 28px;
}

.ellc-home__hero-visual-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #5eead4;
  box-shadow: 0 0 0 7px rgba(94, 234, 212, 0.14);
}

@media (min-width: 901px) {
  .ellc-home__hero {
    display: flex;
    min-height: 690px;
    align-items: center;
  }

  .ellc-home__hero::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(4, 15, 37, 0.98) 0%, rgba(5, 20, 47, 0.92) 34%, rgba(7, 25, 54, 0.48) 58%, rgba(7, 21, 46, 0.08) 100%),
      linear-gradient(0deg, rgba(7, 21, 46, 0.52), transparent 40%);
    content: '';
    pointer-events: none;
  }

  .ellc-home__hero-copy {
    width: min(54%, 700px);
  }

  .ellc-home__hero-showcase {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
  }

  .ellc-home__hero-visual {
    min-height: 100%;
  }

  .ellc-home__hero-image {
    object-position: center;
  }
}

.ellc-home__showcase-frame {
  min-height: 390px;
  border-color: rgba(255, 255, 255, 0.56);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.9), transparent 18rem),
    linear-gradient(145deg, #eaf2ff 0%, #f8fbff 52%, #dff7f2 100%);
  box-shadow: 0 28px 70px rgba(0, 8, 28, 0.28);
}

.ellc-home__showcase-main {
  filter: drop-shadow(0 22px 26px rgba(15, 23, 42, 0.16));
}

.ellc-home__showcase-device {
  filter: drop-shadow(0 24px 34px rgba(15, 23, 42, 0.28));
}

.ellc-home__showcase-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 44px rgba(5, 18, 41, 0.2);
}

.ellc-home__benefits {
  gap: 16px;
  margin: 26px 0;
}

.ellc-home__benefit-card {
  position: relative;
  overflow: hidden;
  padding-top: 84px;
}

.ellc-home__benefit-card::before {
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 15px;
  background: linear-gradient(145deg, #eff6ff, #dbeafe);
  color: #1d4ed8;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.12);
  content: 'Aa';
  font-size: 15px;
  font-weight: 900;
}

.ellc-home__benefit-card:nth-child(2)::before {
  background: linear-gradient(145deg, #ecfdf5, #ccfbf1);
  color: #0f766e;
  content: '∞';
  font-size: 24px;
}

.ellc-home__benefit-card:nth-child(3)::before {
  background: linear-gradient(145deg, #fff7ed, #ffedd5);
  color: #c2410c;
  content: '↗';
  font-size: 22px;
}

.ellc-home__benefit-card::after {
  position: absolute;
  top: -72px;
  right: -72px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.05);
  content: '';
}

.ellc-home__trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 26px;
}

.ellc-home__trust-item {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.055);
}

.ellc-home__trust-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, #dbeafe 0%, #dcfce7 100%);
  color: #1d4ed8;
  font-size: 18px;
  font-weight: 800;
}

.ellc-home__trust-item > div > strong,
.ellc-home__trust-item > div > span {
  display: block;
}

.ellc-home__trust-item strong {
  color: #0f172a;
  font-size: 14px;
}

.ellc-home__trust-item > div > span {
  margin-top: 3px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.ellc-home__trust-item .ellc-home__trust-icon {
  display: grid;
  align-content: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
}

.ellc-home__benefit-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

/* Keep the feature icon beside its label instead of covering the label. */
.ellc-home__benefit-card::before {
  top: 30px;
  left: 30px;
  z-index: 1;
}

.ellc-home__benefit-card .ellc-home__section-kicker {
  box-sizing: border-box;
  min-height: 46px;
  margin-left: 58px;
}

.ellc-home__benefit-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 5px;
  border-radius: 0 0 0 999px;
  background: #3b82f6;
  content: '';
}

.ellc-home__benefit-card:nth-child(2)::after {
  background: #14b8a6;
}

.ellc-home__benefit-card:nth-child(3)::after {
  background: #eab308;
}

.ellc-home__benefit-card:hover,
.ellc-home__journey-card:hover,
.ellc-home__plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.11);
}

.ellc-home__journey,
.ellc-home__languages,
.ellc-home__plans,
.ellc-home__platforms {
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.ellc-home__section-head h2,
.ellc-home__platforms-copy h2,
.ellc-home__final-copy h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
  text-wrap: balance;
}

.ellc-home__journey-grid {
  gap: 12px;
}

.ellc-home__journey-card {
  min-height: 220px;
  border-color: rgba(148, 163, 184, 0.2);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ellc-home__journey-step {
  background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 100%);
  color: #1d4ed8;
}

.ellc-home__platforms {
  background:
    radial-gradient(circle at 88% 16%, rgba(37, 99, 235, 0.1), transparent 25rem),
    rgba(255, 255, 255, 0.9);
}

.ellc-home__platform-panel,
.ellc-home__platform-board {
  border-color: rgba(96, 165, 250, 0.2);
  background: linear-gradient(145deg, #f8fbff 0%, #edf4ff 54%, #e9faf7 100%);
  box-shadow: 0 26px 64px rgba(30, 64, 175, 0.1);
}

.ellc-home__platform-pill,
.ellc-home__platform-route-card,
.ellc-home__platform-benefit {
  border-color: rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.74);
}

.ellc-home__language-card {
  min-height: 98px;
  border-color: rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
  backdrop-filter: blur(12px);
}

.ellc-home__language-card:hover {
  border-color: rgba(37, 99, 235, 0.36);
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.12);
}

.ellc-home__language-more {
  display: contents;
}

.ellc-home__language-more > summary {
  display: none;
}

.ellc-home__language-more-grid {
  display: contents !important;
}

.ellc-home__languages,
.ellc-home__plans,
.ellc-home__faq {
  scroll-margin-top: 106px;
}

@media (min-width: 901px) {
  .ellc-home__language-more {
    display: block;
  }

  .ellc-home__language-more-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .ellc-home__language-more {
    display: block;
  }

  .ellc-home__language-more-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
  }
}

.ellc-home__language-flag {
  width: 48px;
  height: 48px;
  border: 0;
  background: #f1f5f9;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
  font-size: 23px;
}

.ellc-home__plans {
  background:
    radial-gradient(circle at 0 100%, rgba(20, 184, 166, 0.08), transparent 25rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 245, 249, 0.94) 100%);
}

.ellc-home__plan-card {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 28px;
  border-color: rgba(148, 163, 184, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ellc-home__plan-card .ellc-home__button {
  margin-top: auto;
}

.ellc-home__plan-meta {
  display: grid;
  gap: 5px;
  margin: 2px 0 16px;
}

.ellc-home__plan-monthly {
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.ellc-home__plan-saving {
  color: #0f766e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.ellc-home__plan-card--featured .ellc-home__plan-monthly {
  color: #e2e8f0;
}

.ellc-home__plan-card--featured .ellc-home__plan-saving {
  color: #99f6e4;
}

.ellc-home__faq {
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--ellc-shadow);
}

.ellc-home__faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.ellc-home__faq-item {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: #ffffff;
}

.ellc-home__faq-item summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  color: #0f172a;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.ellc-home__faq-item summary::-webkit-details-marker {
  display: none;
}

.ellc-home__faq-item summary::after {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 9px;
  background: #e8f0ff;
  color: #1d4ed8;
  content: '+';
  font-size: 19px;
}

.ellc-home__faq-item[open] summary::after {
  content: '–';
}

.ellc-home__faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.ellc-home__plan-card--featured {
  overflow: hidden;
  border-color: rgba(96, 165, 250, 0.34);
  background:
    radial-gradient(circle at 92% 8%, rgba(45, 212, 191, 0.25), transparent 12rem),
    linear-gradient(145deg, #0b1c3c 0%, #123d6b 100%);
  box-shadow: 0 30px 70px rgba(15, 49, 90, 0.24);
  color: #ffffff;
}

.ellc-home__plan-card--featured h3,
.ellc-home__plan-card--featured .ellc-home__plan-price {
  color: #ffffff;
}

.ellc-home__plan-card--featured p {
  color: #cbd5e1;
}

.ellc-home__plan-card--featured .ellc-home__plan-badge {
  border-color: rgba(94, 234, 212, 0.22);
  background: rgba(94, 234, 212, 0.12);
  color: #99f6e4;
}

body.common-home .ellc-home__plan-card--featured .ellc-home__button--primary {
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  color: #123d6b;
}

.ellc-home__final-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(96, 165, 250, 0.2);
  border-radius: 36px;
  background:
    radial-gradient(circle at 84% 26%, rgba(45, 212, 191, 0.24), transparent 20rem),
    linear-gradient(135deg, #0a1b3a 0%, #103d6e 100%);
  box-shadow: 0 30px 74px rgba(15, 49, 90, 0.22);
}

.ellc-home__final-copy h2 {
  color: #ffffff;
}

.ellc-home__final-copy p {
  color: #cbd5e1;
}

.ellc-home__final .ellc-home__button--secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.ellc-home a:focus-visible,
body.common-home .ellc-store-header a:focus-visible,
body.common-home .ellc-store-nav-toggle:focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 4px;
}

/* Keep laptop layouts in desktop mode rather than switching at 1180/1200px. */
@media (min-width: 1024px) and (max-width: 1200px) {
  .ellc-home__hero,
  .ellc-home__final-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  }

  .ellc-home__platforms {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  }

  .ellc-home__title {
    font-size: clamp(42px, 4.5vw, 54px);
  }

  .ellc-store-header__inner {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .ellc-store-nav-toggle {
    display: none;
  }

  .ellc-store-header__panel,
  .ellc-nav-open .ellc-store-header__panel {
    display: flex;
    width: auto;
    flex: 1 1 auto;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    padding-top: 0;
  }

  .ellc-store-nav,
  .ellc-store-actions {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .ellc-store-nav a,
  .ellc-store-action-link,
  .ellc-store-cta {
    width: auto;
    min-height: 40px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
  }

  .ellc-store-cta {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 900px) {
  body.common-home .ellc-store-header__inner {
    min-height: 72px;
  }

  body.common-home .ellc-store-brand {
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }

  .ellc-home__shell {
    width: min(100% - 20px, 1340px);
    padding-top: 14px;
  }

  .ellc-home__hero,
  .ellc-home__journey,
  .ellc-home__languages,
  .ellc-home__plans,
  .ellc-home__platforms,
  .ellc-home__final-card {
    padding: 22px;
    border-radius: 26px;
  }

  .ellc-home__title {
    font-size: clamp(38px, 11vw, 48px);
  }

  .ellc-home__showcase-frame {
    min-height: 220px;
    padding: 14px;
  }

  .ellc-home__hero-showcase {
    position: relative;
    z-index: 1;
    display: block;
  }

  .ellc-home__hero-visual {
    min-height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(0, 8, 28, 0.3);
  }

  .ellc-home__hero-image {
    object-position: 61% center;
  }

  .ellc-home__plan-card {
    min-height: 0;
  }

  .ellc-home__trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ellc-home__faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ellc-home__hero-copy {
    gap: 16px;
  }

  .ellc-home__hero .ellc-home__lead {
    font-size: 15px;
    line-height: 1.62;
  }

  .ellc-home__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ellc-home__hero .ellc-home__stat {
    min-height: 92px;
    padding: 14px 10px;
  }

  .ellc-home__hero .ellc-home__stat strong {
    font-size: 24px;
  }

  .ellc-home__hero .ellc-home__stat span {
    font-size: 10px;
    line-height: 1.35;
  }

  .ellc-home__hero .ellc-home__highlights,
  .ellc-home__platform-bottom {
    display: none;
  }

  .ellc-home__hero-visual {
    min-height: 300px;
    border-radius: 22px;
  }

  .ellc-home__hero-image {
    object-position: 63% center;
  }

  .ellc-home__hero-visual-chip {
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    padding: 10px 12px;
    border-radius: 14px;
  }

  .ellc-home__hero-visual-chip--top {
    display: none;
  }

  .ellc-home__trust-strip {
    gap: 8px;
    margin-top: 12px;
  }

  .ellc-home__trust-item {
    min-height: 72px;
    gap: 9px;
    padding: 12px;
    border-radius: 16px;
  }

  .ellc-home__trust-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 11px;
    font-size: 15px;
  }

  .ellc-home__trust-item strong {
    font-size: 12px;
  }

  .ellc-home__trust-item > div > span {
    font-size: 10px;
  }

  .ellc-home__journey-card {
    min-height: 0;
    padding: 18px;
  }

  .ellc-home__platform-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ellc-home__platform-pill {
    min-height: 86px;
    padding: 14px;
  }

  .ellc-home__language-more {
    display: block;
    margin-top: 12px;
  }

  .ellc-home__language-more > summary {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(37, 99, 235, 0.22);
    border-radius: 16px;
    background: #eef4ff;
    color: #1d4ed8;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
  }

  .ellc-home__language-more > summary::-webkit-details-marker {
    display: none;
  }

  .ellc-home__language-more-grid {
    display: none !important;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .ellc-home__language-more[open] .ellc-home__language-more-grid {
    display: grid !important;
  }

  .ellc-home__faq {
    padding: 22px;
    border-radius: 26px;
  }

  body.common-home .ellc-store-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  body.common-home .ellc-store-footer__brand {
    grid-column: 1 / -1;
  }

  body.common-home .ellc-store-footer__links--languages,
  body.common-home .ellc-store-footer__links--blog {
    display: none;
  }

  body.common-home .ellc-store-footer__links a,
  body.common-home .ellc-store-footer__bottom a {
    display: flex;
    min-height: 44px;
    align-items: center;
  }

  body.common-home .ellc-store-footer__bottom ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}

/* The payment launcher overlaps homepage content; checkout pages are unaffected. */
body.common-home #iyzi-root {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .ellc-home *,
  .ellc-home *::before,
  .ellc-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
