:root {
  --bg: #07090d;
  --panel: #0f1218;
  --panel-strong: #151922;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(137, 174, 255, 0.34);
  --text: #f5f7fa;
  --muted: #9b9faa;
  --blue: #80aaff;
  --blue-strong: #a8c3ff;
  --light: #f5f5f7;
  --ink: #17181b;
  --ink-muted: #61646b;
  --radius: 24px;
  --radius-small: 16px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sans:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 84% -8%, rgba(72, 112, 204, 0.15), transparent 33rem),
    var(--bg);
  color: var(--text);
  font-family: var(--sans);
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.light-page {
  background: var(--light);
  color: var(--ink);
  color-scheme: light;
}

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

button,
input,
textarea {
  font: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

.site-header {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 24px clamp(20px, 4vw, 64px);
}

.wordmark {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
}

.wordmark-mark {
  align-items: center;
  background: var(--blue);
  border-radius: 9px;
  color: #071126;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  letter-spacing: -0.08em;
  width: 34px;
}

.wordmark-copy {
  display: grid;
  gap: 1px;
}

.wordmark-copy strong {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.wordmark-copy small {
  color: var(--muted);
  font-size: 11px;
}

.primary-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2.1vw, 30px);
}

.primary-nav a {
  color: #b9bcc5;
  font-size: 13px;
  transition: color 180ms ease;
  white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a[aria-current="page"] {
  color: #fff;
}

.primary-nav .nav-plan {
  background: rgba(128, 170, 255, 0.12);
  border: 1px solid rgba(128, 170, 255, 0.28);
  border-radius: 999px;
  color: var(--blue-strong);
  padding: 9px 12px;
}

.primary-nav .nav-meeting-card {
  background: #315fae;
  border: 1px solid #315fae;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  padding: 10px 14px;
  white-space: nowrap;
}

.primary-nav .nav-meeting-card:hover,
.primary-nav .nav-meeting-card:focus-visible {
  background: #284f94;
  border-color: #284f94;
  box-shadow: 0 9px 22px rgba(37, 59, 98, 0.18);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.plan-count {
  align-items: center;
  background: var(--blue);
  border-radius: 999px;
  color: #071126;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 18px;
  justify-content: center;
  margin-left: 5px;
  min-width: 18px;
  padding: 0 5px;
}

.shell {
  margin: 0 auto;
  max-width: 1440px;
  padding: clamp(46px, 8vw, 110px) clamp(20px, 4vw, 64px);
}

.shell.compact {
  max-width: 1180px;
}

.security-page .shell {
  padding-bottom: clamp(18px, 3vw, 34px);
  padding-top: clamp(18px, 3vw, 40px);
}

.security-page .global-question-cta {
  margin-top: 0;
}

.security-page .verification-heading {
  border-top: 0;
}

.eyebrow {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.page-title,
.home-title {
  font-size: clamp(3rem, 7vw, 7.2rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin: 0;
}

.page-title {
  font-size: clamp(2.8rem, 5.5vw, 5.7rem);
}

.page-intro,
.home-intro {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  margin: 26px 0 0;
  max-width: 720px;
}

.home-hero {
  padding: clamp(54px, 10vh, 118px) 0 clamp(44px, 7vh, 82px);
}

.destination-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.destination-card,
.tool-card,
.video-card {
  background:
    radial-gradient(circle at 82% 12%, rgba(128, 170, 255, 0.11), transparent 38%),
    linear-gradient(145deg, rgba(19, 23, 31, 0.98), rgba(9, 11, 16, 0.99));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition:
    border-color 300ms var(--ease),
    box-shadow 300ms var(--ease),
    transform 300ms var(--ease);
}

.destination-card:hover,
.destination-card:focus-visible,
.tool-card:hover,
.tool-card:focus-visible,
.video-card:hover,
.video-card:focus-visible {
  border-color: var(--line-strong);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(80, 126, 220, 0.09);
  outline: none;
  transform: translateY(-4px) scale(1.012);
  z-index: 2;
}

.destination-card {
  aspect-ratio: 0.82;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.card-number {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.card-icon {
  align-items: center;
  background: rgba(128, 170, 255, 0.08);
  border: 1px solid rgba(128, 170, 255, 0.2);
  border-radius: 14px;
  color: var(--blue-strong);
  display: flex;
  height: 48px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  transition:
    background 240ms ease,
    border-color 240ms ease,
    transform 300ms var(--ease);
  width: 48px;
}

.card-icon::before,
.card-icon::after {
  content: "";
  position: absolute;
}

.card-icon-tools::before {
  background: linear-gradient(
    90deg,
    transparent 46%,
    currentColor 46%,
    currentColor 54%,
    transparent 54%
  );
  border: 1.5px solid currentColor;
  border-radius: 3px;
  height: 15px;
  top: 21px;
  width: 26px;
}

.card-icon-tools::after {
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  height: 6px;
  top: 15px;
  width: 12px;
}

.card-icon-video::before {
  border: 1.5px solid currentColor;
  border-radius: 4px;
  height: 17px;
  left: 9px;
  top: 15px;
  width: 22px;
}

.card-icon-video::after {
  background: currentColor;
  clip-path: polygon(0 28%, 100% 0, 100% 100%, 0 72%);
  height: 14px;
  right: 7px;
  top: 17px;
  width: 9px;
}

.card-icon-trust::before {
  border: 1.5px solid currentColor;
  border-radius: 4px;
  height: 16px;
  top: 22px;
  width: 22px;
}

.card-icon-trust::after {
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  height: 11px;
  top: 11px;
  width: 13px;
}

.card-icon-plan::before {
  background:
    linear-gradient(currentColor, currentColor) 11px 7px / 8px 1px no-repeat,
    linear-gradient(currentColor, currentColor) 11px 13px / 8px 1px no-repeat,
    linear-gradient(currentColor, currentColor) 11px 19px / 8px 1px no-repeat;
  border: 1.5px solid currentColor;
  border-radius: 3px;
  height: 27px;
  width: 23px;
}

.card-icon-plan::after {
  color: currentColor;
  content: "✓";
  font-size: 9px;
  font-weight: 800;
  left: 16px;
  top: 15px;
}

.card-icon-conversation::before {
  border: 1.5px solid currentColor;
  border-radius: 50%;
  height: 10px;
  top: 11px;
  width: 10px;
}

.card-icon-conversation::after {
  border: 1.5px solid currentColor;
  border-radius: 12px 12px 5px 5px;
  height: 13px;
  top: 25px;
  width: 24px;
}

.destination-card:hover .card-icon,
.destination-card:focus-visible .card-icon {
  background: rgba(128, 170, 255, 0.15);
  border-color: rgba(128, 170, 255, 0.42);
  transform: translate(-50%, -2px);
}

.destination-card h2 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: auto 0 12px;
}

.destination-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.card-arrow {
  color: var(--blue);
  font-size: 19px;
  margin-top: 22px;
}

.credibility-line {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 11px;
  margin-top: clamp(42px, 7vw, 84px);
  padding-top: 22px;
}

.credibility-line::before {
  background: var(--blue);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(128, 170, 255, 0.5);
  content: "";
  height: 7px;
  width: 7px;
}

.home-page .shell {
  padding-bottom: 26px;
  padding-top: clamp(18px, 3vw, 36px);
}

.home-page .home-hero {
  padding: clamp(16px, 3vh, 30px) 0 clamp(24px, 4vh, 38px);
}

.home-page .home-title {
  font-size: clamp(2.9rem, 5.6vw, 5.8rem);
}

.home-page .home-intro {
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  margin-top: 18px;
}

.home-page .home-intro,
.home-page .credibility-line {
  color: var(--ink-muted);
}

.home-page .destination-grid {
  background:
    radial-gradient(circle at 88% 0%, rgba(91, 141, 236, 0.13), transparent 30%),
    #10141c;
  border: 1px solid #202735;
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(24, 33, 49, 0.13);
  padding: 14px;
}

.home-page .destination-card {
  aspect-ratio: auto;
  background:
    radial-gradient(circle at 88% 8%, rgba(128, 170, 255, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: #fff;
  min-height: 210px;
  padding: 18px;
}

.home-page .destination-card h2 {
  font-size: clamp(1.2rem, 1.65vw, 1.65rem);
  margin-bottom: 9px;
}

.home-page .destination-card p {
  color: #aeb3bd;
  font-size: 12px;
}

.home-page .card-arrow {
  margin-top: 14px;
}

.home-page .destination-card:hover,
.home-page .destination-card:focus-visible {
  border-color: rgba(128, 170, 255, 0.45);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.home-page .credibility-line {
  border-color: #d8d9dd;
  margin-top: 24px;
  padding-top: 15px;
}

.tool-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(44px, 7vw, 80px);
}

.tool-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.tool-card-media {
  aspect-ratio: 16 / 9;
  background: #0b0d12;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.tool-card-media img {
  filter: saturate(0.78) brightness(0.82);
  height: 100%;
  object-fit: cover;
  transition:
    filter 350ms var(--ease),
    transform 500ms var(--ease);
  width: 100%;
}

.tool-card:hover .tool-card-media img,
.tool-card:focus-visible .tool-card-media img {
  filter: saturate(0.94) brightness(0.94);
  transform: scale(1.025);
}

.tool-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.tool-card-copy h2 {
  font-size: 1.8rem;
  font-weight: 560;
  letter-spacing: -0.045em;
  margin: 8px 0 12px;
}

.tool-card-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.tool-card-copy .text-link {
  color: var(--blue-strong);
  font-size: 13px;
  margin-top: auto;
  padding-top: 28px;
}

.tools-page .shell {
  padding-top: clamp(30px, 5vw, 66px);
}

.tools-page .page-intro {
  color: var(--ink-muted);
}

.tools-catalog-panel {
  background:
    radial-gradient(circle at 88% 0%, rgba(91, 141, 236, 0.13), transparent 28%),
    #10141c;
  border: 1px solid #202735;
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(24, 33, 49, 0.13);
  margin-top: clamp(44px, 7vw, 80px);
  padding: 16px;
}

.tools-page .tool-grid {
  margin-top: 0;
}

.tools-page .tool-card {
  background:
    radial-gradient(circle at 82% 12%, rgba(128, 170, 255, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: #fff;
}

.tools-page .tool-card:hover,
.tools-page .tool-card:focus-visible {
  border-color: rgba(128, 170, 255, 0.45);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.package-cards-section {
  margin-top: clamp(64px, 9vw, 112px);
}

.package-cards-heading {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.package-cards-heading h2 {
  font-size: clamp(2.2rem, 4.4vw, 4.5rem);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.package-card-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package-card {
  background: #fff;
  border: 1px solid #dedfe3;
  border-radius: var(--radius);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 24px;
  transition:
    border-color 220ms ease,
    box-shadow 260ms ease,
    transform 280ms var(--ease);
}

.package-card:hover,
.package-card:focus-visible {
  border-color: #9eb7e4;
  box-shadow: 0 22px 52px rgba(37, 59, 98, 0.13);
  outline: none;
  transform: translateY(-4px) scale(1.008);
}

.package-card h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  font-weight: 560;
  letter-spacing: -0.05em;
  margin: auto 0 12px;
}

.package-card p {
  color: var(--ink-muted);
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0;
}

.package-card strong {
  color: #315fae;
  font-size: 0.78rem;
  margin-top: 24px;
}

.tool-page-main {
  padding-top: clamp(34px, 5vw, 72px);
}

.tool-hero {
  align-items: end;
  display: grid;
  gap: clamp(36px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
}

.back-link {
  color: var(--muted);
  display: inline-block;
  font-size: 13px;
  margin-bottom: 44px;
}

.tool-hero-image {
  aspect-ratio: 4 / 3;
  background: #e9e9ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.tool-hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tool-facts {
  border-bottom: 1px solid #d8d9dd;
  border-top: 1px solid #d8d9dd;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(52px, 8vw, 96px);
}

.tool-fact {
  padding: 30px 28px 34px 0;
}

.tool-fact + .tool-fact {
  border-left: 1px solid #d8d9dd;
  padding-left: 28px;
}

.tool-fact span,
.resource-label {
  color: #6c7078;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tool-fact p {
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.45;
  margin: 13px 0 0;
}

.tool-feature {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(54px, 8vw, 100px);
}

.feature-card {
  background: #fff;
  border: 1px solid #dedfe3;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: clamp(26px, 4vw, 42px);
}

.feature-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 560;
  letter-spacing: -0.05em;
  margin: 26px 0 12px;
}

.feature-card p {
  color: var(--ink-muted);
  line-height: 1.55;
  margin: 0;
}

.feature-card a {
  color: #315fae;
  font-size: 13px;
  margin-top: auto;
  padding-top: 28px;
}

.brians-take {
  bottom: 22px;
  color: #fff;
  position: fixed;
  right: 22px;
  z-index: 50;
}

.brians-take summary {
  align-items: center;
  background: #10141c;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 12px 34px rgba(13, 18, 27, 0.2);
  cursor: pointer;
  display: flex;
  height: 46px;
  justify-content: center;
  list-style: none;
  transition:
    background 180ms ease,
    box-shadow 220ms ease,
    transform 220ms var(--ease);
  width: 46px;
}

.brians-take summary::-webkit-details-marker {
  display: none;
}

.brians-take summary:hover,
.brians-take summary:focus-visible {
  background: #182235;
  box-shadow: 0 15px 40px rgba(30, 54, 94, 0.28);
  outline: 2px solid #7daaff;
  outline-offset: 3px;
  transform: translateY(-2px);
}

.brians-take summary span {
  color: #8fb6ff;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1;
  transform: translateY(-2px);
}

.brians-take blockquote {
  background: #10141c;
  border: 1px solid #273248;
  border-radius: 16px;
  bottom: 58px;
  box-shadow: 0 22px 60px rgba(13, 18, 27, 0.26);
  font-size: 1rem;
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1.45;
  margin: 0;
  padding: 20px 22px;
  position: absolute;
  right: 0;
  width: min(340px, calc(100vw - 32px));
}

.tool-plan-action {
  align-items: center;
  border-top: 1px solid #d8d9dd;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: clamp(62px, 9vw, 112px);
  padding-top: 30px;
}

.tool-plan-action h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.05em;
  margin: 0;
}

.button {
  align-items: center;
  appearance: none;
  background: #171a20;
  border: 1px solid #171a20;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 620;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 220ms var(--ease);
}

.button:hover,
.button:focus-visible {
  background: #2c5fae;
  border-color: #2c5fae;
  outline: none;
  transform: scale(1.025);
}

.button.secondary {
  background: transparent;
  border-color: #c6c8ce;
  color: var(--ink);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: #e5eaf4;
  border-color: #9bafd2;
}

.button[data-added="true"] {
  background: #dce7fb;
  border-color: #a9bee5;
  color: #234a8a;
}

.meeting-button-b {
  background: #315fae;
  border-color: #315fae;
  border-radius: 13px;
  min-width: 180px;
}

.content-section {
  border-top: 1px solid #d8d9dd;
  display: grid;
  gap: 50px;
  grid-template-columns: 0.55fr 1.45fr;
  margin-top: clamp(52px, 8vw, 100px);
  padding-top: 34px;
}

.content-section h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0;
}

.content-copy {
  display: grid;
  gap: 16px;
}

.content-card {
  background: #fff;
  border: 1px solid #dedfe3;
  border-radius: var(--radius-small);
  padding: 25px;
}

.content-card h3 {
  font-size: 1.25rem;
  letter-spacing: -0.025em;
  margin: 0 0 9px;
}

.content-card p {
  color: var(--ink-muted);
  line-height: 1.55;
  margin: 0;
}

.security-priority {
  background:
    radial-gradient(circle at 82% 18%, rgba(99, 151, 255, 0.14), transparent 30%),
    linear-gradient(145deg, #111722 0%, #090c12 68%);
  border: 1px solid #212a38;
  border-radius: var(--radius);
  color: #fff;
  display: grid;
  gap: clamp(36px, 6vw, 78px);
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  margin-top: clamp(54px, 8vw, 100px);
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
}

.security-priority h1 {
  font-size: clamp(2.7rem, 4.8vw, 5.1rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin: 0;
  max-width: 870px;
}

.security-priority-intro {
  color: #bdc2cc;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  margin: 26px 0 0;
  max-width: 760px;
}

.security-proof-list {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.security-proof-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  display: grid;
  gap: 5px;
  padding: 18px 16px 18px 30px;
  position: relative;
}

.security-proof-list li::before {
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(100, 157, 255, 0.5);
  content: "";
  height: 7px;
  left: 3px;
  position: absolute;
  top: 25px;
  width: 7px;
}

.security-proof-list strong {
  font-size: 1rem;
  font-weight: 620;
  letter-spacing: -0.015em;
}

.security-proof-list span {
  color: #aeb4bf;
  font-size: 0.92rem;
  line-height: 1.5;
}

.security-stack-graphic {
  align-self: center;
  background:
    linear-gradient(180deg, rgba(110, 158, 255, 0.08), transparent 28%),
    rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  min-width: 0;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
}

.security-stack-heading span {
  color: #8fb6ff;
  display: block;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.security-stack-heading strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 560;
  letter-spacing: -0.05em;
  margin-top: 10px;
}

.security-stack-layers {
  display: grid;
  gap: 8px;
  margin-top: 34px;
}

.security-stack-layers span {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(104, 157, 255, 0.12), transparent 65%),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  color: #dce1e9;
  display: flex;
  font-size: 0.9rem;
  font-weight: 560;
  gap: 14px;
  min-height: 58px;
  padding: 0 16px;
}

.security-stack-layers span:nth-child(2) {
  margin-inline: 10px;
}

.security-stack-layers span:nth-child(3) {
  margin-inline: 20px;
}

.security-stack-layers span:nth-child(4) {
  margin-inline: 30px;
}

.security-stack-layers span:nth-child(5) {
  margin-inline: 40px;
}

.security-stack-layers b {
  color: #80adff;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.security-closing {
  color: var(--ink);
  border-top: 1px solid #d8d9dd;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: clamp(50px, 7vw, 84px) 0 0;
  text-align: center;
  padding-top: 28px;
}

.verification-showcase {
  margin-top: 0;
}

.verification-heading {
  align-items: end;
  border-top: 1px solid #d8d9dd;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding-top: 34px;
}

.verification-heading h2 {
  font-size: clamp(2.25rem, 4.6vw, 4.8rem);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.97;
  margin: 0;
}

.verification-heading > p {
  color: var(--ink-muted);
  line-height: 1.6;
  margin: 0;
}

.verification-video {
  background: #10141c;
  border-radius: var(--radius);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  margin-top: 40px;
  overflow: hidden;
}

.verification-video-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
}

.verification-video-copy h3 {
  font-size: clamp(2rem, 3.7vw, 3.8rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 24px 0 14px;
}

.verification-video-copy p {
  color: #aeb2bc;
  line-height: 1.55;
  margin: 0;
}

.verification-video video {
  aspect-ratio: 16 / 9;
  background: #050609;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.verification-resource-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.verification-resource {
  background: #fff;
  border: 1px solid #dedfe3;
  border-radius: var(--radius);
  color: var(--ink);
  overflow: hidden;
  transition:
    border-color 220ms ease,
    box-shadow 260ms ease,
    transform 280ms var(--ease);
}

.verification-resource:hover,
.verification-resource:focus-visible {
  border-color: #a8bde3;
  box-shadow: 0 24px 58px rgba(37, 59, 98, 0.12);
  outline: none;
  transform: translateY(-4px) scale(1.008);
}

.verification-resource figure {
  aspect-ratio: 16 / 10;
  background: #f0f1f4;
  border-bottom: 1px solid #dedfe3;
  margin: 0;
  overflow: hidden;
}

.verification-resource img {
  height: 100%;
  object-fit: contain;
  object-position: center top;
  transition: transform 420ms var(--ease);
  width: 100%;
}

.verification-resource:hover img,
.verification-resource:focus-visible img {
  transform: scale(1.015);
}

.verification-resource > div {
  padding: 26px;
}

.verification-resource h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.3rem);
  font-weight: 560;
  letter-spacing: -0.045em;
  margin: 18px 0 10px;
}

.verification-resource p {
  color: var(--ink-muted);
  line-height: 1.55;
  margin: 0;
}

.verification-resource strong {
  color: #315fae;
  display: block;
  font-size: 13px;
  margin-top: 24px;
}

.trust-center-link {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--blue-strong);
  display: flex;
  font-weight: 620;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 24px;
  transition: color 180ms ease;
}

.trust-center-link:hover,
.trust-center-link:focus-visible {
  color: #fff;
  outline: none;
}

.video-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
}

.videos-page .shell {
  padding-top: clamp(30px, 5vw, 58px);
}

.videos-page .page-intro {
  color: var(--ink-muted);
}

.videos-page .video-grid {
  background:
    radial-gradient(circle at 88% 0%, rgba(91, 141, 236, 0.13), transparent 30%),
    #10141c;
  border: 1px solid #202735;
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(24, 33, 49, 0.13);
  margin-top: clamp(34px, 5vw, 52px);
  padding: 16px;
}

.videos-page .video-card {
  background:
    radial-gradient(circle at 88% 8%, rgba(128, 170, 255, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: #fff;
}

.videos-page .video-card-copy p {
  color: #aeb3bd;
}

.video-card {
  display: flex;
  flex-direction: column;
}

.video-card video {
  aspect-ratio: 16 / 9;
  background: #000;
  height: auto;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.video-card-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 178px;
  padding: 22px;
}

.video-card-copy h2 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 12px 0;
}

.video-card-copy p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}

.video-card-copy a {
  color: var(--blue-strong);
  font-size: 0.88rem;
  margin-top: auto;
  padding-top: 18px;
}

.plan-basics {
  background: #10141c;
  border: 1px solid #202735;
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(24, 33, 49, 0.14);
  color: #fff;
  margin-top: clamp(38px, 5vw, 62px);
  padding: 24px;
}

.plan-basics > div {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-basics p {
  color: #c2c6cf;
  font-size: 0.93rem;
  line-height: 1.55;
  margin: 0;
  padding: 22px 24px 24px 0;
}

.plan-basics p + p {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  padding-left: 24px;
}

.plan-layout {
  display: grid;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  margin-top: clamp(46px, 7vw, 82px);
}

.plan-selection {
  display: grid;
  gap: 42px;
  min-width: 0;
}

.build-plan-page .shell {
  padding-top: clamp(20px, 3vw, 40px);
}

.plan-options {
  border: 0;
  display: grid;
  gap: 12px;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.package-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.package-options legend {
  grid-column: 1 / -1;
}

.plan-option-row {
  min-width: 0;
  position: relative;
}

.tool-group-label {
  color: #727783;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.09em;
  margin: 8px 0 0;
  text-transform: uppercase;
}

.tool-group-label[data-additional-group] {
  border-top: 1px solid #d8d9dd;
  margin-top: 20px;
  padding-top: 22px;
}

.plan-option {
  align-items: center;
  background: #fff;
  border: 1px solid #dedfe3;
  border-radius: var(--radius-small);
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  min-height: 100%;
  padding: 20px 94px 20px 20px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 220ms var(--ease);
}

.plan-option:hover {
  border-color: #9fb6df;
  box-shadow: 0 16px 36px rgba(32, 58, 105, 0.08);
  transform: translateY(-2px);
}

.plan-option:has(input:checked),
.plan-option-row[data-included="true"] .plan-option {
  background: #f7f9fd;
  border-color: #9fb6df;
  box-shadow: 0 12px 30px rgba(32, 58, 105, 0.07);
}

.plan-option input {
  accent-color: #315fae;
  height: 20px;
  width: 20px;
}

.plan-option input:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.plan-option strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.plan-option span {
  color: var(--ink-muted);
  font-size: 13px;
}

.plan-option .inclusion-status {
  color: #315fae;
  display: block;
  font-size: 11px;
  font-weight: 650;
  margin-top: 7px;
}

.plan-details {
  background: #f1f3f7;
  border: 1px solid #d2d7e0;
  border-radius: 999px;
  color: #4f5e77;
  font-size: 10px;
  font-weight: 650;
  padding: 7px 10px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
  z-index: 2;
}

.plan-details:hover,
.plan-details:focus-visible {
  background: #e3eaf7;
  border-color: #9fb6df;
  color: #274f91;
  outline: none;
}

.plan-summary {
  align-self: start;
  background: #10141c;
  border-radius: var(--radius);
  color: #fff;
  padding: 30px;
  position: sticky;
  top: 20px;
}

.plan-summary h2 {
  font-size: 2rem;
  letter-spacing: -0.045em;
  margin: 8px 0 20px;
}

.selected-tools {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #d7d9df;
  margin: 0 0 24px;
  min-height: 64px;
  padding: 0 0 22px 20px;
}

.selected-tools:empty {
  list-style: none;
  padding-left: 0;
}

.selected-tools:empty::before {
  color: #8f949f;
  content: "No tools selected yet.";
}

.form-field {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.form-field label {
  color: #b8bbc3;
  font-size: 12px;
}

.form-field input,
.form-field textarea {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #fff;
  min-height: 44px;
  padding: 11px 12px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  outline: 2px solid rgba(128, 170, 255, 0.2);
}

.plan-summary .button {
  background: var(--blue);
  border-color: var(--blue);
  color: #071126;
  margin-top: 20px;
  width: 100%;
}

.plan-summary .button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-status {
  color: #ffb4a9;
  font-size: 0.86rem;
  line-height: 1.45;
  margin: 0.85rem 0 0;
}

.form-note {
  color: #858a95;
  font-size: 11px;
  line-height: 1.45;
  margin: 14px 0 0;
}

.speaking-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.speaking-grid img {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-small);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.meeting-grid {
  background:
    radial-gradient(circle at 88% 0%, rgba(91, 141, 236, 0.13), transparent 30%),
    #10141c;
  border: 1px solid #202735;
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(24, 33, 49, 0.13);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 50px;
  padding: 14px;
}

.meeting-card {
  background:
    radial-gradient(circle at 88% 8%, rgba(128, 170, 255, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 30px;
  transition:
    box-shadow 220ms ease,
    transform 260ms var(--ease);
}

.meeting-card:hover,
.meeting-card:focus-visible {
  border-color: rgba(128, 170, 255, 0.45);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  outline: none;
  transform: translateY(-3px) scale(1.01);
}

.meeting-card h2 {
  font-size: 1.7rem;
  letter-spacing: -0.04em;
  margin: 12px 0;
}

.meeting-card p {
  color: #aeb3bd;
  line-height: 1.55;
  margin: 0;
}

.meeting-card span:last-child {
  color: var(--blue-strong);
  margin-top: auto;
  padding-top: 25px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 26px clamp(20px, 4vw, 64px) 34px;
}

.light-page .site-header {
  border-bottom: 1px solid #dedfe3;
}

.light-page .primary-nav a {
  color: #656871;
}

.light-page .primary-nav a:hover,
.light-page .primary-nav a:focus-visible,
.light-page .primary-nav a[aria-current="page"] {
  color: #111;
}

.light-page .primary-nav .nav-plan {
  background: #e5ebf7;
  border-color: #c7d4ed;
  color: #294f8f;
}

.light-page .primary-nav .nav-meeting-card,
.light-page .primary-nav .nav-meeting-card:hover,
.light-page .primary-nav .nav-meeting-card:focus-visible {
  color: #fff;
}

.light-page .wordmark-copy small {
  color: #777a82;
}

.light-page .site-footer {
  border-color: #dedfe3;
  color: #74777e;
}

.success-panel {
  background: #fff;
  border: 1px solid #dedfe3;
  border-radius: var(--radius);
  margin-top: 50px;
  padding: clamp(30px, 5vw, 60px);
}

.events-coming-soon {
  background: #11141a;
  border: 1px solid #242933;
  border-radius: var(--radius);
  color: #fff;
  min-height: min(520px, 64vh);
  padding: clamp(36px, 7vw, 82px);
}

.events-coming-soon .page-title {
  max-width: 820px;
}

.events-coming-soon .page-intro {
  color: #a8acb5;
}

.events-status {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #c5c9d1;
  display: inline-flex;
  font-size: 0.86rem;
  gap: 10px;
  margin-top: clamp(42px, 8vw, 86px);
  padding: 10px 14px;
}

.events-status span {
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(128, 170, 255, 0.12);
  height: 7px;
  width: 7px;
}

@media (max-width: 1080px) {
  .destination-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .destination-card {
    aspect-ratio: 1;
  }

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

  .package-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tool-hero {
    grid-template-columns: 1fr;
  }

  .security-priority {
    grid-template-columns: 1fr;
  }

  .security-stack-graphic {
    justify-self: center;
    max-width: 600px;
    width: 100%;
  }

  .tool-hero-image {
    max-height: 620px;
  }

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

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .primary-nav {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    width: 100%;
  }

  .destination-grid,
  .tool-grid,
  .package-card-grid,
  .meeting-grid,
  .speaking-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .package-options {
    grid-template-columns: 1fr;
  }

  .destination-card {
    aspect-ratio: auto;
    min-height: 260px;
  }

  .tool-card {
    min-height: 390px;
  }

  .package-cards-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .tool-facts,
  .tool-feature,
  .content-section,
  .verification-heading,
  .verification-video,
  .verification-resource-grid,
  .plan-basics > div,
  .plan-layout,
  .video-card {
    grid-template-columns: 1fr;
  }

  .plan-basics p {
    padding: 18px 0;
  }

  .plan-basics p + p {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding-left: 0;
  }

  .security-priority {
    padding: 28px 22px;
  }

  .security-priority h1 {
    font-size: clamp(2.7rem, 13vw, 4.6rem);
  }

  .security-stack-graphic {
    padding: 18px;
  }

  .security-stack-layers span:nth-child(n) {
    margin-inline: 0;
  }

  .tool-fact + .tool-fact {
    border-left: 0;
    border-top: 1px solid #d8d9dd;
    padding-left: 0;
  }

  .tool-plan-action,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .plan-summary {
    position: static;
  }

  .video-card video {
    min-height: 0;
  }

  .video-card-copy {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.global-question-cta {
  align-items: center;
  background: #f5f5f7;
  border-bottom: 1px solid #d8d9dd;
  border-top: 1px solid #d8d9dd;
  color: #17181b;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: clamp(38px, 6vw, 76px) auto 0;
  max-width: 1440px;
  padding: clamp(26px, 4vw, 46px) clamp(20px, 4vw, 64px);
  width: 100%;
}

.global-question-cta__label {
  color: #6698f5;
  font-family: var(--mono, "SFMono-Regular", Consolas, monospace);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.global-question-cta h2 {
  color: #17181b;
  font-family: var(--sans, -apple-system, BlinkMacSystemFont, sans-serif);
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.global-question-cta__button {
  background: #315fae;
  border: 1px solid #315fae;
  border-radius: 13px;
  color: #fff;
  display: inline-flex;
  font-family: var(--sans, -apple-system, BlinkMacSystemFont, sans-serif);
  font-size: 1rem;
  font-weight: 620;
  justify-content: center;
  min-width: 180px;
  padding: 15px 22px;
  text-decoration: none;
  transition:
    background 180ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.global-question-cta__button:hover,
.global-question-cta__button:focus-visible {
  background: #284f94;
  box-shadow: 0 12px 30px rgba(37, 70, 128, 0.2);
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .global-question-cta {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .global-question-cta__button {
    width: 100%;
  }
}

/* Premium mobile system */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    gap: 14px;
    padding: 16px 18px 14px;
  }

  .wordmark {
    min-height: 44px;
  }

  .primary-nav {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding: 0;
  }

  .primary-nav a,
  .primary-nav .nav-plan,
  .primary-nav .nav-meeting-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    display: flex;
    font-size: 11px;
    justify-content: center;
    line-height: 1.15;
    min-height: 44px;
    padding: 7px 8px;
    text-align: center;
    white-space: normal;
  }

  .primary-nav .nav-plan {
    background: rgba(128, 170, 255, 0.12);
    border-color: rgba(128, 170, 255, 0.28);
  }

  .primary-nav .nav-meeting-card {
    background: #315fae;
    border-color: #315fae;
  }

  .light-page .primary-nav a {
    background: #fff;
    border-color: #d9dce2;
    color: #50545d;
  }

  .light-page .primary-nav .nav-plan {
    background: #e8eef9;
    border-color: #c7d4ed;
    color: #294f8f;
  }

  .light-page .primary-nav .nav-meeting-card {
    background: #315fae;
    border-color: #315fae;
    color: #fff;
  }

  .shell,
  .home-page .shell,
  .tools-page .shell,
  .videos-page .shell,
  .build-plan-page .shell,
  .security-page .shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .shell {
    padding-bottom: 48px;
    padding-top: 34px;
  }

  .home-page .shell {
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .home-page .home-hero {
    padding: 20px 0 28px;
  }

  .eyebrow {
    font-size: 10px;
    margin-bottom: 14px;
  }

  .home-page .home-title,
  .page-title {
    font-size: clamp(2.55rem, 12vw, 4rem);
    letter-spacing: -0.055em;
    line-height: 0.96;
  }

  .home-page .home-intro,
  .page-intro {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 16px;
  }

  .home-page .destination-grid,
  .tools-catalog-panel,
  .videos-page .video-grid,
  .meeting-grid {
    border-radius: 20px;
    gap: 10px;
    padding: 10px;
  }

  .home-page .destination-card {
    border-radius: 16px;
    column-gap: 13px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    grid-template-rows: auto 1fr;
    min-height: 142px;
    padding: 17px;
    row-gap: 8px;
  }

  .home-page .card-number {
    align-self: start;
    grid-column: 1;
    grid-row: 1;
  }

  .home-page .card-icon {
    align-self: end;
    grid-column: 1;
    grid-row: 2;
    height: 40px;
    left: auto;
    position: relative;
    top: auto;
    transform: none;
    width: 40px;
  }

  .home-page .destination-card:hover .card-icon,
  .home-page .destination-card:focus-visible .card-icon {
    transform: translateY(-2px);
  }

  .home-page .destination-card h2 {
    align-self: start;
    font-size: 1.32rem;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  .home-page .destination-card p {
    align-self: start;
    font-size: 12.5px;
    grid-column: 2;
    grid-row: 2;
    line-height: 1.45;
  }

  .home-page .card-arrow {
    align-self: center;
    grid-column: 3;
    grid-row: 1 / 3;
    margin: 0;
  }

  .home-page .credibility-line {
    font-size: 12.5px;
    margin-top: 20px;
  }

  .tool-grid,
  .video-grid {
    gap: 12px;
    margin-top: 34px;
  }

  .tool-card,
  .video-card {
    border-radius: 18px;
    min-height: 0;
  }

  .tool-card-copy,
  .video-card-copy {
    min-height: 0;
    padding: 20px;
  }

  .tool-card-copy h2 {
    font-size: 1.55rem;
  }

  .tool-card-copy .text-link,
  .video-card-copy a {
    margin-top: 18px;
    padding-top: 0;
  }

  .package-cards-section {
    margin-top: 50px;
  }

  .package-card {
    border-radius: 18px;
    min-height: 220px;
    padding: 20px;
  }

  .package-card h3 {
    font-size: 1.75rem;
  }

  .tool-page-main {
    padding-top: 28px;
  }

  .back-link {
    margin-bottom: 24px;
    min-height: 44px;
    padding-top: 12px;
  }

  .tool-hero {
    gap: 28px;
  }

  .tool-hero-image {
    aspect-ratio: 16 / 11;
    border-radius: 20px;
  }

  .tool-facts {
    margin-top: 42px;
  }

  .tool-fact {
    padding: 20px 0;
  }

  .tool-feature,
  .content-section {
    gap: 14px;
    margin-top: 46px;
  }

  .content-section {
    padding-top: 24px;
  }

  .feature-card,
  .content-card {
    border-radius: 16px;
    min-height: 0;
    padding: 22px;
  }

  .tool-plan-action {
    gap: 18px;
    margin-top: 50px;
    padding-top: 24px;
  }

  .tool-plan-action .button,
  .tool-plan-action .meeting-button-b {
    min-width: 0;
    width: 100%;
  }

  .security-priority {
    border-radius: 20px;
    gap: 28px;
    margin-top: 26px;
    padding: 26px 20px;
  }

  .security-priority h1 {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
    line-height: 0.97;
  }

  .security-priority-intro {
    font-size: 1rem;
    margin-top: 18px;
  }

  .security-proof-list {
    margin-top: 24px;
  }

  .security-proof-list li {
    padding: 15px 10px 15px 26px;
  }

  .security-proof-list li::before {
    top: 22px;
  }

  .security-stack-graphic {
    border-radius: 17px;
  }

  .verification-heading {
    gap: 18px;
    padding-top: 24px;
  }

  .verification-video {
    border-radius: 18px;
    margin-top: 24px;
  }

  .verification-video-copy,
  .verification-resource > div {
    padding: 22px;
  }

  .verification-video-copy h3 {
    margin: 16px 0 12px;
  }

  .verification-resource-grid {
    gap: 12px;
    margin-top: 12px;
  }

  .verification-resource {
    border-radius: 18px;
  }

  .plan-basics {
    border-radius: 20px;
    margin-top: 28px;
    padding: 20px;
  }

  .plan-layout {
    gap: 30px;
    margin-top: 34px;
  }

  .plan-selection {
    gap: 30px;
  }

  .package-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-option {
    border-radius: 14px;
    padding: 18px 82px 18px 18px;
  }

  .plan-summary {
    border-radius: 20px;
    padding: 24px;
  }

  .form-field input,
  .form-field textarea {
    font-size: 16px;
  }

  .meeting-card {
    border-radius: 17px;
    min-height: 220px;
    padding: 22px;
  }

  .speaking-grid {
    gap: 10px;
    margin-top: 34px;
  }

  .events-coming-soon {
    border-radius: 20px;
    min-height: auto;
    padding: 30px 22px;
  }

  .events-status {
    margin-top: 36px;
  }

  .brians-take {
    bottom: max(14px, env(safe-area-inset-bottom));
    right: 14px;
  }

  .global-question-cta {
    gap: 20px;
    margin-top: 32px;
    padding: 28px 18px;
  }

  .global-question-cta__label {
    margin-bottom: 10px;
  }

  .global-question-cta h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 1;
  }

  .global-question-cta__button {
    min-height: 50px;
  }

  .site-footer {
    gap: 8px;
    padding: 22px 18px max(30px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 520px) {
  .package-options {
    grid-template-columns: 1fr;
  }

  .plan-option {
    padding: 18px 18px 58px;
  }

  .plan-details {
    bottom: 14px;
    right: 14px;
    top: auto;
    transform: none;
  }
}

@media (hover: none) and (pointer: coarse) {
  .destination-card:hover,
  .tool-card:hover,
  .video-card:hover,
  .package-card:hover,
  .meeting-card:hover,
  .verification-resource:hover {
    transform: none;
  }
}
