.wa-page {
  background: #020713;
}

.wa-page .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.wa-hero {
  position: relative;
  min-height: min(900px, 92vh);
  overflow: hidden;
  isolation: isolate;
}

.wa-hero-bg,
.wa-hero-bg video,
.wa-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wa-hero-bg video {
  object-fit: cover;
}

.wa-hero-overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 74% 24%, rgba(42, 119, 255, 0.2), transparent 31%),
    radial-gradient(circle at 18% 74%, rgba(190, 146, 65, 0.12), transparent 30%),
    linear-gradient(90deg, rgba(2, 7, 19, 0.98) 0%, rgba(2, 7, 19, 0.9) 46%, rgba(2, 7, 19, 0.72) 100%);
}

.wa-hero-bg {
  z-index: -2;
  opacity: 0.58;
}

.wa-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.78fr);
  gap: clamp(42px, 7vw, 108px);
  align-items: center;
  padding-top: clamp(84px, 9vw, 138px);
  padding-bottom: clamp(76px, 8vw, 126px);
}

.wa-hero-copy {
  max-width: 780px;
}

.wa-hero-copy h1 {
  max-width: 780px;
  margin: 18px 0 22px;
  font-size: clamp(2.65rem, 5.7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.wa-hero-lead {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.65vw, 1.34rem);
  line-height: 1.68;
}

.wa-hero-actions,
.wa-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.wa-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  font-weight: 750;
}

.wa-proof-row li {
  position: relative;
  padding-left: 19px;
}

.wa-proof-row li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.47em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #52d273;
  box-shadow: 0 0 0 4px rgba(82, 210, 115, 0.1);
}

.wa-hero-note {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.86rem;
  line-height: 1.55;
}

.wa-phone-wrap {
  display: flex;
  justify-content: center;
}

.wa-phone {
  width: min(100%, 440px);
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(17, 31, 49, 0.98), rgba(4, 11, 22, 0.99)),
    #07111e;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.5), 0 0 0 8px rgba(255, 255, 255, 0.025);
  transform: rotate(1.8deg);
}

.wa-phone-top {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 11px;
  align-items: center;
  padding: 13px 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wa-phone-top div {
  display: grid;
  gap: 2px;
}

.wa-phone-top strong {
  color: #fff;
  font-size: 0.95rem;
}

.wa-phone-top span:not(.wa-avatar, .wa-back) {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.76rem;
}

.wa-back {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  line-height: 1;
}

.wa-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f7a48, #46c878);
  color: #fff;
  font-weight: 850;
}

.wa-chat {
  display: grid;
  gap: 10px;
  min-height: 435px;
  padding: 22px 10px 18px;
  background:
    linear-gradient(rgba(3, 10, 18, 0.75), rgba(3, 10, 18, 0.75)),
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.04) 1px, transparent 1.5px);
  background-size: auto, 26px 26px;
}

.wa-message {
  max-width: 85%;
  padding: 10px 12px;
  border-radius: 13px;
  font-size: 0.87rem;
  line-height: 1.48;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.wa-message-user {
  justify-self: end;
  border-top-right-radius: 4px;
  background: #075e54;
  color: #fff;
}

.wa-message-assistant {
  justify-self: start;
  border-top-left-radius: 4px;
  background: #17222f;
  color: rgba(255, 255, 255, 0.9);
}

.wa-voice {
  display: flex;
  width: 72%;
  align-items: center;
  gap: 8px;
}

.wa-play {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.68rem;
}

.wa-wave {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 3px;
  height: 24px;
}

.wa-wave i {
  display: block;
  width: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.62);
}

.wa-wave i:nth-child(1),
.wa-wave i:nth-child(8) { height: 7px; }
.wa-wave i:nth-child(2),
.wa-wave i:nth-child(7) { height: 13px; }
.wa-wave i:nth-child(3),
.wa-wave i:nth-child(6) { height: 19px; }
.wa-wave i:nth-child(4) { height: 11px; }
.wa-wave i:nth-child(5) { height: 22px; }

.wa-voice small {
  color: rgba(255, 255, 255, 0.65);
}

