:root {
  --navy: #08245f;
  --blue: #075fd0;
  --blue-dark: #034aaa;
  --ink: #101d3d;
  --muted: #64708a;
  --line: #dbe5f4;
  --soft: #f5f8fc;
  --white: #ffffff;
  --green: #138a48;
  --shadow: 0 18px 45px rgba(8, 36, 95, 0.12);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

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

a {
  text-decoration: none;
}

.btn {
  border-radius: 8px;
  font-weight: 700;
  padding: 0.78rem 1.35rem;
}

.btn-primary {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 10px 24px rgba(7, 95, 208, 0.18);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.btn-outline-primary {
  border-color: var(--blue);
  color: var(--blue);
}

.site-nav {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 229, 244, 0.85);
  min-height: 86px;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-nav.is-scrolled {
  box-shadow: 0 12px 36px rgba(8, 36, 95, 0.08);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.65rem;
  margin-right: 0;
  max-width: calc(100% - 58px);
  overflow: hidden;
}

.brand-logo {
  display: block;
  border-radius: 8px;
  height: 54px;
  max-height: 54px;
  object-fit: contain;
  width: 54px;
}

.brand-name strong {
  color: var(--navy);
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.brand-name small {
  color: var(--blue);
  display: block;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}

.nav-link {
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 650;
}

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

.nav-link.active {
  color: var(--blue);
}

.nav-actions {
  align-items: stretch;
}

.language-switch {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 0.32rem;
  justify-content: center;
  min-height: 44px;
  padding: 0 0.85rem;
}

.language-switch a {
  color: var(--muted);
}

.language-switch a.active,
.language-switch a:hover,
.language-switch a:focus {
  color: var(--blue);
}

.language-switch span {
  color: #b7c4d9;
}

.language-switch-mobile {
  display: none;
}

.hero {
  min-height: 620px;
  overflow: hidden;
  padding: 160px 0 90px;
  position: relative;
}

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

.hero-media::before,
.hero-media::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 28%, rgba(255, 255, 255, 0.18) 60%, rgba(255, 255, 255, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 68%, #ffffff 100%),
    var(--hero-image) center right / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}

.hero-media::before {
  --hero-image: url("/assets/images/hero-mediterranean-home.jpg");
}

.hero-media::after {
  --hero-image: url("/assets/images/hero-venttilia-circle.png");
  animation: heroCrossfade 10s ease-in-out infinite;
  opacity: 0;
}

@keyframes heroCrossfade {
  0%,
  42% {
    opacity: 0;
  }

  50%,
  92% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h1 {
  color: var(--navy);
  font-size: clamp(2.45rem, 4.8vw, 4.85rem);
  font-weight: 850;
  line-height: 1.03;
  margin-bottom: 1.35rem;
}

.hero-copy {
  color: #26365f;
  font-size: clamp(1.08rem, 1.6vw, 1.45rem);
  margin-bottom: 2rem;
  max-width: 560px;
}

.benefit-row {
  display: grid;
  gap: 0.9rem 1.15rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 2rem;
  max-width: 650px;
}

.benefit-row span {
  align-items: center;
  color: var(--navy);
  display: flex;
  font-size: 0.92rem;
  font-weight: 750;
  gap: 0.55rem;
}

.benefit-row i {
  color: var(--blue);
  font-size: 1.55rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 52%, rgba(255, 255, 255, 0.55) 100%),
    url("/assets/images/visit-balcony.jpg") center / cover no-repeat;
  padding: 155px 0 70px;
}

.page-hero h1 {
  color: var(--navy);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 850;
  line-height: 1.05;
  margin-bottom: 1rem;
  max-width: 780px;
}

.page-hero p {
  color: #26365f;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  max-width: 720px;
}

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

.summary-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 210px;
  padding: 28px;
}

.summary-grid i {
  color: var(--blue);
  display: block;
  font-size: 2rem;
  margin-bottom: 18px;
}

.summary-grid h3 {
  color: var(--navy);
  font-size: 1.15rem;
  font-weight: 850;
}

.summary-grid p {
  color: var(--muted);
  margin: 0;
}

.home-proof-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
}

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

.proof-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.proof-card-large {
  grid-row: auto;
}

.proof-card-blue {
  background: var(--white);
  color: var(--ink);
}

.proof-image {
  aspect-ratio: 16 / 10;
  background-position: center;
  background-size: cover;
  min-height: 0;
}

.proof-open {
  background-image: url("/assets/images/home-open-shutter.jpg");
}

.proof-photo {
  background-image:
    linear-gradient(135deg, rgba(8, 36, 95, 0.12), rgba(7, 95, 208, 0.08)),
    url("/assets/images/visit-balcony.jpg");
}

.proof-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.proof-kicker {
  color: var(--blue);
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.proof-content h3 {
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 850;
  margin-bottom: 0.65rem;
}

.proof-content p {
  color: var(--muted);
  margin: 0;
}

.proof-mini-grid {
  aspect-ratio: 16 / 10;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 0;
}

.proof-tile {
  align-items: center;
  background-position: center;
  background-size: cover;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  font-weight: 850;
  gap: 0.45rem;
  justify-content: flex-start;
  padding: 18px 10px;
  position: relative;
  text-align: center;
}

.proof-tile::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.2));
  content: "";
  inset: 0;
  position: absolute;
}

