/* Dedicated field-tech landing — single-column, no nested card duplication */

.ft-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 88px) 0 clamp(40px, 6vw, 64px);
  background:
    radial-gradient(ellipse 70% 60% at 85% 10%, rgba(52, 211, 153, 0.18), transparent 55%),
    linear-gradient(165deg, #0f172a 0%, #134e4a 48%, #042f2e 100%);
  color: #f8fafc;
}

.ft-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.ft-hero__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #6ee7b7;
}

.ft-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 3.6vw, 2.65rem);
  line-height: 1.25;
  font-weight: 800;
  color: #fff;
}

.ft-hero__lead {
  margin: 0 0 18px;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(248, 250, 252, 0.88);
}

.ft-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.ft-hero__chips li {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(110, 231, 183, 0.28);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  color: rgba(248, 250, 252, 0.92);
}

.ft-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.ft-hero__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bbf7d0;
  text-decoration: none;
  font-weight: 700;
  direction: ltr;
  unicode-bidi: isolate;
}

.ft-hero .btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.ft-hero .btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.ft-contact-bar .btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.ft-hero__media {
  margin: 0;
  min-width: 0;
}

.ft-hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 1fr 1fr auto;
  gap: 12px;
  padding: 18px;
  min-height: 320px;
  border-radius: calc(var(--radius-lg, 18px) - 2px);
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.55) 0%, rgba(6, 78, 59, 0.35) 100%),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(167, 243, 208, 0.35);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.ft-hero-visual__glow {
  position: absolute;
  inset: -20% auto auto 40%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.45), transparent 70%);
  pointer-events: none;
}

.ft-hero-tile {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  color: #f8fafc;
}

.ft-hero-tile--cctv {
  grid-row: 1 / 3;
  background:
    linear-gradient(160deg, rgba(15, 23, 42, 0.55), rgba(15, 23, 42, 0.2)),
    rgba(16, 185, 129, 0.18);
}

.ft-hero-tile strong {
  font-size: 1.05rem;
  font-weight: 800;
}

.ft-hero-tile span:last-child {
  font-size: 0.82rem;
  color: rgba(248, 250, 252, 0.78);
}

.ft-hero-tile__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  position: relative;
}

.ft-hero-tile--cctv .ft-hero-tile__icon::before {
  content: '';
  position: absolute;
  inset: 11px;
  border: 3px solid #6ee7b7;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #0f172a, inset 0 0 0 9px #facc15;
}

.ft-hero-tile--wire .ft-hero-tile__icon::before {
  content: '';
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 3px;
  background: #facc15;
  border-radius: 2px;
  box-shadow: 0 -8px 0 #94a3b8, 0 8px 0 #6ee7b7;
}

.ft-hero-tile--light .ft-hero-tile__icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 10px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: #facc15;
  box-shadow: 0 12px 0 4px rgba(250, 204, 21, 0.25), 0 18px 18px rgba(250, 204, 21, 0.35);
}

.ft-hero-visual__cities {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
  margin: 2px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.45);
  color: #bbf7d0;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .ft-hero-visual {
    min-height: 260px;
  }
}

.ft-section-tight {
  padding-top: clamp(36px, 5vw, 56px);
  padding-bottom: clamp(36px, 5vw, 56px);
}

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

.ft-service {
  padding: 20px 18px;
  border-radius: calc(var(--radius-lg, 18px) - 4px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.ft-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}

.ft-service h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.ft-service p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #475569;
}

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

.ft-city {
  padding: 22px 20px;
  border-radius: calc(var(--radius-lg, 18px) - 4px);
  background: linear-gradient(145deg, #f8fafc, #ecfdf5);
  border: 1px solid rgba(16, 185, 129, 0.16);
}

.ft-city h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 800;
}

.ft-city p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.ft-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  counter-reset: ftstep;
}

.ft-step {
  position: relative;
  padding: 18px 16px 18px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.ft-step::before {
  counter-increment: ftstep;
  content: counter(ftstep, decimal-leading-zero);
  display: block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #059669;
}

.ft-step h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.ft-step p {
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.55;
}

.ft-contact-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border-radius: calc(var(--radius-lg, 18px) - 2px);
  background: linear-gradient(135deg, #042f2e, #0f172a);
  color: #fff;
}

.ft-contact-bar__text h2 {
  margin: 0 0 6px;
  font-size: 1.25rem;
}

.ft-contact-bar__text p {
  margin: 0;
  color: rgba(248, 250, 252, 0.8);
}

.ft-contact-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ft-faq {
  display: grid;
  gap: 10px;
}

.ft-faq details {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  background: #fff;
  padding: 4px 16px 4px;
}

.ft-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  font-weight: 700;
  color: #0f172a;
}

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

.ft-faq__body {
  padding: 0 0 14px;
  color: #475569;
  line-height: 1.7;
}

.ft-faq__body .ft-phone {
  direction: ltr;
  unicode-bidi: isolate;
  font-weight: 700;
  color: #047857;
}

.ft-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 20px;
  align-items: center;
  padding: 28px 24px;
  border-radius: calc(var(--radius-lg, 18px) - 2px);
  background: #fff;
  border: 1px solid rgba(16, 185, 129, 0.2);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.ft-teaser__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 960px) {
  .ft-hero__grid,
  .ft-services,
  .ft-steps,
  .ft-teaser {
    grid-template-columns: 1fr;
  }

  .ft-teaser__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .ft-cities {
    grid-template-columns: 1fr;
  }

  .ft-steps {
    grid-template-columns: 1fr 1fr;
  }
}
