.builds-lt {
  --builds-bg: #060708;
  --builds-bg-2: #0b0c0f;
  --builds-bg-3: #14161a;
  --builds-panel: rgba(18, 19, 22, 0.82);
  --builds-panel-strong: rgba(22, 23, 27, 0.96);
  --builds-gold: #d9af5e;
  --builds-gold-2: #f0c878;
  --builds-gold-dark: #8b6a34;
  --builds-text: #fbfaf6;
  --builds-text-soft: #e4e1d8;
  --builds-muted: #a4a7aa;
  --builds-border: rgba(255, 255, 255, 0.11);
  --builds-border-gold: rgba(217, 175, 94, 0.35);
  --builds-success: #57d68d;
  --builds-danger: #f07575;
  --builds-radius: 10px;
  --builds-radius-lg: 14px;
  --builds-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --builds-container: 1760px;
  color: var(--builds-text);
  background:
    linear-gradient(180deg, rgba(12, 13, 15, 0.96), rgba(6, 7, 8, 1) 42%),
    #060708;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: clip;
  position: relative;
  isolation: isolate;
}

body.builds-lt-fullwidth {
  background: #060708 !important;
  overflow-x: hidden;
}

body.builds-lt-fullwidth .site,
body.builds-lt-fullwidth .site-content,
body.builds-lt-fullwidth .content-area,
body.builds-lt-fullwidth .site-main,
body.builds-lt-fullwidth main#primary,
body.builds-lt-fullwidth .entry-content,
body.builds-lt-fullwidth .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

body.builds-lt-fullwidth .site-content,
body.builds-lt-fullwidth .content-area,
body.builds-lt-fullwidth .site-main,
body.builds-lt-fullwidth main#primary {
  display: block !important;
  float: none !important;
}

body.builds-lt-fullwidth #secondary,
body.builds-lt-fullwidth .widget-area,
body.builds-lt-fullwidth .sidebar,
body.builds-lt-fullwidth aside[class*="sidebar"] {
  display: none !important;
}

body.builds-lt-fullwidth .builds-lt-page,
body.builds-lt-fullwidth .builds-lt-standalone {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.builds-lt *,
.builds-lt *::before,
.builds-lt *::after {
  box-sizing: border-box;
}

.builds-lt a,
.builds-lt a:hover,
.builds-lt a:focus,
.builds-lt a:active,
.builds-lt a:visited {
  color: inherit;
  text-decoration: none !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.builds-lt a::before,
.builds-lt a::after {
  content: none !important;
  text-decoration: none !important;
}

.builds-lt p,
.builds-lt h1,
.builds-lt h2,
.builds-lt h3 {
  margin-top: 0;
}

.builds-lt p {
  color: var(--builds-text-soft);
}

.builds-lt-container {
  width: min(100%, var(--builds-container));
  margin: 0 auto;
  padding: 0 clamp(28px, 4.2vw, 72px);
}

.builds-lt-section {
  padding: 72px 0;
}

.builds-lt-band {
  padding: 36px 0 54px;
}

.builds-lt-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(6, 7, 8, 0.86);
  backdrop-filter: blur(18px);
}

.builds-lt-header-inner {
  display: flex;
  align-items: center;
  min-height: 76px;
  gap: 28px;
}

.builds-lt-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.builds-lt-brand-mark,
.builds-lt-mini-logo {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--builds-gold);
  border-left-width: 5px;
  border-radius: 4px;
  color: var(--builds-gold);
  font-weight: 900;
  line-height: 1;
}

.builds-lt-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1 1 auto;
}

.builds-lt-nav a,
.builds-lt-footer-links a {
  color: var(--builds-text-soft);
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease;
}

.builds-lt-nav a:hover,
.builds-lt-footer-links a:hover,
.builds-lt-inline-link:hover,
.builds-lt-card-link:hover {
  color: var(--builds-gold-2);
}

.builds-lt-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.builds-lt-language {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--builds-muted);
  font-size: 12px;
  font-weight: 800;
}

.builds-lt-language button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--builds-muted);
  cursor: pointer;
  font: inherit;
  padding: 4px 2px;
}

.builds-lt-language button.is-active {
  color: var(--builds-gold-2);
}

.builds-lt-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
  cursor: pointer;
}

.builds-lt-btn:hover {
  transform: translateY(-2px);
}

