/* Self-hosted variable fonts (subset latin) */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/space-grotesk-latin.woff2") format("woff2");
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

:root {
  --bg: #031016;
  --bg-soft: #071b22;
  --surface: rgba(255, 255, 255, 0.065);
  --surface-strong: rgba(255, 255, 255, 0.1);
  --border: rgba(220, 255, 252, 0.16);
  --text: #f4fffd;
  --muted: #9eb8b9;
  --accent: #64f8d4;
  --accent-soft: #b6fff0;
  --blue: #51a7ff;
  --coral: #ff6a65;
  --violet: #9383ff;
  --iridescent: linear-gradient(115deg, #7dffe0 4%, #83b8ff 38%, #ff8c83 72%, #ff5369 100%);
  --font-title: "Space Grotesk", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 86% 13%, rgba(255, 76, 90, 0.11), transparent 27rem),
    radial-gradient(circle at 72% 28%, rgba(86, 236, 206, 0.12), transparent 24rem),
    radial-gradient(circle at 5% 48%, rgba(74, 91, 213, 0.13), transparent 32rem),
    linear-gradient(150deg, #02090f 0%, #07151b 50%, #050c13 100%);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(109, 255, 229, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 255, 229, 0.05) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle, #000 20%, transparent 82%);
  animation: gridDrift 28s linear infinite;
}

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

svg {
  display: block;
}

.ambient {
  position: fixed;
  z-index: -3;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.ambient-one {
  top: -18rem;
  right: -8rem;
  background: rgba(48, 225, 194, 0.13);
  animation: ambientDriftOne 19s ease-in-out infinite alternate;
}

.ambient-two {
  bottom: 8rem;
  left: -20rem;
  background: rgba(62, 96, 217, 0.15);
  animation: ambientDriftTwo 24s ease-in-out infinite alternate;
}

.ambient-three {
  top: 14rem;
  right: -22rem;
  background: rgba(255, 65, 84, 0.12);
  animation: ambientDriftThree 21s ease-in-out infinite alternate;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 10;
  opacity: 0.03;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.glass {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.022) 55%),
    rgba(6, 19, 28, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 24px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(24px) saturate(135%);
}

.glass::after {
  position: absolute;
  top: 0;
  left: 10%;
  width: 60%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(112, 255, 224, 0.9), rgba(255, 127, 132, 0.76), transparent);
  opacity: 0.58;
}

.motion-glass::before {
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -42%;
  z-index: 3;
  width: 22%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(205, 255, 248, 0.16), transparent);
  opacity: 0;
  pointer-events: none;
  transform: skewX(-18deg);
  animation: glassSweep var(--shine-duration, 11s) ease-in-out var(--shine-delay, 0s) infinite;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 20;
  padding: 0 20px;
}

.nav-shell {
  display: flex;
  width: min(1180px, 100%);
  min-height: 68px;
  margin: auto;
  padding: 8px 10px 8px 16px;
  align-items: center;
  border-radius: 24px;
  transition: background 250ms ease, box-shadow 250ms ease;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 178px;
  height: auto;
  filter: drop-shadow(0 5px 11px rgba(138, 95, 168, 0.22));
}

.nav-links {
  display: flex;
  margin: 0 auto;
  gap: 34px;
}

.nav-links a {
  color: #b8cece;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #ff928b;
}

.nav-call {
  display: flex;
  min-height: 48px;
  padding: 0 17px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(131, 210, 241, 0.28);
  border-radius: 16px;
  background: linear-gradient(115deg, rgba(104, 248, 215, 0.1), rgba(255, 105, 112, 0.08));
  color: #dffff9;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-call svg {
  width: 18px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  min-height: 890px;
  padding-top: 172px;
  align-items: center;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 72px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--accent);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pulse {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(100, 248, 212, 0.12);
}

.pulse::after {
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(100, 248, 212, 0.35);
  border-radius: inherit;
  content: "";
  animation: pulse 2.4s infinite;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-title);
}

h1 {
  max-width: 710px;
  margin-bottom: 25px;
  font-size: clamp(4.2rem, 7.1vw, 6.8rem);
  letter-spacing: -0.095em;
  line-height: 0.93;
}

h1 span,
h2 span {
  color: var(--accent);
  background: var(--iridescent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text {
  max-width: 630px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-actions,
.contact-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button-primary {
  border-color: rgba(255, 212, 203, 0.56);
  background: linear-gradient(115deg, #a1ffe7 0%, #7bdce4 42%, #ffab91 76%, #ff747d 100%);
  box-shadow: 0 14px 38px rgba(255, 98, 103, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  color: #10282d;
}

.button-primary:hover {
  box-shadow: 0 18px 45px rgba(255, 98, 103, 0.25);
}

.button-glass {
  background: rgba(255, 255, 255, 0.05);
  color: #d7efee;
}

.button-glass:hover {
  background: rgba(255, 255, 255, 0.1);
}

.trust-line {
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 15px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  display: grid;
  width: 32px;
  height: 32px;
  margin-right: -7px;
  place-items: center;
  border: 1px solid rgba(222, 255, 252, 0.34);
  border-radius: 50%;
  background: #11353c;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
}

.trust-line p {
  margin: 0;
  color: #89a8a9;
  font-size: 0.78rem;
  line-height: 1.55;
}

.trust-line strong {
  color: #e2f6f3;
  font-size: 0.83rem;
}

.hero-visual {
  position: relative;
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(126, 218, 231, 0.14);
  border-radius: 50%;
  animation: orbitBreathe 13s ease-in-out infinite alternate;
}

.orbit-one {
  inset: -70px;
}

.orbit-two {
  inset: -20px;
  animation-delay: -5s;
  animation-direction: alternate-reverse;
}

.media-panel {
  padding: 13px;
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03) 52%),
    rgba(5, 15, 24, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 32px 100px rgba(0, 0, 0, 0.32),
    0 0 75px rgba(255, 91, 104, 0.09);
  transform: rotate(2deg);
  animation: panelHover 9s ease-in-out infinite;
}

.media-top,
.media-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.media-top {
  min-height: 45px;
  padding: 0 9px;
}

.panel-label {
  color: #b1fff0;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.live-dot {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.live-dot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 15px var(--accent), 0 0 28px rgba(255, 107, 115, 0.6);
  animation: signalBlink 2.8s ease-in-out infinite;
}

.video-aura {
  position: absolute;
  inset: 8% 5%;
  border-radius: 46%;
  background:
    radial-gradient(circle at 72% 65%, rgba(255, 72, 86, 0.38), transparent 34%),
    radial-gradient(circle at 28% 34%, rgba(82, 242, 204, 0.3), transparent 40%);
  filter: blur(55px);
  opacity: 0.88;
  pointer-events: none;
  animation: auraShift 7s ease-in-out infinite alternate;
}

.video-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid rgba(168, 236, 232, 0.15);
  border-radius: 23px;
  background: #061216;
}

.video-stage video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
}

.video-glass-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 32%),
    radial-gradient(circle at 72% 72%, rgba(255, 73, 94, 0.09), transparent 33%);
  pointer-events: none;
}

