/* GovElevate marketing site — leadership accountability edition */
:root{
  --navy:#062640;
  --navy-2:#0b3658;
  --navy-3:#174b70;
  --green:#78b83f;
  --green-dark:#4f8f2e;
  --green-soft:#e8f1db;
  --ink:#082845;
  --muted:#536679;
  --cream:#f5f1e8;
  --cream-2:#fbf8f2;
  --blue-soft:#eef4f7;
  --white:#fff;
  --line:#dbe3e7;
  --shadow:0 18px 48px rgba(6,38,64,.12);
  --shadow-soft:0 10px 28px rgba(6,38,64,.08);
  --radius:16px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.serif{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em}
.eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:var(--green-dark);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.13em}
.eyebrow::before{content:"";width:20px;height:2px;background:var(--green)}
.section{padding:92px 0}.section-tight{padding:68px 0}.section-cream{background:var(--cream)}.section-soft{background:var(--blue-soft)}.section-navy{background:var(--navy);color:#fff}
.section-heading{max-width:760px;margin:0 auto 48px;text-align:center}.section-heading h2{margin:0 0 14px;font-size:clamp(2.15rem,4.3vw,4rem);line-height:1.02}.section-heading p{margin:0;color:var(--muted);font-size:1.02rem}.section-navy .section-heading p{color:#bfcddb}.section-navy .section-heading h2{color:white}
.display{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.048em}
.btn{appearance:none;border:1px solid transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;font-weight:780;font-size:.88rem;cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:#071e2e;box-shadow:0 8px 24px rgba(120,184,63,.2)}.btn-primary:hover{background:#8ac750}.btn-outline{border-color:rgba(255,255,255,.48);color:white;background:rgba(255,255,255,.04)}.btn-dark{background:var(--navy);color:white}.btn-light{background:white;border-color:var(--line);color:var(--ink)}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-weight:800;font-size:.88rem;border-bottom:1px solid var(--green);padding-bottom:3px}.section-navy .text-link{color:white}
/* Header / hero */
.site-hero{background:linear-gradient(120deg,#031b30 0%,var(--navy) 48%,#103d5e 100%);color:white;position:relative;overflow:hidden}.site-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(120,184,63,.10),transparent 32%),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,54px 54px;pointer-events:none}.site-hero::after{content:"";position:absolute;left:-5%;bottom:-20%;width:52%;height:62%;opacity:.16;background:radial-gradient(ellipse at bottom,rgba(255,255,255,.22),transparent 68%);pointer-events:none}
.site-header{position:relative;z-index:20}.nav{height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px}.brand img{width:220px;height:auto}.nav-links{display:flex;justify-content:center;gap:28px;align-items:center}.nav-links a{color:#eef4f8;font-size:.83rem;font-weight:700}.nav-links a:hover,.nav-links a.active{color:#badd99}.nav-actions{display:flex;align-items:center;gap:10px}.login-link{color:#eaf1f5;font-size:.82rem;font-weight:700}.menu-toggle{display:none;border:1px solid rgba(255,255,255,.25);background:transparent;color:white;border-radius:8px;width:44px;height:42px;align-items:center;justify-content:center;font-size:1.15rem}
.hero{position:relative;z-index:2;padding:56px 0 74px}.hero-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:54px;align-items:center}.hero h1{margin:0 0 22px;max-width:540px;font-size:clamp(3.45rem,6vw,6rem);line-height:.94;color:white}.hero h1 em{font-style:normal;color:var(--green)}.hero-copy>p{max-width:520px;margin:0 0 30px;color:#d2dee7;font-size:1.12rem;line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#cbd8e0;font-size:.78rem;font-weight:700}.hero-proof span{display:flex;align-items:center;gap:7px}.hero-proof i{width:10px;height:10px;border:2px solid var(--green);border-radius:50%;display:inline-block}
.product-window{background:#f7fafb;border:1px solid rgba(255,255,255,.35);border-radius:17px;box-shadow:0 28px 70px rgba(0,0,0,.34);overflow:hidden;transform:rotate(-1deg);color:var(--ink)}.window-top{height:45px;background:white;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 14px}.window-brand{font-size:.76rem;font-weight:900;color:var(--green-dark)}.window-dots{display:flex;gap:6px}.window-dots span{width:7px;height:7px;background:#d5dde2;border-radius:50%}.dashboard-shell{display:grid;grid-template-columns:150px 1fr;min-height:440px}.dash-side{background:#072844;color:#d5e0e7;padding:18px 13px}.dash-side strong{display:block;color:white;margin:3px 8px 18px;font-size:.85rem}.dash-side button{width:100%;text-align:left;border:0;background:transparent;color:#c6d3dc;border-radius:6px;padding:10px 9px;font-size:.72rem;cursor:pointer;margin:2px 0}.dash-side button.active{background:rgba(120,184,63,.19);color:#dff4c8}.dash-main{padding:22px;background:#f7f9fa}.dash-title{display:flex;justify-content:space-between;align-items:start;margin-bottom:18px}.dash-title h3{margin:0;font-size:1.25rem}.dash-title small{color:#758493}.metric-row{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:14px}.metric{background:white;border:1px solid #e1e7ea;border-radius:8px;padding:10px}.metric label{display:block;color:#71808e;font-size:.58rem;margin-bottom:3px}.metric b{font-size:1.08rem}.metric small{display:block;color:var(--green-dark);font-size:.57rem;margin-top:3px}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.dash-card{background:white;border:1px solid #e1e7ea;border-radius:9px;padding:12px;min-height:150px}.dash-card h4{margin:0 0 10px;font-size:.72rem}.donut{width:82px;height:82px;border-radius:50%;background:conic-gradient(var(--navy-3) 0 32%,var(--green) 32% 58%,#d9b14b 58% 73%,#d7e0e5 73%);position:relative;margin:8px auto}.donut::after{content:"";position:absolute;inset:17px;border-radius:50%;background:white}.bars{display:flex;align-items:flex-end;height:92px;gap:7px;padding:12px 4px 2px}.bars i{display:block;flex:1;background:var(--green);border-radius:3px 3px 0 0;min-width:7px}.bars i:nth-child(even){background:var(--navy-3)}.screen-note{color:#71808e;font-size:.62rem;text-align:center}.progress-line{height:8px;background:#e9eef1;border-radius:999px;margin:14px 0;overflow:hidden}.progress-line span{display:block;height:100%;width:72%;background:linear-gradient(90deg,var(--green),#9acb71)}
/* Challenge/control */
.challenge-grid,.control-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.challenge-card,.control-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:28px 20px;min-height:245px;box-shadow:0 6px 22px rgba(6,38,64,.04)}.challenge-card .icon,.control-card .icon{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;border:1px solid #d8e2e7;color:var(--ink);font-size:1.55rem;background:#fff}.challenge-card h3,.control-card h3{margin:0 0 11px;text-align:center;font-size:1rem;line-height:1.25}.challenge-card p,.control-card p{margin:0;text-align:center;color:var(--muted);font-size:.82rem;line-height:1.65}.control-card{background:rgba(255,255,255,.72)}.control-card .icon{color:var(--green-dark);border-color:#d7e6cb;background:#f7fbf3}.control-card h3{color:var(--green-dark)}.accountability-callout{max-width:860px;margin:28px auto 0;padding:18px 22px;border-left:3px solid var(--green);background:rgba(255,255,255,.56);color:var(--muted);font-size:.92rem}.accountability-callout strong{color:var(--ink)}
/* lifecycle */
.lifecycle{display:grid;grid-template-columns:repeat(7,1fr);gap:0}.life-step{position:relative;padding:0 14px;text-align:center}.life-step:not(:last-child)::after{content:"→";position:absolute;right:-8px;top:28px;color:#9eb1bf}.life-icon{width:62px;height:62px;margin:0 auto 14px;border:1px solid #d8e2e7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;background:white}.life-step b{display:block;font-size:.78rem;margin-bottom:7px}.life-step small{display:block;color:var(--muted);font-size:.67rem;line-height:1.5}
/* product roles */
.role-tabs{display:grid;grid-template-columns:230px 1fr;gap:26px;align-items:stretch}.role-list{border-left:1px solid var(--line)}.role-list button{width:100%;border:0;background:none;text-align:left;padding:13px 16px;border-left:3px solid transparent;color:var(--muted);font-weight:750;cursor:pointer}.role-list button.active{border-left-color:var(--green);color:var(--ink);background:#f7faf4}.role-stage{border:1px solid var(--line);border-radius:14px;background:white;box-shadow:var(--shadow-soft);padding:18px;min-height:350px}.role-screen{display:none}.role-screen.active{display:block}.role-screen h3{margin:0 0 4px}.role-screen p{margin:0 0 16px;color:var(--muted);font-size:.85rem}.mock-table{border:1px solid #e1e7ea;border-radius:10px;overflow:hidden}.mock-table .head,.mock-table .row{display:grid;grid-template-columns:1.4fr .8fr .7fr .8fr;gap:10px;padding:11px 13px}.mock-table .head{background:#f4f7f8;color:#71808e;font-size:.66rem;font-weight:800}.mock-table .row{border-top:1px solid #edf1f3;font-size:.7rem}.status{color:var(--green-dark);font-weight:800}.mini-chart{height:150px;display:flex;align-items:flex-end;gap:14px;padding:16px 20px;border:1px solid #e1e7ea;border-radius:10px;background:#fbfcfc}.mini-chart i{flex:1;background:var(--navy);border-radius:3px 3px 0 0}.mini-chart i:nth-child(even){background:var(--green)}
/* editorial sections */
.split{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}.split.reverse .split-media{order:-1}.split-copy h2{margin:0 0 18px;font-size:clamp(2.5rem,4.7vw,4.5rem);line-height:.98}.split-copy p{color:var(--muted);font-size:1rem;line-height:1.78}.split-copy ul{padding:0;margin:24px 0;list-style:none}.split-copy li{padding:11px 0;border-bottom:1px solid var(--line);font-weight:700;font-size:.86rem}.split-media{border-radius:15px;background:white;border:1px solid var(--line);box-shadow:var(--shadow);padding:20px}.section-navy .split-copy p{color:#bed0dc}.section-navy .split-copy h2{color:white}.section-navy .split-media{background:#103552;border-color:rgba(255,255,255,.12)}
.five-up{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.feature-card{border-top:2px solid var(--green);padding:22px 12px 0}.feature-card h3{font-size:.9rem;margin:0 0 8px}.feature-card p{font-size:.76rem;color:var(--muted);margin:0}.section-navy .feature-card p{color:#b9cad6}.section-navy .feature-card h3{color:white}
.question-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.question{padding:28px;border:1px solid var(--line);border-radius:14px;background:white}.question span{display:block;color:var(--green-dark);font-size:.72rem;font-weight:850;margin-bottom:12px}.question h3{margin:0 0 10px;font-size:1.25rem}.question p{margin:0;color:var(--muted);font-size:.84rem}
/* resource cards */
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.resource-card{padding:30px;border:1px solid var(--line);border-radius:14px;background:white;min-height:240px;display:flex;flex-direction:column}.resource-card small{color:var(--green-dark);font-weight:850;text-transform:uppercase;letter-spacing:.09em}.resource-card h3{font-size:1.45rem;margin:14px 0 10px}.resource-card p{color:var(--muted);font-size:.88rem;flex:1}.resource-card a{font-weight:800;color:var(--ink);font-size:.86rem}
/* security */
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trust-card{padding:28px;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.05)}.trust-card h3{margin:0 0 8px;color:white}.trust-card p{margin:0;color:#bed0dc;font-size:.85rem}
/* CTA/footer */
.cta{padding:0 0 74px;background:#fff}.cta-box{background:var(--navy);border-radius:15px;color:white;padding:38px 42px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.cta-box h2{margin:0 0 8px;font-size:clamp(1.7rem,3vw,2.7rem)}.cta-box h2 em{font-style:normal;color:var(--green)}.cta-box p{margin:0;color:#c3d1db;font-size:.88rem}
.site-footer{background:#031a2d;color:#ced9e0;padding:50px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:34px}.footer-brand img{width:190px;margin-bottom:14px}.footer-brand p{font-size:.78rem;color:#9db0be;max-width:300px}.footer-col h4{color:white;margin:0 0 12px;font-size:.78rem}.footer-col a{display:block;color:#aebdca;font-size:.75rem;padding:4px 0}.footer-col a:hover{color:#dff3c9}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;font-size:.68rem;color:#849aaa}
/* modal */
.modal-backdrop{position:fixed;inset:0;background:rgba(2,18,31,.72);z-index:200;display:none;align-items:center;justify-content:center;padding:24px}.modal-backdrop.open{display:flex}.demo-modal{width:min(610px,100%);max-height:90vh;overflow:auto;background:white;border-radius:16px;padding:30px;box-shadow:0 30px 80px rgba(0,0,0,.35)}.modal-head{display:flex;justify-content:space-between;gap:20px;align-items:start}.modal-head h2{margin:0 0 6px}.modal-head p{margin:0 0 22px;color:var(--muted);font-size:.88rem}.modal-close{border:0;background:#eef2f4;width:38px;height:38px;border-radius:50%;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:.75rem;font-weight:800}.field input,.field select,.field textarea{border:1px solid #cfd9df;border-radius:8px;padding:11px 12px;color:var(--ink);background:white}.field textarea{min-height:100px;resize:vertical}.form-status{font-size:.8rem;margin-top:12px}.form-status.success{color:var(--green-dark)}.form-status.error{color:#b42318}
/* interior hero */
.interior-hero{padding:70px 0 80px;position:relative;z-index:2}.interior-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}.interior-hero h1{margin:0 0 20px;font-size:clamp(3.1rem,6vw,5.8rem);line-height:.95;color:white}.interior-hero p{margin:0 0 28px;color:#cddae3;font-size:1.08rem;max-width:560px}.interior-visual{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);border-radius:16px;padding:22px;min-height:310px}.interior-visual .big-number{font-family:Georgia,serif;font-size:4rem;color:var(--green);line-height:1}.interior-visual h3{font-size:1.4rem;margin:8px 0;color:white}.interior-visual p{font-size:.85rem;margin:0;color:#bfd0dc}.stack{display:grid;gap:12px;margin-top:22px}.stack-item{padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:rgba(255,255,255,.04);display:flex;justify-content:space-between;gap:20px;font-size:.8rem}.stack-item span:last-child{color:#badd99;font-weight:800}
/* responsive */
@media(max-width:1040px){.nav{grid-template-columns:auto auto;justify-content:space-between}.nav-links{position:absolute;top:78px;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;background:#082946;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:12px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a{padding:10px}.nav-actions .login-link{display:none}.menu-toggle{display:flex}.hero-grid,.interior-grid,.split{grid-template-columns:1fr}.hero-copy{max-width:700px}.product-window{transform:none}.dashboard-shell{min-height:400px}.challenge-grid,.control-grid{grid-template-columns:repeat(3,1fr)}.lifecycle{grid-template-columns:repeat(4,1fr);gap:30px 0}.life-step:not(:last-child)::after{display:none}.five-up{grid-template-columns:repeat(3,1fr)}.question-grid{grid-template-columns:repeat(2,1fr)}.resource-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}}
@media(max-width:720px){.container{width:min(100% - 32px,var(--max))}.brand img{width:172px}.nav-actions .btn{display:none}.hero{padding:38px 0 54px}.hero h1,.interior-hero h1{font-size:clamp(2.7rem,13vw,4.2rem)}.hero-grid{gap:34px}.hero-proof{gap:12px}.dashboard-shell{grid-template-columns:94px 1fr;min-height:360px}.dash-side{padding:12px 7px}.dash-side strong{font-size:.68rem;margin-left:5px}.dash-side button{font-size:.58rem;padding:8px 5px}.metric-row{grid-template-columns:repeat(2,1fr)}.metric-row .metric:nth-child(n+5){display:none}.dash-grid{grid-template-columns:1fr}.dash-grid .dash-card:nth-child(2){display:none}.section,.section-tight{padding:62px 0}.section-heading{margin-bottom:32px}.challenge-grid,.control-grid,.five-up,.resource-grid,.trust-grid,.question-grid{grid-template-columns:1fr}.challenge-card,.control-card{min-height:0}.lifecycle{grid-template-columns:1fr 1fr;gap:26px 6px}.role-tabs{grid-template-columns:1fr}.role-list{display:flex;overflow:auto;border:0}.role-list button{min-width:max-content;border-left:0;border-bottom:3px solid transparent}.role-list button.active{border-bottom-color:var(--green)}.split{gap:34px}.cta-box{grid-template-columns:1fr;padding:30px 26px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.interior-hero{padding:40px 0 56px}.interior-grid{gap:32px}}
@media(max-width:470px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.lifecycle{grid-template-columns:1fr}.hero-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}
