/*
Theme Name: Vandana Infratek Child
Theme URI: https://vandanainfratek.com
Description: Twenty Twenty-Four child theme that recreates the Vandana Infratek website.
Author: Vandana Infratek
Template: twentytwentyfour
Version: 1.0.9
Text Domain: vandana-infratek
*/
:root {
  --vi-teal: #06465e;
  --vi-teal-foreground: #fffdf8;
  --vi-trust: #185888;
  --vi-pink: #c86898;
  --vi-green: #78c858;
  --vi-yellow: #f8d808;
  --vi-red: #d82828;
  --vi-charcoal: #111111;
  --vi-slate: #5b6d76;
  --vi-soft: #f4f4f2;
  --vi-warm: #fffdf8;
  --vi-card: #ffffff;
  --vi-border: #e5e4e0;
  --vi-ring: #185888;
  --vi-shadow: 0 12px 28px rgba(6, 70, 94, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body.vi-body {
  margin: 0;
  background: var(--vi-warm);
  color: var(--vi-charcoal);
  font-family:
    Lato,
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.vi-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--vi-warm);
}

.vi-main {
  flex: 1;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .vi-main {
    padding-bottom: 0;
  }
}

.vi-container {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1rem;
}

@media (min-width: 640px) {
  .vi-container {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .vi-container {
    padding-inline: 2rem;
  }
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--vi-teal);
  font-family: Montserrat, Lato, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.75rem);
}

h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
}

h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

p {
  margin: 0;
}

.vi-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid transparent;
  background: var(--vi-warm);
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.vi-header.is-scrolled {
  border-color: var(--vi-border);
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.vi-topbar {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--vi-teal);
  color: var(--vi-teal-foreground);
  font-size: 0.875rem;
}

.vi-topbar-inner,
.vi-topbar-left,
.vi-navrow,
.vi-header-actions,
.vi-action-row {
  display: flex;
  align-items: center;
}

.vi-topbar-inner {
  justify-content: space-between;
  padding-block: 0.5rem;
}

.vi-topbar-left {
  gap: 1rem;
}

.vi-topbar a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .vi-topbar {
    display: block;
  }
}

.vi-navrow {
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.75rem;
}

.vi-brand {
  flex-shrink: 0;
}

.vi-brand img {
  width: auto;
  height: 3rem;
}

@media (min-width: 768px) {
  .vi-brand img {
    height: 3.5rem;
  }
}

.vi-desktop-nav {
  display: none;
  align-items: center;
  gap: 0.25rem;
}

.vi-desktop-nav a {
  padding: 0.5rem 0.75rem;
  color: var(--vi-charcoal);
  font-size: 0.875rem;
  font-weight: 700;
  transition: color 150ms ease;
}

.vi-desktop-nav a:hover,
.vi-desktop-nav a.is-active {
  color: var(--vi-teal);
}

@media (min-width: 1024px) {
  .vi-desktop-nav {
    display: flex;
  }
}

.vi-header-actions {
  display: none;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .vi-header-actions {
    display: flex;
  }
}

.vi-menu-btn {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
  border: 0;
  border-radius: 0.375rem;
  background: transparent;
  color: var(--vi-charcoal);
  cursor: pointer;
}

.vi-menu-btn span {
  width: 1.35rem;
  height: 2px;
  background: currentColor;
}

@media (min-width: 1024px) {
  .vi-menu-btn {
    display: none;
  }
}

.vi-mobile-menu {
  display: none;
  border-top: 1px solid var(--vi-border);
  background: var(--vi-warm);
}

.vi-mobile-menu.is-open {
  display: block;
}

.vi-mobile-menu nav {
  display: flex;
  flex-direction: column;
  padding-block: 0.75rem;
}

.vi-mobile-menu nav > a {
  padding-block: 0.5rem;
  color: var(--vi-charcoal);
  font-size: 1rem;
  font-weight: 700;
}

.vi-mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.vi-btn {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: 1.5px solid transparent;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transition:
    background-color 150ms ease,
    color 150ms ease,
    border-color 150ms ease,
    transform 150ms ease;
}

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

