﻿/* DPRODETAILING – UI néon fin et épuré */
:root {
  --bg: #04060a;
  --panel: rgba(255, 255, 255, 0.03);
  --panel-strong: rgba(255, 255, 255, 0.06);
  --text: #e6edf7;
  --muted: #9eabc7;
  --heading: #f7f9ff;
  --accent: rgb(0 217 255 / 1);
  --accent-soft: rgb(0 217 255 / 0.3);
  --glow: 0 0 14px rgb(0 217 255 / 0.38), 0 0 34px rgb(0 217 255 / 0.24);
  --border: 1px solid rgba(255, 255, 255, 0.07);
  --radius: 12px;
  --font-heading: "Space Grotesk", "Sora", system-ui, sans-serif;
  --font-body: "Sora", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  font-family: var(--font-body);
  background: radial-gradient(
      circle at 22% 15%,
      rgba(0, 217, 255, 0.08),
      transparent 26%
    ),
    radial-gradient(circle at 78% 10%, rgba(0, 217, 255, 0.07), transparent 32%),
    linear-gradient(180deg, #04060a, #05070d 50%, #03040a);
  color: var(--text);
  line-height: 1.65;
  letter-spacing: 0.01em;
  scrollbar-width: thin;
  scrollbar-color: #00c4e8 #04060a;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: rgba(4, 6, 10, 0.92);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00d9ff 0%, #0c8fbe 100%);
  border-radius: 999px;
  border: 1px solid rgba(0, 217, 255, 0.5);
  box-shadow: 0 0 14px rgba(0, 217, 255, 0.45), 0 0 26px rgba(0, 217, 255, 0.28);
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #2af0ff 0%, #11a6d4 100%);
  box-shadow: 0 0 22px rgba(0, 217, 255, 0.55), 0 0 36px rgba(0, 217, 255, 0.32);
}

a {
  color: var(--accent);
  text-decoration: none;
  text-decoration-color: transparent;
  font-weight: 600;
  transition: 0.25s ease;
}

a:hover {
  color: #f6fbff;
  text-shadow: var(--glow);
  transform: translateY(-1px);
  text-decoration-color: transparent;
}

img {
  max-width: 100%;
  display: block;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 0 auto;
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

/* Header */
.dpro-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(4, 6, 10, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.dpro-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo nav call";
  align-items: center;
  gap: 10px;
  padding: 18px 0;
}

.logo {
  grid-area: logo;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 217, 255, 0.2);
  color: var(--heading);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.95rem;
  box-shadow: 0 0 0 1px rgba(0, 217, 255, 0.06);
  transition: 0.25s ease;
}

.logo:hover {
  box-shadow: var(--glow);
}

.logo-mark {
  height: 34px;
  width: auto;
  display: block;
  filter: drop-shadow(0 0 10px rgba(0, 217, 255, 0.6));
}

.nav-links {
  grid-area: nav;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.nav-links a {
  position: relative;
  padding: 8px 10px;
  color: #cfe9f7;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-shadow: 0 0 10px rgba(0, 217, 255, 0.25);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transition: 0.25s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--heading);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  opacity: 1;
}

.header-cta,
.nav-actions {
  grid-area: call;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.nav-call {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 217, 255, 0.28);
  background: rgba(0, 217, 255, 0.12);
  color: var(--heading);
  font-weight: 700;
}

.nav-call i {
  color: var(--accent);
}

.nav-actions {
  justify-content: flex-end;
}

.call-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  min-height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(0, 217, 255, 0.2);
  background: radial-gradient(circle at 18% 18%, rgba(0, 217, 255, 0.12), transparent 52%), rgba(255, 255, 255, 0.02);
  color: var(--heading);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  box-shadow: 0 0 8px rgba(0, 217, 255, 0.18);
  text-decoration: none;
}

.call-pill i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 217, 255, 0.14);
  border: 1px solid rgba(0, 217, 255, 0.25);
  box-shadow: 0 0 6px rgba(0, 217, 255, 0.25);
}

