/* ETO Landing — light glass high-convert */
.eto-landing-root,
.eto-landing-fallback,
[class*="elementor-widget-eto-lp-"] {
  color: #0f172a;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.lp-container {
  width: min(100% - 2rem, 1140px);
  margin-inline: auto;
}

.lp-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 0.95rem 0;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.lp-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  border-bottom-color: rgba(15, 55, 110, 0.1);
  box-shadow: 0 4px 24px rgba(15, 55, 110, 0.05);
}

.lp-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lp-logo {
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a !important;
  text-decoration: none !important;
}

.lp-logo-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, #1565d8, #3b82f6);
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(21, 101, 216, 0.25);
}

.lp-nav-cta {
  display: inline-flex;
  padding: 0.58rem 1.1rem;
  background: linear-gradient(135deg, #1565d8, #3b82f6);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: 999px;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(21, 101, 216, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lp-nav-cta:hover {
  transform: translateY(-1px);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(21, 101, 216, 0.3);
}

.lp-nav-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(21, 101, 216, 0.4);
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.95rem 1.65rem;
  font-weight: 600;
  font-size: 0.98rem;
  border-radius: 999px;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  text-align: center;
  line-height: 1.2;
  border: 1px solid transparent;
}

.lp-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(21, 101, 216, 0.4);
}

.lp-btn-primary {
  background: linear-gradient(135deg, #1565d8, #3b82f6);
  color: #fff !important;
  box-shadow: 0 10px 32px rgba(21, 101, 216, 0.25);
}

.lp-btn-primary:hover {
  transform: translateY(-2px);
  color: #fff !important;
  box-shadow: 0 14px 40px rgba(21, 101, 216, 0.32);
}

.lp-btn-secondary {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  color: #0f172a !important;
  border-color: rgba(15, 55, 110, 0.14);
  box-shadow: 0 4px 16px rgba(15, 55, 110, 0.05);
}

.lp-btn-secondary:hover {
  border-color: rgba(21, 101, 216, 0.35);
  background: #fff;
  color: #1565d8 !important;
}

.lp-btn-lg { padding: 1.08rem 1.9rem; font-size: 1.02rem; }
.lp-btn-block { width: 100%; }

.lp-hero {
  position: relative;
  padding: 5.5rem 0 4.25rem;
  overflow: hidden;
}

.lp-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 50% -5%, rgba(59, 130, 246, 0.18), transparent 55%),
    radial-gradient(ellipse 35% 35% at 90% 20%, rgba(21, 101, 216, 0.08), transparent 50%),
    radial-gradient(ellipse 30% 30% at 10% 70%, rgba(13, 148, 136, 0.06), transparent 50%);
}

.lp-hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(21, 101, 216, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 101, 216, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 55% at 50% 30%, black, transparent);
}

.lp-hero-content {
  position: relative;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.lp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.9rem;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(21, 101, 216, 0.2);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #1565d8;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px rgba(15, 55, 110, 0.05);
}

.lp-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1565d8;
  box-shadow: 0 0 0 3px rgba(21, 101, 216, 0.2);
  animation: lp-pulse 2s ease infinite;
}

@keyframes lp-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-badge-dot { animation: none; }
}

.lp-hero h1 {
  font-family: "Sora", system-ui, sans-serif;
  font-size: clamp(2.45rem, 5.5vw, 3.85rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1.2rem;
  color: #0f172a;
}

.lp-hero h1 em {
  font-style: italic;
  color: #1565d8;
}

.lp-hero-sub {
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  color: #475569;
  max-width: 540px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}

.lp-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.85rem;
}

.lp-hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 1.5rem;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 500;
}

.lp-stats {
  border-top: 1px solid rgba(15, 55, 110, 0.08);
  border-bottom: 1px solid rgba(15, 55, 110, 0.08);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  padding: 1.75rem 0;
}

.lp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  text-align: center;
}

