:root {
  --ink: #050608;
  --ink-soft: #101218;
  --paper: #f6f8f8;
  --white: #ffffff;
  --teal: #46a4b8;
  --teal-dark: #20788c;
  --teal-pale: #eaf5f6;
  --line: #dce3e5;
  --muted: #626b70;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(5, 6, 8, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; background: var(--white); color: var(--ink); padding: 10px 16px; z-index: 1000; border-radius: 4px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .04em; }
.brand-mark {
  flex: 0 0 auto;
  width: 44px;
  height: 56px;
  background-image: url("assets/silent-wolf-logo.png");
  background-repeat: no-repeat;
  background-size: 75px 75px;
  background-position: -16px 0;
}
.brand b, .footer-brand b { display: block; font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; line-height: 1; font-style: normal; }
.brand em, .footer-brand em { color: var(--teal); font-style: normal; }
.brand small { display: block; margin-top: 6px; font-size: .61rem; letter-spacing: .18em; color: #cbd2d5; }
nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 600; }
nav a:not(.nav-cta) { color: #d5dcdf; transition: color .2s ease; }
nav a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { border: 1px solid rgba(255,255,255,.45); border-radius: 999px; padding: 10px 18px; }
.nav-cta:hover { border-color: var(--teal); background: var(--teal); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--white); }

.hero { position: relative; min-height: 780px; display: flex; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); padding: 150px 0 80px; }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -190px; top: -230px; border: 1px solid rgba(70,164,184,.2); border-radius: 50%; box-shadow: inset 0 0 120px rgba(70,164,184,.07); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(transparent, rgba(70,164,184,.06)); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 50px; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; margin-top: 0; line-height: 1.08; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.35rem, 6.2vw, 6.7rem); letter-spacing: -.06em; }
h1 span { color: var(--teal); }
.hero-lead { max-width: 650px; margin: 0; color: #c6ced1; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.ai-assurance { margin: 22px 0 0; color: #9da8ac; font-size: .86rem; letter-spacing: .04em; }
.ai-assurance b { color: var(--teal); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 5px; padding: 13px 22px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: var(--ink); }
.button-primary:hover { background: #62bdd0; }
.button-secondary { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.button-secondary:hover { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.text-link span { color: var(--teal); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin: 42px 0 0; padding: 0; list-style: none; color: #9da8ac; font-size: .82rem; }
.trust-row li { display: flex; gap: 5px; }
.trust-row b { color: var(--white); }
.hero-art { position: relative; width: min(100%, 530px); justify-self: end; aspect-ratio: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); place-items: center; gap: 10px; }
.hero-art .halo { position: absolute; inset: 0 4% auto; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(70,164,184,.23), rgba(70,164,184,.03) 50%, transparent 70%); filter: blur(10px); }
.hero-art img { position: relative; grid-column: 1 / -1; width: 100%; height: auto; object-fit: contain; object-position: center; border-radius: 0; mix-blend-mode: screen; filter: contrast(1.08); }
.status-card { position: relative; inset: auto; min-width: 0; width: 100%; padding: 13px 16px 13px 42px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(15,18,22,.82); backdrop-filter: blur(14px); box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.status-card span { position: absolute; left: 16px; top: 17px; width: 11px; height: 11px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(70,164,184,.13); }
.status-card b, .status-card small { display: block; }
.status-card b { font-size: .8rem; }
.status-card small { color: #9fa8ac; font-size: .69rem; }
.status-one, .status-two { inset: auto; }

.proof-strip { background: #0b0d10; color: #b7c0c3; border-top: 1px solid rgba(255,255,255,.07); padding: 22px 0; }
.proof-grid { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.proof-grid i { width: 4px; height: 4px; border-radius: 50%; background: var(--teal); }

.section { padding: 112px 0; }
.section-heading { max-width: 620px; margin-bottom: 48px; }
.section-heading.centred { margin-inline: auto; text-align: center; max-width: 760px; }
.section-heading h2, .audience-copy h2, .contact-card h2 { margin-bottom: 20px; font-size: clamp(2.3rem, 4vw, 4.4rem); letter-spacing: -.045em; }
.section-heading > p:last-child, .audience-copy > p, .contact-card > div > p:last-child { color: var(--muted); font-size: 1.05rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { position: relative; min-height: 310px; padding: 34px 36px 20px 0; border-right: 1px solid var(--line); }
.step + .step { padding-left: 36px; }
.step:last-child { border-right: 0; }
.step-number { display: block; color: var(--teal-dark); font-family: "Space Grotesk"; font-weight: 700; font-size: .8rem; letter-spacing: .15em; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 45px 0 25px; border: 1px solid var(--line); border-radius: 50%; color: var(--teal-dark); font-size: 1.25rem; }
.step h3 { margin-bottom: 12px; font-size: 1.4rem; }
.step p { margin: 0; color: var(--muted); }

.packages { background: var(--white); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; min-height: 570px; padding: 38px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 10px 28px rgba(5,6,8,.04); }
.price-card.featured { border: 2px solid var(--teal); background: linear-gradient(160deg, #f5fbfb, var(--white)); box-shadow: var(--shadow); transform: translateY(-12px); }
.popular { position: absolute; top: 0; right: 30px; transform: translateY(-50%); border-radius: 999px; background: var(--teal); color: var(--white); padding: 7px 14px; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.plan-type { margin: 0 0 8px; color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.price-card h3 { margin: 0 0 20px; font-size: 1.3rem; text-transform: uppercase; letter-spacing: .12em; }
.price { margin: 0; font-family: "Space Grotesk"; font-size: 3.5rem; font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.price sup { position: relative; top: -.9em; font-size: 1.2rem; }
.price small { color: var(--muted); font-family: Inter; font-size: .85rem; letter-spacing: 0; }
.plan-note { margin: 16px 0 0; color: var(--muted); font-size: .9rem; }
.price-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 24px; color: #42494d; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-dark); font-weight: 900; }
.terms-line { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid var(--line); }
.terms-line div { padding: 24px 30px 0 0; }
.terms-line div + div { padding-left: 30px; border-left: 1px solid var(--line); }
.terms-line b, .terms-line span { display: block; }
.terms-line b { font-size: .9rem; }
.terms-line span { margin-top: 4px; color: var(--muted); font-size: .82rem; }
.add-ons { margin-top: 58px; padding-top: 48px; border-top: 1px solid var(--line); }
.add-ons-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.add-ons-heading .eyebrow { margin-bottom: 8px; }
.add-ons-heading h3 { max-width: 620px; margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.04em; }
.addon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.addon-card { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: start; padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: var(--teal-pale); }
.addon-card h4 { margin: 0 0 10px; font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; line-height: 1.2; }
.addon-card p:not(.plan-type):not(.addon-price) { margin: 0; color: var(--muted); font-size: .9rem; }
.addon-price { margin: 0; white-space: nowrap; font-family: "Space Grotesk", sans-serif; font-size: 2.2rem; font-weight: 700; line-height: 1; }
.addon-price sup { position: relative; top: -.65em; font-size: .85rem; }
.addon-price small { display: block; margin-top: 8px; color: var(--muted); font-family: Inter, sans-serif; font-size: .72rem; font-weight: 600; text-align: right; }
.core-note { margin: 20px 0 0; color: var(--muted); font-size: .84rem; }

.audience { background: var(--ink); color: var(--white); }
.audience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.audience-copy > p { color: #aeb8bc; }
.text-link.light { margin-top: 20px; }
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.industry-grid div { min-height: 190px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.industry-grid span, .industry-grid b, .industry-grid small { display: block; }
.industry-grid span { color: var(--teal); font-family: "Space Grotesk"; font-size: .72rem; }
.industry-grid b { margin-top: 38px; font-family: "Space Grotesk"; font-size: 1.35rem; }
.industry-grid small { margin-top: 8px; color: #aab3b7; font-size: .8rem; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.accordion details { border-top: 1px solid #cbd4d7; }
.accordion details:last-child { border-bottom: 1px solid #cbd4d7; }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-family: "Space Grotesk"; font-weight: 700; font-size: 1.04rem; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--teal-dark); font-size: 1.5rem; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -4px 40px 24px 0; color: var(--muted); }

.contact-section { padding: 0 0 112px; }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; padding: 58px 64px; border-radius: 14px; background: linear-gradient(120deg, #0b0d10, #16242a); color: var(--white); overflow: hidden; }
.contact-card h2 { margin-bottom: 12px; font-size: clamp(2.1rem, 4vw, 4rem); }
.contact-card > div > p:last-child { max-width: 680px; color: #b9c3c6; margin-bottom: 0; }
.contact-actions { max-width: 260px; text-align: center; }
.contact-email { display: block; margin-top: 16px; color: var(--white); font-size: .85rem; font-weight: 700; overflow-wrap: anywhere; text-decoration: underline; text-decoration-color: rgba(70,164,184,.65); text-underline-offset: 4px; }
.contact-email:hover { color: var(--teal); }
.contact-actions small { display: block; margin-top: 12px; color: #8f9a9e; line-height: 1.5; }
.contact-actions .button { width: 100%; }

footer { background: #020304; color: var(--white); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.2fr .6fr; gap: 70px; align-items: start; }
.footer-brand b { font-size: 1.5rem; }
.footer-brand span { display: block; margin-top: 6px; color: #9ba5a9; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid > p { margin: 0; color: #9da7aa; max-width: 480px; }
.footer-links { display: grid; gap: 9px; justify-items: end; color: #d9dfe1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); color: #7f898d; font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  nav { position: absolute; left: 20px; right: 20px; top: 80px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: #0c0e11; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-art { width: min(80vw, 510px); justify-self: center; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .price-card, .price-card.featured { min-height: auto; transform: none; }
  .addon-grid { grid-template-columns: 1fr; }
  .audience-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-actions { max-width: none; text-align: left; }
  .contact-actions .button { width: auto; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .nav-wrap { min-height: 76px; }
  .brand b { font-size: .9rem; }
  .brand small { font-size: .52rem; }
  .brand-mark { width: 40px; height: 51px; background-size: 68px 68px; background-position: -14px 0; }
  .hero { min-height: auto; padding: 126px 0 58px; }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { gap: 10px 18px; }
  .hero-art { width: min(100%, 470px); aspect-ratio: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .hero-art .halo { inset: 0 4% auto; aspect-ratio: 1; }
  .hero-art img { grid-column: 1 / -1; width: 100%; }
  .status-card { position: relative; inset: auto; min-width: 0; width: 100%; padding: 12px 10px 12px 38px; }
  .status-card span { left: 14px; top: 16px; }
  .status-one, .status-two { inset: auto; }
  .proof-grid { flex-wrap: wrap; justify-content: center; overflow: visible; white-space: normal; gap: 14px 24px; text-align: center; }
  .proof-grid i { display: none; }
  .proof-grid span { padding: 0; }
  .section { padding: 82px 0; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { min-height: auto; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-icon { margin: 24px 0 16px; }
  .price-card { padding: 30px 24px; }
  .add-ons-heading { display: block; }
  .add-ons-heading h3 { margin-top: 8px; }
  .addon-card { grid-template-columns: 1fr; }
  .addon-price small { text-align: left; }
  .terms-line { grid-template-columns: 1fr; }
  .terms-line div, .terms-line div + div { padding: 20px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .audience-grid { gap: 40px; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-grid div { min-height: 150px; }
  .industry-grid b { margin-top: 22px; }
  .contact-card { padding: 38px 26px; }
  .contact-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { justify-items: start; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
