:root {
  --orange: #ff5a0a;
  --orange-light: #ff7a32;
  --black: #0b0b0c;
  --charcoal: #151517;
  --gray: #65656b;
  --light: #f4f3f0;
  --white: #ffffff;
  --border: rgba(255, 255, 255, 0.13);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--light);
  font-family: var(--body);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding: 0 5vw;
  color: var(--white);
  background: rgba(11, 11, 12, 0.92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  display: block;
  width: 190px;
  height: auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy small {
  margin-top: 3px;
  color: #bcbcc2;
  font-size: 0.66rem;
  letter-spacing: 0.06em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.86rem;
  font-weight: 600;
}

.main-nav > a:not(.button):hover {
  color: var(--orange);
}

.menu-toggle {
  display: none;
  padding: 8px;
  border: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px;
  background: var(--white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  color: var(--white);
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 2px;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 180ms ease;
}

.button:hover {
  background: var(--orange-light);
  border-color: var(--orange-light);
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 0 20px;
  font-size: 0.86rem;
}

.button-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
}

.button-outline:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  min-height: 760px;
  padding: 170px 7vw 90px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 35%, rgba(255, 90, 10, 0.16), transparent 30%),
    linear-gradient(120deg, #09090a 0%, #121214 55%, #09090a 100%);
}

.hero::after {
  position: absolute;
  right: -90px;
  bottom: -200px;
  width: 470px;
  height: 470px;
  border: 100px solid rgba(255, 90, 10, 0.08);
  border-radius: 50%;
  content: "";
}

.hero-grid,
.map-lines {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, black, transparent 75%);
}

.hero-content,
.hero-visual {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #d5d5d7;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 3px;
  background: var(--orange);
}

.eyebrow.dark {
  color: var(--gray);
}

.hero h1,
.section h2,
.statement h2,
.psa-section h2,
.contact-section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(4rem, 7vw, 7.2rem);
}

.hero h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 30px 0 34px;
  color: #c7c7cb;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-trust {
  display: flex;
  gap: 0;
  margin-top: 62px;
}

.hero-trust div {
  display: flex;
  flex-direction: column;
  min-width: 145px;
  padding: 0 24px;
  border-left: 1px solid var(--border);
}

.hero-trust div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-trust strong {
  font-family: var(--display);
  font-size: 1.45rem;
}

.hero-trust span {
  color: #8f8f95;
  font-size: 0.7rem;
}

.hero-visual {
  display: grid;
  place-items: center;
}

.scanner-card {
  position: relative;
  width: min(390px, 85%);
  padding: 32px;
  background: rgba(21, 21, 23, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  transform: rotate(3deg);
}

.scanner-card::before,
.scanner-card::after {
  position: absolute;
  width: 38px;
  height: 38px;
  content: "";
}

.scanner-card::before {
  top: -1px;
  left: -1px;
  border-top: 3px solid var(--orange);
  border-left: 3px solid var(--orange);
}

.scanner-card::after {
  right: -1px;
  bottom: -1px;
  border-right: 3px solid var(--orange);
  border-bottom: 3px solid var(--orange);
}

.scanner-label {
  display: block;
  color: var(--orange);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.scanner-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 190px;
  height: 190px;
  margin: 36px auto;
  border: 2px solid var(--orange);
  border-radius: 50%;
  box-shadow: inset 0 0 0 18px rgba(255, 90, 10, 0.06), 0 0 35px rgba(255, 90, 10, 0.1);
}

.scanner-ring span {
  font-family: var(--display);
  font-size: 4rem;
  font-weight: 800;
  line-height: 0.9;
}

.scanner-ring small {
  color: #8e8e92;
  letter-spacing: 0.3em;
}

.scanner-data {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scanner-data strong {
  color: #69dd8f;
}

.statement {
  padding: 52px 7vw;
  color: var(--white);
  background: var(--orange);
  text-align: center;
}

.statement p {
  margin: 0 0 5px;
  font-size: 0.9rem;
  font-weight: 600;
}

.statement h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
}

.section {
  padding: 110px 7vw;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 58px;
}

.section h2,
.psa-section h2,
.contact-section h2 {
  font-size: clamp(2.9rem, 5vw, 5rem);
}

.section-heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--gray);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card {
  position: relative;
  min-height: 350px;
  padding: 30px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #e4e2dd;
  transition: 180ms ease;
}

.service-card:hover {
  z-index: 2;
  border-color: var(--orange);
  box-shadow: 0 18px 50px rgba(20, 20, 20, 0.1);
  transform: translateY(-7px);
}

.service-card.featured {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

.service-number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #aaa9a5;
  font-family: var(--display);
  font-size: 0.8rem;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 80px;
  color: var(--orange);
  background: rgba(255, 90, 10, 0.1);
  font-size: 1.4rem;
}

.service-card h3 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1;
  text-transform: uppercase;
}

.service-card p {
  margin: 0;
  color: var(--gray);
  font-size: 0.86rem;
}

.service-card.featured p {
  color: #aaaab0;
}

.psa-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 8vw;
  padding: 120px 9vw;
  color: var(--white);
  background: var(--charcoal);
}

.psa-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 28px 0;
  color: #aaaab0;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  font-size: 0.83rem;
  font-weight: 600;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--orange);
  content: "✓";
}