.proof-tile i,
.proof-tile span {
  position: relative;
}

.proof-tile i {
  color: var(--blue);
  font-size: 1.9rem;
}

.proof-water {
  background-image: url("/assets/images/visit-bathroom.jpg");
}

.proof-electric {
  background-image: url("/assets/images/home-electric-panel.jpg");
}

.proof-humidity {
  background-image: url("/assets/images/visit-terrace-leaves.jpg");
}

.cta-band {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--white);
  padding: 44px 0;
}

.cta-grid {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.cta-band h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 850;
  margin: 0 0 0.4rem;
}

.cta-band p {
  margin: 0;
  opacity: 0.86;
}

.section {
  padding: 72px 0;
}

.section-compact {
  padding-top: 38px;
}

.section-title {
  margin: 0 auto 38px;
  max-width: 760px;
  text-align: center;
}

.section-title h2,
.client-section h2,
.visit-card h2,
.about-section h2,
.contact-section h2 {
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 820;
  line-height: 1.15;
}

.section-title p,
.client-section p,
.about-section p,
.contact-section p {
  color: var(--muted);
  margin-bottom: 0;
}

.section-kicker {
  color: var(--blue);
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.commercial-section {
  background: #ffffff;
  padding-top: 24px;
}

.commercial-panel {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 56%, rgba(255, 255, 255, 0.2) 100%),
    url("/assets/images/hero-venttilia-circle.png") center right / cover no-repeat;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  overflow: hidden;
  padding: 34px;
}

.commercial-copy h2 {
  color: var(--navy);
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  font-weight: 850;
  line-height: 1.08;
  margin-bottom: 1rem;
  max-width: 820px;
}

.commercial-copy p {
  color: #34425f;
  font-size: 1.02rem;
  margin-bottom: 0.8rem;
  max-width: 820px;
}

.commercial-list {
  align-content: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(219, 229, 244, 0.9);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 22px;
}

.commercial-list span {
  align-items: center;
  color: var(--navy);
  display: flex;
  font-weight: 850;
  gap: 0.75rem;
}

.commercial-list i {
  color: var(--blue);
  font-size: 1.35rem;
}

.commercial-list strong {
  border-top: 1px solid var(--line);
  color: var(--navy);
  display: block;
  line-height: 1.35;
  margin-top: 4px;
  padding-top: 14px;
}

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

.step-item {
  border-right: 1px solid var(--line);
  min-height: 215px;
  padding: 0 28px;
  position: relative;
  text-align: center;
}

