body {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 42%, #ffffff 100%);
}

.contact-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 520px;
  padding: 92px max(28px, calc((100% - 1340px) / 2));
  background:
    linear-gradient(90deg, rgba(4, 20, 39, 0.9) 0%, rgba(4, 20, 39, 0.62) 52%, rgba(4, 20, 39, 0.18) 100%),
    url("../../assets/contactbanera.png") center / cover no-repeat,
    #07172c;
  overflow: hidden;
}

.contact-hero-content {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  color: #ffffff;
}

.contact-kicker,
.form-kicker {
  margin: 0 0 16px;
  color: #ffad16;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.contact-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(46px, 4.4vw, 72px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
}

.contact-hero p:not(.contact-kicker) {
  max-width: 590px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 18px;
  width: min(1280px, calc(100% - 48px));
  margin: 70px auto 88px;
}

.contact-cards article {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  align-content: center;
  gap: 0 22px;
  min-height: 190px;
  padding: 28px 28px 28px 24px;
  border: 1px solid rgba(16, 24, 39, 0.09);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(255, 173, 22, 0.14) 0 76px, transparent 77px),
    linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  color: #050505;
  box-shadow: 0 16px 38px rgba(13, 23, 35, 0.07);
  overflow: hidden;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-cards article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #ffd600, #ff8a00);
}

.contact-cards article:hover {
  border-color: rgba(255, 173, 22, 0.48);
  background:
    linear-gradient(90deg, rgba(255, 173, 22, 0.2) 0 76px, transparent 77px),
    linear-gradient(145deg, #fff8df 0%, #ffffff 100%);
  box-shadow: 0 22px 50px rgba(16, 24, 39, 0.11);
}

.contact-cards article:hover::before {
  opacity: 1;
}

.contact-cards span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  align-self: center;
  width: 64px;
  height: 64px;
  margin: 0;
  border: 1px solid rgba(255, 173, 22, 0.28);
  border-radius: 50%;
  background: #ffffff;
  color: #ffad16;
  box-shadow: 0 12px 24px rgba(255, 138, 0, 0.14);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.contact-cards article:hover span {
  border-color: #101827;
  background: #101827;
  color: #ffffff;
}

.contact-cards article:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(255, 214, 0, 0.18) 0 76px, transparent 77px),
    linear-gradient(145deg, #fffdf2 0%, #ffffff 100%);
}

.contact-cards article:nth-child(3) {
  background:
    linear-gradient(90deg, rgba(16, 24, 39, 0.08) 0 76px, transparent 77px),
    linear-gradient(145deg, #ffffff 0%, #f6f8fb 100%);
}

.contact-cards article:nth-child(4) {
  background:
    linear-gradient(90deg, rgba(255, 173, 22, 0.2) 0 76px, transparent 77px),
    linear-gradient(145deg, #fff7dc 0%, #ffffff 100%);
}

.contact-cards article:hover {
  background:
    linear-gradient(90deg, rgba(255, 173, 22, 0.22) 0 76px, transparent 77px),
    #ffffff;
}

.contact-cards svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
}

.contact-cards h2 {
  align-self: end;
  margin: 0 0 10px;
  color: #050505;
  font-size: clamp(21px, 1.55vw, 25px);
  line-height: 1.1;
  font-weight: 800;
}

.contact-cards a,
.contact-cards p {
  align-self: start;
  margin: 0;
  color: #44505c;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.contact-page-section {
  display: grid;
  grid-template-columns: minmax(480px, 630px) minmax(480px, 630px);
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 104px;
  padding: 22px;
  border-radius: 30px;
  background: #101827;
  box-shadow: 0 30px 70px rgba(16, 24, 39, 0.15);
}

.contact-page-form,
.contact-page-image {
  min-height: 660px;
  border-radius: 30px;
  overflow: hidden;
}

.contact-page-form {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 62px 54px 46px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 173, 22, 0.22) 0 160px, transparent 161px),
    linear-gradient(145deg, #111827 0%, #071827 100%);
}

.form-kicker {
  margin-bottom: 0;
  color: #ffad16;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.form-kicker::after {
  content: " //";
  color: #ffd600;
}

