:root {
  --ink: #13231f;
  --muted: #5f6d68;
  --paper: #fbfaf6;
  --surface: #f2f0e8;
  --surface-strong: #e5ece3;
  --line: #d8ded7;
  --accent: #2179bd;
  --accent-dark: #153f61;
  --accent-green: #8cc63f;
  --accent-soft: #e8f3df;
  --white: #ffffff;
  --danger: #8c2f27;
  --shadow: 0 18px 60px rgba(19, 35, 31, 0.08);
  --max: 1160px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 50;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 14px;
  font-weight: 800;
}

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

:focus-visible {
  outline: 3px solid rgba(49, 95, 82, 0.45);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(216, 222, 215, 0.8);
  background: rgba(251, 250, 246, 0.92);
  backdrop-filter: blur(18px);
}

.nav-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand img {
  width: clamp(180px, 23vw, 300px);
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a {
  text-decoration: none;
}

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

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  padding: 10px 12px;
  font: inherit;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--accent), #1f6fae);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(33, 121, 189, 0.22);
}

.button-primary:hover {
  background: var(--accent-dark);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--line);
  color: var(--ink);
}

.button-text {
  padding-inline: 0;
  color: var(--accent-dark);
  background: transparent;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(92svh - 78px);
  display: grid;
  align-items: end;
  background:
    radial-gradient(circle at 72% 24%, rgba(140, 198, 63, 0.28), transparent 26%),
    linear-gradient(90deg, rgba(19, 35, 31, 0.82), rgba(21, 63, 97, 0.56), rgba(19, 35, 31, 0.12)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=82") center / cover;
  color: var(--white);
  perspective: 1100px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 96px 24px 74px;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transform-style: preserve-3d;
}

.care-orbit {
  position: absolute;
  right: 8vw;
  top: 16vh;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(140, 198, 63, 0.58);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(-18deg);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.08);
}

.orbit-two {
  right: 14vw;
  top: 22vh;
  width: min(30vw, 390px);
  transform: rotateX(66deg) rotateZ(22deg) translateZ(50px);
  opacity: 0.7;
}

.depth-card {
  position: absolute;
  right: clamp(24px, 10vw, 140px);
  min-width: 148px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(33, 121, 189, 0.14));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  transform-style: preserve-3d;
}

.depth-card-one {
  top: 22vh;
  transform: rotateY(-24deg) rotateX(10deg) translateZ(80px);
}

.depth-card-two {
  top: 38vh;
  right: clamp(42px, 18vw, 260px);
  transform: rotateY(-30deg) rotateX(8deg) translateZ(40px);
}

.depth-card-three {
  top: 54vh;
  transform: rotateY(-18deg) rotateX(12deg) translateZ(110px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-soft);
  font-size: 0.82rem;
  font-weight: 760;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero p,
.page-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: clamp(1.06rem, 2vw, 1.26rem);
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.section {
  padding: 86px 24px;
}

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

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

.section-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 760;
  text-transform: uppercase;
}

.section-title {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-lede {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 64px;
  align-items: start;
}

.service-grid,
.blog-grid,
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.service-card,
.blog-card,
.value-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 10px 35px rgba(19, 35, 31, 0.04);
}

.service-card h3,
.blog-card h3,
.value-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.service-card p,
.blog-card p,
.value-card p {
  margin: 0;
  color: var(--muted);
}

