:root {
  --gm-ink:#061b78;
  --gm-blue:#083fc8;
  --gm-orange:#ff7900;
  --gm-cream:#f4f8ff;
  --gm-line:#cbd9ff;
  --gm-muted:#354a7d;
}
.gm-header {
  height:74px;
  background:linear-gradient(100deg,#071c75,#073bbd);
  border-bottom:4px solid var(--gm-orange);
  box-shadow:0 8px 24px #00145f3b;
}
.gm-brand {
  display:flex;
  flex-direction:column;
  color:#fff!important;
  font-family:Arial Black,Arial,sans-serif;
  font-size:1.35rem;
  line-height:.72;
  text-shadow:0 2px 0 #001559;
}
.gm-brand span { white-space:nowrap; }
.gm-brand b {
  color:#ffb000;
  font-size:1.08rem;
  font-style:italic;
  margin-left:42px;
  text-transform:none;
}
.gm-header nav { gap:12px; }
.gm-header nav a {
  color:#fff;
  border-radius:999px;
  padding:10px 14px;
  font-family:Arial Black,Arial,sans-serif;
}
.gm-header nav a:hover { background:#ffffff20; }
.gm-phone {
  background:linear-gradient(135deg,#ff7100,#ff9d00);
  color:#fff;
  border:0;
  border-radius:15px;
  padding:14px 20px;
  font-family:Arial Black,Arial,sans-serif;
  box-shadow:0 10px 22px #ff720044;
}
.gm-hero {
  min-height:660px;
  display:block;
  padding:72px max(22px,calc((100vw - 1200px)/2));
  background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 28%,rgba(255,255,255,.22) 49%,rgba(0,32,130,.02) 100%),url('../images/gmst-rocket-hero-v1.webp');
  background-size:cover;
  background-position:center;
  color:var(--gm-ink);
  isolation:isolate;
}
.gm-hero:before,.gm-hero:after { display:none; }
.gm-mobile-hero-image { display:none; }
.gm-hero-copy { max-width:650px; }
.gm-kicker {
  color:#ff7900;
  font-family:Arial Black,Arial,sans-serif;
}
.gm-hero h1 {
  margin:.13em 0 .1em;
  color:#0737a8;
  font-family:Arial Black,Arial,sans-serif;
  font-style:italic;
  letter-spacing:-.075em;
  font-size:clamp(4.5rem,8vw,7.9rem);
  line-height:.76;
  text-shadow:0 4px 0 #fff,0 0 22px #fff;
}
.gm-hero h1 span,.gm-hero h1 em { display:block; }
.gm-hero h1 em {
  color:#f36c00;
  font-size:.76em;
  text-shadow:0 4px 0 #fff,0 0 22px #fff;
}
.gm-hero-tagline {
  font-size:clamp(1.3rem,2.3vw,2rem)!important;
  font-style:italic;
  margin:.8rem 0 .4rem!important;
  color:#061b78!important;
}
.gm-hero-tagline strong { color:#0758d8; }
.gm-hero-copy>p {
  color:#142c68;
  font-weight:800;
  max-width:590px;
}
.gm-actions { gap:18px; }
.gm-text-link {
  color:#06359f;
  background:#fff;
  border:2px solid #083fc8;
  border-radius:14px;
  padding:12px 18px;
}
.gm-trust { color:#061b78;gap:10px; }
.gm-trust span {
  display:grid;
  grid-template-columns:28px 1fr;
  grid-template-rows:auto auto;
  align-items:center;
  background:#ffffffde;
  border:1px solid #cbd9ff;
  border-radius:14px;
  padding:10px 14px;
  min-width:170px;
  box-shadow:0 10px 25px #00248614;
}
.gm-trust b { grid-row:1/3;color:#ff7900;font-size:1.35rem; }
.gm-trust small { font-weight:600;color:#354a7d; }
.gm-btn {
  background:linear-gradient(135deg,#ff6900,#ff9b00);
  border-radius:14px;
  font-family:Arial Black,Arial,sans-serif;
  box-shadow:0 10px 25px #ff720052;
}
.gm-btn-dark { background:linear-gradient(135deg,#06349f,#071b70); }
.gm-band {
  background:linear-gradient(90deg,#06176c,#0748cc);
  border-top:3px solid #ff8200;
}
.gm-band i { background:#ff9500; }
.gm-local h2,.gm-section h2,.gm-process h2,.gm-start h2,.gm-showcase h2 {
  font-family:Arial Black,Arial,sans-serif;
  color:#072b98;
  letter-spacing:-.055em;
}
.gm-feature-grid h3,.gm-process b,.gm-faq summary {
  font-family:Arial Black,Arial,sans-serif;
  color:#082d9d;
}
.gm-feature-grid article>span { color:#ff7200; }
.gm-showcase {
  padding:90px max(22px,calc((100vw - 1200px)/2));
  background:linear-gradient(135deg,#020c31,#041f6f);
  color:#fff;
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:54px;
  align-items:center;
  overflow:hidden;
}
.gm-showcase-copy { position:relative;z-index:1; }
.gm-showcase h2 {
  color:#fff;
  font-size:clamp(2.6rem,5vw,5rem);
  line-height:.96;
  margin:.18em 0;
}
.gm-showcase p { color:#dfe9ff;font-size:1.08rem;line-height:1.65; }
.gm-showcase-points { display:flex;flex-wrap:wrap;gap:8px; }
.gm-showcase-points span {
  border:1px solid #ffffff38;
  border-radius:999px;
  padding:9px 12px;
  font-weight:800;
  background:#ffffff0f;
}
.gm-showcase figure { margin:0;position:relative; }
.gm-showcase figure:before {
  content:"";
  position:absolute;
  inset:-20%;
  background:radial-gradient(circle,#168dff55,transparent 62%);
}
.gm-showcase img {
  position:relative;
  width:100%;
  height:auto;
  border-radius:24px;
  border:2px solid #43a9ff;
  box-shadow:0 35px 90px #0009;
}
.gm-process {
  background:radial-gradient(circle at 15% 15%,#1b72ec 0,transparent 34%),linear-gradient(135deg,#04186f,#062eaa);
  position:relative;
  overflow:hidden;
}
.gm-process:after {
  content:"🚀";
  position:absolute;
  right:5%;
  bottom:-25px;
  font-size:150px;
  transform:rotate(-35deg);
  filter:drop-shadow(0 0 18px #ff9800);
}
.gm-process h2,.gm-process b { color:#fff; }
.gm-process li:before { color:#ff9800; }
.gm-start { background:linear-gradient(180deg,#edf5ff,#fff); }
.gm-start form {
  border:2px solid #0a41c1;
  border-radius:22px;
  box-shadow:0 24px 60px #03247724;
}
.gm-start input,.gm-start select,.gm-start textarea { border-radius:10px; }
.gm-footer {
  background:linear-gradient(135deg,#061a72,#073eb9);
  color:#fff;
  border-top:4px solid #ff7b00;
}
.gm-footer a { color:#eaf3ff; }
.gm-copyright { background:#03114f;border-top:1px solid #ffffff24; }
.gm-consent { display:flex!important;align-items:flex-start;gap:10px;text-transform:none!important;letter-spacing:0!important;font-size:.92rem!important;line-height:1.4; }
.gm-consent input { width:20px!important;min-height:20px!important;margin-top:0!important;flex:0 0 auto; }
.gm-service-hero { padding:70px max(22px,calc((100vw - 1200px)/2));display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:center;background:linear-gradient(135deg,#eef6ff,#fff); }
.gm-service-hero h1 { font:clamp(3rem,6vw,6rem)/.94 Arial Black,Arial,sans-serif;letter-spacing:-.065em;color:#062c99;margin:.2em 0; }
.gm-service-hero p { color:#354a7d;font-size:1.12rem;line-height:1.65; }
.gm-service-hero img { width:100%;height:auto;border-radius:24px;box-shadow:0 30px 70px #061b7840;border:2px solid #168dff; }
.gm-policy { max-width:900px;margin:auto;padding:80px 22px; }
.gm-policy h1 { font:clamp(3rem,7vw,6rem)/.95 Arial Black,Arial,sans-serif;color:#062c99;letter-spacing:-.06em; }
.gm-policy h2 { margin-top:2rem;color:#083fc8;font-family:Arial Black,Arial,sans-serif; }
.gm-policy p { color:#354a7d;line-height:1.75;font-size:1.05rem; }
.gm-blog,.gm-article { background:#f7faff;color:#10224f; }
.gm-blog-hero {
  padding:95px max(22px,calc((100vw - 1120px)/2)) 72px;
  background:radial-gradient(circle at 82% 15%,#158fff30,transparent 28%),linear-gradient(135deg,#031557,#0739ad);
  color:#fff;
}
.gm-blog-hero h1 {
  max-width:900px;margin:.18em 0;font:clamp(3.4rem,7vw,7rem)/.91 Arial Black,Arial,sans-serif;
  letter-spacing:-.065em;color:#fff;
}
.gm-blog-hero h1 span { color:#ff8a00; }
.gm-blog-hero>p { max-width:750px;font-size:1.18rem;line-height:1.65;color:#e2ecff; }
.gm-blog-hero .gm-text-link { color:#fff;background:transparent;border:2px solid #a9c9ff;box-shadow:none; }
.gm-blog-hero .gm-text-link:hover { border-color:#fff;background:#ffffff12; }
.gm-blog-grid {
  max-width:1200px;margin:0 auto;padding:68px 22px 80px;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;
}
.gm-blog-card {
  background:#fff;border:1px solid #d8e5ff;border-radius:18px;padding:28px;
  box-shadow:0 16px 38px #072a7712;display:flex;flex-direction:column;min-height:305px;
}
.gm-blog-card h2,.gm-blog-card h3 { margin:.75rem 0;font-family:Arial Black,Arial,sans-serif;line-height:1.13;color:#072f9f; }
.gm-blog-card h2 { font-size:1.6rem; }
.gm-blog-card h3 { font-size:1.35rem; }
.gm-blog-card h2 a,.gm-blog-card h3 a { color:inherit;text-decoration:none; }
.gm-blog-card p { color:#40527e;line-height:1.68; }
.gm-blog-meta { display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;color:#66769b;font-size:.84rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em; }
.gm-blog-meta span:first-child { color:#e66000; }
.gm-card-link { color:#0754d7;font-weight:900;text-decoration:none;margin-top:auto;padding-top:15px; }
.gm-blog-bottom {
  max-width:1156px;margin:0 auto 90px;padding:44px;border-radius:22px;
  background:linear-gradient(135deg,#fff,#eaf3ff);border:2px solid #0c56da;
  display:flex;align-items:center;justify-content:space-between;gap:40px;
}
.gm-blog-bottom h2 { color:#062c99;font:clamp(2rem,4vw,3.6rem)/1 Arial Black,Arial,sans-serif;margin:.25em 0;letter-spacing:-.04em; }
.gm-blog-bottom p { color:#40527e;max-width:760px;line-height:1.65; }
.gm-article>article { max-width:1120px;margin:0 auto;padding:52px 22px 80px; }
.gm-breadcrumb { display:flex;gap:10px;color:#65759a;font-size:.9rem;margin-bottom:42px; }
.gm-breadcrumb a { color:#0754d7;text-decoration:none;font-weight:800; }
.gm-article-head { max-width:920px; }
.gm-article-head h1 { color:#062c99;font:clamp(3rem,6vw,6rem)/.97 Arial Black,Arial,sans-serif;letter-spacing:-.06em;margin:.28em 0; }
.gm-article-head>p { color:#40527e;font-size:1.3rem;line-height:1.6;max-width:860px; }
.gm-article-layout { display:grid;grid-template-columns:minmax(0,730px) minmax(260px,1fr);gap:68px;align-items:start;margin-top:55px; }
.gm-article-body { font-size:1.08rem;line-height:1.82;color:#293c69; }
.gm-article-lead { font-size:1.26rem;color:#102c70;font-weight:650;border-left:5px solid #ff7a00;padding-left:22px; }
.gm-article-body h2 { color:#083aaf;font:2rem/1.15 Arial Black,Arial,sans-serif;letter-spacing:-.025em;margin:2.2em 0 .55em; }
.gm-article-body ul { padding-left:1.3rem; }
.gm-article-body li { margin:.65rem 0;padding-left:.35rem; }
.gm-article-body li::marker { color:#ff7200; }
.gm-article-cta { position:sticky;top:95px;background:#061d74;color:#fff;border-radius:20px;padding:28px;box-shadow:0 22px 50px #06154335; }
.gm-article-cta h2 { color:#fff;font:1.8rem/1.05 Arial Black,Arial,sans-serif;margin:.35em 0; }
.gm-article-cta p { color:#dbe8ff;line-height:1.6; }
.gm-article-cta .gm-btn { display:block;text-align:center;margin:18px 0; }
.gm-article-cta>a:last-child { color:#fff;font-weight:800; }
.gm-article-faq details { background:#fff;border:1px solid #d8e5ff;border-radius:12px;padding:16px 18px;margin:12px 0; }
.gm-article-faq summary { color:#082d9d;font-family:Arial Black,Arial,sans-serif;cursor:pointer; }
.gm-related { background:#eef5ff;padding:72px max(22px,calc((100vw - 1200px)/2)); }
.gm-related>h2 { color:#062c99;font:clamp(2.3rem,4vw,4rem)/1 Arial Black,Arial,sans-serif;margin:.25em 0; }
.gm-related .gm-blog-grid { padding:28px 0 0; }
.gm-latest-guides { padding:88px max(22px,calc((100vw - 1200px)/2));background:#f3f7ff; }
.gm-latest-guides .gm-blog-grid { padding:32px 0; }
.gm-latest-guides>.gm-text-link { color:#0649c5; }
.gm-newsletter {
  padding:64px max(22px,calc((100vw - 1120px)/2));background:#061b62;color:#fff;
  display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;
}
.gm-newsletter h2 { margin:.18em 0;font:clamp(2.3rem,4vw,4.2rem)/.98 Arial Black,Arial,sans-serif;letter-spacing:-.045em;color:#fff; }
.gm-newsletter p { color:#dbe7ff;line-height:1.65;max-width:570px; }
.gm-newsletter form { background:#fff;color:#10224f;padding:28px;border-radius:18px;box-shadow:0 18px 50px #00123f66; }
.gm-newsletter label { display:block;font-weight:800;font-size:.84rem;letter-spacing:.02em; }
.gm-newsletter input[type=email] { display:block;width:100%;margin:8px 0 14px;border:2px solid #b8c9ea;border-radius:10px;padding:13px;font:1rem Arial; }
.gm-newsletter .gm-consent { display:flex;align-items:flex-start;gap:9px;font-weight:600;line-height:1.4;margin-bottom:16px; }
.gm-newsletter .gm-consent input { margin-top:3px; }
.gm-newsletter small { display:block;color:#61719a;margin-top:12px; }
.gm-newsletter-status { max-width:860px;margin:0 auto;padding:120px 24px;min-height:68vh; }
.gm-newsletter-status h1 { margin:.2em 0;font:clamp(3rem,7vw,6.5rem)/.92 Arial Black,Arial,sans-serif;letter-spacing:-.06em;color:#0739ad; }
.gm-newsletter-status p { max-width:650px;font-size:1.15rem;line-height:1.65;color:#53658f;margin-bottom:30px; }
@media(max-width:850px) {
  .gm-header { height:70px; }
  .gm-hero { min-height:auto;padding-top:45px;background:#fff; }
  .gm-hero:after { display:none; }
  .gm-mobile-hero-image {
    display:block;
    width:calc(100% + 44px);
    height:280px;
    object-fit:cover;
    object-position:100% center;
    margin:35px -22px -45px;
    border-top:4px solid #ff7900;
    border-bottom:4px solid #ff7900;
  }
  .gm-hero h1 { font-size:4rem; }
  .gm-hero-copy>p { max-width:100%; }
  .gm-actions { flex-wrap:wrap; }
  .gm-newsletter { grid-template-columns:1fr;gap:32px;padding-top:52px;padding-bottom:52px; }
  .gm-band { flex-wrap:wrap;justify-content:center;gap:10px 14px;padding:15px;overflow:hidden; }
  .gm-band i { display:none; }
  .gm-showcase { grid-template-columns:1fr;padding-top:65px;padding-bottom:65px; }
  .gm-service-hero { grid-template-columns:1fr;padding-top:50px;padding-bottom:55px; }
  .gm-showcase figure { margin-top:12px; }
  .gm-process:after { font-size:90px;opacity:.25; }
  .gm-phone { padding:11px 13px; }
  .gm-brand { font-size:1.05rem; }
  .gm-brand b { font-size:.9rem;margin-left:30px; }
  .gm-blog-grid { grid-template-columns:1fr; }
  .gm-blog-bottom { margin-left:22px;margin-right:22px;align-items:flex-start;flex-direction:column;padding:30px; }
  .gm-article-layout { grid-template-columns:1fr;gap:38px; }
  .gm-article-cta { position:static; }
  .gm-article-head h1 { font-size:3.5rem; }
}
@media(max-width:520px) {
  .gm-hero h1 { font-size:3.35rem; }
  .gm-trust span { min-width:100%; }
  .gm-actions .gm-btn,.gm-actions .gm-text-link { width:100%;text-align:center; }
  .gm-showcase img { border-radius:14px; }
}
