:root {
  --bg: #070b14;
  --bg-alt: #0d1322;
  --text: #e9efff;
  --muted: #9fb0d8;
  --primary: #2f6bff;
  --secondary: #7a3cff;
  --accent: #32e4ff;
  --glass: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.18);
  --radius: 18px;
  --shadow: 0 18px 60px rgba(20, 37, 95, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(122, 60, 255, 0.16), transparent 35%),
    radial-gradient(circle at 85% 10%, rgba(50, 228, 255, 0.13), transparent 35%),
    linear-gradient(160deg, var(--bg), var(--bg-alt));
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 14px;
}

.container {
  width: min(1140px, calc(100% - 2.2rem));
  margin-inline: auto;
}

.section {
  padding: 5.5rem 0;
  position: relative;
  --line-glow: rgba(50, 228, 255, 0.18);
  --line-soft: rgba(255, 255, 255, 0.03);
  --line-angle: 90deg;
  --section-pattern: repeating-linear-gradient(var(--line-angle),
      transparent 0 34px,
      var(--line-soft) 34px 35px);
  --section-pattern-size: auto;
  --section-overlay: linear-gradient(145deg, transparent 16%, var(--line-glow) 50%, transparent 84%);
}

.section>.container {
  position: relative;
  z-index: 1;
}

.section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(85%, 980px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(50, 228, 255, 0.45), transparent);
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.85;
  background: var(--section-pattern), var(--section-overlay);
  background-size: var(--section-pattern-size), auto;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 12%, rgba(0, 0, 0, 0.9) 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 12%, rgba(0, 0, 0, 0.9) 88%, transparent 100%);
}

.services {
  --line-glow: rgba(50, 228, 255, 0.2);
  --line-soft: rgba(50, 228, 255, 0.055);
  --section-pattern: repeating-linear-gradient(90deg,
      transparent 0 30px,
      rgba(50, 228, 255, 0.06) 30px 31px);
}

.portfolio {
  --line-glow: rgba(47, 107, 255, 0.2);
  --line-soft: rgba(122, 60, 255, 0.05);
  --section-pattern:
    repeating-linear-gradient(112deg, transparent 0 32px, rgba(122, 60, 255, 0.045) 32px 33px),
    repeating-linear-gradient(22deg, transparent 0 38px, rgba(47, 107, 255, 0.045) 38px 39px);
}

.process {
  --line-glow: rgba(84, 204, 255, 0.22);
  --line-soft: rgba(84, 204, 255, 0.05);
  --section-pattern: repeating-linear-gradient(64deg,
      transparent 0 26px,
      rgba(84, 204, 255, 0.055) 26px 28px,
      transparent 28px 46px);
}

.pricing {
  --line-glow: rgba(122, 60, 255, 0.2);
  --line-soft: rgba(122, 60, 255, 0.05);
  --section-pattern:
    repeating-linear-gradient(90deg, transparent 0 40px, rgba(122, 60, 255, 0.055) 40px 42px),
    linear-gradient(0deg, transparent 0%, rgba(122, 60, 255, 0.05) 50%, transparent 100%);
}

.testimonials {
  --line-glow: rgba(255, 188, 80, 0.14);
  --line-soft: rgba(255, 188, 80, 0.045);
  --section-pattern: repeating-linear-gradient(118deg,
      transparent 0 36px,
      rgba(255, 188, 80, 0.05) 36px 37px,
      transparent 37px 56px);
}

.faq {
  --line-glow: rgba(90, 255, 204, 0.16);
  --line-soft: rgba(90, 255, 204, 0.045);
  --section-pattern:
    radial-gradient(circle at 1px 1px, rgba(90, 255, 204, 0.16) 1px, transparent 1.5px),
    repeating-linear-gradient(84deg, transparent 0 42px, rgba(90, 255, 204, 0.04) 42px 43px);
  --section-pattern-size: 18px 18px, auto;
}

.maintenance {
  --line-glow: rgba(47, 107, 255, 0.17);
  --line-soft: rgba(47, 107, 255, 0.045);
  --section-pattern: repeating-linear-gradient(110deg,
      transparent 0 34px,
      rgba(47, 107, 255, 0.05) 34px 35px);
}

.avantages {
  --line-glow: rgba(50, 228, 255, 0.14);
  --line-soft: rgba(255, 255, 255, 0.035);
  --section-pattern:
    repeating-linear-gradient(70deg, transparent 0 28px, rgba(50, 228, 255, 0.05) 28px 29px),
    repeating-linear-gradient(-70deg, transparent 0 46px, rgba(255, 255, 255, 0.03) 46px 47px);
}

.contact {
  --line-glow: rgba(77, 245, 173, 0.16);
  --line-soft: rgba(77, 245, 173, 0.045);
  --section-pattern:
    repeating-linear-gradient(96deg, transparent 0 30px, rgba(77, 245, 173, 0.05) 30px 31px),
    radial-gradient(circle at 85% 20%, rgba(77, 245, 173, 0.2), transparent 34%);
}

.page-glow {
  pointer-events: none;
  position: fixed;
  inset: -30%;
  background:
    radial-gradient(circle at 12% 20%, rgba(50, 228, 255, 0.15), transparent 32%),
    radial-gradient(circle at 80% 80%, rgba(47, 107, 255, 0.13), transparent 38%);
  z-index: -1;
}

.glass {
  background: var(--glass);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding-top: 0.7rem;
  background: linear-gradient(to bottom, rgba(7, 11, 20, 0.95), rgba(7, 11, 20, 0.8), transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(50, 228, 255, 0.2);
  box-shadow: 0 8px 32px rgba(50, 228, 255, 0.1);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.2rem;
  position: relative;
}

.nav-wrap::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(50, 228, 255, 0.3), transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 800;
  z-index: 1;
  transition: all 0.3s ease;
}

