/* ============================================================
   YTASoft - Landing Sayfa Tasarim Sistemi (gx-*)
   Kullanan sayfalar: gaziantep-e-ticaret-sitesi,
   gaziantep-web-tasarim-fiyatlari, gaziantep-yazilim
   CWV odakli: animasyonlar transform/opacity, reduced-motion destekli
   ============================================================ */

/* ---------- HERO ---------- */
.gx-hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;padding:150px 0 100px}
.gx-hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
.gx-hero-bg::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(201,168,76,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,0.05) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 55% 45%,#000 40%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 55% 45%,#000 40%,transparent 100%);animation:gxGrid 22s linear infinite}
@keyframes gxGrid{0%{transform:translateY(0)}100%{transform:translateY(64px)}}
.gx-hero-bg::after{content:'';position:absolute;top:-20%;right:-10%;width:620px;height:620px;background:radial-gradient(circle,rgba(201,168,76,0.09) 0%,transparent 62%)}
.gx-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 460px;gap:56px;align-items:center}
.gx-breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--text-muted);margin-bottom:22px;flex-wrap:wrap}
.gx-breadcrumb a{color:var(--gold)}
.gx-breadcrumb svg{width:10px;height:10px;opacity:.6}
.gx-badge{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(135deg,rgba(201,168,76,.16),rgba(201,168,76,.05));border:1px solid rgba(201,168,76,.3);color:var(--gold-light);padding:8px 20px;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:26px}
.gx-badge-dot{width:7px;height:7px;background:var(--gold);border-radius:50%;animation:gxDot 2s infinite}
@keyframes gxDot{0%{box-shadow:0 0 0 0 rgba(201,168,76,.55)}70%{box-shadow:0 0 0 8px rgba(201,168,76,0)}100%{box-shadow:0 0 0 0 rgba(201,168,76,0)}}
.gx-title{font-family:system-ui,sans-serif;font-size:clamp(2.3rem,5vw,3.7rem);font-weight:800;color:var(--white);line-height:1.08;margin-bottom:22px;letter-spacing:-.5px}
.gx-title .g{background:linear-gradient(120deg,var(--gold),var(--gold-light) 55%,var(--gold));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.gx-desc{font-size:1.08rem;color:var(--text-muted);line-height:1.8;margin-bottom:34px;max-width:560px}
.gx-desc strong{color:var(--white)}
.gx-btns{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px}
.gx-btns .btn svg,.gx-wa svg{width:18px;height:18px}
.gx-metrics{display:flex;gap:28px;padding-top:30px;border-top:1px solid var(--border)}
.gx-metric strong{display:block;font-family:system-ui,sans-serif;font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,var(--gold),var(--gold-light));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;line-height:1}
.gx-metric span{font-size:.76rem;color:var(--text-muted);margin-top:4px;display:block}
.gx-msep{width:1px;background:var(--border);height:40px}

