/* ==========================================================================
   YAZILIM DETAY v5 — "Editoryal Mühendislik"
   Kağıt zemin, ince çizgiler, mono etiketler, koyu karar blokları.
   Token'lar theme.css'ten gelir.
   ========================================================================== */

.main.product3 {
    overflow-x: clip;
    background: var(--paper);
}

.main.product3 .container {
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
}

/* .container flex olduğu için tek çocuk elemanlar içeriğine göre daralıyordu;
   karşılaştırma tablosu, paket ızgarası ve SSS artık konteyneri tam doldurur. */
.main.product3 .container > *:only-child {
    width: 100%;
    min-width: 0;
}

.main.product3 section {
    border-bottom: 1px solid var(--rule);
}

/* --- BÖLÜM BAŞLIĞI ------------------------------------------------------------ */

.main.product3 .section-head3 {
    display: block;
    text-align: left;
    padding-top: 64px;
    padding-bottom: 36px;
}

.main.product3 .section-head3 .kicker {
    display: inline-block;
    font-family: var(--mono);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 12px;
}

.main.product3 .section-head3 h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.main.product3 .section-head3 p {
    margin: 10px 0 0;
    max-width: 560px;
    font-size: 14.5px;
    line-height: 24px;
    color: var(--muted);
}

/* --- CTA BUTONLARI ------------------------------------------------------------- */

.main.product3 .cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.main.product3 .cta.primary {
    background: var(--brand);
    color: #fff;
    border: 1px solid var(--brand-hover);
}

.main.product3 .cta.primary:hover {
    background: var(--brand-hover);
}

.main.product3 .cta.ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--rule);
}

.main.product3 .cta.ghost:hover {
    border-color: var(--ink);
}

.main.product3 .cta.light {
    background: #fff;
    color: var(--ink);
    border: 1px solid #fff;
}

.main.product3 .cta.light:hover {
    background: rgba(255, 255, 255, 0.88);
}

.main.product3 .cta.outline-light {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-variant-numeric: tabular-nums;
}

.main.product3 .cta.outline-light:hover {
    border-color: rgba(255, 255, 255, 0.75);
}

/* --- HERO ----------------------------------------------------------------------- */

.main.product3 .phero {
    position: relative;
    padding: 72px 0 60px;
    background: var(--paper);
    border-bottom: 1px solid var(--rule);
}

.main.product3 .aurora {
    display: none;
}

.main.product3 .phero-inner {
    position: relative;
    display: block;
    text-align: left;
}

/* Geniş ekranda metin solda, figür sağdaki boşlukta.
   1080px altında figür tamamen kaldırılır; süs olduğu için yer kaplamaz. */
@media (min-width: 1080px) {
    .main.product3 .phero-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 400px;
        gap: 48px;
        align-items: center;
    }
}

.main.product3 .phero-figur {
    display: none;
}

@media (min-width: 1080px) {
    .main.product3 .phero-figur {
        display: block;
    }
}

.main.product3 .phero-figur .figur {
    display: block;
    width: 100%;
    height: auto;
}

/* Figürler yalnızca yumuşak bir belirme ile gelir; kaydırmada oynamazlar */
.main.product3 .phero-figur .figur {
    animation: figur-gir .5s ease both;
}

@keyframes figur-gir {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    .main.product3 .phero-figur .figur {
        animation: none;
    }
}

/* Gezinme izi */
.main.product3 .pbread {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    font-size: 13px;
    color: var(--muted);
}

.main.product3 .pbread a {
    color: var(--brand);
    transition: opacity .2s ease;
}

.main.product3 .pbread a:hover {
    opacity: .7;
}

.main.product3 .pbread span[aria-hidden] {
    color: #CFCDD8;
}

.main.product3 .pbread .aktif {
    color: var(--muted);
}

.main.product3 .phero .kicker {
    display: inline-block;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 18px;
}

.main.product3 .phero h1 {
    max-width: 780px;
    margin: 0 0 16px;
    font-size: 46px;
    line-height: 54px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.main.product3 .phero .lead {
    max-width: 620px;
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 27px;
    color: var(--muted);
}

.main.product3 .phero .pbadges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.main.product3 .phero .pbadges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--color-secondary);
    border: 1px solid var(--rule);
    border-radius: 6px;
    padding: 7px 11px;
    background: #fff;
}

