:root{--gwf-cyan:#00b8d4;--gwf-cyan2:#17d1e8;--gwf-ink:#071014;--gwf-panel:#0d171c;--gwf-green:#10b85a;--gwf-red:#ef3340;--gwf-muted:#66747c;--gwf-border:#dce5e9;--gwf-bg:#f3f7f9}.gwfcs-wrap{max-width:1240px;margin:24px auto 40px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#111820;background:var(--gwf-bg);border-radius:24px;overflow:hidden;box-shadow:0 14px 45px rgba(5,17,24,.11)}.gwfcs-wrap *{box-sizing:border-box}.gwfcs-hero{position:relative;background:radial-gradient(circle at 12% 18%,rgba(0,184,212,.2),transparent 30%),linear-gradient(120deg,#05090b,#0b151a 58%,#101b20);color:#fff;padding:38px 46px;margin:0}.gwfcs-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 65%,rgba(0,184,212,.07));pointer-events:none}.gwfcs-hero-brand{display:flex;align-items:center;gap:42px;position:relative;z-index:1}.gwfcs-logo{width:265px;max-width:31%;height:auto;filter:drop-shadow(0 10px 24px rgba(0,0,0,.35))}.gwfcs-hero-copy{padding-left:36px;border-left:1px solid rgba(255,255,255,.45);max-width:720px}.gwfcs-eyebrow,.gwfcs-kicker{font-size:12px;font-weight:900;letter-spacing:.22em;color:var(--gwf-cyan2)}.gwfcs-hero h2{font-size:42px;line-height:1.02;margin:8px 0 14px;text-transform:uppercase;letter-spacing:-.025em}.gwfcs-hero h2 span{color:var(--gwf-cyan2)}.gwfcs-hero p{font-size:18px;line-height:1.5;margin:0 0 18px;color:#edf7fa}.gwfcs-legal{font-size:11px;line-height:1.5;letter-spacing:.04em;color:#aebdc4}.gwfcs-message{margin:18px 28px 0;background:#eafaff;border:1px solid #9de8f3;color:#0b3a43;padding:13px 16px;border-radius:12px;font-weight:650}.gwfcs-action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:18px 22px 8px;background:#fff}.gwfcs-action{min-height:212px;border-radius:17px;padding:24px 22px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff!important;text-decoration:none!important;box-shadow:0 8px 20px rgba(4,22,29,.08);transition:transform .18s ease,box-shadow .18s ease}.gwfcs-action:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(4,22,29,.15)}.gwfcs-action-blue{background:linear-gradient(145deg,#09c6df,#00aeca)}.gwfcs-action-dark{background:linear-gradient(145deg,#111a1f,#05090b)}.gwfcs-action-green{background:linear-gradient(145deg,#15c966,#079a49)}.gwfcs-action-gray{background:linear-gradient(145deg,#5c6469,#2f373c)}.gwfcs-action-icon{width:60px;height:60px;margin-bottom:13px}.gwfcs-action-icon svg{width:100%;height:100%;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gwfcs-action strong{font-size:18px;text-transform:uppercase;line-height:1.2}.gwfcs-action small{display:block;font-size:14px;line-height:1.35;min-height:38px;margin:8px 0 13px;opacity:.9}.gwfcs-pill{background:#fff;color:#111820;border-radius:999px;padding:9px 18px;min-width:140px;font-weight:850;text-transform:uppercase;font-size:11px;letter-spacing:.05em}.gwfcs-panel,.gwfcs-card{background:#fff;border:1px solid var(--gwf-border);border-radius:18px;box-shadow:0 6px 22px rgba(5,20,27,.05)}.gwfcs-services-panel{margin:14px 22px;padding:24px}.gwfcs-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.gwfcs-section-head h3,.gwfcs-panel h3,.gwfcs-card h3{font-size:24px;margin:4px 0 0;color:#0b151a}.gwfcs-section-head p{margin:0;color:var(--gwf-muted)}.gwfcs-service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.gwfcs-service-chip{min-height:82px;border:1px solid #e1e9ed;border-radius:13px;padding:12px 10px;display:flex;align-items:center;gap:9px;background:#fbfdfe;font-size:13px;font-weight:750;line-height:1.25}.gwfcs-service-dot{flex:0 0 34px;height:34px;border-radius:10px;background:#e8fafd;color:#008da5;display:grid;place-items:center;font-size:11px;font-weight:900}.gwfcs-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:0 22px 16px}.gwfcs-form-card{padding:24px}.gwfcs-card-title{display:flex;gap:13px;align-items:flex-start;padding-bottom:17px;border-bottom:1px solid #e8eef1;margin-bottom:14px}.gwfcs-card-title>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#081216;color:var(--gwf-cyan2);font-weight:900}.gwfcs-card-title h3{font-size:21px;margin:0}.gwfcs-card-title p{margin:5px 0 0;color:var(--gwf-muted);font-size:13px;line-height:1.4}.gwfcs-card label,.gwfcs-mini-verify label{display:block;font-weight:760;font-size:13px;margin:12px 0;color:#233038}.gwfcs-card input,.gwfcs-card select,.gwfcs-card textarea,.gwfcs-mini-verify input{width:100%;margin-top:6px;padding:12px 13px;border:1px solid #cbd7dc;border-radius:10px;font:inherit;background:#fff;color:#111820;outline:none;transition:border .15s,box-shadow .15s}.gwfcs-card input:focus,.gwfcs-card select:focus,.gwfcs-card textarea:focus,.gwfcs-mini-verify input:focus{border-color:#35bdd2;box-shadow:0 0 0 3px rgba(0,184,212,.12)}.gwfcs-card button,.gwfcs-mini-verify button{width:100%;background:#071014;color:#fff;border:0;border-radius:11px;padding:13px 16px;font-weight:850;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;margin-top:6px}.gwfcs-card button:hover,.gwfcs-mini-verify button:hover{background:#00aeca}.gwfcs-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.muted{font-weight:500;color:#78868d;font-size:.9em}.gwfcs-bottom-grid{display:grid;grid-template-columns:1.35fr .9fr;gap:16px;padding:0 22px 22px}.gwfcs-bottom-grid>.gwfcs-panel{padding:25px}.gwfcs-mission h3,.gwfcs-mini-verify h3{margin:6px 0 9px}.gwfcs-mission p,.gwfcs-mini-verify p{color:#5d6d75;line-height:1.55}.gwfcs-impact-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.gwfcs-impact-row span{background:#f1fbfd;border-radius:10px;padding:12px 10px;text-align:center;font-size:11px;font-weight:900;color:#0a6574}.gwfcs-mission blockquote{margin:14px 0 0;background:#e9f8fc;border:0;border-radius:12px;padding:17px;text-align:center;color:#174b55;font-size:18px;font-style:italic}.gwfcs-verify-ok,.gwfcs-verify-bad{margin-top:15px;padding:14px;border-radius:10px;line-height:1.5}.gwfcs-verify-ok{border:1px solid #79d99d;background:#effff4;color:#126832}.gwfcs-verify-ok strong{font-size:17px}.gwfcs-verify-bad{border:1px solid #f0a7a7;background:#fff3f3;color:#8e1e1e}.gwfcs-footer{display:flex;align-items:center;gap:14px;background:#071014;color:#fff;padding:18px 26px}.gwfcs-footer img{width:52px;height:52px;object-fit:contain}.gwfcs-footer strong{font-size:14px;letter-spacing:.07em;text-transform:uppercase}.gwfcs-footer span{font-size:10px;color:#aebcc3}.gwfcs-wrap .gwfcs-mini-verify form{margin-top:14px}@media(max-width:980px){.gwfcs-action-grid{grid-template-columns:repeat(2,1fr)}.gwfcs-service-grid{grid-template-columns:repeat(3,1fr)}.gwfcs-hero h2{font-size:34px}.gwfcs-logo{width:210px}}@media(max-width:760px){.gwfcs-wrap{margin:10px auto;border-radius:16px}.gwfcs-hero{padding:26px 20px}.gwfcs-hero-brand{display:block;text-align:center}.gwfcs-logo{max-width:72%;width:230px;margin:0 auto 18px}.gwfcs-hero-copy{border-left:0;border-top:1px solid rgba(255,255,255,.25);padding:18px 0 0}.gwfcs-hero h2{font-size:30px}.gwfcs-hero p{font-size:15px}.gwfcs-legal{font-size:9px}.gwfcs-action-grid{grid-template-columns:1fr 1fr;padding:14px}.gwfcs-action{min-height:178px;padding:18px 12px}.gwfcs-action strong{font-size:15px}.gwfcs-action-icon{width:46px;height:46px}.gwfcs-service-grid{grid-template-columns:1fr 1fr}.gwfcs-services-panel{margin:10px 14px;padding:18px}.gwfcs-section-head{display:block}.gwfcs-section-head p{margin-top:8px}.gwfcs-form-grid,.gwfcs-bottom-grid{grid-template-columns:1fr;padding-left:14px;padding-right:14px}.gwfcs-row{grid-template-columns:1fr}.gwfcs-footer{align-items:flex-start}.gwfcs-footer span{line-height:1.5;display:block}}@media(max-width:480px){.gwfcs-action-grid{grid-template-columns:1fr}.gwfcs-service-grid{grid-template-columns:1fr}.gwfcs-hero h2{font-size:26px}.gwfcs-action{min-height:160px}}
/* v1.2 app-launcher additions */
.gwfcs-launcher{background:#fff;padding:20px 22px 24px;border-top:1px solid #e8eef1}
.gwfcs-launcher-head{text-align:center;margin:0 auto 18px;max-width:620px}
.gwfcs-launcher-head h3{font-size:25px;margin:4px 0 4px;color:#0b151a}
.gwfcs-launcher-head p{margin:0;color:#687780;font-size:14px}
.gwfcs-app-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;max-width:900px;margin:0 auto}
.gwfcs-app{appearance:none;border:0;border-radius:23px;min-height:132px;padding:16px 10px 13px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;cursor:pointer;box-shadow:0 8px 20px rgba(4,22,29,.13);transition:transform .16s ease,box-shadow .16s ease,outline-color .16s ease;outline:3px solid transparent;outline-offset:3px;font:inherit}
.gwfcs-app:hover{transform:translateY(-3px);box-shadow:0 12px 27px rgba(4,22,29,.18)}
.gwfcs-app.is-active{outline-color:rgba(0,184,212,.42);transform:translateY(-2px)}
.gwfcs-app-blue{background:linear-gradient(145deg,#09c6df,#00aeca)}
.gwfcs-app-dark{background:linear-gradient(145deg,#111a1f,#05090b)}
.gwfcs-app-green{background:linear-gradient(145deg,#15c966,#079a49)}
.gwfcs-app-gray{background:linear-gradient(145deg,#5c6469,#2f373c)}
.gwfcs-app-purple{background:linear-gradient(145deg,#b52b87,#7c1d66)}
.gwfcs-app-icon{width:46px;height:46px;margin-bottom:8px}
.gwfcs-app-icon svg{width:100%;height:100%;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gwfcs-app strong{font-size:15px;text-transform:uppercase;line-height:1.15}
.gwfcs-app small{font-size:11px;margin-top:4px;opacity:.88;font-weight:650}
.gwfcs-app-content{padding:0 22px 22px;background:var(--gwf-bg)}
.gwfcs-collapsible{margin:0!important;padding:25px;animation:gwfcsReveal .2s ease}
.gwfcs-collapsible[hidden]{display:none!important}
.gwfcs-panel-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.gwfcs-panel-top .gwfcs-card-title{flex:1}
.gwfcs-panel-top .gwfcs-section-head{flex:1}
.gwfcs-close{flex:0 0 38px;width:38px;height:38px;border:1px solid #d6e0e4!important;border-radius:999px!important;background:#f7fafb!important;color:#2d3b42!important;font-size:25px!important;line-height:1!important;padding:0!important;margin:0!important;display:grid!important;place-items:center;cursor:pointer;box-shadow:none!important;text-transform:none!important;letter-spacing:0!important}
.gwfcs-close:hover{background:#071014!important;color:#fff!important}
.gwfcs-services-panel .gwfcs-section-head{margin-bottom:16px}
.gwfcs-mini-verify{max-width:720px;margin-left:auto!important;margin-right:auto!important}
.gwfcs-mission{max-width:850px;margin-left:auto!important;margin-right:auto!important}
@keyframes gwfcsReveal{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
@media(max-width:980px){.gwfcs-app-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:620px}}
@media(max-width:760px){.gwfcs-launcher{padding:18px 14px 20px}.gwfcs-app-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.gwfcs-app{min-height:112px;border-radius:20px;padding:12px 7px}.gwfcs-app-icon{width:38px;height:38px}.gwfcs-app strong{font-size:12px}.gwfcs-app small{font-size:9px}.gwfcs-app-content{padding:0 14px 16px}.gwfcs-collapsible{padding:18px}.gwfcs-panel-top{gap:8px}}
@media(max-width:480px){.gwfcs-app-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:340px}.gwfcs-app{min-height:116px}.gwfcs-launcher-head h3{font-size:22px}}
/* v1.5 service history */
.gwfcs-history-divider{display:flex;align-items:center;gap:12px;margin:28px 0 16px;color:#53636b;font-size:11px;font-weight:900;letter-spacing:.15em}.gwfcs-history-divider:before,.gwfcs-history-divider:after{content:"";height:1px;background:#dbe5e9;flex:1}.gwfcs-history-form{margin-top:6px}.gwfcs-history-summary{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:10px;margin:18px 0 14px}.gwfcs-history-summary>div{background:#f4fafc;border:1px solid #dfecef;border-radius:12px;padding:13px}.gwfcs-history-summary span{display:block;font-size:9px;letter-spacing:.12em;color:#708089;font-weight:900;margin-bottom:5px}.gwfcs-history-summary strong{font-size:17px;color:#14242b}.gwfcs-history-table-wrap{overflow-x:auto;border:1px solid #dde7eb;border-radius:12px}.gwfcs-history-table{width:100%;border-collapse:collapse;min-width:590px;font-size:12px}.gwfcs-history-table th{background:#0b171c;color:#fff;text-align:left;padding:10px}.gwfcs-history-table td{padding:10px;border-top:1px solid #e5ecef;vertical-align:middle}.gwfcs-history-table tr:nth-child(even) td{background:#fafcfd}.gwfcs-status{display:inline-block;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.gwfcs-status-approved{background:#e8faef;color:#14733b}.gwfcs-status-pending{background:#fff6dc;color:#8a6500}.gwfcs-status-rejected{background:#fff0f0;color:#9d2f2f}.gwfcs-standalone-verify{max-width:780px;margin:20px auto;padding:26px}@media(max-width:620px){.gwfcs-history-summary{grid-template-columns:1fr 1fr}.gwfcs-history-summary>div:first-child{grid-column:1/-1}}