.step-item:last-child {
  border-right: 0;
}

.step-number {
  align-items: center;
  background: var(--blue);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  margin-bottom: 12px;
  width: 26px;
}

.step-item > i {
  color: var(--blue);
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 18px;
}

.step-item h3,
.service-item h3 {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.step-item p {
  color: #3d4a68;
  font-size: 0.95rem;
  margin: 0 auto;
  max-width: 220px;
}

.plans-section,
.contact-section {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.pricing-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
}

.pricing-grid-detailed {
  align-items: stretch;
  max-width: 1420px;
}

.price-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 34px 22px 24px;
  position: relative;
}

.price-card.featured {
  border-color: var(--blue);
  transform: translateY(-18px);
}

.badge-strip {
  background: var(--blue);
  border-radius: 8px 8px 0 0;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 850;
  left: -1px;
  padding: 0.62rem;
  position: absolute;
  right: -1px;
  text-align: center;
  text-transform: uppercase;
  top: -1px;
}

.price-card.featured h3 {
  margin-top: 18px;
}

.price-card h3 {
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 850;
  margin-bottom: 0.2rem;
  text-align: center;
  text-transform: uppercase;
}

.price-subtitle {
  color: #203055;
  font-size: 0.95rem;
  margin: 0;
  min-height: 30px;
  text-align: center;
}

.price {
  align-items: baseline;
  color: var(--muted);
  display: flex;
  gap: 0.45rem;
  justify-content: center;
  margin: 10px 0 24px;
}

.price strong {
  color: var(--blue);
  font-size: clamp(2.45rem, 3.4vw, 3rem);
  line-height: 1;
}

.price span {
  color: var(--navy);
  font-weight: 750;
}

.contract-note {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 720;
  margin: -14px 0 18px;
  text-align: center;
}

.plan-summary {
  color: #34425f;
  font-size: 0.96rem;
  margin: 0 0 18px;
  text-align: center;
}

.price-card h4 {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 850;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

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

.price-card li {
  align-items: flex-start;
  color: #2b3858;
  display: flex;
  font-size: 0.94rem;
  gap: 0.55rem;
}

.price-card li i,
.check-list li::before {
  color: var(--green);
}

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

.plan-detail-box {
  background: #f7fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0 0 18px;
  padding: 16px;
}

.plan-detail-box strong {
  color: var(--navy);
  display: block;
  font-size: 0.92rem;
  font-weight: 850;
  margin-bottom: 0.45rem;
}

.plan-detail-box p {
  color: #34425f;
  font-size: 0.9rem;
  margin: 0;
}

.plan-optional-box {
  background: #ffffff;
}

.plan-optional-box ul {
  gap: 0.45rem;
  margin: 0.8rem 0 0;
}

.plan-optional-box li {
  font-size: 0.88rem;
}

.plan-note {
  align-items: center;
  color: var(--blue);
  display: flex;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: center;
  margin: 26px 0 0;
  text-align: center;
}

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

.plain-list {
  display: grid;
  gap: 0.9rem;
  list-style: none;
  margin: 1.55rem 0;
  padding: 0;
}

.plain-list li {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.plain-list i {
  color: var(--blue);
  font-size: 1.25rem;
}

.dashboard-mockup {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  overflow: hidden;
}

.dashboard-mockup aside {
  background: linear-gradient(160deg, var(--navy), #132f65);
  color: var(--white);
  display: grid;
  gap: 0.5rem;
  align-content: start;
  min-width: 0;
  padding: 28px 20px;
}

.mock-logo {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  margin-bottom: 22px;
}

.mock-logo img {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  height: 44px;
  width: 44px;
}

.mock-logo span {
  color: var(--white);
  font-weight: 900;
  line-height: 1;
}

.mock-logo small {
  font-size: 0.78rem;
}

.dashboard-mockup aside span {
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  display: flex;
  gap: 0.7rem;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 0.78rem 0.85rem;
}

.dashboard-mockup aside .active {
  background: rgba(255, 255, 255, 0.13);
  color: var(--white);
}

.mock-main {
  padding: 28px;
}

.mock-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 20px;
}

.mock-header h3 {
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 850;
  margin: 0;
}

.mock-header button {
  background: var(--blue);
  border: 0;
  border-radius: 8px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 0.72rem 1rem;
}

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

.home-card,
.side-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(8, 36, 95, 0.07);
}

.home-card {
  display: grid;
  gap: 18px;
  grid-column: 1;
  grid-template-columns: 126px minmax(0, 1fr);
  padding: 14px;
}

.thumb {
  background:
    linear-gradient(135deg, rgba(7, 95, 208, 0.15), rgba(19, 138, 72, 0.08)),
    url("/assets/images/property-villa.jpg") center / cover no-repeat;
  border-radius: 8px;
  min-height: 112px;
}

.thumb-two {
  background:
    linear-gradient(135deg, rgba(7, 95, 208, 0.15), rgba(19, 138, 72, 0.08)),
    url("/assets/images/property-apartment.jpg") center / cover no-repeat;
}

.home-card h4 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 850;
  margin: 0 0 0.15rem;
}