.care-steps {
  counter-reset: step;
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.care-step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.care-step::before {
  content: counter(step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 800;
}

.care-step h3 {
  margin: 0 0 4px;
}

.care-step p {
  margin: 0;
  color: var(--muted);
}

.page-hero {
  background: var(--accent-dark);
  color: var(--white);
  padding: 86px 24px;
}

.page-hero .container {
  padding-top: 24px;
}

.page-hero h1 {
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.form-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field {
  display: grid;
  gap: 7px;
}

.field-full {
  grid-column: 1 / -1;
}

label {
  color: var(--ink);
  font-weight: 700;
  font-size: 0.94rem;
}

fieldset {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
}

.contact-list {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-list p {
  margin: 8px 0;
  color: var(--muted);
}

legend {
  padding: 0 6px;
  color: var(--ink);
  font-weight: 800;
}

.option-group {
  gap: 10px;
}

.option-group label,
.field-full > label:has(input[type="checkbox"]) {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 650;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  min-width: 18px;
  margin-top: 4px;
}

.bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 12px 13px;
}

button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.help-text,
.form-status {
  color: var(--muted);
  font-size: 0.92rem;
}

.form-status {
  min-height: 1.4em;
  margin-top: 14px;
}

.legal-content,
.article {
  max-width: 820px;
}

.legal-content h2,
.article h2 {
  margin-top: 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.legal-content p,
.article p,
.article li {
  color: var(--muted);
  font-size: 1.05rem;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 760;
  font-size: 0.82rem;
}

.cta-band {
  background: var(--accent-dark);
  color: var(--white);
}

.cta-band .section-lede {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  background: #10231f;
  color: rgba(255, 255, 255, 0.78);
  padding: 54px 24px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 32px;
}

.footer-logo {
  width: min(280px, 100%);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
  margin-bottom: 16px;
}

.site-footer h2,
.site-footer h3 {
  color: var(--white);
  margin: 0 0 12px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 38px;
  padding-top: 22px;
  font-size: 0.9rem;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    inset: 100% 16px auto 16px;
    display: none;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .brand img {
    width: min(220px, 58vw);
  }

  .nav-links[data-open] {
    display: grid;
    gap: 12px;
  }

  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .blog-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: calc(86svh - 72px);
  }

  .hero-visual {
    opacity: 0.52;
  }

  .care-orbit {
    right: -36vw;
    top: 14vh;
    width: 98vw;
  }

  .depth-card {
    right: 20px;
    min-width: 118px;
    padding: 12px 14px;
    font-size: 0.88rem;
  }

  .depth-card-one {
    top: 18vh;
  }

  .depth-card-two {
    top: 29vh;
    right: 88px;
  }

  .depth-card-three {
    top: 40vh;
  }

  .hero-inner,
  .section,
  .page-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .hero-visual {
    transform: none !important;
  }
}

/* Refined launch polish */
body {
  background:
    radial-gradient(circle at 8% 4%, rgba(140, 198, 63, 0.09), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(33, 121, 189, 0.08), transparent 26%),
    var(--paper);
}

.site-header {
  background: rgba(251, 250, 246, 0.86);
}

.hero {
  min-height: auto;
  padding: 72px 24px 90px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(251, 250, 246, 0.96), rgba(234, 243, 223, 0.78)),
    radial-gradient(circle at 80% 20%, rgba(33, 121, 189, 0.18), transparent 30%);
  color: var(--ink);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(33, 121, 189, 0.08), transparent 44%),
    radial-gradient(circle at 72% 42%, rgba(140, 198, 63, 0.16), transparent 30%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
  padding: 0;
}

.hero-copy {
  max-width: 650px;
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: var(--accent);
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(2.65rem, 5.1vw, 5.45rem);
  line-height: 1.01;
  color: var(--ink);
}

.hero p {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.hero-stage,
.story-media {
  position: relative;
  min-height: 520px;
  perspective: 1200px;
  transform-style: preserve-3d;
  transform: rotateX(var(--scene-rotate-x, 0deg)) rotateY(var(--scene-rotate-y, 0deg));
  transition: transform 260ms ease;
}

.image-slab,
.story-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 32px 90px rgba(19, 35, 31, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.74);
  transition: transform 260ms ease;
}

.image-slab img,
.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slab-main {
  inset: 42px 34px 82px 30px;
}

.slab-small {
  right: 0;
  bottom: 18px;
  width: 42%;
  height: 190px;
}

.floating-panel {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 4px;
  min-width: 210px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 70px rgba(19, 35, 31, 0.16);
  backdrop-filter: blur(18px);
  transition: transform 260ms ease;
}

.floating-panel span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.floating-panel strong {
  line-height: 1.22;
}

.panel-care {
  top: 14px;
  right: 12px;
}

.panel-rating {
  left: 0;
  bottom: 94px;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
}

.orb-green {
  right: 14%;
  top: 4%;
  width: 170px;
  height: 170px;
  background: rgba(140, 198, 63, 0.26);
}

.orb-blue {
  left: 0;
  bottom: 20%;
  width: 120px;
  height: 120px;
  background: rgba(33, 121, 189, 0.18);
}

.section {
  padding-block: 74px;
}

.section-title {
  font-size: clamp(1.9rem, 3.2vw, 3.35rem);
}

.section-lede {
  font-size: 1rem;
}

.visual-story {
  background: linear-gradient(180deg, var(--paper), #eef5ec);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.story-media {
  min-height: 450px;
}

.photo-one {
  inset: 22px 80px 58px 0;
}

.photo-two {
  width: 46%;
  height: 210px;
  right: 0;
  bottom: 0;
}

.mini-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.mini-list span {
  padding: 12px 14px;
  border-left: 3px solid var(--accent-green);
  background: rgba(255, 255, 255, 0.68);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--muted);
  font-weight: 700;
}

.service-grid,
.blog-grid,
.value-grid {
  gap: 20px;
}

.service-card,
.blog-card,
.value-card,
.form-panel {
  border-color: rgba(216, 222, 215, 0.8);
  box-shadow: 0 18px 60px rgba(19, 35, 31, 0.07);
}

.service-card,
.blog-card,
.value-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.blog-card:hover,
.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(19, 35, 31, 0.11);
}

.form-panel {
  padding: 24px;
  border-radius: 18px;
}

.form-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 22px;
}

