@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css");

/* ══════════════════════════════
   RESET & BASE
══════════════════════════════ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family:
    "Wanted Sans Variable",
    "Wanted Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Apple SD Gothic Neo",
    sans-serif;
  background: #ffffff;
  color: #0b0d10;
  line-height: 1.3;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid #0b0d10;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Placeholder for images that will be added later */
.img-placeholder {
  background-color: #f4f4f4;
  display: block;
}

.img-placeholder--dark {
  background-color: #3f4651;
}

/* ══════════════════════════════
   NAV
══════════════════════════════ */
.nav {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 18px max(120px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.nav__logo {
  width: 148px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}

.nav__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav__spacer {
  flex: 1;
}

.nav__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  background: #0b0d10;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  padding: 14px 22px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}

.btn-primary:hover {
  background: #1f2429;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  background: #f4f4f4;
  color: #0b0d10;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  padding: 14px 22px;
  border: 1px solid #e2e5ea;
  border-radius: 999px;
  white-space: nowrap;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease;
}

.btn-secondary:hover {
  background: #e8e8e8;
  border-color: #d2d6dd;
}

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 96px max(120px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.hero__pill {
  display: inline-flex;
  align-items: flex-start;
  background: #f4f4f4;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: #0b0d10;
  white-space: nowrap;
}

.hero__title {
  width: 100%;
  max-width: 1100px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1.28px;
  color: #0b0d10;
  text-align: center;
}

.hero__subtitle {
  width: 100%;
  max-width: 1100px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #3f4651;
  text-align: center;
}

.hero__ctas {
  display: flex;
  gap: 12px;
  padding-top: 16px;
}

.hero__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

/* ══════════════════════════════
   SECTION (shared)
══════════════════════════════ */
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 96px max(120px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.section__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  color: #999999;
  text-transform: uppercase;
}

.section__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.44px;
  color: #0b0d10;
  text-align: center;
}

/* ══════════════════════════════
   KEY DIFFERENCES
══════════════════════════════ */
.key-diff__main {
  display: flex;
  gap: 48px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 48px;
  background: #ffffff;
  border: 1px solid #e2e5ea;
  border-radius: 24px;
}

.key-diff__main-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.key-diff__main-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #0b0d10;
}

.key-diff__main-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #3f4651;
}

.bullets {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 8px;
}

.bullet {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.bullet__dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background: #999999;
  border-radius: 999px;
}

.bullet__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bullet__title {
  font-size: 15px;
  font-weight: 600;
  color: #0b0d10;
}

.bullet__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #6b7380;
}

.key-diff__visual {
  flex: 1;
  min-width: 0;
  height: 396px;
  object-fit: cover;
  border-radius: 16px;
}

.key-diff__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
}

.feature-card {
  width: 384px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e2e5ea;
  border-radius: 20px;
}

.feature-card__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.feature-card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #0b0d10;
}

.feature-card__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #6b7380;
}

/* ══════════════════════════════
   STATS (dark)
══════════════════════════════ */
.stats {
  background: #0b0d10;
}

.stats .section__eyebrow {
  color: #9aa3ad;
}

.stats .section__title {
  color: #ffffff;
}

.section__title--sm {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.4px;
}

.stats__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
}

.stat-card {
  width: 384px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  background: #14171c;
  border: 1px solid #2a2f36;
  border-radius: 20px;
}

.stat-card__label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.52px;
  color: #c7cdd4;
}

.stat-card__num {
  display: flex;
  gap: 4px;
  align-items: baseline;
}

.stat-card__num-main {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.16px;
  color: #ffffff;
}

.stat-card__num-unit {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

.stat-card__num-suffix {
  font-size: 18px;
  font-weight: 500;
  color: #c7cdd4;
}

.stat-card__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #c7cdd4;
}

.stats__disclaimer {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #9aa3ad;
  text-align: center;
}

/* ══════════════════════════════
   ROLES
══════════════════════════════ */
.tabs {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  background: #f4f4f4;
  border-radius: 999px;
}

.tabs__indicator {
  position: absolute;
  top: 6px;
  left: 0;
  height: calc(100% - 12px);
  width: 0;
  background: #0b0d10;
  border-radius: 999px;
  transform: translateX(0);
  transition:
    transform 1.5s cubic-bezier(0.22, 1, 0.36, 1),
    width 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 0;
}

