@charset "UTF-8";
:root {
  color-scheme: dark;
  --ink: #f3f3f3;
  --text: #b9b9b9;
  --paper: #131313;
  --line: #3d3d3d;
  --green: #b7b7b7;
  --orange: #b4b4b4;
  --purple: #b0b0b0;
  --lime: #dadada;
  --dark: #282828;
  --max: 1240px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
a,
button,
input,
summary {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #7a7a7a;
  outline-offset: 5px;
}
input:focus-visible + .switch {
  outline: 3px solid #7a7a7a;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #545454;
  color: var(--ink);
}
.wrap {
  width: min(var(--max), calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--dark);
  color: white;
  padding: 15px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 91px;
  border-bottom: 1px solid var(--line);
  background: rgba(18, 18, 18, 0.97);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.wordmark {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -1.1px;
  white-space: nowrap;
}
.brand-mark {
  width: 36px;
  height: 36px;
  stroke: var(--ink);
  stroke-width: 1.2;
  fill: var(--ink);
}
.brand-mark path {
  fill: none;
}
.company-suffix {
  font-size: 10.8px;
  letter-spacing: 0.2px;
  font-weight: 400;
  align-self: flex-end;
  margin: 0 0 5px -4px;
  color: var(--text);
}
.site-header nav {
  display: flex;
  gap: 29px;
  font-size: 13px;
  font-weight: 500;
}
.site-header nav a {
  padding-block: 12px;
  border-bottom: 1px solid transparent;
}
.site-header nav a:hover {
  border-bottom-color: var(--ink);
}
.header-cta {
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #858585;
  border-radius: 5px;
  padding: 13px 16px;
  display: flex;
  gap: 22px;
  align-items: center;
}
.header-cta:hover {
  background: #2f2f2f;
}
.header-cta span {
  font-size: 20.5px;
  font-weight: 400;
}
.menu-toggle {
  display: none;
}
.intro-section {
  background: radial-gradient(ellipse at 80% 30%, #2b2b2b 0, transparent 49%);
}
.hero {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 40px;
  padding-top: 88px;
  padding-bottom: 78px;
  align-items: center;
}
.eyebrow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10.8px;
  font-weight: 600;
  letter-spacing: 1.7px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.6;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c1c1c1;
  box-shadow: 0 0 0 4px #2f2f2f;
}
.hero h1 {
  font-size: clamp(43.7px, 4.6vw, 67.6px);
  font-weight: 400;
  line-height: 1.075;
  letter-spacing: -2.9px;
  margin-top: 27px;
}
.hero h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -2.8px;
  color: #cbcbcb;
}
.hero-description {
  font-size: 17.3px;
  line-height: 1.75;
  max-width: 425px;
  color: var(--text);
  margin-top: 27px;
}
.button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 0 22px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--lime);
  color: #252525;
  margin-top: 31px;
}
.primary:hover {
  background: #e7e7e7;
}
.primary span {
  font-size: 21.6px;
  font-weight: 400;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10.8px;
  color: #b4b4b4;
  margin-top: 17px;
  letter-spacing: 0.2px;
}
.tiny-line {
  width: 15px;
  height: 1px;
  background: #a5a5a5;
  margin-right: 3px;
}
.dot-separator {
  margin-inline: 2px;
}
.hero-visual {
  position: relative;
  margin-top: 4px;
  margin-bottom: 14px;
  min-width: 0;
}
.visual-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9.7px;
  letter-spacing: 1.6px;
  color: #b4b4b4;
  padding: 0 10px 12px;
}
.crosshair {
  font-size: 24.8px;
  font-weight: 300;
}
.science-graphic {
  display: block;
  width: 100%;
  overflow: visible;
}
.visual-bottom {
  display: flex;
  gap: 22px;
  justify-content: center;
  font-size: 10.8px;
  color: #b4b4b4;
  padding-top: 0;
}
.visual-bottom span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.legend-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.aci {
  background: var(--green);
}
.typical {
  background: var(--orange);
}
.di {
  background: var(--purple);
}
.approach {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1fr;
  gap: 31px;
  border-top: 1px solid var(--line);
  padding-block: 36px 49px;
}
.approach-intro .eyebrow {
  font-size: 9.7px;
  letter-spacing: 1.5px;
  color: #b4b4b4;
}
.approach h2 {
  font-size: 25.9px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.65px;
  margin-top: 12px;
}
.index {
  font-size: 9.7px;
  color: #b4b4b4;
  letter-spacing: 1px;
}
.principle h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}
.principle p {
  font-size: 13px;
  color: #b4b4b4;
  line-height: 1.75;
  margin-top: 9px;
}
.product-section {
  padding: 76px 0 69px;
  background: #191919;
  border-block: 1px solid var(--line);
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: end;
  gap: 65px;
}
.section-number {
  border: 1px solid #5f5f5f;
  border-radius: 3px;
  font-size: 9.7px;
  letter-spacing: 0;
  padding: 1px 5px;
  margin-right: 2px;
}
.section-heading h2 {
  font-size: 37.4px;
  letter-spacing: -1.1px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 17px;
}
.development-tag {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  letter-spacing: 0;
  background: #363636;
  border: 1px solid #555555;
  font-size: 9.7px;
  border-radius: 20px;
  padding: 5px 9px;
  white-space: nowrap;
}
.product-fullname {
  max-width: 405px;
  font-size: 15.1px;
  line-height: 1.75;
  color: var(--text);
}
.area-overview {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.area-overview strong {
  font-weight: 500;
}
.area-overview > span {
  font-size: 10.8px;
  color: #b4b4b4;
}
.area-overview > span > span {
  margin-left: 10px;
}
.area-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.area-tab {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 13px;
  background: #222222;
  border: 1px solid #414141;
  padding: 20px 17px;
  border-radius: 6px;
  color: var(--ink);
  min-height: 91px;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.area-tab:hover {
  background: #343434;
}
.area-tab.active {
  border-color: #a9a9a9;
  background: #363636;
}
.area-icon {
  font-size: 25.9px;
  font-family: Georgia, serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 7px;
}
.area-icon.aci {
  background: #3f3f3f;
  color: #d3d3d3;
  font-size: 19.4px;
}
.area-icon.typical {
  background: #3d3d3d;
  color: #c1c1c1;
}
.area-icon.di {
  background: #353535;
  color: #c2c2c2;
  font-size: 32.2px;
}
.area-tab small {
  display: block;
  font-size: 8.6px;
  font-weight: 600;
  letter-spacing: 1.3px;
  margin-bottom: 7px;
  color: #b4b4b4;
}
.area-tab strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.area-arrow {
  margin-left: auto;
  color: #bfbfbf;
  font-size: 17.3px;
}
.area-detail {
  display: flex;
  align-items: baseline;
  gap: 23px;
  padding: 17px 2px 28px;
  min-height: 96px;
}
.detail-label {
  font-size: 8.6px;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: #b4b4b4;
  white-space: nowrap;
}
.area-detail p {
  font-size: 13px;
  line-height: 1.8;
  color: #b4b4b4;
  max-width: 865px;
}
.explorer {
  background: var(--dark);
  border-radius: 12px;
  color: #f2f2f2;
  padding: 33px 33px 0;
  scroll-margin-top: 16px;
  overflow: hidden;
}
.explorer-intro {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.explorer-intro .eyebrow {
  font-size: 8.6px;
  letter-spacing: 1.7px;
  color: #bebebe;
}
.explorer-intro h3 {
  font-size: 30.2px;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 10px;
}
.explorer-intro p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.7;
  color: #c6c6c6;
  margin-top: 10px;
}
.demo-tag {
  display: flex;
  gap: 6px;
  align-items: center;
  align-self: flex-start;
  font-size: 9.7px;
  color: #dcdcdc;
  border: 1px solid #5d5d5d;
  border-radius: 20px;
  padding: 5px 11px;
  white-space: nowrap;
}
.demo-tag > span {
  font-size: 17.3px;
}
.explorer-body {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 28px;
  margin-top: 28px;
  margin-bottom: 24px;
}
.profile-picker {
  padding-top: 8px;
}
.control-label {
  font-size: 8.6px;
  letter-spacing: 1.5px;
  color: #bababa;
  margin-bottom: 13px;
}
.profile-buttons {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.profile-button {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  color: #e4e4e4;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #363636;
  padding: 13px;
  min-height: 65px;
  transition: background 0.2s;
}
.profile-button:hover {
  background: #484848;
}
.profile-button.selected {
  background: var(--lime);
  color: #252525;
}
.profile-letter {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  font-size: 10.8px;
}
.selected .profile-letter {
  border-color: #787878;
}
.profile-button > span:nth-child(2) {
  font-size: 13px;
  font-weight: 500;
}
.profile-button small {
  font-size: 9.7px;
  display: block;
  line-height: 1.5;
  margin-top: 4px;
  color: #c2c2c2;
}
.profile-button.selected small {
  color: #4d4d4d;
}
.profile-select-arrow {
  margin-left: auto;
  opacity: 0;
  font-size: 19.4px;
}
.selected .profile-select-arrow {
  opacity: 1;
}
.distribution-note {
  font-size: 11.9px;
  color: #c3c3c3;
  line-height: 1.7;
  padding-top: 17px;
  padding-right: 8px;
  max-width: 235px;
}
.distribution-note strong {
  color: #ebebeb;
  font-weight: 500;
}
.profile-display {
  min-width: 0;
  background: #1d1d1d;
  border-radius: 7px;
  padding: 24px 26px;
  color: var(--ink);
}
.display-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 8.6px;
  letter-spacing: 1.3px;
  font-weight: 600;
}
.chart-unit {
  font-size: 7.6px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #b4b4b4;
}
.probability-chart {
  margin-top: 26px;
}
.probability-row {
  margin-bottom: 21px;
}
.probability-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 10px;
}
.probability-label > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #dfdfdf;
  line-height: 1.5;
}
.probability-label strong {
  font-size: 28.1px;
  font-weight: 400;
  letter-spacing: -0.5px;
  white-space: nowrap;
  line-height: 1;
}
.probability-label strong span {
  font-size: 13px;
  margin-left: 2px;
  color: #b4b4b4;
}
.bar-track {
  height: 9px;
  background: #3d3d3d;
  border-radius: 3px;
  position: relative;
}
.bar-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.65s cubic-bezier(0.22, 0.68, 0, 1.05);
}
.chart-scale {
  display: flex;
  justify-content: space-between;
  font-size: 8.6px;
  letter-spacing: 0.4px;
  color: #b4b4b4;
  margin-top: -8px;
}
.switch {
  position: relative;
  width: 27px;
  height: 16px;
  background: #707070;
  border-radius: 20px;
  transition: background 0.2s;
}
.profile-insight {
  background: #343434;
  border-radius: 4px;
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding: 12px 14px;
  margin-top: 15px;
}
.profile-insight > span {
  font-size: 19.4px;
  color: #cccccc;
}
.profile-insight p {
  font-size: 11.9px;
  color: #d1d1d1;
  line-height: 1.7;
}
.explorer-footer {
  display: flex;
  gap: 11px;
  border-top: 1px solid #515151;
  padding: 17px 0 19px;
  align-items: flex-start;
}
.info-icon {
  font-family: Georgia, serif;
  width: 13px;
  height: 13px;
  border: 1px solid #b5b5b5;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9.7px;
  border-radius: 50%;
  margin-top: 2px;
  color: #cecece;
}
.explorer-footer p {
  font-size: 10.8px;
  color: #c5c5c5;
  line-height: 1.8;
  max-width: 985px;
}
.explorer-footer strong {
  font-weight: 500;
  color: #e9e9e9;
}
.method-note {
  border-bottom: 1px solid var(--line);
  margin-top: 12px;
}
.method-note summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  gap: 20px;
  padding: 21px 2px;
  line-height: 1.6;
}
.method-note summary::-webkit-details-marker {
  display: none;
}
.method-note summary span {
  font-size: 21.6px;
  font-weight: 300;
}
.method-note[open] summary span {
  transform: rotate(45deg);
}
.method-note > div {
  max-width: 900px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.8;
  padding-bottom: 22px;
}
.method-note p + p {
  margin-top: 10px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 35px 33px;
}
.footer-mark {
  font-size: 21.6px;
  letter-spacing: -0.9px;
}
.footer-mark .company-suffix {
  font-size: 8.6px;
  margin-bottom: 2px;
}
.site-footer p {
  font-size: 9.7px;
  color: #b4b4b4;
  margin-top: 9px;
  line-height: 1.6;
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 10.8px;
  color: #b4b4b4;
}
.footer-right a {
  color: #d4d4d4;
}
.footer-right a span {
  font-size: 17.3px;
  margin-left: 12px;
}
.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;
}
.noscript-note {
  padding: 18px;
  background: #383838;
  color: #e1e1e1;
  font-size: 15.1px;
  text-align: center;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 93px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .header-inner {
    gap: 20px;
  }
  .site-header nav {
    gap: 18px;
    font-size: 11.9px;
  }
  .wordmark {
    font-size: 24.8px;
  }
  .header-cta {
    gap: 10px;
    font-size: 11.9px;
    padding: 11px 12px;
  }
  .hero {
    gap: 20px;
    padding-top: 66px;
    padding-bottom: 64px;
  }
  .hero h1 {
    font-size: 51px;
  }
  .hero-description {
    font-size: 16.2px;
  }
  .visual-bottom {
    gap: 12px;
    font-size: 9.7px;
  }
  .approach {
    gap: 22px;
  }
  .approach h2 {
    font-size: 23.8px;
  }
  .principle h3 {
    font-size: 13px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading h2 {
    font-size: 31.2px;
  }
  .development-tag {
    margin-left: 7px;
    font-size: 8.6px;
  }
  .area-tab {
    padding: 15px 12px;
    gap: 10px;
  }
  .area-tab strong {
    font-size: 11.9px;
  }
  .area-icon {
    width: 34px;
    height: 36px;
  }
  .area-arrow {
    display: none;
  }
  .explorer {
    padding: 28px 26px 0;
  }
  .explorer-body {
    grid-template-columns: 215px 1fr;
    gap: 22px;
  }
  .profile-display {
    padding: 23px 21px;
  }
  .chart-unit {
    display: none;
  }
  .probability-label > span {
    font-size: 11.9px;
  }
}
@media (max-width: 900px) {
  .site-header {
    height: 78px;
  }
  .site-header nav {
    display: none;
  }
  .header-inner {
    gap: 16px;
  }
  .header-cta {
    margin-left: auto;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    border: 0;
    background: none;
    width: 38px;
    height: 42px;
  }
  .menu-toggle span {
    width: 20px;
    height: 1.5px;
    background: var(--ink);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.25px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.25px) rotate(-45deg);
  }
  .site-header .mobile-nav {
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    background: #131313;
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 12px 36px 18px;
    font-size: 15.1px;
    box-shadow: 0 15px 20px #00000033;
  }
  .site-header .mobile-nav a {
    padding: 14px 0;
  }
  .hero {
    padding-top: 58px;
    gap: 13px;
  }
  .hero h1 {
    font-size: 43.7px;
    letter-spacing: -1.8px;
  }
  .hero h1 em {
    letter-spacing: -1.8px;
  }
  .eyebrow {
    font-size: 8.6px;
    letter-spacing: 1.2px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.8;
  }
  .button {
    font-size: 10.8px;
    gap: 18px;
    padding: 0 16px;
  }
  .hero-footnote {
    font-size: 9.7px;
  }
  .visual-topline {
    font-size: 7.6px;
    letter-spacing: 1px;
  }
  .visual-bottom {
    gap: 9px;
    font-size: 8.6px;
    flex-wrap: wrap;
  }
  .visual-bottom span {
    gap: 4px;
  }
  .approach {
    grid-template-columns: 1fr 1fr;
    gap: 30px 35px;
  }
  .approach-intro {
    padding-top: 2px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .section-heading h2 {
    font-size: 35.4px;
  }
  .product-fullname {
    max-width: 610px;
  }
  .product-section {
    padding-top: 55px;
  }
  .area-overview > span {
    display: none;
  }
  .area-tabs {
    gap: 8px;
  }
  .area-tab {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 13px;
    gap: 13px;
  }
  .area-tab strong {
    font-size: 11.9px;
  }
  .area-detail {
    gap: 15px;
    padding-top: 17px;
    min-height: 113px;
  }
  .area-detail p {
    font-size: 11.9px;
  }
  .explorer-intro h3 {
    font-size: 27px;
  }
  .explorer-body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .profile-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
  }
  .profile-button {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 9px;
    gap: 9px;
    min-height: 107px;
  }
  .profile-button > span:nth-child(2) {
    font-size: 10.8px;
    line-height: 1.5;
  }
  .profile-button small {
    display: none;
  }
  .profile-select-arrow {
    display: none;
  }
  .distribution-note {
    max-width: none;
    font-size: 10.8px;
    padding-top: 12px;
  }
  .chart-unit {
    display: inline;
    font-size: 7.6px;
  }
  .probability-label > span {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 85px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 70px;
  }
  .header-inner {
    gap: 10px;
  }
  .wordmark {
    font-size: 23.8px;
    gap: 7px;
    letter-spacing: -0.85px;
  }
  .brand-mark {
    width: 30px;
    height: 30px;
  }
  .company-suffix {
    font-size: 8.6px;
    margin-bottom: 4px;
  }
  .header-cta {
    display: none;
  }
  .menu-toggle {
    margin-left: auto;
  }
  .site-header .mobile-nav {
    top: 69px;
    padding-inline: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 43px;
    padding-bottom: 32px;
  }
  .hero-copy .eyebrow {
    font-size: 8.1px;
    letter-spacing: 1.25px;
    gap: 8px;
  }
  .hero h1 {
    font-size: clamp(38.5px, 10.1vw, 57.2px);
    margin-top: 23px;
    line-height: 1.08;
    letter-spacing: -1.75px;
  }
  .hero h1 em {
    letter-spacing: -1.6px;
  }
  .hero-description {
    font-size: 15.1px;
    line-height: 1.75;
    max-width: 365px;
    margin-top: 23px;
  }
  .button {
    font-size: 11.9px;
    min-height: 47px;
    gap: 20px;
    padding: 0 18px;
    margin-top: 25px;
  }
  .hero-footnote {
    font-size: 9.7px;
    margin-top: 15px;
  }
  .hero-visual {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }
  .visual-topline {
    padding-bottom: 0;
    font-size: 7.6px;
  }
  .science-graphic {
    margin-top: -2px;
  }
  .visual-bottom {
    font-size: 8.6px;
    gap: 19px;
    margin-top: -4px;
  }
  .approach {
    padding: 28px 0 33px;
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .approach-intro {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
  }
  .approach h2 {
    font-size: 24.8px;
    margin: 0;
    line-height: 1.25;
  }
  .approach-intro .eyebrow {
    font-size: 8.6px;
  }
  .principle {
    display: grid;
    grid-template-columns: 31px 1fr;
    column-gap: 9px;
  }
  .index {
    margin-top: 2px;
  }
  .principle h3 {
    font-size: 14px;
    margin: 0;
  }
  .principle p {
    grid-column: 2;
    font-size: 13px;
    margin-top: 7px;
    line-height: 1.7;
  }
  .product-section {
    padding-top: 40px;
    padding-bottom: 36px;
  }
  .section-heading {
    gap: 16px;
  }
  .section-heading .eyebrow {
    font-size: 8.6px;
    letter-spacing: 1.1px;
  }
  .section-heading h2 {
    font-size: 31.3px;
    letter-spacing: -1px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .development-tag {
    font-size: 8.6px;
    line-height: 1.4;
    vertical-align: middle;
    margin-left: 6px;
  }
  .product-fullname {
    font-size: 14px;
    line-height: 1.75;
  }
  .area-overview {
    font-size: 11.9px;
    margin-top: 27px;
  }
  .area-tabs {
    gap: 7px;
    margin-top: 15px;
  }
  .area-tab {
    padding: 12px 9px;
    gap: 11px;
    min-height: 141px;
  }
  .area-icon {
    height: 31px;
    width: 31px;
  }
  .area-tab small {
    font-size: 7.6px;
    letter-spacing: 0.8px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .area-tab strong {
    font-size: 10.8px;
    line-height: 1.55;
  }
  .area-detail {
    display: block;
    padding: 16px 1px 24px;
    min-height: 149px;
  }
  .detail-label {
    font-size: 7.6px;
  }
  .area-detail p {
    font-size: 11.9px;
    line-height: 1.7;
    margin-top: 7px;
  }
  .explorer {
    margin-inline: -4px;
    padding: 23px 17px 0;
    border-radius: 9px;
  }
  .explorer-intro {
    display: block;
  }
  .explorer-intro .eyebrow {
    font-size: 7.6px;
    letter-spacing: 1.5px;
  }
  .explorer-intro h3 {
    font-size: 24.8px;
    letter-spacing: -0.6px;
    line-height: 1.3;
    margin-top: 9px;
  }
  .explorer-intro p:not(.eyebrow) {
    font-size: 11.9px;
    line-height: 1.7;
    margin-top: 9px;
  }
  .demo-tag {
    display: inline-flex;
    font-size: 8.6px;
    margin-top: 13px;
    padding: 2px 8px;
  }
  .explorer-body {
    margin-top: 17px;
    margin-bottom: 20px;
    gap: 16px;
  }
  .profile-picker {
    padding-top: 0;
  }
  .control-label {
    font-size: 7.6px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }
  .profile-buttons {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .profile-button {
    flex-direction: row;
    align-items: center;
    padding: 11px 9px;
    min-height: 54px;
    gap: 8px;
  }
  .profile-letter {
    width: 21px;
    height: 23px;
    flex-shrink: 0;
    font-size: 9.7px;
  }
  .profile-button > span:nth-child(2) {
    font-size: 10.8px;
  }
  .distribution-note {
    font-size: 10.8px;
    line-height: 1.7;
    padding-top: 12px;
  }
  .profile-display {
    padding: 19px 15px;
  }
  .display-header {
    font-size: 7.6px;
    letter-spacing: 1px;
  }
  .chart-unit {
    display: none;
  }
  .probability-chart {
    margin-top: 22px;
  }
  .probability-label {
    gap: 12px;
    margin-bottom: 10px;
  }
  .probability-label > span {
    font-size: 10.8px;
    gap: 7px;
    line-height: 1.5;
    max-width: 196px;
  }
  .probability-label strong {
    font-size: 27px;
  }
  .probability-label strong span {
    font-size: 10.8px;
  }
  .probability-label .legend-dot {
    width: 5px;
    height: 5px;
  }
  .probability-row {
    margin-bottom: 20px;
  }
  .bar-track {
    height: 8px;
  }
  .chart-scale {
    font-size: 7.6px;
    margin-top: -4px;
  }
  .profile-insight {
    padding: 10px;
    gap: 7px;
    margin-top: 12px;
  }
  .profile-insight p {
    font-size: 10.8px;
    line-height: 1.7;
  }
  .explorer-footer {
    gap: 9px;
    padding-top: 15px;
    padding-bottom: 17px;
  }
  .explorer-footer p {
    font-size: 9.7px;
    line-height: 1.75;
  }
  .info-icon {
    width: 12px;
    height: 12px;
    font-size: 8.6px;
  }
  .method-note {
    margin-top: 7px;
  }
  .method-note summary {
    font-size: 11.9px;
    padding-block: 18px;
  }
  .method-note > div {
    font-size: 11.9px;
    line-height: 1.8;
  }
  .site-footer {
    flex-direction: column;
    padding: 29px 0 25px;
    gap: 23px;
  }
  .footer-mark {
    font-size: 23.8px;
  }
  .site-footer p {
    font-size: 9.7px;
    max-width: 275px;
    line-height: 1.7;
  }
  .footer-right {
    justify-content: space-between;
    font-size: 10.8px;
  }
  .footer-right a {
    padding-block: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Radar y acabados del tema oscuro. */
.hero-visual {
  padding: 16px 8px 20px;
  border: 1px solid #3e3e3e;
  border-radius: 16px;
  background: linear-gradient(145deg, #28282880, #13131322);
  box-shadow: 0 20px 70px #00000015;
}
.hero-visual .science-graphic {
  overflow: hidden;
}
.radar-caption {
  font-size: 10.8px;
  color: #bababa;
  text-align: center;
  margin-top: 16px;
  line-height: 1.6;
}
.explorer {
  border: 1px solid #4f4f4f;
}
.profile-display {
  border: 1px solid #505050;
}
.profile-button.selected:hover {
  background: #e7e7e7;
}
.site-footer {
  border-top: 1px solid var(--line);
}
@media (max-width: 600px) {
  .hero-visual {
    padding: 15px 4px 18px;
    border-radius: 12px;
  }
  .hero-visual .visual-topline {
    font-size: 8.6px;
    letter-spacing: 1px;
  }
  .hero-visual .visual-bottom {
    font-size: 9.7px;
    gap: 14px;
    margin-top: 0;
  }
  .radar-caption {
    font-size: 9.7px;
    margin-top: 13px;
  }
}

/* Controles compartidos y radar monocromático. */
:root {
  --ink: #f1f1f1;
  --text: #b8b8b8;
  --paper: #111111;
  --line: #383838;
  --green: #ededed;
  --orange: #bbbbbb;
  --purple: #999999;
  --lime: #ededed;
  --dark: #1c1c1c;
}
.hero-visual {
  padding: 17px 15px 18px;
  background: linear-gradient(145deg, #24242480, #141414);
  border-color: #3d3d3d;
}
.hero-visual .visual-topline {
  padding-inline: 2px;
  padding-bottom: 12px;
  gap: 12px;
}
.radar-live-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 8.6px;
  letter-spacing: 1px;
  color: #bababa;
  white-space: nowrap;
}
.radar-live-label > span {
  font-size: 16.2px;
  color: #eeeeee;
}
.radar-profiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}
.radar-profile-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 8px 5px;
  border: 1px solid #4a4a4a;
  border-radius: 5px;
  background: #242424;
  color: #c9c9c9;
  font-size: 10.8px;
  line-height: 1.3;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.radar-profile-button > span {
  font-size: 9.7px;
  opacity: 0.65;
}
.radar-profile-button:hover {
  background: #343434;
  border-color: #898989;
}
.radar-profile-button.selected {
  background: #ededed;
  border-color: #ededed;
  color: #1b1b1b;
}
.radar-graphic {
  margin-block: 10px -4px;
}
.radar-profile {
  stroke: #efefef;
}
.radar-axis {
  cursor: pointer;
  outline: none;
}
.radar-axis rect {
  fill: transparent;
  stroke: transparent;
  transition:
    fill 0.2s,
    stroke 0.2s;
}
.radar-axis text {
  fill: #bfbfbf;
  pointer-events: none;
}
.radar-axis.is-active rect {
  fill: #ffffff0c;
  stroke: #858585;
}
.radar-axis.is-active text {
  fill: #f2f2f2;
}
.radar-axis:hover rect {
  fill: #ffffff12;
  stroke: #a0a0a0;
}
.radar-axis:focus-visible rect {
  stroke: #ffffff;
  stroke-width: 2;
  fill: #ffffff16;
}
.radar-node .node-dot {
  fill: #d0d0d0;
  stroke: #161616;
  stroke-width: 2;
}
.radar-node .node-halo {
  fill: transparent;
  stroke: transparent;
}
.radar-node.is-active .node-dot {
  fill: #ffffff;
}
.radar-node.is-active .node-halo {
  fill: #ffffff14;
  stroke: #ffffff70;
  stroke-width: 1;
}
.radar-hint {
  font-size: 10.8px;
  line-height: 1.6;
  color: #b4b4b4;
  margin: 0 2px 9px;
}
.radar-areas {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 6px;
}
.radar-areas button {
  min-height: 44px;
  padding: 8px 7px;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  background: #202020;
  color: #c0c0c0;
  font-size: 11.9px;
  line-height: 1.4;
}
.radar-areas button:hover {
  background: #303030;
  color: #ffffff;
}
.radar-areas button[aria-pressed="true"] {
  color: #f3f3f3;
  border-color: #bdbdbd;
  background: #333333;
}
.radar-detail {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #414141;
  border-radius: 6px;
  background: #1c1c1c;
  min-height: 108px;
}
.radar-detail > div {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.radar-detail > div > span {
  font-size: 11.9px;
  line-height: 1.5;
  color: #e1e1e1;
  max-width: 75%;
}
.radar-detail strong {
  font-size: 23.8px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.radar-detail p {
  font-size: 10.8px;
  color: #b5b5b5;
  line-height: 1.7;
  margin-top: 8px;
}
.radar-caption {
  margin-top: 10px;
  font-size: 9.7px;
  color: #aaaaaa;
}
@media (min-width: 901px) {
  .hero {
    grid-template-columns: 1.08fr 1fr;
    gap: 44px;
    padding-block: 66px;
  }
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 80px;
  }
}
@media (max-width: 1150px) and (min-width: 601px) {
  .radar-profile-button {
    font-size: 9.7px;
    flex-direction: column;
    gap: 3px;
  }
  .radar-areas button {
    font-size: 10.8px;
    padding-inline: 4px;
  }
  .radar-detail {
    min-height: 140px;
  }
}
@media (max-width: 600px) {
  .hero-visual {
    padding: 15px 12px 17px;
  }
  .radar-profile-button {
    font-size: 9.7px;
    min-height: 44px;
    flex-direction: column;
    gap: 3px;
  }
  .radar-hint {
    font-size: 9.7px;
  }
  .radar-detail {
    min-height: 130px;
  }
  .radar-detail > div > span {
    font-size: 10.8px;
  }
  .radar-detail strong {
    font-size: 22.7px;
  }
  .radar-areas button {
    font-size: 10.8px;
  }
  .radar-caption {
    font-size: 9.7px;
    margin-top: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .radar-axis rect,
  .radar-profile-button {
    transition: none;
  }
}

/* B-PEACI-DI: categorías, demostración digital y contacto. */
:root {
  --ink: #edf2fa;
  --text: #b7c2d3;
  --paper: #10151e;
  --line: #344052;
  --green: #83b7ff;
  --orange: #c1d5f0;
  --purple: #859dbc;
  --lime: #b7d8ff;
  --dark: #182331;
}
.site-header {
  background: rgba(16, 21, 30, 0.97);
}
.intro-section {
  background: radial-gradient(ellipse at 80% 30%, #18304b 0, transparent 54%);
}
.hero h1 em {
  color: #a8ccfb;
}
.status-dot {
  background: #92c3ff;
  box-shadow: 0 0 0 4px #1d344f;
}
.primary {
  color: #10233e;
  background: #b7d8ff;
}
.primary:hover {
  background: #d1e7ff;
}
.header-cta {
  border-color: #697f9c;
}
.header-cta:hover {
  background: #243b55;
}
.hero-visual {
  background: linear-gradient(145deg, #192f4880, #131b29);
  border-color: #3c506b;
}
.radar-profiles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.radar-profile-button {
  background: #1b293d;
  border-color: #40516a;
  color: #d0dded;
}
.radar-profile-button:hover {
  background: #2d4260;
  border-color: #8eb6e9;
}
.radar-profile-button.selected {
  background: #c2ddff;
  border-color: #c2ddff;
  color: #10223c;
}
.radar-axis text {
  fill: #c0d1e9;
}
.radar-axis.is-active text {
  fill: #e9f3ff;
}
.radar-axis.is-active rect {
  fill: #7cb6ff12;
  stroke: #88acd7;
}
.radar-axis:hover rect {
  fill: #7cb6ff18;
  stroke: #b5d4fc;
}
.radar-profile {
  stroke: #a2ccff;
}
.radar-node .node-dot {
  fill: #b3cff5;
  stroke: #142238;
}
.radar-node.is-active .node-dot {
  fill: #e1efff;
}
.radar-node.is-active .node-halo {
  fill: #7eb6ff1a;
  stroke: #a7cdff80;
}
.radar-areas {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.radar-areas button {
  background: #192436;
  border-color: #455671;
  color: #c3d3e9;
}
.radar-areas button[aria-pressed="true"] {
  background: #2c4260;
  border-color: #90b8eb;
  color: #eef6ff;
}
.radar-areas button:hover {
  background: #304663;
}
.radar-detail {
  background: #172435;
  border-color: #3b526d;
  min-height: 124px;
}
.radar-detail > div > span {
  color: #d9e7f9;
}
.radar-detail p {
  color: #b5c7e0;
}
.radar-caption,
.radar-hint {
  color: #adbed4;
}
.product-section {
  background: #121923;
}
.area-tab {
  background: #19222f;
  border-color: #3d4a5e;
}
.area-tab.active {
  background: #223650;
  border-color: #89afd9;
}
.area-tab:hover {
  background: #25374d;
}
.area-icon.aci {
  background: #2b405e;
  color: #b9d7ff;
}
.area-icon.typical {
  background: #2b3d51;
  color: #d2e6ff;
}
.area-icon.di {
  background: #29354b;
  color: #b3c8eb;
}
.aci {
  background: #83b7ff;
}
.typical {
  background: #c1d5f0;
}
.di {
  background: #859dbc;
}
.development-tag {
  background: #23364f;
  border-color: #405978;
  color: #c5dfff;
}
.explorer {
  background: #172638;
  border-color: #405775;
}
.profile-display {
  background: #101c2b;
  border-color: #425775;
}
.profile-button {
  background: #243a52;
}
.profile-button:hover {
  background: #304963;
}
.profile-button.selected,
.profile-button.selected:hover {
  background: #c2ddff;
  color: #122941;
}
.profile-button.selected small {
  color: #3a536e;
}
.profile-button small {
  color: #b8cce4;
}
.selected .profile-letter {
  border-color: #6284aa;
}
.profile-picker {
  min-width: 0;
}
.profile-button > span:nth-child(2) {
  line-height: 1.5;
}
.profile-button {
  min-height: 77px;
}
.explorer-body {
  grid-template-columns: 280px 1fr;
}
.distribution-note {
  font-size: 11.9px;
  line-height: 1.8;
  color: #bfd1e7;
  max-width: 250px;
  padding-top: 17px;
}
.distribution-note strong {
  font-weight: 500;
  color: #f0f6ff;
}
.bar-track {
  background: #304258;
}
.profile-insight {
  background: #203751;
}
.profile-insight p {
  color: #c7dcf6;
}
.profile-insight > span {
  color: #9ac5fc;
}
.class-result {
  margin-top: 23px;
  padding: 15px 16px;
  background: #1e3550;
  border: 1px solid #4d6b91;
  border-radius: 6px;
}
.class-result > span {
  font-size: 8.6px;
  letter-spacing: 1px;
  color: #afc6e5;
  display: block;
  line-height: 1.5;
}
.class-result > strong {
  font-size: 16.2px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  margin-top: 7px;
  color: #e0edff;
}
.class-result > p {
  font-size: 10.8px;
  line-height: 1.7;
  color: #b9d4f7;
  margin-top: 4px;
}
.task-showcase {
  display: grid;
  grid-template-columns: 0.86fr 1.2fr;
  align-items: center;
  gap: 45px;
  padding: 34px 30px 24px;
  margin-top: 38px;
  background:
    radial-gradient(ellipse at 75% 40%, #1e3550, transparent 65%), #141f2d;
  border: 1px solid #3b4d67;
  border-radius: 12px;
}
.task-copy .eyebrow {
  font-size: 9.7px;
  color: #aac9f1;
  letter-spacing: 1.5px;
}
.task-copy h3 {
  font-size: 32.2px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.7px;
  margin-top: 17px;
}
.task-copy h3 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #a8ccfb;
}
.task-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: #b5c7e0;
  line-height: 1.85;
  margin-top: 20px;
  max-width: 350px;
}
.task-copy p.task-note {
  font-size: 10.8px;
  color: #91a9c8;
  margin-top: 13px;
}
.task-visual {
  min-width: 0;
}
.task-visual svg {
  display: block;
  width: 100%;
  height: auto;
}
.task-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 10.8px;
  margin-top: -2px;
  padding-inline: 15px;
  color: #a9c0df;
}
.task-controls > div {
  display: flex;
  gap: 8px;
}
.task-controls button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 12px;
  background: #1c2f47;
  border: 1px solid #536a88;
  border-radius: 5px;
  color: #d4e6ff;
  font-size: 10.8px;
  line-height: 1.4;
}
.task-controls button:hover {
  background: #2a4464;
}
.task-controls button span {
  font-size: 16.2px;
}
.contact-section {
  background:
    radial-gradient(ellipse at 90% 30%, #1b2a42, transparent 65%), #101720;
  padding: 66px 0 62px;
  border-top: 1px solid #344052;
}
.contact-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
}
.contact-heading h2 {
  font-size: 37.4px;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -0.9px;
  margin-top: 16px;
}
.contact-heading h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #a8ccfb;
}
.contact-heading > p {
  font-size: 14px;
  line-height: 1.8;
  color: #b5c5dc;
  max-width: 360px;
}
.commercial-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
.pricing-panel,
.contact-panel {
  padding: 28px;
  border: 1px solid #415575;
  border-radius: 10px;
  min-width: 0;
}
.pricing-panel {
  background: linear-gradient(140deg, #243a5b, #172538);
}
.contact-panel {
  background: #182332;
}
.pricing-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 9.7px;
  letter-spacing: 1.1px;
  color: #bad4f6;
}
.unlimited-tag {
  padding: 6px 10px;
  border: 1px solid #6e96c7;
  border-radius: 20px;
  letter-spacing: 0;
  color: #d5e8ff;
}
.price-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 27px;
}
.price-options > div + div {
  border-left: 1px solid #4f6584;
  padding-left: 24px;
}
.price-market {
  font-size: 8.6px;
  letter-spacing: 1px;
  color: #bacce4;
}
.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  font-size: 44.7px;
  letter-spacing: -1.4px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
  color: #f0f7ff;
}
.price > span {
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #b9d3f6;
}
.price-period {
  font-size: 11.9px;
  color: #bdd1ed;
  margin-top: 9px;
}
.price-description {
  font-size: 11.9px;
  line-height: 1.8;
  color: #b8cbe5;
  margin-top: 23px;
  padding-top: 18px;
  border-top: 1px solid #455b7a;
  max-width: 490px;
}
.contact-primary {
  margin-top: 20px;
  gap: 30px;
}
.contact-panel h3 {
  font-size: 24.8px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.4px;
}
.contact-panel > p {
  font-size: 13px;
  color: #a8bdd9;
  line-height: 1.8;
  margin-top: 11px;
}
.email-contact {
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #57779e;
  background: #20364f;
  padding: 18px 15px;
  border-radius: 6px;
  margin-top: 22px;
}
.email-contact:hover {
  background: #2c486a;
}
.contact-icon {
  font-size: 25.9px;
  color: #a9d1ff;
}
.email-contact > span:nth-child(2) {
  min-width: 0;
  flex: 1;
}
.email-contact small {
  display: block;
  font-size: 8.6px;
  letter-spacing: 1px;
  color: #b0c7e5;
  margin-bottom: 6px;
}
.email-contact strong {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.pending-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}
.pending-contact {
  width: 100%;
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 8px;
  font-size: 11.9px;
  line-height: 1.45;
  border: 1px solid #3e506a;
  border-radius: 5px;
  color: #bac9df;
  background: #1b283a;
  cursor: not-allowed;
  opacity: 1;
}
.pending-contact > span {
  font-size: 17.3px;
}
.pending-contacts > div > span {
  display: block;
  text-align: center;
  margin-top: 7px;
  font-size: 9.7px;
  color: #9fb3ce;
}
.site-footer {
  background: transparent;
}
.site-header .mobile-nav {
  background: #121d2a;
}
@media (max-width: 1150px) {
  .explorer-body {
    grid-template-columns: 230px 1fr;
  }
  .task-showcase {
    gap: 26px;
    padding: 27px 24px 20px;
  }
  .task-copy h3 {
    font-size: 29.2px;
  }
  .price {
    font-size: 37.4px;
  }
  .pricing-panel,
  .contact-panel {
    padding: 23px;
  }
  .price-options {
    gap: 18px;
  }
  .price-options > div + div {
    padding-left: 18px;
  }
}
@media (max-width: 900px) {
  .task-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .task-copy > p:not(.eyebrow) {
    max-width: 550px;
  }
  .task-visual {
    max-width: 590px;
    width: 100%;
    justify-self: center;
  }
  .explorer-body {
    grid-template-columns: 1fr;
  }
  .profile-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .profile-button {
    min-height: 111px;
  }
  .distribution-note {
    max-width: none;
    font-size: 10.8px;
    padding-top: 12px;
  }
  .commercial-grid {
    grid-template-columns: 1fr;
  }
  .contact-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .contact-heading > p {
    max-width: 500px;
  }
  .price {
    font-size: 44.7px;
  }
  .contact-panel h3 {
    font-size: 27px;
  }
  .email-contact strong {
    font-size: 15.1px;
  }
}
@media (max-width: 600px) {
  .hero-visual .visual-topline {
    font-size: 7.6px;
    letter-spacing: 0.6px;
  }
  .radar-live-label {
    font-size: 7.6px;
    letter-spacing: 0.5px;
  }
  .radar-detail {
    min-height: 147px;
  }
  .area-tab {
    min-height: 155px;
  }
  .area-icon {
    font-size: 24.8px;
  }
  .section-heading h2 {
    font-size: 32.2px;
  }
  .task-showcase {
    margin-top: 26px;
    padding: 22px 14px 17px;
    gap: 14px;
  }
  .task-copy {
    padding-inline: 5px;
  }
  .task-copy h3 {
    font-size: 29.2px;
  }
  .task-copy .eyebrow {
    font-size: 8.6px;
  }
  .task-copy > p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 15px;
  }
  .task-copy p.task-note {
    font-size: 10.8px;
  }
  .task-controls {
    padding-inline: 2px;
    font-size: 9.7px;
    gap: 6px;
    margin-top: 4px;
  }
  .task-controls > div {
    gap: 5px;
  }
  .task-controls button {
    min-height: 44px;
    padding: 7px 9px;
    font-size: 9.7px;
    gap: 6px;
  }
  .task-controls button span {
    font-size: 14px;
  }
  .explorer-intro h3 {
    font-size: 24.8px;
  }
  .profile-buttons {
    grid-template-columns: 1fr;
  }
  .profile-button {
    min-height: 65px;
    gap: 12px;
    padding: 12px;
  }
  .profile-button > span:nth-child(2) {
    font-size: 11.9px;
  }
  .profile-button small {
    display: block;
    font-size: 9.7px;
  }
  .profile-select-arrow {
    display: block;
  }
  .class-result {
    padding: 13px;
    margin-top: 20px;
  }
  .class-result > strong {
    font-size: 15.1px;
  }
  .class-result > span {
    font-size: 7.6px;
  }
  .class-result > p {
    font-size: 9.7px;
  }
  .contact-section {
    padding: 40px 0;
  }
  .contact-heading h2 {
    font-size: 31.2px;
  }
  .contact-heading > p {
    font-size: 13px;
  }
  .commercial-grid {
    margin-top: 25px;
    gap: 16px;
  }
  .pricing-panel,
  .contact-panel {
    padding: 23px 19px;
  }
  .price-options {
    gap: 14px;
  }
  .price-options > div + div {
    padding-left: 14px;
  }
  .price {
    font-size: 35.4px;
    gap: 4px;
  }
  .price > span {
    font-size: 10.8px;
  }
  .price-market {
    font-size: 7.6px;
    line-height: 1.6;
  }
  .price-period {
    font-size: 10.8px;
  }
  .price-description {
    font-size: 11.9px;
  }
  .contact-primary {
    font-size: 11.9px;
    min-height: 47px;
    padding-inline: 15px;
    gap: 20px;
  }
  .contact-panel h3 {
    font-size: 24.8px;
  }
  .email-contact {
    padding: 15px 12px;
    gap: 9px;
  }
  .email-contact .contact-icon {
    display: none;
  }
  .email-contact strong {
    font-size: 14px;
  }
  .pending-contact {
    font-size: 10.8px;
    padding: 9px 5px;
  }
  .pending-contacts {
    gap: 9px;
  }
  .pending-contacts > div > span {
    font-size: 9.7px;
  }
}
@media (max-width: 380px) {
  .price-options {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .price-options > div + div {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #4f6584;
    padding-top: 17px;
  }
  .price {
    font-size: 40.6px;
  }
  .pending-contacts {
    grid-template-columns: 1fr;
  }
  .radar-detail {
    min-height: 162px;
  }
  .task-controls {
    flex-wrap: wrap;
  }
  .task-controls > div {
    margin-left: auto;
  }
}

/* Contacto principal y canales complementarios. */
.whatsapp-contact {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.whatsapp-primary,
.whatsapp-primary:disabled {
  background: #25d366;
  border: 1px solid #25d366;
  color: #073b24;
  opacity: 1;
  cursor: not-allowed;
  gap: 12px;
  min-height: 51px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 23px;
  transform: none;
}
.whatsapp-primary:disabled:hover {
  background: #25d366;
  transform: none;
}
.whatsapp-primary > svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.whatsapp-primary > span {
  font-size: 20px;
  margin-left: 14px;
}
.whatsapp-contact > p {
  font-size: 11px;
  color: #afc7e6;
  line-height: 1.6;
}
.direct-contacts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 13px;
  margin-top: 26px;
}
.contact-channel {
  min-width: 0;
}
.direct-contacts .pending-contact,
.direct-contacts .email-contact-inline {
  min-height: 64px;
  width: 100%;
  padding: 12px 10px;
  border-radius: 6px;
  gap: 8px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  justify-content: center;
}
.direct-contacts .email-contact-inline {
  margin: 0;
  display: flex;
  background: #244363;
  border: 1px solid #779dce;
  color: #e1efff;
}
.direct-contacts .email-contact-inline:hover {
  background: #30557b;
}
.direct-contacts .email-contact-inline > strong {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  min-width: 0;
}
.direct-contacts .email-contact-inline > span {
  flex-shrink: 0;
  font-size: 17px;
}
.direct-contacts .email-contact-inline > span:last-child {
  font-size: 16px;
}
.contact-channel-note,
.contact-address {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
  margin-top: 9px;
  color: #b5c9e4;
  overflow-wrap: anywhere;
}
.contact-address:hover {
  color: #e6f2ff;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .direct-contacts {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  }
  .direct-contacts .pending-contact,
  .direct-contacts .email-contact-inline {
    min-height: 67px;
    font-size: 11px;
    padding: 11px 8px;
    gap: 6px;
  }
  .direct-contacts .email-contact-inline > strong {
    font-size: 11px;
  }
  .direct-contacts .email-contact-inline > span:last-child {
    display: none;
  }
  .contact-channel-note,
  .contact-address {
    font-size: 10px;
  }
  .whatsapp-primary,
  .whatsapp-primary:disabled {
    font-size: 14px;
    min-height: 50px;
  }
}
@media (max-width: 360px) {
  .direct-contacts .pending-contact {
    flex-direction: column;
    gap: 3px;
  }
  .direct-contacts .email-contact-inline {
    flex-direction: column;
    gap: 3px;
  }
  .direct-contacts .pending-contact,
  .direct-contacts .email-contact-inline {
    min-height: 79px;
  }
}
