:root {
  --vol-bg: #f6f8f9;
  --vol-surface: #ffffff;
  --vol-ink: #12201d;
  --vol-muted: #5f6d69;
  --vol-line: #d9e2df;
  --vol-teal: #0f766e;
  --vol-blue: #1d4ed8;
  --vol-orange: #d86a31;
  --shadow: 0 16px 36px rgba(18, 32, 29, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  color: var(--vol-ink);
  background: var(--vol-bg);
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.12;
  color: var(--vol-ink);
}

p,
li,
.form-label,
.nav-link,
small {
  color: var(--vol-muted);
}

.navbar {
  background: rgba(246, 248, 249, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(18, 32, 29, 0.08);
}

.navbar-brand {
  font-weight: 700;
  color: var(--vol-ink);
  letter-spacing: 0.03em;
}

.nav-link {
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--vol-teal);
}

.section-space {
  padding: 5.4rem 0;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 29, 0.16);
  background: #fff;
  color: var(--vol-teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  background:
    radial-gradient(circle at 8% 12%, rgba(15, 118, 110, 0.14), transparent 34%),
    radial-gradient(circle at 88% 2%, rgba(216, 106, 49, 0.13), transparent 35%),
    linear-gradient(180deg, #f6f8f9 0%, #f1f5f4 100%);
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  max-width: 14ch;
}

.lead-copy {
  font-size: 1.1rem;
  max-width: 56ch;
}

.microcopy {
  font-size: 0.92rem;
  color: #6d7b77;
}

.image-shell {
  position: relative;
}

.hero-image,
.section-image {
  width: 100%;
  object-fit: cover;
  min-height: 320px;
  box-shadow: var(--shadow);
}

.float-note {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: auto;
  max-width: 320px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid var(--vol-line);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 0.9rem;
}

.float-note strong {
  font-size: 0.95rem;
}

.float-note ul {
  margin: 0.55rem 0 0;
  padding-left: 1.1rem;
}

.stat-chip {
  border: 1px solid var(--vol-line);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  text-align: center;
  padding: 0.58rem 0.62rem;
  height: 100%;
}

.hero-trust-wrap {
  max-width: 980px;
  margin-inline: auto;
}

.hero-cta-wrap {
  max-width: 980px;
  margin-inline: auto;
}

.hero-cta-group .btn {
  min-width: 260px;
}

.section-light {
  background: #f2f6f4;
}

.section-title-wrap {
  margin-bottom: 1.7rem;
}

.section-title-wrap h2 {
  margin-bottom: 0.6rem;
}

.section-sub {
  max-width: 64ch;
  margin-inline: auto;
}

.card-clean,
.price-card,
.contact-card,
.contact-aside,
.mini-card,
.artifact-card {
  background: var(--vol-surface);
  border: 1px solid var(--vol-line);
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

.card-clean,
.price-card,
.contact-card,
.contact-aside,
.mini-card,
.artifact-card {
  padding: 1.2rem;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.7rem;
  margin-bottom: 0.65rem;
  color: #fff;
  background: linear-gradient(135deg, var(--vol-orange), #ec8a4e);
}

.card-clean h3,
.price-card h3,
.contact-aside h3 {
  font-size: 1.45rem;
  margin-bottom: 0.5rem;
}

.check-list {
  margin: 0;
  padding-left: 1.2rem;
}

.check-list li {
  margin-bottom: 0.32rem;
}

.price-card {
  background: linear-gradient(150deg, rgba(15, 118, 110, 0.08), rgba(29, 78, 216, 0.1));
}

.price-card small {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.price-card h3 {
  font-size: 2rem;
  margin: 0.5rem 0;
}

.mini-card {
  min-height: 100%;
  text-align: center;
  font-weight: 600;
}

.artifact-title {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #4f5d59;
  margin-bottom: 0.8rem;
}

.artifact-intro {
  margin-bottom: 0.9rem;
}

.artifact-subhead {
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3e4d48;
  margin-bottom: 0.45rem;
  margin-top: 0.85rem;
}

.artifact-list,
.artifact-steps {
  padding-left: 1.1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #5f6d69;
}

.artifact-list li,
.artifact-steps li {
  margin-bottom: 0.35rem;
}

.artifact-caption {
  font-size: 0.84rem;
  margin-top: 0.15rem;
  color: #5f6d69;
}

.parallax-band {
  position: relative;
  background-image: url('https://images.pexels.com/photos/4483942/pexels-photo-4483942.jpeg?auto=compress&cs=tinysrgb&w=2000');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 360px;
  display: flex;
  align-items: center;
}

.parallax-band .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.82), rgba(29, 78, 216, 0.75));
}

.parallax-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.parallax-content h2,
.parallax-content p {
  color: #fff;
}

.contact-card .section-sub {
  margin-inline: 0;
}

.contact-aside img {
  max-height: 260px;
  width: 100%;
  object-fit: cover;
}

.form-control {
  border-color: #cad4d1;
  padding: 0.7rem 0.78rem;
}

.form-control:focus {
  border-color: rgba(15, 118, 110, 0.48);
  box-shadow: 0 0 0 0.22rem rgba(15, 118, 110, 0.14);
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.btn-vol {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vol-teal), var(--vol-blue));
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.btn-vol:hover,
.btn-vol:focus {
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-vol {
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 29, 0.25);
  background: #fff;
  color: var(--vol-ink);
  font-weight: 600;
}

.btn-outline-vol:hover,
.btn-outline-vol:focus {
  color: var(--vol-ink);
  border-color: rgba(18, 32, 29, 0.4);
}

.footer-note {
  border-top: 1px solid rgba(18, 32, 29, 0.1);
  color: var(--vol-muted);
  padding: 1.8rem 0;
  font-size: 0.93rem;
  background: #f5f7f8;
}

@media (max-width: 992px) {
  .section-space {
    padding: 4.3rem 0;
  }

  .float-note {
    position: static;
    margin-top: 0.8rem;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    max-width: 100%;
  }

  .section-sub {
    max-width: 100%;
  }

  .parallax-band {
    background-attachment: scroll;
    min-height: 300px;
  }
}
