/*
Theme Name: Carnia House Care SEO
Theme URI: https://carniahousecare.it
Author: Carnia House Care
Description: Tema custom multipagina per Carnia House Care con base SEO locale, schema avanzato, blog e slug separato.
Version: 3.0.9
Text Domain: carnia-house-care-seo
*/

:root {
  --chc-ink: #10201f;
  --chc-forest: #173f33;
  --chc-forest-2: #245a45;
  --chc-moss: #6f8d5d;
  --chc-copper: #b56f45;
  --chc-snow: #eef2e8;
  --chc-fog: #dfe9e2;
  --chc-stone: #d3d8d1;
  --chc-paper: #f1eadc;
  --chc-card: #f7f2e9;
  --chc-card-strong: #efe6d4;
  --chc-muted: #5e6b66;
  --chc-white: #ffffff;
  --chc-shadow: 0 18px 50px rgba(16, 32, 31, 0.14);
  --chc-radius: 8px;
  --chc-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--chc-ink);
  background: var(--chc-snow);
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.admin-bar .site-header {
  top: 32px;
}

.chc-standalone body {
  min-height: 100dvh;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.chc-standalone body.admin-bar .site-header {
  top: calc(32px + env(safe-area-inset-top, 0px));
}

.chc-standalone .site-header {
  top: env(safe-area-inset-top, 0px);
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--chc-ink);
  color: var(--chc-white);
  border-radius: var(--chc-radius);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(239, 241, 231, 0.92);
  border-bottom: 1px solid rgba(16, 32, 31, 0.08);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(100% - 40px, var(--chc-max));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-weight: 800;
  flex: 1 1 auto;
  min-width: 0;
}

.brand-mark {
  width: 104px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--chc-forest);
  flex: 0 0 auto;
}

.brand-mark-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 0;
  line-height: 1.08;
  min-width: 0;
}

.brand-name {
  font-size: 1.06rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-place {
  color: var(--chc-muted);
  max-width: 360px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.18;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

.nav-menu {
  position: relative;
  flex: 0 0 auto;
}

.nav-menu-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  color: var(--chc-ink);
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.14);
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  list-style: none;
}

.nav-menu-toggle::-webkit-details-marker {
  display: none;
}

.nav-menu-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-menu[open] .nav-menu-toggle {
  color: var(--chc-white);
  background: var(--chc-forest);
}

.nav-menu[open] .nav-menu-toggle::after {
  transform: translateY(2px) rotate(225deg);
}

.nav-menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 120;
  width: min(320px, calc(100vw - 32px));
  max-height: min(72svh, 620px);
  overflow-y: auto;
  display: grid;
  gap: 4px;
  padding: 10px;
  color: var(--chc-ink);
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(16, 32, 31, 0.22);
}

.nav-menu:not([open]) .nav-menu-panel {
  display: none;
}

.nav-menu-panel a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--chc-ink);
  border-radius: 7px;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.nav-menu-panel a:hover,
.nav-menu-panel a:focus-visible {
  color: var(--chc-white);
  background: var(--chc-forest);
  outline: none;
}

.nav-menu-panel .nav-menu-cta {
  margin-top: 4px;
  color: var(--chc-ink);
  background: #f0c486;
  justify-content: center;
  font-weight: 950;
}

.nav-menu-panel .nav-menu-cta:hover,
.nav-menu-panel .nav-menu-cta:focus-visible {
  color: var(--chc-ink);
  background: #ffd596;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 7px 9px;
  color: var(--chc-muted);
  background: rgba(247, 242, 233, 0.72);
  border: 1px solid rgba(16, 32, 31, 0.12);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 800;
}

.language-select {
  min-height: 30px;
  color: var(--chc-ink);
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 84svh;
  overflow: hidden;
  color: var(--chc-white);
  background: var(--chc-ink);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 18, 18, 0.88) 0%, rgba(7, 18, 18, 0.72) 38%, rgba(7, 18, 18, 0.18) 72%, rgba(7, 18, 18, 0.2) 100%),
    linear-gradient(180deg, rgba(7, 18, 18, 0.08) 0%, rgba(7, 18, 18, 0.64) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, var(--chc-max));
  min-height: 84svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 700px);
  align-content: center;
  padding: 72px 0 88px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #cfe3d7;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.2rem;
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.23rem;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  color: var(--chc-ink);
  background: #f0c486;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ffd596;
  outline: none;
}

.button-secondary {
  color: var(--chc-white);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.09);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: none;
}