.brand:hover {
  transform: translateY(-2px);
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  padding: 0.2rem;
  background: linear-gradient(135deg, rgba(50, 228, 255, 0.15), rgba(122, 60, 255, 0.1));
  border: 1.5px solid rgba(50, 228, 255, 0.6);
  box-shadow:
    0 0 15px rgba(50, 228, 255, 0.4),
    inset 0 0 10px rgba(50, 228, 255, 0.1);
  transition: all 0.3s ease;
}

.brand img:hover {
  border-color: var(--accent);
  box-shadow:
    0 0 25px rgba(50, 228, 255, 0.6),
    0 0 40px rgba(122, 60, 255, 0.3),
    inset 0 0 15px rgba(50, 228, 255, 0.15);
  transform: scale(1.05);
}

.brand span {
  background: linear-gradient(135deg, var(--accent), var(--primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  z-index: 1;
}

.nav a {
  color: var(--muted);
  padding: 0.6rem 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(50, 228, 255, 0);
}

.nav a::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(50, 228, 255, 0.1), rgba(122, 60, 255, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.nav a:hover {
  color: var(--accent);
  background: rgba(50, 228, 255, 0.08);
  border-color: rgba(50, 228, 255, 0.4);
  box-shadow:
    0 0 15px rgba(50, 228, 255, 0.2),
    inset 0 0 15px rgba(50, 228, 255, 0.05);
  transform: translateY(-2px);
}

.nav a:hover::before {
  opacity: 1;
}

.nav a.active {
  color: var(--accent);
  background: linear-gradient(135deg, rgba(50, 228, 255, 0.15), rgba(122, 60, 255, 0.1));
  border-color: var(--accent);
  box-shadow:
    0 0 20px rgba(50, 228, 255, 0.3),
    inset 0 0 15px rgba(50, 228, 255, 0.1);
}

.nav-toggle {
  display: none;
  border: 0;
  background: linear-gradient(135deg, rgba(50, 228, 255, 0.1), rgba(122, 60, 255, 0.05));
  padding: 0.6rem;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid rgba(50, 228, 255, 0.3);
  transition: all 0.3s ease;
  z-index: 1;
}

.nav-toggle:hover {
  background: rgba(50, 228, 255, 0.15);
  border-color: var(--accent);
  box-shadow: 0 0 15px rgba(50, 228, 255, 0.3);
}

.nav-toggle span {
  display: block;
  width: 25px;
  height: 2.5px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(50, 228, 255, 0.3);
}

.hero {
  padding-top: 7rem;
}

.hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  animation: drift 10s ease-in-out infinite;
}

.orb-1 {
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(47, 107, 255, 0.55), transparent 70%);
  top: -40px;
  left: -110px;
}

.orb-2 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(122, 60, 255, 0.5), transparent 70%);
  bottom: -130px;
  right: -130px;
  animation-delay: -4s;
}

.grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 85%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 85%);
}

.hero-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.hero-text h1 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.hero-title {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.hero-title-logo {
  width: clamp(46px, 5vw, 62px);
  height: clamp(46px, 5vw, 62px);
  border-radius: 14px;
  padding: 0.35rem;
  background: rgba(50, 228, 255, 0.12);
  border: 1px solid rgba(50, 228, 255, 0.55);
  box-shadow: 0 0 26px rgba(50, 228, 255, 0.42);
  flex-shrink: 0;
}

.hero-text p {
  color: var(--muted);
  max-width: 62ch;
}

.hero-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(120deg, var(--primary), var(--secondary));
  box-shadow: 0 0 0 rgba(50, 228, 255, 0), 0 10px 30px rgba(47, 107, 255, 0.45);
}

.btn-primary:hover {
  box-shadow: 0 0 18px rgba(50, 228, 255, 0.55), 0 10px 30px rgba(47, 107, 255, 0.45);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--text);
}

.btn-ghost:hover {
  border-color: var(--accent);
}

.btn-whatsapp {
  background: linear-gradient(120deg, #2bb741, #18d66a);
}

.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.hero-card {
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: center;
  transform: rotateY(-5deg) rotateX(4deg);
  transition: transform 0.3s ease;
}

.hero-card h2 {
  font-size: 1.45rem;
  margin-bottom: 0.8rem;
  grid-column: 1;
}

.hero-card ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  grid-column: 1;
}



.section-heading {
  margin-bottom: 1.6rem;
}

.section-heading h2 {
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
}

.cards-grid,
.portfolio-grid,
.pricing-grid,
.maintenance-grid,
.advantages-grid {
  display: grid;
  gap: 1rem;
}

