/* Ürün Dedektörü — ana sayfa (home) özel stiller; site.css'e ek */
.hero { padding-top: var(--sp-l); padding-bottom: var(--sp-xl); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(24px, 4vw, 56px); align-items: end; }
.h-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: var(--sp-s); }
.h-eyebrow .rule { height: 1px; width: 46px; background: var(--ink); }
.hero h1 { font-size: var(--step-5); font-weight: 600; max-width: 15ch; margin-bottom: var(--sp-s); }
.hero h1 em { font-style: normal; color: var(--green); font-weight: 900; }
.hero .deck { font-size: var(--step-1); color: var(--ink-soft); max-width: 42ch; margin-bottom: var(--sp-m); text-wrap: balance; }
.free-note { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.03em; color: var(--ink-soft); margin-top: var(--sp-s); }

.dossier { background: var(--paper-2); border: 1.5px solid var(--ink); position: relative; padding: 26px 24px 22px; box-shadow: 10px 12px 0 var(--line); }
.dossier::before { content: ""; position: absolute; left: 0; right: 0; top: -1.5px; height: 8px; background-image: radial-gradient(circle at 6px 0, var(--paper) 5px, transparent 5.5px); background-size: 14px 8px; background-repeat: repeat-x; background-position: 0 -4px; }
.dsr-head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1.5px dashed var(--line); padding-bottom: 12px; margin-bottom: 16px; }
.dsr-head .t { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; }
.dsr-head .no { font-family: var(--mono); font-size: 0.72rem; color: var(--ink-soft); }
.verdict { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.grade { font-family: var(--disp); font-weight: 900; font-size: 5.2rem; line-height: 0.8; color: var(--green-ink); }
.stamp { transform: rotate(-7deg); border: 2.5px solid var(--green); color: var(--green-ink); font-family: var(--mono); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 7px 12px; border-radius: 3px; }
.verdict .vtxt { font-family: var(--disp); font-size: 1.05rem; color: var(--ink-soft); }
.ilist { display: flex; flex-direction: column; }
.irow { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 0.82rem; padding: 9px 0; border-top: 1px solid var(--line); }
.irow .nm { color: var(--ink); }
.irow .dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-3px); }
.irow .vd { font-weight: 700; text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.06em; }
.vd.ok { color: var(--green-ink); } .vd.mid { color: var(--amber); } .vd.bad { color: var(--red); }

section { padding-block: var(--sp-xl); position: relative; z-index: 2; }
.sec-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: var(--sp-l); }
.sec-head .idx { font-family: var(--mono); font-size: 0.8rem; color: var(--ink-soft); letter-spacing: 0.1em; padding-top: 8px; }
.sec-head h2 { font-size: var(--step-4); font-weight: 600; }
.sec-head h2 em { font-style: italic; color: var(--green); }