.form-progress span {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
}

.form-progress b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--muted);
}

.form-progress span[data-active] b,
.form-progress span[data-complete] b {
  background: var(--accent);
  color: var(--white);
}

.form-step {
  min-height: 360px;
  animation: stepIn 240ms ease;
}

.form-step h3 {
  margin: 0 0 6px;
  font-size: 1.35rem;
}

.form-step-copy {
  margin: 0 0 22px;
  color: var(--muted);
}

.form-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.form-controls .button:last-child {
  margin-left: auto;
}

.option-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 0;
  padding: 0;
}

.option-cards legend {
  grid-column: 1 / -1;
  padding: 0;
  margin-bottom: 4px;
}

.option-cards label {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.option-cards label:has(input:checked) {
  border-color: var(--accent);
  background: rgba(33, 121, 189, 0.08);
  color: var(--accent-dark);
}

.reveal,
.section {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal[data-visible],
.section[data-visible] {
  opacity: 1;
  transform: translateY(0);
}

@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateX(14px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

  .hero-stage,
  .story-media {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 48px 20px 58px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 14vw, 3.55rem);
  }

  .hero-stage {
    min-height: 340px;
  }

  .slab-main {
    inset: 26px 0 68px 0;
  }

  .slab-small,
  .panel-rating {
    display: none;
  }

  .panel-care {
    top: auto;
    bottom: 12px;
    right: 8px;
    left: 8px;
  }

  .story-media {
    min-height: 320px;
  }

  .photo-one {
    inset: 0 34px 50px 0;
  }

  .photo-two {
    width: 58%;
    height: 150px;
  }

  .form-progress {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-step {
    min-height: 0;
  }

  .option-cards {
    grid-template-columns: 1fr;
  }
}

/* Clean rebuild pass: professional, calmer, more dimensional */
:root {
  --ink: #10241f;
  --muted: #66736f;
  --paper: #fbfbf7;
  --surface: #f4f7f1;
  --line: #dfe7dd;
  --accent: #2179bd;
  --accent-dark: #124568;
  --accent-green: #8cc63f;
  --accent-soft: #eef7e8;
  --shadow: 0 24px 70px rgba(16, 36, 31, 0.11);
  --max: 1180px;
}

body {
  background:
    radial-gradient(circle at 10% 4%, rgba(140, 198, 63, 0.12), transparent 25rem),
    radial-gradient(circle at 92% 10%, rgba(33, 121, 189, 0.10), transparent 28rem),
    var(--paper);
  font-size: 16px;
}

.site-header {
  border-bottom: 1px solid rgba(223, 231, 221, 0.86);
  background: rgba(251, 251, 247, 0.9);
}

.nav-shell {
  min-height: 84px;
}

.brand img {
  width: clamp(174px, 19vw, 252px);
}

.nav-links {
  gap: 20px;
  font-size: 0.9rem;
  font-weight: 700;
}

.button {
  min-height: 42px;
  padding: 11px 17px;
  border-radius: 10px;
}

.hero {
  min-height: auto;
  padding: clamp(48px, 7vw, 88px) 24px clamp(58px, 8vw, 98px);
  background: transparent;
  color: var(--ink);
}

.hero-inner {
  width: min(100%, var(--max));
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.9fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
}

.hero-copy {
  padding-block: 22px;
}

.eyebrow,
.hero .eyebrow,
.page-hero .eyebrow {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(2.55rem, 4.7vw, 4.75rem);
  line-height: 1.02;
  color: var(--ink);
}

.hero p {
  max-width: 535px;
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.13rem);
}

.hero-actions {
  margin-top: 26px;
}

.hero-stage {
  min-height: 510px;
  isolation: isolate;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 52px 42px 38px 18px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(238, 247, 232, 0.72)),
    radial-gradient(circle at 25% 16%, rgba(140, 198, 63, 0.24), transparent 18rem);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 34px 120px rgba(16, 36, 31, 0.14);
  transform: rotate(-2deg);
  z-index: -1;
}