.wa-handoff-card {
  display: grid;
  gap: 8px;
  margin: 5px 8px 8px;
  padding: 15px;
  border: 1px solid rgba(201, 164, 90, 0.35);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(201, 164, 90, 0.13), rgba(25, 45, 69, 0.72));
}

.wa-handoff-card > span {
  color: #d9b66d;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wa-handoff-card strong {
  color: #fff;
  font-size: 1rem;
}

.wa-handoff-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wa-handoff-card li {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
}

.wa-section {
  padding: clamp(72px, 8vw, 118px) 0;
}

.wa-section-head {
  max-width: 800px;
}

.wa-section-head h2,
.wa-target-grid h2,
.wa-pilot-copy h2,
.wa-demo-grid h2,
.wa-contact-grid h2 {
  margin: 13px 0 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.wa-section-head > p:last-child,
.wa-target-grid > div:first-child > p:last-child,
.wa-pilot-copy > p,
.wa-demo-grid > div > p,
.wa-contact-grid > div > p {
  max-width: 760px;
  line-height: 1.72;
}

.wa-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.wa-benefit-card,
.wa-safety-grid article {
  padding: clamp(24px, 2.5vw, 34px);
  border: 1px solid rgba(7, 28, 51, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(5, 24, 47, 0.08);
}

.wa-benefit-card > span {
  display: inline-flex;
  margin-bottom: 24px;
  color: #9a7332;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.wa-benefit-card h3,
.wa-safety-grid h3,
.wa-flow-grid h3 {
  margin: 0 0 12px;
  color: #07162a;
  font-size: 1.18rem;
  line-height: 1.25;
}

.wa-benefit-card p,
.wa-safety-grid p,
.wa-flow-grid p {
  margin: 0;
  color: #4f6075;
  line-height: 1.68;
}

.wa-target-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.wa-target-cards {
  display: grid;
  gap: 16px;
}

.wa-target-cards article {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(18, 39, 64, 0.86), rgba(6, 15, 29, 0.94));
}

.wa-target-cards strong {
  display: block;
  margin-bottom: 15px;
  color: #e0bd73;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wa-target-cards ul,
.wa-pilot-card ul,
.wa-contact-points {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wa-target-cards li,
.wa-pilot-card li,
.wa-contact-points li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.52;
}

.wa-target-cards li::before,
.wa-pilot-card li::before,
.wa-contact-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #55cf77;
  font-weight: 900;
}

.wa-boundary-note {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding: 15px 18px;
  border-left: 3px solid rgba(218, 181, 105, 0.72);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
}

.wa-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
}

.wa-flow-grid li {
  min-height: 270px;
  padding: 27px;
  border: 1px solid rgba(7, 28, 51, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f4f7fb);
}

.wa-flow-grid li > span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 38px;
  place-items: center;
  border-radius: 14px;
  background: #07162a;
  color: #dfbd77;
  font-weight: 900;
}

.wa-pilot-section {
  position: relative;
  overflow: hidden;
}

.wa-pilot-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 119, 228, 0.2), transparent 68%);
  pointer-events: none;
}

.wa-pilot-grid,
.wa-demo-grid,
.wa-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.72fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.wa-price-line {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 590px;
  margin: 28px 0 14px;
}

.wa-price-line div {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.wa-price-line span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
}

.wa-price-line strong {
  color: #fff;
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
}

.wa-price-note {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.88rem;
}

