/* Shared VerifyX shell for policy, pricing, and account-control routes. */
:root {
  --vx-ink: #10201d;
  --vx-muted: #59736b;
  --vx-line: rgba(9, 104, 80, .16);
  --vx-deep: #052a22;
  --vx-green: #0b875f;
  --vx-mint: #b8f0d5;
}

html { background: #f3f8f6; width: 100%; max-width: 100%; overflow-x: hidden; }
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(79, 219, 161, .18), transparent 23rem),
    radial-gradient(circle at 94% 9%, rgba(20, 141, 105, .12), transparent 24rem),
    linear-gradient(180deg, #eef9f4 0, #f8fbfa 32rem, #f2f7f5 100%);
}

header.site-header,
body > header {
  background: rgba(3, 35, 29, .82) !important;
  border-bottom: 1px solid rgba(190, 246, 220, .17) !important;
  box-shadow: 0 12px 36px rgba(2, 30, 24, .15);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
}

.header-inner {
  width: min(1240px, 100%);
  max-width: 100%;
  height: 78px !important;
  padding-inline: clamp(16px, 4vw, 34px) !important;
}

.brand { gap: 10px !important; font-size: 21px !important; }
.brand img {
  width: 39px !important;
  height: 48px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 5px 12px rgba(83, 239, 177, .24));
}
.brand span { line-height: 1.06; }
.brand span, .brand small { min-width: 0; overflow-wrap: anywhere; }
.brand small { color: #b8ebd7 !important; font-size: 9px !important; letter-spacing: .14em !important; }

.status, .nav, .header-nav { gap: 5px !important; align-items: center; }
.status a, .nav a, .header-nav a {
  color: #e8fff5 !important;
  border: 1px solid transparent;
  border-radius: 999px !important;
  padding: 8px 12px !important;
  font-size: 12px !important;
  font-weight: 780 !important;
  white-space: nowrap;
}
.status a:hover, .status a:focus, .nav a:hover, .nav a:focus, .header-nav a:hover, .header-nav a:focus {
  background: rgba(167, 243, 205, .13) !important;
  border-color: rgba(172, 245, 208, .24) !important;
  outline: none;
}

.header-inner { position: relative; overflow: visible; }
.route-menu { position: relative; z-index: 50; }
.route-menu > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(184, 245, 211, .26);
  border-radius: 999px;
  padding: 8px 13px;
  color: #effff8;
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}
.route-menu > summary::-webkit-details-marker { display: none; }
.route-menu > summary::after { content: "⌄"; font-size: 16px; line-height: .7; opacity: .8; }
.route-menu[open] > summary { background: rgba(172, 245, 208, .14); }
.route-menu-panel {
  position: absolute;
  z-index: 40;
  top: calc(100% + 12px);
  right: 0;
  width: min(280px, calc(100vw - 28px));
  padding: 8px;
  border: 1px solid rgba(196, 255, 221, .24);
  border-radius: 18px;
  background: rgba(4, 40, 32, .97);
  box-shadow: 0 24px 60px rgba(1, 25, 19, .34);
  max-height: min(70vh, 520px);
  overflow-y: auto;
}
.route-menu-panel a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 11px 12px !important;
  color: #d9f7e9 !important;
  font-size: 13px !important;
}
.route-menu-panel a::after { content: "↗"; color: #7de0b1; opacity: .8; }
.route-menu-panel a:hover, .route-menu-panel a:focus { background: rgba(126, 230, 172, .13) !important; }

.hero {
  width: min(1240px, 100%);
  padding: clamp(54px, 8vw, 102px) clamp(16px, 4vw, 34px) clamp(42px, 6vw, 70px) !important;
  gap: clamp(28px, 5vw, 74px) !important;
}
.hero h1 {
  max-width: 820px;
  width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(42px, 7vw, 82px) !important;
  line-height: .98 !important;
  text-wrap: balance;
  color: #053d30 !important;
}
.eyebrow, .tag, .section-tag {
  box-shadow: 0 8px 24px rgba(18, 128, 91, .08);
}
.lead { max-width: 730px; font-size: clamp(16px, 2.1vw, 20px) !important; line-height: 1.55 !important; }
.route-menu { flex: 0 0 auto; }
.hero-card {
  border: 1px solid rgba(164, 240, 204, .2);
  background: linear-gradient(145deg, #063b2f, #075f4b 65%, #0b7655) !important;
  box-shadow: 0 22px 55px rgba(3, 65, 45, .2) !important;
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, transparent 20%, rgba(164, 255, 204, .07) 48%, transparent 72%);
}

main, .layout { width: min(1240px, 100%); max-width: 100%; }
.layout { gap: clamp(20px, 4vw, 42px) !important; }
aside, .panel, .included, .faq, .contact {
  border-color: var(--vx-line) !important;
  box-shadow: 0 14px 48px rgba(8, 70, 51, .075) !important;
}
.panel, .included, .faq, .contact { border-radius: 26px !important; }
.panel h2, .included h2, .faq h2 { text-wrap: balance; }
.panel p, .panel li, .included span, .faq p { line-height: 1.72; }
.grid, .benefits { gap: 16px !important; }
.fact, .card, .benefit {
  background: linear-gradient(145deg, #fff, #f7fcfa) !important;
  border-color: rgba(9, 104, 80, .13) !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.fact:hover, .card:hover, .benefit:hover { transform: translateY(-3px); border-color: rgba(11, 135, 95, .28) !important; box-shadow: 0 14px 28px rgba(5, 73, 52, .10); }
.contact { position: relative; overflow: hidden; }
.contact::after { content: ""; position: absolute; width: 240px; height: 240px; right: -80px; top: -90px; border-radius: 50%; background: rgba(111, 240, 183, .12); pointer-events: none; }

/* Pricing stays readable even when the API returns a long plan name or value. */
.plans { align-items: stretch; }
.plan { min-width: 0; }
.plan h2, .plan .desc, .plan li, .plan strong, .plan span { overflow-wrap: anywhere; }

footer { padding-inline: 18px !important; }
footer a { color: var(--vx-green); font-weight: 720; }

@media (max-width: 760px) {
  .status > a, .nav > a, .header-nav > a { display: none !important; }
  .status .route-menu, .nav .route-menu, .header-nav .route-menu { display: block !important; }
  .status, .nav, .header-nav { min-width: 0; flex: 0 0 auto; }
  .brand { min-width: 0; flex: 1 1 auto; }
  .hero > * { min-width: 0 !important; }
  .brand { font-size: 19px !important; max-width: calc(100% - 58px); }
  .brand img { width: 34px !important; height: 43px !important; }
  .hero { grid-template-columns: 1fr !important; padding-top: 48px !important; }
  .hero h1 { font-size: clamp(38px, 11vw, 56px) !important; max-width: 100% !important; line-height: .98 !important; }
  .hero-card { padding: 22px !important; border-radius: 21px !important; }
  .layout { padding-inline: 14px !important; }
  main { padding-inline: 14px !important; }
  .panel, .included, .faq, .contact { padding: 24px 20px !important; border-radius: 21px !important; }
  .grid, .benefits { grid-template-columns: 1fr !important; }
}
@media (max-width: 390px) {
  .header-inner { padding-inline: 13px !important; }
  .brand small { display: none !important; }
  .route-menu > summary { padding-inline: 10px; }
  .hero { padding-inline: 15px !important; }
  .hero h1 { font-size: 41px !important; }
  .hero h1 { overflow-wrap: anywhere; }
  .meta { grid-template-columns: 1fr !important; }
  .panel, .included, .faq, .contact { padding-inline: 17px !important; }
}

/* Narrow phones: keep the shared shell compact and make the route picker a true menu button. */
@media (max-width: 760px) {
  .header-inner { width: 100% !important; padding-inline: 14px !important; gap: 8px; }
  .route-menu > summary { width: 40px; height: 38px; padding: 0; justify-content: center; gap: 0; font-size: 0; }
  .route-menu > summary::before { content: "☰"; font-size: 17px; line-height: 1; }
  .route-menu > summary::after { display: none; }
  .route-menu-panel { top: calc(100% + 10px); right: 0; width: min(300px, calc(100vw - 24px)); max-width: calc(100vw - 24px); }
  .hero, .layout, main { width: 100% !important; max-width: 100% !important; }
  .hero { padding-inline: 14px !important; }
  .hero h1, .hero .lead, .hero-card { max-width: 100% !important; }
  .hero h1 { font-size: clamp(36px, 10.7vw, 53px) !important; }
  .panel h2, .included h2, .faq h2 { overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