/* ---------- HERO GORSEL: cihaz / panel mockup ---------- */
.gx-visual{position:relative;justify-self:center;width:100%;max-width:460px}
.gx-panel{position:relative;background:linear-gradient(160deg,#0d1e38,#0a1628);border:1px solid rgba(201,168,76,.28);border-radius:18px;box-shadow:0 30px 70px rgba(0,0,0,.5),var(--glow);overflow:hidden;z-index:2;padding:0 0 26px}
.gx-panel-bar{display:flex;align-items:center;gap:7px;padding:14px 18px;border-bottom:1px solid rgba(201,168,76,.15);background:rgba(0,0,0,.25)}
.gx-panel-bar i{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.18);display:block}
.gx-panel-bar i:first-child{background:rgba(255,95,86,.7)}
.gx-panel-bar i:nth-child(2){background:rgba(255,189,46,.7)}
.gx-panel-bar i:nth-child(3){background:rgba(39,201,63,.7)}
.gx-panel-url{margin-left:10px;font-size:.72rem;color:#8fa0bb;background:rgba(0,0,0,.3);border-radius:50px;padding:4px 12px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gx-panel-body{padding:22px 20px 0}
/* urun kartlari (e-ticaret) */
.gx-prods{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}
.gx-prod{background:rgba(255,255,255,.04);border:1px solid rgba(201,168,76,.14);border-radius:10px;padding:10px 8px;text-align:center;animation:gxPop .5s ease backwards}
.gx-prod:nth-child(1){animation-delay:.1s}.gx-prod:nth-child(2){animation-delay:.22s}.gx-prod:nth-child(3){animation-delay:.34s}
.gx-prod:nth-child(4){animation-delay:.46s}.gx-prod:nth-child(5){animation-delay:.58s}.gx-prod:nth-child(6){animation-delay:.7s}
@keyframes gxPop{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.gx-prod-img{height:36px;border-radius:6px;background:linear-gradient(135deg,rgba(201,168,76,.22),rgba(201,168,76,.06));margin-bottom:8px}
.gx-prod-l1{height:5px;border-radius:3px;background:rgba(255,255,255,.16);margin-bottom:5px}
.gx-prod-l2{height:5px;width:56%;border-radius:3px;background:rgba(201,168,76,.5);margin:0 auto}
/* satir listesi (yazilim/panel) */
.gx-rows{display:flex;flex-direction:column;gap:9px;margin-bottom:16px}
.gx-row{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.035);border:1px solid rgba(201,168,76,.12);border-radius:9px;padding:10px 12px}
.gx-row-ico{width:26px;height:26px;min-width:26px;border-radius:7px;background:linear-gradient(135deg,rgba(201,168,76,.2),rgba(201,168,76,.05));display:flex;align-items:center;justify-content:center;color:var(--gold)}
.gx-row-ico svg{width:14px;height:14px}
.gx-row-t{flex:1;min-width:0}
.gx-row-t b{display:block;font-size:.76rem;color:#dbe3f0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gx-row-t span{display:block;height:4px;width:60%;border-radius:2px;background:rgba(255,255,255,.12);margin-top:5px}
.gx-row-ok{font-size:.62rem;color:#4ade80;background:rgba(74,222,128,.12);border-radius:50px;padding:3px 9px;white-space:nowrap}
/* fiyat satiri (fiyatlar sayfasi) */
.gx-plines{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}
.gx-pline{display:flex;align-items:center;justify-content:space-between;gap:12px;background:rgba(255,255,255,.035);border:1px solid rgba(201,168,76,.12);border-radius:9px;padding:11px 14px}
.gx-pline.hot{border-color:rgba(201,168,76,.45);background:rgba(201,168,76,.08)}
.gx-pline b{font-size:.78rem;color:#dbe3f0;font-weight:600}
.gx-pline em{font-style:normal;font-size:.85rem;font-weight:800;color:var(--gold)}
/* toplam / ozet cubugu */
.gx-total{display:flex;align-items:center;justify-content:space-between;margin:0 20px;padding:13px 16px;border-radius:11px;background:linear-gradient(135deg,rgba(201,168,76,.16),rgba(201,168,76,.04));border:1px solid rgba(201,168,76,.28)}
.gx-total span{font-size:.76rem;color:#c8d0e0}
.gx-total strong{font-size:1.05rem;color:var(--gold);font-family:system-ui,sans-serif}
/* yuzen rozetler */
.gx-bf{position:absolute;display:flex;align-items:center;gap:10px;background:rgba(10,22,40,.96);border:1px solid rgba(201,168,76,.3);border-radius:13px;padding:11px 15px;box-shadow:0 16px 40px rgba(0,0,0,.45);z-index:3}
.gx-bf-ico{width:30px;height:30px;min-width:30px;border-radius:9px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));display:flex;align-items:center;justify-content:center;color:var(--navy)}
.gx-bf-ico svg{width:16px;height:16px}
.gx-bf-txt strong{display:block;font-size:.78rem;color:var(--white);font-family:system-ui,sans-serif}
.gx-bf-txt span{display:block;font-size:.66rem;color:var(--text-muted);margin-top:1px}
.gx-bf-tl{top:-20px;left:-22px;animation:gxFloatA 5.5s ease-in-out infinite}
.gx-bf-br{bottom:-22px;right:-18px;animation:gxFloatB 6s ease-in-out infinite}
@keyframes gxFloatA{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes gxFloatB{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}
.gx-chart{display:flex;align-items:flex-end;gap:4px;height:26px}
.gx-chart i{width:6px;background:linear-gradient(var(--gold-light),var(--gold-dark));border-radius:3px;transform-origin:bottom;animation:gxBar 2.4s ease-in-out infinite}
.gx-chart i:nth-child(1){height:40%;animation-delay:0s}.gx-chart i:nth-child(2){height:62%;animation-delay:.2s}
.gx-chart i:nth-child(3){height:80%;animation-delay:.4s}.gx-chart i:nth-child(4){height:100%;animation-delay:.6s}
@keyframes gxBar{0%,100%{transform:scaleY(.55)}50%{transform:scaleY(1)}}

/* ---------- ORTAK BOLUMLER ---------- */
.gx-sec{padding:96px 0}
.gx-sec.alt{background:rgba(10,22,40,.3)}
.gx-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px}
.gx-grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:52px}
.gx-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:30px 26px;transition:transform .35s,border-color .35s,box-shadow .35s;position:relative;overflow:hidden}
.gx-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),transparent);opacity:0;transition:opacity .35s}
.gx-card:hover{transform:translateY(-6px);border-color:rgba(201,168,76,.35);box-shadow:0 20px 50px rgba(0,0,0,.35)}
.gx-card:hover::before{opacity:1}
.gx-ico{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,rgba(201,168,76,.16),rgba(201,168,76,.04));border:1px solid rgba(201,168,76,.2);display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:18px;transition:all .35s}
.gx-ico svg{width:26px;height:26px}
.gx-card:hover .gx-ico{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);border-color:transparent}
.gx-card h3{font-family:system-ui,sans-serif;font-size:1.08rem;font-weight:700;color:var(--white);margin-bottom:10px}
.gx-card p{font-size:.9rem;color:var(--text-muted);line-height:1.7}
.gx-kw{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
.gx-kw span{font-size:.66rem;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.2);color:var(--gold);padding:2px 10px;border-radius:50px}

