:root{--ink: #0c1726;--muted: #5d6978;--line: #d9e2ef;--paper: #ffffff;--soft: #f4f8fc;--blue: #075bd8;--teal: #23a188;--green: #25794f;--navy: #071522;--shadow: 0 22px 70px rgba(7, 21, 34, .16);--radius: 8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;line-height:1.5;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit}.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:78px;padding:14px clamp(18px,4vw,64px);background:#fffffff0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:12px;min-width:0;text-decoration:none}.brand-mark{display:grid;width:44px;height:44px;color:#fff;background:var(--blue);border:2px solid #0b3f92;border-radius:7px;font-size:.78rem;font-weight:900;place-items:center;box-shadow:0 12px 24px #075bd833}.brand strong{display:block;color:var(--ink);font-size:1.16rem;line-height:1;text-transform:uppercase}.brand b{color:var(--blue)}.brand small{display:block;margin-top:5px;color:var(--muted);font-size:.68rem;font-weight:800;text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:22px;font-size:.94rem;font-weight:800}.site-nav a{text-decoration:none}.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:7px;background:#fff}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:7px;font:inherit;font-weight:900;text-decoration:none;cursor:pointer}.button-blue,.button-dark{color:#fff;background:var(--blue);box-shadow:0 14px 28px #075bd82e}.button-dark{background:var(--navy)}.button-outline{color:var(--blue);background:#fff;border-color:#a9c3ee}.button-light{color:var(--blue);background:#fff}.hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);gap:clamp(30px,5vw,70px);align-items:center;min-height:calc(100vh - 78px);padding:clamp(52px,7vw,96px) clamp(22px,5vw,78px);background:linear-gradient(90deg,#fff,#ffffffeb 43%,#f4f8fceb),repeating-linear-gradient(0deg,rgba(16,32,51,.06) 0 1px,transparent 1px 44px),repeating-linear-gradient(90deg,rgba(16,32,51,.05) 0 1px,transparent 1px 44px)}.hero-copy{min-width:0;max-width:100%}.hero h1{max-width:660px;margin:0;font-size:clamp(3rem,6vw,6rem);line-height:.92}.hero p{max-width:690px;margin:28px 0 0;color:#2f4057;font-size:clamp(1.08rem,1.5vw,1.32rem)}.hero-actions,.filter-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.signal-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:680px;margin:42px 0 0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.signal-row div{padding:18px;background:#fff;border-right:1px solid var(--line)}.signal-row div:last-child{border-right:0}.signal-row dt{color:var(--blue);font-weight:900}.signal-row dd{margin:4px 0 0;color:var(--muted);font-weight:800}.hero-command{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.command-top{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;background:var(--navy);color:#fff;font-weight:900}.command-top button,.resource-list button{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 13px;color:#fff;background:var(--blue);border:0;border-radius:6px;font-weight:900;cursor:pointer}.hero-command img{width:100%;aspect-ratio:1.54;object-fit:cover}.command-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.command-grid div{padding:18px;border-right:1px solid var(--line)}.command-grid div:last-child{border-right:0}.command-grid strong{display:block;font-size:1.8rem}.command-grid span{color:var(--muted);font-weight:800}.start-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px clamp(22px,5vw,78px);color:#fff;background:var(--navy)}.start-strip strong,.start-strip span{display:block}.start-strip span{color:#cdd9e7}.start-strip a{color:#fff;font-weight:900}.section{padding:clamp(68px,8vw,112px) clamp(22px,5vw,78px)}.split,.dashboard-section,.brotherhood-section,.cta-section{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1fr);gap:clamp(34px,7vw,92px);align-items:center}.section-label{margin:0 0 14px;color:var(--blue);font-size:.78rem;font-weight:900;text-transform:uppercase}h2{margin:0;font-size:clamp(2.15rem,4.5vw,4.45rem);line-height:.98}h3{margin:0;font-size:1.25rem;line-height:1.12}.copy-stack p,.dashboard-copy p,.story-panel p{margin:0 0 18px;color:#34465c;font-size:1.08rem}.resources-section,.training-section{background:var(--soft);border-block:1px solid var(--line)}.section-heading{max-width:780px;margin:0 auto 38px;text-align:center}.section-heading.wide{max-width:920px}.section-heading p:last-child{margin:16px auto 0;max-width:680px;color:var(--muted);font-size:1.05rem}.resource-toolbar{display:grid;grid-template-columns:minmax(260px,430px) 1fr;gap:18px;align-items:end;margin-bottom:24px}label span,.signup-form label{display:block;margin-bottom:8px;font-weight:900}input,textarea{width:100%;min-height:46px;padding:0 14px;color:var(--ink);border:1px solid var(--line);border-radius:7px;font:inherit}textarea{min-height:116px;padding-top:12px;resize:vertical}.search-field{position:relative}.search-field svg{position:absolute;left:14px;top:50%;color:var(--muted);transform:translateY(-50%)}.search-field input{padding-left:42px}.filter-row{margin:0;justify-content:flex-end}.filter{min-height:42px;padding:0 14px;color:var(--navy);background:#fff;border:1px solid var(--line);border-radius:7px;font-weight:900;cursor:pointer}.filter.is-active{color:#fff;background:var(--navy);border-color:var(--navy)}.resource-list,.course-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.resource-list article,.course-grid article,.brotherhood-list article{min-height:260px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 30px #1020330f}.resource-list span,.course-grid span{display:block;margin-bottom:18px;color:var(--blue);font-size:.78rem;font-weight:900;text-transform:uppercase}.resource-icon{color:var(--blue);margin-bottom:16px}.resource-list p,.course-grid p{color:var(--muted)}.dashboard-section{background:var(--navy);color:#fff}.dashboard-copy .section-label{color:#84b5ff}.dashboard-copy p{color:#cdd9e7}.dashboard-shell{display:grid;grid-template-columns:160px 1fr;min-height:440px;background:#0f2236;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);box-shadow:0 24px 70px #00000047;overflow:hidden}.dashboard-shell aside{display:grid;align-content:start;gap:10px;padding:18px;background:#07111e}.dashboard-shell aside strong{margin-bottom:10px}.dash-tab{min-height:42px;color:#d8e6f7;background:transparent;border:1px solid transparent;border-radius:6px;font-weight:900;text-align:left;cursor:pointer}.dash-tab.is-active{color:#fff;background:var(--blue)}.dash-main{padding:22px}.dash-header{display:flex;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.15);font-weight:900}.dash-output{padding:28px 0}.dash-output p{color:#cdd9e7}.progress{height:12px;background:#ffffff1f;border-radius:20px;overflow:hidden}.progress span{display:block;height:100%;background:var(--teal)}.dash-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.dash-cards button{padding:20px;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);text-align:left;cursor:pointer}.dash-cards span{display:block;margin-top:6px;color:#cdd9e7}.brotherhood-section{background:#fff}.story-panel{padding:34px;color:#fff;background:linear-gradient(135deg,var(--navy),var(--blue));border-radius:var(--radius)}.story-panel .section-label,.story-panel p{color:#fff}.brotherhood-list{display:grid;gap:16px}.brotherhood-list article{min-height:auto;display:grid;grid-template-columns:34px 160px 1fr;gap:18px;align-items:center}.brotherhood-list svg{color:var(--blue)}.brotherhood-list span{color:var(--muted)}.cta-section{color:#fff;background:var(--blue)}.cta-section p{color:#e4efff;font-size:1.08rem}.signup-form{padding:26px;background:#ffffff1f;border:1px solid rgba(255,255,255,.28);border-radius:var(--radius)}.signup-form div{display:grid;grid-template-columns:1fr auto;gap:10px}.signup-form p{margin-bottom:0}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:34px clamp(22px,5vw,78px);color:#d9e5f2;background:var(--navy)}.site-footer .brand strong,.site-footer .brand small{color:#fff}.site-footer p{margin:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;padding:18px;background:#071522a8;place-items:center}.modal-box{position:relative;display:grid;width:min(500px,calc(100vw - 34px));gap:16px;padding:30px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.modal-box h2{margin:0;font-size:2rem}.modal-box p{margin:0;color:var(--muted)}.modal-box label{display:grid;gap:8px;font-weight:900}.close-button{position:absolute;top:12px;right:12px;width:34px;height:34px;background:#fff;border:1px solid var(--line);border-radius:6px;cursor:pointer}@media(max-width:1120px){.resource-list,.course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}}@media(max-width:820px){.nav-toggle{display:grid;place-items:center}.site-nav{position:absolute;top:78px;right:18px;left:18px;display:none;flex-direction:column;align-items:stretch;padding:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.site-nav.is-open{display:flex}.hero,.split,.dashboard-section,.brotherhood-section,.cta-section,.resource-toolbar{grid-template-columns:1fr}.filter-row{justify-content:flex-start}.dashboard-shell{grid-template-columns:1fr}.dashboard-shell aside{grid-template-columns:repeat(4,1fr)}.dashboard-shell aside strong{display:none}.start-strip,.site-footer{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.site-header{min-height:74px;padding:14px 20px}.brand small{display:none}.brand strong{font-size:1.02rem;white-space:nowrap}.hero{padding:44px 26px}.hero-copy,.hero p{max-width:calc(100vw - 52px)}.hero h1{max-width:10ch;font-size:clamp(2.6rem,12vw,3.45rem);line-height:.98}.signal-row,.command-grid,.resource-list,.course-grid,.dash-cards,.signup-form div,.brotherhood-list article{grid-template-columns:1fr}.signal-row div,.command-grid div{border-right:0;border-bottom:1px solid var(--line)}.dashboard-shell aside{grid-template-columns:repeat(2,1fr)}.button,.command-top button{width:100%}.command-top{align-items:stretch;flex-direction:column}}
