/*
 * Section-specific styles.
 */

/* Section dividers */
main > section + section {
  border-top: 1px solid #e0e6f0;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 80px);
  min-height: calc(100svh - 80px);
  padding-top: clamp(3.5rem, 8vh, 6rem);
  padding-bottom: clamp(3.5rem, 8vh, 6rem);
  background-color: var(--primary);
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 65% center;
  animation: heroImageReveal 1.2s var(--menu-motion-easing) both;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 18, 40, 0.9) 0%, rgba(5, 18, 40, 0.72) 55%, rgba(5, 18, 40, 0.9) 100%),
    linear-gradient(90deg, rgba(5, 18, 40, 0.7) 0%, rgba(5, 18, 40, 0.28) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-copy {
  width: min(100%, 700px);
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: '';
  width: 2.5rem;
  height: 2px;
  border-radius: 999px;
  background: var(--secondary);
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 9.5vw, 4rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.hero-title-service {
  display: block;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.95rem, 3.9vw, 1.15rem);
  font-weight: 650;
  letter-spacing: 0.015em;
  line-height: 1.4;
}

.hero-title-promise {
  display: block;
}

.hero-title-accent {
  position: relative;
  display: inline-block;
}

.hero-title-accent::after {
  content: '';
  position: absolute;
  left: 0.04em;
  bottom: -0.14em;
  width: 1.2em;
  height: 0.07em;
  border-radius: 999px;
  background: var(--secondary);
}

.hero-lead {
  max-width: 630px;
  margin: 1.75rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 3.8vw, 1.16rem);
  line-height: 1.65;
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.35rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 600;
}

.hero-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-trust-list li::before {
  content: '\2713';
  color: #ff6b76;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.hero-actions .btn {
  min-height: 48px;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: none;
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    color 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease;
}

.hero-primary-action {
  border: 1px solid var(--secondary);
  color: #fff;
  background: var(--secondary);
}

.hero-primary-action:hover,
.hero-primary-action:focus-visible {
  border-color: #b51927;
  color: #fff;
  background: #b51927;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(206, 31, 45, 0.28);
}

.hero-secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.hero-secondary-action:hover,
.hero-secondary-action:focus-visible {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.hero-direct-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.hero-direct-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 0.2em;
}

.hero-direct-contact a:hover,
.hero-direct-contact a:focus {
  color: #fff;
  text-decoration-color: var(--secondary);
}

.hero-note {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  line-height: 1.5;
}

.hero-kicker,
.hero h1,
.hero-lead,
.hero-trust-list,
.hero-actions,
.hero-direct-contact,
.hero-note {
  opacity: 0;
  transform: translateY(12px);
  animation: heroContentReveal 680ms var(--menu-motion-easing) forwards;
}

.hero h1 {
  animation-delay: 80ms;
}

.hero-lead {
  animation-delay: 150ms;
}

.hero-trust-list {
  animation-delay: 220ms;
}

.hero-actions {
  animation-delay: 290ms;
}

.hero-direct-contact {
  animation-delay: 350ms;
}

.hero-note {
  animation-delay: 400ms;
}

@keyframes heroContentReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroImageReveal {
  from {
    transform: scale(1.025);
  }

  to {
    transform: scale(1);
  }
}

@media (min-width: 600px) {
  .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .hero-actions .btn {
    width: auto;
  }
}

@media (min-width: 900px) {
  .hero {
    min-height: min(820px, calc(100vh - 80px));
    min-height: min(820px, calc(100svh - 80px));
  }

  .hero-media img {
    object-position: center 72%;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 18, 40, 0.96) 0%, rgba(5, 18, 40, 0.82) 44%, rgba(5, 18, 40, 0.32) 72%, rgba(5, 18, 40, 0.12) 100%),
      linear-gradient(0deg, rgba(5, 18, 40, 0.55), transparent 45%);
  }

  .hero h1 {
    font-size: clamp(4rem, 5vw, 4.35rem);
  }

  .hero-title-service {
    font-size: 1.08rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img,
  .hero-kicker,
  .hero h1,
  .hero-lead,
  .hero-trust-list,
  .hero-actions,
  .hero-direct-contact,
  .hero-note {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Services */
.services {
  background-color: var(--bg-light);
  padding-top: var(--section-padding-small);
  padding-bottom: var(--section-padding-small);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background-color: #0e2a59;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  aspect-ratio: 4 / 3;
  transition: transform var(--transition), box-shadow var(--transition);
}

.service-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition), filter var(--transition);
  filter: brightness(0.75);
}

