* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  color-scheme: light;
  --ink: #0b1f1a;
  --muted: #35524c;
  --brand: #0f6f5c;
  --brand-dark: #0a3f35;
  --accent: #e07a34;
  --sand: #f6f4ef;
  --surface: #ffffff;
  --stroke: #d9e2dc;
  --shadow: 0 18px 45px rgba(10, 63, 53, 0.12);
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max-width: 1120px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, rgba(15, 111, 92, 0.08), transparent 55%),
    radial-gradient(circle at 70% 10%, rgba(224, 122, 52, 0.12), transparent 40%),
    var(--sand);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 600;
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(100% - 2.5rem, var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
  background: rgba(246, 244, 239, 0.92);
  border-bottom: 1px solid rgba(217, 226, 220, 0.8);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, var(--brand), var(--brand-dark));
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 111, 92, 0.3);
}

.brand-name {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 600;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  position: relative;
}

.site-nav a:hover {
  color: var(--ink);
}

.nav-cta {
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 12px 26px rgba(15, 111, 92, 0.25);
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  padding: 6rem 0 4.5rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(15, 111, 92, 0.2), transparent 55%),
    radial-gradient(circle at 85% 10%, rgba(224, 122, 52, 0.18), transparent 40%),
    linear-gradient(135deg, #f6f4ef 0%, #eef2ed 100%);
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.75rem;
  color: var(--brand-dark);
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-text h1 {
  font-size: clamp(2.6rem, 4.4vw, 3.7rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}

.hero-subtitle {
  color: var(--muted);
  max-width: 540px;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  color: var(--brand-dark);
  font-weight: 600;
  font-size: 0.9rem;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(217, 226, 220, 0.8);
}

.hero-card {
  background: var(--surface);
  padding: 2.4rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  background-image: url('https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExMWNhcHE1bGd3dzhtdzZqZmRvYWhoYjR0d3p0NHZ0N3ZqbGs0ZmthZSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/27Qt9A5LM7XRiUhI9F/giphy.gif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.92) 45%, rgba(255, 255, 255, 0.75) 100%);
  z-index: 0;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -40% auto;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(15, 111, 92, 0.15), transparent 65%);
  z-index: 0;
}

.hero-card h2,
.hero-card p,
.hero-card .hero-card-actions,
.hero-card .hero-card-meta {
  position: relative;
  z-index: 1;
}

.hero-card h2 {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.hero-card-actions {
  display: flex;
  gap: 1rem;
  margin: 1.2rem 0 1rem;
}

.hero-card-meta {
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.trust-band {
  padding: 0 0 3.5rem;
}

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

.trust-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(217, 226, 220, 0.9);
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  display: grid;
  gap: 0.2rem;
  justify-items: center;
  text-align: center;
  box-shadow: 0 10px 20px rgba(10, 63, 53, 0.08);
}

.trust-value {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 1.35rem;
  color: var(--brand-dark);
}

.trust-label {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.7rem;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 44px;
}

.button.primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  box-shadow: 0 16px 30px rgba(15, 111, 92, 0.3);
}

.button.ghost {
  border-color: var(--stroke);
  color: var(--brand-dark);
  background: #fff;
}

.button.full {
  width: 100%;
}

.button:hover {
  transform: translateY(-1px);
}

.section {
  padding: 4.5rem 0;
}

.section.alt {
  background: var(--surface);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 2.5rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 0.75rem;
}

.section-kicker {
  color: var(--brand-dark);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.section-note {
  margin-top: 1.5rem;
  color: var(--muted);
  font-weight: 600;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.6rem;
}

.card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--stroke);
  box-shadow: 0 14px 34px rgba(10, 63, 53, 0.08);
}

.card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

.card ul {
  margin-top: 1rem;
  padding-left: 1.1rem;
  color: var(--muted);
}

.card li {
  margin-bottom: 0.4rem;
}

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

.step {
  background: rgba(246, 244, 239, 0.85);
  padding: 1.8rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--stroke);
}

.step-number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  align-items: center;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}

