/* ══════════════════════════════════════════════
   THEME — VISIBLE DARK BLUE (proper dark mode)
   Base #1F2D45 / Alt #273858 / Cards visible
   ══════════════════════════════════════════════ */
:root {
  --color-dark:      #1F2D45;
  --color-dark-2:    #273858;
  --color-bg-alt:    #243450;
  --color-bg-card:   rgba(255,255,255,0.11);
  --color-border:    rgba(255,255,255,0.15);
  --color-text:      rgba(255,255,255,0.93);
  --color-muted:     rgba(255,255,255,0.65);
}

html, body { background-color: #1F2D45 !important; }

/* Hero — gradient starts dark at top then blends down */
.hero {
  background:
    radial-gradient(ellipse 90% 70% at 70%  0%,  rgba(123,40,130,0.35) 0%, transparent 55%),
    radial-gradient(ellipse 55% 55% at  5% 90%,  rgba(232,146,26,0.18) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 90% 60%,  rgba(196,30,106,0.12) 0%, transparent 50%),
    linear-gradient(160deg, #18243A 0%, #1F2D45 40%, #243454 100%) !important;
}

/* Section alternating — clearly different shades */
section:nth-child(odd)  { background-color: #1F2D45 !important; }
section:nth-child(even) { background-color: #273858 !important; }

/* Cards */
.service-card,
.why-card,
.case-card,
.testimonial-card,
.expertise-category,
.brique-card {
  background: rgba(255,255,255,0.10) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
}
.service-card:hover,
.case-card:hover { background: rgba(255,255,255,0.16) !important; }

/* Stats bar */
.stats-bar { background: #273858 !important; border-top: 1px solid rgba(255,255,255,0.10); border-bottom: 1px solid rgba(255,255,255,0.10); }

/* Partner bar */
.partners-section { background: #273858 !important; }
.partner-item { background: rgba(255,255,255,0.09) !important; color: rgba(255,255,255,0.58) !important; }

/* Section headers */
.section-subtitle { color: rgba(255,255,255,0.70) !important; }
p { color: rgba(255,255,255,0.82); }

/* Footer */
.site-footer { background: #141E30 !important; }
.footer-bottom { background: #0F1826 !important; }

/* Why-us section */
.why-card .icon-wrap { background: linear-gradient(135deg, rgba(232,146,26,0.24), rgba(196,30,106,0.24)) !important; }

/* Gradient CTA sections */
.lead-form-section { background: linear-gradient(135deg, rgba(232,146,26,0.12), rgba(196,30,106,0.12)) !important; border: 1px solid rgba(232,146,26,0.25) !important; }
.addons-banner { background: linear-gradient(135deg, #1E3D1A 0%, #2E5224 100%) !important; }

/* Urgency box */
.urgence-box { background: linear-gradient(135deg, rgba(196,30,106,0.20), rgba(123,40,130,0.20)) !important; border-color: rgba(196,30,106,0.40) !important; }

/* ══════════════════════════════════════════════
   HEADER — TRANSPARENT → SOLID ON SCROLL
   ══════════════════════════════════════════════ */

/* FAQ — make VERY visible */
.faq-list { display: flex !important; flex-direction: column; gap: 10px; max-width: 860px; margin: 0 auto; }
.faq-item {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 14px !important;
  overflow: hidden;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.faq-question {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 28px !important;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  color: #fff !important;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.faq-question:hover { background: rgba(255,255,255,0.03); }
.faq-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.08) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--color-orange) !important;
  font-size: 1.2rem;
  font-weight: 300;
  transition: all 0.3s;
}
.faq-item.active .faq-icon { background: var(--color-orange) !important; color: #fff !important; transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-item.active .faq-answer { max-height: 500px; }
.faq-answer-inner { padding: 0 28px 22px; color: rgba(255,255,255,0.7); font-size: 0.925rem; line-height: 1.75; }

/* ================================================
   MyWebShop — Mobile-First Overrides & Lead Gen
   All base styles = mobile. Desktop = min-width.
   ================================================ */

/* ── RESET & BASE (mobile) ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--font-primary); background: var(--color-dark); color: #fff; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-orange); text-decoration: none; }

/* ── CONTAINER (mobile-first) ── */
.container { width: 100%; padding: 0 20px; margin: 0 auto; }
@media (min-width: 640px)  { .container { padding: 0 32px; } }
@media (min-width: 1024px) { .container { max-width: 1200px; padding: 0 40px; } }
@media (min-width: 1280px) { .container { padding: 0 60px; } }

/* ── TYPOGRAPHY (mobile-first) ── */
h1 { font-size: clamp(1.75rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.4rem, 4vw, 2.5rem); font-weight: 700; line-height: 1.2; }
h3 { font-size: clamp(1.1rem, 3vw, 1.5rem); font-weight: 600; }
p  { font-size: 1rem; line-height: 1.7; color: rgba(255,255,255,0.8); }

/* ── SECTION SPACING (mobile) ── */
.section { padding: 60px 0; }
@media (min-width: 768px)  { .section { padding: 80px 0; } }
@media (min-width: 1024px) { .section { padding: 100px 0; } }

/* ── GRID (mobile-first) ── */
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 20px; }
.grid-4 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (min-width: 640px)  { .grid-2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px)  { .grid-3 { grid-template-columns: 1fr 1fr; } .grid-4 { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3,1fr); } .grid-4 { grid-template-columns: repeat(4,1fr); } }

/* ── BUTTONS (mobile-first, large touch targets) ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 28px; border-radius: 50px; font-weight: 700; font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1); cursor: pointer; border: none;
  min-height: 52px; text-align: center; white-space: nowrap;
}
.btn-primary   { background: var(--color-orange); color: #fff; }
.btn-primary:hover { background: #d07c15; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,146,26,0.4); color: #fff; }
.btn-secondary { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.3); }
.btn-secondary:hover { border-color: var(--color-orange); color: var(--color-orange); }
.btn-gradient  { background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); color: #fff; }
.btn-gradient:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(196,30,106,0.4); color: #fff; }
.btn-green     { background: var(--color-green-dark); color: #fff; }
.btn-green:hover { background: var(--color-green-mid); color: #fff; }
.btn-lg { padding: 20px 40px; font-size: 1.1rem; min-height: 60px; }
.btn-sm { padding: 10px 20px; font-size: 0.875rem; min-height: 40px; }
.btn-full { width: 100%; }
@media (min-width: 640px) { .btn-full { width: auto; } }

/* ── HEADER — mobile first ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 14px 0; transition: all 0.3s ease;
  background: rgba(15,17,23,0.95); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.site-header.scrolled { padding: 8px 0; box-shadow: 0 4px 30px rgba(0,0,0,0.4); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.site-logo img { height: 36px; width: auto; }
@media (min-width: 768px) { .site-logo img { height: 44px; } }

/* Nav — hidden on mobile, hamburger toggle */
.primary-nav { display: none; }
.nav-cta      { display: none; }
@media (min-width: 1024px) {
  .primary-nav { display: flex; align-items: center; gap: 4px; list-style: none; }
  .nav-cta     { display: inline-flex; }
  .hamburger   { display: none; }
}
.nav-item a { padding: 8px 14px; border-radius: 8px; font-weight: 500; font-size: 0.9rem; color: rgba(255,255,255,0.8); transition: all 0.2s; }
.nav-item a:hover { color: #fff; background: rgba(255,255,255,0.06); }
.nav-item.active a { color: var(--color-orange); }

/* Hamburger */
.hamburger { background: none; border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; padding: 8px; cursor: pointer; color: #fff; display: flex; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav drawer */
.mobile-nav {
  display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(15,17,23,0.98); z-index: 999; padding: 80px 32px 40px;
  flex-direction: column; gap: 8px; overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 1.3rem; font-weight: 700; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.06); color: #fff; display: flex; justify-content: space-between; align-items: center; }
.mobile-nav .mobile-nav-cta { margin-top: 32px; }
.mobile-nav .mobile-nav-cta .btn { width: 100%; justify-content: center; margin-bottom: 12px; }

/* ── HERO (mobile-first) ── */
.hero {
  min-height: 100svh; display: flex; align-items: center; padding: 100px 0 60px;
  background: var(--color-dark); position: relative; overflow: hidden;
}
.hero-bg-gradient {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 50% at 50% -10%, rgba(232,146,26,0.12) 0%, transparent 60%),
              radial-gradient(ellipse 50% 40% at 90% 80%, rgba(123,40,130,0.1) 0%, transparent 50%);
}
.hero-content { position: relative; z-index: 1; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,146,26,0.12); border: 1px solid rgba(232,146,26,0.3); border-radius: 50px; padding: 8px 20px; font-size: 0.8rem; font-weight: 600; color: var(--color-orange); margin-bottom: 24px; text-transform: uppercase; letter-spacing: 1px; }
.hero h1 { margin-bottom: 20px; }
.hero h1 span { background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.7); margin-bottom: 12px; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-desc { font-size: 0.9rem; color: rgba(255,255,255,0.5); margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; }
.hero-ctas { display: flex; flex-direction: column; gap: 12px; align-items: center; margin-bottom: 40px; }
@media (min-width: 480px) { .hero-ctas { flex-direction: row; justify-content: center; } }
.hero-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.trust-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 50px; padding: 6px 14px; }
.trust-badge svg { color: var(--color-orange); flex-shrink: 0; }

@media (min-width: 1024px) {
  .hero { padding: 120px 0 80px; }
  .hero-content { text-align: left; }
  .hero-ctas { justify-content: flex-start; }
  .hero-trust { justify-content: flex-start; }
  .hero-sub, .hero-desc { margin-left: 0; margin-right: 0; }
  .hero-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
}

/* ── STATS BAR (mobile) ── */
.stats-bar { background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 40px 0; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; text-align: center; }
@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(4,1fr); } }
.stat-number { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 900; background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 6px; }
.stat-label  { font-size: 0.82rem; color: rgba(255,255,255,0.5); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }

/* ── SERVICE CARDS (mobile-first) ── */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px)  { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(3,1fr); gap: 24px; } }
.service-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 28px 24px; transition: all 0.3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--color-orange), var(--color-pink)); opacity: 0; transition: opacity 0.3s; }
.service-card:hover { border-color: rgba(232,146,26,0.3); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 48px; height: 48px; background: rgba(232,146,26,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--color-orange); }
.service-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: #fff; }
.service-card p  { font-size: 0.875rem; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 16px; }
.service-link { font-size: 0.85rem; font-weight: 600; color: var(--color-orange); display: inline-flex; align-items: center; gap: 4px; }

