:root {
    --sp-ink: #171434;
    --sp-body: #625e76;
    --sp-muted: #807b92;
    --sp-line: rgba(47, 38, 98, 0.13);
    --sp-soft: #f6f7fc;
    --sp-violet: #7c3aed;
    --sp-magenta: #d60ad7;
    --sp-blue: #2563eb;
    --sp-cyan: #49d6e3;
    --sp-white: #fff;
    --sp-shadow: 0 26px 68px rgba(35, 26, 89, 0.13);
}

body.page-product-single {
    background: #fff;
}

.modern-product-page {
    overflow: clip;
    color: var(--sp-ink);
    background: #fff;
}

.sp-shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.sp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    color: var(--sp-violet);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.sp-eyebrow::before {
    width: 8px;
    height: 8px;
    border: 3px solid rgba(124, 58, 237, 0.2);
    border-radius: 50%;
    background: currentColor;
    box-sizing: content-box;
    content: "";
}

.sp-eyebrow--light {
    color: #c9fbff;
}

.sp-eyebrow--light::before {
    border-color: rgba(255, 255, 255, 0.2);
}

.sp-section-heading {
    max-width: 500px;
}

.sp-section-heading h2 {
    margin: 0;
    color: var(--sp-ink);
    font-size: clamp(2.35rem, 4.4vw, 4.5rem);
    font-weight: 760;
    letter-spacing: -0.052em;
    line-height: 1.02;
}

.sp-section-heading > p,
.sp-section-heading--horizontal > p {
    margin: 24px 0 0;
    color: var(--sp-body);
    font-size: 16px;
    line-height: 1.75;
}

.sp-section-heading--horizontal {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.62fr);
    gap: 52px;
    align-items: end;
}

.sp-section-heading--horizontal > p {
    max-width: 520px;
    margin: 0 0 7px;
    justify-self: end;
}

.sp-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition:
        transform 220ms cubic-bezier(0.22, 0.8, 0.24, 1),
        box-shadow 220ms ease,
        background-color 220ms ease,
        border-color 220ms ease,
        color 220ms ease;
}

.sp-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform 220ms ease;
}

.sp-button:hover,
.sp-button:focus-visible {
    transform: translateY(-3px);
}

.sp-button:hover svg,
.sp-button:focus-visible svg {
    transform: translateX(3px);
}

.sp-button--white {
    color: #25164e !important;
    background: #fff !important;
    box-shadow: 0 18px 38px rgba(25, 13, 72, 0.24);
}

.sp-button--white:hover,
.sp-button--white:focus-visible {
    color: #1e113f !important;
    background: #f8f6ff !important;
    box-shadow: 0 24px 45px rgba(25, 13, 72, 0.3);
}

.sp-button--glass {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.sp-button--glass:hover,
.sp-button--glass:focus-visible {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.17);
}

.sp-button--disabled {
    color: rgba(255, 255, 255, 0.72);
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(21, 16, 73, 0.18);
    cursor: not-allowed;
}

body.page-product-single main.modern-product-page > section.sp-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(780px, 92vh, 930px);
    margin: 0;
    padding: calc(var(--ich-overlay-header-height, 190px) + clamp(44px, 5vw, 76px)) 0 clamp(92px, 9vw, 126px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 22%, rgba(67, 218, 246, 0.3), transparent 28%),
        radial-gradient(circle at 10% 80%, rgba(255, 20, 211, 0.37), transparent 33%),
        linear-gradient(118deg, #d20acd 0%, #7b2fe4 44%, #245fe8 100%);
}

.sp-hero::before,
.sp-hero::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.sp-hero::before {
    right: -225px;
    bottom: -340px;
    width: 560px;
    height: 560px;
    box-shadow:
        0 0 0 64px rgba(255, 255, 255, 0.025),
        0 0 0 132px rgba(255, 255, 255, 0.018);
}

.sp-hero::after {
    top: 145px;
    left: -190px;
    width: 330px;
    height: 330px;
}

.sp-hero__grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.42;
    background-image: radial-gradient(rgba(255, 255, 255, 0.46) 1.25px, transparent 1.25px);
    background-size: 18px 18px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.18) 43%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.18) 43%, #000 100%);
    pointer-events: none;
}

.sp-hero__orbit {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    pointer-events: none;
}

.sp-hero__orbit--one {
    top: 39%;
    left: 43%;
    width: 190px;
    height: 190px;
    animation: sp-orbit-pulse 7s ease-in-out infinite;
}

.sp-hero__orbit--two {
    top: 26%;
    right: 7%;
    width: 74px;
    height: 74px;
    box-shadow: 0 0 34px rgba(99, 232, 255, 0.36);
    animation: sp-orbit-drift 8s ease-in-out infinite;
}

.sp-hero__inner {
    position: relative;
    z-index: 1;
}