.contact-page-form h2 {
  max-width: 530px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(34px, 3.1vw, 44px);
  line-height: 1.16;
  font-weight: 500;
  letter-spacing: 0;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.contact-page-form label {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.contact-page-form input,
.contact-page-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: #ffffff;
  color: #101827;
  padding: 0 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  box-shadow: 0 10px 22px rgba(19, 24, 30, 0.04);
}

.contact-page-form textarea {
  min-height: 104px;
  padding-top: 16px;
  resize: vertical;
}

.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color: #a0a4aa;
}

.contact-page-form input:focus,
.contact-page-form textarea:focus {
  border-color: rgba(255, 173, 22, 0.8);
  box-shadow: 0 0 0 3px rgba(255, 173, 22, 0.18);
}

.contact-page-form button {
  width: fit-content;
  min-width: 170px;
  min-height: 48px;
  margin-top: -2px;
  border: 0;
  border-radius: 999px;
  background: #050505;
  color: #ffffff;
  padding: 0 28px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.24s ease, box-shadow 0.24s ease, color 0.24s ease;
}

.contact-page-form button:hover {
  background: #ffad16;
  color: #050505;
  box-shadow: 0 16px 30px rgba(255, 138, 0, 0.24);
}

.contact-page-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 660px;
  object-fit: cover;
  object-position: center;
}

.contact-page-image {
  border: 3px solid rgba(255, 173, 22, 0.5);
}

.map-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(520px, 1fr);
  gap: 28px;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 104px;
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 100%, rgba(255, 173, 22, 0.2) 0 150px, transparent 151px),
    linear-gradient(135deg, #101827 0%, #071827 100%);
  box-shadow: 0 26px 58px rgba(7, 24, 39, 0.16);
}

.map-content {
  align-self: center;
  padding: 26px 22px;
}

.map-content h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.08;
  font-weight: 400;
}

.map-content p:not(.contact-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700;
}

.map-frame {
  min-height: 430px;
  border: 8px solid rgba(255, 173, 22, 0.26);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(13, 23, 35, 0.12);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}

@media (max-width: 1120px) {
  .contact-cards {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .contact-page-section {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .map-section {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}

@media (max-width: 680px) {
  .contact-hero {
    min-height: 390px;
    padding: 66px 18px 86px;
  }

  .contact-cards {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
    margin: 48px auto 64px;
  }

  .contact-page-section {
    width: calc(100% - 36px);
    margin-bottom: 72px;
  }

  .contact-page-form,
  .contact-page-image,
  .contact-page-image img {
    min-height: auto;
  }

  .contact-page-form {
    padding: 42px 24px 34px;
  }

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

  .contact-page-image img {
    height: 420px;
  }

  .map-section {
    width: calc(100% - 36px);
    margin-bottom: 72px;
    padding: 18px;
  }

  .map-content {
    padding: 18px 8px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 340px;
  }
}

body {
  background: #eee7dc;
}

main {
  display: flex;
  flex-direction: column;
}

.contact-hero {
  order: 1;
  min-height: 250px;
  padding: 52px 24px 92px;
  background:
    linear-gradient(rgba(238, 231, 220, 0.8), rgba(238, 231, 220, 0.96)),
    url("../../assets/contact-cleaning-team.png") center 42% / cover no-repeat;
}

.contact-hero-content {
  text-align: center;
  color: #1f150f;
}

.contact-hero h1 {
  max-width: 820px;
  margin: 0 auto;
  color: #2a1b13;
  font-size: clamp(44px, 4.8vw, 72px);
}

.contact-hero p:not(.contact-kicker) {
  margin-left: auto;
  margin-right: auto;
  color: rgba(42, 27, 19, 0.74);
}

.contact-page-section {
  order: 2;
  grid-template-columns: minmax(520px, 2.1fr) minmax(270px, 0.85fr);
  gap: 0;
  width: min(1180px, calc(100% - 72px));
  margin: -44px auto 0;
  padding: 0;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(44, 30, 20, 0.18);
  overflow: hidden;
}

.contact-page-form,
.visit-panel {
  min-height: 440px;
  border-radius: 0;
}

.contact-page-form {
  gap: 14px;
  padding: 42px 48px 36px;
  background: #fffaf3;
}

.form-kicker {
  color: #d28a17;
}

.form-kicker::after {
  color: #ffad16;
}

.contact-page-form h2 {
  max-width: 560px;
  margin: 0 0 18px;
  color: #2a1b13;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.04;
  font-weight: 400;
}

.contact-page-form label {
  color: #49382d;
  font-size: 12px;
}

.contact-page-form input,
.contact-page-form textarea {
  min-height: 46px;
  border-color: rgba(42, 27, 19, 0.12);
  border-radius: 2px;
  background: #ffffff;
}

.contact-page-form textarea {
  min-height: 92px;
}

.contact-page-form button {
  min-width: 150px;
  min-height: 42px;
  border-radius: 0;
  background: #2a1b13;
  font-size: 12px;
}

.contact-page-form button:hover {
  background: #ffad16;
}

.visit-panel {
  position: relative;
  display: grid;
  align-content: center;
  padding: 42px 34px;
  background:
    radial-gradient(circle at 96% 96%, rgba(255, 255, 255, 0.08) 0 54px, transparent 55px),
    #2a1b13;
  color: #ffffff;
  overflow: hidden;
}

.visit-panel::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.visit-kicker {
  margin: 0 0 12px;
  color: #d99a35;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.visit-panel h2 {
  margin: 0 0 10px;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 400;
}

.visit-panel > p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.visit-list {
  display: grid;
  gap: 18px;
}

.visit-list div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 3px 12px;
}

.visit-list span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 173, 22, 0.12);
  color: #ffad16;
}

