:root {
  --brand-navy: #31425b;
  --brand-navy-strong: #24344d;
  --brand-text: #3d4b63;
  --brand-muted: #7f8aa2;
  --brand-border: #dfe7f1;
  --brand-surface: #ffffff;
  --brand-surface-soft: #f7f9fc;
  --brand-surface-muted: #f2f5f9;
  --brand-shadow: rgba(36, 52, 77, 0.08);
  --brand-ticino-blue: #2faed6;
  --brand-ticino-red: #eb3451;
  --brand-ticino-red-dark: #db1d47;
  --brand-success-bg: #daf4e5;
  --brand-success-text: #2c9060;
  --brand-selection: rgba(47, 174, 214, 0.12);
  --radius-shell: 1rem;
  --radius-panel: 0.8rem;
  --radius-card: 0.72rem;
  --radius-control: 0.55rem;
}

html {
  --wa-font-family-body: "Exo 2", sans-serif;
  --wa-font-family-heading: "Exo 2", sans-serif;
  --wa-color-brand-fill-loud: var(--brand-ticino-red);
  --wa-color-brand-border-loud: var(--brand-ticino-red);
  --wa-color-brand-on-loud: #ffffff;
  --wa-color-brand-fill-quiet: rgba(235, 52, 81, 0.08);
  --wa-color-brand-border-quiet: rgba(235, 52, 81, 0.2);
  background:
    radial-gradient(circle at top left, rgba(47, 174, 214, 0.08), transparent 28%),
    linear-gradient(180deg, #f6f8fb 0%, #eef3f8 100%);
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--brand-text);
  font-family: "Exo 2", sans-serif;
}

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

.page-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.75rem;
}

.app-stage {
  position: relative;
  width: min(840px, 100%);
  padding-top: 3rem;
}

.stage-utility-bar {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.back-link,
.language-dropdown-wrap {
  pointer-events: auto;
}

.back-link {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 0.9rem;
  border: 1px solid rgba(223, 231, 241, 0.95);
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand-navy-strong);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(36, 52, 77, 0.06);
}

.back-link-icon {
  font-size: 1rem;
  line-height: 1;
}

.language-dropdown-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

.language-dropdown-wrap::after {
  content: "▾";
  position: absolute;
  top: 50%;
  right: 0.78rem;
  transform: translateY(-50%);
  color: var(--brand-navy);
  font-size: 0.78rem;
  pointer-events: none;
}

.language-select {
  appearance: none;
  min-width: 5.4rem;
  padding: 0.58rem 2rem 0.58rem 0.9rem;
  border: 1px solid rgba(223, 231, 241, 0.95);
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand-navy-strong);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(36, 52, 77, 0.06);
}

.mini-app {
  position: relative;
  isolation: isolate;
  border-radius: var(--radius-shell);
  border: 1px solid rgba(223, 231, 241, 0.95);
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 18px 50px rgba(36, 52, 77, 0.08),
    0 3px 12px rgba(36, 52, 77, 0.04);
  overflow: hidden;
}

.app-topbar,
.hero-panel,
.wizard-root {
  padding-inline: 1.5rem;
}

.app-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1.15rem;
  padding-bottom: 0.8rem;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  min-width: 0;
}

.brand-logo {
  display: block;
  height: auto;
  max-width: 100%;
  flex-shrink: 0;
}

.brand-logo-ticino {
  height: 2.32rem;
  width: auto;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  overflow: hidden;
}

.brand-logo-wrap-ticino {
  height: 2.32rem;
}

.brand-logo-wrap-nordvpn {
  width: 178px;
  height: 2.72rem;
}

.brand-logo-nordvpn {
  height: 2.62rem;
  width: auto;
  transform: translateX(-11px) scale(2.02);
  transform-origin: left center;
}

.brand-divider-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1rem;
  width: 1rem;
}

.brand-divider {
  color: var(--brand-navy-strong);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  opacity: 0.58;
}