.sp-breadcrumbs {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.sp-breadcrumbs a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.sp-breadcrumbs a:hover,
.sp-breadcrumbs a:focus-visible {
    color: #fff;
}

.sp-breadcrumbs span[aria-current="page"] {
    overflow: hidden;
    max-width: min(52vw, 520px);
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp-hero__layout {
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(56px, 7vw, 96px);
    align-items: center;
}

.sp-product-stage {
    position: relative;
    max-width: 590px;
    min-width: 0;
    padding-top: 44px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
        rgba(25, 17, 88, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 32px 68px rgba(36, 14, 108, 0.3);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    animation: sp-stage-enter 750ms cubic-bezier(0.18, 0.82, 0.28, 1) both;
}

.sp-product-stage::before {
    position: absolute;
    inset: 15% -10% -12% 18%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(72, 225, 244, 0.3);
    filter: blur(60px);
    content: "";
}

.sp-product-stage__bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    color: rgba(255, 255, 255, 0.74);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sp-product-stage__bar > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp-product-stage__dots {
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
}

.sp-product-stage__dots i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f068d7;
}

.sp-product-stage__dots i:nth-child(2) {
    background: #8e7bea;
}

.sp-product-stage__dots i:nth-child(3) {
    background: #5be1e2;
}

.sp-product-stage__media {
    display: grid;
    min-height: 430px;
    place-items: center;
    overflow: hidden;
    margin: 13px;
    border-radius: 21px;
    background:
        radial-gradient(circle at 82% 8%, rgba(108, 226, 246, 0.32), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 242, 255, 0.92));
}

.sp-product-stage__image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 430px;
    padding: clamp(16px, 3vw, 34px);
    object-fit: contain;
    object-position: center;
    background: transparent;
    transform: scale(1);
    transition: transform 650ms cubic-bezier(0.22, 0.8, 0.24, 1);
}

.sp-product-stage:hover .sp-product-stage__image,
.sp-product-stage:focus-within .sp-product-stage__image {
    transform: scale(1.025);
}

.sp-product-stage__placeholder {
    display: grid;
    width: 100%;
    min-height: 430px;
    place-items: center;
    color: #7040d4;
}

.sp-product-stage__placeholder svg {
    width: 104px;
    height: 104px;
    fill: none;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 2;
}

.sp-product-stage__preview {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 999px;
    color: #fff !important;
    background: rgba(30, 19, 77, 0.78);
    box-shadow: 0 16px 36px rgba(31, 18, 81, 0.28);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 220ms ease, background-color 220ms ease;
}

.sp-product-stage__preview svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform 220ms ease;
}

.sp-product-stage__preview:hover,
.sp-product-stage__preview:focus-visible {
    background: #281b69;
    transform: translateY(-3px);
}

.sp-product-stage__preview:hover svg,
.sp-product-stage__preview:focus-visible svg {
    transform: translate(2px, -2px);
}

.sp-hero__copy {
    max-width: 670px;
    animation: sp-copy-enter 700ms 120ms cubic-bezier(0.18, 0.82, 0.28, 1) both;
}

.sp-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 22px;
}

.sp-hero__badges > span,
.sp-status {
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sp-status--available {
    border-color: rgba(153, 255, 230, 0.36) !important;
    color: #cafff1 !important;
    background: rgba(12, 148, 117, 0.2) !important;
}

.sp-status--free {
    border-color: rgba(255, 233, 143, 0.42) !important;
    color: #fff2bd !important;
    background: rgba(187, 127, 10, 0.18) !important;
}

.sp-status--soon {
    border-color: rgba(255, 255, 255, 0.28) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.sp-hero__copy h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.2rem, 5.6vw, 5.35rem);
    font-weight: 790;
    letter-spacing: -0.058em;
    line-height: 0.98;
    text-wrap: balance;
}

.sp-hero__lead {
    max-width: 680px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(16px, 1.42vw, 19px);
    line-height: 1.7;
}

.sp-purchase-panel {
    display: grid;
    grid-template-columns: minmax(125px, auto) minmax(0, 1fr);
    gap: 22px 28px;
    align-items: center;
    margin-top: 30px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 23px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
        rgba(26, 15, 85, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 22px 48px rgba(35, 16, 96, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.sp-purchase-panel__price {
    display: grid;
    gap: 5px;
}

.sp-purchase-panel__price small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sp-purchase-panel__price strong {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
}

.sp-purchase-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.sp-purchase-panel__checkout {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 7px;
    margin-top: -8px;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.sp-purchase-panel__checkout svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform 200ms ease;
}

.sp-purchase-panel__checkout:hover,
.sp-purchase-panel__checkout:focus-visible {
    color: #fff !important;
}

.sp-purchase-panel__checkout:hover svg,
.sp-purchase-panel__checkout:focus-visible svg {
    transform: translateX(3px);
}

.sp-trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 20px;
    margin: 23px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.84);
    list-style: none;
    font-size: 11px;
    font-weight: 750;
}

.sp-trust-line li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.sp-trust-line svg {
    width: 17px;
    height: 17px;
    padding: 3px;
    border-radius: 50%;
    color: #1c2268;
    background: #a7fbf4;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.8;
}

.sp-hero__utility-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 21px;
}

.sp-hero__utility-links a {
    position: relative;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.sp-hero__utility-links a::after {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.48);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 220ms ease;
}