.image-slab,
.story-photo {
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(16, 36, 31, 0.18);
}

.slab-main {
  inset: 74px 30px 74px 34px;
}

.slab-main::after,
.photo-one::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(16, 36, 31, 0.12));
}

.slab-small {
  width: 36%;
  height: 168px;
  right: 2px;
  bottom: 28px;
}

.floating-panel {
  border-radius: 18px;
  box-shadow: 0 22px 74px rgba(16, 36, 31, 0.18);
}

.panel-care {
  top: 36px;
  right: 4px;
}

.panel-rating {
  left: 2px;
  bottom: 88px;
}

.section {
  padding: clamp(58px, 7vw, 86px) 24px;
}

.section-title {
  font-size: clamp(1.85rem, 3vw, 3.1rem);
  line-height: 1.09;
}

.split {
  gap: clamp(40px, 6vw, 76px);
}

.value-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.value-card {
  padding: 20px 22px;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.blog-card,
.value-card {
  border-radius: 18px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78));
}

.visual-story {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7faf4, #eef6ea);
}

.visual-story::before {
  content: "";
  position: absolute;
  inset: auto -10% -36% 48%;
  height: 420px;
  background: radial-gradient(circle, rgba(33, 121, 189, 0.16), transparent 70%);
}

.story-grid {
  position: relative;
}

.page-hero {
  padding: 64px 24px;
  background:
    linear-gradient(135deg, rgba(18, 69, 104, 0.96), rgba(16, 36, 31, 0.92)),
    radial-gradient(circle at 70% 15%, rgba(140, 198, 63, 0.32), transparent 22rem);
}

.page-hero h1 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.form-panel {
  padding: clamp(20px, 3vw, 30px);
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(16, 36, 31, 0.13);
}

.form-step {
  min-height: 325px;
}

.form-step h3 {
  font-size: 1.24rem;
}

.form-grid {
  gap: 14px;
}

input,
select,
textarea {
  border-radius: 12px;
  padding: 12px 13px;
  border-color: #d9e3d8;
}

textarea {
  min-height: 118px;
}

.option-cards label {
  border-radius: 14px;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.option-cards label:hover {
  transform: translateY(-2px);
}

.care-step {
  border-top-color: rgba(217, 227, 216, 0.9);
}

.site-footer {
  background:
    linear-gradient(135deg, #0e241f, #12334c);
}

@media (max-width: 1060px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .hero-stage {
    min-height: 440px;
  }
}

@media (max-width: 680px) {
  .nav-shell {
    min-height: 74px;
  }

  .brand img {
    width: min(210px, 58vw);
  }

  .hero {
    padding: 38px 20px 58px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.35rem);
  }

  .hero-stage {
    min-height: 320px;
  }

  .hero-stage::before {
    inset: 28px 18px 22px 0;
  }

  .slab-main {
    inset: 42px 12px 52px 12px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .form-controls {
    flex-direction: column;
  }

  .form-controls .button {
    width: 100%;
  }
}