.button-dark {
  color: var(--chc-white);
  background: var(--chc-forest);
}

.button-light {
  color: var(--chc-ink);
  border-color: rgba(16, 32, 31, 0.16);
  background: var(--chc-card);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
}

.site-directory-section {
  padding: 34px 0 42px;
  background: var(--chc-snow);
  border-bottom: 1px solid rgba(16, 32, 31, 0.08);
}

.site-directory-head {
  max-width: 780px;
  margin-bottom: 18px;
}

.site-directory-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.site-directory-head p:last-child {
  margin: 10px 0 0;
  color: var(--chc-muted);
}

.site-directory {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.directory-link {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  color: var(--chc-ink);
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.12);
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(16, 32, 31, 0.06);
}

.directory-link:hover,
.directory-link:focus-visible {
  color: var(--chc-white);
  background: var(--chc-forest);
  outline: 3px solid rgba(23, 63, 51, 0.16);
}

.page-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--chc-white);
  background: var(--chc-ink);
}

.page-hero-media {
  position: absolute;
  inset: 0;
}

.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 32, 31, 0.88), rgba(16, 32, 31, 0.58)),
    linear-gradient(0deg, rgba(16, 32, 31, 0.45), transparent 45%);
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  padding: 150px 0 96px;
}

.page-hero h1 {
  max-width: 850px;
  margin: 12px 0 0;
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  line-height: 0.98;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
}

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

.breadcrumbs span::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.42);
}

.section {
  padding: 92px 0;
}

.section-compact {
  padding: 64px 0;
}

.section-dark {
  color: var(--chc-white);
  background: var(--chc-forest);
}

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

.section-fog {
  background: var(--chc-fog);
}

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

.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--chc-copper);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-dark .section-kicker {
  color: #f0c486;
}

.section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-head p {
  margin: 18px 0 0;
  color: var(--chc-muted);
  font-size: 1.08rem;
}

.section-dark .section-head p,
.section-dark .muted {
  color: rgba(255, 255, 255, 0.76);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 56px;
  align-items: start;
}

.lead-copy {
  font-size: 1.2rem;
}

.lead-copy p {
  margin: 0 0 18px;
}

.about-profile {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 28px;
}

.about-profile-photo {
  margin: 0;
}

.about-profile-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: var(--chc-radius);
  box-shadow: var(--chc-shadow);
}

.about-profile-copy {
  padding: 30px;
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: var(--chc-radius);
  box-shadow: var(--chc-shadow);
}

.about-profile-copy h2 {
  margin: 0 0 16px;
  font-size: 2.4rem;
}

.about-profile-copy p {
  margin: 0 0 15px;
  color: var(--chc-muted);
  font-size: 1.06rem;
}

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

.seo-card {
  padding: 30px;
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: var(--chc-radius);
  box-shadow: var(--chc-shadow);
}

.seo-card h2 {
  margin: 0 0 14px;
  font-size: 1.85rem;
  line-height: 1.1;
}

.seo-card p {
  margin: 0;
  color: var(--chc-muted);
}

.seo-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.seo-list li {
  position: relative;
  padding-left: 24px;
  color: var(--chc-ink);
  font-weight: 750;
}

.seo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 9px;
  height: 9px;
  background: var(--chc-copper);
  border-radius: 999px;
}

.report-example-section {
  background: var(--chc-snow);
}

.report-example-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: 18px;
  align-items: start;
}

.report-summary-panel,
.report-detail-card,
.report-photo-card {
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: var(--chc-radius);
  box-shadow: var(--chc-shadow);
}

.report-summary-panel {
  position: sticky;
  top: 110px;
  padding: 28px;
}

.report-summary-panel h2 {
  margin: 0 0 18px;
  font-size: 2rem;
}

.report-summary-panel dl {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}