.sp-hero__utility-links a:hover,
.sp-hero__utility-links a:focus-visible {
    color: #fff !important;
}

.sp-hero__utility-links a:hover::after,
.sp-hero__utility-links a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.sp-hero--missing {
    display: grid;
    align-items: center;
}

.sp-hero__missing-inner {
    max-width: 900px;
    text-align: center;
}

.sp-hero__missing-inner h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 7vw, 6.2rem);
    letter-spacing: -0.06em;
}

.sp-hero__missing-inner p {
    max-width: 620px;
    margin: 25px auto 30px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.72;
}

body.page-product-single main.modern-product-page > section.sp-overview {
    padding: clamp(92px, 9vw, 132px) 0;
    background: #fff;
}

.sp-section-grid {
    display: grid;
    grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(58px, 9vw, 132px);
    align-items: start;
}

.sp-section-grid > .sp-section-heading {
    position: sticky;
    top: 118px;
}

.sp-overview__content {
    border-bottom: 1px solid var(--sp-line);
}

.sp-overview__statement {
    position: relative;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    min-height: 180px;
    padding: 35px 24px 35px 2px;
    border-top: 1px solid var(--sp-line);
    background: transparent;
    transition:
        transform 280ms cubic-bezier(0.22, 0.8, 0.24, 1),
        background-color 280ms ease,
        box-shadow 280ms ease;
}

.sp-overview__statement::before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, var(--sp-magenta), var(--sp-blue));
    content: "";
    opacity: 0;
    transform: scaleY(0.2);
    transition: opacity 260ms ease, transform 260ms ease;
}

.sp-overview__statement > span {
    padding-top: 5px;
    color: var(--sp-violet);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sp-overview__statement p {
    max-width: 720px;
    margin: 0;
    color: var(--sp-ink);
    font-size: clamp(1.15rem, 1.8vw, 1.5rem);
    font-weight: 540;
    letter-spacing: -0.022em;
    line-height: 1.62;
}

.sp-overview__statement:hover {
    z-index: 1;
    background: rgba(248, 247, 253, 0.82);
    box-shadow: 0 18px 42px rgba(43, 33, 98, 0.075);
    transform: translateX(7px);
}

.sp-overview__statement:hover::before {
    opacity: 1;
    transform: scaleY(1);
}

body.page-product-single main.modern-product-page > section.sp-included {
    padding: clamp(92px, 9vw, 128px) 0;
    background:
        radial-gradient(circle at 94% 5%, rgba(76, 207, 235, 0.09), transparent 25%),
        radial-gradient(circle at 3% 96%, rgba(214, 10, 215, 0.06), transparent 27%),
        linear-gradient(180deg, #f6f7fc 0%, #fafafd 100%);
}

.sp-editions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: clamp(48px, 6vw, 76px);
}

.sp-edition {
    position: relative;
    isolation: isolate;
    min-height: 260px;
    padding: 34px 120px 34px 34px;
    overflow: hidden;
    border: 1px solid var(--sp-line);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 48px rgba(38, 30, 91, 0.08);
    transition:
        transform 320ms cubic-bezier(0.22, 0.8, 0.24, 1),
        box-shadow 320ms ease,
        border-color 320ms ease;
}

.sp-edition::before {
    position: absolute;
    inset: auto -90px -115px auto;
    z-index: -1;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.08);
    content: "";
    transition: transform 450ms ease;
}