.psa-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 55px 34px;
  background:
    linear-gradient(rgba(255, 90, 10, 0.08), rgba(255, 90, 10, 0)),
    #0d0d0e;
  border: 1px solid #343438;
}

.psa-panel > span,
.psa-panel small {
  color: #727278;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
}

.psa-panel strong {
  margin: 16px 0 30px;
  color: var(--orange);
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 1;
}

.signal-bars {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 60px;
  margin-bottom: 22px;
}

.signal-bars i {
  display: block;
  width: 13px;
  background: var(--orange);
  animation: signal 1.3s ease-in-out infinite alternate;
}

.signal-bars i:nth-child(1) { height: 20%; }
.signal-bars i:nth-child(2) { height: 40%; animation-delay: 0.1s; }
.signal-bars i:nth-child(3) { height: 60%; animation-delay: 0.2s; }
.signal-bars i:nth-child(4) { height: 80%; animation-delay: 0.3s; }
.signal-bars i:nth-child(5) { height: 100%; animation-delay: 0.4s; }

@keyframes signal {
  to { opacity: 0.35; }
}

.booking-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
}

.booking-intro > p:not(.eyebrow) {
  color: var(--gray);
}

.booking-note {
  display: flex;
  flex-direction: column;
  margin-top: 36px;
  padding: 20px;
  border-left: 4px solid var(--orange);
  background: #e9e7e2;
}

.booking-note strong {
  font-family: var(--display);
  font-size: 1.25rem;
  text-transform: uppercase;
}

.booking-note span {
  color: var(--gray);
  font-size: 0.82rem;
}

.booking-form {
  padding: 42px;
  background: var(--white);
  border-top: 5px solid var(--orange);
  box-shadow: 0 20px 70px rgba(20, 20, 20, 0.09);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.booking-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--black);
  background: #f7f6f3;
  border: 1px solid #dcdad5;
  border-radius: 0;
  outline: none;
  text-transform: none;
  transition: 150ms ease;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  background: var(--white);
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 90, 10, 0.1);
}

.booking-form textarea {
  resize: vertical;
}

.form-submit {
  width: 100%;
}

.form-privacy {
  margin: 12px 0 0;
  color: #8b8b90;
  font-size: 0.68rem;
  text-align: center;
}

.contact-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 620px;
  color: var(--white);
  background: var(--black);
}

.contact-map {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255, 90, 10, 0.14), transparent 24%),
    #18181a;
}

.map-lines {
  opacity: 0.4;
  background-size: 42px 42px;
  transform: rotate(7deg) scale(1.2);
  mask-image: none;
}

.map-pin {
  position: absolute;
  width: 24px;
  height: 24px;
  background: var(--orange);
  border: 6px solid var(--white);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 0 0 10px rgba(255, 90, 10, 0.18);
  transform: translateY(-75px) rotate(-45deg);
}

.map-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: min(360px, 76%);
  margin-top: 190px;
  padding: 28px;
  color: var(--black);
  background: var(--white);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.map-card small {
  color: var(--orange);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.map-card strong {
  margin-top: 7px;
  font-family: var(--display);
  font-size: 1.8rem;
  text-transform: uppercase;
}

.map-card span {
  color: var(--gray);
  font-size: 0.78rem;
}

.map-card a {
  margin-top: 20px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 700;
}

.contact-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 80px 7vw;
}

.contact-copy > p:not(.eyebrow) {
  color: #9b9ba0;
}

.contact-link {
  display: flex;
  flex-direction: column;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}

.contact-link small {
  color: #77777d;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.contact-link strong {
  font-family: var(--display);
  font-size: 1.7rem;
}

.contact-link:hover strong {
  color: var(--orange);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 5vw;
  color: #88888e;
  background: #050506;
  border-top: 1px solid var(--border);
  font-size: 0.7rem;
}

.footer-brand {
  color: var(--white);
}

.footer-brand .brand-logo {
  width: 165px;
}

.floating-whatsapp {
  position: fixed;
  z-index: 15;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: #25d366;
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  font-family: var(--display);
  font-weight: 800;
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    display: none;
  }

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

  .psa-section,
  .booking-section {
    gap: 60px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 72px;
    padding: 0 20px;
  }

  .brand-copy small {
    display: none;
  }

  .brand-logo {
    width: 160px;
  }

  .menu-toggle {
    display: block;
    cursor: pointer;
  }

  .main-nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 20px;
    background: #0b0b0c;
    border-bottom: 1px solid var(--border);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav > a:not(.button) {
    padding: 16px 4px;
    border-bottom: 1px solid var(--border);
  }

  .main-nav .button {
    margin-top: 16px;
  }

  .hero {
    min-height: auto;
    padding: 140px 20px 70px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 16vw, 5rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 0;
    margin-top: 46px;
  }

  .hero-trust div {
    min-width: 0;
  }

  .hero-trust div:nth-child(3) {
    display: none;
  }

  .statement,
  .section,
  .psa-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-heading,
  .psa-section,
  .booking-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 24px;
  }

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

  .service-card {
    min-height: 280px;
  }

  .service-icon {
    margin-bottom: 48px;
  }

  .psa-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .booking-section {
    gap: 45px;
  }

  .booking-form {
    padding: 28px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-copy {
    grid-row: 1;
    padding: 80px 20px;
  }

  .contact-map {
    min-height: 470px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 35px 20px 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
