:root {
  --ink: #102027;
  --muted: #64747b;
  --brand: #00b6ad;
  --brand-dark: #007d79;
  --accent: #ffb33c;
  --night: #08171d;
  --paper: #f5fbfa;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
}

a {
  text-decoration: none;
}

.top-strip,
.footer {
  background: var(--night);
}

.top-strip a,
.top-strip span {
  color: rgba(255, 255, 255, 0.88);
}

.navbar-brand {
  color: var(--ink);
}

.brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  place-items: center;
  color: var(--night);
  background: var(--accent);
  border-radius: 8px;
}

.nav-link {
  color: var(--ink);
  font-weight: 700;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand-dark);
}

.btn-brand {
  color: var(--night);
  font-weight: 900;
  border: 0;
  background: linear-gradient(135deg, var(--accent), #ffe08a);
  box-shadow: 0 14px 26px rgba(255, 179, 60, 0.32);
}

.btn-brand:hover,
.btn-brand:focus {
  color: var(--night);
  transform: translateY(-2px);
}

.btn-dark-soft {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(8, 23, 29, 0.72);
}

.btn-dark-soft:hover {
  color: var(--night);
  background: var(--white);
}

.landing-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 23, 29, 0.95), rgba(8, 23, 29, 0.66), rgba(8, 23, 29, 0.4)),
    var(--hero-image) center / cover;
}

.landing-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 460px;
  height: 460px;
  border: 72px solid rgba(0, 182, 173, 0.24);
  border-radius: 50%;
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 720px;
  padding: 86px 0;
}

.eyebrow,
.section-kicker {
  color: var(--brand);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title {
  max-width: 820px;
  font-size: clamp(2.75rem, 6vw, 5.25rem);
  font-weight: 900;
  line-height: 0.98;
}

.hero-copy {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.14rem;
  line-height: 1.75;
}

.hero-card {
  padding: 30px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.hero-card h2 {
  font-size: 1.35rem;
  font-weight: 900;
}

.hero-card p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  color: var(--white);
  background: rgba(8, 23, 29, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-weight: 800;
}

.contact-line:hover,
.contact-line:focus {
  color: var(--night);
  background: var(--accent);
}

.trust-band {
  margin-top: -58px;
  position: relative;
  z-index: 4;
}

.trust-card,
.process-card,
.area-card,
.quote-panel {
  height: 100%;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(16, 32, 39, 0.1);
}

.trust-card {
  padding: 26px;
  border-bottom: 5px solid var(--brand);
}

.trust-card i {
  color: var(--brand-dark);
  font-size: 2rem;
}

.trust-card h3,
.process-card h3,
.area-card h3 {
  margin-top: 14px;
  font-size: 1.15rem;
  font-weight: 900;
}

.trust-card p,
.process-card p,
.area-card p,
.section-copy,
.feature-list p {
  color: var(--muted);
  line-height: 1.7;
}

.section-pad {
  padding: 92px 0;
}

.section-title {
  max-width: 820px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 900;
  line-height: 1.08;
}

.process-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(0, 182, 173, 0.14);
}

.process-card > span {
  display: inline-grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--night);
  background: var(--accent);
  border-radius: 50%;
  font-weight: 900;
}

.city-section,
.quote-section {
  background: var(--paper);
}

.feature-image {
  width: 100%;
  min-height: 470px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 26px 52px rgba(16, 32, 39, 0.16);
}

.feature-item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(16, 32, 39, 0.1);
}

.feature-item i {
  flex: 0 0 auto;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--white);
  background: var(--brand-dark);
  border-radius: 8px;
  font-size: 1.3rem;
}

.feature-item h3 {
  font-size: 1.14rem;
  font-weight: 900;
}

.area-card {
  padding: 26px;
  border-left: 5px solid var(--accent);
}

.quote-panel {
  padding: 32px;
}

.form-control,
.form-select {
  min-height: 52px;
  border: 1px solid rgba(16, 32, 39, 0.16);
  border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.25rem rgba(0, 182, 173, 0.18);
}

.form-status {
  color: var(--brand-dark);
  font-weight: 900;
}

.cta-band {
  padding: 66px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--night), #0b4647);
}

.cta-band h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: grid;
  gap: 12px;
}

.floating-actions a {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  font-size: 1.35rem;
}

.float-call {
  background: #1768d8;
}

.float-whatsapp {
  background: #25d366;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.22s;
}

.delay-3 {
  transition-delay: 0.32s;
}

@media (max-width: 991.98px) {
  .hero-inner {
    min-height: auto;
    padding: 74px 0 118px;
  }

  .trust-band {
    margin-top: -86px;
  }

  .section-pad {
    padding: 72px 0;
  }
}

@media (max-width: 575.98px) {
  .top-strip {
    text-align: center;
  }

  .hero-title {
    font-size: 2.7rem;
  }

  .hero-card,
  .quote-panel {
    padding: 24px;
  }

  .feature-image {
    min-height: 320px;
  }

  .floating-actions {
    right: 14px;
    bottom: 14px;
  }
}