.service-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.9);
}

.service-desc {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(0deg, rgba(14, 42, 89, 0.95) 0%, rgba(14, 42, 89, 0.85) 55%, rgba(14, 42, 89, 0) 100%);
  color: #fff;
  padding: 1rem 1.25rem 1.2rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.service-desc h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.service-desc p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0.5rem 0 0 0;
  max-height: 999px;
  opacity: 1;
  transition: max-height 1.65s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.service-desc h3 a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.service-desc h3 a:hover,
.service-desc h3 a:focus {
  color: #ffd54f;
}

@media (min-width: 600px) {
  .service-card img {
    filter: none;
  }

  .service-desc p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }

  .service-card:hover .service-desc p,
  .service-card:focus-within .service-desc p {
    margin-top: 0.5rem;
    max-height: 220px;
    opacity: 1;
  }
}

.service-area-overview {
  padding-top: var(--section-padding-small);
  padding-bottom: var(--section-padding-small);
  background: #fff;
}

.service-area-overview .container {
  max-width: 900px;
}

.service-area-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Process */
.process {
  background-color: #fff;
  padding-top: var(--section-padding-small);
  padding-bottom: var(--section-padding-small);
}

.process-steps {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.process-steps li {
  background-color: var(--bg-light);
  border-radius: var(--radius);
  padding: 2.5rem 1.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform var(--transition), box-shadow var(--transition);
}

.process-steps li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.step-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.step-number {
  width: 2rem;
  height: 2rem;
  background-color: var(--secondary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.step-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: var(--primary);
}

.process-steps p {
  font-size: 0.95rem;
  color: var(--text-light);
}

@media (min-width: 900px) {
  .process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .process-steps li {
    padding: 2rem 1.5rem;
  }
}

/* Pricing */
.pricing {
  background-color: var(--bg-light);
  text-align: center;
  padding-top: var(--section-padding-small);
  padding-bottom: var(--section-padding-small);
}

.pricing-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.pricing-item {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.pricing-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  border-color: var(--secondary);
}

.pricing-item.popular {
  border: 2px solid var(--secondary);
}

.pricing-item .badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--secondary);
  color: #fff;
  padding: 0.2rem 0.7rem;
  font-size: 0.75rem;
  border-radius: var(--radius);
}

.pricing-item h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.pricing-item p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  color: var(--text-light);
}

.pricing-item .price {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--primary);
}

.pricing-item ul {
  list-style: none;
  margin-bottom: 1rem;
}

.pricing-item ul li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