.main.product3 .phero .pbadges span i {
    font-size: 11px;
    color: var(--brand);
}

.main.product3 .phero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.main.product3 .phero-note {
    font-family: var(--mono);
    font-size: 12.5px;
    color: var(--muted);
    font-variant-numeric: tabular-nums;
}

.main.product3 .phero-note b {
    color: var(--ink);
    font-weight: 600;
}

/* --- KAMPANYA & GERİ SAYIM: açık gri blok ---------------------------------------- */

.main.product3 .indirim {
    position: relative;
    display: block;
    width: min(1148px, calc(100% - 64px));
    margin: 26px auto 0;
    text-align: center;
    background: #F1F0F4;
    border: 1px solid var(--rule);
    border-radius: 12px;
    padding: 28px 20px 20px;
    overflow: hidden;
}

.main.product3 .indirim strong {
    display: block;
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--ink) !important;
    margin-bottom: 4px;
}

.main.product3 .indirim p {
    font-size: 13.5px;
    line-height: 21px;
    color: var(--muted);
    margin-bottom: 10px;
}

/* Geri sayım rotorları — flipdown.css'in koyu temasını ezer
   (flipdown.css product.css'ten sonra yüklendiği için seçiciler daha özgül) */

.main.product3 .indirim .flipdown {
    margin: 0 auto;
    font-family: var(--mono);
    font-weight: 600;
}

.main.product3 .indirim .flipdown .rotor-group-heading:before {
    font-family: var(--mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
}

.main.product3 .indirim .flipdown .rotor,
.main.product3 .indirim .flipdown .rotor-top,
.main.product3 .indirim .flipdown .rotor-leaf-front {
    color: var(--ink);
    background-color: #fff;
}

.main.product3 .indirim .flipdown .rotor-bottom,
.main.product3 .indirim .flipdown .rotor-leaf-rear {
    color: var(--ink);
    background-color: #E7E5EC;
}

.main.product3 .indirim .flipdown .rotor:after {
    border-top: solid 1px rgba(19, 17, 24, 0.14);
}

/* İki nokta üst üste ayraçları */
.main.product3 .indirim .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.main.product3 .indirim .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: #C9C6D4;
}

/* --- PAKET KARTLARI ---------------------------------------------------------------- */

.main.product3 .pricing {
    padding-bottom: 64px;
}

.main.product3 .pricing .container {
    flex-wrap: wrap;
}

.main.product3 .pricing-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0;
    align-items: stretch;
    border: 1px solid var(--rule);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.main.product3 .plan {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: none;
    border-left: 1px solid var(--rule);
    border-radius: 0;
    padding: 34px 30px;
    transition: background-color .2s ease;
}

.main.product3 .plan:first-child {
    border-left: none;
}

.main.product3 .plan:hover {
    box-shadow: none;
    border-color: var(--rule);
}

.main.product3 .plan.popular {
    background: var(--brand-soft);
    border-left: 1px solid var(--rule);
    box-shadow: none;
}

.main.product3 .plan .pop-tag {
    position: static;
    transform: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    align-self: flex-start;
    font-family: var(--mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    background: var(--brand);
    border-radius: 6px;
    padding: 6px 10px;
    margin-bottom: 14px;
    white-space: nowrap;
}

.main.product3 .plan .pop-tag i {
    font-size: 9px;
}

.main.product3 .plan h3 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
}

.main.product3 .plan .plan-desc {
    font-size: 13.5px;
    line-height: 21px;
    color: var(--muted);
    margin-bottom: 18px;
    min-height: 21px;
}

.main.product3 .plan .plan-price {
    padding: 16px 0 18px;
    border-top: 1px solid var(--rule);
    font-variant-numeric: tabular-nums;
}

.main.product3 .plan .plan-price del {
    display: block;
    font-family: var(--mono);
    font-size: 13.5px;
    color: var(--muted);
    text-decoration: line-through;
    margin-bottom: 2px;
}

.main.product3 .plan .plan-price strong {
    display: block;
    font-family: var(--mono);
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -0.02em;
}