.tabs--no-transition .tabs__indicator {
  transition: none;
}

.tab {
  position: relative;
  z-index: 1;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #3f4651;
  white-space: nowrap;
  background: transparent;
  transition: color 1.5s ease;
}

.tab--active,
.tab[aria-selected="true"] {
  color: #ffffff;
}

.roles__panels {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1200px;
}

.roles__panel {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  gap: 48px;
  align-items: center;
  width: 100%;
  padding: 48px;
  background: #ffffff;
  border: 1px solid #e2e5ea;
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.roles__panel.is-active {
  opacity: 1;
  pointer-events: auto;
}

.roles__copy {
  width: 380px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}

.roles__tag {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.78px;
  color: #999999;
}

.roles__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #0b0d10;
}

.roles__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #6b7380;
}

.roles__demo {
  flex: 1;
  min-width: 0;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 16px;
}

/* ══════════════════════════════
   XYNAR
══════════════════════════════ */
.xynar {
  display: flex;
  justify-content: center;
  padding: 0 max(120px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.xynar__card {
  display: flex;
  width: 100%;
  max-width: 1200px;
  background: #000000;
  border-radius: 24px;
  overflow: hidden;
}

.xynar__left {
  width: 528px;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.xynar__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.xynar__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  color: #999999;
}

.xynar__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.44px;
  color: #ffffff;
}

.xynar__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #c7cdd4;
}

.xynar__desc p + p {
  margin-top: 1em;
}

.xynar__visual {
  flex: 1;
  object-fit: cover;
  min-width: 0;
}

/* ══════════════════════════════
   PHILOSOPHY
══════════════════════════════ */
.philosophy__header {
  gap: 16px;
}

.philosophy__subtitle {
  max-width: 720px;
}

.philosophy__cards {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
}

.philosophy-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 48px;
  background: #ffffff;
  border: 1px solid #e2e5ea;
  border-radius: 20px;
}

.philosophy-card__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.13px;
  color: #0b0d10;
}

.philosophy-card__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #3f4651;
}

/* ══════════════════════════════
   INDUSTRIES
══════════════════════════════ */
.section__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #3f4651;
  text-align: center;
}

.industries__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
}

.industry {
  width: 186px;
  height: 140px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #f4f4f4;
  user-select: none;
  -webkit-user-select: none;
}

.industry__code {
  font-size: 30px;
  font-weight: 700;
  color: #0b0d10;
}

.industry__name {
  font-size: 13px;
  font-weight: 500;
  color: #3f4651;
}

.industry--placeholder .industry__code {
  color: #999999;
}

/* ══════════════════════════════
   SECURITY
══════════════════════════════ */
.security__header {
  gap: 16px;
}

.security__content {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.security__visual {
  flex: 1;
  height: 482px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(11.31deg, #6366f1 9.81%, #4f46e5 90.19%);
  border-radius: 24px;
  overflow: hidden;
}

.security__shield {
  width: 420px;
  height: 420px;
  object-fit: contain;
}

.security__cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.security-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #e2e5ea;
  border-radius: 16px;
}

.security-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #0b0d10;
}

.security-card__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #3f4651;
}

/* ══════════════════════════════
   PRICING
══════════════════════════════ */
.pricing__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
}

.pricing-card {
  width: 588px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #e2e5ea;
  border-radius: 20px;
}

.pricing-card__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-card__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #999999;
}

.pricing-card__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #0b0d10;
}

.pricing-card__sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #6b7380;
}

.pricing-card__price {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.pricing-card__price-main {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.96px;
  color: #0b0d10;
}

.pricing-card__price-unit {
  font-size: 14px;
  font-weight: 500;
  color: #6b7380;
}

.pricing-card__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #3f4651;
}

.pricing-card__divider {
  height: 1px;
  background: #e2e5ea;
}

.pricing-card__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}

.feature-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.feature-item__check {
  font-weight: 600;
  color: #999999;
  flex-shrink: 0;
}

.feature-item__text {
  flex: 1;
  font-weight: 400;
  line-height: 1.6;
  color: #0b0d10;
}

.pricing-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 22px;
  background: #ffffff;
  border: 1px solid #0b0d10;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: #0b0d10;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}

