/* Acronis True Image 2021 — presentation theme (Acronis.com navy / blue) */

:root {
  --bg: #00142d;
  --bg-mid: #00142d;
  --surface: #0a1a33;
  --surface-2: #0f243f;
  --text: #ffffff;
  --muted: #c5d8ea;
  --text-ui: #c5d8ea;
  --border: rgba(131, 208, 245, 0.32);
  --glass: rgba(56, 125, 192, 0.1);
  --glass-strong: rgba(56, 125, 192, 0.16);
  --ok: #9bc225;
  --ok-dark: #0a1612;
  --scrollbar-track: var(--surface);
  --scrollbar-thumb: var(--accent);
  --scrollbar-thumb-hover: var(--accent-2);
  --bmd-sq-top: #83d0f5;
  --bmd-sq-mid: #387dc0;
  --bmd-sq-bot: #173e7e;
  --bmd-sq-stroke: #83d0f5;
  --radius-squircle: 18px;
  --radius-squircle-sm: 12px;
  --radius-squircle-lg: 22px;
  --radius-squircle-xl: 26px;
  --font-ui: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --font-btn: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --font-brand: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --hero-accent-gradient: linear-gradient(
    135deg,
    var(--bmd-sq-top) 0%,
    var(--bmd-sq-mid) 55%,
    var(--bmd-sq-bot) 100%
  );
  --resolve-suite-bg: #0a1a33;
  --resolve-suite-deep: #00142d;
  --resolve-grade-orange: rgba(56, 125, 192, 0.22);
  --resolve-grade-teal: rgba(131, 208, 245, 0.14);
  --resolve-grade-violet: rgba(23, 62, 126, 0.28);
  --resolve-panel-border: rgba(131, 208, 245, 0.38);
  --glow-rgb: 56, 125, 192;
  --accent: #387dc0;
  --accent-2: #83d0f5;
  --accent-3: #173e7e;
  --aspire-violet: #387dc0;
  --aspire-teal: #83d0f5;
  --acronis-navy: #00142d;
  --acronis-accent: #387dc0;
  --acronis-glow: #83d0f5;
  --acronis-green: #9bc225;
  --panel-fill: linear-gradient(180deg, #0f243f 0%, #0a1a33 100%);
  --panel-ring: 0 0 0 1px rgba(131, 208, 245, 0.14);
}

html {
  scroll-behavior: smooth;
  background: #00142d !important;
}

body {
  color: var(--text);
  background: #00142d !important;
  font-family: var(--font-ui);
  letter-spacing: -0.01em;
}

/* Section titles: logo mark only in topnav + footer, not inline */
.section-title {
  display: block;
  font-family: var(--font-brand);
  font-weight: 500;
  letter-spacing: -0.035em;
  text-transform: none;
  text-align: center;
}

.section-title::before,
.final-offer__eyebrow::before,
.reviews-header__title::before {
  content: none;
  display: none;
}

.reviews-header__title {
  display: block;
  font-family: var(--font-brand);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.final-offer__eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-brand);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--bmd-sq-stroke);
}

/* —— Header: logo-adjacent squircle shell —— */
.header-shell {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  z-index: 100;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  border: 1.5px solid rgba(131, 208, 245, 0.4);
  border-radius: var(--radius-squircle-lg) !important;
  background: rgba(0, 18, 41, 0.92) !important;
  box-shadow:
    var(--panel-ring),
    0 12px 36px rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  /* Brand + CTA must share one row without overlap (see NEW_SHOP_GUIDE §3). */
  overflow: hidden;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--text);
  text-decoration: none;
  line-height: 0;
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 7rem);
}

.brand picture {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center center;
  filter: none !important;
  transform: none !important;
}

.brand-logo--official {
  width: auto;
  height: 28px;
  max-width: 140px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 114, 206, 0.4));
}

.brand-wordmark-sub {
  font-family: var(--font-brand);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #00a3ff;
  text-transform: uppercase;
  padding-left: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}

.brand-logo--wordmark {
  width: auto !important;
  height: 36px !important;
  max-width: 100%;
  object-position: center center;
}

.brand-wordmark {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  line-height: 1;
  transform: none;
  font-family: var(--font-brand);
}