.call-pill:hover {
  box-shadow: 0 0 12px rgba(0, 217, 255, 0.35);
  transform: translateY(-1px);
  text-decoration: none;
}

.nav-toggle {
  display: none;
  border: var(--border);
  background: var(--panel);
  color: var(--heading);
  border-radius: 10px;
  padding: 10px 12px;
}

/* Buttons */
.btn-neon,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: 0.25s ease;
}

.btn-neon {
  background: linear-gradient(
    120deg,
    rgba(0, 217, 255, 0.36),
    rgba(0, 217, 255, 0.16)
  );
  color: #fff;
  border: 1px solid rgba(0, 217, 255, 0.45);
  box-shadow: var(--glow);
}

.btn-neon:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgb(0 217 255 / 0.35);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(0, 217, 255, 0.3);
  color: var(--heading);
}

.btn-ghost:hover {
  box-shadow: var(--glow);
}

/* Sections */
.section {
  padding: 78px 0 70px;
  position: relative;
}

.section + .section {
  border-top: 1px solid rgba(0, 217, 255, 0.05);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.section-title {
  max-width: 560px;
}

.section-title h1,
.section-title h2 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  color: var(--heading);
  letter-spacing: 0.01em;
}

.section-title p {
  margin: 0 0 16px;
  color: var(--muted);
}

.accent-bar {
  width: 60px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), transparent);
  margin-bottom: 12px;
}

.highlight {
  color: var(--accent);
  text-shadow: var(--glow);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.surface {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
  transition: 0.25s ease;
  margin-bottom: 20px;
}

.surface::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  transition: 0.35s ease;
  pointer-events: none;
}

.surface::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from 0deg,
    var(--accent) 0deg,
    transparent 90deg,
    var(--accent) 180deg,
    transparent 270deg,
    var(--accent) 360deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
}

.surface:hover {
  border-color: rgba(0, 217, 255, 0.35);
  box-shadow: var(--glow);
}

.surface:hover::after {
  border-color: rgba(0, 217, 255, 0.55);
  box-shadow: 0 0 18px rgb(0 217 255 / 0.38);
}

.surface:hover::before {
  opacity: 1;
  animation: sweep 0.65s linear forwards;
}

/* Hero */
.hero {
  min-height: 88vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  justify-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(4, 6, 10, 0.92), rgba(4, 6, 10, 0.6)),
    url("../images/lavage-premium-besancon.jpg") center 60%/cover no-repeat;
  filter: grayscale(8%) brightness(0.7);
  z-index: 0;
  background-attachment: fixed;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero .badge {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 217, 255, 0.14);
  color: var(--heading);
  font-weight: 600;
  border: 1px solid rgba(0, 217, 255, 0.35);
  box-shadow: var(--glow);
}

.hero h1 {
  font-size: clamp(2.5rem, 4vw, 3.4rem);
  margin: 14px 0 12px;
  line-height: 1.1;
}

.hero p {
  max-width: 640px;
  color: var(--muted);
  margin-left: auto;
  margin-right: auto;
}

.hero-logo {
  max-width: 240px;
  margin: 0 auto 18px;
  position: relative;
}

.hero-logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 20px rgba(0, 217, 255, 0.6));
}

.hero-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  box-shadow: 0 0 40px rgba(0, 217, 255, 0.35);
  opacity: 0.6;
  pointer-events: none;
}

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

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  justify-content: center;
}

.pill {
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--muted);
}

/* Services */
.service-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.link-card {
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0, 217, 255, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.link-card:hover {
  border-color: rgba(0, 217, 255, 0.35);
  box-shadow: var(--glow);
  transform: translateY(-2px);
}

.service-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(0, 217, 255, 0.12);
  color: var(--heading);
  border: 1px solid rgba(0, 217, 255, 0.28);
}