.report-summary-panel dt {
  color: var(--chc-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.report-summary-panel dd {
  margin: 0;
  font-weight: 850;
}

.report-priority {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: #79311d;
  background: #f3d0c7;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.report-demo-note {
  margin: 0 0 18px;
  color: var(--chc-muted);
}

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

.report-detail-card {
  padding: 22px;
}

.report-detail-card h2 {
  margin: 0 0 10px;
  color: var(--chc-forest);
  font-size: 1.2rem;
}

.report-detail-card p {
  margin: 0;
  color: var(--chc-ink);
}

.report-photo-section {
  margin-top: 42px;
}

.report-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.report-photo-card {
  margin: 0;
  overflow: hidden;
}

.report-photo-card a,
.report-photo-card img {
  display: block;
}

.report-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.report-photo-card figcaption {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.report-photo-card figcaption span {
  color: var(--chc-copper);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.report-photo-card figcaption strong {
  color: var(--chc-forest);
  font-size: 1.02rem;
}

.report-photo-card figcaption p {
  margin: 0;
  color: var(--chc-muted);
}

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

.blog-card {
  min-height: 100%;
  padding: 28px;
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: var(--chc-radius);
  box-shadow: var(--chc-shadow);
}

.blog-card h2 {
  margin: 8px 0 14px;
  font-size: 1.45rem;
  line-height: 1.18;
}

.blog-card h2 a {
  text-decoration: none;
}

.blog-card p {
  margin: 0 0 18px;
  color: var(--chc-muted);
}

.article-shell {
  max-width: 860px;
}

.article-body {
  padding: 42px;
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: var(--chc-radius);
  box-shadow: var(--chc-shadow);
}

.article-body h2 {
  margin: 34px 0 12px;
  font-size: 2rem;
  line-height: 1.12;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p {
  margin: 0 0 18px;
  color: var(--chc-muted);
  font-size: 1.06rem;
}

.article-body ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 26px;
  padding-left: 22px;
}

.article-body li {
  color: var(--chc-ink);
  font-weight: 650;
}

.page-cta-section {
  background: var(--chc-snow);
}

.page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  background: var(--chc-card-strong);
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: var(--chc-radius);
}

.page-cta h2 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.page-cta p {
  max-width: 720px;
  margin: 0;
  color: var(--chc-muted);
}

.target-section {
  background: var(--chc-snow);
}

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

.target-card {
  min-height: 280px;
  padding: 30px;
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: var(--chc-radius);
  box-shadow: var(--chc-shadow);
}

.target-card-strong {
  background: #f1e5d0;
}

.target-card h3 {
  margin: 8px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.08;
}

.target-card p:not(.package-label) {
  margin: 0 0 22px;
  color: var(--chc-muted);
}

.lead-magnet-section {
  background: var(--chc-snow);
}

.lead-magnet-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: start;
}

.lead-magnet-copy {
  padding: 32px;
  background: var(--chc-card-strong);
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: var(--chc-radius);
}

.lead-magnet-copy h2 {
  margin: 0 0 14px;
  font-size: 2.45rem;
}

.lead-magnet-copy p {
  margin: 0;
  color: var(--chc-muted);
}

.lead-form,
.contact-form {
  display: grid;
  gap: 14px;
  padding: 26px;
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: var(--chc-radius);
  box-shadow: var(--chc-shadow);
}

.lead-form label,
.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--chc-ink);
  font-weight: 850;
}

.lead-form input,
.lead-form select,
.contact-form input,
.contact-form textarea {
  min-height: 46px;
  padding: 10px 12px;
  color: var(--chc-ink);
  background: #fffaf2;
  border: 1px solid rgba(16, 32, 31, 0.18);
  border-radius: 8px;
	font: inherit;
}

.lead-form input:focus,
.lead-form select:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--chc-forest);
  outline: 3px solid rgba(23, 63, 51, 0.12);
}

.contact-form {
  margin-top: 24px;
}

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

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.form-success {
  margin: 0;
  padding: 12px;
  color: #123f31;
  background: #dcefe5;
  border: 1px solid rgba(18, 63, 49, 0.18);
  border-radius: 8px;
  font-weight: 850;
}

.lead-consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: var(--chc-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.lead-consent input {
  min-height: auto;
  margin-top: 3px;
}

.lead-hidden {
  position: absolute;
  left: -9999px;
}

.lead-error {
  margin: 0;
  padding: 12px;
  color: #7a251f;
  background: #f7ddd9;
  border: 1px solid rgba(122, 37, 31, 0.18);
  border-radius: 8px;
  font-weight: 800;
}

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

.promise {
  min-height: 178px;
  padding: 24px;
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.08);
  border-radius: var(--chc-radius);
  box-shadow: 0 12px 32px rgba(16, 32, 31, 0.06);
}

.promise strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.promise p {
  margin: 0;
  color: var(--chc-muted);
  font-size: 0.96rem;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 52px;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: var(--chc-radius);
  background: rgba(16, 32, 31, 0.12);
}

.stat {
  min-height: 128px;
  padding: 24px;
  background: var(--chc-card);
}