.builds-lt-btn:focus-visible,
.builds-lt-language button:focus-visible,
.builds-lt-menu-toggle:focus-visible,
.builds-lt input:focus-visible,
.builds-lt select:focus-visible,
.builds-lt textarea:focus-visible {
  outline: 2px solid var(--builds-gold-2);
  outline-offset: 3px;
}

.builds-lt-btn-primary {
  background: linear-gradient(180deg, var(--builds-gold-2), var(--builds-gold));
  color: #151007;
  box-shadow: 0 12px 28px rgba(217, 175, 94, 0.22);
}

.builds-lt-btn-primary:hover {
  background: linear-gradient(180deg, #f7da93, var(--builds-gold));
}

.builds-lt-btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--builds-border);
  color: var(--builds-text);
}

.builds-lt-btn-secondary:hover {
  border-color: var(--builds-border-gold);
}

.builds-lt-menu-toggle {
  display: none;
  width: 44px;
  height: 40px;
  margin-left: auto;
  border: 1px solid var(--builds-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  padding: 10px;
}

.builds-lt-menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--builds-text);
  margin: 5px 0;
}

.builds-lt-hero {
  padding: 88px 0 56px;
  background:
    linear-gradient(90deg, rgba(6, 7, 8, 1), rgba(13, 14, 16, 0.86) 58%, rgba(6, 7, 8, 1)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 96px);
}

.builds-lt-hero-grid {
  display: grid;
  grid-template-columns: minmax(600px, 0.86fr) minmax(680px, 1.14fr);
  align-items: center;
  gap: clamp(64px, 6vw, 112px);
}

