:root {
  --el-bg: #f3f3f5;
  --el-surface: #ffffff;
  --el-ink: #10131d;
  --el-copy: #4f5664;
  --el-deep: #2b2b45;
  --el-deep-2: #25253d;
  --el-accent: #1c5cff;
  --el-accent-2: #0f49dc;
  --el-line: #dadde5;
  --el-shadow: 0 26px 60px rgba(19, 27, 46, 0.12);
}

.el-page {
  background: var(--el-bg);
  color: var(--el-ink);
  font-family: "Mulish", sans-serif;
}

body.el-page.hm-open {
  overflow: auto !important;
}

body.el-page .hm-overlay {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.el-page main {
  overflow: clip;
}

.el-page img {
  display: block;
  max-width: 100%;
  transition: transform 0.45s ease, filter 0.35s ease;
}

.el-page a:hover {
  color: inherit;
}

.el-page section {
  position: relative;
}

.el-kicker,
.el-mini-kicker {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.el-mini-kicker {
  color: #161a26;
}

.el-hero {
  padding: 120px 0 0;
  background: var(--el-deep);
}

.el-hero::before,
.el-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.el-hero::before {
  top: 34px;
  right: 6%;
  width: 220px;
  height: 220px;
  background:
    linear-gradient(135deg, transparent 22%, rgba(28, 92, 255, 0.95) 22%, rgba(28, 92, 255, 0.95) 26%, transparent 26%),
    linear-gradient(45deg, transparent 22%, rgba(28, 92, 255, 0.95) 22%, rgba(28, 92, 255, 0.95) 26%, transparent 26%);
  background-size: 36px 36px;
  opacity: 0.75;
}

.el-hero::after {
  left: -6px;
  bottom: 8px;
  width: 72px;
  height: 18px;
  background: repeating-linear-gradient(
    120deg,
    var(--el-accent),
    var(--el-accent) 8px,
    transparent 8px,
    transparent 14px
  );
}

.el-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 44px;
  align-items: center;
  min-height: 430px;
}

.el-hero-copy {
  max-width: 560px;
  padding: 26px 0 56px;
  color: #fff;
}

.el-kicker {
  color: rgba(255, 255, 255, 0.92);
}

.el-hero-copy h1,
.el-section-center h2,
.el-section-left h2,
.el-overview-copy h2,
.el-rates-head h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.el-hero-copy h1 {
  color: #fff;
  max-width: 420px;
}

.el-lead {
  max-width: 470px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.65;
}

.el-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.el-btn:hover {
  transform: translateY(-1px);
}

.el-btn-primary,
.el-btn-inline {
  color: #fff;
  background: var(--el-accent);
  box-shadow: 0 14px 24px rgba(28, 92, 255, 0.2);
}

.el-btn-dark {
  color: #fff;
  background: var(--el-deep);
}

.el-amount-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 420px;
  margin-top: 28px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.el-amount-bar input {
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 700;
}

.el-amount-bar input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.el-amount-bar .el-btn-inline {
  min-width: 124px;
  min-height: 50px;
  padding-inline: 16px;
}

.el-hero-art {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 36px;
}

.el-hero-pattern {
  position: absolute;
  inset: 30px 0 auto auto;
  width: 190px;
  height: 210px;
  background:
    linear-gradient(135deg, transparent 22%, rgba(28, 92, 255, 0.92) 22%, rgba(28, 92, 255, 0.92) 26%, transparent 26%),
    linear-gradient(45deg, transparent 22%, rgba(28, 92, 255, 0.92) 22%, rgba(28, 92, 255, 0.92) 26%, transparent 26%);
  background-size: 32px 32px;
  opacity: 0.65;
}

.el-hero-image {
  position: relative;
  width: min(420px, 100%);
  margin-left: auto;
  padding: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  border-radius: 10px;
}

.el-hero-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center top;
  clip-path: ellipse(48% 50% at 50% 50%);
  filter: saturate(1.02) contrast(1.04);
}

.el-intro,
.el-guide,
.el-overview,
.el-rates,
.el-reasons,
.el-scenarios,
.el-checklist,
.el-blog,
.el-faq {
  padding: 86px 0;
}

.el-intro {
  background: #efeff2;
}

.el-guide {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%);
}

.el-section-center,
.el-section-left {
  text-align: center;
}

.el-section-left {
  text-align: left;
}

.el-section-center h2,
.el-section-left h2,
.el-overview-copy h2,
.el-rates-head h2 {
  color: var(--el-ink);
}

.el-section-center p,
.el-section-left p,
.el-overview-copy p,
.el-rates-note,
.el-feature-card p,
.el-guide-copy p,
.el-step-card p,
.el-reason-card p,
.el-scenario-body p,
.el-check-item p,
.el-blog-body p,
.el-faq-item p {
  margin: 12px auto 0;
  max-width: 700px;
  color: var(--el-copy);
  font-size: 15px;
  line-height: 1.7;
}