/* ── WHY US (mobile-first) ── */
.why-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px)  { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .why-grid { grid-template-columns: repeat(3,1fr); } }
.why-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 32px 24px; text-align: center; }
.why-card .icon-wrap { width: 64px; height: 64px; background: linear-gradient(135deg, rgba(232,146,26,0.15), rgba(196,30,106,0.15)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--color-orange); }

/* ── CASE STUDY CARDS ── */
.case-cards { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px)  { .case-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .case-cards { grid-template-columns: repeat(3,1fr); } }
.case-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 28px 24px; }
.case-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.tag { font-size: 0.7rem; font-weight: 700; padding: 3px 10px; border-radius: 50px; background: rgba(232,146,26,0.1); color: var(--color-orange); text-transform: uppercase; letter-spacing: 0.5px; border: 1px solid rgba(232,146,26,0.2); }
.case-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: #fff; }

/* ── TESTIMONIALS (mobile) ── */
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px)  { .testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .testimonials-grid { grid-template-columns: repeat(3,1fr); } }
.testimonial-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 28px 24px; }
.stars { color: #F59E0B; font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-text { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.75); margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1rem; flex-shrink: 0; }
.author-name { font-weight: 700; font-size: 0.9rem; }
.author-company { font-size: 0.78rem; color: rgba(255,255,255,0.4); }

/* ── PARTNERS MARQUEE (mobile) ── */
.partners-section { padding: 48px 0; overflow: hidden; }
.partner-item { height: 40px; display: flex; align-items: center; justify-content: center; padding: 0 28px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; white-space: nowrap; font-size: 0.82rem; font-weight: 700; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s; cursor: default; }
.partner-item:hover { color: var(--color-orange); border-color: rgba(232,146,26,0.3); background: rgba(232,146,26,0.06); }

/* ── FAQ ACCORDION (mobile) ── */
.faq-list { display: flex; flex-direction: column; gap: 8px; max-width: 800px; margin: 0 auto; }
.faq-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; overflow: hidden; }
.faq-question { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; cursor: pointer; font-weight: 600; font-size: 0.95rem; color: #fff; -webkit-tap-highlight-color: transparent; }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s; color: var(--color-orange); }
.faq-item.open .faq-icon { background: var(--color-orange); color: #fff; transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer-inner { padding: 0 24px 20px; font-size: 0.9rem; color: rgba(255,255,255,0.65); line-height: 1.7; }
.faq-item.open .faq-answer { max-height: 400px; }

/* ── FORMS (mobile-first, lead gen) ── */
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.form-label { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.8); }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 14px 18px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; color: #fff;
  font-size: 1rem; font-family: var(--font-primary); transition: border-color 0.2s;
  -webkit-appearance: none; appearance: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--color-orange); background: rgba(232,146,26,0.05); }
