/* Şablon kataloğu + detay */
.thero { background: linear-gradient(180deg, #1b1a2e 0%, #24203f 100%); color: #fff; padding: 56px 0 44px; }
.thero-in { display: grid; grid-template-columns: 1.25fr 1fr; gap: 32px; align-items: center; }
.thero small { letter-spacing: .1em; text-transform: uppercase; font-size: 11px; color: rgba(255,255,255,.6); font-weight: 700; }
.thero h1 { font-size: clamp(34px, 4.6vw, 56px); line-height: 1.02; letter-spacing: -.03em; margin: 10px 0 16px; font-weight: 800; }
.thero h1 em { font-style: normal; color: #b7adff; }
.thero p { color: rgba(255,255,255,.78); font-size: 16px; max-width: 580px; line-height: 1.55; }
.thero-meta { margin-top: 14px; color: rgba(255,255,255,.6) !important; font-size: 13px !important; }
.thero-meta b { color: #fff; }
.thero-art canvas { width: 100%; max-height: 400px; object-fit: contain; display: block; border-radius: 12px; }

.tcat { display: grid; grid-template-columns: 250px 1fr; gap: 28px; padding-top: 26px; padding-bottom: 80px; align-items: start; }
.tside { position: sticky; top: 70px; }
.side-all { width: 100%; text-align: left; border: 0; background: var(--surface); border-radius: 10px; padding: 10px 14px; font-weight: 700; cursor: pointer; margin-bottom: 8px; box-shadow: var(--shadow); }
.side-all.on { background: var(--brand-soft); color: var(--brand-ink); }
.tside details { border-top: 1px solid var(--line); padding: 10px 0; }
.tside summary { cursor: pointer; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); font-weight: 700; padding: 6px 4px; list-style: none; display: flex; justify-content: space-between; }
.tside summary::after { content: '+'; font-size: 14px; }
.tside details[open] summary::after { content: '−'; }
.side-list { display: flex; flex-direction: column; gap: 1px; margin-top: 4px; }
.side-list button { text-align: left; border: 0; background: none; padding: 7px 10px; border-radius: 8px; cursor: pointer; font-size: 13px; color: var(--fg); display: flex; justify-content: space-between; }
.side-list button:hover { background: var(--surface); }
.side-list button.on { background: var(--brand-soft); color: var(--brand-ink); font-weight: 600; }
.side-list button .n { color: var(--faint); font-size: 11.5px; }
.side-block { padding: 6px 4px; display: flex; flex-direction: column; gap: 8px; }
.side-h { font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); font-weight: 700; margin-top: 6px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }

.tmain { min-width: 0; }
.tbar { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.tcount { color: var(--muted); font-size: 13px; white-space: nowrap; }
.tcount b { color: var(--fg); }
.tbar input { max-width: 420px; }
.tcards { display: flex; flex-direction: column; gap: 18px; }
.tcard { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px 14px; box-shadow: var(--shadow); }
.tcard-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.tcard-head h3 { font-size: 18px; }
.tcard-head .free { background: #e6f7ec; color: #1f7a3f; border-radius: 6px; padding: 2px 7px; font-size: 11px; font-weight: 700; }
.tcard-head .grow { flex: 1; }
.tcard-head .btn.link { font-size: 13px; }
.tstrip { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
.tstrip canvas { height: 380px; width: auto; border-radius: 10px; flex: 0 0 auto; background: #ebebf2; scroll-snap-align: start; cursor: pointer; }
.tstrip.pan { gap: 2px; }
.tstrip.pan canvas { border-radius: 0; }
.tstrip.pan canvas:first-child { border-radius: 10px 0 0 10px; }
.tstrip.pan canvas:last-child { border-radius: 0 10px 10px 0; }
.tcompat { margin-top: 10px; font-size: 12px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.tcompat b { color: var(--fg); margin-right: 4px; }
.tcompat span { background: var(--surface-2); border: 1px solid var(--line); border-radius: 6px; padding: 2px 8px; }
.tmore { text-align: center; margin-top: 22px; }
.tempty { color: var(--muted); padding: 40px; text-align: center; }

/* detay */
.crumbs { display: flex; gap: 10px; color: var(--faint); padding: 22px 0 16px; font-size: 13px; }
.dstrip { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 10px; }
.dstrip canvas { height: 520px; width: auto; flex: 0 0 auto; border-radius: 8px; background: #ebebf2; }
.dstrip.pan { gap: 1px; }
.dgrid { display: grid; grid-template-columns: 1fr 340px; gap: 40px; padding: 30px 0; }
.dgrid h1 { font-size: 30px; letter-spacing: -.02em; margin-bottom: 14px; }
.dtags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.dgrid h3 { font-size: 14px; margin: 22px 0 8px; }
.dabout { color: var(--muted); line-height: 1.6; max-width: 620px; }
.ddims { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.9; }
.dside { padding: 18px; align-self: start; position: sticky; top: 70px; }
.dside h4 { font-size: 13px; margin-bottom: 8px; }
.dside ul { margin: 0 0 16px; padding-left: 18px; color: var(--muted); line-height: 1.8; font-size: 13px; }
.dside .btn { margin-bottom: 8px; }
.dmore-h { font-size: 20px; margin: 10px 0 14px; }

.start-opts { display: flex; flex-direction: column; gap: 8px; }
.start-opt { display: flex; gap: 14px; align-items: center; text-align: left; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; cursor: pointer; }
.start-opt:hover { border-color: var(--brand); background: var(--brand-soft); }
.start-opt .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--brand-soft); display: grid; place-items: center; font-size: 20px; }
.start-opt b { display: block; font-size: 14px; }
.start-opt small { color: var(--muted); }

@media (max-width: 900px) { .thero-in { grid-template-columns: 1fr; } .thero-art { display: none; } .tcat { grid-template-columns: 1fr; } .tside { position: static; } .tstrip canvas { height: 260px; } .dgrid { grid-template-columns: 1fr; } .dside { position: static; } .dstrip canvas { height: 360px; } }