.visit-list svg {
  width: 20px;
  height: 20px;
}

.visit-list strong {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.visit-list small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.45;
}

.contact-cards {
  order: 3;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 12px;
  width: min(1180px, calc(100% - 72px));
  margin: 18px auto 0;
  padding: 18px;
  border-radius: 4px;
  background: #10294b;
  box-shadow: 0 18px 36px rgba(13, 32, 62, 0.22);
}

.contact-cards article,
.contact-cards article:nth-child(2),
.contact-cards article:nth-child(3),
.contact-cards article:nth-child(4),
.contact-cards article:hover {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 126px;
  padding: 18px 16px;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.contact-cards article::before {
  display: none;
}

.contact-cards span {
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  border: 0;
  border-radius: 8px;
  background: #ffad16;
  color: #ffffff;
  box-shadow: none;
}

.contact-cards svg {
  width: 18px;
  height: 18px;
}

.contact-cards h2 {
  margin: 0 0 6px;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}

.contact-cards a,
.contact-cards p {
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 600;
}

.map-section {
  order: 4;
  display: block;
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto 74px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 16px 34px rgba(44, 30, 20, 0.14);
}

.map-content {
  display: none;
}

.map-frame {
  min-height: 290px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.map-frame iframe {
  min-height: 290px;
}

.contact-cta {
  order: 5;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 14px;
  width: min(1040px, calc(100% - 96px));
  margin: 0 auto 74px;
  padding: 22px 30px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(17, 40, 30, 0.92), rgba(17, 40, 30, 0.92)),
    url("../../assets/contact-cleaning-team.png") center / cover no-repeat;
  box-shadow: 0 16px 36px rgba(17, 40, 30, 0.2);
}

.contact-cta .form-kicker {
  margin: 0 0 5px;
  color: #ffad16;
}

.contact-cta h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: 400;
}

.contact-cta p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.contact-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  background: #d99a35;
  color: #24170f;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-cta a:last-child {
  background: transparent;
  color: #ffffff;
}

@media (max-width: 980px) {
  .contact-page-section,
  .contact-cards,
  .map-section {
    width: min(760px, calc(100% - 36px));
  }

  .contact-page-section,
  .contact-cards,
  .contact-cta {
    grid-template-columns: 1fr;
  }

  .contact-cta {
    width: min(760px, calc(100% - 36px));
  }
}

body {
  background: #f7f3ea;
}

.contact-hero {
  min-height: 520px;
  padding: 86px 24px 150px;
  background:
    linear-gradient(90deg, rgba(9, 24, 39, 0.84) 0%, rgba(9, 24, 39, 0.5) 48%, rgba(255, 173, 22, 0.16) 100%),
    url("../../assets/contact-cleaning-team.png") center 45% / cover no-repeat;
}

.contact-hero::before {
  left: auto;
  right: 8%;
  bottom: -80px;
  width: 210px;
  height: 210px;
  background: rgba(255, 173, 22, 0.34);
}

.contact-hero::after {
  right: -90px;
  top: -90px;
  width: 270px;
  height: 270px;
  border: 26px solid rgba(255, 255, 255, 0.16);
}

.contact-hero-content {
  width: min(1180px, 100%);
  text-align: left;
  color: #ffffff;
}

