:root{
  --bg-primary:#08090b;
  --bg-secondary:#0f1114;
  --bg-raised:#14171b;
  --text-primary:#f2efe8;
  --text-secondary:#aaa69d;
  --text-dim:#75736d;
  --gold-primary:#d3ae57;
  --gold-soft:#e2c778;
  --gold-deep:#8c6c31;
  --line-subtle:rgba(255,255,255,.075);
  --line-gold:rgba(211,174,87,.28);
  --brand-font-size-desktop:23px;
  --brand-font-size-mobile:18px;
  --brand-font-weight:900;
  --brand-letter-spacing:-.05em;
  --brand-color:#ffe05e;
  --og-wrap:min(1180px,calc(100% - 48px));
  --og-ease:cubic-bezier(.16,1,.3,1);
  --og-font:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
  /* Homepage closing-scene parity variables (available to all inner pages that reuse the closing footer) */
  --gold-bright:#ffd95e;
  --gold-hi:#ffe9a0;
  --muted2:#80786b;
  --text:#f6f1e7;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg-primary)}
body.og-site{margin:0;overflow-x:hidden;background:var(--bg-primary);color:var(--text-primary);font-family:var(--og-font)!important;font-synthesis:none;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.og-site *{font-family:inherit;font-synthesis:none}
.og-site a{color:inherit}
.og-site button,.og-site input,.og-site select,.og-site textarea{font:inherit}
.og-site ::selection{background:rgba(211,174,87,.82);color:#11100d}

.og-brand-lockup{color:var(--brand-color)!important;font-family:var(--og-font)!important;font-size:var(--brand-font-size-desktop)!important;font-style:normal!important;font-weight:var(--brand-font-weight)!important;letter-spacing:var(--brand-letter-spacing)!important;line-height:1!important;text-decoration:none!important}
.og-wrap{width:var(--og-wrap);margin:0 auto}
.og-eyebrow{margin:0 0 16px;color:#a98b48;font-size:11px;font-weight:680;letter-spacing:.15em;text-transform:uppercase}
.og-arrow{display:inline-block;margin-left:8px;font-size:.92em;transition:transform .24s var(--og-ease)}

.og-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 21px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--text-primary);font-size:14px;font-weight:680;line-height:1;text-decoration:none;cursor:pointer;transition:transform .25s var(--og-ease),background .25s var(--og-ease),border-color .25s var(--og-ease),color .25s var(--og-ease)}
.og-button:hover{transform:translate3d(0,-1px,0)}
.og-button:hover .og-arrow{transform:translate3d(3px,-1px,0)}
.og-button:active{transform:scale(.98)}
.og-button:focus-visible{outline:2px solid rgba(226,199,120,.72);outline-offset:3px}
.og-button--gold{border-color:var(--gold-primary);background:var(--gold-primary);color:#17130c}
.og-button--gold:hover{border-color:var(--gold-soft);background:var(--gold-soft)}
.og-button--line{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.018);color:#ded9cf}
.og-button--line:hover{border-color:rgba(211,174,87,.4);background:rgba(211,174,87,.045)}
.og-button--quiet{min-height:auto;padding:0;border:0;color:#c7aa64}
.og-site .og-button--gold,.og-site .unified-site-demo,.og-site .unified-mobile-menu__actions a{color:#17130c}
.og-site .og-button--line{color:#ded9cf}
.og-site .og-button--quiet{color:#c7aa64}

[data-reveal]{opacity:0;transform:translate3d(0,24px,0);transition:opacity .82s var(--og-ease),transform .82s var(--og-ease)}
[data-reveal].is-visible{opacity:1;transform:translate3d(0,0,0)}
[data-reveal][data-delay="1"]{transition-delay:.08s}
[data-reveal][data-delay="2"]{transition-delay:.16s}
[data-reveal][data-delay="3"]{transition-delay:.24s}

.og-global-footer{position:relative;min-height:390px;padding:74px 0 30px;overflow:hidden;background:linear-gradient(180deg,#0c0d0f 0%,#08090b 64%);color:var(--text-secondary)}
.og-global-footer::before{content:"";position:absolute;top:-180px;left:50%;width:900px;height:300px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(211,174,87,.065),transparent 68%);pointer-events:none}
.og-global-footer__inner{position:relative;width:var(--og-wrap);margin:0 auto}
.og-global-footer__top{display:grid;grid-template-columns:minmax(320px,1.25fr) minmax(470px,.95fr);gap:clamp(72px,10vw,150px);align-items:start;padding-bottom:68px}
.og-global-footer__statement{max-width:500px}
.og-global-footer__statement .og-brand-lockup{display:inline-flex;margin-bottom:16px}
.og-global-footer__statement>span{display:block;color:#807d76;font-size:12px;letter-spacing:.07em}
.og-global-footer__statement h2{max-width:460px;margin:28px 0 0;color:#dcd8ce;font-size:clamp(25px,2.5vw,34px);font-weight:680;letter-spacing:-.045em;line-height:1.28;text-wrap:balance}
.og-global-footer__statement>p{max-width:430px;margin:18px 0 0;color:#77746d;font-size:14px;line-height:1.75}
.og-global-footer__contact{display:flex;align-items:center;gap:17px;width:max-content;margin-top:28px;padding:0;border:0;background:transparent;color:#858179;text-align:left;cursor:pointer}
.og-global-footer__qr{display:grid;place-items:center;width:70px;height:70px;padding:7px;border:1px solid rgba(211,174,87,.34);border-radius:12px;background:rgba(211,174,87,.035);box-shadow:inset 0 1px 0 rgba(255,255,255,.035);transition:border-color .22s var(--og-ease),background .22s var(--og-ease),transform .22s var(--og-ease)}
.og-global-footer__qr img{display:block;width:100%;height:100%;border-radius:6px;object-fit:cover;filter:saturate(.82) contrast(1.05)}
.og-global-footer__contact>span:last-child{font-size:12px;line-height:1.65;transition:color .22s var(--og-ease)}
.og-global-footer__contact:hover .og-global-footer__qr{border-color:rgba(226,199,120,.6);background:rgba(211,174,87,.065);transform:translate3d(0,-1px,0)}
.og-global-footer__contact:hover>span:last-child{color:#c1b9aa}
.og-global-footer__contact:focus-visible{outline:2px solid rgba(226,199,120,.58);outline-offset:5px;border-radius:12px}
.og-global-footer__nav{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.og-global-footer__nav>div{display:grid;align-content:start;gap:11px}
.og-global-footer__nav b{margin-bottom:7px;color:#8f7540;font-size:11px;font-weight:680;letter-spacing:.11em}
.og-global-footer__nav a,.og-global-footer__nav button{width:max-content;max-width:100%;padding:0;border:0;background:transparent;color:#aaa69d;font-size:13px;line-height:1.55;text-decoration:none;cursor:pointer;transition:color .22s var(--og-ease)}
.og-global-footer__nav a:hover,.og-global-footer__nav button:hover{color:#eee8dc}
.og-global-footer__legal{display:grid;grid-template-columns:minmax(250px,.95fr) minmax(320px,1.05fr) auto;align-items:end;gap:22px 38px;padding-top:25px;background:linear-gradient(90deg,rgba(255,255,255,.055),rgba(255,255,255,0)) top/100% 1px no-repeat}
.og-global-footer__identity{display:grid;gap:7px;color:#807d76;font-size:12px;line-height:1.55}
.og-global-footer__identity span:first-child{color:#a7a196;font-weight:620}
.og-global-footer__records{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 18px}
.og-global-footer__records a{display:inline-flex;align-items:center;gap:7px;color:#7f7c75;font-size:12px;text-decoration:none}
.og-global-footer__records a:hover{color:#c9c2b2}
.og-global-footer__records img{width:15px;height:17px;object-fit:contain}
.og-global-footer__signature{display:grid;justify-items:end;gap:8px;color:#77756f;font-size:11px;line-height:1.4;text-align:right}
.og-global-footer__signature span{white-space:nowrap}
.og-global-footer__designed{margin:0;color:var(--brand-color)!important;font-size:12.5px!important;font-weight:var(--brand-font-weight)!important;letter-spacing:var(--brand-letter-spacing)!important;white-space:nowrap}
/* V15 footer cadence: keep legal records quiet and make the homepage CTA + footer a single closing scene. */
.og-global-footer{border-top:1px solid rgba(219,185,94,.24);background:linear-gradient(180deg,#101113,#090a0c)}
body[data-page="home"] .og-global-footer{min-height:48dvh;display:grid;align-content:center;scroll-snap-align:start}
body[data-page="home"] .og-global-footer .og-global-footer__inner{width:min(1320px,calc(100% - 80px))}

.og-floating{position:fixed;right:20px;bottom:22px;z-index:4900;display:grid;gap:9px;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,8px,0) scale(.985);transition:opacity .24s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s}
.og-floating.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0) scale(1);transition-delay:0s}
.og-floating button{position:relative;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid rgba(211,174,87,.28);border-radius:10px;background:rgba(15,17,20,.82);color:#d0ba82;box-shadow:0 14px 35px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.06);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;transition:transform .18s cubic-bezier(.22,1,.36,1),border-color .2s ease,background .2s ease}
.og-floating button:hover{transform:translate3d(0,-1px,0);border-color:rgba(226,199,120,.5);background:rgba(21,23,27,.94)}
.og-floating button:active{transform:scale(.97)}
.og-floating [data-og-action="contact"]::after{content:"";position:absolute;inset:4px;border:1px solid rgba(226,199,120,.28);border-radius:7px;opacity:0;pointer-events:none}
.og-floating.is-visible [data-og-action="contact"]::after{animation:ogContactCue 8s cubic-bezier(.22,1,.36,1) infinite}
@keyframes ogContactCue{0%,72%,100%{opacity:0;transform:scale(.94)}76%{opacity:.24;transform:scale(.96)}86%{opacity:0;transform:scale(1.13)}}
.og-floating button:focus-visible{outline:2px solid rgba(226,199,120,.7);outline-offset:3px}
.og-floating svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}
.og-site .floating-tools,.og-site .floating-tools-v2,.og-site .home-float,.og-site .float-actions{display:none!important}

.og-modal{position:fixed;inset:0;z-index:6100;display:none;place-items:center;padding:24px;background:rgba(4,5,6,.82);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
.og-modal.is-open{display:grid}
.og-modal__card{position:relative;width:min(980px,100%);max-height:calc(100dvh - 48px);overflow:auto;padding:clamp(30px,4.2vw,52px);border:1px solid rgba(211,174,87,.28);border-radius:16px;background:linear-gradient(145deg,rgba(21,23,27,.99),rgba(10,11,13,.995));box-shadow:0 36px 110px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.055);animation:og-modal-in .34s var(--og-ease) both}
.og-modal__card::before{content:"";position:absolute;top:-170px;right:-80px;width:430px;height:340px;background:radial-gradient(circle,rgba(211,174,87,.11),transparent 68%);pointer-events:none}
.og-modal__close{position:absolute;top:17px;right:17px;z-index:2;display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid var(--line-subtle);border-radius:8px;background:rgba(255,255,255,.02);color:#aaa69d;font-size:23px;line-height:1;cursor:pointer}
.og-modal__close:hover{color:#e9e4d9;border-color:rgba(211,174,87,.35)}
.og-modal__heading{position:relative;max-width:650px}
.og-modal__heading h2{margin:0 0 11px;color:#ebe7df;font-size:clamp(34px,4vw,50px);font-weight:730;letter-spacing:-.06em;line-height:1.1;text-wrap:balance}
.og-modal__heading>p:last-child{max-width:620px;margin:0;color:#aaa69d;font-size:14px;line-height:1.75}
.og-modal__body{position:relative;display:grid;grid-template-columns:minmax(0,1.14fr) minmax(250px,.62fr);gap:30px;margin-top:29px}
.og-modal__form{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px;padding:22px;border:1px solid var(--line-subtle);border-radius:12px;background:rgba(255,255,255,.018)}
.og-modal__field{display:grid;align-content:start;gap:7px}
.og-modal__field>span{color:#d8d3c8;font-size:12px;font-weight:600}
.og-modal__field i{color:var(--gold-soft);font-style:normal}
.og-modal__field small{margin-left:5px;color:#74716b;font-size:10px;font-weight:500}
.og-modal__field input,.og-modal__field select{width:100%;height:44px;padding:0 12px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#0d0f11;color:#ede9df;font-size:12px}
.og-modal__field input::placeholder{color:#65635e}
.og-modal__field input:focus,.og-modal__field select:focus{outline:none;border-color:rgba(211,174,87,.55);box-shadow:0 0 0 3px rgba(211,174,87,.075)}
.og-modal__field [aria-invalid="true"]{border-color:#b76b5e}
.og-field-error{min-height:16px;color:#c88779;font-size:10px;line-height:1.5}
.og-modal__submit{grid-column:1/-1;width:max-content;margin-top:3px}
.og-modal__hint{grid-column:1/-1;margin:0;color:#74716b;font-size:11px;line-height:1.6}
.og-modal__qr{display:flex;align-items:center;flex-direction:column;min-height:100%;padding:21px;border:1px solid var(--line-subtle);border-radius:12px;background:linear-gradient(180deg,rgba(211,174,87,.04),rgba(255,255,255,.012));text-align:center}
.og-modal__qr h3{margin:0 0 8px;color:#e1dcd1;font-size:21px;font-weight:680;letter-spacing:-.04em}
.og-modal__qr>p:not(.og-eyebrow){margin:0;color:#918e86;font-size:12px;line-height:1.7}
.og-modal__qr img{width:min(185px,100%);margin:24px auto 0;padding:8px;border-radius:8px;background:#fff}

.og-legal-popup{position:fixed;inset:0;z-index:7400;display:grid;place-items:center;padding:24px;background:rgba(3,4,5,.82);opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:opacity .22s ease,visibility 0s linear .22s}
.og-legal-popup.is-open{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}
.og-legal-popup__card{position:relative;width:min(760px,100%);overflow:hidden;border-radius:16px;background:linear-gradient(180deg,#181610,#0f0e0a);border:1px solid rgba(226,189,85,.38);box-shadow:0 0 0 1px rgba(226,189,85,.08),0 40px 120px rgba(0,0,0,.68),0 0 40px rgba(226,189,85,.08);transform:translate3d(0,10px,0) scale(.99);transition:transform .28s var(--og-ease)}
.og-legal-popup.is-open .og-legal-popup__card{transform:translate3d(0,0,0) scale(1)}
.og-legal-popup__scroll{max-height:calc(100dvh - 80px);overflow-y:auto;overflow-x:hidden;padding:38px 38px 30px}
.og-legal-popup__scroll::-webkit-scrollbar{width:5px}.og-legal-popup__scroll::-webkit-scrollbar-track{background:transparent}.og-legal-popup__scroll::-webkit-scrollbar-thumb{background:rgba(226,189,85,.35);border-radius:3px}
.og-legal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}
.og-legal-head__text{flex:1;min-width:0}
.og-legal-topbar{display:none}
.og-legal-eyebrow{margin:0 0 6px;color:#d4b878;font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}
.og-legal-title{margin:0;color:#FFF;font-size:20px;font-weight:700;text-align:left;letter-spacing:.01em}
.og-legal-title-line{margin-top:14px;width:42px;height:2px;background:linear-gradient(90deg,#e2bd55,#f5d77a);border-radius:1px;box-shadow:0 0 12px rgba(226,189,85,.45)}
.og-legal-popup__close{flex:0 0 32px;width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(226,189,85,.35);border-radius:50%;background:rgba(226,189,85,.06);color:#e2bd55;font-size:18px;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;margin-top:2px;box-shadow:0 0 12px rgba(226,189,85,.12)}
.og-legal-popup__close:hover{background:rgba(226,189,85,.14);border-color:rgba(226,189,85,.65);color:#ffe9a0;box-shadow:0 0 18px rgba(226,189,85,.28);transform:rotate(90deg)}
.og-legal-update{margin-bottom:24px;padding:12px 16px;border:1px solid rgba(226,189,85,.28);border-radius:10px;background:rgba(226,189,85,.055);color:#e8d094;font-size:13px;line-height:1.7}
.og-legal-popup__content{display:block}
.og-legal-section{margin-top:24px}.og-legal-section h4{margin:0 0 10px;color:#F0DDB0;font-size:15.5px;font-weight:600;line-height:1.5;letter-spacing:.01em;display:flex;align-items:baseline;gap:0}
.og-legal-num{display:inline-block;color:#ffd97a;font-weight:700;letter-spacing:.04em;text-shadow:0 0 10px rgba(255,217,122,.4)}
.og-legal-section__body p{margin:0;color:#B0B0B0;font-size:14px;line-height:1.9}
.og-legal-section__body p+p{margin-top:12px}
.og-legal-section__body ul{margin:4px 0 0;padding-left:20px;color:#B0B0B0;font-size:14px;line-height:1.9;list-style:disc}
.og-legal-section__body ul li{margin-bottom:4px}
.og-legal-grid{display:grid;grid-template-columns:auto 1fr;gap:10px 24px;margin-top:28px;padding:20px 22px;border:1px dashed rgba(226,189,85,.45);border-radius:10px;background:rgba(226,189,85,.03)}
.og-legal-grid__item{display:contents}.og-legal-grid__item b{color:#b8a678;font-size:13px;font-weight:500;white-space:nowrap;letter-spacing:.02em}.og-legal-grid__item span{color:#D8D8D8;font-size:13px;line-height:1.6}
.og-legal-popup__notice{margin-top:24px;padding:0;color:#999;font-size:13px;line-height:1.7}
.og-legal-popup__sep{margin-top:24px;height:1px;background:repeating-linear-gradient(90deg,rgba(226,189,85,.45) 0,rgba(226,189,85,.45) 4px,transparent 4px,transparent 9px)}
.og-legal-footer{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.og-legal-footer__hint{margin:0;color:#999;font-size:12.5px;line-height:1.6;flex:1;min-width:200px}
.og-legal-footer__agree{flex:0 0 auto;padding:9px 28px;border:1px solid rgba(226,189,85,.55);border-radius:22px;background:linear-gradient(135deg,rgba(226,189,85,.1),rgba(226,189,85,.02));color:#f5d77a;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;box-shadow:0 0 16px rgba(226,189,85,.1)}
.og-legal-footer__agree:hover{background:linear-gradient(135deg,rgba(226,189,85,.22),rgba(226,189,85,.08));border-color:rgba(226,189,85,.85);color:#ffe9a0;box-shadow:0 0 24px rgba(226,189,85,.22)}

/* Shared footer lock: the homepage footer is the only footer design used site-wide. */
body.og-site>.footer,body.og-site>.footer-v3,body.og-site>.og-global-footer{display:none!important}
.og-shared-foot{position:relative!important;margin:0!important;padding:0!important;border:0!important;background:#0d0d0b!important;color:#f6f1e7!important;font-family:Aptos,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Hiragino Sans GB",Arial,sans-serif!important;text-align:left!important}
.og-shared-foot::before{content:""!important;position:absolute!important;top:0!important;right:0!important;left:0!important;height:1px!important;background:linear-gradient(90deg,transparent 5%,rgba(226,189,85,.12) 30%,rgba(226,189,85,.18) 50%,rgba(226,189,85,.12) 70%,transparent 95%)!important}
.og-shared-foot .og-foot-wrap,.og-shared-foot>.wrap{width:min(1180px,calc(100% - 48px))!important;margin:0 auto!important}
.og-shared-foot .foot-top{display:grid!important;grid-template-columns:1.5fr 1fr 1fr 1fr!important;gap:40px!important;padding:64px 0 48px!important}
.og-shared-foot .foot-brand{display:grid!important;justify-items:start!important;align-content:start!important;text-align:left!important}
.og-shared-foot .foot-eyebrow{display:block!important;margin:0 0 15px!important;color:#c8aa5e!important;font-size:10px!important;font-weight:700!important;letter-spacing:.28em!important;line-height:1.4!important;text-transform:uppercase!important}
.og-shared-foot .foot-state{margin:0 0 10px!important;color:#e7e2d8!important;font-size:18px!important;font-weight:760!important;line-height:1.55!important;letter-spacing:-.015em!important;text-align:left!important}
.og-shared-foot .foot-brand>p{max-width:280px!important;margin:0!important;color:#777168!important;font-size:12.5px!important;line-height:1.75!important}
.og-shared-foot .foot-contact{display:inline-flex!important;align-items:center!important;gap:13px!important;margin-top:15px!important;padding:0!important;border:0!important;background:transparent!important;color:#777168!important;text-align:left!important;cursor:pointer!important}
.og-shared-foot .foot-qr-frame{display:grid!important;place-items:center!important;width:62px!important;height:62px!important;padding:5px!important;border:1px solid rgba(226,189,85,.52)!important;border-radius:11px!important;background:#f6f2e9!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.32)!important}
.og-shared-foot .foot-qr-frame img{display:block!important;width:100%!important;height:100%!important;border-radius:5px!important;object-fit:contain!important}
.og-shared-foot .foot-contact>span:last-child{color:#777168!important;font-size:12px!important;line-height:1.75!important}
.og-shared-foot .foot-col h4{margin:0 0 18px!important;color:#f6f1e7!important;font-size:13px!important;font-weight:800!important;letter-spacing:.02em!important;line-height:1.4!important}
.og-shared-foot .foot-col ul{display:grid!important;gap:11px!important;margin:0!important;padding:0!important;list-style:none!important}
.og-shared-foot .foot-col li{margin:0!important;padding:0!important}
.og-shared-foot .foot-col a,.og-shared-foot .foot-col button{display:inline!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#80786b!important;font:inherit!important;font-size:13.5px!important;line-height:1.5!important;text-decoration:none!important;cursor:pointer!important;transition:color .25s ease!important}
.og-shared-foot .foot-col a:hover,.og-shared-foot .foot-col button:hover{color:#f5d77a!important}
.og-shared-foot .foot-legal{position:relative!important;display:flex!important;flex-direction:column!important;gap:12px!important;padding:30px 0 34px!important;border-top:0!important}
.og-shared-foot .foot-legal::before{content:""!important;position:absolute!important;top:0!important;right:0!important;left:0!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(226,189,85,.3) 30%,rgba(226,189,85,.3) 70%,transparent)!important}
.og-shared-foot .foot-legal::after{content:""!important;position:absolute!important;top:-3.5px!important;left:50%!important;width:7px!important;height:7px!important;transform:translateX(-50%) rotate(45deg)!important;border:1px solid rgba(226,189,85,.5)!important;background:#0d0d0b!important}
.og-shared-foot .row1{display:flex!important;align-items:baseline!important;gap:12px!important;flex-wrap:wrap!important}
.og-shared-foot .row1 b{color:#b8b1a4!important;font-size:13px!important;font-weight:600!important}.og-shared-foot .row1 span{color:#6b655c!important;font-size:11.5px!important;letter-spacing:.02em!important}
.og-shared-foot .row2{display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:wrap!important}
.og-shared-foot .row2 a{display:inline-flex!important;align-items:center!important;gap:7px!important;color:#6b655c!important;font-size:11.5px!important;line-height:1.4!important;text-decoration:none!important}.og-shared-foot .row2 a:hover{color:#f5d77a!important}
.og-shared-foot .row2 .badge{display:block!important;flex:0 0 15px!important;width:15px!important;min-width:15px!important;max-width:15px!important;height:16px!important;min-height:16px!important;max-height:16px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;object-fit:contain!important;object-position:center!important;vertical-align:middle!important}
.og-shared-foot .row2 .sep{display:inline-block!important;width:1px!important;height:11px!important;background:rgba(255,255,255,.12)!important;margin:0 -7px 0 -7px!important;transform:translateY(1px)!important}
.og-shared-foot .row2 .sig{display:inline-flex!important;align-items:center!important;margin-left:auto!important;color:#e2bd55!important;font-size:11.5px!important;font-weight:700!important;letter-spacing:.08em!important;opacity:.85!important}
@media(max-width:900px){.og-shared-foot .foot-top{grid-template-columns:1fr 1fr!important;gap:36px!important}}
@media(max-width:640px){.og-shared-foot .og-foot-wrap,.og-shared-foot>.wrap{width:calc(100% - 32px)!important}.og-shared-foot .foot-top{grid-template-columns:1fr!important;gap:32px!important;padding:46px 0 34px!important}.og-shared-foot .foot-legal{padding:24px 0 28px!important}.og-shared-foot .row2 .sig{margin-left:auto!important}}

/* ---------- Homepage closing-screen / final CTA (shared with inner pages) ---------- */
/* Lock the homepage gold system inside .closing-screen so the bottom CTA + footer
   look identical on every page, regardless of the page's own --gold value. */
.closing-screen{
  --gold:#e2bd55; --gold2:#f5d77a; --gold-b:#ffd95e; --gold-p:#fff3c4;
  --gold-bright:#ffd95e; --gold-hi:#ffe9a0;
  --muted2:#80786b; --text:#f6f1e7;
  --line:rgba(226,189,85,.16);
}
.closing-screen .btn-gold{
  background:linear-gradient(135deg,var(--gold-hi),var(--gold-bright) 46%,var(--gold));
  color:#20180a; box-shadow:0 10px 34px -12px rgba(255,217,94,.5);
}
.closing-screen .btn-gold:hover{
  transform:translateY(-2px); box-shadow:0 16px 46px -12px rgba(255,217,94,.62);
}
.closing-screen .g{
  background:linear-gradient(135deg,var(--gold-hi),var(--gold2) 38%,var(--gold));
  -webkit-background-clip:text; background-clip:text; color:transparent;
  filter:drop-shadow(0 0 44px rgba(226,189,85,.24));
}
.closing-screen{min-height:calc(100dvh - 78px);display:grid;grid-template-rows:minmax(0,1fr) auto;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;background:radial-gradient(ellipse 64% 48% at 50% 18%,rgba(226,189,85,.09),transparent 70%),linear-gradient(180deg,#090907,#0d0d0b)}

/* Subtle gold divider between closing-screen CTA and the shared footer.
   60% transparent, hairline, with a soft gold glow that fades on both sides. */
.cta-divider{position:relative;height:1px;margin:0 0 -1px;background:linear-gradient(90deg,transparent 0%,rgba(226,189,85,.18) 18%,rgba(226,189,85,.32) 50%,rgba(226,189,85,.18) 82%,transparent 100%);box-shadow:0 0 18px rgba(226,189,85,.08),0 0 2px rgba(226,189,85,.12)}
.cta-divider::before{content:"";position:absolute;left:50%;top:50%;width:4px;height:4px;transform:translate(-50%,-50%) rotate(45deg);border:1px solid rgba(226,189,85,.5);background:#0a0a0d}

/* "Designed & Delivered by OpenGovDev" signature icon: a small gold starburst before the text. */
.og-sig-icon{display:inline-block;width:11px;height:11px;margin-right:4px;vertical-align:middle;transform:translateY(0);color:var(--gold);stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}
.final{position:relative;text-align:center;padding:112px 0;border-bottom:0;overflow:hidden}
.final::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 700px 340px at 50% 40%,rgba(226,189,85,.12),transparent 68%);pointer-events:none}
.final .wrap{position:relative;z-index:1}
.final .corner{position:absolute;width:52px;height:52px;pointer-events:none;opacity:.5}
.final .corner::before,.final .corner::after{content:"";position:absolute;background:linear-gradient(90deg,var(--gold),transparent)}
.final .corner.tl{top:44px;left:44px}
.final .corner.tl::before{top:0;left:0;width:52px;height:1px}
.final .corner.tl::after{top:0;left:0;width:1px;height:52px;background:linear-gradient(180deg,var(--gold),transparent)}
.final .corner.br{bottom:44px;right:44px;transform:rotate(180deg)}
.final .corner.br::before{top:0;left:0;width:52px;height:1px}
.final .corner.br::after{top:0;left:0;width:1px;height:52px;background:linear-gradient(180deg,var(--gold),transparent)}
.orna{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:26px;position:relative;z-index:1}
.orna::before,.orna::after{content:"";width:52px;height:1px;background:linear-gradient(90deg,transparent,var(--gold))}
.orna::after{background:linear-gradient(90deg,var(--gold),transparent)}
.orna i{width:7px;height:7px;background:linear-gradient(135deg,var(--gold-hi),var(--gold));transform:rotate(45deg);box-shadow:0 0 14px rgba(255,217,94,.5)}
.dust{position:absolute;border-radius:50%;background:var(--gold-bright);filter:blur(1px);pointer-events:none;opacity:0;animation:dust 9s ease-in-out infinite}
@keyframes dust{0%,100%{opacity:0;transform:translateY(16px)}18%{opacity:.4}50%{opacity:.28;transform:translateY(-30px)}82%{opacity:.4}}
.final h2{font-size:clamp(30px,4.2vw,50px);position:relative;z-index:1}
.final .lede{margin:20px auto 0;position:relative;z-index:1}
.final-cta{margin-top:34px;position:relative;z-index:1}
.steps3{margin:46px auto 0;display:flex;justify-content:center;gap:0;max-width:760px;position:relative;z-index:1;border-top:1px solid var(--line);padding-top:26px}
.steps3 div{flex:1;font-size:13.5px;color:var(--muted2)}
.steps3 b{display:block;font-size:11px;letter-spacing:.2em;color:var(--gold);margin-bottom:6px}
.closing-screen .final{min-height:0;padding:clamp(62px,8vh,88px) 0 42px;background:transparent}
.closing-screen .final::before{background:radial-gradient(ellipse 620px 280px at 50% 42%,rgba(226,189,85,.105),transparent 70%)}
.closing-screen .foot{background:transparent}
.closing-screen .foot::before,.closing-screen .foot-legal::before,.closing-screen .foot-legal::after{display:none}
.closing-screen .foot-top{padding:30px 0 23px;border-top:0}
.closing-screen .foot-legal{padding:19px 0 22px;gap:9px;border-top:0}
.closing-screen .steps3{margin-top:34px;padding-top:22px;border-top-color:rgba(255,255,255,.055)}
@media(max-width:900px){.closing-screen{min-height:auto;display:block;scroll-snap-align:none}.closing-screen .final{padding:82px 0 64px}.closing-screen .steps3{margin-top:24px;padding-top:18px}.closing-screen .foot-top{padding:20px 0 14px}.closing-screen .foot-legal{padding:13px 0 15px}}
@media(prefers-reduced-motion:reduce){.dust{animation:none}}

/* Compact closing cadence used by the homepage; lock the same cadence everywhere. */
.og-shared-foot::before,.og-shared-foot .foot-legal::before,.og-shared-foot .foot-legal::after{display:none!important}
.og-shared-foot .foot-top{padding:30px 0 23px!important}
.og-shared-foot .foot-legal{gap:9px!important;padding:19px 0 22px!important}
body[data-page="home"] .closing-screen .og-shared-foot{background:transparent!important}
@media(max-width:640px){.og-shared-foot .foot-top{padding:30px 0 23px!important}.og-shared-foot .foot-legal{padding:19px 0 22px!important}}
.og-form-success{display:none;margin-top:28px;padding:28px;border:1px solid rgba(211,174,87,.25);border-radius:12px;background:rgba(211,174,87,.045)}
.og-form-success.is-visible{display:block}
.og-form-success strong{display:block;color:#eadab0;font-size:22px;font-weight:700}
.og-form-success p{margin:8px 0 20px;color:#aaa69d;font-size:13px}

body[data-nav="shared"] footer:not(.og-shared-foot),body[data-nav="shared"] .footer:not(.og-shared-foot),body[data-nav="shared"] .footer-v3:not(.og-shared-foot),body[data-nav="shared"] .site-footer:not(.og-shared-foot),body[data-nav="shared"] .global-footer:not(.og-shared-foot){display:none!important}

@keyframes og-modal-in{from{opacity:0;transform:translate3d(0,12px,0) scale(.985)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@media(max-width:1120px){.og-global-footer__legal{grid-template-columns:1fr 1fr;align-items:end}.og-global-footer__signature{grid-column:1/-1;grid-template-columns:auto auto;align-items:center;justify-content:space-between;justify-items:start;text-align:left}.og-global-footer__signature .og-global-footer__designed{justify-self:end}.og-global-footer__records{justify-content:flex-end}}
@media(max-width:980px){.og-global-footer__top{grid-template-columns:1fr;gap:50px}.og-global-footer__statement{max-width:620px}.og-global-footer__nav{max-width:660px}.og-global-footer__legal{grid-template-columns:1fr;align-items:flex-start}.og-global-footer__records{justify-content:flex-start}.og-global-footer__signature{grid-column:auto;grid-template-columns:1fr;justify-content:start;justify-items:start;text-align:left}.og-global-footer__signature .og-global-footer__designed{justify-self:start}.og-modal__body{grid-template-columns:1fr}.og-modal__qr{min-height:250px}.og-modal__qr img{margin-top:24px}}
@media(max-width:700px){:root{--og-wrap:calc(100% - 32px)}.og-brand-lockup{font-size:var(--brand-font-size-mobile)!important}.og-global-footer{padding:62px 0 28px}.og-global-footer__top{gap:42px;padding-bottom:48px}.og-global-footer__statement h2{margin-top:22px;font-size:27px}.og-global-footer__statement>p{font-size:13px}.og-global-footer__contact{margin-top:23px}.og-global-footer__qr{width:62px;height:62px}.og-global-footer__nav{grid-template-columns:1fr 1fr;gap:34px 28px}.og-global-footer__legal{gap:20px;padding-top:23px}.og-global-footer__identity,.og-global-footer__records a{font-size:11px}.og-global-footer__records{display:grid;gap:9px}.og-global-footer__signature{gap:6px}.og-global-footer__designed{font-size:11.5px!important}.og-floating{right:14px;bottom:14px}.og-floating button{width:42px;height:42px}.og-modal{padding:10px}.og-modal__card{max-height:calc(100dvh - 20px);padding:34px 18px 22px}.og-modal__body{gap:16px}.og-modal__form{grid-template-columns:1fr;padding:17px}.og-modal__submit,.og-modal__hint{grid-column:auto;width:100%}.og-modal__qr{min-height:230px}.og-modal__qr img{width:150px}body[data-page="home"] .og-global-footer{min-height:auto}body[data-page="home"] .og-global-footer .og-global-footer__inner{width:calc(100% - 36px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal]{opacity:1;transform:none;transition:none}.og-button,.og-arrow,.og-floating,.og-floating button{transition:none}.og-floating [data-og-action="contact"]::after{animation:none}.og-modal__card{animation:none}}

/* V6 visual bridge for the retained platform and scenario pages. */
body.og-site[data-page="platform"]>.cursor-glow,body.og-site[data-page="platform"]>.nav,body.og-site[data-page="platform"]>#mobileNav,body.og-site[data-page="platform"] .hero-mouse-spotlight,body.og-site[data-page="platform"] .hero-mouse-core,body.og-site[data-page="platform"] .hero-follow-glow{display:none!important}
body.og-site[data-page="platform"] .hero{position:relative!important;isolation:isolate!important;min-height:calc(100dvh - 76px)!important;display:grid!important;place-items:center!important;padding:0!important;overflow:hidden!important;border:0!important;background:#08090b!important;text-align:left!important}
body.og-site[data-page="platform"] .hero::before{content:""!important;position:absolute!important;inset:0!important;z-index:-2!important;width:auto!important;height:auto!important;border-radius:0!important;background-image:linear-gradient(90deg,rgba(8,9,11,.94),rgba(8,9,11,.72) 58%,rgba(8,9,11,.42)),linear-gradient(180deg,rgba(8,9,11,.12),rgba(8,9,11,.87)),url("hero-v6-selected.png")!important;background-position:center!important;background-size:cover!important;filter:none!important;opacity:.66!important;transform:none!important}
body.og-site[data-page="platform"] .hero::after{content:""!important;position:absolute!important;right:4%!important;bottom:-36%!important;left:auto!important;z-index:-1!important;width:58vw!important;height:58vw!important;border-radius:50%!important;background:radial-gradient(circle,rgba(211,174,87,.07),transparent 66%)!important;filter:blur(12px)!important;transform:none!important}
body.og-site[data-page="platform"] .hero-inner{position:relative!important;z-index:1!important;width:min(1280px,calc(100% - 48px))!important;max-width:none!important;margin:0 auto!important;padding:84px 0 92px!important;text-align:left!important}
body.og-site[data-page="platform"] .hero-title-two-lines{max-width:850px!important;margin:0!important;color:var(--text-primary)!important;font-size:clamp(56px,5vw,66px)!important;font-weight:760!important;letter-spacing:-.075em!important;line-height:1.09!important;text-wrap:balance!important}
body.og-site[data-page="platform"] .hero-title-two-lines span{display:block!important}
body.og-site[data-page="platform"] .hero .gold{color:var(--gold-soft)!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:initial!important;text-shadow:none!important}
body.og-site[data-page="platform"] .hero .lead{max-width:680px!important;margin:25px 0 31px!important;color:var(--text-secondary)!important;font-size:17px!important;line-height:1.82!important;text-align:left!important}
body.og-site[data-page="platform"] .hero-actions{justify-content:flex-start!important;margin:0!important}
body.og-site[data-page="platform"] .hero .btn{min-height:46px!important;padding:0 21px!important;border-radius:9px!important;box-shadow:none!important;transform:none!important}
body.og-site[data-page="platform"] .hero .btn-primary{border-color:var(--gold-primary)!important;background:var(--gold-primary)!important;color:#17130c!important}
body.og-site[data-page="platform"] .hero .btn-secondary{border-color:rgba(255,255,255,.16)!important;background:rgba(255,255,255,.018)!important;color:#ded9cf!important}
body.og-site[data-page="platform"] .section{padding:clamp(96px,8vw,118px) 0!important;border-bottom-color:var(--line-subtle)!important}
body.og-site[data-page="platform"] .title{font-size:clamp(38px,3.7vw,46px)!important;font-weight:720!important;letter-spacing:-.06em!important;line-height:1.16!important}

body.og-site[data-page="case"]>.nav,body.og-site[data-page="case"]>#mobileMenu{display:none!important}

@media(max-width:700px){body.og-site[data-page="platform"] .hero{min-height:calc(100dvh - 66px)!important;text-align:center!important}body.og-site[data-page="platform"] .hero-inner{width:calc(100% - 32px)!important;padding:70px 0 82px!important;text-align:center!important}body.og-site[data-page="platform"] .hero-title-two-lines{font-size:clamp(38px,11vw,44px)!important;line-height:1.16!important}body.og-site[data-page="platform"] .hero .lead{margin-right:auto!important;margin-left:auto!important;font-size:15px!important;text-align:center!important}body.og-site[data-page="platform"] .hero-actions{justify-content:center!important}}
@media(max-width:700px){.og-legal-popup{padding:12px}.og-legal-popup__scroll{max-height:calc(100dvh - 24px);padding:34px 22px}.og-legal-popup__content{gap:20px}.og-legal-popup__content p{font-size:13px}}
