:root {
  --elite-dark: #0a2e21;
  --elite-gold: #c9a962;
  --elite-light: #f8f9f5;
  --elite-accent: #145c43;
  --text-dark: #222;
  --text-muted: #5e6259;
  --panel: rgba(255, 255, 255, 0.72);
  --line: rgba(201, 169, 98, 0.36);
  --shadow: 0 22px 70px rgba(10, 46, 33, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  background: #eef0e8;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(10, 46, 33, 0.09), transparent 42%),
    radial-gradient(circle at 88% 8%, rgba(201, 169, 98, 0.18), transparent 24%),
    linear-gradient(135deg, #fbfcf6 0%, var(--elite-light) 56%, #ece8da 100%);
  color: var(--text-dark);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.7;
}

a {
  color: var(--elite-accent);
  text-underline-offset: 0.2em;
}

.container {
  width: min(100%, 810px);
  margin: 0 auto;
  padding: clamp(28px, 6vw, 74px) 18px;
}

.header {
  margin-bottom: clamp(34px, 7vw, 58px);
  text-align: center;
}

.brand-mark {
  display: block;
  width: min(100%, 380px);
  height: auto;
  margin: 0 auto 22px;
}

.logo {
  margin-bottom: 8px;
  color: var(--elite-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 7vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

.logo span {
  color: var(--elite-gold);
}

.tagline {
  margin: 0 auto;
  max-width: 650px;
  color: var(--elite-accent);
  font-size: clamp(1.02rem, 3vw, 1.22rem);
  font-weight: 700;
}

.section,
.trust,
.policy-panel {
  margin: 26px 0;
  padding: clamp(24px, 5vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-panel {
  border-color: rgba(10, 46, 33, 0.44);
  background: rgba(255, 255, 255, 0.84);
}

.promo-video {
  text-align: center;
}

.promo-video-frame {
  overflow: hidden;
  margin: 0 auto;
  border: 3px solid var(--elite-gold);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(10, 46, 33, 0.14);
}

.promo-video video {
  display: block;
  width: 100%;
  height: auto;
  background: #0a2e21;
}

.section h1,
.section h2,
.portal-panel h1,
.portal-panel h2,
.policy-panel h1 {
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--elite-gold);
  color: var(--elite-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 5vw, 2.2rem);
  line-height: 1.15;
}

.section h3,
.trust h2,
.policy-panel h2 {
  margin: 26px 0 10px;
  color: var(--elite-accent);
  font-size: clamp(1rem, 3vw, 1.24rem);
  line-height: 1.25;
  text-transform: uppercase;
}

p {
  margin: 0 0 15px;
}

.lede {
  color: #373b35;
  font-size: clamp(1.02rem, 3vw, 1.16rem);
}

.checklist {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding: 7px 0 7px 34px;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.86em;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--elite-accent);
  box-shadow: inset 0 0 0 4px rgba(201, 169, 98, 0.45);
}

.checklist li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: calc(0.86em + 4px);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.official-contact {
  margin: 1.5rem 0;
  padding: 1.5rem;
  border: 1px solid rgba(20, 92, 67, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.official-contact p {
  margin-bottom: 0.65rem;
}

.official-contact p:last-child {
  margin-bottom: 0;
}

.official-contact a {
  color: var(--elite-accent);
  font-weight: 700;
}

.official-contact a[href^="https://wa.me"] {
  color: #9b781b;
}

.official-contact-actions {
  width: min(100%, 700px);
  margin: 2rem auto;
  text-align: center;
}

.official-contact-actions h3 {
  margin: 0 0 1.5rem;
  color: #004d2c;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
}

.contact-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 62px;
  margin-bottom: 1rem;
  padding: 1.1rem;
  border-radius: 8px;
  color: #000;
  font-size: clamp(0.98rem, 3vw, 1.1rem);
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-action:hover {
  box-shadow: 0 9px 25px rgba(10, 46, 33, 0.14);
  transform: translateY(-2px);
}

.contact-action-email {
  background: #c9a227;
}

.contact-action-whatsapp {
  background: #25d366;
  color: #fff;
}

.contact-action-call {
  background: #004d2c;
  color: #fff;
}

.contact-action-portal {
  background: #121212;
  color: #c9a227;
}

.official-contact-actions p {
  margin: 1.5rem 0 0;
  color: #666;
  font-size: 0.9rem;
}

.verification-points {
  margin: 0 0 18px;
  padding: 0;
  color: var(--text-muted);
  list-style: none;
}

.verification-points li {
  margin: 8px 0;
  padding-left: 28px;
  position: relative;
}

.verification-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--elite-accent);
  font-weight: 800;
}

.qr-usage-guide {
  margin: 2rem 0;
  padding: clamp(20px, 4vw, 28px);
  border: 1px solid rgba(18, 18, 18, 0.16);
  border-top: 4px solid var(--elite-gold);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(18, 18, 18, 0.94), rgba(10, 46, 33, 0.93));
  color: #fff;
  box-shadow: 0 18px 46px rgba(10, 46, 33, 0.18);
}

.qr-usage-guide h3,
.qr-usage-guide h4 {
  color: var(--elite-gold);
}

.qr-usage-guide h3 {
  margin-top: 0;
  text-transform: none;
}

.qr-usage-guide h4 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qr-usage-guide p {
  color: rgba(255, 255, 255, 0.88);
}

.qr-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 20px 0 22px;
}

.qr-usage-guide ul,
.qr-usage-guide ol {
  margin: 0;
  padding-left: 1.25rem;
}

.qr-usage-guide li {
  margin: 7px 0;
  color: rgba(255, 255, 255, 0.92);
}

.qr-best-practices {
  columns: 2;
  column-gap: 28px;
}

.btn {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 18px auto;
  padding: 17px 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: clamp(0.98rem, 3vw, 1.1rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  border-color: var(--elite-gold);
  background: linear-gradient(135deg, var(--elite-dark), var(--elite-accent));
  color: #fff;
}

.btn-primary:hover {
  box-shadow: 0 9px 25px rgba(201, 169, 98, 0.32);
  transform: translateY(-2px);
}

.btn-secondary {
  border-color: var(--elite-gold);
  background: #fff;
  color: var(--elite-dark);
}

.btn-secondary:hover {
  background: rgba(201, 169, 98, 0.08);
}

.btn-super {
  border-color: var(--elite-dark);
  background: var(--elite-gold);
  color: var(--elite-dark);
}

.portal-panel {
  margin: 30px 0;
  padding: clamp(28px, 6vw, 42px);
  border: 2px solid var(--elite-gold);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(10, 46, 33, 0.97), rgba(20, 92, 67, 0.95)),
    var(--elite-dark);
  box-shadow: 0 26px 80px rgba(10, 46, 33, 0.24);
  color: #fff;
  text-align: center;
}

.portal-panel h1,
.portal-panel h2 {
  border-color: rgba(201, 169, 98, 0.7);
  color: #fff;
}

.portal-panel p {
  color: rgba(255, 255, 255, 0.9);
}

.portal-passport {
  display: inline-block;
  margin-bottom: 24px;
  padding: 6px 24px;
  border: 1px solid rgba(201, 169, 98, 0.86);
  border-radius: 999px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-rule {
  width: 100px;
  height: 3px;
  margin: -3px auto 24px;
  background: var(--elite-gold);
}

.portal-nda,
.portal-privacy {
  font-size: 0.94rem;
}

.portal-nda {
  font-style: italic;
  opacity: 0.82;
}

.portal-kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(201, 169, 98, 0.76);
  border-radius: 999px;
  color: var(--elite-gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.portal-list {
  width: min(100%, 600px);
  margin: 18px auto 24px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.portal-list li {
  position: relative;
  padding: 8px 0 8px 34px;
  color: #fff;
}

.portal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 17px;
  height: 17px;
  border: 2px solid var(--elite-gold);
  border-radius: 999px;
}

.portal-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: calc(0.95em + 5px);
  width: 4px;
  height: 7px;
  border: solid var(--elite-gold);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.portal-btn {
  max-width: 360px;
}

.portal-request-form {
  width: min(100%, 560px);
  margin: 0 auto;
}

.portal-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
  text-align: left;
}

.portal-request-form label {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 800;
}

.portal-request-form input,
.portal-request-form select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(201, 169, 98, 0.52);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text-dark);
  font: inherit;
}

.portal-form-wide {
  grid-column: 1 / -1;
}

.portal-form-status {
  min-height: 1.5em;
  margin: 10px 0 0;
  font-weight: 800;
}

.honeypot {
  display: none;
}

.closing-note {
  text-align: center;
}

.trust {
  border-left: 5px solid var(--elite-accent);
  background: rgba(10, 46, 33, 0.06);
}

.trust h2 {
  margin-top: 0;
}

.footer {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(10, 46, 33, 0.16);
  color: #555;
  font-size: 0.92rem;
  text-align: center;
}

.footer a {
  margin: 0 0.35rem;
  text-decoration: none;
}

.doc-list {
  padding-left: 1.2rem;
}

.doc-list li {
  margin: 8px 0;
}

.fine-print {
  color: var(--text-muted);
  font-size: 0.94rem;
}

@media (max-width: 560px) {
  .container {
    padding-inline: 14px;
  }

  .section,
  .trust,
  .policy-panel {
    padding: 22px 18px;
  }

  .portal-form-grid {
    grid-template-columns: 1fr;
  }

  .qr-guide-grid {
    grid-template-columns: 1fr;
  }

  .qr-best-practices {
    columns: 1;
  }

  .portal-passport {
    padding-inline: 16px;
    font-size: 0.78rem;
  }
}

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

  .btn:hover {
    transform: none;
  }
}