@media (min-width: 600px) {
  .pricing-table {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .pricing-table {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Promotions (optional section) */
.promotions {
  background-color: #fff;
  text-align: center;
  padding-top: var(--section-padding-small);
  padding-bottom: var(--section-padding-small);
}

.promotion-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.promotion-item {
  display: block;
  padding: 2.5rem 2rem;
  border: 2px solid #eee;
  border-radius: var(--radius);
  background-color: #fff;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  cursor: pointer;
  text-align: left;
}

.promotion-item.active {
  border-color: var(--secondary);
  background-color: #ffecec;
}

.promotion-item h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.promotion-item p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.promotion-item .validity {
  font-size: 0.85rem;
  color: var(--text-light);
}

.promotion-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  border-color: var(--secondary);
}

@media (min-width: 600px) {
  .promotion-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .promotion-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* References */
.references {
  position: relative;
  color: #f5f7fb;
  background-color: var(--primary);
  background-image: linear-gradient(180deg, rgba(14, 42, 89, 0.9) 0%, rgba(10, 27, 58, 0.95) 100%), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(14, 42, 89, 0.9) 0%, rgba(10, 27, 58, 0.95) 100%), image-set(
    url('../images/hero.webp') type('image/webp'),
    url('../images/hero.jpg') type('image/jpeg')
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: var(--section-padding-small);
  padding-bottom: var(--section-padding-small);
}

.references-header {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

#references > .container > h2 {
  color: var(--secondary);
}

.references-header p {
  max-width: 640px;
  color: rgba(245, 247, 251, 0.82);
}

.references-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.references-tag {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f5f7fb;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

.references-gallery {
  --compare-position: 50%;
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.references-stage {
  background: rgba(255, 255, 255, 0.06);
  border-radius: calc(var(--radius) + 2px);
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.compare-card {
  display: grid;
  gap: 0.85rem;
}

.compare-viewport {
  position: relative;
  height: clamp(300px, 65vw, 520px);
  border-radius: var(--radius);
  overflow: hidden;
  background: #0e2a59;
  cursor: ew-resize;
  touch-action: pan-y;
  user-select: none;
}

.compare-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.compare-image--after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 0 0 var(--compare-position));
  clip-path: inset(0 0 0 var(--compare-position));
  transition: clip-path 0.3s ease;
}

.compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: left 0.3s ease;
}

.compare-handle::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(14, 42, 89, 0.25);
}

.compare-handle span {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  box-shadow: 0 8px 18px rgba(14, 42, 89, 0.2);
  position: relative;
}

.compare-handle span::before,
.compare-handle span::after {
  content: '';
  position: absolute;
  top: 9px;
  bottom: 9px;
  width: 2px;
  background: var(--secondary);
}

.compare-handle span::before {
  left: 13px;
}

.compare-handle span::after {
  right: 13px;
}

.references-gallery.is-dragging .compare-image--after,
.references-gallery.is-dragging .compare-handle {
  transition: none;
}

.compare-label {
  position: absolute;
  top: 1rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
  background: rgba(7, 18, 40, 0.7);
  border-radius: 999px;
  z-index: 1;
}

.compare-label--before {
  left: 1rem;
}

.compare-label--after {
  right: 1rem;
}

.compare-range {
  width: 100%;
  accent-color: var(--secondary);
  cursor: pointer;
}

.compare-caption {
  text-align: center;
  font-weight: 600;
  color: #f5f7fb;
  margin-top: 0.25rem;
}

.references-gallery.is-switching .compare-viewport {
  animation: referencesFade 0.35s ease;
}

.references-gallery.is-dragging .compare-viewport {
  animation: none;
}

@keyframes referencesFade {
  from {
    opacity: 0.75;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.references-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.references-nav {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #f5f7fb;
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), color var(--transition);
}

.references-count {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(245, 247, 251, 0.9);
  letter-spacing: 0.02em;
}

.references-nav:hover,
.references-nav:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

@media (min-width: 900px) {
  .references-header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .references-tags {
    justify-self: end;
  }
}

@media (max-width: 600px) {
  .references-stage {
    padding: 1.25rem;
  }

  .compare-label {
    font-size: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .references {
    background-attachment: scroll;
  }

  .references-gallery .compare-image--after,
  .references-gallery .compare-handle,
  .references-gallery.is-switching .compare-viewport {
    transition: none;
    animation: none;
  }
}

/* Partners */
.partners {
  background-color: #eef3fb;
  text-align: center;
  padding-top: var(--section-padding-small);
  padding-bottom: var(--section-padding-small);
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
}

.partner-card {
  background-color: #fff;
  border: 1px solid #e0e6f0;
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  color: var(--primary);
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.partner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(14, 42, 89, 0.12);
  border-color: rgba(14, 42, 89, 0.2);
}

.partner-card:focus-visible {
  outline: 2px solid var(--secondary);
  outline-offset: 3px;
}

.partner-logo {
  width: 100%;
  min-height: 90px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5f7fb 0%, #ffffff 60%);
  border-radius: calc(var(--radius) - 2px);
  box-shadow: inset 0 0 0 1px rgba(14, 42, 89, 0.08);
}

.partner-logo img {
  max-height: 90px;
  max-width: 100%;
  object-fit: contain;
}

.partner-card--inverse .partner-logo {
  background: linear-gradient(135deg, #0b1f3f 0%, #142e5f 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.partner-card--inverse .partner-logo img {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}

.partner-name {
  font-weight: 600;
  margin: 0;
}

/* About */
.about {
  background-color: #fff;
  padding-top: var(--section-padding-small);
  padding-bottom: var(--section-padding-small);
}

.about-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 800px) {
  .about-container {
    flex-direction: row;
    align-items: center;
  }
}

.about-text ul {
  list-style: none;
  margin-top: 1rem;
}

.about-text li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.about-text li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--secondary);
  font-weight: 700;
}

.about-image img {
  border-radius: var(--radius);
}

.about-proof {
  display: grid;
  gap: 0.55rem;
  min-width: min(100%, 300px);
  padding: 1.5rem;
  border-left: 4px solid var(--secondary);
  border-radius: var(--radius);
  background: var(--bg-light);
  box-shadow: 0 8px 18px rgba(14, 42, 89, 0.08);
}

.about-proof strong {
  color: var(--primary);
  font-size: 1.15rem;
}

/* Contact */
.contact {
  background-color: var(--bg-light);
  padding-top: var(--section-padding-small);
  padding-bottom: var(--section-padding-small);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-info {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}

.contact-info h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--primary);
}

.contact-details {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.contact-details li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  background-color: #fff;
  border-radius: var(--radius);
  border: 1px solid #e0e6f0;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  color: var(--primary);
}

.contact-details li i,
.contact-details li > .site-icon {
  color: currentColor;
  font-size: 1rem;
  margin-top: 0.1rem;
  font-weight: bolder;
}

.contact-detail-text {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.contact-detail-label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-light);
}

.contact-details a {
  color: var(--primary);
  text-decoration: none;
}

.contact-details a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.contact .social-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
}

