@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");

.pro-page *,
.pro-page *::before,
.pro-page *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.pro-page {
  --pro-bg: #07090c;
  --pro-bg-soft: #0d1015;
  --pro-bg-raised: #141820;
  --pro-panel: #171b23;
  --pro-panel-soft: #1e232c;
  --pro-text: #f7f8fb;
  --pro-muted: #adb4c0;
  --pro-muted-strong: #d6dbe4;
  --pro-line: rgba(255, 255, 255, 0.12);
  --pro-line-strong: rgba(255, 255, 255, 0.22);
  --pro-teal: #10e0a1;
  --pro-premium-blue: #1357ff;
  --pro-premium-blue-rgb: 19, 87, 255;
  --pro-blue: #556dae;
  --pro-blue-rgb: 85, 109, 174;
  --pro-cyan: #26d8ed;
  --pro-amber: #ffb82d;
  --font-body: "Montserrat", "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Montserrat", "Aptos Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --pro-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --pro-width: 1180px;
  background:
    radial-gradient(ellipse 38rem 28rem at 12% 7%, rgba(22, 135, 255, 0.06), transparent 70%),
    radial-gradient(ellipse 42rem 30rem at 84% 16%, rgba(50, 151, 255, 0.07), transparent 72%),
    radial-gradient(ellipse 36rem 25rem at 20% 34%, rgba(22, 135, 255, 0.045), transparent 70%),
    radial-gradient(ellipse 44rem 30rem at 78% 46%, rgba(50, 151, 255, 0.05), transparent 72%),
    radial-gradient(ellipse 38rem 27rem at 28% 66%, rgba(22, 135, 255, 0.045), transparent 72%),
    radial-gradient(ellipse 42rem 29rem at 86% 78%, rgba(50, 151, 255, 0.045), transparent 72%),
    radial-gradient(ellipse 36rem 26rem at 48% 94%, rgba(22, 135, 255, 0.04), transparent 72%),
    linear-gradient(180deg, #090b0f 0%, #080a0d 46%, #0f1116 100%);
  background-repeat: no-repeat;
  color: var(--pro-text);
  font-family: var(--font-body);
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.pro-page h1,
.pro-page h2,
.pro-page h3 {
  color: var(--pro-text);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 0;
}

.pro-page p {
  color: var(--pro-muted);
  font-size: clamp(0.96rem, 1.12vw, 1.06rem);
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
}

.pro-page h1 {
  font-size: clamp(2.45rem, 5vw, 4.7rem);
}

.pro-page h2 {
  font-size: clamp(1.7rem, 3.25vw, 3rem);
}

.pro-page h3 {
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.pro-page img,
.pro-page svg {
  display: block;
  max-width: 100%;
}

.pro-page button,
.pro-page input {
  font: inherit;
}

.pro-page ul {
  margin: 0;
  padding: 0;
}

.pro-page li {
  list-style: none;
}

.pro-sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pro-page :focus-visible {
  outline: 3px solid rgba(var(--pro-blue-rgb), 0.72);
  outline-offset: 4px;
}

.pro-page .skip-link {
  background: #ffffff;
  border-radius: 999px;
  color: #050608;
  font-weight: 850;
  left: 1rem;
  padding: 0.8rem 1rem;
  position: absolute;
  top: 1rem;
  z-index: 999;
}

.pro-page .skip-link:not(:focus) {
  transform: translateY(-150%);
}

.pro-shell {
  margin: 0 auto;
  max-width: var(--pro-width);
  padding: 0 clamp(1rem, 4vw, 2rem);
  width: 100%;
}

.pro-header {
  left: 0;
  position: sticky;
  top: 0.85rem;
  z-index: 50;
}

.pro-nav {
  align-items: center;
  background: rgba(11, 13, 18, 0.78);
  backdrop-filter: blur(20px);
  border: 1px solid var(--pro-line);
  border-radius: 1.35rem;
  box-shadow: 0 16px 70px rgba(0, 0, 0, 0.32);
  display: flex;
  gap: clamp(0.65rem, 2vw, 1.4rem);
  justify-content: space-between;
  margin: 0 auto;
  max-width: min(calc(100vw - clamp(2.3rem, 8vw, 4rem)), calc(var(--pro-width) - clamp(2.3rem, 8vw, 4rem)));
  min-height: 64px;
  padding: 0.48rem 0.72rem 0.48rem 1.05rem;
}

.pro-logo,
.pro-nav a {
  text-decoration: none;
}

.pro-logo {
  align-items: center;
  display: inline-flex;
  min-width: 0;
}

.pro-logo img {
  height: auto;
  max-height: 24px;
  object-fit: contain;
  object-position: left center;
  width: clamp(88px, 6.5vw, 108px);
}

.pro-nav__links,
.pro-nav__actions {
  align-items: center;
  display: flex;
  gap: 0.42rem;
}

.pro-nav-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--pro-line);
  border-radius: 1rem;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 46px;
  justify-content: center;
  position: relative;
  width: 46px;
  z-index: 61;
}

.pro-nav-toggle span:not(.pro-sr-only) {
  background: #ffffff;
  border-radius: 999px;
  height: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 18px;
}

.pro-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.pro-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.pro-nav-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.pro-mobile-menu {
  display: none;
}

.pro-nav__links a,
.pro-login {
  border-radius: 999px;
  color: rgba(247, 248, 251, 0.76);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.68rem 0.82rem;
  transition: background 180ms ease, color 180ms ease;
}

.pro-nav__links a:hover,
.pro-login:hover,
.pro-nav__links a:focus-visible,
.pro-login:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.pro-page .pro-button {
  align-items: center;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  min-height: 3.3rem;
  padding: 0.95rem 1.35rem;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.pro-page .pro-button--small {
  font-size: 0.88rem;
  line-height: normal;
  min-height: 0;
  padding: 0.68rem 0.82rem;
}

.pro-nav .pro-button--small {
  font-size: 0.88rem;
  font-weight: 700;
}

.pro-page .pro-button--primary {
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(255, 255, 255, 0.14);
  color: #080b0f;
}

.pro-page .pro-button--primary:hover,
.pro-page .pro-button--primary:focus-visible {
  background: var(--pro-blue);
  box-shadow: 0 18px 48px rgba(var(--pro-blue-rgb), 0.28);
  color: #ffffff;
  transform: translateY(-2px);
}

.pro-page .pro-button--secondary {
  background: transparent;
  border-color: var(--pro-line-strong);
  color: var(--pro-text);
}

.pro-page .pro-button--secondary:hover,
.pro-page .pro-button--secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  transform: translateY(-2px);
}

.pro-page .pro-button--wide {
  width: 100%;
}

.pro-kicker {
  color: var(--pro-muted-strong);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pro-hero {
  --pro-hero-rhythm: clamp(4.5rem, 8vw, 8rem);
  margin-top: calc(-64px - 0.85rem);
  min-height: 100svh;
  overflow: hidden;
  padding: calc(var(--pro-hero-rhythm) + 4.625rem) 0 calc(var(--pro-hero-rhythm) + 1.25rem);
  position: relative;
}

.pro-hero::before {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pro-hero__grid {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  position: relative;
  z-index: 1;
}

.pro-hero__copy {
  margin-inline: auto;
  max-width: 820px;
  text-align: center;
}

.pro-hero h1 {
  font-size: clamp(2rem, 3.15vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.04;
  margin: 1.05rem 0 1.15rem;
  max-width: 800px;
}

.pro-hero__copy > p {
  color: rgba(247, 248, 251, 0.76);
  font-size: clamp(0.94rem, 1.08vw, 1.02rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 0.85rem auto 0;
  max-width: 520px;
}

.pro-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 1.1rem;
}

.pro-hero__actions .pro-button {
  min-height: 0;
  padding: 0.68rem 0.82rem;
}

.pro-microcopy {
  font-size: 0.86rem !important;
  margin-top: 1rem;
}

.pro-risk-stage {
  margin-top: clamp(-6rem, -7vw, -4rem);
  padding: 0 0 clamp(4.5rem, 8vw, 7rem);
  position: relative;
  z-index: 2;
}

.pro-risk-visual {
  isolation: isolate;
  margin-inline: auto;
  max-width: 840px;
  min-height: clamp(430px, 35vw, 500px);
  position: relative;
  width: min(100%, 840px);
}

.pro-risk-visual::before {
  background:
    radial-gradient(circle at 44% 46%, rgba(22, 135, 255, 0.09), transparent 20rem),
    radial-gradient(circle at 66% 30%, rgba(50, 151, 255, 0.08), transparent 19rem);
  content: "";
  filter: blur(2px);
  inset: -11rem -18rem -8rem;
  opacity: 0.78;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.pro-risk-device,
.pro-risk-card {
  background: linear-gradient(180deg, rgba(24, 28, 36, 0.94), rgba(8, 10, 14, 0.96));
  border: 1px solid var(--pro-line);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
}

.pro-risk-device {
  border-radius: 2rem;
  left: 50%;
  overflow: hidden;
  padding: 1.05rem;
  position: absolute;
  top: 6%;
  transform: translateX(-50%) rotate(-1.2deg);
  width: min(100%, 288px);
}

.pro-risk-device__header {
  align-items: center;
  display: grid;
  gap: 0.2rem;
  justify-items: center;
  padding: 0.45rem 0 1.05rem;
  text-align: center;
}

.pro-risk-device__header span,
.pro-risk-card .pro-kicker {
  color: rgba(247, 248, 251, 0.62);
}

.pro-risk-device__header span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.pro-risk-device__header strong {
  color: #ffffff;
  font-size: clamp(2.25rem, 4vw, 3rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.pro-risk-device__header small {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
}

.pro-risk-curve {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--pro-line);
  border-radius: 1.25rem;
  padding: 0.8rem 0.9rem 0.75rem;
}

.pro-risk-curve svg {
  height: auto;
  overflow: visible;
  width: 100%;
}

.pro-risk-curve__area {
  fill: rgba(16, 224, 161, 0.1);
}

.pro-risk-curve__line {
  fill: none;
  stroke: var(--pro-teal);
  stroke-linecap: round;
  stroke-width: 8;
}

.pro-risk-curve__tabs {
  align-items: center;
  color: rgba(247, 248, 251, 0.56);
  display: flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.pro-risk-curve__tabs strong {
  color: #ffffff;
}

.pro-risk-signals {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--pro-line);
  border-radius: 1.15rem;
  display: grid;
  gap: 0.72rem;
  margin-top: 0.9rem;
  padding: 1rem;
}

.pro-risk-signals div {
  align-items: center;
  color: rgba(247, 248, 251, 0.76);
  display: grid;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.55rem;
  grid-template-columns: auto 1fr auto;
}

.pro-risk-signals strong,
.pro-risk-card strong {
  color: #ffffff;
}

.pro-risk-dot {
  border-radius: 50%;
  height: 0.62rem;
  width: 0.62rem;
}

.pro-risk-dot--amber {
  background: #ffffff;
}

.pro-risk-dot--blue {
  background: #ffffff;
}

.pro-risk-dot--teal {
  background: #ffffff;
}

.pro-risk-card {
  border-radius: 1.45rem;
  padding: 1rem;
  position: absolute;
  text-align: center;
  width: 250px;
}

.pro-risk-card .pro-kicker {
  justify-content: center;
  width: 100%;
}

.pro-risk-card strong {
  display: block;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-top: 0.4rem;
}

.pro-risk-card p {
  color: rgba(247, 248, 251, 0.66);
  font-size: 0.9rem;
  line-height: 1.45;
  margin-top: 0.35rem;
}

.pro-risk-card--concentration {
  left: -1.5rem;
  top: 17%;
  transform: rotate(-3deg);
}

.pro-risk-card--trend {
  right: -1.5rem;
  top: 6%;
  transform: rotate(2.4deg);
}

.pro-risk-card--currency {
  bottom: 21%;
  left: -1.25rem;
  transform: rotate(2deg);
}

.pro-risk-card--stress {
  bottom: 13%;
  right: -1.25rem;
  transform: rotate(-2.5deg);
}

.pro-hero__visual {
  min-height: clamp(540px, 56vw, 720px);
  position: relative;
}

.pro-ad-frame {
  border: 1px solid var(--pro-line);
  border-radius: 0.55rem;
  box-shadow: var(--pro-shadow);
  display: block;
  inset: 0 auto auto 8%;
  max-width: min(58vw, 360px);
  overflow: hidden;
  position: absolute;
  transform: rotate(-2deg);
}

.pro-ad-frame img,
.pro-showcase__image img {
  height: auto;
  width: 100%;
}

.pro-phone {
  background: linear-gradient(145deg, #050608, #222732);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2.2rem;
  bottom: 1rem;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
  padding: 0.75rem;
  position: absolute;
  right: 0;
  transform: rotate(2deg);
  width: min(82vw, 310px);
}

.pro-phone__screen {
  background: #0b0d11;
  border-radius: 1.7rem;
  min-height: 520px;
  overflow: hidden;
  padding: 2rem 1.1rem 1.1rem;
}

.pro-phone__screen > span {
  color: #ffffff;
  display: block;
  font-size: 0.95rem;
  font-weight: 850;
}

.pro-phone__screen > small {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.66rem;
  margin-top: 0.25rem;
}

.pro-metric-card {
  background: linear-gradient(180deg, #181b21, #12151a);
  border: 1px solid var(--pro-line);
  border-radius: 1rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 0.75fr 1fr;
  margin-top: 1rem;
  padding: 1rem;
}

.pro-metric-card--float {
  margin-left: -4rem;
  margin-top: 1.15rem;
  position: relative;
  width: calc(100% + 2.2rem);
  z-index: 2;
}

.pro-metric-card strong {
  color: #ffffff;
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.pro-metric-card ul {
  align-self: center;
  display: grid;
  gap: 0.5rem;
}

.pro-metric-card li {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  font-size: 0.68rem;
  gap: 0.35rem;
  grid-template-columns: auto 1fr auto;
}

.pro-metric-card b {
  color: #ffffff;
}

.pro-donut {
  border-radius: 50%;
  height: 5rem;
  margin-top: 0.8rem;
  position: relative;
  width: 5rem;
}

.pro-donut::after {
  background: #171a20;
  border-radius: 50%;
  content: "";
  inset: 1.15rem;
  position: absolute;
}

.pro-donut--asset {
  background: conic-gradient(var(--pro-blue) 0 99%, #303640 99% 100%);
}

.pro-donut--geo {
  background: conic-gradient(var(--pro-blue) 0 83%, var(--pro-cyan) 83% 91%, #0f5fc4 91% 96%, var(--pro-amber) 96% 100%);
}

.pro-dot {
  border-radius: 50%;
  height: 0.45rem;
  width: 0.45rem;
}

.pro-dot--teal {
  background: var(--pro-blue);
}

.pro-dot--slate {
  background: #526071;
}

.pro-dot--blue {
  background: var(--pro-blue);
}

.pro-dot--cyan {
  background: var(--pro-cyan);
}

.pro-dot--amber {
  background: var(--pro-amber);
}

.pro-section {
  padding: clamp(4.2rem, 8vw, 7.6rem) 0;
}

.pro-split,
.pro-showcase__grid,
.pro-pricing__grid,
.pro-final__inner {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.pro-section-copy {
  max-width: 760px;
}

.pro-section-copy--center {
  margin-inline: auto;
  text-align: center;
}

.pro-section-copy h2,
.pro-analysis-stack h2,
.pro-final h2 {
  font-size: clamp(1.7rem, 3.25vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 0.9rem 0 0;
}

.pro-section-copy p {
  margin-top: 1rem;
}

.pro-benefits-grid,
.pro-feature-grid {
  display: grid;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}

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

.pro-benefit,
.pro-feature,
.pro-faq {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border: 1px solid var(--pro-line);
  border-radius: 0.5rem;
  padding: clamp(1.2rem, 2.5vw, 1.7rem);
}

.pro-benefit span,
.pro-feature span {
  color: var(--pro-blue);
  font-weight: 850;
}

.pro-benefit h3,
.pro-feature h3 {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  letter-spacing: -0.035em;
  line-height: 1.18;
  margin: 1.2rem 0 0.75rem;
}

.pro-showcase {
  background: transparent;
}

.pro-showcase__grid {
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
}

.pro-showcase--reverse .pro-showcase__grid {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
}

.pro-showcase--reverse .pro-showcase__image {
  justify-self: end;
}

.pro-showcase__image {
  border: 1px solid var(--pro-line);
  border-radius: 0.55rem;
  box-shadow: var(--pro-shadow);
  display: block;
  max-width: 360px;
  overflow: hidden;
  width: min(100%, 360px);
}

.pro-analysis-stack {
  max-width: 720px;
}

.pro-analysis-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
}

.pro-analysis-list article {
  border-top: 1px solid var(--pro-line);
  padding-top: 1rem;
}

.pro-analysis-list strong {
  color: #ffffff;
  display: block;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

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

.pro-roadmap {
  background: transparent;
  border-block: 0;
}

.pro-roadmap-list {
  display: grid;
  gap: 0.8rem;
}

.pro-roadmap-list li {
  border-top: 1px solid var(--pro-line);
  color: var(--pro-muted-strong);
  font-weight: 700;
  padding-top: 0.8rem;
}

.pro-compare {
  border: 1px solid var(--pro-line);
  border-radius: 0.6rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  overflow: hidden;
}

.pro-compare [role="row"] {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 1fr;
}

.pro-compare [role="row"] + [role="row"] {
  border-top: 1px solid var(--pro-line);
}

.pro-compare span {
  color: var(--pro-muted-strong);
  font-weight: 700;
  line-height: 1.45;
  padding: 1rem;
}

.pro-compare span + span {
  border-left: 1px solid var(--pro-line);
}

.pro-compare__head {
  background: rgba(255, 255, 255, 0.06);
}

.pro-compare__head span {
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pro-pricing {
  background: transparent;
}

.pro-plan-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--pro-line-strong);
  border-radius: 0.6rem;
  box-shadow: var(--pro-shadow);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.pro-plan-panel fieldset {
  border: 0;
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1rem;
  padding: 0;
}

.pro-plan-panel legend {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 850;
  margin-bottom: 0.8rem;
}

.pro-plan-option {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--pro-line);
  border-radius: 0.5rem;
  cursor: pointer;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: auto 1fr;
  padding: 1rem;
  transition: border-color 180ms ease, background 180ms ease;
}

.pro-plan-option.is-selected {
  background: rgba(var(--pro-blue-rgb), 0.1);
  border-color: rgba(var(--pro-blue-rgb), 0.5);
}

.pro-plan-option input {
  accent-color: var(--pro-blue);
  height: 1.1rem;
  width: 1.1rem;
}

.pro-plan-option strong,
.pro-plan-option small {
  display: block;
}

.pro-plan-option strong {
  color: #ffffff;
}

.pro-plan-option small,
.pro-legal-note {
  color: var(--pro-muted);
}

.pro-checkout-status {
  font-size: 0.9rem !important;
  margin-top: 0.9rem;
  min-height: 1.4rem;
}

.pro-checkout-status.is-error {
  color: #ffb4a8;
  font-weight: 750;
}

.pro-checkout-status.is-loading,
.pro-checkout-status.is-success {
  color: var(--pro-blue);
  font-weight: 750;
}

.pro-legal-note {
  border-top: 1px solid var(--pro-line);
  font-size: 0.82rem !important;
  line-height: 1.5 !important;
  margin-top: 1rem;
  padding-top: 1rem;
}

.pro-trust {
  background: transparent;
  border-block: 0;
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.pro-trust__copy {
  display: grid;
  gap: 1rem;
  margin: 1.4rem auto 0;
  max-width: 760px;
  text-align: center;
}

.pro-faq-list {
  display: grid;
  gap: 0.9rem;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  max-width: 900px;
}

.pro-faq summary {
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 850;
}

.pro-faq p {
  margin-top: 0.85rem;
}

.pro-final {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.pro-final__inner {
  background:
    linear-gradient(180deg, rgba(var(--pro-premium-blue-rgb), 0.24) 0%, rgba(var(--pro-premium-blue-rgb), 0.08) 100%),
    #12161d;
  border: 1px solid var(--pro-line-strong);
  border-radius: 0.65rem;
  gap: 1.35rem;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  max-width: min(calc(100vw - clamp(2.3rem, 8vw, 4rem)), calc(var(--pro-width) - clamp(2.3rem, 8vw, 4rem)));
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  width: 100%;
}

.pro-final p {
  margin-top: 0.8rem;
  margin-inline: auto;
  max-width: 720px;
}

.pro-footer {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 2rem;
}

.pro-footer__grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  grid-template-columns: minmax(240px, 1.6fr) repeat(4, minmax(130px, 0.72fr));
}

.pro-footer__about {
  display: grid;
  gap: 1.35rem;
  max-width: 330px;
}

.pro-footer__brand {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  text-decoration: none;
}

.pro-footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.6;
  margin: 0;
}

.pro-footer__column {
  display: grid;
  gap: 0.85rem;
}

.pro-footer__column h2 {
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  margin: 0 0 0.55rem;
}

.pro-footer a,
.pro-footer button {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.pro-footer a:hover,
.pro-footer a:focus-visible,
.pro-footer button:hover,
.pro-footer button:focus-visible {
  color: #ffffff;
  transform: translateX(2px);
}

.pro-footer__brand,
.pro-footer__brand:hover,
.pro-footer__brand:focus-visible {
  color: #ffffff;
  transform: none;
}

.pro-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 1.35rem;
}

.pro-footer__bottom p {
  font-size: 0.86rem;
}

.pro-footer__bottom button {
  appearance: none;
  background: transparent;
  border: 0;
  color: #dfe6f7;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0;
  white-space: nowrap;
}

.pro-sticky-cta {
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  display: none;
  left: 0.75rem;
  position: fixed;
  right: 0.75rem;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 52;
}

.pro-sticky-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 1rem));
}

.pro-page .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pro-page .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1440px) {
  .pro-page {
    --pro-width: 1280px;
  }
}

@media (max-width: 1023px) {
  .pro-nav__links {
    display: none;
  }

  .pro-showcase--reverse .pro-showcase__grid {
    grid-template-columns: 1fr;
  }

  .pro-risk-stage {
    margin-top: clamp(-4rem, -6vw, -2rem);
  }

  .pro-risk-visual {
    min-height: 560px;
  }

  .pro-hero__grid,
  .pro-split,
  .pro-showcase__grid,
  .pro-pricing__grid,
  .pro-final__inner {
    grid-template-columns: 1fr;
  }

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

  .pro-footer__about {
    grid-column: 1 / -1;
  }

  .pro-hero__visual {
    min-height: 620px;
    order: 2;
  }

  .pro-ad-frame {
    left: 0;
  }

  .pro-benefits-grid,
  .pro-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pro-final__inner .pro-button {
    justify-self: center;
  }

}

@media (max-width: 767px) {
  .pro-header {
    top: 0.55rem;
  }

  .pro-nav {
    max-width: calc(100vw - 1rem);
    min-height: 58px;
    padding: 0.42rem 0.52rem 0.42rem 0.82rem;
  }

  .pro-nav .pro-button--small {
    min-height: 46px;
  }

  .pro-login {
    display: none;
  }

  .pro-nav__actions {
    display: none;
  }

  .pro-nav-toggle {
    display: inline-flex;
  }

  .pro-mobile-menu {
    align-items: stretch;
    background: rgba(11, 13, 18, 0.97);
    border: 1px solid var(--pro-line);
    border-radius: 1.5rem;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.46);
    display: grid;
    gap: 0.35rem;
    left: 1rem;
    opacity: 0;
    padding: 0.8rem;
    pointer-events: none;
    position: fixed;
    right: 1rem;
    top: 76px;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 60;
  }

  .pro-mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .pro-mobile-menu .pro-login {
    display: inline-flex;
    justify-content: center;
    text-align: center;
  }

  .pro-mobile-menu .pro-button {
    min-height: 3.05rem;
    padding: 0.82rem 1rem;
  }

  .pro-hero {
    margin-top: calc(-58px - 0.55rem);
    min-height: auto;
    padding-top: 6.2rem;
  }

  .pro-risk-stage {
    margin-top: 0;
    padding-top: 4.6rem;
    padding-bottom: 4.5rem;
  }

  .pro-risk-visual {
    display: grid;
    gap: 1rem;
    min-height: auto;
  }

  .pro-risk-visual::before {
    inset: -5rem -3rem -3rem;
  }

  .pro-risk-device,
  .pro-risk-card {
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
  }

  .pro-risk-device {
    justify-self: center;
    width: min(100%, 300px);
  }

  .pro-risk-card {
    justify-self: center;
    width: min(100%, 310px);
  }

  .pro-hero h1 {
    font-size: clamp(2rem, 3.15vw, 3.35rem);
  }

  .pro-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pro-hero__actions .pro-button {
    width: 100%;
  }

  .pro-hero__visual {
    min-height: 540px;
  }

  .pro-ad-frame {
    max-width: 240px;
  }

  .pro-phone {
    width: min(82vw, 286px);
  }

  .pro-phone__screen {
    min-height: 455px;
  }

  .pro-metric-card {
    grid-template-columns: 1fr;
  }

  .pro-metric-card--float {
    margin-left: -1.6rem;
    width: calc(100% + 1rem);
  }

  .pro-showcase__grid {
    gap: clamp(1.8rem, 7vw, 2.6rem);
  }

  .pro-showcase__image {
    justify-self: center;
    order: 2;
  }

  .pro-showcase--reverse .pro-showcase__image {
    justify-self: center;
  }

  .pro-analysis-stack {
    order: 1;
    width: 100%;
  }

  .pro-benefits-grid,
  .pro-feature-grid {
    grid-template-columns: 1fr;
  }

  .pro-compare {
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 0.8rem;
  }

  .pro-compare__head {
    display: none !important;
  }

  .pro-compare [role="row"] {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid var(--pro-line);
    border-radius: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
  }

  .pro-compare [role="row"] + [role="row"] {
    border-top: 1px solid var(--pro-line);
  }

  .pro-compare span {
    display: grid;
    gap: 0.38rem;
    min-width: 0;
  }

  .pro-compare span::before {
    color: rgba(247, 248, 251, 0.52);
    content: "";
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .pro-compare [role="row"] span:nth-child(1) {
    background: rgba(255, 255, 255, 0.035);
    grid-column: 1 / -1;
  }

  .pro-compare [role="row"] span:nth-child(1)::before {
    content: "Funci\00f3n";
  }

  .pro-compare [role="row"] span:nth-child(2)::before {
    content: "Free";
  }

  .pro-compare [role="row"] span:nth-child(3)::before {
    content: "Pro";
  }

  .pro-compare span + span {
    border-left: 0;
    border-top: 1px solid var(--pro-line);
  }

  .pro-compare [role="row"] span:nth-child(3) {
    border-left: 1px solid var(--pro-line);
  }

  .pro-sticky-cta {
    display: block;
  }

  .pro-footer {
    padding-bottom: 6rem;
  }

  .pro-footer__grid {
    grid-template-columns: 1fr;
  }

  .pro-footer__about {
    grid-column: auto;
  }

  .pro-footer__bottom {
    align-items: start;
    flex-direction: column;
  }

  .pro-footer__bottom button {
    white-space: normal;
  }
}

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

  .pro-page .reveal {
    opacity: 1;
    transform: none;
  }
}
