
*{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:#f4f8fd;
  color:#0f1f3d;
}

a{
  text-decoration:none;
  color:inherit;
}

.gm-header{
  height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 46px;
  background:#fff;
  box-shadow:0 10px 35px rgba(15,31,61,.06);
  position:sticky;
  top:0;
  z-index:50;
}

.gm-logo{
  display:flex;
  align-items:center;
  gap:13px;
  font-weight:900;
  font-size:25px;
}

.gm-logo span span,
.gm-footer span{
  color:#0059ff;
}

.gm-logo small{
  display:block;
  font-size:10px;
  color:#52627a;
  font-weight:700;
}

.gm-logo-icon{
  width:42px;
  height:42px;
  border-radius:13px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg,#0ea5d7,#0a58ff);
  box-shadow:0 10px 26px rgba(0,89,255,.22);
}

.gm-nav{
  display:flex;
  align-items:center;
  gap:28px;
  font-weight:800;
  font-size:14px;
}

.gm-hero{
  background:
    linear-gradient(90deg,rgba(244,248,253,.96),rgba(244,248,253,.78)),
    radial-gradient(circle at 78% 45%,#d8edff 0,#f4f8fd 44%);
  padding:62px 46px;
}

.gm-hero-content{
  max-width:1180px;
  margin:auto;
}

.gm-hero h1{
  font-size:48px;
  line-height:1.04;
  color:#081d58;
  margin:0 0 14px;
  letter-spacing:-.04em;
}

.gm-hero p{
  font-size:19px;
  color:#1e3a68;
  margin:0;
}

.gm-hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:34px;
}

.gm-hero-badges span{
  background:rgba(255,255,255,.82);
  border:1px solid #e5eefb;
  border-radius:999px;
  padding:13px 20px;
  color:#0f1f3d;
  font-weight:800;
  box-shadow:0 10px 30px rgba(15,31,61,.05);
}

.gm-hero-badges i{
  color:#0059ff;
  margin-right:9px;
}

.gm-page{
  max-width:1180px;
  margin:-22px auto 0;
  padding:0 22px 40px;
}

.gm-steps{
  background:#fff;
  border-radius:18px;
  padding:20px 30px;
  display:flex;
  align-items:center;
  gap:16px;
  box-shadow:0 16px 45px rgba(15,31,61,.08);
  margin-bottom:18px;
}

.gm-step{
  display:flex;
  align-items:center;
  gap:11px;
  font-size:13px;
  color:#17294b;
  font-weight:800;
  white-space:nowrap;
}

.gm-step b{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid #cddbf0;
  display:grid;
  place-items:center;
  color:#133463;
}

.gm-step.active b{
  color:#fff;
  background:#0059ff;
  border-color:#0059ff;
}

.gm-step-line{
  height:3px;
  background:#dce7f5;
  flex:1;
  border-radius:20px;
}

.gm-alert{
  background:#fff7ed;
  color:#9a3412;
  border:1px solid #fed7aa;
  border-radius:15px;
  padding:14px 18px;
  margin-bottom:18px;
  font-weight:900;
}

.gm-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:18px;
}

.gm-card{
  background:#fff;
  border:1px solid #e1ecf8;
  border-radius:18px;
  box-shadow:0 16px 45px rgba(15,31,61,.06);
}

.gm-form-card{
  padding:28px;
}

.gm-form-section{
  display:none;
}

.gm-form-section.active{
  display:block;
}

.gm-section-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  margin-bottom:28px;
}

.gm-section-head h2{
  margin:0 0 8px;
  font-size:25px;
  color:#101b38;
  letter-spacing:-.03em;
}

.gm-section-head p{
  margin:0;
  color:#52627a;
}

.gm-section-head span{
  align-self:flex-start;
  background:#eaf2ff;
  color:#0059ff;
  padding:8px 12px;
  border-radius:10px;
  font-weight:900;
  font-size:12px;
}

.gm-grid{
  display:grid;
  gap:22px;
  margin-bottom:24px;
}

.gm-grid-2{
  grid-template-columns:1fr 1fr;
}

.gm-grid-3{
  grid-template-columns:1fr 1fr 1fr;
}

.gm-span-2{
  grid-column:span 2;
}

.gm-field label{
  display:block;
  margin-bottom:9px;
  color:#11213d;
  font-size:13px;
  font-weight:900;
}

.gm-field em{
  color:#ef4444;
  font-style:normal;
}

.gm-input{
  width:100%;
  height:54px;
  border:1.7px solid #d4e1f1;
  border-radius:12px;
  padding:0 15px;
  outline:none;
  background:#fff;
  color:#0f1f3d;
  font-size:14px;
  transition:.18s ease;
}

.gm-input:focus{
  border-color:#0059ff;
  box-shadow:0 0 0 4px rgba(0,89,255,.09);
}

.gm-textarea{
  min-height:132px;
  padding:15px;
  resize:vertical;
}

.gm-help{
  display:block;
  margin-top:8px;
  color:#667994;
  font-size:12px;
}

.gm-help a{
  color:#0059ff;
  font-weight:900;
}

