.evc,
.evc * {
  box-sizing: border-box;
}

.evc {
  --evc-ink: #071825;
  --evc-charcoal: #13283a;
  --evc-muted: #667381;
  --evc-line: #e7ded4;
  --evc-paper: #ffffff;
  --evc-ivory: #f8f5ef;
  --evc-sage: #f0e6d9;
  --evc-mist: #f7f8fa;
  --evc-rose: #f4ece4;
  --evc-deep: #071825;
  --evc-deep-2: #102a3e;
  --evc-teal: #ba9262;
  --evc-teal-dark: #96734e;
  --evc-gold: #ba9262;
  --evc-gold-2: #d8b58a;
  --evc-radius: 8px;
  --evc-shadow: 0 22px 58px rgba(7, 24, 37, 0.12);
  --evc-font-sans: Inter, "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow-x: clip;
  color: var(--evc-ink);
  font-family: var(--evc-font-sans);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  margin: 0;
}

.elementor-widget-shortcode:has(.evc),
.elementor-widget-shortcode:has(.evc) > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-widget-shortcode:has(.evc) {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.entry-content > .evc,
.wp-block-post-content > .evc {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.evc :where(a) {
  color: inherit;
  text-decoration: none;
}

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

.evc-container {
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
}

.evc-kicker,
.evc-hero__badge,
.evc-analysis-badge,
.evc-blog-aside__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--evc-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.evc-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
}

.evc-hero__badge {
  border: 1px solid rgba(186, 146, 98, 0.38);
  border-radius: var(--evc-radius);
  background: rgba(186, 146, 98, 0.16);
  padding: 9px 14px;
}

.evc-button,
.evc-header-cta,
.evc-card-link,
.evc-blog-card__link,
.evc-blog-aside__link,
.evc-blog-back {
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.evc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: var(--evc-radius);
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.15;
  white-space: nowrap;
}

.evc-button i,
.evc-header-cta i,
.evc-card-link i,
.evc-analysis-submit i {
  display: none;
}

.evc-button:hover,
.evc-header-cta:hover,
.evc-card-link:hover,
.evc-blog-card__link:hover,
.evc-blog-aside__link:hover,
.evc-blog-back:hover {
  transform: translateY(-2px);
}

.evc-button--primary {
  background: linear-gradient(135deg, var(--evc-gold), #9f744b);
  color: #fff;
  box-shadow: 0 16px 34px rgba(186, 146, 98, 0.3);
}

.evc-button--primary:hover {
  box-shadow: 0 20px 42px rgba(186, 146, 98, 0.42);
}

.evc-button--ghost {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.evc-button--ghost:hover,
.evc-button--outline-light:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.14);
}

.evc-button--outline-light {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.evc-header-shell {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.admin-bar .evc-header-shell {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .evc-header-shell {
    top: 46px;
  }
}

.evc-sitebar {
  color: #fff;
}

.evc-sitebar .evc-container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 90px;
}

.evc-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 14px;
}

.evc-brand img {
  width: auto;
  max-width: 180px;
  height: 50px;
  object-fit: contain;
}

.evc-brand span {
  display: grid;
  min-width: 0;
}

.evc-brand strong {
  color: #fff;
  font-size: 26px;
  line-height: 1.02;
}

.evc-brand em {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.evc-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 430;
}

.evc-nav a,
.evc-nav-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 0;
  border-radius: var(--evc-radius);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 430;
  padding: 0 8px;
}

.evc-nav a:hover,
.evc-nav-trigger:hover,
.evc-nav-group:focus-within .evc-nav-trigger {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.evc-nav-group {
  position: relative;
}

.evc-nav-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.evc-subnav {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 20;
  display: grid;
  width: 270px;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 138, 0.18);
  border-radius: var(--evc-radius);
  background: rgba(7, 24, 37, 0.95);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  backdrop-filter: blur(18px);
}

.evc-nav-group:hover .evc-subnav,
.evc-nav-group:focus-within .evc-subnav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.evc-subnav a {
  min-height: 46px;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  padding: 0 16px;
}

.evc-subnav a:last-child {
  border-bottom: 0;
}

.evc-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.evc-lang-switch,
.evc-nav-language {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--evc-radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 3px;
  backdrop-filter: blur(12px);
}

.evc-lang-switch {
  display: inline-flex;
}

.evc-nav-language {
  display: none;
}

.evc-lang-switch a,
.evc-nav-language a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 34px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 650;
  padding: 0 9px;
}

.evc-lang-switch a:hover,
.evc-nav-language a:hover,
.evc-lang-switch a.is-active,
.evc-nav-language a.is-active {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.evc-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 1px solid rgba(216, 181, 138, 0.42);
  border-radius: var(--evc-radius);
  background: rgba(186, 146, 98, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 520;
  padding: 12px 20px;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.evc-header-cta:hover {
  border-color: rgba(216, 181, 138, 0.42);
  background: rgba(186, 146, 98, 0.2);
  color: #fff;
  transform: none;
}

.evc-nav-toggle {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--evc-radius);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  padding: 0;
  backdrop-filter: blur(10px);
}

.evc-nav-toggle span {
  position: absolute;
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.evc-nav-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.evc-nav-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.evc-nav-toggle em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.evc-header-shell.is-open .evc-nav-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

.evc-header-shell.is-open .evc-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.evc-header-shell.is-open .evc-nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.evc-hero,
.evc-page-hero,
.evc-service-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--evc-deep);
  background-position: center;
  background-size: cover;
  color: #fff;
  isolation: isolate;
}

.evc-hero {
  min-height: 760px;
}

.evc-hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--evc-parallax-y, 0px), 0) scale(1.05);
  transition: transform 0.08s linear;
}

.evc-hero__shade,
.evc-page-hero__shade,
.evc-service-hero__shade,
.evc-analysis-shell__shade,
.evc-cta__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(7, 24, 37, 0.94),
      rgba(7, 24, 37, 0.66) 50%,
      rgba(7, 24, 37, 0.24)
    ),
    linear-gradient(180deg, rgba(7, 24, 37, 0.08), rgba(7, 24, 37, 0.88));
  pointer-events: none;
}

.evc-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 760px;
  padding-block: 110px;
}

.evc-hero__copy {
  max-width: 880px;
}

.evc-hero h1,
.evc-page-hero h1,
.evc-service-hero h1,
.evc-blog-single__hero h1 {
  margin: 0;
  color: #fff;
  font-size: 66px;
  line-height: 1.06;
  letter-spacing: 0;
}

.evc-hero p,
.evc-page-hero p,
.evc-service-hero p,
.evc-blog-single__hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.75;
}

.evc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.evc-stats-bar {
  background: var(--evc-deep);
  color: #fff;
}

.evc-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.evc-stat {
  min-height: 132px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 24px;
  text-align: center;
}

.evc-stat:last-child {
  border-right: 0;
}

.evc-stat strong {
  display: block;
  color: var(--evc-gold-2);
  font-size: 42px;
  line-height: 1;
}

.evc-stat span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.evc-marquee {
  overflow: hidden;
  background: #02070b;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.evc-marquee__track {
  display: flex;
  width: max-content;
  animation: evcMarquee 30s linear infinite;
}

.evc-marquee__group {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  flex-shrink: 0;
  padding: 10px 13px;
  white-space: nowrap;
}

.evc-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  text-transform: uppercase;
}

.evc-marquee span::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--evc-gold);
}

@keyframes evcMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.evc-section {
  padding: 96px 0;
  background: var(--evc-paper);
}

.evc-section--soft {
  background: var(--evc-ivory);
}

.evc-section--gallery {
  background:
    linear-gradient(180deg, var(--evc-ivory), #fff 58%), var(--evc-ivory);
}

.evc-section--process {
  background: #fff;
}

.evc-signature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 62px;
  align-items: center;
}

.evc-signature__copy {
  order: 1;
}

.evc-signature__media,
.evc-intro-media,
.evc-aesthetic-media,
.evc-detail-intro figure,
.evc-about-media,
.evc-blog-featured {
  overflow: hidden;
  margin: 0;
  border-radius: var(--evc-radius);
  background: var(--evc-sage);
  box-shadow: 0 18px 44px rgba(7, 24, 37, 0.1);
}

.evc-signature__media {
  order: 2;
  aspect-ratio: 16 / 11;
}

.evc-signature__media img,
.evc-intro-media img,
.evc-aesthetic-media img,
.evc-detail-intro figure img,
.evc-about-media img,
.evc-blog-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--evc-media-parallax-y, 0px), 0) scale(1.04);
  transition: transform 0.08s linear;
}

.evc-signature__copy h2,
.evc-section-head h2,
.evc-process h2,
.evc-quality h2,
.evc-compare h2,
.evc-detail-intro h2,
.evc-note h2,
.evc-about-copy h2,
.evc-contact-card h2,
.evc-cta h2 {
  margin: 0;
  color: inherit;
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: 0;
}

.evc-signature__copy p,
.evc-section-head p,
.evc-process__intro p,
.evc-quality__intro p,
.evc-compare__intro p,
.evc-detail-intro p,
.evc-note p,
.evc-about-copy p {
  margin: 22px 0 0;
  color: var(--evc-muted);
  font-size: 18px;
  line-height: 1.75;
}