.pricing-card__cta:hover {
  background: #f4f4f4;
}

/* Coming soon variant — all text greyed */
.pricing-card--coming .pricing-card__title,
.pricing-card--coming .pricing-card__sub,
.pricing-card--coming .pricing-card__price-main,
.pricing-card--coming .pricing-card__price-unit,
.pricing-card--coming .pricing-card__desc,
.pricing-card--coming .feature-item__text {
  color: #999999;
}

.pricing-card--coming .pricing-card__cta {
  background: #f4f4f4;
  border: 0;
  color: #999999;
  cursor: default;
}

.pricing-card--coming .pricing-card__cta:hover {
  background: #f4f4f4;
}

.pricing__disclaimer {
  width: 100%;
  max-width: 1200px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #9aa3ad;
  text-align: center;
}

/* ══════════════════════════════
   FINAL CTA
══════════════════════════════ */
.final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 max(120px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.final-cta__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 28px;
  overflow: hidden;
  background-color: #0b0d10;
  background-image: url("/assets/img/CTA.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.final-cta__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2' height='2' shape-rendering='crispEdges'><rect width='1' height='1' fill='black'/><rect x='1' y='1' width='1' height='1' fill='black'/></svg>");
  background-repeat: repeat;
  background-size: 2px 2px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.final-cta__inner > * {
  position: relative;
  z-index: 1;
}

.final-cta__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  color: #ffffff;
}

.final-cta__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1.04px;
  color: #ffffff;
  text-align: center;
}

.final-cta__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
}

.final-cta__buttons {
  display: flex;
  gap: 12px;
  padding-top: 24px;
}

.btn-on-image {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  color: #0b0d10;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}

.btn-on-image:hover {
  background: #f4f4f4;
}

.btn-on-image--outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-on-image--outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
.footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  padding: 56px max(120px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.footer__company {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #6b7380;
}

.footer_company_name {
  font-weight: 700;
  margin-bottom: 8px;
}

.footer__company a {
  color: inherit;
}

.footer__logo {
  width: 148px;
  height: 25px;
  object-fit: contain;
  opacity: 0.2;
}

.footer__bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.footer__link {
  font-size: 13px;
  font-weight: 500;
  color: #3f4651;
  transition: color 0.15s ease;
}

.footer__link:hover {
  color: #0b0d10;
}

.footer__divider {
  font-size: 12px;
  color: #e2e5ea;
}

.footer__spacer {
  flex: 1;
}

.footer__copyright {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}

/* ══════════════════════════════
   LEGAL PAGES (terms / privacy)
══════════════════════════════ */
.legal {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 32px 120px;
}

.legal h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.3;
  color: #0b0d10;
}

.legal h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  line-height: 1.3;
  color: #0b0d10;
  margin-top: 48px;
}

.legal h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  line-height: 1.3;
  color: #0b0d10;
  margin-top: 24px;
}

.legal p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #3f4651;
  margin-top: 12px;
}

.legal ul,
.legal ol {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #3f4651;
  margin-top: 12px;
  padding-left: 24px;
}

.legal li {
  margin-top: 4px;
}

.legal a {
  color: #0b0d10;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #3f4651;
}

.legal th,
.legal td {
  border: 1px solid #e2e5ea;
  padding: 12px 16px;
  text-align: left;
}

.legal th {
  background: #f4f4f4;
  font-weight: 600;
  color: #0b0d10;
}

