/* =====================================================================
   DETAY GROSS — tasarım katmanı
   ---------------------------------------------------------------------
   Bu dosya style.css'in ÜSTÜNE yüklenir. Renkler tema token'larından
   (--primary / --accent / --navy) türetilir; sabit marka rengi yazmayın.
   ===================================================================== */

:root {
    --dg-ink:      #101011;   /* hero / koyu bantlar — logodaki nötr siyah */
    --dg-ink-2:    #1A1A1C;
    --dg-ink-3:    #232326;
    --dg-on-dark:  rgba(255,255,255,.72);
    --dg-line-d:   rgba(255,255,255,.10);
    --dg-ok:       #16A34A;
    --dg-warn:     #D97706;
    --dg-on-primary: #1A1206;  /* turuncu zeminde okunur koyu metin */
    --dg-ease:     cubic-bezier(.22,1,.36,1);
}

/* Turuncu birincil renkte beyaz metin okunmuyor — koyu metne geç. */
.btn--primary,
.btn--primary:hover,
.btn-quote-large,
.ph-cta-btn,
.ph-pre-cta { color: var(--dg-on-primary); }
.btn--primary i, .ph-cta-btn i { color: inherit; }

/* =====================================================================
   1) ÜRÜN KARTI
   ===================================================================== */

.prod-card.dgc {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .3s var(--dg-ease), box-shadow .3s var(--dg-ease), border-color .2s;
}
.prod-card.dgc:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--primary-rgb), .45);
    box-shadow: 0 26px 60px -28px rgba(10,16,23,.42);
}
.dgc.is-oos { opacity: .82; }

/* --- görsel --- */
.dgc-media {
    position: relative;
    aspect-ratio: 1;
    background: linear-gradient(180deg, #FBFCFD, #EEF2F7);
    overflow: hidden;
}
.dgc-img { display: block; width: 100%; height: 100%; }
.dgc-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .55s var(--dg-ease);
}
.dgc:hover .dgc-img img { transform: scale(1.06); }
.dgc.is-oos .dgc-img img { filter: grayscale(.65); }

.dgc-flags {
    position: absolute; inset: 10px auto auto 10px;
    z-index: 3; display: flex; flex-direction: column; gap: 5px; align-items: flex-start;
}
.dgc-flag {
    background: var(--flag, var(--primary));
    color: #fff;
    font-size: 10.5px; font-weight: 800;
    letter-spacing: .35px;
    padding: 4px 9px; border-radius: 7px;
    box-shadow: 0 6px 14px -6px rgba(10,16,23,.5);
    white-space: nowrap;
}
.dgc-tools {
    position: absolute; inset: 10px 10px auto auto;
    z-index: 3; display: flex; flex-direction: column; gap: 6px;
    opacity: 0; transform: translateX(8px);
    transition: opacity .25s, transform .25s var(--dg-ease);
}
.dgc:hover .dgc-tools, .dgc:focus-within .dgc-tools { opacity: 1; transform: none; }
.dgc-tool {
    width: 34px; height: 34px;
    display: grid; place-items: center;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.94);
    color: var(--text-2);
    border-radius: 10px;
    cursor: pointer;
    transition: .18s;
}
.dgc-tool:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.dgc-tool.is-on { color: var(--primary); border-color: var(--primary); }
.dgc-oos-tag {
    position: absolute; inset: auto 0 0 0;
    background: rgba(10,16,23,.82);
    color: #fff;
    text-align: center;
    font-size: 12px; font-weight: 800; letter-spacing: .6px;
    padding: 8px 0;
}

/* --- gövde --- */
.dgc-body {
    padding: 14px 15px 15px;
    display: flex; flex-direction: column; gap: 7px;
    flex: 1;
}
.dgc-brand {
    font-size: 10.5px; font-weight: 800;
    letter-spacing: 1.1px;
    color: var(--muted);
    text-decoration: none;
    display: block;
}
a.dgc-brand:hover { color: var(--primary); }
.dgc-name {
    margin: 0;
    font-size: 14px; font-weight: 700;
    line-height: 1.38;
    letter-spacing: -.01em;
    min-height: 2.76em;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden;
}
.dgc-name a { color: var(--text); }
.dgc-name a:hover { color: var(--primary); }

