.elementor-105 .elementor-element.elementor-element-ac552e6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-63de181 */.ctg-stamford-hero,
.ctg-about-section,
.ctg-process-section,
.ctg-warning-section,
.ctg-local-section,
.ctg-final-cta {
  font-family: inherit;
}

.ctg-wrap {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.ctg-stamford-hero {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(0, 82, 155, 0.16), transparent 35%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 48%, #eef6ff 100%);
}

.ctg-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 34px;
  align-items: center;
}

.ctg-kicker {
  margin: 0 0 12px;
  color: #0067b1;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ctg-kicker.light {
  color: #dff2ff;
}

.ctg-hero-copy h1 {
  margin: 0;
  color: #102033;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.ctg-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: #405164;
  font-size: 20px;
  line-height: 1.65;
}

.ctg-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ctg-hero-buttons.center {
  justify-content: center;
}

.ctg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ctg-btn-primary {
  background: #0067b1;
  color: #ffffff;
  box-shadow: 0 16px 35px rgba(0, 103, 177, 0.28);
}

.ctg-btn-primary:hover {
  transform: translateY(-2px);
  background: #004f8d;
  color: #ffffff;
}

.ctg-btn-secondary {
  background: #ffffff;
  color: #102033;
  border: 1px solid rgba(16, 32, 51, 0.14);
}

.ctg-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 103, 177, 0.38);
  color: #0067b1;
}

.ctg-btn-light {
  background: #ffffff;
  color: #005b9d;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.ctg-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ctg-trust-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0, 103, 177, 0.09);
  color: #12324d;
  font-size: 14px;
  font-weight: 800;
}

.ctg-hero-card {
  position: relative;
  padding: 34px;
  border-radius: 28px;
  background: #102033;
  color: #ffffff;
  box-shadow: 0 26px 60px rgba(16, 32, 51, 0.22);
  overflow: hidden;
}

.ctg-hero-card:before {
  content: "";
  position: absolute;
  inset: -80px -80px auto auto;
  width: 190px;
  height: 190px;
  background: rgba(0, 103, 177, 0.5);
  border-radius: 50%;
}

.ctg-hero-card h2 {
  position: relative;
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.08;
  color: #ffffff;
}

.ctg-hero-card p {
  position: relative;
  color: #dbe7f2;
  line-height: 1.65;
}

.ctg-hero-card ul,
.ctg-warning-box ul {
  position: relative;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ctg-hero-card li,
.ctg-warning-box li {
  margin: 12px 0;
  padding-left: 28px;
  position: relative;
  color: #edf6ff;
  font-weight: 700;
}

.ctg-hero-card li:before,
.ctg-warning-box li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #54b7ff;
  font-weight: 900;
}

.ctg-about-section,
.ctg-process-section,
.ctg-warning-section,
.ctg-local-section {
  padding: 82px 0;
  background: #ffffff;
}

.ctg-section-heading {
  max-width: 920px;
  margin: 0 auto 38px;
  text-align: center;
}

.ctg-section-heading h2,
.ctg-warning-copy h2,
.ctg-local-box h2,
.ctg-final-cta h2 {
  margin: 0;
  color: #102033;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.ctg-section-heading p,
.ctg-local-box p,
.ctg-final-cta p {
  margin: 18px auto 0;
  color: #47596b;
  font-size: 18px;
  line-height: 1.75;
}

.ctg-card-grid,
.ctg-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ctg-info-card,
.ctg-process-card {
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 32, 51, 0.1);
  box-shadow: 0 18px 45px rgba(16, 32, 51, 0.07);
}

.ctg-info-card h3,
.ctg-process-card h3,
.ctg-warning-box h3 {
  margin: 0 0 12px;
  color: #102033;
  font-size: 24px;
  line-height: 1.15;
}

.ctg-info-card p,
.ctg-process-card p,
.ctg-warning-copy p {
  margin: 0;
  color: #526273;
  line-height: 1.7;
  font-size: 16px;
}

.ctg-service-strip {
  padding: 46px 0;
  background: linear-gradient(135deg, #0067b1, #003f73);
}

.ctg-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ctg-strip-inner h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.ctg-process-section {
  background: #f6f9fc;
}

.ctg-process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.ctg-process-card span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(0, 103, 177, 0.1);
  color: #0067b1;
  font-weight: 900;
}

.ctg-warning-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.ctg-warning-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 34px;
  align-items: center;
}

.ctg-warning-copy {
  padding-right: 20px;
}

.ctg-warning-copy p {
  margin-top: 18px;
  font-size: 18px;
}

.ctg-warning-box {
  padding: 34px;
  border-radius: 28px;
  background: #102033;
  box-shadow: 0 22px 55px rgba(16, 32, 51, 0.2);
}

.ctg-warning-box h3 {
  color: #ffffff;
}

.ctg-local-section {
  background: #ffffff;
}

.ctg-local-box {
  padding: 50px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(0, 103, 177, 0.16), transparent 32%),
    #f5faff;
  text-align: center;
  border: 1px solid rgba(0, 103, 177, 0.12);
}

.ctg-neighborhoods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.ctg-neighborhoods span {
  padding: 11px 15px;
  border-radius: 999px;
  background: #ffffff;
  color: #12324d;
  border: 1px solid rgba(16, 32, 51, 0.1);
  font-weight: 800;
  font-size: 14px;
}

.ctg-final-cta {
  padding: 82px 0;
  text-align: center;
  background:
    linear-gradient(rgba(16, 32, 51, 0.88), rgba(16, 32, 51, 0.88)),
    linear-gradient(135deg, #102033, #0067b1);
}

.ctg-final-cta h2,
.ctg-final-cta p {
  color: #ffffff;
}

.ctg-final-cta p {
  max-width: 780px;
  color: #dceaf7;
}

@media (max-width: 980px) {
  .ctg-hero-grid,
  .ctg-warning-grid {
    grid-template-columns: 1fr;
  }

  .ctg-card-grid,
  .ctg-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ctg-strip-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .ctg-stamford-hero,
  .ctg-about-section,
  .ctg-process-section,
  .ctg-warning-section,
  .ctg-local-section,
  .ctg-final-cta {
    padding: 58px 0;
  }

  .ctg-card-grid,
  .ctg-process-grid {
    grid-template-columns: 1fr;
  }

  .ctg-hero-card,
  .ctg-local-box {
    padding: 26px;
    border-radius: 22px;
  }

  .ctg-hero-copy h1 {
    font-size: 42px;
  }

  .ctg-lead {
    font-size: 18px;
  }

  .ctg-btn {
    width: 100%;
  }
}/* End custom CSS */