/* ======================================================================
   WEBSITEJI PRODUCT DETAIL — SADE KURUMSAL ŞABLON
   Tek tasarım; ürün verisi admin/veritabanından gelir.
   ====================================================================== */
.product-detail-body{
    --pd-primary:#075cf6;
    --pd-navy:#0b162b;
    --pd-text:#172033;
    --pd-muted:#667085;
    --pd-soft:#f6f7f9;
    --pd-line:#e1e5ea;
    --pd-line-soft:#edf0f3;
    --pd-white:#fff;
    --pd-amber:#a86f08;
    --pd-success:#168554;
    --pd-breadcrumb-h:42px;
    background:#fff;
}
.product-detail-page{overflow:clip;color:var(--pd-text)}
.product-detail-page *,
.product-detail-page *::before,
.product-detail-page *::after{box-sizing:border-box}
.product-detail-page .product-ui-icon{width:20px;height:20px}

.product-preview-bar{
    position:sticky;top:var(--header-height,78px);z-index:990;
    min-height:40px;padding:8px max(20px,calc((100vw - var(--container,1220px))/2));
    display:flex;align-items:center;gap:14px;
    background:#fff7e6;border-bottom:1px solid #ead8ad;color:#604914;font-size:11px
}
.product-preview-bar a{margin-left:auto;color:var(--pd-navy);font-weight:800}

