/* Tailwind CSS is compiled into this file. */

:root {
  --lw-accent: #0ea5a4;
  --lw-accent-soft: #5eead4;
  --lw-dark: #0b1220;
  --lw-warm: #d4af37;
  --lw-surface: #ffffff;
  --lw-muted: #64748b;
  --lw-space-1: 0.5rem;
  --lw-space-2: 0.9rem;
  --lw-space-3: 1.4rem;
  --lw-space-4: 2rem;
  --lw-space-5: 2.8rem;
  --lw-space-6: 4rem;
  --lw-space-7: 5.5rem;
  --lw-radius: 18px;
}

body {
  background: radial-gradient(circle at 10% 10%, rgba(14, 165, 164, 0.08), transparent 45%),
    radial-gradient(circle at 85% 0%, rgba(212, 175, 55, 0.1), transparent 36%), #f9fafb !important;
  color: #111827;
  font-feature-settings: "ss01" on, "cv01" on;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

header {
  backdrop-filter: saturate(180%) blur(8px);
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

section {
  border-radius: var(--lw-radius);
}

h1, h2, h3, h4 {
  letter-spacing: -0.02em;
}

p {
  color: var(--lw-muted);
}

main {
  position: relative;
}

main::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(14, 165, 164, 0.05) 0%, rgba(14, 165, 164, 0) 38%),
    repeating-linear-gradient(90deg, rgba(148, 163, 184, 0.06) 0 1px, transparent 1px 120px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
  z-index: 0;
}

main > section,
main > .w-full > section {
  margin-block: var(--lw-space-6);
}

main > section:first-child,
main > .w-full > section:first-child {
  margin-top: var(--lw-space-2);
}

main > section:last-child,
main > .w-full > section:last-child {
  margin-bottom: var(--lw-space-2);
}

.lw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #0b3a3c;
  background: rgba(14, 165, 164, 0.13);
  border: 1px solid rgba(14, 165, 164, 0.28);
  border-radius: 999px;
  padding: 0.38rem 0.75rem;
  margin-bottom: var(--lw-space-3);
}

.lw-eyebrow::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lw-accent), var(--lw-warm));
}

.lw-hero-block {
  position: relative;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.88), rgba(240, 249, 255, 0.84));
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

.lw-hero-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(14, 165, 164, 0.1), rgba(14, 165, 164, 0));
  pointer-events: none;
}

.lw-stack > * + * {
  margin-top: var(--lw-space-3);
}

.bg-slate-900,
.bg-\[\#1a1a1a\] {
  background: linear-gradient(135deg, #0b1220 0%, #18283f 58%, #223f5f 100%) !important;
}

.bg-slate-50 {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%) !important;
}

.border-l-4,
.border {
  border-color: rgba(15, 23, 42, 0.14) !important;
}

.shadow-sm,
.shadow-lg,
.shadow-md {
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08) !important;
}

.rounded-lg,
.rounded-md,
.rounded-xl {
  border-radius: var(--lw-radius) !important;
}

.container,
.max-w-7xl {
  position: relative;
}

a:hover {
  color: var(--lw-accent) !important;
}

button,
.inline-flex,
.block.w-full.text-center {
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

button:hover,
.inline-flex:hover,
.block.w-full.text-center:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.bg-slate-900 .inline-flex,
.bg-slate-900 .block.w-full.text-center,
.bg-\[\#1a1a1a\] .inline-flex {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(14, 165, 164, 0.5) !important;
  outline-offset: 2px;
}

input,
textarea,
select {
  border-radius: 12px !important;
}

input::placeholder,
textarea::placeholder {
  color: #94a3b8 !important;
}

#services .bg-white,
#quality .bg-white,
#trust .bg-white,
#field-guide article,
#summary .bg-slate-800,
#contact .bg-slate-50,
#estimator .bg-white {
  position: relative;
  overflow: hidden;
}

#services .bg-white::after,
#quality .bg-white::after,
#trust .bg-white::after,
#field-guide article::after,
#estimator .bg-white::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -80px;
  top: -80px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(14, 165, 164, 0.18) 0%, rgba(14, 165, 164, 0) 70%);
  pointer-events: none;
}

#services .bg-white,
#quality .bg-white,
#trust .bg-white,
#field-guide article,
#estimator .bg-white,
.border.border-slate-200.rounded-lg.p-6.bg-white,
.bg-white.p-8.border.border-slate-200 {
  border: 1px solid rgba(148, 163, 184, 0.24) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.96)) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#services .bg-white h3,
#quality .bg-white h3,
#trust .bg-white h3,
#field-guide article h3,
#estimator .bg-white h2 {
  margin-bottom: var(--lw-space-2);
}

#services .bg-white p,
#quality .bg-white p,
#trust .bg-white p,
#field-guide article p,
#estimator .bg-white p {
  margin-bottom: var(--lw-space-1);
}

#services .bg-white:hover,
#quality .bg-white:hover,
#trust .bg-white:hover,
#field-guide article:hover,
#estimator .bg-white:hover,
.border.border-slate-200.rounded-lg.p-6.bg-white:hover,
.bg-white.p-8.border.border-slate-200:hover {
  transform: translateY(-4px);
  border-color: rgba(14, 165, 164, 0.38) !important;
  box-shadow: 0 26px 50px rgba(15, 23, 42, 0.13) !important;
}

.text-gold-400,
.text-gold-500,
.text-gold-600 {
  color: var(--lw-warm) !important;
}

.bg-gold-600,
.bg-gold-500 {
  background-color: var(--lw-warm) !important;
}

.bg-slate-900.text-white,
.bg-\[\#1a1a1a\].text-white {
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.bg-slate-900 .text-slate-300,
.bg-\[\#1a1a1a\] .text-gray-300,
.bg-\[\#1a1a1a\] .text-gray-400 {
  color: #dbe7f7 !important;
}

.bg-slate-900 a:hover,
.bg-\[\#1a1a1a\] a:hover {
  color: #99f6e4 !important;
}

footer {
  border-top-color: var(--lw-accent) !important;
  margin-top: 20px;
}

footer .max-w-7xl {
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  padding-top: var(--lw-space-4);
}

@media (max-width: 900px) {
  main > section,
  main > .w-full > section {
    margin-block: var(--lw-space-5);
  }

  .lw-hero-block {
    border-radius: 14px;
  }
}