.builds-lt-eyebrow {
  margin-bottom: 16px;
  color: var(--builds-gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.builds-lt h1 {
  margin-bottom: 22px;
  color: var(--builds-text);
  font-size: clamp(54px, 4.75vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.builds-lt h2 {
  margin-bottom: 14px;
  color: var(--builds-text);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.builds-lt h3 {
  color: var(--builds-text);
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.builds-lt-accent-text {
  color: var(--builds-gold);
}

.builds-lt-hero-text,
.builds-lt-section-intro,
.builds-lt-lead {
  max-width: 640px;
  color: var(--builds-text-soft);
  font-size: 18px;
}

.builds-lt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.builds-lt-device-stage {
  position: relative;
  min-height: 510px;
}

.builds-lt-laptop {
  position: absolute;
  right: 0;
  top: 0;
  width: min(100%, 820px);
  padding: 18px 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px 18px 12px 12px;
  background: linear-gradient(180deg, #0b0c0e, #030303);
  box-shadow: var(--builds-shadow);
}

.builds-lt-laptop::after {
  content: "";
  position: absolute;
  left: 6%;
  right: -6%;
  bottom: -24px;
  height: 20px;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(180deg, #1d1f22, #080809);
}

.builds-lt-laptop-screen {
  min-height: 400px;
  padding: 30px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 21, 24, 0.96), rgba(8, 9, 10, 0.98)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 72px);
  overflow: hidden;
}

.builds-lt-dashboard-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--builds-text);
  font-weight: 800;
}

.builds-lt-dashboard-top .builds-lt-mini-logo {
  width: 26px;
  height: 26px;
  font-size: 12px;
}

.builds-lt-dot {
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--builds-gold);
  box-shadow: 0 0 0 5px rgba(217, 175, 94, 0.12);
}

.builds-lt-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.builds-lt-metrics div {
  padding: 16px;
  border: 1px solid var(--builds-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.builds-lt-metrics span,
.builds-lt-metrics em {
  display: block;
  color: var(--builds-muted);
  font-size: 11px;
  font-style: normal;
}

.builds-lt-metrics strong {
  display: block;
  margin: 5px 0;
  color: var(--builds-text);
  font-size: 20px;
}

.builds-lt-metrics em {
  color: var(--builds-success);
}

.builds-lt-chart {
  position: relative;
  height: 205px;
  border: 1px solid var(--builds-border);
  border-radius: 12px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 100% 37px, 78px 100%;
  overflow: hidden;
}

.builds-lt-chart span {
  position: absolute;
  left: 7%;
  right: 6%;
  height: 76px;
  bottom: 26px;
  border-bottom: 3px solid var(--builds-gold);
  border-radius: 50%;
  transform: skewX(-18deg);
  opacity: 0.9;
}

.builds-lt-chart span + span {
  bottom: 10px;
  border-color: rgba(255, 255, 255, 0.28);
  opacity: 0.7;
}

.builds-lt-phone {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 205px;
  min-height: 310px;
  padding: 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background: linear-gradient(180deg, #0b0c0e, #030303);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.46);
}

.builds-lt-phone div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 12px;
}

.builds-lt-phone .builds-lt-mini-logo {
  width: 18px;
  height: 18px;
  border-width: 1px 1px 1px 3px;
  font-size: 10px;
}

.builds-lt-phone p {
  color: var(--builds-text);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
}

.builds-lt-phone b {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 7px;
  background: var(--builds-gold);
  color: #151007;
  font-size: 9px;
  text-transform: uppercase;
}

.builds-lt-phone i {
  display: block;
  height: 100px;
  margin-top: 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(217, 175, 94, 0.38), rgba(255, 255, 255, 0.05));
}

.builds-lt-grid {
  display: grid;
  gap: 18px;
}

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

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

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

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

.builds-lt-services .builds-lt-card {
  padding: 24px 22px;
}

.builds-lt-card,
.builds-lt-panel {
  border: 1px solid var(--builds-border);
  border-radius: var(--builds-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    var(--builds-panel);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.2);
}

.builds-lt-card {
  min-width: 0;
  padding: 26px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.builds-lt-card:hover {
  transform: translateY(-4px);
  border-color: var(--builds-border-gold);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.builds-lt-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border: 1px solid rgba(217, 175, 94, 0.18);
  border-radius: 16px;
  background: rgba(217, 175, 94, 0.08);
  color: var(--builds-gold);
  font-size: 34px;
}

.builds-lt-service-card p,
.builds-lt-why-card p,
.builds-lt-project-card p,
.builds-lt-process-step p {
  color: var(--builds-muted);
  font-size: 14px;
}

.builds-lt-card-link,
.builds-lt-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--builds-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.builds-lt-section-head {
  margin-bottom: 30px;
}

.builds-lt-section-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.builds-lt-section-row .builds-lt-section-head {
  margin-bottom: 0;
}

.builds-lt-project-card {
  padding: 0;
  overflow: hidden;
}

.builds-lt-project-visual {
  position: relative;
  min-height: 150px;
  border-bottom: 1px solid var(--builds-border);
  background:
    linear-gradient(135deg, rgba(217, 175, 94, 0.18), rgba(255, 255, 255, 0.04)),
    linear-gradient(160deg, #17191c, #070708);
}

.builds-lt-project-visual span {
  position: absolute;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.builds-lt-project-visual span:nth-child(1) {
  left: 18px;
  right: 48px;
  top: 22px;
  height: 12px;
}

.builds-lt-project-visual span:nth-child(2) {
  left: 18px;
  bottom: 26px;
  width: 42%;
  height: 56px;
  background: rgba(217, 175, 94, 0.28);
}

.builds-lt-project-visual span:nth-child(3) {
  right: 18px;
  bottom: 26px;
  width: 38%;
  height: 82px;
}

.builds-lt-project-visual-2 span:nth-child(2) {
  width: 76%;
  height: 44px;
  background: linear-gradient(90deg, rgba(87, 214, 141, 0.34), rgba(217, 175, 94, 0.28));
}

.builds-lt-project-visual-3 {
  background:
    radial-gradient(circle at 62% 50%, rgba(87, 214, 141, 0.18), transparent 31%),
    linear-gradient(160deg, #151a14, #070807);
}

.builds-lt-project-visual-3 span {
  background: rgba(217, 175, 94, 0.2);
}

.builds-lt-project-visual-4 {
  background:
    linear-gradient(135deg, transparent 44%, rgba(255, 255, 255, 0.18) 45%, rgba(255, 255, 255, 0.04) 58%, transparent 59%),
    linear-gradient(160deg, #15171a, #060708);
}

.builds-lt-project-body {
  padding: 22px;
}

.builds-lt-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 14px;
}

.builds-lt-badges span,
.builds-lt-stack-panel span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--builds-text-soft);
  font-size: 12px;
  font-weight: 800;
}

.builds-lt-process .builds-lt-panel {
  padding: 34px;
}

.builds-lt-process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.builds-lt-process-step {
  position: relative;
  min-width: 0;
}

.builds-lt-process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27px;
  left: 72px;
  right: -10px;
  border-top: 1px dashed rgba(217, 175, 94, 0.5);
}

.builds-lt-process-step .builds-lt-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  font-size: 28px;
}

.builds-lt-step-number {
  display: block;
  color: var(--builds-gold);
  font-size: 13px;
  font-weight: 900;
}

.builds-lt-process-note {
  margin-top: 28px;
  padding: 18px;
  border-left: 3px solid var(--builds-gold);
  background: rgba(255, 255, 255, 0.035);
}

.builds-lt-cta {
  padding: 16px 0 72px;
}

.builds-lt-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: 28px;
  padding: 34px;
}

.builds-lt-cta-panel p {
  max-width: 640px;
}

.builds-lt-cta-points {
  display: grid;
  gap: 14px;
}

.builds-lt-cta-points span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--builds-text-soft);
  font-weight: 800;
}

.builds-lt-cta-points i,
.builds-lt-contact-points i {
  color: var(--builds-gold);
  font-size: 24px;
}

.builds-lt-page-intro {
  padding: 72px 0 38px;
  background:
    linear-gradient(90deg, rgba(6, 7, 8, 1), rgba(13, 14, 16, 0.8)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 96px);
}

.builds-lt-page-intro h1 {
  max-width: 820px;
}

.builds-lt-pricing-card {
  display: flex;
  flex-direction: column;
}

.builds-lt-card-featured {
  border-color: var(--builds-border-gold);
  box-shadow: 0 24px 72px rgba(217, 175, 94, 0.13);
}

.builds-lt-pricing-for {
  min-height: 78px;
}

.builds-lt-price {
  display: block;
  margin: 10px 0 20px;
  color: var(--builds-gold-2);
  font-size: 34px;
  line-height: 1;
}

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

.builds-lt-pricing-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--builds-text-soft);
}

