:root {
  --bg: #0c0c16;
  --panel: rgba(18, 22, 36, 0.92);
  --panel-soft: rgba(26, 31, 52, 0.92);
  --text: #c9e8ff;
  --muted: #b8baff;
  --accent: #b9f0d7;
  --accent-soft: #6666ff;
  --border: rgba(184, 186, 255, 0.14);
  --border-strong: rgba(184, 186, 255, 0.28);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background:
    radial-gradient(circle at top left, rgba(60, 66, 138, 0.11), transparent 24%),
    radial-gradient(circle at top right, rgba(185, 240, 215, 0.04), transparent 18%),
    linear-gradient(180deg, #08090f 0%, #090a11 44%, #0a0b12 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 48px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0 24px;
}

.brand-mark img,
.footer-brand img {
  display: block;
  height: auto;
}

.brand-mark img {
  width: 248px;
}

.site-linkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  color: rgba(201, 232, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 700;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background 160ms ease;
}

.site-linkout:hover {
  color: var(--accent);
  border-color: rgba(185, 240, 215, 0.4);
  background: rgba(29, 35, 58, 0.72);
}

.policy-shell {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.policy-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.policy-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.policy-title {
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.policy-meta {
  margin-top: 14px;
  color: rgba(201, 232, 255, 0.62);
  font-size: 0.92rem;
}

.policy-lead {
  margin-top: 20px;
  color: rgba(201, 232, 255, 0.84);
  font-size: 1.02rem;
  line-height: 1.75;
}

.policy-block {
  margin-top: 28px;
}

.policy-block h2 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.policy-block p,
.policy-block li {
  color: rgba(201, 232, 255, 0.82);
  line-height: 1.75;
}

.policy-block ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.policy-links,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.policy-links {
  margin-top: 24px;
}

.policy-links a,
.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  color: rgba(201, 232, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 700;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background 160ms ease;
}

.policy-links a:hover,
.footer-links a:hover {
  color: var(--accent);
  border-color: rgba(185, 240, 215, 0.4);
  background: rgba(29, 35, 58, 0.72);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 32px;
  align-items: center;
  padding: 26px 0 54px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: clamp(2.9rem, 5vw, 5.3rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  max-width: 12ch;
}

.hero-text {
  margin-top: 22px;
  max-width: 58ch;
  color: rgba(201, 232, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-benefits {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(29, 35, 58, 0.9);
  border: 1px solid rgba(184, 186, 255, 0.18);
  color: rgba(201, 232, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
}

.cta-stack {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.secondary-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.cta-button:hover {
  transform: translateY(-1px);
}

.cta-primary {
  width: fit-content;
  background: linear-gradient(135deg, rgba(102, 102, 255, 0.92), rgba(184, 186, 255, 0.92));
  color: #081019;
  box-shadow: 0 18px 48px rgba(102, 102, 255, 0.26);
}

.cta-secondary {
  background: rgba(29, 35, 58, 0.92);
  border-color: var(--border-strong);
  color: var(--text);
}

.hero-footnote {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: rgba(201, 232, 255, 0.58);
  font-size: 0.86rem;
}

.hero-visual {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(42px);
  pointer-events: none;
}

.visual-glow-left {
  left: 6%;
  top: 14%;
  width: 180px;
  height: 180px;
  background: rgba(102, 102, 255, 0.3);
}

.visual-glow-right {
  right: 8%;
  bottom: 12%;
  width: 220px;
  height: 220px;
  background: rgba(185, 240, 215, 0.14);
}

.device-frame,
.plugin-card,
.step-card,
.faq-list details,
.site-footer {
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.device-frame {
  position: relative;
  width: min(100%, 410px);
  border-radius: 46px;
  padding: 20px 14px 16px;
  z-index: 2;
}

.device-notch {
  width: 112px;
  height: 12px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(10, 10, 20, 0.86);
}

.device-screen {
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(17, 23, 40, 0.98), rgba(20, 25, 40, 0.96));
  padding: 18px 16px 18px;
  min-height: 650px;
  overflow: hidden;
}

.pm-logo {
  width: 240px;
  max-width: 100%;
  display: block;
  margin: 2px auto 16px;
  opacity: 0.72;
}

.screen-card {
  border-radius: 26px;
  padding: 16px;
  background: rgba(27, 34, 58, 0.94);
  border: 1px solid rgba(184, 186, 255, 0.08);
}

.screen-head,
.screen-meta,
.screen-source {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.screen-head,
.screen-meta {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.screen-head {
  color: var(--text);
}

.screen-meta {
  margin-top: 12px;
  color: var(--muted);
}

.fake-analyzer {
  position: relative;
  height: 230px;
  margin-top: 12px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(49, 60, 92, 0.9), rgba(40, 47, 74, 0.92));
  overflow: hidden;
}

.grid-line {
  position: absolute;
  inset-inline: 0;
  height: 1px;
  background: rgba(201, 232, 255, 0.14);
}

.grid-line:nth-child(1) {
  top: 33%;
}

.grid-line:nth-child(2) {
  top: 66%;
}

.grid-line:nth-child(3) {
  top: 88%;
}

.fake-analyzer svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fake-analyzer path {
  fill: none;
  stroke: #cfd5ff;
  stroke-width: 4;
  filter: drop-shadow(0 0 9px rgba(184, 186, 255, 0.8));
}

.screen-source {
  margin-top: 18px;
  gap: 10px;
  color: rgba(201, 232, 255, 0.82);
  font-size: 0.87rem;
}

.screen-source strong {
  color: var(--accent);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.screen-button {
  margin-top: 14px;
  text-align: center;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(102, 102, 255, 0.2);
  color: var(--text);
  font-weight: 700;
}

.plugin-card {
  position: absolute;
  right: -18px;
  bottom: 34px;
  width: 310px;
  border-radius: 26px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(18, 21, 37, 0.94), rgba(22, 24, 42, 0.96));
}

.plugin-topline,
.plugin-grid,
.plugin-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.plugin-topline,
.plugin-label,
.plugin-footer {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(201, 232, 255, 0.65);
}

.status-pill {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(185, 240, 215, 0.14);
  color: var(--accent);
}

.plugin-grid {
  margin: 18px 0;
}

.plugin-grid h3 {
  margin-top: 4px;
  font-size: 1.4rem;
}

.steps-grid,
.faq-list {
  display: grid;
  gap: 18px;
}

.step-card {
  border-radius: 24px;
  padding: 22px;
}

.step-card p,
.faq-list p,
.site-footer p {
  margin-top: 10px;
  color: rgba(201, 232, 255, 0.74);
  line-height: 1.6;
}

.steps-section,
.benefit-section,
.sender-section,
.faq-section {
  padding: 22px 0 56px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-number {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.sender-card {
  border-radius: 24px;
  padding: 24px;
  background: rgba(18, 22, 36, 0.82);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.sender-card p {
  color: rgba(201, 232, 255, 0.76);
  line-height: 1.65;
}

.sender-ctas {
  margin-top: 18px;
}

.faq-list {
  grid-template-columns: 1fr;
}

.faq-list details {
  border-radius: 20px;
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details[open] summary {
  color: var(--accent);
}

.site-footer {
  border-radius: var(--radius);
  margin-top: 10px;
  padding: 24px;
  text-align: center;
}

.footer-brand img {
  width: 220px;
  margin: 0 auto 14px;
}

@media (max-width: 1100px) {
  .hero-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 700px;
  }
}

@media (max-width: 900px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 24px, 1240px);
    padding-top: 14px;
    padding-bottom: 36px;
  }

  .site-header {
    padding-bottom: 14px;
    align-items: center;
  }

  .brand-mark img {
    width: 210px;
  }

  .site-linkout {
    width: 100%;
  }

  .hero-section {
    gap: 22px;
    padding: 14px 0 36px;
  }

  .hero-copy,
  .section-heading,
  .site-footer {
    text-align: center;
  }

  .policy-shell {
    width: min(100% - 24px, 880px);
    padding-top: 14px;
  }

  .policy-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .eyebrow {
    margin-bottom: 10px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.45rem, 12vw, 3.75rem);
    text-wrap: balance;
  }

  .hero-text {
    margin-top: 18px;
    max-width: none;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-benefits {
    justify-content: center;
    margin-top: 16px;
  }

  .hero-benefits span {
    width: 100%;
    justify-content: center;
  }

  .cta-stack {
    margin-top: 22px;
    gap: 12px;
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
  }

  .secondary-ctas {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-footnote {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 4px;
    display: block;
  }

  .device-frame {
    width: 100%;
    padding: 16px 12px 14px;
    border-radius: 34px;
  }

  .device-screen {
    min-height: 0;
    padding: 16px 14px 16px;
    border-radius: 26px;
  }

  .pm-logo {
    width: 210px;
    margin-bottom: 14px;
  }

  .fake-analyzer {
    height: 210px;
  }

  .screen-source {
    flex-direction: column;
    align-items: flex-start;
  }

  .plugin-card {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    margin-top: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .plugin-grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin: 14px 0;
  }

  .plugin-footer {
    flex-direction: column;
    gap: 8px;
  }

  .steps-section,
  .benefit-section,
  .sender-section,
  .faq-section {
    padding: 14px 0 36px;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section-heading h2 {
    font-size: clamp(1.85rem, 10vw, 2.6rem);
    text-wrap: balance;
  }

  .step-card,
  .sender-card,
  .faq-list details,
  .site-footer {
    border-radius: 20px;
  }

  .step-card {
    padding: 18px;
  }

  .sender-card {
    padding: 18px;
    text-align: center;
  }

  .site-footer {
    margin-top: 4px;
    padding: 20px 16px;
  }

  .footer-brand img {
    width: 196px;
  }

  .footer-links,
  .policy-links {
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .page-shell {
    width: min(100% - 18px, 1240px);
  }

  h1 {
    font-size: clamp(2.2rem, 13vw, 3.2rem);
  }

  .device-frame {
    padding: 14px 10px 12px;
  }

  .device-notch {
    width: 92px;
    height: 10px;
    margin-bottom: 10px;
  }

  .device-screen {
    padding: 14px 12px;
  }

  .fake-analyzer {
    height: 190px;
  }

  .screen-head,
  .screen-meta,
  .plugin-topline,
  .plugin-label,
  .plugin-footer {
    font-size: 0.68rem;
  }
}