.main.product3 .plan .plan-price small {
    display: block;
    font-size: 12px;
    color: var(--muted);
    margin-top: 4px;
}

.main.product3 .plan ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    border-top: 1px solid var(--rule);
}

.main.product3 .plan ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    line-height: 20px;
    color: var(--color-secondary);
    padding: 9px 0;
    border-bottom: 1px solid var(--rule);
}

.main.product3 .plan ul li:last-child {
    border-bottom: none;
}

.main.product3 .plan ul li i {
    margin-top: 3px;
    font-size: 12px;
    color: var(--brand);
}

.main.product3 .plan form {
    margin-top: auto;
}

.main.product3 .plan .buy {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    border-radius: 8px;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    background: transparent;
    border: 1px solid var(--ink);
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.main.product3 .plan .buy:hover {
    background: var(--ink);
    color: #fff;
}

.main.product3 .plan.popular .buy {
    color: #fff;
    background: var(--brand);
    border-color: var(--brand-hover);
}

.main.product3 .plan.popular .buy:hover {
    background: var(--brand-hover);
}

.main.product3 .pricing-note {
    display: block;
    width: 100%;
    text-align: left;
    margin: 18px 0 0;
    font-family: var(--mono);
    font-size: 12px;
    color: var(--muted);
}

.main.product3 .pricing-note.dev {
    color: var(--brand);
    margin-bottom: -8px;
}

.main.product3 .pricing-note.dev i {
    color: var(--brand);
}

/* Satışa kapalı paketler */
.main.product3 .plan.kapali h3,
.main.product3 .plan.kapali .plan-desc,
.main.product3 .plan.kapali ul {
    opacity: .55;
}

/* Fiyatı gizlenen paketler: "Yakında" */
.main.product3 .plan-price strong.gizli,
.main.product3 .cmp-foot strong.gizli {
    color: var(--muted);
    font-weight: 500;
    letter-spacing: -0.01em;
}

.main.product3 .plan.kapali .plan-price {
    opacity: .85;
}

.main.product3 .plan .pop-tag.durum {
    background: #FBF3E6;
    color: #B26A0E;
    border: 1px solid #EFDDBE;
}

.main.product3 .plan .pop-tag.durum.sonlandirildi {
    background: #F3F2EF;
    color: var(--muted);
    border-color: var(--rule);
}

.main.product3 .plan .buy.yakinda,
.main.product3 .buy.sm.yakinda {
    background: var(--paper);
    border: 1px dashed var(--rule);
    color: var(--muted);
    cursor: default;
    pointer-events: none;
}

.main.product3 .buy.sm.yakinda {
    background: #fff;
}

.main.product3 .pricing-note i {
    color: var(--brand);
    margin-right: 6px;
}

/* --- BENTO → ÇİZGİLİ IZGARA -------------------------------------------------------- */

.main.product3 .bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-bottom: 64px;
    border-top: 1px solid var(--rule);
    border-left: 1px solid var(--rule);
}

.main.product3 .tile {
    position: relative;
    background: transparent;
    border: none;
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    border-radius: 0;
    padding: 26px;
    transition: background-color .2s ease;
}

.main.product3 .tile:hover {
    background: #fff;
    box-shadow: none;
    border-color: var(--rule);
}

.main.product3 .tile.w2 {
    grid-column: span 2;
}

.main.product3 .tile.h2 {
    grid-row: span 2;
}

.main.product3 .tile .tico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 16px;
    margin-bottom: 16px;
}

.main.product3 .tile h3 {
    font-size: 16.5px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.main.product3 .tile p {
    font-size: 14px;
    line-height: 23px;
    color: var(--muted);
}

.main.product3 .tile .chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.main.product3 .tile .chips span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand);
    border: 1px solid var(--rule);
    border-radius: 6px;
    padding: 6px 10px;
    background: #fff;
}

.main.product3 .tile.dark {
    background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    display: flex;
    flex-direction: column;
}

.main.product3 .tile.dark:hover {
    background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
}

.main.product3 .tile.dark .tico {
    background: rgba(255, 255, 255, 0.08);
    color: var(--brand-bright);
}

.main.product3 .tile.dark h3 {
    color: #fff;
}