.lp-stat-value {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 1.85rem;
  margin-bottom: 0.2rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.lp-stat-label { font-size: 0.84rem; color: #64748b; }

.lp-section { padding: 5rem 0; }
.lp-section--alt {
  background: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(15, 55, 110, 0.08);
  border-bottom: 1px solid rgba(15, 55, 110, 0.08);
  backdrop-filter: blur(8px);
}

.lp-section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1565d8;
  margin-bottom: 0.75rem;
}

.lp-section-title {
  font-family: "Sora", system-ui, sans-serif;
  font-size: clamp(1.9rem, 3.8vw, 2.65rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 0.9rem;
  color: #0f172a;
}

.lp-section-sub {
  font-size: 1.05rem;
  color: #475569;
  max-width: 520px;
  line-height: 1.65;
  margin: 0;
}

.lp-section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.lp-section-header .lp-section-sub { margin-inline: auto; }

.lp-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.lp-problem-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 4px 24px rgba(15, 55, 110, 0.05);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-problem-card:hover {
  border-color: rgba(21, 101, 216, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(15, 55, 110, 0.08);
}

.lp-problem-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.45rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.lp-problem-card p {
  color: #475569;
  font-size: 0.93rem;
  margin: 0;
  line-height: 1.6;
}

.lp-quote-banner { padding: 0 0 5rem; }

.lp-quote-box {
  background: linear-gradient(135deg, rgba(21, 101, 216, 0.08), rgba(59, 130, 246, 0.06));
  backdrop-filter: blur(14px);
  border: 1px solid rgba(21, 101, 216, 0.18);
  border-radius: 20px;
  padding: 2.5rem 2.25rem;
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  box-shadow: 0 8px 32px rgba(15, 55, 110, 0.06);
}

.lp-quote-box blockquote {
  font-family: "Sora", system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-style: italic;
  line-height: 1.35;
  margin: 0 0 0.9rem;
  color: #0f172a;
  border: 0;
  padding: 0;
  background: none;
}

.lp-quote-box cite {
  font-style: normal;
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 500;
}

.lp-solution-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.lp-solution-points {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-top: 1.75rem;
}

.lp-solution-point {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.lp-solution-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(21, 101, 216, 0.1);
  color: #1565d8;
  font-weight: 700;
  font-size: 0.78rem;
  display: grid;
  place-items: center;
}

.lp-solution-point h4 {
  font-size: 0.98rem;
  font-weight: 600;
  margin: 0 0 0.2rem;
  color: #0f172a;
}

.lp-solution-point p {
  color: #475569;
  font-size: 0.9rem;
  margin: 0;
}

.lp-solution-visual {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 1.75rem;
  box-shadow: 0 8px 32px rgba(15, 55, 110, 0.07);
}

.lp-path-step {
  display: flex;
  gap: 0.9rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(15, 55, 110, 0.08);
}

.lp-path-step:last-child { border-bottom: none; padding-bottom: 0; }
.lp-path-step:first-child { padding-top: 0; }

.lp-path-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1565d8;
  margin-top: 0.4rem;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(21, 101, 216, 0.15);
}

.lp-path-step:nth-child(2) .lp-path-dot { background: #3b82f6; }
.lp-path-step:nth-child(3) .lp-path-dot { background: #0d9488; box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.15); }
.lp-path-step:nth-child(4) .lp-path-dot { background: #f59e0b; box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15); }

.lp-path-step h4 {
  font-size: 0.94rem;
  font-weight: 600;
  margin: 0 0 0.15rem;
  color: #0f172a;
}

.lp-path-step p {
  font-size: 0.84rem;
  color: #64748b;
  margin: 0;
}

.lp-modules {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-width: 780px;
  margin-inline: auto;
}

.lp-module {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(15, 55, 110, 0.1);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 55, 110, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-module.is-open,
.lp-module:hover {
  border-color: rgba(21, 101, 216, 0.3);
  box-shadow: 0 8px 28px rgba(15, 55, 110, 0.07);
}

.lp-module-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.1rem 1.3rem;
  text-align: left;
  color: #0f172a;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.lp-module-header:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(21, 101, 216, 0.35);
}

.lp-module-num {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1565d8;
  background: rgba(21, 101, 216, 0.1);
  padding: 0.28rem 0.5rem;
  border-radius: 6px;
}

.lp-module-title {
  flex: 1;
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: -0.01em;
}

.lp-module-chevron {
  color: #64748b;
  transition: transform 0.25s ease;
  font-size: 0.85rem;
}

.lp-module.is-open .lp-module-chevron { transform: rotate(180deg); color: #1565d8; }

.lp-module-body {
  display: none;
  padding: 0 1.3rem 1.2rem;
}

.lp-module.is-open .lp-module-body { display: block; }

.lp-module-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.lp-module-body li {
  color: #475569;
  font-size: 0.9rem;
  padding-left: 0.95rem;
  position: relative;
}

.lp-module-body li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1565d8;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.lp-who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.lp-who-card {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(15, 55, 110, 0.1);
  border-radius: 18px;
  padding: 1.75rem;
  box-shadow: 0 4px 24px rgba(15, 55, 110, 0.05);
}

.lp-who-card--yes { border-color: rgba(13, 148, 136, 0.28); }
.lp-who-card--no { border-color: rgba(220, 38, 38, 0.18); }

.lp-who-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1.1rem;
  color: #0f172a;
}

.lp-who-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lp-who-card li {
  color: #475569;
  font-size: 0.93rem;
  line-height: 1.5;
  padding-left: 1.35rem;
  position: relative;
}

.lp-who-card--yes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0d9488;
  font-weight: 700;
}

.lp-who-card--no li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: 700;
}

.lp-pricing-card {
  position: relative;
  max-width: 480px;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(21, 101, 216, 0.28);
  border-radius: 22px;
  padding: 2.25rem;
  box-shadow: 0 0 0 1px rgba(21, 101, 216, 0.06), 0 24px 64px rgba(21, 101, 216, 0.12);
}

.lp-pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #1565d8, #3b82f6);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.38rem 0.95rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(21, 101, 216, 0.25);
}

.lp-pricing-name {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0.4rem 0 0.5rem;
  color: #0f172a;
}

.lp-pricing-price { text-align: center; margin-bottom: 0.3rem; }

.lp-amount {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 3.25rem;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #0f172a;
}

.lp-period { color: #64748b; font-size: 0.95rem; }

.lp-pricing-note {
  text-align: center;
  color: #475569;
  font-size: 0.88rem;
  margin: 0 0 1.5rem;
}

.lp-pricing-features {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(15, 55, 110, 0.1);
  border-bottom: 1px solid rgba(15, 55, 110, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.lp-pricing-features li {
  color: #475569;
  font-size: 0.93rem;
  padding-left: 1.4rem;
  position: relative;
}

.lp-pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0d9488;
  font-weight: 700;
}

.lp-guarantee {
  margin-top: 1.1rem;
  padding: 0.95rem;
  background: rgba(13, 148, 136, 0.08);
  border: 1px solid rgba(13, 148, 136, 0.15);
  border-radius: 12px;
  font-size: 0.86rem;
  color: #475569;
  line-height: 1.5;
}

.lp-faq {
  max-width: 700px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.lp-faq-item {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(15, 55, 110, 0.1);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 55, 110, 0.04);
}

.lp-faq-item.is-open { border-color: rgba(21, 101, 216, 0.3); }

.lp-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  text-align: left;
  color: #0f172a;
  font-weight: 600;
  font-size: 0.96rem;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.lp-faq-q:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(21, 101, 216, 0.35);
}

.lp-faq-q span {
  color: #64748b;
  font-size: 1.2rem;
  transition: transform 0.25s ease, color 0.25s ease;
  line-height: 1;
}

.lp-faq-item.is-open .lp-faq-q span {
  transform: rotate(45deg);
  color: #1565d8;
}

.lp-faq-a {
  display: none;
  padding: 0 1.25rem 1.15rem;
  color: #475569;
  font-size: 0.93rem;
  line-height: 1.65;
}

.lp-faq-item.is-open .lp-faq-a { display: block; }

.lp-final-cta {
  padding: 5.5rem 0;
  text-align: center;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(21, 101, 216, 0.1), transparent 65%);
}

.lp-final-cta h2 {
  font-family: "Sora", system-ui, sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 3rem);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 auto 0.9rem;
  max-width: 620px;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.lp-final-cta p {
  color: #475569;
  font-size: 1.05rem;
  max-width: 460px;
  margin: 0 auto 1.75rem;
}

.lp-footer {
  border-top: 1px solid rgba(15, 55, 110, 0.1);
  padding: 1.75rem 0;
  text-align: center;
  color: #64748b;
  font-size: 0.84rem;
  background: rgba(255, 255, 255, 0.5);
}

.lp-footer .lp-logo {
  justify-content: center;
  margin-bottom: 0.65rem;
}

.admin-bar .lp-nav { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .lp-nav { top: 46px; }
}

@media (max-width: 900px) {
  .lp-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-problem-grid,
  .lp-solution-layout,
  .lp-who-grid { grid-template-columns: 1fr; }
  .lp-solution-layout { gap: 2.25rem; }
}

@media (max-width: 560px) {
  .lp-hero { padding: 4rem 0 3rem; }
  .lp-section { padding: 3.5rem 0; }
  .lp-hero-ctas { flex-direction: column; }
  .lp-hero-ctas .lp-btn { width: 100%; }
  .lp-pricing-card { padding: 1.85rem 1.35rem; }
}

@media (prefers-contrast: more) {
  .lp-problem-card,
  .lp-module,
  .lp-who-card,
  .lp-pricing-card,
  .lp-faq-item,
  .lp-nav.is-scrolled {
    background: #fff;
    backdrop-filter: none;
  }
  .lp-hero-sub,
  .lp-section-sub,
  .lp-problem-card p { color: #1e293b; }
}