.logout-button {
  appearance: none;
  padding: 0.58rem 0.9rem;
  border-radius: var(--radius-control);
  border: 1px solid var(--brand-border);
  color: var(--brand-navy);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  background: #ffffff;
  cursor: pointer;
}

.hero-panel {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.25rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(223, 231, 241, 0.75);
}

.hero-copy {
  display: grid;
  gap: 0.34rem;
  max-width: 34rem;
}

.hero-copy h1 {
  margin: 0;
  color: var(--brand-navy-strong);
  font-size: clamp(2.45rem, 5.2vw, 3.45rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.hero-support {
  margin: 0;
  max-width: none;
  padding-top: 0.08rem;
  color: rgba(43, 65, 100, 0.72);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.015em;
  white-space: nowrap;
  text-wrap: balance;
}

.wizard-root {
  display: grid;
  gap: 1rem;
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
}

.panel-section,
.panel-block,
.review-card,
.inline-summary {
  border-radius: var(--radius-panel);
  border: 1px solid var(--brand-border);
  background: var(--brand-surface);
  box-shadow: 0 10px 28px var(--brand-shadow);
}

.panel-section {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
}

.panel-section.is-muted {
  opacity: 0.58;
}

.section-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.section-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.section-step {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin: 0;
  border-radius: 999px;
  background: rgba(47, 174, 214, 0.12);
  color: var(--brand-ticino-blue);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
}

.section-heading h3,
.review-main h3 {
  margin: 0;
  color: var(--brand-navy-strong);
  font-size: 1.22rem;
}

.section-header p:last-child,
.panel-message,
.summary-copy p,
.review-main p,
.inline-summary span {
  margin: 0;
  color: var(--brand-muted);
}

.choice-list {
  display: grid;
  gap: 0.85rem;
}

.choice-card {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  display: grid;
  gap: 0.95rem;
  border-radius: var(--radius-card);
  border: 1px solid var(--brand-border);
  background: var(--brand-surface);
  padding: 1rem 1.05rem;
  text-align: left;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.choice-card:hover:not(.is-disabled),
.choice-card.is-selected {
  transform: translateY(-1px);
  border-color: rgba(47, 174, 214, 0.55);
  box-shadow: 0 0 0 3px var(--brand-selection);
}

.choice-card.is-disabled {
  cursor: not-allowed;
  opacity: 1;
  background: var(--brand-surface-soft);
  border-color: rgba(223, 231, 241, 0.95);
}

.plan-card-skeleton {
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.plan-card-skeleton:hover,
.plan-card-skeleton.is-selected {
  transform: none;
  border-color: var(--brand-border);
  box-shadow: none;
  background: var(--brand-surface);
}

.account-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.account-main,
.summary-copy,
.waiting-copy,
.success-copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.account-main strong,
.summary-copy strong,
.success-copy strong {
  color: var(--brand-navy-strong);
}

.account-main span,
.plan-public-id,
.plan-hint,
.summary-copy span,
.waiting-copy span,
.status-meta span,
.result-grid span,
.success-copy p {
  color: var(--brand-muted);
}

.account-indicator {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 2px solid rgba(47, 174, 214, 0.34);
  background: transparent;
}

.choice-card.is-selected .account-indicator {
  background: var(--brand-ticino-blue);
  border-color: var(--brand-ticino-blue);
  box-shadow: 0 0 0 4px rgba(47, 174, 214, 0.16);
}

.inline-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1rem;
}

.summary-copy strong {
  font-size: 1rem;
}

.plan-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.plan-main {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
}

.plan-topline {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: flex-start;
}

.plan-copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.plan-copy strong {
  color: var(--brand-ticino-red);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.plan-public-id {
  font-size: 0.95rem;
}

.plan-hint {
  font-size: 0.95rem;
  font-weight: 500;
}

.plan-side {
  display: grid;
  gap: 0.35rem;
  min-width: 10rem;
  text-align: right;
}

.plan-card-skeleton .plan-main {
  gap: 0.66rem;
}

.plan-card-skeleton .plan-copy {
  gap: 0.42rem;
}

.plan-card-skeleton .plan-side {
  align-self: stretch;
}

.skeleton-block {
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(229, 236, 244, 0.92) 0%, rgba(247, 250, 253, 1) 50%, rgba(229, 236, 244, 0.92) 100%);
  background-size: 220% 100%;
  animation: skeletonShimmer 1.4s linear infinite;
}

.skeleton-title {
  width: min(13rem, 72%);
  height: 1.65rem;
  border-radius: 0.8rem;
}

.skeleton-public-id {
  width: 8rem;
  height: 0.88rem;
}

.skeleton-hint {
  width: 6.5rem;
  height: 0.88rem;
}

.skeleton-addon-label,
.skeleton-addon-price,
.skeleton-addon-period {
  justify-self: end;
}

.skeleton-addon-label {
  width: 4.25rem;
  height: 0.82rem;
}

.skeleton-addon-price {
  width: 5.75rem;
  height: 1.8rem;
  border-radius: 0.72rem;
}

.skeleton-addon-period {
  width: 2.6rem;
  height: 0.82rem;
}

.addon-chooser {
  grid-column: 1 / -1;
  border-radius: var(--radius-card);
  border: 1px solid var(--brand-border);
  background: #ffffff;
  overflow: hidden;
}

.addon-chooser-header {
  display: grid;
  gap: 0.22rem;
  padding: 0.95rem 1rem 0.85rem;
  border-bottom: 1px solid var(--brand-border);
}

.addon-chooser-title {
  color: var(--brand-navy-strong);
  font-size: 1rem;
  font-weight: 700;
}

.addon-chooser-group {
  color: var(--brand-ticino-blue);
  font-size: 0.92rem;
  font-weight: 600;
}

.addon-option-list {
  display: grid;
}

.addon-option-row {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr) max-content;
  gap: 0.85rem;
  align-items: center;
  padding: 0.95rem 1rem;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.addon-option-row + .addon-option-row {
  border-top: 1px solid var(--brand-border);
}

.addon-option-row input {
  margin: 0;
  accent-color: var(--brand-ticino-blue);
}

.addon-option-row.is-selected {
  background: rgba(47, 174, 214, 0.05);
}

.addon-option-copy {
  min-width: 0;
  width: 100%;
  justify-self: start;
}

.addon-option-copy strong {
  color: var(--brand-navy-strong);
  font-size: 0.98rem;
  font-weight: 600;
}

.addon-option-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  flex-wrap: nowrap;
  text-align: right;
  justify-self: end;
  margin-left: auto;
  min-width: max-content;
}

.addon-discount-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  border-radius: 0.28rem;
  background: #ffe0a1;
  color: #8a5e04;
  font-size: 0.8rem;
  font-weight: 600;
}

.addon-option-price {
  color: var(--brand-navy-strong);
  font-size: 1rem;
  font-weight: 800;
}

.addon-option-period {
  color: var(--brand-ticino-blue);
  font-size: 0.9rem;
  font-weight: 600;
}

.addon-label {
  color: var(--brand-muted);
  font-size: 0.84rem;
  font-weight: 600;
}

.addon-price {
  color: var(--brand-navy-strong);
  font-size: 1.3rem;
  font-weight: 800;
}

.addon-subline {
  color: var(--brand-ticino-blue);
  font-size: 0.92rem;
  font-weight: 600;
}

.panel-block,
.review-card {
  padding: 1.15rem;
}

.initial-block {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 1rem;
  padding: 2.2rem 1.5rem;
}

.initial-prompt {
  margin: 0;
  max-width: 28rem;
  color: var(--brand-text);
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 500;
}

.initial-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

#login-cta::part(base) {
  min-width: 19rem;
  border-radius: 0.45rem;
  background: var(--brand-ticino-blue);
  border-color: var(--brand-ticino-blue);
  font-weight: 700;
}