.sp-edition--full {
    color: #fff;
    border-color: transparent;
    background:
        radial-gradient(circle at 95% 5%, rgba(86, 222, 243, 0.3), transparent 32%),
        linear-gradient(128deg, #322174, #5d2fc0 55%, #2a60d5);
    box-shadow: 0 25px 58px rgba(54, 32, 143, 0.23);
}

.sp-edition--full::before {
    background: rgba(255, 255, 255, 0.08);
}

.sp-edition:hover {
    border-color: rgba(124, 58, 237, 0.28);
    box-shadow: 0 30px 64px rgba(38, 30, 91, 0.14);
    transform: translateY(-7px);
}

.sp-edition--full:hover {
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 34px 70px rgba(54, 32, 143, 0.3);
}

.sp-edition:hover::before {
    transform: scale(1.14);
}

.sp-edition__label {
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    padding: 6px 11px;
    border: 1px solid rgba(124, 58, 237, 0.17);
    border-radius: 999px;
    color: var(--sp-violet);
    background: rgba(124, 58, 237, 0.05);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sp-edition--full .sp-edition__label {
    border-color: rgba(255, 255, 255, 0.28);
    color: #c8fbff;
    background: rgba(255, 255, 255, 0.1);
}

.sp-edition p {
    max-width: 520px;
    margin: 24px 0 0;
    color: var(--sp-ink);
    font-size: clamp(1.12rem, 1.7vw, 1.42rem);
    font-weight: 600;
    letter-spacing: -0.024em;
    line-height: 1.55;
}

.sp-edition--full p {
    color: rgba(255, 255, 255, 0.93);
}

.sp-edition > svg {
    position: absolute;
    top: 35px;
    right: 34px;
    width: 62px;
    height: 62px;
    padding: 14px;
    border: 1px solid rgba(124, 58, 237, 0.15);
    border-radius: 19px;
    color: var(--sp-violet);
    background: rgba(124, 58, 237, 0.06);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform 280ms ease;
}

.sp-edition--full > svg {
    border-color: rgba(255, 255, 255, 0.24);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.sp-edition:hover > svg {
    transform: rotate(-5deg) scale(1.06);
}

.sp-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
    gap: 22px;
    margin-top: 24px;
}

.sp-feature-card {
    position: relative;
    min-height: 245px;
    padding: 31px;
    overflow: hidden;
    border: 1px solid var(--sp-line);
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(39, 31, 91, 0.07);
    transition:
        transform 320ms cubic-bezier(0.22, 0.8, 0.24, 1),
        box-shadow 320ms ease,
        border-color 320ms ease;
}

.sp-feature-card::after {
    position: absolute;
    right: -35px;
    bottom: -42px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(124, 58, 237, 0.08);
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 28px rgba(37, 99, 235, 0.025);
    transition: transform 420ms ease;
}

.sp-feature-card:hover {
    border-color: rgba(124, 58, 237, 0.25);
    box-shadow: 0 28px 62px rgba(39, 31, 91, 0.13);
    transform: translateY(-7px);
}

.sp-feature-card:hover::after {
    transform: scale(1.13);
}

.sp-feature-card__number {
    position: absolute;
    top: 29px;
    right: 28px;
    color: #9b95aa;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.sp-feature-card__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(135deg, var(--sp-magenta), var(--sp-blue));
    box-shadow: 0 15px 30px rgba(87, 43, 187, 0.22);
    transition: transform 280ms ease, box-shadow 280ms ease;
}

.sp-feature-card__icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.sp-feature-card:hover .sp-feature-card__icon {
    box-shadow: 0 18px 35px rgba(87, 43, 187, 0.29);
    transform: rotate(-5deg) scale(1.06);
}

.sp-feature-card h3 {
    margin: 25px 0 0;
    color: var(--sp-ink);
    font-size: 1.25rem;
    letter-spacing: -0.03em;
}

.sp-feature-card p {
    max-width: 520px;
    margin: 25px 0 0;
    color: var(--sp-body);
    font-size: 15px;
    line-height: 1.72;
}

.sp-feature-card h3 + p {
    margin-top: 12px;
}

body.page-product-single main.modern-product-page > section.sp-technical {
    padding: clamp(92px, 9vw, 128px) 0;
    background: #fff;
}

.sp-technical__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
    gap: clamp(58px, 9vw, 126px);
    align-items: start;
}

.sp-technical__layout > .sp-section-heading {
    position: sticky;
    top: 118px;
}

.sp-technical__panel {
    min-width: 0;
}

.sp-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 34px;
    margin: 0;
}

.sp-detail {
    min-height: 120px;
    padding: 24px 0;
    border-top: 1px solid var(--sp-line);
}

.sp-detail dt {
    margin: 0 0 10px;
    color: var(--sp-violet);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.sp-detail dd {
    margin: 0;
    color: var(--sp-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.62;
}

.sp-release-note {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 22px;
    margin-top: 20px;
    padding: 29px;
    border: 1px solid rgba(75, 57, 155, 0.13);
    border-radius: 23px;
    background:
        radial-gradient(circle at 96% 5%, rgba(74, 209, 231, 0.12), transparent 31%),
        linear-gradient(135deg, #f7f5ff, #f1f6ff);
}

.sp-release-note__icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--sp-violet), var(--sp-blue));
    box-shadow: 0 15px 30px rgba(72, 46, 167, 0.2);
}

.sp-release-note__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.sp-release-note strong {
    color: var(--sp-ink);
    font-size: 1.03rem;
}

.sp-release-note p {
    margin: 10px 0 0;
    color: var(--sp-body);
    font-size: 14px;
    line-height: 1.68;
}

.sp-release-note a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    color: var(--sp-blue) !important;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.sp-release-note a svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform 220ms ease;
}

.sp-release-note a:hover svg,
.sp-release-note a:focus-visible svg {
    transform: translate(2px, -2px);
}

body.page-product-single main.modern-product-page > section.sp-support-plans {
    padding: clamp(88px, 8vw, 116px) 0;
    background:
        radial-gradient(circle at 4% 96%, rgba(214, 10, 215, 0.055), transparent 24%),
        #f6f7fc;
}

.sp-support-plans__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: clamp(44px, 6vw, 70px);
}

