.hero{align-items:center;min-height:100vh;padding-top:6rem;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:linear-gradient(135deg,#00008008 0%,#0000 60%);width:60%;height:100%;position:absolute;top:0;right:0}.hero__container{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1056px){.hero__container{grid-template-columns:1fr 1fr}}.hero__content{z-index:1;text-align:center}@media (min-width:672px){.hero__content{text-align:left}}.hero__badge{color:navy;background-color:#0000801a;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;display:inline-flex}@media (min-width:672px){.hero__badge{font-size:.875rem}}.hero__title{flex-direction:column;margin-bottom:.75rem;display:flex}.hero__title-logo{letter-spacing:.02em;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1}.hero__title-logo .letter{color:navy}.hero__title-logo .dot{color:#f2c541}.hero__title-full{color:#8d8d8d;letter-spacing:.08em;text-transform:uppercase;margin-top:.5rem;font-size:clamp(.875rem,2.5vw,1.125rem);font-weight:500}.hero__title-tagline{color:#8d8d8d;letter-spacing:.15em;text-transform:lowercase;margin-top:.25rem;margin-bottom:.75rem;font-size:clamp(1.125rem,3vw,1.5rem);font-style:italic;font-weight:300}.hero__title-tagline-ai{text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,navy 0%,#4a4aff 50%,#f2c541 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:700}.hero__headline{color:#161616;max-width:580px;margin:1rem auto .75rem;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.2}@media (min-width:672px){.hero__headline{margin-left:0;margin-right:0}}.hero__description{color:#525252;max-width:540px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.7}@media (min-width:672px){.hero__description{margin-left:0;margin-right:0;font-size:1.125rem}}.hero__cta{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;max-width:400px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;display:flex}@media (min-width:672px){.hero__cta{flex-flow:wrap;justify-content:flex-start;align-items:center;width:auto;max-width:none;margin-left:0;margin-right:0}}.hero__cta-primary,.hero__cta-secondary{text-decoration:none}.hero__cta-primary .cds--btn,.hero__cta-secondary .cds--btn{width:100%;min-width:160px;max-width:none}@media (min-width:672px){.hero__cta-primary .cds--btn,.hero__cta-secondary .cds--btn{width:auto}}.hero__cta-primary .cds--btn--primary{background-color:navy;border-color:navy}.hero__cta-primary .cds--btn--primary:hover{background-color:#00004d}.hero__cta-primary .cds--btn--primary:active{background-color:#000034}.hero__cta-secondary .cds--btn--tertiary{color:navy;border-color:navy}.hero__cta-secondary .cds--btn--tertiary:hover{background-color:#0000801a}.hero__apps{background:linear-gradient(145deg,#0000800f 0%,#f2c54114 50%,#0000800a 100%);border:1px solid #0000801f;border-radius:20px;padding:1.5rem;box-shadow:0 4px 24px #00008014}@media (min-width:672px){.hero__apps{padding:2rem}}.hero__apps-title{color:navy;text-transform:uppercase;letter-spacing:.1em;text-align:center;margin-bottom:1rem;font-size:.875rem;font-weight:600}.hero__apps-container{grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:800px;margin:0 auto;display:grid}@media (min-width:320px){.hero__apps-container{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width:672px){.hero__apps-container{grid-template-columns:repeat(4,1fr)}}.hero__app-card{text-align:center;background:#fff;border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;min-height:140px;padding:1rem .75rem;text-decoration:none;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 4px #0000001a}.hero__app-card:hover{border-color:navy;transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.hero__app-card--active .hero__app-card-icon{color:#fff;background:navy}.hero__app-card--active .hero__app-card-name{color:navy}.hero__app-card--active:hover{background:#00008005}.hero__app-card--coming-soon{cursor:default;opacity:.85}.hero__app-card--coming-soon .hero__app-card-icon{color:#8d8d8d;background:#e0e0e0}.hero__app-card--coming-soon:hover{border-color:#e0e0e0;transform:none;box-shadow:0 2px 4px #0000001a}.hero__app-card-icon{color:#525252;background:#f4f4f4;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s;display:flex}.hero__app-card:hover .hero__app-card-icon{transform:scale(1.08)}.hero__app-card-name{color:#161616;font-size:.875rem;font-weight:600;line-height:1.2}.hero__app-card-desc{color:#8d8d8d;align-items:center;min-height:2.8em;font-size:.6875rem;line-height:1.4;display:flex}.hero__app-card-badge{color:#161616;text-transform:uppercase;letter-spacing:.05em;background:#f2c541;border-radius:6px;padding:3px 6px;font-size:.5625rem;font-weight:700;position:absolute;top:-6px;right:-6px}.hero__app-card-badge--beta{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)}.hero__app-card-badge--coming-soon{color:#fff;background:linear-gradient(135deg,#8d8d8d 0%,#525252 100%);padding:3px 5px;font-size:.5rem}.hero__visual{display:none}@media (min-width:1056px){.hero__visual{justify-content:center;align-items:center;display:flex}}.hero__graphic{width:480px;height:480px;position:relative}.hero__graphic-inner{width:100%;height:100%;animation:60s linear infinite rotate;position:relative}.node{color:#525252;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:12px;justify-content:center;align-items:center;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:absolute;box-shadow:0 4px 12px #00000026}.node:hover{z-index:10;border-color:navy;transform:scale(1.1);box-shadow:0 8px 24px #0003}.node--center{color:#fff;cursor:default;background:linear-gradient(135deg,navy 0%,#000040 100%);border:3px solid #f2c541;border-radius:50%;width:100px;height:100px;font-size:1rem;font-weight:700;animation:2s ease-in-out infinite pulse;top:50%;left:50%;transform:translate(-50%,-50%)}.node--center:hover{transform:translate(-50%,-50%)scale(1.05)}.node--orbit{animation:60s linear infinite counter-rotate}.node--active{color:navy;background:#fff;border-width:2px;border-color:navy;font-weight:600}.node--active:hover{color:#fff;background:navy}.node--outcome{cursor:default;color:navy;text-align:center;white-space:nowrap;background:linear-gradient(135deg,#fff 0%,#f2c54114 100%);border:2px solid #00008026;padding:.5rem 1rem;font-size:.875rem;font-weight:700;line-height:1.2;box-shadow:0 6px 18px #0000801f}.node--outcome:hover{border-color:#f2c541;transform:scale(1.05);box-shadow:0 8px 24px #0000802e}.node--1{top:-7%;left:50%;transform:translate(-50%)}.node--2{top:18%;right:-18%}.node--3{bottom:18%;right:-18%}.node--4{bottom:-7%;left:50%;transform:translate(-50%)}.node--5{bottom:18%;left:-18%}.node--6{top:18%;left:-18%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes counter-rotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes pulse{0%,to{box-shadow:0 0 #f2c54166}50%{box-shadow:0 0 0 20px #f2c54100}}
.pain-points{background-color:#f4f4f4;padding:4rem 0}.pain-points__container{max-width:1200px;margin:0 auto;padding:0 1rem}.pain-points__header{text-align:center;max-width:880px;margin:0 auto 3rem}.pain-points__title{color:#161616;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.pain-points__subtitle{color:#525252;max-width:760px;margin:0 auto;font-size:1.0625rem;line-height:1.6}.pain-points__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:320px){.pain-points__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1056px){.pain-points__grid{grid-template-columns:repeat(3,1fr)}}.pain-points__card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:border-color .2s,transform .2s,box-shadow .2s}.pain-points__card:hover{border-color:navy;transform:translateY(-2px);box-shadow:0 8px 24px #00008014}.pain-points__icon{color:navy;background:#00008014;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:.75rem;display:flex}.pain-points__problem{color:#161616;margin-bottom:.5rem;font-size:1.0625rem;font-weight:600;line-height:1.3}.pain-points__outcome{color:#525252;font-size:.9375rem;line-height:1.5}.pain-points__outcome:before{content:"→ ";color:#f2c541;font-weight:700}
.business-outcomes{background:#fff;padding:4rem 0}.business-outcomes__container{max-width:1200px;margin:0 auto;padding:0 1rem}.business-outcomes__header{text-align:center;max-width:820px;margin:0 auto 3rem}.business-outcomes__title{color:#161616;margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.business-outcomes__subtitle{color:#525252;font-size:1.0625rem;line-height:1.6}.business-outcomes__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:320px){.business-outcomes__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1056px){.business-outcomes__grid{grid-template-columns:repeat(3,1fr)}}.business-outcomes__card{background:#f4f4f4;border:1px solid #e0e0e0;border-radius:14px;padding:1.5rem;transition:border-color .2s,box-shadow .2s,transform .2s}.business-outcomes__card:hover{border-color:navy;transform:translateY(-2px);box-shadow:0 10px 28px #0000801a}.business-outcomes__card-icon{color:navy;background:linear-gradient(135deg,#0000801f 0%,#f2c5412e 100%);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.75rem;display:flex}.business-outcomes__card-title{color:#161616;margin-bottom:.5rem;font-size:1.1875rem;font-weight:700}.business-outcomes__card-desc{color:#525252;font-size:.9375rem;line-height:1.6}
.platform-overview{background:#f4f4f4;padding:4rem 0}.platform-overview__container{max-width:1200px;margin:0 auto;padding:0 1rem}.platform-overview__header{text-align:center;max-width:820px;margin:0 auto 3rem}.platform-overview__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:navy;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:inline-block}.platform-overview__title{color:#161616;margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.platform-overview__subtitle{color:#525252;font-size:1.0625rem;line-height:1.6}.platform-overview__grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem;display:grid}@media (min-width:320px){.platform-overview__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1056px){.platform-overview__grid{grid-template-columns:repeat(3,1fr)}}.platform-overview__tile{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:border-color .2s,box-shadow .2s,transform .2s}.platform-overview__tile:hover{border-color:navy;transform:translateY(-2px);box-shadow:0 8px 24px #00008014}.platform-overview__tile-icon{color:navy;background:#00008014;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:.75rem;display:flex}.platform-overview__tile-title{color:#161616;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.platform-overview__tile-desc{color:#525252;margin-bottom:.75rem;font-size:.9375rem;line-height:1.55}.platform-overview__tile-apps{color:navy;border-top:1px solid #e0e0e0;padding-top:.5rem;font-size:.8125rem;font-weight:600}.platform-overview__cta{justify-content:center;display:flex}.platform-overview__cta-link{text-decoration:none}.platform-overview__cta-link .cds--btn--primary{background-color:navy;border-color:navy;min-width:240px}.platform-overview__cta-link .cds--btn--primary:hover{background-color:#00004d}
.features{background-color:#f4f4f4;padding:6rem 0}.features__container{max-width:1400px}.features__header{text-align:center;max-width:600px;margin:0 auto 4rem}.features__title{color:#161616;margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.2}.features__subtitle{color:#525252;font-size:1.125rem;line-height:1.6}.features__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:672px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1056px){.features__grid{grid-template-columns:repeat(3,1fr)}}.feature-item{text-align:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;transition:all .3s}.feature-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.feature-item:hover .feature-item__icon{color:#fff;background:linear-gradient(135deg,navy 0%,#000040 100%)}.feature-item__icon{color:navy;background:#0000801a;border-radius:16px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1rem;transition:all .3s;display:flex}.feature-item__title{color:#161616;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature-item__description{color:#525252;font-size:.9375rem;line-height:1.6}
.gboss-consultation-cta{background:linear-gradient(135deg,navy 0%,#000040 60%,#000067 100%);padding:6rem 0;position:relative;overflow:hidden}.gboss-consultation-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#f2c5411a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-10%}.gboss-consultation-cta__container{text-align:center;max-width:1584px;margin:0 auto;padding:0 1rem}.gboss-consultation-cta__content{max-width:700px;margin:0 auto}.gboss-consultation-cta__badge{color:#f2c541;letter-spacing:.03em;background-color:#f2c54126;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.gboss-consultation-cta__title{color:#fff;margin-bottom:1rem;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;line-height:1.15}.gboss-consultation-cta__description{color:#fffc;margin-bottom:2rem;font-size:1.0625rem;line-height:1.7}.gboss-consultation-cta__roi{background:#f2c5411f;border:1px solid #f2c5414d;border-radius:12px;align-items:baseline;gap:.25rem;margin-bottom:2rem;padding:.75rem 1.5rem;display:inline-flex}.gboss-consultation-cta__roi-number{color:#f2c541;font-size:2.5rem;font-weight:700;line-height:1}.gboss-consultation-cta__roi-text{color:#f2c541;text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:600}.gboss-consultation-cta__actions{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:320px){.gboss-consultation-cta__actions{flex-direction:row;justify-content:center}}.gboss-consultation-cta__btn-primary{color:#161616;background-color:#f2c541;border-radius:4px;align-items:center;gap:.5rem;padding:14px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 4px 20px #f2c54166}.gboss-consultation-cta__btn-primary:hover{color:#161616;background-color:#efb91b;box-shadow:0 6px 28px #f2c5418c}.gboss-consultation-cta__solutions-link{color:#ffffffb3;align-items:center;gap:.25rem;margin-top:1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.gboss-consultation-cta__solutions-link:hover{color:#f2c541}.gboss-consultation-cta__phone{color:#fff;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.gboss-consultation-cta__phone:hover{color:#f2c541;background-color:#ffffff0d}
.exit-readiness{color:#fff;background:linear-gradient(135deg,navy 0%,#000057 100%);padding:4rem 0;position:relative;overflow:hidden}.exit-readiness:before{content:"";pointer-events:none;background:radial-gradient(circle,#f2c5412e 0%,#0000 60%);width:60%;height:200%;position:absolute;top:-50%;right:-10%}.exit-readiness__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.exit-readiness__content{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1056px){.exit-readiness__content{grid-template-columns:5fr 6fr;align-items:center;gap:4rem}}.exit-readiness__intro{max-width:560px}.exit-readiness__title{color:#fff;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.exit-readiness__description{color:#ffffffe0;margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.7}.exit-readiness__cta{display:inline-block}.exit-readiness__cta .cds--btn.cds--btn--primary{min-width:240px;color:#161616!important;background-color:#f2c541!important;border-color:#f2c541!important}.exit-readiness__cta .cds--btn.cds--btn--primary:hover{color:#161616!important;background-color:#efb91b!important;border-color:#efb91b!important}.exit-readiness__list{grid-template-columns:1fr;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:672px){.exit-readiness__list{grid-template-columns:repeat(2,1fr)}}.exit-readiness__item{background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem;transition:background-color .2s,border-color .2s;display:flex}.exit-readiness__item:hover{background:#ffffff1f;border-color:#f2c54180}.exit-readiness__item-icon{color:#f2c541;background:#f2c54133;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.exit-readiness__item-text{min-width:0}.exit-readiness__item-title{color:#fff;margin-bottom:.25rem;font-size:1rem;font-weight:600}.exit-readiness__item-desc{color:#ffffffd1;font-size:.875rem;line-height:1.5}
.use-cases{background:#fff;padding:4rem 0}.use-cases__container{max-width:1200px;margin:0 auto;padding:0 1rem}.use-cases__header{text-align:center;max-width:760px;margin:0 auto 3rem}.use-cases__title{color:#161616;margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.use-cases__subtitle{color:#525252;font-size:1.0625rem;line-height:1.6}.use-cases__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:672px){.use-cases__grid{grid-template-columns:repeat(2,1fr)}}.use-cases__card{background:#f4f4f4;border:1px solid #e0e0e0;border-radius:14px;flex-direction:column;padding:2rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.use-cases__card:hover{border-color:navy;transform:translateY(-3px);box-shadow:0 12px 32px #0000801a}.use-cases__card-icon{color:navy;background:#00008014;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;display:flex}.use-cases__card-audience{text-transform:uppercase;letter-spacing:.1em;color:navy;background:#00008014;border-radius:999px;align-self:flex-start;margin-bottom:.75rem;padding:4px 10px;font-size:.6875rem;font-weight:700;display:inline-block}.use-cases__card-title{color:#161616;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.3}.use-cases__card-description{color:#525252;flex:1;margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.use-cases__card-cta{color:navy;align-self:flex-start;align-items:center;gap:.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.use-cases__card-cta:hover{gap:.5rem}
.final-cta{color:#fff;background:linear-gradient(135deg,#161616 0%,#00001a 100%);padding:4rem 0;position:relative;overflow:hidden}.final-cta:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#f2c54126 0%,#0000 50%);position:absolute;inset:0}.final-cta__container{text-align:center;max-width:880px;margin:0 auto;padding:0 1rem;position:relative}.final-cta__badge{color:#f2c541;text-transform:uppercase;letter-spacing:.1em;background:#f2c5412e;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.final-cta__title{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15}.final-cta__description{color:#ffffffd9;max-width:700px;margin:0 auto 2.5rem;font-size:1.0625rem;line-height:1.7}.final-cta__actions{flex-direction:column;justify-content:center;align-items:stretch;gap:.75rem;width:100%;max-width:400px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;display:flex}@media (min-width:672px){.final-cta__actions{flex-flow:wrap;align-items:center;width:auto;max-width:none}}.final-cta__primary,.final-cta__secondary{text-decoration:none}.final-cta__primary .cds--btn,.final-cta__secondary .cds--btn{width:100%;min-width:240px;max-width:none}@media (min-width:672px){.final-cta__primary .cds--btn,.final-cta__secondary .cds--btn{width:auto}}.final-cta__primary .cds--btn.cds--btn--primary{color:#161616!important;background-color:#f2c541!important;border-color:#f2c541!important}.final-cta__primary .cds--btn.cds--btn--primary:hover{color:#161616!important;background-color:#efb91b!important;border-color:#efb91b!important}.final-cta__secondary .cds--btn.cds--btn--tertiary{color:#fff!important;background-color:#0000!important;border-color:#fff9!important}.final-cta__secondary .cds--btn.cds--btn--tertiary:hover{color:#fff!important;background-color:#ffffff1f!important;border-color:#fff!important}.final-cta__phone{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.9375rem;text-decoration:none;transition:color .2s;display:inline-flex}.final-cta__phone:hover{color:#f2c541}