.stat strong {
  display: block;
  color: var(--chc-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 8px;
  color: var(--chc-muted);
  font-weight: 700;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.price-card,
.process-card,
.partner-card {
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.08);
  border-radius: var(--chc-radius);
  box-shadow: 0 14px 36px rgba(16, 32, 31, 0.08);
}

.service-card {
  min-height: 238px;
  padding: 28px;
}

.service-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  display: grid;
  place-items: center;
  color: var(--chc-white);
  background: var(--chc-forest);
  border-radius: 8px;
}

.service-icon svg {
  width: 23px;
  height: 23px;
}

.service-card h3,
.price-card h3,
.process-card h3,
.partner-card h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
  line-height: 1.25;
}

.service-card p,
.process-card p,
.partner-card p {
  margin: 0;
  color: var(--chc-muted);
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--chc-forest);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  outline: none;
}

.promo-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 20px;
  padding: 22px 24px;
  color: var(--chc-ink);
  background: #efd6a6;
  border: 1px solid rgba(181, 111, 69, 0.22);
  border-radius: var(--chc-radius);
}

.promo-strip p {
  margin: 6px 0 0;
  color: #5d452f;
}

.promo-strip strong {
  font-size: 1.05rem;
}

.package-context {
  margin: 0 0 20px;
  padding: 22px 24px;
  border: 1px solid rgba(23, 63, 51, 0.14);
  border-radius: var(--chc-radius);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 12px 28px rgba(16, 32, 31, 0.06);
}

.package-context strong {
  display: block;
  margin-bottom: 6px;
  color: var(--chc-forest);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.25;
}

.package-context p {
  margin: 0;
  color: var(--chc-muted);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.price-card {
  position: relative;
  min-height: 560px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  border-color: rgba(36, 90, 69, 0.4);
  box-shadow: 0 22px 48px rgba(23, 63, 51, 0.18);
}

.package-label {
  margin: 0 0 6px;
  color: var(--chc-copper);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 14px 0 4px;
}

.price .currency {
  font-size: 1.5rem;
  font-weight: 900;
}

.price .amount {
  color: var(--chc-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  line-height: 1;
}

.price .period {
  color: var(--chc-muted);
  font-weight: 800;
}

.price-note {
  min-height: 28px;
  margin: 0 0 18px;
  color: var(--chc-muted);
  font-size: 0.92rem;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 26px;
  color: #31423d;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  background: var(--chc-moss);
  border-radius: 50%;
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.badge {
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 7px 10px;
  color: var(--chc-white);
  background: var(--chc-copper);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-card {
  min-height: 250px;
  padding: 26px;
}

.step-number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 26px;
  place-items: center;
  color: var(--chc-white);
  background: var(--chc-copper);
  border-radius: 8px;
  font-weight: 900;
}

.area-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 44px;
  align-items: center;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.area-list li {
  padding: 9px 12px;
  color: var(--chc-ink);
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.08);
  border-radius: 8px;
  font-weight: 800;
}

.map-panel {
  min-height: 420px;
  padding: 30px;
  color: var(--chc-white);
  background:
    linear-gradient(135deg, rgba(16, 32, 31, 0.82), rgba(23, 63, 51, 0.94)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px);
  border-radius: var(--chc-radius);
  box-shadow: var(--chc-shadow);
}

.map-panel h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.route-lines {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.route-line {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px;
  align-items: center;
}

.route-line span:first-child {
  color: #f0c486;
  font-weight: 900;
}

.route-line span:last-child {
  height: 10px;
  background: linear-gradient(90deg, #f0c486, rgba(255, 255, 255, 0.1));
  border-radius: 999px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.partner-card {
  min-height: 250px;
  padding: 28px;
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: var(--chc-card);
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: var(--chc-radius);
  box-shadow: 0 12px 32px rgba(16, 32, 31, 0.06);
}

.faq-list summary {
  min-height: 62px;
  padding: 18px 54px 18px 22px;
  position: relative;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--chc-copper);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--chc-muted);
}

.guarantees {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.guarantee {
  min-height: 120px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--chc-radius);
}

.guarantee strong {
  display: block;
  margin-bottom: 8px;
}

.guarantee span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
}

.cta-section {
  position: relative;
  overflow: hidden;
  color: var(--chc-white);
  background: var(--chc-ink);
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 32, 31, 0.94), rgba(16, 32, 31, 0.76)),
    url("assets/img/hero-carnia-house-care.png") center / cover no-repeat;
  opacity: 1;
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.cta-content h2 {
  font-size: 3.4rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.copy-email-button {
  min-width: 142px;
}

.contact-note {
  max-width: 640px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
}

.mail-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.mail-options .button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.94rem;
}

.pdf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pdf-preview {
  overflow: hidden;
  margin-top: 22px;
  background: var(--chc-white);
  border: 1px solid rgba(16, 32, 31, 0.12);
  border-radius: var(--chc-radius);
  box-shadow: 0 12px 32px rgba(16, 32, 31, 0.08);
}

.pdf-preview iframe {
  display: block;
  width: 100%;
  height: min(620px, 78vh);
  border: 0;
}

.contact-grid-single {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-item {
  min-height: 132px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--chc-radius);
}

.contact-item span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-item a,
.contact-item strong {
  display: block;
  margin-top: 10px;
  color: var(--chc-white);
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.7);
  background: #0b1514;
}

