.contact-page-breadcrumb .breadcumb-wrapper::before {
  background: linear-gradient(180deg, rgba(10, 46, 37, 0.58), rgba(14, 60, 49, 0.76));
}

.contact-page-social-band {
  position: relative;
  padding: 72px 0 12px;
  background:
    radial-gradient(circle at 8% 16%, rgba(168, 220, 81, 0.14), transparent 18%),
    radial-gradient(circle at 92% 18%, rgba(46, 140, 100, 0.14), transparent 20%),
    linear-gradient(180deg, #f6faf5 0%, #eff6f0 100%);
}

.contact-page-social-band__head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.contact-page-social-band__kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 103, 78, 0.08);
  color: #11674e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-social-band__head h2 {
  margin: 0 0 12px;
  color: #15362c;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.1;
}

.contact-page-social-band__head p {
  margin: 0;
  color: #657c73;
  font-size: 16px;
  line-height: 1.75;
}

.contact-page-social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px;
}

.contact-page-social-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 164px;
  padding: 20px;
  border-radius: 28px;
  border: 2px dashed rgba(17, 103, 78, 0.16);
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  box-shadow: 0 22px 48px rgba(17, 42, 31, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-page-social-card:hover,
.contact-page-social-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 28px 54px rgba(17, 42, 31, 0.12);
}

.contact-page-social-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 26px;
  font-size: 42px;
  background: rgba(17, 103, 78, 0.08);
}

.contact-page-social-card strong {
  color: #17392f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.contact-page-social-card--mail .contact-page-social-card__icon {
  color: #ea4335;
  background: rgba(234, 67, 53, 0.1);
}

.contact-page-social-card--facebook .contact-page-social-card__icon {
  color: #1877f2;
  background: rgba(24, 119, 242, 0.1);
}

.contact-page-social-card--instagram .contact-page-social-card__icon {
  color: #e4405f;
  background: rgba(228, 64, 95, 0.1);
}

.contact-page-social-card--twitter .contact-page-social-card__icon {
  color: #111111;
  background: rgba(17, 17, 17, 0.08);
}

.contact-page-social-card--linkedin .contact-page-social-card__icon {
  color: #0a66c2;
  background: rgba(10, 102, 194, 0.1);
}

.contact-page-social-card--youtube .contact-page-social-card__icon {
  color: #ff0033;
  background: rgba(255, 0, 51, 0.1);
}

.contact-page-social-card--whatsapp .contact-page-social-card__icon {
  color: #25d366;
  background: rgba(37, 211, 102, 0.12);
}

.contact-page-social-card--mail:hover {
  border-color: rgba(234, 67, 53, 0.34);
}

.contact-page-social-card--facebook:hover {
  border-color: rgba(24, 119, 242, 0.34);
}

.contact-page-social-card--instagram:hover {
  border-color: rgba(228, 64, 95, 0.34);
}

.contact-page-social-card--twitter:hover {
  border-color: rgba(17, 17, 17, 0.2);
}

.contact-page-social-card--linkedin:hover {
  border-color: rgba(10, 102, 194, 0.34);
}

.contact-page-social-card--youtube:hover {
  border-color: rgba(255, 0, 51, 0.34);
}

.contact-page-social-card--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.34);
}

.contact-page-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 48px;
  background:
    radial-gradient(circle at 12% 18%, rgba(180, 232, 85, 0.22), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(46, 140, 100, 0.22), transparent 28%),
    linear-gradient(180deg, #f7fbf5 0%, #edf6ee 100%);
}

.contact-page-hero__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.contact-page-hero__content {
  padding: 18px 6px 18px 0;
}

.contact-page-hero__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(17, 103, 78, 0.08);
  color: #11674e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-page-hero__content h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #13352a;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.contact-page-hero__content p {
  max-width: 660px;
  margin: 0;
  color: #557168;
  font-size: 18px;
  line-height: 1.75;
}

.contact-page-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-page-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 103, 78, 0.08);
  color: #174539;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(20, 53, 43, 0.06);
}

.contact-page-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.contact-page-stat {
  padding: 20px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 34px rgba(20, 53, 43, 0.08);
}

.contact-page-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #0f4b3c;
  font-family: 'Outfit', sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.contact-page-stat span {
  display: block;
  color: #647b72;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.contact-page-hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(160deg, rgba(17, 103, 78, 0.98), rgba(12, 63, 51, 0.96)),
    linear-gradient(180deg, #11674e, #14352b);
  box-shadow: 0 36px 70px rgba(14, 36, 28, 0.24);
  overflow: hidden;
}

.contact-page-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.contact-page-orb--one {
  top: -50px;
  right: -50px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(232, 255, 184, 0.92), rgba(124, 203, 95, 0.35) 45%, rgba(124, 203, 95, 0) 70%);
}

