* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #ffffff;
  color: #0b1222;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  background-color: #071838;
  border-bottom: 2px solid #0c2556;
  padding: 14px 0;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
}

.brand-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #f28c28;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 18px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.cta-button:hover,
.cta-button:focus-visible {
  background-color: #f59a3d;
}

.cta-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.hero {
  position: relative;
  min-height: 620px;
  background-image: url("images/6ef1dba4-131781423-176322530871786-1151477771569236742-n_10000000n00f800001001o.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(3, 12, 32, 0.65), rgba(3, 12, 32, 0.35));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
  gap: 32px;
  align-items: center;
  padding: 80px 0;
}

.hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.hero-copy p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
}

.hero-body {
  display: grid;
  gap: 16px;
}

.hero-lead {
  display: none;
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  color: #1c2543;
}

.hero-card {
  background-color: rgba(214, 220, 233, 0.92);
  color: #0b1222;
  padding: 22px;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(9, 17, 35, 0.35);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-card .form-top-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #1c2543;
}

.form-top-text__highlight {
  font-weight: 800;
  color: #071838;
}

.hero-card h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.hero-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.hero-card .hero-lead {
  font-size: 21px;
  line-height: 1.5;
}

.hero-lead-highlight {
  color: #071838;
  font-weight: 800;
}

.hero-card label {
  display: block;
}

.hero-card input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #c5cada;
  font-size: 14px;
}

.form-button {
  border: none;
  background-color: #f28c28;
  color: #ffffff;
  font-weight: 800;
  font-size: 18px;
  padding: 12px 16px;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.form-button:hover,
.form-button:focus-visible {
  background-color: #f59a3d;
}

.hero-tags {
  margin: 0;
  font-weight: 700;
  color: #0c2556;
}

.form-status {
  font-size: 13px;
  font-weight: 600;
}

.form-status[data-state="loading"] {
  color: #304ffe;
}

.form-status[data-state="success"] {
  color: #0b6b2a;
}

.form-status[data-state="error"] {
  color: #b00020;
}

.bar {
  background-color: #071838;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.bar-content {
  text-align: center;
  padding: 16px 0;
  font-size: 18px;
}

.section {
  padding: 72px 0;
}

.section-header h2 {
  margin: 0 0 48px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.5px;
  color: #0b1a33;
}

.section-services .section-header h2 {
  font-size: 21px !important;
}

.section-header p {
  margin: -32px auto 0;
  text-align: center;
  max-width: 560px;
  color: #1f2a44;
}

.section-why {
  background: #f9fcff;
}

.section-why .section__title {
  text-align: center;
  margin: 0 0 24px;
  font-size: 22px;
  letter-spacing: 0.4px;
  color: #0b1a33;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 48px 40px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.feature-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 10px;
  text-align: left;
  box-shadow: none;
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-template-areas:
    "icon title"
    "icon text";
  align-items: start;
  column-gap: 16px;
  row-gap: 6px;
}

.feature-card__icon {
  margin-bottom: 0;
  grid-area: icon;
  align-self: start;
}

.feature-card__icon img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.feature-card h3 {
  margin: 0 0 6px;
  font-size: 20px;
  color: #0b1a33;
  grid-area: title;
  text-align: center;
}

.feature-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #1f2a44;
  grid-area: text;
  text-align: center;
}

.section-work {
  background-color: #071838;
  color: #ffffff;
}

.section-header--light h2 {
  color: #ffffff;
}

.section-header--light p {
  color: rgba(255, 255, 255, 0.8);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.work-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(6, 12, 24, 0.35);
}

.section-services {
  background-color: #ffffff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #0b1a33;
}

.service-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.service-label {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  background-color: #071838;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 6px;
  text-align: center;
  max-width: 80%;
}

.section-steps {
  position: relative;
  background-image: url("images/5c25b0d7-122442855-1791743541004333-314187316994162916-o_10000001400j800001n01o.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.steps-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 10, 24, 0.75), rgba(4, 10, 24, 0.55));
}

.steps-content {
  position: relative;
  z-index: 1;
}

.steps-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.step-card {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.step-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.35));
}

.step-card h3 {
  margin: 0;
  font-size: 19px;
  letter-spacing: 0.4px;
}

.step-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.section-reviews {
  background-color: #ffffff;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
  justify-items: center;
}

.review-card {
  width: min(420px, 100%);
  border-radius: 26px;
  padding: 28px 26px;
  text-align: center;
  display: grid;
  gap: 16px;
  box-shadow: 0 12px 24px rgba(6, 12, 24, 0.2);
}

.review-card--dark {
  background-color: #071838;
  color: #ffffff;
}

.review-card--light {
  background-color: #a6abb6;
  color: #ffffff;
}

.review-avatar {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  object-fit: cover;
  margin: 0 auto;
}

.review-card h3 {
  margin: 0;
  font-size: 22px;
}

.review-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.section-location {
  position: relative;
  background-image: url("images/c425a879-119175527-1750700958441925-930868450109731145-o_10000001400k000001901o.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.location-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 20, 0.68);
}

.location-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}

.location-map {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(5, 10, 20, 0.4);
}

.location-map iframe {
  width: 100%;
  height: 340px;
  display: block;
}

.location-copy {
  text-align: center;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.location-subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.location-copy p {
  margin: 0;
  font-size: 20px;
}

.location-copy h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
}

.cta-button--large {
  padding: 14px 26px;
  font-size: 18px;
}

.site-footer {
  background-color: #ffffff;
  color: #1f2a44;
  padding: 18px 0 26px;
}

.footer-content {
  text-align: center;
  font-size: 14px;
}

.footer-content p {
  margin: 0;
}

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .section-services .section-header h2 {
    font-size: 21px;
  }

  .feature-card {
    text-align: center;
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "icon"
      "text";
    row-gap: 8px;
  }

  .feature-card__icon {
    align-self: center;
  }

  .feature-card h3,
  .feature-card p {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .section-steps {
    background-color: #071838;
    background-image: none;
  }
  .hero .container {
    width: 100%;
  }

  .hero {
    background: none;
  }

  .hero-overlay {
    display: none;
  }

  .header-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .brand {
    justify-content: center;
    text-align: center;
  }

  .cta-button {
    width: 100%;
    justify-content: center;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 0 56px;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy h1 {
    order: 1;
    margin: 0;
    min-height: 320px;
    padding: 18px 20px 16px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-size: 24px;
    background-image: linear-gradient(
        120deg,
        rgba(3, 12, 32, 0.65),
        rgba(3, 12, 32, 0.35)
      ),
      url("images/6ef1dba4-131781423-176322530871786-1151477771569236742-n_10000000n00f800001001o.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 0;
  }

  .hero-card {
    order: 2;
  }

  .hero-body {
    order: 3;
    color: #1f2a44;
    text-align: center;
    font-size: 18px;
    padding: 0 20px;
  }

  .hero-body p {
    margin: 0;
  }

  .hero-copy p {
    font-size: 18px;
  }

  .hero-body-secondary {
    display: none;
  }

  .hero-lead {
    display: block;
  }

  .hero-card .form-top-text {
    font-size: 21px;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .section-work .section-header h2 {
    font-size: 21px;
  }

  .section-work .section-header p {
    font-size: 18px;
  }

  .section-services .section-header h2 {
    font-size: 25px !important;
  }

  .service-label {
    font-size: 18px;
  }

  .location-content {
    grid-template-columns: 1fr;
  }

  .location-map iframe {
    height: 280px;
  }
}
