:root {
  --navy-950: #071b38;
  --navy-900: #0b2548;
  --navy-800: #12345d;
  --gold-600: #c89443;
  --gold-500: #d6a85b;
  --gold-100: #fbf5ea;
  --ink: #10213f;
  --text: #47546c;
  --muted: #7d8798;
  --line: #e4e9f1;
  --white: #ffffff;
  --soft: #fbfcfe;
  --shadow: 0 24px 70px rgba(15, 35, 70, 0.12);
  --soft-shadow: 0 14px 40px rgba(18, 52, 93, 0.08);
  --radius-lg: 22px;
  --radius-md: 16px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: linear-gradient(180deg, #fffaf2 0%, #ffffff 18%, #ffffff 100%);
  font-family: var(--sans);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.ev-site {
  width: min(1440px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
}

.ev-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 86px;
  padding: 18px clamp(22px, 6vw, 86px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(228, 233, 241, 0.75);
  backdrop-filter: blur(18px);
}

.ev-brand { display: flex; align-items: center; gap: 12px; color: var(--navy-900); min-width: 260px; }
.ev-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--navy-900), var(--navy-800));
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 30px rgba(11, 37, 72, 0.22);
}
.ev-logo-img {
  width: 86px;
  height: 58px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(11, 37, 72, 0.08);
}
.ev-brand strong { display: block; font-size: 15px; letter-spacing: 0.08em; }
.ev-brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }

.ev-nav { display: flex; align-items: center; justify-content: flex-end; gap: 24px; color: var(--navy-800); font-size: 14px; font-weight: 700; }
.ev-nav a:not(.ev-btn):hover { color: var(--gold-600); }
.ev-nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.ev-nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--navy-900); }

.ev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.ev-btn-navy { color: var(--white); background: var(--navy-950); box-shadow: 0 14px 30px rgba(7, 27, 56, 0.22); }
.ev-btn-outline { color: var(--navy-900); background: rgba(255, 255, 255, 0.84); border-color: rgba(11, 37, 72, 0.28); }
.ev-btn-gold { color: var(--white); background: linear-gradient(135deg, var(--gold-600), var(--gold-500)); box-shadow: 0 14px 30px rgba(200, 148, 67, 0.24); }

.ev-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 36px;
  padding: 70px clamp(22px, 6vw, 86px) 122px;
}
.ev-hero::before {
  content: "";
  position: absolute;
  inset: 70px 28% auto auto;
  width: 360px;
  height: 220px;
  opacity: 0.42;
  background-image: radial-gradient(circle, rgba(214, 168, 91, 0.58) 1px, transparent 1.6px);
  background-size: 13px 13px;
  mask-image: radial-gradient(ellipse, #000 58%, transparent 72%);
}
.ev-hero-copy { position: relative; z-index: 2; max-width: 650px; }
.ev-eyebrow { margin: 0 0 16px; color: var(--gold-600); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.ev-hero h1, .ev-section-head h2, .ev-value-title h2, .ev-split h2, .ev-cta h2, .ev-form-layout h2 {
  margin: 0;
  color: var(--navy-950);
  font-family: var(--serif);
  line-height: 1.05;
}
.ev-hero h1 { font-size: clamp(44px, 6vw, 80px); letter-spacing: -0.01em; }
.ev-hero h1 span { display: block; color: var(--gold-600); }
.ev-lead { max-width: 540px; margin: 26px 0 0; color: var(--text); font-size: 17px; }
.ev-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.ev-hero-art { position: relative; z-index: 1; align-self: stretch; min-height: 500px; border-radius: 0 0 0 130px; overflow: hidden; }
.ev-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.ev-hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.62) 18%, rgba(255,255,255,0) 48%); }
.ev-line { position: absolute; right: -80px; bottom: 70px; width: 560px; height: 170px; border: 2px solid rgba(214, 168, 91, 0.46); border-left: 0; border-bottom: 0; border-radius: 0 100% 0 0; transform: rotate(-10deg); pointer-events: none; }
.ev-line-two { right: -120px; bottom: 40px; width: 650px; opacity: 0.62; }

.ev-stats {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1120px, calc(100% - 44px));
  margin: -82px auto 0;
  padding: 22px 10px;
  border: 1px solid rgba(228, 233, 241, 0.9);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}
.ev-stats article { display: grid; place-items: center; gap: 5px; min-height: 112px; padding: 12px; text-align: center; border-right: 1px solid var(--line); }
.ev-stats article:last-child { border-right: 0; }
.ev-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--gold-600); border: 1px solid rgba(200, 148, 67, 0.36); font-size: 24px; }
.ev-stats strong { color: var(--navy-900); font-family: var(--serif); font-size: 25px; line-height: 1; }
.ev-stats small { color: var(--text); font-size: 12px; font-weight: 600; }

.ev-section { padding: 74px clamp(22px, 6vw, 86px); }
.ev-soft { background: var(--soft); }
.ev-section-head { max-width: 720px; margin-bottom: 28px; }
.ev-section-head h2, .ev-split h2, .ev-form-layout h2 { font-size: clamp(32px, 4vw, 48px); }
.ev-section-head p:last-child, .ev-split p, .ev-form-layout p { margin: 16px 0 0; }
.ev-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ev-card, .ev-mini-card, .ev-faq article, .ev-process article, .ev-form {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}
.ev-card { min-height: 292px; display: flex; flex-direction: column; padding: 26px; }
.ev-card-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; color: var(--navy-900); background: var(--gold-100); font-size: 26px; }
.ev-card h3, .ev-mini-card h3, .ev-faq h3, .ev-process h3 { margin: 0 0 12px; color: var(--navy-950); font-family: var(--serif); font-size: 20px; line-height: 1.16; }
.ev-card p, .ev-mini-card p, .ev-faq p, .ev-process p { margin: 0; color: var(--text); font-size: 14px; }
.ev-card a { margin-top: auto; padding-top: 22px; color: var(--navy-900); font-size: 13px; font-weight: 800; }