/* ══════════════════════════════
   RESPONSIVE — TABLET (≤1024px)
══════════════════════════════ */
@media (max-width: 1024px) {
  /* Section base */
  .section {
    padding: 80px 40px;
    gap: 40px;
  }

  .section__title {
    font-size: 36px;
    letter-spacing: -0.36px;
  }

  .section__title--sm {
    font-size: 32px;
    letter-spacing: -0.32px;
  }

  /* Nav */
  .nav {
    padding: 16px 40px;
  }

  /* Hero */
  .hero {
    padding: 80px 40px;
  }

  .hero__title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }

  .hero__subtitle {
    font-size: 16px;
  }

  /* Key Differences */
  .key-diff__main {
    flex-direction: column;
    gap: 32px;
    padding: 32px;
  }

  .key-diff__main-left {
    width: 100%;
  }

  .key-diff__visual {
    width: 100%;
    height: 320px;
  }

  .key-diff__main-title {
    font-size: 24px;
  }

  .key-diff__cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-card {
    width: calc(50% - 12px);
    min-width: 280px;
  }

  /* Stats */
  .stats__row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .stat-card {
    width: calc(50% - 12px);
    min-width: 280px;
  }

  .stat-card__num-main {
    font-size: 56px;
    letter-spacing: -1.68px;
  }

  /* Roles */
  .roles__panel {
    flex-direction: column;
    gap: 32px;
    padding: 32px;
  }

  .roles__copy {
    width: 100%;
  }

  .roles__demo {
    width: 100%;
    flex: none;
    margin-top: auto;
  }

  /* Xynar */
  .xynar {
    padding: 0 40px;
  }

  .xynar__card {
    flex-direction: column;
    height: auto;
  }

  .xynar__left {
    width: 100%;
    height: auto;
    padding: 40px;
  }

  .xynar__visual {
    width: 100%;
    height: 360px;
  }

  .xynar__title {
    font-size: 36px;
  }

  /* Industries — 4 cols */
  .industry {
    width: calc(25% - 12px);
    min-width: 140px;
  }

  /* Philosophy */
  .philosophy__cards {
    flex-direction: column;
    align-items: stretch;
  }

  .philosophy-card {
    padding: 36px;
  }

  .philosophy-card__title {
    font-size: 22px;
  }

  /* Security */
  .security__content {
    flex-direction: column;
    gap: 16px;
  }

  .security__visual {
    width: 100%;
    height: 360px;
  }

  .security__shield {
    width: 280px;
    height: 280px;
  }

  .security__cards {
    width: 100%;
  }

  /* Pricing */
  .pricing__cards {
    flex-direction: column;
    align-items: center;
  }

  .pricing-card {
    width: 100%;
    max-width: 588px;
    padding: 32px;
  }

  /* Final CTA */
  .final-cta {
    padding: 0 40px;
  }

  .final-cta__inner {
    padding: 48px 32px;
  }

  .final-cta__title {
    font-size: 40px;
    letter-spacing: -0.8px;
    white-space: normal;
  }

  .final-cta__subtitle {
    font-size: 16px;
    white-space: normal;
  }

  /* Footer */
  .footer {
    padding: 48px 40px;
  }
}