.form-textarea { min-height: 120px; resize: vertical; }
.form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23E8921A' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; gap: 16px; } }
.form-submit { width: 100%; }
.form-note { font-size: 0.78rem; color: rgba(255,255,255,0.35); text-align: center; margin-top: 12px; }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(255,255,255,0.3); }

/* ── FOOTER (mobile) ── */
.site-footer { background: #0A0C12; border-top: 1px solid rgba(255,255,255,0.06); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; padding-bottom: 48px; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; } }
.footer-brand p { font-size: 0.875rem; color: rgba(255,255,255,0.45); line-height: 1.7; margin: 16px 0 24px; }
.footer-col h4 { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.35); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 0.875rem; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col a:hover { color: var(--color-orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 0; display: flex; flex-direction: column; gap: 12px; align-items: center; text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.3); }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; } }
.social-links { display: flex; gap: 12px; }
.social-link { width: 38px; height: 38px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); transition: all 0.2s; font-size: 0.8rem; font-weight: 700; }
.social-link:hover { background: var(--color-orange); border-color: var(--color-orange); color: #fff; }

/* ── LANGUAGE SWITCHER ── */
.lang-switcher { display: flex; gap: 4px; align-items: center; }
.lang-switcher a { padding: 4px 10px; border-radius: 6px; font-size: 0.78rem; font-weight: 700; color: rgba(255,255,255,0.4); border: 1px solid transparent; text-transform: uppercase; transition: all 0.2s; }
.lang-switcher a:hover, .lang-switcher a.current-lang { color: var(--color-orange); border-color: rgba(232,146,26,0.3); background: rgba(232,146,26,0.08); }

/* ── SECTION HEADER ── */
.section-eyebrow { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--color-orange); margin-bottom: 12px; display: block; }
.section-title { margin-bottom: 16px; }
.section-subtitle { font-size: 1rem; color: rgba(255,255,255,0.55); max-width: 580px; line-height: 1.7; }
.section-header { margin-bottom: 48px; }
.section-header.center { text-align: center; }
.section-header.center .section-subtitle { margin-left: auto; margin-right: auto; }
@media (min-width: 768px) { .section-header { margin-bottom: 60px; } }