.sp-support-plan {
    position: relative;
    display: flex;
    min-height: 305px;
    flex-direction: column;
    padding: 32px;
    overflow: hidden;
    border: 1px solid var(--sp-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(38, 30, 91, 0.08);
    transition:
        transform 300ms cubic-bezier(0.22, 0.8, 0.24, 1),
        box-shadow 300ms ease,
        border-color 300ms ease;
}

.sp-support-plan::after {
    position: absolute;
    right: -75px;
    bottom: -95px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(124, 58, 237, 0.09);
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 37px rgba(37, 99, 235, 0.025);
}

.sp-support-plan--offer {
    border-color: rgba(124, 58, 237, 0.26);
    background:
        radial-gradient(circle at 96% 8%, rgba(68, 216, 238, 0.12), transparent 27%),
        #fff;
}

.sp-support-plan:hover {
    border-color: rgba(124, 58, 237, 0.28);
    box-shadow: 0 30px 64px rgba(38, 30, 91, 0.14);
    transform: translateY(-7px);
}

.sp-support-plan > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sp-support-plan > div > span {
    color: var(--sp-violet);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sp-support-plan em {
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--sp-magenta), var(--sp-blue));
    font-size: 9px;
    font-style: normal;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sp-support-plan > strong {
    display: block;
    margin-top: 20px;
    color: var(--sp-ink);
    font-size: clamp(2rem, 3.8vw, 3rem);
    letter-spacing: -0.05em;
    line-height: 1;
}

.sp-support-plan > strong .amount {
    color: inherit;
}

.sp-support-plan p {
    max-width: 520px;
    margin: 22px 0 26px;
    color: var(--sp-body);
    font-size: 14px;
    line-height: 1.68;
}

.sp-support-plan > a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin-top: auto;
    padding: 11px 16px;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--sp-violet), var(--sp-blue));
    box-shadow: 0 14px 28px rgba(72, 46, 167, 0.2);
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.sp-support-plan > a svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform 220ms ease;
}

.sp-support-plan > a:hover,
.sp-support-plan > a:focus-visible {
    box-shadow: 0 18px 34px rgba(72, 46, 167, 0.28);
    transform: translateY(-2px);
}

.sp-support-plan > a:hover svg,
.sp-support-plan > a:focus-visible svg {
    transform: translateX(3px);
}

body.page-product-single main.modern-product-page > section.sp-help {
    padding: clamp(92px, 9vw, 130px) 0;
    background: #fff;
}

.sp-help__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.67fr) minmax(0, 1.33fr);
    gap: clamp(58px, 9vw, 126px);
    align-items: start;
}

.sp-help__layout > .sp-section-heading {
    position: sticky;
    top: 118px;
}

.sp-faq {
    border-bottom: 1px solid var(--sp-line);
}

.sp-faq__item {
    border-top: 1px solid var(--sp-line);
}

.sp-faq__item summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 22px;
    align-items: center;
    min-height: 96px;
    padding: 24px 4px;
    color: var(--sp-ink);
    cursor: pointer;
    list-style: none;
    font-size: clamp(1.02rem, 1.45vw, 1.24rem);
    font-weight: 700;
    letter-spacing: -0.025em;
}

.sp-faq__item summary::-webkit-details-marker {
    display: none;
}

.sp-faq__item summary i {
    position: relative;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(51, 42, 105, 0.14);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 22px rgba(39, 31, 91, 0.07);
    transition: transform 240ms ease, background-color 240ms ease, border-color 240ms ease;
}

.sp-faq__item summary i::before,
.sp-faq__item summary i::after {
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: var(--sp-violet);
    content: "";
    transition: transform 240ms ease;
}

.sp-faq__item summary i::after {
    transform: rotate(90deg);
}

.sp-faq__item[open] summary {
    color: var(--sp-violet);
}

.sp-faq__item[open] summary i {
    border-color: rgba(124, 58, 237, 0.28);
    background: rgba(124, 58, 237, 0.06);
    transform: rotate(180deg);
}

.sp-faq__item[open] summary i::after {
    transform: rotate(0);
}

.sp-faq__item > div {
    padding: 0 64px 29px 4px;
}

.sp-faq__item p {
    max-width: 720px;
    margin: 0;
    color: var(--sp-body);
    font-size: 15px;
    line-height: 1.76;
}

.sp-install-cta {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
    gap: 48px;
    align-items: center;
    margin-top: clamp(72px, 8vw, 108px);
    padding: clamp(45px, 6vw, 72px);
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 96% 8%, rgba(81, 214, 216, 0.28), transparent 32%),
        radial-gradient(circle at 12% 100%, rgba(231, 27, 212, 0.25), transparent 34%),
        linear-gradient(120deg, #20184d 0%, #34227d 54%, #234aa3 100%);
    box-shadow: 0 30px 70px rgba(35, 25, 93, 0.22);
}

.sp-install-cta::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.14;
    background-image: radial-gradient(#fff 1.5px, transparent 1.5px);
    background-size: 19px 19px;
    -webkit-mask-image: linear-gradient(120deg, transparent, #000 68%, transparent);
    mask-image: linear-gradient(120deg, transparent, #000 68%, transparent);
    content: "";
}

.sp-install-cta__glow {
    position: absolute;
    right: -120px;
    bottom: -205px;
    z-index: -1;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    box-shadow:
        0 0 0 54px rgba(255, 255, 255, 0.035),
        0 0 0 108px rgba(255, 255, 255, 0.025);
    animation: sp-orbit-drift 8s ease-in-out infinite;
}

.sp-install-cta h2 {
    max-width: 750px;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 760;
    letter-spacing: -0.052em;
    line-height: 1.04;
}

.sp-install-cta p {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.72;
}

.sp-install-cta__actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 17px;
    justify-items: start;
}

.sp-install-cta__support {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.38);
    text-underline-offset: 5px;
}

