/* =========================================================
   AMPLYO — Stratégie & Croissance Réseaux Sociaux
   Design tokens: ink #17132A · paper #FDFBF8 · coral #FF4D6D
   violet #6C3CE9 · amber #FFB020 · mint #06D6A0
   Signature: the "pulse line" — an animated engagement waveform
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700;12..96,800&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,500&family=JetBrains+Mono:wght@400;600&display=swap');

:root{
  --ink:#17132A;
  --ink-soft:#332D4D;
  --paper:#FDFBF8;
  --surface:#FFFFFF;
  --muted:#6E6785;
  --line:#EAE4F5;
  --coral:#FF4D6D;
  --coral-dark:#E23A58;
  --violet:#6C3CE9;
  --violet-dark:#5527D1;
  --amber:#FFB020;
  --mint:#06D6A0;
  --gradient: linear-gradient(120deg,var(--coral) 0%,var(--violet) 100%);
  --gradient-soft: linear-gradient(120deg, rgba(255,77,109,.12), rgba(108,60,233,.12));
  --shadow-sm: 0 2px 10px rgba(23,19,42,.06);
  --shadow-md: 0 12px 34px rgba(23,19,42,.10);
  --shadow-lg: 0 24px 60px rgba(23,19,42,.16);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --container: 1200px;
  --ff-display:'Bricolage Grotesque', ui-sans-serif, sans-serif;
  --ff-body:'Plus Jakarta Sans', ui-sans-serif, sans-serif;
  --ff-mono:'JetBrains Mono', ui-monospace, monospace;
}

/* platform accent overrides — set on <body class="platform-*"> */
body.platform-tiktok{ --accent:#17132A; --accent-2:#FF4D6D; }
body.platform-instagram{ --accent:#E1306C; --accent-2:#6C3CE9; }
body.platform-youtube{ --accent:#FF0033; --accent-2:#FFB020; }
body.platform-facebook{ --accent:#1877F2; --accent-2:#06D6A0; }
:root{ --accent:var(--coral); --accent-2:var(--violet); }

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

body{
  margin:0;
  font-family:var(--ff-body);
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
button{ font-family:inherit; cursor:pointer; }
h1,h2,h3,h4{ font-family:var(--ff-display); margin:0; line-height:1.08; letter-spacing:-0.01em; }
p{ margin:0; }

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

.wrap{ max-width:var(--container); margin:0 auto; padding:0 24px; }

/* ---------- focus ---------- */
a:focus-visible,button:focus-visible,input:focus-visible{
  outline:2.5px solid var(--violet); outline-offset:3px; border-radius:6px;
}

/* ---------- eyebrow / section titles ---------- */
.eyebrow{
  font-family:var(--ff-mono); font-size:12.5px; letter-spacing:.14em; text-transform:uppercase;
  color:var(--violet); font-weight:600; margin:0 0 12px; display:flex; align-items:center; gap:8px;
}
.eyebrow::before{ content:''; width:16px; height:2px; background:var(--gradient); border-radius:2px; }
.section-title{ font-size:clamp(28px,4vw,42px); font-weight:700; color:var(--ink); max-width:720px; }
.section-subtitle{ font-size:17px; color:var(--muted); max-width:560px; margin-top:14px; line-height:1.55; }
section{ padding:88px 0; position:relative; }
@media (max-width:720px){ section{ padding:56px 0; } }

/* ---------- buttons ---------- */
.btn-primary,.btn-secondary,.btn-ghost{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  padding:15px 26px; border-radius:100px; font-weight:600; font-size:15.5px;
  border:1px solid transparent; transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space:nowrap;
}
.btn-primary{ background:var(--gradient); color:#fff; box-shadow:0 10px 26px rgba(255,77,109,.35); }
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 16px 34px rgba(255,77,109,.42); }
.btn-secondary{ background:var(--surface); color:var(--ink); border-color:var(--line); }
.btn-secondary:hover{ border-color:var(--violet); color:var(--violet); transform:translateY(-2px); }
.btn-ghost{ background:transparent; color:var(--ink); border-color:rgba(255,255,255,.35); }
.btn-whatsapp{ background:#1FA855; color:#fff; box-shadow:0 10px 24px rgba(31,168,85,.32); }
.btn-whatsapp:hover{ transform:translateY(-2px); box-shadow:0 16px 30px rgba(31,168,85,.4); }
.full{ width:100%; }

/* =========================================================
   HEADER
   ========================================================= */
header{
  position:sticky; top:0; z-index:200; background:rgba(253,251,248,.86); backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav{ display:flex; align-items:center; justify-content:space-between; padding:16px 24px; max-width:var(--container); margin:0 auto; }
.logo{ display:flex; align-items:center; gap:10px; font-family:var(--ff-display); font-weight:800; font-size:21px; }
.logo-mark{ width:34px; height:34px; border-radius:10px; background:var(--gradient); display:flex; align-items:center; justify-content:center; }
.logo-mark svg{ width:18px; height:18px; }
.nav-links{ display:flex; align-items:center; gap:30px; }
.nav-links a{ font-size:14.5px; font-weight:600; color:var(--ink-soft); transition:color .15s; }
.nav-links a:hover{ color:var(--violet); }
.nav-right{ display:flex; align-items:center; gap:14px; }
.lang-switch{ position:relative; }
.lang-btn{ display:flex; align-items:center; gap:6px; background:var(--surface); border:1px solid var(--line); border-radius:100px; padding:8px 14px; font-size:13.5px; font-weight:600; }
.lang-menu{ position:absolute; top:calc(100% + 8px); right:0; background:var(--surface); border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow-md); padding:6px; min-width:150px; display:none; flex-direction:column; }
.lang-menu.open{ display:flex; }
.lang-menu button{ background:none; border:0; text-align:left; padding:9px 12px; border-radius:9px; font-size:14px; font-weight:500; color:var(--ink); }
.lang-menu button:hover{ background:var(--gradient-soft); }
.lang-menu button.active{ color:var(--violet); font-weight:700; }
.burger{ display:none; width:40px; height:40px; align-items:center; justify-content:center; background:var(--surface); border:1px solid var(--line); border-radius:10px; }
.burger span{ display:block; width:18px; height:2px; background:var(--ink); position:relative; }
.burger span::before,.burger span::after{ content:''; position:absolute; width:18px; height:2px; background:var(--ink); left:0; }
.burger span::before{ top:-6px; } .burger span::after{ top:6px; }

@media (max-width:920px){
  .nav-links{ position:fixed; inset:64px 0 auto 0; background:var(--paper); flex-direction:column; align-items:flex-start; padding:20px 24px 26px; gap:6px; border-bottom:1px solid var(--line); transform:translateY(-12px); opacity:0; pointer-events:none; transition:all .22s ease; box-shadow:var(--shadow-md); }
  .nav-links.open{ transform:translateY(0); opacity:1; pointer-events:auto; }
  .nav-links a{ padding:12px 6px; width:100%; border-bottom:1px solid var(--line); }
  .burger{ display:flex; }
}

/* =========================================================
   HERO + PULSE SIGNATURE
   ========================================================= */
.hero{ padding:64px 0 40px; overflow:visible; }
.hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
.hero-copy .eyebrow{ margin-bottom:18px; }
.hero-copy h1{ font-size:clamp(36px,5.4vw,60px); font-weight:800; }
.hero-copy h1 em{ font-style:normal; background:var(--gradient); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-copy p.lead{ font-size:18px; color:var(--muted); margin-top:20px; max-width:520px; line-height:1.6; }
.hero-actions{ display:flex; gap:14px; margin-top:32px; flex-wrap:wrap; }
.hero-proof{ display:flex; align-items:center; gap:14px; margin-top:34px; }
.avatar-stack{ display:flex; }
.avatar-stack span{ width:34px; height:34px; border-radius:50%; border:2.5px solid var(--paper); margin-left:-10px; display:flex; align-items:center; justify-content:center; font-family:var(--ff-mono); font-size:12px; font-weight:700; color:#fff; }
.avatar-stack span:first-child{ margin-left:0; }
.hero-proof-text{ font-size:13.5px; color:var(--muted); font-weight:500; }
.hero-proof-text strong{ color:var(--ink); }

.pulse-visual{ position:relative; height:440px; }
.pulse-card{
  position:absolute; inset:0; border-radius:var(--radius-lg); background:var(--ink);
  overflow:hidden; box-shadow:var(--shadow-lg);
}
.pulse-card::before{
  content:''; position:absolute; inset:0;
  background:radial-gradient(120% 100% at 15% 0%, rgba(255,77,109,.45), transparent 55%),
             radial-gradient(120% 100% at 100% 100%, rgba(108,60,233,.5), transparent 55%);
}
.pulse-line-svg{ position:absolute; bottom:26%; left:0; width:100%; height:150px; }
.pulse-line-svg path{ fill:none; stroke:url(#pulseGrad); stroke-width:3; stroke-linecap:round; filter:drop-shadow(0 0 10px rgba(255,77,109,.55)); }
.pulse-dot{ fill:#fff; }
.pulse-stat{
  position:absolute; background:rgba(255,255,255,.12); backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.22); border-radius:16px; padding:10px 14px;
  color:#fff; font-family:var(--ff-mono); font-size:13px; display:flex; align-items:center; gap:8px;
  animation:float 5s ease-in-out infinite;
}
.pulse-stat b{ font-size:15px; }
.pulse-stat.s1{ top:14%; left:8%; animation-delay:.2s; }
.pulse-stat.s2{ top:10%; right:9%; animation-delay:1.1s; }
.pulse-stat.s3{ bottom:14%; left:14%; animation-delay:1.9s; }
.pulse-stat.s4{ bottom:20%; right:10%; animation-delay:.6s; }
@keyframes float{ 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(-9px);} }
.pulse-caption{ position:absolute; left:24px; bottom:24px; color:rgba(255,255,255,.72); font-size:12.5px; font-family:var(--ff-mono); }

@media (max-width:960px){
  .hero-grid{ grid-template-columns:1fr; }
  .pulse-visual{ height:320px; order:-1; }
}

/* ---------- divider (quiet, reused between sections) ---------- */
.divider{ line-height:0; margin-top:-1px; }
.divider svg{ width:100%; height:36px; display:block; }
.divider path{ fill:none; stroke:var(--line); stroke-width:2; }
.divider.accent path{ stroke:url(#pulseGradThin); stroke-width:2.5; }

/* =========================================================
   TRUST BAR
   ========================================================= */
.trust-bar{ padding:26px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--surface); }
.trust-bar .wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.trust-item{ display:flex; align-items:center; gap:9px; font-size:13.5px; font-weight:600; color:var(--ink-soft); }
.trust-item i{ color:var(--violet); font-size:15px; }

/* =========================================================
   STATS / IMPACT
   ========================================================= */
.impact-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; margin-top:44px; }
.impact-item{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-md); padding:26px 22px; text-align:left; transition:transform .2s, box-shadow .2s; }
.impact-item:hover{ transform:translateY(-4px); box-shadow:var(--shadow-sm); }
.impact-item i{ color:var(--coral); font-size:20px; margin-bottom:14px; display:block; }
.stat-number{ font-family:var(--ff-display); font-size:34px; font-weight:800; display:block; }
.impact-label{ font-size:13.5px; color:var(--muted); font-weight:500; }
@media (max-width:860px){ .impact-grid{ grid-template-columns:repeat(2,1fr); } }

/* =========================================================
   PLATFORM GRID (index)
   ========================================================= */
.platform-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:46px; }
.platform-card{
  background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-md); padding:30px 24px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; position:relative; overflow:hidden;
}
.platform-card::after{ content:''; position:absolute; inset:auto -30% -60% auto; width:160px; height:160px; border-radius:50%; background:var(--gradient-soft); opacity:0; transition:opacity .25s; }
.platform-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); border-color:transparent; }
.platform-card:hover::after{ opacity:1; }
.platform-icon{ font-size:28px; margin-bottom:18px; display:block; }
.platform-card[data-platform="tiktok"] .platform-icon{ color:#17132A; }
.platform-card[data-platform="instagram"] .platform-icon{ color:#E1306C; }
.platform-card[data-platform="youtube"] .platform-icon{ color:#FF0033; }
.platform-card[data-platform="facebook"] .platform-icon{ color:#1877F2; }
.platform-card h3{ font-size:19px; margin-bottom:8px; }
.platform-card p{ font-size:14px; color:var(--muted); line-height:1.5; margin-bottom:16px; }
.pack-count{ display:inline-block; font-family:var(--ff-mono); font-size:12px; color:var(--violet); background:var(--gradient-soft); padding:5px 10px; border-radius:100px; margin-bottom:16px; }
.platform-card .btn-secondary{ padding:10px 16px; font-size:13.5px; }
@media (max-width:920px){ .platform-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .platform-grid{ grid-template-columns:1fr; } }

/* =========================================================
   PROCESS / STEPS
   ========================================================= */
.steps-container{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:48px; counter-reset:step; }
.step{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-md); padding:26px 22px; position:relative; }
.step-number{ font-family:var(--ff-mono); font-size:12.5px; color:var(--violet); font-weight:700; margin-bottom:14px; }
.step-icon{ width:44px; height:44px; border-radius:12px; background:var(--gradient); color:#fff; display:flex; align-items:center; justify-content:center; font-size:17px; margin-bottom:16px; }
.step h3{ font-size:16.5px; margin-bottom:8px; }
.step p{ font-size:13.5px; color:var(--muted); line-height:1.5; }
@media (max-width:920px){ .steps-container{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .steps-container{ grid-template-columns:1fr; } }

/* =========================================================
   PRICING / PACKS
   ========================================================= */
.pricing-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:46px; align-items:stretch; }
.price-card{
  background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); padding:32px 28px;
  display:flex; flex-direction:column; position:relative; transition:transform .2s, box-shadow .2s;
}
.price-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-md); }
.price-card.featured{ background:var(--ink); color:#fff; border-color:transparent; box-shadow:var(--shadow-lg); }
.price-card.featured .price-desc,.price-card.featured .pack-includes li{ color:rgba(255,255,255,.66); }
.price-card.featured .pack-includes li i{ color:var(--mint); }
.price-badge{ position:absolute; top:-13px; left:28px; background:var(--gradient); color:#fff; font-size:12px; font-weight:700; padding:6px 14px; border-radius:100px; font-family:var(--ff-mono); }
.price-card h3{ font-size:20px; margin-bottom:6px; }
.price{ display:flex; align-items:baseline; gap:6px; margin:6px 0 4px; }
.price .amount{ font-family:var(--ff-display); font-size:38px; font-weight:800; }
.price .period{ font-size:13px; color:var(--muted); }
.price-card.featured .period{ color:rgba(255,255,255,.6); }
.price-desc{ font-size:13.5px; color:var(--muted); margin-bottom:20px; }
.pack-includes{ margin:0 0 26px; display:flex; flex-direction:column; gap:11px; flex:1; }
.pack-includes li{ font-size:14px; display:flex; align-items:flex-start; gap:9px; color:var(--ink-soft); line-height:1.4; }
.pack-includes li i{ color:var(--violet); margin-top:3px; font-size:12px; }
.pricing-note{ margin-top:28px; font-size:13px; color:var(--muted); display:flex; align-items:center; gap:8px; }
@media (max-width:920px){ .pricing-grid{ grid-template-columns:1fr; } .price-card.featured{ order:-1; } }

/* =========================================================
   BENEFITS
   ========================================================= */
.benefits-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:46px; }
.benefit-item{ padding:26px 4px; }
.benefit-icon{ width:46px; height:46px; border-radius:13px; background:var(--gradient-soft); color:var(--violet); display:flex; align-items:center; justify-content:center; font-size:18px; margin-bottom:16px; }
.benefit-item h3{ font-size:17px; margin-bottom:8px; }
.benefit-item p{ font-size:13.5px; color:var(--muted); line-height:1.55; margin-bottom:12px; }
.benefit-stats{ font-family:var(--ff-mono); font-size:12px; color:var(--mint); display:flex; align-items:center; gap:7px; font-weight:600; }
@media (max-width:860px){ .benefits-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .benefits-grid{ grid-template-columns:1fr; } }

/* =========================================================
   RESULTS
   ========================================================= */
.results-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:46px; }
.result-card{ background:var(--ink); color:#fff; border-radius:var(--radius-md); padding:24px; }
.result-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.result-platform{ font-size:13.5px; font-weight:600; display:flex; align-items:center; gap:7px; }
.result-tag{ font-family:var(--ff-mono); font-size:11.5px; background:rgba(6,214,160,.16); color:var(--mint); padding:5px 10px; border-radius:100px; }
.result-spark{ width:100%; height:56px; margin-bottom:16px; }
.result-spark polyline{ fill:none; stroke:url(#pulseGradThin); stroke-width:2.5; }
.result-card p{ font-size:13.5px; color:rgba(255,255,255,.72); line-height:1.5; }
@media (max-width:860px){ .results-grid{ grid-template-columns:1fr; } }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:46px; }
.testimonial-card{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-md); padding:26px; }
.stars{ color:var(--amber); font-size:13px; margin-bottom:14px; letter-spacing:2px; }
blockquote{ margin:0 0 20px; font-size:14.5px; line-height:1.6; color:var(--ink-soft); }
.author{ display:flex; align-items:center; gap:11px; }
.author-avatar{ width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-size:14px; }
.author-info h4{ font-size:13.5px; margin:0; font-family:var(--ff-body); font-weight:700; }
.author-info span{ font-size:12px; color:var(--muted); }
@media (max-width:920px){ .testimonials-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:600px){ .testimonials-grid{ grid-template-columns:1fr; } }

/* =========================================================
   SECURITY / TRUST DETAIL
   ========================================================= */
.trust-detail{ background:var(--ink); color:#fff; border-radius:var(--radius-lg); padding:60px; }
.trust-detail .eyebrow{ color:var(--amber); }
.trust-detail .eyebrow::before{ background:var(--amber); }
.trust-detail .section-title{ color:#fff; }
.trust-detail .section-subtitle{ color:rgba(255,255,255,.62); }
.trust-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:40px; }
.trust-item2{ background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:16px; padding:22px; }
.trust-item2 i{ color:var(--mint); font-size:18px; margin-bottom:12px; display:block; }
.trust-item2 h3{ font-size:15px; margin-bottom:8px; color:#fff; }
.trust-item2 p{ font-size:12.5px; color:rgba(255,255,255,.58); line-height:1.5; }
@media (max-width:920px){ .trust-grid{ grid-template-columns:1fr 1fr; } .trust-detail{ padding:36px 24px; } }
@media (max-width:560px){ .trust-grid{ grid-template-columns:1fr; } }

/* =========================================================
   GUARANTEE BAND
   ========================================================= */
.guarantee{ background:var(--gradient); border-radius:var(--radius-lg); padding:52px; margin:0 24px; max-width:calc(var(--container) - 0px); margin-inline:auto; }
.guarantee-inner{ text-align:center; color:#fff; max-width:620px; margin:0 auto; }
.guarantee-icon{ font-size:30px; margin-bottom:16px; }
.guarantee h2{ font-size:clamp(22px,3vw,30px); margin-bottom:12px; }
.guarantee p{ font-size:14.5px; color:rgba(255,255,255,.86); margin-bottom:22px; line-height:1.55; }

/* =========================================================
   FAQ
   ========================================================= */
.faq-grid{ display:flex; flex-direction:column; gap:12px; margin-top:40px; max-width:760px; }
.faq-item{ background:var(--surface); border:1px solid var(--line); border-radius:16px; overflow:hidden; }
.faq-question{ width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px; background:none; border:0; padding:20px 22px; text-align:left; font-size:15px; font-weight:600; color:var(--ink); }
.faq-question i{ color:var(--violet); transition:transform .25s; flex-shrink:0; }
.faq-item.open .faq-question i{ transform:rotate(180deg); }
.faq-answer{ max-height:0; overflow:hidden; transition:max-height .28s ease, padding .28s ease; padding:0 22px; font-size:14px; color:var(--muted); line-height:1.6; }
.faq-item.open .faq-answer{ padding:0 22px 20px; }

/* =========================================================
   NEWSLETTER / LEAD FORM
   ========================================================= */
.newsletter-inner{ background:var(--ink); border-radius:var(--radius-lg); padding:48px; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; }
.newsletter-copy h2{ color:#fff; font-size:clamp(20px,2.6vw,26px); margin-bottom:8px; }
.newsletter-copy p{ color:rgba(255,255,255,.6); font-size:14px; max-width:380px; }
.newsletter-form{ display:flex; gap:10px; flex-wrap:wrap; }
.newsletter-form input{ padding:14px 18px; border-radius:100px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.08); color:#fff; font-size:14px; min-width:230px; }
.newsletter-form input::placeholder{ color:rgba(255,255,255,.45); }
@media (max-width:760px){ .newsletter-inner{ padding:32px 24px; } }

/* =========================================================
   CTA FINAL
   ========================================================= */
.cta-final{ text-align:center; }
.cta-final h2{ font-size:clamp(28px,4.4vw,44px); }
.cta-final p{ color:var(--muted); font-size:16px; margin:14px auto 0; max-width:480px; }
.cta-buttons{ display:flex; gap:14px; justify-content:center; margin-top:30px; flex-wrap:wrap; }

/* =========================================================
   FOOTER
   ========================================================= */
footer{ background:var(--ink); color:rgba(255,255,255,.7); padding:70px 0 26px; margin-top:40px; }
.footer-content{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1.2fr; gap:40px; padding:0 24px; max-width:var(--container); margin:0 auto; }
.footer-section .logo{ color:#fff; margin-bottom:14px; }
.footer-section p{ font-size:13.5px; line-height:1.6; color:rgba(255,255,255,.5); max-width:280px; }
.footer-section h4{ color:#fff; font-size:13.5px; margin-bottom:16px; font-family:var(--ff-body); font-weight:700; }
.footer-section ul{ display:flex; flex-direction:column; gap:11px; }
.footer-section a{ font-size:13.5px; color:rgba(255,255,255,.55); transition:color .15s; }
.footer-section a:hover{ color:#fff; }
.footer-section li{ display:flex; align-items:center; gap:8px; font-size:13.5px; color:rgba(255,255,255,.55); }
.social-links{ display:flex; gap:10px; margin-top:18px; }
.social-links a{ width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; }
.social-links a:hover{ background:var(--gradient); }
.footer-bottom{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; max-width:var(--container); margin:50px auto 0; padding:22px 24px 0; border-top:1px solid rgba(255,255,255,.1); font-size:12.5px; color:rgba(255,255,255,.4); }
.footer-legal{ display:flex; gap:20px; }
.footer-legal a{ color:rgba(255,255,255,.4); font-size:12.5px; }
.footer-legal a:hover{ color:#fff; }
@media (max-width:860px){ .footer-content{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .footer-content{ grid-template-columns:1fr; } }

/* =========================================================
   FLOATING WHATSAPP + MOBILE STICKY CTA
   ========================================================= */
.wa-float{
  position:fixed; bottom:24px; right:24px; z-index:300; width:58px; height:58px; border-radius:50%;
  background:#1FA855; display:flex; align-items:center; justify-content:center; color:#fff; font-size:26px;
  box-shadow:0 12px 28px rgba(31,168,85,.4); animation:pulseRing 2.6s infinite;
}
@keyframes pulseRing{ 0%{ box-shadow:0 12px 28px rgba(31,168,85,.4),0 0 0 0 rgba(31,168,85,.5);} 70%{ box-shadow:0 12px 28px rgba(31,168,85,.4),0 0 0 16px rgba(31,168,85,0);} 100%{ box-shadow:0 12px 28px rgba(31,168,85,.4),0 0 0 0 rgba(31,168,85,0);} }

.mobile-cta{ display:none; }
@media (max-width:720px){
  .mobile-cta{
    display:block; position:fixed; left:16px; right:16px; bottom:16px; z-index:250;
    background:var(--surface); border:1px solid var(--line); border-radius:100px; padding:8px; box-shadow:var(--shadow-lg);
  }
  .wa-float{ bottom:92px; width:50px; height:50px; font-size:22px; right:16px; }
}

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.animate-on-scroll{ opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease; }
.animate-on-scroll.in-view{ opacity:1; transform:translateY(0); }

/* =========================================================
   PLATFORM HERO ACCENTS (service pages)
   ========================================================= */
.platform-badge{ display:inline-flex; align-items:center; gap:8px; background:var(--surface); border:1px solid var(--line); padding:8px 16px; border-radius:100px; font-size:13px; font-weight:600; margin-bottom:20px; }
.platform-badge i{ font-size:16px; }

/* RTL support (Arabic) */
[dir="rtl"] .nav{ direction:rtl; }
[dir="rtl"] .avatar-stack span{ margin-left:0; margin-right:-10px; }
[dir="rtl"] .avatar-stack span:first-child{ margin-right:0; }
[dir="rtl"] .eyebrow::before{ order:2; }
[dir="rtl"] body{ font-family:var(--ff-body); }
[dir="rtl"] .price-badge{ left:auto; right:28px; }
[dir="rtl"] .pulse-caption{ left:auto; right:24px; }
/* ===== FOOTER LOGO ===== */
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 14px;
}

.footer-logo-img {
  height: 50px;
  width: auto;
  display: block;
}

.footer-logo span {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.5px;
}

/* HOVER SUR LES LIENS DU FOOTER */
.footer-section a:not(.footer-logo):hover {
  color: #fff !important;
}

/* SOCIAL LINKS HOVER */
.social-links a {
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: linear-gradient(135deg, #FF4D6D, #6C3CE9) !important;
  color: #fff !important;
  transform: translateY(-3px);
}

.price-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
}

.social-icon {
    font-size: 8rem;
}

.fa-instagram {
    color: #E1306C;
}

.fa-tiktok {
    color: #000000;
}

.fa-youtube {
    color: #FF0000;
}