.vi-btn-primary {
  background: var(--vi-teal);
  color: var(--vi-teal-foreground);
  box-shadow: 0 1px 2px rgba(6, 70, 94, 0.15);
}

.vi-btn-primary:hover {
  background: #053a4f;
}

.vi-btn-outline {
  border-color: var(--vi-teal);
  color: var(--vi-teal);
  background: transparent;
}

.vi-btn-outline:hover {
  background: var(--vi-teal);
  color: var(--vi-teal-foreground);
}

.vi-btn-whatsapp {
  background: #25d366;
  color: #ffffff;
}

.vi-btn-whatsapp:hover {
  background: #1ebe5b;
}

.vi-btn-light {
  background: var(--vi-warm);
  color: var(--vi-teal);
}

.vi-btn-light:hover {
  background: #ffffff;
}

.vi-btn-light-outline {
  border-color: var(--vi-warm);
  color: var(--vi-warm);
}

.vi-btn-light-outline:hover {
  background: var(--vi-warm);
  color: var(--vi-teal);
}

.vi-hero {
  overflow: hidden;
  background: var(--vi-warm);
}

.vi-hero-grid {
  display: grid;
  gap: 2.5rem;
  padding-block: 2.5rem;
}

@media (min-width: 1024px) {
  .vi-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 4rem;
    padding-block: 5rem;
  }
}

.vi-pill {
  display: inline-block;
  border-radius: 999px;
  background: rgba(6, 70, 94, 0.08);
  padding: 0.25rem 0.75rem;
  color: var(--vi-teal);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vi-hero h1 {
  max-width: 42rem;
  margin-top: 1rem;
}

.vi-lead {
  max-width: 36rem;
  margin-top: 1.25rem;
  color: var(--vi-slate);
  font-size: 1.125rem;
}

.vi-marathi {
  margin-top: 1rem;
  color: var(--vi-trust);
  font-size: 0.95rem;
  font-style: italic;
}

.vi-action-row {
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.vi-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .vi-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.vi-stats li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  min-height: 3.25rem;
  border: 1px solid var(--vi-border);
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 0.625rem 0.75rem;
  color: var(--vi-charcoal);
  font-weight: 700;
}

.vi-stats span {
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
  margin-top: 0.4rem;
  border-radius: 999px;
  background: var(--vi-green);
}

.vi-hero-media {
  position: relative;
}

.vi-hero-media > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 24px 50px rgba(6, 70, 94, 0.18);
}

.vi-trusted-card {
  display: none;
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  max-width: 220px;
  border: 1px solid var(--vi-border);
  border-radius: 0.75rem;
  background: #ffffff;
  padding: 1rem;
  box-shadow: var(--vi-shadow);
}

.vi-trusted-card img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  float: left;
  margin-right: 0.75rem;
}

.vi-trusted-card p {
  color: var(--vi-slate);
  font-size: 0.75rem;
}

.vi-trusted-card strong {
  display: block;
  color: var(--vi-teal);
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .vi-trusted-card {
    display: block;
  }
}

.vi-section {
  padding-block: 3.5rem;
}

@media (min-width: 768px) {
  .vi-section {
    padding-block: 5rem;
  }
}

.vi-soft {
  background: var(--vi-soft);
}

.vi-section-heading {
  max-width: 48rem;
}

.vi-section-heading.is-center {
  margin-inline: auto;
  text-align: center;
}

.vi-section-heading h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.vi-section-heading > p:not(.vi-eyebrow) {
  margin-top: 0.75rem;
  color: var(--vi-slate);
  font-size: 1.05rem;
}

