:root {
  --font-sans: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  --ink: #171918;
  --muted: #626967;
  --paper: #ffffff;
  --soft: #f4f7f6;
  --mist: #e7f0ee;
  --warm: #fff4ee;
  --line: #dce4e1;
  --brand: #f99761;
  --brand-strong: #c85e2e;
  --teal: #1f696a;
  --blue: #274b75;
  --shadow: 0 18px 48px rgba(23, 25, 24, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 74px;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-sans);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 50;
  transform: translateY(-160%);
  border-radius: var(--radius);
  background: var(--ink);
  color: #ffffff;
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 228, 225, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  height: 48px;
  overflow: hidden;
}

.brand img {
  width: 76px;
  max-height: 44px;
  height: auto;
  object-fit: contain;
}

.header-nav {
  display: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: var(--radius);
  background: var(--teal);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}

.hero {
  position: relative;
  min-height: 74svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 19, 22, 0.32), rgba(10, 19, 22, 0.78)),
    url("assets/images/hero.jpeg") center / cover;
  color: #ffffff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 40, 44, 0.14);
}

.hero-shell {
  position: relative;
  z-index: 1;
  padding: 56px 0 42px;
}

.eyebrow,
.section-kicker,
.card-label,
.package-tag {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: 46px;
  line-height: 0.98;
  font-weight: 900;
}

.hero-lede {
  margin: 18px 0 0;
  max-width: 560px;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 500;
}

.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.button-primary {
  background: var(--brand);
  color: #ffffff;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hero-points {
  display: none;
  gap: 10px;
  margin: 28px 0 0;
}

.hero-points div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.hero-points dt {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.hero-points dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.intro-section,
.services-section,
.process-section,
.contacts-section {
  padding: 62px 0;
}

.intro-section {
  background: var(--paper);
}

.intro-grid {
  display: grid;
  gap: 20px;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}

.intro-grid p,
.section-heading p,
.split-copy p,
.consultation-copy p,
.process-section p {
  margin: 0;
  color: var(--muted);
}

.intro-grid > p {
  font-size: 18px;
}

.services-section {
  background: var(--soft);
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.section-heading.align-left {
  margin-bottom: 0;
}

.service-list {
  display: grid;
  gap: 16px;
}

.service-card,
.package-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.service-card-body {
  padding: 22px;
}

.service-card p {
  color: var(--muted);
}

.service-card-body > p:not(.card-label) {
  margin: 12px 0 0;
}

.check-list,
.package-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.package-card li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
  font-size: 15px;
}

.check-list li::before,
.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.packages-section {
  padding: 62px 0;
  background: var(--paper);
}

.package-grid {
  display: grid;
  gap: 14px;
}

.package-card {
  padding: 22px;
}

.package-card h3 {
  margin-bottom: 10px;
}

.package-card p:not(.package-tag) {
  margin: 0;
  color: var(--muted);
}

.package-card-featured {
  border-color: rgba(31, 105, 106, 0.32);
  background: var(--mist);
  box-shadow: var(--shadow);
}

.process-section {
  background: var(--teal);
  color: #ffffff;
}

.process-section .section-kicker {
  color: #ffc19b;
}

.process-section p {
  color: rgba(255, 255, 255, 0.78);
}

.process-grid {
  display: grid;
  gap: 30px;
}

.process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.process-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
}

.process-list h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.split-section {
  padding: 62px 0;
  background: #ffffff;
}

.split-grid {
  display: grid;
  gap: 28px;
}

.split-media img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: var(--radius);
}

.split-copy {
  display: grid;
  gap: 16px;
}

.confidence-grid {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.confidence-grid div {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  background: var(--soft);
}

.confidence-grid strong {
  font-size: 16px;
}

.confidence-grid span {
  color: var(--muted);
  font-size: 15px;
}

.consultation-section {
  padding: 62px 0;
  background: var(--warm);
}

.consultation-grid {
  display: grid;
  gap: 28px;
}

.consultation-copy {
  display: grid;
  gap: 16px;
}

.contact-strip {
  display: grid;
  gap: 8px;
}

.contact-strip a {
  color: var(--teal);
  font-weight: 800;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(200, 94, 46, 0.2);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 7px;
}

label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  padding: 13px 14px;
  min-height: 48px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(249, 151, 97, 0.5);
  outline-offset: 3px;
}

.form-submit {
  width: 100%;
  border: 0;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--teal);
  font-weight: 800;
}

.contacts-section {
  background: var(--paper);
}

.contacts-grid {
  display: grid;
  gap: 24px;
}

address {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-style: normal;
}

address a {
  color: var(--ink);
  font-weight: 800;
}

.site-footer {
  padding: 26px 0 90px;
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: #ffffff;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-grid span {
  font-weight: 900;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.74);
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px 12px 12px;
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.mobile-sticky-cta a {
  display: grid;
  place-items: center;
  min-height: 48px;
  border-radius: var(--radius);
  font-weight: 900;
}

.mobile-sticky-cta a:first-child {
  background: var(--teal);
  color: #ffffff;
}

.mobile-sticky-cta a:last-child {
  background: var(--brand);
  color: #ffffff;
}

@media (min-width: 700px) {
  body {
    padding-bottom: 0;
  }

  .section-shell {
    width: min(100% - 56px, 1180px);
  }

  .site-header {
    height: 76px;
    padding: 0 28px;
  }

  .brand img {
    width: 90px;
    max-height: 54px;
  }

  .header-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: var(--muted);
    font-weight: 800;
  }

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

  .hero {
    min-height: 88svh;
  }

  .hero-shell {
    padding: 96px 0 54px;
  }

  .hero h1 {
    font-size: 76px;
  }

  .hero-lede {
    font-size: 30px;
  }

  .hero-actions {
    display: flex;
    align-items: center;
  }

  .button {
    width: auto;
    min-width: 210px;
  }

  .hero-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
  }

  .intro-section,
  .services-section,
  .packages-section,
  .process-section,
  .split-section,
  .consultation-section,
  .contacts-section {
    padding: 92px 0;
  }

  .intro-grid {
    grid-template-columns: 0.9fr 1fr;
    align-items: start;
    gap: 62px;
  }

  h2 {
    font-size: 48px;
  }

  .section-heading {
    max-width: 700px;
    margin-bottom: 42px;
  }

  .service-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-card {
    display: grid;
    grid-template-rows: auto 1fr;
  }

  .package-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-grid,
  .split-grid,
  .consultation-grid,
  .contacts-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
    gap: 58px;
  }

  .split-media img {
    height: 560px;
  }

  .lead-form {
    padding: 28px;
  }

  .mobile-sticky-cta {
    display: none;
  }

  .site-footer {
    padding-bottom: 28px;
  }
}

@media (min-width: 1040px) {
  .service-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .service-card img {
    height: 190px;
  }

  .hero {
    min-height: 90svh;
  }
}