.ev-value { display: grid; grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr); align-items: center; gap: 32px; padding: 34px clamp(22px, 6vw, 86px); background: linear-gradient(90deg, #fffaf1, #ffffff); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ev-value-title { display: grid; grid-template-columns: 62px minmax(0, 1fr); align-items: center; gap: 18px; }
.ev-value-title h2 { font-size: clamp(24px, 3vw, 34px); }
.ev-value-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-600); border: 1px solid rgba(200, 148, 67, 0.42); background: var(--white); font-size: 26px; }
.ev-value-list { display: grid; grid-template-columns: repeat(4, 1fr); }
.ev-value-list article { padding: 16px 20px; border-left: 1px solid var(--line); }
.ev-value-list span { display: block; color: var(--navy-800); font-size: 22px; line-height: 1; }
.ev-value-list strong { display: block; margin-top: 8px; color: var(--navy-950); font-size: 13px; }
.ev-value-list small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }

.ev-split { display: grid; grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr); gap: 34px; align-items: start; }
.ev-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ev-process article { padding: 24px; }
.ev-process strong, .ev-mini-card span { display: inline-flex; margin-bottom: 14px; color: var(--gold-600); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.ev-testimonials { background: var(--gold-100); }
.ev-carousel { position: relative; min-height: 340px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--soft-shadow); overflow: hidden; }
.ev-quote { position: absolute; inset: 0; display: grid; align-content: center; gap: 20px; padding: clamp(26px, 5vw, 58px); opacity: 0; transform: translateX(18px); transition: opacity 0.3s ease, transform 0.3s ease; }
.ev-quote.is-active { opacity: 1; transform: translateX(0); }
.ev-quote p { margin: 0; color: var(--navy-950); font-family: var(--serif); font-size: clamp(25px, 3vw, 40px); line-height: 1.2; }
.ev-quote cite { color: var(--muted); font-style: normal; font-weight: 700; }
.ev-dots { position: absolute; left: clamp(26px, 5vw, 58px); bottom: 28px; display: flex; gap: 8px; }
.ev-dot { width: 30px; height: 4px; padding: 0; border: 0; border-radius: 20px; background: #ccd8e5; }
.ev-dot.is-active { background: var(--gold-600); }

.ev-grid-3, .ev-faq { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ev-mini-card, .ev-faq article { padding: 24px; }
.ev-faq { grid-template-columns: repeat(2, 1fr); }

.ev-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 240px; padding: 58px clamp(22px, 6vw, 86px); overflow: hidden; color: rgba(255,255,255,0.82); background: radial-gradient(circle at 78% 110%, rgba(214,168,91,0.44), transparent 30%), linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.ev-cta h2 { color: var(--white); font-size: clamp(32px, 4vw, 48px); }
.ev-cta p:not(.ev-eyebrow) { max-width: 620px; margin: 12px 0 0; }
.ev-globe { position: absolute; right: -80px; bottom: -180px; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(214,168,91,0.48); background: repeating-linear-gradient(12deg, transparent 0 20px, rgba(214,168,91,0.16) 20px 22px), radial-gradient(circle, rgba(214,168,91,0.2), transparent 62%); opacity: 0.7; }

.ev-form-layout { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(340px, 1.28fr); gap: 36px; align-items: start; }
.ev-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 28px; }
.ev-field { display: grid; gap: 6px; }
.ev-full { grid-column: 1 / -1; }
.ev-field label { color: var(--ink); font-size: 13px; font-weight: 800; }
.ev-field input, .ev-field select, .ev-field textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cbd8e6; border-radius: 12px; background: var(--white); color: var(--ink); font: inherit; }
.ev-field textarea { min-height: 130px; resize: vertical; }

.ev-footer { display: flex; justify-content: space-between; gap: 18px; padding: 28px clamp(22px, 6vw, 86px); border-top: 1px solid var(--line); color: var(--muted); background: var(--white); font-size: 14px; }

@media (max-width: 1050px) {
  .ev-nav { gap: 16px; }
  .ev-services, .ev-value-list, .ev-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .ev-value, .ev-form-layout { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .ev-header { min-height: 72px; }
  .ev-nav-toggle { display: block; }
  .ev-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .ev-nav.is-open { display: flex; }
  .ev-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 44px; padding-bottom: 120px; }
  .ev-hero-art { min-height: 360px; border-radius: 28px; }
  .ev-stats, .ev-split, .ev-process, .ev-faq { grid-template-columns: repeat(2, 1fr); }
  .ev-stats article:nth-child(2) { border-right: 0; }
  .ev-stats article:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .ev-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .ev-brand { min-width: 0; }
  .ev-brand small { display: none; }
  .ev-logo-img { width: 68px; height: 46px; }
  .ev-hero h1 { font-size: 41px; }
  .ev-actions, .ev-actions .ev-btn, .ev-cta .ev-btn { width: 100%; }
  .ev-stats, .ev-services, .ev-value-list, .ev-split, .ev-process, .ev-grid-3, .ev-faq, .ev-form { grid-template-columns: 1fr; }
  .ev-stats article { border-right: 0; border-bottom: 1px solid var(--line); }
  .ev-stats article:last-child { border-bottom: 0; }
  .ev-value-title { grid-template-columns: 1fr; }
  .ev-value-list article { border-left: 0; border-top: 1px solid var(--line); }
  .ev-carousel { min-height: 460px; }
  .ev-footer { flex-direction: column; }
}
