body {
  margin: 0;
  background: #05070a;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
}

.techPage {
  min-height: 100vh;
  overflow-x: hidden;
}

.techIntro {
  align-items: center;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  padding: 132px clamp(20px, 5vw, 70px) 92px;
}

.techIntroInner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  width: 100%;
}

.techIntro__media {
  background:
    url('../../components/src/images/first-frame-tecnico.jpg') center / cover no-repeat,
    url('../../components/src/images/z2play-marketing-image4.jpg') center / cover no-repeat;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.techIntro__media::after {
  background:
    radial-gradient(circle at 50% 48%, rgba(1,214,245,0.08), transparent 28%),
    linear-gradient(180deg, rgba(5,7,10,0.50), rgba(5,7,10,0.22) 38%, rgba(5,7,10,0.88)),
    linear-gradient(90deg, rgba(5,7,10,0.86), rgba(5,7,10,0.38) 50%, rgba(5,7,10,0.86));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.techIntro__video {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.techIntro__content {
  max-width: 760px;
  position: relative;
  text-align: center;
}

.techIntro__content p {
  margin: 0 0 10px;
  color: #01d6f5;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.techIntro__content h1 {
  margin: 0 0 16px;
  font-size: clamp(2.4rem, 5.4vw, 5.2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.techIntro__content span {
  display: block;
  margin: 0 auto;
  max-width: 620px;
  color: rgba(255,255,255,0.76);
  line-height: 1.7;
  font-size: 1rem;
}

.techIntro__review {
  background: rgba(8, 14, 20, 0.58);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.32);
  display: grid;
  gap: 6px;
  margin: 26px auto 0;
  max-width: 560px;
  padding: 18px 20px;
}

.techIntro__review span {
  color: #86efac;
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.25;
  max-width: none;
  text-transform: uppercase;
}

.techIntro__review strong {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.35;
}

.techIntro__review p {
  color: rgba(255,255,255,0.72);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
  text-transform: none;
}

.techIntro__points {
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 22px auto 0;
  max-width: 560px;
  width: 100%;
}

.techIntro__points span {
  align-items: center;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px;
  color: rgba(255,255,255,0.84);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  min-height: 34px;
  padding: 0 11px;
}

.techIntro__points span::before {
  background: #01d6f5;
  border-radius: 50%;
  content: "";
  height: 6px;
  margin-right: 8px;
  width: 6px;
}

.techFormSection {
  background:
    linear-gradient(180deg, #111316, #0b0e11 72%),
    #111316;
  border-top: 1px solid rgba(1,214,245,0.16);
  padding: 72px clamp(18px, 5vw, 70px) 92px;
}

.techFormShell {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
}

.techFormAside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(1,214,245,0.18);
  border-radius: 8px;
  background: rgba(1,214,245,0.08);
}

.techFormAside span {
  color: #01d6f5;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.techFormAside strong {
  font-size: 1.05rem;
}

.techFormAside p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  line-height: 1.6;
  font-size: 0.86rem;
}

.techUseBox {
  border-top: 1px solid rgba(255,255,255,0.1);
  display: grid;
  gap: 10px;
  margin-top: 8px;
  padding-top: 16px;
}

.techUseBox strong {
  color: #fff;
  font-size: 0.98rem;
}

.techUseBox ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.techUseBox li {
  color: rgba(255,255,255,0.66);
  font-size: 0.82rem;
  line-height: 1.45;
  padding-left: 18px;
  position: relative;
}

.techUseBox li::before {
  background: #86efac;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.55em;
  width: 6px;
}

.techForm {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
}

.techForm__header h2 {
  margin: 0 0 5px;
  font-size: 1.35rem;
}

.techForm__header p {
  margin: 0;
  color: rgba(255,255,255,0.58);
}

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

.techGrid__full {
  grid-column: 1 / -1;
}

.techGrid__full[hidden] {
  display: none !important;
}

label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: rgba(255,255,255,0.78);
  font-size: 0.88rem;
  font-weight: 650;
}

input,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  padding: 10px 12px;
  font: inherit;
  box-sizing: border-box;
}

input.techFieldInvalid,
textarea.techFieldInvalid,
.techConsent.techFieldInvalid {
  border-color: rgba(248,113,113,0.9);
  box-shadow: 0 0 0 3px rgba(248,113,113,0.12);
}

.techFieldMessage {
  color: rgba(255,255,255,0.62);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 2px;
  min-height: 1em;
}

.techFieldMessage[data-state="error"] {
  color: #fca5a5;
}

.techFieldMessage[data-state="loading"] {
  color: #bae6fd;
}

.techFieldMessage[data-state="hint"] {
  color: rgba(255,255,255,0.58);
}

.techConsent {
  align-items: flex-start;
  background: rgba(1,214,245,0.055);
  border: 1px solid rgba(1,214,245,0.18);
  border-radius: 8px;
  color: rgba(255,255,255,0.78);
  display: grid;
  gap: 14px;
  grid-template-columns: 50px minmax(0, 1fr);
  line-height: 1.55;
  padding: 14px;
}

.techConsent input {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.techConsent__switch {
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.35);
  cursor: pointer;
  display: block;
  height: 28px;
  margin-top: 2px;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  width: 50px;
}

.techConsent__switch::after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.36);
  content: "";
  height: 24px;
  left: 2px;
  position: absolute;
  top: 1px;
  transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
  width: 24px;
}

