/* Google Ads landing — standalone conversion page */
.lp { --lp-pad: clamp(48px, 6vw, 80px); padding-bottom: 72px; }
.lp-body { padding-top: 72px; }
@media (max-width: 768px) {
  .lp-body { padding-top: 64px; padding-bottom: 88px; }
}

.lp-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.lp-header__inner {
  width: min(calc(100% - 32px), 1240px);
  margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; min-height: 68px;
}
.lp-header__brand img { max-height: 52px; width: auto; max-width: 196px; object-fit: contain; }
.lp-header__actions {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end;
}
.lp-header__phone {
  font-size: 13px; font-weight: 700; color: var(--navy);
  white-space: nowrap;
}
.lp-header__phone:hover { color: var(--blue); }
.lp-btn-sm { padding: 10px 16px; font-size: 13px; }
.lp-btn-orange {
  background: var(--orange); color: #fff;
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.35);
}
.lp-btn-orange:hover { background: #e85f00; }

.lp-hero {
  padding: clamp(32px, 5vw, 56px) 0 var(--lp-pad);
  background:
    radial-gradient(900px 400px at 0% 0%, rgba(22, 135, 255, 0.1), transparent 55%),
    linear-gradient(180deg, #f6faff 0%, #fff 70%);
}
.lp-hero__grid {
  width: min(calc(100% - 32px), 1240px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: clamp(20px, 3vw, 28px) clamp(24px, 4vw, 40px);
  align-items: start;
}
@media (min-width: 769px) {
  .lp-hero__aside { align-self: start; }
}
.lp-hero__copy .lp-visual {
  margin-top: 22px;
  max-width: 100%;
}
.lp-eyebrow {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 800; color: var(--blue); margin-bottom: 14px;
}
.lp-hero h1 {
  font-family: var(--display);
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin-bottom: 16px;
}
.lp-hero h1 .hl { color: var(--blue); }
.lp-hero h1 .hl-alt { color: var(--orange); }
.lp-hero__lead {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.65;
  color: var(--muted);
  max-width: 34rem;
  margin-bottom: 22px;
}
.lp-hero__ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.lp-hero__checks {
  display: grid; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink);
}
.lp-hero__checks li {
  padding-left: 22px; position: relative;
}
.lp-hero__checks li::before {
  content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800;
}
.lp-hero-pills {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; list-style: none; padding: 0;
}
.lp-hero-pills li {
  font-size: 12px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 999px;
  background: #fff; border: 1px solid rgba(7, 87, 217, 0.2);
  color: var(--navy); box-shadow: 0 4px 14px rgba(6, 26, 58, 0.06);
}
.lp-hero-pills li:nth-child(2) { border-color: rgba(255, 106, 0, 0.35); color: #c2410c; }
.lp-hero-pills li:nth-child(3) { border-color: rgba(22, 135, 255, 0.35); color: var(--blue); }

.lp-form-card {
  background: #fff;
  border-radius: 22px;
  padding: clamp(22px, 3vw, 28px);
  border: 1px solid rgba(7, 87, 217, 0.12);
  box-shadow: 0 24px 60px rgba(6, 26, 58, 0.12);
  position: relative;
  z-index: 2;
}
.lp-form-card h2 {
  font-family: var(--display);
  font-size: clamp(20px, 2.2vw, 24px);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}
.lp-form-card .lp-form-note {
  font-size: 13px; color: var(--muted); margin-bottom: 18px; line-height: 1.5;
}
.lp-form label {
  display: grid; gap: 6px; font-size: 12px; font-weight: 700;
  margin-bottom: 12px; color: var(--ink);
}
.lp-form label .req { color: var(--orange); }
.lp-form input, .lp-form select, .lp-form textarea {
  border: 1px solid #dbe6f4; border-radius: 12px; padding: 12px 14px;
  background: #f8fafc; font-size: 16px; outline: none;
}
.lp-form input:focus, .lp-form select:focus, .lp-form textarea:focus {
  border-color: var(--electric);
  box-shadow: 0 0 0 4px rgba(22, 135, 255, 0.12);
}
.lp-form input.is-error, .lp-form select.is-error {
  border-color: #dc2626; background: #fef2f2;
}
.lp-form .lp-field-error {
  font-size: 12px; color: #dc2626; font-weight: 600; margin-top: -8px; margin-bottom: 8px;
}
.lp-form .btn-primary { width: 100%; margin-top: 4px; padding: 14px; font-size: 15px; }
.lp-form .btn-primary.btn-orange { background: var(--orange); box-shadow: 0 10px 24px rgba(255, 106, 0, 0.35); }
.lp-form-foot { font-size: 12px; color: var(--muted); text-align: center; margin-top: 12px; line-height: 1.5; }

.lp-visual {
  margin-top: 16px; position: relative;
  background: linear-gradient(145deg, #0b1f42, #102a5c);
  border-radius: 20px; border: 1px solid rgba(22, 135, 255, 0.25);
  padding: 18px 16px 16px; overflow: visible; min-height: 220px;
}
@media (min-width: 769px) {
  .lp-hero__copy .lp-visual {
    padding: 20px 18px 18px;
    min-height: 240px;
  }
}
.lp-visual__bar {
  display: flex; gap: 6px; margin-bottom: 10px;
}
.lp-visual__bar i {
  width: 8px; height: 8px; border-radius: 50%; background: #ff5f57;
}
.lp-visual__bar i:nth-child(2) { background: #febc2e; }
.lp-visual__bar i:nth-child(3) { background: #28c840; }
.lp-visual__title {
  font-size: 11px; color: #9ecbff; margin-bottom: 12px; letter-spacing: 0.06em;
}
.lp-visual__chart {
  height: 72px; border-radius: 10px;
  background: linear-gradient(180deg, rgba(22, 135, 255, 0.35) 0%, transparent 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative; margin-bottom: 10px;
}
.lp-visual__chart::after {
  content: ""; position: absolute; inset: 12px 12px 8px;
  background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.5) 40%, rgba(22, 135, 255, 0.8));
  clip-path: polygon(0 80%, 15% 60%, 30% 70%, 50% 40%, 70% 50%, 85% 25%, 100% 35%, 100% 100%, 0 100%);
}
.lp-visual__leads {
  display: grid; gap: 6px;
}
.lp-visual__leads div {
  font-size: 11px; padding: 8px 10px; border-radius: 10px;
  background: rgba(255, 255, 255, 0.06); color: #d5e6fa;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-float {
  position: absolute; padding: 6px 10px; border-radius: 999px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.08em;
  background: #fff; color: var(--navy); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.lp-float--1 { top: 8%; right: 6%; }
.lp-float--2 { top: 42%; left: 4%; }
.lp-float--3 { bottom: 28%; right: 8%; }
.lp-float--4 { bottom: 8%; left: 10%; }

.lp-trust {
  padding: 28px 0 36px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.lp-trust .shell { text-align: center; }
.lp-trust__kicker {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 700; color: var(--muted); margin-bottom: 18px;
}
.lp-trust .lp-logo-slider { padding: 0 0 8px; }
.lp-trust .logo-slider__card {
  background: #f8fafc;
  border-color: rgba(11, 59, 140, 0.06);
}
.lp-trust .logo-slider__card img {
  filter: grayscale(1) opacity(0.72);
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.lp-trust .logo-slider__card:hover img {
  filter: grayscale(0.35) opacity(0.95);
}

.lp-section { padding: var(--lp-pad) 0; }
.lp-section--mist { background: var(--mist); }
.lp-section--dark {
  background: var(--navy); color: #fff;
}
.lp-section h2 {
  font-family: var(--display);
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}
.lp-section h2 em { font-style: normal; color: var(--electric); }
.lp-section--dark h2 em { color: #7dd3fc; }
.lp-lead { font-size: 17px; line-height: 1.65; color: var(--muted); max-width: 40rem; margin-bottom: 28px; }
.lp-section--dark .lp-lead { color: #b4c9e4; }

.lp-problems {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px;
}
.lp-problems li {
  padding: 18px 16px; border-radius: 16px; background: #fff;
  border: 1px solid var(--line); font-size: 14px; font-weight: 600;
}
.lp-problems li span {
  display: block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 6px; font-weight: 800;
}

.lp-funnel {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 8px 6px; margin: 24px 0 28px;
  font-family: var(--display); font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
}
.lp-funnel span {
  padding: 10px 14px; border-radius: 12px;
  background: #fff; border: 1px solid var(--line);
}
.lp-funnel .arrow { color: var(--blue); font-size: 18px; padding: 0 2px; background: none; border: 0; }
.lp-equation {
  text-align: center; font-size: 15px; font-weight: 600; color: var(--muted);
  max-width: 36rem; margin-inline: auto; line-height: 1.7;
}

.lp-services {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
}
.lp-services--three { gap: 20px; }
.lp-svc--featured {
  border-color: rgba(7, 87, 217, 0.12);
  box-shadow: 0 16px 40px rgba(6, 26, 58, 0.08);
}
.lp-svc__list {
  margin: 0 0 14px; padding: 0; list-style: none; font-size: 13px; color: var(--muted);
}
.lp-svc__list li {
  padding-left: 18px; position: relative; margin-bottom: 6px; line-height: 1.45;
}
.lp-svc__list li::before {
  content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 800; font-size: 11px;
}
.lp-svc {
  padding: 20px 18px; border-radius: 16px; background: #fff;
  border: 1px solid var(--line);
}
.lp-svc__ico {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--ice); color: var(--blue);
  display: grid; place-items: center; margin-bottom: 12px;
}
.lp-svc h3 { font-size: 16px; margin-bottom: 8px; font-family: var(--display); }
.lp-svc p { font-size: 14px; color: var(--muted); line-height: 1.55; margin-bottom: 12px; }
.lp-svc a { font-size: 13px; font-weight: 800; color: var(--blue); }

.lp-stats {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px;
  margin-bottom: 28px;
}
.lp-stats div {
  text-align: center; padding: 20px 12px; border-radius: 16px;
  background: #fff; border: 1px solid var(--line);
}
.lp-stats b {
  display: block; font-family: var(--display); font-size: 32px;
  color: var(--blue); letter-spacing: -0.04em;
}
.lp-stats em { font-size: 12px; color: var(--muted); font-style: normal; font-weight: 600; }
.lp-pills {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.lp-pills li {
  padding: 10px 14px; border-radius: 999px; font-size: 13px; font-weight: 700;
  background: #fff; border: 1px solid var(--line);
}

.lp-steps {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px;
}
.lp-steps li {
  padding: 22px 18px; border-radius: 18px; background: #fff;
  border: 1px solid var(--line);
}
.lp-steps span {
  display: block; font-family: var(--display); font-size: 28px;
  color: var(--blue); font-weight: 800; margin-bottom: 10px;
}
.lp-steps h3 { font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 8px; }
.lp-steps p { font-size: 14px; color: var(--muted); line-height: 1.55; }

.lp-offer {
  text-align: center; padding: clamp(40px, 5vw, 56px);
  border-radius: 24px;
  background: linear-gradient(135deg, #061a3a, #0a3d8f 55%, #0757d9);
  color: #fff;
}
.lp-offer ul {
  display: inline-grid; gap: 10px; text-align: left; margin: 20px auto 24px;
  font-size: 15px; font-weight: 600;
}
.lp-offer li { padding-left: 24px; position: relative; }
.lp-offer li::before { content: "✓"; position: absolute; left: 0; color: #7dd3fc; }

.lp-testimonials {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;
}
.lp-tcard {
  padding: 22px; border-radius: 18px; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.lp-tcard p { font-size: 15px; line-height: 1.65; color: var(--muted); margin-bottom: 16px; }
.lp-tcard b { display: block; font-size: 14px; }
.lp-tcard span { font-size: 13px; color: var(--blue); font-weight: 600; }

.lp-faq { max-width: 720px; margin-inline: auto; }
.lp-faq details {
  border-bottom: 1px solid var(--line); padding: 14px 0;
}
.lp-faq summary {
  cursor: pointer; font-weight: 800; font-size: 16px; list-style: none;
  padding-right: 24px; position: relative;
}
.lp-faq summary::after {
  content: "+"; position: absolute; right: 0; top: 0; color: var(--blue); font-size: 20px;
}
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq p { margin-top: 10px; font-size: 15px; color: var(--muted); line-height: 1.65; }

.lp-final {
  text-align: center; padding: var(--lp-pad) 0;
  background: var(--cta-bg);
  background-image: var(--cta-bg-dots), var(--cta-bg-gradient);
  background-size: var(--cta-bg-size);
  color: #fff;
}
.lp-final h2 { color: #fff; margin-bottom: 12px; }
.lp-final p { color: #c5d6ec; margin-bottom: 22px; max-width: 32rem; margin-inline: auto; }
.lp-final__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

.lp-footer-social {
  justify-content: center;
  margin-top: 12px;
}
.lp-footer-social .footer-social__link {
  background: rgba(255, 255, 255, 0.1);
  color: #e8f1fc;
}
.lp-footer-social .footer-social__link:hover {
  background: var(--blue, #0757d9);
  color: #fff;
}

.lp-footer-min {
  padding: 28px 0; background: #041226; color: #9ecbff; font-size: 13px; text-align: center;
}
.lp-footer-min a { color: #d5e6fa; font-weight: 600; }

.lp-sticky {
  display: none; position: fixed; inset: auto 0 0; z-index: 99;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
  grid-template-columns: 1fr 1fr; gap: 10px;
}
@media (max-width: 768px) {
  .lp-sticky { display: grid; }
  .lp-header__phone { display: none; }
  .lp-header__actions .lp-btn-sm:not(.lp-btn-orange) { display: none; }
  .lp-hero__grid { grid-template-columns: 1fr; }
  .lp-hero__copy { order: 1; }
  .lp-hero__aside { order: 0; }
  .lp-problems, .lp-services, .lp-stats, .lp-steps, .lp-testimonials { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .lp-problems, .lp-services, .lp-stats, .lp-steps, .lp-testimonials { grid-template-columns: 1fr; }
  .lp-funnel { font-size: 11px; }
}