.video-corner {
  position: absolute;
  width: 42px;
  height: 42px;
  border-color: rgba(177, 255, 242, 0.72);
  pointer-events: none;
}

.video-corner-one {
  top: 14px;
  left: 14px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-radius: 10px 0 0;
}

.video-corner-two {
  right: 14px;
  bottom: 14px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0 0 10px;
}

.media-bottom {
  min-height: 49px;
  padding: 0 9px;
  gap: 7px;
}

.media-bottom span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #a8c0c4;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.media-bottom i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 9px var(--accent);
  animation: signalBlink 3.2s ease-in-out infinite;
}

.float-card small,
.contact-details small {
  color: #86a8a8;
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.float-card {
  position: absolute;
  display: flex;
  padding: 11px 14px 11px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  animation: float 5s ease-in-out infinite;
}

.float-card-one {
  top: 108px;
  left: -54px;
}

.float-card-two {
  right: -34px;
  bottom: 91px;
  animation-delay: -2s;
}

.float-icon,
.detail-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(105, 242, 219, 0.2);
  border-radius: 12px;
  background: rgba(100, 248, 212, 0.09);
}

.float-icon svg,
.detail-icon svg {
  width: 20px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.float-card span:last-child {
  display: grid;
  gap: 3px;
}

.float-card strong {
  color: #dcf8f3;
  font-size: 0.75rem;
}

.service-section {
  padding: 150px 0 80px;
}

.section-heading {
  display: flex;
  margin-bottom: 44px;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-heading .eyebrow {
  width: 100%;
  margin-bottom: 14px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.65rem, 5vw, 4.55rem);
  letter-spacing: -0.08em;
  line-height: 0.98;
}

.section-heading p {
  max-width: 370px;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-card {
  min-height: 280px;
  padding: 28px;
  border-radius: 23px;
  transition: border-color 250ms ease, transform 250ms ease, background 250ms ease;
  display: flex;
  flex-direction: column;
}

.service-card:hover,
.expertise-card:hover {
  border-color: rgba(100, 248, 212, 0.36);
  background-color: rgba(28, 76, 77, 0.26);
  transform: translateY(-7px);
}

.feature-service {
  grid-row: span 2;
  min-height: 574px;
  background:
    radial-gradient(circle at 16% 95%, rgba(100, 248, 212, 0.12), transparent 12rem),
    radial-gradient(circle at 95% 10%, rgba(255, 87, 101, 0.09), transparent 11rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025) 55%),
    rgba(7, 28, 34, 0.42);
}

.service-number {
  position: absolute;
  top: 21px;
  right: 24px;
  color: rgba(188, 247, 238, 0.35);
  font-family: var(--font-title);
  font-size: 0.75rem;
  font-weight: 700;
}

.service-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 48px;
  place-items: center;
  border: 1px solid rgba(106, 251, 222, 0.24);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(100, 248, 212, 0.12), rgba(255, 99, 112, 0.07));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.service-icon svg {
  width: 26px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.service-card h3 {
  margin-bottom: 13px;
  font-size: 1.36rem;
  letter-spacing: -0.05em;
}

.service-card p,
.expertise-card p,
.expertise-copy p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.service-card a,
.text-link {
  display: inline-flex;
  margin-top: 13px;
  gap: 8px;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-tags {
  display: flex;
  margin-top: auto;
  flex-wrap: wrap;
  gap: 7px;
}

.service-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(200, 255, 246, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  color: #c6e5e1;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.tag-icon svg {
  width: 16px;
  height: 16px;
  fill: var(--accent);
  flex-shrink: 0;
}

.circuit-showcase {
  display: grid;
  padding: 112px 0 32px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 128px minmax(280px, 390px);
  gap: 26px;
}

.circuit-copy p {
  max-width: 390px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.circuit-arrow {
  width: 128px;
  height: auto;
  opacity: 0.86;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 15px rgba(123, 255, 236, 0.18));
  --arrow-angle: 0deg;
}

.circuit-arrow.visible {
  animation: arrowGuide 2.8s ease-in-out infinite;
}

.circuit-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 390px;
  aspect-ratio: 9 / 16;
  justify-self: end;
  padding: 0;
  border-radius: 28px;
  text-align: left;
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.circuit-video:hover {
  border-color: rgba(255, 136, 134, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 30px 90px rgba(0, 0, 0, 0.32),
    0 0 55px rgba(255, 88, 104, 0.1);
  transform: translateY(-6px);
}

.circuit-video > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circuit-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(2, 10, 17, 0.8) 100%),
    linear-gradient(115deg, rgba(20, 7, 13, 0.16), transparent 45%, rgba(10, 91, 143, 0.08));
  pointer-events: none;
  animation: shadeBreathe 7s ease-in-out infinite alternate;
}

.video-hint,
.circuit-caption {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.video-hint {
  top: 18px;
  right: 18px;
  display: flex;
  min-height: 43px;
  padding: 0 13px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(222, 255, 250, 0.26);
  border-radius: 14px;
  background: rgba(6, 20, 28, 0.5);
  color: #d9f6f2;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
}

.video-hint svg {
  width: 18px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.circuit-caption {
  right: 23px;
  bottom: 52px;
  left: 23px;
  display: grid;
  gap: 6px;
}

.circuit-caption small {
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.circuit-caption strong {
  color: #f1fffc;
  font-family: var(--font-title);
  font-size: 1.42rem;
  letter-spacing: -0.05em;
}

.expertise {
  display: grid;
  padding: 170px 0 100px;
  align-items: center;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 72px;
}

.expertise-copy p {
  max-width: 450px;
  margin-top: 27px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.expertise-card {
  min-height: 194px;
  padding: 24px;
  border-radius: 21px;
  transition: border-color 250ms ease, transform 250ms ease, background 250ms ease;
}

.mini-icon {
  color: var(--accent);
  font-family: var(--font-title);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.expertise-card h3 {
  margin: 46px 0 5px;
  font-size: 1.08rem;
  letter-spacing: -0.04em;
}

.expertise-card p {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.location-card {
  display: flex;
  min-height: 145px;
  grid-column: span 2;
  align-items: center;
  gap: 22px;
  background:
    radial-gradient(circle at 13% 55%, rgba(85, 202, 255, 0.18), transparent 8rem),
    radial-gradient(circle at 95% 60%, rgba(255, 88, 103, 0.09), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025) 55%),
    rgba(7, 28, 34, 0.42);
}

.location-ping {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border: 1px solid rgba(100, 248, 212, 0.34);
  border-radius: 50%;
  background: rgba(100, 248, 212, 0.1);
}

.location-ping::before,
.location-ping::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.location-ping::before {
  inset: 17px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(100, 248, 212, 0.8);
}

.location-ping::after {
  inset: 8px;
  border: 1px solid rgba(100, 248, 212, 0.2);
  animation: locatorRing 2.7s ease-out infinite;
}

.location-card h3 {
  margin: 5px 0 1px;
  font-size: 1.2rem;
}

.location-card small {
  color: var(--accent);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atelier {
  display: grid;
  padding: 74px 0 82px;
  align-items: center;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 46px;
}

.atelier-photo {
  min-height: 620px;
  border-radius: 30px;
  background: rgba(4, 16, 23, 0.78);
}

.atelier-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(0.88) contrast(1.04);
  animation: atelierLens 16s ease-in-out infinite alternate;
}

.atelier-photo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 44%, rgba(3, 12, 18, 0.85) 100%),
    radial-gradient(circle at 78% 62%, rgba(255, 91, 104, 0.12), transparent 36%);
}

.atelier-photo-label {
  position: absolute;
  right: 22px;
  bottom: 21px;
  left: 22px;
  display: grid;
  gap: 7px;
}

.atelier-photo-label span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.atelier-photo-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(100, 248, 212, 0.9);
  animation: signalBlink 2.5s ease-in-out infinite;
}

.atelier-photo-label strong {
  color: #f1fffc;
  font-family: var(--font-title);
  font-size: 1.32rem;
  letter-spacing: -0.05em;
}

.atelier-copy > p {
  max-width: 610px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.75;
}

.trust-grid {
  display: grid;
  margin-top: 27px;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.trust-card {
  min-height: 156px;
  padding: 20px;
  border-radius: 19px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 96, 110, 0.08), transparent 8rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02) 55%),
    rgba(7, 28, 34, 0.42);
}

.trust-card span {
  color: var(--accent);
  font-family: var(--font-title);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.trust-card h3 {
  margin: 34px 0 5px;
  font-size: 1rem;
  letter-spacing: -0.04em;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.review-invite {
  display: grid;
  margin-top: 12px;
  padding: 19px 20px;
  align-items: center;
  border-radius: 19px;
  background:
    radial-gradient(circle at 92% 50%, rgba(255, 91, 104, 0.11), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025) 55%),
    rgba(7, 28, 34, 0.5);
  grid-template-columns: auto 1fr auto;
  gap: 15px;
}

.review-mark {
  align-self: start;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 3.3rem;
  line-height: 0.85;
}

.review-invite div {
  display: grid;
  gap: 4px;
}

.review-invite small {
  color: var(--accent);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-invite strong {
  color: #e2f7f4;
  font-size: 0.86rem;
}

.review-invite p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.review-invite a {
  display: inline-flex;
  padding: 10px 12px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(100, 248, 212, 0.18);
  border-radius: 12px;
  background: rgba(100, 248, 212, 0.07);
  color: var(--accent);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact {
  padding: 84px 0 100px;
}

.contact-shell {
  display: grid;
  min-height: 390px;
  padding: 52px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 40%, rgba(70, 235, 204, 0.13), transparent 18rem),
    radial-gradient(circle at 20% 100%, rgba(255, 82, 99, 0.1), transparent 20rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.025) 55%),
    rgba(7, 28, 34, 0.52);
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
}

.contact-copy p {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.contact-details > a,
.contact-details > div {
  display: flex;
  padding: 18px;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.contact-details .location-map {
  display: block;
  overflow: hidden;
  padding: 0;
  border-color: rgba(135, 239, 222, 0.16);
  background: rgba(4, 16, 23, 0.72);
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 168px;
  border: 0;
  filter: saturate(0.72) contrast(1.02) brightness(0.78);
}

.map-caption {
  display: flex;
  padding: 13px 15px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 92% 50%, rgba(255, 90, 105, 0.11), transparent 35%),
    rgba(5, 20, 27, 0.88);
}

.map-caption > span {
  display: grid;
  gap: 5px;
}

.map-caption a {
  display: inline-flex;
  min-height: 34px;
  padding: 0 10px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(130, 255, 230, 0.18);
  border-radius: 11px;
  background: rgba(100, 248, 212, 0.07);
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease;
}

.map-caption a:hover {
  border-color: rgba(255, 137, 134, 0.42);
  background: rgba(255, 105, 116, 0.1);
}

.map-caption b {
  font-size: 0.85rem;
}

.contact-details span:last-child {
  display: grid;
  gap: 5px;
}

.contact-details strong {
  color: #e2fcf7;
  font-size: 0.92rem;
}

footer {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  min-height: 106px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #7d9b9b;
  font-size: 0.76rem;
}

.footer-brand {
  padding: 3px 0;
}

.footer-brand .brand-logo {
  width: 142px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 16;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 19px;
  transition: transform 200ms ease;
  animation: whatsappNudge 6.8s ease-in-out infinite;
}

.whatsapp-float:hover {
  transform: translateY(-5px) scale(1.04);
  animation-play-state: paused;
}

.whatsapp-float svg {
  width: 29px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.motion-icon {
  animation: iconBreathe var(--icon-duration, 6s) ease-in-out var(--icon-delay, 0s) infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-delay {
  transition-delay: 120ms;
}

.reveal-delay-two {
  transition-delay: 240ms;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0% { opacity: 0.8; transform: scale(0.7); }
  70%, 100% { opacity: 0; transform: scale(1.7); }
}

@keyframes scan {
  0%, 100% { top: 8%; opacity: 0.35; }
  50% { top: 92%; opacity: 1; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes auraShift {
  0% { opacity: 0.66; transform: scale(0.94) rotate(-3deg); }
  100% { opacity: 1; transform: scale(1.06) rotate(3deg); }
}

@keyframes gridDrift {
  0% { background-position: 0 0; }
  100% { background-position: 84px 84px; }
}

@keyframes ambientDriftOne {
  0% { transform: translate3d(0, 0, 0) scale(0.94); }
  100% { transform: translate3d(-7rem, 5rem, 0) scale(1.1); }
}

@keyframes ambientDriftTwo {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(9rem, -6rem, 0) scale(1.12); }
}

@keyframes ambientDriftThree {
  0% { transform: translate3d(0, 0, 0) scale(0.92); }
  100% { transform: translate3d(-8rem, 7rem, 0) scale(1.08); }
}

@keyframes glassSweep {
  0%, 62% { left: -42%; opacity: 0; }
  70% { opacity: 0.54; }
  83% { left: 122%; opacity: 0; }
  100% { left: 122%; opacity: 0; }
}

@keyframes orbitBreathe {
  0% { opacity: 0.42; transform: scale(0.96) rotate(0deg); }
  100% { opacity: 0.88; transform: scale(1.05) rotate(8deg); }
}

@keyframes panelHover {
  0%, 100% { transform: translateY(0) rotate(2deg); }
  50% { transform: translateY(-9px) rotate(1deg); }
}

@keyframes signalBlink {
  0%, 100% { opacity: 0.72; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1.16); }
}

@keyframes iconBreathe {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(100, 248, 212, 0)); transform: translateY(0); }
  50% { filter: drop-shadow(0 0 12px rgba(100, 248, 212, 0.22)); transform: translateY(-4px); }
}

@keyframes arrowGuide {
  0%, 100% { opacity: 0.58; transform: rotate(var(--arrow-angle)) translateX(-5px); }
  50% { opacity: 1; transform: rotate(var(--arrow-angle)) translateX(8px); }
}

@keyframes shadeBreathe {
  0% { opacity: 0.72; }
  100% { opacity: 1; }
}

@keyframes locatorRing {
  0% { opacity: 0.75; transform: scale(0.68); }
  100% { opacity: 0; transform: scale(1.65); }
}

@keyframes atelierLens {
  0% { transform: scale(1); }
  100% { transform: scale(1.045); }
}

@keyframes whatsappNudge {
  0%, 72%, 100% { transform: translateY(0); }
  80% { transform: translateY(-7px); }
  87% { transform: translateY(-2px); }
  94% { transform: translateY(-6px); }
}

@media (max-width: 960px) {
  .hero {
    min-height: auto;
    padding-top: 164px;
    grid-template-columns: 1fr;
    gap: 100px;
  }

  .hero-copy {
    min-width: 0;
    max-width: 700px;
  }

  .hero-visual {
    width: min(690px, 92%);
    margin: 0 auto;
  }

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

  .feature-service {
    grid-row: span 1;
    min-height: 280px;
  }

  .service-tags {
    margin-top: 30px;
  }

  .expertise {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .circuit-showcase {
    grid-template-columns: minmax(0, 1fr) 82px minmax(240px, 330px);
    gap: 18px;
  }

  .circuit-arrow {
    width: 82px;
  }

  .atelier {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 22px;
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .section {
    width: min(calc(100% - 28px), 560px);
  }

  .site-header {
    top: 12px;
    padding: 0 14px;
  }

  .nav-shell {
    min-height: 62px;
    padding: 7px 9px 7px 12px;
    justify-content: space-between;
    border-radius: 20px;
  }

  .brand-logo {
    width: 148px;
  }

  .nav-call {
    display: none;
  }

  .menu-toggle {
    display: grid;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    margin-left: 14px;
    padding: 0;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.05);
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 9px;
    background: #d4eeea;
    transition: transform 200ms ease, opacity 200ms ease;
  }

  .menu-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    position: absolute;
    top: 71px;
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    gap: 0;
    border: 1px solid transparent;
    border-radius: 18px;
    background: rgba(5, 23, 29, 0.88);
    opacity: 0;
    backdrop-filter: blur(26px);
    transition: max-height 220ms ease, opacity 220ms ease, padding 220ms ease, border-color 220ms ease;
  }

  .nav-links.open {
    max-height: 220px;
    padding: 7px;
    border-color: var(--border);
    opacity: 1;
  }

  .nav-links a {
    padding: 15px;
  }

  .hero {
    padding-top: 139px;
    gap: 80px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3.25rem, 14vw, 4.15rem);
    letter-spacing: -0.1em;
  }

  .hero-text {
    font-size: 0.96rem;
    overflow-wrap: break-word;
  }

  .hero-actions .button {
    width: 100%;
  }

  .media-panel {
    padding: 9px;
    border-radius: 22px;
  }

  .media-top {
    min-height: 38px;
    padding: 0 5px;
  }

  .panel-label,
  .live-dot {
    font-size: 0.52rem;
  }

  .media-bottom {
    min-height: 42px;
    padding: 0 4px;
  }

  .media-bottom span {
    font-size: 0.47rem;
  }

  .float-card {
    padding: 8px 10px 8px 8px;
  }

  .float-card-one {
    top: 64px;
    left: -20px;
  }

  .float-card-two {
    right: -20px;
    bottom: 55px;
  }

  .float-icon {
    width: 31px;
    height: 31px;
  }

  .float-icon svg {
    width: 16px;
  }

  .float-card strong {
    font-size: 0.64rem;
  }

  .float-card small {
    font-size: 0.51rem;
  }

  .service-section {
    padding-top: 120px;
  }

  .section-heading {
    display: block;
  }

  .section-heading p {
    margin-top: 18px;
  }

  .services-grid,
  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .feature-service,
  .service-card {
    min-height: 255px;
  }

  .service-icon {
    margin-bottom: 35px;
  }

  .expertise {
    padding: 120px 0 65px;
  }

  .circuit-showcase {
    padding: 98px 0 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .circuit-arrow {
    width: 76px;
    margin: -4px 0 -4px 34px;
    --arrow-angle: 90deg;
  }

  .circuit-video {
    max-width: 330px;
    justify-self: center;
    border-radius: 23px;
  }

  .video-hint {
    top: 13px;
    right: 13px;
  }

  .circuit-caption {
    right: 17px;
    bottom: 16px;
    left: 17px;
  }

  .circuit-caption strong {
    font-size: 1.16rem;
  }

  .location-card {
    grid-column: span 1;
  }

  .atelier {
    padding: 54px 0 46px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .atelier-photo {
    min-height: 470px;
    border-radius: 24px;
  }

  .atelier-photo-label {
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .atelier-photo-label strong {
    font-size: 1.14rem;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-card {
    min-height: 132px;
  }

  .trust-card h3 {
    margin-top: 26px;
  }

  .review-invite {
    grid-template-columns: auto 1fr;
  }

  .review-invite a {
    grid-column: 2;
    justify-self: start;
  }

  .contact {
    padding: 50px 0 76px;
  }

  .contact-shell {
    min-height: auto;
    padding: 28px 20px;
    border-radius: 24px;
  }

  .location-map iframe {
    height: 180px;
  }

  .map-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-actions .button {
    width: 100%;
  }

  footer {
    width: min(calc(100% - 28px), 560px);
    padding: 24px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  footer p {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========== PAGE LOADER ========== */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #031016;
  transition: opacity 0.5s, visibility 0.5s;
}
.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-content {
  text-align: center;
}
.loader-logo {
  animation: loaderPulse 1.5s ease-in-out infinite;
}
.loader-bar {
  width: 200px;
  height: 3px;
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
  margin: 24px auto 16px;
  overflow: hidden;
}
.loader-bar-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #64f8d4, #51a7ff);
  border-radius: 3px;
  animation: loaderFill 1.5s ease-out forwards;
}
.loader-text {
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@keyframes loaderPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.05); opacity: 1; }
}
@keyframes loaderFill {
  0% { width: 0; }
  100% { width: 100%; }
}

/* ========== STATS COUNTER ========== */
.stats-section {
  padding: 60px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.stat-card {
  text-align: center;
  padding: 32px 16px;
  border-radius: 20px;
}
.stat-number {
  font-family: var(--font-title);
  font-size: 3rem;
  font-weight: 700;
  background: var(--iridescent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-plus {
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
  vertical-align: super;
}
.stat-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stat-number { font-size: 2.2rem; }
}

/* ========== TESTIMONIALS ========== */
.testimonials {
  padding: 80px 0;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.testimonial-card {
  padding: 28px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimonial-stars {
  color: #fbbf24;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.testimonial-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  flex: 1;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--iridescent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: #031016;
  flex-shrink: 0;
}
.testimonial-author strong {
  display: block;
  font-size: 0.95rem;
}
.testimonial-author small {
  color: var(--muted);
  font-size: 0.8rem;
}
.testimonials-cta {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* ========== FAQ ========== */
.faq {
  padding: 80px 0;
}
.faq-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  border-radius: 16px;
  overflow: hidden;
}
.faq-item summary {
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--accent);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-item[open] summary::after {
  transform: rotate(45deg);
}
.faq-item summary:hover {
  color: var(--accent);
}
.faq-item p {
  padding: 0 24px 20px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

/* ========== QUICK WHATSAPP MESSAGES ========== */
.quick-messages {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.quick-label {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0 0 12px;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.quick-btn {
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
}
.quick-btn:hover {
  background: var(--surface-strong);
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}
@media (max-width: 480px) {
  .quick-grid { grid-template-columns: 1fr; }
}

/* ========== SOCIAL LINKS ========== */
.social-links {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  color: var(--muted);
}
.social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.social-icon:hover {
  transform: translateY(-3px);
}
.social-icon.facebook:hover {
  background: #1877F2;
  color: #fff;
  border-color: #1877F2;
}
.social-icon.instagram:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  border-color: #dc2743;
}
.social-icon.tiktok:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.social-icon.whatsapp:hover {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}

/* ========== SKIP LINK ========== */
.skip-link {
  position: absolute;
  top: -100px;
  left: 12px;
  z-index: 1000;
  padding: 0.7rem 1rem;
  background: var(--accent);
  color: #031016;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  transition: top 0.2s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
  top: 12px;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* ========== PRICING ========== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.pricing-card {
  padding: 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 700;
}
.pricing-card h3 {
  font-size: 1.15rem;
  margin: 0;
  color: var(--text);
}
.pricing-card p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
  flex: 1;
}
.pricing-range {
  font-size: 0.85rem;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
  margin-top: 4px;
}
.pricing-range strong {
  color: var(--text);
  font-size: 1rem;
  margin-left: 4px;
}
.pricing-disclaimer {
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.pricing-disclaimer strong {
  color: var(--text);
}
@media (max-width: 880px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

/* ========== WHATSAPP FLOAT NEAR FOOTER ========== */
.whatsapp-float.near-footer {
  opacity: 0.35;
  transform: translateY(8px);
}
.whatsapp-float.near-footer:hover {
  opacity: 1;
  transform: translateY(0);
}

/* ========== BUSINESS HOURS ========== */
.business-hours {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  margin-top: 8px;
}
.hours-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.hours-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 4px 16px;
  margin-top: 6px;
  font-size: 0.9rem;
}
.hours-grid span {
  color: var(--muted);
}
.hours-grid strong {
  text-align: right;
}
.hours-grid .closed {
  color: var(--coral);
}

/* Live open/closed status pill */
.open-status {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.28rem 0.6rem 0.28rem 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 500;
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              color 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  isolation: isolate;
  overflow: hidden;
}
.open-status::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.05) 40%,
    transparent 60%,
    rgba(255, 255, 255, 0.08) 100%
  );
  -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  transition: background 0.5s;
}
.open-status[data-state="open"] {
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.16) 0%, rgba(74, 222, 128, 0.04) 100%);
  border-color: rgba(74, 222, 128, 0.4);
  color: #4ade80;
  box-shadow:
    0 0 0 1px rgba(74, 222, 128, 0.08) inset,
    0 3px 12px -5px rgba(74, 222, 128, 0.4),
    0 0 24px -10px rgba(74, 222, 128, 0.25);
}
.open-status[data-state="open"]::before {
  background: linear-gradient(
    135deg,
    rgba(74, 222, 128, 0.7) 0%,
    rgba(74, 222, 128, 0.1) 40%,
    transparent 60%,
    rgba(74, 222, 128, 0.4) 100%
  );
}
.open-status[data-state="closed"] {
  background: linear-gradient(135deg, rgba(248, 113, 113, 0.13) 0%, rgba(248, 113, 113, 0.03) 100%);
  border-color: rgba(248, 113, 113, 0.35);
  color: #f87171;
  box-shadow:
    0 0 0 1px rgba(248, 113, 113, 0.08) inset,
    0 3px 12px -5px rgba(248, 113, 113, 0.3);
}
.open-status[data-state="closed"]::before {
  background: linear-gradient(
    135deg,
    rgba(248, 113, 113, 0.55) 0%,
    rgba(248, 113, 113, 0.1) 40%,
    transparent 60%,
    rgba(248, 113, 113, 0.3) 100%
  );
}
.open-status:hover {
  transform: translateY(-1px);
}

/* Status icon (sun / moon swap) */
.status-icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 14px;
}
.status-icon svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.open-status[data-state="open"] .icon-sun {
  opacity: 1;
  transform: rotate(0) scale(1);
}
.open-status[data-state="open"] .icon-moon {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}
.open-status[data-state="closed"] .icon-sun {
  opacity: 0;
  transform: rotate(-90deg) scale(0.5);
}
.open-status[data-state="closed"] .icon-moon {
  opacity: 1;
  transform: rotate(0) scale(1);
}

/* Status text content */
.status-content {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-align: left;
}
.status-text {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.01em;
}
.status-eta {
  font-size: 0.6rem;
  font-weight: 500;
  opacity: 0.65;
  margin-top: 1px;
  letter-spacing: 0.01em;
}
.status-eta:empty {
  display: none;
}

/* Status pulse dot (right side) */
.status-pulse {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 5px;
  box-shadow: 0 0 6px currentColor;
}
.open-status[data-state="open"] .status-pulse::before {
  content: "";
  position: absolute;
  inset: 50% 50% 50% 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: currentColor;
  animation: statusRing 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  transform: translate(-50%, -50%);
}
.open-status[data-state="closed"] .status-pulse {
  opacity: 0.6;
  box-shadow: none;
}

@keyframes statusRing {
  0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0.6; }
  100% { transform: translate(-50%, -50%) scale(3); opacity: 0; }
}

/* Subtle entrance animation on load */
.open-status {
  animation: statusEnter 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s both;
}
@keyframes statusEnter {
  0% { opacity: 0; transform: translateY(4px) scale(0.92); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* State-change flash */
.open-status.is-changing {
  animation: statusFlash 0.5s ease;
}
@keyframes statusFlash {
  0% { transform: scale(1); }
  40% { transform: scale(1.04); }
  100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .open-status,
  .open-status::before,
  .status-icon svg,
  .open-status .status-pulse::before {
    animation: none !important;
    transition: none !important;
  }
  .open-status:hover { transform: none; }
}

/* ========== SCROLL TO TOP ========== */
.scroll-top {
  position: fixed;
  bottom: 90px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  color: var(--accent);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s;
  z-index: 99;
  backdrop-filter: blur(12px);
}
.scroll-top svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  background: var(--accent);
  color: #031016;
  transform: translateY(-3px);
}

/* =========================================================
   Formulaire diagnostic WhatsApp
   ========================================================= */
.px-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.repair-form {
  padding: 40px 0 84px;
  position: relative;
}

.repair-form .section-heading p {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.px-shell {
  position: relative;
  isolation: isolate;
  width: min(880px, calc(100% - 40px));
  margin: 38px auto 0;
  padding: 0;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(10, 23, 30, 0.72) 0%, rgba(4, 11, 15, 0.9) 100%);
  border: 1px solid rgba(150, 200, 210, 0.1);
  box-shadow:
    0 40px 90px -30px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: box-shadow 320ms ease, border-color 320ms ease, transform 320ms ease;
}

/* Border halo: orange à gauche → bleu à droite (vif, façon référence) */
.px-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(
    100deg,
    rgba(255, 110, 92, 1) 0%,
    rgba(255, 130, 110, 0.7) 16%,
    rgba(180, 140, 235, 0.28) 50%,
    rgba(120, 170, 255, 0.7) 84%,
    rgba(70, 160, 255, 1) 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 320ms ease;
}

.px-shell:focus-within {
  border-color: rgba(170, 215, 225, 0.16);
  box-shadow:
    0 44px 100px -28px rgba(0, 0, 0, 0.75),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.px-shell:focus-within::before {
  opacity: 1;
}

/* Aura : lueur externe diffuse autour de la barre (orange gauche, bleu droite) */
.px-aura {
  position: absolute;
  top: -55%;
  bottom: -55%;
  width: 46%;
  pointer-events: none;
  z-index: -1;
  filter: blur(52px);
  opacity: 0.6;
  transition: opacity 320ms ease;
}

.px-aura-left {
  left: -14%;
  background: radial-gradient(circle at 60% 50%, rgba(255, 96, 78, 0.62), transparent 68%);
}

.px-aura-right {
  right: -14%;
  background: radial-gradient(circle at 40% 50%, rgba(64, 156, 255, 0.62), transparent 68%);
}

.px-shell:focus-within ~ .px-aura,
.px-shell:focus-within .px-aura {
  opacity: 0.8;
}

/* Fond "matrix" — texte façon référence image, très subtil */
.px-matrix {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  opacity: 0.14;
  mix-blend-mode: screen;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 520' fill='%2364f8d4' font-family='ui-monospace,monospace' font-size='11' font-weight='500' letter-spacing='2'><text x='20' y='22' opacity='0.45'>VS S  L K H D Q V .  @ X &amp; R  + B  +</text><text x='110' y='44' opacity='0.6'>P + K . T u  Q C Q N + Z   C + N   Q U T L</text><text x='30' y='66' opacity='0.4'>π Q   N C T  + U N Q  .  1  0  Q  Z  W</text><text x='250' y='88' opacity='0.55'>Y B   B 0   1</text><text x='500' y='22' opacity='0.4'>+ G   V   N I M 0 E P T R Q G H J C V Z 1 0</text><text x='720' y='46' opacity='0.55'>π Q N C T + U N Q  .  1  0  Q  Z W</text><text x='840' y='70' opacity='0.4'>V S  S  L K H D Q V .  @ X &amp; R + B +</text><text x='60' y='108' opacity='0.5'>T u  Q C Q N + Z   C + N   Q U T L</text><text x='320' y='130' opacity='0.4'>π Q N C T  + U N Q  .  1  0</text><text x='600' y='108' opacity='0.55'>Y B B 0   1</text><text x='900' y='130' opacity='0.45'>P + K . T u  Q C Q N</text><text x='40' y='158' opacity='0.5'>+ G   V   N I M 0 E P T R Q</text><text x='380' y='180' opacity='0.4'>V S  S  L K H D Q V</text><text x='680' y='160' opacity='0.55'>T u  Q C Q N + Z   C + N</text><text x='180' y='200' opacity='0.4'>Y B B 0   1   π Q N C T</text><text x='820' y='200' opacity='0.5'>+ G V N I M 0 E P T R Q G H J</text><text x='20' y='232' opacity='0.55'>π Q N C T  + U N Q  .  1  0  Q  Z  W</text><text x='430' y='252' opacity='0.4'>P + K . T u  Q C Q N + Z</text><text x='760' y='234' opacity='0.5'>V S S L K H D Q V . @ X &amp; R + B</text><text x='110' y='280' opacity='0.45'>+ G V N I M 0 E P T R Q G H J C V Z</text><text x='540' y='300' opacity='0.55'>Y B B 0 1   π Q N C T</text><text x='900' y='280' opacity='0.4'>T u  Q C Q N + Z   C + N Q U T L</text><text x='30' y='328' opacity='0.5'>VS S  L K H D Q V .  @ X &amp; R + B +</text><text x='370' y='348' opacity='0.45'>π Q N C T  + U N Q</text><text x='720' y='328' opacity='0.55'>P + K . T u  Q C Q N + Z</text><text x='60' y='376' opacity='0.4'>Y B B 0 1   π Q N C T + U N Q</text><text x='420' y='398' opacity='0.5'>+ G V N I M 0 E P T R Q G H J C V Z 1 0</text><text x='800' y='376' opacity='0.45'>V S S  L K H D Q V . @ X &amp; R + B</text><text x='180' y='424' opacity='0.55'>T u  Q C Q N + Z   C + N Q U T L</text><text x='620' y='446' opacity='0.4'>Y B B 0 1   π Q N C T + U N Q</text><text x='30' y='472' opacity='0.5'>π Q N C T  + U N Q  .  1  0  Q  Z W</text><text x='500' y='494' opacity='0.45'>+ G V N I M 0 E P T R Q G H J C V Z 1 0</text><text x='880' y='472' opacity='0.4'>V S S  L K H D Q V . @ X &amp; R + B +</text></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.px-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px 26px 20px;
}

.px-field {
  display: block;
}

.px-input {
  width: 100%;
  resize: none;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--text);
  font: 400 1.08rem/1.6 var(--font-body);
  letter-spacing: 0.005em;
  min-height: 76px;
  max-height: 240px;
  padding: 6px 4px 2px;
}

.px-input::placeholder {
  color: rgba(214, 234, 240, 0.55);
  font-weight: 400;
}

.px-input:focus::placeholder {
  color: rgba(214, 234, 240, 0.22);
}

/* Prévisualisation des fichiers joints */
.px-files {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 2px;
}

.px-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 5px 8px 5px 5px;
  max-width: 240px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.78rem;
  transition: border-color 180ms ease, background 180ms ease;
}

.px-chip:hover {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.px-chip-thumb {
  width: 30px;
  height: 30px;
  flex: none;
  object-fit: cover;
  border-radius: 7px;
  background: #02141a;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.px-chip-thumb.is-video {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(81, 167, 255, 0.18), transparent 70%),
    #02141a;
  color: #cfe7ff;
}

.px-chip-thumb.is-video svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.px-chip-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  color: var(--text);
}

.px-chip-size {
  color: var(--muted);
  font-size: 0.7rem;
  flex: none;
}

.px-chip-remove {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: none;
  border: 0;
  border-radius: 7px;
  background: rgba(255, 95, 105, 0.16);
  color: #ffc4c4;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.px-chip-remove:hover {
  background: rgba(255, 95, 105, 0.32);
  color: #fff;
}

.px-chip-remove svg {
  width: 11px;
  height: 11px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
}

/* Toolbar */
.px-toolbar {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.px-btn {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 999px;
  border: 1px solid rgba(180, 220, 228, 0.14);
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.px-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--accent-soft);
  border-color: rgba(120, 248, 212, 0.32);
}

.px-btn:active {
  transform: scale(0.94);
}

.px-btn svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.px-pills {
  display: flex;
  gap: 9px;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
}

.px-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px 0 14px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(180, 220, 228, 0.14);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: background 180ms ease, border-color 180ms ease;
}

.px-pill:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(180, 220, 228, 0.26);
}

.px-pill.open {
  border-color: rgba(100, 248, 212, 0.4);
  background: rgba(100, 248, 212, 0.07);
}

.px-pill-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
  flex: none;
}

.px-pill-caret {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.5;
  flex: none;
  margin-left: 1px;
  transition: transform 180ms ease;
}

.px-pill.open .px-pill-caret {
  transform: rotate(180deg);
}

.px-pill-menu {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  min-width: 210px;
  padding: 7px;
  display: none;
  flex-direction: column;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(17, 31, 38, 0.98), rgba(8, 18, 24, 0.98));
  border: 1px solid rgba(180, 220, 228, 0.14);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
  z-index: 6;
}

.px-pill.open .px-pill-menu {
  display: flex;
}

.px-pill-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: var(--text);
  font: 500 0.9rem var(--font-body);
  text-align: left;
  border-radius: 11px;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.px-pill-menu button:hover {
  background: rgba(255, 255, 255, 0.07);
}

.px-pill-menu button.active {
  background: rgba(100, 248, 212, 0.1);
  color: var(--accent-soft);
}

.px-pill-menu button.active::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
}