.main.product3 .tile.dark p {
    color: rgba(255, 255, 255, 0.6);
}

.main.product3 .tile.dark ul {
    margin-top: auto;
    padding-top: 18px;
    list-style: none;
}

.main.product3 .tile.dark ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    padding: 9px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main.product3 .tile.dark ul li i {
    width: 16px;
    text-align: center;
    color: var(--brand-bright);
    font-size: 12px;
}

/* --- DEMO KARTLARI ------------------------------------------------------------------ */

.main.product3 .demo-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding-bottom: 64px;
}

.main.product3 .demo-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--rule);
    border-radius: 10px;
    padding: 16px 18px;
    text-decoration: none;
    transition: border-color .2s ease;
}

.main.product3 .demo-card:hover {
    border-color: var(--ink);
    box-shadow: none;
}

.main.product3 .demo-card img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.main.product3 .demo-card div {
    flex: 1;
    min-width: 0;
}

.main.product3 .demo-card strong {
    display: block;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--ink);
}

.main.product3 .demo-card span {
    display: block;
    font-size: 12.5px;
    line-height: 18px;
    color: var(--muted);
    margin-top: 2px;
}

.main.product3 .demo-card > i {
    color: var(--muted);
    font-size: 12px;
    transition: transform .2s ease, color .2s ease;
}

.main.product3 .demo-card:hover > i {
    color: var(--brand);
    transform: translateX(3px);
}

/* --- REFERANS ŞERİDİ ----------------------------------------------------------------- */

.main.product3 .refstrip {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    padding-bottom: 64px;
}

.main.product3 .refstrip a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--rule);
    filter: grayscale(1);
    opacity: .85;
    transition: filter .25s ease, opacity .25s ease, border-color .25s ease;
}

.main.product3 .refstrip a:hover {
    filter: grayscale(0);
    opacity: 1;
    border-color: var(--ink);
}

.main.product3 .refstrip img {
    display: block;
    width: 150px;
    height: 79px;
    object-fit: cover;
}

.main.product3 .refstrip .refstrip-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    filter: none;
    opacity: 1;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--brand);
    text-decoration: none;
    padding: 0 10px;
    white-space: nowrap;
}

/* --- SSS ------------------------------------------------------------------------------ */

.main.product3 .sss3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    padding-bottom: 64px;
    border-top: 1px solid var(--rule);
}

.main.product3 .sss3 details {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--rule);
    border-radius: 0;
    padding: 0 4px;
    height: fit-content;
}

.main.product3 .sss3 details[open] {
    border-color: var(--rule);
}

.main.product3 .sss3 summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px 0;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    list-style: none;
}

.main.product3 .sss3 summary::-webkit-details-marker {
    display: none;
}

.main.product3 .sss3 summary::before {
    content: '+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid var(--rule);
    color: var(--brand);
    font-family: var(--mono);
    font-weight: 500;
}

