.evp-page {
  --evp-bg: #eef3f8;
  --evp-surface: rgba(255, 255, 255, 0.82);
  --evp-surface-strong: #ffffff;
  --evp-text: #142033;
  --evp-muted: #5a6979;
  --evp-line: rgba(18, 31, 49, 0.08);
  --evp-primary: #0c2451;
  --evp-primary-strong: #081733;
  --evp-accent: #33d0a2;
  --evp-accent-soft: rgba(51, 208, 162, 0.14);
  --evp-glow: rgba(58, 132, 255, 0.18);
  --evp-shadow: 0 24px 60px rgba(17, 29, 46, 0.10);
  background:
    radial-gradient(circle at top left, rgba(51, 208, 162, 0.08), transparent 24%),
    radial-gradient(circle at right 18%, rgba(58, 132, 255, 0.10), transparent 24%),
    linear-gradient(180deg, #f4f7fb 0%, #eef3f8 46%, #f7f9fc 100%);
  color: var(--evp-text);
  overflow: clip;
}

.evp-page img {
  max-width: 100%;
  display: block;
}

.evp-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.evp-hero,
.evp-solutions,
.evp-process,
.evp-features,
.evp-smart,
.evp-faq,
.evp-cta {
  padding: 92px 0;
}

.evp-highlight {
  padding: 0 0 28px;
}

.evp-hero-grid,
.evp-process-grid,
.evp-smart-grid,
.evp-cta-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 44px;
  align-items: center;
}

.evp-badge,
.evp-card-label,
.evp-side-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(12, 36, 81, 0.10);
  background: rgba(255, 255, 255, 0.70);
  color: var(--evp-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evp-badge,
.evp-side-label {
  margin-bottom: 18px;
}

.evp-copy h1,
.evp-section-head h2,
.evp-process-copy h2,
.evp-smart-copy h2,
.evp-cta-copy h2,
.evp-side-text h2 {
  font-family: 'Montserrat', sans-serif;
  color: var(--evp-primary-strong);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.evp-copy h1 {
  font-size: clamp(2.15rem, 4.15vw, 3.85rem);
  margin: 0 0 22px;
  max-width: 15ch;
}

.evp-section-head {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.evp-section-head h2,
.evp-process-copy h2,
.evp-smart-copy h2,
.evp-cta-copy h2 {
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  margin: 0 0 16px;
}

.evp-side-text h2 {
  font-size: clamp(1.5rem, 2.25vw, 2.35rem);
  line-height: 1.12;
  margin: 0 0 16px;
}

.evp-copy p,
.evp-section-head p,
.evp-info-card p,
.evp-solution-card p,
.evp-process-copy p,
.evp-step p,
.evp-feature p,
.evp-smart-copy p,
.evp-faq-answer p,
.evp-cta-copy p,
.evp-metric span,
.evp-side-text li {
  color: var(--evp-muted);
  font-size: 17px;
  line-height: 1.78;
}

.evp-lead {
  color: #30445d !important;
  font-size: 20px !important;
}

.evp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.evp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.evp-btn:hover,
.evp-btn:focus-visible {
  transform: translateY(-2px);
}

.evp-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0b2046, #163873 68%, #2b67cf);
  box-shadow: 0 18px 34px rgba(22, 56, 115, 0.24);
}

.evp-btn-primary:hover,
.evp-btn-primary:focus-visible {
  color: #fff;
}

.evp-btn-secondary {
  color: #173053;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 48, 83, 0.10);
}

.evp-btn-secondary:hover,
.evp-btn-secondary:focus-visible {
  color: #173053;
}

.evp-metrics,
.evp-highlight-grid,
.evp-card-grid,
.evp-feature-grid {
  display: grid;
  gap: 20px;
}

.evp-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.evp-metric,
.evp-info-card,
.evp-solution-card,
.evp-feature,
.evp-faq-item,
.evp-image-frame,
.evp-visual-card {
  border: 1px solid var(--evp-line);
  box-shadow: var(--evp-shadow);
}

.evp-metric,
.evp-info-card,
.evp-solution-card,
.evp-feature,
.evp-faq-item {
  background: var(--evp-surface);
  backdrop-filter: blur(12px);
}

.evp-metric {
  padding: 20px 20px 18px;
  border-radius: 24px;
}

.evp-metric strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--evp-primary-strong);
}