.vi-eyebrow {
  margin-bottom: 0.5rem;
  color: var(--vi-trust);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vi-card-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .vi-grid-2,
  .vi-grid-3,
  .vi-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .vi-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

.elementor-widget-text-editor .vi-card-grid,
.elementor-widget-html .vi-card-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .elementor-widget-text-editor .vi-grid-2,
  .elementor-widget-text-editor .vi-grid-3,
  .elementor-widget-text-editor .vi-grid-4,
  .elementor-widget-html .vi-grid-2,
  .elementor-widget-html .vi-grid-3,
  .elementor-widget-html .vi-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .elementor-widget-text-editor .vi-grid-3,
  .elementor-widget-html .vi-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .elementor-widget-text-editor .vi-grid-4,
  .elementor-widget-html .vi-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.vi-card,
.vi-project-card,
.vi-mini-project {
  border: 1px solid var(--vi-border);
  border-radius: 0.75rem;
  background: var(--vi-card);
}

.vi-card {
  padding: 1.25rem;
}

.vi-card h2,
.vi-card h3 {
  margin-bottom: 0.5rem;
}

.vi-card p {
  color: var(--vi-slate);
  font-size: 0.925rem;
}

.vi-link-card {
  display: block;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.vi-link-card:hover {
  border-color: var(--vi-trust);
  box-shadow: var(--vi-shadow);
}

.vi-link-card strong {
  display: inline-block;
  margin-top: 1rem;
  color: var(--vi-trust);
  font-size: 0.875rem;
}

.vi-icon-check {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 0.5rem;
  background: rgba(6, 70, 94, 0.1);
  color: var(--vi-teal);
  font-weight: 800;
}

.vi-package-card {
  display: flex;
  flex-direction: column;
}

.vi-package-card p:not(.vi-price):not(.vi-small) {
  flex: 1;
  margin-top: 1rem;
}

.vi-price {
  margin-top: 0.5rem;
  color: var(--vi-teal) !important;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem !important;
  font-weight: 800;
}

.vi-small,
.vi-note {
  color: var(--vi-slate);
  font-size: 0.78rem !important;
}

.vi-note {
  margin-top: 1rem;
  font-style: italic;
}

.vi-two-panel {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.vi-two-panel.compact {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .vi-two-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.vi-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  color: var(--vi-charcoal);
  font-size: 0.875rem;
}

.vi-check,
.vi-cross {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
}

.vi-check {
  background: rgba(120, 200, 88, 0.16);
  color: var(--vi-green);
}

.vi-cross {
  background: rgba(216, 40, 40, 0.12);
  color: var(--vi-red);
}

.vi-process-list {
  padding: 0;
  list-style: none;
}

.vi-process-list li > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.vi-process-list span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: var(--vi-trust);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 800;
}

.vi-process-list p {
  margin-top: 0.75rem;
}

.vi-project-card {
  overflow: hidden;
}

.vi-project-card > div:first-child {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.vi-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.vi-project-card:hover img {
  transform: scale(1.05);
}

.vi-project-card > div:last-child {
  padding: 1rem;
}

.vi-project-card p {
  margin-top: 0.25rem;
  color: var(--vi-slate);
  font-size: 0.78rem;
}

.vi-placeholder {
  margin-top: 0.75rem !important;
  font-style: italic;
}

.vi-table-wrap {
  margin-top: 2.5rem;
  overflow-x: auto;
  border: 1px solid var(--vi-border);
  border-radius: 0.75rem;
}

.vi-table-wrap table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.vi-table-wrap th {
  background: var(--vi-teal);
  color: var(--vi-teal-foreground);
  text-align: left;
  font-weight: 700;
}

.vi-table-wrap th:last-child {
  background: var(--vi-trust);
}

.vi-table-wrap th,
.vi-table-wrap td {
  padding: 1rem;
}

.vi-table-wrap tbody tr {
  border-top: 1px solid var(--vi-border);
}

.vi-table-wrap td {
  color: var(--vi-slate);
}

.vi-table-wrap td:first-child {
  color: var(--vi-teal);
  font-weight: 800;
}

.vi-table-wrap td:last-child {
  background: var(--vi-soft);
  color: var(--vi-charcoal);
  font-weight: 700;
}

.vi-final-cta {
  background: var(--vi-teal);
  color: var(--vi-teal-foreground);
  text-align: center;
}

.vi-final-cta .vi-container {
  padding-block: 3.5rem;
}

@media (min-width: 768px) {
  .vi-final-cta .vi-container {
    padding-block: 5rem;
  }
}

.vi-final-cta h2 {
  color: var(--vi-teal-foreground);
}

.vi-final-cta p {
  max-width: 42rem;
  margin: 0.75rem auto 0;
  color: rgba(255, 253, 248, 0.85);
}

.vi-final-cta .vi-action-row {
  justify-content: center;
}

.vi-faq-list {
  overflow: hidden;
  border: 1px solid var(--vi-border);
  border-radius: 0.75rem;
  background: var(--vi-card);
}

.vi-faq-list details + details {
  border-top: 1px solid var(--vi-border);
}

.vi-faq-list summary {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  list-style: none;
}

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

.vi-faq-list summary h3 {
  font-size: 1rem;
}

.vi-faq-list summary span {
  color: var(--vi-trust);
  transition: transform 150ms ease;
}

.vi-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.vi-faq-list details > div {
  margin-top: -0.25rem;
  padding: 0 1rem 1.25rem;
  color: var(--vi-slate);
}

.vi-breadcrumbs {
  padding-top: 1rem;
  color: var(--vi-slate);
  font-size: 0.875rem;
}

.vi-breadcrumbs ol,
.vi-simple-list,
.vi-chip-list,
.vi-contact-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vi-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.vi-breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.vi-breadcrumbs a:hover,
.vi-text-link,
.vi-simple-list a {
  color: var(--vi-trust);
  font-weight: 700;
}

.vi-sidebar-grid,
.vi-contact-grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .vi-sidebar-grid,
  .vi-contact-grid {
    grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
  }
}

.vi-sidebar-grid h1 + .vi-lead {
  margin-top: 1rem;
}

.vi-sidebar-grid h2,
.vi-prose h2 {
  margin-top: 2rem;
  font-size: 1.5rem;
}

.vi-sidebar-grid p,
.vi-prose p {
  margin-top: 0.75rem;
  color: var(--vi-slate);
}

.vi-sticky {
  align-self: start;
}

@media (min-width: 1024px) {
  .vi-sticky {
    position: sticky;
    top: 7rem;
  }
}

.vi-soft-box {
  margin-top: 2rem;
  border-radius: 0.75rem;
  background: var(--vi-soft);
  padding: 1.25rem;
}

.vi-mini-project {
  overflow: hidden;
}

.vi-mini-project img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vi-mini-project div {
  padding: 0.75rem;
}

.vi-mini-project h3 {
  font-size: 0.875rem;
}

.vi-mini-project p {
  margin-top: 0.125rem;
  color: var(--vi-slate);
  font-size: 0.75rem;
}

.vi-about-card {
  text-align: center;
}

.vi-about-card img {
  width: 5rem;
  height: 5rem;
  margin-inline: auto;
  object-fit: contain;
}

.vi-about-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 0;
  text-align: left;
}

.vi-about-card dt {
  color: var(--vi-slate);
  font-size: 0.75rem;
}

.vi-about-card dd {
  margin: 0;
  color: var(--vi-teal);
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.vi-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.vi-filters button {
  border: 1px solid var(--vi-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--vi-charcoal);
  padding: 0.4rem 1rem;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}

.vi-filters button.is-active {
  border-color: var(--vi-teal);
  background: var(--vi-teal);
  color: var(--vi-teal-foreground);
}

.vi-contact-aside {
  display: grid;
  gap: 1.5rem;
}

.vi-contact-box {
  border-radius: 0.75rem;
  background: var(--vi-teal);
  color: var(--vi-teal-foreground);
  padding: 1.5rem;
}

.vi-contact-box h2 {
  color: var(--vi-teal-foreground);
  font-size: 1.125rem;
}

.vi-contact-box ul {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.875rem;
}

.vi-contact-box .vi-btn {
  width: 100%;
  margin-top: 1.25rem;
}

.vi-map {
  overflow: hidden;
  margin-top: 1rem;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--vi-border);
  border-radius: 0.375rem;
}

.vi-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.vi-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.vi-chip-list li,
.vi-chip-list a {
  display: inline-flex;
  border-radius: 999px;
  background: var(--vi-soft);
  color: var(--vi-charcoal);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
}

.vi-chip-list a:hover {
  background: var(--vi-teal);
  color: var(--vi-teal-foreground);
}

.vi-lead-form {
  display: grid;
  gap: 1rem;
}

.vi-form-fields {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .vi-form-fields:not(.is-compact) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.vi-lead-form label {
  display: grid;
  gap: 0.375rem;
  color: var(--vi-charcoal);
  font-size: 0.75rem;
  font-weight: 800;
}

.vi-lead-form input,
.vi-lead-form select,
.vi-lead-form textarea {
  width: 100%;
  border: 1px solid var(--vi-border);
  border-radius: 0.375rem;
  background: #ffffff;
  color: var(--vi-charcoal);
  padding: 0.7rem 0.75rem;
  font: inherit;
  font-size: 0.875rem;
}

.vi-lead-form input:focus,
.vi-lead-form select:focus,
.vi-lead-form textarea:focus {
  outline: 2px solid var(--vi-ring);
  outline-offset: 1px;
}

.vi-form-errors {
  display: none;
  border: 1px solid rgba(216, 40, 40, 0.3);
  border-radius: 0.375rem;
  background: rgba(216, 40, 40, 0.08);
  color: var(--vi-red);
  padding: 0.75rem;
  font-size: 0.8125rem;
}

.vi-form-errors:not(:empty) {
  display: block;
}

.vi-form-success {
  border: 1px solid rgba(120, 200, 88, 0.3);
  border-radius: 0.375rem;
  background: rgba(120, 200, 88, 0.1);
  color: var(--vi-teal);
  padding: 0.75rem;
  font-size: 0.875rem;
}

.vi-prose {
  max-width: 48rem;
}

.vi-footer {
  margin-top: 4rem;
  background: var(--vi-teal);
  color: var(--vi-teal-foreground);
}

.vi-footer-grid {
  display: grid;
  gap: 2.5rem;
  padding-block: 3rem;
}

@media (min-width: 768px) {
  .vi-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .vi-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.vi-footer-logo {
  display: inline-block;
  border-radius: 0.5rem;
  background: var(--vi-warm);
  padding: 0.75rem;
}

.vi-footer-logo img {
  width: auto;
  height: 3.5rem;
}

.vi-footer p,
.vi-footer address,
.vi-footer a,
.vi-footer li {
  color: rgba(255, 253, 248, 0.85);
  font-size: 0.875rem;
}

.vi-footer p {
  margin-top: 1rem;
}

.vi-footer-tagline {
  color: rgba(255, 253, 248, 0.7) !important;
  font-style: italic;
}

.vi-footer h3 {
  color: var(--vi-teal-foreground);
  font-size: 1rem;
}

.vi-footer ul {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.vi-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vi-footer address {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
  font-style: normal;
}

.vi-footer address p {
  margin: 0;
}

.vi-footer a:hover {
  color: #ffffff;
}

.vi-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vi-footer-bottom .vi-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-block: 1.25rem;
}

.vi-footer-bottom p,
.vi-footer-bottom a {
  margin: 0;
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.75rem;
}

.vi-footer-bottom div {
  display: flex;
  gap: 1rem;
}

@media (min-width: 768px) {
  .vi-footer-bottom .vi-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.vi-floating-wa {
  display: none;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 40;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
  transition: transform 150ms ease;
}

.vi-floating-wa:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .vi-floating-wa {
    display: flex;
  }
}

.vi-sticky-mobile-cta {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--vi-border);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
}

.vi-sticky-mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  color: var(--vi-teal);
  font-size: 0.875rem;
  font-weight: 800;
}

.vi-sticky-mobile-cta a + a {
  border-left: 1px solid var(--vi-border);
}

.vi-sticky-mobile-cta a:nth-child(2) {
  background: #25d366;
  color: #ffffff;
}

.vi-sticky-mobile-cta a:nth-child(3) {
  background: var(--vi-teal);
  color: var(--vi-warm);
}

@media (min-width: 768px) {
  .vi-sticky-mobile-cta {
    display: none;
  }
}

.vi-center {
  text-align: center;
}

.vi-mt-6 {
  margin-top: 1.5rem;
}

.vi-mt-8 {
  margin-top: 2rem;
}

.vi-section-action {
  margin-top: 2rem;
}

.vi-italic {
  font-style: italic;
}

.vi-dashed {
  border-style: dashed;
}

[hidden],
.is-hidden {
  display: none !important;
}