.main.product3 .sss3 details[open] summary::before {
    content: '−';
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.main.product3 .sss3 details p {
    padding: 0 0 18px 34px;
    font-size: 13.5px;
    line-height: 23px;
    color: var(--color-secondary);
}

/* --- KAPANIŞ CTA ----------------------------------------------------------------------- */

.main.product3 .closing-cta {
    padding: 0;
    background: transparent;
    border-bottom: none;
}

.main.product3 .closing-cta .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.main.product3 .cta-box {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    border-radius: 0;
    padding: 84px 16px 92px;
    /* Footer de koyu; kapanış bloğu marka moruyla ayrışıyor */
    background:
        radial-gradient(700px 420px at 85% 120%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(180deg, var(--cta) 0%, var(--cta-2) 100%);
    overflow: hidden;
}

.main.product3 .cta-box::before {
    display: none;
}

.main.product3 .cta-box h2,
.main.product3 .cta-box p,
.main.product3 .cta-box .phero-actions {
    width: 1148px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.main.product3 .cta-box h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 14px;
}

.main.product3 .cta-box p {
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
    max-width: 1148px;
}

.main.product3 .cta-box .phero-actions {
    margin-bottom: 0;
    justify-content: flex-start;
}

/* --- KARŞILAŞTIRMA TABLOLARI ------------------------------------------------------------- */

.main.product3 .cmp {
    margin: 0 0 64px;
    background: #fff;
    border: 1px solid var(--rule);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
}

.main.product3 .cmp-head {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    background: var(--paper);
    border-bottom: 1px solid var(--rule);
}

.main.product3 .cmp-head span {
    padding: 15px 18px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    text-align: center;
}

.main.product3 .cmp-head span:first-child {
    text-align: left;
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    align-self: center;
}

.main.product3 .cmp .ozellik {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    border-bottom: 1px solid var(--rule);
}

.main.product3 .cmp .ozellik:last-of-type {
    border-bottom: none;
}

.main.product3 .cmp .ozellik > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 11px 18px;
    font-size: 13.5px;
    line-height: 20px;
    color: var(--color-secondary);
}

.main.product3 .cmp .ozellik > span + span {
    align-items: center;
    text-align: center;
    font-weight: 500;
    border-left: 1px solid var(--rule);
}

.main.product3 .cmp .ozellik small {
    font-size: 11.5px;
    line-height: 16px;
    font-weight: 400;
    color: var(--muted);
    margin-top: 2px;
}

.main.product3 .cmp .ozellik strong {
    color: var(--ink);
    font-variant-numeric: tabular-nums;
}

.main.product3 .cmp .ozellik i.fa-circle-check {
    font-size: 15px;
    color: var(--brand);
}

.main.product3 .cmp .ozellik i.fa-circle-xmark {
    font-size: 15px;
    color: #CFCDD8;
}

.main.product3 .cmp .subtitle {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 11px 18px;
    background: var(--paper);
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brand);
    border-bottom: 1px solid var(--rule);
    border-top: 1px solid var(--rule);
}

.main.product3 .cmp .subtitle small {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--muted);
}

.main.product3 .cmp-foot {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    background: var(--paper);
    border-top: 1px solid var(--rule);
}

.main.product3 .cmp-foot > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    padding: 20px 18px;
    text-align: center;
    border-left: 1px solid var(--rule);
    font-variant-numeric: tabular-nums;
}

.main.product3 .cmp-foot > span:first-child {
    border-left: none;
}

.main.product3 .cmp-foot del {
    font-family: var(--mono);
    font-size: 12.5px;
    color: var(--muted);
}

.main.product3 .cmp-foot strong {
    font-family: var(--mono);
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: var(--ink);
}

.main.product3 .cmp-foot small {
    font-size: 11.5px;
    color: var(--muted);
}

.main.product3 .cmp-foot form {
    width: 100%;
    margin-top: 10px;
}

.main.product3 .buy.sm {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border-radius: 8px;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    padding: 0 10px;
    color: #fff;
    background: var(--brand);
    border: 1px solid var(--brand-hover);
    cursor: pointer;
    transition: background-color .2s ease;
}

.main.product3 .buy.sm:hover {
    background: var(--brand-hover);
}

/* 3 paketli karşılaştırma varyantı (e-ticaret) */
.main.product3 .cmp.c3 .cmp-head,
.main.product3 .cmp.c3 .ozellik,
.main.product3 .cmp.c3 .cmp-foot {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
}