.contact-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(52px, 5.8vw, 90px);
}

.contact-hero p:not(.contact-kicker) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.contact-cards {
  order: 2;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 72px));
  margin: -76px auto 92px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  z-index: 2;
}

.contact-cards article,
.contact-cards article:nth-child(2),
.contact-cards article:nth-child(3),
.contact-cards article:nth-child(4),
.contact-cards article:hover {
  display: block;
  min-height: 210px;
  padding: 30px 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 46px rgba(21, 32, 44, 0.14);
  backdrop-filter: blur(12px);
}

.contact-cards article::before {
  display: block;
  left: 26px;
  top: auto;
  bottom: 0;
  width: 62px;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ffad16, #ffd600);
}

.contact-cards span {
  width: 54px;
  height: 54px;
  margin: 0 0 24px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffad16, #ffd600);
  color: #111827;
  box-shadow: 0 12px 26px rgba(255, 138, 0, 0.22);
}

.contact-cards article:hover span {
  background: #111827;
  color: #ffffff;
}

.contact-cards svg {
  width: 27px;
  height: 27px;
}

.contact-cards h2 {
  margin: 0 0 12px;
  color: #111827;
  text-align: left;
  font-size: 23px;
  text-transform: none;
}

.contact-cards a,
.contact-cards p {
  color: #58606b;
  text-align: left;
  font-size: 14px;
  line-height: 1.55;
}

.contact-page-section {
  order: 3;
  grid-template-columns: minmax(520px, 0.95fr) minmax(420px, 0.78fr);
  gap: 0;
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto 92px;
  padding: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 62px rgba(21, 32, 44, 0.12);
  overflow: hidden;
}

.contact-page-form {
  min-height: 640px;
  padding: 62px 58px;
  background:
    radial-gradient(circle at 0 100%, rgba(255, 173, 22, 0.12) 0 140px, transparent 141px),
    #ffffff;
}

.contact-page-form h2 {
  color: #111827;
  font-size: clamp(40px, 3.8vw, 58px);
}

.contact-page-form label {
  color: #263241;
  font-size: 13px;
  font-weight: 800;
}

.contact-page-form input,
.contact-page-form textarea {
  min-height: 56px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
}

.contact-page-form textarea {
  min-height: 132px;
}

.contact-page-form button {
  min-height: 54px;
  border-radius: 999px;
  background: #ffad16;
  color: #111827;
}

.contact-page-form button:hover {
  background: #111827;
  color: #ffffff;
}

.visit-panel {
  min-height: 640px;
  padding: 62px 48px;
  background:
    linear-gradient(rgba(17, 24, 39, 0.74), rgba(17, 24, 39, 0.78)),
    url("../../assets/contact-cleaning-team.png") center / cover no-repeat;
}

.visit-panel h2 {
  font-size: clamp(38px, 3.2vw, 54px);
}

.visit-panel > p {
  font-size: 15px;
}

.visit-list {
  margin-top: 28px;
  gap: 22px;
}

.visit-list div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.map-section {
  order: 4;
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) 1fr;
  gap: 0;
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto 78px;
  border-radius: 24px;
  background: #111827;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(21, 32, 44, 0.14);
}

.map-content {
  display: block;
  padding: 44px 36px;
}

.map-frame {
  min-height: 420px;
  border: 0;
  border-radius: 0;
}

.map-frame iframe {
  min-height: 420px;
}

.contact-cta {
  order: 5;
  width: min(1080px, calc(100% - 72px));
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 173, 22, 0.96), rgba(255, 214, 0, 0.84)),
    url("../../assets/contact-cleaning-team.png") center / cover no-repeat;
}

.contact-cta h2,
.contact-cta p,
.contact-cta .form-kicker {
  color: #111827;
}

.contact-cta a {
  background: #111827;
  color: #ffffff;
}

.contact-cta a:last-child {
  border-color: rgba(17, 24, 39, 0.2);
  color: #111827;
}

@media (max-width: 980px) {
  .contact-cards,
  .contact-page-section,
  .map-section,
  .contact-cta {
    width: min(760px, calc(100% - 36px));
  }

  .contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page-section,
  .map-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .contact-cards {
    grid-template-columns: 1fr;
    margin-top: -56px;
  }

  .contact-page-form,
  .visit-panel {
    min-height: auto;
    padding: 38px 24px;
  }

  .contact-cta {
    grid-template-columns: 1fr;
  }
}