.dgc-rating { display: flex; align-items: center; gap: 7px; }
.dgc-stars { color: var(--accent); font-size: 12px; display: inline-flex; gap: 1px; line-height: 1; }
.dgc-rating small { font-size: 11px; color: var(--muted); font-weight: 600; }

.dgc-foot {
    margin-top: auto;
    padding-top: 10px;
    display: flex; align-items: flex-end; justify-content: space-between; gap: 10px;
}
.dgc-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; min-width: 0; }
.dgc-old { font-size: 12px; color: var(--muted); text-decoration: line-through; }
.dgc-new { font-size: 19px; font-weight: 800; color: var(--text); letter-spacing: -.02em; line-height: 1.1; }
.dgc-quote { font-size: 13px; font-weight: 700; color: var(--primary); }
.dgc-off {
    font-size: 11px; font-weight: 800; color: #fff;
    background: #E8442A; padding: 2px 6px; border-radius: 6px;
}
.dgc-vat { flex-basis: 100%; font-size: 10.5px; color: var(--muted); font-weight: 600; }

.dgc-add {
    flex-shrink: 0;
    display: inline-flex; align-items: center; gap: 7px;
    height: 40px; padding: 0 13px;
    border: 0; border-radius: 11px;
    background: var(--primary); color: var(--dg-on-primary);
    font-size: 13px; font-weight: 700; font-family: inherit;
    cursor: pointer;
    transition: .2s var(--dg-ease);
    box-shadow: 0 10px 22px -12px rgba(var(--primary-rgb), .9);
}
.dgc-add span { max-width: 0; overflow: hidden; white-space: nowrap; opacity: 0; transition: .25s var(--dg-ease); }
.dgc:hover .dgc-add span { max-width: 110px; opacity: 1; }
.dgc-add:hover { background: var(--primary-dark); }
.dgc-add.is-disabled { background: var(--bg-soft-2); color: var(--text-2); box-shadow: none; }
.dgc-add.is-disabled:hover { background: var(--navy); color: #fff; }
.dgc-add.is-loading { opacity: .7; pointer-events: none; }
.dgc-add.is-done { background: var(--dg-ok); }

.dgc-stock {
    display: flex; align-items: center; gap: 5px;
    font-size: 11.5px; font-weight: 700;
    padding-top: 9px; margin-top: 2px;
    border-top: 1px dashed var(--line);
}
.dgc-stock.is-ok   { color: var(--dg-ok); }
.dgc-stock.is-low  { color: var(--dg-warn); }
.dgc-stock.is-out  { color: var(--muted); }

@media (max-width: 767px) {
    .dgc-body { padding: 11px 12px 12px; gap: 5px; }
    .dgc-name { font-size: 13px; }
    .dgc-new { font-size: 16px; }
    .dgc-tools { opacity: 1; transform: none; }
    .dgc-add { height: 36px; padding: 0 11px; }
    .dgc-add span { display: none; }
}

/* =====================================================================
   2) HERO
   ===================================================================== */

.dg-hero {
    position: relative;
    background: var(--dg-ink);
    color: #fff;
    overflow: hidden;
    padding: 64px 0 96px;
    isolation: isolate;
}
.dg-hero::before {
    content: "";
    position: absolute; inset: 0; z-index: -2;
    background:
        radial-gradient(980px 560px at 74% 34%, rgba(var(--primary-rgb), .22), transparent 64%),
        radial-gradient(700px 460px at 4% 6%, rgba(255,255,255, .05), transparent 62%),
        linear-gradient(160deg, var(--dg-ink-2) 0%, var(--dg-ink) 58%, #08080A 100%);
}
.dg-hero::after {
    content: "";
    position: absolute; inset: 0; z-index: -1;
    background-image:
        linear-gradient(var(--dg-line-d) 1px, transparent 1px),
        linear-gradient(90deg, var(--dg-line-d) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(1000px 560px at 30% 20%, #000 0%, transparent 78%);
    -webkit-mask-image: radial-gradient(1000px 560px at 30% 20%, #000 0%, transparent 78%);
    opacity: .5;
}
.dg-hero-wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    gap: 40px;
    align-items: center;
    min-height: 460px;
}
.dg-hero-copy { max-width: 620px; }

.dg-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(var(--primary-rgb), .14);
    border: 1px solid rgba(var(--primary-rgb), .34);
    color: #EAF8FF;
    padding: 7px 14px; border-radius: 99px;
    font-size: 11.5px; font-weight: 800;
    letter-spacing: 1.1px; text-transform: uppercase;
    margin-bottom: 20px;
}
.dg-eyebrow i { color: var(--primary); }

.dg-hero h1 {
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -.035em;
    color: #fff;
    margin: 0 0 18px;
}
.dg-hero h1 .accent {
    background: linear-gradient(100deg, var(--primary) 6%, #FFB44A 52%, #FFD79A 92%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dg-hero-lead {
    font-size: 16.5px;
    line-height: 1.62;
    color: var(--dg-on-dark);
    margin: 0 0 28px;
    max-width: 540px;
}

.dg-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.dg-btn {
    display: inline-flex; align-items: center; gap: 9px;
    height: 52px; padding: 0 24px;
    border-radius: 13px;
    font-size: 15px; font-weight: 700;
    text-decoration: none;
    transition: .22s var(--dg-ease);
    white-space: nowrap;
}
.dg-btn-primary {
    background: var(--primary); color: var(--dg-on-primary);
    box-shadow: 0 18px 40px -18px rgba(var(--primary-rgb), 1);
}
.dg-btn-primary:hover { background: #fff; color: var(--dg-on-primary); transform: translateY(-2px); }
.dg-btn-ghost {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.20);
    color: #fff;
}
.dg-btn-ghost:hover { background: rgba(255,255,255,.13); color: #fff; transform: translateY(-2px); }

.dg-hero-trust {
    list-style: none; margin: 0 0 22px; padding: 0;
    display: flex; flex-wrap: wrap; gap: 30px;
}
.dg-hero-trust li { display: flex; flex-direction: column; }
.dg-hero-trust b {
    font-size: 24px; font-weight: 800; color: #fff; letter-spacing: -.02em; line-height: 1.1;
}
.dg-hero-trust span {
    font-size: 11.5px; font-weight: 700; letter-spacing: .7px;
    text-transform: uppercase; color: rgba(255,255,255,.48); margin-top: 3px;
}

.dg-hero-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.dg-hero-chips small {
    font-size: 10.5px; font-weight: 800; letter-spacing: 1px;
    text-transform: uppercase; color: rgba(255,255,255,.40); margin-right: 4px;
}
.dg-hero-chips a {
    font-size: 12.5px; font-weight: 600;
    color: rgba(255,255,255,.80);
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.13);
    padding: 6px 12px; border-radius: 99px;
    text-decoration: none; transition: .18s;
}
.dg-hero-chips a:hover { background: rgba(var(--primary-rgb),.18); border-color: rgba(var(--primary-rgb),.5); color: #fff; }

/* --- sahne --- */
.dg-hero-stage { position: relative; min-height: 420px; display: grid; place-items: center; }
.dg-hero-stage > img {
    width: 100%; max-width: 620px; height: auto;
    filter: drop-shadow(0 40px 60px rgba(0,0,0,.55));
    animation: dgFloat 7s ease-in-out infinite;
}
@keyframes dgFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.dg-float {
    position: absolute; z-index: 2;
    display: flex; align-items: center; gap: 11px;
    background: rgba(18,27,36,.78);
    border: 1px solid var(--dg-line-d);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 14px;
    padding: 12px 15px;
    box-shadow: 0 24px 50px -24px rgba(0,0,0,.85);
}
.dg-float .ic {
    width: 38px; height: 38px; flex-shrink: 0;
    border-radius: 11px;
    background: rgba(var(--primary-rgb), .18);
    color: var(--primary);
    display: grid; place-items: center; font-size: 19px;
}
.dg-float b { display: block; font-size: 13.5px; font-weight: 800; color: #fff; line-height: 1.2; }
.dg-float small { font-size: 11px; color: rgba(255,255,255,.52); }
.dg-float-1 { top: 6%; left: -4%; }
.dg-float-2 { bottom: 8%; right: -2%; }

.dg-hero-dots { position: relative; display: flex; gap: 7px; justify-content: center; margin-top: 34px; }
.dg-hero-dots button {
    width: 30px; height: 4px; padding: 0;
    border: 0; border-radius: 99px;
    background: rgba(255,255,255,.20);
    cursor: pointer; transition: .25s;
}
.dg-hero-dots button.is-active { background: var(--primary); width: 46px; }

@media (max-width: 991px) {
    .dg-hero { padding: 44px 0 84px; }
    .dg-hero-wrap { grid-template-columns: 1fr; gap: 26px; min-height: 0; }
    .dg-hero-stage { min-height: 260px; order: -1; }
    .dg-hero-stage > img { max-width: 420px; }
    .dg-float-1 { top: 0; left: 0; }
    .dg-float-2 { bottom: 0; right: 0; }
    .dg-hero-trust { gap: 22px; }
    .dg-hero-trust b { font-size: 20px; }
}
@media (max-width: 575px) {
    .dg-float { display: none; }
    .dg-hero-stage { min-height: 210px; }
    .dg-btn { height: 48px; padding: 0 18px; font-size: 14px; }
}

/* =====================================================================
   3) KATEGORİ RAYI (hero'nun altına binen kartlar)
   ===================================================================== */

.dg-catrail { position: relative; margin-top: -56px; z-index: 5; padding-bottom: 8px; }
.dg-catrail-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}
.dg-catcard {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px 14px 16px;
    text-align: center;
    text-decoration: none;
    display: flex; flex-direction: column; align-items: center; gap: 9px;
    box-shadow: 0 18px 40px -26px rgba(10,16,23,.35);
    transition: transform .25s var(--dg-ease), box-shadow .25s, border-color .2s;
}
.dg-catcard:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--primary-rgb),.5);
    box-shadow: 0 28px 54px -26px rgba(10,16,23,.42);
}
.dg-catcard .ic {
    width: 46px; height: 46px;
    border-radius: 13px;
    display: grid; place-items: center;
    font-size: 23px;
    background: rgba(var(--primary-rgb), .10);
    color: var(--primary);
    transition: .25s var(--dg-ease);
}
.dg-catcard:hover .ic { background: var(--primary); color: #fff; transform: scale(1.06) rotate(-4deg); }
.dg-catcard b { font-size: 13px; font-weight: 700; color: var(--text); line-height: 1.3; }
.dg-catcard small { font-size: 11px; color: var(--muted); font-weight: 600; }

@media (max-width: 991px) {
    .dg-catrail-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575px) {
    .dg-catrail { margin-top: -46px; }
    .dg-catrail-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .dg-catcard { padding: 14px 10px; }
}

/* =====================================================================
   4) GÜVEN BANDI
   ===================================================================== */

.dg-usp { padding: 46px 0 40px; background: var(--bg); }
.dg-usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dg-usp-item {
    display: flex; gap: 13px; align-items: flex-start;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--bg-soft);
    transition: .22s var(--dg-ease);
}
.dg-usp-item:hover { border-color: rgba(var(--primary-rgb),.4); background: var(--bg); transform: translateY(-3px); }
.dg-usp-item .ic {
    width: 42px; height: 42px; flex-shrink: 0;
    border-radius: 12px;
    background: rgba(var(--primary-rgb), .10);
    color: var(--primary);
    display: grid; place-items: center; font-size: 21px;
}
.dg-usp-item b { display: block; font-size: 14px; font-weight: 800; color: var(--text); letter-spacing: -.01em; }
.dg-usp-item small { font-size: 12px; color: var(--muted); line-height: 1.45; display: block; margin-top: 2px; }
@media (max-width: 991px) { .dg-usp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .dg-usp-grid { grid-template-columns: 1fr; } }

/* =====================================================================
   5) BÖLÜM BAŞLIKLARI
   ===================================================================== */

.dg-sec { padding: 62px 0; }
.dg-sec--soft { background: var(--bg-soft); }
.dg-sec-head {
    display: flex; align-items: flex-end; justify-content: space-between;
    gap: 20px; flex-wrap: wrap; margin-bottom: 30px;
}
.dg-sec-head .eyebrow {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(var(--primary-rgb), .10);
    color: var(--primary);
    padding: 5px 12px; border-radius: 99px;
    font-size: 10.5px; font-weight: 800;
    letter-spacing: 1.1px; text-transform: uppercase;
    margin-bottom: 12px;
}
.dg-sec-head h2 {
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 800; letter-spacing: -.03em;
    margin: 0 0 6px; color: var(--text);
}
.dg-sec-head p { margin: 0; font-size: 14.5px; color: var(--muted); }
.dg-sec-head .more {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 14px; font-weight: 700; color: var(--text);
    border: 1px solid var(--line); border-radius: 11px;
    padding: 10px 16px; text-decoration: none;
    transition: .2s var(--dg-ease);
}
.dg-sec-head .more:hover { background: var(--primary); border-color: var(--primary); color: #fff; }

/* =====================================================================
   6) BENTO KATEGORİ IZGARASI (görsel arka planlı)
   ===================================================================== */

.dg-bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 208px; gap: 14px; }
.dg-bento-cell {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 22px;
    background: var(--dg-ink-2);
    transition: transform .3s var(--dg-ease), box-shadow .3s;
}
.dg-bento-cell:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -28px rgba(10,16,23,.5); }
.dg-bento-cell img {
    position: absolute; inset: 0; z-index: 0;
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .6s var(--dg-ease);
}
.dg-bento-cell:hover img { transform: scale(1.06); }
.dg-bento-cell::after {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(8,14,20,.10) 0%, rgba(8,14,20,.62) 58%, rgba(8,14,20,.92) 100%);
}
.dg-bento-cell > * { position: relative; z-index: 2; }
.dg-bento-cell .ic {
    position: absolute; top: 20px; left: 20px;
    width: 44px; height: 44px; border-radius: 13px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(8px);
    color: #fff; display: grid; place-items: center; font-size: 22px;
}
.dg-bento-cell b { display: block; font-size: 18px; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.dg-bento-cell small { display: block; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.62); margin-top: 3px; }
.dg-bento-cell .arr {
    position: absolute; top: 20px; right: 20px;
    width: 38px; height: 38px; border-radius: 12px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff; display: grid; place-items: center; font-size: 17px;
    transition: .25s var(--dg-ease);
}
.dg-bento-cell:hover .arr { background: var(--primary); border-color: var(--primary); transform: translate(3px,-3px); }
.dg-bento-cell.is-lg { grid-column: span 2; grid-row: span 2; padding: 30px; }
.dg-bento-cell.is-lg b { font-size: 30px; line-height: 1.1; }
.dg-bento-cell.is-lg .ic { width: 56px; height: 56px; font-size: 28px; }
.dg-bento-cell.is-md { grid-column: span 2; }
@media (max-width: 991px) {
    .dg-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
    .dg-bento-cell.is-lg { grid-column: span 2; grid-row: span 1; padding: 22px; }
    .dg-bento-cell.is-lg b { font-size: 22px; }
    .dg-bento-cell.is-md { grid-column: span 2; }
}
@media (max-width: 575px) {
    .dg-bento { grid-auto-rows: 148px; gap: 10px; }
    .dg-bento-cell.is-md, .dg-bento-cell.is-sm { grid-column: span 1; }
}