.evc-signature__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.evc-signature__facts span {
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: var(--evc-ivory);
  padding: 18px;
  color: var(--evc-charcoal);
  font-size: 14px;
  font-weight: 800;
}

.evc-signature__facts strong {
  display: block;
  color: var(--evc-gold);
  font-size: 13px;
}

.evc-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.evc-section-head--stack {
  display: grid;
  justify-content: start;
}

.evc-section-head h2 {
  max-width: 900px;
}

.evc-section-head p {
  max-width: 820px;
}

.evc-section-head a,
.evc-card-link,
.evc-blog-card__link,
.evc-blog-back,
.evc-blog-aside__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--evc-gold);
  font-weight: 850;
}

.evc-treatment-grid,
.evc-quality__grid,
.evc-testimonials,
.evc-compare__grid,
.evc-detail-grid,
.evc-aesthetic-list,
.evc-value-grid,
.evc-blog-grid {
  display: grid;
  gap: 30px;
}

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

.evc-treatment-grid--home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
}

.evc-treatment-grid--wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
}

.evc-treatment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 24, 37, 0.08);
  isolation: isolate;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.evc-treatment-grid--home .evc-treatment-card {
  min-height: 100%;
}

.evc-treatment-card--featured {
  grid-column: span 1;
  grid-row: span 1;
  border-color: rgba(186, 146, 98, 0.36);
  background: #fff;
}

.evc-treatment-grid--home .evc-treatment-card--featured {
  grid-column: span 1;
}

.evc-treatment-card:hover {
  border-color: rgba(186, 146, 98, 0.48);
  box-shadow: 0 22px 54px rgba(7, 24, 37, 0.11);
  transform: translateY(-4px);
}

.evc-treatment-card__media {
  position: relative;
  display: grid;
  place-items: stretch;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(7, 24, 37, 0.98), rgba(16, 42, 62, 0.92)),
    var(--evc-deep);
  color: inherit;
}

.evc-treatment-card__media::after,
.evc-blog-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 24, 37, 0.06) 34%, rgba(7, 24, 37, 0.68) 100%),
    linear-gradient(90deg, rgba(7, 24, 37, 0.22), rgba(7, 24, 37, 0.02));
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.evc-treatment-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.evc-treatment-card:hover .evc-treatment-card__media img {
  transform: scale(1.055);
}

.evc-blog-card:hover .evc-blog-card__media img {
  transform: scale(1.045);
}

.evc-treatment-card:hover .evc-treatment-card__media::after {
  opacity: 1;
}

.evc-blog-card__media::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 24, 37, 0.02), rgba(7, 24, 37, 0.8)),
    linear-gradient(90deg, rgba(7, 24, 37, 0.4), rgba(7, 24, 37, 0.06));
  opacity: 1;
}

.evc-treatment-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(216, 181, 138, 0.28);
  border-radius: var(--evc-radius);
  background: rgba(7, 24, 37, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  padding: 8px 11px;
  backdrop-filter: blur(12px);
}

.evc-treatment-card__overlay {
  position: relative;
  z-index: 2;
}

.evc-treatment-card h3 {
  margin: 0;
  color: var(--evc-ink);
  font-size: 24px;
  line-height: 1.18;
  transition: color 0.22s ease;
}

.evc-treatment-card:hover h3 {
  color: var(--evc-gold);
}

.evc-treatment-card p {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--evc-muted);
  font-size: 15px;
  line-height: 1.55;
}

.evc-treatment-card__body {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  flex: 1;
  padding: 26px;
}

.evc-treatment-card dl,
.evc-aesthetic-list dl,
.evc-contact-card dl,
.evc-blog-aside dl {
  display: grid;
  margin: 0;
}

.evc-treatment-card dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid var(--evc-line);
  margin-top: 22px;
  padding-top: 14px;
}

.evc-treatment-card dt,
.evc-aesthetic-list dt,
.evc-contact-card dt,
.evc-blog-aside dt {
  color: var(--evc-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.evc-treatment-card dd {
  margin: 3px 0 0;
  color: var(--evc-ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.evc-card-link {
  margin-top: 16px;
  color: var(--evc-gold);
}

.evc-process {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: start;
}

.evc-process__intro {
  position: sticky;
  top: 126px;
}

.evc-process__steps {
  position: relative;
  display: grid;
  gap: 18px;
}

.evc-process__steps article {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 20px;
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(7, 24, 37, 0.05);
}

.evc-process__steps article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: var(--evc-radius);
  background: var(--evc-deep);
  color: var(--evc-gold-2);
  font-weight: 900;
}

.evc-process__steps h3,
.evc-process__steps p {
  grid-column: 2;
}

.evc-process h3,
.evc-quality__grid h3,
.evc-compare h3,
.evc-detail-grid h3,
.evc-aesthetic-list h2,
.evc-value-grid h3 {
  margin: 0;
  color: inherit;
  font-size: 23px;
  line-height: 1.22;
}

.evc-process__steps p,
.evc-quality__grid p,
.evc-compare p,
.evc-detail-grid p,
.evc-aesthetic-list p,
.evc-value-grid p,
.evc-contact-card dd,
.evc-blog-card p {
  color: var(--evc-muted);
}

.evc-process__steps p {
  margin: 5px 0 0;
}

.evc-section--quality {
  background:
    linear-gradient(135deg, rgba(7, 24, 37, 0.98), rgba(16, 42, 62, 0.96)),
    var(--evc-deep);
  color: #fff;
}

.evc-quality {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 58px;
  align-items: start;
}

.evc-quality__intro {
  position: sticky;
  top: 126px;
}

.evc-quality__intro p {
  color: rgba(255, 255, 255, 0.72);
}

.evc-quality__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evc-quality__grid article {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--evc-radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 26px;
}

.evc-quality__grid i,
.evc-analysis-features i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: var(--evc-radius);
  background: var(--evc-gold);
  color: #fff;
}

.evc-quality__grid h3,
.evc-quality__grid p {
  color: #fff;
}

.evc-quality__grid p {
  color: rgba(255, 255, 255, 0.72);
}

.evc-page-hero,
.evc-service-hero,
.evc-blog-single__hero {
  min-height: 540px;
}

.evc-page-hero__layout,
.evc-service-hero__layout,
.evc-blog-single__head {
  position: relative;
  z-index: 2;
}

.evc-page-hero__layout,
.evc-service-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 54px;
  align-items: center;
  min-height: 540px;
  padding-block: 90px;
}

.evc-page-hero h1,
.evc-service-hero h1,
.evc-blog-single__hero h1 {
  font-size: 56px;
}

.evc-page-hero__panel,
.evc-procedure-info {
  border: 1px solid rgba(216, 181, 138, 0.22);
  border-radius: var(--evc-radius);
  background: rgba(255, 255, 255, 0.075);
  padding: 30px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.evc-page-hero__panel {
  display: grid;
  gap: 14px;
}

.evc-page-hero__panel span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
  padding-bottom: 14px;
}

.evc-page-hero__panel span:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.evc-procedure-info h2 {
  margin: 0 0 24px;
  color: var(--evc-gold-2);
  font-size: 18px;
  text-transform: uppercase;
}

.evc-procedure-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.evc-procedure-info__grid div {
  display: grid;
  gap: 6px;
}

.evc-procedure-info i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--evc-radius);
  background: rgba(186, 146, 98, 0.18);
  color: var(--evc-gold-2);
}

.evc-procedure-info span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.evc-procedure-info strong {
  color: #fff;
  font-size: 16px;
}

.evc-detail-intro,
.evc-aesthetic-layout,
.evc-about-layout,
.evc-contact-layout,
.evc-blog-single__layout {
  display: grid;
  gap: 58px;
}