/* Contact page final polish */
body {
  background: #f8f4ec;
}

.contact-hero {
  min-height: 520px;
  padding: 92px max(28px, calc((100% - 1340px) / 2));
  background:
    linear-gradient(90deg, rgba(4, 20, 39, 0.9) 0%, rgba(4, 20, 39, 0.62) 52%, rgba(4, 20, 39, 0.18) 100%),
    url("../../assets/contactbanera.png") center / cover no-repeat,
    #07172c;
}

.contact-hero::before,
.contact-hero::after {
  content: none;
}

.contact-hero-content {
  width: min(920px, 100%);
  text-align: left;
}

.contact-kicker {
  color: #ffad16;
}

.contact-hero h1 {
  max-width: 900px;
  color: #ffffff;
  font-size: clamp(46px, 4.4vw, 72px);
  line-height: 1.05;
}

.contact-hero p:not(.contact-kicker) {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
}

.contact-cards {
  order: 2;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 18px;
  width: min(1120px, calc(100% - 56px));
  margin: -68px auto 74px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  z-index: 2;
}

.contact-cards article,
.contact-cards article:nth-child(2),
.contact-cards article:nth-child(3),
.contact-cards article:nth-child(4),
.contact-cards article:hover {
  display: block;
  min-height: 188px;
  padding: 28px 24px 24px;
  border: 1px solid rgba(255, 173, 22, 0.18);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(24, 32, 42, 0.1);
}

.contact-cards article::before {
  display: block;
  left: 24px;
  right: auto;
  top: auto;
  bottom: 0;
  width: 54px;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: #ffad16;
}

.contact-cards span {
  width: 52px;
  height: 52px;
  margin: 0 0 22px;
  border: 0;
  border-radius: 14px;
  background: #fff1c6;
  color: #ff9b00;
  box-shadow: none;
}

.contact-cards article:hover span {
  background: #ffad16;
  color: #ffffff;
}

.contact-cards h2 {
  margin: 0 0 11px;
  color: #101827;
  text-align: left;
  font-size: 22px;
  line-height: 1.12;
  text-transform: none;
}

.contact-cards a,
.contact-cards p {
  color: #59636f;
  text-align: left;
  font-size: 13px;
  line-height: 1.55;
}

.contact-page-section {
  order: 3;
  grid-template-columns: minmax(520px, 1fr) minmax(360px, 0.62fr);
  gap: 0;
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto 78px;
  padding: 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(24, 32, 42, 0.11);
  overflow: hidden;
}

.contact-page-form {
  min-height: 620px;
  padding: 58px 56px 48px;
  background:
    radial-gradient(circle at 0 100%, rgba(255, 173, 22, 0.11) 0 140px, transparent 141px),
    #ffffff;
}

.form-kicker {
  color: #ff9b00;
}

.form-kicker::after {
  color: #ffad16;
}

.contact-page-form h2 {
  max-width: 560px;
  color: #101827;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(38px, 3.4vw, 56px);
  line-height: 1.06;
  font-weight: 400;
}

.contact-page-form h2 span {
  display: block;
}

.contact-page-form label {
  color: #263241;
  font-size: 13px;
  font-weight: 800;
}

.contact-page-form input,
.contact-page-form textarea {
  min-height: 56px;
  border: 1px solid #e7e2d8;
  border-radius: 8px;
  background: #fbfaf7;
  box-shadow: none;
}

.contact-page-form textarea {
  min-height: 132px;
}

.contact-page-form button {
  min-width: 176px;
  min-height: 52px;
  border-radius: 999px;
  background: #101827;
  color: #ffffff;
}

.contact-page-form button:hover {
  background: #ffad16;
  color: #101827;
}