.cards-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.card {
  padding: 1rem;
  min-height: 220px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.card:hover,
.project:hover,
.price-card:hover,
.mini-card:hover,
.advantage:hover {
  transform: translateY(-6px);
  border-color: rgba(50, 228, 255, 0.5);
}

.icon {
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}

.card p,
.project p,
.price-card li,
.contact-info p,
.mini-card p {
  color: var(--muted);
}

.portfolio-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project {
  overflow: hidden;
}

.project img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.project-body {
  padding: 1rem;
}

.link-btn {
  display: inline-block;
  margin-top: 0.55rem;
  color: var(--accent);
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card {
  padding: 1.15rem;
  position: relative;
}

.price-note {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0 0 1rem;
}

.price-card ul {
  margin: 0.6rem 0 1rem;
  padding-left: 1.15rem;
}

.price {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  color: #ffffff;
  margin: 0.35rem 0;
}

.highlight {
  border-color: rgba(50, 228, 255, 0.5);
}

.badge {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 0.72rem;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: rgba(50, 228, 255, 0.18);
  color: var(--accent);
}

.offer-compare {
  margin-top: 1rem;
  padding: 1rem;
}

.offer-compare h3 {
  margin-bottom: 0.8rem;
}

.compare-table-wrap {
  overflow-x: auto;
}

.offer-compare table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.offer-compare th,
.offer-compare td {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.6rem;
  text-align: left;
}

.offer-compare th {
  color: var(--accent);
}

.process-grid,
.testimonials-grid,
.faq-list {
  display: grid;
  gap: 1rem;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-step {
  padding: 1rem;
}

.step-index {
  display: inline-block;
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0.4rem;
}

.testimonials-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial {
  margin: 0;
  padding: 1rem;
}

.testimonial p {
  margin: 0 0 0.7rem;
}

.testimonial cite {
  color: var(--accent);
  font-style: normal;
}

.faq-item {
  padding: 0.8rem 1rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-item p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.maintenance-grid,
.advantages-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advantages-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-card,
.advantage {
  padding: 1rem;
  text-align: center;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.contact-actions {
  margin: 1rem 0 1.2rem;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.contact-info img {
  max-height: 280px;
  object-fit: cover;
  width: 100%;
}

.contact-meta {
  padding: 0.9rem;
  margin-bottom: 1rem;
}

.contact-meta p {
  margin: 0.2rem 0;
}

.contact-form {
  padding: 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(6, 11, 20, 0.72);
  color: var(--text);
  border-radius: 12px;
  padding: 0.8rem;
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(50, 228, 255, 0.35);
}

.form-status {
  min-height: 1.4rem;
  margin: 0.15rem 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.form-status.is-success {
  color: #53f2a2;
}

.form-status.is-error {
  color: #ff8f8f;
}

.footer {
  padding: 3.5rem 0 2rem;
  background: linear-gradient(to bottom, rgba(13, 19, 34, 0.5), rgba(7, 11, 20, 0.8));
  border-top: 1px solid rgba(50, 228, 255, 0.2);
  margin-top: 4rem;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-section h3 {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.footer-branding .brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.footer-branding .brand:hover {
  color: var(--accent);
  transform: translateX(6px);
}

.footer-branding .brand img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

.footer-tagline {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 0.8;
}

.newsletter-form {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

.newsletter-form input {
  flex: 1;
  min-width: 180px;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(50, 228, 255, 0.3);
  border-radius: 8px;
  color: var(--text);
  font-family: inherit;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
  color: rgba(159, 176, 216, 0.5);
}

.newsletter-form input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--accent);
  box-shadow: 0 0 15px rgba(50, 228, 255, 0.3);
}

.btn-newsletter {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(120deg, var(--primary), var(--secondary));
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-newsletter:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.4);
}

.btn-newsletter:active {
  transform: translateY(0);
}

.newsletter-status {
  font-size: 0.8rem;
  color: var(--accent);
  margin: 0;
  min-height: 1.2rem;
}

.newsletter-status.error {
  color: #ff6b6b;
}

.newsletter-status.success {
  color: #51cf66;
}

.footer-links-column .footer-links {
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 2px;
}

.footer-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-links a:hover::after {
  width: 100%;
}

.social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(50, 228, 255, 0.3);
  border-radius: 10px;
  color: var(--accent);
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(50, 228, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.social-link:hover {
  border-color: var(--accent);
  background: rgba(50, 228, 255, 0.15);
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(50, 228, 255, 0.25);
}

.social-link:hover::before {
  left: 100%;
}

.social-link .icon {
  font-size: 1.2rem;
  z-index: 1;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(50, 228, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-bottom p {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0;
}

.footer-credit {
  font-size: 0.8rem;
  opacity: 0.6;
}

.footer-availability {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  background: rgba(47, 107, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(47, 107, 255, 0.15);
}

.footer-availability-item h4 {
  font-size: 0.95rem;
  color: var(--accent);
  margin-bottom: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-availability-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--text);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.footer-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-tech-item {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  background: rgba(47, 107, 255, 0.1);
  border: 1px solid rgba(47, 107, 255, 0.2);
  border-radius: 4px;
  font-size: 0.8rem;
  color: var(--muted);
  transition: all 0.3s ease;
}

.footer-tech-item:hover {
  background: rgba(47, 107, 255, 0.2);
  border-color: var(--primary);
  color: var(--primary);
}

@media (max-width: 768px) {
  .footer {
    padding: 2.5rem 0 1.5rem;
  }

  .footer-availability {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form input,
  .btn-newsletter {
    width: 100%;
  }

  .social-links {
    gap: 0.75rem;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }
}

.mobile-cta {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 0.9rem;
  z-index: 35;
  border-radius: 999px;
  padding: 0.82rem 1rem;
  text-align: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(120deg, #1e5df4, #2a8dff);
  box-shadow: 0 12px 30px rgba(35, 98, 255, 0.45);
  display: none;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 4.8rem;
  z-index: 36;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(10, 16, 28, 0.95);
  color: var(--text);
  padding: 0.45rem 0.8rem;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.thankyou-wrap {
  max-width: 760px;
}

.thankyou-card {
  padding: 1.4rem;
  text-align: center;
}

.thankyou-title {
  margin-bottom: 0.8rem;
}

.thankyou-text {
  color: var(--muted);
  margin-bottom: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes drift {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(20px) scale(1.06);
  }
}

@media (max-width: 1024px) {
  .cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .portfolio-grid,
  .pricing-grid,
  .maintenance-grid,
  .advantages-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .hero-content,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-card {
    transform: none;
    grid-template-columns: 1fr;
  }

  .hero-mini-grid {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0.9rem;
    grid-template-columns: 1fr 1fr;
  }

  .hero-mini-grid img {
    max-height: 150px;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    right: 1rem;
    top: 70px;
    width: min(280px, 90vw);
    display: grid;
    gap: 0.6rem;
    background: linear-gradient(135deg, rgba(7, 11, 20, 0.98), rgba(13, 19, 34, 0.92));
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(50, 228, 255, 0.3);
    border-radius: 16px;
    padding: 1.2rem;
    transform: scale(0.96) translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow:
      0 20px 60px rgba(50, 228, 255, 0.15),
      inset 0 1px 1px rgba(50, 228, 255, 0.2);
  }

  .nav a {
    padding: 0.8rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(50, 228, 255, 0.2);
    text-align: center;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .nav a:hover {
    background: linear-gradient(135deg, rgba(50, 228, 255, 0.15), rgba(122, 60, 255, 0.1));
    border-color: var(--accent);
    box-shadow:
      0 0 15px rgba(50, 228, 255, 0.3),
      inset 0 0 10px rgba(50, 228, 255, 0.05);
  }

  .header.menu-open .nav {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
  }

  .cards-grid,
  .portfolio-grid,
  .pricing-grid,
  .maintenance-grid,
  .advantages-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4.4rem 0;
  }

  .section::before {
    opacity: 0.58;
    background: var(--section-pattern), var(--section-overlay);
  }

  .hero-title {
    align-items: flex-start;
  }

  .hero-mini-grid {
    grid-template-columns: 1fr;
  }

  .mobile-cta {
    display: block;
  }

  .back-to-top {
    bottom: 5.4rem;
  }
}

/* ===== Scroll Indicator ===== */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 100;
  pointer-events: none;
}

.scroll-progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
  transition: width 0.1s ease-out;
  box-shadow: 0 0 10px rgba(50, 228, 255, 0.5);
}

/* ===== Breadcrumbs Navigation ===== */
.breadcrumbs-nav {
  display: none;
  /* Caché - garder juste la barre de progression */
  position: sticky;
  top: 67px;
  background: linear-gradient(to bottom, rgba(7, 11, 20, 0.95), rgba(7, 11, 20, 0.8), transparent);
  border-bottom: 1px solid rgba(50, 228, 255, 0.1);
  padding: 0.75rem 0;
  z-index: 50;
  backdrop-filter: blur(8px);
  scrollbar-width: none;
}

.breadcrumbs-container {
  overflow-x: auto;
  scrollbar-width: none;
}

.breadcrumbs-container::-webkit-scrollbar {
  display: none;
}

.breadcrumbs {
  display: flex;
  gap: 0.5rem;
  padding-right: 1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(50, 228, 255, 0.2);
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb:hover {
  background: rgba(50, 228, 255, 0.1);
  border-color: var(--accent);
  color: var(--accent);
}

.breadcrumb.active {
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.2), rgba(122, 60, 255, 0.2));
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 0 12px rgba(50, 228, 255, 0.2);
}

.breadcrumb-icon {
  font-size: 1rem;
}

.breadcrumb-label {
  display: none;
}

@media (min-width: 640px) {
  .breadcrumb-label {
    display: inline;
  }
}

/* ===== Project CTA Card ===== */
.project-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.1), rgba(122, 60, 255, 0.1));
  border: 2px solid rgba(50, 228, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.project-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(47, 107, 255, 0.15), transparent 60%),
    radial-gradient(circle at 70% 50%, rgba(122, 60, 255, 0.15), transparent 60%);
  animation: glow-pulse 4s ease-in-out infinite;
  pointer-events: none;
}

.project-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.project-cta-icon {
  font-size: 3.5rem;
  animation: float 3s ease-in-out infinite;
}

.project-cta h3 {
  font-size: 1.5rem;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.project-cta p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 400px;
}

.project-cta-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
  margin: 1rem 0;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes glow-pulse {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .breadcrumbs-nav {
    top: 55px;
  }

  .project-cta {
    min-height: 280px;
  }

  .project-cta-content {
    padding: 1.5rem;
  }

  .project-cta h3 {
    font-size: 1.2rem;
  }

  .project-cta-icon {
    font-size: 2.5rem;
  }

  .project-cta-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}



.hero-mini-grid-a {
  perspective: 1200px;
}

.hero-mini-grid-a img {
  width: 100%;
  border-radius: 50%;
  border: 3px solid #0ff;
  box-shadow:
    inset 0 0 15px rgba(0, 255, 255, 0.2),
    0 0 12px #0ff,
    0 0 25px #0ff,
    0 0 50px #f0f,
    0 0 80px rgba(255, 0, 255, 0.3),
    0 0 120px rgba(0, 255, 255, 0.15);
  filter: contrast(120%) saturate(130%) brightness(105%) drop-shadow(0 0 15px #0ff);
  animation: holographicRotate 6s ease-in-out infinite;
  position: relative;
  transform-style: preserve-3d;
}

.hero-mini-grid-a img::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  border-top-color: #f0f;
  border-right-color: #0ff;
  animation: orbitalRing 8s linear infinite;
  pointer-events: none;
  opacity: 0.6;
}

@keyframes holographicRotate {
  0% {
    box-shadow:
      inset 0 0 15px rgba(0, 255, 255, 0.2),
      0 0 12px #0ff,
      0 0 25px #0ff,
      0 0 50px #f0f,
      0 0 80px rgba(255, 0, 255, 0.3),
      0 0 120px rgba(0, 255, 255, 0.15);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }

  25% {
    box-shadow:
      inset 0 0 18px rgba(0, 255, 255, 0.25),
      0 0 18px #f0f,
      0 0 40px #f0f,
      0 0 70px #0ff,
      0 0 100px rgba(0, 255, 255, 0.35),
      0 0 140px rgba(255, 0, 255, 0.2);
    transform: rotateX(5deg) rotateY(8deg) rotateZ(2deg);
  }

  50% {
    box-shadow:
      inset 0 0 18px rgba(255, 0, 255, 0.2),
      0 0 15px #f0f,
      0 0 35px #f0f,
      0 0 65px #0ff,
      0 0 95px rgba(0, 255, 255, 0.3),
      0 0 140px rgba(255, 0, 255, 0.15);
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(-5deg);
  }

  75% {
    box-shadow:
      inset 0 0 16px rgba(255, 0, 255, 0.22),
      0 0 16px #0ff,
      0 0 35px #0ff,
      0 0 75px #f0f,
      0 0 105px rgba(255, 0, 255, 0.3),
      0 0 150px rgba(0, 255, 255, 0.15);
    transform: rotateX(-4deg) rotateY(6deg) rotateZ(3deg);
  }

  100% {
    box-shadow:
      inset 0 0 15px rgba(0, 255, 255, 0.2),
      0 0 12px #0ff,
      0 0 25px #0ff,
      0 0 50px #f0f,
      0 0 80px rgba(255, 0, 255, 0.3),
      0 0 120px rgba(0, 255, 255, 0.15);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}

@keyframes orbitalRing {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}




.hero-mini-grid img {
  width: 100%;
  border: 2px solid #39ff14;
  border-radius: 8px;
  box-shadow:
    inset 0 0 12px rgba(57, 255, 20, 0.25),
    0 0 10px #39ff14,
    0 0 25px #39ff14,
    0 0 45px #ff00de,
    0 0 70px rgba(255, 0, 222, 0.25),
    0 0 100px rgba(57, 255, 20, 0.12);
  filter: brightness(110%) contrast(120%) saturate(140%);
  animation: glitchShiftCyberpunk 0.6s ease-in-out infinite, neonPulse 3s ease-in-out infinite;
  max-height: 500px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, transparent 30%, rgba(57, 255, 20, 0.05) 50%, transparent 70%);
  background-size: 200% 200%;
}

.hero-mini-grid img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg,
      rgba(255, 0, 222, 0.08),
      rgba(255, 0, 222, 0.08) 1px,
      transparent 1px,
      transparent 2px);
  pointer-events: none;
  animation: scanlines 0.25s linear infinite;
  opacity: 0.7;
}

@keyframes glitchShiftCyberpunk {
  0% {
    transform: translate(0, 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  20% {
    transform: translate(-2px, 2px);
    clip-path: polygon(0 0, 100% 1%, 100% 99%, 0 100%);
  }

  40% {
    transform: translate(2px, -1px);
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 98%);
  }

  60% {
    transform: translate(-1px, 1px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  80% {
    transform: translate(1px, -2px);
    clip-path: polygon(0 1%, 100% 0, 100% 99%, 0 100%);
  }

  100% {
    transform: translate(0, 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes neonPulse {
  0% {
    box-shadow:
      inset 0 0 20px rgba(57, 255, 20, 0.4),
      0 0 15px #39ff14,
      0 0 35px #39ff14,
      0 0 65px #ff00de,
      0 0 100px rgba(255, 0, 222, 0.4),
      0 0 150px rgba(57, 255, 20, 0.2);
  }

  50% {
    box-shadow:
      inset 0 0 25px rgba(255, 0, 222, 0.5),
      0 0 25px #ff00de,
      0 0 50px #ff00de,
      0 0 90px #39ff14,
      0 0 130px rgba(57, 255, 20, 0.5),
      0 0 180px rgba(255, 0, 222, 0.3);
  }

  100% {
    box-shadow:
      inset 0 0 20px rgba(57, 255, 20, 0.4),
      0 0 15px #39ff14,
      0 0 35px #39ff14,
      0 0 65px #ff00de,
      0 0 100px rgba(255, 0, 222, 0.4),
      0 0 150px rgba(57, 255, 20, 0.2);
  }
}

@keyframes scanlines {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

/* ===== MODALS: CONTACT STRATEGY ===== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}

.modal.is-open {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.modal-content {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, rgba(7, 11, 20, 0.95), rgba(13, 19, 34, 0.9));
  border: 1.5px solid rgba(50, 228, 255, 0.3);
  border-radius: 20px;
  max-width: 480px;
  width: min(90vw, 480px);
  max-height: 80vh;
  overflow-y: auto;
  box-shadow:
    0 20px 60px rgba(50, 228, 255, 0.2),
    inset 0 1px 1px rgba(50, 228, 255, 0.1);
  animation: modalSlideIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(50, 228, 255, 0.2);
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: var(--text);
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}

.modal-close:hover {
  background: rgba(50, 228, 255, 0.15);
  border-color: var(--accent);
  color: var(--accent);
  transform: rotate(90deg);
}

.modal-header {
  padding: 2rem 1.8rem 1rem;
  border-bottom: 1px solid rgba(50, 228, 255, 0.1);
}

.modal-badge {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background: rgba(50, 228, 255, 0.15);
  border: 1px solid rgba(50, 228, 255, 0.3);
  border-radius: 6px;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.modal-header h2 {
  font-size: 1.6rem;
  margin: 0;
  color: #fff;
  line-height: 1.3;
}

.modal-subtitle {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0.5rem 0 0;
}

.modal-body {
  padding: 1.5rem 1.8rem;
}

.modal-body p {
  color: var(--muted);
  margin: 0 0 1rem;
  line-height: 1.6;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-highlight {
  padding: 0.8rem 1rem;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.1), rgba(122, 60, 255, 0.05));
  border-left: 3px solid var(--accent);
  border-radius: 6px;
  margin: 1rem 0;
}

.offer-list {
  margin: 1rem 0;
  padding-left: 1.4rem;
  list-style-position: inside;
  color: var(--muted);
}

.offer-list li {
  margin: 0.5rem 0;
  color: var(--text);
  font-weight: 500;
}

.offer-list li::marker {
  color: var(--accent);
  font-weight: 700;
}

.offer-text {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  margin: 1.2rem 0 0 !important;
}

.modal-footer {
  padding: 1.5rem 1.8rem;
  border-top: 1px solid rgba(50, 228, 255, 0.1);
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
}

.modal-footer .btn {
  font-weight: 700;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  width: 100%;
}

.modal-footer .btn-primary {
  background: linear-gradient(120deg, #1e5df4, #2a8dff);
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.3);
}

.modal-footer .btn-primary:hover {
  box-shadow: 0 12px 30px rgba(47, 107, 255, 0.45);
}

.modal-footer .btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(50, 228, 255, 0.2);
  color: var(--muted);
  transition: all 0.3s ease;
}

.modal-footer .btn-ghost:hover {
  background: rgba(50, 228, 255, 0.08);
  border-color: var(--accent);
  color: var(--accent);
}

/* ===== MODAL ANIMATIONS ===== */
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(30px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ===== HERO MINI GRID RESPONSIVE - AUTHOR IMAGE ===== */
/* Mobile Optimization - Android & Small Phones */
@media (max-width: 480px) {
  .hero-mini-grid-a img {
    max-width: 180px;
    height: auto;
    margin: 0 auto;
  }
}

/* Mobile Optimization - Larger Phones */
@media (min-width: 481px) and (max-width: 640px) {
  .hero-mini-grid-a img {
    max-width: 220px;
    height: auto;
    margin: 0 auto;
  }
}

/* Tablet Optimization */
@media (min-width: 641px) and (max-width: 1024px) {
  .hero-mini-grid-a img {
    max-width: 320px;
    height: auto;
  }
}

/* Large Screens Optimization */
@media (min-width: 1025px) {
  .hero-mini-grid-a img {
    max-width: 400px;
    height: auto;
  }
}

/* ===== AUTHOR BIO SECTION ===== */
.author-bio-card {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--glass-border);
}

.author-bio-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-bio-image img {
  width: 100%;
  max-width: 350px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  box-shadow: 0 0 30px rgba(47, 107, 255, 0.3);
}

.author-bio-content h2 {
  font-size: 1.1rem;
  color: var(--accent);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.author-name {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.author-title {
  font-size: 1.1rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.author-bio-text {
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: var(--text);
}

.author-stats {
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
}

.author-stats .stat {
  text-align: center;
}

.author-stats .stat-number {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.author-stats .stat-label {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
}

.author-links {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.author-links .btn {
  padding: 0.9rem 2rem;
  font-size: 0.95rem;
}

/* ===== FACEBOOK SERVICES SECTION ===== */
.facebook-services {
  --line-glow: rgba(59, 89, 152, 0.2);
  --line-soft: rgba(59, 89, 152, 0.05);
  --section-pattern: repeating-linear-gradient(96deg,
      transparent 0 28px,
      rgba(59, 89, 152, 0.05) 28px 29px);
}

.facebook-services .section-heading h2 {
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.package-card {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.package-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(50, 228, 255, 0.05), rgba(122, 60, 255, 0.02));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.package-card:hover {
  transform: translateY(-8px);
  border-color: rgba(50, 228, 255, 0.6);
}

.package-card:hover::before {
  opacity: 1;
}

.package-card.glass {
  border: 1px solid rgba(59, 89, 152, 0.3);
}

.package-header {
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(50, 228, 255, 0.2);
}

.package-header.featured {
  background: linear-gradient(135deg, rgba(59, 89, 152, 0.15), rgba(47, 107, 255, 0.1));
  padding: 1.2rem;
  margin: -1.5rem -1.5rem 1.2rem -1.5rem;
  border-radius: 16px 16px 0 0;
  border-bottom: 2px solid var(--accent);
}

.package-header h3 {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
  color: #fff;
}

.package-price {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}

.package-features {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.package-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  margin-bottom: 1rem;
}

.package-features li {
  padding: 0.5rem 0;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.package-description {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 1rem 0 0.6rem;
  font-weight: 500;
}

.package-note {
  color: rgba(50, 228, 255, 0.7);
  font-size: 0.85rem;
  margin: 0;
}

.facebook-important {
  margin: 3rem 0 2rem;
}

.important-box {
  padding: 2rem;
  border-left: 4px solid var(--accent);
}

.important-box h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: var(--accent);
}

.important-box p {
  color: var(--text);
  margin: 0.6rem 0;
  line-height: 1.6;
}

.example-box {
  background: rgba(50, 228, 255, 0.08);
  padding: 1.2rem;
  border-radius: 10px;
  margin-top: 1rem;
  border: 1px solid rgba(50, 228, 255, 0.2);
}

.example-box p {
  margin: 0.5rem 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.example-box p strong {
  color: var(--text);
}

.facebook-contact {
  margin-top: 2.5rem;
}

.contact-box {
  padding: 2rem;
  background: linear-gradient(135deg, rgba(59, 89, 152, 0.1), rgba(47, 107, 255, 0.08));
  border: 1px solid rgba(50, 228, 255, 0.3);
}

.contact-box h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: var(--accent);
}

.contact-box p {
  color: var(--text);
  margin: 0.8rem 0;
  line-height: 1.6;
}

.contact-list {
  margin: 1rem 0 1.5rem;
  padding-left: 1.8rem;
  list-style-position: inside;
}

.contact-list li {
  color: var(--muted);
  margin: 0.5rem 0;
  line-height: 1.5;
}

.contact-cta {
  margin-top: 1.5rem;
  text-align: center;
}

.contact-cta .btn-primary {
  display: inline-flex;
  padding: 1rem 1.8rem;
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
  }

  .package-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .packages-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .package-header.featured {
    margin: -1.5rem -1.5rem 1rem -1.5rem;
  }

  .important-box,
  .contact-box {
    padding: 1.5rem;
  }

  .package-features li {
    font-size: 0.9rem;
  }

  .package-price {
    font-size: 1.8rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .author-bio-card {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.5rem;
  }

  .author-bio-image img {
    max-width: 280px;
  }

  .author-name {
    font-size: 1.8rem;
  }

  .author-stats {
    gap: 1rem;
  }

  .author-stats .stat-number {
    font-size: 1.5rem;
  }

  .author-links {
    flex-direction: column;
  }

  .author-links .btn {
    width: 100%;
    text-align: center;
  }
}

/* Extra Large Screens */
@media (min-width: 1440px) {
  .hero-mini-grid-a img {
    max-width: 480px;
    height: auto;
  }
}

/* ===== MOBILE RESPONSIVE MODALS ===== */
@media (max-width: 640px) {
  .modal-content {
    max-width: calc(100vw - 2rem);
    border-radius: 16px;
  }

  .modal-header {
    padding: 1.5rem 1.2rem 0.8rem;
  }

  .modal-header h2 {
    font-size: 1.3rem;
  }

  .modal-body,
  .modal-footer {
    padding: 1rem 1.2rem;
  }

  .modal-footer {
    flex-direction: column;
    gap: 0.6rem;
  }

  .modal-footer .btn {
    padding: 0.8rem;
  }
}

/* ===== LANGUAGE SELECTOR ===== */
.language-selector {
  display: flex;
  gap: 0.5rem;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(50, 228, 255, 0.2);
}

.lang-btn {
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(50, 228, 255, 0.2);
  border-radius: 6px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lang-btn:hover {
  background: rgba(50, 228, 255, 0.1);
  border-color: var(--accent);
  color: var(--accent);
}

.lang-btn.active {
  background: linear-gradient(135deg, rgba(50, 228, 255, 0.15), rgba(122, 60, 255, 0.1));
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 0 12px rgba(50, 228, 255, 0.3);
}

@media (max-width: 760px) {
  .language-selector {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 0.5rem;
  }

  .lang-btn {
    flex: 1;
  }
}

/* ===== BLOG STYLES ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.blog-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(50, 228, 255, 0.5);
  box-shadow: 0 12px 40px rgba(50, 228, 255, 0.2);
}

.blog-card-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.08);
}

.blog-category {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.35rem 0.7rem;
  background: rgba(50, 228, 255, 0.15);
  border: 1px solid rgba(50, 228, 255, 0.3);
  border-radius: 4px;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.blog-card-content {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
}

.blog-card-content h2 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  line-height: 1.4;
}

.blog-card-content p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 1rem;
  flex-grow: 1;
  line-height: 1.5;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}

.blog-meta .dot {
  opacity: 0.5;
}

.btn-link {
  display: inline-flex;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.9rem;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.btn-link:hover {
  border-color: var(--accent);
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BLOG ARTICLE PAGE ===== */
.blog-article-container {
  max-width: 800px;
  margin: 0 auto;
}

.article-header {
  margin-bottom: 2rem;
}

.article-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}

.article-meta .category {
  padding: 0.35rem 0.7rem;
  background: rgba(50, 228, 255, 0.15);
  border: 1px solid rgba(50, 228, 255, 0.3);
  border-radius: 4px;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.article-meta .date {
  color: var(--muted);
  font-size: 0.85rem;
}

.article-header h1 {
  font-size: 2.2rem;
  margin: 1rem 0;
  line-height: 1.3;
}

.article-excerpt {
  color: var(--muted);
  font-size: 1.1rem;
  margin: 1rem 0;
  line-height: 1.6;
}

.article-hero-image {
  width: 100%;
  height: auto;
  margin: 2rem 0;
  border-radius: 12px;
  max-height: 400px;
  object-fit: cover;
}

.article-body {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text);
}

.article-body h2 {
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
  color: #fff;
}

.article-body h3 {
  font-size: 1.3rem;
  margin: 1.5rem 0 0.8rem;
  color: var(--accent);
}

.article-body p {
  margin: 0 0 1.2rem;
}

.article-body ul,
.article-body ol {
  margin: 1rem 0;
  padding-left: 2rem;
}

.article-body li {
  margin: 0.5rem 0;
  color: var(--muted);
}

.article-body ul li {
  list-style: disc;
}

.article-body ol li {
  list-style: decimal;
}

.article-body strong {
  color: #fff;
  font-weight: 700;
}

.article-cta {
  margin: 2.5rem 0;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.1), rgba(122, 60, 255, 0.1));
  border: 1px solid rgba(50, 228, 255, 0.2);
  border-radius: var(--radius);
  text-align: center;
}

.article-cta h3 {
  margin-top: 0;
  color: #fff;
}

.article-cta p {
  color: var(--muted);
  margin: 0.8rem 0;
}

.article-footer {
  padding: 1.5rem 0;
  margin-top: 2rem;
  border-top: 1px solid rgba(50, 228, 255, 0.1);
  border-bottom: 1px solid rgba(50, 228, 255, 0.1);
}

/* ===== Project Image Links ===== */
.project-image-link {
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.project-image-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50, 228, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.project-image-link:hover::after {
  opacity: 1;
}

.project-image-link:hover img {
  transform: scale(1.05);
}

.project-image-link img {
  transition: transform 0.3s ease;
}

.article-footer p {
  margin: 0.4rem 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.related-articles {
  margin-top: 2rem;
  padding: 2rem 0;
}

.related-articles h2 {
  margin-bottom: 1.5rem;
}

.cta-section {
  padding: 2rem 0;
}

.cta-box {
  padding: 2rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.15), rgba(122, 60, 255, 0.1));
  border: 1px solid rgba(50, 228, 255, 0.2);
  border-radius: var(--radius);
}

.cta-box h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.cta-box p {
  color: var(--muted);
  margin-bottom: 1.5rem;
}

/* ===== CHAT WIDGET ===== */
#chatWidget {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 360px;
  max-height: 500px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(7, 11, 20, 0.95), rgba(13, 19, 34, 0.9));
  border: 1px solid rgba(50, 228, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(50, 228, 255, 0.15);
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  pointer-events: none;
  transition: all 0.3s ease;
}

#chatWidget.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid rgba(50, 228, 255, 0.1);
}

.chat-header h3 {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}

.chat-close {
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.chat-close:hover {
  color: var(--accent);
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.chat-message {
  display: flex;
  gap: 0.5rem;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-message.bot {
  justify-content: flex-start;
}

.chat-message.user {
  justify-content: flex-end;
}

.chat-bubble {
  max-width: 80%;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.chat-message.bot .chat-bubble {
  background: rgba(50, 228, 255, 0.15);
  border: 1px solid rgba(50, 228, 255, 0.2);
  color: var(--text);
}

.chat-message.user .chat-bubble {
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.2), rgba(122, 60, 255, 0.15));
  border: 1px solid rgba(50, 228, 255, 0.3);
  color: #fff;
}

.chat-input-box {
  display: flex;
  gap: 0.6rem;
  padding: 1rem;
  border-top: 1px solid rgba(50, 228, 255, 0.1);
}

.chat-input {
  flex: 1;
  padding: 0.6rem 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(50, 228, 255, 0.2);
  border-radius: 6px;
  color: var(--text);
  font-family: inherit;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.chat-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--accent);
  box-shadow: 0 0 12px rgba(50, 228, 255, 0.2);
}

.chat-send {
  padding: 0.6rem 0.8rem;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.5), rgba(122, 60, 255, 0.5));
  border: 1px solid rgba(50, 228, 255, 0.3);
  border-radius: 6px;
  color: var(--accent);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
}

.chat-send:hover {
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.7), rgba(122, 60, 255, 0.7));
  border-color: var(--accent);
  box-shadow: 0 0 12px rgba(50, 228, 255, 0.3);
}

.chat-toggle-btn {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border: 1px solid rgba(50, 228, 255, 0.3);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 8px 25px rgba(47, 107, 255, 0.4);
  transition: all 0.3s ease;
  z-index: 98;
}

.chat-toggle-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(47, 107, 255, 0.5);
}

.chat-toggle-btn.hide {
  display: none;
}

@media (max-width: 640px) {
  #chatWidget {
    width: calc(100vw - 2rem);
    max-height: 60vh;
    right: 1rem;
    bottom: 70px;
  }

  .chat-toggle-btn {
    bottom: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
  }
}

/* ============================================
   COMMENTAIRES SYSTÈME
   ============================================ */

.comments-section {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid var(--glass-border);
}

.comments-title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
}

.comment-form {
  margin-bottom: 3rem;
}

.comment-form-group {
  margin-bottom: 1.5rem;
}

.comment-form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--text);
  font-size: 0.95rem;
}

.comment-form-group textarea {
  width: 100%;
  min-height: 120px;
  padding: 1rem;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  resize: vertical;
  transition: all 0.3s ease;
}

.comment-form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 15px rgba(47, 107, 255, 0.2);
}

.comment-form-group textarea::placeholder {
  color: var(--muted);
}

.comment-form-group .char-count {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

.btn-submit-comment {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  border: none;
  padding: 0.9rem 2rem;
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(47, 107, 255, 0.3);
}

.btn-submit-comment:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(47, 107, 255, 0.4);
}

.btn-submit-comment:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.comments-list {
  margin-top: 2rem;
}

.no-comments {
  text-align: center;
  color: var(--muted);
  padding: 2rem;
  font-style: italic;
}

.comment-item {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.comment-author {
  font-weight: 600;
  color: var(--primary);
  font-size: 1rem;
}

.comment-date {
  font-size: 0.85rem;
  color: var(--muted);
}

.comment-content {
  line-height: 1.6;
  color: var(--text);
}

.comment-content p {
  margin: 0;
  word-wrap: break-word;
}

/* RESPONSIF COMMENTAIRES */
@media (max-width: 768px) {
  .comments-section {
    margin-top: 2.5rem;
    padding-top: 2rem;
  }

  .comments-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .comment-form-group textarea {
    min-height: 100px;
    font-size: 16px;
    /* Prévient le zoom sur mobile */
  }

  .comment-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-submit-comment {
    width: 100%;
  }
}