.evp-hero-visual {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 20px;
  align-items: stretch;
}

.evp-visual-card,
.evp-image-frame {
  background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.78));
  border-radius: 32px;
  overflow: hidden;
}

.evp-visual-main {
  padding: 12px;
  min-height: 100%;
  height: 100%;
  display: flex;
  position: relative;
  isolation: isolate;
}

.evp-visual-main img,
.evp-image-frame img {
  width: 100%;
  height: auto;
}

.evp-visual-main img {
  border-radius: 26px;
  position: absolute;
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  object-fit: cover;
  object-position: center;
}

.evp-visual-side {
  padding: 32px 28px;
  position: relative;
  display: flex;
  align-items: center;
}

.evp-visual-side::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,212,93,0.74), rgba(255,212,93,0.22) 65%, transparent 66%);
  pointer-events: none;
}

.evp-visual-main::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(8, 25, 51, 0.02) 0%, rgba(8, 25, 51, 0.16) 100%);
  z-index: 1;
  pointer-events: none;
}

.evp-visual-note {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(12, 36, 81, 0.10);
  box-shadow: 0 16px 30px rgba(18, 31, 54, 0.12);
  backdrop-filter: blur(10px);
}

.evp-visual-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--evp-primary-strong);
  font-size: 17px;
}

.evp-visual-note span {
  display: block;
  color: #53657a;
  font-size: 14px;
  line-height: 1.55;
}

.evp-side-text {
  position: relative;
  z-index: 1;
}

.evp-side-text ul {
  display: grid;
  gap: 14px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.evp-side-text li {
  position: relative;
  padding-left: 28px;
}

.evp-side-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--evp-accent);
  box-shadow: 0 0 0 6px rgba(51, 208, 162, 0.12);
}

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

.evp-info-card {
  padding: 30px 28px;
  border-radius: 28px;
}

.evp-card-label {
  margin-bottom: 18px;
}

.evp-info-card h2 {
  font-size: 32px;
  line-height: 1.12;
  margin: 0 0 12px;
  color: var(--evp-primary-strong);
}

.evp-solutions {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.86)),
    radial-gradient(circle at left center, rgba(51, 208, 162, 0.08), transparent 20%);
}

.evp-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.evp-solution-card,
.evp-feature {
  border-radius: 28px;
  padding: 30px 26px;
}

.evp-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 28px;
  background: linear-gradient(135deg, rgba(12, 36, 81, 0.10), rgba(51, 208, 162, 0.12));
  margin-bottom: 18px;
}

.evp-solution-card h3,
.evp-feature h3,
.evp-step h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.3;
  color: var(--evp-primary-strong);
}

.evp-process-grid,
.evp-smart-grid,
.evp-cta-grid {
  gap: 54px;
}

.evp-process-copy > p,
.evp-smart-copy p + p {
  margin-top: 0;
  margin-bottom: 22px;
}

.evp-steps {
  display: grid;
  gap: 16px;
}

.evp-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(20, 32, 51, 0.10);
}

.evp-step:last-child {
  border-bottom: 0;
}

.evp-step span {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(12, 36, 81, 0.10), rgba(51, 208, 162, 0.16));
  color: #0e326e;
  font-size: 18px;
  font-weight: 800;
}

.evp-image-frame {
  padding: 18px;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.evp-image-frame img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 22px;
}

.evp-image-frame-soft {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,253,0.86));
}

.evp-image-frame-dark {
  background: linear-gradient(180deg, rgba(12, 36, 81, 0.10), rgba(255,255,255,0.85));
}

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

.evp-feature {
  position: relative;
}

.evp-feature::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--evp-accent), rgba(51, 208, 162, 0));
  border-radius: 28px 28px 0 0;
  opacity: 0.8;
}