.visit-panel {
  min-height: 620px;
  padding: 58px 42px;
  background:
    radial-gradient(circle at 94% 12%, rgba(255, 255, 255, 0.2) 0 58px, transparent 59px),
    linear-gradient(160deg, #ffad16 0%, #ffd600 100%);
  color: #101827;
}

.visit-kicker,
.visit-panel h2,
.visit-panel > p,
.visit-list strong,
.visit-list small {
  color: #101827;
}

.visit-panel h2 {
  font-size: clamp(34px, 3vw, 50px);
}

.visit-list div {
  border: 1px solid rgba(16, 24, 39, 0.12);
  background: rgba(255, 255, 255, 0.42);
}

.visit-list span {
  background: #101827;
  color: #ffffff;
}

.map-section {
  order: 4;
  grid-template-columns: minmax(300px, 0.38fr) 1fr;
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto 74px;
  border-radius: 18px;
  background: #101827;
  box-shadow: 0 22px 56px rgba(24, 32, 42, 0.12);
}

.map-content {
  display: block;
  padding: 44px 34px;
}

.map-frame,
.map-frame iframe {
  min-height: 390px;
}

.contact-cta {
  order: 5;
  display: grid;
  grid-template-columns: 300px 1fr auto;
  gap: 34px;
  align-items: center;
  width: min(1120px, calc(100% - 56px));
  min-height: 230px;
  margin: 0 auto 86px;
  padding: 18px 28px 18px 18px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 173, 22, 0.18), transparent 28%),
    linear-gradient(135deg, #07172c 0%, #0b2c47 58%, #07172c 100%);
  color: #ffffff;
  box-shadow: 0 26px 58px rgba(7, 23, 44, 0.22);
}

.contact-cta img {
  width: 100%;
  height: 194px;
  border-radius: 10px;
  object-fit: contain;
  object-position: center bottom;
}

.contact-cta .form-kicker {
  margin: 0 0 8px;
  color: #ffad16;
  font-size: 24px;
  line-height: 1.1;
}

.contact-cta h2 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.08;
  font-weight: 400;
}

.contact-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.contact-cta-points span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.contact-cta-points span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #ffbd21;
}

.contact-cta a.quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #f6d500;
  color: #050505;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255, 214, 0, 0.22);
  text-transform: none;
}

.contact-cta a.quote-button:hover,
.contact-cta a.quote-button:focus-visible {
  background: #ffffff;
  color: #07172c;
}

@media (max-width: 980px) {
  .contact-cards,
  .contact-page-section,
  .map-section,
  .contact-cta {
    width: min(760px, calc(100% - 36px));
  }

  .contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page-section,
  .map-section,
  .contact-cta {
    grid-template-columns: 1fr;
  }

  .contact-cta {
    gap: 18px;
  }

  .contact-cta img {
    height: 220px;
    object-fit: contain;
    object-position: center bottom;
  }
}

@media (max-width: 620px) {
  .contact-hero {
    min-height: 560px;
    align-items: start;
    padding: 48px 18px 190px;
    background:
      linear-gradient(180deg, rgba(4, 20, 39, 0.98) 0%, rgba(4, 20, 39, 0.96) 58%, rgba(4, 20, 39, 0.5) 100%),
      url("../../assets/contactbanera.png") center bottom / 100% auto no-repeat,
      #07172c;
  }

  .contact-hero-content {
    max-width: 340px;
  }

  .contact-kicker {
    margin-bottom: 14px;
    font-size: 30px;
  }

  .contact-hero h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .contact-hero p:not(.contact-kicker) {
    max-width: 315px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 600;
  }

  .contact-cards {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
    margin: 28px auto 54px;
    gap: 14px;
  }

  .contact-cards article,
  .contact-cards article:nth-child(2),
  .contact-cards article:nth-child(3),
  .contact-cards article:nth-child(4),
  .contact-cards article:hover {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 0 16px;
    min-height: 118px;
    padding: 22px 20px;
    border-radius: 16px;
  }

  .contact-cards span {
    grid-row: span 2;
    width: 52px;
    height: 52px;
    margin: 0;
  }

  .contact-cards h2 {
    align-self: end;
    margin-bottom: 7px;
    font-size: 20px;
  }

  .contact-cards a,
  .contact-cards p {
    align-self: start;
    overflow-wrap: anywhere;
  }

  .contact-page-form,
  .visit-panel {
    min-height: auto;
    padding: 38px 24px;
  }

  .contact-page-form h2 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(29px, 8.5vw, 34px);
    line-height: 1.08;
  }

  .contact-page-form h2 span {
    display: block;
  }

  .map-section {
    width: calc(100% - 36px);
    margin: 0 auto 58px;
    padding: 14px;
    border-radius: 18px;
    gap: 12px;
    background: #101827;
  }

  .map-content {
    padding: 22px 18px 20px;
  }

  .map-content .contact-kicker {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .map-content h2 {
    max-width: 270px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.08;
  }

  .map-content p:not(.contact-kicker) {
    max-width: 280px;
    font-size: 15px;
    line-height: 1.55;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 250px;
  }

  .map-frame {
    border-width: 4px;
    border-radius: 14px;
  }

  .contact-cta {
    width: calc(100% - 36px);
    margin: 0 auto 58px;
    padding: 16px;
    border-radius: 18px;
    gap: 16px;
    background:
      radial-gradient(circle at 90% 8%, rgba(255, 173, 22, 0.16), transparent 30%),
      linear-gradient(145deg, #07172c 0%, #0b2c47 100%);
  }

  .contact-cta img {
    height: 178px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    object-fit: contain;
    object-position: center bottom;
  }

  .contact-cta .form-kicker {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.12;
    letter-spacing: 1px;
  }

  .contact-cta h2 {
    max-width: 270px;
    font-size: 28px;
    line-height: 1.08;
  }

  .contact-cta-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 14px;
  }

  .contact-cta-points span {
    font-size: 13px;
    line-height: 1.3;
  }

  .contact-cta a.quote-button {
    width: 100%;
    min-height: 48px;
    margin-top: 4px;
  }
}