.brand-wordmark strong {
  font-family: var(--font-brand);
  font-size: clamp(0.8rem, 3.6vw, 1.05rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-wordmark em {
  font-family: var(--font-ui);
  font-style: normal;
  font-size: clamp(0.62rem, 2.8vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--text-ui);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-actions {
  flex: 0 0 auto;
  margin-left: 0;
}

/* —— Hero —— */
.hero--presentation {
  position: relative;
  min-height: auto;
  margin-top: 8px;
  padding: clamp(3rem, 8vh, 5.5rem) 0 clamp(2.5rem, 8vh, 5rem);
}

.hero--presentation::before {
  content: none;
}

.hero--presentation .hero-inner {
  max-width: min(1120px, 100%);
}

.hero--presentation .hero-copy {
  --hero-gap-title-lead: clamp(0.5rem, 1.4vh, 0.75rem);
  --hero-gap-lead-cta: clamp(1.625rem, 4.2vh, 2.375rem);
  --hero-gap-cta-trust: clamp(0.875rem, 2.2vh, 1.25rem);
  --hero-gap-trust-visual: clamp(2.25rem, 5.5vh, 3.5rem);
  gap: 0;
  padding-top: clamp(2rem, 4.5vh, 3.5rem);
}

@media (min-width: 981px) {
  .hero--presentation .hero-copy {
    padding-top: clamp(2.75rem, 5.5vh, 4.5rem);
  }
}

.hero--presentation .hero-copy h1.hero-display {
  margin: 0 auto var(--hero-gap-title-lead, clamp(0.5rem, 1.4vh, 0.75rem));
}

.hero--presentation .hero-kicker {
  display: none;
}

.hero-display,
h1.hero-display {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto var(--hero-gap-title-lead, clamp(0.5rem, 1.4vh, 0.75rem));
  padding: 0;
  font-family: var(--font-brand);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-align: center;
  white-space: nowrap;
  text-shadow: none;
}

.hero-display__accent {
  display: inline-block;
  font-size: clamp(1.85rem, 6.5vw, 4rem);
  background: var(--hero-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  margin: 0 auto var(--hero-gap-lead-cta, clamp(1.625rem, 4.2vh, 2.375rem));
  max-width: 40rem;
  font-family: var(--font-ui);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--text-ui);
  text-wrap: balance;
}

.hero--presentation .hero-actions {
  margin-top: 0;
  margin-bottom: var(--hero-gap-cta-trust, clamp(0.875rem, 2.2vh, 1.25rem));
}

/* CTAs = logo squircle, not pills */
.hero--presentation .hero-buy-btn,
.final-offer__actions .hero-buy-btn,
.header-actions .hero-buy-btn,
.oplata-cta .hero-buy-btn,
.buy-modal-submit,
.reviews-all-btn,
.btn.reviews-all-btn {
  border-radius: var(--radius-squircle) !important;
}

.hero--presentation .hero-buy-btn,
.final-offer__actions .hero-buy-btn,
.header-actions .hero-buy-btn,
.oplata-cta .hero-buy-btn,
.buy-modal-submit {
  --bmd-cta-ink: #0a0502;
  --bmd-cta-lift: 0px;
  --bmd-cta-glow: 0.35;
  --bmd-cta-rim: 0.22;
  color: var(--bmd-cta-ink) !important;
  -webkit-text-fill-color: var(--bmd-cta-ink);
  background: var(--hero-accent-gradient) !important;
  border: 1.5px solid var(--bmd-sq-stroke) !important;
  will-change: transform, box-shadow;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease;
}

.hero--presentation .hero-buy-btn,
.final-offer__actions .hero-buy-btn {
  min-width: min(100%, 336px);
  padding: 19px 38px;
  font-family: var(--font-btn);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  box-shadow:
    0 0 0 1px rgba(56, 125, 192, var(--bmd-cta-rim)),
    0 10px 28px rgba(23, 62, 126, var(--bmd-cta-glow));
  animation: resolve-btn-pulse 6.5s ease-in-out infinite;
}

.header-actions .hero-buy-btn {
  min-width: 128px;
  padding: 14px 28px;
  font-family: var(--font-btn);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 0 0 1px rgba(56, 125, 192, var(--bmd-cta-rim)),
    0 8px 24px rgba(23, 62, 126, calc(var(--bmd-cta-glow) * 0.86));
  animation: resolve-btn-pulse 6.5s ease-in-out infinite;
}

.hero--presentation .hero-buy-btn::before,
.final-offer__actions .hero-buy-btn::before,
.header-actions .hero-buy-btn::before,
.oplata-cta .hero-buy-btn::before {
  display: none !important;
}

.hero--presentation .hero-buy-btn::after,
.final-offer__actions .hero-buy-btn::after,
.header-actions .hero-buy-btn::after,
.oplata-cta .hero-buy-btn::after,
.buy-modal-submit::after {
  display: block !important;
  inset: -130% -45%;
  background: linear-gradient(
    108deg,
    rgba(255, 255, 255, 0) 32%,
    rgba(56, 125, 192, 0.35) 46%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(23, 62, 126, 0.3) 54%,
    rgba(255, 255, 255, 0) 68%
  );
  animation: buy-btn-shimmer 6.5s ease-in-out infinite;
  transition: opacity 0.28s ease;
}

.hero--presentation .hero-buy-btn:hover,
.hero--presentation .hero-buy-btn:focus-visible,
.final-offer__actions .hero-buy-btn:hover,
.final-offer__actions .hero-buy-btn:focus-visible,
.header-actions .hero-buy-btn:hover,
.header-actions .hero-buy-btn:focus-visible,
.oplata-cta .hero-buy-btn:hover,
.oplata-cta .hero-buy-btn:focus-visible,
.buy-modal-submit:hover:not(:disabled),
.buy-modal-submit:focus-visible:not(:disabled) {
  --bmd-cta-lift: -2px;
  --bmd-cta-glow: 0.52;
  --bmd-cta-rim: 0.5;
  color: var(--bmd-cta-ink) !important;
  -webkit-text-fill-color: var(--bmd-cta-ink);
  filter: none !important;
  transform: translateY(var(--bmd-cta-lift));
  border-color: #ffc933 !important;
  box-shadow:
    0 0 0 1.5px rgba(56, 125, 192, 0.55),
    0 14px 36px rgba(23, 62, 126, 0.48),
    0 0 42px rgba(56, 125, 192, 0.22);
  animation: resolve-btn-pulse-hover 2.8s ease-in-out infinite;
}

.hero--presentation .hero-buy-btn:hover::after,
.hero--presentation .hero-buy-btn:focus-visible::after,
.final-offer__actions .hero-buy-btn:hover::after,
.final-offer__actions .hero-buy-btn:focus-visible::after,
.header-actions .hero-buy-btn:hover::after,
.header-actions .hero-buy-btn:focus-visible::after,
.oplata-cta .hero-buy-btn:hover::after,
.buy-modal-submit:hover:not(:disabled)::after {
  animation: buy-btn-shimmer 2.4s ease-in-out infinite;
}

.hero--presentation .hero-buy-btn:active,
.final-offer__actions .hero-buy-btn:active,
.header-actions .hero-buy-btn:active,
.oplata-cta .hero-buy-btn:active,
.buy-modal-submit:active:not(:disabled) {
  --bmd-cta-lift: 0px;
  --bmd-cta-glow: 0.32;
  color: var(--bmd-cta-ink) !important;
  -webkit-text-fill-color: var(--bmd-cta-ink);
  filter: none !important;
  transform: translateY(1px);
  box-shadow:
    0 0 0 1px rgba(56, 125, 192, 0.35),
    0 6px 16px rgba(23, 62, 126, 0.3);
  animation: none;
}

.oplata-cta .hero-buy-btn,
.buy-modal-submit {
  box-shadow: 0 8px 28px rgba(23, 62, 126, 0.35);
}

.buy-modal-submit {
  position: relative;
  overflow: hidden;
  animation: resolve-btn-pulse 6.5s ease-in-out infinite;
}

.buy-modal-submit::before {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .hero--presentation .hero-buy-btn,
  .final-offer__actions .hero-buy-btn,
  .header-actions .hero-buy-btn,
  .oplata-cta .hero-buy-btn,
  .buy-modal-submit {
    animation: none !important;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .hero--presentation .hero-buy-btn:hover,
  .final-offer__actions .hero-buy-btn:hover,
  .header-actions .hero-buy-btn:hover,
  .oplata-cta .hero-buy-btn:hover,
  .buy-modal-submit:hover:not(:disabled) {
    transform: none;
    animation: none !important;
  }

  .hero--presentation .hero-buy-btn::after,
  .final-offer__actions .hero-buy-btn::after,
  .header-actions .hero-buy-btn::after,
  .oplata-cta .hero-buy-btn::after,
  .buy-modal-submit::after {
    animation: none !important;
  }
}

/* Trust chips = mini squircles (logo language), never pills */
.hero--presentation .hero-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 12px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto var(--hero-gap-trust-visual, clamp(1.75rem, 4.5vh, 2.75rem));
  padding: 0;
  font-family: var(--font-ui);
  font-size: clamp(0.9375rem, 2.4vw, 1.0625rem);
  letter-spacing: -0.01em;
  color: var(--text-ui);
  border: none;
  background: none;
  box-sizing: border-box;
}

.hero--presentation .hero-trust-chip,
.final-offer__trust .hero-trust-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0.65rem 1.25rem;
  font-size: clamp(0.9375rem, 2.4vw, 1.0625rem);
  border: 1px solid rgba(131, 208, 245, 0.4);
  border-radius: 13px !important;
  background: rgba(56, 125, 192, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    var(--panel-ring);
  font-weight: 500;
  color: var(--text-ui);
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
  cursor: default;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.hero--presentation .hero-trust-chip:hover,
.final-offer__trust .hero-trust-chip:hover {
  transform: translateY(-2px);
  border-color: var(--bmd-sq-stroke);
  background: rgba(56, 125, 192, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 8px 22px rgba(var(--glow-rgb), 0.22);
  color: #e8f4fc;
}

.hero--presentation .hero-trust-chip .checkmark-icon,
.final-offer__trust .hero-trust-chip .checkmark-icon {
  width: 17px;
  height: 17px;
  color: var(--bmd-sq-mid);
  opacity: 0.92;
  flex-shrink: 0;
}

.hero--presentation .hero-trust-chip--emphasis,
.final-offer__trust .hero-trust-chip--emphasis {
  font-weight: 600;
  color: #e8f4fc;
  border-color: rgba(131, 208, 245, 0.55);
  background: rgba(56, 125, 192, 0.2);
}

.hero--presentation .hero-visual {
  width: min(100%, 1040px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: #000;
  border-radius: var(--radius-squircle-xl);
  overflow: hidden;
  aspect-ratio: 1600 / 900;
  box-shadow:
    0 0 0 1.5px rgba(56, 125, 192, 0.22),
    0 4px 24px rgba(0, 0, 0, 0.5),
    0 24px 80px rgba(0, 0, 0, 0.4);
}

.hero--presentation .hero-deferred-media {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  border-radius: var(--radius-squircle-xl) !important;
  background: #000;
  transform: translateZ(0);
}

.hero--presentation .hero-deferred-media > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero--presentation .hero-resolve-screenshot,
.hero--presentation .hero-resolve-video,
.hero--presentation .hero-deferred-poster-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  border-radius: var(--radius-squircle-xl) !important;
  border: none !important;
  box-shadow: none !important;
  filter: none;
  object-fit: cover !important;
  object-position: center center;
}

.hero--presentation .hero-deferred-video-el {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  z-index: 2;
  border: none !important;
}

.hero--presentation .hero-deferred-media.is-playing .hero-deferred-video-el {
  opacity: 1 !important;
}

@keyframes resolve-btn-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(56, 125, 192, 0.2),
      0 10px 28px rgba(23, 62, 126, 0.35);
  }
  50% {
    box-shadow:
      0 0 0 1.5px rgba(56, 125, 192, 0.45),
      0 12px 34px rgba(23, 62, 126, 0.48);
  }
}

@keyframes resolve-btn-pulse-hover {
  0%,
  100% {
    box-shadow:
      0 0 0 1.5px rgba(56, 125, 192, 0.5),
      0 14px 36px rgba(23, 62, 126, 0.46),
      0 0 36px rgba(56, 125, 192, 0.18);
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(131, 208, 245, 0.65),
      0 16px 40px rgba(23, 62, 126, 0.55),
      0 0 48px rgba(56, 125, 192, 0.28);
  }
}

@media (max-width: 640px) {
  .header {
    gap: 8px;
    padding: 8px 10px;
  }

  .brand {
    gap: 0.45rem;
    max-width: calc(100% - 5.75rem);
  }

  .brand-logo {
    width: 32px;
    height: 32px;
  }

  .brand-wordmark strong {
    font-size: 0.8125rem;
  }

  .brand-wordmark em {
    font-size: 0.625rem;
  }

  .header-actions .hero-buy-btn {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: var(--radius-squircle-sm) !important;
  }

  .hero--presentation {
    padding-top: clamp(2rem, 6vh, 3rem);
    padding-bottom: 2rem;
  }

  .hero-display,
  h1.hero-display {
    white-space: normal;
    line-height: 1.12;
  }

  .hero-display__accent {
    font-size: clamp(1.6rem, 8vw, 2.35rem);
  }

  .hero--presentation .hero-buy-btn {
    width: 100%;
    max-width: 300px;
  }

  .hero--presentation .hero-trust-bar {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: min(100%, 18.5rem);
    margin-inline: auto;
    gap: 6px;
  }

  .hero--presentation .hero-trust-chip {
    display: flex;
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

/* —— Highlights: dark navy theme with compact balanced block sizes —— */
.highlights-grid {
  gap: 1.25rem;
}

.highlight-card {
  border-radius: 20px !important;
  border: 1.5px solid rgba(131, 208, 245, 0.38) !important;
  background: var(--panel-fill) !important;
  overflow: hidden;
  box-shadow:
    var(--panel-ring),
    0 16px 40px rgba(0, 0, 0, 0.4) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.highlight-card:nth-child(1) {
  border-color: rgba(56, 125, 192, 0.55) !important;
}

.highlight-card:nth-child(2) {
  border-color: rgba(56, 125, 192, 0.55) !important;
}

.highlight-card:hover {
  transform: translateY(-3px);
  border-color: var(--bmd-sq-stroke) !important;
  box-shadow:
    0 0 0 1px rgba(131, 208, 245, 0.28),
    0 20px 48px rgba(0, 0, 0, 0.5) !important;
}

.highlight-visual {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: transparent !important;
  border-bottom: 1.5px solid var(--resolve-panel-border) !important;
  min-height: 165px !important;
  padding: 1.25rem 1rem !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-visual--license {
  background: transparent !important;
  border-bottom: 1.5px solid var(--resolve-panel-border) !important;
}

.highlight-image {
  width: auto;
  max-width: min(100%, 160px);
  max-height: 180px;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.55));
}

.highlight-platforms {
  display: flex;
  gap: 2.25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.highlight-platform {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text) !important;
  letter-spacing: 0.02em;
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
}

.highlight-platform .platform-icon {
  box-sizing: border-box;
  width: min(160px, 18vw) !important;
  height: min(180px, 20vw) !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.2));
}

.highlight-platform .platform-icon--mac {
  width: min(160px, 18vw) !important;
  height: min(180px, 20vw) !important;
  max-width: 100%;
  padding: 4px;
  filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.15));
  color: #ffffff !important;
  fill: #ffffff !important;
}

.highlight-body {
  padding: 1.25rem 1.25rem 1.5rem !important;
  background: transparent !important;
  text-align: center;
}

.highlight-title {
  font-family: var(--font-brand);
  font-size: 1.15rem !important;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #ffffff !important;
  margin: 0 0 0.35rem 0 !important;
  text-align: center;
}

.highlight-desc {
  font-family: var(--font-ui);
  font-size: 0.875rem !important;
  line-height: 1.45 !important;
  letter-spacing: -0.01em;
  color: var(--text-ui) !important;
  margin: 0 !important;
  text-align: center;
}

/* —— Reviews / FAQ / Final offer —— */
.reviews-section__inner,
.review-card,
.faq-item,
.final-offer__inner,
.buy-modal,
.card,
.legal-doc {
  border-radius: var(--radius-squircle-lg) !important;
}

/* Override donor orange washes in styles.css .reviews-section__inner */
.reviews-section__inner {
  border: 1.5px solid rgba(131, 208, 245, 0.36) !important;
  background:
    radial-gradient(ellipse 90% 60% at 100% 0%, rgba(56, 125, 192, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(131, 208, 245, 0.1), transparent 50%),
    linear-gradient(155deg, var(--surface-2), var(--surface)) !important;
  box-shadow:
    var(--neo-inset),
    var(--panel-ring),
    0 16px 40px rgba(0, 0, 0, 0.35) !important;
}

.reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  grid-auto-rows: 1fr !important;
  align-items: stretch !important;
}

.reviews-grid > * {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.review-card {
  border: 1.5px solid rgba(131, 208, 245, 0.34) !important;
  background: var(--panel-fill) !important;
  box-shadow: var(--panel-ring);
  height: 100% !important;
  min-height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
}

.review-card::before {
  color: #fff !important;
}

.review-text {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.review-text p {
  flex: 1 1 auto !important;
}

.review-avatar {
  border-radius: var(--radius-squircle-sm) !important;
}

.faq-item {
  border: 1.5px solid rgba(131, 208, 245, 0.34) !important;
  background: var(--surface) !important;
  box-shadow: var(--panel-ring);
}

.faq-question {
  font-family: var(--font-brand);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.final-offer__inner {
  border: 1.5px solid rgba(131, 208, 245, 0.42) !important;
  background:
    radial-gradient(ellipse 60% 80% at 0% 50%, rgba(56, 125, 192, 0.2), transparent 55%),
    radial-gradient(ellipse 50% 70% at 100% 50%, rgba(131, 208, 245, 0.12), transparent 55%),
    var(--panel-fill) !important;
  box-shadow:
    var(--panel-ring),
    0 24px 60px rgba(0, 0, 0, 0.45);
}

.final-offer__title {
  font-family: var(--font-brand);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.final-offer__price-value {
  font-family: var(--font-brand);
  font-weight: 600;
  letter-spacing: -0.03em;
  background: var(--hero-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.final-offer__image {
  border-radius: var(--radius-squircle) !important;
  background: transparent !important;
  border: none !important;
  width: min(100%, 220px);
  max-height: 320px;
  object-fit: contain;
}

.buy-modal-product-img {
  border-radius: var(--radius-squircle) !important;
  background: transparent;
  border: 1.5px solid rgba(131, 208, 245, 0.36);
  object-fit: contain !important;
  width: 96px;
  height: auto;
  max-height: 137px;
}

.buy-modal {
  border: 1.5px solid rgba(131, 208, 245, 0.4) !important;
  background: var(--surface) !important;
  box-shadow: var(--panel-ring), 0 24px 60px rgba(0, 0, 0, 0.5);
}

.card,
.legal-doc {
  border: 1.5px solid rgba(131, 208, 245, 0.32) !important;
  background: var(--panel-fill) !important;
  box-shadow: var(--panel-ring);
}

.buy-modal-title {
  font-family: var(--font-brand);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.buy-modal-input,
.buy-modal-consent--single,
.buy-modal-close {
  border-radius: var(--radius-squircle-sm) !important;
}

.buy-modal-input:focus {
  border-color: var(--bmd-sq-stroke) !important;
  box-shadow: 0 0 0 2px rgba(56, 125, 192, 0.25) !important;
}

.buy-modal-trust-item::before {
  border-radius: var(--radius-squircle-sm) !important;
  background: var(--bmd-sq-mid) !important;
}

.reviews-all-btn {
  border: 1.5px solid rgba(131, 208, 245, 0.45) !important;
  background: rgba(56, 125, 192, 0.1) !important;
  color: var(--text) !important;
  font-family: var(--font-btn);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.reviews-all-btn:hover {
  border-color: var(--bmd-sq-stroke) !important;
  background: rgba(56, 125, 192, 0.2) !important;
}

.footer {
  border-top: 1.5px solid rgba(131, 208, 245, 0.28);
}

.footer a {
  letter-spacing: -0.01em;
}

.footer-emblem__logo {
  opacity: 0.92;
}

.footer-refund-note {
  color: var(--acronis-glow);
}

.footer-refund-note__inner {
  align-items: flex-start;
  text-align: start;
}

.footer-refund-note__text a:hover {
  color: var(--text);
}

/* Secondary / legal pages */
.legal-doc h1,
.reviews-page h1,
.info-page h1 {
  font-family: var(--font-brand);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.header-action {
  border-radius: var(--radius-squircle-sm) !important;
}