#login-cta::part(base):hover,
#login-cta::part(base):focus-visible {
  background: #239fc6;
  border-color: #239fc6;
}

.review-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(15rem, 18rem);
  align-items: start;
  gap: 1.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 249, 252, 1));
}

.review-main {
  display: grid;
  gap: 0.2rem;
}

.review-plan-name {
  color: var(--brand-navy-strong);
  font-size: 1rem;
  font-weight: 700;
}

.review-price {
  display: grid;
  gap: 0.15rem;
  text-align: right;
}

.review-price strong {
  color: var(--brand-navy-strong);
  font-size: 1.7rem;
  font-weight: 800;
}

.review-price span {
  color: var(--brand-ticino-blue);
  font-weight: 600;
}

.review-period {
  color: var(--brand-ticino-blue);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.15;
}

.review-actions {
  display: grid;
  gap: 0.7rem;
  justify-items: stretch;
  align-self: center;
}

.review-assurance {
  margin: 0;
  color: var(--brand-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.review-assurance a {
  color: var(--brand-ticino-blue);
  text-decoration: none;
  font-weight: 600;
}

.review-card wa-button::part(base) {
  min-width: 9rem;
  border-radius: 0.45rem;
  font-weight: 700;
}

.loading-row,
.status-meta,
.result-grid {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.status-spinner {
  display: flex;
  justify-content: center;
}

.waiting-block,
.success-block {
  display: grid;
  gap: 1rem;
  justify-items: start;
}

.waiting-block wa-progress-bar,
.panel-message {
  width: 100%;
}

.status-meta {
  color: var(--brand-muted);
  font-size: 0.92rem;
}

.success-block {
  justify-items: center;
  text-align: center;
}

.success-animation {
  width: 4.8rem;
  height: 4.8rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--brand-success-bg);
  box-shadow: 0 0 0 0 rgba(44, 144, 96, 0.22);
  animation: successPulse 1.8s ease-out infinite;
}

.success-check {
  color: var(--brand-success-text);
  font-size: 2rem;
  font-weight: 800;
}

.success-copy {
  justify-items: center;
  text-align: center;
  max-width: 30rem;
}

.success-copy strong {
  font-size: 1.5rem;
}

.success-copy p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
}

.result-grid {
  width: 100%;
  max-width: 30rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.result-grid div {
  display: grid;
  gap: 0.2rem;
}

.result-grid strong {
  color: var(--brand-navy);
  font-size: 0.86rem;
}

@keyframes successPulse {
  0% {
    transform: scale(0.96);
    box-shadow: 0 0 0 0 rgba(44, 144, 96, 0.22);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 18px rgba(44, 144, 96, 0);
  }

  100% {
    transform: scale(0.98);
    box-shadow: 0 0 0 0 rgba(44, 144, 96, 0);
  }
}

@keyframes skeletonShimmer {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -20% 0;
  }
}

@keyframes mobileRiseIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .page-shell {
    padding: 0.5rem;
    align-items: start;
  }

  .app-stage {
    width: 100%;
    padding-top: 0;
  }

  .stage-utility-bar {
    position: static;
    inset: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.55rem;
  }

  .back-link,
  .language-dropdown-wrap {
    position: static;
  }

  .back-link {
    flex: 0 0 auto;
    padding: 0.6rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(36, 52, 77, 0.08);
  }

  .language-dropdown-wrap {
    margin-left: auto;
  }

  .language-select {
    min-width: 4.75rem;
    padding: 0.6rem 1.9rem 0.6rem 0.85rem;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
  }

  .mini-app {
    border-radius: 1.4rem;
    border-color: rgba(214, 225, 241, 0.92);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 253, 0.98) 100%);
    box-shadow:
      0 20px 40px rgba(36, 52, 77, 0.08),
      0 6px 16px rgba(36, 52, 77, 0.05);
  }

  .mini-app::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 11rem;
    background:
      radial-gradient(circle at top right, rgba(47, 174, 214, 0.15), transparent 42%),
      linear-gradient(180deg, rgba(239, 245, 252, 0.95), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: -1;
  }

  .app-topbar,
  .hero-panel,
  .wizard-root {
    padding-inline: 0.78rem;
  }

  .app-topbar {
    gap: 0.85rem;
    padding-top: 0.92rem;
    padding-bottom: 0.42rem;
  }

  .brand-logo-ticino {
    height: 1.72rem;
  }

  .brand-lockup {
    width: auto;
    justify-content: flex-start;
    align-items: center;
    gap: 0.18rem;
  }

  .brand-logo-wrap-ticino {
    height: 1.72rem;
  }

  .brand-logo-wrap-nordvpn {
    width: 106px;
    height: 1.84rem;
  }

  .brand-logo-nordvpn {
    height: 1.8rem;
    transform: translateX(-6px) scale(1.58);
  }

  .brand-divider-slot {
    flex-basis: 0.78rem;
    width: 0.78rem;
  }

  .brand-divider {
    font-size: 0.68rem;
    opacity: 0.56;
  }

  .logout-button {
    padding: 0.56rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
  }

  .hero-panel {
    position: relative;
    gap: 0.5rem;
    padding-top: 0;
    padding-bottom: 0.82rem;
    border-bottom: 0;
  }

  .hero-panel::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 0.2rem;
    background: linear-gradient(90deg, rgba(47, 174, 214, 0.28), rgba(223, 231, 241, 0.22) 60%, rgba(223, 231, 241, 0));
  }

  .hero-copy {
    gap: 0.26rem;
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(2.18rem, 12vw, 3rem);
    line-height: 0.88;
    letter-spacing: -0.06em;
    max-width: none;
    text-wrap: balance;
  }

  .hero-support {
    max-width: none;
    padding-top: 0.04rem;
    font-size: 0.84rem;
    line-height: 1.18;
    white-space: nowrap;
  }

  .account-card,
  .plan-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .wizard-root {
    gap: 0.72rem;
    padding-top: 0.2rem;
    padding-bottom: 0.78rem;
  }

  .panel-section,
  .panel-block,
  .review-card,
  .inline-summary {
    border-radius: 1.15rem;
    border: 1px solid rgba(217, 227, 240, 0.92);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.98));
    box-shadow: 0 12px 26px rgba(36, 52, 77, 0.06);
    animation: mobileRiseIn 0.24s ease both;
  }

  .panel-section,
  .panel-block,
  .review-card {
    padding: 0.88rem;
  }

  .panel-section {
    gap: 0.9rem;
  }

  .panel-section.is-muted {
    opacity: 0.72;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .section-heading {
    gap: 0.7rem;
    align-items: center;
  }

  .section-step {
    width: 2rem;
    height: 2rem;
    background: linear-gradient(180deg, #eef8ff, #e4f2fb);
    box-shadow: inset 0 0 0 1px rgba(47, 174, 214, 0.08);
    font-size: 0.9rem;
  }

  .section-heading h3,
  .review-main h3 {
    font-size: 1.08rem;
    letter-spacing: -0.02em;
  }

  .section-header p:last-child {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .inline-summary {
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    box-shadow: none;
    background: rgba(245, 249, 253, 0.95);
  }

  .choice-list {
    gap: 0.7rem;
  }

  .choice-card {
    gap: 0.8rem;
    padding: 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgba(216, 227, 240, 0.9);
    box-shadow: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  }

  .choice-card:hover:not(.is-disabled),
  .choice-card.is-selected {
    transform: translateY(-1px);
    border-color: rgba(47, 174, 214, 0.62);
    box-shadow:
      0 0 0 1px rgba(47, 174, 214, 0.16),
      0 12px 24px rgba(47, 174, 214, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 251, 255, 0.99));
  }

  .choice-card.is-disabled {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(243, 246, 249, 0.98));
    border-color: rgba(223, 231, 241, 0.92);
  }

  .account-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .account-main {
    gap: 0.22rem;
  }

  .account-main strong {
    font-size: 1.02rem;
    line-height: 1.28;
  }

  .account-main span {
    font-size: 0.92rem;
  }

  .account-indicator {
    width: 1.1rem;
    height: 1.1rem;
    border-width: 2px;
  }

  .plan-main {
    gap: 0.5rem;
  }

  .plan-topline {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  .plan-copy {
    gap: 0.24rem;
  }

  .plan-copy strong {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
    line-height: 0.94;
  }

  .plan-public-id,
  .plan-hint {
    font-size: 0.95rem;
    line-height: 1.38;
  }

  .plan-side {
    min-width: 0;
    align-self: stretch;
    display: grid;
    justify-items: end;
    gap: 0.18rem;
    text-align: right;
    padding-left: 0.85rem;
    border-left: 1px solid rgba(223, 231, 241, 0.95);
  }

  .addon-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .addon-price {
    font-size: 1.75rem;
    line-height: 0.94;
  }

  .addon-subline {
    font-size: 0.88rem;
  }

  .choice-card.is-disabled .plan-copy strong,
  .choice-card.is-disabled .addon-price {
    color: #93a1b6;
  }

  .choice-card.has-addon-chooser {
    gap: 0.9rem;
  }

  .addon-chooser {
    border-radius: 0.95rem;
    background: rgba(247, 250, 253, 0.98);
    border-color: rgba(219, 229, 241, 0.96);
  }

  .addon-chooser-header {
    gap: 0.18rem;
    padding: 0.85rem 0.95rem 0.78rem;
  }

  .addon-chooser-title {
    font-size: 0.96rem;
  }

  .addon-chooser-group {
    font-size: 0.84rem;
  }

  .addon-option-row {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem;
    padding: 0.85rem 0.95rem;
  }

  .addon-option-meta {
    grid-column: 1 / -1;
    justify-content: flex-start;
    text-align: left;
    padding-left: 1.55rem;
    gap: 0.55rem;
    margin-left: 0;
    min-width: 0;
  }

  .addon-option-copy strong {
    font-size: 0.94rem;
  }

  .addon-option-price {
    font-size: 1.02rem;
  }

  .addon-option-period {
    font-size: 0.84rem;
  }

  .initial-block {
    gap: 0.85rem;
    padding: 1.55rem 1rem;
  }

  .initial-prompt {
    font-size: 0.98rem;
  }

  #login-cta::part(base) {
    min-width: 100%;
    min-height: 3.15rem;
    border-radius: 0.9rem;
    font-size: 1rem;
  }

  .review-card {
    grid-template-columns: 1fr;
    gap: 0.95rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(244, 249, 255, 0.98));
  }

  .review-main {
    gap: 0.28rem;
  }

  .review-main p {
    line-height: 1.4;
  }

  .review-plan-name {
    font-size: 1rem;
  }

  .review-price,
  .review-actions {
    min-width: 0;
    text-align: left;
  }

  .review-price {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(223, 231, 241, 0.78);
    gap: 0.22rem;
  }

  .review-price strong {
    font-size: 2.15rem;
    line-height: 0.92;
  }

  .review-actions {
    width: 100%;
    gap: 0.8rem;
  }

  .review-card wa-button::part(base) {
    width: 100%;
    min-width: 100%;
    min-height: 3.35rem;
    border-radius: 0.95rem;
    font-size: 1.08rem;
    letter-spacing: -0.02em;
    box-shadow: 0 14px 26px rgba(235, 52, 81, 0.24);
  }

  .review-assurance {
    font-size: 0.84rem;
    line-height: 1.55;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(223, 231, 241, 0.78);
    text-align: center;
    justify-self: center;
    max-width: 26rem;
  }

  .loading-row,
  .status-meta,
  .result-grid {
    gap: 0.65rem;
  }

  .waiting-block,
  .success-block {
    gap: 0.9rem;
    justify-items: center;
    text-align: center;
  }

  .status-spinner {
    width: 100%;
    padding-top: 0.2rem;
  }

  .waiting-copy,
  .success-copy {
    justify-items: center;
    text-align: center;
    gap: 0.3rem;
  }

  .waiting-copy strong,
  .success-copy strong {
    font-size: 1.28rem;
  }

  .waiting-copy span,
  .success-copy p {
    font-size: 0.95rem;
    line-height: 1.45;
    max-width: 18rem;
  }

  .status-meta {
    justify-content: center;
    font-size: 0.88rem;
  }

  .panel-message {
    box-shadow: none;
  }

  .success-animation {
    width: 4.4rem;
    height: 4.4rem;
  }

  .result-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    max-width: none;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(247, 250, 253, 0.98);
    border: 1px solid rgba(223, 231, 241, 0.92);
  }
}

