.egel-landing{
  background:#fff;
  color:#10172A;
}

.egel-top{
  position:sticky;
  top:0;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(16,23,42,.08);
}

.egel-top .ia2-nav a,
.egel-top .ia2-link{
  color:#10172A;
}

.egel-top .ia2-nav a:hover,
.egel-top .ia2-link:hover{
  color:#3CA0FF;
}

.egel-urgent-bar{
  background:linear-gradient(90deg, rgba(60,160,255,.12), rgba(239,111,108,.14));
  border-bottom:1px solid rgba(16,23,42,.08);
  color:#10172A;
  font-size:.92rem;
  font-weight:600;
  letter-spacing:-.02em;
}

.egel-urgent-bar .ia2-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.7rem;
  min-height:44px;
}

.egel-live-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:#EF6F6C;
  box-shadow:0 0 0 0 rgba(239,111,108,.55);
  animation:egelPulse 1.7s infinite;
}

@keyframes egelPulse{
  0%{box-shadow:0 0 0 0 rgba(239,111,108,.55)}
  70%{box-shadow:0 0 0 12px rgba(239,111,108,0)}
  100%{box-shadow:0 0 0 0 rgba(239,111,108,0)}
}

.egel-hero{
  background:
    radial-gradient(circle at top right, rgba(60,160,255,.16), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fe 100%);
  border-bottom:1px solid rgba(16,23,42,.08);
}

.egel-hero-inner{
  padding:4.6rem 0 4.2rem;
}

.egel-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);
  gap:2rem;
  align-items:center;
}

.egel-kicker{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  padding:.65rem 1rem;
  border-radius:999px;
  background:rgba(16,23,42,.05);
  border:1px solid rgba(16,23,42,.08);
  color:#69707D;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.egel-hero h1{
  max-width:760px;
  color:#10172A;
  margin:1.2rem 0 .9rem;
}

.egel-hero-lead{
  max-width:760px;
  font-size:1.16rem;
  line-height:1.65;
  color:#69707D;
}

.egel-hero-points{
  list-style:none;
  margin:1.5rem 0 0;
  padding:0;
  display:grid;
  gap:.75rem;
}

.egel-hero-points li{
  position:relative;
  padding-left:1.3rem;
  color:#10172A;
  line-height:1.55;
}

.egel-hero-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:.7rem;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#3CA0FF;
}

.egel-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.85rem;
  margin-top:1.7rem;
}

.egel-side-card,
.egel-image-card,
.egel-quote-card,
.egel-price-panel,
.egel-final-card{
  background:#fff;
  border:1px solid rgba(16,23,42,.08);
  border-radius:28px;
  box-shadow:0 20px 60px rgba(16,23,42,.10);
}

.egel-side-card{
  padding:1.5rem;
}

.egel-side-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:.9rem;
  margin:1rem 0 1.2rem;
}

.egel-side-stat{
  padding:1rem;
  border-radius:20px;
  background:#f8fbff;
  border:1px solid rgba(60,160,255,.14);
}

.egel-side-stat .label{
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#69707D;
}

.egel-side-stat .value{
  margin-top:.35rem;
  font-size:1.2rem;
  font-weight:700;
  color:#10172A;
  line-height:1.15;
}

.egel-side-list{
  margin:0;
  padding-left:1.05rem;
  color:#69707D;
}

.egel-side-list li{margin-bottom:.45rem}

.egel-section{
  padding:5.4rem 0;
}

.egel-section-mist{
  background:linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
}

.egel-section .ia2-wrap > h2,
.egel-section .ia2-wrap > p{
  max-width:980px;
}

.egel-grid-3,
.egel-grid-4,
.egel-plans-grid,
.egel-learning-grid,
.egel-proof-grid{
  display:grid;
  gap:1.25rem;
}

.egel-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.egel-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.egel-plans-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.egel-learning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.egel-proof-grid{grid-template-columns:1.1fr .9fr}

.egel-content-card{
  padding:1.5rem;
  background:#fff;
  border:1px solid rgba(16,23,42,.08);
  border-radius:24px;
  box-shadow:0 16px 40px rgba(16,23,42,.08);
}

.egel-content-card h3,
.egel-content-card h4,
.egel-plan-title,
.egel-final-card h2,
.egel-quote-card h3,
.egel-price-panel h3{
  margin:0 0 .7rem;
  color:#10172A;
}

.egel-content-card p,
.egel-content-card li,
.egel-plan-desc,
.egel-fine-print,
.egel-support-copy,
.egel-price-panel p,
.egel-quote-card p,
.egel-faq-shell .accordion-body{
  color:#69707D;
}