.contact-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-items: stretch;
  gap: 28px;
  width: min(1120px, calc(100% - 72px));
  min-height: auto;
  margin: 0 auto 86px;
  padding: 28px 30px;
  border-radius: 22px;
  background: #07172c;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 26px 58px rgba(7, 23, 44, 0.22);
}

.contact-cta h2 {
  max-width: 340px;
  margin: 0;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.08;
  font-weight: 700;
}

.contact-cta p {
  max-width: 520px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.contact-cta a.quote-button {
  width: auto;
  min-width: 170px;
  min-height: 52px;
  margin-top: 0;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffbd21, #ff990f);
  color: #050505;
  box-shadow: 0 14px 28px rgba(255, 159, 14, 0.24);
  text-transform: none;
}

@media (max-width: 620px) {
  .contact-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(430px, calc(100% - 36px));
    padding: 28px 24px;
    text-align: center;
  }

  .contact-cta p {
    max-width: 320px;
    margin: 16px auto 0;
  }

  .contact-cta a.quote-button {
    width: min(300px, 100%);
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  .contact-hero {
    min-height: 520px;
    display: grid;
    align-items: center;
    padding: 64px 20px;
    background:
      linear-gradient(90deg, rgba(4, 20, 39, 0.9) 0%, rgba(4, 20, 39, 0.62) 52%, rgba(4, 20, 39, 0.18) 100%),
      url("../../assets/contactbanera.png") center / cover no-repeat,
      #07172c;
  }

  .contact-hero-content {
    max-width: 100%;
    color: #ffffff;
    text-align: left;
  }

  .contact-kicker {
    margin-bottom: 12px;
    font-size: clamp(25px, 8vw, 34px);
  }

  .contact-hero h1 {
    max-width: 100%;
    color: #ffffff;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }

  .contact-hero p:not(.contact-kicker) {
    max-width: 315px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 1120px) {
  .contact-page-section {
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 36px));
    margin-bottom: 72px;
    overflow: hidden;
  }

  .contact-page-form,
  .visit-panel {
    min-height: auto;
  }

  .contact-page-form {
    padding: 46px 36px 38px;
  }

  .contact-page-form h2 span {
    display: block;
  }

  .visit-panel {
    padding: 42px 36px;
  }

  .contact-page-form.reveal-on-scroll,
  .visit-panel.reveal-on-scroll {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (max-width: 620px) {
  .contact-page-section {
    width: calc(100% - 28px);
  }

  .contact-page-form,
  .visit-panel {
    padding: 34px 20px;
  }

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

@media (max-width: 1120px) {
  .contact-hero {
    min-height: 520px;
    background:
      linear-gradient(90deg, rgba(4, 20, 39, 0.94) 0%, rgba(4, 20, 39, 0.72) 52%, rgba(4, 20, 39, 0.2) 100%),
      url("../../assets/contactbanera.png") right center / auto 100% no-repeat,
      #07172c;
  }
}

@media (max-width: 700px) {
  .contact-hero {
    min-height: 520px;
    padding: 64px 20px 180px;
    background:
      linear-gradient(180deg, rgba(4, 20, 39, 0.98) 0%, rgba(4, 20, 39, 0.92) 58%, rgba(4, 20, 39, 0.48) 100%),
      url("../../assets/contactbanera.png") right center / auto 100% no-repeat,
      #07172c;
  }
}
