:root {
  --navy: #0b0d6f;
  --ink: #10143d;
  --blue: #2823f5;
  --aqua: #7cf3ff;
  --cyan: #2cb2d6;
  --purple: #6100a0;
  --teal: #0079a3;
  --paper: #f6f8ff;
  --white: #ffffff;
  --muted: #5d6487;
  --line: #dce2f5;
  --soft: #edf1ff;
  --deep: #070943;
  --radius: 24px;
  --shadow: 0 22px 70px rgba(11, 13, 111, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Codec Pro", "Avenir Next", Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(246, 248, 255, .94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220, 226, 245, .86);
}
.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.corporate-brand { display: flex; align-items: center; gap: 12px; min-width: 250px; }
.dts-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: .87rem;
  font-weight: 900;
  letter-spacing: -.04em;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  box-shadow: 0 12px 28px rgba(40, 35, 245, .24);
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--navy); font-size: 1rem; letter-spacing: -.02em; }
.brand-copy span { color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: .92rem; font-weight: 800; }
.nav-links a { color: #34395e; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue); }
.menu { display: none; border: 0; background: transparent; color: var(--navy); font-size: 1.65rem; cursor: pointer; }
.button, .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover, .nav-cta:hover { transform: translateY(-2px); }
.primary, .nav-cta { color: var(--white); background: var(--blue); box-shadow: 0 12px 30px rgba(40, 35, 245, .23); }
.secondary { color: var(--navy); background: var(--white); border: 1px solid var(--line); }

.hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.hero::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  right: -220px;
  top: -300px;
  background: radial-gradient(circle, rgba(124, 243, 255, .35), rgba(40, 35, 245, .45) 42%, transparent 70%);
}
.hero::after {
  content: "DTS";
  position: absolute;
  right: 3vw;
  bottom: -130px;
  font-size: clamp(16rem, 35vw, 33rem);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -.12em;
  color: rgba(255, 255, 255, .035);
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 62px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--aqua);
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero h1, .page-hero h1 {
  margin: 0 0 25px;
  max-width: 900px;
  font-size: clamp(3rem, 6vw, 5.65rem);
  line-height: .96;
  letter-spacing: -.065em;
}
.hero h1 em { color: var(--aqua); font-style: normal; }
.lead { max-width: 720px; margin: 0 0 32px; color: #dce4ff; font-size: clamp(1.08rem, 1.7vw, 1.32rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .secondary { color: var(--white); background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .28); }
.us-parent-badge { display: grid; gap: 3px; width: fit-content; max-width: 650px; margin: 0 0 26px; padding: 13px 17px; border: 1px solid rgba(124, 243, 255, .4); border-radius: 16px; color: var(--white); background: rgba(124, 243, 255, .08); }
.us-parent-badge span { color: var(--aqua); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.us-parent-badge strong { font-size: .9rem; line-height: 1.35; }
.page-hero .us-parent-badge { margin-top: 28px; margin-bottom: 0; }

.flagship-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .16);
}
.flagship-label { margin: 0 0 18px; color: var(--aqua); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.flagship-logo { width: 185px; padding: 8px 10px; border-radius: 10px; background: var(--white); }
.flagship-card h2 { margin: 24px 0 12px; font-size: 1.75rem; line-height: 1.12; }
.flagship-card p { margin: 0 0 20px; color: #dce4ff; }
.flagship-link { color: var(--aqua); font-weight: 900; }

section { padding: 94px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-head h2, .cta-band h2 { max-width: 800px; margin: 0; font-size: clamp(2.15rem, 4vw, 3.75rem); line-height: 1.02; letter-spacing: -.055em; }
.section-head > p { max-width: 490px; margin: 0; color: var(--muted); }
.kicker { margin: 0 0 13px; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 30px rgba(11, 13, 111, .04); }
.card-number { color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.card h3 { margin: 18px 0 11px; font-size: 1.3rem; line-height: 1.2; letter-spacing: -.025em; }
.card p { margin: 0; color: var(--muted); }
.card .feature-list { margin-top: 18px; }
.icon-tile { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; color: var(--white); font-weight: 900; background: linear-gradient(135deg, var(--blue), var(--cyan)); }

.flagship-section { background: var(--white); }
.geniomd-showcase { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: stretch; }
.geniomd-visual { min-height: 440px; padding: 38px; border-radius: 34px; color: var(--white); background: var(--navy); position: relative; overflow: hidden; }
.geniomd-visual::before { content: ""; position: absolute; inset: 0; background: url('/assets/geniomd-gradient.png') center / cover; opacity: .48; mix-blend-mode: screen; }
.geniomd-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, rgba(11, 13, 111, .92), rgba(11, 13, 111, .56)); }
.geniomd-visual > * { position: relative; z-index: 1; }
.geniomd-visual .flagship-logo { margin-bottom: 80px; }
.geniomd-visual h3 { max-width: 480px; margin: 0 0 16px; font-size: 2.25rem; line-height: 1.03; letter-spacing: -.05em; }
.geniomd-visual p { max-width: 470px; margin: 0; color: #dce4ff; }
.suite-list { display: grid; gap: 16px; }
.suite-row { display: grid; grid-template-columns: 52px 1fr; gap: 17px; align-items: start; padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.suite-row strong { display: block; margin-bottom: 5px; color: var(--navy); font-size: 1.07rem; }
.suite-row p { margin: 0; color: var(--muted); }
.market-footprint { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: center; margin-top: 28px; padding: 25px 28px; border: 1px solid #bfeef4; border-radius: 22px; background: linear-gradient(110deg, #effcff, var(--white)); }
.market-footprint > div { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.footprint-label { width: 100%; color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.market-footprint strong { padding: 8px 13px; border-radius: 999px; color: var(--navy); background: var(--white); border: 1px solid #cfe9f2; }
.market-footprint p { margin: 0; color: var(--ink); font-weight: 700; }

.dark { color: var(--white); background: var(--navy); }
.dark .section-head > p, .dark .card p { color: #cbd4f4; }
.dark .card { background: #17196f; border-color: rgba(255, 255, 255, .13); }
.dark .card-number { color: var(--aqua); }
.audience-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--line); }
.audience-strip div { padding: 24px 16px; color: var(--navy); background: var(--white); text-align: center; font-weight: 900; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.step { position: relative; padding-top: 55px; }
.step::before { content: attr(data-step); position: absolute; top: 0; left: 0; width: 39px; height: 39px; border-radius: 50%; display: grid; place-items: center; color: var(--navy); background: var(--aqua); font-weight: 900; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 19px; left: 49px; right: -20px; height: 1px; background: #8fe6ef; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: var(--muted); }

.page-hero { padding: 105px 0 82px; position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.page-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -120px; top: -230px; border-radius: 50%; background: var(--blue); filter: blur(120px); opacity: .5; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 980px; font-size: clamp(3rem, 5vw, 5rem); }
.page-hero p { max-width: 790px; color: #d4dcfb; font-size: 1.2rem; }
.feature-list { margin: 20px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 9px 0 9px 28px; color: var(--muted); }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.dark .feature-list li { color: #cbd4f4; }
.dark .feature-list li::before { color: var(--aqua); }

.solution-band { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }
.solution-band + .solution-band { margin-top: 18px; }
.solution-band header { display: grid; grid-template-columns: 80px 1fr; gap: 18px; align-items: start; }
.solution-band h3 { margin: 0 0 8px; font-size: 1.55rem; letter-spacing: -.03em; }
.solution-band p { margin: 0; color: var(--muted); }

.principles { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; }
.principle-panel { padding: 40px; border-radius: 30px; background: var(--white); border: 1px solid var(--line); }
.principle-panel h2 { margin-top: 0; font-size: 2.35rem; line-height: 1.05; letter-spacing: -.045em; }
.fact-list { display: grid; gap: 14px; }
.fact { padding: 20px; border-radius: 18px; background: var(--soft); }
.fact small { display: block; margin-bottom: 4px; color: var(--blue); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.fact strong { color: var(--navy); font-size: 1.12rem; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; }
.contact-panel { padding: 38px; border-radius: 28px; color: var(--white); background: var(--navy); }
.contact-panel h2 { font-size: 2.25rem; line-height: 1.05; letter-spacing: -.045em; }
.contact-panel p { color: #d5ddfa; }
.contact-row { padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.contact-row small { display: block; color: var(--aqua); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.contact-row a { font-size: 1.08rem; }

.cta-band { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 55px; border-radius: 34px; color: var(--white); background: linear-gradient(125deg, var(--blue), var(--purple)); }
.cta-band .button { flex: none; color: var(--navy); background: var(--white); }
.footer { padding: 45px 0; color: #d6dcf7; background: var(--deep); }
.footer-row { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 30px; align-items: center; }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy span { color: #aeb7dc; }
.footer small { color: #aeb7dc; }
.footer-links { display: flex; flex-wrap: wrap; gap: 17px; font-size: .85rem; font-weight: 800; }
.footer-links a:hover { color: var(--aqua); }
.legal { max-width: 650px; }

@media (max-width: 960px) {
  .nav-links { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 25px; flex-direction: column; align-items: flex-start; background: var(--white); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .menu { display: block; }
  .hero-inner, .geniomd-showcase, .principles { grid-template-columns: 1fr; }
  .market-footprint { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .flagship-card { max-width: 650px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .audience-strip { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2)::after { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .section-head, .cta-band { align-items: flex-start; flex-direction: column; }
  .footer-row { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .corporate-brand { min-width: auto; }
  .brand-copy strong { font-size: .88rem; }
  .brand-copy span { display: none; }
  .nav-cta { display: none; }
  .hero-inner { padding: 76px 0; }
  .hero h1, .page-hero h1 { font-size: 2.85rem; }
  section { padding: 68px 0; }
  .grid-2, .grid-3, .process { grid-template-columns: 1fr; }
  .audience-strip { grid-template-columns: 1fr 1fr; }
  .step::after { display: none; }
  .geniomd-visual { min-height: 390px; padding: 28px; }
  .geniomd-visual .flagship-logo { margin-bottom: 64px; }
  .solution-band { padding: 25px; }
  .solution-band header { grid-template-columns: 52px 1fr; }
  .cta-band { padding: 35px 26px; }
}