.evc-detail-intro {
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.evc-detail-intro figure,
.evc-aesthetic-media,
.evc-about-media {
  min-height: 460px;
}

.evc-detail-intro .evc-button {
  margin-top: 28px;
}

.evc-compare {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 50px;
}

.evc-compare__grid,
.evc-detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.evc-compare__grid article,
.evc-detail-grid article,
.evc-value-grid article {
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: #fff;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(7, 24, 37, 0.05);
}

.evc-compare__grid span,
.evc-detail-grid span,
.evc-aesthetic-list span {
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: var(--evc-radius);
  background: rgba(186, 146, 98, 0.11);
  color: var(--evc-gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  padding: 8px 11px;
  text-transform: uppercase;
}

.evc-faq__list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.evc-faq details {
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: #fff;
  padding: 20px 22px;
}

.evc-faq summary {
  color: var(--evc-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
}

.evc-faq details p {
  margin: 14px 0 0;
  color: var(--evc-muted);
}

.evc-section-head--center {
  display: grid;
  justify-items: center;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.evc-section-head--center .evc-kicker {
  justify-content: center;
}

.evc-section-head--center .evc-kicker::before {
  display: none;
}

.evc-detail-page .evc-service-hero {
  min-height: auto;
  background:
    linear-gradient(135deg, #071825 0%, #102a3e 100%) !important;
  padding: 100px 0 82px;
}

.evc-detail-page .evc-service-hero__shade {
  background:
    linear-gradient(90deg, rgba(7, 24, 37, 0.2), rgba(7, 24, 37, 0.02)),
    linear-gradient(180deg, rgba(7, 24, 37, 0), rgba(7, 24, 37, 0.26));
}

.evc-detail-page .evc-service-hero__layout {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  min-height: auto;
  gap: 60px;
  padding-block: 0;
}

.evc-detail-page .evc-service-hero h1 {
  max-width: 720px;
  font-size: 46px;
  line-height: 1.18;
}

.evc-detail-page .evc-service-hero p {
  max-width: 680px;
  font-size: 17px;
}

.evc-detail-page .evc-procedure-info {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  padding: 35px;
}

.evc-detail-page .evc-procedure-info h2 {
  margin-bottom: 25px;
  color: var(--evc-gold-2);
  font-size: 18px;
  letter-spacing: 0;
}

.evc-detail-page .evc-procedure-info__grid {
  gap: 20px;
}

.evc-detail-page .evc-procedure-info__grid div {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon value";
  gap: 3px 15px;
  align-items: center;
}

.evc-detail-page .evc-procedure-info i {
  grid-area: icon;
  width: 50px;
  height: 50px;
  border-radius: var(--evc-radius);
}

.evc-detail-page .evc-procedure-info span {
  grid-area: label;
  align-self: end;
}

.evc-detail-page .evc-procedure-info strong {
  grid-area: value;
  align-self: start;
}

.evc-detail-page .evc-service-what {
  background: #fff;
}

.evc-detail-page .evc-detail-intro {
  grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
  gap: 80px;
}

.evc-detail-page .evc-detail-intro figure {
  min-height: auto;
  aspect-ratio: 4 / 3;
  box-shadow: 0 22px 54px rgba(7, 24, 37, 0.11);
}

.evc-detail-page .evc-detail-intro h2 {
  font-size: 38px;
  line-height: 1.2;
}

.evc-detail-page .evc-detail-grid {
  gap: 30px;
}

.evc-detail-page .evc-detail-grid article {
  padding: 35px 30px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(7, 24, 37, 0.06);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.evc-detail-page .evc-detail-grid article:hover {
  border-color: rgba(186, 146, 98, 0.32);
  box-shadow: 0 22px 52px rgba(7, 24, 37, 0.1);
  transform: translateY(-8px);
}

.evc-detail-page .evc-detail-grid span {
  margin-right: auto;
  margin-left: auto;
}

.evc-detail-page .evc-process {
  display: block;
}

.evc-detail-page .evc-process__intro {
  position: relative;
  top: auto;
  display: grid;
  justify-items: center;
  max-width: 780px;
  margin: 0 auto 58px;
  text-align: center;
}

.evc-detail-page .evc-process__intro .evc-kicker::before {
  display: none;
}

.evc-detail-page .evc-process__steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.evc-detail-page .evc-process__steps article {
  position: relative;
  display: block;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 12px;
  text-align: center;
}

.evc-detail-page .evc-process__steps article::after {
  content: "";
  position: absolute;
  top: 39px;
  left: calc(50% + 50px);
  width: calc(100% - 70px);
  height: 2px;
  background: linear-gradient(90deg, var(--evc-gold), rgba(186, 146, 98, 0));
}

.evc-detail-page .evc-process__steps article:last-child::after {
  display: none;
}

.evc-detail-page .evc-process__steps article > span {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--evc-gold), #9f744b);
  color: #fff;
  font-size: 22px;
}

.evc-detail-page .evc-process__steps h3,
.evc-detail-page .evc-process__steps p {
  grid-column: auto;
}

.evc-detail-page .evc-process__steps h3 {
  font-size: 18px;
}

.evc-detail-page .evc-process__steps p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.evc-detail-page .evc-cta {
  background: linear-gradient(135deg, var(--evc-gold), #9f744b);
}

.evc-detail-page .evc-cta .evc-container {
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  text-align: center;
}

.evc-detail-page .evc-cta .evc-kicker,
.evc-detail-page .evc-cta h2 {
  color: #fff;
}

.evc-detail-page .evc-cta .evc-kicker::before {
  background: currentColor;
}

.evc-detail-page .evc-cta .evc-button--primary {
  background: var(--evc-deep);
  box-shadow: 0 16px 34px rgba(7, 24, 37, 0.22);
}

.evc-aesthetic-layout {
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.evc-aesthetic-list {
  grid-template-columns: 1fr;
}

.evc-aesthetic-list article {
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: #fff;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(7, 24, 37, 0.05);
}

.evc-aesthetic-list dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border-top: 1px solid var(--evc-line);
  padding-top: 16px;
}

.evc-aesthetic-list dt,
.evc-blog-aside dt {
  color: var(--evc-muted);
}

.evc-aesthetic-list dd,
.evc-blog-aside dd,
.evc-contact-card dd {
  margin: 4px 0 0;
  color: var(--evc-ink);
  font-weight: 850;
}

.evc-note {
  max-width: 840px;
}

.evc-about-layout {
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.evc-about-copy p:first-of-type {
  margin-top: 0;
}

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

.evc-testimonials {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evc-testimonials figure {
  margin: 0;
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: #fff;
  padding: 30px;
  box-shadow: 0 18px 38px rgba(7, 24, 37, 0.07);
}

.evc-testimonials blockquote {
  margin: 0;
  color: var(--evc-ink);
  font-size: 22px;
  line-height: 1.55;
}

.evc-testimonials figcaption {
  display: grid;
  gap: 3px;
  margin-top: 22px;
}

.evc-testimonials figcaption span {
  color: var(--evc-muted);
}

.evc-contact-layout {
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  align-items: start;
}

.evc-contact-card,
.evc-form-card {
  border-radius: var(--evc-radius);
}

.evc-contact-card {
  background:
    linear-gradient(135deg, rgba(7, 24, 37, 0.98), rgba(16, 42, 62, 0.96)),
    var(--evc-deep);
  color: #fff;
  padding: 34px;
}

.evc-contact-card dl {
  gap: 20px;
  margin-top: 28px;
}

.evc-contact-card dt {
  color: rgba(255, 255, 255, 0.52);
}

.evc-contact-card dd,
.evc-contact-card dd a {
  color: rgba(255, 255, 255, 0.88);
}

.evc-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.evc-form-card {
  border: 1px solid var(--evc-line);
  background: #fff;
  padding: 34px;
  box-shadow: var(--evc-shadow);
}

.evc-form-grid,
.evc-analysis-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.evc-consultation-form label,
.evc-analysis-grid label {
  display: grid;
  gap: 8px;
  color: var(--evc-ink);
  font-size: 14px;
  font-weight: 800;
}

.evc-consultation-form input,
.evc-consultation-form select,
.evc-consultation-form textarea,
.evc-analysis-grid input,
.evc-analysis-grid select,
.evc-analysis-grid textarea {
  width: 100%;
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: var(--evc-mist);
  color: var(--evc-ink);
  font: inherit;
  padding: 12px 14px;
}

.evc-consultation-form textarea,
.evc-analysis-grid textarea {
  resize: vertical;
}

.evc-field-full,
.evc-analysis-full {
  grid-column: 1 / -1;
}

.evc-check,
.evc-analysis-check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  color: var(--evc-muted) !important;
  font-size: 13px !important;
  line-height: 1.5;
}

.evc-check input,
.evc-analysis-check input {
  width: auto;
  margin-top: 4px;
}

.evc-consultation-form button {
  margin-top: 22px;
}

.evc-alert,
.evc-analysis-message {
  border-radius: var(--evc-radius);
  font-weight: 800;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.evc-alert--success,
.evc-analysis-message.is-success {
  background: #f6efe6;
  color: var(--evc-deep);
}

.evc-alert--error,
.evc-analysis-message.is-error {
  background: #fdecea;
  color: #9b241f;
}

.evc-analysis-shell {
  position: relative;
  overflow: hidden;
  background-color: var(--evc-deep);
  background-position: center;
  background-size: cover;
  padding: 132px 0 70px;
  isolation: isolate;
}

.evc-analysis-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--evc-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.evc-analysis-info {
  background:
    linear-gradient(135deg, rgba(7, 24, 37, 0.98), rgba(16, 42, 62, 0.96)),
    var(--evc-deep);
  color: #fff;
  padding: 38px;
}

.evc-analysis-info h1 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
}

.evc-analysis-info > p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.evc-analysis-features {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.evc-analysis-features article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 14px;
}

.evc-analysis-features i {
  margin-bottom: 0;
  color: #fff;
}

.evc-analysis-features h2 {
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.evc-analysis-features p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.evc-analysis-form-wrap {
  background: #fff;
  padding: 36px;
}

.evc-analysis-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
}

.evc-analysis-progress__line {
  position: absolute;
  top: 19px;
  right: 16%;
  left: 16%;
  height: 2px;
  background: var(--evc-line);
}

.evc-analysis-progress__line span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--evc-gold);
  transition: width 0.25s ease;
}

.evc-analysis-progress button {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--evc-muted);
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  padding: 0 !important;
}

.evc-analysis-progress button:hover,
.evc-analysis-progress button:focus,
.evc-analysis-progress button:active {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--evc-ink) !important;
  outline: 0;
}

.evc-analysis-progress strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid var(--evc-line);
  border-radius: 50%;
  background: #fff;
  color: var(--evc-muted);
}

.evc-analysis-progress .is-active strong,
.evc-analysis-progress .is-complete strong {
  border-color: var(--evc-gold);
  background: var(--evc-gold);
  color: #fff;
}

.evc-analysis-progress .is-active,
.evc-analysis-progress .is-complete {
  color: var(--evc-ink);
}

.evc-analysis-message {
  display: none;
}

.evc-analysis-message.is-visible {
  display: block;
}

.evc-analysis-step {
  display: none;
}

.evc-analysis-step.is-active {
  display: block;
  animation: evcFade 0.2s ease;
}

@keyframes evcFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.evc-analysis-step h2 {
  margin: 0;
  color: var(--evc-ink);
  font-size: 27px;
  line-height: 1.18;
}

.evc-analysis-step > p {
  margin: 10px 0 18px;
  color: var(--evc-muted);
}

.evc-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.evc-stage-option {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 138px;
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: var(--evc-mist);
  cursor: pointer;
  padding: 12px;
  text-align: center;
}

.evc-stage-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.evc-stage-option > span,
.evc-stage-option strong,
.evc-stage-option small {
  pointer-events: none;
}

.evc-stage-option:has(input:checked) {
  border-color: var(--evc-gold);
  background: #faf7f2;
  box-shadow: inset 0 0 0 1px var(--evc-gold);
}

.evc-stage-option:hover {
  border-color: rgba(186, 146, 98, 0.55);
  background: #faf7f2;
}

.evc-stage-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.evc-stage-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.evc-stage-visual em,
.evc-stage-visual i {
  display: none;
}

.evc-stage-visual em {
  top: 16px;
  right: 16px;
  left: 16px;
  height: 36px;
  border-radius: 50% 50% 38% 38%;
  background: var(--evc-deep);
  z-index: 2;
}

.evc-stage-visual i {
  right: 24px;
  bottom: 13px;
  left: 24px;
  height: 25px;
  border-radius: 0 0 999px 999px;
  background: #f7f4ee;
  z-index: 3;
}

.evc-stage-visual[data-stage="1"] i {
  right: 34px;
  left: 34px;
  height: 11px;
}

.evc-stage-visual[data-stage="2"] i {
  right: 30px;
  left: 30px;
  height: 15px;
}

.evc-stage-visual[data-stage="3"] i {
  height: 20px;
}

.evc-stage-visual[data-stage="4"] i {
  right: 18px;
  left: 18px;
  height: 28px;
}

.evc-stage-visual[data-stage="5"] i {
  right: 12px;
  left: 12px;
  height: 36px;
}

.evc-stage-visual[data-stage="6"] i {
  right: 7px;
  left: 7px;
  height: 43px;
}

.evc-stage-option strong {
  margin-top: 7px;
  color: var(--evc-ink);
  font-size: 15px;
}

.evc-stage-option small {
  color: var(--evc-muted);
  font-size: 11px;
  font-weight: 800;
}

.evc-analysis-grid b {
  color: #b34a35;
}

.evc-analysis-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.evc-analysis-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: var(--evc-radius);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  padding: 11px 18px;
}

.evc-analysis-next,
.evc-analysis-submit {
  background: linear-gradient(135deg, var(--evc-gold), #9f744b);
  color: #fff;
}

.evc-analysis-prev {
  border: 1px solid var(--evc-line) !important;
  background: #fff;
  color: var(--evc-ink);
}

.evc-analysis-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

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

.evc-blog-card {
  overflow: hidden;
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 24, 37, 0.06);
}

.evc-blog-card__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  background: var(--evc-deep);
  color: var(--evc-gold);
}

