:root{
  --bg:#0a1017;--bg2:#0f1722;--surface:#121d29;--surface2:#172432;--border:#28394a;
  --text:#eef3f8;--muted:#98a8b8;--soft:#c5d0db;--accent:#C6CC5A;--accent2:#AAB13B;
  --navy:#0E1A2B;--success:#5fbf85;--warn:#e4b45c;--danger:#df7070;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#0a1017,#0d151f 45%,#0a1119);color:var(--text);font:14px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer;border-radius:10px;padding:11px 16px;font-weight:750;border:1px solid var(--border);background:var(--surface);color:var(--text)}button.primary,.button.primary{background:var(--accent);color:#11180d;border-color:var(--accent);box-shadow:0 10px 26px rgba(202,215,66,.12)}button.ghost,.button.ghost{background:transparent}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:11px 16px;font-weight:750;border:1px solid var(--border)}.large{padding:13px 20px}.site-header{position:sticky;top:0;z-index:20;background:rgba(10,16,23,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(40,57,74,.8)}.site-header-inner{max-width:1260px;margin:auto;padding:16px 24px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;min-width:230px}.brand-mark{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--accent);color:#10160e;font-weight:950}.brand b{display:block;font-size:17px}.brand small{display:block;color:var(--muted);margin-top:2px}.site-nav{display:flex;gap:22px;justify-content:center;flex:1}.site-nav a{color:#b4c1ce;font-size:13px;font-weight:650}.site-nav a:hover{color:#fff}.site-actions{display:flex;gap:9px}.hero{max-width:1260px;margin:auto;padding:72px 24px 36px;display:grid;grid-template-columns:1.02fr .98fr;gap:34px;align-items:center}.kicker{display:inline-flex;padding:7px 11px;border-radius:999px;border:1px solid #45552d;background:#19231a;color:#e5ef9b;font-size:11px;font-weight:800;letter-spacing:.13em}.hero h1{font-size:60px;line-height:1.02;letter-spacing:-.05em;margin:18px 0 18px;max-width:720px}.hero p{font-size:17px;line-height:1.72;color:#abb9c7;max-width:690px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.hero-points{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hero-point{padding:15px;background:#101923;border:1px solid var(--border);border-radius:14px}.hero-point strong{display:block;margin-bottom:5px}.hero-point span{color:var(--muted);font-size:13px}.product-frame{background:#0f1823;border:1px solid #304255;border-radius:22px;box-shadow:0 28px 70px rgba(0,0,0,.33);overflow:hidden}.frame-head{display:flex;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border);background:#111c28}.frame-head b{font-size:13px}.frame-head span{color:var(--muted);font-size:12px}.frame-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px}.frame-stat{background:#15212d;border:1px solid #2a3c4e;padding:14px;border-radius:13px}.frame-stat small{display:block;color:#8fa0b1;font-size:10px;letter-spacing:.1em;margin-bottom:7px}.frame-stat strong{font-size:24px}.frame-table{margin:0 14px 14px;border:1px solid #2c3d50;border-radius:14px;overflow:hidden}.frame-row{display:grid;grid-template-columns:1.5fr .8fr .5fr;gap:10px;padding:13px 14px;border-top:1px solid #263749}.frame-row:first-child{border-top:0}.frame-row b{font-size:13px}.frame-row span{color:#9eafbf;font-size:12px}.priority{justify-self:start;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800}.priority.high{background:#3b2226;color:#f3a3a3}.priority.medium{background:#3b301c;color:#efc879}.priority.low{background:#1d3528;color:#94dda8}.integration-strip{max-width:1260px;margin:0 auto;padding:0 24px 28px}.integration-strip>span{display:block;color:#74879a;font-size:11px;letter-spacing:.12em;margin-bottom:12px}.integration-list{display:flex;flex-wrap:wrap;gap:9px}.integration-list span{padding:9px 12px;background:#111a24;border:1px solid #26384a;border-radius:999px;color:#b6c3d0}.section{max-width:1260px;margin:0 auto;padding:56px 24px}.section.alt{max-width:none;background:#0d151e;border-top:1px solid #1d2b39;border-bottom:1px solid #1d2b39}.section.alt>.inner{max-width:1260px;margin:auto}.section-head{max-width:820px;margin-bottom:25px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section-head h2{font-size:40px;letter-spacing:-.04em;margin:13px 0 10px}.section-head p{color:var(--muted);font-size:16px}.section-tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:#172433;border:1px solid #2d4052;color:#c6d4e0;font-size:10px;font-weight:800;letter-spacing:.13em}.grid-3,.grid-4,.pricing-grid,.faq-grid{display:grid;gap:14px}.grid-3,.pricing-grid{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.faq-grid{grid-template-columns:repeat(2,1fr)}.card{background:#101923;border:1px solid var(--border);border-radius:16px;padding:19px}.card h3{margin:0 0 9px;font-size:18px}.card p{margin:0;color:#9faebd}.card ul{padding-left:18px;color:#aebbc8;display:grid;gap:7px}.workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.workflow-step{padding:16px;background:#111b27;border:1px solid #293b4e;border-radius:14px}.workflow-step small{display:block;color:#7d91a5;margin-bottom:10px}.workflow-step b{display:block;margin-bottom:6px}.workflow-step span{color:#96a8b9;font-size:13px}.cta-panel{display:flex;justify-content:space-between;gap:25px;align-items:center;background:#121d29;border:1px solid #344758;border-radius:18px;padding:25px}.cta-panel h2{margin:0 0 8px;font-size:30px}.cta-panel p{margin:0;color:var(--muted)}.price-card{background:#101923;border:1px solid var(--border);border-radius:17px;padding:22px;display:grid;gap:14px}.price-card.featured{border-color:#73802b;box-shadow:0 0 0 1px rgba(202,215,66,.14)}.price-card .price{font-size:38px;font-weight:850;letter-spacing:-.04em}.price-card .price small{font-size:13px;color:var(--muted);font-weight:500}.price-card ul{padding-left:18px;display:grid;gap:8px;color:#b6c2ce}.contact-layout,.auth-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;max-width:1080px;margin:auto}.contact-card,.form-card,.auth-info,.auth-card{background:#101923;border:1px solid var(--border);border-radius:18px;padding:24px}.form-card label,.auth-card label{display:grid;gap:6px;color:#b5c2cf;font-size:12px;font-weight:650;margin-bottom:13px}.form-card input,.form-card textarea,.auth-card input{width:100%;background:#0b131c;border:1px solid #314456;border-radius:10px;color:#fff;padding:12px 13px}.form-card textarea{min-height:150px;resize:vertical}.form-message,.auth-error{min-height:21px;margin-top:12px;color:#ec9393}.auth-tabs{display:flex;background:#0d151f;border:1px solid #293b4d;border-radius:11px;padding:4px;margin-bottom:18px}.auth-tabs button{flex:1;border:0;background:transparent}.auth-tabs button.active{background:#192534}.auth-info ul{display:grid;gap:10px;color:#a8b6c4}.footer{border-top:1px solid #1e2d3c;margin-top:40px}.footer-inner{max-width:1260px;margin:auto;padding:24px;color:#7f92a4;display:flex;justify-content:space-between;gap:18px}.hidden{display:none!important}@media(max-width:1000px){.hero,.contact-layout,.auth-layout{grid-template-columns:1fr}.grid-4,.workflow{grid-template-columns:1fr 1fr}.site-nav{display:none}}@media(max-width:720px){.site-header-inner,.hero,.section,.integration-strip{padding-left:18px;padding-right:18px}.hero{padding-top:42px}.hero h1{font-size:41px}.hero-points,.grid-3,.grid-4,.pricing-grid,.faq-grid,.workflow,.frame-stats{grid-template-columns:1fr}.site-actions{display:none}.cta-panel,.footer-inner{flex-direction:column;align-items:flex-start}}

/* Beacon official brand mark */
.brand-logo-mark{width:44px;height:44px;object-fit:contain;display:block;flex:0 0 44px}
.brand .brand-logo-mark{filter:none}
@media(max-width:720px){.brand-logo-mark{width:40px;height:40px;flex-basis:40px}}

/* Refined Beacon header lockup */
.site-header .brand{gap:10px;min-width:210px}
.site-header .brand-logo-mark{width:34px;height:38px;flex:0 0 34px;object-fit:contain}
.site-header .brand b{font-size:20px;line-height:1;letter-spacing:-.025em;color:#f1f6fa;font-weight:760}
.site-header .brand small{font-size:10px;line-height:1.2;letter-spacing:.035em;color:#7f92a4;margin-top:4px}
.auth-card .brand{gap:11px;min-width:auto}
.auth-card .brand-logo-mark{width:38px;height:48px;flex:0 0 38px}
.auth-card .brand b{font-size:22px;color:#f1f6fa}
.auth-card .brand small{font-size:10px;color:#7f92a4}
@media(max-width:720px){
  .site-header .brand-logo-mark{width:31px;height:35px;flex-basis:31px}
  .site-header .brand b{font-size:18px}
  .site-header .brand small{display:none}
}

/* =========================================================
   Beacon homepage — established B2B software direction
   ========================================================= */
.home-page{background:#0b121a;color:#eef3f7}.home-page .site-header{background:rgba(11,18,26,.96);backdrop-filter:blur(10px)}
.home-nav a{font-weight:600;color:#aebbc8}.home-page .button.primary{background:#C6CC5A;border-color:#C6CC5A;color:#10170d;box-shadow:none}.home-page .button.primary:hover{background:#d2d86c}
.home-hero{max-width:1260px;margin:0 auto;padding:78px 24px 48px;display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center}.home-overline,.home-section-label{margin:0 0 14px;color:#8ea0b0;font-size:11px;font-weight:800;letter-spacing:.15em}.home-hero h1{font-size:58px;line-height:1.03;letter-spacing:-.05em;margin:0 0 20px;max-width:650px}.home-lead{font-size:17px;line-height:1.72;color:#b1bec9;margin:0;max-width:650px}.home-hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin:28px 0 30px}.text-link{color:#eef3f7;font-weight:700;border-bottom:1px solid #566879;padding-bottom:3px}.text-link:hover{border-color:#C6CC5A}.home-proof-line{display:flex;gap:0;flex-wrap:wrap;border-top:1px solid #243240;padding-top:18px}.home-proof-line span{position:relative;padding:0 18px;color:#8596a7;font-size:12px}.home-proof-line span:first-child{padding-left:0}.home-proof-line span+span:before{content:"";position:absolute;left:0;top:4px;width:1px;height:12px;background:#344454}
.real-product-window{border-radius:12px;background:#101821;border:1px solid #31404f;box-shadow:0 24px 60px rgba(0,0,0,.30);overflow:hidden}.product-window-top{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:13px 15px;border-bottom:1px solid #2a3948;background:#131d27}.window-brand{display:flex;align-items:center;gap:9px;font-weight:750}.window-brand img{width:22px;height:22px;object-fit:contain}.window-meta{font-size:11px;color:#7f91a3}.window-summary{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #2a3948}.window-summary>div{padding:18px;border-right:1px solid #2a3948}.window-summary>div:last-child{border-right:0}.window-summary small{display:block;color:#7f91a3;font-size:10px;letter-spacing:.11em;margin-bottom:7px}.window-summary strong{display:block;font-size:28px;letter-spacing:-.03em}.window-summary span{display:block;color:#8fa0af;font-size:11px;margin-top:4px}.window-table-head,.window-table-row{display:grid;grid-template-columns:2.2fr 1.15fr .55fr .7fr .65fr;gap:10px;align-items:center}.window-table-head{padding:10px 14px;background:#0e161f;color:#778a9c;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.window-table-row{padding:14px;border-top:1px solid #22303d}.window-table-row b{display:block;font-size:12px}.window-table-row small{display:block;color:#778a9b;font-size:10px;margin-top:3px}.window-table-row>span{color:#a6b4c0;font-size:11px}.window-table-row>strong{font-size:12px}.window-table-row em{font-style:normal;font-size:10px;font-weight:800}.status-high{color:#ef9a9a}.status-medium{color:#e4bd70}.status-low{color:#8fcca3}.window-footer{display:flex;justify-content:space-between;gap:16px;padding:12px 14px;background:#0d151d;border-top:1px solid #263542;color:#8193a4;font-size:11px}.window-footer a{color:#dfe6eb;font-weight:700}
.home-trust-line{border-top:1px solid #1e2a35;border-bottom:1px solid #1e2a35;background:#0d151e}.home-trust-inner{max-width:1260px;margin:auto;padding:22px 24px;display:flex;gap:24px;align-items:center}.home-trust-inner strong{font-size:14px}.home-trust-inner span{color:#899baa}
.home-section{max-width:1260px;margin:0 auto;padding:78px 24px}.home-split{display:grid;grid-template-columns:.86fr 1.14fr;gap:70px;align-items:center}.home-copy-block h2,.home-section-heading h2,.home-pricing-teaser h2{font-size:40px;line-height:1.1;letter-spacing:-.04em;margin:0 0 18px}.home-copy-block p,.home-section-heading p,.home-pricing-teaser p{color:#9eafbd;font-size:15px;line-height:1.72}.home-copy-block strong{color:#e9eef2}.system-compare{display:grid;grid-template-columns:1fr 130px 1fr;gap:0;position:relative;border:1px solid #2d3e4d;background:#0f1821}.system-column{padding:24px;display:grid;gap:7px}.system-column+.system-column{border-left:1px solid #2d3e4d}.system-name{color:#8ca0b1;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.system-column small{color:#768b9c}.system-column b{font-size:22px}.system-column b.missing{color:#e89494}.system-column>span:last-child{color:#9eb0bd}.system-arrow{display:grid;align-content:center;justify-items:center;border-left:1px solid #2d3e4d;border-right:1px solid #2d3e4d;background:#111d27;color:#9fb0bd}.system-arrow>span{font-size:30px;color:#C6CC5A}.system-arrow b{margin-top:4px}.system-arrow small{font-size:10px}.system-result{grid-column:1/-1;padding:16px 20px;border-top:1px solid #2d3e4d;background:#121d27;display:grid;grid-template-columns:auto 1fr 1.2fr;gap:16px;align-items:center}.system-result small{font-size:10px;color:#C6CC5A;letter-spacing:.11em}.system-result strong{font-size:16px}.system-result span{color:#8da0af;font-size:12px}
.home-section-dark{max-width:none;background:#0e1720;border-top:1px solid #1f2d3a;border-bottom:1px solid #1f2d3a}.home-section-dark>*{max-width:1260px;margin-left:auto;margin-right:auto}.home-section-heading{max-width:760px;margin-bottom:34px}.editorial-list{border-top:1px solid #324352}.editorial-list article{display:grid;grid-template-columns:54px 1fr 130px;gap:20px;padding:22px 0;border-bottom:1px solid #2b3b49;align-items:start}.editorial-list article>span{font-size:12px;color:#718597}.editorial-list h3{margin:0 0 7px;font-size:20px;letter-spacing:-.02em}.editorial-list p{margin:0;color:#92a5b5;max-width:720px}.editorial-list article>b{justify-self:end;font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:#8195a6}
.integrations-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:68px}.integration-rows{border-top:1px solid #30404e}.integration-row{display:grid;grid-template-columns:48px 1fr 120px;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid #2c3b49}.integration-icon{width:38px;height:38px;border:1px solid #3a4a58;display:grid;place-items:center;font-weight:800;color:#dce4ea;background:#111b24}.integration-row b{display:block}.integration-row span{display:block;color:#8fa1af;font-size:12px;margin-top:4px}.integration-row em{font-style:normal;color:#778b9b;font-size:11px;text-align:right}.integration-row em.connected-state{color:#8ec49f}.integration-row.muted-row{opacity:.72}
.compact-heading{max-width:600px}.process-list{list-style:none;margin:30px 0 0;padding:0;border-top:1px solid #30404e}.process-list li{display:grid;grid-template-columns:50px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid #2c3b49}.process-list li>span{font-size:12px;color:#778b9b}.process-list b{display:block;font-size:17px;margin-bottom:5px}.process-list p{margin:0;color:#8fa2b1}
.home-security-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start;background:#0d161f;border:1px solid #2a3a48;margin-bottom:68px}.security-detail-list{display:grid}.security-detail-list>div{padding:16px 0;border-top:1px solid #2a3946}.security-detail-list>div:first-child{border-top:0}.security-detail-list b{display:block;margin-bottom:5px}.security-detail-list span{color:#8fa1b0;font-size:13px}
.home-pricing-teaser{display:flex;justify-content:space-between;align-items:center;gap:40px;border-top:1px solid #293846}.home-pricing-teaser>div:first-child{max-width:760px}.pricing-teaser-action{display:flex;gap:10px;flex-wrap:wrap}.home-footer{margin-top:0;background:#091018}.home-footer-inner{align-items:center}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:28px;height:32px;object-fit:contain}.footer-brand b{display:block;color:#edf2f6;font-size:16px}.footer-brand span{display:block;color:#75899a;font-size:11px;margin-top:2px}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer-links a{color:#8ba0b1;font-size:12px}.footer-company{text-align:right;color:#687d8e;font-size:11px}
@media(max-width:1050px){.home-hero,.home-split,.integrations-section,.home-security-section{grid-template-columns:1fr}.home-hero{padding-top:52px}.home-proof-line{gap:12px}.home-proof-line span{padding:0}.home-proof-line span+span:before{display:none}.home-trust-inner{align-items:flex-start}.system-compare{max-width:760px}.home-pricing-teaser{align-items:flex-start}}
@media(max-width:760px){.home-hero,.home-section{padding-left:18px;padding-right:18px}.home-hero h1{font-size:41px}.home-trust-inner{padding-left:18px;padding-right:18px;flex-direction:column;gap:6px}.window-summary{grid-template-columns:1fr}.window-summary>div{border-right:0;border-bottom:1px solid #2a3948}.window-table-head{display:none}.window-table-row{grid-template-columns:1fr 1fr}.window-table-row>div{grid-column:1/-1}.window-footer{flex-direction:column}.system-compare{grid-template-columns:1fr}.system-arrow{border:0;border-top:1px solid #2d3e4d;border-bottom:1px solid #2d3e4d;padding:12px}.system-result{grid-template-columns:1fr}.editorial-list article{grid-template-columns:36px 1fr}.editorial-list article>b{display:none}.integration-row{grid-template-columns:42px 1fr}.integration-row em{grid-column:2;text-align:left}.home-pricing-teaser,.home-footer-inner{flex-direction:column;align-items:flex-start}.footer-company{text-align:left}}

/* =========================================================
   Beacon v6 — balanced professional public theme
   Light/mid-tone first, navy anchors, restrained Signal Lime
   ========================================================= */
:root{
  --bg:#f3f5f2;
  --bg2:#e9edf0;
  --surface:#ffffff;
  --surface2:#edf1f3;
  --border:#d5dde3;
  --text:#142235;
  --muted:#667789;
  --soft:#33475b;
  --accent:#C6CC5A;
  --accent2:#AAB13B;
  --navy:#0E1A2B;
  --success:#3d8f61;
  --warn:#a96f18;
  --danger:#b84f52;
}
body{background:#f3f5f2;color:var(--text)}
.site-header{background:rgba(250,251,249,.94);border-bottom:1px solid #d7dfe4;box-shadow:0 1px 0 rgba(14,26,43,.03)}
.site-header .brand b{color:#0E1A2B}.site-header .brand small{color:#758494}.site-nav a{color:#4d6072}.site-nav a:hover{color:#0E1A2B}
button,.button{background:#fff;color:#142235;border-color:#ccd6dd}
button.primary,.button.primary{background:#0E1A2B;color:#fff;border-color:#0E1A2B;box-shadow:0 8px 22px rgba(14,26,43,.13)}
button.primary:hover,.button.primary:hover{background:#172b45}
button.ghost,.button.ghost{background:#fff;color:#24364a;border-color:#cbd5dc}
.hero{padding-top:70px}.kicker{background:#eef0cf;border-color:#d8dd91;color:#4b5210}
.hero h1{color:#0E1A2B}.hero p{color:#526579}
.hero-point{background:#fff;border-color:#d8e0e5;box-shadow:0 8px 22px rgba(14,26,43,.045)}.hero-point span{color:#697a8b}
.integration-strip>span{color:#778696}.integration-list span{background:#fff;border-color:#d5dde3;color:#485b6e}
.section{color:#142235}.section.alt{background:#e9edef;border-color:#d4dde2}.section.alt>.inner{color:#142235}.section-head p{color:#617386}.section-tag{background:#e4e9ec;border-color:#ccd6dc;color:#314559}
.card{background:#fff;border-color:#d6dfe4;box-shadow:0 8px 22px rgba(14,26,43,.045)}.card p{color:#657688}.card ul{color:#56697b}
.workflow-step{background:#fff;border-color:#d4dde3;box-shadow:0 7px 20px rgba(14,26,43,.04)}.workflow-step small{color:#758696}.workflow-step span{color:#66798a}
.cta-panel{background:#0E1A2B;border-color:#0E1A2B;color:#fff;box-shadow:0 16px 36px rgba(14,26,43,.16)}.cta-panel p{color:#b6c3ce}.cta-panel .button.primary{background:#C6CC5A;color:#131a0e;border-color:#C6CC5A;box-shadow:none}
.price-card,.contact-card,.form-card,.auth-info,.auth-card{background:#fff;border-color:#d5dde3;color:#142235;box-shadow:0 10px 26px rgba(14,26,43,.05)}.price-card ul{color:#56697b}.price-card .price small{color:#748494}.price-card.featured{border-color:#aeb642;box-shadow:0 0 0 1px rgba(198,204,90,.24),0 10px 28px rgba(14,26,43,.06)}
.form-card label,.auth-card label{color:#516476}.form-card input,.form-card textarea,.auth-card input{background:#f8fafb;border-color:#cbd6dd;color:#142235}.auth-tabs{background:#eef2f4;border-color:#d4dde3}.auth-tabs button{color:#5f7183}.auth-tabs button.active{background:#fff;color:#142235;box-shadow:0 4px 12px rgba(14,26,43,.07)}.auth-info ul{color:#5e7183}
.footer{background:#0E1A2B;border-top-color:#0E1A2B;color:#91a1b0}.footer-inner{color:#91a1b0}.footer-inner b{color:#f4f7f9!important}

/* Homepage-specific balance */
.home-page{background:#f3f5f2;color:#142235}.home-page .site-header{background:rgba(250,251,249,.95);border-bottom-color:#d7dfe4}.home-nav a{color:#506274}.home-nav a:hover{color:#0E1A2B}
.home-page .button.primary{background:#0E1A2B;border-color:#0E1A2B;color:#fff;box-shadow:0 8px 22px rgba(14,26,43,.13)}.home-page .button.primary:hover{background:#182d46}.home-page .text-link{color:#263a4e;border-bottom-color:#9eacb8}
.home-hero h1{color:#0E1A2B}.home-lead{color:#53677a}.home-overline,.home-section-label{color:#728394}
.home-proof-line,.home-trust-strip{color:#5f7284}.home-trust-strip{background:#edf1f2;border-color:#d8e0e4}
.home-section{color:#142235}.home-section h2{color:#0E1A2B}.home-section p{color:#607386}
.home-section.alt,.home-section.light,.home-section-muted{background:#e9edef;border-color:#d4dde2}
.home-split,.integrations-section,.home-security-section{color:#142235}
/* Dark monitoring section: keep headings readable on the navy band */
.home-section-dark{color:#f4f7f9}
.home-section-dark h2,.home-section-dark h3,.home-section-dark .editorial-list h3{color:#ffffff}
.home-section-dark .home-section-label{color:#C6CC5A}
.home-section-dark .editorial-list article{border-color:#2b3b49}
.home-section-dark .editorial-list article>span{color:#8295a6}
.home-section-dark .editorial-list p{color:#aebbc6}
.home-section-dark .editorial-list article>b{color:#c1ccd5}

.integration-row{border-color:#d5dde2}.integration-row p,.integration-row small{color:#637587}.integration-row em{color:#42566b}
.process-list>div{border-color:#d3dde2}.process-list span,.process-list p{color:#65798a}
.home-security-section{background:#0E1A2B;border-color:#0E1A2B;color:#f0f4f7;box-shadow:0 18px 42px rgba(14,26,43,.12)}.home-security-section h2,.home-security-section h3,.home-security-section b{color:#f4f7f9}.home-security-section p,.home-security-section span{color:#b3c0cb}.home-security-section .home-section-label{color:#C6CC5A}.security-detail-list>div{border-color:#304258}
.home-pricing-teaser{border-top-color:#d1dbe1}.home-footer{background:#0E1A2B}.home-footer .footer-brand b{color:#f4f7f9}.home-footer .footer-brand span,.home-footer .footer-links a,.home-footer .footer-company{color:#94a4b3}

/* Keep real product UI dark as a strong visual anchor */
.product-frame,.home-product-window{background:#101a25;border-color:#314457;box-shadow:0 24px 58px rgba(14,26,43,.18);color:#eef3f8}
.frame-head,.window-head{background:#13202c;border-color:#2b3d4e;color:#eef3f8}.frame-head span,.window-head span{color:#9aaaba}
.frame-stat,.window-summary>div{background:#172432;border-color:#2b3e50;color:#eef3f8}.frame-stat small,.window-summary small{color:#8fa0b1}
.frame-table,.window-table{border-color:#304254}.frame-row,.window-table-row{border-color:#26394a}.frame-row span,.window-table-row span{color:#9eafbf}
.window-table-head{background:#16222e;color:#8fa0b0;border-color:#2b3c4d}.window-footer{background:#121f2a;color:#9eb0be;border-color:#293a4a}

/* Brand mark: dark version on the now-light header */
.site-header .brand-logo-mark{filter:none}

/* MFA sign-in and enrollment */
.mfa-setup h3,#mfa-challenge h3{margin:10px 0 6px;color:var(--text)}.mfa-setup p,#mfa-challenge p{color:var(--muted);line-height:1.55}.mfa-qr{display:block;width:220px;height:220px;max-width:100%;background:#fff;border:10px solid #fff;border-radius:14px;margin:14px auto}.mfa-manual{padding:11px 12px;border:1px solid var(--border);border-radius:10px;background:rgba(255,255,255,.04);margin-bottom:14px}.mfa-manual small{display:block;color:var(--muted);margin-bottom:5px}.mfa-manual code{font-size:13px;word-break:break-all;color:var(--text);letter-spacing:.08em}#mfa-form{gap:12px}#mfa-form .ghost{width:100%}


/* Beacon Support */
.support-main{max-width:1180px;margin:auto;padding:72px 28px 90px}.support-intro{max-width:760px;margin-bottom:36px}.support-intro h1{font-size:52px;letter-spacing:-.045em;color:#0E1A2B;margin:8px 0 16px}.support-intro>p{font-size:18px;line-height:1.7;color:#536475}.support-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.support-trust span{border:1px solid #d9e1e7;background:#fff;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:700;color:#526273}.support-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:24px}.support-form-card,.support-side-block{background:#fff;border:1px solid #dce3e8;border-radius:18px;box-shadow:0 10px 32px rgba(20,38,54,.06)}.support-form-card{padding:30px}.support-form-card h2{color:#0E1A2B;margin:6px 0}.support-form-card>div>p,.support-side-block p{color:#617181;line-height:1.6}.support-form-card form{display:grid;gap:15px;margin-top:24px}.support-form-card label{display:grid;gap:7px;font-size:12px;font-weight:800;color:#415263}.support-form-card input,.support-form-card select,.support-form-card textarea{width:100%;box-sizing:border-box;border:1px solid #cad5dd;border-radius:11px;background:#fff;padding:12px 13px;color:#172536;font:inherit}.support-form-card textarea{resize:vertical;line-height:1.55}.support-result{display:grid;gap:5px;min-height:24px;font-size:13px}.support-result.success{padding:14px;background:#f2f7e7;border:1px solid #d9e7b5;border-radius:11px;color:#344214}.support-result.error{padding:14px;background:#fff1f1;border:1px solid #efcece;border-radius:11px;color:#8b3434}.support-result span{font-weight:400}.support-side{display:grid;align-content:start;gap:16px}.support-side-block{padding:24px}.support-side-block h3{margin:7px 0 8px;color:#0E1A2B}@media(max-width:850px){.support-layout{grid-template-columns:1fr}.support-main{padding:48px 18px 70px}.support-intro h1{font-size:40px}}