.builds-lt-pricing-card li i {
  margin-top: 4px;
  color: var(--builds-gold);
}

.builds-lt-pricing-card .builds-lt-btn {
  margin-top: auto;
}

.builds-lt-about-grid,
.builds-lt-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 34px;
  align-items: start;
}

.builds-lt-about-copy {
  padding-top: 10px;
}

.builds-lt-stack-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 30px;
}

.builds-lt-contact-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.builds-lt-contact-points p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

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

.builds-lt-field {
  display: grid;
  gap: 8px;
  color: var(--builds-text-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.builds-lt-field-full,
.builds-lt-alert,
.builds-lt-form .builds-lt-btn {
  grid-column: 1 / -1;
}

.builds-lt input,
.builds-lt select,
.builds-lt textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--builds-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--builds-text);
  font: inherit;
  padding: 11px 12px;
}

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

.builds-lt select option {
  color: #14161a;
}

.builds-lt-alert {
  padding: 13px 15px;
  border-radius: 8px;
  font-weight: 800;
}

.builds-lt-alert-success {
  border: 1px solid rgba(87, 214, 141, 0.35);
  background: rgba(87, 214, 141, 0.1);
}

.builds-lt-alert-error {
  border: 1px solid rgba(240, 117, 117, 0.35);
  background: rgba(240, 117, 117, 0.1);
}

.builds-lt-footer {
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #060708;
}

.builds-lt-footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
}

.builds-lt-footer .builds-lt-brand {
  font-size: 22px;
}

.builds-lt-footer-links,
.builds-lt-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.builds-lt-footer-copy {
  margin: 0;
  color: var(--builds-muted);
  font-size: 13px;
}

.builds-lt-socials a {
  color: var(--builds-muted);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1500px) {
  .builds-lt {
    --builds-container: 1380px;
  }

  .builds-lt-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    gap: 48px;
  }

  .builds-lt h1 {
    font-size: clamp(46px, 5.5vw, 76px);
  }

  .builds-lt-device-stage {
    min-height: 430px;
  }

  .builds-lt-laptop {
    width: min(100%, 680px);
  }

  .builds-lt-laptop-screen {
    min-height: 330px;
  }

  .builds-lt-chart {
    height: 158px;
  }

  .builds-lt-phone {
    width: 180px;
    min-height: 275px;
    bottom: 8px;
  }

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