.px-right {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-left: auto;
  flex: none;
}

.px-files-count {
  font-size: 0.78rem;
  color: var(--muted);
  padding: 0 4px;
  white-space: nowrap;
}

/* Bouton envoyer : dégradé circulaire (référence image) */
.px-send {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(135deg, #7b5cff 0%, #b13dff 36%, #ff5c86 70%, #ff8a2e 100%);
  box-shadow:
    0 10px 26px -4px rgba(177, 61, 255, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 0 30px -6px rgba(255, 138, 46, 0.5);
  color: #fff;
  transition: transform 220ms cubic-bezier(.2,.7,.3,1), box-shadow 220ms ease, filter 220ms ease;
}

.px-send::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 55%);
  pointer-events: none;
}

.px-send:hover {
  transform: translateY(-2px) scale(1.06);
  box-shadow:
    0 14px 34px -4px rgba(177, 61, 255, 0.62),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 0 32px rgba(255, 138, 58, 0.35);
}

.px-send:active {
  transform: translateY(0) scale(0.98);
}

.px-send svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: relative;
  z-index: 1;
  transform: translate(1px, 1px);
}

.px-send[disabled] {
  filter: grayscale(0.4) brightness(0.7);
  cursor: not-allowed;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Drag & drop visuel */
.px-shell.is-drag {
  border-color: rgba(100, 248, 212, 0.35);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(100, 248, 212, 0.2),
    0 0 0 6px rgba(100, 248, 212, 0.06);
}

.px-shell.is-drag::before {
  opacity: 1;
}

/* Texte d'aide sous le formulaire */
.px-hint {
  width: min(920px, calc(100% - 40px));
  margin: 16px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.px-hint-sep {
  margin: 0 8px;
  opacity: 0.5;
}

.px-hint.is-error {
  color: #ff9a9a;
}

.px-hint.is-success {
  color: var(--accent-soft);
}

/* Responsive */
@media (max-width: 640px) {
  .px-form {
    padding: 18px 16px 14px;
    gap: 12px;
  }
  .px-toolbar {
    gap: 8px;
  }
  .px-pill {
    height: 38px;
    padding: 0 9px 0 10px;
    font-size: 0.82rem;
  }
  .px-pill-icon {
    width: 15px;
    height: 15px;
  }
  .px-btn {
    width: 38px;
    height: 38px;
  }
  .px-send {
    width: 42px;
    height: 42px;
  }
  .px-chip {
    max-width: 100%;
  }
  .px-hint-sep {
    display: block;
    margin: 4px 0 0;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .px-send,
  .px-pill,
  .px-pill-caret,
  .px-btn {
    transition: none;
  }
}

/* OT404 diagnostic form refresh */
.repair-form {
  padding: 104px 0 112px;
  position: relative;
}

.repair-form::before {
  position: absolute;
  inset: 8% 50% 16% auto;
  z-index: -1;
  width: min(38rem, 70vw);
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(circle at 60% 40%, rgba(100, 248, 212, 0.16), transparent 58%),
    radial-gradient(circle at 76% 72%, rgba(255, 106, 101, 0.11), transparent 46%);
  filter: blur(32px);
  opacity: 0.9;
  pointer-events: none;
  transform: translateX(50%);
}

.repair-form .section-heading {
  align-items: flex-end;
}

.repair-form .section-heading p {
  max-width: 420px;
  margin: 0 0 7px;
  text-align: left;
}

.px-shell {
  width: min(960px, 100%);
  margin: 38px auto 0;
  padding: 22px;
  z-index: 3;
  overflow: visible;
  border-color: rgba(220, 255, 252, 0.17);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 0%, rgba(100, 248, 212, 0.13), transparent 19rem),
    radial-gradient(circle at 100% 26%, rgba(255, 106, 101, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.026) 58%),
    rgba(4, 17, 24, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 30px 86px rgba(0, 0, 0, 0.3),
    0 0 70px rgba(100, 248, 212, 0.06);
}

.px-shell::before {
  inset: 0;
  padding: 1px;
  background: linear-gradient(
    120deg,
    rgba(100, 248, 212, 0.58),
    rgba(131, 184, 255, 0.24) 42%,
    rgba(255, 140, 131, 0.46) 76%,
    rgba(255, 83, 105, 0.5)
  );
  opacity: 0.7;
}

.px-shell:focus-within {
  border-color: rgba(100, 248, 212, 0.33);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 34px 94px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(100, 248, 212, 0.08),
    0 0 78px rgba(100, 248, 212, 0.11);
}

.px-aura {
  top: 10%;
  bottom: auto;
  width: 16rem;
  height: 16rem;
  filter: blur(58px);
  opacity: 0.35;
}

.px-aura-left {
  left: -5rem;
  background: rgba(100, 248, 212, 0.22);
}

.px-aura-right {
  right: -4rem;
  background: rgba(255, 106, 101, 0.18);
}

.px-matrix {
  opacity: 0.28;
  background:
    linear-gradient(rgba(100, 248, 212, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 248, 212, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 24%, rgba(100, 248, 212, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 18%, rgba(255, 106, 101, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 64% 78%, rgba(131, 184, 255, 0.15) 0 2px, transparent 3px);
  background-size: 72px 72px, 72px 72px, 100% 100%, 100% 100%, 100% 100%;
  mix-blend-mode: screen;
}

.px-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  color: #d9f6f2;
}

.px-panel-head strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.px-panel-head strong {
  padding: 8px 11px;
  border: 1px solid rgba(220, 255, 252, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #b6fff0;
}

.px-form {
  overflow: visible;
  gap: 18px;
  padding: 0;
}

.px-field {
  position: relative;
}

.px-input {
  min-height: 146px;
  padding: 20px 22px;
  border: 1px solid rgba(220, 255, 252, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(2, 13, 19, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #f4fffd;
  font-size: 1rem;
  line-height: 1.75;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.px-input:focus {
  border-color: rgba(100, 248, 212, 0.42);
  background:
    linear-gradient(145deg, rgba(100, 248, 212, 0.06), rgba(255, 106, 101, 0.025)),
    rgba(2, 13, 19, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 4px rgba(100, 248, 212, 0.055);
}

.px-input::placeholder {
  color: rgba(214, 234, 240, 0.5);
}

.px-files {
  padding: 0;
}

.px-chip {
  padding: 6px 9px 6px 6px;
  border-color: rgba(220, 255, 252, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.px-toolbar {
  overflow: visible;
  padding-top: 2px;
  gap: 10px;
}

.px-btn,
.px-pill {
  border-color: rgba(220, 255, 252, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)),
    rgba(6, 22, 30, 0.62);
  color: #d7efee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.px-btn {
  width: 46px;
  height: 46px;
  border-radius: 15px;
}

.px-btn:hover,
.px-pill:hover,
.px-pill.open {
  border-color: rgba(100, 248, 212, 0.34);
  background:
    linear-gradient(145deg, rgba(100, 248, 212, 0.1), rgba(255, 106, 101, 0.035)),
    rgba(8, 28, 36, 0.7);
  color: #f4fffd;
}

.px-pill {
  overflow: visible;
  height: 46px;
  padding: 0 14px;
  border-radius: 15px;
  font-weight: 700;
}

.px-pills {
  overflow: visible;
}

.px-pill-menu {
  border-color: rgba(220, 255, 252, 0.16);
  background:
    linear-gradient(145deg, rgba(18, 42, 49, 0.98), rgba(6, 16, 22, 0.98));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.58);
  z-index: 30;
}

.px-right {
  gap: 12px;
}

.px-send {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 212, 203, 0.46);
  border-radius: 17px;
  background: var(--iridescent);
  box-shadow:
    0 16px 36px rgba(255, 98, 103, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;
  color: #06161b;
}

.px-send:hover {
  transform: translateY(-3px);
  box-shadow:
    0 20px 48px rgba(255, 98, 103, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.px-send svg {
  width: 19px;
  height: 19px;
}

.px-files-count {
  color: #a8c0c4;
  font-size: 0.76rem;
}

.px-shell.is-drag {
  border-color: rgba(100, 248, 212, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 34px 94px rgba(0, 0, 0, 0.34),
    0 0 0 6px rgba(100, 248, 212, 0.06);
}

.px-hint {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  margin: 18px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(220, 255, 252, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: #9eb8b9;
  text-align: left;
  backdrop-filter: blur(18px);
}

.px-hint-sep {
  color: var(--accent);
  opacity: 0.75;
}

.px-hint.is-error {
  border-color: rgba(255, 154, 154, 0.26);
  background: rgba(255, 95, 105, 0.07);
}

.px-hint.is-success {
  border-color: rgba(100, 248, 212, 0.24);
  background: rgba(100, 248, 212, 0.06);
}

@media (max-width: 760px) {
  .repair-form {
    padding: 74px 0 88px;
  }

  .repair-form .section-heading {
    align-items: flex-start;
  }

  .repair-form .section-heading p {
    max-width: none;
    margin-top: 14px;
  }

  .px-shell {
    padding: 16px;
    border-radius: 24px;
  }

  .px-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .px-input {
    min-height: 154px;
    padding: 18px;
    border-radius: 19px;
  }

  .px-toolbar {
    align-items: stretch;
  }

  .px-pills {
    width: calc(100% - 56px);
  }

  .px-pill {
    flex: 1 1 min(100%, 142px);
    justify-content: center;
  }

  .px-right {
    width: auto;
    justify-content: flex-end;
    margin-left: auto;
  }

  .px-send {
    width: 48px;
    height: 48px;
  }

  .px-hint {
    border-radius: 16px;
    font-size: 0.78rem;
  }
}
