:root {
  --navy: #08182e;
  --deep: #04142a;
  --blue: #1264ff;
  --blue-2: #2478ff;
  --text: #08152a;
  --muted: #526075;
  --line: #e5eaf1;
  --soft: #f7f9fc;
  --white: #fff;
  --shadow: 0 24px 70px rgba(8, 24, 46, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.evomar-colored { color: inherit; }
.evomar-v { color: #e11d48; }
.evomar-a { color: var(--blue); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(229,234,241,.65);
  backdrop-filter: blur(16px);
}
.nav-shell {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand-mark img { width: 174px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 50px; }
.main-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 800;
  color: #07142a;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 3px;
  background: var(--blue);
  transition: width .25s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.menu-toggle { display: none; }

.hero {
  min-height: 575px;
  padding: 58px 0 54px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(247,249,252,.96), rgba(255,255,255,.86) 40%, rgba(247,249,252,.98)),
    radial-gradient(circle at 78% 42%, rgba(18,100,255,.09), transparent 35%);
}
.hero::before {
  content: "";
  position: absolute;
}
.hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 42px;
}
.hero-copy h1 {
  margin: 0 0 6px;
  font-size: clamp(64px, 7vw, 86px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: 0;
  color: #07142a;
}
.hero-subtitle {
  margin: 0 0 25px;
  font-size: 28px;
  line-height: 1.16;
  font-weight: 500;
}
.hero-subtitle span { color: var(--blue); font-weight: 800; }
.hero-description {
  max-width: 430px;
  margin: 0 0 28px;
  color: #182641;
  font-weight: 500;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 50px;
  padding: 0 29px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2px;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
}
.btn span { transition: transform .2s ease; font-size: 22px; line-height: 1; }
.btn:hover span { transform: translateX(4px); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 14px 28px rgba(18,100,255,.25); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(18,100,255,.32); }
.btn-outline { color: var(--brand, var(--blue)); border: 1px solid var(--brand, var(--blue)); background: #fff; }

.hero-graphic {
  position: relative;
  height: 475px;
  perspective: 950px;
}
.hero-graphic::before {
  content: "";
  position: absolute;
  inset: 12% 8% 10% 12%;
  background: linear-gradient(135deg, rgba(8,24,46,.05), rgba(255,255,255,0));
  transform: skewY(-15deg);
  clip-path: polygon(28% 0, 100% 40%, 70% 100%, 0 58%);
}
.orbit-lines {
  position: absolute;
  inset: 8px 0 0 20px;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.7;
  opacity: .9;
  filter: drop-shadow(0 0 5px rgba(18,100,255,.2));
}
.orbit-lines circle { fill: var(--blue); stroke: none; }
.hero-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.hero-card-main {
  left: 186px;
  top: 178px;
  width: 245px;
  height: 245px;
  background: linear-gradient(145deg, #06152f, #071a38);
  transform: rotate(45deg) skew(-6deg, -6deg);
  box-shadow: 0 34px 55px rgba(4,20,42,.38), inset 0 0 0 1px rgba(255,255,255,.06);
  animation: float 7s ease-in-out infinite;
}
.hero-card-main::before,
.hero-card-main::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 18px var(--blue);
}
.hero-card-main::before { left: 25px; top: 104px; }
.hero-card-main::after { right: 28px; top: 104px; }
.hero-card-main img {
  width: 112px;
  transform: rotate(-45deg) skew(6deg, 6deg);
}
.hero-card-top,
.hero-card-bottom {
  width: 300px;
  height: 150px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 28px 45px rgba(8,24,46,.17), 0 10px 0 rgba(8,24,46,.08);
}
.hero-card-top { right: 40px; top: 64px; transform: rotate(13deg) skew(-4deg); animation: float 8s ease-in-out infinite; }
.hero-card-bottom { right: 22px; bottom: 34px; transform: rotate(-12deg) skew(4deg); animation: float 8.5s ease-in-out infinite reverse; }
.hero-card-top .logo-text,
.hero-card-bottom .logo-text,
.network-node .logo-text,
.brand-identity .logo-text {
  font-size: 33px;
  line-height: 1;
  font-weight: 900;
  color: #000;
  letter-spacing: 0;
}
.logo-text span { color: var(--blue); }
.logo-text small { font-size: .82em; color: #000; }
.hero-card small,
.brand-identity small,
.network-node small {
  margin-top: 10px;
  color: #000;
  font-size: 11px;
  font-weight: 700;
}
.about-strip { padding: 62px 0 30px; background: #fff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 52px; }
.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}
.section-copy h2,
.section-heading h2,
.contact-strip h2,
.network-copy h2,
.page-hero h1 {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 44px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}
.section-copy p { max-width: 450px; margin: 15px 0 0; color: var(--muted); font-weight: 500; }
.section-copy strong { color: var(--text); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat {
  min-height: 100px;
  padding: 6px 28px;
  text-align: center;
  border-left: 1px solid var(--line);
}
.stat svg,
.service-icon svg,
.contact-list svg,
.company-data svg,
.info-icon svg {
  width: 34px;
  height: 34px;
  margin: 0 auto 12px;
  stroke: var(--navy);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.stat span { display: block; color: var(--muted); font-size: 14px; }
.stat strong { display: block; margin-top: 3px; font-size: 17px; color: var(--text); }

.brands-section { padding: 34px 0 28px; }
.section-heading.center { text-align: center; margin-bottom: 20px; }
.brand-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; max-width: 960px; margin: 0 auto; }
.brand-card {
  padding: 0 64px 28px;
  background: #fff;
  border-radius: 8px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.brand-card:hover {
  transform: translateY(-4px);
}
.brand-identity {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(8,24,46,.03);
}
.brand-card:hover .brand-identity { border-color: color-mix(in srgb, var(--brand) 40%, var(--line)); box-shadow: 0 18px 35px rgba(8,24,46,.08); }
.brand-card p { min-height: 54px; margin: 0 0 18px; color: #23314c; font-weight: 500; }
.brand-card .btn { width: 260px; max-width: 100%; }

.services-section { padding: 8px 0 34px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 28px; }
.service-card {
  padding: 0 34px 0 34px;
  border-left: 1px solid var(--line);
}
.service-card:first-child { border-left: 0; }
.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18,100,255,.08);
}
.service-icon svg { width: 36px; height: 36px; margin: 0; stroke: var(--blue); }
.service-card h3 { margin: 0 0 8px; font-size: 15px; font-weight: 850; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; font-weight: 500; }

.network-section {
  padding: 46px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 50%, rgba(18,100,255,.22), transparent 28%),
    linear-gradient(90deg, #020b1c 0%, #06152d 48%, #082246 100%);
  color: #fff;
}
.network-grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: 48px; }
.network-copy h2 { color: #fff; font-size: clamp(34px, 3.7vw, 46px); text-shadow: 0 2px 18px rgba(0,0,0,.28); }
.network-copy p { max-width: 390px; margin: 16px 0 0; color: rgba(255,255,255,.92); font-weight: 600; }
.network-map {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 0;
}
.network-map::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  box-shadow: 0 0 22px rgba(18,100,255,.9);
}
.network-node {
  position: relative;
  z-index: 1;
  width: 214px;
  min-height: 112px;
  padding: 18px 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff, #f7fbff);
  color: #000;
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: 0 22px 46px rgba(0,0,0,.24), inset 0 0 0 1px #eaf0f8;
}
.network-node::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 16px var(--blue);
}
.network-node .logo-text { font-size: 22px; text-align: center; }
.network-node small { color: #3d4b63; text-align: center; }
.center-node {
  width: 228px;
  min-height: 124px;
  background: linear-gradient(180deg, #ffffff, #eef6ff);
}
.evomar-network-wordmark {
  color: var(--navy);
  font-size: 31px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 1px;
}
.evomar-network-wordmark .evomar-colored { color: var(--navy); }

.contact-strip { padding: 44px 0 36px; background: #fff; }
.contact-grid { display: grid; grid-template-columns: .8fr .72fr .9fr; align-items: center; gap: 42px; }
.contact-list { margin-top: 20px; display: grid; gap: 12px; }
.contact-list p,
.company-data p {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: #23314c;
  font-weight: 500;
}
.contact-list svg,
.company-data svg { width: 25px; height: 25px; margin: 0; }
.company-data { display: grid; gap: 20px; }
.order-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px 20px;
  padding: 24px 28px;
  background: var(--soft);
  border-radius: 8px;
}
.order-card .info-icon {
  width: 50px;
  height: 50px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.order-card .info-icon svg { width: 26px; height: 26px; margin: 0; stroke: var(--blue); }
.order-card p { margin: 0; color: #23314c; font-weight: 500; }
.order-card a {
  grid-column: 1 / -1;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border: 1px solid #0b1b33;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}
.order-card a:first-of-type { margin-top: 8px; background: var(--deep); color: #fff; }
.order-card a:first-of-type .logo-text,
.order-card a:first-of-type .logo-text small { color: #fff; }
.order-card a:first-of-type .logo-text span { color: #58a1ff; }
.order-card .logo-text { font-size: 16px; }

.site-footer { padding: 24px 0; color: #fff; background: linear-gradient(90deg, #031026, #061b36); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .75fr); gap: 42px; align-items: start; }
.footer-brand img { width: 128px; margin-bottom: 10px; }
.footer-brand strong { display: block; font-size: 13px; }
.footer-brand p { margin: 2px 0 0; color: rgba(255,255,255,.86); font-size: 12px; line-height: 1.35; }
.footer-column { min-height: 90px; padding-left: 34px; border-left: 1px solid rgba(255,255,255,.18); }
.footer-column h2 { margin: 0 0 10px; font-size: 13px; }
.footer-column a { display: block; margin: 5px 0; color: rgba(255,255,255,.92); font-size: 13px; }

.page-hero {
  padding: 86px 0 64px;
  background: linear-gradient(135deg, #f7f9fc, #fff);
}
.page-hero .container { max-width: 900px; }
.page-hero p { max-width: 680px; color: var(--muted); font-size: 18px; font-weight: 500; }
.content-sections, .contact-page, .page-list { padding: 70px 0; }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.content-grid article, .contact-panel, .contact-form {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.content-grid h2, .contact-panel h2 { margin: 0 0 12px; font-size: 24px; }
.content-grid p, .contact-panel p { color: var(--muted); font-weight: 500; }
.brand-card-large dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 20px 0; }
.brand-card-large dt { color: var(--muted); font-size: 12px; font-weight: 800; }
.brand-card-large dd { margin: 0; font-weight: 800; }
.contact-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: start; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--text); font-weight: 800; font-size: 13px; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--text);
  font: inherit;
}
.notice { padding: 12px 14px; border-radius: 6px; font-weight: 700; }
.notice.success { background: #e9f8ef; color: #146331; }
.notice.error { background: #fff1f1; color: #a01818; }

.back-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 30px rgba(18,100,255,.32);
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: .2s ease;
}
.back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.fade-up { opacity: 0; transform: translateY(20px); transition: .55s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

@keyframes float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  .fade-up { opacity: 1; transform: none; }
}