/* "Biz vs alışılmış yaklaşım" varyantı */
.main.product3 .cmp.vs .cmp-head .vs-us {
    color: var(--brand);
    background: var(--brand-soft);
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

.main.product3 .cmp.vs .ozellik > span + span {
    flex-direction: row;
    justify-content: start;
    gap: 9px;
    font-weight: 400;
    color: var(--muted);
    align-items: center;
    text-align: left;
}

.main.product3 .cmp.vs .ozellik .vs-us {
    background: var(--brand-soft);
    font-weight: 600;
    color: var(--ink);
}

.main.product3 .cmp.vs .ozellik .vs-us i {
    color: var(--brand);
    font-size: 14px;
    flex-shrink: 0;
}

.main.product3 .cmp.vs .ozellik > span + span i.fa-minus {
    color: #CFCDD8;
    font-size: 12px;
    flex-shrink: 0;
}

/* --- RESPONSIVE ---------------------------------------------------------------------------- */

@media (max-width: 1100px) {
    .main.product3 .refstrip {
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    .main.product3 .phero h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .main.product3 .bento-grid {
        grid-template-columns: 1fr 1fr;
    }

    .main.product3 .tile.w2 {
        grid-column: span 2;
    }

    .main.product3 .tile.h2 {
        grid-row: auto;
    }

    .main.product3 .demo-cards {
        grid-template-columns: 1fr;
    }

    .main.product3 .pricing-grid {
        grid-template-columns: 1fr;
    }

    .main.product3 .plan {
        border-left: none;
        border-top: 1px solid var(--rule);
    }

    .main.product3 .plan:first-child {
        border-top: none;
    }
}

@media (max-width: 760px) {
    .main.product3 .phero {
        padding-top: 48px;
    }

    .main.product3 .phero h1 {
        font-size: 29px;
        line-height: 37px;
    }

    .main.product3 .section-head3 {
        padding-top: 48px;
    }

    .main.product3 .section-head3 h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .main.product3 .bento-grid {
        grid-template-columns: 1fr;
    }

    .main.product3 .tile.w2 {
        grid-column: auto;
    }

    .main.product3 .sss3 {
        grid-template-columns: 1fr;
    }

    .main.product3 .cta-box {
        padding: 52px 16px 60px;
    }

    .main.product3 .cta-box h2 {
        font-size: 27px;
        line-height: 35px;
    }

    .main.product3 .cmp-foot strong {
        font-size: 18px;
    }
}

/* ==========================================================================
   KARŞILAŞTIRMA TABLOLARI — MOBİL
   Dar ekranda sütunlu tablo hem yatay taşıyor hem de her satırın izleri
   kendi içeriğine göre hesaplandığı için dikey çizgiler kayıyordu.
   Mobilde satırlar kendi içinde kapanan bloklara dönüşür: özellik adı üstte
   tam genişlikte, paket değerleri altta eşit sütunlarda. Sütun adı her
   değerin üstünde tekrar ettiği için başlık şeridine gerek kalmaz.
   Sütun adları .cmp üzerindeki --s1/--s2/--s3 değişkenlerinden gelir.
   ========================================================================== */

@media (max-width: 760px) {

    .main.product3 .cmp {
        border-radius: 10px;
    }

    /* Başlık şeridi yerini satır içi etiketlere bırakır */
    .main.product3 .cmp .cmp-head {
        display: none;
    }

    .main.product3 .cmp .ozellik {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 10px;
    }

    .main.product3 .cmp.c3 .ozellik {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Uzun metinli "vs" tablosunda değerler alt alta daha okunaklı */
    .main.product3 .cmp.vs .ozellik {
        grid-template-columns: 1fr;
        padding-bottom: 0;
    }

    .main.product3 .cmp .ozellik > span {
        min-width: 0;
    }

    /* Özellik adı: tam genişlikte başlık satırı */
    .main.product3 .cmp .ozellik > span:first-child {
        grid-column: 1 / -1;
        padding: 13px 14px 9px;
        font-size: 13.5px;
        line-height: 19px;
        font-weight: 600;
        color: var(--ink);
    }

    .main.product3 .cmp .ozellik small {
        font-size: 11.5px;
        line-height: 16px;
    }

    /* Değer hücreleri: eşit sütunlar, satırdan satıra aynı hizada */
    .main.product3 .cmp .ozellik > span + span {
        padding: 0 8px;
        border-left: 1px solid var(--rule);
        font-size: 12.5px;
        line-height: 18px;
    }

    .main.product3 .cmp .ozellik > span:nth-child(2) {
        border-left: none;
    }

    .main.product3 .cmp .ozellik > span + span::before,
    .main.product3 .cmp-foot > span::before {
        display: block;
        margin-bottom: 3px;
        font-family: var(--mono);
        font-size: 9.5px;
        font-weight: 500;
        letter-spacing: .07em;
        text-transform: uppercase;
        color: var(--muted);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .main.product3 .cmp .ozellik > span:nth-child(2)::before,
    .main.product3 .cmp-foot > span:nth-child(2)::before { content: var(--s1, ''); }

    .main.product3 .cmp .ozellik > span:nth-child(3)::before,
    .main.product3 .cmp-foot > span:nth-child(3)::before { content: var(--s2, ''); }

    .main.product3 .cmp .ozellik > span:nth-child(4)::before,
    .main.product3 .cmp-foot > span:nth-child(4)::before { content: var(--s3, ''); }

    /* "vs" varyantı: değerler tam genişlikte, sola yaslı */
    .main.product3 .cmp.vs .ozellik > span + span {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        padding: 10px 14px 12px;
        border-left: none;
        border-top: 1px solid var(--rule);
    }

    /* "vs" hücreleri satır yönlü; etiket daralıp kısalmamalı */
    .main.product3 .cmp.vs .ozellik > span + span::before {
        flex-shrink: 0;
        margin-bottom: 0;
    }

    /* Fiyat şeridi: paketler alt alta
       (.cmp.c3 masaüstü kuralıyla aynı özgüllükte olmalı) */
    .main.product3 .cmp .cmp-foot,
    .main.product3 .cmp.c3 .cmp-foot {
        grid-template-columns: 1fr;
    }

    .main.product3 .cmp-foot > span:first-child {
        display: none;
    }

    .main.product3 .cmp-foot > span {
        align-items: stretch;
        text-align: center;
        padding: 16px 14px;
        border-left: none;
        border-top: 1px solid var(--rule);
    }

    .main.product3 .cmp-foot > span:nth-child(2) {
        border-top: none;
    }

    .main.product3 .cmp-foot > span::before {
        margin-bottom: 6px;
    }
}

/* ==========================================================================
   YAZILIMLAR LİSTESİ (/yazilim)
   ========================================================================== */

.main.yazilimlar .yz-list {
    display: block;
    width: 100%;
    border-top: 1px solid var(--rule);
}

.main.yazilimlar .yz-card {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px 6px;
    border-bottom: 1px solid var(--rule);
    transition: background-color .2s ease;
}

.main.yazilimlar .yz-card:hover {
    background: #fff;
}

.main.yazilimlar .yz-main {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex: 1.6;
    min-width: 0;
}

.main.yazilimlar .yz-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 19px;
}

.main.yazilimlar .yz-body {
    min-width: 0;
}

.main.yazilimlar .yz-body h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 7px;
}

.main.yazilimlar .yz-body h3 a {
    color: var(--ink);
    text-decoration: none;
    transition: color .2s ease;
}

.main.yazilimlar .yz-body h3 a:hover {
    color: var(--brand);
}

.main.yazilimlar .yz-body p {
    font-size: 14.5px;
    line-height: 24px;
    color: var(--muted);
    max-width: 560px;
    margin-bottom: 14px;
}

.main.yazilimlar .yz-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.main.yazilimlar .yz-tags span {
    font-family: var(--mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand);
    border: 1px solid var(--rule);
    border-radius: 6px;
    padding: 5px 9px;
    background: #fff;
}

.main.yazilimlar .yz-side {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    text-align: right;
}

.main.yazilimlar .yz-price em {
    display: block;
    font-style: normal;
    font-family: var(--mono);
    font-size: 20px;
    font-weight: 600;
    color: var(--ink);
    font-variant-numeric: tabular-nums;
}

.main.yazilimlar .yz-price em.soluk {
    color: var(--muted);
    font-weight: 500;
}

.main.yazilimlar .yz-price small {
    display: block;
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 3px;
}

.main.yazilimlar .yz-count {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
    border: 1px solid var(--rule);
    border-radius: 6px;
    padding: 5px 9px;
    background: #fff;
}

.main.yazilimlar .yz-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.main.yazilimlar .yz-actions .cta {
    min-height: 42px;
    padding: 0 20px;
    font-size: 13.5px;
}

.main.yazilimlar .yz-empty {
    padding: 60px 20px;
    text-align: center;
    color: var(--muted);
    font-size: 14px;
    border-bottom: 1px solid var(--rule);
}

.main.yazilimlar .yz-empty i {
    display: block;
    font-size: 30px;
    margin-bottom: 12px;
    color: var(--rule);
}

.main.yazilimlar .closing-cta {
    padding-top: 60px;
}

@media (max-width: 860px) {
    .main.yazilimlar .yz-card {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .main.yazilimlar .yz-side {
        align-items: center;
        text-align: left;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