.el-section-center h2 {
  max-width: 860px;
  margin-inline: auto;
}

.el-section-center h2 span,
.el-section-left h2 span,
.el-overview-copy h2,
.el-rates-head h2 span {
  color: var(--el-accent);
}

.el-feature-row,
.el-step-row,
.el-reason-row,
.el-blog-row {
  display: grid;
  gap: 24px;
  margin-top: 38px;
}

.el-feature-row,
.el-step-row,
.el-reason-row,
.el-blog-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.el-feature-card,
.el-step-card,
.el-reason-card {
  text-align: center;
}

.el-feature-icon {
  width: 92px;
  height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fff;
  color: var(--el-accent);
  font-size: 34px;
  box-shadow: var(--el-shadow);
}

.el-feature-card h3,
.el-step-card h3,
.el-reason-card h3,
.el-blog-body h3,
.el-faq-item summary {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.el-center-action {
  margin-top: 28px;
  text-align: center;
}

.el-guide-grid,
.el-checklist-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
}

.el-checklist-shell {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.el-guide-media img,
.el-checklist-media img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center center;
  box-shadow: var(--el-shadow);
  filter: saturate(1.02) contrast(1.02);
  position: relative;
  z-index: 1;
}

.el-guide-media,
.el-checklist-media {
  position: relative;
  overflow: hidden;
  box-shadow: var(--el-shadow);
  border-radius: 10px;
}

.el-guide-media::before,
.el-checklist-media::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 1;
  pointer-events: none;
}

.el-guide-media::after,
.el-checklist-media::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -24px;
  bottom: -24px;
  background: linear-gradient(135deg, rgba(28, 92, 255, 0.92), rgba(15, 73, 220, 0.28));
  z-index: 0;
  pointer-events: none;
}

.el-guide-copy h2,
.el-checklist-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.el-guide-list {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.el-guide-list li {
  padding: 18px 18px 18px 52px;
  position: relative;
  background: #fff;
  box-shadow: var(--el-shadow);
  color: var(--el-copy);
  font-size: 15px;
  line-height: 1.65;
}

.el-guide-list li::before {
  content: "\F26E";
  font-family: bootstrap-icons;
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--el-accent);
  font-size: 20px;
}

.el-guide-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--el-ink);
}

.el-overview {
  background: #fff;
}

.el-overview-panel {
  max-width: 640px;
  margin: 0 auto;
  padding: 42px 46px 188px;
  background: #ededf0;
}

.el-overview-copy {
  max-width: 420px;
}

.el-overview-ribbon {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: -150px auto 0;
  box-shadow: 0 22px 40px rgba(18, 26, 40, 0.18);
}

.el-ribbon-band {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 0 28px 0 42px;
  color: #fff;
  position: relative;
}

.el-ribbon-band::before,
.el-ribbon-band::after {
  content: "";
  position: absolute;
  top: 0;
  width: 34px;
  height: 100%;
  background: repeating-linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.18) 8px,
    transparent 8px,
    transparent 16px
  );
}

.el-ribbon-band::before {
  left: 0;
}

.el-ribbon-band::after {
  right: 0;
}

.el-ribbon-band span,
.el-rate-item span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.el-ribbon-band strong {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.el-ribbon-band small {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.el-ribbon-band-primary {
  background: var(--el-accent);
}

.el-ribbon-band-dark {
  background: var(--el-deep);
}

.el-ribbon-band-muted {
  background: #3a3d4b;
}

.el-rates {
  background: #fff;
}

.el-rates-head {
  position: relative;
}

.el-rates-head h2 {
  max-width: 720px;
}

.el-state-wrap {
  margin-top: 18px;
  position: relative;
  display: inline-flex;
  min-width: 264px;
}

.el-state-wrap select {
  width: 100%;
  height: 58px;
  border: 2px solid #1d1f27;
  background: #fff;
  padding: 0 52px 0 18px;
  font-size: 15px;
  font-weight: 800;
  color: var(--el-ink);
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 14px 26px rgba(16, 19, 29, 0.08);
}

.el-state-wrap::after {
  content: "\F282";
  font-family: bootstrap-icons;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #1d1f27;
  font-size: 16px;
  pointer-events: none;
}

.el-rate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.el-rate-item strong {
  display: block;
  margin-top: 10px;
  color: var(--el-accent);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.el-rates-note {
  max-width: 960px;
  margin: 28px 0 0;
}

.el-steps {
  padding: 88px 0;
  background: var(--el-deep);
}

.el-section-center-light .el-mini-kicker,
.el-section-center-light h2,
.el-section-center-light p {
  color: #fff;
}

.el-step-card {
  color: #fff;
}

.el-step-card span {
  width: 108px;
  height: 108px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff;
  color: var(--el-accent);
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  text-shadow: -2px 0 var(--el-deep);
}

.el-step-card h3,
.el-step-card p {
  color: #fff;
}

.el-banner {
  background: var(--el-accent);
}

.el-scenarios {
  background: #fff;
}

.el-scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.el-scenario-card {
  background: #fff;
  box-shadow: var(--el-shadow);
  overflow: hidden;
  border: 1px solid rgba(16, 19, 29, 0.08);
  border-radius: 10px;
}

.el-scenario-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.02) contrast(1.03);
}

.el-scenario-body {
  padding: 20px 22px 24px;
}

.el-scenario-body h3,
.el-check-item h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.el-checklist {
  background:
    linear-gradient(135deg, #f0f4fb 0%, #ffffff 55%, #eef1f7 100%);
}

.el-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.el-check-item {
  padding: 20px 20px 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 19, 29, 0.08);
  box-shadow: var(--el-shadow);
}

.el-checklist-copy h2 {
  color: var(--el-ink);
}

.el-banner-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
  align-items: end;
  gap: 24px;
}

