﻿@charset "UTF-8";

/* Paket detay — ikna odaklı, görsel yerine ikon paneli */

.pd-page {
    background: #f3f6fc;
    padding-bottom: 5rem;
}

@media (min-width: 992px) {
    .pd-page {
        padding-bottom: 0;
    }
}

/* Breadcrumb */
.pd-bc {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
    border-bottom: 1px solid rgba(28, 62, 130, 0.12);
    padding: 0.85rem 0;
    font-size: 0.82rem;
}

.pd-bc__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.25rem;
}

.pd-bc__link {
    color: #516688;
    text-decoration: none;
    font-weight: 500;
}

.pd-bc__link:hover {
    color: #1e61bb;
}

.pd-bc__sep {
    color: #aab8d4;
    font-size: 0.62rem;
    margin: 0 0.15rem;
}

.pd-bc__current {
    color: #14213d;
    font-weight: 600;
}

/* Hero */
.pd-hero {
    position: relative;
    padding: 2.75rem 0 3.25rem;
    overflow: hidden;
}

.pd-hero__noise {
    position: absolute;
    inset: 0;
    opacity: 0.035;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.pd-hero__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    pointer-events: none;
}

.pd-hero__blob--a {
    width: 380px;
    height: 380px;
    top: -140px;
    left: -120px;
}

.pd-hero__blob--b {
    width: 340px;
    height: 340px;
    bottom: -160px;
    right: -100px;
}

.pd-hero--blue .pd-hero__blob--a {
    background: radial-gradient(circle, rgba(47, 120, 255, 0.35), transparent 70%);
}

.pd-hero--blue .pd-hero__blob--b {
    background: radial-gradient(circle, rgba(56, 189, 248, 0.28), transparent 70%);
}

.pd-hero--purple .pd-hero__blob--a {
    background: radial-gradient(circle, rgba(139, 92, 246, 0.34), transparent 70%);
}

.pd-hero--purple .pd-hero__blob--b {
    background: radial-gradient(circle, rgba(192, 132, 252, 0.26), transparent 70%);
}

.pd-hero--teal .pd-hero__blob--a {
    background: radial-gradient(circle, rgba(20, 184, 166, 0.35), transparent 70%);
}

.pd-hero--teal .pd-hero__blob--b {
    background: radial-gradient(circle, rgba(45, 212, 191, 0.25), transparent 70%);
}

.pd-hero--orange .pd-hero__blob--a {
    background: radial-gradient(circle, rgba(251, 146, 60, 0.38), transparent 70%);
}

.pd-hero--orange .pd-hero__blob--b {
    background: radial-gradient(circle, rgba(251, 191, 36, 0.28), transparent 70%);
}

.pd-hero__wrap {
    position: relative;
    z-index: 2;
}

.pd-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.42rem 1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 95, 180, 0.14);
    color: #224568;
}

.pd-hero__badge i {
    font-size: 0.95rem;
    opacity: 0.9;
}