.egel-learning-card{
  padding:1.6rem;
  background:#fff;
  border:1px solid rgba(16,23,42,.08);
  border-radius:26px;
  box-shadow:0 18px 46px rgba(16,23,42,.08);
}

.egel-chip,
.egel-status-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:.38rem .75rem;
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.02em;
}

.egel-chip{
  background:rgba(16,23,42,.04);
  border:1px solid rgba(16,23,42,.08);
  color:#69707D;
}

.egel-status-badge.is-active{
  background:rgba(60,160,255,.12);
  border:1px solid rgba(60,160,255,.16);
  color:#1d6ed4;
}

.egel-status-badge.is-soon{
  background:rgba(239,111,108,.10);
  border:1px solid rgba(239,111,108,.18);
  color:#d15856;
}

.egel-plan-card{
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
  border:1px solid rgba(16,23,42,.08);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 56px rgba(16,23,42,.08);
}

.egel-plan-card--muted{
  opacity:.94;
}

.egel-plan-media{
  aspect-ratio:16/10;
  overflow:hidden;
  background:linear-gradient(135deg, rgba(60,160,255,.14), rgba(239,111,108,.14));
}

.egel-plan-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.egel-plan-body{
  display:flex;
  flex-direction:column;
  gap:1rem;
  padding:1.4rem;
  height:100%;
}

.egel-plan-title{
  font-size:1.28rem;
  line-height:1.12;
}

.egel-plan-desc{
  margin:0;
  line-height:1.58;
  flex-grow:1;
}

.egel-plan-meta{
  font-size:.88rem;
  color:#69707D;
}

.egel-plan-price{
  color:#EF6F6C;
  font-size:1.35rem;
  line-height:1.05;
  font-weight:800;
}

.egel-plan-actions{
  display:grid;
  gap:.75rem;
  margin-top:auto;
}

.egel-quote-card,
.egel-price-panel,
.egel-final-card{
  padding:1.8rem;
}

.egel-quote-list,
.egel-proof-list,
.egel-plan-points{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:.85rem;
}

.egel-quote-list li,
.egel-proof-list li,
.egel-plan-points li{
  position:relative;
  padding-left:1.2rem;
}

.egel-quote-list li::before,
.egel-proof-list li::before,
.egel-plan-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62rem;
  width:7px;
  height:7px;
  border-radius:999px;
  background:#EF6F6C;
}

.egel-final-card{
  text-align:center;
}

.egel-faq-shell .accordion-item{
  border:1px solid rgba(16,23,42,.08);
  border-radius:18px;
  overflow:hidden;
  margin-bottom:.8rem;
}

.egel-faq-shell .accordion-button{
  font-weight:700;
  color:#10172A;
  background:#fff;
}

.egel-faq-shell .accordion-button:not(.collapsed){
  color:#10172A;
  background:#f8fbff;
  box-shadow:none;
}

.egel-faq-shell .accordion-button:focus{
  box-shadow:none;
}

.egel-highlight{
  color:#EF6F6C;
}

.egel-plain-note{
  color:#69707D;
  font-size:.95rem;
  line-height:1.65;
}

.egel-page-hero{
  background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
  border-bottom:1px solid rgba(16,23,42,.08);
}

.egel-page-hero-inner{
  padding:3.6rem 0 3rem;
}

.egel-footer{
  border-top:1px solid rgba(16,23,42,.08);
}

@media (max-width: 1199px){
  .egel-hero-grid,
  .egel-proof-grid,
  .egel-grid-3,
  .egel-grid-4,
  .egel-plans-grid,
  .egel-learning-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 991px){
  .egel-hero-inner,
  .egel-page-hero-inner{
    padding:3rem 0 2.6rem;
  }

  .egel-hero-grid,
  .egel-proof-grid,
  .egel-grid-3,
  .egel-grid-4,
  .egel-plans-grid,
  .egel-learning-grid{
    grid-template-columns:1fr;
  }

  .egel-top{
    position:sticky;
  }

  .egel-top .ia2-nav,
  .egel-top .ia2-actions{
    display:none;
  }

  .egel-top .ia2-menu-toggle{
    display:flex;
  }
}

@media (max-width: 767px){
  .egel-section{
    padding:4rem 0;
  }

  .egel-side-grid{
    grid-template-columns:1fr;
  }

  .egel-plan-title{
    font-size:1.14rem;
  }

  .egel-hero-lead{
    font-size:1rem;
  }
}
