
:root{
  --gmst-primary:#1497BA;
  --gmst-primary-dark:#0B3B64;
  --gmst-primary-deep:#082C49;
  --gmst-accent:#A8C83A;
  --gmst-bg:#F4F7FA;
  --gmst-surface:#FFFFFF;
  --gmst-text:#172533;
  --gmst-text-soft:#5E7184;
  --gmst-border:#E2EAF1;
  --gmst-shadow:0 22px 50px rgba(12,34,56,.08);
  --gmst-shadow-soft:0 16px 36px rgba(12,34,56,.07);
  --gmst-radius:24px;
  --gmst-container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:var(--gmst-bg);
  color:var(--gmst-text);
  line-height:1.55;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.site-header{
  position:sticky; top:0; z-index:100;
  backdrop-filter:saturate(150%) blur(10px);
  background:rgba(7,24,38,.72);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.site-header__inner{
  max-width:var(--gmst-container); margin:0 auto; padding:16px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:18px;
}
.site-branding a{display:flex; align-items:center; gap:14px}
.site-branding img{height:46px; width:auto}
.site-branding .brand-fallback{color:white; font-size:28px; font-weight:800; letter-spacing:.02em}
.main-nav{display:flex; align-items:center; gap:24px}
.main-nav ul{list-style:none; display:flex; align-items:center; gap:22px; margin:0; padding:0}
.main-nav a{color:rgba(255,255,255,.88); font-weight:600; font-size:15px}
.main-nav a:hover,.main-nav .current-menu-item>a{color:white}
.header-cta{padding:12px 18px; border-radius:14px; background:var(--gmst-accent); color:#213208; font-weight:800; box-shadow:var(--gmst-shadow-soft)}
.menu-toggle{display:none}
.site-main{min-height:70vh}
.elementor-page .site-content,
.site-content{max-width:none}
.site-footer{
  background:linear-gradient(180deg,#0B3B64 0%, #082C49 100%);
  color:rgba(255,255,255,.86);
  margin-top:0;
}
.site-footer__inner{
  max-width:var(--gmst-container); margin:0 auto; padding:28px 24px;
  display:flex; justify-content:space-between; gap:24px; align-items:center;
}
.site-footer p{margin:0; font-size:14px}
.site-footer a{color:white}
.gmst-kicker, .gmst-breadcrumb{
  display:inline-block;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
  font-size:12px;
  color:var(--gmst-primary);
  margin-bottom:12px;
}
.gmst-kicker--dark{color:var(--gmst-primary)}
.gmst-display h1, .gmst-display .elementor-heading-title, .gmst-display{
  margin:0;
  font-size:64px;
  line-height:1.02;
  letter-spacing:-.04em;
  color:white;
  max-width:760px;
  font-weight:800;
}
.gmst-title .elementor-heading-title,.gmst-title{
  margin:0;
  font-size:46px;
  line-height:1.08;
  letter-spacing:-.03em;
  color:var(--gmst-text);
  font-weight:800;
}
.gmst-title--center .elementor-heading-title{text-align:center}
.gmst-copy,.gmst-lead,.gmst-glass-lead{
  font-size:18px;
  color:var(--gmst-text-soft);
}
.gmst-copy p,.gmst-lead p,.gmst-glass-lead p{margin:0}
.gmst-lead{color:rgba(255,255,255,.86); max-width:700px}
.gmst-glass-lead{
  color:white;
  padding:24px 28px;
  border-radius:20px;
  background:rgba(11,59,100,.48);
  backdrop-filter: blur(8px);
  max-width:700px;
  box-shadow:var(--gmst-shadow);
}
.gmst-hero{
  position:relative;
  overflow:hidden;
}
.gmst-hero:before{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(7,22,35,.78) 0%, rgba(7,22,35,.45) 42%, rgba(7,22,35,.08) 100%);
  pointer-events:none;
}
.gmst-hero .elementor-container, .gmst-hero .elementor-column, .gmst-hero .elementor-widget-wrap{position:relative; z-index:1}
.gmst-hero--inner:before{
  background:linear-gradient(90deg, rgba(7,22,35,.72) 0%, rgba(7,22,35,.48) 38%, rgba(7,22,35,.16) 100%);
}
.gmst-hero--services:before{
  background:linear-gradient(90deg, rgba(8,44,73,.88) 0%, rgba(8,44,73,.5) 48%, rgba(8,44,73,.18) 100%);
}
.gmst-hero--coverage:before{
  background:linear-gradient(90deg, rgba(8,44,73,.88) 0%, rgba(20,151,186,.28) 100%);
}
.gmst-btn-wrap,.gmst-button-row{display:flex; flex-wrap:wrap; gap:14px; align-items:center}
.gmst-btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:52px; padding:0 22px;
  border-radius:16px; font-weight:800; font-size:15px;
  box-shadow:var(--gmst-shadow-soft);
  transition:transform .2s ease, box-shadow .2s ease;
}
.gmst-btn:hover{transform:translateY(-1px); box-shadow:0 20px 42px rgba(12,34,56,.11)}
.gmst-btn--primary{background:var(--gmst-accent); color:#22300a}
.gmst-btn--secondary{background:white; color:var(--gmst-primary-dark)}
.gmst-chip-section{margin-top:-48px; position:relative; z-index:4}
.gmst-chip-row{
  display:grid; grid-template-columns:repeat(4,1fr); gap:16px;
}
.gmst-chip{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.75);
  border-radius:20px;
  padding:18px 22px;
  display:flex; flex-direction:column;
  box-shadow:var(--gmst-shadow-soft);
  min-height:92px;
  justify-content:center;
}
.gmst-chip-title{font-weight:800; font-size:27px; letter-spacing:-.03em; color:var(--gmst-primary-dark)}
.gmst-chip-label{font-size:14px; color:var(--gmst-text-soft)}
.gmst-section{
  position:relative;
}
.gmst-section--light{
  background:
    radial-gradient(circle at top right, rgba(20,151,186,.08), transparent 34%),
    linear-gradient(180deg,#F7FAFC 0%, #F3F7FB 100%);
}
.gmst-section--cta{
  padding-bottom:24px;
}
.gmst-main-image img, .gmst-coverage-image img{
  width:100%; border-radius:28px; box-shadow:var(--gmst-shadow); border:1px solid rgba(255,255,255,.8)
}
.gmst-inline-stats{
  margin-top:22px; display:flex; gap:14px; flex-wrap:wrap;
}
.gmst-inline-stats--stack{display:grid; grid-template-columns:repeat(2,minmax(0,1fr));}
.gmst-mini-stat{
  min-width:160px; padding:16px 18px; border-radius:18px; background:white; box-shadow:var(--gmst-shadow-soft); border:1px solid var(--gmst-border)
}
.gmst-mini-stat strong{display:block; font-size:26px; color:var(--gmst-primary-dark); line-height:1}
.gmst-mini-stat span{font-size:14px; color:var(--gmst-text-soft)}
.gmst-card-grid{
  display:grid; gap:22px; margin-top:28px;
}
.gmst-card-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.gmst-card-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.gmst-service-card, .gmst-info-card, .gmst-sector-card, .gmst-project-card{
  background:white; border:1px solid var(--gmst-border); border-radius:24px; padding:20px; box-shadow:var(--gmst-shadow-soft);
}
.gmst-service-card:hover, .gmst-project-card:hover{transform:translateY(-2px)}
.gmst-service-card h3, .gmst-info-card h3, .gmst-sector-card h3, .gmst-project-card h3{
  margin:0 0 10px; font-size:24px; line-height:1.08; letter-spacing:-.02em; color:var(--gmst-text)
}
.gmst-service-card p, .gmst-info-card p, .gmst-sector-card p, .gmst-project-card p{
  margin:0; color:var(--gmst-text-soft); font-size:15px;
}
.gmst-card-thumb{margin:-20px -20px 18px; overflow:hidden; border-radius:24px 24px 18px 18px; min-height:156px}
.gmst-card-thumb img{width:100%; height:180px; object-fit:cover}
.gmst-link{display:inline-flex; margin-top:14px; font-weight:800; color:var(--gmst-primary-dark)}
.gmst-card-icon{
  width:64px; height:64px; border-radius:18px; background:linear-gradient(180deg,#F0F9FD 0%, white 100%);
  color:var(--gmst-primary-dark); font-size:24px; display:flex; align-items:center; justify-content:center;
  box-shadow:var(--gmst-shadow-soft); margin-bottom:16px
}
.gmst-sector-card .gmst-card-thumb img{height:220px}
.gmst-project-card .gmst-card-thumb img{height:220px}
.gmst-service-card .gmst-card-thumb img{height:170px}
.gmst-stat-list{list-style:none; padding:0; margin:20px 0 0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px}
.gmst-stat-list li{background:white; border-radius:18px; box-shadow:var(--gmst-shadow-soft); padding:16px 18px; border:1px solid var(--gmst-border)}
.gmst-stat-list strong{display:block; font-size:28px; line-height:1; color:var(--gmst-primary-dark)}
.gmst-stat-list span{display:block; margin-top:6px; font-size:14px; color:var(--gmst-text-soft)}
.gmst-project-mini-card{
  margin-top:20px; background:white; border-radius:24px; padding:22px; box-shadow:var(--gmst-shadow-soft); border:1px solid var(--gmst-border)
}
.gmst-project-mini-card h3{margin:8px 0 10px; font-size:28px; line-height:1.08; letter-spacing:-.03em}
.gmst-project-mini-card p{margin:0 0 12px; color:var(--gmst-text-soft)}
.gmst-link-button{font-weight:800; color:var(--gmst-primary-dark)}
.gmst-cta-box{
  background:linear-gradient(135deg,#0B3B64 0%, #0E5A84 65%, #1497BA 100%);
  border-radius:32px; color:white; padding:40px 42px;
  box-shadow:0 26px 54px rgba(11,59,100,.26);
  display:flex; gap:20px; justify-content:space-between; align-items:center;
}
.gmst-cta-box h2{margin:10px 0 12px; font-size:42px; line-height:1.04; letter-spacing:-.03em}
.gmst-cta-box p{max-width:760px; margin:0; color:rgba(255,255,255,.86); font-size:17px}
.gmst-center{text-align:center; margin-top:26px}
.gmst-bullet-card{
  background:white; border:1px solid var(--gmst-border); border-radius:24px; box-shadow:var(--gmst-shadow-soft); padding:26px;
}
.gmst-bullet-card--accent{background:linear-gradient(180deg,#F7FCFE 0%,#FFFFFF 100%)}
.gmst-bullet-card h3{margin:0 0 14px; font-size:28px; line-height:1.08; letter-spacing:-.03em}
.gmst-bullet-card ul{margin:0; padding-left:18px; color:var(--gmst-text-soft)}
.gmst-bullet-card li{margin:0 0 10px}
.gmst-form-placeholder{
  background:white; border-radius:30px; box-shadow:var(--gmst-shadow); border:1px solid var(--gmst-border); overflow:hidden
}
.gmst-form-header{
  background:linear-gradient(90deg,#0B3B64,#1497BA); color:white; padding:18px 24px; font-weight:800
}
.gmst-form-body{padding:22px}
.gmst-form-row{
  height:52px; display:flex; align-items:center; padding:0 18px; border-radius:16px; background:#F6F9FC; color:#7A8898; margin-bottom:12px; border:1px solid #E4EDF4
}
.gmst-form-row--large{height:120px; align-items:flex-start; padding-top:16px}
.gmst-form-submit{
  margin-top:16px; height:52px; border-radius:16px; background:var(--gmst-accent); color:#213208; font-weight:800; display:flex; align-items:center; justify-content:center
}
.gmst-copy--center{text-align:center; max-width:860px; margin:0 auto}
.gmst-grid-widget > .elementor-widget-container{width:100%}
.page-content-default{
  max-width:var(--gmst-container); margin:0 auto; padding:64px 24px;
}
.elementor-location-footer .site-footer, .elementor-location-header .site-header{display:none}
@media (max-width: 1100px){
  .gmst-display h1,.gmst-display .elementor-heading-title,.gmst-display{font-size:52px}
  .gmst-title .elementor-heading-title,.gmst-title{font-size:40px}
  .gmst-card-grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .site-header__inner{padding:14px 20px}
}
@media (max-width: 880px){
  .main-nav{display:none}
  .menu-toggle{display:inline-flex; background:white; border:0; border-radius:12px; height:42px; width:42px; align-items:center; justify-content:center}
  .site-header.is-open .main-nav{
    display:flex; position:absolute; top:100%; left:16px; right:16px; padding:18px; background:rgba(7,24,38,.95); border-radius:20px; box-shadow:var(--gmst-shadow)
  }
  .site-header.is-open .main-nav ul{flex-direction:column; align-items:flex-start}
  .site-header.is-open .header-cta{display:none}
  .site-footer__inner{flex-direction:column; align-items:flex-start}
  .gmst-display h1,.gmst-display .elementor-heading-title,.gmst-display{font-size:42px}
  .gmst-title .elementor-heading-title,.gmst-title{font-size:34px}
  .gmst-chip-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gmst-card-grid.cols-3,.gmst-card-grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gmst-cta-box{padding:32px; flex-direction:column; align-items:flex-start}
}
@media (max-width: 620px){
  .site-branding img{height:38px}
  .site-header__inner{padding:12px 16px}
  .gmst-display h1,.gmst-display .elementor-heading-title,.gmst-display{font-size:34px}
  .gmst-title .elementor-heading-title,.gmst-title{font-size:30px}
  .gmst-copy,.gmst-lead,.gmst-glass-lead{font-size:16px}
  .gmst-chip-row{grid-template-columns:1fr}
  .gmst-card-grid.cols-3,.gmst-card-grid.cols-4{grid-template-columns:1fr}
  .gmst-stat-list{grid-template-columns:1fr}
  .gmst-inline-stats--stack{grid-template-columns:1fr}
  .gmst-cta-box h2{font-size:32px}
  .gmst-form-body{padding:18px}
}