/* ---------- SUREC ---------- */
.gx-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:52px;position:relative}
.gx-steps::after{content:'';position:absolute;top:34px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,var(--gold),rgba(201,168,76,.1));border-radius:2px}
.gx-steps.s5{grid-template-columns:repeat(5,1fr)}
.gx-steps.s5::after{left:10%;right:10%}
.gx-step{padding:0 16px;text-align:center}
.gx-snum{width:68px;height:68px;border-radius:50%;background:var(--card-bg);border:2px solid rgba(201,168,76,.4);display:flex;align-items:center;justify-content:center;font-family:system-ui,sans-serif;font-size:1.4rem;font-weight:800;color:var(--gold);margin:0 auto 20px;position:relative;z-index:1;transition:all .35s}
.gx-step:hover .gx-snum{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);border-color:transparent;box-shadow:0 0 32px rgba(201,168,76,.4)}
.gx-step h3{font-family:system-ui,sans-serif;font-size:.98rem;font-weight:700;color:var(--white);margin-bottom:8px}
.gx-step p{font-size:.83rem;color:var(--text-muted);line-height:1.6}

/* ---------- PAKET KARTLARI ---------- */
.gx-pkgs{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px}
.gx-pkg{background:var(--card-bg);border:1px solid var(--border);border-radius:18px;padding:32px 28px;display:flex;flex-direction:column;transition:transform .35s,border-color .35s,box-shadow .35s;position:relative}
.gx-pkg.pop{border-color:rgba(201,168,76,.45);box-shadow:0 20px 60px rgba(0,0,0,.4)}
.gx-pkg.pop::before{content:'En Populer';position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);font-size:.68rem;font-weight:800;letter-spacing:.5px;padding:5px 16px;border-radius:50px}
.gx-pkg:hover{transform:translateY(-6px);border-color:rgba(201,168,76,.4);box-shadow:0 24px 60px rgba(0,0,0,.4)}
.gx-pkg h3{font-family:system-ui,sans-serif;font-size:1.2rem;font-weight:800;color:var(--white);margin-bottom:4px}
.gx-pkg-sub{font-size:.82rem;color:var(--text-muted);margin-bottom:18px}
.gx-price{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}
.gx-price .cur{font-size:1.1rem;color:var(--gold);font-weight:700}
.gx-price .amt{font-family:system-ui,sans-serif;font-size:2.3rem;font-weight:800;color:var(--white);line-height:1}
.gx-price .per{font-size:.8rem;color:var(--text-muted);margin-left:2px}
.gx-price .from{font-size:.72rem;color:var(--text-muted);display:block;width:100%;margin-top:6px}
.gx-pkg ul{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:11px;flex-grow:1}
.gx-pkg li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:var(--text);line-height:1.5}
.gx-pkg li::before{content:'\2713';color:var(--navy);background:linear-gradient(135deg,var(--gold),var(--gold-dark));width:20px;height:20px;min-width:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;margin-top:1px}
.gx-pkg .btn{width:100%;justify-content:center}

