@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700&display=swap');

:root {
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body-font: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bs-blue: #0d3b66;
  --bs-primary: #0d3b66;
  --bs-primary-rgb: 13, 59, 102;
  --bs-secondary: #137ed9;
  --bs-secondary-rgb: 19, 126, 217;
  --bs-light: #42bdf8;
  --bs-light-rgb: 66, 189, 248;
  --bs-danger: #07111f;
  --bs-danger-rgb: 7,17,31;
  --bs-info: #f7fbff;
  --bs-info-rgb: 247,251,255;
  --bs-success: #eaf5ff;
  --bs-success-rgb: 234,245,255;
  --bs-cyan: #eff7fe;
  --bs-white: #fff;
  --bs-black: #07111f;
  --bs-gray: #4b5b6b;
  --bs-body-color: #1f2d3d;
  --bs-border-color: #dcebf7;
  --accent-color: #137ed9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--body-font); font-size: 16px; line-height: 1.65; color: var(--bs-gray); background: #fff; font-weight: 400; }
a { color: inherit; text-decoration: none; transition: .2s ease-in-out; }
a:hover { color: var(--accent-color); }
h1,h2,h3,h4,h5 { color: var(--bs-primary); letter-spacing: -0.02em; }
h1 { font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .98; font-weight: 700; }
h2 { font-size: clamp(2rem, 3.4vw, 3.5rem); line-height: 1.08; font-weight: 700; }
h3 { font-size: clamp(1.55rem, 2.4vw, 2.25rem); line-height: 1.15; font-weight: 700; }
h4 { font-size: 1.4rem; font-weight: 700; }
h5 { font-weight: 700; }
p { margin-bottom: 1rem; }
.lead { font-size: 1.18rem; line-height: 1.75; }
.bg-info { background-color: var(--bs-info) !important; }

.padding-small { padding-top: 4.5rem; padding-bottom: 4.5rem; }
.padding-medium { padding-top: 6rem; padding-bottom: 6rem; }

.container { max-width: 1180px; }
.btn { --bs-btn-padding-x: 2rem; --bs-btn-padding-y: .9rem; --bs-btn-font-size: .84rem; --bs-btn-font-weight: 700; text-transform: uppercase; letter-spacing: .04em; border-radius: 999px; transition: .2s ease-in-out; }
.btn-primary { --bs-btn-color: #fff; --bs-btn-bg: var(--bs-primary); --bs-btn-border-color: var(--bs-primary); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--bs-secondary); --bs-btn-hover-border-color: var(--bs-secondary); }
.btn-secondary { --bs-btn-color: #fff; --bs-btn-bg: var(--bs-secondary); --bs-btn-border-color: var(--bs-secondary); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--bs-primary); --bs-btn-hover-border-color: var(--bs-primary); }
.btn-outline-primary { --bs-btn-color: var(--bs-primary); --bs-btn-border-color: var(--bs-primary); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--bs-primary); --bs-btn-hover-border-color: var(--bs-primary); }
.site-header { position: sticky; top: 0; z-index: 1030; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(13,59,102,.08); }
.navbar { padding-top: .55rem; padding-bottom: .55rem; }
.logo { width: 205px; max-width: 205px; height: auto; display: block; }
.navbar-nav .nav-link { color: var(--bs-primary); font-weight: 700; font-size: .72rem; letter-spacing: .035em; }
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover { color: var(--accent-color); }
.navbar-toggler svg { color: var(--bs-primary); }
.header-cta { margin-left: .75rem; padding: .62rem 1.1rem; font-size: .7rem; white-space: nowrap; }
#billboard { background-color: #eaf5ff; position: relative; overflow: hidden; }
#billboard:before, #billboard:after { content:""; position:absolute; border: 22px solid #cce8fb; border-radius: 50%; opacity:.8; pointer-events:none; }
#billboard:before { width: 340px; height: 340px; top: -180px; left: 12%; }
#billboard:after { width: 260px; height: 260px; right: -90px; bottom: 42px; }
.hero-wrap { position: relative; min-height: 590px; display: flex; align-items: center; padding: 5.5rem 0 4rem; }
.hero-kicker { color: var(--bs-secondary); text-transform: uppercase; font-weight: 700; letter-spacing: .08em; font-size: .92rem; margin-bottom: 1rem; }
.hero-text { max-width: 640px; }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: .5rem; padding: .65rem .95rem; border-radius: 999px; background: #fff; color: var(--bs-primary); font-weight: 700; font-size: .92rem; border: 1px solid #dcebf7; }
.hero-proof span:before { content:""; width: .5rem; height: .5rem; border-radius: 50%; background: var(--bs-secondary); display: inline-block; }
.wave-bottom { position: absolute; left:0; right:0; bottom:-1px; height: 96px; background: #fff; clip-path: ellipse(70% 70% at 50% 100%); }

.section-title { margin-bottom: 3rem; }
.section-title p { max-width: 720px; margin-left: auto; margin-right: auto; }
.service-number { display:inline-flex; align-items:center; gap:.35rem; margin-bottom:1rem; padding:.35rem .75rem; border-radius:999px; background:#eaf5ff; border:1px solid var(--bs-border-color); color:var(--bs-secondary); font-size:.74rem; line-height:1; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }
.service-item { padding: 1rem 1.8rem; border-left: 1px solid var(--bs-border-color); min-height: 190px; }
.service-item:first-child { border-left: 0; }
.service-item h4 { margin-bottom: .8rem; }
.service-item a { color: var(--bs-primary); font-weight: 700; display: inline-block; margin-top: .75rem; }

.card-clean { background: #fff; border: 1px solid var(--bs-border-color); border-radius: 28px; padding: 2rem; height: 100%; box-shadow: 0 18px 45px rgba(13,59,102,.06); }
.card-clean h4 { margin-bottom: .75rem; }
.card-clean .icon { width: 54px; height: 54px; border-radius: 18px; background: var(--bs-success); color: var(--bs-secondary); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }

#problem-map { background: #fff; }
.feature-list { display: grid; gap: 1rem; }
.feature-row { background: #fff; border: 1px solid var(--bs-border-color); border-radius: 24px; padding: 1.25rem 1.4rem; }
.feature-row h5 { color: var(--bs-secondary); margin-bottom: .3rem; }
.feature-row p { margin: 0; }

#codergo { position: relative; overflow: hidden; background: var(--bs-info); }
.codergo-grid a { background:#fff; border:1px solid var(--bs-border-color); border-radius:24px; padding:1.5rem; height:100%; display:block; }
.codergo-grid a:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(13,59,102,.08); }
.codergo-grid h5 { margin-bottom:.5rem; }

.plan-post { min-height: 470px; background:#fff; border:1px solid var(--bs-border-color)!important; border-radius: 28px!important; box-shadow: 0 18px 50px rgba(13,59,102,.06)!important; padding: 2.25rem 2rem!important; }
.plan-post.featured { border-color: #bdddf5!important; box-shadow: 0 22px 55px rgba(13,59,102,.10)!important; }
.price-option p { margin-bottom: .7rem; }
.price-tick { color: var(--bs-secondary); font-weight: 900; }
.price { font-size: 2.25rem; color: var(--bs-primary); font-weight: 700; line-height: 1; }

.cta-band { background: var(--bs-secondary); color: #fff; text-align: center; }
.cta-band h3 { color: #fff; }
.cta-band .btn-primary { --bs-btn-bg: var(--bs-primary); --bs-btn-border-color: var(--bs-primary); --bs-btn-hover-bg:#fff; --bs-btn-hover-color:var(--bs-primary); --bs-btn-hover-border-color:#fff; }

.form-control { border: 1px solid var(--bs-border-color); border-radius: 14px; padding: 1rem 1.1rem; color: var(--bs-body-color); }
textarea.form-control { min-height: 180px; }
.form-control:focus { border-color: var(--bs-secondary); box-shadow: 0 0 0 .2rem rgba(19,126,217,.12); }
.form-check-input:checked { background-color: var(--bs-secondary); border-color: var(--bs-secondary); }
.contact-panel { border-radius: 32px; border: 1px solid var(--bs-border-color); background:#fff; padding: 2.5rem; box-shadow: 0 18px 45px rgba(13,59,102,.06); }

.accordion { --bs-accordion-border-color: var(--bs-border-color); --bs-accordion-border-radius: 20px; --bs-accordion-inner-border-radius: 20px; --bs-accordion-btn-focus-box-shadow: none; --bs-accordion-active-bg: #fff; --bs-accordion-active-color: var(--bs-primary); }
.accordion-item { border-radius: 20px!important; overflow: hidden; margin-bottom: 1rem; }
.accordion-button { font-weight: 700; color: var(--bs-primary); padding: 1.25rem 1.5rem; }

#footer { background: var(--bs-danger); color: #d9e4ef; }
#footer a { color: #fff; }
#footer h5 { color: #fff; }
.footer-top { padding: 4rem 0 3rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 1.5rem 0; font-size: .92rem; }
.footer-list p { margin-bottom: .45rem; }
.page-hero .hero-wrap { min-height: 450px; padding-top: 5rem; }
.page-hero h1 { font-size: clamp(2.4rem, 4vw, 4.4rem); }

@media (max-width: 991px) {
  .site-header { position: sticky; }
  .navbar { padding-top: .8rem; padding-bottom: .8rem; }
  .logo { width: 170px; }
  .header-cta { display:none; }
  .hero-wrap { min-height: auto; padding: 6.5rem 0 4rem; }
  #billboard:before { left: -100px; }
  .wave-bottom { height: 60px; }
  .service-item { border-left: 0; border-top: 1px solid var(--bs-border-color); min-height: auto; padding: 2rem 0; }
  .service-item:first-child { border-top:0; }
  .padding-medium { padding-top: 4.5rem; padding-bottom: 4.5rem; }
}
@media (max-width: 575px) {
  body { font-size: 15px; }
  .logo { width: 170px; }
  .btn { width: 100%; }
  .hero-actions { display:block; }
  .hero-actions .btn + .btn { margin-top: .75rem; }
  .hero-proof { display:block; }
  .hero-proof span { margin: .35rem 0; width:100%; }
  .contact-panel, .card-clean { padding: 1.5rem; border-radius: 22px; }
  .plan-post { min-height:auto; }
}

.navbar-brand { padding-top:0; padding-bottom:0; }
.navbar-nav .nav-item { padding-left:.55rem!important; padding-right:.55rem!important; }
.modal-content { border:0; border-radius:28px; }
.modal-header { border-bottom:1px solid var(--bs-border-color); padding:1.6rem 1.8rem; }
.modal-body { padding:1.8rem; }
.logo { width: 185px; max-width: 185px; }
.navbar { padding-top: .45rem; padding-bottom: .45rem; }
.navbar-nav { gap: .15rem; }
.navbar-nav .nav-link { font-size: .78rem; letter-spacing: .015em; font-weight: 700; padding: .45rem .3rem !important; white-space: nowrap; }
.navbar-nav .nav-link.active { color: var(--bs-secondary); }
.header-cta { margin-left: .85rem; padding: .45rem .85rem; font-size: .72rem; line-height: 1; min-width: 0; }
.btn.header-cta { --bs-btn-bg: #fff; --bs-btn-color: var(--bs-primary); }
.btn.header-cta:hover { color:#fff; }

.codergo-logo-bg { display:flex; justify-content:center; align-items:center; margin-bottom:-.8rem; pointer-events:none; user-select:none; }
.codergo-ghost-logo { width:min(760px, 86vw); height:auto; display:block; opacity:.72; }
#codergo .section-title { position:relative; z-index:1; margin-bottom:2.25rem; }
#codergo .codergo-grid { position:relative; z-index:1; }

.plan-post { min-height: 0; text-align:left; position:relative; overflow:hidden; }
.plan-post:before { content:""; position:absolute; left:0; right:0; top:0; height:5px; background:#d9edf9; }
.plan-post.featured:before { background:var(--bs-secondary); }
.plan-post .btn { margin-top:1.25rem; }
.plan-head { margin-bottom:1.25rem; }
.plan-tag { display:inline-flex; margin-bottom:.9rem; padding:.35rem .7rem; border-radius:999px; background:#eaf5ff; color:var(--bs-primary); font-size:.7rem; line-height:1; font-weight:700; text-transform:uppercase; letter-spacing:.04em; }
.plan-for { color:var(--bs-gray); font-size:.95rem; margin-bottom:1rem; }
.plan-highlight { border:1px solid var(--bs-border-color); background:#f7fbff; border-radius:18px; padding:.95rem 1rem; color:var(--bs-primary); font-weight:700; margin-bottom:1.25rem; }
.price-option { margin-bottom:1.25rem; }
.price-option p { display:flex; gap:.5rem; align-items:flex-start; }
.pricing-row .col-lg-4:nth-child(2) .plan-post { transform:translateY(-10px); }

#testimonials { background:#eaf5ff; }
.testimonial-card { height:100%; background:#fff; border:1px solid var(--bs-border-color); border-radius:28px; padding:2rem; box-shadow:0 18px 45px rgba(13,59,102,.06); }
.testimonial-card p { color:var(--bs-primary); font-size:1.05rem; line-height:1.65; }
.testimonial-card h5 { margin-top:1.35rem; margin-bottom:.25rem; }
.testimonial-card span { color:var(--bs-secondary); font-weight:700; font-size:.85rem; }

.price-table-wrap { border:1px solid var(--bs-border-color); border-radius:28px; overflow:hidden; box-shadow:0 18px 45px rgba(13,59,102,.06); background:#fff; }
.price-table { --bs-table-bg:#fff; --bs-table-color:var(--bs-gray); }
.price-table thead th { background:#eaf5ff; color:var(--bs-primary); font-size:.86rem; text-transform:uppercase; letter-spacing:.04em; border-bottom:1px solid var(--bs-border-color); padding:1.15rem 1.25rem; }
.price-table tbody td { padding:1.1rem 1.25rem; border-color:var(--bs-border-color); }
.price-table tbody td:first-child { color:var(--bs-primary); font-weight:700; }
.price-table tbody td:last-child { color:var(--bs-secondary); font-weight:900; white-space:nowrap; }

.callback-modal .modal-dialog { max-width: 390px; }
.callback-modal .modal-content { border-radius:24px; box-shadow:0 28px 80px rgba(7,17,31,.18); }
.callback-modal .modal-header { padding:1.25rem 1.35rem; }
.callback-modal .modal-body { padding:1.35rem; }
.callback-modal .modal-title { font-size:1.45rem; letter-spacing:-.03em; }
.callback-modal .hero-kicker { font-size:.72rem; margin-bottom:.25rem!important; }
.callback-modal .form-label { color:var(--bs-primary); font-weight:700; font-size:.9rem; }
.callback-privacy { font-size:.82rem; line-height:1.45; color:var(--bs-gray); }
.callback-modal .form-control { padding:.85rem 1rem; border-radius:12px; }
.callback-modal .btn { padding:.8rem 1rem; }

@media (max-width: 1199px) {
  .logo { width: 170px; }
  .navbar-nav .nav-link { font-size:.72rem; }
  .header-cta { font-size:.68rem; padding:.42rem .75rem; }
}
@media (max-width: 991px) {
  .navbar-nav .nav-link { font-size:.92rem; padding:.65rem 0!important; }
  .pricing-row .col-lg-4:nth-child(2) .plan-post { transform:none; }
}
.site-header { background: rgba(255,255,255,.98); box-shadow: 0 10px 30px rgba(13,59,102,.04); }
.navbar { padding-top: .72rem; padding-bottom: .72rem; }
.logo { width: 178px; max-width: 178px; }
.navbar-nav { gap: .28rem; }
.navbar-nav .nav-item { padding-left: .25rem!important; padding-right: .25rem!important; }
.navbar-nav .nav-link {
  font-size: .82rem;
  line-height: 1;
  letter-spacing: .01em;
  font-weight: 700;
  padding: .72rem .75rem!important;
  border-radius: 999px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background: #eaf5ff;
  color: var(--bs-secondary);
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: .75rem;
  min-width: auto;
  min-height: 38px;
  padding: .65rem 1.05rem;
  font-size: .78rem;
  line-height: 1;
  letter-spacing: .03em;
  border: 1px solid var(--bs-primary)!important;
  background: var(--bs-primary)!important;
  color: #fff!important;
  box-shadow: none!important;
}
.header-cta:hover { background: var(--bs-secondary)!important; border-color: var(--bs-secondary)!important; color:#fff!important; }

.hero-wrap { min-height: 640px; padding: 6.4rem 0 7rem; }
.page-hero .hero-wrap { min-height: 500px; padding: 6rem 0 7rem; }
.hero-actions { margin-top: 2.4rem; gap: 1rem; }
.wave-bottom { height: 118px; }

#codergo { position: relative; }
#codergo .container { position: relative; }
.codergo-logo-bg {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto -1.15rem;
  width: 100%;
}
.codergo-ghost-logo {
  width: min(590px, 72vw);
  max-width: 100%;
  height: auto;
  display: block;
  opacity: .62;
}
#codergo .section-title { margin-top: 0; }

.testimonial-card {
  position: relative;
  overflow: hidden;
  padding: 2.25rem;
}
.testimonial-card:before {
  content: '“';
  position: absolute;
  right: 1.35rem;
  top: .25rem;
  font-size: 8.5rem;
  line-height: 1;
  font-weight: 900;
  color: #eaf5ff;
  z-index: 0;
  pointer-events: none;
}
.testimonial-card > * { position: relative; z-index: 1; }
.stars {
  color: #f5b301;
  letter-spacing: .16em;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1.2rem;
}
.testimonial-card p { font-size: 1.02rem; line-height: 1.75; }
.testimonial-card h5 { font-size: 1.18rem; }

.callback-modal .modal-dialog { max-width: 360px; }
.callback-modal .modal-content { border-radius: 20px; }
.callback-modal .modal-header { padding: 1.15rem 1.2rem .9rem; }
.callback-modal .modal-body { padding: 1.15rem 1.2rem 1.25rem; }
.callback-modal .modal-title { font-size: 1.35rem; }
.callback-note-small { margin: -.35rem 0 1rem; font-size: .82rem; line-height: 1.45; color: var(--bs-gray); }
.callback-privacy a { color: var(--bs-secondary); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.callback-modal .btn { width: 100%; }

@media (max-width: 1199px) {
  .logo { width: 165px; }
  .navbar-nav .nav-link { font-size: .76rem; padding: .65rem .55rem!important; }
  .header-cta { font-size:.72rem; padding:.6rem .85rem; }
}
@media (max-width: 991px) {
  .site-header { box-shadow: 0 8px 24px rgba(13,59,102,.05); }
  .navbar-nav .nav-link { font-size: 1rem; padding: .8rem 1rem!important; border-radius: 14px; }
  .header-cta { margin-left: 0; margin-top: .5rem; width: auto; align-self: flex-start; padding: .8rem 1.1rem; }
  .hero-wrap, .page-hero .hero-wrap { padding: 5rem 0 6.5rem; }
}
@media (max-width: 575px) {
  .header-cta { width: auto; }
  .hero-actions { gap: .7rem; }
  .hero-actions .btn { width: 100%; }
}
:root {
  --body-font: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,h2,h3,h4,h5 {
  letter-spacing: -0.015em;
  font-weight: 700;
}
h1 { font-size: clamp(2.65rem, 4.5vw, 4.75rem); line-height: 1.04; }
h2 { font-size: clamp(2rem, 3vw, 3.15rem); line-height: 1.12; }
h3 { font-size: clamp(1.45rem, 2.2vw, 2.15rem); line-height: 1.18; }
h4 { font-size: 1.32rem; }
.lead { font-size: 1.08rem; line-height: 1.72; }
.btn {
  text-transform: none;
  letter-spacing: .01em;
  font-weight: 700;
  --bs-btn-font-size: .92rem;
}
.site-header { backdrop-filter: saturate(140%) blur(10px); }
.navbar { min-height: 72px; padding-top: .75rem; padding-bottom: .75rem; }
.navbar-nav { gap: .42rem; }
.navbar-nav .nav-link {
  font-size: .9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  padding: .65rem .78rem!important;
  color: #123c64;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background: #eef7ff;
  color: var(--bs-secondary);
}
.header-cta {
  text-transform: none!important;
  letter-spacing: 0!important;
  font-size: .9rem!important;
  font-weight: 700!important;
  min-height: 42px;
  padding: .72rem 1.2rem!important;
  background: var(--bs-secondary)!important;
  border-color: var(--bs-secondary)!important;
  color: #fff!important;
}
.header-cta:hover {
  background: var(--bs-primary)!important;
  border-color: var(--bs-primary)!important;
}
.hero-wrap { padding-bottom: 8rem; }
.page-hero .hero-wrap { padding-bottom: 7.5rem; }
.hero-actions { margin-top: 2.75rem; }
.wave-bottom { height: 130px; }
.cta-band { padding-top: 4rem; padding-bottom: 4rem; }
.cta-band h3,
.cta-band .cta-title {
  font-size: clamp(1.65rem, 2.6vw, 2.65rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.cta-band .lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.02rem;
  color: rgba(255,255,255,.9);
}
#footer { background: #07111f; }
.footer-top { padding: 3.6rem 0 2.8rem; }
.footer-logo {
  display: block;
  width: min(260px, 75vw);
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .96;
}
#footer .lead {
  font-size: 1.02rem;
  max-width: 440px;
  color: rgba(255,255,255,.68)!important;
}
#footer .btn {
  --bs-btn-font-size: .9rem;
  padding: .78rem 1.35rem;
}
#footer h5 { font-size: 1rem; letter-spacing: 0; font-weight: 700; }
.footer-list p, #footer p { font-size: .94rem; }
@media (max-width: 1199px) {
  .navbar-nav .nav-link { font-size: .84rem; padding: .62rem .52rem!important; }
  .header-cta { font-size: .82rem!important; padding: .64rem 1rem!important; }
}
@media (max-width: 991px) {
  .navbar { min-height: 64px; }
  .navbar-nav .nav-link { font-size: 1rem; padding: .85rem 1rem!important; }
  .header-cta { font-size: .95rem!important; padding: .8rem 1.15rem!important; }
  .hero-wrap, .page-hero .hero-wrap { padding-bottom: 6.5rem; }
}
@media (max-width: 575px) {
  h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  h2 { font-size: clamp(1.75rem, 9vw, 2.6rem); }
  .footer-logo { width: 220px; }
  .cta-band { padding-top: 3.3rem; padding-bottom: 3.3rem; }
}
html, body { max-width: 100%; overflow-x: hidden; }
img, svg { max-width: 100%; }
#process { background: #fff; }
#process .section-title { margin-bottom: 2.5rem; }
#process .section-title .lead { margin-top: .9rem; }
.process-grid { align-items: stretch; }
.process-card {
  position: relative;
  height: 100%;
  padding: 1.8rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(13,59,102,.055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.process-card:hover {
  transform: translateY(-4px);
  border-color: #bdddf5;
  box-shadow: 0 24px 55px rgba(13,59,102,.09);
}
.process-card .icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  border-radius: 18px;
  background: #eaf5ff;
  color: var(--bs-secondary);
}
.process-card .icon svg { width: 34px; height: 34px; }
.process-card h5 {
  margin-bottom: .65rem;
  font-size: 1.05rem;
  line-height: 1.25;
}
.process-card p { margin: 0; color: #43566a; }
@media (min-width: 992px) {
  .process-grid > [class*="col-"] { position: relative; }
  .process-grid > [class*="col-"]:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 4.1rem;
    width: 28px;
    height: 2px;
    background: #d7eafa;
    z-index: 0;
  }
  .process-card { z-index: 1; }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 1.65rem;
    padding-right: 1.65rem;
  }
  .navbar > .container { padding-left: 1.25rem; padding-right: 1.25rem; }
  .hero-wrap, .page-hero .hero-wrap {
    padding-top: 4rem;
    padding-bottom: 5.8rem;
  }
  .hero-text { max-width: 100%; }
  .padding-small { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .padding-medium { padding-top: 4rem; padding-bottom: 4rem; }
  .section-title { margin-bottom: 2rem; }
  .service-item {
    border: 1px solid var(--bs-border-color);
    border-radius: 22px;
    background: #fff;
    padding: 1.35rem;
    margin-bottom: 1rem;
    min-height: 0;
  }
  .service-item:first-child { border-top: 1px solid var(--bs-border-color); }
  .service-item h4 { font-size: 1.15rem; }
  .card-clean, .feature-row, .codergo-grid a, .plan-post, .testimonial-card, .contact-panel {
    border-radius: 22px!important;
  }
  .plan-post { padding: 1.55rem!important; }
  .plan-highlight { border-radius: 16px; padding: .85rem .95rem; }
  .testimonial-card { padding: 1.55rem; }
  .testimonial-card:before { font-size: 6.5rem; right: 1rem; }
  .footer-top { padding: 3rem 0 2.4rem; }
}

@media (max-width: 575px) {
  .container {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }
  .navbar { min-height: 62px; padding-top: .55rem; padding-bottom: .55rem; }
  .navbar > .container { padding-left: 1rem; padding-right: 1rem; }
  .logo { width: 150px; max-width: 150px; }
  .navbar-toggler { margin-left: auto; }
  .navbar-toggler svg { width: 32px; height: 32px; }
  .navbar-nav .nav-link { font-size: 1rem; padding: .9rem 1rem!important; }
  .header-cta { width: 100%; justify-content: center; margin-top: .75rem; }

  #billboard:before { width: 220px; height: 220px; border-width: 16px; top: -120px; left: -95px; }
  #billboard:after { width: 190px; height: 190px; border-width: 16px; right: -120px; bottom: 55px; }
  .hero-wrap, .page-hero .hero-wrap {
    padding-top: 2.8rem;
    padding-bottom: 5.4rem;
  }
  h1 { font-size: clamp(2rem, 10vw, 2.55rem); line-height: 1.08; }
  h2 { font-size: clamp(1.75rem, 8.5vw, 2.25rem); line-height: 1.12; }
  h3 { font-size: clamp(1.35rem, 6.8vw, 1.8rem); }
  h4 { font-size: 1.18rem; }
  .lead { font-size: 1rem; line-height: 1.62; }
  .hero-kicker { font-size: .78rem; margin-bottom: .75rem; }
  .hero-actions { margin-top: 1.65rem; }
  .hero-actions .btn + .btn { margin-top: .65rem; }
  .hero-proof { margin-top: 1.45rem; }
  .hero-proof span { padding: .58rem .75rem; font-size: .86rem; }
  .wave-bottom { height: 62px; }

  .padding-small { padding-top: 3rem; padding-bottom: 3rem; }
  .padding-medium { padding-top: 3.25rem; padding-bottom: 3.25rem; }
  .section-title { margin-bottom: 1.6rem; }
  .section-title p { margin-top: .65rem; }

  .service-item {
    padding: 1.2rem;
    margin-bottom: .85rem;
  }
  .service-number { font-size: .68rem; padding: .32rem .65rem; }
  .feature-row { padding: 1.05rem; }
  .card-clean, .contact-panel { padding: 1.25rem; }
  .codergo-logo-bg { margin-bottom: -.35rem; }
  .codergo-ghost-logo { width: min(310px, 82vw); opacity: .56; }
  #codergo .section-title h2 { font-size: 1.9rem; }
  .codergo-grid a { padding: 1.2rem; }
  .codergo-grid h5 { font-size: 1.05rem; }

  .plan-post { padding: 1.35rem!important; }
  .plan-tag { font-size: .64rem; }
  .price { font-size: 1.95rem; }
  .price-option p { font-size: .94rem; margin-bottom: .55rem; }

  .process-card { padding: 1.25rem; border-radius: 22px; }
  .process-card .icon { width: 50px; height: 50px; border-radius: 16px; margin-bottom: .9rem; }
  .process-card .icon svg { width: 29px; height: 29px; }
  .process-card h5 { font-size: 1rem; }

  .testimonial-card { padding: 1.35rem; }
  .testimonial-card p { font-size: .98rem; line-height: 1.6; }
  .stars { font-size: .9rem; margin-bottom: .95rem; }
  .cta-band { padding: 3rem 0; }
  .cta-band .container { padding-left: 1.35rem; padding-right: 1.35rem; }
  .cta-band .cta-title { font-size: 1.65rem; }
  .cta-band .lead { font-size: .96rem; }

  #footer .container { padding-left: 1.35rem; padding-right: 1.35rem; }
  .footer-logo { width: 190px; }
  #footer .lead { font-size: .96rem; line-height: 1.58; }
  #footer .btn { width: 100%; }
  .footer-list .col-6 { width: 100%; margin-top: 1rem; }
  .footer-bottom { font-size: .82rem; }

  .modal-dialog { margin: 1rem; }
  .callback-modal .modal-dialog { max-width: none; }
}

@media (max-width: 360px) {
  .container { padding-left: 1.15rem; padding-right: 1.15rem; }
  h1 { font-size: 1.9rem; }
  h2 { font-size: 1.65rem; }
  .logo { width: 138px; }
}
.navbar-toggler {
  color: var(--bs-primary);
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #eef7ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.navbar-toggler:focus { box-shadow: 0 0 0 .18rem rgba(19,126,217,.12); }
.navbar-collapse-panel { gap: .35rem; }

@media (max-width: 991px) {
  .site-header { overflow: visible; }
  .navbar { position: relative; }
  .navbar > .container { position: relative; }
  .navbar-collapse {
    position: absolute;
    top: calc(100% + .55rem);
    left: 1rem;
    right: 1rem;
    z-index: 1050;
    background: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(7,17,31,.16);
    padding: .7rem;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
  }
  .navbar-collapse.collapsing {
    height: auto!important;
    transition: opacity .18s ease, transform .18s ease;
    opacity: 0;
    transform: translateY(-8px);
  }
  .navbar-collapse.show {
    opacity: 1;
    transform: translateY(0);
  }
  .navbar-collapse-panel {
    display: block!important;
    width: 100%;
  }
  .navbar-collapse .navbar-nav {
    gap: .15rem;
    align-items: stretch!important;
  }
  .navbar-collapse .nav-item { padding-left: 0!important; padding-right: 0!important; }
  .navbar-collapse .navbar-nav .nav-link {
    display: block;
    font-size: .98rem;
    line-height: 1.2;
    padding: .82rem .95rem!important;
    border-radius: 14px;
    color: var(--bs-primary);
  }
  .navbar-collapse .navbar-nav .nav-link.active,
  .navbar-collapse .navbar-nav .nav-link:hover {
    background: #eef7ff;
    color: var(--bs-secondary);
  }
  .navbar-collapse .header-cta {
    width: 100%;
    margin: .55rem 0 0;
    justify-content: center;
    min-height: 44px;
    border-radius: 14px;
    font-size: .95rem!important;
  }
  body.mobile-menu-open { overflow: hidden; }
}

@media (max-width: 575px) {
  .site-header .container { padding-left: 1.1rem!important; padding-right: 1.1rem!important; }
  .navbar-collapse { left: 1.1rem; right: 1.1rem; top: calc(100% + .45rem); }
}

.testimonial-card:before {
  right: 1.35rem;
  top: .9rem;
  font-size: 4.8rem;
  color: #edf7ff;
  opacity: .95;
}
@media (max-width: 575px) {
  .testimonial-card:before { right: 1rem; top: .75rem; font-size: 3.6rem; }
  .testimonial-card { padding-top: 1.55rem; }
}

.form-check-label a { color: var(--bs-secondary); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.contact-info-block {
  border: 1px solid var(--bs-border-color);
  border-radius: 26px;
  background: #fff;
  padding: 1.8rem;
  box-shadow: 0 18px 45px rgba(13,59,102,.06);
}
.contact-info-block h3 { margin-bottom: 1.25rem; }
.contact-info-item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--bs-border-color);
  color: var(--bs-gray);
}
.contact-info-item:first-of-type { padding-top: 0; }
.contact-info-item strong { color: var(--bs-primary); }
.contact-info-item a { color: var(--bs-secondary); font-weight: 700; }
.footer-hours { color: rgba(255,255,255,.74); }
.footer-hours strong { color: #fff; }
.contact-urgent-inline {
  display: inline-block;
  margin-top: .45rem;
  color: #d92323;
  font-weight: 700;
}
.footer-hours span { color: #ff5a5a; font-weight: 700; }
.powered-by {
  margin-bottom: .42rem;
  font-size: .66rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
}
.footer-codergo-logo-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: .9rem;
  opacity: .94;
  transition: opacity .2s ease, transform .2s ease;
}
.footer-codergo-logo-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.footer-codergo-logo {
  display: block;
  width: 128px;
  height: auto;
}
@media (max-width: 575px) {
  .footer-codergo-logo { width: 118px; }
  .powered-by { margin-top: .6rem; }
}
.blog-index { background: #fff; }
.blog-search-panel,
.blog-sidebar-card,
.blog-card,
.blog-article,
.blog-sticky-help,
.blog-related {
  border: 1px solid var(--bs-border-color);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(13,59,102,.06);
}
.blog-search-panel { padding: 2rem; margin-bottom: 1.4rem; }
.blog-search-controls { display: flex; gap: .8rem; margin-top: 1.25rem; }
.blog-search-controls .form-control { min-height: 54px; }
.blog-search-info { margin: .8rem 0 0; color: var(--bs-primary); font-weight: 700; }
.blog-category-bar,
.blog-category-list { display: flex; flex-wrap: wrap; gap: .65rem; }
.blog-category-bar { margin-bottom: 1.6rem; }
.blog-filter,
.blog-category-link {
  border: 1px solid var(--bs-border-color);
  background: #fff;
  color: var(--bs-primary);
  border-radius: 999px;
  padding: .62rem .95rem;
  font-weight: 700;
  line-height: 1;
}
.blog-filter:hover,
.blog-filter.active,
.blog-category-link:hover,
.blog-category-link.active { background: var(--bs-secondary); border-color: var(--bs-secondary); color: #fff; }
.blog-card-wrap[hidden] { display: none!important; }
.blog-card { display: flex; flex-direction: column; height: 100%; padding: 1.6rem; color: var(--bs-gray); }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(13,59,102,.10); color: var(--bs-gray); }
.blog-card h3 { font-size: 1.45rem; margin: 1rem 0 .75rem; }
.blog-card p { margin-bottom: 1.4rem; }
.blog-card-top,
.blog-card-meta,
.blog-meta-line { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; color: var(--bs-gray); font-size: .9rem; }
.blog-badge { display: inline-flex; border-radius: 999px; background: #eaf5ff; border: 1px solid var(--bs-border-color); color: var(--bs-secondary); padding: .35rem .7rem; font-weight: 700; font-size: .78rem; }
.blog-card-meta { margin-top: auto; color: var(--bs-secondary); font-weight: 700; }
.blog-empty { border: 1px dashed var(--bs-border-color); border-radius: 24px; padding: 2rem; background: #f7fbff; }
.blog-sidebar-stack { position: sticky; top: 96px; display: grid; gap: 1rem; }
.blog-sidebar-card { padding: 1.45rem; }
.blog-sidebar-card h4 { font-size: 1.22rem; margin-bottom: 1rem; }
.blog-link-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.blog-link-list a { display: grid; gap: .2rem; color: var(--bs-primary); font-weight: 700; }
.blog-link-list a span { color: var(--bs-gray); font-size: .88rem; font-weight: 400; }
.blog-post-hero .hero-wrap { min-height: 520px; }
.blog-post-hero .hero-kicker a { color: var(--bs-secondary); }
.blog-meta-line { margin-top: 1.35rem; }
.blog-meta-line span { background: #fff; border: 1px solid var(--bs-border-color); border-radius: 999px; padding: .45rem .78rem; color: var(--bs-primary); font-weight: 700; }
.blog-article { padding: clamp(1.4rem, 4vw, 2.6rem); }
.blog-toc { background: #f7fbff; border: 1px solid var(--bs-border-color); border-radius: 24px; padding: 1.35rem 1.5rem; margin-bottom: 2rem; }
.blog-toc h2 { font-size: 1.35rem; margin-bottom: .8rem; }
.blog-toc ol { margin: 0; padding-left: 1.25rem; }
.blog-toc a { color: var(--bs-primary); font-weight: 700; }
.blog-article-section { scroll-margin-top: 110px; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid var(--bs-border-color); }
.blog-article-section:first-of-type { border-top: 0; }
.blog-article-section h2 { font-size: clamp(1.6rem, 2.4vw, 2.35rem); margin-bottom: 1rem; }
.blog-sticky-help { position: sticky; top: 96px; padding: 1.5rem; }
.blog-help-label { display: inline-flex; margin-bottom: .85rem; border-radius: 999px; background: #fff1f1; color: #c92a2a; border: 1px solid #ffc9c9; padding: .35rem .7rem; font-weight: 900; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.blog-help-note { margin: 1rem 0 0; font-size: .88rem; color: var(--bs-gray); }
.blog-related { padding: 1.5rem; margin-top: 1.4rem; }
.blog-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.blog-related-grid a { display: grid; gap: .35rem; border: 1px solid var(--bs-border-color); border-radius: 18px; padding: 1rem; color: var(--bs-primary); font-weight: 700; }
.blog-related-grid a span { color: var(--bs-secondary); font-size: .85rem; }
@media (max-width: 991px) {
  .blog-sidebar-stack,
  .blog-sticky-help { position: static; }
  .blog-related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .blog-search-controls { flex-direction: column; }
  .blog-search-controls .btn { width: 100%; }
}
.blog-post-page .row.align-items-start {
  overflow: visible;
}
.blog-post-page aside {
  align-self: flex-start;
}
.blog-post-page .blog-sticky-help {
  position: sticky;
  top: 108px;
  max-width: 300px;
  margin-left: auto;
  padding: 1.6rem;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  box-shadow: 0 18px 45px rgba(13,59,102,.06);
}
.blog-sticky-help .blog-help-label {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-bottom: 1rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: #eaf5ff;
  border: 1px solid var(--bs-border-color);
  color: var(--bs-secondary);
  font-size: .74rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.blog-sticky-help h4 {
  margin-bottom: .75rem;
  font-size: 1.28rem;
  line-height: 1.18;
}
.blog-sticky-help p {
  font-size: .94rem;
  line-height: 1.65;
}
.blog-help-actions {
  display: grid;
  gap: .65rem;
  margin-top: 1.1rem;
}
.blog-help-actions .btn {
  width: 100%;
  padding: .78rem 1rem;
}
.blog-help-note {
  margin: 1rem 0 0;
  padding-top: .9rem;
  border-top: 1px solid var(--bs-border-color);
  color: var(--bs-gray);
  font-size: .84rem !important;
}
.blog-related {
  margin-top: 2.4rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.blog-related-head {
  margin-bottom: 1.25rem;
}
.blog-related-head > span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-bottom: .8rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: #eaf5ff;
  border: 1px solid var(--bs-border-color);
  color: var(--bs-secondary);
  font-size: .74rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.blog-related h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
}
.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--bs-border-color);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(13,59,102,.06);
}
.blog-related-grid .blog-related-card,
.blog-related-grid a {
  display: flex;
  flex-direction: column;
  min-height: 205px;
  padding: 1.65rem 1.5rem;
  border: 0;
  border-left: 1px solid var(--bs-border-color);
  border-radius: 0;
  background: #fff;
  color: var(--bs-primary);
  box-shadow: none;
  transition: background .2s ease, color .2s ease;
}
.blog-related-grid .blog-related-card:first-child,
.blog-related-grid a:first-child {
  border-left: 0;
}
.blog-related-grid .blog-related-card:hover,
.blog-related-grid a:hover {
  background: #f7fbff;
  color: var(--bs-primary);
}
.blog-related-card .related-category {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 1rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: #eaf5ff;
  border: 1px solid var(--bs-border-color);
  color: var(--bs-secondary);
  font-size: .76rem;
  line-height: 1;
  font-weight: 700;
}
.blog-related-card strong {
  display: block;
  margin-bottom: .65rem;
  color: var(--bs-primary);
  font-size: 1.08rem;
  line-height: 1.35;
}
.blog-related-card small {
  display: block;
  color: var(--bs-gray);
  font-size: .92rem;
  line-height: 1.55;
}
.blog-related-card .related-more {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--bs-secondary);
  font-size: .88rem;
  font-weight: 700;
}
.blog-related-card .related-more:after {
  content: " →";
}
@media (min-width: 992px) {
  .blog-post-page .col-lg-4.order-lg-2 {
    padding-left: 1.3rem;
  }
}
@media (max-width: 991px) {
  .blog-post-page .blog-sticky-help {
    position: static;
    top: auto;
    max-width: none;
    margin: 0 0 2rem;
  }
  .blog-related-grid {
    grid-template-columns: 1fr;
  }
  .blog-related-grid .blog-related-card,
  .blog-related-grid a {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid var(--bs-border-color);
  }
  .blog-related-grid .blog-related-card:first-child,
  .blog-related-grid a:first-child {
    border-top: 0;
  }
}
@media (max-width: 575px) {
  .blog-post-page .blog-sticky-help {
    padding: 1.35rem;
  }
  .blog-related-grid .blog-related-card,
  .blog-related-grid a {
    padding: 1.35rem;
  }
}
@media (min-width: 992px) {
  .blog-post-page .row.align-items-start {
    align-items: flex-start !important;
    overflow: visible !important;
  }
  .blog-post-page aside.col-lg-4,
  .blog-post-page aside.order-lg-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
    align-self: flex-start;
    z-index: 4;
  }
  .blog-post-page .blog-sticky-help {
    position: static !important;
    top: auto !important;
    max-width: 300px;
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .blog-post-page aside.col-lg-4,
  .blog-post-page aside.order-lg-2 {
    position: static !important;
    top: auto !important;
  }
  .blog-post-page .blog-sticky-help {
    position: static !important;
    top: auto !important;
    max-width: none;
    margin: 0 0 2rem;
  }
}
#billboard.hero-clean-bg {
  background-color: #eaf5ff;
  background-image: url("../images/hero-tech-bg.svg");
  background-repeat: no-repeat;
  background-position: right clamp(1.5rem, 7vw, 6.5rem) center;
  background-size: clamp(270px, 34vw, 520px) auto;
}
#billboard.hero-clean-bg .hero-wrap {
  width: 100%;
}
#billboard.hero-clean-bg .hero-wrap > .row {
  width: 100% !important;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#billboard.hero-clean-bg .hero-wrap > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
#billboard.hero-clean-bg .hero-text,
#billboard.hero-clean-bg .hero-actions,
#billboard.hero-clean-bg .hero-proof {
  position: relative;
  z-index: 2;
}
#billboard.hero-clean-bg:before,
#billboard.hero-clean-bg:after {
  opacity: .55;
}
@media (min-width: 992px) {
  #billboard.hero-clean-bg .hero-text {
    max-width: 690px;
  }
}
@media (max-width: 991.98px) {
  #billboard.hero-clean-bg {
    background-position: right -110px bottom 44px;
    background-size: 340px auto;
  }
  #billboard.hero-clean-bg .hero-wrap,
  #billboard.hero-clean-bg.page-hero .hero-wrap {
    padding-top: 4.1rem;
    padding-bottom: 5.9rem;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }
  #billboard.hero-clean-bg .container,
  #billboard.hero-clean-bg .hero-wrap,
  .page-hero .container.hero-wrap,
  .blog-index .container,
  .blog-post-page .container {
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
  }
  #billboard.hero-clean-bg {
    background-position: right -120px bottom 54px;
    background-size: 275px auto;
  }
  #billboard.hero-clean-bg:before { opacity: .45; }
  #billboard.hero-clean-bg:after { opacity: .35; }
  #billboard.hero-clean-bg .hero-wrap,
  #billboard.hero-clean-bg.page-hero .hero-wrap {
    padding-top: 3.1rem;
    padding-bottom: 5.15rem;
  }
}
@media (max-width: 360px) {
  #billboard.hero-clean-bg .container,
  #billboard.hero-clean-bg .hero-wrap,
  .page-hero .container.hero-wrap,
  .blog-index .container,
  .blog-post-page .container {
    padding-left: 1.15rem !important;
    padding-right: 1.15rem !important;
  }
}
@media (min-width: 992px) {
  .blog-post-page,
  .blog-post-page .container,
  .blog-post-page .row.align-items-start {
    overflow: visible !important;
  }
  .blog-post-page .row.align-items-start {
    position: relative;
  }
  .blog-post-page aside.col-lg-4.order-lg-2 {
    position: static !important;
    top: auto !important;
    align-self: flex-start;
    min-height: 1px;
  }
  .blog-post-page .blog-sticky-help {
    will-change: top, left;
  }
  .blog-help-placeholder {
    display: block;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .blog-post-page .blog-sticky-help {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    max-width: none;
    margin: 0 0 2rem !important;
  }
  .blog-help-placeholder { display: none !important; }
}
@media (min-width: 992px) {
  .blog-post-page,
  .blog-post-page .container,
  .blog-post-page .row.align-items-start {
    overflow: visible !important;
  }
  .blog-post-page aside.col-lg-4.order-lg-2 {
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;
  }
  .blog-post-page .blog-sticky-help.blog-help-floating {
    position: fixed !important;
    margin: 0 !important;
    transform: translateZ(0);
    will-change: top, left;
  }
  .blog-post-page .blog-sticky-help.blog-help-floating-bottom {
    transition: none;
  }
  .blog-post-page .blog-help-placeholder {
    display: block !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
@media (max-width: 991.98px) {
  .blog-post-page .blog-sticky-help,
  .blog-post-page .blog-sticky-help.blog-help-floating,
  .blog-post-page .blog-sticky-help.blog-help-floating-bottom {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 0 2rem !important;
    transform: none !important;
  }
  .blog-post-page .blog-help-placeholder {
    display: none !important;
  }
}
.seo-copy { padding-top: 40px; padding-bottom: 40px; }
.seo-copy-box { max-width: 980px; }
.seo-copy-box h2 { margin-bottom: 18px; }
.seo-copy-box p { margin-bottom: 14px; }
.privacy-policy-content h2 { margin-top: 1.75rem; }
.privacy-policy-content h2:first-child { margin-top: 0; }
.privacy-policy-content li { margin-bottom: .6rem; }
.privacy-policy-content ul, .privacy-policy-content ol { padding-left: 1.4rem; }
.blog-article-section a,
.blog-article p a,
.blog-article li a {
  color: var(--bs-secondary);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: .18em;
}
.blog-article-section a:hover,
.blog-article p a:hover,
.blog-article li a:hover {
  color: var(--bs-primary);
  text-decoration-thickness: 2px;
}
.blog-article-section {
  background: transparent;
  padding: 1.35rem 0 0;
  margin-top: 1.35rem;
  border-top: 1px solid rgba(13,59,102,.10);
}
.blog-article-section:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.blog-article-section h2 {
  font-size: clamp(1.45rem, 2.1vw, 2.05rem);
}
.blog-article-section p a {
  color: #1174c8;
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(17,116,200,.38);
  text-decoration-thickness: 1px;
  text-underline-offset: .14em;
}
.blog-article-section p a:hover {
  color: var(--bs-primary);
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
}
.blog-toc a,
.blog-related-grid a,
.blog-help-actions a {
  text-decoration: none;
}
.blog-post-page .blog-article-section {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(13, 59, 102, .10) !important;
  padding: 1.45rem 0 0 !important;
  margin-top: 1.45rem !important;
}
.blog-post-page .blog-article-section:first-of-type {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.blog-post-page .blog-article-section.blog-key-info {
  border-top: 0 !important;
  border-left: 3px solid rgba(21, 122, 213, .42) !important;
  border-radius: 0 18px 18px 0 !important;
  padding: 1.05rem 0 1.05rem 1.25rem !important;
  margin: 1.7rem 0 !important;
  background: transparent !important;
}
.blog-post-page .blog-article-section.blog-key-info h2 {
  margin-top: 0;
}
.blog-post-page .blog-article .blog-article-section a,
.blog-post-page .blog-article .blog-article-section p a {
  color: var(--bs-primary) !important;
  font-weight: inherit !important;
  text-decoration-line: underline !important;
  text-decoration-color: rgba(13, 59, 102, .28) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: .16em !important;
}
.blog-post-page .blog-article .blog-article-section a:hover,
.blog-post-page .blog-article .blog-article-section p a:hover {
  color: var(--bs-secondary) !important;
  text-decoration-color: currentColor !important;
}
.blog-post-page .blog-toc a,
.blog-post-page .blog-related-grid a,
.blog-post-page .blog-help-actions a {
  text-decoration: none !important;
}
#billboard .container.hero-wrap,
.page-hero .container.hero-wrap,
#billboard.hero-clean-bg .container.hero-wrap,
#billboard.hero-clean-bg.page-hero .container.hero-wrap {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
#billboard .container.hero-wrap > .row,
.page-hero .container.hero-wrap > .row,
#billboard.hero-clean-bg .container.hero-wrap > .row,
#billboard.hero-clean-bg.page-hero .container.hero-wrap > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767.98px) {
  #billboard .container.hero-wrap,
  .page-hero .container.hero-wrap,
  #billboard.hero-clean-bg .container.hero-wrap,
  #billboard.hero-clean-bg.page-hero .container.hero-wrap {
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
  }
  #billboard.hero-clean-bg {
    background-position: right -165px bottom 30px !important;
    background-size: 290px auto !important;
  }
}
@media (max-width: 575.98px) {
  #billboard .container.hero-wrap,
  .page-hero .container.hero-wrap,
  #billboard.hero-clean-bg .container.hero-wrap,
  #billboard.hero-clean-bg.page-hero .container.hero-wrap {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  #billboard.hero-clean-bg {
    background-position: right -150px bottom 38px !important;
    background-size: 245px auto !important;
  }
}
@media (max-width: 360px) {
  #billboard .container.hero-wrap,
  .page-hero .container.hero-wrap,
  #billboard.hero-clean-bg .container.hero-wrap,
  #billboard.hero-clean-bg.page-hero .container.hero-wrap {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
}
#footer {
  overflow: hidden;
}
#footer .container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 4vw, 1.75rem) !important;
  padding-right: clamp(1.25rem, 4vw, 1.75rem) !important;
}
#footer .footer-top {
  padding-top: clamp(2.8rem, 7vw, 3.8rem);
  padding-bottom: clamp(2.35rem, 6vw, 3rem);
}
#footer .footer-bottom .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  #footer .row.align-items-start {
    row-gap: 2rem !important;
  }
  #footer .col-lg-3,
  #footer .col-lg-5 {
    width: 100%;
  }
  #footer .footer-logo {
    width: min(220px, 70vw);
  }
  #footer .lead {
    max-width: 34rem;
  }
}
@media (max-width: 767.98px) {
  #footer .container {
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
  }
  #footer .row,
  #footer .footer-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #footer .row > *,
  #footer .footer-list > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #footer .btn {
    width: auto;
    max-width: 100%;
  }
  #footer .footer-list .col-6 {
    width: 100%;
    margin-top: 1.25rem;
  }
  #footer .footer-list .col-6:first-child {
    margin-top: 0;
  }
  #footer .powered-by {
    margin-top: .35rem;
  }
}
@media (max-width: 575.98px) {
  #footer .container {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  #footer .footer-top {
    padding-top: 2.65rem;
    padding-bottom: 2.35rem;
  }
}
@media (max-width: 360px) {
  #footer .container {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
}
@media (max-width: 991.98px) {
  #problem-map .problem-map-visual {
    display: none !important;
  }
}

.form-status {
  min-height: 1.35rem;
  padding: .8rem 1rem;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.45;
  outline: none;
}
.form-status:empty {
  display: none;
}
.form-status--pending {
  color: var(--bs-primary);
  background: #eef7ff;
  border-color: var(--bs-border-color);
}
.form-status--success {
  color: #11623a;
  background: #edf9f2;
  border-color: #b9e2ca;
}
.form-status--error {
  color: #9f1f1f;
  background: #fff1f1;
  border-color: #ffc9c9;
}
.zi-form[aria-busy="true"] [type="submit"] {
  cursor: wait;
  opacity: .72;
}