.pd-hero__title {
    font-size: clamp(1.85rem, 4.5vw, 2.85rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.12;
    color: #0f2544;
    margin: 0 0 1rem;
}

.pd-hero__lead {
    font-size: 1.05rem;
    line-height: 1.72;
    color: #445978;
    max-width: 38rem;
    margin: 0 0 1.25rem;
}

.pd-hero__bullets {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.pd-hero__bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #314863;
}

.pd-hero__bull {
    flex-shrink: 0;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: rgba(47, 120, 255, 0.12);
    color: #1e61bb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    margin-top: 0.12rem;
}

.pd-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.pd-hero__fineprint {
    font-size: 0.78rem;
    color: #667da3;
    line-height: 1.55;
    max-width: 36rem;
    margin: 0;
}

.pd-hero__fineprint i {
    margin-right: 0.25rem;
    color: #3b82f6;
}

/* Buttons */
.pd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.72rem 1.35rem;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.pd-btn:hover {
    transform: translateY(-1px);
}

.pd-btn--block {
    width: 100%;
}

.pd-btn--lg {
    padding: 0.85rem 1.65rem;
    font-size: 0.92rem;
}

.pd-btn--solid.pd-btn--blue {
    background: linear-gradient(135deg, #2f78ff, #38bdf8);
    color: #fff;
    box-shadow: 0 12px 28px rgba(47, 120, 255, 0.38);
}

.pd-btn--solid.pd-btn--purple {
    background: linear-gradient(135deg, #7c3aed, #c084fc);
    color: #fff;
    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.35);
}

.pd-btn--solid.pd-btn--teal {
    background: linear-gradient(135deg, #0d9488, #34d399);
    color: #fff;
    box-shadow: 0 12px 28px rgba(13, 148, 136, 0.35);
}

.pd-btn--solid.pd-btn--orange {
    background: linear-gradient(135deg, #ea580c, #fbbf24);
    color: #fff;
    box-shadow: 0 12px 28px rgba(234, 88, 12, 0.35);
}

.pd-btn--line {
    background: #fff;
    border-color: rgba(31, 95, 180, 0.22);
    color: #1a3a63;
}

.pd-btn--ghost {
    background: transparent;
    border-color: rgba(31, 95, 180, 0.22);
    color: #1e61bb;
}

.pd-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.65);
}

/* Side card */
.pd-side {
    border-radius: 22px;
    padding: 1.35rem 1.35rem 1.25rem;
    background: #fff;
    border: 1px solid rgba(24, 52, 105, 0.12);
    box-shadow:
        0 22px 50px rgba(15, 37, 68, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.pd-side__visual {
    position: relative;
    height: 132px;
    border-radius: 16px;
    margin-bottom: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pd-side--blue .pd-side__visual {
    background: linear-gradient(138deg, #3d84ff 0%, #2568e8 50%, #1a53d6 100%);
}

.pd-side--purple .pd-side__visual {
    background: linear-gradient(138deg, #8b5cf6 0%, #6d3ccd 52%, #5b32ad 100%);
}

.pd-side--teal .pd-side__visual {
    background: linear-gradient(138deg, #14b8a6 0%, #0d9488 52%, #0a756c 100%);
}

.pd-side--orange .pd-side__visual {
    background: linear-gradient(138deg, #fb923c 0%, #ea580c 52%, #c2410c 100%);
}

.pd-side__ring {
    position: absolute;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.45;
}

.pd-side__ico {
    position: relative;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.96);
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
}

.pd-side__price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.45rem 0.65rem;
    margin-bottom: 0.35rem;
}

.pd-side__old {
    font-size: 0.88rem;
    font-weight: 600;
    color: #94a3b8;
    text-decoration: line-through;
}

.pd-side__price {
    font-size: 1.65rem;
    font-weight: 800;
    color: #143059;
    letter-spacing: -0.02em;
}

.pd-side__year {
    font-size: 0.82rem;
    font-weight: 600;
    color: #647896;
    margin-bottom: 1rem;
}

.pd-side .pd-btn {
    margin-bottom: 1rem;
}

.pd-side__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}

@media (max-width: 400px) {
    .pd-side__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.pd-side__stat {
    text-align: center;
    padding: 0.55rem 0.35rem;
    border-radius: 11px;
    background: linear-gradient(180deg, #f6f9ff 0%, #eef4ff 100%);
    border: 1px solid #dce9ff;
}

.pd-side__stat-val {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #133057;
    line-height: 1.15;
}

.pd-side__stat-lbl {
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7fa3;
    margin-top: 0.15rem;
}

.pd-side__hint {
    margin: 1rem 0 0;
    font-size: 0.76rem;
    line-height: 1.45;
    color: #6c7fa1;
}

/* Strip */
.pd-strip {
    background: #fff;
    border-bottom: 1px solid rgba(31, 95, 180, 0.1);
    padding: 1.35rem 0;
}

.pd-strip__grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .pd-strip__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

.pd-strip__item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(31, 95, 180, 0.12);
    background: linear-gradient(180deg, #fbfcfe 0%, #f5f8ff 100%);
}

.pd-strip__ico {
    flex-shrink: 0;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 120, 255, 0.12);
    color: #1e61bb;
}

.pd-strip__item strong {
    display: block;
    font-size: 0.9rem;
    color: #132744;
    margin-bottom: 0.15rem;
}

.pd-strip__item div span {
    display: block;
    font-size: 0.78rem;
    font-weight: 400;
    color: #556989;
    line-height: 1.45;
}

/* Story */
.pd-story {
    padding: 3.75rem 0;
}

.pd-story__panel {
    border-radius: 22px;
    padding: 2rem 1.5rem;
    color: #fff;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.pd-story__panel--blue {
    background: linear-gradient(155deg, #2563eb 0%, #1d4ed8 55%, #172554 100%);
}

.pd-story__panel--purple {
    background: linear-gradient(155deg, #7c3aed 0%, #5b21b6 55%, #312e81 100%);
}

.pd-story__panel--teal {
    background: linear-gradient(155deg, #0d9488 0%, #0f766e 55%, #134e4a 100%);
}

.pd-story__panel--orange {
    background: linear-gradient(155deg, #ea580c 0%, #c2410c 55%, #7c2d12 100%);
}

.pd-story__panel-ico {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 4rem;
    opacity: 0.22;
}

.pd-story__panel-kicker {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.92;
    margin: 0 0 0.6rem;
}

.pd-story__panel-text {
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0 0 1rem;
    opacity: 0.95;
}

.pd-story__checks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pd-story__checks li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.82rem;
    line-height: 1.45;
    margin-bottom: 0.38rem;
    opacity: 0.94;
}

.pd-story__checks i {
    margin-top: 0.18rem;
    font-size: 0.72rem;
}

.pd-kicker {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1e61bb;
    background: rgba(47, 120, 255, 0.1);
    border: 1px solid rgba(47, 120, 255, 0.18);
    padding: 0.32rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 0.65rem;
}

.pd-h2 {
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 800;
    color: #0f2544;
    margin: 0 0 0.85rem;
    line-height: 1.2;
}

.pd-prose {
    font-size: 0.96rem;
    line-height: 1.72;
    color: #465978;
    margin: 0 0 1.25rem;
}

.pd-story__mini {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
}

@media (min-width: 576px) {
    .pd-story__mini {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.pd-story__mini-card {
    padding: 0.85rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(31, 95, 180, 0.14);
    background: #fff;
}

.pd-story__mini-card i {
    color: #2f78ff;
    margin-bottom: 0.35rem;
}

.pd-story__mini-card strong {
    display: block;
    font-size: 0.88rem;
    color: #132744;
    margin-bottom: 0.2rem;
}

.pd-story__mini-card span {
    font-size: 0.78rem;
    color: #617699;
    line-height: 1.45;
}

.pd-story__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

/* Section heads */
.pd-head {
    text-align: center;
    margin-bottom: 2.25rem;
}

.pd-head--dark .pd-head__title {
    color: #fff;
}

.pd-head__tag {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.32rem 0.95rem;
    border-radius: 999px;
    margin-bottom: 0.65rem;
    color: #1e61bb;
    background: rgba(47, 120, 255, 0.1);
    border: 1px solid rgba(47, 120, 255, 0.18);
}

.pd-head__tag--dark {
    color: #dbeafe;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}

.pd-head__title {
    font-size: clamp(1.45rem, 3.2vw, 2.15rem);
    font-weight: 800;
    color: #0f2544;
    margin: 0 0 0.45rem;
}

.pd-head__lead {
    margin: 0 auto;
    max-width: 36rem;
    font-size: 0.92rem;
    color: #5a6d8f;
    line-height: 1.65;
}

/* Subjects accordion */
.pd-subjects {
    padding: 3.5rem 0;
    background: linear-gradient(180deg, #eef3fb 0%, #f7f9fc 100%);
}

.pd-acc {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.pd-acc-item {
    background: #fff;
    border: 1px solid rgba(31, 95, 180, 0.14);
    border-radius: 14px;
    overflow: hidden;
}

.pd-acc-item.is-open {
    border-color: rgba(47, 120, 255, 0.45);
    box-shadow: 0 12px 30px rgba(18, 42, 92, 0.08);
}

.pd-acc-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.92rem;
    font-weight: 600;
    color: #1a3358;
    text-align: left;
}

.pd-acc-trigger:hover {
    background: #f8fbff;
}

.pd-acc-trigger span i {
    margin-right: 0.45rem;
    color: #3b82f6;
}

.pd-acc-chevron {
    font-size: 0.72rem;
    color: #8b9dc5;
    transition: transform 0.25s ease;
}

.pd-acc-item.is-open .pd-acc-chevron {
    transform: rotate(180deg);
    color: #2563eb;
}

.pd-acc-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.pd-acc-topics {
    list-style: none;
    margin: 0;
    padding: 0 1.15rem 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.45rem 0.75rem;
}

.pd-acc-topics li {
    font-size: 0.84rem;
    color: #4d668d;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.pd-acc-topics li i {
    color: #22c55e;
    font-size: 0.68rem;
}

.pd-acc-answer {
    margin: 0;
    padding: 0 1.15rem 1rem;
    font-size: 0.88rem;
    line-height: 1.68;
    color: #516688;
}

.pd-acc--faq {
    max-width: 780px;
    margin: 0 auto;
}

/* Modules */
.pd-modules {
    padding: 3.75rem 0;
    background: radial-gradient(ellipse 120% 80% at 50% 0%, #1e3a5f 0%, #152a45 42%, #0f2544 100%);
    color: #fff;
}

.pd-modules__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    .pd-modules__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .pd-modules__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.pd-mod {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 1.35rem 1.15rem;
}

.pd-mod__icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
    font-size: 1.05rem;
}

.pd-mod__icon--b {
    background: rgba(59, 130, 246, 0.25);
    color: #93c5fd;
}

.pd-mod__icon--p {
    background: rgba(168, 85, 247, 0.22);
    color: #e9d5ff;
}

.pd-mod__icon--t {
    background: rgba(45, 212, 191, 0.18);
    color: #99f6e4;
}

.pd-mod__icon--g {
    background: rgba(74, 222, 128, 0.18);
    color: #bbf7d0;
}

.pd-mod__icon--o {
    background: rgba(251, 191, 36, 0.2);
    color: #fde68a;
}

.pd-mod__icon--r {
    background: rgba(251, 113, 133, 0.18);
    color: #fecdd3;
}

.pd-mod__title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.45rem;
}

.pd-mod__text {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.58;
    color: rgba(226, 232, 240, 0.88);
}

/* Quotes */
.pd-quote-section {
    padding: 3.75rem 0;
    background: #fff;
}

.pd-quotes {
    display: grid;
    gap: 1rem;
}

@media (min-width: 992px) {
    .pd-quotes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.pd-quote {
    margin: 0;
    padding: 1.25rem 1.15rem;
    border-radius: 16px;
    border: 1px solid rgba(31, 95, 180, 0.12);
    background: linear-gradient(165deg, #fafcff 0%, #f3f7ff 100%);
}

.pd-quote p {
    margin: 0 0 0.85rem;
    font-size: 0.88rem;
    line-height: 1.65;
    color: #465978;
}

.pd-quote footer {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.pd-quote strong {
    font-size: 0.85rem;
    color: #143059;
}

.pd-quote footer span {
    font-size: 0.74rem;
    color: #7c8cac;
}

/* FAQ block */
.pd-faq-block {
    padding: 3.75rem 0;
    background: #f3f6fc;
}

/* Final CTA */
.pd-fin {
    position: relative;
    padding: 4rem 0 4.5rem;
    overflow: hidden;
}

.pd-fin__bg {
    position: absolute;
    inset: 0;
    opacity: 0.95;
}

.pd-fin--blue .pd-fin__bg {
    background: linear-gradient(135deg, #e8f1ff 0%, #eef4ff 40%, #f5f0ff 100%);
}

.pd-fin--purple .pd-fin__bg {
    background: linear-gradient(135deg, #f3edff 0%, #eef4ff 45%, #fdf4ff 100%);
}

.pd-fin--teal .pd-fin__bg {
    background: linear-gradient(135deg, #e6faf7 0%, #eef6ff 50%, #f2fbfa 100%);
}

.pd-fin--orange .pd-fin__bg {
    background: linear-gradient(135deg, #fff4e8 0%, #fffbeb 45%, #fef3f2 100%);
}

.pd-fin__inner {
    position: relative;
    z-index: 2;
}

.pd-fin__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.38rem 1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    color: #1e61bb;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(31, 95, 180, 0.18);
}

.pd-fin__title {
    font-size: clamp(1.55rem, 3.5vw, 2.35rem);
    font-weight: 800;
    color: #0f2544;
    margin: 0 auto 0.65rem;
    max-width: 36rem;
    line-height: 1.18;
}

.pd-fin__lead {
    font-size: 0.98rem;
    line-height: 1.68;
    color: #465978;
    margin: 0 auto 1.75rem;
    max-width: 32rem;
}

.pd-fin__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
}

.pd-fin__muted-link {
    font-size: 0.82rem;
    color: #5f739a;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: 0.35rem;
}

.pd-fin__muted-link:hover {
    color: #1e61bb;
}

/* Mobile sticky bar */
.pd-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0));
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(31, 95, 180, 0.14);
    box-shadow: 0 -12px 30px rgba(15, 37, 68, 0.08);
}

.pd-mobile-cta__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 540px;
    margin: 0 auto;
}

.pd-mobile-cta__price {
    font-size: 1.05rem;
    font-weight: 800;
    color: #143059;
}

.pd-mobile-cta__btn {
    flex-shrink: 0;
    padding: 0.62rem 1.35rem;
    border-radius: 11px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #2f78ff, #38bdf8);
}

body.pd-page.pd-mobile-accent-purple .pd-mobile-cta__btn {
    background: linear-gradient(135deg, #7c3aed, #c084fc);
}

body.pd-page.pd-mobile-accent-teal .pd-mobile-cta__btn {
    background: linear-gradient(135deg, #0d9488, #34d399);
}

body.pd-page.pd-mobile-accent-orange .pd-mobile-cta__btn {
    background: linear-gradient(135deg, #ea580c, #fbbf24);
}

@media (min-width: 992px) {
    .pd-mobile-cta {
        display: none !important;
    }
}
