.wisp-hero {
  background: radial-gradient(circle at 78% 20%, rgba(76,201,240,.20), transparent 25rem),
              linear-gradient(135deg,#f7fbff 0%,#edf6ff 55%,#fff 100%);
}
.wisp-hero-grid {
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 65px;
  align-items: center;
  padding-block: 75px;
}
.wisp-hero-copy h1 {
  max-width: 790px;
  font-size: clamp(2.6rem,5.4vw,4.8rem);
  letter-spacing: -.05em;
  margin-bottom: 24px;
}
.wisp-hero-copy > p:not(.eyebrow) { color:#4d5c6e; }
.wisp-trust-row {
  display:flex; flex-wrap:wrap; gap:16px 24px;
  margin-top:27px; font-size:.86rem; font-weight:700; color:#45566a;
}
.wisp-trust-row span::before { content:"✓"; color:#16885b; margin-right:7px; }
.wisp-hero-card {
  background:#07182d; border-radius:22px; color:#d5e5f3;
  padding:38px; box-shadow:0 30px 75px rgba(7,24,45,.20);
}
.wisp-hero-card h2 { color:#fff; font-size:2rem; }
.wisp-hero-card li { margin:10px 0; }
.wisp-shield {
  display:inline-grid; place-items:center; width:86px; height:86px;
  border-radius:24px; background:linear-gradient(135deg,#1769e0,#0a3769);
  border:2px solid #4cc9f0; color:#fff; font-size:1.2rem;
  font-weight:800; letter-spacing:.12em; margin-bottom:25px;
}
.wisp-alert-strip { background:#07182d; color:#d6e6f5; }
.wisp-alert-strip .container { padding-block:21px; }
.wisp-alert-strip strong { color:#fff; margin-right:7px; }
.requirement-card {
  background:#f4f8fc; border:1px solid #dbe4ee;
  border-radius:18px; padding:30px;
}
.check-list { list-style:none; margin:22px 0 0; padding:0; }
.check-list li {
  position:relative; padding-left:29px; margin:11px 0; color:#415064;
}
.check-list li::before {
  content:"✓"; position:absolute; left:0; color:#138156; font-weight:800;
}
.wisp-audience-grid,.deliverables-grid {
  display:grid; grid-template-columns:repeat(3,1fr); gap:20px;
}
.wisp-audience-grid article,.deliverables-grid article {
  background:#fff; border:1px solid #dbe4ee;
  border-radius:16px; padding:26px;
}
.wisp-audience-grid article p,.deliverables-grid article p {
  color:#5d6b7b; margin-bottom:0;
}
.deliverables-grid article > span {
  display:inline-grid; place-items:center; width:42px; height:42px;
  background:#eaf3ff; color:#1769e0; border-radius:10px;
  font-weight:800; margin-bottom:17px;
}
.wisp-process-section { background:#07182d; color:#cbd9e8; }
.wisp-process-section h2,.wisp-process-section h3 { color:#fff; }
.wisp-process {
  display:grid; grid-template-columns:repeat(4,1fr); gap:18px;
}
.wisp-process article {
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  border-radius:15px; padding:25px;
}
.wisp-process article > span {
  display:inline-grid; place-items:center; width:36px; height:36px;
  border-radius:50%; background:#1769e0; color:#fff;
  font-weight:800; margin-bottom:18px;
}
.faq-list { max-width:880px; margin-inline:auto; }
.faq-list details {
  background:#fff; border:1px solid #dbe4ee;
  border-radius:12px; margin-bottom:12px; padding:0 20px;
}
.faq-list summary {
  cursor:pointer; list-style:none; font-weight:750; color:#07182d; padding:20px 5px;
}
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; float:right; color:#1769e0; font-size:1.3rem; }
.faq-list details[open] summary::after { content:"–"; }
.faq-list details p { color:#5d6b7b; padding:0 5px 20px; margin-top:0; }
.wisp-cta { background:linear-gradient(135deg,#0a2d54,#0c5fbd); color:#fff; }
.wisp-cta-inner {
  padding-block:55px; display:flex; gap:40px;
  align-items:center; justify-content:space-between;
}
.wisp-cta h2 { color:#fff; margin-bottom:8px; }
.wisp-cta p { max-width:720px; }
.wisp-disclaimer { background:#f4f8fc; border-top:1px solid #dbe4ee; }
.wisp-disclaimer .container { padding-block:20px; }
.wisp-disclaimer p { margin:0; color:#59697b; font-size:.82rem; }

@media (max-width:980px) {
  .wisp-hero-grid { grid-template-columns:1fr; }
  .wisp-audience-grid,.deliverables-grid,.wisp-process { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:680px) {
  .wisp-hero-grid { padding-block:55px; }
  .wisp-hero-copy h1 { font-size:clamp(2.4rem,12vw,3.4rem); }
  .wisp-audience-grid,.deliverables-grid,.wisp-process { grid-template-columns:1fr; }
  .wisp-hero-card { padding:27px 22px; }
  .wisp-cta-inner { flex-direction:column; align-items:flex-start; }
  .wisp-cta-inner .btn { width:100%; }
}
