/* WhatsApp destek — mockup + wpinci.png */
.wa-page {
  --wa-purple: #6d3df5;
  --wa-purple-soft: #8b6cf6;
  --wa-ink: #17122b;
  --wa-muted: #6f6985;
  --wa-line: rgba(109, 61, 245, 0.12);
  --wa-bg: linear-gradient(145deg, #f4f0ff 0%, #eef8f5 45%, #e9f4fb 100%);
  background: var(--wa-bg);
  padding: 34px 0 72px;
  position: relative;
  overflow: hidden;
}

.wa-spark {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #17122b;
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}
.wa-spark--1 { top: 56px; left: 6%; }
.wa-spark--2 { top: 28%; right: 7%; background: #ff8a3d; opacity: 0.55; width: 10px; height: 10px; }
.wa-spark--3 { bottom: 18%; left: 12%; width: 8px; height: 8px; opacity: 0.2; }
.wa-spark--4 { top: 62%; right: 18%; background: #6d3df5; opacity: 0.25; width: 9px; height: 9px; }

.wa-shell {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
}

.wa-panel {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 40px;
  box-shadow: 0 28px 70px rgba(74, 40, 160, 0.08);
  padding: 40px 42px 28px;
}

.wa-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  gap: 24px 36px;
  align-items: start;
}

.wa-hero {
  display: block;
}
.wa-hero__phone--mobile {
  display: none;
}

.wa-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(37, 211, 102, 0.22);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.08);
  color: #128c4a;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}
.wa-badge i { font-size: 15px; color: #25d366; }

.wa-title {
  margin: 0 0 14px;
  color: var(--wa-ink);
  font-size: clamp(1.85rem, 2.6vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}
.wa-title span {
  position: relative;
  display: inline-block;
}
.wa-title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' fill='none'%3E%3Cpath d='M2 8c40-8 80-8 120 0s56 6 76-2' stroke='%238b6cf6' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  opacity: 0.85;
  pointer-events: none;
}

.wa-lead {
  margin: 0 0 18px;
  color: var(--wa-muted);
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 54ch;
}
.wa-lead em {
  font-style: normal;
  color: var(--wa-purple);
  font-weight: 750;
}

.wa-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.wa-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(109, 61, 245, 0.08);
  color: #4e4864;
  font-size: 12.5px;
  font-weight: 650;
  box-shadow: 0 2px 8px rgba(74, 40, 160, 0.03);
}
.wa-chip i { color: var(--wa-purple-soft); font-size: 12px; }

.wa-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.wa-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  text-align: left;
  padding: 16px 40px 16px 16px;
  border-radius: 18px;
  border: 1px solid rgba(109, 61, 245, 0.1);
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .15s ease, background .18s ease;
  box-shadow: 0 6px 18px rgba(74, 40, 160, 0.04);
}
.wa-option:hover {
  border-color: rgba(109, 61, 245, 0.28);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(74, 40, 160, 0.08);
}
.wa-option.is-active {
  border-color: rgba(109, 61, 245, 0.55);
  box-shadow: 0 12px 28px rgba(109, 61, 245, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f7f3ff 100%);
}
.wa-option__icon {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(109, 61, 245, 0.09);
  color: var(--wa-purple);
  font-size: 16px;
  margin-bottom: 6px;
}
.wa-option strong {
  color: var(--wa-ink);
  font-size: 0.98rem;
  font-weight: 800;
}
.wa-option > span:not(.wa-option__icon):not(.wa-option__arrow) {
  color: var(--wa-muted);
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 500;
}
.wa-option__arrow {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(109, 61, 245, 0.08);
  color: var(--wa-purple);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

/* Phone image (desktop column) */
.wa-phone-col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
}
.wa-phone-figure {
  margin: 0;
  width: min(100%, 340px);
  background: transparent;
  filter: drop-shadow(0 24px 40px rgba(26, 19, 51, 0.16));
}
.wa-phone-figure img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}

/* Compose */
.wa-compose {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(109, 61, 245, 0.08);
}
.wa-compose__head h2 {
  margin: 0 0 6px;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--wa-ink);
}
.wa-compose__hint {
  margin: 0 0 14px;
  color: var(--wa-muted);
  font-size: 13px;
  line-height: 1.45;
}