.product-breadcrumb-wrap{height:var(--pd-breadcrumb-h);border-bottom:1px solid var(--pd-line);background:#fff}
.product-breadcrumb{height:100%;display:flex;align-items:center;gap:8px;color:#8b94a0;font-size:10px;white-space:nowrap;overflow:hidden}
.product-breadcrumb a:hover{color:var(--pd-primary)}
.product-breadcrumb strong{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#414a57;font-weight:750}

.product-hero-shell{
    --pd-pointer-x:70%;--pd-pointer-y:38%;--pd-glow-opacity:0;
    position:relative;height:calc(100svh - var(--header-height,78px) - var(--pd-breadcrumb-h));
    min-height:560px;isolation:isolate;overflow:hidden;
    background:linear-gradient(135deg,#fbfcff 0%,#f4f7fb 56%,#fff 100%)
}
.product-hero-shell::before{
    content:"";position:absolute;inset:-12%;z-index:0;pointer-events:none;opacity:var(--pd-glow-opacity);
    background:radial-gradient(circle 260px at var(--pd-pointer-x) var(--pd-pointer-y),rgba(7,92,246,.08),rgba(7,92,246,.025) 42%,transparent 72%);
    transition:opacity .2s ease
}
.product-hero-shell::after{
    content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
    background-image:
        linear-gradient(rgba(7,92,246,.115) 1px,transparent 1px),
        linear-gradient(90deg,rgba(7,92,246,.115) 1px,transparent 1px);
    background-size:52px 52px;
    opacity:.9;
    -webkit-mask-image:linear-gradient(to right,transparent 0%,#000 30%,#000 100%);
    mask-image:linear-gradient(to right,transparent 0%,#000 30%,#000 100%)
}
.product-hero{
    position:relative;z-index:2;height:100%;min-height:0;
    padding:clamp(26px,4vh,48px) 0 clamp(78px,10vh,108px);
    display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
    align-items:center;gap:clamp(34px,5vw,72px)
}
.product-hero__copy{min-width:0;max-width:620px}
.product-hero__category{
    display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#596575;
    font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase
}
.product-hero__category::before{content:"";width:26px;height:2px;background:var(--pd-primary);flex:0 0 auto}
.product-hero h1{
    max-width:680px;margin:0 0 18px;color:var(--pd-navy);
    font-size:clamp(43px,6.3vh,70px);line-height:.98;letter-spacing:-.047em;text-wrap:balance
}
.product-hero__description{max-width:580px;margin:0 0 25px;color:#596575;font-size:clamp(14px,1.7vh,17px);line-height:1.62}
.product-hero__actions{display:flex;flex-wrap:wrap;gap:9px}
.product-btn{
    min-height:46px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;
    border:1px solid transparent;border-radius:2px;font-size:12px;font-weight:800;line-height:1;cursor:pointer;
    transition:background-color .16s ease,border-color .16s ease,color .16s ease
}
.product-btn:disabled{opacity:.55;cursor:not-allowed}
.product-btn__icon{display:grid;place-items:center}.product-btn__icon svg{width:15px;height:15px}
.product-btn--primary{background:var(--pd-primary);border-color:var(--pd-primary);color:#fff}
.product-btn--primary:hover,.product-btn--primary:focus-visible{background:var(--pd-navy);border-color:var(--pd-navy);color:#fff}
.product-btn--secondary{background:#fff;border-color:#aeb7c2;color:var(--pd-navy)}
.product-btn--secondary:hover,.product-btn--secondary:focus-visible{border-color:var(--pd-navy);background:#f7f8fa;color:var(--pd-navy)}
.product-hero__points{
    margin-top:24px;padding-top:15px;display:flex;flex-wrap:wrap;gap:13px 20px;border-top:1px solid var(--pd-line)
}
.product-hero__point{display:inline-flex;align-items:center;gap:7px;color:#566170;font-size:10px;font-weight:740}
.product-hero__point i{
    width:23px;height:23px;display:grid;place-items:center;color:#293547;background:#fff;border:1px solid #d7dde4;font-style:normal
}
.product-hero__point i svg{width:14px;height:14px}
.product-hero__media{min-width:0;min-height:0;height:min(69vh,590px);display:flex;align-items:center;justify-content:center}
.product-hero__visual-frame{
    width:100%;max-width:720px;aspect-ratio:16/10;overflow:hidden;background:#eef2f6;border:1px solid #dbe1e8;
    box-shadow:0 16px 38px rgba(11,22,43,.08)
}
.product-hero__visual{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.product-hero__media-empty{max-width:480px;padding:24px;border:1px dashed #c7d0da;background:#f8fafc;text-align:center}
.product-hero__media-empty strong{display:block;margin-bottom:7px;color:var(--pd-navy)}
.product-hero__media-empty span{color:var(--pd-muted);font-size:11px}
.product-hero__separator{position:absolute;z-index:3;left:0;right:0;bottom:-1px;width:100%;height:clamp(74px,9vh,112px);pointer-events:none}
.product-hero__separator polygon{fill:#fff}

.product-highlights{position:relative;z-index:4;padding:0 0 36px;background:#fff}
.product-highlights__grid{
    display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
    border-top:1px solid var(--pd-line);border-bottom:1px solid var(--pd-line);background:#fff
}
.product-highlight{
    min-width:0;padding:22px 22px 22px 0;display:grid;grid-template-columns:31px minmax(0,1fr);gap:12px;
    border-right:1px solid var(--pd-line)
}
.product-highlight:not(:first-child){padding-left:22px}
.product-highlight:last-child{border-right:0}
.product-highlight__icon{
    width:31px;height:31px;display:grid;place-items:center;color:#293547;background:#fff;border:1px solid #d7dde4;font-style:normal
}
.product-highlight__icon svg{width:17px;height:17px}
.product-highlight h2{margin:1px 0 4px;color:var(--pd-navy);font-size:13px;line-height:1.3}
.product-highlight p{margin:0;color:var(--pd-muted);font-size:10px;line-height:1.5}

.product-section{position:relative;padding:70px 0}
.product-section__eyebrow{
    display:flex;align-items:center;gap:8px;margin-bottom:9px;color:#7a5a0c;
    font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase
}
.product-section__eyebrow::before{content:"";width:18px;height:2px;background:#b98214}
.product-section__head{margin-bottom:24px;display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.product-section__head>div:first-child{max-width:760px}
.product-section__head h2,.product-showcase h2,.product-faq-intro h2{
    margin:0 0 9px;color:var(--pd-navy);font-size:clamp(30px,3.7vw,45px);line-height:1.06;letter-spacing:-.035em
}
.product-section__head p,.product-faq-intro p{margin:0;color:var(--pd-muted);font-size:13px}

.product-showcase-section{background:#fff}
.product-showcase{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:52px;align-items:center}
.product-showcase__media{min-width:0;background:#fff;border:1px solid var(--pd-line);padding:0}
.product-showcase__media:empty{display:none}
.product-showcase__media img{
    width:100%;height:clamp(260px,28vw,360px);display:block;object-fit:cover;object-position:top center
}
.product-showcase__lead{max-width:540px;margin:0 0 18px;color:var(--pd-muted);font-size:13px}
.product-showcase__benefits{border-top:1px solid var(--pd-line)}
.product-showcase__benefit{
    padding:13px 0;display:grid;grid-template-columns:22px minmax(0,1fr);gap:11px;border-bottom:1px solid var(--pd-line-soft)
}
.product-showcase__benefit i{
    width:20px;height:20px;display:grid;place-items:center;color:var(--pd-amber);background:#fff;border:1px solid #e2d2ab;font-style:normal
}
.product-showcase__benefit i svg{width:12px;height:12px}
.product-showcase__benefit strong{display:block;margin-bottom:2px;color:var(--pd-navy);font-size:12px}
.product-showcase__benefit span{display:block;color:var(--pd-muted);font-size:11px;line-height:1.45}

.product-packages-section{padding-top:66px;padding-bottom:62px;background:var(--pd-soft)}
.product-package-controls{display:flex;align-items:center;gap:8px}
.product-package-controls button{
    width:40px;height:40px;display:grid;place-items:center;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:var(--pd-navy);
    font-size:0;cursor:pointer;box-shadow:0 8px 18px rgba(11,22,43,.06);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease
}
.product-package-controls button::before{content:"\2190";font-size:17px;font-weight:900;line-height:1}
.product-package-controls button[data-package-next]::before{content:"\2192"}
.product-package-controls button:hover{border-color:#7b8797;box-shadow:0 12px 24px rgba(11,22,43,.1);transform:translateY(-1px)}
.product-package-controls button:disabled{opacity:.45;cursor:default;box-shadow:none;transform:none}
.product-billing-switch{
    width:max-content;margin:0 auto 20px;display:flex;border:1px solid #ccd3dc;background:#fff
}
.product-billing-switch button{
    min-width:105px;height:38px;padding:0 16px;border:0;border-right:1px solid #e1e5ea;background:#fff;
    color:#69717c;font-size:10px;font-weight:850;cursor:pointer
}
.product-billing-switch button:last-child{border-right:0}
.product-billing-switch button.is-active{background:var(--pd-navy);color:#fff}
.product-packages{display:grid;grid-template-columns:repeat(var(--pd-package-count,3),minmax(300px,1fr));gap:12px}
.product-packages.is-single{grid-template-columns:minmax(300px,390px);justify-content:center}
.product-packages.is-pair{grid-template-columns:repeat(2,minmax(300px,390px));justify-content:center}
.product-packages.is-triple{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-packages.is-scroll{
    grid-auto-flow:column;grid-auto-columns:minmax(300px,355px);grid-template-columns:none;overflow-x:auto;
    overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;scrollbar-width:none;-ms-overflow-style:none;
    padding:3px 2px 8px;scroll-padding-inline:2px
}
.product-packages.is-scroll::-webkit-scrollbar{display:none}
.product-package{
    min-width:0;min-height:470px;padding:24px;display:flex;flex-direction:column;position:relative;scroll-snap-align:start;overflow:hidden;
    background:linear-gradient(180deg,#fff 0%,#fff 72%,#fbfcfe 100%);border:1px solid #d8dee6;border-radius:8px;box-shadow:0 1px 2px rgba(11,22,43,.04);transform:none;
    transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease
}
.product-package:hover{border-color:#aeb9c6;box-shadow:0 14px 34px rgba(11,22,43,.08);transform:translateY(-2px)}
.product-package.is-recommended{border-color:#8fb2f7;box-shadow:inset 0 4px 0 var(--pd-primary),0 10px 26px rgba(7,92,246,.08)}
.product-package.is-recommended:hover{border-color:#6e9cf3;box-shadow:inset 0 4px 0 var(--pd-primary),0 16px 38px rgba(7,92,246,.13)}
.product-package__badge{
    position:absolute;top:0;right:0;padding:7px 10px;background:#0b162b;color:#fff;border-bottom-left-radius:8px;
    font-size:8px;font-weight:900;letter-spacing:.05em;text-transform:uppercase
}
.product-package__head{min-height:76px;padding-right:74px}
.product-package__head h3{margin:0 0 5px;color:var(--pd-navy);font-size:18px;letter-spacing:-.02em}
.product-package__head p{margin:0;color:var(--pd-muted);font-size:10px;line-height:1.45}
.product-package__price{
    min-height:81px;margin-top:13px;padding:16px 0 13px;display:flex;flex-wrap:wrap;align-items:flex-end;gap:5px;
    border-top:1px solid var(--pd-line-soft);border-bottom:1px solid var(--pd-line-soft)
}
.product-package__price strong{min-width:0;color:var(--pd-navy);font-size:clamp(27px,3vw,35px);line-height:1;letter-spacing:-.045em}
.product-package__price small{color:#7b838e;font-size:9px}
.product-package__price strong+small:last-child{flex-basis:100%;min-height:14px}
.product-package__features{margin:17px 0 22px;padding:0;display:grid;gap:8px;list-style:none}
.product-package__features li{
    min-height:42px;padding:8px 9px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:start;
    color:#394150;background:#f8fafc;border:1px solid #eef2f7;border-radius:8px
}
.product-package__features i{
    width:27px;height:27px;display:grid;place-items:center;color:var(--pd-success);background:#eaf8f1;border:1px solid #bfe8d2;font-style:normal;border-radius:8px
}
.product-package__features i.is-included{color:var(--pd-success);background:#eaf8f1;border:1px solid #bfe8d2}
.product-package__features i.is-excluded,.product-package__features li.is-disabled i{color:#8b95a1;background:#f1f4f8;border:1px solid #dfe5ed}
.product-package__features i svg{width:15px;height:15px;stroke-width:2.3}
.product-package__features li.is-disabled{color:#9ba2ac}
.product-package__features li.is-disabled{background:#fff;border-color:#edf0f3}
.product-package__features strong{display:block;font-size:10.5px;line-height:1.35}
.product-package__features small{display:block;margin-top:2px;color:#7a828d;font-size:8.5px}
.product-package__buy-form{margin-top:auto}
.product-btn--package{width:100%;min-height:43px;margin-top:auto;border-radius:8px;background:#fff;border-color:#aab2bd;color:var(--pd-navy)}
.product-package.is-recommended .product-btn--package{background:var(--pd-primary);border-color:var(--pd-primary);color:#fff}
.product-btn--package:hover,.product-package.is-recommended .product-btn--package:hover{background:var(--pd-navy);border-color:var(--pd-navy);color:#fff}

.product-comparison-block{margin-top:15px;text-align:center}
.product-comparison-toggle{
    min-height:41px;padding:0 15px;display:inline-flex;align-items:center;gap:11px;border:1px solid #d0d6de;border-radius:0;
    background:#fff;color:var(--pd-navy);font-size:10px;font-weight:850;cursor:pointer
}
.product-comparison-toggle:hover{border-color:#8f9bab}
.product-comparison-toggle b{color:var(--pd-primary);font-size:14px}
.product-comparison-panel{margin-top:16px;text-align:left}
.product-comparison-panel[hidden]{display:none}
.product-comparison-hint{display:none;margin:0 0 8px;color:var(--pd-muted);font-size:9px}
.product-comparison-scroll{
    overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;background:#fff;border:1px solid var(--pd-line)
}
.product-comparison-scroll::-webkit-scrollbar{display:none}
.product-comparison{width:100%;min-width:760px;border-collapse:collapse}
.product-comparison th,.product-comparison td{
    padding:12px 14px;border-bottom:1px solid var(--pd-line-soft);font-size:10px;text-align:center;vertical-align:middle
}
.product-comparison thead th{background:#f9fafb;color:var(--pd-navy);font-weight:850}
.product-comparison thead th:first-child,.product-comparison tbody th:first-child{text-align:left}
.product-comparison tbody th{color:#4b5563;font-weight:700}
.product-comparison__group th{padding-top:15px;padding-bottom:7px;background:#f2f4f6;color:#657084;font-size:8px;letter-spacing:.08em;text-transform:uppercase}
.product-comparison td.is-no{color:#a6adb6}.product-comparison td.is-yes{color:var(--pd-success)}
.comparison-check{width:21px;height:21px;margin:0 auto;display:grid;place-items:center;color:var(--pd-success);background:#fff;border:1px solid #bddfce}
.comparison-check svg{width:12px;height:12px}

.product-faq-section{padding:64px 0 68px;background:#fff}
.product-faq-layout{display:grid;grid-template-columns:minmax(240px,.58fr) minmax(0,1.42fr);gap:54px;align-items:start}
.product-faq-list{border-top:1px solid var(--pd-line)}
.product-faq{border-bottom:1px solid var(--pd-line)}
.product-faq__question{
    width:100%;min-height:56px;padding:15px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;
    border:0;background:transparent;color:#28313f;font-size:11px;font-weight:800;text-align:left;cursor:pointer
}
.product-faq__question:hover{color:var(--pd-primary)}
.product-faq__question b{color:#8d680d;font-size:18px;font-weight:500}
.product-faq__answer{padding:0 30px 15px 0}.product-faq__answer[hidden]{display:none}
.product-faq__answer p{margin:0;color:var(--pd-muted);font-size:11px;line-height:1.65}

.product-final-cta{padding:0 0 58px;background:#fff}
.product-final-cta__box{
    min-height:140px;padding:26px 30px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:34px;
    position:relative;background:var(--pd-navy);color:#fff
}
.product-final-cta__box h2{margin:0 0 6px;color:#fff;font-size:clamp(27px,3.2vw,39px);letter-spacing:-.035em}
.product-final-cta__box p{margin:0;color:#d4dce8;font-size:11px}
.product-btn--cta{position:relative;z-index:2;min-width:145px;background:var(--pd-primary);border-color:var(--pd-primary);color:#fff}
.product-btn--cta:hover{background:#fff;border-color:#fff;color:var(--pd-navy)}

@media(max-width:1040px){
    .product-hero{grid-template-columns:1fr 1fr;gap:26px}
    .product-hero h1{font-size:clamp(40px,6.4vh,56px)}
    .product-highlights__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .product-highlight:nth-child(2){border-right:0}.product-highlight:nth-child(-n+2){border-bottom:1px solid var(--pd-line)}
    .product-showcase{grid-template-columns:1fr;gap:32px}
    .product-packages.is-triple{grid-template-columns:repeat(3,minmax(280px,1fr));overflow-x:auto;scrollbar-width:none}
    .product-packages.is-triple::-webkit-scrollbar{display:none}
}
@media(min-width:721px) and (max-height:760px){
    .product-hero{padding-top:16px;padding-bottom:62px;gap:24px}
    .product-hero h1{font-size:clamp(37px,6.2vh,52px);margin-bottom:11px}
    .product-hero__description{font-size:13px;line-height:1.48;margin-bottom:14px}
    .product-btn{min-height:40px;padding-inline:14px;font-size:11px}
    .product-hero__points{margin-top:12px;padding-top:10px}
    .product-hero__media{height:min(62vh,470px)}
}
@media(max-width:720px){
    .product-detail-body{--pd-breadcrumb-h:40px}
    .product-preview-bar{position:static;flex-wrap:wrap;padding:8px 14px}.product-preview-bar a{margin-left:0}
    .product-hero-shell{height:auto;min-height:0}
    .product-hero{height:auto;grid-template-columns:1fr;padding:40px 0 86px;gap:24px}
    .product-hero h1{font-size:clamp(39px,11vw,54px)}
    .product-hero__description{font-size:14px}
    .product-hero__actions{display:grid;grid-template-columns:1fr}.product-hero__actions .product-btn{width:100%}
    .product-hero__media{height:auto;min-height:260px}
    .product-hero__visual-frame{width:100%;max-width:none}
    .product-hero__separator{height:68px}.product-hero-shell::before{display:none}
    .product-hero-shell::after{opacity:.68;background-size:42px 42px}
    .product-highlights{padding-bottom:28px}
    .product-highlights__grid{grid-template-columns:1fr 1fr}
    .product-highlight{padding:17px}.product-highlight:not(:first-child){padding-left:17px}
    .product-section{padding:52px 0}
    .product-section__head{align-items:flex-start}
    .product-section__head h2,.product-showcase h2,.product-faq-intro h2{font-size:31px}
    .product-showcase{gap:28px}
    .product-showcase__media img{height:clamp(220px,58vw,300px)}
    .product-packages-section{padding:52px 0 46px}.product-package-controls{display:none}
    .product-packages.is-single,.product-packages.is-pair,.product-packages.is-triple,.product-packages.is-scroll{
        display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,84vw);grid-template-columns:none;justify-content:start;
        overflow-x:auto;scroll-snap-type:inline mandatory;scrollbar-width:none;-ms-overflow-style:none
    }
    .product-packages::-webkit-scrollbar{display:none}
    .product-package{min-height:450px;padding:20px}
    .product-comparison-hint{display:block}
    .product-faq-section{padding:50px 0 54px}.product-faq-layout{grid-template-columns:1fr;gap:21px}
    .product-final-cta{padding-bottom:42px}.product-final-cta__box{grid-template-columns:1fr;min-height:0;padding:24px 21px;gap:20px}
    .product-btn--cta{width:100%}
}
@media(max-width:480px){
    .product-highlights__grid{grid-template-columns:1fr}
    .product-highlight{border-right:0;border-bottom:1px solid var(--pd-line)}
    .product-highlight:last-child{border-bottom:0}
    .product-billing-switch{width:100%}.product-billing-switch button{flex:1;min-width:0}
}
@media(hover:none),(pointer:coarse){.product-hero-shell::before{display:none}}
@media(prefers-reduced-motion:reduce){.product-hero-shell::before{display:none}.product-package,.product-btn{transition:none}}

/* ===== Premium paket kartları - kompakt görünüm ===== */
.product-packages-section{
    padding-top:72px;
    padding-bottom:72px;
    background:linear-gradient(180deg,#f7f9fc 0%,#f4f7fb 100%);
}
.product-packages{
    gap:18px;
    align-items:stretch;
}
.product-billing-switch{
    margin:2px auto 28px;
    padding:4px;
    gap:4px;
    border:1px solid #dfe5ed;
    border-radius:12px;
    background:#fff;
    box-shadow:0 8px 24px rgba(11,22,43,.05);
}
.product-billing-switch button{
    min-width:100px;
    height:34px;
    padding:0 15px;
    border:0;
    border-radius:8px;
    background:transparent;
    color:#667085;
    font-size:10px;
    font-weight:850;
    transition:background-color .18s ease,color .18s ease,box-shadow .18s ease;
}
.product-billing-switch button.is-active{
    background:var(--pd-navy);
    color:#fff;
    box-shadow:0 4px 12px rgba(11,22,43,.16);
}
.product-package{
    min-height:0;
    padding:28px 26px 24px;
    overflow:visible;
    background:#fff;
    border:1px solid #e1e6ed;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(11,22,43,.055);
    transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.product-package:hover{
    border-color:#c4ccd7;
    box-shadow:0 18px 44px rgba(11,22,43,.09);
    transform:translateY(-4px);
}
.product-package.is-recommended{
    border:1.5px solid #8db1f8;
    box-shadow:0 18px 48px rgba(7,92,246,.12);
    transform:translateY(-5px);
}
.product-package.is-recommended::before{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    top:0;
    height:3px;
    border-radius:0 0 8px 8px;
    background:var(--pd-primary);
}
.product-package.is-recommended:hover{
    border-color:#6f9ef4;
    box-shadow:0 24px 56px rgba(7,92,246,.16);
    transform:translateY(-7px);
}
.product-package__badge{
    top:16px;
    right:16px;
    padding:6px 9px;
    border-radius:999px;
    background:#edf4ff;
    color:var(--pd-primary);
    border:1px solid #cfe0ff;
    font-size:7.5px;
    letter-spacing:.055em;
}
.product-package__head{
    min-height:70px;
    padding-right:76px;
}
.product-package__head h3{
    margin:0 0 6px;
    font-size:19px;
    line-height:1.2;
    letter-spacing:-.025em;
}
.product-package__head p{
    max-width:250px;
    font-size:10.5px;
    line-height:1.5;
}
.product-package__price{
    min-height:0;
    margin-top:14px;
    padding:18px 0 16px;
    gap:6px;
    border-top:1px solid #edf0f4;
    border-bottom:1px solid #edf0f4;
}
.product-package__price strong{
    font-size:clamp(30px,3vw,38px);
    font-weight:900;
    letter-spacing:-.05em;
}
.product-package__price small{
    padding-bottom:3px;
    font-size:9.5px;
    font-weight:700;
    color:#77808c;
}
.product-package__price strong+small:last-child{
    min-height:0;
}
.product-package__features{
    margin:10px 0 20px;
    gap:0;
}
.product-package__features li{
    min-height:0;
    padding:9px 0;
    display:grid;
    grid-template-columns:20px minmax(0,1fr);
    gap:9px;
    align-items:center;
    color:#303846;
    background:transparent;
    border:0;
    border-bottom:1px solid #edf0f4;
    border-radius:0;
}
.product-package__features li:last-child{
    border-bottom:0;
}
.product-package__features i,
.product-package__features i.is-included{
    width:19px;
    height:19px;
    border-radius:50%;
    color:#16885f;
    background:#eef9f4;
    border:1px solid #cfeadd;
}
.product-package__features i.is-excluded,
.product-package__features li.is-disabled i{
    color:#8b95a1;
    background:#f5f6f8;
    border-color:#e3e7ec;
}
.product-package__features i svg{
    width:11px;
    height:11px;
    stroke-width:2.5;
}
.product-package__features strong{
    font-size:10.5px;
    line-height:1.35;
    font-weight:760;
}
.product-package__features small{
    margin-top:1px;
    font-size:8px;
    line-height:1.3;
    color:#8a929d;
}
.product-package__buy-form{
    margin-top:auto;
    padding-top:2px;
}
.product-btn--package{
    min-height:46px;
    border-radius:10px;
    border:1px solid #cbd2dc;
    background:#fff;
    color:var(--pd-navy);
    font-size:10.5px;
    font-weight:900;
    box-shadow:none;
}
.product-package:not(.is-recommended) .product-btn--package:hover{
    background:#f6f8fb;
    border-color:#9fa9b7;
    color:var(--pd-navy);
}
.product-package.is-recommended .product-btn--package{
    background:var(--pd-primary);
    border-color:var(--pd-primary);
    color:#fff;
    box-shadow:0 8px 18px rgba(7,92,246,.2);
}
.product-package.is-recommended .product-btn--package:hover{
    background:#0752d7;
    border-color:#0752d7;
    color:#fff;
}

@media(max-width:1040px){
    .product-packages{gap:14px}
    .product-package{padding:24px 22px 22px}
}
@media(max-width:720px){
    .product-packages-section{padding:52px 0 48px}
    .product-packages.is-single,.product-packages.is-pair,.product-packages.is-triple,.product-packages.is-scroll{
        grid-auto-columns:minmax(286px,86vw);
        gap:14px;
        padding:7px 3px 18px;
    }
    .product-package,
    .product-package.is-recommended,
    .product-package.is-recommended:hover{
        min-height:0;
        padding:24px 21px 21px;
        transform:none;
    }
    .product-package__head{min-height:64px}
    .product-package__features li{padding:8px 0}
}

/* ===== Paket özellikleri - ikonsuz premium liste ===== */
.product-package__features li{
    grid-template-columns:minmax(0,1fr);
    gap:0;
    padding:10px 0;
}
.product-package__features li > span{
    display:block;
    min-width:0;
}
.product-package__features i,
.product-package__features .product-package__feature-icon{
    display:none!important;
}
.product-package__features strong{
    position:relative;
    display:block;
    padding-left:0;
    color:#303846;
    font-size:10.8px;
    font-weight:760;
    line-height:1.4;
}
.product-package__features small{
    margin-top:2px;
    color:#8a929d;
}
.product-package__features li.is-disabled{
    opacity:.48;
}
@media(max-width:720px){
    .product-package__features li{padding:9px 0}
}

/* ========================================================================== */
/* PREMIUM SAAS PRICING — 2026 redesign                                      */
/* ========================================================================== */
.product-packages-section{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:64px 0 58px;
    background:
        radial-gradient(circle at 18% 20%,rgba(20,99,255,.07),transparent 24%),
        radial-gradient(circle at 87% 24%,rgba(115,70,255,.055),transparent 24%),
        linear-gradient(180deg,#fbfcff 0%,#f5f8fd 100%);
}
.product-packages-section::before,
.product-packages-section::after{
    content:"";
    position:absolute;
    z-index:-1;
    pointer-events:none;
    opacity:.55;
}
.product-packages-section::before{
    width:290px;height:290px;
    right:-92px;top:38px;
    background:linear-gradient(145deg,rgba(65,116,255,.20),rgba(108,75,255,.04));
    clip-path:polygon(50% 0,100% 100%,0 68%);
    filter:blur(.2px);
    transform:rotate(9deg);
}
.product-packages-section::after{
    width:260px;height:260px;
    left:-128px;top:142px;
    border:1px solid rgba(65,116,255,.10);
    border-radius:50%;
    box-shadow:52px 0 0 -1px rgba(65,116,255,.028),104px 0 0 -1px rgba(65,116,255,.018);
}
.product-packages-section .container{position:relative;z-index:1}
.product-packages-section .product-section__head{
    display:block;
    max-width:820px;
    margin:0 auto 22px;
    text-align:center;
}
.product-packages-section .product-section__head>div:first-child{max-width:none}
.product-packages-section .product-section__eyebrow{
    width:max-content;
    margin:0 auto 10px;
    padding:7px 13px;
    border:1px solid #dce8ff;
    border-radius:999px;
    background:#eef4ff;
    color:#1761e9;
    font-size:9px;
    font-weight:900;
    letter-spacing:.075em;
}
.product-packages-section .product-section__eyebrow::before{
    width:8px;height:8px;
    border:2px solid currentColor;
    border-radius:2px;
    background:transparent;
    transform:rotate(45deg);
}
.product-packages-section .product-section__head h2{
    max-width:760px;
    margin:0 auto 10px;
    font-size:clamp(30px,3.4vw,44px);
    line-height:1.04;
    letter-spacing:-.045em;
}
.product-packages-section .product-section__head p{
    max-width:590px;
    margin:0 auto;
    color:#65738a;
    font-size:12.5px;
    line-height:1.65;
}
.product-billing-switch{
    width:240px;
    margin:0 auto 24px;
    padding:4px;
    gap:4px;
    border:1px solid #dde5f0;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    box-shadow:0 8px 22px rgba(31,48,79,.08);
    backdrop-filter:blur(12px);
}
.product-billing-switch button{
    flex:1;
    min-width:0;
    height:34px;
    border:0!important;
    border-radius:999px;
    background:transparent;
    color:#6a768a;
    font-size:9.5px;
    font-weight:850;
}
.product-billing-switch button.is-active{
    background:linear-gradient(135deg,#1768ff 0%,#0757ed 100%);
    color:#fff;
    box-shadow:0 6px 15px rgba(7,92,246,.22);
}
.product-packages{
    max-width:1240px;
    margin:0 auto;
    gap:22px;
    align-items:stretch;
}
.product-package{
    position:relative;
    min-height:0;
    padding:23px 23px 20px;
    overflow:hidden;
    border:1px solid #dfe6ef;
    border-radius:18px;
    background:rgba(255,255,255,.94);
    box-shadow:0 15px 40px rgba(29,47,78,.07);
    backdrop-filter:blur(8px);
    transform:none;
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.product-package::after{
    content:"";
    position:absolute;
    width:150px;height:150px;
    right:-72px;top:-68px;
    border-radius:42px;
    background:linear-gradient(145deg,rgba(20,99,255,.04),rgba(108,75,255,.015));
    transform:rotate(28deg);
    pointer-events:none;
}
.product-package:hover{
    transform:translateY(-4px);
    border-color:#c9d7ea;
    box-shadow:0 20px 52px rgba(29,47,78,.11);
}
.product-package.is-recommended{
    z-index:2;
    border:1.5px solid #4d89ff;
    background:
        radial-gradient(circle at 88% 11%,rgba(84,126,255,.10),transparent 25%),
        linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 20px 55px rgba(26,100,245,.14);
    transform:translateY(-6px);
}
.product-package.is-recommended::before{
    content:"";
    position:absolute;
    width:155px;height:155px;
    right:-30px;top:72px;
    left:auto;
    border-radius:0;
    background:linear-gradient(145deg,rgba(67,119,255,.06),rgba(93,70,255,.015));
    clip-path:polygon(50% 0,100% 100%,0 72%);
    transform:rotate(10deg);
}
.product-package.is-recommended:hover{transform:translateY(-8px);box-shadow:0 25px 64px rgba(26,100,245,.18)}
.product-package__badge{
    top:-1px;
    right:50%;
    transform:translateX(50%);
    padding:7px 14px;
    border:0;
    border-radius:0 0 8px 8px;
    background:linear-gradient(135deg,#1768ff,#0757ed);
    color:#fff;
    box-shadow:0 7px 16px rgba(7,92,246,.18);
    font-size:7.5px;
    font-weight:900;
    letter-spacing:.055em;
    white-space:nowrap;
}
.product-package__head{
    min-height:0;
    padding:0;
    position:relative;
    z-index:1;
}
.product-package.is-recommended .product-package__head{padding-top:4px}
.product-package__plan-icon{
    width:40px;height:40px;
    margin:0 0 13px;
    display:grid;
    place-items:center;
    border:1px solid #dce8ff;
    border-radius:11px;
    background:linear-gradient(145deg,#f1f6ff,#eaf2ff);
    color:#1768ff;
    box-shadow:0 7px 16px rgba(20,99,255,.08);
}
.product-package:nth-child(3) .product-package__plan-icon{
    border-color:#e8ddff;
    background:linear-gradient(145deg,#f7f2ff,#f0e9ff);
    color:#7048ea;
}
.product-package__plan-icon svg{
    width:22px;height:22px;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.product-package__head h3{
    margin:0 0 5px;
    color:#0b1935;
    font-size:18px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-.03em;
}
.product-package__head p{
    min-height:34px;
    max-width:275px;
    margin:0;
    color:#697790;
    font-size:10.5px;
    line-height:1.55;
}
.product-package__price{
    min-height:0;
    margin:13px 0 0;
    padding:14px 0 13px;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:5px;
    border-top:1px solid #e8edf4;
    border-bottom:1px solid #e8edf4;
}
.product-package__price strong{
    color:#0b1935;
    font-size:clamp(31px,3vw,38px);
    line-height:.95;
    font-weight:950;
    letter-spacing:-.055em;
}
.product-package__price small{
    padding-bottom:2px;
    color:#6e7b90;
    font-size:9px;
    font-weight:750;
}
.product-package__price strong+small:last-child{flex-basis:100%;min-height:0;padding:1px 0 0}
.product-package__features{
    position:relative;
    z-index:1;
    margin:7px 0 16px;
    padding:0;
    display:grid;
    gap:0;
}
.product-package__features li{
    position:relative;
    min-height:0;
    padding:8px 0 8px 20px;
    display:block;
    border:0;
    border-bottom:1px solid #edf1f6;
    background:transparent;
    border-radius:0;
}
.product-package__features li:last-child{border-bottom:0}
.product-package__features li::before{
    content:"";
    position:absolute;
    left:2px;top:50%;
    width:5px;height:5px;
    border-radius:50%;
    background:#1768ff;
    box-shadow:0 0 0 3px rgba(23,104,255,.06);
    transform:translateY(-50%);
}
.product-package:nth-child(3) .product-package__features li::before{background:#7048ea;box-shadow:0 0 0 3px rgba(112,72,234,.06)}
.product-package__features i,
.product-package__features .product-package__feature-icon{display:none!important}
.product-package__features strong{
    display:inline;
    padding:0;
    color:#1c2941;
    font-size:10.3px;
    line-height:1.35;
    font-weight:800;
}
.product-package__features small{
    display:inline-block;
    margin:0 0 0 6px;
    padding:2px 6px;
    border-radius:999px;
    background:#eef3fb;
    color:#7d889b;
    font-size:7.5px;
    line-height:1.25;
    vertical-align:middle;
}
.product-package__buy-form{position:relative;z-index:1;margin-top:auto;padding-top:2px}
.product-btn--package{
    width:100%;
    min-height:44px;
    padding:0 17px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:1.25px solid #377bff;
    border-radius:10px;
    background:#fff;
    color:#1761eb;
    font-size:10.5px;
    font-weight:900;
    box-shadow:none;
}
.product-btn__arrow{font-size:15px;line-height:1;transition:transform .18s ease}
.product-btn--package:hover .product-btn__arrow{transform:translateX(3px)}
.product-package:not(.is-recommended) .product-btn--package:hover{
    border-color:#1768ff;
    background:#f4f8ff;
    color:#0d5ce9;
}
.product-package.is-recommended .product-btn--package{
    border-color:#1261f5;
    background:linear-gradient(135deg,#1768ff 0%,#0757ed 100%);
    color:#fff;
    box-shadow:0 10px 22px rgba(7,92,246,.20);
}
.product-package.is-recommended .product-btn--package:hover{
    border-color:#074cd3;
    background:linear-gradient(135deg,#0f60f5,#064dd5);
    box-shadow:0 12px 28px rgba(7,92,246,.26);
}
.product-package:nth-child(3) .product-btn--package{border-color:#7552ea;color:#6842df}
.product-package:nth-child(3) .product-btn--package:hover{border-color:#6842df;background:#f8f5ff;color:#5a35d1}
.product-package-trust{
    max-width:900px;
    margin:30px auto 0;
    padding:15px 22px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    border:1px solid #e5ebf3;
    border-radius:16px;
    background:rgba(255,255,255,.72);
    box-shadow:0 12px 30px rgba(29,47,78,.045);
    backdrop-filter:blur(10px);
}
.product-package-trust__item{
    min-width:0;
    padding:0 20px;
    display:flex;
    align-items:center;
    gap:11px;
    border-right:1px solid #e9edf4;
}
.product-package-trust__item:first-child{padding-left:0}
.product-package-trust__item:last-child{padding-right:0;border-right:0}
.product-package-trust__icon{
    width:30px;height:30px;
    flex:0 0 auto;
    display:grid;
    place-items:center;
    color:#1768ff;
}
.product-package-trust__icon svg{width:25px;height:25px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.product-package-trust__item strong{display:block;margin:0 0 2px;color:#17243b;font-size:9.5px;font-weight:850}
.product-package-trust__item small{display:block;color:#78859a;font-size:8.2px;line-height:1.35}
.product-comparison-block{margin-top:22px}

@media(max-width:1040px){
    .product-packages{gap:14px}
    .product-package{padding:21px 20px 19px}
}
@media(max-width:720px){
    .product-packages-section{padding:48px 0 44px}
    .product-packages-section::before{width:210px;height:210px;right:-95px;top:65px;opacity:.4}
    .product-packages-section .product-section__head{margin-bottom:18px;padding:0 8px}
    .product-packages-section .product-section__head h2{font-size:29px}
    .product-packages-section .product-section__head p{font-size:11.5px}
    .product-billing-switch{width:min(238px,88vw);margin-bottom:18px}
    .product-packages.is-single,.product-packages.is-pair,.product-packages.is-triple,.product-packages.is-scroll{
        grid-auto-columns:minmax(285px,86vw);
        gap:13px;
        padding:8px 4px 18px;
    }
    .product-package,
    .product-package.is-recommended,
    .product-package.is-recommended:hover{
        padding:21px 19px 19px;
        transform:none;
    }
    .product-package__badge{top:0}
    .product-package__plan-icon{width:38px;height:38px;margin-bottom:11px}
    .product-package__head p{min-height:0}
    .product-package__features li{padding:8px 0 8px 19px}
    .product-package-trust{
        width:calc(100% - 8px);
        margin-top:19px;
        padding:7px 16px;
        grid-template-columns:1fr;
    }
    .product-package-trust__item,
    .product-package-trust__item:first-child,
    .product-package-trust__item:last-child{
        padding:10px 0;
        border-right:0;
        border-bottom:1px solid #e9edf4;
    }
    .product-package-trust__item:last-child{border-bottom:0}
}

/* ========================================================================== */
/* PREMIUM SAAS PRICING — COMPACT SPACING OVERRIDE                           */
/* ========================================================================== */
.product-packages-section{
    padding:32px 0 30px;
}
.product-packages-section::before{
    width:230px;
    height:230px;
    right:-84px;
    top:18px;
    opacity:.38;
}
.product-packages-section::after{
    width:210px;
    height:210px;
    left:-112px;
    top:92px;
    opacity:.38;
}
.product-packages-section .product-section__head{
    max-width:720px;
    margin:0 auto 12px;
}
.product-packages-section .product-section__eyebrow{
    margin-bottom:6px;
    padding:5px 10px;
    font-size:8px;
}
.product-packages-section .product-section__head h2{
    margin-bottom:6px;
    font-size:clamp(27px,2.7vw,37px);
    line-height:1.02;
}
.product-packages-section .product-section__head p{
    max-width:540px;
    font-size:11px;
    line-height:1.45;
}
.product-billing-switch{
    width:220px;
    margin:0 auto 14px;
    padding:3px;
}
.product-billing-switch button{
    height:30px;
    font-size:9px;
}
.product-packages{
    max-width:1100px;
    gap:14px;
    align-items:start;
}
.product-package{
    align-self:start;
    padding:16px 17px 15px;
    border-radius:15px;
    box-shadow:0 10px 28px rgba(29,47,78,.065);
}
.product-package:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 36px rgba(29,47,78,.095);
}
.product-package.is-recommended{
    transform:translateY(-3px);
    box-shadow:0 14px 38px rgba(26,100,245,.12);
}
.product-package.is-recommended:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 44px rgba(26,100,245,.15);
}
.product-package__badge{
    padding:5px 11px;
    border-radius:0 0 7px 7px;
    font-size:7px;
}
.product-package.is-recommended .product-package__head{
    padding-top:1px;
}
.product-package__plan-icon{
    width:33px;
    height:33px;
    margin-bottom:8px;
    border-radius:9px;
    box-shadow:0 5px 12px rgba(20,99,255,.07);
}
.product-package__plan-icon svg{
    width:18px;
    height:18px;
}
.product-package__head h3{
    margin-bottom:3px;
    font-size:16px;
}
.product-package__head p{
    min-height:0;
    max-width:260px;
    font-size:9.5px;
    line-height:1.38;
}
.product-package__price{
    margin-top:8px;
    padding:9px 0 8px;
    gap:4px;
}
.product-package__price strong{
    font-size:clamp(28px,2.5vw,34px);
}
.product-package__price small{
    font-size:8px;
    padding-bottom:1px;
}
.product-package__price strong+small:last-child{
    padding-top:0;
}
.product-package__features{
    margin:4px 0 9px;
}
.product-package__features li{
    padding:5.5px 0 5.5px 15px;
    border-bottom-color:#eef2f6;
}
.product-package__features li::before{
    left:1px;
    width:4px;
    height:4px;
    box-shadow:none;
}
.product-package__features strong{
    font-size:9.6px;
    line-height:1.28;
}
.product-package__features small{
    margin-left:4px;
    padding:1px 5px;
    font-size:6.8px;
}
.product-package__buy-form{
    margin-top:0;
    padding-top:0;
}
.product-btn--package{
    min-height:37px;
    padding:0 14px;
    gap:7px;
    border-radius:8px;
    font-size:9.5px;
}
.product-btn__arrow{
    font-size:13px;
}
.product-package-trust{
    max-width:790px;
    margin:16px auto 0;
    padding:9px 16px;
    border-radius:13px;
}
.product-package-trust__item{
    padding:0 14px;
    gap:8px;
}
.product-package-trust__icon{
    width:25px;
    height:25px;
}
.product-package-trust__icon svg{
    width:21px;
    height:21px;
}
.product-package-trust__item strong{
    margin-bottom:1px;
    font-size:8.5px;
}
.product-package-trust__item small{
    font-size:7.4px;
    line-height:1.25;
}
.product-comparison-block{
    margin-top:12px;
}

@media(max-width:1040px){
    .product-packages{max-width:920px;gap:11px}
    .product-package{padding:15px 15px 14px}
}
@media(max-width:720px){
    .product-packages-section{padding:27px 0 25px}
    .product-packages-section .product-section__head{margin-bottom:11px}
    .product-packages-section .product-section__head h2{font-size:25px}
    .product-packages-section .product-section__head p{font-size:10.5px;line-height:1.4}
    .product-billing-switch{margin-bottom:11px}
    .product-packages.is-single,.product-packages.is-pair,.product-packages.is-triple,.product-packages.is-scroll{
        padding:4px 4px 10px;
        gap:10px;
    }
    .product-package,
    .product-package.is-recommended,
    .product-package.is-recommended:hover{
        padding:15px 15px 14px;
        transform:none;
    }
    .product-package__plan-icon{width:32px;height:32px;margin-bottom:7px}
    .product-package__features li{padding:5.5px 0 5.5px 15px}
    .product-package-trust{margin-top:12px;padding:5px 13px}
    .product-package-trust__item,
    .product-package-trust__item:first-child,
    .product-package-trust__item:last-child{padding:7px 0}
}


/* ========================================================================== */
/* PREMIUM SAAS PRICING — READABILITY + VISUAL HIERARCHY REFINEMENT          */
/* ========================================================================== */
.product-packages-section{
    padding:26px 0 27px;
    background:
        radial-gradient(circle at 16% 18%,rgba(20,99,255,.055),transparent 23%),
        radial-gradient(circle at 89% 18%,rgba(20,99,255,.035),transparent 22%),
        linear-gradient(180deg,#fbfcff 0%,#f5f8fd 100%);
}
.product-packages-section::before{
    width:190px;
    height:190px;
    right:-108px;
    top:30px;
    opacity:.18;
    transform:rotate(12deg);
}
.product-packages-section::after{display:none;}
.product-packages-section .product-section__head{
    max-width:760px;
    margin:0 auto 11px;
}
.product-packages-section .product-section__eyebrow{
    margin-bottom:5px;
    padding:5px 10px;
    font-size:9px;
}
.product-packages-section .product-section__head h2{
    max-width:720px;
    margin-bottom:5px;
    font-size:clamp(30px,2.55vw,38px);
    line-height:1.03;
    letter-spacing:-.042em;
}
.product-packages-section .product-section__head p{
    max-width:610px;
    color:#5e6d84;
    font-size:13px;
    line-height:1.45;
}
.product-billing-switch{
    width:230px;
    margin:0 auto 13px;
    padding:3px;
}
.product-billing-switch button{
    height:32px;
    font-size:11px;
    font-weight:800;
}
.product-packages{
    max-width:1100px;
    gap:14px;
}
.product-package{
    padding:16px 17px 15px;
    border-color:#dde5ef;
    border-radius:15px;
    background:rgba(255,255,255,.96);
    box-shadow:0 10px 28px rgba(29,47,78,.065);
}
.product-package::after{
    width:115px;
    height:115px;
    right:-78px;
    top:-74px;
    border-radius:32px;
    opacity:.42;
}
.product-package.is-recommended{
    border-color:#4f88f8;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 14px 38px rgba(26,100,245,.12);
}
.product-package.is-recommended::before{
    width:118px;
    height:118px;
    right:-68px;
    top:-35px;
    opacity:.45;
    transform:rotate(13deg);
}
.product-package__badge{
    padding:6px 13px;
    border-radius:0 0 8px 8px;
    font-size:10px;
    letter-spacing:.04em;
}
.product-package__plan-icon,
.product-package:nth-child(3) .product-package__plan-icon{
    width:42px;
    height:42px;
    margin-bottom:9px;
    border-color:#dce8ff;
    border-radius:10px;
    background:linear-gradient(145deg,#f1f6ff,#eaf2ff);
    color:#1768ff;
    box-shadow:0 5px 12px rgba(20,99,255,.07);
}
.product-package__plan-icon svg{width:21px;height:21px;}
.product-package__head h3{
    margin-bottom:3px;
    font-size:18.5px;
    line-height:1.16;
}
.product-package__head p{
    min-height:0;
    max-width:300px;
    color:#5f6f87;
    font-size:13px;
    line-height:1.4;
}
.product-package__price{
    margin-top:9px;
    padding:10px 0 9px;
    flex-wrap:nowrap;
    align-items:baseline;
    gap:7px;
    border-top:1px solid #e8edf4;
    border-bottom:0;
}
.product-package__price strong{
    display:inline-flex;
    align-items:baseline;
    gap:7px;
    line-height:1;
    letter-spacing:0;
}
.product-package__amount{
    color:#0b1935;
    font-size:clamp(36px,3vw,43px);
    line-height:.95;
    font-weight:950;
    letter-spacing:-.055em;
}
.product-package__currency{
    color:#1768ff;
    font-size:22px;
    line-height:1;
    font-weight:900;
    letter-spacing:-.025em;
}
.product-package__price > small,
.product-package__price strong+small:last-child{
    flex-basis:auto;
    min-height:0;
    padding:0 0 2px;
    color:#67768d;
    font-size:12px;
    font-weight:750;
    line-height:1;
}
.product-package__features{
    margin:3px 0 9px;
}
.product-package__features li{
    padding:7px 0 7px 17px;
    border-bottom:0;
}
.product-package__features li + li{
    border-top:1px solid rgba(222,229,239,.52);
}
.product-package__features li::before,
.product-package:nth-child(3) .product-package__features li::before{
    left:1px;
    width:5px;
    height:5px;
    background:#1768ff;
    box-shadow:0 0 0 3px rgba(23,104,255,.055);
}
.product-package__features strong{
    color:#17243b;
    font-size:13.5px;
    line-height:1.28;
    font-weight:760;
}
.product-package__features small{
    margin-left:6px;
    padding:2px 6px;
    background:#eef3fb;
    color:#6e7c91;
    font-size:9px;
    font-weight:700;
}
.product-btn--package,
.product-package:nth-child(3) .product-btn--package{
    min-height:44px;
    padding:0 15px;
    gap:8px;
    border-color:#377bff;
    border-radius:9px;
    background:#fff;
    color:#1761eb;
    font-size:13.5px;
    font-weight:850;
}
.product-package:nth-child(3) .product-btn--package:hover{
    border-color:#1768ff;
    background:#f4f8ff;
    color:#0d5ce9;
}
.product-btn__arrow{font-size:15px;}
.product-package-trust{
    max-width:820px;
    margin:14px auto 0;
    padding:10px 16px;
    border-radius:13px;
}
.product-package-trust__item{padding:0 15px;gap:9px;}
.product-package-trust__icon{width:27px;height:27px;}
.product-package-trust__icon svg{width:22px;height:22px;}
.product-package-trust__item strong{font-size:10.5px;}
.product-package-trust__item small{font-size:9.3px;line-height:1.25;}

@media(max-width:1040px){
    .product-packages{max-width:930px;gap:11px;}
    .product-package{padding:15px 15px 14px;}
    .product-package__features strong{font-size:13px;}
}
@media(max-width:720px){
    .product-packages-section{padding:24px 0 23px;}
    .product-packages-section .product-section__head{margin-bottom:10px;}
    .product-packages-section .product-section__head h2{font-size:27px;}
    .product-packages-section .product-section__head p{font-size:12.5px;line-height:1.42;}
    .product-billing-switch{margin-bottom:10px;}
    .product-package,
    .product-package.is-recommended,
    .product-package.is-recommended:hover{padding:15px 15px 14px;}
    .product-package__plan-icon,
    .product-package:nth-child(3) .product-package__plan-icon{width:40px;height:40px;margin-bottom:8px;}
    .product-package__head h3{font-size:18px;}
    .product-package__head p{font-size:12.5px;}
    .product-package__amount{font-size:37px;}
    .product-package__currency{font-size:20px;}
    .product-package__features li{padding:7px 0 7px 17px;}
    .product-package__features strong{font-size:13.2px;}
    .product-btn--package,
    .product-package:nth-child(3) .product-btn--package{font-size:13.5px;min-height:44px;}
    .product-package-trust{margin-top:12px;padding:5px 13px;}
    .product-package-trust__item,
    .product-package-trust__item:first-child,
    .product-package-trust__item:last-child{padding:8px 0;}
}