.sp-install-cta__support:hover,
.sp-install-cta__support:focus-visible {
    color: #fff !important;
}

body.page-product-single main.modern-product-page > section.sp-related {
    padding: clamp(92px, 9vw, 130px) 0;
    background:
        radial-gradient(circle at 96% 6%, rgba(65, 211, 235, 0.09), transparent 26%),
        linear-gradient(180deg, #f6f7fc 0%, #fbfbfd 100%);
}

body.page-product-single main.modern-product-page > section.sp-install-final {
    padding: clamp(92px, 9vw, 130px) 0;
    background: #fff;
}

.sp-install-final .sp-install-cta {
    margin-top: 0;
}

.sp-related__carousel {
    position: relative;
    margin-top: clamp(48px, 6vw, 74px);
}

.sp-related__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
    margin-bottom: 19px;
}

.sp-related__controls button {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(49, 40, 101, 0.15);
    border-radius: 50%;
    color: var(--sp-ink);
    background: #fff;
    box-shadow: 0 12px 27px rgba(39, 31, 91, 0.08);
    cursor: pointer;
    transition:
        transform 220ms ease,
        color 220ms ease,
        background-color 220ms ease,
        opacity 220ms ease;
}

.sp-related__controls button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.sp-related__controls button:hover:not(:disabled),
.sp-related__controls button:focus-visible:not(:disabled) {
    color: #fff;
    background: var(--sp-violet);
    transform: translateY(-2px);
}

.sp-related__controls button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.sp-related__controls > span {
    min-width: 86px;
    color: var(--sp-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-align: center;
}

.sp-related__viewport {
    overflow: hidden;
    margin: -12px -4px -44px;
    padding: 12px 4px 44px;
}

.sp-related__track {
    display: grid;
    gap: 25px;
}

.sp-related__carousel.is-static .sp-related__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-related__carousel.is-carousel .sp-related__track {
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 50px) / 3);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.sp-related__carousel.is-carousel .sp-related__track::-webkit-scrollbar {
    display: none;
}

.sp-related__carousel.is-carousel .dp-product-card {
    scroll-snap-align: start;
}

.modern-product-page .dp-product-card {
    position: relative;
    isolation: isolate;
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(49, 43, 93, 0.12);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 52px rgba(34, 28, 82, 0.1);
    transition:
        transform 320ms cubic-bezier(0.22, 0.8, 0.24, 1),
        box-shadow 320ms ease,
        border-color 320ms ease;
}

.modern-product-page .dp-product-card::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(214, 10, 215, 0.055), rgba(37, 99, 235, 0.04));
    content: "";
    opacity: 0;
    transition: opacity 320ms ease;
}

.modern-product-page .dp-product-card:hover,
.modern-product-page .dp-product-card:focus-within {
    border-color: rgba(124, 58, 237, 0.25);
    box-shadow: 0 31px 68px rgba(34, 28, 82, 0.17);
    transform: translateY(-8px);
}

.modern-product-page .dp-product-card:hover::after,
.modern-product-page .dp-product-card:focus-within::after {
    opacity: 1;
}

.modern-product-page .dp-product-card__media {
    display: block;
    margin: 14px 14px 0;
    overflow: hidden;
    border: 1px solid rgba(49, 43, 93, 0.11);
    border-radius: 20px;
    color: inherit;
    background: linear-gradient(145deg, #f5f5fa, #eaedf7);
    text-decoration: none;
}

.modern-product-page .dp-product-card__media-top {
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 13px;
    border-bottom: 1px solid rgba(49, 43, 93, 0.09);
    background: rgba(255, 255, 255, 0.62);
}

.modern-product-page .dp-product-card__dots {
    display: flex;
    gap: 6px;
}

.modern-product-page .dp-product-card__dots i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef61d1;
}

.modern-product-page .dp-product-card__dots i:nth-child(2) {
    background: #8978e8;
}

.modern-product-page .dp-product-card__dots i:nth-child(3) {
    background: #54d0d8;
}

.modern-product-page .dp-product-card__category {
    overflow: hidden;
    color: #6c667d;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.modern-product-page .dp-product-card__image {
    position: relative;
    display: grid;
    aspect-ratio: 16 / 10;
    place-items: center;
    overflow: hidden;
}

.modern-product-page .dp-product-card__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 75%, rgba(26, 21, 55, 0.07));
    content: "";
    pointer-events: none;
}

.modern-product-page .dp-product-card__img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 14px;
    object-fit: contain;
    object-position: center;
    background: transparent;
    transform: scale(1);
    transition: transform 650ms cubic-bezier(0.22, 0.8, 0.24, 1);
}

.modern-product-page .dp-product-card:hover .dp-product-card__img,
.modern-product-page .dp-product-card:focus-within .dp-product-card__img {
    transform: scale(1.02);
}