.evc-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.evc-blog-card__media span {
  position: relative;
  z-index: 2;
  font-size: 42px;
  font-weight: 900;
}

.evc-blog-card__body {
  padding: 24px;
}

.evc-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--evc-gold);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.evc-blog-card h2 {
  margin: 12px 0 10px;
  color: var(--evc-ink);
  font-size: 24px;
  line-height: 1.2;
}

.evc-blog-card p {
  margin: 0 0 18px;
}

.evc-blog-single__hero {
  position: relative;
  overflow: hidden;
  background-color: var(--evc-deep);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 110px 0;
}

.evc-blog-back {
  margin-bottom: 18px;
  color: var(--evc-gold-2);
}

.evc-blog-single__hero .evc-blog-meta {
  color: var(--evc-gold-2);
}

.evc-blog-single__hero h1 {
  max-width: 920px;
  margin-top: 18px;
}

.evc-blog-single__hero p {
  max-width: 760px;
}

.evc-blog-single__body {
  background: #fff;
  padding: 80px 0;
}

.evc-blog-single__layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr) 280px;
  align-items: start;
}

.evc-blog-featured {
  position: sticky;
  top: 126px;
}

.evc-blog-featured figcaption {
  background: var(--evc-deep);
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  padding: 10px 12px;
}

.evc-blog-content {
  color: var(--evc-charcoal);
  font-size: 18px;
  line-height: 1.8;
}

.evc-anim-ready .evc-blog-content.evc-reveal,
.evc-blog-content.evc-reveal {
  opacity: 1 !important;
  transform: none !important;
}

.evc-blog-content > :first-child {
  margin-top: 0;
}

.evc-blog-content :where(h1, h2, h3, h4, h5, h6) {
  color: var(--evc-ink);
  font-weight: 800;
  line-height: 1.2;
  margin: 42px 0 16px;
}

.evc-blog-content h1 {
  font-size: 34px;
}

.evc-blog-content h2 {
  font-size: 30px;
}

.evc-blog-content h3 {
  font-size: 24px;
}

.evc-blog-content :where(p, ul, ol, figure, table, blockquote) {
  margin: 0 0 20px;
}

.evc-blog-content :where(ul, ol) {
  padding-left: 1.25em;
}

.evc-blog-content li + li {
  margin-top: 8px;
}

.evc-blog-content strong {
  color: var(--evc-ink);
  font-weight: 850;
}

.evc-blog-content .wp-block-table {
  overflow-x: auto;
}

.evc-blog-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--evc-line);
  background: #fff;
  font-size: 15px;
  line-height: 1.55;
}

.evc-blog-content :where(th, td) {
  border: 1px solid var(--evc-line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.evc-blog-content th {
  background: var(--evc-ivory);
  color: var(--evc-ink);
  font-weight: 850;
}

.evc-blog-content a {
  color: var(--evc-gold);
  font-weight: 800;
}

.evc-blog-aside {
  position: sticky;
  top: 126px;
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: var(--evc-ivory);
  padding: 22px;
}

.evc-blog-aside dl {
  gap: 14px;
  margin-bottom: 20px;
}

.evc-empty-state {
  border: 1px solid var(--evc-line);
  border-radius: var(--evc-radius);
  background: #fff;
  color: var(--evc-muted);
  padding: 28px;
}

.evc-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, var(--evc-deep), var(--evc-deep-2)),
    var(--evc-deep);
  color: #fff;
  isolation: isolate;
}

.evc-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 181, 138, 0.58), transparent);
}

.evc-cta .evc-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 238px;
  padding-block: 56px;
}

.evc-cta h2 {
  max-width: 760px;
  color: #fff;
}

.evc-footer-shell,
.evc-footer {
  background: var(--evc-deep);
}

.evc-footer {
  color: #fff;
  padding: 76px 0 28px;
}

.evc-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr) minmax(
      220px,
      0.8fr
    );
  gap: 58px;
}

.evc-brand--footer strong {
  color: #fff;
}

.evc-brand--footer em {
  color: rgba(255, 255, 255, 0.58);
}

.evc-footer__brand p {
  max-width: 440px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.evc-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.evc-footer__socials a,
.evc-footer__bottom a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--evc-radius);
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  padding: 8px 10px;
}

.evc-social-icon {
  width: 16px;
  text-align: center;
}

.evc-footer__nav,
.evc-footer__contact {
  display: grid;
  align-content: start;
  gap: 11px;
}

.evc-footer__nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.evc-footer__nav-group {
  display: grid;
  align-content: start;
  gap: 10px;
}