.el-banner-copy {
  padding: 42px 0;
}

.el-banner-copy p {
  max-width: 360px;
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.el-banner-copy .el-btn-primary {
  background: #fff;
  color: var(--el-accent);
  box-shadow: none;
}

.el-banner-art {
  position: relative;
  align-self: stretch;
  padding: 18px 18px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

.el-banner-art img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.02) contrast(1.02);
  position: relative;
  z-index: 1;
}

.el-banner-art::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 82%;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.el-blog {
  background: #efeff2;
}

.el-blog-card {
  background: #fff;
  box-shadow: var(--el-shadow);
  overflow: hidden;
  border: 1px solid rgba(16, 19, 29, 0.08);
  border-radius: 10px;
}

.el-blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.02) contrast(1.03);
}

.el-blog-body {
  padding: 18px 18px 22px;
}

.el-blog-card:hover img,
.el-scenario-card:hover img,
.el-guide-media:hover img,
.el-checklist-media:hover img {
  transform: scale(1.03);
}

.el-blog-body a {
  display: inline-block;
  margin-top: 14px;
  color: var(--el-accent);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.el-faq {
  background: #fff;
}

.el-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.el-faq-item {
  border-bottom: 1px solid var(--el-line);
  padding-bottom: 14px;
}

.el-faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding-right: 24px;
}

.el-faq-item summary::-webkit-details-marker {
  display: none;
}

.el-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  color: var(--el-accent);
  font-size: 24px;
  font-weight: 700;
}

.el-faq-item[open] summary::after {
  content: "-";
}

@media (max-width: 1199.98px) {
  .el-hero {
    padding-top: 108px;
  }

  .el-hero-shell,
  .el-banner-box,
  .el-guide-grid,
  .el-checklist-shell {
    grid-template-columns: 1fr;
  }

  .el-hero-copy {
    max-width: none;
    padding-bottom: 24px;
  }

  .el-hero-image {
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .el-feature-row,
  .el-step-row,
  .el-reason-row,
  .el-blog-row,
  .el-scenario-grid,
  .el-rate-grid {
    grid-template-columns: 1fr;
  }

  .el-check-grid {
    grid-template-columns: 1fr;
  }

  .el-overview-panel {
    padding: 34px 28px 178px;
  }

  .el-ribbon-band {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: left;
    padding: 18px 26px 18px 34px;
  }

  .el-banner-copy {
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .el-hero {
    padding-top: 94px;
  }

  .el-hero-copy h1,
  .el-section-center h2,
  .el-section-left h2,
  .el-overview-copy h2,
  .el-rates-head h2 {
    font-size: 34px;
  }

  .el-lead,
  .el-section-center p,
  .el-section-left p,
  .el-overview-copy p,
  .el-rates-note,
  .el-feature-card p,
  .el-step-card p,
  .el-reason-card p,
  .el-blog-body p,
  .el-faq-item p {
    font-size: 14px;
  }

  .el-amount-bar {
    grid-template-columns: 1fr;
  }

  .el-btn,
  .el-btn-inline,
  .el-btn-primary,
  .el-btn-dark {
    width: 100%;
  }

  .el-state-wrap {
    width: 100%;
    min-width: 0;
  }

  .el-hero-image img {
    height: 280px;
  }

  .el-overview,
  .el-intro,
  .el-guide,
  .el-rates,
  .el-steps,
  .el-reasons,
  .el-scenarios,
  .el-checklist,
  .el-banner,
  .el-blog,
  .el-faq {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .el-overview-panel {
    padding: 28px 22px 164px;
  }

  .el-guide-media img,
  .el-checklist-media img {
    min-height: 280px;
  }

  .el-overview-ribbon {
    margin-top: -138px;
  }

  .el-step-card span {
    width: 92px;
    height: 92px;
    font-size: 44px;
  }

  .el-banner-art img {
    height: 200px;
  }
}