.gm-photo-grid{
  display:grid;
  grid-template-columns:1.3fr .75fr;
  gap:26px;
  margin-top:14px;
}

.gm-photo-grid h3{
  margin:0 0 7px;
}

.gm-photo-grid p{
  color:#52627a;
  margin:0 0 14px;
}

.gm-upload{
  min-height:180px;
  border:2px dashed #cfdced;
  border-radius:16px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:22px;
  background:#f8fbff;
  cursor:pointer;
}

.gm-upload input{
  display:none;
}

.gm-upload i{
  font-size:42px;
  color:#0059ff;
}

.gm-upload b,
.gm-upload span,
.gm-upload small{
  display:block;
  margin-top:6px;
}

.gm-upload span,
.gm-upload small{
  color:#52627a;
}

.gm-tips{
  background:#f2f7ff;
  border-radius:16px;
  padding:23px;
}

.gm-tips h4{
  color:#0059ff;
}

.gm-tips p{
  margin:12px 0;
}

.gm-tips i{
  color:#16a34a;
  margin-right:8px;
}

.gm-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.gm-tag{
  background:#eaf2ff;
  color:#0059ff;
  border:1px solid #cfe1ff;
  padding:9px 13px;
  border-radius:999px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.gm-tag button{
  border:0;
  background:transparent;
  color:#ef4444;
  font-weight:900;
  cursor:pointer;
}

.gm-checks{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  margin-bottom:24px;
}

.gm-checks label{
  background:#f8fbff;
  border:1px solid #dce8f7;
  border-radius:15px;
  padding:17px;
  display:flex;
  gap:10px;
  align-items:center;
  font-weight:900;
}

.gm-schedule{
  background:#f8fbff;
  border:1px solid #dce8f7;
  border-radius:16px;
  padding:20px;
  margin:18px 0;
}

.gm-schedule h3{
  margin:0 0 5px;
}

.gm-schedule p{
  color:#52627a;
  margin:0 0 16px;
}

.gm-schedule-row{
  display:grid;
  grid-template-columns:160px 110px 1fr;
  gap:15px;
  align-items:center;
  padding:12px 0;
  border-bottom:1px solid #e3edf8;
}

.gm-schedule-row:last-of-type{
  border-bottom:0;
}

.gm-periods{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.gm-periods span{
  display:flex;
  align-items:center;
  gap:8px;
}

.gm-periods input{
  height:38px;
  border:1px solid #cfdced;
  border-radius:10px;
  padding:0 8px;
}

.gm-final-box{
  background:linear-gradient(90deg,#ecfdf5,#f8fbff);
  border:1px solid #c7f1de;
  border-radius:18px;
  display:flex;
  gap:18px;
  align-items:center;
  padding:22px;
}

.gm-final-box i{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#22c55e;
  color:#fff;
  font-size:24px;
}

.gm-form-actions{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  margin-top:28px;
}

.gm-btn{
  border:0;
  border-radius:12px;
  padding:14px 22px;
  cursor:pointer;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.gm-btn-primary{
  background:#0059ff;
  color:#fff;
  box-shadow:0 12px 26px rgba(0,89,255,.22);
}

.gm-btn-light{
  background:#eef5ff;
  color:#0059ff;
}

#submitForm{
  display:none;
}

.gm-sidebar{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.gm-sidebar .gm-card{
  padding:24px;
}

.gm-sidebar h3{
  margin-top:0;
}

.gm-side-item{
  display:flex;
  gap:14px;
  margin:22px 0;
}

.gm-side-item i{
  width:39px;
  height:39px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eaf2ff;
  color:#0059ff;
}

.gm-side-item p,
.gm-sidebar p{
  color:#52627a;
  font-size:13px;
  line-height:1.45;
}

.gm-trust{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  background:#f0fdf4;
  border:1px solid #c7f1de;
  border-radius:18px;
  padding:20px;
}

.gm-trust div{
  display:flex;
  flex-direction:column;
  gap:5px;
}

.gm-trust i{
  color:#16a34a;
  font-size:24px;
}

.gm-trust span{
  color:#52627a;
  font-size:13px;
}

.gm-footer{
  background:#031631;
  color:#fff;
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:30px;
  padding:34px 46px;
}

.gm-footer strong{
  font-size:22px;
}

.gm-footer p,
.gm-footer a{
  color:#b7c4d8;
  display:block;
  margin:9px 0;
}

@media(max-width:980px){
  .gm-header{
    padding:18px 22px;
    height:auto;
    align-items:flex-start;
  }

  .gm-nav{
    display:none;
  }

  .gm-layout{
    grid-template-columns:1fr;
  }

  .gm-sidebar{
    display:none;
  }

  .gm-steps{
    overflow:auto;
  }

  .gm-step span,
  .gm-step-line{
    display:none;
  }

  .gm-grid-2,
  .gm-grid-3,
  .gm-photo-grid,
  .gm-checks,
  .gm-trust,
  .gm-footer{
    grid-template-columns:1fr;
  }

  .gm-span-2{
    grid-column:auto;
  }

  .gm-schedule-row{
    grid-template-columns:1fr;
  }

  .gm-hero h1{
    font-size:36px;
  }
}