.evc-footer__nav h2,
.evc-footer__contact h2 {
  margin: 0 0 10px;
  color: var(--evc-gold-2);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.evc-footer__nav-group h3 {
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.evc-footer__nav a,
.evc-footer__contact a,
.evc-footer__contact span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.evc-footer__nav a:hover,
.evc-footer__contact a:hover,
.evc-footer__socials a:hover {
  color: #fff;
}

.evc-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.evc-footer__madeby {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
}

.evc-footer__madeby a {
  border: 0;
  min-height: auto;
  padding: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: inherit;
  font-weight: 850;
}

.evc-anim-ready .evc-reveal {
  opacity: 0;
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
  transition-delay: var(--evc-reveal-delay, 0ms);
}

.evc-anim-ready .evc-reveal.is-visible {
  opacity: 1;
}

.evc-anim-ready .evc-reveal--lift {
  transform: translateY(24px);
}

.evc-anim-ready .evc-reveal--lift.is-visible {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .evc-hero__video,
  .evc-signature__media img,
  .evc-intro-media img,
  .evc-marquee__track,
  .evc-anim-ready .evc-reveal {
    transition: none !important;
    transform: none !important;
  }

  .evc-marquee__track {
    animation: none !important;
  }

  .evc-anim-ready .evc-reveal {
    opacity: 1 !important;
  }
}

@media (max-width: 1180px) {
  .evc-header-shell.is-open {
    background: rgba(7, 24, 37, 0.64);
    backdrop-filter: blur(16px);
  }

  .evc-sitebar .evc-container {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .evc-nav-toggle {
    display: inline-flex;
  }

  .evc-header-actions {
    display: none;
  }

  .evc-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    max-height: 0;
    border: 0 solid rgba(216, 181, 138, 0.22);
    border-radius: var(--evc-radius);
    background: rgba(7, 24, 37, 0.92);
    box-shadow: 0 24px 54px rgba(7, 24, 37, 0.24);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      max-height 0.26s ease,
      opacity 0.2s ease,
      transform 0.2s ease,
      border-width 0.2s ease;
    backdrop-filter: blur(18px);
  }

  .evc-header-shell.is-open .evc-nav {
    max-height: 760px;
    border-width: 1px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .evc-nav > a,
  .evc-nav-trigger {
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 430;
    padding: 0 16px;
  }

  .evc-nav > a:last-child {
    border-bottom: 0;
  }

  .evc-nav-group {
    display: grid;
    position: relative;
  }

  .evc-nav-trigger {
    justify-content: space-between;
  }

  .evc-subnav {
    position: static;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    backdrop-filter: none;
  }

  .evc-subnav a {
    min-height: 42px;
    padding: 0 16px 0 30px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
  }

  .evc-nav-language {
    display: inline-flex;
    width: fit-content;
    margin: 12px 16px 14px;
  }

  .evc-treatment-grid,
  .evc-treatment-grid--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .evc-container {
    width: min(100% - 32px, 1320px);
  }

  .evc-sitebar .evc-container {
    min-height: 76px;
  }

  .evc-brand img {
    max-width: 148px;
    height: 42px;
  }

  .evc-hero,
  .evc-hero__content {
    min-height: 720px;
  }

  .evc-hero h1,
  .evc-page-hero h1,
  .evc-service-hero h1,
  .evc-blog-single__hero h1 {
    font-size: 48px;
  }

  .evc-page-hero__layout,
  .evc-service-hero__layout,
  .evc-signature,
  .evc-process,
  .evc-quality,
  .evc-compare,
  .evc-detail-intro,
  .evc-aesthetic-layout,
  .evc-about-layout,
  .evc-contact-layout,
  .evc-analysis-card,
  .evc-blog-single__layout {
    grid-template-columns: 1fr;
  }

  .evc-page-hero__layout,
  .evc-service-hero__layout {
    gap: 28px;
    padding-block: 74px;
  }

  .evc-page-hero__panel,
  .evc-procedure-info {
    max-width: 640px;
  }

  .evc-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evc-stat:nth-child(2) {
    border-right: 0;
  }

  .evc-stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .evc-section {
    padding: 76px 0;
  }

  .evc-signature__copy h2,
  .evc-section-head h2,
  .evc-process h2,
  .evc-quality h2,
  .evc-compare h2,
  .evc-detail-intro h2,
  .evc-note h2,
  .evc-about-copy h2,
  .evc-contact-card h2,
  .evc-cta h2 {
    font-size: 36px;
  }

  .evc-section-head,
  .evc-cta .evc-container,
  .evc-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .evc-process__intro,
  .evc-quality__intro,
  .evc-blog-featured,
  .evc-blog-aside {
    position: relative;
    top: auto;
  }

  .evc-treatment-grid--home {
    grid-auto-rows: auto;
  }

  .evc-treatment-card--featured {
    grid-column: span 1;
    grid-row: span 1;
  }

  .evc-treatment-grid--home .evc-treatment-card--featured {
    grid-column: span 1;
  }

  .evc-quality__grid,
  .evc-compare__grid,
  .evc-detail-grid,
  .evc-value-grid,
  .evc-testimonials,
  .evc-blog-grid {
    grid-template-columns: 1fr;
  }

  .evc-analysis-info,
  .evc-analysis-form-wrap {
    padding: 28px;
  }

  .evc-analysis-shell {
    padding: 124px 0 56px;
  }

  .evc-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .evc-footer__brand {
    grid-column: 1 / -1;
  }

  .evc-footer__nav {
    grid-column: 1 / -1;
  }

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

@media (max-width: 640px) {
  .evc-container {
    width: min(100% - 28px, 1320px);
  }

  .evc-brand strong {
    font-size: 22px;
  }

  .evc-brand em {
    max-width: 250px;
  }

  .evc-hero,
  .evc-hero__content {
    min-height: 660px;
  }

  .evc-hero__content {
    padding-block: 64px;
  }

  .evc-hero h1,
  .evc-page-hero h1,
  .evc-service-hero h1,
  .evc-blog-single__hero h1 {
    font-size: 38px;
  }

  .evc-hero p,
  .evc-page-hero p,
  .evc-service-hero p,
  .evc-blog-single__hero p,
  .evc-signature__copy p,
  .evc-section-head p,
  .evc-detail-intro p {
    font-size: 16px;
  }

  .evc-actions,
  .evc-contact-actions,
  .evc-analysis-nav {
    flex-direction: column;
  }

  .evc-actions .evc-button,
  .evc-contact-actions .evc-button,
  .evc-analysis-nav button {
    width: 100%;
  }

  .evc-stats {
    grid-template-columns: 1fr;
  }

  .evc-stat,
  .evc-stat:nth-child(2),
  .evc-stat:nth-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 16px;
  }

  .evc-stat:last-child {
    border-bottom: 0;
  }

  .evc-signature {
    gap: 32px;
  }

  .evc-signature__media,
  .evc-detail-intro figure,
  .evc-aesthetic-media,
  .evc-about-media {
    min-height: 340px;
    aspect-ratio: 1 / 1;
  }

  .evc-signature__facts,
  .evc-form-grid,
  .evc-analysis-grid,
  .evc-aesthetic-list dl,
  .evc-footer__main {
    grid-template-columns: 1fr;
  }

  .evc-footer__nav-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .evc-section-head {
    gap: 18px;
  }

  .evc-treatment-grid,
  .evc-treatment-grid--home,
  .evc-treatment-grid--wide {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .evc-treatment-card,
  .evc-treatment-grid--home .evc-treatment-card {
    min-height: 0;
    padding: 0;
  }

  .evc-treatment-card--featured {
    grid-column: span 1;
  }

  .evc-treatment-card h3 {
    font-size: 25px;
  }

  .evc-process__steps article {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
  }

  .evc-process__steps article > span {
    width: 46px;
    height: 46px;
  }

  .evc-procedure-info__grid,
  .evc-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evc-contact-card,
  .evc-form-card,
  .evc-analysis-info,
  .evc-analysis-form-wrap {
    padding: 20px;
  }

  .evc-analysis-info h1,
  .evc-analysis-step h2 {
    font-size: 28px;
  }

  .evc-analysis-progress span {
    font-size: 11px;
  }

  .evc-stage-grid {
    gap: 10px;
  }

  .evc-stage-option {
    min-height: 122px;
    padding: 10px;
  }

  .evc-stage-visual {
    width: 56px;
    height: 56px;
  }

  .evc-testimonials blockquote {
    font-size: 19px;
  }
}

@media (max-width: 420px) {
  .evc-hero h1,
  .evc-page-hero h1,
  .evc-service-hero h1,
  .evc-blog-single__hero h1 {
    font-size: 34px;
  }

  .evc-button {
    white-space: normal;
  }

  .evc-procedure-info__grid,
  .evc-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .evc-detail-page .evc-service-hero {
    padding: 82px 0 64px;
  }

  .evc-detail-page .evc-service-hero__layout,
  .evc-detail-page .evc-detail-intro {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .evc-detail-page .evc-procedure-info {
    max-width: 640px;
  }

  .evc-detail-page .evc-detail-grid,
  .evc-detail-page .evc-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evc-detail-page .evc-process__steps article::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .evc-detail-page .evc-service-hero {
    padding: 68px 0 54px;
  }

  .evc-detail-page .evc-service-hero h1 {
    font-size: 32px;
  }

  .evc-detail-page .evc-service-hero p {
    font-size: 15px;
  }

  .evc-detail-page .evc-procedure-info {
    padding: 25px;
  }

  .evc-detail-page .evc-procedure-info__grid,
  .evc-detail-page .evc-detail-grid,
  .evc-detail-page .evc-process__steps {
    grid-template-columns: 1fr;
  }

  .evc-detail-page .evc-procedure-info__grid div {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 3px 14px;
  }

  .evc-detail-page .evc-procedure-info i {
    width: 45px;
    height: 45px;
  }

  .evc-detail-page .evc-detail-intro h2 {
    font-size: 30px;
  }

  .evc-detail-page .evc-detail-grid article {
    padding: 28px 22px;
  }

  .evc-detail-page .evc-process__steps article > span {
    width: 68px;
    height: 68px;
    font-size: 19px;
  }

  .evc-detail-page .evc-cta .evc-container {
    min-height: 260px;
  }
}

/* Estevita v3 home/header refresh */
.evc {
  --evc-ink: #071825;
  --evc-charcoal: #071825;
  --evc-muted: rgba(7, 24, 37, 0.62);
  --evc-line: rgba(7, 24, 37, 0.1);
  --evc-ivory: #faf7f2;
  --evc-sage: #f4efe6;
  --evc-deep: #071825;
  --evc-deep-2: #102a3e;
  --evc-gold: #ba9262;
  --evc-gold-2: #d8b58a;
  --evc-font-sans: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  --evc-font-display: Fraunces, Georgia, serif;
}

.evc-header-shell {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: transparent;
  transition:
    background 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    backdrop-filter 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.evc-header-shell.is-scrolled,
.evc-header-shell.is-open {
  border-bottom: 1px solid rgba(186, 146, 98, 0.18);
  background: rgba(7, 24, 37, 0.86);
  backdrop-filter: blur(14px);
}

.evc-sitebar .evc-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  width: min(100% - 12vw, 1320px);
  min-height: 88px;
  transition: min-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.evc-header-shell.is-scrolled .evc-sitebar .evc-container {
  min-height: 62px;
}

.evc-brand img {
  max-width: 210px;
  height: 42px;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.evc-header-shell.is-scrolled .evc-brand img {
  height: 36px;
}

.evc-brand strong {
  font-family: var(--evc-font-display);
}

.evc-brand em {
  max-width: 260px;
  color: rgba(244, 239, 230, 0.72);
  font-family: var(--evc-font-sans);
}

.evc-nav {
  align-items: center;
  flex-wrap: nowrap;
  gap: 28px;
  color: rgba(244, 239, 230, 0.85);
  font-size: 14px;
  font-weight: 500;
}

.evc-nav > a,
.evc-nav-trigger {
  position: relative;
  min-height: auto;
  border-radius: 0;
  color: rgba(244, 239, 230, 0.85);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  opacity: 0.92;
  padding: 0;
}

.evc-nav > a::after,
.evc-nav-trigger::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--evc-gold);
  transition: width 0.28s ease;
}

.evc-nav > a:hover::after,
.evc-nav-group:hover .evc-nav-trigger::before,
.evc-nav-group:focus-within .evc-nav-trigger::before {
  width: 100%;
}

.evc-nav a:hover,
.evc-nav-trigger:hover,
.evc-nav-group:focus-within .evc-nav-trigger {
  background: transparent;
  color: #f4efe6;
  opacity: 1;
}

.evc-nav-trigger::after {
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-color: var(--evc-gold);
  transition: transform 0.28s ease;
}

.evc-nav-group:hover .evc-nav-trigger::after,
.evc-nav-group:focus-within .evc-nav-trigger::after {
  transform: translateY(2px) rotate(225deg);
}

.evc-subnav {
  top: calc(100% + 18px);
  left: 50%;
  width: 278px;
  border: 1px solid rgba(186, 146, 98, 0.2);
  border-radius: 14px;
  background: rgba(7, 24, 37, 0.96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  transform: translateX(-50%) translateY(10px);
}

.evc-nav-group:hover .evc-subnav,
.evc-nav-group:focus-within .evc-subnav {
  transform: translateX(-50%) translateY(0);
}

.evc-subnav a {
  justify-content: space-between;
  min-height: 46px;
  border-bottom: 0;
  border-radius: 9px;
  color: rgba(244, 239, 230, 0.9);
  font-size: 14px;
  font-weight: 500;
  padding: 0 14px;
}

.evc-subnav a:hover {
  background: rgba(186, 146, 98, 0.14);
}

.evc-subnav em {
  border-radius: 20px;
  background: var(--evc-gold);
  color: var(--evc-deep);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  padding: 3px 8px;
}

.evc-header-actions {
  gap: 14px;
}

.evc-lang-switch,
.evc-nav-language {
  gap: 8px;
  border: 0;
  border-left: 1px solid rgba(244, 239, 230, 0.22);
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 12px;
  backdrop-filter: none;
}

.evc-lang-switch a,
.evc-nav-language a {
  min-width: auto;
  min-height: auto;
  border-radius: 0;
  color: rgba(244, 239, 230, 0.55);
  font-size: 13px;
  font-weight: 700;
  padding: 0;
}

.evc-lang-switch a + a,
.evc-nav-language a + a {
  position: relative;
  margin-left: 9px;
}

.evc-lang-switch a + a::before,
.evc-nav-language a + a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  width: 1px;
  height: 13px;
  background: rgba(244, 239, 230, 0.28);
  transform: translateY(-50%);
}

.evc-lang-switch a:hover,
.evc-nav-language a:hover,
.evc-lang-switch a.is-active,
.evc-nav-language a.is-active {
  background: transparent;
  color: var(--evc-gold);
}

.evc-header-cta {
  min-height: 44px;
  border: 0;
  border-radius: 40px;
  background: var(--evc-gold);
  color: var(--evc-deep);
  font-size: 14px;
  font-weight: 700;
  padding: 11px 22px;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.evc-header-cta:hover {
  background: var(--evc-gold);
  color: var(--evc-deep);
  box-shadow: 0 10px 28px rgba(186, 146, 98, 0.35);
  transform: translateY(-2px);
}

.evc-nav-toggle {
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.evc-nav-toggle span {
  background: #f4efe6;
}

.evc-home .evc-hero--minimal {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 0 64px;
  background-color: var(--evc-deep);
  text-align: center;
}

.evc-home .evc-hero__shade {
  background:
    linear-gradient(rgba(16, 21, 38, 0.58), rgba(16, 21, 38, 0.42)),
    linear-gradient(180deg, rgba(7, 24, 37, 0.04), rgba(7, 24, 37, 0.18));
}

.evc-home .evc-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(760px, calc(100% - 12vw));
  min-height: auto;
  padding: 90px 0;
}

.evc-home .evc-hero__copy {
  max-width: 760px;
  margin: 0 auto;
}

.evc-home .evc-hero__badge {
  display: inline-block;
  margin-bottom: 28px;
  border: 0;
  background: transparent;
  color: var(--evc-gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 0;
}

.evc-home .evc-hero h1 {
  margin: 0 0 24px;
  color: #f4efe6;
  font-family: var(--evc-font-display);
  font-size: clamp(34px, 4.8vw, 62px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.evc-home .evc-hero h1 em {
  color: var(--evc-gold);
  font-style: italic;
}

.evc-home .evc-hero p {
  max-width: 480px;
  margin: 0 auto 40px;
  color: rgba(244, 239, 230, 0.8);
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 300;
  line-height: 1.65;
}

.evc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.evc-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 46px;
  font-size: 15px;
  font-weight: 700;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.evc-hero-btn--primary {
  background: var(--evc-gold);
  color: var(--evc-deep);
  padding: 15px 34px;
}

.evc-hero-btn--primary:hover {
  box-shadow: 0 12px 30px rgba(186, 146, 98, 0.35);
  transform: translateY(-2px);
}

.evc-hero-btn--text {
  position: relative;
  color: #f4efe6;
  opacity: 0.92;
}

.evc-hero-btn--text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: rgba(244, 239, 230, 0.42);
  transition: background 0.24s ease;
}

.evc-hero-btn--text:hover,
.evc-hero-btn--text:focus {
  background: transparent !important;
  box-shadow: none !important;
  color: #f4efe6 !important;
  opacity: 0.92;
  transform: none !important;
}

.evc-hero-btn--text:hover::after,
.evc-hero-btn--text:focus::after {
  background: rgba(244, 239, 230, 0.42);
}

.evc-home .evc-marquee {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 54px;
  overflow: hidden;
  border-top: 1px solid rgba(186, 146, 98, 0.22);
  background: rgba(16, 21, 38, 0.55);
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.evc-home .evc-marquee__track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  animation: evcHeroMarquee 30s linear infinite;
  white-space: nowrap;
  will-change: transform;
}

.evc-home .evc-marquee span {
  display: inline-flex;
  align-items: center;
  color: rgba(244, 239, 230, 0.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.evc-home .evc-marquee span.is-main {
  color: var(--evc-gold);
  font-weight: 700;
}

.evc-home .evc-marquee span::after {
  content: "✦";
  width: auto;
  height: auto;
  margin: 0 26px;
  border-radius: 0;
  background: transparent;
  color: rgba(186, 146, 98, 0.52);
  font-size: 10px;
}

@keyframes evcHeroMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.evc-services-v3 {
  background: #faf7f2;
  color: var(--evc-deep);
  font-family: var(--evc-font-sans);
  padding: 100px 6vw 54px;
}

.evc-services-v3__wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.evc-services-v3__head {
  max-width: 640px;
  margin-bottom: 56px;
}

.evc-services-v3__head > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--evc-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.evc-services-v3__head h2 {
  margin: 0 0 18px;
  color: var(--evc-deep);
  font-family: var(--evc-font-display);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.evc-services-v3__head h2 em {
  color: var(--evc-gold);
  font-style: italic;
}

.evc-services-v3__head p {
  margin: 0;
  color: rgba(7, 24, 37, 0.62);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
}

.evc-services-v3__groups {
  display: grid;
  gap: 46px;
}

.evc-services-group {
  display: grid;
  gap: 22px;
}

.evc-services-group__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.evc-services-group__head span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--evc-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.evc-services-group__head h3 {
  margin: 0;
  color: var(--evc-deep);
  font-family: var(--evc-font-display);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.1;
}

.evc-services-feature {
  display: flex;
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 22px;
  background: var(--evc-deep);
}

.evc-services-feature__aside {
  position: relative;
  display: grid;
  flex: 0 0 280px;
  align-content: center;
  justify-items: center;
  min-height: 260px;
  background: rgba(186, 146, 98, 0.16);
  padding: 48px;
  text-align: center;
}

.evc-services-feature__aside span {
  position: absolute;
  top: 22px;
  left: 22px;
  border-radius: 30px;
  background: var(--evc-gold);
  color: var(--evc-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 6px 14px;
  text-transform: uppercase;
}

.evc-services-feature__aside strong {
  color: #f4efe6;
  font-family: var(--evc-font-display);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.95;
}

.evc-services-feature__aside small {
  margin-top: 14px;
  color: rgba(244, 239, 230, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.evc-services-feature__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 54px;
}

.evc-services-feature__body h3,
.evc-services-card h3 {
  margin: 0 0 14px;
  font-family: var(--evc-font-display);
  font-weight: 500;
  letter-spacing: 0;
}

.evc-services-feature__body h3 {
  color: #f4efe6;
  font-size: 31px;
}

.evc-services-feature__body p {
  max-width: 540px;
  margin: 0 0 22px;
  color: rgba(244, 239, 230, 0.78);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.evc-services-v3__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.evc-services-v3__grid--hair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evc-services-v3__grid--aesthetic {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.evc-services-card {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  border: 1px solid rgba(7, 24, 37, 0.1);
  border-radius: 18px;
  background: #fff;
  padding: 32px 28px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.evc-services-card:hover {
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(7, 24, 37, 0.1);
  transform: translateY(-6px);
}

.evc-services-card h3 {
  color: var(--evc-deep);
  font-size: 21px;
  line-height: 1.22;
}

.evc-services-card p {
  flex: 1;
  margin: 0 0 20px;
  color: rgba(7, 24, 37, 0.62);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.evc-services-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--evc-deep);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.evc-services-feature .evc-services-link {
  color: var(--evc-gold);
}

.evc-services-link span {
  display: inline-block;
  transition: transform 0.24s ease;
}

.evc-services-link:hover span {
  transform: translateX(5px);
}

.evc-operations-banner {
  background: #faf7f2;
  padding: 0 6vw 100px;
}

.evc-operations-banner__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.evc-operations-banner__link {
  display: block;
  border-radius: 22px;
}

.evc-operations-banner img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(7, 24, 37, 0.08);
}

.evc-operations-banner__link:hover img,
.evc-operations-banner__link:focus img {
  transform: none;
  filter: none;
}

.evc-gallery-section {
  background: #faf7f2;
}

.evc-gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.evc-gallery-head h2 {
  margin: 0;
  color: var(--evc-deep);
  font-family: var(--evc-serif);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
}

.evc-gallery-head p {
  margin: 0 0 22px;
  color: var(--evc-muted);
  font-size: 17px;
  line-height: 1.75;
}

.evc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.evc-gallery-card {
  overflow: hidden;
  border: 1px solid rgba(7, 24, 37, 0.1);
  border-radius: var(--evc-radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 24, 37, 0.06);
}

.evc-gallery-card figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--evc-mist);
}

.evc-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evc-gallery-card figcaption {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 999px;
  background: rgba(7, 24, 37, 0.78);
  color: #fff;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evc-gallery-card > div {
  padding: 22px;
}

.evc-gallery-card h3 {
  margin: 0;
  color: var(--evc-deep);
  font-family: var(--evc-serif);
  font-size: 28px;
  line-height: 1.12;
}

.evc-gallery-card p {
  margin: 12px 0 0;
  color: var(--evc-muted);
  line-height: 1.65;
}

.evc-gallery-card span {
  display: block;
  margin-top: 16px;
  color: var(--evc-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.evc-gallery-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--evc-deep);
  font-weight: 800;
  text-decoration: none;
}

.evc-gallery-empty {
  border: 1px dashed rgba(7, 24, 37, 0.24);
  border-radius: var(--evc-radius);
  background: #fff;
  padding: 34px;
  text-align: center;
}

.evc-gallery-empty h3 {
  margin: 0;
  color: var(--evc-deep);
  font-family: var(--evc-serif);
  font-size: 34px;
}

.evc-gallery-empty p {
  max-width: 620px;
  margin: 12px auto 0;
  color: var(--evc-muted);
  line-height: 1.7;
}

.evc-privacy {
  background: #faf7f2;
}

.evc-privacy__layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.35fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.evc-privacy__aside {
  position: sticky;
  top: 112px;
  border: 1px solid rgba(7, 24, 37, 0.1);
  border-radius: var(--evc-radius);
  background: #fff;
  padding: 28px;
  box-shadow: 0 18px 44px rgba(7, 24, 37, 0.06);
}

.evc-privacy__aside span {
  display: block;
  color: var(--evc-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.evc-privacy__aside strong {
  display: block;
  margin-top: 12px;
  color: var(--evc-deep);
  font-size: 24px;
}

.evc-privacy__aside p {
  margin: 16px 0 0;
  color: var(--evc-muted);
  line-height: 1.7;
}

.evc-privacy__content {
  border: 1px solid rgba(7, 24, 37, 0.1);
  border-radius: var(--evc-radius);
  background: #fff;
  padding: clamp(28px, 4vw, 58px);
  box-shadow: 0 18px 44px rgba(7, 24, 37, 0.05);
}

.evc-privacy__content section + section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid var(--evc-line);
}

.evc-privacy__content h2 {
  margin: 0 0 14px;
  color: var(--evc-deep);
  font-family: var(--evc-serif);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.16;
}

.evc-privacy__content p {
  margin: 0;
  color: var(--evc-muted);
  font-size: 17px;
  line-height: 1.8;
}

.evc-privacy__content p + p {
  margin-top: 14px;
}

@media (max-width: 1180px) {
  .evc-sitebar .evc-container {
    width: min(100% - 40px, 1320px);
  }

  .evc-privacy__layout {
    grid-template-columns: 1fr;
  }

  .evc-gallery-head,
  .evc-gallery-grid {
    grid-template-columns: 1fr;
  }

  .evc-privacy__aside {
    position: static;
  }

  .evc-header-actions {
    display: none;
  }

  .evc-nav {
    top: calc(100% + 8px);
    background: rgba(7, 24, 37, 0.98);
  }

  .evc-header-shell.is-open .evc-nav {
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }

  .evc-nav > a,
  .evc-nav-trigger {
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid rgba(244, 239, 230, 0.1);
    color: rgba(244, 239, 230, 0.9);
    padding: 0 16px;
  }

  .evc-nav > a::after,
  .evc-nav-trigger::before {
    display: none;
  }

  .evc-nav-group:hover .evc-nav-trigger::after,
  .evc-nav-group:focus-within .evc-nav-trigger::after {
    transform: translateY(-2px) rotate(45deg);
  }

  .evc-nav-group.is-subnav-open .evc-nav-trigger::after,
  .evc-nav-group.is-subnav-open:hover .evc-nav-trigger::after,
  .evc-nav-group.is-subnav-open:focus-within .evc-nav-trigger::after {
    transform: translateY(2px) rotate(225deg);
  }

  .evc-subnav,
  .evc-nav-group:hover .evc-subnav,
  .evc-nav-group:focus-within .evc-subnav {
    position: static;
    width: 100%;
    max-height: 0;
    border: 0;
    border-radius: 0;
    background: rgba(244, 239, 230, 0.045);
    box-shadow: none;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: none;
    transition:
      max-height 0.24s ease,
      opacity 0.18s ease;
    backdrop-filter: none;
  }

  .evc-nav-group.is-subnav-open .evc-subnav,
  .evc-nav-group.is-subnav-open:hover .evc-subnav,
  .evc-nav-group.is-subnav-open:focus-within .evc-subnav {
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
  }

  .evc-subnav a {
    padding: 0 16px 0 30px;
  }

  .evc-nav-language {
    display: inline-flex;
    margin: 16px;
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .evc-services-v3__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .evc-home .evc-hero--minimal {
    min-height: 100svh;
  }

  .evc-home .evc-hero__content {
    width: min(100% - 12vw, 760px);
    padding: 110px 0 70px;
  }

  .evc-home .evc-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .evc-hero__actions {
    gap: 18px;
  }

  .evc-hero-btn--primary {
    width: 100%;
    max-width: 280px;
  }

  .evc-services-v3 {
    padding: 70px 6vw 44px;
  }

  .evc-services-feature {
    flex-direction: column;
  }

  .evc-services-feature__aside {
    flex: none;
    min-height: 210px;
    padding: 40px;
  }

  .evc-services-feature__body {
    padding: 34px;
  }

  .evc-services-group__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .evc-services-v3__grid {
    grid-template-columns: 1fr;
  }

  .evc-operations-banner {
    padding: 0 6vw 70px;
  }

  .evc-operations-banner img {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .evc-home .evc-marquee__track {
    animation: none !important;
  }
}

/* Estevita v4 operation detail pages */
.evc-detail-page-v4 {
  background: #faf7f2;
  color: var(--evc-deep);
  font-family: var(--evc-font-sans);
}

.evc-op-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.evc-op-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--evc-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.evc-op-eyebrow--dark {
  color: var(--evc-gold);
}

.evc-op-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74vh;
  overflow: hidden;
  background: var(--evc-deep);
  padding: 120px 6vw 70px;
}

.evc-op-hero__bg,
.evc-op-hero__shade {
  position: absolute;
  inset: 0;
}

.evc-op-hero__bg {
  z-index: 1;
  background-position: center;
  background-size: cover;
}

.evc-op-hero__shade {
  z-index: 2;
  background: linear-gradient(
    100deg,
    rgba(16, 21, 38, 0.84) 0%,
    rgba(16, 21, 38, 0.6) 55%,
    rgba(16, 21, 38, 0.32) 100%
  );
}

.evc-op-hero__inner {
  position: relative;
  z-index: 3;
  width: min(1180px, 100%);
}

.evc-op-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #f4efe6;
  font-family: var(--evc-font-display);
  font-size: clamp(46px, 7vw, 80px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.evc-op-hero p {
  max-width: 560px;
  margin: 0 0 36px;
  color: rgba(244, 239, 230, 0.82);
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 300;
  line-height: 1.65;
}

.evc-op-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}

.evc-op-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 46px;
  background: var(--evc-gold);
  color: var(--evc-deep);
  font-size: 15px;
  font-weight: 700;
  padding: 15px 32px;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
  white-space: nowrap;
}

.evc-op-btn:hover {
  box-shadow: 0 12px 30px rgba(186, 146, 98, 0.4);
  transform: translateY(-2px);
}

.evc-op-btn-text {
  color: #f4efe6;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(244, 239, 230, 0.42);
  padding-bottom: 3px;
  transition: border-color 0.24s ease;
}

.evc-op-btn-text:hover,
.evc-op-btn-text:focus {
  background: transparent !important;
  border-color: rgba(244, 239, 230, 0.42);
  box-shadow: none !important;
  color: #f4efe6 !important;
}

.evc-op-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  max-width: 800px;
  border-top: 1px solid rgba(244, 239, 230, 0.16);
  padding-top: 26px;
}

.evc-op-stats span {
  display: block;
  color: #f4efe6;
  font-family: var(--evc-font-display);
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.evc-op-stats small {
  display: block;
  margin-top: 8px;
  color: rgba(244, 239, 230, 0.62);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.evc-op-section {
  padding: 100px 6vw;
}

.evc-op-what,
.evc-op-compare {
  background: #faf7f2;
}

.evc-op-areas,
.evc-op-benefits,
.evc-op-faq {
  background: #fff;
}

.evc-op-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.evc-op-copy h2,
.evc-op-head h2,
.evc-op-cta h2 {
  margin: 0;
  color: var(--evc-deep);
  font-family: var(--evc-font-display);
  font-size: clamp(30px, 3.4vw, 43px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0;
}

.evc-op-copy p {
  margin: 20px 0 0;
  color: rgba(7, 24, 37, 0.62);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}

.evc-op-check {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.evc-op-check li {
  position: relative;
  color: var(--evc-deep);
  font-size: 15px;
  font-weight: 600;
  padding-left: 32px;
}

.evc-op-check li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--evc-gold);
}

.evc-op-check li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.evc-op-media {
  min-height: 440px;
  border-radius: 22px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 20px 46px rgba(7, 24, 37, 0.1);
}

.evc-op-head {
  max-width: 660px;
  margin: 0 auto 52px;
  text-align: center;
}

.evc-op-head p {
  margin: 18px auto 0;
  max-width: 620px;
  color: rgba(7, 24, 37, 0.62);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.evc-op-area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.evc-op-area-grid article {
  min-height: 178px;
  border: 1px solid rgba(7, 24, 37, 0.1);
  border-radius: 18px;
  background: #faf7f2;
  padding: 26px;
}

.evc-op-area-grid article span {
  display: inline-flex;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(186, 146, 98, 0.5);
  color: var(--evc-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.evc-op-area-grid h3 {
  margin: 0 0 10px;
  color: var(--evc-deep);
  font-family: var(--evc-font-display);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.evc-op-area-grid p {
  margin: 0;
  color: rgba(7, 24, 37, 0.62);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.evc-op-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.evc-op-benefit-grid article {
  border: 1px solid rgba(7, 24, 37, 0.1);
  border-radius: 18px;
  background: #faf7f2;
  padding: 34px 30px;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.evc-op-benefit-grid article:hover {
  box-shadow: 0 16px 36px rgba(7, 24, 37, 0.09);
  transform: translateY(-5px);
}

.evc-op-benefit-grid article span {
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(186, 146, 98, 0.14);
  color: var(--evc-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.evc-op-benefit-grid h3 {
  margin: 0 0 10px;
  color: var(--evc-deep);
  font-family: var(--evc-font-display);
  font-size: 20px;
  font-weight: 500;
}

.evc-op-benefit-grid p {
  margin: 0;
  color: rgba(7, 24, 37, 0.62);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.evc-op-steps-section {
  background: var(--evc-deep);
}

.evc-op-steps-section .evc-op-head h2,
.evc-op-cta h2 {
  color: #f4efe6;
}

.evc-op-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.evc-op-steps article {
  border-top: 2px solid rgba(186, 146, 98, 0.42);
  padding-top: 26px;
}

.evc-op-steps article > span {
  display: block;
  margin-bottom: 14px;
  color: var(--evc-gold);
  font-family: var(--evc-font-display);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.evc-op-steps h3 {
  margin: 0 0 10px;
  color: #f4efe6;
  font-size: 18px;
  font-weight: 700;
}

.evc-op-steps p {
  margin: 0;
  color: rgba(244, 239, 230, 0.72);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.evc-op-table {
  overflow: hidden;
  border: 1px solid rgba(7, 24, 37, 0.1);
  border-radius: 18px;
  background: #fff;
}

.evc-op-table__row {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(7, 24, 37, 0.1);
  padding: 16px 24px;
  color: rgba(7, 24, 37, 0.62);
  font-size: 15px;
}

.evc-op-table__row:last-child {
  border-bottom: 0;
}

.evc-op-table__row span:first-child,
.evc-op-table__row span:nth-child(2) {
  color: var(--evc-deep);
  font-weight: 700;
}

.evc-op-table__row span:nth-child(2) {
  color: var(--evc-gold);
}

.evc-op-table__row--head {
  background: var(--evc-deep);
}

.evc-op-table__row--head span,
.evc-op-table__row--head span:first-child,
.evc-op-table__row--head span:nth-child(2) {
  color: #f4efe6;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.evc-op-faq__wrap {
  max-width: 820px;
}

.evc-op-accordion details {
  border-bottom: 1px solid rgba(7, 24, 37, 0.1);
}

.evc-op-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  color: var(--evc-deep);
  font-size: 17px;
  font-weight: 700;
  padding: 24px 0;
}

.evc-op-accordion summary::-webkit-details-marker {
  display: none;
}

.evc-op-accordion summary span {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-left: 20px;
}

.evc-op-accordion summary span::before,
.evc-op-accordion summary span::after {
  content: "";
  position: absolute;
  background: var(--evc-gold);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.evc-op-accordion summary span::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
}

.evc-op-accordion summary span::after {
  top: 0;
  left: 8px;
  width: 2px;
  height: 18px;
}

.evc-op-accordion details[open] summary span::after {
  opacity: 0;
  transform: rotate(90deg);
}

.evc-op-accordion p {
  max-width: 680px;
  margin: 0;
  color: rgba(7, 24, 37, 0.62);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  padding: 0 0 24px;
}

.evc-op-cta {
  background: var(--evc-deep);
  padding: 90px 6vw;
  text-align: center;
}

.evc-op-cta__inner {
  max-width: 680px;
}

.evc-op-cta p {
  margin: 18px auto 34px;
  color: rgba(244, 239, 230, 0.8);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}

.evc-op-btn--large {
  min-height: 54px;
  padding: 17px 40px;
}

@media (max-width: 980px) {
  .evc-op-two {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .evc-op-benefit-grid,
  .evc-op-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evc-op-media {
    min-height: 320px;
  }
}

@media (max-width: 620px) {
  .evc-op-hero {
    min-height: 74svh;
    padding: 120px 6vw 60px;
  }

  .evc-op-hero h1 {
    font-size: clamp(44px, 14vw, 58px);
  }

  .evc-op-hero__actions {
    gap: 18px;
  }

  .evc-op-btn {
    width: 100%;
  }

  .evc-op-btn-text {
    width: auto;
  }

  .evc-op-stats {
    gap: 28px;
  }

  .evc-op-section {
    padding: 70px 6vw;
  }

  .evc-op-benefit-grid,
  .evc-op-steps {
    grid-template-columns: 1fr;
  }

  .evc-op-table__row {
    grid-template-columns: 1.25fr 0.95fr 0.85fr;
    padding: 14px 16px;
    font-size: 13px;
  }
}