.contact-page-orb--two {
  bottom: -72px;
  left: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 68%);
}

.contact-page-hero-card,
.contact-page-hero-badge {
  position: relative;
  z-index: 1;
}

.contact-page-hero-card {
  max-width: 340px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.contact-page-hero-card__eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-hero-card strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
}

.contact-page-hero-card p {
  margin: 0;
  color: rgba(235, 244, 239, 0.78);
  font-size: 15px;
  line-height: 1.72;
}

.contact-page-hero-badge {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #164237;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 20px 34px rgba(8, 24, 18, 0.2);
}

.contact-page-hero-badge i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #85bf18, #2e8c64);
  color: #fff;
}

#contact.contact-section.contact-info-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #edf6ee 0%, #f8fbf8 36%, #ffffff 100%);
}

.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 28px;
  align-items: start;
}

.contact-page-sidebar {
  display: grid;
  gap: 22px;
}

.contact-page-panel {
  border-radius: 30px;
  box-shadow: 0 28px 60px rgba(17, 42, 31, 0.08);
}

.contact-page-panel--primary {
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(168, 220, 81, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4faf4 100%);
  border: 1px solid rgba(17, 103, 78, 0.08);
}

.contact-page-panel--secondary {
  padding: 22px;
  background: linear-gradient(145deg, #133e32, #0e3027);
  color: #fff;
}

.contact-page-panel__kicker {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 103, 78, 0.08);
  color: #11674e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-panel--primary h2 {
  margin: 0 0 14px;
  color: #13352a;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.1;
}

.contact-page-panel--primary > p {
  margin: 0 0 28px;
  color: #5f776e;
  font-size: 16px;
  line-height: 1.8;
}

.contact-page-contact-list {
  display: grid;
  gap: 16px;
}

.contact-page-contact-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 103, 78, 0.08);
}

.contact-page-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(133, 191, 24, 0.18), rgba(46, 140, 100, 0.16));
  color: #11674e;
  font-size: 20px;
}

.contact-page-contact-item span {
  display: block;
  margin-bottom: 5px;
  color: #758b82;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-contact-item strong,
.contact-page-contact-item strong a {
  color: #17392f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.contact-page-contact-item small {
  display: block;
  margin-top: 6px;
  color: #6b8078;
  font-size: 13px;
  line-height: 1.6;
}

.contact-page-panel__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.contact-page-panel__row i {
  font-size: 24px;
  color: #9ed56d;
}

.contact-page-panel__label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-panel__row strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.contact-page-panel__row p {
  margin: 0;
  color: rgba(238, 246, 241, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.contact-page-panel__divider {
  height: 1px;
  margin: 18px 0;
  background: rgba(255, 255, 255, 0.1);
}

.contact-page-form-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(168, 220, 81, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 249, 0.92));
  border: 1px solid rgba(17, 103, 78, 0.08);
  box-shadow: 0 32px 68px rgba(17, 42, 31, 0.1);
}

.contact-page-form-card__head {
  margin-bottom: 28px;
}

.contact-page-form-card__kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 103, 78, 0.08);
  color: #11674e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-form-card__head h3 {
  margin: 0 0 10px;
  color: #15362c;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.1;
}

.contact-page-form-card__head p {
  max-width: 640px;
  margin: 0;
  color: #627970;
  font-size: 16px;
  line-height: 1.75;
}

.contact-page-honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.contact-page-field {
  display: block;
}

.contact-page-field > span {
  display: block;
  margin-bottom: 10px;
  color: #24493d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.contact-page-field__control {
  position: relative;
}

.contact-page-field__control i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #749087;
  font-size: 15px;
  pointer-events: none;
  z-index: 2;
}

.contact-page-field__control--textarea i {
  top: 22px;
  transform: none;
}

