:root {
  --bg: #020408;
  --surface: #07111f;
  --panel: #0a1728;
  --panel-soft: #0d1d31;
  --text: #f1f8ff;
  --muted: #afc0d6;
  --line: rgba(255, 255, 255, 0.12);
  --blue: #1479ff;
  --cyan: #31d7ff;
  --green: #22c55e;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 121, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 92% 12%, rgba(49, 215, 255, 0.1), transparent 26rem),
    var(--bg);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #06101f;
  transform: translateY(-160%);
}

.skip:focus {
  transform: translateY(0);
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 4, 8, 0.9);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.brand img {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(49, 215, 255, 0.28);
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 0 28px rgba(20, 121, 255, 0.32);
}

.navlinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 13px;
  font-weight: 750;
}

.navlinks a {
  white-space: nowrap;
}

.nav-cta,
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  cursor: pointer;
  font-weight: 850;
  text-align: center;
}

.nav-cta,
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #28b9ff);
  box-shadow: 0 12px 30px rgba(20, 121, 255, 0.24);
}

.btn-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.mobile-toggle {
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

main {
  min-width: 0;
}

section {
  padding: 84px 0;
}

section[id] {
  scroll-margin-top: 92px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 72px;
  background:
    radial-gradient(circle at 82% 18%, rgba(49, 215, 255, 0.16), transparent 26%),
    radial-gradient(circle at 70% 78%, rgba(20, 121, 255, 0.14), transparent 28%),
    linear-gradient(145deg, #020408, #071525);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(49, 215, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 215, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 48px;
  align-items: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 99px;
  background: var(--cyan);
}

h1 {
  margin: 20px 0;
  font-size: clamp(46px, 7vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

h1 span,
.gradient {
  color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  background-clip: text;
  -webkit-background-clip: text;
}

.hero p {
  color: #c1d0e2;
  font-size: clamp(18px, 2vw, 22px);
}

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

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

.pill {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 750;
}

.hero-card,
.card,
.sector-card,
.price-card,
.contact-pro-card,
details {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(13, 29, 49, 0.94), rgba(7, 17, 31, 0.96));
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

.hero-card {
  padding: 24px;
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 6px auto 18px;
  border-radius: 28px;
  object-fit: cover;
}

.hero-card h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.section-head {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-head h2,
.sector-intro h2 {
  margin: 10px 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.section-head p,
.sector-intro p,
.card p,
.sector-card p,
.price-card p,
details p,
.notice {
  color: var(--muted);
}

.section-head p {
  font-size: 18px;
}

.notice-spaced {
  margin-top: 22px;
}

.kicker-contact {
  color: #63dfff;
}

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

.card,
.sector-card,
.price-card {
  min-width: 0;
  border-radius: var(--radius);
  padding: 24px;
}

.card {
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.icon {
  font-size: 28px;
}

.card h3,
.sector-card h3 {
  margin: 12px 0 8px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--cyan);
  font-weight: 850;
}

.alt,
.sector-section:nth-of-type(even) {
  background: rgba(7, 17, 31, 0.72);
}

.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.step {
  padding: 18px 12px 0;
  border-top: 4px solid var(--blue);
}

.step strong {
  display: block;
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.step h3 {
  margin: 8px 0;
}

.step p {
  color: var(--muted);
}

.sector-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
}

.sector-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

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

.price-card.featured {
  border-color: rgba(49, 215, 255, 0.46);
  background: linear-gradient(145deg, rgba(15, 44, 76, 0.96), rgba(8, 23, 41, 0.96));
}

.price-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-value {
  margin: 10px 0;
  color: var(--cyan);
  font-size: 38px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.05em;
}

.price-card ul {
  padding-left: 20px;
}

.faq {
  display: grid;
  gap: 10px;
}

details {
  border-radius: 16px;
  padding: 18px 20px;
}

summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 850;
}

@media (hover: hover) {
  .navlinks a:hover {
    color: var(--cyan);
  }

  .btn:hover,
  .nav-cta:hover {
    transform: translateY(-2px);
  }

  .card:hover {
    border-color: rgba(49, 215, 255, 0.3);
    box-shadow: var(--shadow);
    transform: translateY(-4px);
  }
}

.cta-section {
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(49, 215, 255, 0.14), transparent 26%),
    linear-gradient(135deg, #06101d, #0a2b50);
}

.cta-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: center;
}

.cta-box h2 {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.cta-section p {
  color: #d9e6f5;
}

.contact-pro-card {
  border-radius: 26px;
  padding: 24px;
}

.contact-pro-card h3 {
  margin: 0 0 8px;
  font-size: 25px;
  letter-spacing: -0.03em;
}

.contact-pro-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--cyan);
}

.contact-status {
  min-height: 24px;
  margin-top: 10px;
  color: #7fffb4;
  font-size: 14px;
  font-weight: 750;
}

footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.footer-tagline {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
}

.footer-links a,
.footer-fun {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

/* Pages de service : même identité visuelle, lecture plus éditoriale. */
.page-hero {
  padding: 86px 0 64px;
  background:
    radial-gradient(circle at 82% 18%, rgba(49, 215, 255, 0.14), transparent 26%),
    linear-gradient(145deg, #020408, #071525);
}

.page-hero .container,
.page-content {
  max-width: 980px;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(42px, 7vw, 76px);
}

.page-lead {
  max-width: 800px;
  color: #c1d0e2;
  font-size: clamp(18px, 2vw, 22px);
}

.breadcrumbs {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumbs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--cyan);
}

.page-content > h2 {
  margin: 52px 0 14px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.page-content > p,
.page-content li {
  color: var(--muted);
  font-size: 17px;
}

.page-content strong {
  color: var(--text);
}

.feature-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.feature-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(7, 17, 31, 0.82);
}

.feature-table th,
.feature-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.feature-table th {
  color: var(--cyan);
}

.feature-table tr:last-child td {
  border-bottom: 0;
}

.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.page-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 750;
}

.demo-placeholder {
  padding: 30px;
  border: 1px dashed rgba(49, 215, 255, 0.44);
  border-radius: 22px;
  color: var(--muted);
  background: rgba(49, 215, 255, 0.04);
  text-align: center;
}

.legal-note {
  padding: 18px 20px;
  border-left: 4px solid var(--cyan);
  border-radius: 0 16px 16px 0;
  color: var(--muted);
  background: rgba(49, 215, 255, 0.06);
}

.footer-fun {
  border: 0;
  padding: 0;
  color: var(--cyan);
  background: transparent;
  cursor: pointer;
  font-weight: 750;
}

body.chaos-mode main {
  animation: chaos-shake 0.14s steps(2) infinite;
  filter: hue-rotate(145deg) contrast(1.18);
}

body.chaos-mode::after {
  content: "YVEXOR.EXE — RECONSTRUCTION EN COURS";
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  pointer-events: none;
  color: #fff;
  background: repeating-linear-gradient(0deg, transparent 0 8px, rgba(255, 0, 60, 0.08) 9px 10px);
  font-size: clamp(18px, 4vw, 48px);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 4px 0 #ff003c, -4px 0 #00fff7;
}

@keyframes chaos-shake {
  0% { transform: translate(2px, -1px); }
  50% { transform: translate(-2px, 2px); }
  100% { transform: translate(1px, -2px); }
}

/* Expérience interactive, entièrement isolée du reste du site. */
.yv-game {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 18% 10%, rgba(20,121,255,.25), transparent 30%), radial-gradient(circle at 84% 28%, rgba(49,215,255,.15), transparent 28%), linear-gradient(180deg,#08182c,#06101e 62%,#030811);
}
.yv-game::before { content:""; position:absolute; inset:0; z-index:-3; opacity:.12; background-image:radial-gradient(circle,#fff 1px,transparent 1.4px); background-size:44px 44px; }
.yv-game-glow { position:absolute; z-index:-2; width:360px; height:360px; border-radius:50%; opacity:.2; filter:blur(90px); pointer-events:none; }
.yv-game-glow-left { bottom:0; left:-160px; background:var(--blue); }
.yv-game-glow-right { top:160px; right:-150px; background:var(--cyan); }
.yv-game-wrap { position:relative; z-index:1; }
.yv-game-topline { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:38px; }
.yv-game-brand { font-size:18px; font-weight:950; letter-spacing:.16em; }
.yv-game-brand span { color:var(--cyan); }
.yv-game-tag { padding:9px 14px; border:1px solid var(--line); border-radius:999px; color:#d8e8f8; background:rgba(255,255,255,.07); backdrop-filter:blur(12px); font-size:13px; font-weight:800; }
.yv-game-heading { max-width:880px; margin:0 auto 32px; text-align:center; }
.yv-game-heading .kicker { justify-content:center; }
.yv-game-heading h2 { margin:16px 0 18px; font-size:clamp(40px,7vw,76px); line-height:.98; letter-spacing:-.06em; }
.yv-game-heading p { max-width:760px; margin:auto; color:#c2d2e4; font-size:clamp(16px,2vw,20px); }
.yv-game-topics { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; margin-top:22px; }
.yv-game-topics span { padding:7px 11px; border:1px solid var(--line); border-radius:999px; color:#c8d8e9; background:rgba(255,255,255,.045); font-size:12px; font-weight:750; }
.yv-game-stage { position:relative; overflow:hidden; border:1px solid var(--line); border-radius:32px; background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.03)); box-shadow:0 28px 90px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,.1); backdrop-filter:blur(20px); }
.yv-game-stage-inner { min-height:420px; display:grid; grid-template-columns:.82fr 1.18fr; }
.yv-game-stage-inner[hidden] { display:none; }
.yv-game-scene { position:relative; display:grid; overflow:hidden; place-items:center; padding:30px; border-right:1px solid var(--line); background:radial-gradient(circle at 50% 45%,rgba(49,215,255,.15),transparent 35%); }
.yv-game-orbit { position:absolute; width:260px; height:260px; border:1px dashed rgba(49,215,255,.38); border-radius:50%; animation:yv-game-spin 18s linear infinite; }
.yv-game-orbit-small { width:190px; height:190px; animation-direction:reverse; animation-duration:12s; }
.yv-game-core { width:126px; height:126px; display:grid; place-items:center; border:2px solid rgba(255,255,255,.52); border-radius:32px; color:#fff; background:linear-gradient(145deg,rgba(20,121,255,.94),rgba(49,215,255,.78)); box-shadow:0 0 65px rgba(49,215,255,.34); transform:rotate(-5deg); transition:transform .4s cubic-bezier(.2,.8,.2,1); font-size:28px; font-weight:950; letter-spacing:-.04em; }
.yv-game-core.is-active { transform:rotate(5deg) scale(1.1); }
.yv-game-satellite { position:absolute; width:58px; height:58px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.17); border-radius:18px; color:#dff8ff; background:#0e2138; box-shadow:0 12px 35px rgba(0,0,0,.34); font-size:13px; font-weight:900; }
.yv-game-satellite-1 { transform:translate(-135px,-90px); }
.yv-game-satellite-2 { transform:translate(135px,-70px); }
.yv-game-satellite-3 { transform:translate(-130px,105px); }
.yv-game-satellite-4 { transform:translate(130px,110px); }
.yv-game-gameplay { display:flex; flex-direction:column; justify-content:center; padding:34px clamp(24px,5vw,58px); }
.yv-game-step { color:var(--cyan); font-size:12px; font-weight:950; letter-spacing:.15em; text-transform:uppercase; }
.yv-game-question { margin:11px 0 12px; font-size:clamp(26px,4vw,42px); line-height:1.06; letter-spacing:-.045em; }
.yv-game-context { margin:0 0 22px; color:#b9cada; }
.yv-game-answers { display:grid; gap:11px; }
.yv-game-answer { width:100%; min-height:58px; display:flex; align-items:center; gap:13px; padding:13px 16px; border:1px solid rgba(255,255,255,.14); border-radius:17px; color:#fff; background:rgba(255,255,255,.055); cursor:pointer; font-weight:800; text-align:left; transition:transform .2s,border-color .2s,background .2s; }
.yv-game-answer:hover,.yv-game-answer:focus-visible { border-color:rgba(49,215,255,.7); background:rgba(49,215,255,.1); transform:translateX(5px); }
.yv-game-answer:disabled { cursor:wait; opacity:.72; }
.yv-game-answer-mark { width:34px; height:34px; flex:0 0 34px; display:grid; place-items:center; border-radius:11px; background:rgba(255,255,255,.1); }
.yv-game-progress { height:5px; background:rgba(255,255,255,.08); }
.yv-game-progress i { width:0; height:100%; display:block; background:linear-gradient(90deg,var(--blue),var(--cyan)); transition:width .4s; }
.yv-game-result { padding:46px clamp(22px,5vw,64px); text-align:center; }
.yv-game-result[hidden] { display:none; }
.yv-game-score-ring { --yv-game-score:0%; position:relative; width:136px; height:136px; display:grid; place-items:center; margin:0 auto 20px; border-radius:50%; background:conic-gradient(var(--cyan) var(--yv-game-score),rgba(255,255,255,.1) 0); }
.yv-game-score-ring::after { content:""; position:absolute; inset:9px; border-radius:50%; background:#0a1728; }
.yv-game-score-ring strong { position:relative; z-index:1; font-size:31px; }
.yv-game-result h3 { margin:8px 0 12px; font-size:clamp(34px,6vw,60px); line-height:1.04; letter-spacing:-.055em; }
.yv-game-result p { max-width:700px; margin:0 auto 24px; color:#c1d0df; font-size:18px; }
.yv-game-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:11px; }
.yv-game-note { margin-top:18px; color:#8da1b8; font-size:12px; text-align:center; }
.yv-game-spark { position:absolute; z-index:5; width:7px; height:7px; border-radius:50%; background:var(--cyan); pointer-events:none; animation:yv-game-pop .65s ease-out forwards; }
@keyframes yv-game-spin { to { transform:rotate(360deg); } }
@keyframes yv-game-pop { to { opacity:0; transform:translate(var(--yv-game-x),var(--yv-game-y)) scale(0); } }

@media (max-width: 1100px) {
  .navlinks {
    gap: 11px;
    font-size: 12px;
  }

  .nav-cta {
    display: none;
  }
}

@media (max-width: 900px) {
  body.menu-open {
    overflow: hidden;
  }

  .nav {
    min-height: 68px;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .navlinks {
    position: absolute;
    top: 68px;
    right: 16px;
    left: 16px;
    max-height: calc(100vh - 88px);
    max-height: calc(100dvh - 88px);
    display: none;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(4, 10, 18, 0.98);
    box-shadow: var(--shadow);
    font-size: 15px;
  }

  .navlinks.open {
    display: flex;
  }

  .navlinks a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
  }

  .hero-grid,
  .sector-intro,
  .cta-box {
    grid-template-columns: 1fr;
  }

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

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

  .hero-card {
    max-width: 620px;
  }

  .yv-game-stage-inner {
    grid-template-columns: 1fr;
  }

  .yv-game-scene {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .yv-game-orbit { width: 190px; height: 190px; }
  .yv-game-orbit-small { width: 140px; height: 140px; }
  .yv-game-core { width: 94px; height: 94px; border-radius: 25px; font-size: 22px; }
  .yv-game-satellite { width: 46px; height: 46px; border-radius: 14px; font-size: 11px; }
  .yv-game-satellite-1 { transform:translate(-100px,-62px); }
  .yv-game-satellite-2 { transform:translate(100px,-52px); }
  .yv-game-satellite-3 { transform:translate(-96px,72px); }
  .yv-game-satellite-4 { transform:translate(96px,78px); }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 24px), var(--max));
  }

  section {
    padding: 62px 0;
  }

  .hero {
    padding: 58px 0 54px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .hero p {
    font-size: 18px;
  }

  .grid,
  .sector-cards,
  .pricing-grid,
  .process,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .actions .btn,
  .contact-actions .btn {
    width: 100%;
  }

  .card,
  .sector-card,
  .price-card,
  .contact-pro-card {
    padding: 20px;
  }

  .price-value {
    font-size: 34px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .yv-game-topline {
    margin-bottom: 28px;
  }

  .yv-game-tag {
    display: none;
  }

  .yv-game-heading h2 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .yv-game-stage {
    border-radius: 24px;
  }

  .yv-game-scene {
    min-height: 200px;
  }

  .yv-game-glow {
    width: 260px;
    height: 260px;
    filter: blur(70px);
  }

  .yv-game-orbit-small,
  .yv-game-satellite-4 {
    display: none;
  }

  .yv-game-satellite-1 { transform:translate(-85px,-55px); }
  .yv-game-satellite-2 { transform:translate(85px,-45px); }
  .yv-game-satellite-3 { transform:translate(-85px,60px); }

  .yv-game-gameplay {
    padding: 26px 18px 30px;
  }

  .yv-game-question {
    font-size: 27px;
  }

  .yv-game-answer:hover {
    transform: none;
  }

  .yv-game-actions .btn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .brand span {
    font-size: 14px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-card h2 {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  body.chaos-mode main {
    animation: none;
  }
}
