/*
Theme Name: Ganaxa
Theme URI: https://ganaxa.com
Author: Alyah.Groupe France
Description: Thème officiel Ganaxa pour WordPress et WooCommerce.
Version: 1.7.0
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: ganaxa
*/

:root {
  --gx-navy: #061a3a;
  --gx-blue: #1267f2;
  --gx-ink: #07152f;
  --gx-muted: #53627a;
  --gx-line: #dfe6f1;
  --gx-soft: #f5f8fd;
  --gx-white: #fff;
  --gx-radius: 24px;
  --gx-shadow: 0 24px 70px rgba(6, 26, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--gx-ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.gx-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.gx-header { position: sticky; top: 0; z-index: 50; color: #fff; background: rgba(3,17,41,.96); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.gx-header__inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.gx-brand { display: inline-flex; align-items: center; gap: 12px; font-size: 25px; font-weight: 850; letter-spacing: .02em; }
.gx-brand img { width: 42px; height: 42px; border-radius: 50%; }
.gx-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; font-weight: 650; font-size: 14px; }
.gx-nav a { color: #dce7f8; }
.gx-nav a:hover { color: #fff; }
.gx-actions { display: flex; gap: 10px; }
.gx-btn { display: inline-flex; min-height: 48px; padding: 0 22px; align-items: center; justify-content: center; border: 1px solid var(--gx-navy); border-radius: 12px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.gx-btn:hover { transform: translateY(-2px); }
.gx-btn--primary { color: #fff; background: var(--gx-navy); box-shadow: 0 12px 30px rgba(6,26,58,.2); }
.gx-header .gx-btn--light { color: #fff; border-color: rgba(255,255,255,.45); background: transparent; }
.gx-header .gx-btn--primary { color: var(--gx-navy); background: #fff; }
.gx-btn--light { color: var(--gx-navy); background: #fff; }
.gx-menu-toggle { display: none; margin-left: auto; padding: 10px; border: 0; background: none; font-size: 25px; }
.gx-hero { overflow: hidden; padding: 86px 0 70px; background: radial-gradient(circle at 82% 25%, rgba(72,137,255,.28), transparent 27%), radial-gradient(circle at 92% 15%, transparent 0 26%, rgba(255,255,255,.9) 26.4% 27%, transparent 27.5%), linear-gradient(115deg,#fff 0%,#f5f8ff 58%,#dce8fb 100%); }
.gx-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; }
.gx-kicker { display: inline-flex; padding: 7px 12px; border-radius: 999px; color: var(--gx-blue); background: #eaf2ff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gx-company { display: flex; align-items: center; gap: 9px; margin-top: 24px; color: var(--gx-muted); font-size: 13px; font-weight: 700; }
.gx-company::before { content: "A"; display: grid; place-items: center; width: 26px; height: 26px; color: #fff; border-radius: 50%; background: var(--gx-navy); font-size: 12px; }
.gx-hero h1 { margin: 22px 0 20px; max-width: 680px; font-size: clamp(46px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; }
.gx-gradient { color: var(--gx-blue); }
.gx-lead { max-width: 620px; margin: 0 0 30px; color: var(--gx-muted); font-size: 19px; }
.gx-hero__buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.gx-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.gx-device { width: 100%; padding: 14px; border: 1px solid #cdd7e7; border-radius: 26px; background: linear-gradient(145deg,#071a3c,#17325e); box-shadow: var(--gx-shadow); transform: perspective(1200px) rotateY(-7deg) rotateX(2deg); }
.gx-screen { min-height: 350px; padding: 22px; border-radius: 17px; background: #f8faff; }
.gx-screen__bar { height: 12px; width: 42%; margin-bottom: 22px; border-radius: 10px; background: #d8e2f3; }
.gx-app-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.gx-app { min-height: 92px; padding: 16px 10px; text-align: center; border: 1px solid var(--gx-line); border-radius: 15px; background: #fff; font-size: 12px; font-weight: 750; }
.gx-app span { display: grid; place-items: center; width: 35px; height: 35px; margin: 0 auto 9px; border-radius: 10px; color: var(--gx-blue); background: #edf4ff; font-size: 18px; }
.gx-trust { border-block: 1px solid var(--gx-line); background: #fff; }
.gx-trust__grid { min-height: 86px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; gap: 18px; }
.gx-trust__item { font-size: 14px; font-weight: 750; }
.gx-trust__item small { display: block; color: var(--gx-muted); font-weight: 500; }
.gx-section { padding: 90px 0; }
.gx-section--soft { background: var(--gx-soft); }
.gx-section__head { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.gx-section__head h2 { margin: 10px 0 14px; font-size: clamp(34px,4vw,50px); line-height: 1.08; letter-spacing: -.035em; }
.gx-section__head p { margin: 0; color: var(--gx-muted); font-size: 18px; }
.gx-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gx-card { padding: 28px; border: 1px solid var(--gx-line); border-radius: var(--gx-radius); background: #fff; box-shadow: 0 10px 35px rgba(6,26,58,.05); }
.gx-card__icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 20px; border-radius: 15px; color: var(--gx-blue); background: #edf4ff; font-size: 23px; }
.gx-card h3 { margin: 0 0 9px; font-size: 21px; }
.gx-card p { margin: 0 0 20px; color: var(--gx-muted); }
.gx-link { color: var(--gx-blue); font-weight: 800; }
.gx-universes { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.gx-universe { position: relative; min-height: 220px; display: flex; align-items: flex-end; overflow: hidden; padding: 20px; color: #fff; border-radius: 22px; background: linear-gradient(160deg,var(--universe-a),var(--universe-b)); box-shadow: 0 18px 40px rgba(6,26,58,.14); transition: transform .25s ease,box-shadow .25s ease; }
.gx-universe::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 18%,rgba(255,255,255,.38),transparent 25%),linear-gradient(0deg,rgba(1,12,31,.68),transparent 64%); }
.gx-universe:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(6,26,58,.22); }
.gx-universe__content { position: relative; z-index: 1; }
.gx-universe strong { display: block; margin-bottom: 3px; font-size: 19px; }
.gx-universe small { color: #dce7f7; }
.gx-offers { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gx-offer { padding: 28px; border: 1px solid var(--gx-line); border-radius: 24px; background:#fff; }
.gx-offer--featured { color:#fff; border-color:transparent; background:linear-gradient(145deg,#061a3a,#12488f); box-shadow:var(--gx-shadow); }
.gx-offer ul { min-height:120px; padding-left:18px; color:var(--gx-muted); }
.gx-offer--featured ul { color:#d6e4f7; }
.gx-band { padding: 52px; border-radius: 34px; color: #fff; background: radial-gradient(circle at 82% 30%,#184aa5,transparent 30%),linear-gradient(135deg,#031631,#082958); box-shadow: var(--gx-shadow); }
.gx-band__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.gx-band h2 { margin: 0 0 16px; font-size: clamp(35px,4vw,52px); line-height: 1.05; }
.gx-band p { color: #c9d7ee; }
.gx-list { padding: 0; margin: 24px 0 0; list-style: none; }
.gx-list li { margin: 12px 0; }
.gx-list li::before { content: "✓"; margin-right: 10px; color: #6da7ff; font-weight: 900; }
.gx-products ul.products { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.gx-products ul.products::before,.gx-products ul.products::after { display: none; }
.gx-products ul.products li.product { width: auto!important; margin: 0!important; padding: 16px; border: 1px solid var(--gx-line); border-radius: 20px; background: #fff; }
.gx-products .woocommerce-loop-product__title { font-size: 17px!important; }
.gx-products .price { color: var(--gx-blue)!important; font-weight: 800; }
.gx-footer { padding: 60px 0 28px; color: #dbe6f7; background: #04152f; }
.gx-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 34px; }
.gx-footer h3 { color: #fff; }
.gx-footer a { display: block; margin: 9px 0; color: #b8c8e1; }
.gx-footer__pending { display:block; margin:9px 0; color:#91a5c3; }
.gx-footer__bottom { margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #91a5c3; font-size: 13px; }
.site-main { min-height: 55vh; padding: 60px 0; }
.woocommerce .button,.woocommerce button.button,.woocommerce input.button { color:#fff!important; background:var(--gx-navy)!important; border-radius:10px!important; }

@media (max-width: 960px) {
  .gx-menu-toggle { display: block; }
  .gx-nav,.gx-actions { display: none; }
  .gx-nav.is-open { position: absolute; inset: 78px 0 auto; display: grid; padding: 24px 30px; background: var(--gx-navy); border-bottom: 1px solid rgba(255,255,255,.12); }
  .gx-hero__grid,.gx-band__grid { grid-template-columns: 1fr; }
  .gx-cards { grid-template-columns: repeat(2,1fr); }
  .gx-trust__grid { grid-template-columns: repeat(2,1fr); padding: 20px 0; }
  .gx-products ul.products { grid-template-columns: repeat(2,1fr); }
  .gx-footer__grid { grid-template-columns: repeat(2,1fr); }
  .gx-universes { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 620px) {
  .gx-container { width: min(100% - 28px,1180px); }
  .gx-hero { padding-top: 55px; }
  .gx-hero h1 { font-size: 46px; }
  .gx-visual { min-height: 330px; }
  .gx-screen { min-height: 290px; padding: 14px; }
  .gx-app-grid { gap: 7px; }
  .gx-app { min-height: 74px; padding: 9px 5px; font-size: 10px; }
  .gx-cards,.gx-products ul.products,.gx-footer__grid,.gx-offers { grid-template-columns: 1fr; }
  .gx-universes { grid-template-columns: repeat(2,1fr); }
  .gx-band { padding: 30px 24px; }
}

/* Interface Ganaxa : navigation latérale et espace de travail */
.gx-site-shell { margin-left: 250px; }
.gx-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 60; width: 250px; display: flex; flex-direction: column; padding: 28px 20px 22px; border-right: 1px solid var(--gx-line); background: rgba(255,255,255,.97); backdrop-filter: blur(20px); }
.gx-sidebar .gx-brand { padding: 0 12px 30px; letter-spacing: .16em; }
.gx-side-nav { display: grid; gap: 6px; }
.gx-side-nav a { display: flex; align-items: center; gap: 13px; min-height: 46px; padding: 0 14px; border-radius: 13px; color: #263752; font-size: 14px; font-weight: 700; }
.gx-side-nav a:hover,.gx-side-nav a.is-active { color: var(--gx-navy); background: #f0f3f8; }
.gx-side-nav a span { width: 22px; text-align: center; color: var(--gx-navy); font-size: 18px; }
.gx-side-nav hr { width: 100%; margin: 18px 0; border: 0; border-top: 1px solid var(--gx-line); }
.gx-sidebar__company { margin-top: auto; padding: 16px; border: 1px solid var(--gx-line); border-radius: 16px; background: #f8faff; }
.gx-sidebar__company strong,.gx-sidebar__company small { display: block; }
.gx-sidebar__company small { margin-top: 4px; color: var(--gx-muted); font-size: 11px; }
.gx-mobile-header { display: none; }
.gx-topbar { min-height: 74px; display: flex; justify-content: flex-end; align-items: center; gap: 14px; padding: 12px 34px 12px 284px; border-bottom: 1px solid rgba(223,230,241,.8); background: rgba(255,255,255,.94); }
.gx-topbar form { width: min(330px,40vw); }
.gx-language { min-height: 45px; padding: 0 36px 0 14px; color: var(--gx-ink); border: 1px solid var(--gx-line); border-radius: 12px; background: #fff; font-weight: 700; }
.gx-topbar input[type="search"] { width: 100%; min-height: 45px; padding: 0 16px; border: 1px solid var(--gx-line); border-radius: 12px; color: var(--gx-ink); background: #f9fbfe; }
.gx-hero { padding: 42px 0 55px; background: radial-gradient(circle at 82% 25%,rgba(72,137,255,.15),transparent 27%),linear-gradient(180deg,#fff 0%,#fbfcff 100%); }
.gx-hero__grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
.gx-hero h1 { max-width: 840px; margin: 18px auto; font-size: clamp(43px,5vw,70px); line-height: 1; }
.gx-lead { max-width: 720px; margin: 0 auto 26px; }
.gx-company { justify-content: center; }
.gx-visual { display: none; }
.gx-command { width: min(760px,100%); margin: 27px auto 0; display: flex; align-items: center; gap: 12px; padding: 13px 14px 13px 20px; border: 1px solid var(--gx-line); border-radius: 18px; background: #fff; box-shadow: 0 16px 45px rgba(6,26,58,.1); }
.gx-command input[type="search"] { flex: 1; min-width: 0; border: 0; outline: 0; font: inherit; font-size: 16px; }
.gx-command button { width: 44px; height: 44px; border: 0; border-radius: 13px; color: #fff; background: var(--gx-navy); cursor: pointer; }
.gx-shortcuts { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.gx-shortcuts a { padding: 9px 16px; border: 1px solid var(--gx-line); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 700; }
.gx-priority { position: relative; z-index: 4; padding: 58px 0 74px; color: #fff; background: radial-gradient(circle at 84% 10%,rgba(71,134,255,.34),transparent 28%),radial-gradient(circle at 7% 85%,rgba(51,189,221,.17),transparent 26%),linear-gradient(135deg,#020d22,#082a5b 64%,#0d448e); }
.gx-priority::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom,black,transparent); }
.gx-priority .gx-container { position: relative; }
.gx-priority__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 30px; }
.gx-priority__head h2 { margin: 10px 0 0; max-width: 700px; font-size: clamp(38px,4.7vw,64px); line-height: 1; letter-spacing: -.045em; }
.gx-priority__head p { max-width: 390px; margin: 0; color: #c9d9ef; }
.gx-priority__grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.gx-tier { min-height: 270px; display: flex; flex-direction: column; padding: 21px; border: 1px solid rgba(255,255,255,.15); border-radius: 21px; background: rgba(255,255,255,.075); backdrop-filter: blur(14px); transition: transform .22s ease,background .22s ease; }
.gx-tier:hover { transform: translateY(-6px); background: rgba(255,255,255,.13); }
.gx-tier--featured { color: var(--gx-navy); border-color: #fff; background: #fff; box-shadow: 0 24px 65px rgba(0,0,0,.25); }
.gx-tier__tag { min-height: 22px; color: #84b6ff; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.gx-tier--featured .gx-tier__tag { color: var(--gx-blue); }
.gx-tier h3 { margin: 10px 0 6px; font-size: 20px; }
.gx-tier p { margin: 0 0 18px; color: #c8d8ee; font-size: 12px; }
.gx-tier--featured p { color: var(--gx-muted); }
.gx-tier ul { flex: 1; margin: 0; padding-left: 17px; color: #e4edf9; font-size: 12px; }
.gx-tier--featured ul { color: #34455f; }
.gx-tier a { margin-top: 18px; font-size: 12px; }
.gx-selection { padding: 28px 0 90px; }
.gx-selection__panel { position: relative; min-height: 500px; display: flex; align-items: flex-end; overflow: hidden; padding: 54px; color: #fff; border-radius: 34px; background: #061a3a url('assets/ganaxa-selection.png') center/cover no-repeat; box-shadow: var(--gx-shadow); }
.gx-selection__panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,14,35,.92) 0%,rgba(3,19,45,.7) 44%,rgba(3,19,45,.08) 78%),linear-gradient(0deg,rgba(2,14,35,.7),transparent 50%); }
.gx-selection__content { position: relative; z-index: 1; max-width: 630px; }
.gx-selection h2 { margin: 14px 0; max-width: 600px; font-size: clamp(38px,5vw,62px); line-height: 1.02; letter-spacing: -.045em; }
.gx-selection p { color: #d8e5f8; font-size: 18px; }
.gx-selection__proofs,.gx-selection__actions { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0; }
.gx-selection__proofs span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.09); font-size: 12px; font-weight: 750; backdrop-filter: blur(12px); }
.gx-how { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; counter-reset: gx-step; }
.gx-how article { padding: 28px 24px; border: 1px solid var(--gx-line); border-radius: 22px; background: #fff; }
.gx-how article::before { counter-increment: gx-step; content: "0" counter(gx-step); display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 24px; color: var(--gx-blue); border-radius: 12px; background: #edf4ff; font-size: 13px; font-weight: 850; }
.gx-how h3 { margin: 0 0 8px; font-size: 18px; }
.gx-how p { margin: 0; color: var(--gx-muted); font-size: 14px; }
.gx-regions,.gx-model { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gx-region { padding: 30px; color: #fff; border-radius: 25px; background: linear-gradient(145deg,#071a3b,#174a90); }
.gx-region:nth-child(2) { background: linear-gradient(145deg,#123d39,#14786b); }
.gx-region:nth-child(3) { background: linear-gradient(145deg,#3e2919,#9a622d); }
.gx-region span { font-size: 30px; }
.gx-region h3 { margin: 16px 0 8px; font-size: 24px; }
.gx-region p { margin: 0; color: rgba(255,255,255,.78); }
.gx-model article { padding: 28px; border: 1px solid var(--gx-line); border-radius: 24px; background: #fff; }
.gx-model__label { display: inline-block; margin-bottom: 16px; padding: 6px 10px; color: var(--gx-blue); border-radius: 999px; background: #edf4ff; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.gx-disclosure { margin-top: 24px; padding: 18px 20px; color: var(--gx-muted); border-left: 4px solid var(--gx-blue); border-radius: 0 14px 14px 0; background: #f4f8ff; font-size: 13px; }
.gx-price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 34px 0; }
.gx-price-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--gx-line); border-radius: 24px; background: #fff; box-shadow: 0 10px 35px rgba(6,26,58,.05); }
.gx-price-card--featured { border: 2px solid var(--gx-blue); box-shadow: 0 22px 60px rgba(18,103,242,.14); }
.gx-price-card h2 { margin: 8px 0; font-size: 28px; }
.gx-price-card p { color: var(--gx-muted); }
.gx-price-card ul { flex: 1; padding-left: 20px; }
.gx-price-card li { margin: 8px 0; }
.gx-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.gx-platforms span { padding: 9px 13px; border: 1px solid var(--gx-line); border-radius: 999px; background: #fff; font-size: 12px; font-weight: 750; }
.gx-assistant-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 80; min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 8px 18px 8px 9px; color: #fff; border: 0; border-radius: 999px; background: var(--gx-navy); box-shadow: 0 18px 45px rgba(2,17,43,.3); cursor: pointer; }
.gx-assistant-launcher span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--gx-navy); background: #fff; }
.gx-assistant { position: fixed; right: 22px; bottom: 88px; z-index: 81; width: min(390px,calc(100vw - 28px)); overflow: hidden; border: 1px solid var(--gx-line); border-radius: 24px; background: #fff; box-shadow: 0 30px 90px rgba(2,17,43,.28); opacity: 0; visibility: hidden; transform: translateY(14px) scale(.98); transition: .22s ease; }
.gx-assistant.is-open { opacity: 1; visibility: visible; transform: none; }
.gx-assistant__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; color: #fff; background: linear-gradient(135deg,#04152f,#1255a7); }
.gx-assistant__head small,.gx-assistant__head strong { display: block; }
.gx-assistant__head small { color: #bcd2f3; }
.gx-assistant__head strong { font-size: 19px; }
.gx-assistant__close { color: #fff; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.gx-assistant__body { max-height: 420px; overflow: auto; padding: 22px; }
.gx-assistant__messages { display: grid; gap: 10px; max-height: 220px; overflow: auto; }
.gx-assistant__message { padding: 15px 16px; border-radius: 6px 18px 18px; background: #f0f5fd; font-size: 14px; }
.gx-assistant__message.is-user { margin-left: 34px; color: #fff; border-radius: 18px 6px 18px 18px; background: var(--gx-navy); }
.gx-assistant__status { color: var(--gx-muted); font-size: 12px; }
.gx-assistant__chips { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.gx-assistant__chips a,.gx-assistant__chips button { padding: 11px; color: var(--gx-ink); text-align: center; border: 1px solid var(--gx-line); border-radius: 12px; background: #fff; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.gx-assistant__form { display: flex; gap: 8px; padding: 14px; border-top: 1px solid var(--gx-line); }
.gx-assistant__form input { flex: 1; min-width: 0; padding: 0 14px; border: 1px solid var(--gx-line); border-radius: 12px; }
.gx-assistant__form button { flex: 0 0 44px; width: 44px; height: 44px; color: #fff; border: 0; border-radius: 12px; background: var(--gx-navy); cursor: pointer; }
.gx-assistant__form .gx-assistant__tool { flex-basis: 38px; width: 38px; color: var(--gx-navy); border: 1px solid var(--gx-line); background: #fff; font-size: 17px; }
.gx-assistant__form .gx-assistant__mic.is-listening { color: #fff; border-color: #c6283d; background: #c6283d; }
.gx-assistant__attachment { margin: -7px 14px 10px; padding: 8px 10px; color: var(--gx-navy); border-radius: 10px; background: #eef4fd; font-size: 11px; }
.gx-assistant__message.is-error { color: #8a1727; background: #fff0f2; }
.gx-inner{background:radial-gradient(circle at 82% 8%,rgba(18,103,242,.12),transparent 28%),linear-gradient(180deg,#fff,#f7faff)}.gx-inner-hero{max-width:880px;margin:0 auto 48px;text-align:center}.gx-inner-hero h1{margin:14px 0;font-size:clamp(48px,7vw,86px);line-height:.98;letter-spacing:-.055em}.gx-inner-hero>p{max-width:720px;margin:0 auto;color:var(--gx-muted);font-size:19px}.gx-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gx-path-grid--services{grid-template-columns:repeat(4,1fr)}.gx-path-grid>a{display:flex;min-height:310px;flex-direction:column;padding:30px;border:1px solid var(--gx-line);border-radius:26px;background:rgba(255,255,255,.9);box-shadow:0 18px 55px rgba(6,26,58,.07);transition:.22s ease}.gx-path-grid>a:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(6,26,58,.14)}.gx-path-grid>a>span{font-size:28px;color:var(--gx-blue)}.gx-path-grid>a small{margin-top:28px;color:var(--gx-blue);font-weight:850}.gx-path-grid h2{margin:10px 0;font-size:25px;line-height:1.08}.gx-path-grid p{color:var(--gx-muted)}.gx-path-grid b{margin-top:auto;color:var(--gx-blue)}.gx-truth-panel{margin-top:30px;padding:38px;border-radius:28px;color:#fff;background:linear-gradient(135deg,#031631,#10498e)}.gx-truth-panel h2{margin-top:0;font-size:35px}.gx-truth-panel>div{display:flex;flex-wrap:wrap;gap:10px}.gx-truth-panel span{padding:10px 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08)}.gx-about-panel,.gx-support-panel{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:start;padding:50px;border-radius:34px;background:#fff;box-shadow:var(--gx-shadow)}.gx-about-panel h2,.gx-support-panel h2{font-size:clamp(38px,4.5vw,60px);line-height:1.02;letter-spacing:-.04em}.gx-about-points{display:grid;grid-template-columns:1fr 1fr;gap:13px}.gx-about-points article{min-height:150px;padding:22px;border:1px solid var(--gx-line);border-radius:20px;background:var(--gx-soft)}.gx-about-points b,.gx-about-points span{display:block}.gx-about-points b{font-size:20px}.gx-about-points span{margin-top:8px;color:var(--gx-muted)}.gx-support-panel aside{padding:30px;border-radius:24px;color:#fff;background:linear-gradient(145deg,#061a3a,#1267f2)}.gx-support-panel aside .gx-disclosure{color:#d8e5f8;background:rgba(255,255,255,.1);border-color:#fff}

@media (max-width: 960px) {
  .gx-site-shell { margin-left: 0; }
  .gx-sidebar { display: none; }
  .gx-sidebar.is-open { inset: 70px auto 0 0; display: flex; width: min(310px,86vw); box-shadow: 20px 0 50px rgba(6,26,58,.16); }
  .gx-mobile-header { min-height: 70px; display: flex; align-items: center; padding: 10px 20px; border-bottom: 1px solid var(--gx-line); background: #fff; }
  .gx-topbar { padding-inline: 20px; }
  .gx-topbar form { width: 100%; }
  .gx-how { grid-template-columns: repeat(2,1fr); }
  .gx-regions,.gx-model { grid-template-columns: 1fr; }
  .gx-price-grid { grid-template-columns: 1fr; }
  .gx-path-grid,.gx-path-grid--services{grid-template-columns:repeat(2,1fr)}.gx-about-panel,.gx-support-panel{grid-template-columns:1fr}
  .gx-priority__grid { grid-template-columns: repeat(3,1fr); }
  .gx-priority__head { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .gx-selection__panel { min-height: 560px; padding: 30px 24px; background-position: 58% center; }
  .gx-selection__panel::before { background: linear-gradient(0deg,rgba(2,14,35,.96) 0%,rgba(3,19,45,.64) 64%,rgba(3,19,45,.2) 100%); }
  .gx-how { grid-template-columns: 1fr; }
  .gx-assistant-launcher { right: 14px; bottom: 14px; }
  .gx-assistant { right: 14px; bottom: 80px; }
  .gx-priority { padding: 48px 0; }
  .gx-priority__grid { grid-template-columns: 1fr; }
  .gx-path-grid,.gx-path-grid--services,.gx-about-points{grid-template-columns:1fr}.gx-about-panel,.gx-support-panel{padding:28px 22px}.gx-path-grid>a{min-height:250px}
  .gx-tier { min-height: 0; }
  .gx-topbar { flex-wrap: wrap; }
  .gx-language { order: 2; flex: 1; }
}

.gx-store-intro { display:grid; grid-template-columns:1.2fr .8fr; gap:32px; align-items:center; margin-bottom:24px; padding:40px; border-radius:30px; color:#fff; background:linear-gradient(135deg,#031631,#1267f2); }
.gx-store-intro h2 { margin:12px 0; font-size:clamp(36px,4.5vw,58px); line-height:1.02; }
.gx-store-intro p { color:#d8e5f8; }
.gx-live-check { display:grid; gap:10px; padding:24px; border:1px solid rgba(255,255,255,.2); border-radius:22px; background:rgba(255,255,255,.09); }
.gx-live-check strong,.gx-live-check span { display:block; }
.gx-live-check span { padding-left:18px; color:#e2ecfa; font-size:13px; }
.gx-live-check span::before { content:"✓"; margin-left:-18px; margin-right:8px; }
.gx-store-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.gx-store-card { display:flex; min-height:300px; flex-direction:column; padding:28px; border:1px solid var(--gx-line); border-radius:24px; background:#fff; box-shadow:0 16px 48px rgba(6,26,58,.07); }
.gx-store-card>span { color:var(--gx-blue); font-size:11px; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.gx-store-card h3 { margin:14px 0 8px; font-size:25px; }
.gx-store-card p { color:var(--gx-muted); }
.gx-store-card .gx-btn { margin-top:auto; }
.gx-support-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
@media (max-width:960px) { .gx-store-grid { grid-template-columns:repeat(2,1fr); } .gx-store-intro { grid-template-columns:1fr; } }
@media (max-width:620px) { .gx-store-grid { grid-template-columns:1fr; } .gx-store-intro { padding:28px 22px; } .gx-store-card { min-height:250px; } }

/* Conseiller Ganaxa 1.7 — interface unifiée avec l’application. */
.gx-assistant-launcher {
  right:22px;
  bottom:22px;
  width:66px;
  min-height:66px;
  height:66px;
  display:grid;
  place-items:center;
  padding:5px;
  overflow:visible;
  border:2px solid rgba(217,173,83,.72);
  border-radius:50%;
  background:#fff;
  box-shadow:0 18px 48px rgba(6,26,58,.28);
}
.gx-assistant-launcher span{width:54px;height:54px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#f6f1e8}
.gx-assistant-launcher span img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
.gx-assistant-launcher>i{position:absolute;right:1px;bottom:3px;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:#2ac66d}
.gx-assistant{
  right:18px;
  bottom:18px;
  width:min(440px,calc(100vw - 28px));
  height:min(720px,calc(100dvh - 32px));
  display:flex;
  overflow:hidden;
  flex-direction:column;
  border:1px solid rgba(6,26,58,.13);
  border-radius:30px;
  background:#fff;
  box-shadow:0 34px 100px rgba(6,26,58,.3);
}
.gx-assistant__head{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:13px;
  padding:14px 16px 14px 18px;
  color:#0a1328;
  border-bottom:1px solid #dde2e8;
  background:#fff;
}
.gx-assistant__avatar{flex:0 0 54px;width:54px;height:54px;display:grid;place-items:center;overflow:hidden;border:2px solid rgba(217,173,83,.72);border-radius:50%;background:#f6f1e8}
.gx-assistant__avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
.gx-assistant__head>div{min-width:0;display:flex;flex:1;flex-direction:column}
.gx-assistant__head strong{font-size:24px;line-height:1.1;letter-spacing:-.025em}
.gx-assistant__head small{display:flex;align-items:center;gap:6px;margin-top:5px;overflow:hidden;color:#697488;font-size:11px;white-space:nowrap;text-overflow:ellipsis}
.gx-assistant__head small i{width:7px;height:7px;border-radius:50%;background:#2ac66d}
.gx-assistant__close{margin-left:auto;flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;padding:0;color:#10192b;border:0;border-radius:50%;background:#f4f2ef}
.gx-assistant__close svg,.gx-assistant__voice svg,.gx-assistant__tool svg,.gx-assistant__send svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.gx-assistant__body{flex:1;min-height:170px;max-height:none;overflow:auto;padding:26px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)}
.gx-assistant__messages{display:grid;gap:13px;max-height:none;overflow:visible}
.gx-assistant__message{max-width:88%;padding:15px 17px;color:#0b1831;border:1px solid #d8dde2;border-radius:20px 20px 20px 7px;background:#fff;box-shadow:0 5px 18px rgba(6,26,58,.06);font-size:15px;line-height:1.55}
.gx-assistant__message.is-user{justify-self:end;margin-left:0;color:#fff;border-color:#061a3a;border-radius:20px 20px 7px;background:#061a3a}
.gx-assistant__message.is-error{color:#8a1727;background:#fff0f2}
.gx-assistant__products{display:grid;gap:8px;margin-top:13px}
.gx-assistant__products a{display:grid;padding:11px;color:#0b1831!important;border-radius:13px;background:#f4f6f8}
.gx-assistant__products a strong{color:#ba1324}
.gx-assistant__products a small{margin-top:5px;color:#566174}
.gx-assistant__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}
.gx-assistant__actions button{min-height:38px;padding:9px 12px;color:#fff;border:0;border-radius:999px;background:#061a3a;font:inherit;font-size:12px;font-weight:750;cursor:pointer}
.gx-assistant__actions button:hover,.gx-assistant__actions button:focus-visible{background:#173c69}
.gx-assistant__voice{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;margin:0 16px 12px;padding:12px 14px;color:#0b1831;text-align:left;border:1px solid #d7e1e4;border-radius:20px;background:#f5fafb;cursor:pointer}
.gx-assistant__voice>span:first-child{width:46px;height:46px;display:grid;place-items:center;color:#0c315b;border-radius:50%;background:#e4f5f6}
.gx-assistant__voice>span:nth-child(2){min-width:0;display:flex;flex-direction:column}
.gx-assistant__voice strong{font-size:14px}
.gx-assistant__voice small{margin-top:3px;overflow:hidden;color:#697488;font-size:11px;white-space:nowrap;text-overflow:ellipsis}
.gx-assistant__switch{position:relative;width:56px;height:32px;border-radius:999px;background:#b9bec5;transition:background .2s ease}
.gx-assistant__switch b{position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:transform .2s ease}
.gx-assistant__voice[aria-checked="true"] .gx-assistant__switch{background:#061a3a}
.gx-assistant__voice[aria-checked="true"] .gx-assistant__switch b{transform:translateX(24px)}
.gx-assistant__voice.is-listening>span:first-child,.gx-assistant__mic.is-listening{color:#fff!important;background:#c51b2f!important;animation:gx-chat-pulse 1.25s infinite}
@keyframes gx-chat-pulse{50%{box-shadow:0 0 0 8px rgba(197,27,47,.12)}}
.gx-assistant__composer{margin:0 14px 8px;border:1.5px solid #d9dde2;border-radius:26px;background:#fafaf8}
.gx-assistant__form{display:flex;align-items:flex-end;gap:4px;padding:8px;border:0}
.gx-assistant__form textarea{flex:1;min-width:0;min-height:48px;max-height:144px;padding:13px 8px;resize:none;overflow-y:auto;color:#0b1831;border:0;border-radius:0;outline:0;background:transparent;box-shadow:none;font:inherit;font-size:15px;line-height:1.45}
.gx-assistant__form textarea::placeholder{color:#6e7787;opacity:1}
.gx-assistant__form button{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;cursor:pointer}
.gx-assistant__form .gx-assistant__tool{flex-basis:48px;width:48px;color:#061a3a;border:0;background:transparent}
.gx-assistant__form .gx-assistant__send{color:#fff;background:#061a3a;box-shadow:0 8px 20px rgba(6,26,58,.2)}
.gx-assistant__attachment{margin:-1px 12px 10px;padding:7px 10px;color:#12345e;border-radius:10px;background:#e9f3fb;font-size:11px}
.gx-assistant__status{margin:0;padding:0 18px 12px;color:#7d8490;text-align:center;background:#fff;font-size:9px;line-height:1.35}
@media(max-width:620px){
  .gx-assistant-launcher{right:14px;bottom:14px}
  .gx-assistant{right:8px;bottom:8px;width:calc(100vw - 16px);height:calc(100dvh - 16px);border-radius:26px}
  .gx-assistant__body{padding:22px 16px}
  .gx-assistant__voice{margin-inline:10px}
  .gx-assistant__composer{margin-inline:9px}
  .gx-assistant__form button,.gx-assistant__form .gx-assistant__tool{flex-basis:46px;width:46px;height:46px}
}
