/* Shared internal banner: half the 580px homepage Hero.
   This stylesheet is opt-in; currently only About uses it. */
:root{--gk-internal-hero-height:290px}
.gk-internal-hero{position:relative;isolation:isolate;height:var(--gk-internal-hero-height);background:#061c3a;color:#fff;overflow:hidden}
.gk-internal-hero__art{position:absolute;z-index:0;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:left center;pointer-events:none}
.gk-internal-hero:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,transparent 15%,rgba(6,28,58,.18) 43%,rgba(6,28,58,.72) 72%);pointer-events:none}
.gk-internal-hero__inner,.gk-corporate-identity__grid{max-width:1180px}
.gk-internal-hero__inner{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:space-between;gap:64px;padding-block:38px 12px}
.gk-internal-hero__content{width:min(100%,650px);min-width:0}
.gk-internal-hero .gk-breadcrumbs{position:absolute;inset-block-start:17px;inset-inline-start:0;margin:0;color:#c5d4e5;font-size:11px;line-height:1.5}
.gk-internal-hero .gk-breadcrumbs a:hover{color:#fff;text-decoration:underline}
.gk-internal-hero__eyebrow,.gk-corporate-identity__eyebrow{display:flex;align-items:center;gap:10px;font-weight:800;font-size:12px;line-height:1.6}
.gk-internal-hero__eyebrow{color:#a8d9ff;letter-spacing:.13em}
.gk-internal-hero__eyebrow:before,.gk-corporate-identity__eyebrow:before{content:"";width:28px;height:2px;background:var(--gk-cyan);flex:0 0 28px}
.gk-internal-hero h1{margin:4px 0 0;font-size:58px;line-height:1.15;font-weight:900;letter-spacing:-.025em}
.gk-internal-hero__subtitle{margin:6px 0 0;font-size:23px;line-height:1.45;font-weight:700;color:#fff}
.gk-internal-hero__description{margin:8px 0 0;max-width:620px;font-size:15px;line-height:1.7;color:#d5dfed}
.gk-internal-hero .gk-internal-hero__button{display:inline-flex;min-height:44px;padding:9px 20px;margin-top:15px;gap:10px;border:1px solid #087cff;border-radius:10px;background:#087cff;color:#fff;font-size:14px;line-height:1.6;font-weight:800;box-shadow:0 7px 20px rgba(0,83,190,.18)}
.gk-internal-hero__button .gk-icon{width:22px;height:22px;flex:0 0 22px}
.gk-internal-hero__signature{flex:0 0 250px;padding-inline-start:26px;border-inline-start:1px solid rgba(173,211,246,.3);text-align:start}
.gk-internal-hero__signature>strong{display:block;font-size:88px;line-height:1.1;font-weight:900;letter-spacing:-.04em;color:#fff}
.gk-internal-hero__signature>span{display:block;margin-top:3px;font-size:17px;line-height:1.6;font-weight:700;color:#84caff}
.gk-internal-hero__signature>p{max-width:215px;margin:8px 0 0;font-size:13px;line-height:1.9;color:#d2dff0}
.gk-internal-hero .gk-internal-hero__button:hover{background:#006be4;border-color:#006be4;transform:none}
.gk-internal-hero__button:focus-visible{outline:2px solid #fff;outline-offset:4px}
.gk-corporate-identity{padding:48px 0 54px;background:#fff}
.gk-corporate-identity__grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:center;gap:80px}
.gk-corporate-identity__content{min-width:0}
.gk-corporate-identity__eyebrow{color:#52647c;font-size:12px}
.gk-corporate-identity h2{margin:11px 0 18px;color:#102744;font-size:33px;line-height:1.5;font-weight:900;letter-spacing:-.025em}
.gk-corporate-identity__content>p{margin:0;color:#41546e;font-size:16px;line-height:1.95;max-width:680px}
.gk-corporate-identity__content>.gk-corporate-identity__experience{margin-top:15px;padding-inline-start:16px;border-inline-start:2px solid #b8dcff;color:#52647c;font-size:15px}
.gk-corporate-identity__experience strong{color:#203a59;font-weight:800}
.gk-corporate-identity__details{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:20px;margin:24px 0 0;padding-top:18px;border-top:1px solid #e1e8f0}
.gk-corporate-identity__details>div{min-width:0}
.gk-corporate-identity__details dt{margin:0 0 5px;color:#65768c;font-size:12px;font-weight:700;line-height:1.6}
.gk-corporate-identity__details dd{margin:0;color:#19324e;font-size:14px;font-weight:800;line-height:1.8}
.gk-corporate-identity__brand{margin:0;padding:0 22px 0 0;border-inline-start:1px solid #e7edf3}
.gk-corporate-identity__mark{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#fff}
/* Enlarge only the supplied logo's empty outer margins; keep its entire artwork visible. */
.gk-corporate-identity__mark img{position:absolute;top:50%;left:50%;display:block;width:124%;height:124%;max-width:none;object-fit:contain;transform:translate(-50%,-50%)}
.gk-corporate-identity__brand figcaption{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:18px;text-align:center;color:#53647a;font-size:12px;font-weight:700;line-height:1.8}
.gk-corporate-identity__brand figcaption:before{content:"";width:20px;height:2px;flex:0 0 20px;background:var(--gk-cyan)}
@media(max-width:1100px){
  .gk-corporate-identity__grid{grid-template-columns:minmax(0,1fr) 300px;gap:44px}
  .gk-corporate-identity h2{font-size:30px}
  .gk-internal-hero__inner{gap:38px}
  .gk-internal-hero__signature{flex-basis:210px;padding-inline-start:20px}
  .gk-internal-hero__signature>strong{font-size:76px}
}
@media(max-width:840px){
  .gk-internal-hero:before{background:linear-gradient(90deg,rgba(6,28,58,.48),rgba(6,28,58,.92) 64%,#061c3a)}
  .gk-internal-hero__signature{display:none}
  .gk-internal-hero__content{width:min(100%,650px)}
  .gk-corporate-identity{padding:40px 0 46px}
  .gk-corporate-identity__grid{grid-template-columns:1fr;gap:32px}
  .gk-corporate-identity__brand{width:min(100%,300px);justify-self:center;border-inline-start:0;padding:0}
}
@media(max-width:560px){
  .gk-internal-hero__inner{padding-block:40px 18px}
  .gk-internal-hero .gk-breadcrumbs{inset-block-start:14px;font-size:10.5px}
  .gk-internal-hero__eyebrow{font-size:11px}
  .gk-internal-hero h1{font-size:42px}
  .gk-internal-hero__subtitle{font-size:18px;line-height:1.6}
  .gk-internal-hero__description{font-size:13.5px;line-height:1.8;max-width:350px}
  .gk-internal-hero .gk-internal-hero__button{margin-top:12px;font-size:13px;padding:9px 17px}
  .gk-corporate-identity h2{font-size:27px;line-height:1.5;margin:10px 0 15px}
  .gk-corporate-identity__content>p{font-size:15.5px;line-height:1.95}
  .gk-corporate-identity__content>.gk-corporate-identity__experience{font-size:14.5px;padding-inline-start:12px}
  .gk-corporate-identity__details{grid-template-columns:1fr;gap:14px;margin-top:20px;padding-top:16px}
}
@media(max-width:360px){
  .gk-internal-hero h1{font-size:38px}
  .gk-internal-hero__subtitle{font-size:17px}
  .gk-internal-hero__description{font-size:13px;line-height:1.7}
}

/* About experience: confirmed journey, alternating cards and optional scroll progress.
   Content stays visible in the static and reduced-motion layouts. */
.gk-experience{padding:52px 0 58px;background:#f5f8fc;border-block:1px solid #e6edf5}
.gk-experience__inner{max-width:1180px}
.gk-experience__head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:64px;align-items:center;margin-bottom:40px}
.gk-experience__eyebrow{display:flex;align-items:center;gap:10px;color:#52647c;font-size:12px;font-weight:800;line-height:1.6}
.gk-experience__eyebrow:before{content:"";width:28px;height:2px;flex:0 0 28px;background:var(--gk-cyan)}
.gk-experience h2{margin:10px 0 0;color:#102744;font-size:32px;line-height:1.55;font-weight:900;letter-spacing:-.025em}
.gk-experience h2>span{display:block}
.gk-experience__intro{margin:0;color:#4c5f77;font-size:15.5px;line-height:1.95}
.gk-experience__timeline{margin:0;padding:0;list-style:none}
.gk-experience__milestone{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 84px minmax(0,1fr);align-items:start;margin:0 0 28px;padding:0;min-width:0}
.gk-experience__milestone:last-child{margin-bottom:0}
.gk-experience__milestone:not(:last-child):before,.gk-experience__milestone:not(:last-child):after{content:"";position:absolute;inset-block-start:50px;inset-inline-start:calc(50% - 1px);width:2px;height:calc(100% + 28px);pointer-events:none}
.gk-experience__milestone:not(:last-child):before{background:#d2ddea}
.gk-experience__milestone:not(:last-child):after{background:#2580d9;transform:scaleY(var(--gk-step-progress,1));transform-origin:top;transition:transform .25s linear}
.gk-experience__node{position:relative;z-index:1;grid-column:2;grid-row:1;justify-self:center;display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-top:26px;border:1px solid #bcd0e5;border-radius:50%;background:#fff;color:#176bc2;box-shadow:0 0 0 7px #f5f8fc;transition:background .25s ease,color .25s ease,border-color .25s ease}
.gk-experience__node .gk-icon{width:24px;height:24px}
.gk-experience__card{position:relative;grid-column:1;grid-row:1;padding:23px 25px;border:1px solid #dfe7f1;border-radius:18px;background:#fff;box-shadow:0 6px 22px rgba(24,52,85,.035);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.gk-experience__card:after{content:"";position:absolute;inset-block-start:50px;inset-inline-end:-18px;width:18px;height:1px;background:#cbd9e8;pointer-events:none}
.gk-experience__milestone:nth-child(even) .gk-experience__card{grid-column:3}
.gk-experience__milestone:nth-child(even) .gk-experience__card:after{inset-inline-end:auto;inset-inline-start:-18px}
.gk-experience__phase{display:inline-flex;align-items:center;gap:5px;margin:0;padding:4px 10px;border-radius:6px;background:#edf4fc;color:#345577;font-size:11px;font-weight:800;line-height:1.8}
.gk-experience h3{margin:12px 0 9px;color:#17314f;font-size:20px;font-weight:900;line-height:1.65}
.gk-experience__card>p{margin:0;color:#465a73;font-size:15px;line-height:1.95}
.gk-experience__milestone.is-passed .gk-experience__node{border-color:#173b64;background:#173b64;color:#fff}
.gk-experience__milestone.is-passed .gk-experience__card{border-color:#c4d5e8}
.gk-experience__milestone--future .gk-experience__card{border-style:dashed;border-color:#d8c398;background:#fffdf8}
.gk-experience__milestone--future .gk-experience__phase{background:#f6eddb;color:#755416}
.gk-experience__milestone--future .gk-experience__node{border-color:#c4a466;color:#93681d}
.gk-experience__milestone--future.is-passed .gk-experience__node{background:#f6eddb;border-color:#c4a466;color:#755416}
.gk-experience__milestone--future.is-passed .gk-experience__card{border-color:#d8c398}
@media(hover:hover) and (pointer:fine){
  .gk-experience__card:hover{transform:translateY(-3px);border-color:#aac4e2;box-shadow:0 14px 32px rgba(24,52,85,.075)}
}
@media(max-width:840px){
  .gk-experience__head{grid-template-columns:1fr;gap:18px;margin-bottom:30px}
  .gk-experience__intro{max-width:740px}
  .gk-experience__milestone{grid-template-columns:62px minmax(0,1fr)}
  .gk-experience__node{grid-column:1;justify-self:start}
  .gk-experience__card,.gk-experience__milestone:nth-child(even) .gk-experience__card{grid-column:2}
  .gk-experience__milestone:not(:last-child):before,.gk-experience__milestone:not(:last-child):after{inset-inline-start:23px}
  .gk-experience__card:after,.gk-experience__milestone:nth-child(even) .gk-experience__card:after{inset-inline-end:auto;inset-inline-start:-14px;width:14px}
}
@media(max-width:560px){
  .gk-experience{padding:38px 0 42px}
  .gk-experience h2{font-size:26px;line-height:1.6}
  .gk-experience__head{gap:16px;margin-bottom:28px}
  .gk-experience__intro{font-size:15px}
  .gk-experience__milestone{grid-template-columns:50px minmax(0,1fr);margin-bottom:22px}
  .gk-experience__node{width:38px;height:38px;margin-top:21px;box-shadow:0 0 0 5px #f5f8fc}
  .gk-experience__node .gk-icon{width:21px;height:21px}
  .gk-experience__milestone:not(:last-child):before,.gk-experience__milestone:not(:last-child):after{inset-block-start:40px;inset-inline-start:18px;height:calc(100% + 22px)}
  .gk-experience__card{padding:18px 17px;border-radius:14px}
  .gk-experience__card:after,.gk-experience__milestone:nth-child(even) .gk-experience__card:after{inset-block-start:40px;inset-inline-start:-12px;width:12px}
  .gk-experience h3{font-size:18px;margin-top:10px}
  .gk-experience__card>p{font-size:15px;line-height:1.95}
}
@media(prefers-reduced-motion:reduce){
  .gk-experience__node,.gk-experience__card,.gk-experience__milestone:not(:last-child):after{transition:none}
  .gk-experience__card:hover{transform:none}
  .gk-experience__milestone:not(:last-child):after{transform:scaleY(1)}
}

/* About finale: service coverage and useful next steps, directly before the footer. */
.gk-about-service{padding:56px 0 60px;background:#0a2444;color:#fff;border-bottom:1px solid #28415e}
.gk-about-service__inner{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.4fr);gap:64px;align-items:start;max-width:1180px}
.gk-about-service__eyebrow,.gk-about-service__process-label{display:flex;align-items:center;gap:10px;color:#aed8fb;font-size:12px;font-weight:800;line-height:1.8}
.gk-about-service__eyebrow:before{content:"";width:28px;height:2px;flex:0 0 28px;background:var(--gk-cyan)}
.gk-about-service h2{margin:12px 0 17px;color:#fff;font-size:32px;font-weight:900;line-height:1.55;letter-spacing:-.025em}
.gk-about-service h2>span{display:block}
.gk-about-service__intro{margin:0;color:#d2deed;font-size:15.5px;line-height:1.95}
.gk-about-service__areas{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:23px 0;padding:0;list-style:none}
.gk-about-service__areas li{display:flex;align-items:center;gap:6px;padding:9px 8px;border:1px solid #36516f;border-radius:8px;color:#e1eaf5;font-size:12px;font-weight:700;line-height:1.8}
.gk-about-service__areas .gk-icon{width:15px;height:15px;flex:0 0 15px;color:#84caff}
.gk-about-service__availability{display:flex;align-items:flex-start;gap:11px;padding-top:18px;border-top:1px solid #36516f}
.gk-about-service__availability>.gk-icon{width:22px;height:22px;flex:0 0 22px;margin-top:2px;color:#84caff}
.gk-about-service__availability strong{display:block;color:#fff;font-size:14px;font-weight:800;line-height:1.8}
.gk-about-service__availability p{margin:5px 0 0;color:#c0cfe1;font-size:13px;line-height:1.9}
.gk-about-service__button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;margin-top:23px;padding:10px 17px;border:1px solid #0670e5;border-radius:10px;background:#0670e5;color:#fff;font-size:13px;font-weight:800;line-height:1.8;cursor:pointer;transition:background .2s ease}
.gk-about-service__button>.gk-icon{width:22px;height:22px;flex:0 0 22px}
.gk-about-service__button:hover{background:#006be4;border-color:#006be4}
.gk-about-service__button:focus-visible,.gk-about-service__contact-link:focus-visible{outline:2px solid #b8dcff;outline-offset:4px}
.gk-about-service__contact-link{display:block;width:fit-content;margin-top:12px;color:#c5d9ee;font-size:12px;line-height:1.8;text-decoration:underline;text-underline-offset:4px}
.gk-about-service__contact-link:hover{color:#fff}
.gk-about-service__process{min-width:0}
.gk-about-service h3{margin:9px 0 21px;color:#fff;font-size:23px;font-weight:900;line-height:1.6}
.gk-about-service__steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none}
.gk-about-service__steps>li{min-width:0;padding:20px;border:1px solid #36516f;border-radius:14px;background:#132f50}
.gk-about-service__step-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.gk-about-service__step-top>span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#214567;color:#a8d8ff}
.gk-about-service__step-top .gk-icon{width:23px;height:23px}
.gk-about-service__step-top>bdi{color:#acc2da;font-size:17px;font-weight:900;line-height:1}
.gk-about-service h4{margin:14px 0 9px;color:#fff;font-size:17px;font-weight:800;line-height:1.75}
.gk-about-service__steps p{margin:0;color:#d0ddeb;font-size:14.5px;line-height:1.95}
@media(max-width:1100px){
  .gk-about-service__inner{gap:36px;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr)}
  .gk-about-service h2{font-size:29px}
  .gk-about-service__steps>li{padding:17px}
  .gk-about-service__areas{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:840px){
  .gk-about-service__inner{grid-template-columns:1fr;gap:35px}
  .gk-about-service__coverage{max-width:680px}
  .gk-about-service__areas{grid-template-columns:repeat(3,minmax(0,1fr));max-width:520px}
}
@media(max-width:560px){
  .gk-about-service{padding:38px 0 42px}
  .gk-about-service h2{font-size:27px}
  .gk-about-service__intro{font-size:15px}
  .gk-about-service__areas{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gk-about-service h3{font-size:22px}
  .gk-about-service__steps{grid-template-columns:1fr;gap:12px}
  .gk-about-service__steps>li{padding:19px}
  .gk-about-service h4{font-size:18px}
  .gk-about-service__steps p{font-size:15px}
}
@media(prefers-reduced-motion:reduce){.gk-about-service__button{transition:none}}

/* White office separator: factual contact information, no extra cards or imagery. */
.gk-about-office{padding:40px 0;background:#fff;color:#17314f}
.gk-about-office__inner{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:64px;align-items:center;min-height:110px;max-width:1180px}
.gk-about-office h2{margin:0 0 10px;color:#17314f;font-size:27px;font-weight:900;line-height:1.6;letter-spacing:-.025em}
.gk-about-office__content>p{margin:0;max-width:640px;color:#4a5d75;font-size:15.5px;line-height:1.95}
.gk-about-office__address{display:flex;align-items:center;gap:16px;margin:0;padding-inline-start:32px;border-inline-start:1px solid #e1e8f0;font-style:normal}
.gk-about-office__pin{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 48px;border-radius:12px;background:#edf4fc;color:#176bc2}
.gk-about-office__pin .gk-icon{width:25px;height:25px}
.gk-about-office__address strong{display:block;margin-bottom:3px;color:#17314f;font-size:17px;font-weight:800;line-height:1.8}
.gk-about-office__address div>span{display:block;color:#4a5d75;font-size:14px;line-height:1.9}
@media(max-width:840px){
  .gk-about-office{padding:32px 0}
  .gk-about-office__inner{grid-template-columns:1fr;gap:22px;min-height:0}
  .gk-about-office__address{padding-inline-start:0;padding-top:20px;border-inline-start:0;border-top:1px solid #e1e8f0}
}
@media(max-width:560px){
  .gk-about-office h2{font-size:24px}
  .gk-about-office__content>p{font-size:15px}
  .gk-about-office__address{gap:13px}
  .gk-about-office__address div>span{font-size:14px}
}