.wa-compose__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  gap: 14px 16px;
  align-items: stretch;
}

.wa-textarea-wrap { position: relative; }
.wa-textarea-wrap textarea {
  width: 100%;
  height: 100%;
  min-height: 118px;
  resize: vertical;
  border-radius: 18px;
  border: 1.5px solid rgba(109, 61, 245, 0.1);
  background: #f7f5fb;
  padding: 16px 16px 30px;
  color: var(--wa-ink);
  font-size: 14.5px;
  line-height: 1.55;
  font-family: inherit;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.wa-textarea-wrap textarea:focus {
  border-color: rgba(109, 61, 245, 0.4);
  box-shadow: 0 0 0 4px rgba(109, 61, 245, 0.08);
  background: #fff;
}
.wa-char {
  position: absolute;
  right: 14px;
  bottom: 12px;
  font-size: 11.5px;
  color: #9a94ab;
  font-weight: 650;
}

.wa-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 14px 18px;
  font-size: 14.5px;
  font-weight: 750;
  border: 0;
  cursor: pointer;
  width: 100%;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
  text-decoration: none;
  white-space: nowrap;
}
.wa-btn:active { transform: scale(0.98); }
.wa-btn--primary {
  background: var(--wa-purple);
  color: #fff;
  box-shadow: 0 12px 28px rgba(109, 61, 245, 0.32);
  flex: 1;
}
.wa-btn--primary:hover { background: #5a2de6; color: #fff; }
.wa-btn--ghost {
  background: #fff;
  color: var(--wa-purple);
  border: 1.5px solid rgba(109, 61, 245, 0.28);
  flex: 1;
}
.wa-btn--ghost:hover { background: #f6f3fc; }
.wa-btn--ghost.is-copied {
  border-color: #25d366;
  color: #128c4a;
}

.wa-compose__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  margin-top: 14px;
}
.wa-tip,
.wa-trust {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #857e97;
  font-size: 12.5px;
  font-weight: 600;
}
.wa-tip i { color: var(--wa-purple-soft); }
.wa-trust i { color: #25d366; }

/* Tablet / mobile */
@media (max-width: 991px) {
  .wa-page { padding: 16px 0 40px; }
  .wa-panel {
    padding: 22px 16px 18px;
    border-radius: 28px;
  }
  .wa-top {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .wa-phone-col { display: none; }

  .wa-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(118px, 42%);
    gap: 10px 12px;
    align-items: start;
    margin-bottom: 4px;
  }
  .wa-hero__phone--mobile {
    display: block;
    margin: 0;
    padding-top: 6px;
  }
  .wa-hero__phone--mobile img {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
    filter: drop-shadow(0 16px 28px rgba(26, 19, 51, 0.16));
  }
  .wa-badge {
    margin-bottom: 12px;
    font-size: 12px;
    padding: 6px 11px;
  }
  .wa-title {
    font-size: clamp(1.45rem, 6.2vw, 1.85rem);
    margin-bottom: 10px;
  }
  .wa-lead {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 0;
    max-width: none;
  }
  .wa-chips {
    margin-top: 16px;
    margin-bottom: 16px;
    gap: 6px;
  }
  .wa-chip {
    font-size: 11.5px;
    padding: 7px 10px;
  }
  .wa-options {
    gap: 10px;
  }
  .wa-option {
    padding: 14px 34px 14px 14px;
    border-radius: 16px;
  }
  .wa-option strong { font-size: 0.92rem; }
  .wa-option > span:not(.wa-option__icon):not(.wa-option__arrow) {
    font-size: 12px;
  }

  .wa-compose {
    margin-top: 22px;
    padding-top: 18px;
  }
  .wa-compose__row {
    grid-template-columns: 1fr;
  }
  .wa-actions {
    flex-direction: column;
  }
  .wa-btn {
    width: 100%;
    padding: 15px 18px;
  }
  .wa-compose__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 575px) {
  .wa-hero {
    grid-template-columns: minmax(0, 1fr) minmax(112px, 38%);
  }
  .wa-options {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 380px) {
  .wa-hero {
    grid-template-columns: 1fr;
  }
  .wa-hero__phone--mobile {
    max-width: 200px;
    margin: 0 auto;
  }
}

body.wa-page-body .whatsapp-float {
  display: none !important;
}