.service-features {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-features li {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.service-card a {
  color: var(--heading);
  font-weight: 700;
}

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
}

.stat-card {
  text-align: center;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-card strong {
  display: block;
  font-size: 1.5rem;
  color: var(--heading);
}

.stat-card span {
  color: var(--muted);
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-size: 2.1rem;
  font-weight: 800;
  color: #7ef1ff;
}

.price small {
  color: var(--muted);
  font-size: 0.9rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.feature-list li {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.tag {
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(0, 217, 255, 0.14);
  border: 1px solid rgba(0, 217, 255, 0.35);
  color: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: var(--panel);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform 0.25s ease;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, transparent 10%, rgba(4, 6, 10, 0.7) 45%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 14px;
  color: var(--heading);
  pointer-events: none;
}

.gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.before-after {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.before-after-frame {
  position: relative;
  width: 100%;
  background: var(--panel);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  perspective: 1200px;
  -webkit-perspective: 1200px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.before-after-labels {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

.before-after-labels span {
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.55);
  color: var(--heading);
  font-weight: 700;
  font-size: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.after-layer {
  width: 0%;
  overflow: hidden;
  position: absolute;
  inset: 0;
  transition: width 0.25s ease;
  z-index: 1;
}

.before-after-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  pointer-events: none;
  opacity: 0;
}

.before-after-input {
  display: none;
}

.before-after-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}

.before-after-meta strong {
  color: var(--heading);
}

.before-after-hint {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: var(--heading);
  font-size: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 12px rgba(0, 217, 255, 0.3);
  z-index: 3;
}

.before-after-frame:hover .before-after-hint {
  opacity: 0;
}

.before-after.surface {
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.before-after.surface::before,
.before-after.surface::after {
  display: none;
}

.before-after-frame:hover {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

.before-after-inner {
  position: relative;
  display: grid;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.before-after-frame:hover .before-after-inner {
  transform: rotateY(180deg);
}

.before-after-face {
  grid-area: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.before-after-face.back {
  transform: rotateY(180deg);
}

.before-after-face img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.before-after-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: var(--heading);
  font-weight: 800;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
  z-index: 3;
}

.before-after-face.back .before-after-badge {
  transform: rotateY(180deg);
}

.before-after-modal .modal-content {
  max-width: 860px;
}

.compare-modal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.compare-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

.compare-card img {
  width: 100%;
  height: auto;
  display: block;
}

.compare-card figcaption {
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
  color: var(--heading);
  text-align: center;
  letter-spacing: 0.01em;
}

.gallery-surface {
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background: var(--panel);
}

.gallery-surface::before,
.gallery-surface::after {
  display: none;
}

.gallery-surface:hover {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

/* Bouton retour haut */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(0, 217, 255, 0.35);
  background: rgba(0, 217, 255, 0.16);
  color: var(--heading);
  display: grid;
  place-items: center;
  box-shadow: 0 0 16px rgba(0, 217, 255, 0.35);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1200;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  box-shadow: 0 0 24px rgba(0, 217, 255, 0.45);
}

.gallery-overlay div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  align-items: center;
}

.gallery-overlay strong {
  font-size: 1rem;
  text-shadow: 0 0 12px rgba(0, 217, 255, 0.5);
  width: 100%;
  text-align: center;
  padding: 6px 12px;
  border-radius: 12px;
  background: rgba(4, 6, 10, 0.58);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
}

.gallery-overlay span {
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.gallery-overlay > span {
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(0, 217, 255, 0.14);
  color: var(--heading);
  border: 1px solid rgba(0, 217, 255, 0.32);
  box-shadow: 0 0 18px rgba(0, 217, 255, 0.2);
  margin-top: auto;
  align-self: flex-start;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 4000;
}

.lightbox.open {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: min(1080px, 94vw);
  max-height: 92vh;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 6, 10, 0.95);
}

.lightbox-content img {
  display: block;
  max-width: 90vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #03050a;
  margin: 0 auto;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: var(--heading);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  align-items: start;
}

.info-block {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.info-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(0, 217, 255, 0.12);
  border: 1px solid rgba(0, 217, 255, 0.3);
  color: var(--heading);
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.contact-card {
  border: 1px solid rgba(0, 217, 255, 0.22);
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.1), rgba(255, 255, 255, 0.02));
  border-radius: 14px;
  padding: 14px;
  color: var(--heading);
  text-align: left;
  cursor: pointer;
  display: grid;
  gap: 6px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 217, 255, 0.4);
  box-shadow: 0 0 16px rgba(0, 217, 255, 0.3), 0 20px 36px rgba(0, 0, 0, 0.35);
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 217, 255, 0.16);
  color: var(--heading);
  border: 1px solid rgba(0, 217, 255, 0.35);
  font-size: 0.85rem;
}

.contact-card h4 {
  margin: 0;
  font-size: 1.05rem;
}

.contact-card p {
  margin: 0;
  color: var(--muted);
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7ef1ff;
  font-weight: 700;
  font-size: 0.95rem;
}

form .form-control {
  width: 100%;
  padding: 14px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 217, 255, 0.24);
  background: radial-gradient(circle at 10% 10%, rgba(0, 217, 255, 0.1), transparent 42%), rgba(255, 255, 255, 0.02);
  color: var(--heading);
  font-family: var(--font-body);
  transition: 0.2s ease;
}

form .form-control:focus {
  outline: none;
  border-color: rgba(0, 217, 255, 0.65);
  box-shadow: 0 0 0 3px rgba(0, 217, 255, 0.22);
  background: radial-gradient(circle at 20% 20%, rgba(0, 217, 255, 0.14), transparent 50%), rgba(255, 255, 255, 0.05);
}

form select.form-control {
  appearance: none;
  background:
    linear-gradient(180deg, rgba(0, 217, 255, 0.18), rgba(0, 217, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 217, 255, 0.3);
  padding-right: 40px;
  position: relative;
  background-image:
    linear-gradient(180deg, rgba(0, 217, 255, 0.18), rgba(0, 217, 255, 0.04)),
    url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2300d9ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, calc(100% - 14px) center;
  background-size: auto, 14px;
}

form select.form-control option {
  background: #05070d;
  color: var(--heading);
}

form textarea.form-control {
  min-height: 120px;
}

form label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
}

.form-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.alert {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  margin: 8px 0;
}

.alert-success {
  background: rgba(0, 217, 255, 0.1);
  color: var(--heading);
}

.alert-error {
  background: rgba(255, 80, 80, 0.1);
  color: #ffc6c6;
}

/* Footer */
.footer {
  background: rgba(4, 6, 10, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 64px 0 46px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-grid > div {
  flex: 1 1 220px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer a {
  color: var(--muted);
}

.social {
  display: flex;
  gap: 10px;
}

.social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
}

.footer .legal {
  margin-top: 22px;
  color: var(--muted);
  letter-spacing: 0.02em;
  font-size: 0.92rem;
  text-align: right;
}

.footer .logo-mark {
  height: 200px;
  width: auto;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 14px rgba(0, 217, 255, 0.5));
  display: block;
}

.footer h3,
.footer h4 {
  margin: 0 0 10px;
  color: var(--heading);
  letter-spacing: 0.02em;
}

.footer p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.75;
}

.footer .social {
  margin-top: 12px;
}

.footer .container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 217, 255, 0.35),
    transparent
  );
  margin: 24px 0;
}