.contact .social-icons a {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f5fa;
  border: 1px solid #e0e6f0;
  border-radius: 999px;
  color: #fff;
  transition: transform var(--transition), filter var(--transition), box-shadow var(--transition);
}

.contact .social-icons a:hover {
  transform: translateY(-1px);
  filter: brightness(0.95);
  box-shadow: 0 4px 10px rgba(14, 42, 89, 0.12);
}

.contact .social-icons a.whatsapp {
  background-color: #25d366;
  border-color: #25d366;
}

.contact .social-icons a.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-color: #dc2743;
}

.contact .social-icons a.tiktok {
  background-color: #111111;
  border-color: #111111;
}

.contact-form {
  background-color: #fff;
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: grid;
  gap: 1.25rem;
}

.form-header h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.form-header p {
  color: var(--text-light);
  margin-bottom: 0;
}

.form-status {
  display: none;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-loading {
  background-color: #f5f7fb;
  color: var(--primary);
  border-color: rgba(14, 42, 89, 0.12);
}

.form-status.is-success {
  background-color: #e8f6ee;
  color: #1a5e34;
  border-color: rgba(26, 94, 52, 0.2);
}

.form-status.is-error {
  background-color: #fdecec;
  color: #8c1d1d;
  border-color: rgba(140, 29, 29, 0.2);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 0;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group.full-row {
  grid-column: 1 / -1;
}

.icon-field label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.icon-field .input-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e0e6f0;
  border-radius: var(--radius);
  background-color: var(--bg-light);
  position: relative;
}

.icon-field .input-wrapper input,
.icon-field .input-wrapper select,
.icon-field .input-wrapper textarea {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  font-size: 0.95rem;
  color: var(--text-dark);
}

.icon-field .input-wrapper i,
.icon-field .input-wrapper > .site-icon {
  color: var(--text-dark);
  font-size: 1rem;
  line-height: 1;
}

.contact-details li > .site-icon,
.icon-field .input-wrapper > .site-icon {
  width: 1rem;
  height: 1rem;
}

.contact .social-icons .site-icon {
  width: 1rem;
  height: 1rem;
}

.icon-field .input-wrapper:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(14, 42, 89, 0.1);
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  padding-right: 2rem;
}

.select-icon {
  position: absolute;
  right: 0.75rem;
  color: var(--text-light);
  pointer-events: none;
}

.file-wrapper input[type="file"] {
  cursor: pointer;
}

.form-submit {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  justify-content: center;
}

.form-submit.is-loading {
  opacity: 0.75;
  cursor: wait;
}

@media (min-width: 700px) {
  .contact-form .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

/* Map */
.map-section {
  background-color: #fff;
  padding-top: var(--section-padding-small);
  padding-bottom: 0;
}

.map-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
}

.map-placeholder {
  background-color: #f5f7fb;
  border: 1px solid #e0e6f0;
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(14, 42, 89, 0.08);
  text-align: center;
  max-width: 600px;
  margin-bottom: var(--section-padding-small);
}

.map-placeholder.is-hidden {
  display: none;
}

.map-placeholder p {
  margin-bottom: 1rem;
  color: var(--text-light);
}

.map-consent-warning {
  color: var(--secondary);
  font-weight: 600;
}

.map-section #map-frame {
  width: 100vw;
  max-width: none;
  margin-top: 1.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.map-section #map-frame iframe {
  width: 100%;
  min-height: 600px;
  border: 0;
  border-radius: 0;
}