.home-card p,
.home-card small,
.side-card p,
.side-card span {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
}

.status {
  color: var(--green) !important;
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  margin-top: 0.45rem;
}

.side-card {
  padding: 18px;
}

.side-card strong {
  color: var(--navy);
  display: block;
  font-size: 1.2rem;
  margin: 0.45rem 0 0.25rem;
}

.visit-section {
  background: #ffffff;
  padding-top: 28px;
}

.visit-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 24px;
  grid-template-columns: 1.15fr 1fr 1.25fr 1.55fr;
  padding: 26px;
}

.visit-card h3 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 850;
}

.visit-card p,
.visit-card span,
.visit-card small {
  color: #3d4a68;
  display: block;
}

.check-list {
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li::before {
  content: "✓";
  font-weight: 900;
  margin-right: 0.45rem;
}

.photo-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.photo-strip span {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(8, 36, 95, 0.15)),
    url("/assets/images/visit-bathroom.jpg") center / cover no-repeat;
  border-radius: 8px;
  min-height: 96px;
}

.photo-strip span:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(8, 36, 95, 0.15)),
    url("/assets/images/visit-balcony.jpg") center / cover no-repeat;
}

.photo-strip span:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(8, 36, 95, 0.15)),
    url("/assets/images/visit-terrace-leaves.jpg") center / cover no-repeat;
}

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

.service-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 156px;
  padding: 24px 16px;
  text-align: center;
}

.service-item i {
  color: var(--blue);
  display: block;
  font-size: 2rem;
  margin-bottom: 14px;
}

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

.service-detail {
  min-height: 220px;
}

.service-detail p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
}

