:root{
    --gx-demo-ink:#07111f;
    --gx-demo-muted:#536177;
    --gx-demo-line:rgba(15,23,42,.10);
    --gx-demo-blue:#2563eb;
    --gx-demo-cyan:#06b6d4;
    --gx-demo-teal:#10b981;
    --gx-demo-dark:#0f172a;
    --gx-demo-card:#ffffff;
    --gx-demo-shadow:0 28px 80px rgba(15,23,42,.11);
}
.gx-demo-entry-v2,
.gx-demo-entry-v2 *{box-sizing:border-box;}
.gx-demo-entry-v2{background:#f7fbff;color:var(--gx-demo-ink);}
.gx-demo-main{overflow:hidden;background:
    linear-gradient(rgba(37,99,235,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,99,235,.035) 1px,transparent 1px),
    linear-gradient(135deg,#f8fbff 0%,#ffffff 46%,#efffff 100%);background-size:46px 46px,46px 46px,auto;}
.gx-demo-shell{width:min(1200px,calc(100% - 32px));margin:0 auto;position:relative;z-index:2;}
.gx-demo-hero{position:relative;padding:70px 0 58px;}
.gx-demo-hero:before{content:"";position:absolute;right:-110px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(6,182,212,.18),transparent 66%);pointer-events:none;}
.gx-demo-hero:after{content:"";position:absolute;left:-130px;bottom:-120px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.16),transparent 68%);pointer-events:none;}
.gx-demo-hero__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.72fr);gap:32px;align-items:stretch;}
.gx-demo-hero__copy{padding:18px 0 10px;display:flex;flex-direction:column;justify-content:center;}
.gx-demo-eyebrow{display:inline-flex;align-items:center;width:max-content;max-width:100%;gap:9px;padding:9px 14px;border:1px solid rgba(37,99,235,.14);border-radius:999px;background:rgba(255,255,255,.78);color:#1d4ed8;font-size:13px;font-weight:950;box-shadow:0 12px 28px rgba(37,99,235,.08);}
.gx-demo-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--gx-demo-blue),var(--gx-demo-cyan));box-shadow:0 0 0 4px rgba(37,99,235,.10);}
.gx-demo-hero h1{margin:20px 0 0;color:#07111f;font-size:clamp(34px,4.2vw,56px);line-height:1.08;letter-spacing:-1.9px;font-weight:950;text-wrap:balance;max-width:760px;}
.gx-demo-hero p{margin:20px 0 0;color:#4b5d76;font-size:16.5px;line-height:1.86;max-width:780px;}
.gx-demo-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;align-items:center;}
.gx-demo-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border-radius:999px;text-decoration:none;font-weight:950;white-space:nowrap;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;color:#0f172a;}
.gx-demo-btn:hover{transform:translateY(-2px);text-decoration:none;}
.gx-demo-btn--primary{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 18px 42px rgba(37,99,235,.24);}
.gx-demo-btn--dark{color:#fff;background:#0f172a;box-shadow:0 18px 38px rgba(15,23,42,.20);}
.gx-demo-btn--soft{background:#fff;color:#1d4ed8;border-color:rgba(37,99,235,.18);box-shadow:0 14px 28px rgba(15,23,42,.07);}
.gx-demo-preview-card{position:relative;overflow:hidden;border:1px solid rgba(37,99,235,.12);border-radius:32px;background:rgba(255,255,255,.86);box-shadow:var(--gx-demo-shadow);padding:24px;backdrop-filter:blur(16px);}
.gx-demo-preview-card:before{content:"";position:absolute;right:-70px;top:-80px;width:210px;height:210px;border-radius:50%;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(6,182,212,.17));}
.gx-demo-preview-card__head{position:relative;z-index:1;padding-bottom:20px;border-bottom:1px solid rgba(15,23,42,.08);}
.gx-demo-preview-card__head span{display:inline-flex;margin-bottom:10px;color:#1d4ed8;font-weight:950;font-size:13px;}
.gx-demo-preview-card__head strong{display:block;color:#0f172a;font-size:23px;line-height:1.28;letter-spacing:-.75px;}
.gx-demo-preview-metrics{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:12px;margin-top:18px;}
.gx-demo-preview-metrics div{padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.05);}
.gx-demo-preview-metrics b{display:block;color:#0f172a;font-size:21px;letter-spacing:-.6px;line-height:1;}
.gx-demo-preview-metrics span{display:block;margin-top:8px;color:#5b6b82;font-size:14px;line-height:1.55;font-weight:850;}
.gx-demo-preview-card > p{position:relative;z-index:1;margin:16px 0 0!important;padding:13px 14px;border-radius:18px;background:#f8fbff;color:#5a6a82!important;font-size:13.5px!important;line-height:1.65!important;}
.gx-demo-section{padding:64px 0;position:relative;}
.gx-demo-section--pick{background:#fff;}
.gx-demo-section--value{background:linear-gradient(180deg,#fff 0%,#f4fbff 100%);padding-bottom:92px;}
.gx-demo-section-head{text-align:center;max-width:850px;margin:0 auto 28px;}
.gx-demo-section-head--left{text-align:left;margin:0;max-width:none;}
.gx-demo-section-head span{display:inline-flex;margin-bottom:12px;padding:8px 13px;border-radius:999px;background:#eef6ff;color:#1d4ed8;font-weight:950;font-size:13px;}
.gx-demo-section-head h2{margin:0;color:#0f172a;font-size:clamp(28px,3vw,42px);line-height:1.16;letter-spacing:-1.4px;font-weight:950;text-wrap:balance;}
.gx-demo-section-head p{margin:16px 0 0;color:#5a6a82;font-size:16px;line-height:1.82;}
.gx-demo-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:30px;}
.gx-demo-choice-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:430px;border:1px solid rgba(15,23,42,.08);border-radius:30px;background:#fff;padding:28px;box-shadow:0 22px 64px rgba(15,23,42,.08);}
.gx-demo-choice-card:before{content:"";position:absolute;right:-56px;top:-66px;width:180px;height:180px;border-radius:50%;background:rgba(37,99,235,.08);}
.gx-demo-choice-card--dpp:before{background:rgba(16,185,129,.10);}
.gx-demo-choice-card__top{position:relative;z-index:1;}
.gx-demo-choice-card__top span{display:inline-flex;margin-bottom:15px;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:950;font-size:13px;}
.gx-demo-choice-card--dpp .gx-demo-choice-card__top span{background:#ecfdf5;color:#047857;}
.gx-demo-choice-card__top strong{display:block;color:#0f172a;font-size:29px;line-height:1.14;letter-spacing:-1px;font-weight:950;}
.gx-demo-choice-card p{position:relative;z-index:1;margin:16px 0 0;color:#5b6b82;font-size:15.5px;line-height:1.8;}
.gx-demo-choice-card ul{position:relative;z-index:1;margin:22px 0 26px;padding:0;list-style:none;display:grid;gap:12px;}
.gx-demo-choice-card li{position:relative;padding-left:24px;color:#23334b;font-weight:850;line-height:1.55;}
.gx-demo-choice-card li:before{content:"";position:absolute;left:0;top:.55em;width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);}
.gx-demo-choice-card--dpp li:before{background:linear-gradient(135deg,#10b981,#06b6d4);}
.gx-demo-choice-card a{position:relative;z-index:1;margin-top:auto;display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:46px;padding:12px 20px;border-radius:999px;background:#0f172a;color:#fff;text-decoration:none;font-weight:950;box-shadow:0 16px 34px rgba(15,23,42,.18);}
.gx-demo-choice-card a:after{content:"→";margin-left:8px;transition:transform .2s ease;}
.gx-demo-choice-card a:hover{text-decoration:none;}
.gx-demo-choice-card a:hover:after{transform:translateX(4px);}
.gx-demo-value-card{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:34px;align-items:start;border:1px solid rgba(15,23,42,.08);border-radius:34px;background:rgba(255,255,255,.88);box-shadow:0 24px 70px rgba(15,23,42,.08);padding:34px;}
.gx-demo-principle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.gx-demo-principle-grid article{border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#fff;padding:22px;box-shadow:0 14px 36px rgba(15,23,42,.05);}
.gx-demo-principle-grid strong{display:inline-flex;width:40px;height:40px;border-radius:15px;align-items:center;justify-content:center;background:#0f172a;color:#fff;font-size:13px;margin-bottom:18px;}
.gx-demo-principle-grid h3{margin:0;color:#0f172a;font-size:20px;line-height:1.32;letter-spacing:-.5px;font-weight:950;}
.gx-demo-principle-grid p{margin:12px 0 0;color:#5b6b82;line-height:1.78;font-size:14.5px;}
@media (max-width:980px){
    .gx-demo-hero__grid,.gx-demo-value-card{grid-template-columns:1fr;}
    .gx-demo-preview-metrics{grid-template-columns:repeat(3,minmax(0,1fr));}
    .gx-demo-principle-grid{grid-template-columns:1fr;}
}
@media (max-width:760px){
    .gx-demo-shell{width:min(100% - 22px,1200px);}
    .gx-demo-hero{padding:46px 0 38px;}
    .gx-demo-hero h1{font-size:31px;line-height:1.14;letter-spacing:-1px;}
    .gx-demo-hero p{font-size:15px;line-height:1.74;}
    .gx-demo-actions{display:grid;width:100%;gap:10px;}
    .gx-demo-btn{width:100%;min-height:46px;}
    .gx-demo-preview-card{border-radius:26px;padding:18px;}
    .gx-demo-preview-card__head strong{font-size:20px;}
    .gx-demo-preview-metrics{grid-template-columns:1fr;}
    .gx-demo-section{padding:48px 0;}
    .gx-demo-choice-grid{grid-template-columns:1fr;gap:14px;}
    .gx-demo-choice-card{min-height:auto;border-radius:26px;padding:22px;}
    .gx-demo-choice-card__top strong{font-size:24px;}
    .gx-demo-choice-card a{width:100%;}
    .gx-demo-value-card{padding:22px;border-radius:26px;gap:22px;}
    .gx-demo-section-head{text-align:left;margin-bottom:20px;}
    .gx-demo-section-head h2{font-size:28px;letter-spacing:-1px;}
}
@media (max-width:420px){
    .gx-demo-shell{width:min(100% - 18px,1200px);}
    .gx-demo-hero h1{font-size:28px;}
    .gx-demo-choice-card,.gx-demo-value-card,.gx-demo-preview-card{border-radius:22px;}
}