.techConsent input:checked + .techConsent__switch {
  background: #34c759;
  border-color: rgba(52,199,89,0.82);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.18), 0 0 0 3px rgba(52,199,89,0.14);
}

.techConsent input:checked + .techConsent__switch::after {
  transform: translateX(21px);
}

.techConsent input:focus-visible + .techConsent__switch {
  outline: 2px solid #01d6f5;
  outline-offset: 3px;
}

.techConsent__text,
.techConsent__text span {
  font-size: 0.82rem;
  font-weight: 600;
}

.techConsent a {
  color: #01d6f5;
  font-weight: 850;
  text-decoration: none;
}

.techConsent a:hover {
  text-decoration: underline;
}

.techForm .iti {
  display: block;
  position: relative;
  width: 100%;
}

.techForm .iti input#whatsapp {
  width: 100%;
  box-sizing: border-box;
  padding-left: 60px !important;
  padding-right: 12px !important;
}

.techForm .iti .iti__search-input {
  padding-left: 12px !important;
}

.techForm .iti .iti__dropdown-content {
  bottom: auto !important;
  left: 0 !important;
  right: auto !important;
  top: calc(100% + 4px) !important;
  width: 100%;
  z-index: 50;
}

.iti__country-list {
  background: #151923;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 14px 32px rgba(0,0,0,0.42);
  color: #fff;
  box-sizing: border-box;
  left: 0;
  max-height: 250px;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.iti__country {
  color: rgba(255,255,255,0.86) !important;
  padding: 10px 12px;
}

.iti__country-name,
.iti__dial-code {
  color: rgba(255,255,255,0.86) !important;
}

.iti__country:hover,
.iti__country.iti__highlight {
  background: rgba(1,214,245,0.12);
}

.iti__selected-flag {
  background: rgba(255,255,255,0.04);
  border-radius: 8px 0 0 8px;
  min-height: 42px;
  padding: 0 8px !important;
}

.iti__selected-dial-code {
  color: rgba(255,255,255,0.72);
  font-size: 0.82rem;
  font-weight: 700;
  margin-left: 5px;
}

.iti__arrow {
  border-top-color: rgba(255,255,255,0.58);
  margin-left: 5px;
}

.iti__search-input {
  background: #10141b;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 6px;
  color: #fff;
  box-sizing: border-box;
  margin: 8px;
  max-width: calc(100% - 16px);
  min-height: 40px;
  padding: 10px 12px;
  width: calc(100% - 16px);
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(1,214,245,0.72);
  box-shadow: 0 0 0 3px rgba(1,214,245,0.14);
}

#website {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

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

.techCoverageChoice button {
  min-height: 46px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.76);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.techCoverageChoice button.active {
  background: rgba(1,214,245,0.16);
  border-color: rgba(1,214,245,0.5);
  color: #9beeff;
}

.techCoveragePanel {
  display: grid;
  gap: 16px;
}

.techCoveragePanel[hidden] {
  display: none !important;
}

.techCityField {
  position: relative;
}

.techCityDrop {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 9;
  max-height: 260px;
  overflow-y: auto;
  background: #151923;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.42);
}

.techCityOption {
  display: block;
  width: 100%;
  min-height: 40px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: transparent;
  color: rgba(255,255,255,0.86);
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
}

.techCityOption:hover {
  background: rgba(1,214,245,0.12);
}

.techRadiusControl {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 10px;
  align-items: center;
}

input[type="range"] {
  --radius-progress: 32.89%;
  appearance: none;
  accent-color: #01d6f5;
  background: transparent;
  cursor: pointer;
  padding: 0;
  min-height: 34px;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.26);
  background: linear-gradient(90deg, #01d6f5 var(--radius-progress), rgba(255,255,255,0.18) var(--radius-progress));
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -6px;
  border: 2px solid #01d6f5;
  border-radius: 50%;
  background: #01d6f5;
  box-shadow: 0 0 0 4px rgba(1,214,245,0.14);
}

input[type="range"]::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.26);
  background: rgba(255,255,255,0.18);
}

input[type="range"]::-moz-range-progress {
  height: 8px;
  border-radius: 999px;
  background: #01d6f5;
}

input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #01d6f5;
  border-radius: 50%;
  background: #01d6f5;
  box-shadow: 0 0 0 4px rgba(1,214,245,0.14);
}

.techRadiusControl input[type="number"] {
  text-align: center;
}

.techRangeLabel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.techRangeLabel strong {
  display: inline-flex;
  min-width: 68px;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(1,214,245,0.28);
  background: rgba(1,214,245,0.11);
  color: #9beeff;
  padding: 4px 8px;
  font-size: 0.78rem;
}