.about-section {
  background: linear-gradient(135deg, var(--navy), #17417f);
  color: var(--white);
}

.about-section h2,
.about-section p {
  color: var(--white);
}

.about-section p {
  opacity: 0.84;
}

.trust-panel {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.trust-panel span {
  align-items: baseline;
  display: flex;
  gap: 0.75rem;
}

.trust-panel strong {
  font-size: 2rem;
}

.contact-card,
.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-card {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
  padding: 22px;
}

.contact-card span,
.contact-card a {
  align-items: center;
  color: var(--navy);
  display: flex;
  font-weight: 750;
  gap: 0.75rem;
  text-decoration: none;
}

.contact-card a:hover {
  color: var(--blue);
}

.contact-card i {
  color: var(--blue);
  font-size: 1.2rem;
}

.contact-form {
  padding: 28px;
}

.contact-hp {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.contact-form label {
  color: var(--navy);
  font-weight: 780;
  margin-bottom: 0.45rem;
}

.form-control {
  border-color: var(--line);
  border-radius: 8px;
  min-height: 48px;
}

.form-control:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.18rem rgba(7, 95, 208, 0.12);
}

.legal-section {
  background: var(--white);
}

.legal-content {
  max-width: 920px;
}

.legal-content h2 {
  color: var(--navy);
  font-size: 1.35rem;
  margin: 2rem 0 0.65rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-content ul {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}

.legal-content a {
  color: var(--blue);
  font-weight: 800;
}

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

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

.footer-brand {
  color: var(--white);
}

.footer-brand .brand-name strong,
.footer-brand .brand-name small {
  color: var(--white);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.84);
}

.footer-contact-link {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  white-space: nowrap;
}

.footer-contact-link i {
  color: #2f8cff;
  font-size: 1.05rem;
}

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

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

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

@media (max-width: 991.98px) {
  .site-nav {
    min-height: 76px;
  }

  .nav-actions {
    align-items: stretch;
  }

  .site-nav .brand-logo {
    height: 48px;
    max-height: 48px;
    width: 48px;
  }

  .hero {
    min-height: auto;
    padding: 128px 0 68px;
  }

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

  .hero-media {
    overflow: hidden;
  }

  .hero-media::before,
  .hero-media::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.36) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 72%, #ffffff 100%),
      var(--hero-image) center / cover no-repeat;
  }

  .steps-grid,
  .pricing-grid,
  .summary-grid,
  .service-detail-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-card-large {
    grid-row: auto;
  }

  .step-item:nth-child(2) {
    border-right: 0;
  }

  .price-card.featured {
    transform: none;
  }

  .commercial-panel {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 100%),
      url("/assets/images/hero-venttilia-circle.png") center / cover no-repeat;
    grid-template-columns: 1fr;
  }

  .dashboard-mockup {
    grid-template-columns: 1fr;
  }

  .dashboard-mockup aside {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mock-logo {
    grid-column: 1 / -1;
  }

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

  .side-card {
    grid-column: 1;
  }
}

@media (max-width: 767.98px) {
  .site-nav .container {
    flex-wrap: nowrap;
    gap: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-brand.brand {
    flex: 0 0 136px;
    gap: 0.42rem;
    height: 46px;
    max-width: 136px;
    min-width: 136px;
    padding: 0;
  }

  .language-switch-mobile {
    display: inline-flex;
    flex: 1 1 auto;
    font-size: 0.58rem;
    gap: 0.1rem;
    min-height: 36px;
    min-width: 0;
    padding: 0 0.14rem;
    white-space: nowrap;
  }

  .language-switch-desktop {
    display: none;
  }

  .navbar-toggler {
    flex: 0 0 44px;
    height: 38px;
    padding: 0.25rem 0.45rem;
    width: 44px;
  }

  .site-nav .brand-logo {
    display: block !important;
    height: 42px !important;
    max-height: 42px !important;
    max-width: 42px !important;
    width: 42px !important;
  }

  .brand-name strong {
    font-size: 0.98rem;
  }

  .brand-name small {
    font-size: 0.64rem;
  }

  .site-nav {
    min-height: 64px;
  }

  .hero {
    padding-top: 96px;
  }

  .page-hero {
    padding: 100px 0 46px;
  }

  .benefit-row,
  .steps-grid,
  .pricing-grid,
  .summary-grid,
  .service-detail-grid,
  .proof-grid,
  .services-grid,
  .visit-card {
    grid-template-columns: 1fr;
  }

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

  .proof-open {
    min-height: 0;
  }

  .proof-mini-grid {
    min-height: 0;
  }

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

  .step-item {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: auto;
    padding: 24px 10px;
  }

  .step-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 54px 0;
  }

  .commercial-panel {
    padding: 24px;
  }

  .commercial-list {
    padding: 18px;
  }

  .dashboard-mockup aside {
    grid-template-columns: 1fr;
  }

  .mock-header,
  .home-card {
    grid-template-columns: 1fr;
  }

  .mock-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .thumb {
    min-height: 160px;
  }

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

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