:root {
  --navy-950: #04111f;
  --navy-900: #07182b;
  --navy-850: #0a1f36;
  --navy-800: #0d2945;
  --navy-700: #12395d;
  --gold-500: #d3aa5c;
  --gold-400: #e1c17e;
  --gold-300: #efd79d;
  --cream: #f6f2e9;
  --white: #ffffff;
  --ink: #102236;
  --muted: #607083;
  --line: rgba(12, 39, 65, .12);
  --shadow: 0 25px 70px rgba(4, 17, 31, .14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fbfcfd;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
h1, h2, h3 { font-family: "Georgia", "Times New Roman", "Palatino Linotype", serif; margin: 0; letter-spacing: -.03em; font-weight: 700; }
h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: 1.06; }
p { line-height: 1.75; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 20px; top: -70px; z-index: 9999;
  padding: 12px 18px; background: var(--gold-500); color: var(--navy-950); border-radius: 8px;
}
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  height: 84px; transition: .25s ease;
}
.site-header.scrolled {
  height: 72px;
  background: rgba(5, 19, 34, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--white); }
.brand-logo { width: 52px; height: 52px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong {
  font-family: "Georgia", "Times New Roman", "Palatino Linotype", serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #e8c978;
  background: linear-gradient(180deg, #fff8df 0%, #f9e7ae 16%, #e5c36d 34%, #fff1bf 48%, #c9962f 66%, #f0d27f 82%, #fff8df 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(240, 210, 127, .18), 0 2px 14px rgba(201, 150, 47, .18);
}
.brand-copy small { margin-top: 6px; font-size: .58rem; letter-spacing: .38em; color: var(--gold-400); font-family: "Georgia", "Times New Roman", "Palatino Linotype", serif; }
.main-nav { display: flex; align-items: center; gap: 32px; color: rgba(255,255,255,.76); font-size: .92rem; }
.main-nav > a { transition: .2s ease; }
.main-nav > a:hover { color: var(--gold-400); }
.main-nav .nav-cta {
  padding: 11px 18px; border: 1px solid rgba(225,193,126,.55); border-radius: 999px; color: var(--gold-300);
}
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: white; transition: .25s; }

.hero {
  min-height: 860px; color: white; position: relative; overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 70% 50%, rgba(19,59,94,.7), transparent 43%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 56%, #0a223a);
  background-size: 70px 70px, 70px 70px, auto, auto;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 160px;
  background: linear-gradient(transparent, rgba(4,17,31,.38));
  pointer-events: none;
}
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 55px; position: relative; z-index: 2; padding-top: 110px; padding-bottom: 58px; }
.hero-copy { padding-top: 25px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 11px; color: var(--gold-500);
  font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-400); }
.hero h1 { font-size: clamp(3.2rem, 5.7vw, 6.35rem); line-height: .99; max-width: 800px; margin-top: 28px; }
.hero h1 em { color: var(--gold-400); font-style: normal; }
.hero-text { max-width: 650px; margin: 28px 0 34px; color: rgba(255,255,255,.67); font-size: 1.1rem; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button {
  min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 12px;
  padding: 0 23px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 700; transition: .25s ease;
}
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { background: var(--gold-500); color: var(--navy-950); }
.button-primary:hover { background: var(--gold-400); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(211,170,92,.22); }
.button-secondary { color: white; border-color: rgba(255,255,255,.2); }
.button-secondary:hover { border-color: var(--gold-400); color: var(--gold-400); }
.hero-values-wrap {
  position: relative;
  z-index: 4;
  width: min(calc(100% - 64px), 1540px);
  margin-inline: auto;
  padding-bottom: 62px;
}
.hero-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: 0 28px 70px rgba(0,0,0,.20);
  backdrop-filter: blur(14px);
}
.hero-value-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 34px 34px 36px;
}
.hero-value-card + .hero-value-card {
  border-left: 1px solid rgba(255,255,255,.09);
}
.hero-value-card::after {
  content: "";
  position: absolute;
  inset: auto 34px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211,170,92,.35), transparent);
  opacity: 0;
  transition: opacity .25s ease;
}
.hero-value-card:hover::after {
  opacity: 1;
}
.hero-value-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  margin-bottom: 24px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: rgba(211,170,92,.13);
  border: 1px solid rgba(211,170,92,.28);
  color: var(--gold-400);
}
.hero-value-icon svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-value-content {
  width: 100%;
  min-width: 0;
}
.hero-value-kicker {
  display: block;
  margin: 0 0 9px;
  color: var(--gold-400);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-value-card h2 {
  margin: 0 0 15px;
  color: white;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.12;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}
.hero-value-card p {
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: .94rem;
  line-height: 1.72;
}
.hero-value-card ul {
  display: grid;
  gap: 9px;
  width: 100%;
  margin: 22px 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.08);
}
.hero-value-card li {
  position: relative;
  padding-left: 17px;
  color: rgba(255,255,255,.78);
  font-size: .79rem;
  line-height: 1.45;
}
.hero-value-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(211,170,92,.08);
}