.band-dark { background: var(--ink); color: var(--paper); border-block: 1.5px solid var(--ink); }
.band-dark .idx, .band-dark .overline { color: color-mix(in srgb, var(--paper) 62%, transparent); }
.band-dark h2 { color: var(--paper); } .band-dark h2 em { color: var(--green); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.step { border-top: 2px solid color-mix(in srgb, var(--paper) 30%, transparent); padding-top: 18px; }
.step .n { font-family: var(--disp); font-weight: 900; font-size: 3.4rem; line-height: 1; color: var(--green); }
.step h3 { font-size: var(--step-2); margin: 10px 0 8px; color: var(--paper); }
.step p { color: color-mix(in srgb, var(--paper) 72%, transparent); font-size: var(--step-0); max-width: 34ch; }

.fgrid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(14px, 1.6vw, 22px); }
.f { border: 1.5px solid var(--line); background: var(--paper-2); padding: clamp(20px, 2.4vw, 32px); position: relative; transition: border-color 0.25s ease, transform 0.25s ease; }
@media (hover: hover) { .f:hover { border-color: var(--ink); transform: translateY(-3px); } }
.f .fn { font-family: var(--mono); font-size: 0.74rem; color: var(--ink-soft); letter-spacing: 0.08em; }
.f h3 { font-size: var(--step-2); margin: 12px 0 8px; }
.f p { color: var(--ink-soft); font-size: var(--step-0); }
.f .pro { font-family: var(--mono); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.08em; color: var(--green-ink); border: 1px solid var(--green); padding: 2px 6px; border-radius: 3px; vertical-align: 3px; margin-left: 8px; }
.f-a { grid-column: span 7; } .f-b { grid-column: span 5; }
.f-c { grid-column: span 5; } .f-d { grid-column: span 7; }
.f-e { grid-column: span 7; } .f-g { grid-column: span 5; }
.f.hl { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.f.hl .fn { color: color-mix(in srgb, var(--paper) 60%, transparent); }
.f.hl h3 { color: var(--paper); } .f.hl p { color: color-mix(in srgb, var(--paper) 74%, transparent); }

.legend { display: grid; grid-template-columns: 1fr 1fr 1fr; border: 1.5px solid var(--ink); }
.lg { padding: clamp(22px, 3vw, 38px); border-right: 1.5px solid var(--ink); }
.lg:last-child { border-right: none; }
.lg .g { font-family: var(--disp); font-weight: 900; font-size: var(--step-3); line-height: 1; }
.lg.ok .g { color: var(--green-ink); } .lg.mid .g { color: var(--amber); } .lg.bad .g { color: var(--red); }
.lg .l { font-family: var(--disp); font-size: var(--step-1); margin: 8px 0 6px; }
.lg .d { color: var(--ink-soft); font-size: var(--step--1); font-family: var(--mono); }

.pers { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(24px, 4vw, 60px); align-items: center; }
.pers h2 { font-size: var(--step-3); max-width: 18ch; }
.pers h2 em { font-style: italic; color: var(--green); }
.pers p { color: color-mix(in srgb, var(--paper) 78%, transparent); font-size: var(--step-1); max-width: 42ch; margin-top: var(--sp-s); }
.tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tags span { font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.04em; padding: 9px 14px; border: 1px solid color-mix(in srgb, var(--paper) 34%, transparent); color: var(--paper); }

.faq { border-top: 1.5px solid var(--ink); max-width: 860px; }
.qi { border-bottom: 1.5px solid var(--line); }
.qbtn { width: 100%; background: none; border: none; cursor: pointer; text-align: left; display: flex; align-items: baseline; gap: 18px; padding: 22px 4px; font-family: var(--disp); font-size: var(--step-2); font-weight: 500; color: var(--ink); }
.qbtn:active { transform: translateY(1px); }
.qbtn .qn { font-family: var(--mono); font-size: 0.82rem; color: var(--green-ink); flex-shrink: 0; padding-top: 6px; }
.qbtn .qx { margin-left: auto; font-family: var(--mono); flex-shrink: 0; color: var(--ink-soft); transition: transform 0.3s ease; }
.qi.open .qx { transform: rotate(45deg); }
.qa { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.qa p { color: var(--ink-soft); font-size: var(--step-0); padding: 0 4px 24px 52px; max-width: 62ch; }
.qi.open .qa { max-height: 320px; }

.steps .step:nth-child(2), .fgrid .f:nth-child(2), .faq .qi:nth-child(2) { transition-delay: .07s; }
.steps .step:nth-child(3), .fgrid .f:nth-child(3), .faq .qi:nth-child(3) { transition-delay: .14s; }
.fgrid .f:nth-child(4), .faq .qi:nth-child(4) { transition-delay: .21s; }
.fgrid .f:nth-child(5), .faq .qi:nth-child(5) { transition-delay: .28s; }
.fgrid .f:nth-child(6) { transition-delay: .35s; }

@media (max-width: 900px) {
  .hero-grid, .pers { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .fgrid > .f { grid-column: 1 / -1 !important; }
  .legend { grid-template-columns: 1fr; }
  .lg { border-right: none; border-bottom: 1.5px solid var(--ink); } .lg:last-child { border-bottom: none; }
  .dossier { margin-top: var(--sp-m); }
}