@media (max-width: 1100px) {
  .builds-lt-hero-grid,
  .builds-lt-about-grid,
  .builds-lt-contact-grid {
    grid-template-columns: 1fr;
  }

  .builds-lt-device-stage {
    min-height: 430px;
  }

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

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

  .builds-lt-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .builds-lt-process-step::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .builds-lt-header-inner {
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .builds-lt-menu-toggle {
    display: inline-block;
  }

  .builds-lt-nav,
  .builds-lt-header-actions {
    display: none;
    width: 100%;
  }

  .builds-lt-header.is-open .builds-lt-nav,
  .builds-lt-header.is-open .builds-lt-header-actions {
    display: flex;
  }

  .builds-lt-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 8px;
  }

  .builds-lt-header-actions {
    justify-content: space-between;
  }

  .builds-lt-grid-3,
  .builds-lt-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .builds-lt-cta-panel,
  .builds-lt-footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .builds-lt-container {
    padding: 0 18px;
  }

  .builds-lt-section {
    padding: 48px 0;
  }

  .builds-lt-hero,
  .builds-lt-page-intro {
    padding: 52px 0 34px;
  }

  .builds-lt h1 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .builds-lt-grid-2,
  .builds-lt-grid-3,
  .builds-lt-grid-4,
  .builds-lt-services .builds-lt-grid-3,
  .builds-lt-process-line,
  .builds-lt-form {
    grid-template-columns: 1fr;
  }

  .builds-lt-section-row {
    display: block;
  }

  .builds-lt-device-stage {
    min-height: 350px;
  }

  .builds-lt-laptop {
    position: relative;
    width: 100%;
    padding: 10px;
  }

  .builds-lt-laptop-screen {
    min-height: 260px;
    padding: 16px;
  }

  .builds-lt-metrics {
    grid-template-columns: 1fr;
  }

  .builds-lt-phone {
    display: none;
  }

  .builds-lt-card,
  .builds-lt-process .builds-lt-panel,
  .builds-lt-cta-panel,
  .builds-lt-stack-panel {
    padding: 22px;
  }

  .builds-lt-header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .builds-lt-header-cta {
    width: 100%;
  }
}

/* Homepage concept alignment pass.
   Keep these rules scoped to the home shortcode so inner pages stay stable. */
body.admin-bar .builds-lt-header {
  top: 32px;
}