.pill-grid span {
  background: var(--surface);
  border-radius: 999px;
  padding: 0.6rem 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  border: 1px solid var(--stroke);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.5rem;
  color: var(--muted);
}

.contact-details a {
  color: var(--ink);
  font-weight: 600;
}

.map-embed {
  margin-top: 1.5rem;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--stroke);
  box-shadow: 0 12px 30px rgba(10, 63, 53, 0.08);
  background: var(--surface);
}

.map-embed iframe {
  width: 100%;
  height: 280px;
  display: block;
}

.quote-form {
  display: grid;
  gap: 0.95rem;
  background: linear-gradient(160deg, #ffffff 0%, #f9fcfa 100%);
  border: 1px solid var(--stroke);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 40px rgba(10, 63, 53, 0.12);
  padding: 1.4rem;
}

.quote-form-header {
  background: rgba(15, 111, 92, 0.06);
  border: 1px solid rgba(15, 111, 92, 0.2);
  border-radius: var(--radius-md);
  padding: 1rem 1rem 0.9rem;
  margin-bottom: 0.2rem;
}

.quote-form-kicker {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 0.35rem;
}

.quote-form-header h3 {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.quote-form-intro {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 0.45rem;
}

.quote-form-required {
  color: var(--brand-dark);
  font-size: 0.86rem;
  font-weight: 700;
}

.quote-form-required span {
  color: #b91c1c;
}

.quote-form label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #173730;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid var(--stroke);
  padding: 0.9rem 1rem;
  font-family: inherit;
  font-size: 0.95rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #6b7f7a;
}

.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(15, 111, 92, 0.15);
  background: #fbfffd;
}

.quote-form input.error,
.quote-form textarea.error,
.quote-form select.error {
  border-color: #b91c1c;
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.1);
}

.quote-form textarea {
  resize: vertical;
}

.error-message {
  color: #b91c1c;
  font-size: 0.85rem;
}

.form-note {
  font-size: 0.85rem;
  color: var(--muted);
  background: rgba(15, 111, 92, 0.07);
  border: 1px dashed rgba(15, 111, 92, 0.28);
  border-radius: var(--radius-sm);
  padding: 0.6rem 0.75rem;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.site-footer {
  padding: 3rem 0 2rem;
  background: #0b1f1a;
  color: #e3ebe6;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.footer-actions {
  display: flex;
  gap: 1.5rem;
}

.footer-actions a {
  color: #e3ebe6;
  font-weight: 600;
}

.footer-note {
  text-align: center;
  margin-top: 2rem;
  color: rgba(227, 235, 230, 0.7);
  font-size: 0.85rem;
}

.footer-note a {
  color: #f6f4ef;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.footer-note a:hover {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}

.footer-social {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(227, 235, 230, 0.1);
  color: #e3ebe6;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: var(--brand);
  color: #ffffff;
  transform: translateY(-3px);
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background: #1fb855;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: rise 0.8s ease forwards;
}

.reveal.delay-1 { animation-delay: 0.1s; }
.reveal.delay-2 { animation-delay: 0.2s; }
.reveal.delay-3 { animation-delay: 0.3s; }
.reveal.delay-4 { animation-delay: 0.4s; }

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-card-actions {
    flex-direction: column;
  }

  .hero-card {
    background-size: cover;
    background-position: center;
  }

  .hero-card::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.94) 50%, rgba(255, 255, 255, 0.85) 100%);
  }
}

@media (max-width: 720px) {
  .trust-band {
    padding-bottom: 3rem;
  }

  .trust-card {
    border-radius: var(--radius-md);
  }
}

@media (max-width: 820px) {
  .site-nav {
    position: fixed;
    top: 72px;
    right: 1.5rem;
    background: #fff;
    border-radius: var(--radius-md);
    padding: 1.5rem;
    flex-direction: column;
    gap: 1rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--stroke);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-toggle {
    display: inline-flex;
  }
}

@media (max-width: 600px) {
  .hero-actions {
    flex-direction: column;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