.evp-smart {
  background:
    radial-gradient(circle at right top, rgba(58, 132, 255, 0.10), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.88));
}

.evp-checks {
  display: grid;
  gap: 14px;
  list-style: none;
  margin-top: 24px;
  padding: 0;
}

.evp-checks li {
  position: relative;
  padding-left: 34px;
  color: #304054;
  line-height: 1.72;
  font-weight: 600;
}

.evp-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(51, 208, 162, 0.16);
  color: #138560;
  font-weight: 800;
}

.evp-faq-list {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.evp-faq-item {
  border-radius: 26px;
  overflow: hidden;
}

.evp-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  padding: 26px 72px 26px 24px;
  color: var(--evp-primary-strong);
  font-size: 19px;
  font-weight: 700;
  position: relative;
}

.evp-faq-question::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(12, 36, 81, 0.08);
  color: #0f4297;
  font-size: 24px;
  font-weight: 500;
}

.evp-faq-question[aria-expanded="true"]::after {
  content: "–";
}

.evp-faq-answer {
  padding: 0 24px 24px;
}

.evp-cta {
  padding-top: 26px;
}

.evp-cta-copy {
  padding: 10px 0;
}

.evp-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.evp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.evp-delay-1 { transition-delay: 0.08s; }
.evp-delay-2 { transition-delay: 0.16s; }
.evp-delay-3 { transition-delay: 0.24s; }

@media (max-width: 1180px) {
  .evp-hero-grid,
  .evp-process-grid,
  .evp-smart-grid,
  .evp-cta-grid {
    grid-template-columns: 1fr;
  }

  .evp-highlight-grid,
  .evp-card-grid,
  .evp-feature-grid,
  .evp-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .evp-hero-visual {
    grid-template-columns: 1fr;
  }

  .evp-visual-main {
    min-height: 480px;
    height: 480px;
  }
}

@media (max-width: 768px) {
  .evp-hero,
  .evp-solutions,
  .evp-process,
  .evp-features,
  .evp-smart,
  .evp-faq,
  .evp-cta {
    padding: 70px 0;
  }

  .evp-image-frame {
    padding: 14px;
  }

  .evp-highlight-grid,
  .evp-card-grid,
  .evp-feature-grid,
  .evp-metrics {
    grid-template-columns: 1fr;
  }

  .evp-copy h1,
  .evp-section-head h2,
  .evp-process-copy h2,
  .evp-smart-copy h2,
  .evp-cta-copy h2 {
    font-size: clamp(1.95rem, 8vw, 2.6rem);
  }

  .evp-side-text h2 {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
  }

  .evp-faq-question {
    font-size: 17px;
    padding: 22px 64px 22px 20px;
  }

  .evp-faq-answer {
    padding: 0 20px 22px;
  }

  .evp-step {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .evp-step span {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 16px;
  }
}

@media (max-width: 560px) {

  .evp-hero-visual {
    gap: 16px;
  }

  .evp-visual-main {
    min-height: 360px;
    height: 360px;
  }

  .evp-visual-note {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 15px 15px 14px;
  }

  .evp-visual-note strong {
    font-size: 16px;
  }

  .evp-visual-note span {
    font-size: 13px;
  }
  .evp-shell {
    width: min(100% - 24px, 1240px);
  }

  .evp-metric,
  .evp-info-card,
  .evp-solution-card,
  .evp-feature,
  .evp-faq-item,
  .evp-visual-card,
  .evp-image-frame {
    border-radius: 22px;
  }

  .evp-btn {
    width: 100%;
  }

  .evp-actions {
    flex-direction: column;
  }

  .evp-copy p,
  .evp-section-head p,
  .evp-info-card p,
  .evp-solution-card p,
  .evp-process-copy p,
  .evp-step p,
  .evp-feature p,
  .evp-smart-copy p,
  .evp-faq-answer p,
  .evp-cta-copy p,
  .evp-metric span,
  .evp-side-text li {
    font-size: 16px;
    line-height: 1.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .evp-reveal,
  .evp-btn {
    transition: none;
  }
}