/* Modals */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 2000;
}

.modal.open {
  display: flex;
}

.modal-content {
  background: rgba(4, 6, 10, 0.94);
  border: 1px solid rgba(0, 217, 255, 0.25);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55), 0 0 22px rgba(0, 217, 255, 0.18);
  color: var(--text);
  max-width: 720px;
  width: min(720px, 96vw);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 217, 255, 0.2);
  padding-bottom: 12px;
}

.compare-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.compare-title strong {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--heading);
}

.compare-title span {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
}

.compare-title span:empty {
  display: none;
}

.modal-close {
  border: none;
  background: transparent;
  color: var(--heading);
  font-size: 22px;
  cursor: pointer;
  padding: 6px;
  border-radius: 10px;
}

.modal-body {
  padding: 10px 0 0;
  display: grid;
  gap: 14px;
}

/* Preloader */
#preloader {
  position: fixed;
  inset: 0;
  background: radial-gradient(
      circle at 30% 30%,
      rgba(0, 217, 255, 0.08),
      transparent 32%
    ),
    radial-gradient(circle at 70% 50%, rgba(0, 217, 255, 0.06), transparent 36%),
    #03050a;
  display: grid;
  place-items: center;
  z-index: 3000;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

#preloader .loader {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 217, 255, 0.6), rgba(0, 217, 255, 0.2));
  box-shadow: 0 0 28px rgba(0, 217, 255, 0.3);
  transform: translateY(100%);
  animation: cover 1.1s ease-in-out infinite;
  opacity: 0.7;
}