/* ══════════════════════════════
   RESPONSIVE — MOBILE (≤768px)
══════════════════════════════ */
@media (max-width: 768px) {
  /* Section base */
  .section {
    padding: 64px 20px;
    gap: 32px;
  }

  .section__eyebrow {
    font-size: 11px;
    letter-spacing: 0.88px;
  }

  .section__title {
    font-size: 28px;
    letter-spacing: -0.28px;
  }

  .section__title--sm {
    font-size: 26px;
    letter-spacing: -0.26px;
  }

  .section__subtitle {
    font-size: 14px;
  }

  /* Nav */
  .nav {
    padding: 14px 20px;
    gap: 16px;
  }

  .nav__logo {
    width: 120px;
    height: 20px;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 14px;
    padding: 12px 18px;
  }

  /* Hero */
  .hero {
    padding: 64px 20px;
    gap: 20px;
  }

  .hero__title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }

  .hero__subtitle {
    font-size: 14px;
  }

  .hero__ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
  }

  .hero__ctas .btn-primary,
  .hero__ctas .btn-secondary {
    justify-content: center;
  }

  /* Key Differences */
  .key-diff__main {
    padding: 24px;
    gap: 24px;
    border-radius: 20px;
  }

  .key-diff__main-title {
    font-size: 20px;
  }

  .key-diff__main-desc {
    font-size: 14px;
  }

  .key-diff__visual {
    height: 200px;
  }

  .key-diff__cards {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }

  .feature-card {
    width: 100%;
    min-width: 0;
    padding: 24px;
    border-radius: 16px;
  }

  .feature-card__title {
    font-size: 18px;
  }

  /* Stats */
  .stats__row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }

  .stat-card {
    width: 100%;
    min-width: 0;
    padding: 24px;
  }

  .stat-card__num-main {
    font-size: 48px;
    letter-spacing: -1.44px;
  }

  .stat-card__num-unit {
    font-size: 28px;
  }

  .stat-card__num-suffix {
    font-size: 16px;
  }

  .stats__disclaimer {
    font-size: 12px;
  }

  /* Roles — mobile: hide tabs, convert to horizontal scroll carousel */
  .roles .tabs {
    display: none;
  }

  .roles__panels {
    display: flex;
    align-items: stretch;
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* full-bleed beyond section's 20px horizontal padding */
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    scroll-padding-left: 20px;
  }

  .roles__panels::-webkit-scrollbar {
    display: none;
  }

  .roles__panel {
    grid-column: auto;
    grid-row: auto;
    flex: 0 0 calc(100% - 32px);
    opacity: 1;
    pointer-events: auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 24px;
    gap: 24px;
    border-radius: 20px;
  }

  .roles__title {
    font-size: 22px;
  }

  .roles__desc {
    font-size: 14px;
  }

  /* Xynar */
  .xynar {
    padding: 0 20px;
  }

  .xynar__card {
    border-radius: 20px;
  }

  .xynar__left {
    padding: 32px 24px;
  }

  .xynar__title {
    font-size: 28px;
    letter-spacing: -0.28px;
  }

  .xynar__desc {
    font-size: 14px;
  }

  .xynar__visual {
    height: 240px;
  }

  /* Industries — 3 cols */
  .industries__grid {
    gap: 10px;
  }

  .industry {
    width: calc(33.333% - 7px);
    min-width: 0;
    height: 110px;
    border-radius: 12px;
  }

  .industry__code {
    font-size: 22px;
  }

  .industry__name {
    font-size: 11px;
  }

  /* Philosophy */
  .philosophy-card {
    padding: 28px;
    border-radius: 16px;
  }

  .philosophy-card__title {
    font-size: 20px;
  }

  .philosophy-card__desc {
    font-size: 14px;
  }

  /* Security */
  .security__visual {
    height: 280px;
    border-radius: 20px;
  }

  .security__shield {
    width: 200px;
    height: 200px;
  }

  .security-card {
    padding: 24px;
    border-radius: 12px;
  }

  .security-card__title {
    font-size: 18px;
  }

  /* Pricing */
  .pricing-card {
    padding: 28px;
    border-radius: 16px;
  }

  .pricing-card__title {
    font-size: 24px;
  }

  .pricing-card__price-main {
    font-size: 36px;
    letter-spacing: -0.72px;
  }

  .feature-item__text {
    font-size: 13px;
  }

  .pricing-card__cta {
    padding: 14px 22px;
    font-size: 14px;
  }

  /* Final CTA */
  .final-cta {
    padding: 0 20px;
  }

  .final-cta__inner {
    padding: 40px 24px;
    border-radius: 20px;
  }

  .final-cta__title {
    font-size: 28px;
    letter-spacing: -0.56px;
  }

  .final-cta__subtitle {
    font-size: 14px;
  }

  .final-cta__buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
    padding-top: 16px;
  }

  .final-cta__buttons .btn-on-image {
    justify-content: center;
  }

  /* Footer */
  .footer {
    padding: 40px 20px;
    gap: 24px;
  }

  .footer__top {
    flex-direction: column;
    gap: 20px;
  }

  .footer__company {
    font-size: 12px;
  }

  .footer__bottom {
    flex-wrap: wrap;
    gap: 8px 10px;
  }

  .footer__link {
    font-size: 12px;
  }

  .footer__spacer {
    display: none;
  }

  .footer__copyright {
    flex-basis: 100%;
    font-size: 12px;
  }

  /* Legal pages */
  .legal {
    padding: 56px 20px 80px;
  }

  .legal h1 {
    font-size: 30px;
    letter-spacing: -0.6px;
  }

  .legal h2 {
    font-size: 20px;
    margin-top: 36px;
  }

  .legal table {
    font-size: 14px;
  }

  .legal th,
  .legal td {
    padding: 8px 12px;
  }
}

/* ══════════════════════════════
   RESPONSIVE — SMALL MOBILE (≤480px)
══════════════════════════════ */
@media (max-width: 480px) {
  /* Industries — 2 cols */
  .industry {
    width: calc(50% - 5px);
    height: 100px;
  }
}