.footer-inner {
  width: min(100% - 40px, var(--chc-max));
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.92rem;
}

.footer-company {
  display: grid;
  gap: 5px;
  max-width: 520px;
}

.footer-company strong {
  color: var(--chc-white);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  max-width: 560px;
}

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

@media (max-width: 980px) {
  .hero h1 {
    font-size: 4rem;
  }

  .intro-grid,
  .about-profile,
  .report-example-shell,
  .area-layout {
    grid-template-columns: 1fr;
  }

  .report-summary-panel {
    position: static;
  }

  .services-grid,
  .price-grid,
  .partner-grid,
  .target-grid,
  .blog-card-grid,
  .report-photo-grid,
  .page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-directory {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lead-magnet-layout,
  .process-grid,
  .guarantees,
  .contact-grid,
  .stats-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.admin-bar .site-header {
    top: 0;
  }

  .nav-shell,
  .container,
  .footer-inner {
    width: min(100% - 28px, var(--chc-max));
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 78px;
    height: 44px;
  }

  .brand-name {
    font-size: 0.88rem;
  }

  .brand-place {
    max-width: 210px;
    font-size: 0.62rem;
  }

  .header-actions {
    gap: 8px;
  }

  .language-switcher {
    padding: 6px 7px;
  }

  .language-switcher span {
    display: none;
  }

  .language-select {
    max-width: 96px;
    font-size: 0.8rem;
  }

  .hero {
    min-height: 66svh;
  }

  .hero-media img {
    object-position: 66% center;
  }

  .hero-inner {
    min-height: 66svh;
    padding: 38px 0 42px;
  }

  .hero h1 {
    font-size: 2.82rem;
    line-height: 1;
  }

  .page-hero {
    min-height: auto;
  }

  .page-hero-inner {
    padding: 126px 0 72px;
  }

  .page-hero h1 {
    font-size: 2.75rem;
  }

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

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

  .hero-proof {
    display: none;
  }

  .section {
    padding: 68px 0;
  }

  .site-directory-section {
    padding: 28px 0 34px;
  }

  .site-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-directory-head h2 {
    font-size: 1.9rem;
  }

  .section h2,
  .cta-content h2 {
    font-size: 2.25rem;
  }

  .promise-grid,
  .services-grid,
  .price-grid,
  .process-grid,
  .partner-grid,
  .target-grid,
  .blog-card-grid,
  .report-detail-grid,
  .report-photo-grid,
  .page-grid,
  .guarantees,
  .contact-grid,
  .stats-band {
    grid-template-columns: 1fr;
  }

  .seo-card,
  .about-profile-copy,
  .report-summary-panel,
  .report-detail-card,
  .blog-card,
  .article-body,
  .target-card,
  .lead-magnet-copy,
  .lead-form,
  .contact-form,
  .page-cta {
    padding: 24px;
  }

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

  .lead-magnet-layout {
    grid-template-columns: 1fr;
  }

  .page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .promo-strip {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
  }

  .map-panel {
    min-height: 360px;
  }

  .route-line {
    grid-template-columns: 88px 1fr;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .nav-shell {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 0;
  }

  .brand {
    flex-basis: 100%;
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .nav-menu-panel {
    left: 0;
    right: auto;
  }

  .brand-mark {
    width: 62px;
    height: 38px;
  }

  .language-select {
    max-width: 76px;
  }
}

@media (max-width: 480px) {
  .nav-shell {
    width: min(100% - 20px, var(--chc-max));
  }

  .brand-name {
    font-size: 0.78rem;
  }

  .brand-place {
    display: block;
    max-width: 128px;
    font-size: 0.52rem;
  }

  .site-directory {
    grid-template-columns: 1fr;
  }
}