.preloader-logo-wrap {
  position: relative;
  display: grid;
  place-items: center;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(4, 6, 10, 0.6);
  box-shadow: 0 0 28px rgba(0, 217, 255, 0.28);
  overflow: hidden;
}

.preloader-logo {
  display: block;
  width: 160px;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(0, 217, 255, 0.7));
}

.preloader-text {
  margin-top: 14px;
  color: var(--heading);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.preloader-text .dots span {
  display: inline-block;
  animation: blink 1.2s infinite;
}

.preloader-text .dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.preloader-text .dots span:nth-child(3) {
  animation-delay: 0.4s;
}

#preloader .spark {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 12px rgb(0 217 255 / 0.6);
  animation: orbit 1s linear infinite;
}

.preloader-hidden #preloader {
  opacity: 0;
  visibility: hidden;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(20px) rotate(-360deg);
  }
}

@keyframes sweep {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes cover {
  0% {
    transform: translateY(100%);
    opacity: 0.3;
  }
  60% {
    transform: translateY(0%);
    opacity: 0.75;
  }
  100% {
    transform: translateY(-5%);
    opacity: 0.5;
  }
}

@keyframes blink {
  0%, 20% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes fadeTrail {
  0% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
  }
}

@keyframes ripple {
  0% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.2);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.2);
  }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(6px);
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
  transition-delay: calc(var(--reveal-order, 0) * 0.03s);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Effets 404 */
.page-404 .main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 30% 30%, rgba(0, 217, 255, 0.12), transparent 35%),
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.05), transparent 30%),
    linear-gradient(120deg, rgba(0, 217, 255, 0.1), rgba(4, 6, 10, 0.96));
}