.wa-pilot-card {
  padding: clamp(27px, 4vw, 42px);
  border: 1px solid rgba(221, 184, 108, 0.34);
  border-radius: 26px;
  background: linear-gradient(150deg, rgba(27, 52, 81, 0.92), rgba(6, 15, 28, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.wa-pilot-label {
  margin: 0 0 22px;
  color: #dfbd77;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wa-pilot-card ul {
  margin-bottom: 25px;
}

.wa-pilot-card > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  line-height: 1.55;
}

.wa-safety-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.wa-demo-section {
  background: linear-gradient(150deg, #030a15, #071a31 52%, #07101d);
}

.wa-qr-card {
  display: grid;
  justify-items: center;
  gap: 9px;
  max-width: 360px;
  justify-self: center;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wa-qr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.42);
}

.wa-qr-card img {
  width: min(100%, 260px);
  height: auto;
  border-radius: 13px;
}

.wa-qr-card strong {
  color: #07162a;
  font-size: 1.05rem;
}

.wa-qr-card span {
  color: #5c6a7b;
  font-size: 0.84rem;
  line-height: 1.5;
}

.wa-faq-shell {
  max-width: 920px;
}

.wa-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.wa-faq-list details {
  border: 1px solid rgba(7, 28, 51, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(5, 24, 47, 0.06);
}

.wa-faq-list summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  color: #07162a;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

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

.wa-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #9a7332;
  font-size: 1.35rem;
}

.wa-faq-list details[open] summary::after {
  content: "–";
}

.wa-faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #56677a;
  line-height: 1.68;
}

.wa-contact-section {
  background: linear-gradient(145deg, #020711, #07172b 58%, #030a14);
}

.wa-contact-grid {
  align-items: start;
}

.wa-contact-points {
  max-width: 520px;
  margin-top: 26px;
}

.wa-contact-form {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
}

.wa-contact-form .contact-field,
.wa-contact-form .field-label-line,
.wa-contact-form .form-next-step,
.wa-contact-form .form-note {
  color: rgba(255, 255, 255, 0.76);
}

.wa-contact-form input,
.wa-contact-form textarea,
.wa-contact-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.24);
  color: #fff;
}

.wa-contact-form select option {
  color: #07162a;
}

.wa-contact-form input::placeholder,
.wa-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

@media (max-width: 1100px) {
  .wa-hero-grid,
  .wa-target-grid,
  .wa-pilot-grid,
  .wa-demo-grid,
  .wa-contact-grid {
    grid-template-columns: 1fr;
  }

  .wa-hero-copy {
    max-width: 860px;
  }

  .wa-phone-wrap {
    justify-content: flex-start;
  }

  .wa-phone {
    max-width: 520px;
    transform: none;
  }

  .wa-benefit-grid,
  .wa-flow-grid,
  .wa-safety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wa-target-grid {
    gap: 34px;
  }

  .wa-boundary-note {
    grid-column: auto;
  }

  .wa-qr-card {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .wa-hero {
    min-height: auto;
  }

  .wa-hero-grid {
    gap: 40px;
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .wa-hero-overlay {
    background:
      linear-gradient(180deg, rgba(2, 7, 19, 0.91), rgba(2, 7, 19, 0.98)),
      radial-gradient(circle at 70% 20%, rgba(48, 117, 220, 0.18), transparent 34%);
  }

  .wa-hero-copy h1 {
    margin-top: 14px;
    font-size: clamp(2.35rem, 12vw, 3.7rem);
    line-height: 1.01;
  }

  .wa-hero-actions,
  .wa-demo-actions {
    display: grid;
  }

  .wa-hero-actions .btn,
  .wa-demo-actions .btn {
    width: 100%;
  }

  .wa-proof-row {
    display: grid;
    gap: 11px;
  }

  .wa-phone {
    width: 100%;
    padding: 10px;
    border-radius: 25px;
  }

  .wa-chat {
    min-height: 390px;
    padding: 18px 7px 14px;
  }

  .wa-message {
    max-width: 91%;
    font-size: 0.8rem;
  }

  .wa-voice {
    width: 82%;
  }

  .wa-section {
    padding: 66px 0;
  }

  .wa-benefit-grid,
  .wa-flow-grid,
  .wa-safety-grid,
  .wa-price-line {
    grid-template-columns: 1fr;
  }

  .wa-flow-grid li {
    min-height: 0;
  }

  .wa-flow-grid li > span {
    margin-bottom: 24px;
  }

  .wa-pilot-card,
  .wa-benefit-card,
  .wa-safety-grid article,
  .wa-flow-grid li,
  .wa-target-cards article {
    border-radius: 18px;
  }

  .wa-qr-card {
    width: 100%;
    max-width: 340px;
    justify-self: stretch;
    margin-inline: auto;
  }

  .wa-contact-form .form-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wa-qr-card {
    transition: none;
  }
}