.contact-page-form .form-control {
  min-height: 60px;
  padding: 0 18px 0 50px;
  border: 1px solid rgba(17, 103, 78, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #17392f;
  font-size: 15px;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.contact-page-form .form-control::placeholder {
  color: #94a6a0;
}

.contact-page-form .form-control:focus {
  border-color: rgba(46, 140, 100, 0.7);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(46, 140, 100, 0.1);
  transform: translateY(-1px);
}

.contact-page-form textarea.form-control {
  min-height: 170px;
  padding-top: 18px;
  padding-bottom: 18px;
  resize: vertical;
}

.contact-page-submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 6px;
}

.contact-page-submit-row p {
  flex: 1 1 280px;
  margin: 0;
  color: #738a81;
  font-size: 13px;
  line-height: 1.7;
}

.contact-page-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 26px;
  border: none;
  border-radius: 18px;
  background: linear-gradient(135deg, #85bf18 0%, #2e8c64 100%);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 20px 38px rgba(46, 140, 100, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.contact-page-submit:hover,
.contact-page-submit:focus {
  transform: translateY(-2px);
  color: #fff;
  filter: brightness(1.02);
  box-shadow: 0 26px 44px rgba(46, 140, 100, 0.28);
}

.contact-page-submit i {
  font-size: 14px;
}

.contact-page-form .invalid-feedback {
  margin-top: 8px;
  padding-left: 4px;
  color: #d54e4e;
  font-size: 13px;
  font-weight: 600;
}

.contact-section.map-section {
  padding: 0 0 110px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8f3 100%);
}

.contact-page-map-top {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.contact-page-map-shell {
  display: flex;
  align-items: center;
}

.contact-page-map-copy {
  max-width: 820px;
  padding: 0;
  text-align: left;
}

.contact-page-map-copy__kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 103, 78, 0.08);
  color: #11674e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-map-copy h3 {
  margin: 0 0 12px;
  color: #15362c;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.12;
}

.contact-page-map-copy p {
  margin: 0 0 20px;
  color: #647c72;
  font-size: 16px;
  line-height: 1.8;
}

.contact-page-map-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #15362c;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.contact-page-map-top .contact-page-panel--secondary {
  height: 100%;
}

.contact-page-map-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 30px;
  box-shadow: 0 28px 60px rgba(17, 42, 31, 0.12);
}

.contact-page-map-card--full {
  width: 100%;
}

.contact-page-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 620px;
  border: none;
  display: block;
  filter: saturate(1.08) contrast(1.02);
}

.contact-page-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.contact-page-map-pin i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, #85bf18, #2e8c64);
  color: #fff;
  font-size: 28px;
  transform: rotate(-45deg);
  box-shadow: 0 18px 38px rgba(46, 140, 100, 0.28);
  animation: contactPageJump 2s ease-in-out infinite;
}

.contact-page-map-pin i::before {
  transform: rotate(45deg);
}

.contact-page-map-floating-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 34px rgba(17, 42, 31, 0.14);
}

.contact-page-map-floating-card span {
  display: block;
  margin-bottom: 6px;
  color: #739086;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-map-floating-card strong {
  display: block;
  color: #17392f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
}

@keyframes contactPageJump {
  0%, 100% {
    transform: rotate(-45deg) translateY(0);
  }
  50% {
    transform: rotate(-45deg) translateY(-14px);
  }
}

@media (max-width: 1199px) {
  .contact-page-hero__shell,
  .contact-page-layout {
    grid-template-columns: 1fr;
  }

  .contact-page-hero__visual {
    min-height: 420px;
  }

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

@media (max-width: 767px) {
  .contact-page-social-band {
    padding: 56px 0 8px;
  }

  .contact-page-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .contact-page-social-card {
    min-height: 140px;
    padding: 16px;
    border-radius: 22px;
  }

  .contact-page-social-card__icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    font-size: 34px;
  }

  .contact-page-hero {
    padding: 42px 0 34px;
  }

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

  .contact-page-panel--primary,
  .contact-page-panel--secondary,
  .contact-page-form-card,
  .contact-page-map-copy {
    padding: 24px 20px;
  }

  .contact-page-panel--primary,
  .contact-page-panel--secondary,
  .contact-page-form-card {
    border-radius: 24px;
  }

  .contact-page-map-copy {
    padding: 0;
  }

  .contact-page-hero__visual {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .contact-page-hero-card {
    max-width: none;
  }

  .contact-page-hero-card strong {
    font-size: 24px;
  }

  .contact-page-hero-badge {
    align-self: flex-start;
    margin-top: 18px;
  }

  .contact-page-contact-item {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 16px;
  }

  .contact-page-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 18px;
  }

  .contact-page-submit-row {
    align-items: stretch;
  }

  .contact-page-submit {
    width: 100%;
  }

  .contact-page-map-card,
  .contact-page-map-card iframe {
    min-height: 420px;
  }

  .contact-page-map-floating-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}