.modern-product-page .dp-product-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: var(--sp-violet);
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(37, 99, 235, 0.08));
}

.modern-product-page .dp-product-card__placeholder svg {
    width: 72px;
    height: 72px;
    fill: none;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 2;
}

.modern-product-page .dp-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 23px 25px 27px;
}

.modern-product-page .dp-product-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.modern-product-page .dp-status {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.modern-product-page .dp-status--available {
    color: #087b66;
    border-color: rgba(9, 158, 129, 0.2);
    background: rgba(20, 184, 151, 0.09);
}

.modern-product-page .dp-status--free {
    color: #7f5203;
    border-color: rgba(206, 137, 13, 0.21);
    background: rgba(234, 169, 37, 0.11);
}

.modern-product-page .dp-status--soon {
    color: #6c667d;
    border-color: rgba(49, 43, 93, 0.12);
    background: rgba(49, 43, 93, 0.05);
}

.modern-product-page .dp-product-card__number {
    color: #918b9e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.modern-product-page .dp-product-card h3 {
    min-height: 2.65em;
    margin: 18px 0 0;
    color: var(--sp-ink);
    font-size: clamp(1.14rem, 1.5vw, 1.37rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    line-height: 1.32;
}

.modern-product-page .dp-product-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: inherit !important;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.modern-product-page .dp-product-card h3 a:hover,
.modern-product-page .dp-product-card h3 a:focus-visible {
    color: var(--sp-violet) !important;
}

.modern-product-page .dp-product-card__description {
    display: -webkit-box;
    min-height: 4.95em;
    overflow: hidden;
    margin: 14px 0 0;
    color: var(--sp-body);
    font-size: 13.5px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.modern-product-page .dp-product-card__compatibility {
    display: flex;
    min-height: 40px;
    align-items: flex-start;
    gap: 8px;
    margin: 17px 0 0;
    color: #6b657b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.55;
}

.modern-product-page .dp-product-card__compatibility svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--sp-violet), var(--sp-blue));
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

.modern-product-page .dp-product-card__footer {
    display: grid;
    grid-template-columns: minmax(82px, auto) minmax(0, 1fr);
    gap: 12px;
    align-items: end;
    margin-top: auto;
    padding-top: 23px;
}

.modern-product-page .dp-product-card__price {
    display: grid;
    gap: 4px;
}

.modern-product-page .dp-product-card__price small {
    color: #958fa1;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.modern-product-page .dp-product-card__price strong {
    color: var(--sp-ink);
    font-size: 1.13rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.modern-product-page .dp-product-card__primary {
    display: inline-flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--sp-violet), var(--sp-blue));
    box-shadow: 0 14px 27px rgba(69, 49, 170, 0.2);
    font-size: 10px;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.modern-product-page .dp-product-card__primary svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform 220ms ease;
}

.modern-product-page .dp-product-card__primary:hover,
.modern-product-page .dp-product-card__primary:focus-visible {
    box-shadow: 0 18px 34px rgba(69, 49, 170, 0.29);
    transform: translateY(-2px);
}

.modern-product-page .dp-product-card__primary:hover svg,
.modern-product-page .dp-product-card__primary:focus-visible svg {
    transform: translate(2px, -2px);
}

.modern-product-page :is(a, button, summary, [tabindex]):focus-visible {
    outline: 3px solid rgba(70, 217, 232, 0.72);
    outline-offset: 4px;
}