.techRangeTicks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: rgba(255,255,255,0.42);
  font-size: 0.72rem;
  margin-right: 106px;
}

.techRangeTicks span:nth-child(1) { justify-self: start; }
.techRangeTicks span:nth-child(2) { justify-self: center; }
.techRangeTicks span:nth-child(3) { justify-self: end; }

.techMapPanel {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.035);
}

.techMapPanel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.techMapPanel__head h3 {
  margin: 0;
  font-size: 1rem;
}

.techMapPanel__head button {
  min-height: 34px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  padding: 0 12px;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.techMapPanel__head button:hover {
  border-color: rgba(1,214,245,0.42);
  color: #9beeff;
}

.techCoverageMap {
  position: relative;
  height: min(42vh, 360px);
  min-height: 280px;
  background: #101418;
}

.techMapEmpty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
}

.techCityChips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 28px;
}

.techCitySearchList {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin-top: -6px;
}

.techCitySearchItem,
.techCitySearchEmpty {
  min-height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.8);
  padding: 8px 10px;
  font-size: 0.82rem;
}

.techCitySearchItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  text-align: left;
}

.techCitySearchItem:hover {
  border-color: rgba(1,214,245,0.38);
  background: rgba(1,214,245,0.10);
  color: #fff;
}

.techCitySearchItem span:last-child {
  color: #9beeff;
  font-size: 0.72rem;
  font-weight: 800;
}

.techCitySearchEmpty {
  display: flex;
  align-items: center;
  color: rgba(255,255,255,0.44);
}

.techCityChip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(1,214,245,0.28);
  background: rgba(1,214,245,0.1);
  border-radius: 999px;
  padding: 6px 10px;
  color: rgba(255,255,255,0.86);
  font-size: 0.82rem;
}

.techCityChip button {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.65);
  cursor: pointer;
}

.techForm__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.techForm__actions button {
  border: 0;
  border-radius: 8px;
  background: #01d6f5;
  color: #001014;
  font-weight: 850;
  min-height: 44px;
  padding: 0 20px;
  cursor: pointer;
}

.techForm__actions button:disabled {
  opacity: 0.6;
  cursor: wait;
}

#formStatus {
  margin: 0;
  color: rgba(255,255,255,0.68);
}

#formStatus[data-state="success"] { color: #86efac; }
#formStatus[data-state="error"] { color: #fca5a5; }

.techPrivacyModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.techPrivacyModal[hidden] { display: none; }

.techPrivacyModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 5, 8, 0.78);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.techPrivacyModal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(760px, 100%);
  max-height: min(86vh, 720px);
  background: linear-gradient(180deg, #111316, #0b0e11 72%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  box-shadow: 0 28px 64px rgba(0,0,0,0.55);
  overflow: hidden;
}

.techPrivacyModal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.techPrivacyModal__head h2 {
  margin: 0;
  font-size: 1.15rem;
  color: #fff;
}

.techPrivacyModal__close {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease;
}

.techPrivacyModal__close:hover {
  background: rgba(255,255,255,0.12);
}

.techPrivacyModal__body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 22px 24px;
}

.techPrivacyModal__body .termsModalSubtitle {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.62);
  font-size: 0.85rem;
}

.techPrivacyModal__foot {
  display: flex;
  justify-content: flex-end;
  padding: 14px 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.techPrivacyModal__back {
  background: #01d6f5;
  color: #001014;
  border: 0;
  border-radius: 8px;
  font-weight: 850;
  min-height: 42px;
  padding: 0 20px;
  cursor: pointer;
}

.techPrivacyModal__back:hover {
  filter: brightness(1.05);
}

body.techPrivacyModalOpen {
  overflow: hidden;
}

@media (max-width: 680px) {
  .techPrivacyModal { padding: 0; }
  .techPrivacyModal__dialog {
    max-height: 100dvh;
    height: 100dvh;
    border-radius: 0;
    border: 0;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .techIntro {
    min-height: 100svh;
  }

  .techIntroInner {
    max-width: 760px;
  }

  .techFormShell {
    grid-template-columns: 1fr;
  }

  .techFormAside {
    position: static;
  }
}

@media (max-width: 680px) {
  .techIntro {
    padding: 106px 18px 62px;
  }

  .techIntro__content h1 {
    font-size: clamp(2.45rem, 14vw, 4.2rem);
  }

  .techIntro__review {
    padding: 16px;
  }

  .techForm .iti .iti__dropdown-content {
    max-height: min(44vh, 320px);
    overflow: hidden;
  }

  .techForm .iti .iti__country-list {
    max-height: calc(min(44vh, 320px) - 58px);
  }

  .techGrid,
  .techCoverageChoice,
  .techRadiusControl {
    grid-template-columns: 1fr;
  }

  .techRangeTicks {
    margin-right: 0;
  }

  .techMapPanel__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .techForm__actions {
    align-items: stretch;
    flex-direction: column;
  }
}