.hero-visual { position: relative; perspective: 1200px; }
.visual-window {
  border: 1px solid rgba(255,255,255,.13); background: rgba(10,31,54,.86);
  border-radius: 18px; overflow: hidden; box-shadow: 0 45px 90px rgba(0,0,0,.38);
  transform: rotateY(-5deg) rotateX(2deg);
}
.window-bar { height: 43px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.2); }
.window-title { margin-left: auto; margin-right: auto; font-size: .62rem; color: rgba(255,255,255,.32); letter-spacing: .1em; }
.window-body { display: grid; grid-template-columns: 58px 1fr; min-height: 445px; }
.demo-sidebar { padding: 16px 13px; border-right: 1px solid rgba(255,255,255,.07); display: flex; align-items: center; flex-direction: column; gap: 20px; }
.demo-logo { width: 30px; margin-bottom: 20px; }
.demo-sidebar > span { width: 16px; height: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 5px; }
.demo-sidebar > span.active { background: var(--gold-500); border-color: var(--gold-500); }
.demo-content { padding: 27px; background: linear-gradient(135deg, rgba(255,255,255,.025), transparent); }
.demo-top { display: flex; justify-content: space-between; align-items: center; }
.demo-top small { font-size: .55rem; color: var(--gold-400); letter-spacing: .16em; }
.demo-top h3 { font-size: 1.35rem; margin-top: 5px; }
.demo-avatar { width: 34px; height: 34px; border-radius: 50%; background: rgba(211,170,92,.16); color: var(--gold-400); display: grid; place-items: center; font-size: .65rem; }
.demo-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.demo-stats article, .demo-chart, .demo-list { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; }
.demo-stats article { padding: 15px; }
.demo-stats small { display: block; font-size: .58rem; color: rgba(255,255,255,.38); }
.demo-stats strong { display: block; font-family: "Aptos Display", "Segoe UI", Arial, sans-serif; font-size: 1.55rem; margin: 8px 0; }
.demo-stats i { font-style: normal; font-size: .57rem; color: var(--gold-400); }
.demo-bottom { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; margin-top: 12px; }
.demo-chart, .demo-list { padding: 16px; min-height: 190px; }
.demo-card-title { display: flex; justify-content: space-between; font-size: .65rem; }
.demo-card-title small { color: rgba(255,255,255,.3); }
.chart-bars { height: 125px; display: flex; align-items: end; justify-content: space-between; gap: 9px; padding-top: 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
.chart-bars i { flex: 1; background: linear-gradient(var(--gold-400), rgba(211,170,92,.12)); border-radius: 3px 3px 0 0; }
.demo-list > div:not(.demo-card-title) { display: flex; gap: 10px; align-items: center; padding-top: 17px; }
.demo-list b { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 6px; background: rgba(211,170,92,.12); color: var(--gold-400); font-size: .55rem; }
.demo-list span { font-size: .61rem; }
.demo-list span small { display: block; color: rgba(255,255,255,.3); margin-top: 3px; }
.floating-card {
  position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px 16px;
  background: rgba(8,25,43,.92); border: 1px solid rgba(225,193,126,.2); border-radius: 12px;
  box-shadow: 0 20px 45px rgba(0,0,0,.28); backdrop-filter: blur(12px);
}
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .72rem; }
.floating-card small { font-size: .56rem; color: rgba(255,255,255,.37); margin-top: 3px; }
.floating-card-one { left: -34px; bottom: 36px; }
.floating-card-two { right: -25px; top: 70px; }
.floating-card-two svg { width: 26px; fill: none; stroke: var(--gold-400); stroke-width: 1.5; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #68d391; box-shadow: 0 0 0 5px rgba(104,211,145,.1); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .22; }
.hero-orb-one { width: 320px; height: 320px; right: -180px; top: 50px; border: 1px solid var(--gold-400); }
.hero-orb-two { width: 170px; height: 170px; left: -100px; bottom: 90px; border: 1px solid var(--gold-400); }
.hero-scroll {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 14px;
  margin: 28px 0 0 auto;
  color: rgba(255,255,255,.62);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .22s ease, transform .22s ease;
}
.hero-scroll:hover,
.hero-scroll:focus-visible {
  color: var(--gold-300);
  transform: translateY(2px);
}
.hero-scroll:focus-visible {
  outline: 2px solid var(--gold-400);
  outline-offset: 6px;
  border-radius: 999px;
}
.hero-scroll-button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(211,170,92,.62);
  border-radius: 50%;
  color: var(--gold-400);
  background: rgba(211,170,92,.06);
  transition: background .22s ease, border-color .22s ease;
}
.hero-scroll:hover .hero-scroll-button {
  background: rgba(211,170,92,.13);
  border-color: var(--gold-400);
}
.hero-scroll-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .7fr 2fr; gap: 80px; }
.section-label { color: var(--gold-500); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; padding-top: 13px; }
.intro h2 { max-width: 900px; }
.intro p { max-width: 900px; font-size: 1.08rem; color: var(--muted); margin-top: 28px; }

.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { margin-top: 18px; max-width: 720px; }
.section-heading > p { max-width: 390px; color: var(--muted); margin: 0 0 6px; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.service-card {
  position: relative; min-height: 425px; padding: 38px; border-radius: var(--radius-md);
  background: white; border: 1px solid var(--line); overflow: hidden; transition: .28s ease;
}
.service-card::after {
  content: ""; position: absolute; width: 180px; height: 180px; right: -100px; bottom: -100px;
  border: 1px solid rgba(211,170,92,.2); border-radius: 50%; transition: .35s;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(211,170,92,.35); }
.service-card:hover::after { transform: scale(1.4); }
.service-card.featured { background: var(--navy-900); color: white; border-color: var(--navy-900); }
.service-card.featured p, .service-card.featured li { color: rgba(255,255,255,.6); }
.service-number { position: absolute; top: 30px; right: 32px; color: rgba(16,34,54,.16); font-family: "Aptos Display", "Segoe UI", Arial, sans-serif; font-weight: 800; font-size: 2.2rem; }
.featured .service-number { color: rgba(255,255,255,.12); }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; background: rgba(211,170,92,.12); color: var(--gold-500); }
.icon-box svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.service-card h3 { font-size: 1.5rem; margin: 30px 0 14px; }
.service-card p { color: var(--muted); max-width: 560px; }
.service-card ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 20px 0 0; margin: 0; color: #41566c; font-size: .84rem; }
.service-card li::before { content: "—"; color: var(--gold-500); margin-right: 8px; }