@media (max-width: 480px) {
  .page-shell {
    padding: 0.32rem;
  }

  .stage-utility-bar {
    gap: 0.55rem;
    margin-bottom: 0.45rem;
  }

  .back-link {
    padding: 0.54rem 0.74rem;
    font-size: 0.84rem;
  }

  .language-select {
    min-width: 4.35rem;
    font-size: 0.84rem;
    padding: 0.54rem 1.8rem 0.54rem 0.78rem;
  }

  .language-dropdown-wrap::after {
    right: 0.72rem;
    font-size: 0.72rem;
  }

  .mini-app {
    border-radius: 1.25rem;
  }

  .app-topbar,
  .hero-panel,
  .wizard-root {
    padding-inline: 0.68rem;
  }

  .app-topbar {
    padding-top: 0.82rem;
    padding-bottom: 0.38rem;
  }

  .brand-logo-ticino {
    height: 1.56rem;
  }

  .brand-lockup {
    gap: 0.14rem;
  }

  .brand-logo-wrap-ticino {
    height: 1.56rem;
  }

  .brand-logo-wrap-nordvpn {
    width: 96px;
    height: 1.68rem;
  }

  .brand-logo-nordvpn {
    height: 1.64rem;
    transform: translateX(-5px) scale(1.5);
  }

  .brand-divider-slot {
    flex-basis: 0.72rem;
    width: 0.72rem;
  }

  .brand-divider {
    font-size: 0.62rem;
    opacity: 0.54;
  }

  .hero-panel {
    padding-bottom: 0.72rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.96rem, 12.3vw, 2.46rem);
    line-height: 0.88;
    letter-spacing: -0.06em;
    max-width: none;
    text-wrap: balance;
  }

  .hero-support {
    max-width: none;
    font-size: 0.76rem;
    line-height: 1.1;
    white-space: nowrap;
  }

  .wizard-root {
    gap: 0.66rem;
    padding-bottom: 0.72rem;
  }

  .panel-section,
  .panel-block,
  .review-card {
    padding: 0.78rem;
  }

  .section-heading {
    gap: 0.6rem;
  }

  .section-step {
    width: 1.82rem;
    height: 1.82rem;
    font-size: 0.8rem;
  }

  .section-heading h3,
  .review-main h3 {
    font-size: 1rem;
  }

  .choice-card {
    padding: 0.88rem;
    gap: 0.72rem;
  }

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

  .plan-side {
    justify-items: start;
    text-align: left;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(223, 231, 241, 0.86);
    padding-top: 0.7rem;
  }

  .addon-price {
    font-size: 1.62rem;
  }

  .plan-card-skeleton .skeleton-addon-label,
  .plan-card-skeleton .skeleton-addon-price,
  .plan-card-skeleton .skeleton-addon-period {
    justify-self: start;
  }

  .addon-chooser-header,
  .addon-option-row {
    padding-inline: 0.88rem;
  }

  .review-price strong {
    font-size: 1.95rem;
  }

  .review-period {
    font-size: 0.92rem;
  }

  .review-card wa-button::part(base) {
    min-height: 3.15rem;
    font-size: 1rem;
  }
}