/* ══════════════════════════════════════════════════
   LEAD GENERATION COMPONENTS
   ══════════════════════════════════════════════════ */

/* ── STICKY TOP BAR (urgency) ── */
.sticky-topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1100;
  background: linear-gradient(135deg, var(--color-orange), var(--color-pink));
  padding: 10px 20px; text-align: center; font-size: 0.82rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  transform: translateY(0); transition: transform 0.3s;
}
.sticky-topbar.hidden { transform: translateY(-100%); }
.sticky-topbar a { color: #fff; text-decoration: underline; }
.topbar-close { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); background: none; border: none; color: #fff; cursor: pointer; font-size: 1.1rem; opacity: 0.7; padding: 4px; }
.topbar-close:hover { opacity: 1; }
/* Push header down when topbar visible */
.site-header { top: 40px; transition: top 0.3s, padding 0.3s; }
.site-header.no-topbar { top: 0; }
body.topbar-visible { padding-top: 40px; }

/* ── EXIT INTENT POPUP ── */
.exit-popup-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 9999;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; pointer-events: none; transition: opacity 0.4s;
  backdrop-filter: blur(6px);
}
.exit-popup-overlay.active { opacity: 1; pointer-events: all; }
.exit-popup {
  background: var(--color-dark-2, #1A1D27); border-radius: 20px; padding: 40px 32px;
  max-width: 500px; width: 100%; position: relative; text-align: center;
  border: 1px solid rgba(232,146,26,0.3);
  box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 0 0 1px rgba(232,146,26,0.1);
}
.exit-popup-badge { display: inline-block; background: rgba(232,146,26,0.1); border: 1px solid rgba(232,146,26,0.3); color: var(--color-orange); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 6px 16px; border-radius: 50px; margin-bottom: 20px; }
.exit-popup h2 { font-size: 1.5rem; margin-bottom: 12px; }
.exit-popup p  { color: rgba(255,255,255,0.6); margin-bottom: 24px; font-size: 0.9rem; }
.exit-popup-close { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,0.08); border: none; color: rgba(255,255,255,0.5); border-radius: 50%; width: 32px; height: 32px; cursor: pointer; font-size: 1.1rem; transition: all 0.2s; display: flex; align-items: center; justify-content: center; }
.exit-popup-close:hover { background: rgba(255,255,255,0.15); color: #fff; }
.popup-form { display: flex; flex-direction: column; gap: 12px; }
.popup-skip { font-size: 0.78rem; color: rgba(255,255,255,0.3); cursor: pointer; margin-top: 12px; display: block; }
.popup-skip:hover { color: rgba(255,255,255,0.6); }

/* ── INLINE LEAD FORM (homepage) ── */
.lead-form-section { background: linear-gradient(135deg, rgba(232,146,26,0.06) 0%, rgba(196,30,106,0.06) 100%); border: 1px solid rgba(232,146,26,0.15); border-radius: 20px; padding: 48px 32px; }
.lead-form-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 1024px) { .lead-form-grid { grid-template-columns: 1fr 1fr; } }
.lead-form-info h2 { margin-bottom: 12px; }
.lead-form-info p  { margin-bottom: 24px; font-size: 0.9rem; }
.lead-form-checklist { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.lead-form-checklist li { display: flex; align-items: center; gap: 10px; font-size: 0.875rem; color: rgba(255,255,255,0.7); }
.lead-form-checklist li::before { content: '\2713'; width: 20px; height: 20px; background: rgba(45,106,42,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #4ade80; font-weight: 800; font-size: 0.7rem; flex-shrink: 0; }

/* ── FLOATING WHATSAPP + URGENCE BUTTON ── */
.floating-actions { position: fixed; bottom: 24px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.float-btn { display: flex; align-items: center; gap: 10px; padding: 12px 20px; border-radius: 50px; font-weight: 700; font-size: 0.85rem; cursor: pointer; transition: all 0.3s; text-decoration: none; border: none; box-shadow: 0 6px 24px rgba(0,0,0,0.4); white-space: nowrap; }
.float-whatsapp { background: #25D366; color: #fff; }
.float-whatsapp:hover { background: #1ebe5a; transform: translateY(-2px); color: #fff; }
.float-urgence { background: linear-gradient(135deg, #C41E6A, #7B2882); color: #fff; }
.float-urgence:hover { opacity: 0.9; transform: translateY(-2px); color: #fff; }
/* On mobile: icon only */
@media (max-width: 639px) {
  .float-btn { width: 52px; height: 52px; padding: 0; justify-content: center; border-radius: 50%; }
  .float-btn .float-label { display: none; }
}

/* ── SOCIAL PROOF BAR ── */
.social-proof-bar { background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 20px 0; overflow: hidden; }
.proof-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 32px; }
.proof-item { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.proof-item strong { color: rgba(255,255,255,0.8); }
.proof-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.1); }
@media (max-width: 639px) { .proof-divider { display: none; } }

/* ── URGENCE HIGHLIGHT BOX ── */
.urgence-box { background: linear-gradient(135deg, rgba(196,30,106,0.12), rgba(123,40,130,0.12)); border: 1px solid rgba(196,30,106,0.3); border-radius: 16px; padding: 24px 28px; display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 640px) { .urgence-box { flex-direction: row; align-items: center; justify-content: space-between; } }
.urgence-box p { font-size: 0.95rem; font-weight: 600; color: #fff; margin: 0; }
.urgence-box p span { color: var(--color-pink); }
.urgence-box .btn { flex-shrink: 0; }

/* ── SECTION DIVIDER (wave) ── */
.divider-wave { line-height: 0; overflow: hidden; }
.divider-wave svg { display: block; width: 100%; height: 60px; }
@media (min-width: 768px) { .divider-wave svg { height: 80px; } }

/* ── HIGHLIGHT CHIP (section label) ── */
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 16px; border-radius: 50px; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.chip-orange { background: rgba(232,146,26,0.12); color: var(--color-orange); border: 1px solid rgba(232,146,26,0.25); }
.chip-green  { background: rgba(45,106,42,0.15); color: #4ade80; border: 1px solid rgba(45,106,42,0.3); }
.chip-pink   { background: rgba(196,30,106,0.1); color: var(--color-pink); border: 1px solid rgba(196,30,106,0.25); }

/* ── NOTIFICATION TOAST ── */
.toast { position: fixed; bottom: 90px; left: 20px; z-index: 9998; background: var(--color-dark-2,#1A1D27); border: 1px solid rgba(255,255,255,0.1); border-left: 4px solid #4ade80; border-radius: 10px; padding: 14px 18px; max-width: 300px; font-size: 0.82rem; box-shadow: 0 8px 30px rgba(0,0,0,0.4); transform: translateX(-120%); transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1); }
.toast.show { transform: translateX(0); }
.toast-title { font-weight: 700; color: #fff; margin-bottom: 2px; }
.toast-body  { color: rgba(255,255,255,0.55); }
@media (max-width: 639px) { .toast { left: 10px; right: 10px; max-width: none; } }

/* ── PROGRESS BAR (reading) ── */
.reading-progress { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--color-orange), var(--color-pink)); z-index: 9999; width: 0%; transition: width 0.1s; }

/* ══════════════════════════════════════════════
   HEADER — DEFINITIVE (no conflicts)
   ══════════════════════════════════════════════ */

/* Reset header inner — transparent on hero, solid on scroll */
.site-header {
  position: fixed !important; top: 40px; left: 0; right: 0; z-index: 1000; padding: 14px 0;
  background: transparent !important;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: top 0.3s, padding 0.3s, background 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}
.site-header.no-topbar,
.site-header.scrolled-no-topbar { top: 0 !important; }
.site-header.scrolled {
  padding: 9px 0 !important;
  background: rgba(20,28,45,0.97) !important;
  backdrop-filter: blur(24px) !important;
  border-bottom-color: rgba(255,255,255,0.09) !important;
  box-shadow: 0 4px 40px rgba(0,0,0,0.45) !important;
}

.header-inner { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 16px; width: 100%; }

/* Logo */
.site-logo { flex-shrink: 0; display: flex; align-items: center; }
.site-logo img { height: 38px !important; width: auto !important; }

/* ── DESKTOP NAV ── */
.primary-nav {
  display: none;
  list-style: none !important;
  margin: 0; padding: 0;
  flex-direction: row !important;
  align-items: center !important;
  gap: 2px !important;
  flex: 1;
  justify-content: center;
}
@media (min-width: 1060px) {
  .primary-nav { display: flex !important; }
  .hamburger   { display: none !important; }
}

.primary-nav > li { position: relative; list-style: none !important; }

.nav-link {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 8px 13px !important;
  border-radius: 8px !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.78) !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: color 0.2s, background 0.2s !important;
  cursor: pointer;
  background: none;
  border: none;
}
.nav-link:hover,
.nav-item.active .nav-link { color: #fff !important; background: rgba(255,255,255,0.07) !important; }

.nav-arrow { font-size: 0.5rem; opacity: 0.45; line-height: 1; transition: transform 0.2s; display: inline-block; }
.has-dropdown:hover > .nav-link .nav-arrow,
.has-dropdown:focus-within > .nav-link .nav-arrow { transform: rotate(180deg); }

/* ── DROPDOWN ── */
.nav-dropdown {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #161D30 !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 16px !important;
  padding: 10px !important;
  min-width: 260px !important;
  box-shadow: 0 24px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.04) !important;
  z-index: 2000 !important;
  list-style: none !important;
  margin: 0 !important;
}
.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown { display: block !important; }

.nav-dropdown li { list-style: none !important; }
.nav-dropdown li a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-size: 0.875rem !important;
  color: rgba(255,255,255,0.72) !important;
  white-space: nowrap !important;
  transition: all 0.15s !important;
  text-decoration: none !important;
}
.nav-dropdown li a:hover { background: rgba(255,255,255,0.07) !important; color: #fff !important; }
.dropdown-divider { height: 1px !important; background: rgba(255,255,255,0.08) !important; margin: 6px 4px !important; }

/* ── HEADER ACTIONS ── */
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-cta { display: none !important; }
@media (min-width: 768px) { .nav-cta { display: inline-flex !important; } }

/* ── HAMBURGER ── */
.hamburger {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 10px !important;
  padding: 9px 10px !important;
  cursor: pointer !important;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
}
@media (min-width: 1060px) { .hamburger { display: none !important; } }
.hamburger span { display: block !important; width: 20px !important; height: 2px !important; background: rgba(255,255,255,0.8) !important; border-radius: 2px !important; transition: all 0.3s !important; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg) !important; }
.hamburger.open span:nth-child(2) { opacity: 0 !important; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) !important; }

/* ── MOBILE DRAWER ── */
.mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.75); z-index: 1998; backdrop-filter: blur(4px); }
.mobile-overlay.active { display: block !important; }

.mobile-nav {
  position: fixed !important; top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw) !important;
  background: #1A2740 !important;
  border-left: 1px solid rgba(255,255,255,0.08) !important;
  z-index: 1999 !important;
  overflow-y: auto;
  padding: 20px !important;
  transform: translateX(110%) !important;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1) !important;
}
.mobile-nav.open { transform: translateX(0) !important; }
.mobile-nav-close { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); width: 36px; height: 36px; border-radius: 50%; cursor: pointer; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.mobile-nav-close:hover { background: rgba(255,255,255,0.15); color: #fff; }
.mobile-nav nav { margin-top: 52px; display: flex; flex-direction: column; gap: 3px; }
.mobile-nav a { display: block; padding: 12px 16px; border-radius: 10px; color: rgba(255,255,255,0.78); font-weight: 500; font-size: 0.95rem; text-decoration: none; transition: all 0.15s; }
.mobile-nav a:hover { background: rgba(255,255,255,0.06); color: #fff; }
.mobile-nav-group { padding: 20px 16px 6px; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.28); font-weight: 700; }

/* ── TOPBAR ── */
.sticky-topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1100; background: linear-gradient(90deg, #E8921A, #C41E6A); padding: 9px 20px; text-align: center; font-size: 0.8rem; font-weight: 600; color: #fff; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 40px; }
.sticky-topbar a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.topbar-close { position: absolute; right: 16px; background: none; border: none; color: rgba(255,255,255,0.7); cursor: pointer; font-size: 1.1rem; padding: 4px 8px; }
body.topbar-visible { padding-top: 40px; }

/* ── PLATFORM CARDS ── */
.platform-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width:640px)  { .platform-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width:1024px) { .platform-grid { grid-template-columns: repeat(4,1fr); } }
.platform-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: 18px; padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; transition: all 0.3s; position: relative; overflow: hidden; }
.platform-card:hover { transform: translateY(-5px); box-shadow: 0 20px 60px rgba(0,0,0,0.4); border-color: rgba(232,146,26,0.3); }
.platform-primary { border-color: rgba(223,0,103,0.3) !important; background: rgba(223,0,103,0.06) !important; }
.platform-logo { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.06); }
.platform-badge { display: inline-block; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #DF0067; background: rgba(223,0,103,0.1); border: 1px solid rgba(223,0,103,0.25); border-radius: 50px; padding: 3px 10px; width: fit-content; }
.platform-card h3 { font-size: 1rem; font-weight: 700; margin: 0; color: #fff; }
.platform-card p { font-size: 0.83rem; color: rgba(255,255,255,0.58); line-height: 1.6; margin: 0; flex: 1; }
.platform-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.platform-tags span { font-size: 0.7rem; font-weight: 600; padding: 3px 10px; border-radius: 50px; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.45); border: 1px solid rgba(255,255,255,0.08); text-transform: uppercase; letter-spacing: 0.5px; }

/* ── CERTIFICATION LOGOS ── */
.certification-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.certification-logos img {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
  transition: transform 0.2s;
}
.certification-logos img:hover { transform: scale(1.05); }

/* ── BACK TO TOP ── */
.back-to-top { position: fixed; bottom: 90px; right: 20px; z-index: 999; width: 44px; height: 44px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); cursor: pointer; transition: all 0.3s; opacity: 0; pointer-events: none; }
.back-to-top.visible { opacity: 1; pointer-events: all; }
.back-to-top:hover { background: var(--color-orange); border-color: var(--color-orange); color: #fff; transform: translateY(-3px); }

/* ── COOKIE BANNER ── */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9990; background: rgba(15,17,23,0.97); border-top: 1px solid rgba(255,255,255,0.1); padding: 20px; display: flex; flex-direction: column; gap: 16px; transform: translateY(100%); transition: transform 0.4s; backdrop-filter: blur(20px); }
.cookie-banner.visible { transform: translateY(0); }
@media (min-width: 768px) { .cookie-banner { flex-direction: row; align-items: center; justify-content: space-between; padding: 20px 40px; } }
.cookie-banner p { font-size: 0.82rem; color: rgba(255,255,255,0.55); flex: 1; }
.cookie-banner a { color: var(--color-orange); }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }

/* ── SECTION DARK / LIGHT variants ── */
.bg-dark   { background: var(--color-dark); }
.bg-dark-2 { background: rgba(255,255,255,0.015); }
.bg-gradient-subtle { background: linear-gradient(180deg, transparent 0%, rgba(232,146,26,0.03) 50%, transparent 100%); }

/* ── UTILS ── */
.text-center { text-align: center; }
.text-orange { color: var(--color-orange); }
.text-muted  { color: rgba(255,255,255,0.45); }
.mb-0 { margin-bottom: 0; }
.mt-auto { margin-top: auto; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* ══════════════════════════════════════════════
   HERO — ANIMATED (floats, particles, layout)
   ══════════════════════════════════════════════ */

/* Hero overrides */
.hero {
  padding: 130px 0 80px !important;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) { .hero { padding: 150px 0 100px !important; } }

/* Hero layout: 2 columns on desktop */
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 64px; }
}