@keyframes sp-stage-enter {
    from {
        opacity: 0;
        transform: translate3d(-28px, 24px, 0) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes sp-copy-enter {
    from {
        opacity: 0;
        transform: translate3d(28px, 22px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes sp-orbit-pulse {
    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.96);
    }
    50% {
        opacity: 0.85;
        transform: scale(1.06);
    }
}

@keyframes sp-orbit-drift {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -16px, 0);
    }
}

@media (max-width: 1120px) {
    body.page-product-single main.modern-product-page > section.sp-hero {
        padding-top: calc(var(--ich-overlay-header-height, 238px) + 48px);
    }

    .sp-hero__layout {
        grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
        gap: 48px;
    }

    .sp-purchase-panel {
        grid-template-columns: 1fr;
    }

    .sp-purchase-panel__actions {
        justify-content: flex-start;
    }

    .sp-purchase-panel__checkout {
        justify-self: start;
    }

    .sp-related__carousel.is-carousel .sp-related__track {
        grid-auto-columns: calc((100% - 25px) / 2);
    }

    .sp-related__carousel.is-static .sp-related__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    body.page-product-single main.modern-product-page > section.sp-hero {
        min-height: 0;
        padding-top: calc(var(--ich-overlay-header-height, 238px) + 40px);
    }

    .sp-hero__layout {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .sp-hero__copy {
        order: 1;
        max-width: 780px;
    }

    .sp-product-stage {
        order: 2;
        width: min(100%, 660px);
        max-width: none;
    }

    .sp-product-stage__media {
        min-height: 420px;
    }

    .sp-section-grid,
    .sp-technical__layout,
    .sp-help__layout {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .sp-section-grid > .sp-section-heading,
    .sp-technical__layout > .sp-section-heading,
    .sp-help__layout > .sp-section-heading {
        position: static;
    }

    .sp-section-heading {
        max-width: 760px;
    }

    .sp-section-heading--horizontal {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sp-section-heading--horizontal > p {
        max-width: 680px;
        margin: 0;
        justify-self: start;
    }

    .sp-install-cta {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 760px) {
    .sp-shell {
        width: min(100% - 28px, 1240px);
    }

    body.page-product-single main.modern-product-page > section.sp-hero {
        padding: calc(var(--ich-overlay-header-height, 254px) + 32px) 0 78px;
    }

    .sp-breadcrumbs {
        margin-bottom: 27px;
    }

    .sp-breadcrumbs span[aria-current="page"] {
        max-width: 62vw;
    }

    .sp-hero__copy h1 {
        font-size: clamp(2.65rem, 12vw, 4.2rem);
    }

    .sp-hero__lead {
        font-size: 16px;
        line-height: 1.65;
    }

    .sp-purchase-panel {
        padding: 18px;
    }

    .sp-purchase-panel__actions {
        display: grid;
        width: 100%;
    }

    .sp-purchase-panel__actions .sp-button {
        width: 100%;
    }

    .sp-product-stage {
        border-radius: 24px;
    }

    .sp-product-stage__media {
        min-height: 300px;
        margin: 10px;
        border-radius: 18px;
    }

    .sp-product-stage__image {
        max-height: 340px;
    }

    .sp-product-stage__preview {
        right: 21px;
        bottom: 21px;
    }

    .sp-section-heading h2 {
        font-size: clamp(2.15rem, 10vw, 3.4rem);
    }

    body.page-product-single main.modern-product-page > section.sp-overview,
    body.page-product-single main.modern-product-page > section.sp-included,
    body.page-product-single main.modern-product-page > section.sp-technical,
    body.page-product-single main.modern-product-page > section.sp-support-plans,
    body.page-product-single main.modern-product-page > section.sp-help,
    body.page-product-single main.modern-product-page > section.sp-related,
    body.page-product-single main.modern-product-page > section.sp-install-final {
        padding: 78px 0;
    }

    .sp-overview__statement {
        grid-template-columns: 43px minmax(0, 1fr);
        gap: 13px;
        min-height: 0;
        padding: 27px 13px 27px 2px;
    }

    .sp-overview__statement p {
        font-size: 1.05rem;
    }

    .sp-editions,
    .sp-support-plans__grid {
        grid-template-columns: 1fr;
    }

    .sp-edition {
        min-height: 0;
        padding: 28px 88px 30px 26px;
    }

    .sp-edition > svg {
        top: 27px;
        right: 24px;
        width: 50px;
        height: 50px;
        padding: 11px;
    }

    .sp-feature-card {
        min-height: 220px;
        padding: 27px;
    }

    .sp-detail-grid {
        grid-template-columns: 1fr;
    }

    .sp-detail {
        min-height: 0;
    }

    .sp-release-note {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .sp-faq__item summary {
        grid-template-columns: minmax(0, 1fr) 38px;
        gap: 14px;
        min-height: 84px;
        padding: 20px 2px;
    }

    .sp-faq__item summary i {
        width: 36px;
        height: 36px;
    }

    .sp-faq__item > div {
        padding: 0 47px 25px 2px;
    }

    .sp-install-cta {
        margin-top: 64px;
        padding: 36px 27px;
        border-radius: 24px;
    }

    .sp-related__controls {
        justify-content: center;
    }

    .sp-related__carousel.is-carousel .sp-related__track {
        grid-auto-columns: 100%;
    }

    .sp-related__carousel.is-static .sp-related__track {
        grid-template-columns: 1fr;
    }

    .modern-product-page .dp-product-card__body {
        padding: 21px 21px 24px;
    }

    body.page-product-single .site-footer .footer-main__grid {
        gap: 28px !important;
        padding-top: 48px;
        padding-bottom: 42px;
    }

    body.page-product-single .site-footer .footer-column {
        padding-top: 0 !important;
    }
}

@media (max-width: 520px) {
    body.page-product-single main.modern-product-page > section.sp-hero {
        padding-top: calc(var(--ich-overlay-header-height, 254px) + 28px);
    }

    .sp-breadcrumbs span[aria-current="page"] {
        display: none;
    }

    .sp-trust-line {
        display: grid;
    }

    .sp-hero__utility-links {
        gap: 10px 18px;
    }

    .sp-product-stage__media {
        min-height: 255px;
    }

    .sp-product-stage__image {
        max-height: 290px;
        padding: 12px;
    }

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

    .sp-product-stage__preview {
        width: 46px;
        height: 46px;
        justify-content: center;
        padding: 0;
    }

    .sp-edition {
        padding-right: 26px;
        padding-top: 88px;
    }

    .sp-edition > svg {
        top: 25px;
        left: 26px;
    }

    .sp-support-plan {
        padding: 27px;
    }

    .modern-product-page .dp-product-card__footer {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .modern-product-page .dp-product-card__primary {
        width: 100%;
    }
}

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