/* =====================================================================
   7) YATAY ÜRÜN RAYI
   ===================================================================== */

.dg-rail-wrap { position: relative; }
.dg-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 1fr);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    scrollbar-width: thin;
}
.dg-rail > * { scroll-snap-align: start; }
.dg-rail::-webkit-scrollbar { height: 6px; }
.dg-rail::-webkit-scrollbar-thumb { background: var(--line); border-radius: 99px; }
.dg-rail::-webkit-scrollbar-thumb:hover { background: var(--muted); }
.dg-rail-nav {
    position: absolute; top: -62px; right: 0;
    display: flex; gap: 8px;
}
.dg-rail-nav button {
    width: 40px; height: 40px; border-radius: 11px;
    border: 1px solid var(--line); background: var(--bg);
    color: var(--text); cursor: pointer; font-size: 17px;
    display: grid; place-items: center; transition: .18s;
}
.dg-rail-nav button:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
@media (max-width: 767px) { .dg-rail-nav { display: none; } .dg-rail { grid-auto-columns: minmax(180px, 1fr); } }

/* =====================================================================
   8) KOYU İSTATİSTİK / YORUM BANDI
   ===================================================================== */

.dg-proof {
    background: var(--dg-ink);
    color: #fff;
    padding: 66px 0;
    position: relative; overflow: hidden;
}
.dg-proof::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(900px 480px at 85% 0%, rgba(var(--primary-rgb), .22), transparent 60%);
}
.dg-proof > * { position: relative; }
.dg-proof-grid { display: grid; grid-template-columns: 360px 1fr; gap: 44px; align-items: start; }
.dg-proof h2 { font-size: clamp(24px,2.4vw,32px); font-weight: 800; letter-spacing: -.03em; color: #fff; margin: 0 0 12px; }
.dg-proof-lead { color: var(--dg-on-dark); font-size: 14.5px; line-height: 1.65; margin: 0 0 24px; }
.dg-kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.dg-kpi {
    background: rgba(255,255,255,.045);
    border: 1px solid var(--dg-line-d);
    border-radius: 14px; padding: 16px;
}
.dg-kpi i { color: var(--primary); font-size: 20px; }
.dg-kpi b { display: block; font-size: 23px; font-weight: 800; color: #fff; letter-spacing: -.02em; margin: 8px 0 2px; }
.dg-kpi small { font-size: 10.5px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: rgba(255,255,255,.46); }

.dg-revs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.dg-rev {
    background: rgba(255,255,255,.045);
    border: 1px solid var(--dg-line-d);
    border-radius: 14px; padding: 18px;
    display: flex; flex-direction: column; gap: 10px;
    transition: .22s var(--dg-ease);
}
.dg-rev:hover { background: rgba(255,255,255,.08); transform: translateY(-3px); }
.dg-rev-stars { color: var(--accent); font-size: 12px; display: inline-flex; gap: 1px; }
.dg-rev p { margin: 0; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.80); flex: 1; }
.dg-rev-foot { display: flex; align-items: center; gap: 10px; padding-top: 11px; border-top: 1px solid var(--dg-line-d); }
.dg-rev-av {
    width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--dg-on-primary); display: grid; place-items: center;
    font-size: 12px; font-weight: 800;
}
.dg-rev-foot b { display: block; font-size: 12.5px; font-weight: 800; color: #fff; }
.dg-rev-foot small { display: block; font-size: 11px; color: rgba(255,255,255,.45); }
@media (max-width: 991px) {
    .dg-proof-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 575px) { .dg-revs { grid-template-columns: 1fr; } }

/* =====================================================================
   9) MARKA ŞERİDİ
   ===================================================================== */

.dg-brands { padding: 52px 0; background: var(--bg); border-top: 1px solid var(--line-2); overflow: hidden; }
.dg-marquee {
    position: relative; overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.dg-marquee-row {
    display: flex; gap: 14px; width: max-content;
    animation: dgMarquee 46s linear infinite;
    align-items: center;
}
.dg-marquee:hover .dg-marquee-row { animation-play-state: paused; }
@keyframes dgMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.dg-marquee-item {
    flex-shrink: 0;
    width: 168px; height: 76px;
    display: grid; place-items: center;
    padding: 14px 18px;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 14px;
    transition: .2s var(--dg-ease);
    filter: grayscale(1); opacity: .55;
}
.dg-marquee-item:hover { filter: none; opacity: 1; border-color: rgba(var(--primary-rgb),.45); transform: translateY(-3px); }
.dg-marquee-item img { max-height: 38px; max-width: 130px; object-fit: contain; }
@media (prefers-reduced-motion: reduce) { .dg-marquee-row { animation: none; } }

/* =====================================================================
   10) BLOG
   ===================================================================== */

.dg-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dg-blog-card {
    background: var(--bg); border: 1px solid var(--line);
    border-radius: 18px; overflow: hidden;
    display: flex; flex-direction: column;
    transition: .25s var(--dg-ease);
}
.dg-blog-card:hover { transform: translateY(-4px); border-color: rgba(var(--primary-rgb),.4); box-shadow: 0 26px 56px -30px rgba(10,16,23,.4); }
.dg-blog-cover { aspect-ratio: 16/9; overflow: hidden; display: block; background: var(--dg-ink-2); }
.dg-blog-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--dg-ease); }
.dg-blog-card:hover .dg-blog-cover img { transform: scale(1.05); }
.dg-blog-body { padding: 18px 19px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.dg-blog-body time { font-size: 11px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: var(--muted); }
.dg-blog-body h3 { margin: 0; font-size: 16.5px; font-weight: 700; line-height: 1.36; letter-spacing: -.02em; }
.dg-blog-body h3 a { color: var(--text); }
.dg-blog-body h3 a:hover { color: var(--primary); }
.dg-blog-body p { margin: 0; font-size: 13.5px; color: var(--text-2); line-height: 1.55; }
.dg-blog-body .read { margin-top: auto; padding-top: 8px; font-size: 13.5px; font-weight: 700; color: var(--primary); display: inline-flex; gap: 6px; align-items: center; }
@media (max-width: 991px) { .dg-blog-grid { grid-template-columns: 1fr; } }

/* =====================================================================
   11) KOYU TEMA UYUMU
   ===================================================================== */

/* Tek logo dosyası kullanılıyor (şeffaf zemin, siyah konturlu) —
   hem açık hem koyu temada okunur, varyant değiştirme yok. */
.ph-logo .ph-logo-img { height: 56px; max-height: 56px; width: auto; max-width: 260px; }
@media (max-width: 991px) { .ph-logo .ph-logo-img { height: 44px; max-height: 44px; } }
/* Logo raster olduğu için header'ın dikey nefes alanını biraz artır */
.ph-main { padding-top: 10px; padding-bottom: 10px; }

/* =====================================================================
   12) SEPET CTA (header)
   ===================================================================== */

.ph-cart-cta {
    gap: 9px;
    padding-right: 16px;
}
.ph-cart-cta .ph-cart-total {
    font-weight: 800;
    font-size: 13px;
    opacity: .82;
}
.ph-cart-cta .ph-cart-total:empty { display: none; }
.ph-cart-cta .ph-cta-badge {
    background: var(--dg-ink);
    color: #fff;
}
@media (max-width: 767px) {
    .ph-cart-cta .ph-cart-label,
    .ph-cart-cta .ph-cart-total { display: none; }
    .ph-cart-cta { padding: 0 14px; }
}

[data-theme="dark"] .prod-card.dgc { background: var(--bg-soft); border-color: var(--line); }
[data-theme="dark"] .dgc-media { background: linear-gradient(180deg, #1B242E, #131A22); }
[data-theme="dark"] .dgc-tool { background: rgba(20,28,36,.9); border-color: var(--line); color: var(--text-2); }
[data-theme="dark"] .dg-catcard,
[data-theme="dark"] .dg-usp-item,
[data-theme="dark"] .dg-blog-card,
[data-theme="dark"] .dg-marquee-item { background: var(--bg-soft); border-color: var(--line); }
[data-theme="dark"] .dg-sec-head .more { border-color: var(--line); color: var(--text); }