/* ---------- KARSILASTIRMA TABLOSU ---------- */
.gx-tbl-wrap{margin-top:52px;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:16px;background:var(--card-bg)}
.gx-tbl{width:100%;border-collapse:collapse;min-width:640px}
.gx-tbl th,.gx-tbl td{padding:16px 18px;text-align:left;font-size:.89rem;border-bottom:1px solid var(--border)}
.gx-tbl thead th{background:rgba(201,168,76,.08);color:var(--white);font-family:system-ui,sans-serif;font-weight:700;font-size:.92rem;white-space:nowrap}
.gx-tbl thead th.hot{color:var(--gold)}
.gx-tbl td{color:var(--text-muted);line-height:1.6}
.gx-tbl td:first-child{color:var(--white);font-weight:600}
.gx-tbl tbody tr:last-child td{border-bottom:none}
.gx-tbl tbody tr:hover{background:rgba(255,255,255,.02)}
.gx-tbl .yes{color:#4ade80;font-weight:700}
.gx-tbl .no{color:rgba(255,255,255,.28);font-weight:700}
.gx-tbl-note{font-size:.78rem;color:var(--text-muted);margin-top:14px;line-height:1.6}

/* ---------- SECIM REHBERI ---------- */
.gx-guide{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px}
.gx-guide-card{background:linear-gradient(160deg,rgba(201,168,76,.07),transparent 60%);border:1px solid var(--border);border-radius:16px;padding:28px 24px;transition:border-color .35s,transform .35s}
.gx-guide-card:hover{border-color:rgba(201,168,76,.38);transform:translateY(-4px)}
.gx-guide-card h3{font-family:system-ui,sans-serif;font-size:1.02rem;font-weight:700;color:var(--gold);margin-bottom:14px;display:flex;align-items:center;gap:9px}
.gx-guide-card h3 svg{width:18px;height:18px;flex-shrink:0}
.gx-guide-card p{font-size:.88rem;color:var(--text-muted);line-height:1.7;margin-bottom:14px}
.gx-guide-card .pick{display:inline-block;font-size:.78rem;font-weight:700;color:var(--white);background:rgba(201,168,76,.14);border:1px solid rgba(201,168,76,.3);border-radius:50px;padding:6px 15px}

/* ---------- MAKALE ---------- */
.gx-article{max-width:900px;margin:0 auto}
.gx-article h2{font-family:system-ui,sans-serif;font-size:1.6rem;font-weight:800;color:var(--white);margin:36px 0 14px}
.gx-article h2:first-child{margin-top:0}
.gx-article h3{font-family:system-ui,sans-serif;font-size:1.15rem;font-weight:700;color:var(--gold-light);margin:26px 0 10px}
.gx-article p{font-size:.96rem;color:var(--text-muted);line-height:1.85;margin-bottom:16px}
.gx-article a{color:var(--gold);font-weight:600}
.gx-article ul{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:10px}
.gx-article ul li{display:flex;align-items:flex-start;gap:10px;font-size:.92rem;color:var(--text-muted);line-height:1.6}
.gx-article ul li::before{content:'\2713';color:var(--gold);font-weight:800;flex-shrink:0}
.gx-article strong{color:var(--white)}

/* ---------- YAZAR / E-E-A-T KUTUSU ---------- */
.gx-author{display:flex;align-items:flex-start;gap:18px;background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:24px 26px;margin:44px auto 0;max-width:900px}
.gx-author-av{width:56px;height:56px;min-width:56px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-dark));display:flex;align-items:center;justify-content:center;font-family:system-ui,sans-serif;font-weight:800;font-size:1.15rem;color:var(--navy)}
.gx-author-b strong{display:block;font-family:system-ui,sans-serif;font-size:1rem;color:var(--white);margin-bottom:3px}
.gx-author-b .role{display:block;font-size:.8rem;color:var(--gold);margin-bottom:10px}
.gx-author-b p{font-size:.87rem;color:var(--text-muted);line-height:1.7;margin:0}

