/*
Theme Name: Ganaxa
Theme URI: https://ganaxa.com
Author: Alyah.Groupe France
Description: Thème officiel Ganaxa pour WordPress et WooCommerce.
Version: 1.8.1
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; }

@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-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-tier { min-height: 0; }
  .gx-topbar { flex-wrap: wrap; }
  .gx-language { order: 2; flex: 1; }
}