.four04-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.four0four {
  font-family: "Space Grotesk", "Sora", system-ui, sans-serif;
  color: var(--heading);
  text-shadow: 0 0 6px rgba(0, 217, 255, 0.9), 0 0 30px rgba(0, 217, 255, 0.5);
  font-weight: 700;
  font-size: clamp(80px, 16vw, 180px);
  letter-spacing: 0.05em;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.not-found {
  font-family: "Space Grotesk", "Sora", system-ui, sans-serif;
  color: var(--heading);
  text-shadow: 0 0 4px rgba(0, 217, 255, 0.8);
  font-size: clamp(28px, 5vw, 56px);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.four04-actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.four04-note {
  text-align: center;
  color: var(--muted);
  margin-top: 10px;
  z-index: 2;
  position: relative;
}

.fog {
  position: absolute;
  border: none;
  border-radius: 100%;
  z-index: 1;
  filter: blur(24px);
  opacity: 0.35;
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.3), 0 0 60px rgba(0, 217, 255, 0.2);
}

.fog1 {
  width: 120px;
  height: 120px;
  animation: float 75s linear infinite;
  top: 55%;
  left: 12%;
}

.fog2 {
  width: 80px;
  height: 80px;
  animation: float2 40s ease infinite;
  top: 20%;
  left: 60%;
}

.fog3 {
  width: 140px;
  height: 140px;
  animation: float3 65s ease infinite;
  top: 70%;
  left: 30%;
}

.fog4 {
  width: 60px;
  height: 60px;
  animation: float2 50s ease infinite;
  top: 10%;
  left: 20%;
}

.fog5 {
  width: 100px;
  height: 100px;
  animation: float 60s linear infinite;
  top: 80%;
  left: 70%;
}

.flicker1 {
  animation: flickr 5s linear 0.25s infinite;
}

.flicker2 {
  animation: flickr 5s linear 1.25s infinite;
}

.flicker3 {
  animation: flickr 5s ease 1s infinite;
}

.flicker4 {
  animation: flickr 5s ease 2s infinite;
}

.off {
  color: rgba(50, 50, 50, 0.4);
  text-shadow: none;
}

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

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

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

@keyframes flickr {
  0% {
    color: rgba(50, 50, 50, 0.4);
    text-shadow: none;
  }
  10% {
    color: var(--heading);
    text-shadow: 0 0 1px rgba(0, 217, 255, 0.2), 0 0 2px rgba(0, 217, 255, 0.5), 0 0 70px rgba(0, 217, 255, 0.8);
  }
  12% {
    color: rgba(50, 50, 50, 0.4);
    text-shadow: none;
  }
  14% {
    color: var(--heading);
    text-shadow: 0 0 1px rgba(0, 217, 255, 0.2), 0 0 2px rgba(0, 217, 255, 0.5), 0 0 70px rgba(0, 217, 255, 0.8);
  }
  54% {
    color: rgba(50, 50, 50, 0.4);
    text-shadow: none;
  }
  60% {
    color: var(--heading);
    text-shadow: 0 0 1px rgba(0, 217, 255, 0.2), 0 0 2px rgba(0, 217, 255, 0.5), 0 0 70px rgba(0, 217, 255, 0.8);
  }
  100% {
    color: var(--heading);
    text-shadow: 0 0 1px rgba(0, 217, 255, 0.2), 0 0 2px rgba(0, 217, 255, 0.5), 0 0 70px rgba(0, 217, 255, 0.8);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .dpro-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 68px;
    flex-direction: column;
    padding: 14px;
    border-radius: 14px;
    background: rgba(4, 6, 10, 0.96);
    border: var(--border);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.5);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.2s ease;
    display: flex;
    gap: 10px;
  }

  .nav-links.open {
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-area: toggle;
    justify-self: end;
  }

  .nav-actions {
    display: none;
  }

  .nav-call {
    display: inline-flex;
  }

  .grid-3,
  .stats,
  .gallery-grid,
  .pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .grid-2,
  .contact-grid,
  .legal-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media (max-width: 768px) {
  .section {
    padding: 66px 0 60px;
  }

  .hero {
    min-height: 78vh;
  }

  .hero-center {
    padding: 48px 0;
  }

  .hero h1 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .nav-links {
    inset: 62px 12px auto;
  }

  .dpro-nav {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo call"
      "nav nav";
    row-gap: 12px;
    align-items: center;
  }

  .call-pill span {
    display: none;
  }

  .call-pill {
    justify-self: end;
    padding: 8px 10px;
  }

  .surface {
    padding: 18px;
  }

  .gallery-grid,
  .pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .gallery-overlay {
    gap: 8px;
    padding: 12px;
  }

  .gallery-overlay strong {
    font-size: 0.95rem;
  }

  .gallery-overlay > span {
    font-size: 0.72rem;
    padding: 5px 8px;
  }

  .footer-grid {
    gap: 20px;
  }

  .notfound-content {
    padding: 32px 22px;
  }
}

@media (max-width: 540px) {
  .footer-grid {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-grid > div {
    min-width: 0;
  }

  .footer .legal {
    text-align: left;
  }
}

@media (max-width: 540px) {
  .nav-links.open {
    max-height: 420px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .pill-list {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-grid,
  .pricing-grid,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}