/* ── LEFT: entry animations ── */
.hero-left {
  opacity: 0;
  transform: translateY(28px);
  animation: heroEnterLeft 0.9s cubic-bezier(0.22,1,0.36,1) 0.1s forwards;
}
.hero-right {
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  animation: heroEnterRight 0.9s cubic-bezier(0.22,1,0.36,1) 0.4s forwards;
}
@keyframes heroEnterLeft  { to { opacity:1; transform:translateY(0); } }
@keyframes heroEnterRight { to { opacity:1; transform:translateY(0) scale(1); } }

/* Badge */
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,146,26,0.14); border: 1px solid rgba(232,146,26,0.35);
  border-radius: 50px; padding: 7px 18px;
  font-size: 0.78rem; font-weight: 700; color: var(--color-orange);
  text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 22px;
  animation: heroEnterLeft 0.7s cubic-bezier(0.22,1,0.36,1) 0s forwards;
  opacity: 0;
}

/* h1 */
.hero h1 { margin-bottom: 6px; }
.hero h1 .highlight {
  display: inline-block;
  background: linear-gradient(135deg, var(--color-orange), var(--color-pink));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* Typing phrase line */
.hero-typing-line {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
  min-height: 2em;
}
.hero-typing-line span {
  background: linear-gradient(135deg, #5BADFF, #A78BFA);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.typed-cursor {
  display: inline-block; width: 2px; height: 1.1em; background: #A78BFA;
  margin-left: 2px; vertical-align: middle;
  animation: blink 0.85s step-end infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

/* Subtitle & desc */
.hero-subtitle {
  font-size: 1rem; color: rgba(255,255,255,0.72);
  margin-bottom: 10px; line-height: 1.7;
}
.hero-description {
  font-size: 0.9rem; color: rgba(255,255,255,0.50);
  margin-bottom: 32px; line-height: 1.7;
}

/* CTAs */
.hero-actions {
  display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px;
}
@media (min-width: 480px) { .hero-actions { flex-direction: row; flex-wrap: wrap; } }

/* Trust badges */
.hero-trust-v2 {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px;
}
.trust-badge-v2 {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.78rem; color: rgba(255,255,255,0.62);
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.11);
  border-radius: 50px; padding: 6px 14px;
}
.trust-badge-v2 svg { color: var(--color-orange); flex-shrink:0; }
.trust-badge-active { border-color: rgba(232,146,26,0.30) !important; color: rgba(255,255,255,0.8) !important; }
.pulse-dot {
  width: 7px; height: 7px; background: #2ECC71; border-radius: 50%;
  animation: pulseDot 1.6s ease-in-out infinite;
}
@keyframes pulseDot {
  0%,100%{ box-shadow:0 0 0 0 rgba(46,204,113,0.5); }
  50%    { box-shadow:0 0 0 5px rgba(46,204,113,0); }
}

/* Cert logos */
.certification-logos {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}

/* ── RIGHT: Dashboard mockup ── */
.hero-mockup {
  display: none;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 40px 100px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05);
  background: #1A2540;
  position: relative;
}
@media (min-width: 1024px) { .hero-mockup { display: block; } }

.mockup-bar {
  background: #111B30; padding: 12px 18px;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-dot:nth-child(1){ background:#FF5F57; }
.mockup-dot:nth-child(2){ background:#FEBC2E; }
.mockup-dot:nth-child(3){ background:#28C840; }
.mockup-url {
  flex:1; margin-left:8px; background: rgba(255,255,255,0.07);
  border-radius:6px; padding: 5px 12px; font-size:0.75rem;
  color:rgba(255,255,255,0.4); font-family: monospace;
}

.mockup-body { padding: 20px; }
.mockup-metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 16px; }
.mockup-metric {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px; padding: 14px 12px; text-align:center;
}
.mockup-metric-val { font-size: 1.3rem; font-weight: 800; background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.mockup-metric-lbl { font-size: 0.68rem; color: rgba(255,255,255,0.4); margin-top:3px; }

.mockup-bar-chart { display: flex; align-items: flex-end; gap: 8px; height: 72px; margin-bottom: 16px; padding: 0 4px; }
.mockup-bar-item {
  flex:1; border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, rgba(232,146,26,0.7), rgba(196,30,106,0.5));
  animation: barGrow 1.2s cubic-bezier(0.22,1,0.36,1) forwards;
  transform-origin: bottom;
}
@keyframes barGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
.mockup-bar-item:nth-child(1){ height:38%; animation-delay:.3s; }
.mockup-bar-item:nth-child(2){ height:55%; animation-delay:.4s; }
.mockup-bar-item:nth-child(3){ height:42%; animation-delay:.5s; }
.mockup-bar-item:nth-child(4){ height:70%; animation-delay:.6s; }
.mockup-bar-item:nth-child(5){ height:85%; animation-delay:.7s; }
.mockup-bar-item:nth-child(6){ height:65%; animation-delay:.8s; }
.mockup-bar-item:nth-child(7){ height:90%; animation-delay:.9s; }

.mockup-list { display: flex; flex-direction: column; gap: 8px; }
.mockup-list-item {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.04); border-radius: 8px; padding: 9px 12px;
  font-size: 0.78rem; color: rgba(255,255,255,0.65);
}
.mockup-list-dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
.mockup-list-dot.green  { background:#2ECC71; }
.mockup-list-dot.orange { background:var(--color-orange); }
.mockup-list-dot.blue   { background:#5BADFF; }
.mockup-list-tag {
  margin-left:auto; font-size:0.68rem; padding:2px 8px;
  border-radius:20px; background:rgba(46,204,113,0.15);
  color:#2ECC71; font-weight:600;
}

/* Floating glow behind mockup */
.hero-mockup::before {
  content:''; position:absolute; inset:-40px; z-index:-1;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(123,40,130,0.25) 0%, transparent 70%);
  pointer-events:none;
}

/* ── FLOATING ORBS ── */
.hero-floats { position:absolute; inset:0; pointer-events:none; overflow:hidden; z-index:0; }

.hero-float {
  position:absolute; border-radius:50%;
  filter: blur(60px); opacity:0.18;
  animation: floatOrb linear infinite;
}
.hero-float-1 { width:400px; height:400px; background:var(--color-purple); top:-100px; right:-80px;  animation-duration:22s; animation-delay:0s; }
.hero-float-2 { width:300px; height:300px; background:var(--color-orange); bottom:20%; left:-60px;   animation-duration:18s; animation-delay:-6s; }
.hero-float-3 { width:250px; height:250px; background:var(--color-pink);   top:30%;   right:20%;    animation-duration:26s; animation-delay:-12s; }
.hero-float-4 { width:180px; height:180px; background:#5BADFF;             bottom:10%; right:30%;   animation-duration:20s; animation-delay:-4s; opacity:0.10; }
.hero-float-5 { width:350px; height:350px; background:var(--color-purple); bottom:-80px; left:20%;  animation-duration:28s; animation-delay:-9s; opacity:0.12; }

@keyframes floatOrb {
  0%   { transform: translate(0,    0)    scale(1);    }
  25%  { transform: translate(30px, -40px) scale(1.05); }
  50%  { transform: translate(-20px, 20px) scale(0.95); }
  75%  { transform: translate(40px,  30px) scale(1.03); }
  100% { transform: translate(0,    0)    scale(1);    }
}

/* Floating code chips */
.hero-float-code {
  position:absolute; font-family:monospace; font-size:0.75rem; font-weight:600;
  color:rgba(255,255,255,0.25); background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.09); border-radius:8px;
  padding:5px 12px; pointer-events:none; white-space:nowrap;
  animation: chipFloat 12s ease-in-out infinite;
}
.hero-float-code-1 { top:18%; left: 2%;  animation-delay:0s; }
.hero-float-code-2 { top:65%; left: 3%;  animation-delay:-3s; }
.hero-float-code-3 { top:22%; right:3%;  animation-delay:-6s; animation-duration:15s; }
.hero-float-code-4 { top:55%; right:4%;  animation-delay:-9s; animation-duration:18s; }

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