.projects { background: var(--navy-950); color: white; }
.projects .section-heading > p { color: rgba(255,255,255,.52); }
.project-list { display: grid; gap: 26px; }
.project-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 470px; overflow: hidden; background: var(--navy-900); border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius-lg); }
.project-card.reverse .project-preview { order: 2; }
.project-preview { position: relative; display: grid; place-items: center; padding: 55px; overflow: hidden; }
.project-preview::before { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,.07); filter: blur(4px); }
.web-preview { background: linear-gradient(135deg, #c9a75c, #ead59c); }
.crm-preview { background: linear-gradient(135deg, #173b5b, #285e7f); }
.erp-preview { background: linear-gradient(135deg, #13243a, #94763d); }
.project-info { padding: 62px; display: flex; flex-direction: column; justify-content: center; }
.project-meta { display: flex; align-items: center; justify-content: space-between; color: var(--gold-400); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.project-meta small { font-family: "Aptos Display", "Segoe UI", Arial, sans-serif; font-size: 2rem; color: rgba(255,255,255,.1); }
.project-info h3 { font-size: clamp(2rem,3vw,3rem); margin: 30px 0 17px; }
.project-info p { color: rgba(255,255,255,.55); margin: 0; }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.project-tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.62); font-size: .68rem; }
.mock-browser { position: relative; z-index: 2; width: min(100%, 520px); aspect-ratio: 1.28; background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 30px 60px rgba(4,17,31,.28); transform: rotate(-2deg); }
.mock-bar { height: 23px; background: #eef1f3; padding: 8px; display: flex; gap: 4px; }
.mock-bar i { width: 5px; height: 5px; border-radius: 50%; background: #c7ccd0; }
.mock-site { height: calc(100% - 23px); background: #fff; }
.mock-nav { height: 15%; display: flex; align-items: center; gap: 9%; padding: 0 7%; font-size: 8px; color: #b32623; }
.mock-nav b { margin-right: auto; font-size: 11px; }
.mock-nav span { width: 8%; height: 2px; background: #cad0d4; }
.mock-hero { height: 58%; padding: 7% 9%; color: white; background: linear-gradient(90deg, rgba(7,24,43,.9), rgba(7,24,43,.25)), linear-gradient(135deg,#678094,#d2d7da); }
.mock-hero small { font-size: 6px; letter-spacing: .18em; }
.mock-hero strong { display: block; margin-top: 7%; font-family: "Aptos Display", "Segoe UI", Arial, sans-serif; font-size: clamp(17px,2.3vw,30px); line-height: 1.05; }
.mock-hero i { display: block; width: 22%; height: 7%; background: #b52623; margin-top: 7%; border-radius: 99px; }
.mock-cards { height: 27%; display: flex; gap: 4%; padding: 4% 8%; }
.mock-cards span { flex: 1; background: #edf0f1; border-radius: 3px; }
.desktop-app { position: relative; z-index: 2; display: grid; grid-template-columns: 18% 82%; width: min(100%, 510px); aspect-ratio: 1.35; border-radius: 11px; overflow: hidden; background: #edf2f5; box-shadow: 0 30px 60px rgba(3,12,22,.3); transform: rotate(2deg); }
.desktop-app aside { padding: 15%; background: #081a2d; display: flex; flex-direction: column; align-items: center; gap: 10%; }
.desktop-app aside b { width: 65%; aspect-ratio: 1; border-radius: 7px; background: var(--gold-500); margin-bottom: 14%; }
.desktop-app aside i { width: 58%; height: 4%; background: rgba(255,255,255,.14); border-radius: 10px; }
.desktop-app > div { padding: 6%; }
.desktop-app header { display: flex; align-items: center; justify-content: space-between; color: #1c3146; font-size: clamp(8px,1vw,13px); font-weight: 700; }
.desktop-app header b { background: var(--gold-500); padding: 3% 5%; border-radius: 5px; font-size: 70%; }
.app-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 4%; margin: 7% 0; }
.app-stats i { aspect-ratio: 1.8; border-radius: 6px; background: white; }
.app-table { background: white; border-radius: 7px; padding: 5%; }
.app-table em { display: block; width: 27%; height: 5px; background: #173a59; margin-bottom: 7%; }
.app-table span { display: block; height: 5px; margin: 6% 0; background: #e5eaed; }
.erp-screen { position: relative; z-index: 2; display: grid; grid-template-columns: 13% 87%; width: min(100%,510px); aspect-ratio: 1.35; border-radius: 11px; overflow: hidden; background: #f5f6f7; box-shadow: 0 30px 60px rgba(2,10,18,.35); transform: rotate(-1deg); }
.erp-side { background: #07182b; display: flex; align-items: center; flex-direction: column; gap: 9%; padding-top: 10%; }
.erp-side img { width: 42%; margin-bottom: 22%; }
.erp-side i { width: 38%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; }
.erp-main { padding: 5%; }
.erp-head { display: flex; justify-content: space-between; align-items: center; color: #17334f; font-size: clamp(8px,1vw,13px); }
.erp-head span { width: 9%; aspect-ratio: 1; border-radius: 50%; background: #d7dde0; }
.erp-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 3%; margin: 6% 0; }
.erp-grid i { aspect-ratio: 1.25; border-radius: 5px; background: white; box-shadow: 0 5px 12px rgba(9,31,50,.06); }
.erp-grid i:first-child { border-top: 3px solid var(--gold-500); }
.erp-panels { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3%; height: 47%; }
.erp-panels span { border-radius: 6px; background: white; box-shadow: 0 5px 12px rgba(9,31,50,.06); }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: start; }
.process-sticky { position: sticky; top: 130px; }
.process-sticky h2 { margin: 20px 0; }
.process-sticky p { color: var(--muted); max-width: 460px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 20px; color: var(--gold-500); font-weight: 700; }
.text-link span { transition: .2s; }
.text-link:hover span { transform: translateX(4px); }
.process-steps article { display: grid; grid-template-columns: 80px 1fr; gap: 22px; padding: 38px 0; border-top: 1px solid rgba(16,34,54,.14); }
.process-steps article:last-child { border-bottom: 1px solid rgba(16,34,54,.14); }
.process-steps > article > span { font-family: "Aptos Display", "Segoe UI", Arial, sans-serif; font-size: 2rem; color: var(--gold-500); }
.process-steps h3 { font-size: 1.45rem; }
.process-steps p { color: var(--muted); margin-bottom: 0; }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  aspect-ratio: 1;
}
.about-visual::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(211,170,92,.20);
  border-radius: 50%;
  pointer-events: none;
}
.about-tile {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 28px;
  border-radius: 26px;
  display: flex;
  align-items: flex-end;
}
.about-tile::before {
  content: "";
  position: absolute;
  inset: -15% -10% auto auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.10);
  opacity: .35;
}
.about-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 80%;
  background: linear-gradient(transparent, rgba(3,13,24,.22));
  pointer-events: none;
}
.about-tile-content {
  position: relative;
  z-index: 2;
  max-width: 290px;
}
.about-tile-content small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  margin-bottom: 18px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.about-tile-content h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  letter-spacing: -.03em;
}
.about-tile-content p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.7;
}
.tile-one,
.tile-four {
  background: linear-gradient(135deg,#081c31,#133a5c 68%, #0a2137);
  color: white;
}
.tile-two,
.tile-three {
  background: linear-gradient(135deg,#c79c49,#b88d3f 65%, #d9bc77);
  color: #13283e;
}
.tile-one .about-tile-content small,
.tile-four .about-tile-content small {
  background: rgba(211,170,92,.14);
  border: 1px solid rgba(211,170,92,.24);
  color: var(--gold-300);
}
.tile-two .about-tile-content small,
.tile-three .about-tile-content small {
  background: rgba(7,24,43,.12);
  border: 1px solid rgba(7,24,43,.16);
  color: #0b2037;
}
.tile-one p,
.tile-four p {
  color: rgba(255,255,255,.72);
}
.tile-two p,
.tile-three p {
  color: rgba(7,24,43,.82);
}
.about-logo {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 122px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, #07213b, #031020);
  box-shadow: 0 20px 50px rgba(4,17,31,.28);
}
.about-logo::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px solid rgba(211,170,92,.18);
}
.about-logo img {
  width: 66%;
  object-fit: contain;
}
.about-copy h2 {
  margin: 20px 0 22px;
}
.about-copy .lead {
  font-size: 1.18rem;
  color: var(--ink);
  font-weight: 600;
}
.about-copy p:not(.lead) {
  color: var(--muted);
}
.about-values {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-top: 35px;
}
.about-values div {
  padding-top: 15px;
  border-top: 1px solid var(--line);
}
.about-values strong, .about-values span {
  display: block;
}
.about-values strong {
  color: var(--gold-500);
  font-size: .68rem;
}
.about-values span {
  margin-top: 8px;
  font-size: .77rem;
}

.cta-section { padding-top: 20px; background: white; }
.cta-box { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 80px; background: var(--navy-900); color: white; border-radius: var(--radius-lg); }
.cta-grid-lines { position: absolute; inset: 0; opacity: .45; background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 55px 55px; }
.cta-copy, .contact-form { position: relative; z-index: 2; }
.cta-copy h2 { margin: 22px 0; font-size: clamp(2.5rem,4vw,4.5rem); }
.cta-copy p { color: rgba(255,255,255,.55); }
.contact-form { display: grid; gap: 16px; padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: rgba(255,255,255,.045); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { font-size: .72rem; color: rgba(255,255,255,.72); }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea {
  width: 100%; margin-top: 8px; padding: 13px 14px; color: white; border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.055); border-radius: 8px; outline: none;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.27); }
.contact-form select option { color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold-500); }
.contact-form textarea { resize: vertical; }
.privacy-check { display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; }
.privacy-check input { margin-top: 3px; accent-color: var(--gold-500); }
.privacy-check a { color: var(--gold-400); text-decoration: underline; }
.contact-form .button { justify-self: start; border: 0; }
.form-note { color: rgba(255,255,255,.35); font-size: .64rem; margin: 0; }

.site-footer { background: var(--navy-950); color: white; padding-top: 72px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; padding-bottom: 55px; }
.footer-top p { color: rgba(255,255,255,.4); font-size: .86rem; text-align: center; }
.footer-mail { color: var(--gold-400); text-align: right; font-family: "Aptos Display", "Segoe UI", Arial, sans-serif; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.32); font-size: .72rem; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom a:hover { color: var(--gold-400); }

.legal-page { background: var(--cream); min-height: 100vh; }
.legal-header { position: static; background: var(--navy-950); }
.legal-main { padding: 80px 0 120px; }
.legal-content { max-width: 820px; padding: 55px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.legal-content h1 { font-size: clamp(2.6rem,5vw,4.7rem); margin-bottom: 35px; }
.legal-content h2 { font-size: 1.4rem; margin: 34px 0 10px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--muted); line-height: 1.75; }
.placeholder-note { padding: 16px 18px; border-left: 3px solid var(--gold-500); background: rgba(211,170,92,.11); color: #6f572a; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 155px 0 70px; }
  .hero-values-wrap { padding-bottom: 105px; }
  .hero-values { grid-template-columns: 1fr; }
  .hero-value-card + .hero-value-card { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
  .hero-value-card { grid-template-columns: 64px 1fr; min-height: auto; }
  .hero-value-card p { max-width: 740px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { width: min(720px, 92%); margin: 0 auto; }
  .project-info { padding: 44px; }
  .process-grid { gap: 70px; }
  .about-grid { gap: 60px; }
  .cta-box { gap: 45px; padding: 55px; }
}
@media (max-width: 920px) {
  .hero-values { grid-template-columns: 1fr; }
  .hero-value-card { display: grid; grid-template-columns: 58px minmax(0, 1fr); column-gap: 22px; }
  .hero-value-icon { margin-bottom: 0; }
  .hero-value-card + .hero-value-card { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
  .hero-value-card::after { display: none; }
  .hero-scroll { margin-left: auto; margin-right: auto; }
}
@media (max-width: 850px) {
  .section { padding: 85px 0; }
  .main-nav {
    position: fixed; inset: 72px 0 auto; padding: 30px 20px 40px; display: none; flex-direction: column; align-items: stretch;
    background: rgba(5,19,34,.98); border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .main-nav.open { display: flex; }
  .main-nav .nav-cta { text-align: center; }
  .menu-button { display: block; }
  .intro-grid, .process-grid, .about-grid, .cta-box { grid-template-columns: 1fr; }
  .intro-grid { gap: 20px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .project-card { grid-template-columns: 1fr; }
  .project-card.reverse .project-preview { order: 0; }
  .project-preview { min-height: 390px; }
  .process-sticky { position: static; }
  .about-visual { width: min(580px,100%); margin: 0 auto; }
  .about-logo { width: 106px; }
  .cta-box { padding: 45px; }
}
@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .brand-copy strong { font-size: .9rem; }
  .hero-grid { padding: 135px 0 58px; }
  .hero h1 { font-size: clamp(2.8rem,15vw,4.5rem); }
  .hero-values-wrap { padding-bottom: 95px; }
  .hero-value-card { grid-template-columns: 50px 1fr; gap: 16px; padding: 26px 20px 28px; }
  .hero-value-icon { width: 50px; height: 50px; border-radius: 14px; }
  .hero-value-icon svg { width: 23px; }
  .hero-value-card h2 { font-size: 1.45rem; }
  .hero-value-card p { font-size: .9rem; }
  .hero-value-card ul { margin-top: 18px; padding-top: 15px; }
  .visual-window { transform: none; }
  .window-body { grid-template-columns: 42px 1fr; min-height: 350px; }
  .demo-sidebar { padding-inline: 8px; }
  .demo-content { padding: 17px; }
  .demo-stats article { padding: 10px; }
  .demo-stats strong { font-size: 1.1rem; }
  .demo-bottom { grid-template-columns: 1fr; }
  .demo-list { display: none; }
  .floating-card-one { left: -10px; bottom: 15px; }
  .floating-card-two { right: -10px; top: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 28px; min-height: auto; }
  .service-card ul { grid-template-columns: 1fr; }
  .project-preview { min-height: 300px; padding: 28px; }
  .project-info { padding: 34px 27px; }
  .process-steps article { grid-template-columns: 55px 1fr; }
  .about-values { grid-template-columns: 1fr; }
  .about-tile { min-height: 190px; padding: 22px; }
  .about-tile-content h3 { font-size: 1.35rem; }
  .about-tile-content p { font-size: .9rem; }
  .about-logo { width: 92px; }
  .cta-box { padding: 35px 22px; border-radius: 20px; }
  .contact-form { padding: 20px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; text-align: left; }
  .footer-top p, .footer-mail { text-align: left; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .legal-content { padding: 30px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}


.main-nav, .eyebrow, .section-label { letter-spacing: .16em; }
.hero h1, .about-copy h2, .cta-copy h2 { font-weight: 700; }
.hero h1 { letter-spacing: -.035em; }
.service-card h3, .project-info h3, .process-steps h3, .about-tile-content h3 { font-family: "Georgia", "Times New Roman", "Palatino Linotype", serif; font-weight: 700; }


/* =========================================================
   VENERON PREMIUM BRAND DESIGN — Navy & Metallic Gold
   ========================================================= */
:root {
  --navy-950: #061426;
  --navy-900: #081a30;
  --navy-850: #0b2038;
  --navy-800: #102943;
  --navy-700: #173a59;
  --gold-500: #d4af37;
  --gold-400: #e9c86e;
  --gold-300: #f7e3a6;
  --cream: #f6f3ee;
  --white: #fffdf8;
  --ink: #f6f3ee;
  --muted: #b8b9bd;
  --line: rgba(212,175,55,.18);
  --shadow: 0 30px 90px rgba(0,0,0,.28);
  --container: 1280px;
}

html { background: var(--navy-950); }
body {
  color: var(--cream);
  background:
    radial-gradient(circle at 15% 10%, rgba(35,73,113,.22), transparent 30%),
    linear-gradient(180deg, var(--navy-950), #07182b 48%, #061426);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
}

h1, h2, h3 {
  font-family: "Aptos Display", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.035em;
}

.site-header { height: 92px; }
.site-header.scrolled {
  height: 76px;
  background: rgba(6,20,38,.90);
  border-bottom-color: rgba(212,175,55,.15);
  box-shadow: 0 16px 35px rgba(0,0,0,.16);
}
.brand { gap: 13px; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 7px 8px rgba(0,0,0,.35)); }
.brand-copy strong {
  font-family: "Aptos Display", "Segoe UI", Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 400;
  letter-spacing: .32em;
  background: linear-gradient(180deg,#fff6cf 0%,#e7c36f 26%,#c38a29 58%,#ffe8a5 78%,#9a641c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 16px rgba(233,200,110,.18);
}
.brand-copy small {
  margin-top: 7px;
  color: var(--gold-400);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: .52rem;
  letter-spacing: .48em;
}
.main-nav { gap: 36px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.main-nav .nav-cta {
  border-radius: 3px;
  padding: 13px 20px;
  color: var(--gold-300);
  border-color: rgba(212,175,55,.65);
  background: linear-gradient(180deg,rgba(212,175,55,.06),rgba(212,175,55,.01));
}
.main-nav .nav-cta:hover { background: rgba(212,175,55,.1); box-shadow: 0 0 24px rgba(212,175,55,.12); }

.hero {
  min-height: 980px;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    radial-gradient(circle at 72% 34%, rgba(28,66,105,.45), transparent 32%),
    linear-gradient(140deg,#061426 0%,#081b31 50%,#061426 100%);
  background-size: 86px 86px,86px 86px,auto,auto;
}
.hero::before {
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:48%;
  background:url("assets/gold-waves.svg") center bottom / 100% 100% no-repeat;
  opacity:.84;
  pointer-events:none;
}
.hero::after { height: 260px; background: linear-gradient(transparent,rgba(6,20,38,.72)); }
.hero-grid {
  min-height: 735px;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  padding-top: 135px;
  padding-bottom: 54px;
}
.hero-copy { padding-top: 0; }
.eyebrow { color: var(--gold-400); font-size: .7rem; letter-spacing: .22em; }
.hero h1 {
  max-width: 720px;
  margin-top: 30px;
  font-size: clamp(3.5rem,5.3vw,6.3rem);
  line-height: .98;
  font-weight: 500;
}
.hero h1 em {
  background: linear-gradient(180deg,#fff1bd,#d4af37 55%,#a56b20);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow: 0 0 28px rgba(212,175,55,.14);
}
.hero-text { color: rgba(246,243,238,.67); max-width: 610px; font-size: 1.05rem; }
.button { border-radius: 3px; min-height: 52px; letter-spacing: .08em; text-transform: uppercase; font-size: .76rem; }
.button-primary {
  background: linear-gradient(180deg,#efd685,#d4af37 55%,#a86e20);
  color:#081629;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 10px 34px rgba(212,175,55,.15);
}
.button-primary:hover { background: linear-gradient(180deg,#fff0b4,#e0bd55 55%,#b67b25); }
.button-secondary { border-color: rgba(212,175,55,.45); color: var(--gold-300); }

.brand-stage {
  position: relative;
  min-height: 570px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  isolation:isolate;
}
.brand-stage::before,
.brand-stage::after {
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(212,175,55,.16);
  z-index:-1;
}
.brand-stage::before { width:520px;height:520px; }
.brand-stage::after { width:390px;height:390px;border-color:rgba(212,175,55,.08); }
.brand-stage-shine {
  position:absolute;
  width:75%;
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(212,175,55,.14),transparent 62%);
  filter:blur(12px);
  z-index:-2;
}
.brand-stage-logo { width:min(330px,58%); filter:drop-shadow(0 30px 28px rgba(0,0,0,.50)); }
.brand-stage-wordmark { margin-top:-8px; }
.brand-stage-wordmark strong {
  display:block;
  font-size:clamp(2.35rem,4vw,4.4rem);
  font-weight:300;
  letter-spacing:.28em;
  margin-left:.28em;
  background:linear-gradient(180deg,#fff8dc 0%,#e4c273 27%,#bd8228 58%,#ffe9a6 78%,#8e5918 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 4px 18px rgba(0,0,0,.5);
}
.brand-stage-wordmark > span {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-top:10px;
  color:var(--gold-400);
  font-size:.95rem;
  letter-spacing:.42em;
}
.brand-stage-wordmark > span i { display:block;width:65px;height:1px;background:linear-gradient(90deg,transparent,var(--gold-500)); }
.brand-stage-wordmark > span i:last-child { background:linear-gradient(90deg,var(--gold-500),transparent); }
.brand-stage-wordmark small { display:block;margin-top:28px;color:var(--gold-400);font-size:.68rem;letter-spacing:.38em; }

.hero-values-wrap { width:min(calc(100% - 56px),1500px); padding-bottom:76px; }
.hero-values {
  border-radius: 0;
  border-color: rgba(212,175,55,.18);
  background: linear-gradient(180deg,rgba(12,35,59,.84),rgba(7,24,43,.92));
  box-shadow: 0 26px 80px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.03);
}
.hero-value-card { padding: 34px 38px 38px; }
.hero-value-icon { border-radius: 3px; background: rgba(212,175,55,.08); border-color: rgba(212,175,55,.36); }
.hero-value-kicker { letter-spacing:.2em; }
.hero-value-card h2 { font-size:1.85rem; font-weight:500; }
.hero-value-card p { color:rgba(246,243,238,.60); }
.hero-value-card li { color:rgba(246,243,238,.78); }
.hero-scroll { color:rgba(246,243,238,.45); }
.hero-scroll-button { border-color:rgba(212,175,55,.55);color:var(--gold-300); }

.intro,.services,.process,.about,.cta-section { position:relative; overflow:hidden; }
.intro { background:#0a1d34; border-top:1px solid rgba(212,175,55,.12); border-bottom:1px solid rgba(212,175,55,.10); }
.services { background:linear-gradient(180deg,#07182b,#0a1d34); }
.process { background:#081a30; }
.about { background:linear-gradient(180deg,#0a1d34,#07182b); }
.cta-section { background:#07182b; padding-top:70px; }
.intro::before,.about::before {
  content:"";position:absolute;inset:auto 0 0;height:280px;background:url("assets/gold-waves.svg") center bottom/100% 100% no-repeat;opacity:.10;pointer-events:none;
}
.section-label,.eyebrow { color:var(--gold-400); }
.intro h2,.section-heading h2,.process-sticky h2,.about-copy h2,.cta-copy h2 { color:var(--cream); }
.intro p,.section-heading>p,.process-sticky p,.process-steps p,.about-copy p:not(.lead) { color:rgba(246,243,238,.60); }

.service-card {
  background:linear-gradient(145deg,rgba(16,41,67,.92),rgba(7,24,43,.96));
  border-color:rgba(212,175,55,.14);
  border-radius:4px;
  color:var(--cream);
}
.service-card.featured { background:linear-gradient(145deg,#132f4b,#07182b);border-color:rgba(212,175,55,.42); }
.service-card p,.service-card li,.service-card.featured p,.service-card.featured li { color:rgba(246,243,238,.61); }
.service-card:hover { border-color:rgba(212,175,55,.48); box-shadow:0 30px 80px rgba(0,0,0,.28),0 0 35px rgba(212,175,55,.06); }
.icon-box { border-radius:3px;background:rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.2); }
.service-number { color:rgba(212,175,55,.16); }

.projects { background:#061426; }
.project-card { border-radius:4px;border-color:rgba(212,175,55,.16);background:#081a30; }
.project-info h3 { color:var(--cream); }
.project-preview { background:#0b2038; }
.web-preview,.crm-preview,.erp-preview { background:linear-gradient(145deg,#0f2a45,#07182b 58%,#4c3518); }

.process-steps article { border-color:rgba(212,175,55,.16); }
.process-steps h3 { color:var(--cream); }
.text-link { color:var(--gold-400); }

.about-tile { border-radius:4px; border:1px solid rgba(212,175,55,.14); }
.tile-one,.tile-four { background:linear-gradient(145deg,#0d2945,#07182b); }
.tile-two,.tile-three { background:linear-gradient(145deg,#d8b552,#8a5b1c);color:#07182b; }
.about-logo { background:#061426;border:1px solid rgba(212,175,55,.28);box-shadow:0 22px 60px rgba(0,0,0,.36); }
.about-copy .lead { color:var(--gold-300); }
.about-values div { border-color:rgba(212,175,55,.18); }
.about-values span { color:rgba(246,243,238,.78); }

.cta-box {
  border-radius:4px;
  border:1px solid rgba(212,175,55,.24);
  background:
    radial-gradient(circle at 10% 10%,rgba(212,175,55,.08),transparent 24%),
    linear-gradient(145deg,#0d2945,#061426 62%);
  box-shadow:0 34px 100px rgba(0,0,0,.32);
}
.contact-form { border-radius:4px;background:rgba(3,14,27,.42);border-color:rgba(212,175,55,.18); }
.contact-form input:not([type="checkbox"]),.contact-form select,.contact-form textarea { border-radius:2px;background:rgba(255,255,255,.035);border-color:rgba(212,175,55,.16); }

.site-footer { background:#04101e;border-top:1px solid rgba(212,175,55,.14); }
.footer-top p { color:rgba(246,243,238,.48); }
.footer-bottom { border-top-color:rgba(212,175,55,.12); }

.legal-page { background:#07182b; }
.legal-header { background:#04101e; }
.legal-content { color:var(--cream);background:#0a1d34;border-color:rgba(212,175,55,.18);border-radius:4px; }
.legal-content p,.legal-content li { color:rgba(246,243,238,.66); }
.placeholder-note { background:rgba(212,175,55,.08);color:var(--gold-300); }

@media (max-width:1050px) {
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { max-width:780px; }
  .hero-visual { width:min(760px,100%);margin-inline:auto; }
  .brand-stage { min-height:520px; }
}
@media (max-width:650px) {
  .site-header { height:78px; }
  .brand-logo { width:48px;height:48px; object-fit: contain; }
  .brand-copy strong { font-size:.88rem;letter-spacing:.24em; }
  .brand-copy small { font-size:.44rem;letter-spacing:.34em; }
  .hero { min-height:auto; }
  .hero-grid { padding-top:125px; }
  .hero h1 { font-size:clamp(2.9rem,15vw,4.5rem); }
  .brand-stage { min-height:390px; }
  .brand-stage::before { width:330px;height:330px; }
  .brand-stage::after { width:250px;height:250px; }
  .brand-stage-logo { width:220px; }
  .brand-stage-wordmark strong { font-size:2rem;letter-spacing:.2em;margin-left:.2em; }
  .brand-stage-wordmark>span { font-size:.7rem;letter-spacing:.25em;gap:10px; }
  .brand-stage-wordmark>span i { width:28px; }
  .brand-stage-wordmark small { font-size:.54rem;letter-spacing:.22em; }
  .hero-values-wrap { width:min(calc(100% - 28px),1500px); }
}


/* FINAL HERO REFINEMENT — clean premium Veneron presentation */
.hero {
  min-height: auto;
}
.hero-grid {
  min-height: 720px;
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, .92fr);
  gap: clamp(54px, 6vw, 100px);
  padding-top: 132px;
  padding-bottom: 68px;
}
.hero-copy {
  max-width: 720px;
}
.hero h1 {
  max-width: 720px;
  font-size: clamp(3.45rem, 4.65vw, 5.45rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.hero h1 em {
  display: inline;
}
.hero-text {
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.solution-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 555px;
  padding: 30px;
  border: 1px solid rgba(212,175,55,.24);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(145deg, rgba(15,43,70,.96), rgba(5,19,35,.98));
  background-size: 54px 54px, 54px 54px, auto;
  box-shadow: 0 38px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.04);
}
.solution-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 260px;
  right: -170px;
  bottom: -75px;
  border: 1px solid rgba(212,175,55,.13);
  border-radius: 50%;
  transform: rotate(-15deg);
}
.solution-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -8% -16% 17%;
  height: 240px;
  background: url("assets/gold-waves.svg") center bottom / 100% 100% no-repeat;
  opacity: .23;
  pointer-events: none;
}
.solution-panel-glow {
  position: absolute;
  z-index: -2;
  width: 360px;
  height: 360px;
  top: 42px;
  right: 24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,.13), transparent 66%);
  filter: blur(12px);
}
.solution-panel-top,
.solution-panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(246,243,238,.48);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.solution-panel-top {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(212,175,55,.14);
}
.solution-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(246,243,238,.62);
  letter-spacing: .1em;
  text-transform: none;
}
.solution-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #82d5a2;
  box-shadow: 0 0 0 5px rgba(130,213,162,.08);
}
.solution-panel-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 44px 0 34px;
}
.solution-brandmark {
  display: flex;
  align-items: center;
  gap: 24px;
}
.solution-brandmark img {
  width: 122px;
  height: 122px;
  flex: 0 0 122px;
  filter: drop-shadow(0 18px 18px rgba(0,0,0,.36));
}
.solution-brandmark div {
  min-width: 0;
}
.solution-brandmark strong {
  display: block;
  margin-left: .2em;
  font-size: clamp(2.1rem, 3vw, 3.35rem);
  font-weight: 300;
  letter-spacing: .2em;
  background: linear-gradient(180deg,#fff8dc 0%,#e4c273 29%,#bd8228 58%,#ffe9a6 80%,#8e5918 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution-brandmark small {
  display: block;
  margin-top: 9px;
  margin-left: .24em;
  color: var(--gold-400);
  font-size: .68rem;
  letter-spacing: .39em;
}
.solution-panel-main > p {
  max-width: 500px;
  margin: 0;
  color: rgba(246,243,238,.62);
  font-size: .98rem;
  line-height: 1.75;
}
.solution-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid rgba(212,175,55,.14);
  border-bottom: 1px solid rgba(212,175,55,.14);
}
.solution-services article {
  min-width: 0;
  padding: 24px 17px 24px 0;
}
.solution-services article + article {
  padding-left: 18px;
  border-left: 1px solid rgba(212,175,55,.13);
}
.solution-services strong,
.solution-services span,
.solution-services small {
  display: block;
}
.solution-services strong {
  margin-bottom: 13px;
  color: var(--gold-500);
  font-size: .64rem;
  letter-spacing: .14em;
}
.solution-services span {
  color: var(--cream);
  font-size: .88rem;
  font-weight: 600;
}
.solution-services small {
  margin-top: 8px;
  color: rgba(246,243,238,.43);
  font-size: .68rem;
  line-height: 1.5;
}
.solution-panel-footer {
  padding-top: 25px;
}
.solution-panel-footer > span {
  color: var(--gold-400);
}
.solution-panel-footer a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(246,243,238,.72);
  letter-spacing: .06em;
  text-transform: none;
  transition: .2s ease;
}
.solution-panel-footer a:hover {
  color: var(--gold-300);
}
.solution-panel-footer svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

@media (max-width: 1150px) {
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 54px;
  }
  .hero-copy {
    max-width: 820px;
  }
  .hero h1 {
    max-width: 820px;
  }
  .hero-visual {
    width: min(760px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 650px) {
  .hero-grid {
    padding-top: 120px;
    gap: 44px;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }
  .solution-panel {
    min-height: auto;
    padding: 22px;
  }
  .solution-panel-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .solution-panel-main {
    padding: 34px 0 28px;
  }
  .solution-brandmark {
    gap: 16px;
  }
  .solution-brandmark img {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }
  .solution-brandmark strong {
    font-size: 1.75rem;
    letter-spacing: .13em;
  }
  .solution-brandmark small {
    font-size: .5rem;
    letter-spacing: .26em;
  }
  .solution-services {
    grid-template-columns: 1fr;
  }
  .solution-services article {
    padding: 18px 0;
  }
  .solution-services article + article {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(212,175,55,.12);
  }
  .solution-panel-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =========================================================
   SOFTER VENERON PALETTE — lighter navy & restrained champagne gold
   ========================================================= */
:root {
  --navy-950: #091b2e;
  --navy-900: #0d243b;
  --navy-850: #122d48;
  --navy-800: #183752;
  --navy-700: #214866;
  --gold-500: #c5a16a;
  --gold-400: #d5b984;
  --gold-300: #e7d4ae;
  --cream: #f3efe8;
  --white: #fffdf9;
  --ink: #f3efe8;
  --muted: #c4c0b9;
  --line: rgba(197,161,106,.20);
}

html {
  background: var(--navy-950);
}

body {
  background:
    radial-gradient(circle at 13% 8%, rgba(55,94,130,.23), transparent 29%),
    radial-gradient(circle at 82% 22%, rgba(43,82,119,.18), transparent 32%),
    linear-gradient(180deg, #0b2035 0%, #102943 48%, #0b2035 100%);
}

.site-header.scrolled {
  background: rgba(9,27,46,.88);
  border-bottom-color: rgba(197,161,106,.16);
}

.brand-copy strong {
  background: linear-gradient(180deg,#f1e2c3 0%,#d8bd8b 30%,#b8894f 61%,#e6d1a7 82%,#9d7040 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 13px rgba(213,185,132,.12);
}

.brand-copy small,
.main-nav .nav-cta,
.eyebrow,
.eyebrow.light,
.section-label,
.text-link,
.footer-mail,
.hero-scroll-button,
.solution-panel-footer > span {
  color: var(--gold-400);
}

.main-nav .nav-cta {
  border-color: rgba(197,161,106,.52);
  background: rgba(197,161,106,.035);
}
.main-nav .nav-cta:hover {
  background: rgba(197,161,106,.09);
  box-shadow: 0 0 22px rgba(197,161,106,.09);
}

.hero {
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px),
    radial-gradient(circle at 73% 33%, rgba(63,105,143,.38), transparent 34%),
    radial-gradient(circle at 12% 8%, rgba(44,80,113,.24), transparent 28%),
    linear-gradient(140deg,#0a1e33 0%,#102b47 54%,#0b2138 100%);
}
.hero::after {
  background: linear-gradient(transparent,rgba(9,27,46,.54));
}

.hero h1 em {
  background: linear-gradient(180deg,#ead9b6 0%,#c8a263 55%,#a87942 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow: 0 0 20px rgba(197,161,106,.08);
}

.hero-text,
.intro p,
.section-heading > p,
.process-sticky p,
.process-steps p,
.about-copy p:not(.lead),
.service-card p,
.service-card li,
.service-card.featured p,
.service-card.featured li,
.solution-panel-main > p {
  color: rgba(243,239,232,.72);
}

.button-primary {
  background: linear-gradient(180deg,#ddc792 0%,#c5a16a 58%,#a97b43 100%);
  color:#0b2035;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.36),0 10px 30px rgba(197,161,106,.10);
}
.button-primary:hover {
  background: linear-gradient(180deg,#ead8b2 0%,#d0af77 58%,#b48851 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.42),0 12px 32px rgba(197,161,106,.14);
}
.button-secondary {
  border-color: rgba(197,161,106,.42);
  color: var(--gold-300);
  background: rgba(255,255,255,.012);
}
.button-secondary:hover {
  border-color: rgba(213,185,132,.72);
  color: #ead9b6;
  background: rgba(197,161,106,.045);
}

.solution-panel {
  border-color: rgba(197,161,106,.22);
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(145deg, rgba(22,56,86,.96), rgba(10,31,51,.97));
  box-shadow: 0 34px 78px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.05);
}
.solution-panel-top,
.solution-panel-footer {
  color: rgba(243,239,232,.58);
}
.solution-brandmark strong {
  background: linear-gradient(180deg,#eee0c2 0%,#d0b079 30%,#ae7e47 61%,#e2cba0 82%,#94683a 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.solution-brandmark small {
  color: var(--gold-400);
}
.solution-services strong {
  color: var(--gold-400);
}
.solution-services small {
  color: rgba(243,239,232,.54);
}
.solution-services,
.solution-services article + article,
.solution-panel-top {
  border-color: rgba(197,161,106,.15);
}

.hero-values {
  border-color: rgba(197,161,106,.19);
  background: linear-gradient(180deg,rgba(20,52,80,.88),rgba(12,36,59,.94));
  box-shadow: 0 22px 64px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.045);
}
.hero-value-icon {
  background: rgba(197,161,106,.07);
  border-color: rgba(197,161,106,.27);
  color: var(--gold-400);
}
.hero-value-card p {
  color: rgba(243,239,232,.69);
}
.hero-value-card li {
  color: rgba(243,239,232,.82);
}

.intro {
  background: #132f4a;
  border-color: rgba(197,161,106,.11);
}
.services {
  background: linear-gradient(180deg,#0f2943,#14324e);
}
.projects {
  background: #0c233a;
}
.process {
  background: #112c46;
}
.about {
  background: linear-gradient(180deg,#14324e,#0f2943);
}
.cta-section {
  background:#0f2943;
}

.service-card {
  background:linear-gradient(145deg,rgba(25,61,93,.94),rgba(13,39,64,.97));
  border-color:rgba(197,161,106,.15);
}
.service-card.featured {
  background:linear-gradient(145deg,#1c4263,#102a44);
  border-color:rgba(197,161,106,.32);
}
.service-card:hover {
  border-color:rgba(197,161,106,.38);
  box-shadow:0 26px 66px rgba(0,0,0,.21),0 0 30px rgba(197,161,106,.035);
}
.icon-box {
  background:rgba(197,161,106,.065);
  border-color:rgba(197,161,106,.18);
  color:var(--gold-400);
}
.service-number {
  color:rgba(197,161,106,.13);
}

.project-card {
  background:#112c46;
  border-color:rgba(197,161,106,.14);
}
.project-preview {
  background:#173b59;
}
.web-preview,.crm-preview,.erp-preview {
  background:linear-gradient(145deg,#1a405f,#102a44 62%,#4b3a26);
}

.about-tile {
  border-color:rgba(197,161,106,.14);
}
.tile-one,.tile-four {
  background:linear-gradient(145deg,#1a405f,#102a44);
}
.tile-two,.tile-three {
  background:linear-gradient(145deg,#c3a474,#957044);
  color:#0b2035;
}
.about-logo {
  background:#0c233a;
  border-color:rgba(197,161,106,.24);
}
.about-copy .lead {
  color:var(--gold-300);
}

.cta-box {
  border-color:rgba(197,161,106,.20);
  background:
    radial-gradient(circle at 10% 10%,rgba(197,161,106,.055),transparent 25%),
    linear-gradient(145deg,#183a58,#0c233a 65%);
  box-shadow:0 30px 80px rgba(0,0,0,.24);
}
.contact-form {
  background:rgba(8,27,45,.40);
  border-color:rgba(197,161,106,.16);
}
.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
  background:rgba(255,255,255,.045);
  border-color:rgba(197,161,106,.14);
}

.site-footer {
  background:#081b2e;
  border-top-color:rgba(197,161,106,.13);
}
.footer-bottom {
  border-top-color:rgba(197,161,106,.10);
}

.legal-page { background:#0f2943; }
.legal-header { background:#081b2e; }
.legal-content {
  background:#14324e;
  border-color:rgba(197,161,106,.16);
}

@media (max-width: 650px) {
  .hero {
    background:
      linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
      linear-gradient(150deg,#0b2138,#12304d);
    background-size: 62px 62px,62px 62px,auto;
  }
}


/* Kontaktformular: direkter PHP-Versand */
.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.contact-form .button:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}
.form-status {
  display: none;
  margin: 0;
  padding: 13px 15px;
  border-radius: 4px;
  font-size: .82rem;
  line-height: 1.55;
}
.form-status.success,
.form-status.error {
  display: block;
}
.form-status.success {
  color: #d8f3df;
  background: rgba(54, 142, 79, .14);
  border: 1px solid rgba(111, 207, 137, .30);
}
.form-status.error {
  color: #ffd9d4;
  background: rgba(170, 53, 42, .14);
  border: 1px solid rgba(239, 116, 104, .30);
}
.form-note strong {
  color: var(--gold-300);
  font-weight: 600;
}

/* Mobile Optimierung: Über-uns-Karten ohne Überlagerungen */
@media (max-width: 650px) {
  .about-grid {
    gap: 54px;
  }

  .about-visual {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    aspect-ratio: auto;
    padding: 0;
  }

  .about-visual::after {
    display: none;
  }

  .about-tile {
    min-height: 0;
    padding: 24px 22px;
    border-radius: 12px;
    align-items: flex-start;
  }

  .about-tile::before {
    width: 170px;
    height: 170px;
  }

  .about-tile::after {
    height: 55%;
  }

  .about-tile-content {
    max-width: none;
    width: 100%;
  }

  .about-tile-content small {
    width: auto;
    height: auto;
    min-width: 34px;
    padding: 7px 10px;
    margin-bottom: 14px;
    border-radius: 8px;
    position: static;
  }

  .about-tile-content h3 {
    font-size: 1.55rem;
    margin-bottom: 8px;
  }

  .about-tile-content p {
    font-size: .96rem;
    line-height: 1.65;
  }

  .about-logo {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 92px;
    margin: 4px auto;
    order: 5;
  }

  .tile-one { order: 1; }
  .tile-two { order: 2; }
  .tile-three { order: 3; }
  .tile-four { order: 4; }

  .about-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }
}

/* Dropdown readability fix */
.contact-form select {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  color-scheme: dark;
  appearance: auto;
  -webkit-appearance: menulist;
}
.contact-form select option,
.contact-form select optgroup {
  color: #102236;
  background: #ffffff;
  -webkit-text-fill-color: #102236;
}
.contact-form select:invalid {
  color: rgba(255,255,255,.72);
  -webkit-text-fill-color: rgba(255,255,255,.72);
}