.builds-lt-page-home {
  background:
    radial-gradient(circle at 27% 9%, rgba(255, 255, 255, 0.055), transparent 29%),
    radial-gradient(circle at 73% 10%, rgba(217, 175, 94, 0.045), transparent 30%),
    linear-gradient(180deg, #070809 0%, #090a0c 34%, #15171b 34%, #17191d 50%, #08090a 50%, #050606 100%);
}

.builds-lt-page-home .builds-lt-header {
  background: rgba(7, 8, 9, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.builds-lt-page-home .builds-lt-container {
  width: 100%;
  max-width: none;
  padding-right: clamp(40px, 4.6vw, 96px);
  padding-left: clamp(40px, 4.6vw, 96px);
}

.builds-lt-page-home .builds-lt-hero {
  min-height: 620px;
  padding: 76px 0 62px;
  background:
    radial-gradient(ellipse at 70% 36%, rgba(255, 255, 255, 0.07), transparent 36%),
    radial-gradient(ellipse at 22% 28%, rgba(255, 255, 255, 0.035), transparent 34%),
    linear-gradient(90deg, rgba(7, 8, 9, 1), rgba(16, 18, 21, 0.9) 58%, rgba(7, 8, 9, 1)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 86px);
}

.builds-lt-page-home .builds-lt-hero-grid {
  grid-template-columns: minmax(455px, 0.82fr) minmax(610px, 1.18fr);
  gap: clamp(28px, 3.2vw, 52px);
}

.builds-lt-page-home .builds-lt-eyebrow {
  margin-bottom: 18px;
  color: #e0b562;
  font-size: 12px;
  letter-spacing: 0.07em;
}

.builds-lt-page-home h1 {
  max-width: 705px;
  margin-bottom: 18px;
  font-size: clamp(44px, 3.38vw, 66px);
  font-weight: 800;
  line-height: 1.09;
  letter-spacing: -0.035em;
}

.builds-lt-page-home .builds-lt-accent,
.builds-lt-page-home .builds-lt-accent-text {
  color: #d9af5e;
}

.builds-lt-page-home .builds-lt-hero-text {
  max-width: 590px;
  color: #d8d8d3;
  font-size: 17px;
  line-height: 1.75;
}

.builds-lt-page-home .builds-lt-hero-actions {
  margin-top: 24px;
}

.builds-lt-page-home .builds-lt-btn {
  min-height: 46px;
  padding: 0 22px;
  font-size: 12.5px;
}

.builds-lt-page-home .builds-lt-device-stage {
  min-height: 410px;
}

.builds-lt-page-home .builds-lt-laptop {
  right: auto;
  left: clamp(120px, 10vw, 170px);
  width: min(calc(100% - 120px), 720px);
  padding: 14px 14px 18px;
  border-radius: 14px 14px 10px 10px;
  background: linear-gradient(180deg, #0d0f11, #050505);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.builds-lt-page-home .builds-lt-laptop::after {
  left: 6%;
  right: -6%;
  bottom: -20px;
  height: 18px;
  background: linear-gradient(180deg, #202226, #080809);
}

.builds-lt-page-home .builds-lt-laptop-screen {
  min-height: 322px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(19, 22, 25, 0.94), rgba(7, 8, 9, 0.98)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 62px);
}

.builds-lt-dashboard-layout {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  height: 100%;
}

.builds-lt-dashboard-menu {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 4px 10px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  color: #73777c;
  font-size: 9px;
}

.builds-lt-dashboard-menu .builds-lt-mini-logo {
  width: 22px;
  height: 22px;
  margin-bottom: 2px;
  border-left-width: 4px;
  font-size: 12px;
}

.builds-lt-dashboard-menu b {
  color: #f7f5ef;
  font-size: 10px;
}

.builds-lt-dashboard-menu i {
  display: block;
  padding: 5px 6px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.035);
  font-style: normal;
}

.builds-lt-dashboard-main {
  min-width: 0;
}

.builds-lt-page-home .builds-lt-dashboard-top {
  margin-bottom: 14px;
}

.builds-lt-page-home .builds-lt-dashboard-top span:first-child {
  font-size: 17px;
}

.builds-lt-page-home .builds-lt-metrics {
  gap: 10px;
  margin-bottom: 14px;
}

.builds-lt-page-home .builds-lt-metrics div {
  min-height: 72px;
  padding: 12px;
  border-color: rgba(255, 255, 255, 0.105);
}

.builds-lt-page-home .builds-lt-metrics span {
  font-size: 10px;
}

.builds-lt-page-home .builds-lt-metrics strong {
  font-size: 18px;
}

.builds-lt-page-home .builds-lt-metrics em {
  font-size: 10px;
}

.builds-lt-page-home .builds-lt-chart {
  height: 154px;
  background-size: 100% 35px, 64px 100%;
}

.builds-lt-page-home .builds-lt-chart span:nth-child(3) {
  right: 5%;
  bottom: 44px;
  height: 58px;
  border-color: rgba(92, 143, 199, 0.55);
  opacity: 0.85;
}

.builds-lt-page-home .builds-lt-phone {
  left: 0;
  bottom: -6px;
  width: 150px;
  min-height: 232px;
  padding: 12px;
  border-radius: 19px;
}

.builds-lt-page-home .builds-lt-phone div {
  margin-bottom: 22px;
}

.builds-lt-page-home .builds-lt-phone p {
  margin-bottom: 18px;
  font-size: 14.5px;
  line-height: 0.95;
}

.builds-lt-page-home .builds-lt-phone b {
  margin-bottom: 16px;
  padding: 8px 10px;
  font-size: 8px;
}

.builds-lt-page-home .builds-lt-phone i {
  height: 68px;
}

.builds-lt-page-home .builds-lt-trust {
  padding: 30px 0 42px;
  background: linear-gradient(180deg, #090a0b, #101216);
}

.builds-lt-page-home .builds-lt-trust .builds-lt-grid-4 {
  gap: 38px;
}

.builds-lt-page-home .builds-lt-trust-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 18px;
  align-items: start;
}

.builds-lt-page-home .builds-lt-trust-item .builds-lt-icon {
  grid-row: span 2;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  background: rgba(217, 175, 94, 0.08);
  font-size: 27px;
}

.builds-lt-page-home .builds-lt-trust-item h3 {
  margin: 2px 0 7px;
  color: #d9af5e;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.builds-lt-page-home .builds-lt-trust-item p {
  margin: 0;
  color: #d7d5ce;
  font-size: 12.5px;
  line-height: 1.55;
}

.builds-lt-page-home .builds-lt-services {
  padding: 36px 0 42px;
  background:
    radial-gradient(circle at 22% 0, rgba(255, 255, 255, 0.055), transparent 28%),
    linear-gradient(180deg, #17191d, #111317);
}

.builds-lt-page-home .builds-lt-section-head {
  margin-bottom: 18px;
}

.builds-lt-page-home .builds-lt-section-head h2 {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.builds-lt-page-home .builds-lt-section-row {
  margin-bottom: 18px;
}

.builds-lt-page-home .builds-lt-services .builds-lt-grid-3 {
  gap: 14px;
}

.builds-lt-page-home .builds-lt-service-card {
  min-height: 214px;
  padding: 22px 20px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    #1a1c20;
}

.builds-lt-page-home .builds-lt-service-card .builds-lt-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 8px;
  font-size: 27px;
}

.builds-lt-page-home .builds-lt-service-card h3 {
  margin-bottom: 10px;
  font-size: 15.5px;
  line-height: 1.28;
}

.builds-lt-page-home .builds-lt-service-card p {
  margin-bottom: 16px;
  color: #cfcec8;
  font-size: 12.5px;
  line-height: 1.55;
}

.builds-lt-page-home .builds-lt-card-link {
  font-size: 12px;
}

.builds-lt-page-home .builds-lt-projects {
  padding: 34px 0 42px;
  background: #08090a;
}

.builds-lt-page-home .builds-lt-project-visual {
  min-height: 150px;
}

.builds-lt-page-home .builds-lt-project-body {
  padding: 20px 20px 21px;
}

.builds-lt-page-home .builds-lt-project-card h3 {
  font-size: 17.5px;
}

.builds-lt-page-home .builds-lt-project-card p {
  font-size: 13px;
  line-height: 1.6;
}

.builds-lt-page-home .builds-lt-process {
  padding: 36px 0 30px;
  background: #08090a;
}

.builds-lt-page-home .builds-lt-process .builds-lt-panel {
  padding: 32px;
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    #181a1e;
}

.builds-lt-page-home .builds-lt-process .builds-lt-section-head h2 {
  font-size: 33px;
}

.builds-lt-page-home .builds-lt-process-step .builds-lt-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  border-radius: 9px;
  font-size: 25px;
}

.builds-lt-page-home .builds-lt-process-step h3 {
  font-size: 15px;
}

.builds-lt-page-home .builds-lt-process-step p {
  font-size: 12.5px;
  line-height: 1.55;
}

.builds-lt-page-home .builds-lt-cta {
  padding: 0 0 42px;
  background: #08090a;
}

.builds-lt-page-home .builds-lt-cta-panel {
  padding: 26px 30px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    #181a1e;
}

.builds-lt-page-home .builds-lt-cta-panel h2 {
  font-size: 31px;
}

.builds-lt-page-home .builds-lt-cta-panel p {
  font-size: 14px;
}

@media (max-width: 1500px) {
  .builds-lt-page-home .builds-lt-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.05fr);
    gap: 34px;
  }

  .builds-lt-page-home h1 {
    font-size: clamp(41px, 4vw, 60px);
  }

  .builds-lt-page-home .builds-lt-laptop {
    left: clamp(92px, 8vw, 128px);
    width: min(calc(100% - 92px), 660px);
  }

  .builds-lt-page-home .builds-lt-laptop-screen {
    min-height: 302px;
  }

  .builds-lt-page-home .builds-lt-services .builds-lt-grid-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 1250px) {
  .builds-lt-page-home .builds-lt-services .builds-lt-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .builds-lt-page-home .builds-lt-trust .builds-lt-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.admin-bar .builds-lt-header {
    top: 46px;
  }

  .builds-lt-page-home .builds-lt-container {
    padding-right: 28px;
    padding-left: 28px;
  }

  .builds-lt-page-home .builds-lt-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .builds-lt-page-home .builds-lt-device-stage {
    min-height: 380px;
  }

  .builds-lt-page-home .builds-lt-laptop {
    left: 0;
    width: 100%;
  }

  .builds-lt-dashboard-layout {
    grid-template-columns: 1fr;
  }

  .builds-lt-dashboard-menu {
    display: none;
  }
}

@media (max-width: 680px) {
  .builds-lt-page-home .builds-lt-container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .builds-lt-page-home h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .builds-lt-page-home .builds-lt-hero {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .builds-lt-page-home .builds-lt-trust .builds-lt-grid-4,
  .builds-lt-page-home .builds-lt-services .builds-lt-grid-3 {
    grid-template-columns: 1fr;
  }
}
