:root {
  --kv-bg: #020617;
  --kv-surface: #0f172a;
  --kv-surface-2: #111827;
  --kv-card: #ffffff;
  --kv-card-dark: #0f172a;
  --kv-text: #e5e7eb;
  --kv-muted: #94a3b8;
  --kv-dark-text: #0f172a;
  --kv-border: rgba(148, 163, 184, 0.2);
  --kv-blue: #2563eb;
  --kv-blue-2: #0ea5e9;
  --kv-orange: #f97316;
  --kv-amber: #f59e0b;
  --kv-green: #10b981;
  --kv-rose: #e11d48;
  --kv-radius: 24px;
  --kv-radius-sm: 14px;
  --kv-shadow: 0 24px 70px rgba(2, 6, 23, 0.25);
  --kv-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --kv-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.kv-theme {
  margin: 0;
  background: #020617;
  color: var(--kv-text);
  font-family: var(--kv-font);
  line-height: 1.6;
  overflow-x: hidden;
}
html.kv-modal-open { overflow: hidden; }
body.admin-bar .kv-site-header { top: 32px; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.kv-container {
  width: min(var(--kv-container), calc(100% - 32px));
  margin-inline: auto;
}
.kv-page-shell { padding: 72px 0; background: #f8fafc; color: var(--kv-dark-text); }
.elementor-page .site-main,
.kv-elementor-full-width { background: #020617; color: #f8fafc; }
.kv-page-heading { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.kv-page-heading h1 { font-size: clamp(2.25rem, 6vw, 4rem); line-height: 1.05; margin: 0 0 14px; letter-spacing: 0; }
.kv-page-heading p { color: #64748b; margin: 0; }
.kv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--kv-amber);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.kv-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow .25s ease, background .25s ease;
}
.kv-topbar {
  background: #0f172a;
  border-bottom: 1px solid rgba(148, 163, 184, .12);
  color: #cbd5e1;
  font-size: 12px;
}
.kv-topbar-inner {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.kv-topbar-links { display: flex; gap: 18px; font-weight: 700; }
.kv-topbar a:hover { color: var(--kv-amber); }
.kv-navbar {
  background: rgba(2, 6, 23, .88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(148, 163, 184, .14);
}
.kv-navbar-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.kv-logo { text-decoration: none; display: inline-flex; align-items: center; }
.kv-logo-mark { display: inline-flex; align-items: center; gap: 10px; color: #fff; }
.kv-logo-mark svg { width: 44px; height: 44px; overflow: visible; }
.kv-logo-lg svg { width: 58px; height: 58px; }
.kv-logo-sm svg { width: 34px; height: 34px; }
.kv-logo-mark circle,
.kv-logo-mark ellipse,
.kv-logo-mark path:not(.bucket) {
  fill: none;
  stroke: #f59e0b;
  stroke-width: 6;
  stroke-linecap: round;
}
.kv-logo-mark .arm { stroke: #f97316; stroke-width: 9; }
.kv-logo-mark .bucket { fill: #f59e0b; stroke: #ea580c; stroke-width: 2; }
.kv-logo-mark strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  color: #f59e0b;
  white-space: nowrap;
}
.kv-logo-mark small {
  display: block;
  color: #e5e7eb;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .22em;
}
.kv-primary-menu { display: flex; align-items: center; gap: 18px; }
.kv-menu,
.kv-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kv-menu { display: flex; align-items: center; gap: 4px; }
.kv-menu a {
  display: block;
  text-decoration: none;
  color: #cbd5e1;
  padding: 9px 13px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 750;
}
.kv-menu a[href*="construction-cost-calculator"],
.kv-menu .current-menu-item > a[href*="construction-cost-calculator"] {
  background: rgba(249, 115, 22, .16);
  color: #fbbf24;
}
.kv-menu .current-menu-item > a,
.kv-menu a:hover {
  color: #fff;
  background: rgba(37, 99, 235, .18);
}
.kv-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: #1e293b;
  padding: 10px;
}
.kv-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.kv-btn,
.elementor-widget-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, background .2s ease;
}
.kv-btn:hover,
.elementor-widget-button .elementor-button:hover { transform: translateY(-1px); filter: brightness(1.04); }
.kv-btn-primary,
.elementor-widget-button.kv-btn-primary .elementor-button,
.elementor-widget-button.kv-open-lead .elementor-button,
.kv-open-lead .elementor-button {
  color: #fff;
  background: linear-gradient(135deg, var(--kv-orange), var(--kv-amber));
  box-shadow: 0 16px 35px rgba(249, 115, 22, .28);
}
.kv-btn-secondary,
.elementor-widget-button.kv-btn-secondary .elementor-button {
  color: #fff;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
}
.kv-btn-whatsapp,
.elementor-widget-button.kv-btn-whatsapp .elementor-button { color: #fff; background: var(--kv-green); }
.kv-btn-small .elementor-button { min-height: 36px; padding: 9px 12px; font-size: 12px; }

.kv-site-footer {
  background: #020617;
  color: #cbd5e1;
  border-top: 1px solid rgba(148, 163, 184, .12);
  padding: 64px 0 28px;
}
.kv-footer-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 24px;
  border-radius: var(--kv-radius);
  background: #0f172a;
  border: 1px solid rgba(148, 163, 184, .14);
  margin-bottom: 56px;
}
.kv-footer-highlights div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 14px;
  border-left: 3px solid var(--kv-amber);
}
.kv-footer-highlights strong { color: #fff; }
.kv-footer-highlights span { color: #94a3b8; font-size: 12px; }
.kv-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1.3fr;
  gap: 36px;
}
.kv-footer-grid h2 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 1px solid rgba(148, 163, 184, .14);
  padding-bottom: 10px;
}
.kv-footer-brand p,
.kv-contact-list,
.kv-footer-menu { color: #94a3b8; font-size: 14px; }
.kv-footer-menu li { margin: 8px 0; }
.kv-footer-menu a { text-decoration: none; color: #94a3b8; }
.kv-footer-menu a:hover,
.kv-contact-list a:hover,
.kv-legal-links a:hover { color: var(--kv-amber); }
.kv-contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.kv-map-frame {
  height: 180px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 14px;
  background: #0f172a;
  margin-bottom: 12px;
}
.kv-map-frame iframe,
.kv-el-contact iframe { width: 100%; height: 100%; border: 0; min-height: 220px; border-radius: 18px; }
.kv-footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, .12);
  margin-top: 40px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #64748b;
  font-size: 12px;
}
.kv-legal-links { display: flex; gap: 14px; }

.kv-newsletter label,
.kv-lead-form label,
.kv-calculator label {
  display: grid;
  gap: 6px;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}
.kv-newsletter label { color: #cbd5e1; }
.kv-newsletter div { display: flex; gap: 8px; margin-top: 8px; }
input, select, textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
  color: #0f172a;
  padding: 11px 12px;
  font: inherit;
}
.kv-site-footer input {
  background: #0f172a;
  color: #fff;
  border-color: rgba(148, 163, 184, .18);
}
.kv-icon-submit { border: 0; border-radius: 12px; background: var(--kv-orange); color: #fff; font-weight: 900; padding-inline: 14px; }
.kv-form-message { min-height: 20px; color: var(--kv-green); font-size: 12px; font-weight: 800; }
.kv-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.kv-el-contact .kv-popup-extra { display: none; }
.kv-upload-box {
  border: 1px dashed rgba(148, 163, 184, .38);
  border-radius: 14px;
  background: rgba(30, 41, 59, .55);
  color: #dbeafe;
  text-align: center;
  padding: 18px;
  margin: 18px 0;
  font-size: 13px;
  font-weight: 800;
}
.kv-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Elementor structure classes */
.elementor .kv-el-hero,
.kv-el-hero {
  position: relative;
  overflow: hidden;
  min-height: 86vh;
  color: #fff;
  background: #020617;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 96px max(20px, calc((100vw - 1180px) / 2)) 84px;
}
.kv-el-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, .98), rgba(2, 6, 23, .78), rgba(2, 6, 23, .45));
  pointer-events: none;
}
.kv-el-hero > .e-con-inner,
.kv-el-hero > .elementor-widget,
.kv-el-hero > .e-con,
.kv-el-hero > div:not(.elementor-widget-image) { position: relative; z-index: 1; }
.kv-el-hero-bg { position: absolute !important; inset: 0; z-index: 0; }
.kv-el-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .38; transform: scale(1.04); }
.kv-el-hero-title h1,
.kv-el-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 950;
  color: #fff;
}
.kv-gradient-text {
  color: transparent;
  background: linear-gradient(90deg, #fbbf24, #f97316, #fde68a);
  -webkit-background-clip: text;
  background-clip: text;
}
.kv-el-hero-brand {
  display: inline-flex;
  align-self: center;
  margin: 0 auto 18px;
  padding: 14px 20px;
  border: 1px solid rgba(245, 158, 11, .32);
  border-radius: 24px;
  background: rgba(2, 6, 23, .88);
  box-shadow: 0 20px 60px rgba(0,0,0,.32);
}
.kv-el-hero-brand h2 {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fbbf24;
}
.kv-el-badge,
.kv-el-eyebrow,
.kv-el-mini-badge {
  display: inline-flex;
  justify-content: center;
  align-self: center;
}
.kv-el-badge p,
.kv-el-eyebrow p,
.kv-el-mini-badge p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, .28);
  background: rgba(37, 99, 235, .08);
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.kv-el-hero .kv-el-badge p {
  border-color: rgba(245, 158, 11, .32);
  background: rgba(15, 23, 42, .82);
  color: #fbbf24;
}
.kv-el-hero-copy { max-width: 760px; margin: 20px auto 0; color: #cbd5e1; font-size: clamp(1rem, 2vw, 1.25rem); }
.kv-el-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}
.kv-el-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: min(960px, 100%);
  margin: 54px auto 0;
}
.kv-el-stat-grid .elementor-widget-icon-box,
.kv-el-stat-grid .kv-el-card {
  text-align: left;
  border: 1px solid rgba(148, 163, 184, .16);
  background: rgba(15, 23, 42, .78);
  border-radius: 18px;
  padding: 18px;
}
.kv-el-section,
.kv-el-page-hero {
  padding: 84px max(20px, calc((100vw - 1180px) / 2));
  background: #020617;
  color: #f8fafc;
}
.kv-el-page-hero {
  text-align: center;
  padding-top: 72px;
  padding-bottom: 54px;
}
.kv-el-page-hero h1,
.kv-el-section h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.08;
  margin: 0 0 14px;
  letter-spacing: 0;
  font-weight: 950;
  color: #f8fafc;
}
.kv-el-section p,
.kv-el-page-hero p { color: #94a3b8; }
.kv-el-card-grid-section,
.kv-el-service-grid,
.kv-el-package-grid,
.kv-el-gallery-grid,
.kv-el-brand-grid,
.kv-el-careers,
.kv-el-testimonials,
.kv-el-process-grid,
.kv-el-mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.kv-el-card-grid-section > .elementor-widget-heading,
.kv-el-card-grid-section > .elementor-widget-text-editor,
.kv-el-service-grid > .elementor-widget-heading,
.kv-el-package-grid > .elementor-widget-heading,
.kv-el-gallery-grid > .elementor-widget-heading,
.kv-el-brand-grid > .elementor-widget-heading,
.kv-el-careers > .elementor-widget-heading,
.kv-el-process-grid > .elementor-widget-heading,
.kv-el-testimonials > .elementor-widget-heading,
.kv-el-card-grid-section > .elementor-widget-text-editor.kv-el-eyebrow,
.kv-el-service-grid > .elementor-widget-text-editor.kv-el-eyebrow,
.kv-el-package-grid > .elementor-widget-text-editor.kv-el-eyebrow,
.kv-el-projects-dark > .elementor-widget-text-editor.kv-el-eyebrow,
.kv-el-process-grid > .elementor-widget-text-editor.kv-el-eyebrow,
.kv-el-brand-grid > .elementor-widget-text-editor.kv-el-eyebrow,
.kv-el-testimonials > .elementor-widget-text-editor.kv-el-eyebrow,
.kv-el-brand-grid > .elementor-widget-text-editor {
  grid-column: 1 / -1;
  text-align: center;
}
.kv-el-card,
.kv-card,
.kv-content-card,
.kv-calc-panel {
  background: #111827;
  color: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: var(--kv-radius);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
  padding: 24px;
}
.kv-el-card:hover { transform: translateY(-4px); transition: transform .2s ease, box-shadow .2s ease; box-shadow: var(--kv-shadow); }
.kv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease, box-shadow .2s ease;
}
.kv-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .kv-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.kv-el-card h3 { margin-top: 0; color: #0f172a; }
.kv-el-card h3,
.kv-el-card h4 { color: #f8fafc; }
.kv-el-card p { color: #94a3b8; }
.kv-el-image-card { overflow: hidden; padding: 0; }
.kv-el-image-card .elementor-widget-image img,
.kv-el-gallery-card img { width: 100%; height: 220px; object-fit: cover; }
.kv-el-image-card .elementor-widget-heading,
.kv-el-image-card .elementor-widget-text-editor,
.kv-el-image-card .elementor-widget-button { padding-inline: 22px; }
.kv-el-image-card .elementor-widget-button { padding-bottom: 22px; }
.kv-el-projects-dark,
.kv-el-ai-advisor,
.kv-el-final-cta {
  background: #020617;
  color: #fff;
}
.kv-el-ai-advisor {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(148, 163, 184, .14);
  border-bottom: 1px solid rgba(148, 163, 184, .14);
}
.kv-el-ai-advisor::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(37, 99, 235, .2), transparent 32%),
    radial-gradient(circle at 80% 80%, rgba(245, 158, 11, .18), transparent 34%);
  pointer-events: none;
}
.kv-el-ai-advisor > * { position: relative; z-index: 1; }
.kv-el-projects-dark h2,
.kv-el-ai-advisor h2,
.kv-el-final-cta h2,
.kv-el-projects-dark h3 { color: #fff; }
.kv-el-projects-dark p,
.kv-el-ai-advisor p,
.kv-el-final-cta p { color: #cbd5e1; }
.kv-el-projects-dark {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.kv-el-projects-dark > .elementor-widget-heading,
.kv-el-projects-dark > .elementor-widget-text-editor,
.kv-el-projects-dark > .elementor-widget-button {
  grid-column: 1 / -1;
  text-align: center;
}
.kv-el-project-card {
  background: #0f172a;
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, .18);
}
.kv-el-project-card h3 { color: #fff; }
.kv-el-process-list { max-width: 980px; margin-inline: auto; }
.kv-el-process-row { margin-bottom: 18px; }
.kv-el-process-grid .elementor-widget-icon-box,
.kv-el-process-card {
  position: relative;
  overflow: hidden;
}
.kv-el-process-grid .elementor-widget-icon-box::before,
.kv-el-process-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(#2563eb, #f97316);
}
.kv-el-package-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
}
.kv-el-package-card h3 { font-size: 1.35rem; }
.kv-el-package-card h4 {
  color: #f97316;
  font-size: clamp(1.55rem, 3vw, 2rem);
  margin: 0;
}
.kv-el-package-card ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.kv-el-package-card li::before {
  content: "✓";
  color: #10b981;
  font-weight: 900;
  margin-right: 8px;
}
.kv-package-popular {
  color: #fff;
  background: #020617;
  border-color: rgba(249, 115, 22, .8);
  transform: translateY(-8px);
}
.kv-package-popular h3,
.kv-package-popular h4 { color: #fff; }
.kv-package-popular p,
.kv-package-popular li { color: #cbd5e1; }
.kv-package-popular h4 { color: #fbbf24; }
.kv-el-mini-badge p {
  margin-bottom: 4px;
  padding: 5px 10px;
  color: #f97316;
  border-color: rgba(249, 115, 22, .25);
  background: rgba(249, 115, 22, .08);
  font-size: 10px;
}
.kv-package-popular .kv-el-mini-badge p {
  color: #fff;
  background: linear-gradient(90deg, #f97316, #f59e0b);
}
.kv-el-brand-card { overflow: hidden; padding: 0; }
.kv-el-brand-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.kv-el-brand-card .elementor-widget-heading,
.kv-el-brand-card .elementor-widget-text-editor {
  padding-inline: 20px;
}
.kv-el-brand-card .elementor-widget-text-editor { padding-bottom: 20px; }
.kv-el-founder,
.kv-el-contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: center;
}
.kv-el-founder img { border-radius: var(--kv-radius); box-shadow: var(--kv-shadow); }
.kv-el-testimonials .elementor-widget-testimonial {
  background: #fff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-radius: var(--kv-radius);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
  padding: 24px;
}
.kv-el-final-cta {
  margin: 0;
  background:
    linear-gradient(120deg, rgba(37, 99, 235, .88), rgba(15, 23, 42, 1) 45%, rgba(146, 64, 14, .9)),
    #020617;
  text-align: center;
}
.kv-el-final-cta h2 {
  font-size: clamp(2rem, 6vw, 4.5rem);
}
.kv-el-matrix .elementor-widget-text-editor,
.kv-table-wrap {
  overflow-x: auto;
}
.kv-el-matrix table,
.kv-calc-boq table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
  background: #111827;
}
.kv-el-matrix th,
.kv-el-matrix td,
.kv-calc-boq th,
.kv-calc-boq td {
  padding: 14px;
  border: 1px solid #e2e8f0;
  vertical-align: top;
  text-align: left;
}
.kv-el-matrix th,
.kv-calc-boq th { background: #e2e8f0; color: #0f172a; }

/* Screenshot-matched interactive sections */
.kv-service-selector {
  width: min(var(--kv-container), 100%);
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 28px;
  text-align: left;
}
.kv-service-list,
.kv-service-detail,
.kv-project-card,
.kv-faq-item,
.kv-faq-search input {
  background: #111827;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.kv-service-list { padding: 18px; align-self: start; }
.kv-service-list > span {
  display: block;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin: 0 0 12px;
}
.kv-service-list button {
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #cbd5e1;
  background: #1e293b;
  border-radius: 12px;
  padding: 13px 14px;
  margin: 8px 0;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
.kv-service-list button.is-active {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 12px 30px rgba(37,99,235,.28);
}
.kv-service-list button.is-active::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fbbf24;
}
.kv-service-detail { padding: 28px; }
.kv-service-hero {
  position: relative;
  height: 300px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 26px;
  background: #020617;
}
.kv-service-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
}
.kv-service-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2,6,23,.95), rgba(2,6,23,.35), transparent);
}
.kv-service-hero div {
  position: absolute;
  z-index: 1;
  left: 26px;
  right: 26px;
  bottom: 24px;
}
.kv-service-hero span {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 999px;
  background: #f59e0b;
  color: #020617;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.kv-service-hero h2 { margin: 10px 0 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; color: #fff; }
.kv-service-detail > p { color: #cbd5e1; }
.kv-service-detail h3 {
  margin: 24px 0 12px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.kv-service-benefits,
.kv-service-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.kv-service-benefits div,
.kv-service-steps div {
  background: #1e293b;
  border: 1px solid rgba(148,163,184,.14);
  border-radius: 13px;
  padding: 13px 14px;
  color: #f8fafc;
  font-size: 12px;
  font-weight: 800;
}
.kv-service-benefits div::before { content: "✓"; color: #10b981; margin-right: 8px; }
.kv-service-steps b {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg,#2563eb,#f59e0b);
  color: #fff;
  font-size: 10px;
}
.kv-service-cta {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(148,163,184,.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.kv-service-cta strong { display: block; font-size: 12px; }
.kv-service-cta span { color: #94a3b8; font-size: 11px; }

.kv-view-toggle,
.kv-filter-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 20px;
}
.kv-view-toggle {
  width: fit-content;
  padding: 7px;
  border-radius: 15px;
  background: #1e293b;
  border: 1px solid rgba(148,163,184,.16);
}
.kv-view-toggle button,
.kv-filter-pills button {
  border: 0;
  border-radius: 12px;
  background: #111827;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 16px;
  cursor: pointer;
}
.kv-view-toggle button.is-active,
.kv-filter-pills button.is-active {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 10px 24px rgba(37,99,235,.25);
}
.kv-project-grid {
  width: min(var(--kv-container), 100%);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}
.kv-project-card { padding: 24px; }
.kv-project-card header,
.kv-project-card footer,
.kv-project-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.kv-project-card h2 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  line-height: 1.15;
}
.kv-project-card header p {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}
.kv-project-card header > span {
  border: 1px solid rgba(249,115,22,.45);
  border-radius: 999px;
  padding: 5px 10px;
  color: #f97316;
  font-size: 10px;
  font-weight: 900;
}
.kv-project-card h3 {
  color: #fff;
  font-size: 13px;
  margin: 18px 0 8px;
}
.kv-project-card .kv-ba-frame { height: 315px; }
.kv-project-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0;
}
.kv-project-meta div {
  background: #1e293b;
  border-radius: 12px;
  padding: 12px;
}
.kv-project-meta small {
  display: block;
  color: #64748b;
  font-size: 10px;
  font-weight: 800;
}
.kv-project-meta strong { color: #fff; font-size: 12px; }
.kv-project-card > p { color: #94a3b8; font-size: 12px; }
.kv-project-card footer a {
  color: #38bdf8;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}
.kv-project-card footer button {
  border: 0;
  border-radius: 12px;
  background: #f97316;
  color: #fff;
  padding: 11px 16px;
  font-size: 12px;
  font-weight: 900;
}

.kv-faq-browser {
  width: min(880px, 100%);
  margin: 34px auto 0;
}
.kv-faq-search input {
  height: 54px;
  color: #fff;
  background: #111827;
  padding-inline: 22px;
}
.kv-faq-list { display: grid; gap: 12px; margin-top: 28px; text-align: left; }
.kv-faq-item { overflow: hidden; }
.kv-faq-item button {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 15px;
  font-weight: 950;
  text-align: left;
  cursor: pointer;
}
.kv-faq-item button b { color: #94a3b8; transition: transform .2s ease; }
.kv-faq-item > div {
  display: none;
  padding: 0 24px 22px;
  color: #94a3b8;
  font-size: 14px;
}
.kv-faq-item.is-open > div { display: block; }
.kv-faq-item.is-open button b { transform: rotate(180deg); }

/* Calculator */
.kv-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: 24px;
  align-items: start;
}
.kv-calc-form h2,
.kv-calc-form h3 { margin-top: 0; }
.kv-addon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.kv-addon-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.kv-addon-grid input { width: auto; }
.kv-calc-results {
  position: sticky;
  top: 120px;
  background: #0f172a;
  color: #fff;
  border-color: rgba(148, 163, 184, .18);
}
.kv-calc-results p { color: #cbd5e1; }
.kv-calc-total {
  display: block;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  margin: 12px 0 8px;
  color: #fff;
}
.kv-calc-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 22px 0;
}
.kv-calc-stats div {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 14px;
  padding: 12px;
}
.kv-calc-stats span { display: block; color: #94a3b8; font-size: 12px; }
.kv-calc-bars { display: grid; gap: 8px; margin-bottom: 18px; }
.kv-calc-bar { height: 34px; border-radius: 999px; background: #1e293b; overflow: hidden; position: relative; }
.kv-calc-bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2563eb, #f97316); min-width: 4px; }
.kv-calc-bar b { position: absolute; inset: 0; display: flex; align-items: center; padding-inline: 12px; font-size: 11px; color: #fff; }
.kv-calc-boq { grid-column: 1 / -1; }
.kv-calc-chart-title {
  color: #94a3b8;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin: 22px 0 14px;
}
.kv-calc-donut {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 18px;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.kv-calc-donut::after {
  content: "";
  position: absolute;
  inset: 42px;
  border-radius: 50%;
  background: #0f172a;
  border: 1px solid rgba(255,255,255,.12);
}
.kv-calc-legend {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 12px;
  margin-bottom: 22px;
  color: #cbd5e1;
  font-size: 10px;
}
.kv-calc-legend div { display: flex; align-items: center; gap: 6px; min-width: 0; }
.kv-calc-legend span { width: 9px; height: 9px; border-radius: 50%; flex: 0 0 auto; }

/* Before / after */
.kv-before-after h3 { margin: 0 0 8px; color: inherit; }
.kv-ba-frame {
  position: relative;
  height: clamp(260px, 40vw, 430px);
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, .22);
  cursor: ew-resize;
  user-select: none;
  box-shadow: 0 20px 45px rgba(2, 6, 23, .22);
}
.kv-ba-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; max-width: none; }
.kv-ba-before-wrap { position: absolute; inset: 0 auto 0 0; overflow: hidden; }
.kv-ba-before { width: var(--kv-ba-frame-width, 100%) !important; }
.kv-ba-label {
  position: absolute;
  top: 14px;
  z-index: 2;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  background: rgba(15, 23, 42, .85);
}
.kv-ba-before-label { left: 14px; color: #fbbf24; }
.kv-ba-after-label { right: 14px; background: rgba(16, 185, 129, .9); }
.kv-ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  transform: translateX(-50%);
  background: #fff;
  border: 0;
  padding: 0;
  cursor: ew-resize;
}
.kv-ba-handle::after {
  content: "<>";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--kv-orange);
  font-size: 14px;
  font-weight: 900;
}
.kv-before-after > p { text-align: center; font-size: 12px; color: #94a3b8; }

/* Lead modal and forms */
.kv-lead-modal[hidden] { display: none; }
.kv-lead-modal { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 20px; }
.kv-lead-backdrop { position: absolute; inset: 0; background: rgba(2, 6, 23, .82); backdrop-filter: blur(8px); }
.kv-lead-dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(860px, calc(100vh - 40px));
  overflow: auto;
  background: #fff;
  color: #0f172a;
  border-radius: 26px;
  box-shadow: 0 30px 100px rgba(0,0,0,.45);
}
.kv-lead-ribbon {
  background: linear-gradient(135deg, #020617, #0f172a 58%, #78350f);
  color: #fff;
  padding: 26px;
}
.kv-lead-ribbon span { display: block; margin-top: 12px; color: #fbbf24; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.kv-lead-ribbon h2 { margin: 8px 0; color: #fff; font-size: clamp(1.6rem, 4vw, 2rem); line-height: 1.12; }
.kv-lead-ribbon p { color: #bfdbfe; margin-bottom: 0; }
.kv-lead-body { padding: 24px; }
.kv-lead-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  border: 0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: rgba(0,0,0,.34);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.kv-form-privacy { font-size: 12px; color: #64748b; }

.kv-floating-ctas {
  position: fixed;
  z-index: 900;
  right: 22px;
  bottom: 24px;
  display: grid;
  gap: 12px;
  justify-items: end;
}
.kv-float {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 18px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(2, 6, 23, .25);
}
.kv-float-calc { background: #1d4ed8; }
.kv-float-wa { background: #10b981; }
.kv-float-call { background: #0f172a; border: 1px solid rgba(148, 163, 184, .22); }
.kv-mobile-bar {
  display: none;
  position: fixed;
  z-index: 950;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 64px;
  background: rgba(15, 23, 42, .96);
  border-top: 1px solid rgba(148, 163, 184, .16);
  padding: 7px 8px;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.kv-mobile-bar a,
.kv-mobile-bar button {
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
}
.kv-mobile-bar button { background: var(--kv-orange); }

.kv-spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 26px 0; }
.kv-spec-grid div {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
}
.kv-spec-grid span { display: block; color: #64748b; font-size: 12px; }
.kv-spec-grid strong { color: #0f172a; }
.kv-featured-image img { width: 100%; border-radius: 22px; box-shadow: var(--kv-shadow); }
.kv-highlight-card { background: #fff7ed; border-color: #fed7aa; }
.kv-empty-state { text-align: center; }

@media (max-width: 1180px) {
  .kv-primary-menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 20px;
    padding: 16px;
    box-shadow: var(--kv-shadow);
  }
  .kv-primary-menu.is-open { display: flex; }
  .kv-menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .kv-menu a { background: #1e293b; }
  .kv-menu-toggle { display: block; }
  .kv-navbar-inner { position: relative; }
}
@media (max-width: 900px) {
  body.admin-bar .kv-site-header { top: 46px; }
  .kv-topbar-inner { justify-content: center; text-align: center; flex-direction: column; padding: 6px 0; }
  .kv-topbar-links { justify-content: center; flex-wrap: wrap; }
  .kv-el-stat-grid,
  .kv-footer-highlights,
  .kv-footer-grid,
  .kv-el-card-grid-section,
  .kv-el-service-grid,
  .kv-el-package-grid,
  .kv-el-gallery-grid,
  .kv-el-careers,
  .kv-el-testimonials,
  .kv-el-process-grid,
  .kv-el-mission-grid,
  .kv-el-projects-dark,
  .kv-el-founder,
  .kv-el-contact,
  .kv-calculator,
  .kv-spec-grid {
    grid-template-columns: 1fr;
  }
  .kv-calc-results { position: static; }
  .kv-footer-bottom { flex-direction: column; text-align: center; }
  .kv-form-grid,
  .kv-addon-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body.kv-theme { padding-bottom: 64px; }
  .kv-navbar-inner { min-height: 64px; }
  .kv-logo-mark strong { font-size: 18px; }
  .kv-logo-mark small { font-size: 8px; }
  .kv-el-hero { min-height: 78vh; padding-top: 70px; padding-bottom: 54px; }
  .kv-el-section,
  .kv-el-page-hero { padding: 56px 16px; }
  .kv-el-button-row { flex-direction: column; }
  .kv-el-button-row .elementor-widget-button,
  .kv-el-button-row .elementor-button { width: 100%; }
  .kv-menu { grid-template-columns: 1fr; }
  .kv-floating-ctas { display: none; }
  .kv-mobile-bar { display: grid; }
  .kv-lead-modal { padding: 10px; }
  .kv-lead-body,
  .kv-lead-ribbon { padding: 20px; }
  .kv-ba-frame { height: 280px; }
}

@media print {
  .kv-site-header,
  .kv-site-footer,
  .kv-floating-ctas,
  .kv-mobile-bar,
  .kv-lead-modal,
  .kv-btn { display: none !important; }
  body.kv-theme { background: #fff; color: #000; padding: 0; }
  .kv-calc-panel { box-shadow: none; border-color: #ddd; }
}
