/* GSO Nova v2 — bright, clean */
:root{
  --bg:#f7fafc;
  --fg:#0f172a;
  --muted:#6b7280;
  --card:#ffffff;
  --soft:#f1f5f9;
  --pri:#6366f1;
  --acc:#0ea5e9;
  --ring: rgba(99,102,241,.25);
  --radius:18px;
  --shadow: 0 10px 25px rgba(2,6,23,.08);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}

.container{max-width:1160px;margin:0 auto;padding:24px}
h1,h2,h3,h4{font-family:Poppins,Inter,sans-serif}
h1{font-size:48px;line-height:1.1;margin:0 0 10px}
h2{font-size:32px;margin:0 0 16px}
h3{font-size:22px;margin:0 0 8px}
p{margin:0 0 10px;color:var(--fg)}
a{color:var(--pri);text-decoration:none}
a:hover{opacity:.9}

.topbar{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 4px 18px rgba(2,6,23,.06)}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;       /* identique à ton 1er CSS */
  padding: 12px 0; /* petit espace vertical propre */
  height: auto;    /* supprime le 64px imposé */
}

.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px}
.nav nav a{margin:0 10px;color:#0b1220}
.btn{display:inline-block;padding:12px 18px;border-radius:12px;background:linear-gradient(135deg,var(--pri),var(--acc));color:#fff;font-weight:700;box-shadow:var(--shadow);transform:translateY(0);transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn.small{padding:8px 12px;font-weight:600} 
.btn.smalls{ padding:8px 14px; border-radius:10px; border:1px solid #0ea5e9; color:#0ea5e9; text-decoration:none; }
.btn.ghost{background:#fff;color:var(--pri);border:1px solid var(--pri)}
.btn.ghostred{background:#fff;color:#d83434;border:1px solid #d83434}
.btn.call{ padding:8px 14px; border-radius:10px; border:1px solid #22c55e; color:#22c55e; text-decoration:none; }
}
.btn.green:hover{ transform: translateY(-2px); }
.btn.green:active{ transform: translateY(0); }

/* Option “ghost” vert, assorti à tes styles */
.btn.green.ghost{
  background:#fff;
  color:#16a34a;
  border:1px solid #16a34a;
  box-shadow:none;
}

.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#eef2ff, #e0f2fe)}
.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;padding-top:24px}
.hero-text p{color:#334155;font-size:18px}
.actions{display:flex;gap:12px;margin:14px 0 8px}
.badges{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:8px 0 0;list-style:none;color:#334155}
.badges li{background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:8px 12px}

.underline{background:linear-gradient(90deg,var(--pri),var(--acc));-webkit-background-clip:text;background-clip:text;color:transparent}

.hero-card{display:flex;flex-direction:column;align-items:center}
.mock{width:100%;max-width:520px;background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden;border:1px solid #e5e7eb;animation:float 6s ease-in-out infinite}
.mock-top{height:38px;background:#f1f5f9;display:flex;align-items:center;gap:6px;padding:0 12px;border-bottom:1px solid #e5e7eb}
.dot{width:10px;height:10px;border-radius:999px;background:#cbd5e1}
.mock-body{padding:14px}
.strip{height:120px;background:linear-gradient(135deg,#dbeafe,#e9d5ff);border-radius:12px;margin-bottom:12px}
.grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}
.tile{height:90px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px}
.tile.wide{grid-column:span 3;height:70px}
.caption{margin-top:8px;color:#475569;font-size:13px}

.bg-shape{position:absolute;inset:auto -10% -35% -10%;height:420px;background:radial-gradient(35% 55% at 50% 50%, rgba(99,102,241,.22), transparent);filter:blur(28px)}

.section{padding:42px 0}
.alt{background:linear-gradient(180deg,#ffffff,#f8fafc)}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:10px}
.card{background:var(--card);border-radius:var(--radius);padding:18px;border:1px solid #e6e9ef;box-shadow:var(--shadow)}
.card.soft{background:rgba(255,255,255,.8);backdrop-filter:saturate(1.2) blur(6px)}

.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:12px}
.shot{margin:0}
.img.ph{height:180px;border-radius:14px;background:linear-gradient(135deg,#bae6fd,#ddd6fe)}
.shot figcaption{margin-top:8px;color:#475569}

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

/* ===== PRICING — colorful premium cards ===== */
.prices{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:12px;
}

.price-card{
  --c1:#6366f1;   /* défaut */
  --c2:#0ea5e9;
  background:
    radial-gradient(120% 120% at 110% -10%, color-mix(in oklab, var(--c1) 20%, transparent), transparent 60%),
    radial-gradient(120% 120% at -10% 120%, color-mix(in oklab, var(--c2) 20%, transparent), transparent 60%),
    #fff;
  border:1px solid color-mix(in oklab, var(--c1) 30%, #e6e9ef 70%);
  border-radius:20px;
  padding:18px;
  box-shadow:0 12px 28px rgba(2,6,23,.10);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  position:relative;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.price-card h3{
  margin:0 0 6px;
  font-size:18px;
  font-weight:800;
  letter-spacing:.2px;
  display:inline-block;
  padding:6px 10px;
  border-radius:10px;
  background:linear-gradient(135deg, color-mix(in oklab, var(--c1) 14%, #ffffff), #ffffff);
  border:1px solid color-mix(in oklab, var(--c1) 35%, #e6e9ef);
}

.price-card .big{
  margin:8px 0 10px;
  font-size:28px;
  line-height:1.1;
  color:#0b1220;
  font-weight:700;
}

.price-card ul{
  margin:10px 0 0;
  padding-left:20px;
  color:#0f172a;
}
.price-card li{margin:8px 0}
.price-card li::marker{color:#94a3b8}

.price-card .btn{
  margin-top:auto;
  text-align:center;
  border-radius:12px;
}
.price-card .btn.ghost{
  background:#fff;
  color:var(--c1);
  border:1px solid var(--c1);
  font-weight:700;
  padding:12px 16px;
  transition:.18s ease;
}
.price-card .btn.ghost:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px color-mix(in oklab, var(--c1) 25%, transparent);
}

/* Couleurs par carte (tes 4 tarifs actuels) */
.prices .price-card:nth-child(1){ --c1:#8b5cf6; --c2:#22d3ee; } /* Offre de bienvenue */
.prices .price-card:nth-child(2){ --c1:#22c55e; --c2:#16a34a; } /* Vitrine Starter */
.prices .price-card:nth-child(3){ --c1:#f59e0b; --c2:#ef4444; } /* Création & Gestion */
.prices .price-card:nth-child(4){ --c1:#0ea5e9; --c2:#6366f1; border-style:dashed; } /* Maintenance */

/* Hover global */
.prices .price-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(2,6,23,.14);
  border-color:color-mix(in oklab, var(--c1) 45%, #d7dce4);
}
/* Hover boosté pour la 2e */
.prices .price-card:nth-child(2):hover{
  transform:translateY(-6px);
}

/* Ruban “Le + choisi” sur la 2e */
.prices .price-card:nth-child(2)::before{
  content:"Le + choisi";
  position:absolute;
  top:14px;
  right:-36px;
  transform:rotate(35deg);
  background:linear-gradient(135deg, var(--c1), var(--c2));
  color:#fff;
  font-weight:800;
  font-size:12px;
  padding:6px 48px;
  box-shadow:0 6px 16px color-mix(in oklab, var(--c1) 30%, rgba(0,0,0,.0));
  letter-spacing:.2px;
  border-radius:4px;
  pointer-events:none;
}

/* ===== Contrats mensuels ===== */
.prices .price-card.contrat-argent{
  --c1:#9ca3af; /* argent */
  --c2:#6b7280;
  border-style:solid;
  background:
    radial-gradient(120% 120% at 110% -10%, rgba(156,163,175,.18), transparent 60%),
    radial-gradient(120% 120% at -10% 120%, rgba(107,114,128,.14), transparent 60%),
    #ffffff;
  border-color: rgba(156,163,175,.50);
}
.prices .price-card.contrat-argent h3{
  background: linear-gradient(135deg, rgba(156,163,175,.18), #ffffff);
  border-color: rgba(156,163,175,.55);
}
.prices .price-card.contrat-argent .btn.ghost{
  border-color: var(--c1);
  color: var(--c1);
}

.prices .price-card.contrat-or{
  --c1:#f59e0b; /* or */
  --c2:#d97706;
  position:relative;
  background:
    radial-gradient(160% 140% at 110% -10%, rgba(245,158,11,.20), transparent 60%),
    radial-gradient(140% 140% at -10% 120%, rgba(217,119,6,.16), transparent 60%),
    linear-gradient(180deg, #fff7ed, #ffffff);
  border:2px solid rgba(245,158,11,.65);
  box-shadow:
    0 18px 46px rgba(2,6,23,.14),
    0 0 0 6px rgba(245,158,11,.08);
}
.prices .price-card.contrat-or h3{
  background:linear-gradient(135deg, rgba(245,158,11,.20), #ffffff);
  border-color:rgba(245,158,11,.6);
}
.prices .price-card.contrat-or .btn.ghost{
  border-color:var(--c1);
  color:#7c2d12;
  background:linear-gradient(180deg, #fff7ed, #ffffff);
}
.prices .price-card.contrat-or .btn.ghost:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(245,158,11,.25);
}
/* Ruban Premium */
.prices .price-card.contrat-or::before{
  content:"Premium";
  position:absolute;
  top:14px;
  right:-34px;
  transform:rotate(35deg);
  background:linear-gradient(135deg, #f59e0b, #d97706);
  color:#fff;
  font-weight:800;
  font-size:12px;
  padding:6px 48px;
  box-shadow:0 6px 16px rgba(245,158,11,.30);
  letter-spacing:.2px;
  border-radius:4px;
  pointer-events:none;
}
.prices .price-card.contrat-or:hover{
  transform:translateY(-7px);
  box-shadow:
    0 22px 54px rgba(2,6,23,.16),
    0 0 0 8px rgba(245,158,11,.10);
}

/* ===== FIN PRICING ===== */

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;list-style:none;padding:0;margin:10px 0 0}
.steps li{background:#fff;border:1px solid #e6e9ef;border-radius:14px;padding:14px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow)}
.steps span{width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,var(--pri),var(--acc));color:#fff;display:grid;place-items:center;font-weight:700}

.faq details{background:#fff;border:1px solid #e6e9ef;border-radius:12px;padding:10px 14px;margin:8px 0}
.faq summary{cursor:pointer;font-weight:600}
.faq p{color:#334155;margin-top:6px}

.contact form{margin-top:12px}
.contact .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
input,textarea{width:100%;padding:12px;border-radius:12px;border:1px solid #d5dbe3;background:#fff;color:#0b1220;outline:none}
input:focus,textarea:focus{box-shadow:0 0 0 6px var(--ring)}
textarea{resize:vertical}
.footer{border-top:1px solid #e6e9ef;background:#fff}
.foot{display:flex;align-items:center;justify-content:space-between;gap:12px}

@media (max-width:980px){
  .hero-inner{grid-template-columns:1fr}
  .cards,.gallery,.grid-2{grid-template-columns:1fr}
  h1{font-size:38px}
  .prices{grid-template-columns:1fr}
}

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

/* ===== OFFRES boostées ===== */
.offres-split{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:12px}
.offres-stack{display:grid;gap:14px}
.card{background:#fff;border:1px solid #e6e9ef;border-radius:18px;padding:18px;box-shadow:0 10px 25px rgba(2,6,23,.08)}
.feature{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:flex-start}
.bullets{margin:8px 0 0;padding-left:18px}
.bullets li{margin:6px 0}

/* Icônes (SVG en mask pour un rendu net) */
.icon{width:56px;height:56px;border-radius:14px;
  background:linear-gradient(135deg,#6366f1,#0ea5e9);
  box-shadow:0 8px 20px rgba(99,102,241,.25)}
.i-pen{mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zm2.92 2.33H5V18.08l9.06-9.06 1.92 1.92-9.06 9.64zM20.71 7.04a1.003 1.003 0 0 0 0-1.42l-2.34-2.34a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.82z"/></svg>') center/60% 60% no-repeat}
.i-shield{mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M12 2l7 4v6c0 5-3.5 9-7 10-3.5-1-7-5-7-10V6l7-4z"/></svg>') center/60% 60% no-repeat}
.i-help{mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm1.07-7.75l-.9.92C12.45 12.9 12 13.5 12 15h-2v-.5c0-1 .45-1.9 1.17-2.58l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H6c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"/></svg>') center/60% 60% no-repeat}

/* Bulle Formules */
.bundles{position:relative;overflow:hidden;background:
  radial-gradient(120% 120% at 100% -10%, rgba(99,102,241,.12), transparent 60%),
  radial-gradient(120% 120% at -10% 110%, rgba(14,165,233,.12), transparent 60%),
  #ffffff}
.bundles:before{content:"";position:absolute;inset:0;border-radius:18px;
  padding:1px;background:linear-gradient(135deg,rgba(99,102,241,.35),rgba(14,165,233,.35));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude}
.bundles h3{margin-bottom:6px}
.muted{color:#64748b}
.bundle{border:1px dashed #d7dce4;border-radius:14px;padding:12px;margin:12px 0;background:#fff}
.bundle .head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.tag{display:inline-block;background:linear-gradient(135deg,#6366f1,#0ea5e9);color:#fff;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px}
.tag.hot{background:linear-gradient(135deg,#f59e0b,#ef4444)}
.tag.dark{background:linear-gradient(135deg,#0f172a,#334155)}
.tag.green{
  display:inline-block;
  background:linear-gradient(135deg,#22c55e,#16a34a); /* vert clair → vert foncé */
  color:#fff;
  padding:6px 10px;
  border-radius:999px;
  font-weight:700;
  font-size:12px;
}

.muted2 {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}


.note{color:#475569;font-size:12px}
.bundle ul{margin:6px 0 0;padding-left:18px}
.legal{font-size:12px;color:#6b7280;margin-top:8px}
.btn.wide{display:block;text-align:center;margin-top:10px}

/* Hover clean */
.card:hover{transform:translateY(-2px);transition:.2s}
.feature .icon{transition:.2s}
.feature:hover .icon{filter:saturate(1.2) brightness(1.05)}

/* Responsive supplémentaire pour Offres */
@media (max-width:1020px){
  .offres-split{grid-template-columns:1fr}
}
/* Adoucissement couleurs section Contrat */
#contrat h4{
  color:#0f172a;
  font-weight:700;
}

#contrat ul li{
  color:#475569; /* gris bleuté au lieu de noir */
  margin:6px 0;
}

#contrat ul li::marker{
  color:#22c55e; /* vert check */
  font-size:14px;
}
/* Prix en bleu */
.price-card .big{
  color:var(--pri); /* bleu principal */
  background:linear-gradient(135deg, var(--pri), var(--acc));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* Base bandeau */
.bandeau { margin: 24px 0 28px; text-align: center; }
.bandeau h2 {
  margin: 0;
  font: 800 clamp(1.6rem,3vw,2.2rem)/1.15 "Poppins",system-ui,sans-serif;
  letter-spacing: -0.2px;
  color: #0f172a;
}

.encadre {
  border: 2px solid #2563eb;       
  border-radius: 16px;
  background: #f8fbff;
  padding: 20px;                  /* réduit de 40px → 20px */
  margin: 20px auto;              /* réduit de 40px → 20px */
  box-shadow: 0 4px 12px rgba(37,99,235,.12);
}
/* ===== Menu avec sous-catégories ===== */
.menu {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu > li {
  position: relative;
}
.menu > li > a,
.menu-toggle {
  margin: 0 10px;
  color: #0b1220;
  text-decoration: none;
  font: 600 14px/1 Inter, system-ui, sans-serif;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 2px;
}
.menu-toggle:focus-visible,
.menu > li > a:focus-visible {
  outline: 2px solid var(--pri);
  outline-offset: 2px;
}

/* Dropdown */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 8px;
  margin-top: 8px;
  list-style: none;
  display: none;
  z-index: 60;
}
.dropdown li a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #0b1220;
  text-decoration: none;
}
.dropdown li a:hover {
  background: #f8fafc;
}

/* Ouverture au hover ou focus */
/* Toujours coller le sous-menu au parent */
.topbar nav > ul > li {
  position: relative;
}

.topbar nav > ul > li > ul {
  position: absolute;
  top: 100%;            /* pile collé sous le bouton */
  left: 0;
  min-width: 200px;
  margin: 0;            /* pas de marge qui crée un vide */
  padding: 8px;
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 12px;
  box-shadow: var(--shadow);
  list-style: none;
  display: none;
  z-index: 60;
}

/* Ouverture tant que souris sur le <li> ou focus */
.topbar nav > ul > li:hover > ul,
.topbar nav > ul > li:focus-within > ul {
  display: block;
}

.has-dropdown:hover > .menu-toggle svg,
.has-dropdown:focus-within > .menu-toggle svg {
  transform: rotate(180deg);
  transition: .15s;
}

/* Responsive mobile */
@media (max-width:980px){
  .menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu > li {
    width: 100%;
  }
  .menu > li > a,
  .menu-toggle {
    margin: 0;
    padding: 12px 8px;
    width: 100%;
    justify-content: space-between;
  }
  .dropdown {
    position: static;
    display: none;
    margin: 6px 0 10px;
    box-shadow: none;
    border-radius: 10px;
  }
  .has-dropdown.open > .dropdown {
    display: block;
  }
}
/* Bloc pro */
#hebergements .hosting-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid rgba(13,27,42,0.06);
  border-radius: 14px;
  padding: 1.5rem;
  margin-top: 1rem;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

#hebergements .hosting-card p {
  margin: 0;
  flex: 1 1 320px;
  color: #2a2f36;
  line-height: 1.6;
  font-size: 1.05rem;
}

/* Bouton */
#hebergements .btn-hosting {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.4rem;
  min-width: 180px;
  border-radius: 10px;
  background: #0066ff;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0,102,255,0.35);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

#hebergements .btn-hosting:hover {
  background: #004fcb;
  box-shadow: 0 12px 28px rgba(0,102,255,0.45);
  transform: translateY(-1px);
}

#hebergements .btn-hosting:active { transform: translateY(0); }

/* Responsive: bouton passe dessous sur petits écrans */
@media (max-width: 640px) {
  #hebergements .btn-hosting { width: 100%; }
}
.title-bubble{
  --bg: #e6f0ff;       /* fond bleu clair */
  --txt:#0a3d91;       /* texte bleu foncé */
  --ring: rgba(10,61,145,.12);

  display: table;
  margin: clamp(12px,2vw,24px) auto;
  padding: clamp(10px,1.6vw,16px) clamp(16px,3vw,28px);
  border-radius: 999px;
  background: var(--bg);
  color: var(--txt);
  font-weight: 700;
  font-size: clamp(18px,2.6vw,28px);
  line-height: 1.15;
  text-align: center;
  box-shadow:
    0 1px 0 var(--ring) inset,
    0 10px 24px -12px var(--ring);
  border: 1px solid rgba(10,61,145,.15);
}
/* Fixe le style des sous-menus pour qu’ils s’affichent pareil partout */
.topbar nav > ul > li > ul {
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.topbar nav > ul > li > ul li { margin: 0; }

.topbar nav > ul > li > ul li a {
  display: block;
  padding: 10px 14px;
  line-height: 1.35;
  color: #0b1220;
  text-decoration: none;
  border-radius: 8px;
  white-space: nowrap;
}

.topbar nav > ul > li > ul li + li a { margin-top: 6px; }
.topbar nav > ul > li > ul li a:hover { background: #f8fafc; }

