/* Geoland Pages preview hero correction */
:root {
  --primary: #04c5d4 !important;
  --primary-dark: #0797a7 !important;
  --secondary: #6d7d82 !important;
  --secondary-deep: #111c20 !important;
  --bg: #f4f8f9 !important;
  --bg-soft: #eaf1f3 !important;
  --heading: #17272c !important;
  --text: #51656d !important;
  --muted: #74858b !important;
  --line: #cfdee2 !important;
  --shadow-card: 0 28px 70px rgba(7, 36, 42, .16) !important;
  --shadow-soft: 0 18px 50px rgba(7, 36, 42, .10) !important;
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(4, 197, 212, .10), transparent 28rem),
    linear-gradient(180deg, #f7fbfc 0%, #edf4f6 45%, #f8fbfc 100%) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .13;
  background-image:
    linear-gradient(rgba(17, 28, 32, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 28, 32, .10) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 78%, transparent);
}

.site-shell,
.site-header,
main,
footer {
  position: relative;
  z-index: 1;
}

.brand-mark {
  padding-inline-start: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.brand-logo-full {
  width: 94px !important;
  height: 50px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.hero-section {
  min-height: min(760px, 100svh) !important;
  background:
    radial-gradient(circle at 22% 28%, rgba(4, 197, 212, .34), transparent 26rem),
    radial-gradient(circle at 78% 24%, rgba(240, 247, 248, .16), transparent 24rem),
    linear-gradient(110deg, rgba(5, 14, 17, .78), rgba(15, 31, 36, .88) 54%, rgba(3, 10, 12, .76)),
    url(https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=1800&q=80) 50% / cover !important;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(4, 197, 212, .20) 38.4%, transparent 39.2% 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 76px);
  mix-blend-mode: screen;
  opacity: .68;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(244, 248, 249, .98), transparent);
}

.hero-brand-bar {
  display: none !important;
}

.hero-grid {
  min-height: min(680px, 86svh) !important;
  padding: clamp(124px, 12vw, 166px) 0 clamp(48px, 6vw, 72px) !important;
  z-index: 2 !important;
}

.hero-copy {
  max-width: min(860px, 92vw) !important;
}

.lang-en .hero-copy h1 {
  max-width: 900px !important;
  margin: 18px auto 18px !important;
  font-size: clamp(42px, 5.1vw, 74px) !important;
  line-height: 1.06 !important;
  letter-spacing: .005em !important;
  text-shadow: 0 18px 46px rgba(0, 0, 0, .35) !important;
  text-wrap: balance !important;
}

.hero-copy p {
  max-width: 720px !important;
  font-size: clamp(17px, 1.55vw, 21px) !important;
  line-height: 1.6 !important;
  color: rgba(244, 252, 253, .88) !important;
}

.hero-copy .eyebrow {
  margin-top: 0 !important;
  padding: 8px 18px !important;
  font-size: 12px !important;
  letter-spacing: .14em !important;
  color: #d7fbff !important;
  background: rgba(0, 200, 215, .22) !important;
  border-color: rgba(0, 200, 215, .45) !important;
}

.btn-primary,
.service-icon,
.process-number,
.business-card-icon,
.contact-card > svg {
  background: linear-gradient(135deg, #04c5d4, #dce5e8 48%, #54666c) !important;
  color: #0d1a1e !important;
  box-shadow: 0 18px 34px rgba(4, 197, 212, .20) !important;
}

.section-kicker,
.business-card-intro .section-kicker {
  color: #009baa !important;
  border-color: rgba(0, 200, 215, .25) !important;
  background: rgba(0, 200, 215, .10) !important;
}

.site-header:hover,
.site-header:focus-within,
.site-header.scrolled {
  border-color: rgba(4, 197, 212, .18) !important;
}

.site-header {
  background: rgba(250, 253, 253, .86) !important;
  box-shadow: 0 10px 34px rgba(9, 28, 33, .06) !important;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s var(--ease-premium);
  background: linear-gradient(90deg, transparent, #04c5d4, transparent);
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.section {
  overflow: hidden;
}

.section-light {
  background:
    radial-gradient(circle at 78% 12%, rgba(4, 197, 212, .12), transparent 26rem),
    linear-gradient(180deg, #eef5f6 0%, #f8fbfc 100%) !important;
}

.section-dark,
.gallery-section {
  background:
    radial-gradient(circle at 18% 10%, rgba(4, 197, 212, .18), transparent 28rem),
    linear-gradient(135deg, #101b1f 0%, #1d3036 54%, #0d1518 100%) !important;
}

.service-card,
.process-card,
.testimonial-card,
.business-card,
.contact-panel,
.contact-card {
  border: 1px solid rgba(112, 133, 140, .22) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(236, 245, 247, .74)) !important;
  box-shadow: var(--shadow-card) !important;
}

.service-card,
.process-card,
.testimonial-card {
  position: relative;
}

.service-card::before,
.process-card::before,
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(4, 197, 212, .22), transparent 36%);
  opacity: .62;
}

.service-card > *,
.process-card > *,
.testimonial-card > * {
  position: relative;
  z-index: 1;
}

.gallery-card {
  border: 1px solid rgba(220, 229, 232, .18) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34) !important;
}

.gallery-overlay {
  background: linear-gradient(transparent, rgba(13, 21, 24, .92)) !important;
}

.stats-rings-grid {
  backdrop-filter: blur(18px);
}

.stat-ring-card {
  background: linear-gradient(145deg, rgba(13, 25, 29, .88), rgba(34, 55, 61, .78)) !important;
  border: 1px solid rgba(211, 235, 239, .16) !important;
  box-shadow: 0 24px 66px rgba(0, 0, 0, .26), inset 0 1px rgba(255,255,255,.10) !important;
}

.contact-banner {
  background:
    radial-gradient(circle at 18% 20%, rgba(4, 197, 212, .24), transparent 18rem),
    linear-gradient(135deg, #111c20, #263b42) !important;
}

.whatsapp-float {
  background: linear-gradient(135deg, #04c5d4, #4bdc73) !important;
  box-shadow: 0 20px 54px rgba(4, 197, 212, .28) !important;
}

@media (width <= 760px) {
  .hero-section {
    min-height: 620px !important;
  }

  .hero-grid {
    min-height: 620px !important;
    padding: 116px 0 42px !important;
  }

  .brand-logo-full {
    width: 72px !important;
    height: 40px !important;
    border-radius: 0 !important;
  }

  .lang-en .hero-copy h1 {
    max-width: 340px !important;
    font-size: 38px !important;
    line-height: 1.08 !important;
    margin: 14px auto 14px !important;
  }

  .hero-copy p {
    max-width: min(300px, 82vw) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .mobile-wordmark {
    left: 76px !important;
    right: 118px !important;
    justify-content: flex-start !important;
  }

  .mobile-wordmark .brand-wordmark-1,
  .mobile-wordmark .brand-wordmark-2 {
    font-size: 17px !important;
  }

  .mobile-header-group {
    left: auto !important;
    right: 10px !important;
    gap: 8px !important;
    width: auto !important;
    max-width: 92px !important;
  }

  .mobile-header-group .mobile-header-lang,
  .floating-menu-toggle {
    width: 40px !important;
    height: 40px !important;
  }

  .hero-stats-bar {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .stats-rings-grid {
    width: 100% !important;
    box-sizing: border-box !important;
  }
}