/* ---------- SSS ---------- */
.gx-faq-list{margin:52px auto 0;max-width:820px}
.gx-faq-item{border:1px solid var(--border);border-radius:14px;margin-bottom:12px;overflow:hidden;background:var(--card-bg);transition:border-color .3s}
.gx-faq-item:hover{border-color:rgba(201,168,76,.32)}
.gx-faq-q{width:100%;background:none;border:none;text-align:left;padding:20px 24px;font-family:system-ui,sans-serif;font-size:1rem;font-weight:600;color:var(--white);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:44px}
.gx-faq-q:hover{color:var(--gold)}
.gx-faq-q svg{width:16px;height:16px;color:var(--gold);flex-shrink:0;transition:transform .3s}
.gx-faq-q.open svg{transform:rotate(180deg)}
.gx-faq-a{font-size:.92rem;color:var(--text-muted);line-height:1.8;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;padding:0 24px}
.gx-faq-a.open{max-height:520px;padding:0 24px 22px}

/* ---------- CTA ---------- */
.gx-cta{padding:0 0 96px}
.gx-cta-box{position:relative;background:linear-gradient(150deg,var(--navy-3),rgba(10,22,40,.85) 60%);border:1px solid rgba(201,168,76,.3);border-radius:26px;padding:64px;text-align:center;overflow:hidden;box-shadow:0 40px 90px rgba(0,0,0,.45)}
.gx-cta-box::before{content:'';position:absolute;top:-40%;left:50%;transform:translateX(-50%);width:460px;height:460px;background:radial-gradient(circle,rgba(201,168,76,.1) 0%,transparent 68%);pointer-events:none}
.gx-cta-box h2{position:relative;font-family:system-ui,sans-serif;font-size:clamp(1.7rem,3.2vw,2.5rem);font-weight:800;color:var(--white);margin-bottom:14px}
.gx-cta-box p{position:relative;font-size:1rem;color:var(--text-muted);max-width:560px;margin:0 auto 32px;line-height:1.7}
.gx-cta-btns{position:relative;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.gx-wa{display:inline-flex;align-items:center;gap:8px;background:#0a6630;color:#fff;padding:14px 28px;border-radius:50px;font-weight:700;font-size:.95rem;text-decoration:none;transition:all .25s}
.gx-wa:hover{background:#128c3e;transform:translateY(-2px);color:#fff}
.gx-sec .btn svg,.gx-cta .btn svg{width:18px;height:18px}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1024px){
.gx-hero{padding:130px 0 80px;min-height:auto}
.gx-hero-inner{grid-template-columns:1fr;gap:54px}
.gx-visual{max-width:460px}
.gx-grid3,.gx-pkgs,.gx-guide{grid-template-columns:repeat(2,1fr)}
.gx-steps,.gx-steps.s5{grid-template-columns:repeat(2,1fr);gap:36px 0}
.gx-steps::after{display:none}
}
@media (max-width:768px){
.gx-hero{padding:112px 0 60px}
.gx-sec{padding:60px 0}
.gx-cta{padding:0 0 60px}
.gx-grid3,.gx-grid2,.gx-pkgs,.gx-guide{grid-template-columns:1fr}
.gx-steps,.gx-steps.s5{grid-template-columns:1fr 1fr}
.gx-cta-box{padding:40px 24px}
.gx-btns .btn{flex:1 1 auto;justify-content:center}
.gx-visual{max-width:400px}
.gx-bf-tl,.gx-bf-br,.gx-chart i,.gx-prod{animation:none}
.gx-metrics{gap:20px}
.gx-metric strong{font-size:1.55rem}
.gx-author{flex-direction:column;gap:14px}
}
@media (max-width:480px){
.gx-steps,.gx-steps.s5{grid-template-columns:1fr}
.gx-visual{max-width:100%}
.gx-bf-tl{left:-6px;top:-14px}
.gx-bf-br{right:-4px;bottom:-14px}
.gx-metrics{gap:12px;justify-content:space-between}
.gx-msep{display:none}
.gx-tbl th,.gx-tbl td{padding:13px 14px;font-size:.84rem}
}
@media (prefers-reduced-motion:reduce){
.gx-hero-bg::before,.gx-badge-dot,.gx-bf-tl,.gx-bf-br,.gx-chart i,.gx-prod{animation:none}
}
