:root{--gw-navy:#061521;--gw-navy2:#0b2333;--gw-ink:#11232d;--gw-gold:#d7a64d;--gw-gold-light:#f2ca78;--gw-cream:#f7f3eb;--gw-soft:#f2efe8;--gw-line:#d9d6ce;--gw-muted:#68757d;--gw-green:#587447;--gw-white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.gw-site{margin:0;color:var(--gw-ink);background:#fff;font:15px/1.65 Manrope,Arial,sans-serif}body.admin-bar .gw-header{top:32px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(215,166,77,.55);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:"Cormorant Garamond",Georgia,serif;letter-spacing:-.025em}h1{font-size:clamp(3rem,6vw,5.7rem);line-height:.94}h2{font-size:clamp(2.1rem,4vw,3.35rem);line-height:1.02}h3{line-height:1.2}.gw-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.gw-narrow{max-width:820px}.gw-content{min-height:50vh}.gw-dark{color:#fff;background:radial-gradient(circle at 80% 30%,#18384f 0,#0a2132 34%,#06131f 78%)}.gw-dark h1,.gw-dark h2,.gw-dark h3{color:#fff}.gw-gold{color:var(--gw-gold-light)!important}.gw-eyebrow{display:block;color:#40515b;font-size:.73rem;font-weight:800;letter-spacing:.16em;line-height:1.4;text-transform:uppercase}.gw-icon{display:inline-block;flex:0 0 auto}.screen-reader-text,.gw-skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gw-skip-link:focus{z-index:1000;top:10px;left:10px;width:auto;height:auto;padding:10px 14px;color:#fff;background:#000;clip:auto}
.gw-alert{color:#dce4e9;background:#0e2939;border-bottom:1px solid rgba(255,255,255,.08);font-size:.67rem}.gw-alert .gw-shell{min-height:31px;display:flex;align-items:center;justify-content:center;gap:12px}.gw-alert a{display:inline-flex;align-items:center;gap:5px;color:var(--gw-gold-light);font-weight:800}.gw-header{position:sticky;top:0;z-index:100;color:#fff;background:rgba(4,17,27,.97);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px)}.gw-header-inner{width:min(1240px,calc(100% - 36px));min-height:74px;margin:auto;display:flex;align-items:center;gap:28px}.gw-brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.gw-brand>.gw-icon{width:43px;height:43px;padding-bottom:3px;color:var(--gw-gold);border-bottom:1px solid var(--gw-gold)}.gw-brand>span{display:grid;font:600 1.03rem/.82 "Cormorant Garamond",Georgia,serif;letter-spacing:.04em}.gw-brand .custom-logo-link{display:block}.gw-brand .custom-logo{display:block;max-width:230px;max-height:58px;width:auto}.gw-nav{flex:1}.gw-nav-list{margin:0;padding:0;display:flex;justify-content:center;align-items:center;gap:23px;list-style:none}.gw-nav-list li{position:relative}.gw-nav-list>li>a{display:block;padding:27px 0 23px;color:#dce2e6;border-bottom:3px solid transparent;font-size:.75rem;font-weight:700}.gw-nav-list>li.current-menu-item>a,.gw-nav-list>li.current-menu-ancestor>a,.gw-nav-list>li>a:hover{color:#fff;border-bottom-color:var(--gw-gold)}.gw-nav-list .sub-menu{position:absolute;left:-18px;top:100%;min-width:220px;margin:0;padding:9px;background:#0a1d2a;border:1px solid rgba(255,255,255,.1);border-radius:5px;box-shadow:0 16px 34px rgba(0,0,0,.3);list-style:none;opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s}.gw-nav-list li:hover>.sub-menu,.gw-nav-list li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.gw-nav-list .sub-menu a{display:block;padding:10px 11px;color:#d2dce2;font-size:.7rem}.gw-header-actions{display:flex;align-items:center;gap:18px;font-size:.78rem;font-weight:700}.gw-menu-toggle{display:none;color:#fff;background:none;border:0}.gw-menu-close{display:none}.gw-menu-toggle[aria-expanded=true] .gw-menu-open{display:none}.gw-menu-toggle[aria-expanded=true] .gw-menu-close{display:inline-flex}
.gw-button{min-height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:5px;cursor:pointer;font-size:.81rem;font-weight:800;transition:.2s}.gw-button:hover{transform:translateY(-2px)}.gw-button-small{min-height:40px;padding-inline:17px}.gw-button-gold{color:#12171a;background:linear-gradient(135deg,#f0c66e,#ca913b);box-shadow:0 12px 24px rgba(212,158,67,.17)}.gw-button-outline-light{color:#fff;border-color:rgba(234,183,84,.82);background:transparent}.gw-button-outline{color:var(--gw-ink);border-color:#7d8386;background:#fff}.gw-button-dark{color:#fff;background:var(--gw-navy)}.gw-button-full{width:100%}.gw-button-row{display:flex;flex-wrap:wrap;gap:14px}.gw-text-link,.gw-card-action{display:inline-flex;align-items:center;gap:8px;color:var(--gw-navy);font-size:.8rem;font-weight:800}.gw-text-link .gw-icon,.gw-card-action .gw-icon{transition:transform .2s}.gw-text-link:hover .gw-icon,.gw-card-action:hover .gw-icon{transform:translateX(4px)}
.gw-hero{overflow:hidden}.gw-hero-grid{min-height:560px;padding:60px 0;display:grid;grid-template-columns:.85fr 1.15fr;gap:62px;align-items:center}.gw-hero-copy h1{margin:14px 0 18px;color:#fff}.gw-hero-copy h1 em{color:var(--gw-gold-light);font-style:normal}.gw-hero-copy>p{max-width:570px;color:#d8e0e5;font-size:1.04rem}.gw-hero-copy .gw-button-row{margin-top:28px}.gw-trust-row{margin-top:34px;display:flex;flex-wrap:wrap;gap:18px;color:#cad4da;font-size:.68rem;font-weight:700}.gw-trust-row span{display:flex;align-items:center;gap:7px}.gw-trust-row .gw-icon{color:var(--gw-gold)}.gw-dashboard-visual{min-height:410px;padding:26px;color:#e7eef2;background:linear-gradient(145deg,#0b1c29,#081620 62%,#0c2536);border:1px solid rgba(220,232,238,.24);border-radius:18px;box-shadow:0 30px 70px #02080d;transform:perspective(1200px) rotateY(-6deg) rotateX(2deg)}.gw-dashboard-top{display:flex;justify-content:space-between;color:#aebdc7;font-size:.72rem}.gw-dashboard-top i{padding:4px 8px;color:#9cc27c;background:rgba(117,156,85,.12);border-radius:99px;font-style:normal}.gw-dashboard-value{margin:25px 0 16px;display:flex;justify-content:space-between;align-items:end}.gw-dashboard-value span{color:#90a1ac;font-size:.72rem}.gw-dashboard-value strong{font-size:1.8rem}.gw-dashboard-value small{font-size:.7rem}.gw-dashboard-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.gw-dashboard-cards>div{min-height:115px;padding:14px;display:flex;flex-direction:column;gap:8px;background:rgba(15,43,61,.58);border:1px solid rgba(255,255,255,.08);border-radius:8px}.gw-dashboard-cards span,.gw-dashboard-cards small{color:#91a1ab;font-size:.61rem}.gw-dashboard-cards strong{font-size:.9rem}.gw-dashboard-cards i{height:30px;margin-top:auto;background:linear-gradient(165deg,transparent 0 31%,#68964b 33% 36%,transparent 38% 47%,#68964b 49% 52%,transparent 54% 62%,#68964b 64% 67%,transparent 69%)}.gw-dashboard-bottom{margin-top:12px;padding:14px;display:flex;align-items:center;gap:22px;background:rgba(15,43,61,.58);border:1px solid rgba(255,255,255,.08);border-radius:8px}.gw-donut{width:96px;height:96px;display:grid;place-items:center;background:conic-gradient(#d6ae54 0 20%,#5b7da2 20% 48%,#4e7a4e 48% 78%,#8a669b 78%);border-radius:50%}.gw-donut:after{content:"";width:58px;height:58px;grid-area:1/1;background:#0d2231;border-radius:50%}.gw-donut span{z-index:1;grid-area:1/1;font-weight:800}.gw-dashboard-bottom p{flex:1;margin:0;display:grid;gap:8px}.gw-dashboard-bottom p span{display:flex;justify-content:space-between;color:#b8c5cc;font-size:.65rem}.gw-dashboard-bottom b{color:#fff}
.gw-stage-strip{background:#fff;border-bottom:1px solid var(--gw-line)}.gw-stage-strip>.gw-shell{min-height:84px;display:grid;grid-template-columns:1.2fr repeat(3,1fr);align-items:center}.gw-stage-strip strong{font-size:.68rem;letter-spacing:.14em}.gw-stage-strip a{min-height:84px;padding:0 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;border-left:1px solid var(--gw-line);font-size:.76rem;font-weight:800}.gw-stage-strip a:hover{color:#8a5e17;background:var(--gw-cream)}.gw-stage-strip a>.gw-icon:first-child{color:#a97b2b}
.gw-section{padding:76px 0}.gw-section-heading{max-width:760px;margin-bottom:30px}.gw-section-heading h2{margin:8px 0}.gw-section-heading p{color:var(--gw-muted)}.gw-row-heading{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:30px}.gw-row-heading>div{max-width:760px}.gw-opportunity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gw-opportunity-grid-full{grid-template-columns:repeat(3,1fr)}.gw-opportunity-card{overflow:hidden;background:#fff;border:1px solid var(--gw-line);border-radius:8px;box-shadow:0 12px 30px rgba(15,30,40,.06)}.gw-opportunity-art{position:relative;height:150px;padding:14px;display:flex;align-items:flex-end;justify-content:space-between;overflow:hidden;color:#fff;background:linear-gradient(145deg,color-mix(in srgb,var(--card-accent) 84%,#071a26),#0a1b26)}.gw-opportunity-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.gw-opportunity-art:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 20%,rgba(2,14,21,.66))}.gw-opportunity-art>span,.gw-opportunity-art>.gw-icon{position:relative;z-index:1}.gw-opportunity-art>span{padding:5px 8px;background:var(--card-accent);border-radius:3px;font-size:.58rem;font-weight:900;text-transform:uppercase}.gw-opportunity-art>.gw-icon{opacity:.75}.gw-opportunity-body{padding:17px}.gw-opportunity-title{min-height:58px;display:flex;justify-content:space-between;gap:8px}.gw-opportunity-title h3{margin:0 0 5px;font:700 1.25rem "Cormorant Garamond",Georgia,serif}.gw-opportunity-title p{margin:0;color:var(--gw-muted);font-size:.65rem}.gw-opportunity-title>strong{font-size:.72rem;white-space:nowrap}.gw-opportunity-metrics{margin:13px -17px 0;padding:12px 17px;display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid #e3e0d9;border-bottom:1px solid #e3e0d9}.gw-opportunity-metrics span{display:grid;gap:3px}.gw-opportunity-metrics small{color:var(--gw-muted);font-size:.58rem}.gw-opportunity-metrics b{font-size:.73rem}.gw-card-action{padding-top:13px}.gw-disclaimer{margin:16px 0 0;color:#7b8085;font-size:.65rem}
.gw-feature-band{padding:70px 0}.gw-feature-grid{display:grid;grid-template-columns:1fr .82fr 1fr;gap:28px;align-items:stretch}.gw-feature-grid h2{margin:14px 0 22px;font-size:2.7rem}.gw-tool-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gw-tool-list a{min-height:75px;padding:15px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;color:#fff;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.11);border-radius:8px;font-size:.68rem;font-weight:800}.gw-tool-list a>.gw-icon:first-child{color:var(--gw-gold)}.gw-score-card{padding:28px;color:var(--gw-ink);text-align:center;background:var(--gw-cream);border-radius:10px}.gw-score-card h3{margin-bottom:5px;font:700 1.45rem "Cormorant Garamond",Georgia,serif}.gw-score-card p{font-size:.68rem}.gw-score-ring{width:125px;height:125px;margin:18px auto 10px;display:grid;place-items:center;background:radial-gradient(circle closest-side,#f7f3eb 76%,transparent 77%),conic-gradient(#5d714b 0 72%,#d5aa50 72%);border-radius:50%}.gw-score-ring strong,.gw-score-ring small{grid-area:1/1}.gw-score-ring strong{font:700 2.8rem "Cormorant Garamond",Georgia,serif;transform:translateY(-4px)}.gw-score-ring small{transform:translateY(22px)}.gw-score-card ul{margin:16px 0 18px;padding:0;display:grid;gap:6px;list-style:none;text-align:left;font-size:.64rem}.gw-score-card li{display:flex;justify-content:space-between}.gw-guided-card{padding:26px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.1);border-radius:10px}.gw-guided-card h3{margin:12px 0 8px;font:600 1.75rem "Cormorant Garamond",Georgia,serif}.gw-guided-card p{color:#c1cbd1;font-size:.72rem}.gw-guided-card>div{margin:10px 0;padding:13px;color:#e5ebef;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;font-size:.65rem}.gw-guided-card .gw-text-link{margin-top:12px}
.gw-resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gw-resource-grid article{min-height:260px;padding:24px;display:flex;flex-direction:column;position:relative;overflow:hidden;background:linear-gradient(145deg,#f6f3ec,#e6e1d7);border:1px solid #d6d2c9;border-radius:8px}.gw-resource-grid article>span{align-self:flex-start;padding:4px 7px;color:#fff;background:#567a4a;border-radius:3px;font-size:.56rem;font-weight:900;text-transform:uppercase}.gw-resource-grid h3{max-width:220px;margin:18px 0 8px;font:700 1.55rem "Cormorant Garamond",Georgia,serif}.gw-resource-grid p{color:#53616a;font-size:.69rem}.gw-resource-grid a{margin-top:auto;display:inline-flex;align-items:center;gap:7px;font-size:.66rem;font-weight:900}
.gw-membership-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gw-membership-grid>article{position:relative;padding:28px;background:#fff;border:1px solid var(--gw-line);border-radius:8px;box-shadow:0 10px 25px rgba(15,30,40,.04)}.gw-membership-grid>article.is-featured{border:2px solid var(--gw-gold);box-shadow:0 22px 50px rgba(176,128,44,.14)}.gw-popular{position:absolute;top:-13px;left:24px;padding:6px 12px;color:#fff;background:#b88027;border-radius:3px;font-size:.56rem;font-weight:900;letter-spacing:.1em}.gw-membership-grid h3{font:700 1.5rem "Cormorant Garamond",Georgia,serif}.gw-price{display:flex;align-items:end;gap:8px}.gw-price strong{font:700 2.8rem "Cormorant Garamond",Georgia,serif}.gw-price span{padding-bottom:7px;color:var(--gw-muted);font-size:.64rem}.gw-membership-grid article>p{min-height:58px;color:var(--gw-muted);font-size:.72rem}.gw-membership-grid ul{min-height:130px;margin:20px 0;padding:0;display:grid;gap:9px;list-style:none;font-size:.68rem}.gw-membership-grid li{display:flex;align-items:center;gap:8px}.gw-membership-grid li .gw-icon{color:var(--gw-green)}
.gw-page-hero{padding:82px 0}.gw-page-hero .gw-shell{max-width:1180px}.gw-page-hero h1{max-width:920px;margin:13px 0 16px;font-size:clamp(3rem,6vw,5rem)}.gw-page-hero p{max-width:790px;margin:0;color:#c7d2d9;font-size:1rem}.gw-filter-bar{margin-bottom:28px;display:flex;justify-content:space-between;align-items:center;gap:20px}.gw-filter-bar>label{height:46px;min-width:280px;padding:0 14px;display:flex;align-items:center;gap:8px;border:1px solid var(--gw-line);border-radius:5px}.gw-filter-bar input{width:100%;border:0;outline:0}.gw-filter-bar>div{display:flex;flex-wrap:wrap;gap:7px}.gw-filter-bar button{padding:9px 12px;background:#fff;border:1px solid var(--gw-line);border-radius:4px;cursor:pointer;font-size:.64rem;font-weight:800}.gw-filter-bar button.active{color:#fff;background:var(--gw-navy);border-color:var(--gw-navy)}
.gw-detail-hero{padding:82px 0}.gw-detail-grid{display:grid;grid-template-columns:1.55fr .7fr;gap:60px;align-items:center}.gw-detail-grid h1{margin:13px 0 6px;font-size:clamp(3rem,6vw,5.2rem)}.gw-detail-grid>div>p{max-width:720px;color:#c6d1d8}.gw-detail-location{color:var(--gw-gold-light)!important;font-size:.8rem;font-weight:800}.gw-detail-card{padding:28px;color:var(--gw-ink);background:var(--gw-cream);border-radius:8px}.gw-detail-card>span{color:var(--gw-muted);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em}.gw-detail-card>strong{display:block;margin:8px 0 22px;font:700 3rem "Cormorant Garamond",Georgia,serif}.gw-detail-card>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gw-detail-card>div span{display:grid;gap:5px;color:var(--gw-muted);font-size:.58rem}.gw-detail-card>div b{color:var(--gw-ink);font-size:.76rem}.gw-detail-card>p{margin:22px 0 0;padding-top:16px;color:var(--gw-green);border-top:1px solid var(--gw-line);font-size:.7rem;font-weight:800}.gw-detail-content{display:grid;grid-template-columns:1.5fr .7fr;gap:60px}.gw-detail-content>aside{padding:26px;background:var(--gw-soft);border-radius:8px}.gw-detail-content>aside p{color:var(--gw-muted);font-size:.68rem}.gw-check-list{padding:0;display:grid;gap:11px;list-style:none}.gw-check-list li{display:flex;align-items:center;gap:10px}.gw-check-list .gw-icon{color:var(--gw-green)}
.gw-tools-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.gw-calculator{padding:32px;background:var(--gw-cream);border:1px solid #ddd4c4;border-radius:9px}.gw-calculator h2{font-size:2.2rem}.gw-calculator>p{color:var(--gw-muted);font-size:.7rem}.gw-calculator label,.gw-form-card label,.gw-auth-card label{display:grid;gap:7px;margin-top:16px;color:#3b4952;font-size:.66rem;font-weight:800}.gw-calculator input,.gw-form-card input,.gw-form-card select,.gw-form-card textarea,.gw-auth-card input{width:100%;padding:13px 14px;background:#fff;border:1px solid #cfd1cf;border-radius:4px;outline:0}.gw-calculator>div{margin-top:22px;padding:20px;display:flex;justify-content:space-between;align-items:center;color:#fff;background:var(--gw-navy);border-radius:6px}.gw-calculator>div strong{color:var(--gw-gold-light);font:700 2.5rem "Cormorant Garamond",Georgia,serif}.gw-tool-stack{display:grid;gap:12px}.gw-tool-stack article{padding:23px;display:flex;gap:18px;border:1px solid var(--gw-line);border-radius:8px}.gw-tool-stack>article>.gw-icon{color:#a4772d}.gw-tool-stack h3{margin:0 0 6px;font:700 1.4rem "Cormorant Garamond",Georgia,serif}.gw-tool-stack p{color:var(--gw-muted);font-size:.7rem}.gw-profile-layout{display:grid;grid-template-columns:1.5fr .65fr;gap:34px;align-items:start}.gw-profile-questions{display:grid;gap:12px}.gw-profile-questions article{padding:22px;border:1px solid var(--gw-line);border-radius:7px}.gw-profile-questions h3{margin:0 0 16px;font:700 1.2rem "Cormorant Garamond",Georgia,serif}.gw-profile-questions h3 span{margin-right:12px;color:#b37f29}.gw-scale{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.gw-scale button{height:36px;background:var(--gw-soft);border:1px solid var(--gw-line);border-radius:4px;cursor:pointer;font-weight:800}.gw-scale button.active{color:#fff;background:var(--gw-navy)}.gw-profile-score{position:sticky;top:110px;padding:28px;background:var(--gw-cream);border:1px solid #dacaa9;border-radius:9px}.gw-profile-score>div{margin:20px 0 6px}.gw-profile-score>div strong{font:700 5rem/.8 "Cormorant Garamond",Georgia,serif}.gw-profile-score h3{font:700 1.5rem "Cormorant Garamond",Georgia,serif}.gw-profile-score p{color:var(--gw-muted);font-size:.68rem}.is-disabled{opacity:.45;pointer-events:none}.gw-roadmap article{padding:38px 0;display:grid;grid-template-columns:140px 1fr;border-bottom:1px solid var(--gw-line)}.gw-roadmap article>span{color:#c89a49;font:600 3.2rem "Cormorant Garamond",Georgia,serif}.gw-roadmap h2{margin-bottom:8px}.gw-roadmap p{max-width:720px;color:var(--gw-muted)}
.gw-soft{background:var(--gw-soft)}.gw-form-card{padding:38px;background:#fff;border:1px solid var(--gw-line);border-radius:9px;box-shadow:0 20px 50px rgba(15,30,40,.06)}.gw-form-card h2{margin:12px 0 8px}.gw-form-card>p{color:var(--gw-muted)}.gw-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.gw-form-card textarea{resize:vertical}.gw-consent{grid-template-columns:auto 1fr!important;align-items:start!important;font-weight:500!important;line-height:1.5}.gw-consent input{width:auto!important;margin-top:3px}.gw-form-card button{margin-top:18px}.gw-form-success{padding:25px;text-align:center;background:#eff4eb;border:1px solid #c9d8bf;border-radius:7px}.gw-form-success>.gw-icon{color:var(--gw-green)}.gw-form-success h3{margin:12px 0 6px}.gw-form-error{padding:12px;color:#8f3328;background:#faece9;border-radius:4px}.gw-honeypot{position:absolute!important;left:-9999px!important}.gw-auth-page{min-height:720px;padding:80px 24px;display:grid;place-items:center;background:linear-gradient(135deg,#f8f4eb,#e8e2d7)}.gw-auth-card{width:min(460px,100%);padding:40px;background:#fff;border:1px solid var(--gw-line);border-radius:9px;box-shadow:0 28px 60px rgba(15,30,40,.12)}.gw-brand-dark{color:var(--gw-navy)}.gw-auth-card>.gw-brand{margin-bottom:35px}.gw-auth-card h1{margin:10px 0;font-size:3rem}.gw-auth-card>p{color:var(--gw-muted)}.gw-auth-card .login-submit input{width:100%;min-height:48px;color:#111;background:linear-gradient(135deg,#f0c66e,#ca913b);border:0;border-radius:5px;font-weight:800;cursor:pointer}.gw-auth-card small{display:block;text-align:center}.gw-auth-card small a{color:#8f641e;font-weight:800}
.gw-dashboard-welcome{padding:70px 0 55px}.gw-dashboard-welcome>.gw-shell{display:flex;justify-content:space-between;align-items:end;gap:30px}.gw-dashboard-welcome h1{max-width:700px;margin:12px 0 10px;font-size:3.8rem}.gw-dashboard-welcome p{max-width:700px;color:#c7d2d9}.gw-kpi-grid{margin-top:-22px;position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gw-kpi-grid article{padding:24px;background:#fff;border:1px solid var(--gw-line);border-radius:8px;box-shadow:0 16px 30px rgba(10,25,35,.08)}.gw-kpi-grid article>span{color:var(--gw-muted);font-size:.62rem;text-transform:uppercase;letter-spacing:.08em}.gw-kpi-grid article>strong{display:block;margin:10px 0 4px;font:700 2.7rem "Cormorant Garamond",Georgia,serif}.gw-kpi-grid article p{margin:0;color:var(--gw-muted);font-size:.62rem}.gw-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.gw-action-grid a{padding:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border:1px solid var(--gw-line);border-radius:7px}.gw-action-grid>a>.gw-icon:first-child{color:#9a6c24}.gw-action-grid span{display:grid;gap:4px}.gw-action-grid strong{font-size:.7rem}.gw-action-grid small{color:var(--gw-muted);font-size:.6rem}.gw-entry-content{font-size:1rem}.gw-entry-content>*{max-width:780px;margin-left:auto;margin-right:auto}.gw-entry-content>.alignwide{max-width:1100px}.gw-entry-content>.alignfull{max-width:none}.gw-entry-content p{line-height:1.85}.gw-featured-image img{width:100%;border-radius:8px}.gw-prose{max-width:900px}.gw-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gw-post-card{overflow:hidden;border:1px solid var(--gw-line);border-radius:8px}.gw-post-card img{display:block;width:100%;height:210px;object-fit:cover}.gw-post-card>div{padding:22px}.gw-post-card h2{font-size:1.8rem}.gw-footer{color:#dfe6ea;background:#05131d}.gw-footer-grid{padding:58px 0 42px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px}.gw-footer-grid>div{display:grid;align-content:start;gap:10px}.gw-footer-grid p{max-width:390px;color:#9eafb9;font-size:.7rem}.gw-footer-grid h3{margin:0 0 7px;color:#fff;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.gw-footer-grid a:not(.gw-brand){color:#adb9c0;font-size:.68rem}.gw-footer-bottom{padding:19px 0;display:flex;justify-content:space-between;color:#7f929e;border-top:1px solid rgba(255,255,255,.08);font-size:.6rem}.elementor-editor-active .gw-header{position:relative;top:0}
@media(max-width:1080px){.gw-nav-list{gap:13px}.gw-nav-list>li>a{font-size:.67rem}.gw-header-actions{gap:11px}.gw-hero-grid{gap:30px}.gw-opportunity-grid{grid-template-columns:repeat(2,1fr)}.gw-feature-grid{grid-template-columns:1fr 1fr}.gw-feature-grid>div:first-child{grid-column:1/-1}.gw-tool-list{grid-template-columns:repeat(4,1fr)}.gw-tool-list a{grid-template-columns:1fr;justify-items:start}.gw-resource-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:880px){body.admin-bar .gw-header{top:46px}.gw-header-inner{justify-content:space-between}.gw-menu-toggle{display:grid;place-items:center;margin-left:auto}.gw-nav{position:absolute;top:74px;left:0;right:0;display:none;background:#06151f;border-top:1px solid rgba(255,255,255,.08)}.gw-nav.is-open{display:block}.gw-nav-list{padding:12px 24px 22px;display:grid;align-items:stretch}.gw-nav-list>li>a{padding:12px 0}.gw-nav-list .sub-menu{position:static;display:block;margin-left:14px;padding:0;background:none;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.gw-header-actions>a:not(.gw-button){display:none}.gw-hero-grid{grid-template-columns:1fr}.gw-dashboard-visual{transform:none}.gw-stage-strip>.gw-shell{grid-template-columns:1fr}.gw-stage-strip strong{padding:22px 0}.gw-stage-strip a{min-height:60px;padding:0;border-left:0;border-top:1px solid var(--gw-line)}.gw-feature-grid,.gw-tools-layout,.gw-profile-layout,.gw-detail-grid,.gw-detail-content{grid-template-columns:1fr}.gw-profile-score{position:static;order:-1}.gw-profile-layout{display:flex;flex-direction:column}.gw-profile-score{width:100%}.gw-membership-grid{grid-template-columns:1fr}.gw-footer-grid{grid-template-columns:1.5fr 1fr 1fr}.gw-footer-grid>div:last-child{grid-column:2}.gw-kpi-grid{grid-template-columns:1fr 1fr}.gw-action-grid{grid-template-columns:1fr}.gw-post-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){body.gw-site{font-size:14px}.gw-shell{width:min(100% - 28px,1180px)}.gw-alert .gw-shell{justify-content:space-between}.gw-header-inner{min-height:66px}.gw-nav{top:66px}.gw-header-actions .gw-button{display:none}.gw-brand>span{font-size:.85rem}.gw-hero-grid{min-height:auto;padding:44px 0}.gw-hero-copy h1{font-size:3.65rem}.gw-button-row{display:grid}.gw-button-row .gw-button{width:100%}.gw-trust-row{display:grid}.gw-dashboard-visual{min-height:340px;padding:16px}.gw-dashboard-cards{grid-template-columns:1fr 1fr}.gw-dashboard-cards>div:last-child{display:none}.gw-dashboard-bottom{padding:10px}.gw-donut{width:74px;height:74px}.gw-donut:after{width:44px;height:44px}.gw-section{padding:54px 0}.gw-row-heading{display:grid}.gw-opportunity-grid,.gw-opportunity-grid-full,.gw-resource-grid,.gw-feature-grid{grid-template-columns:1fr}.gw-tool-list{grid-template-columns:1fr 1fr}.gw-resource-grid article{min-height:225px}.gw-membership-grid article>p,.gw-membership-grid ul{min-height:0}.gw-page-hero,.gw-detail-hero{padding:58px 0}.gw-page-hero h1,.gw-detail-grid h1{font-size:3.4rem}.gw-filter-bar{display:grid;align-items:stretch}.gw-filter-bar>label{min-width:0}.gw-filter-bar>div{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.gw-filter-bar button{white-space:nowrap}.gw-detail-card>div{grid-template-columns:1fr}.gw-form-row{grid-template-columns:1fr}.gw-form-card,.gw-auth-card,.gw-calculator{padding:24px}.gw-roadmap article{grid-template-columns:65px 1fr}.gw-dashboard-welcome>.gw-shell{display:grid}.gw-dashboard-welcome h1{font-size:3rem}.gw-kpi-grid{grid-template-columns:1fr}.gw-footer-grid{grid-template-columns:1fr;gap:28px}.gw-footer-grid>div:last-child{grid-column:auto}.gw-footer-bottom{display:grid;gap:8px}.gw-post-grid{grid-template-columns:1fr}}
@media(max-width:380px){.gw-tool-list{grid-template-columns:1fr}.gw-dashboard-cards{grid-template-columns:1fr}.gw-dashboard-cards>div:nth-child(2){display:none}.gw-scale{gap:4px}.gw-scale button{height:34px}}

