/* ============================================================
   KARTONSTAND — Sayfa bileşenleri (soft/sade)
   ============================================================ */

/* ── Section number decoration ── */
.sec-num {
  font-family: var(--font-display); font-size: clamp(80px, 12vw, 140px); font-weight: 900;
  color: var(--border); line-height: 1; position: absolute; top: -20px; right: 0;
  letter-spacing: -.05em; pointer-events: none; user-select: none; z-index: 0;
  opacity: .55;
}
.sec-rel { position: relative; overflow: hidden; }
.sec-rel > * { position: relative; z-index: 1; }

/* ── Modern card lift ── */
.card { transition: border-color .25s, box-shadow .28s, transform .28s var(--ease); }
.card:hover { border-color: var(--accent-mid); box-shadow: 0 8px 32px rgba(0,0,0,.06), 0 2px 8px rgba(0,0,0,.06); transform: translateY(-4px); }

/* ── Gradient divider ── */
.grad-divider { height: 1px; background: linear-gradient(90deg, transparent 0%, var(--border) 20%, var(--accent-mid) 50%, var(--border) 80%, transparent 100%); border: none; }


.hero {
  background: linear-gradient(160deg, #f8f7f5 0%, #ffffff 55%, #f2f5f0 100%);
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 72% 20%, rgba(0,0,0,.03) 0%, transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(0,0,0,.02) 0%, transparent 40%);
  pointer-events: none;
}
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 80px 0 88px; position: relative; z-index: 1; }
.hero-copy .sec-label { margin-bottom: 18px; }
.hero h1 { margin-bottom: 20px; }
.hero .lead { margin-bottom: 32px; max-width: 52ch; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; margin-top: 44px; padding-top: 32px; border-top: 1px solid var(--border); flex-wrap: wrap; }
.h-stat b { font-size: 30px; font-weight: 800; color: var(--accent); display: block; line-height: 1; letter-spacing: -.02em; }
.h-stat span { font-size: 12px; color: var(--text-3); font-weight: 700; margin-top: 5px; display: block; text-transform: uppercase; letter-spacing: .06em; }

/* hero visual — single large placeholder + floating cards */
.hero-visual { position: relative; height: 440px; }
.hero-main-ph {
  position: absolute; inset: 0 0 0 0;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero-main-ph .ph { width: 100%; height: 100%; background: #e0ddd7; }
.hero-float-stat {
  position: absolute; top: 24px; right: -12px;
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius-md); box-shadow: var(--shadow-md);
  padding: 14px 18px; min-width: 140px; text-align: center;
}
.hero-float-stat b { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: var(--accent); display: block; letter-spacing: -.02em; }
.hero-float-stat span { font-size: 11px; color: var(--text-3); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero-float-badge {
  position: absolute; bottom: 28px; left: -16px;
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius-md); box-shadow: var(--shadow-md);
  padding: 13px 17px; display: flex; align-items: center; gap: 12px;
}
.hero-float-badge .hb-ic { width: 38px; height: 38px; border-radius: 10px; background: var(--accent-soft); display: grid; place-items: center; flex: none; }
.hero-float-badge .hb-ic i, .hero-float-badge .hb-ic svg { width: 18px; height: 18px; color: var(--accent); }
.hero-float-badge b { font-size: 14px; font-weight: 700; display: block; line-height: 1.3; }
.hero-float-badge span { font-size: 11px; color: var(--text-3); font-weight: 600; }

@media (max-width: 900px){ .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 52px 0 56px; } .hero-visual { height: 300px; } }
@media (max-width: 520px){ .hero-visual { height: 240px; } .hero-float-stat { display: none; } }

/* ── TRUST BAR ── */
.trust-bar { border-bottom: 1px solid var(--border); background: var(--bg); }
.trust-bar .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 24px 22px; border-right: 1px solid var(--border); transition: background .2s; }
.trust-item:hover { background: var(--bg-alt); }
.trust-item:last-child { border-right: none; }
.trust-icon { width: 42px; height: 42px; border-radius: 11px; background: var(--accent-soft); display: grid; place-items: center; flex: none; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.trust-icon i, .trust-icon svg { width: 19px; height: 19px; color: var(--accent); }
.trust-item b { font-size: 14.5px; font-weight: 700; display: block; }
.trust-item span { font-size: 12px; color: var(--text-3); font-weight: 600; margin-top: 1px; }
@media (max-width: 780px){ .trust-bar .wrap { grid-template-columns: 1fr 1fr; } .trust-item:nth-child(2){ border-right: none; } .trust-item { border-bottom: 1px solid var(--border); } }
@media (max-width: 480px){ .trust-bar .wrap { grid-template-columns: 1fr; } .trust-item { border-right: none; } }

/* ── SECTION HEADER ── */
.sec-head { margin-bottom: 40px; }
.sec-head.centered { text-align: center; }
.sec-head.centered .sec-label { justify-content: center; }
.sec-head .sub { font-size: 16px; color: var(--text-2); margin-top: 12px; max-width: 56ch; line-height: 1.65; }
.sec-head.centered .sub { margin: 12px auto 0; }
.sec-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }

/* ── CATEGORIES ── */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 960px){ .cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px){ .cat-grid { grid-template-columns: 1fr; } }

.cat-card {
  padding: 26px 24px; display: flex; flex-direction: column; gap: 12px;
  cursor: pointer; text-decoration: none;
  border-top: 3px solid transparent;
  transition: border-color .22s, box-shadow .22s, transform .22s var(--ease);
}
.cat-card:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.cat-icon { width: 46px; height: 46px; border-radius: 13px; background: var(--accent-soft); display: grid; place-items: center; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.cat-icon i, .cat-icon svg { width: 22px; height: 22px; color: var(--accent); }
.cat-card h3 { font-size: 16px; font-weight: 700; }
.cat-card p { font-size: 13px; color: var(--text-3); line-height: 1.55; flex: 1; }
.cat-card .cat-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--border); }
.cat-count { font-size: 13px; font-weight: 700; color: var(--text-2); }
.cat-foot i, .cat-foot svg { width: 17px; height: 17px; color: var(--accent); transition: transform .2s var(--ease); }
.cat-card:hover .cat-foot i, .cat-card:hover .cat-foot svg { transform: translateX(5px); }

/* ── WHY US ── */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 700px){ .why-grid { grid-template-columns: 1fr; } }
.why-item { padding: 30px; display: flex; gap: 20px; align-items: flex-start; transition: border-color .22s, box-shadow .22s, transform .22s var(--ease); }
.why-item:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.why-num { font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); opacity: .6; margin-bottom: 6px; display: block; }
.why-icon { width: 48px; height: 48px; border-radius: 13px; background: var(--accent-soft); display: grid; place-items: center; flex: none; box-shadow: 0 3px 10px rgba(0,0,0,.08); }
.why-icon i, .why-icon svg { width: 22px; height: 22px; color: var(--accent); }
.why-item h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.why-item p { font-size: 14px; color: var(--text-2); line-height: 1.65; }

/* ── PROCESS ── */
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
.process-steps::before { content: ""; position: absolute; top: 21px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--accent-mid), var(--accent-soft)); z-index: 0; }
.proc-step { position: relative; z-index: 1; padding: 0 10px; text-align: center; }
.proc-num {
  width: 44px; height: 44px; border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  display: grid; place-items: center; margin: 0 auto 18px;
  font-weight: 800; font-size: 15px; color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.proc-step h3 { font-size: 14px; font-weight: 700; margin-bottom: 7px; }
.proc-step p { font-size: 13px; color: var(--text-3); line-height: 1.55; }
@media (max-width: 860px){ .process-steps { grid-template-columns: repeat(3, 1fr); gap: 24px; } .process-steps::before { display: none; } }
@media (max-width: 600px){ .process-steps { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 400px){ .process-steps { grid-template-columns: 1fr; gap: 16px; } .proc-step { padding: 0; } }

/* production photo grid */
.prod-photos { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 200px 160px; gap: 12px; margin-top: 48px; }
.prod-photos .ph { border-radius: var(--radius-md); }
.prod-photos .pp-main { grid-row: 1 / 3; }
@media (max-width: 700px){ .prod-photos { grid-template-columns: 1fr 1fr; grid-template-rows: auto; } .prod-photos .ph { height: 160px; } .prod-photos .pp-main { grid-row: auto; grid-column: 1 / 3; height: 220px; } }

/* ── PRODUCT CARDS (pcard) ── */
.pcard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1000px){ .pcard-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px){ .pcard-grid { grid-template-columns: 1fr; } }

.pcard { display: flex; flex-direction: column; overflow: hidden; cursor: pointer; text-decoration: none; }
.pcard:hover { border-color: var(--accent-mid); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.pcard-img { aspect-ratio: 4/5; position: relative; background: var(--bg-alt); overflow: hidden; }
.pcard-img .ph { width: 100%; height: 100%; }
.pcard-body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.pcard-cat { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); }
.pcard-body h3 { font-size: 16px; font-weight: 700; line-height: 1.3; }
.pcard-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.pcard-foot { margin-top: auto; padding-top: 12px; display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--accent); }
.pcard-foot i, .pcard-foot svg { width: 15px; height: 15px; transition: transform .2s; }
.pcard:hover .pcard-foot i, .pcard:hover .pcard-foot svg { transform: translateX(4px); }

/* ── REFERENCES ── */
.ref-wall { display: grid; grid-template-columns: repeat(6, 1fr); border: 1.5px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.ref-cell { aspect-ratio: 3/2; display: grid; place-items: center; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); transition: background .15s; }
.ref-cell:hover { background: var(--bg-alt); }
.ref-cell:nth-child(6n) { border-right: none; }
.ref-cell:nth-last-child(-n+6) { border-bottom: none; }
.ref-cell span { font-size: 13px; font-weight: 700; color: var(--border-2); letter-spacing: .06em; }
.ref-cell:hover span { color: var(--text-3); }
@media (max-width: 860px){ .ref-wall { grid-template-columns: repeat(3, 1fr); } .ref-cell:nth-child(6n){ border-right: 1px solid var(--border); } .ref-cell:nth-child(3n){ border-right: none; } .ref-cell:nth-last-child(-n+6){ border-bottom: 1px solid var(--border); } .ref-cell:nth-last-child(-n+3){ border-bottom: none; } }

/* ── CTA BAND ── */
.cta-band {
  background: var(--accent-dark);
  border-radius: var(--radius-xl); padding: 60px 56px; color: #fff;
  position: relative; overflow: hidden;
}
.cta-band::after {
  content: "";
  position: absolute; top: -60px; right: -60px;
  width: 320px; height: 320px; border-radius: 50%;
  background: rgba(255,255,255,.06); pointer-events: none;
}
.cta-band::before {
  content: "";
  position: absolute; bottom: -80px; left: 40%;
  width: 260px; height: 260px; border-radius: 50%;
  background: rgba(255,255,255,.04); pointer-events: none;
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band .sec-label { color: rgba(255,255,255,.75); }
.cta-band .sec-label::before { background: rgba(255,255,255,.5); }
.cta-band h2 { color: #fff; font-size: clamp(26px,3vw,42px); margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,.88); font-size: 16px; max-width: 52ch; line-height: 1.65; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.cta-band .btn-white { background: #fff; color: var(--accent); border-color: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.18); }
.cta-band .btn-white:hover { background: var(--accent-soft); transform: translateY(-1px); }
.cta-band .btn-ghost-w { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.4); backdrop-filter: blur(8px); }
.cta-band .btn-ghost-w:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.7); }
@media (max-width: 600px){ .cta-band { padding: 36px 24px; } }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-visual { border-radius: var(--radius-xl); overflow: hidden; }
.about-stats { display: flex; gap: 32px; margin-top: 32px; flex-wrap: wrap; }
.about-stats b { font-size: 34px; font-weight: 800; color: var(--accent); display: block; line-height: 1; }
.about-stats span { font-size: 12px; color: var(--text-3); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; display: block; }
@media (max-width: 860px){ .about-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ============================================================
   PAGE HEADER (inner pages)
   ============================================================ */
.page-head { background: var(--bg-alt); border-bottom: 1px solid var(--border); padding: 36px 0; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--text-3); flex-wrap: wrap; margin-bottom: 14px; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb i, .breadcrumb svg { width: 14px; height: 14px; }

/* ============================================================
   CATALOG PAGE
   ============================================================ */
.catalog-wrap { display: grid; grid-template-columns: 260px 1fr; gap: 36px; padding: 48px 0 80px; align-items: start; }
.filter-panel { position: sticky; top: 88px; }
.filter-block { margin-bottom: 24px; }
.filter-block h4 { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); margin-bottom: 12px; }
.filter-search { position: relative; margin-bottom: 20px; }
.filter-search input { width: 100%; padding: 11px 14px 11px 38px; border: 1.5px solid var(--border); border-radius: var(--radius-md); font-family: var(--font); font-size: 14px; color: var(--text); background: #fff; transition: border-color .15s, box-shadow .15s; }
.filter-search input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.filter-search i, .filter-search svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--text-3); }
#filter-cats { display: flex; flex-direction: column; gap: 2px; }
.filter-item { display: flex; justify-content: space-between; align-items: center; width: 100%; background: none; border: none; padding: 9px 10px; border-radius: 8px; font-family: var(--font); font-weight: 600; font-size: 14px; color: var(--text-2); cursor: pointer; transition: background .15s, color .15s; text-align: left; }
.filter-item:hover { background: var(--bg-alt); color: var(--text); }
.filter-item.active { background: var(--accent-soft); color: var(--accent-dark); }
.filter-item .fi-count { font-size: 12px; font-weight: 700; color: var(--text-3); }
.filter-item.active .fi-count { color: var(--accent); }
.filter-item .num { margin-left: 4px; opacity: .5; font-weight: 600; font-size: 13px; }
.filter-cta { margin-top: 4px; padding: 16px; background: var(--accent-soft); border: 1.5px solid var(--accent-mid); border-radius: var(--radius-md); }
.filter-cta p { font-size: 13px; color: var(--accent-dark); line-height: 1.5; margin-bottom: 12px; }
.filter-cta .btn { width: 100%; justify-content: center; }

.catalog-main { min-width: 0; }
.catalog-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; gap: 16px; flex-wrap: wrap; }
.catalog-bar h1 { font-size: 26px; font-weight: 700; }
.catalog-bar .cb-meta { font-size: 13px; color: var(--text-3); }
.sort-row { display: flex; align-items: center; gap: 8px; }
.sort-row label { font-size: 13px; color: var(--text-3); font-weight: 600; }
#sort-select { border: 1.5px solid var(--border); border-radius: 8px; padding: 8px 12px; font-family: var(--font); font-size: 14px; background: #fff; color: var(--text); }
#sort-select:focus { outline: none; border-color: var(--accent); }
#catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 1060px){ #catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px){ .catalog-wrap { grid-template-columns: 1fr; } .filter-panel { position: static; } #filter-cats { flex-direction: row; flex-wrap: wrap; } .filter-item { width: auto; } .filter-item .fi-count { display: none; } .filter-cta { display: none; } }
@media (max-width: 480px){ #catalog-grid { grid-template-columns: 1fr; } }

.catalog-empty { grid-column: 1/-1; text-align: center; padding: 60px 20px; color: var(--text-3); }
.catalog-empty i, .catalog-empty svg { width: 36px; height: 36px; margin: 0 auto 14px; display: block; }
.catalog-empty p { margin-bottom: 18px; }

/* ============================================================
   PRODUCT DETAIL
   ============================================================ */
.detail-top { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; padding: 44px 0 64px; align-items: start; }
@media (max-width: 860px){ .detail-top { grid-template-columns: 1fr; gap: 32px; } }

.gallery-main { aspect-ratio: 4/5; border-radius: var(--radius-xl); overflow: hidden; background: var(--bg-alt); position: relative; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.gallery-thumbs .ph { aspect-ratio: 1; border-radius: var(--radius-sm); cursor: pointer; border: 2px solid transparent; transition: border-color .15s; }
.gallery-thumbs .ph.active { border-color: var(--accent); }
.gallery-thumbs .ph-label i, .gallery-thumbs .ph-label svg { width: 16px; height: 16px; }

.detail-info .d-cat { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.detail-info h1 { font-size: clamp(26px,3vw,38px); letter-spacing: -.015em; margin-bottom: 6px; }
.detail-info .d-code { font-size: 13px; color: var(--text-3); font-weight: 600; }
.detail-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 20px 0 22px; }
.detail-info .d-lead { font-size: 15px; color: var(--text-2); line-height: 1.7; margin-bottom: 26px; }
.detail-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.detail-note { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-3); }
.detail-note i, .detail-note svg { width: 16px; height: 16px; color: var(--accent); }

.spec-table { border: 1.5px solid var(--border); border-radius: var(--radius-md); overflow: hidden; background: #fff; margin-top: 12px; }
.spec-row { display: flex; justify-content: space-between; padding: 12px 18px; border-bottom: 1px solid var(--border); font-size: 14px; }
.spec-row:last-child { border-bottom: none; }
.spec-row:nth-child(odd) { background: var(--bg-alt); }
.spec-k { color: var(--text-3); font-weight: 600; }
.spec-v { font-weight: 700; color: var(--text); }

.detail-tabs { border-top: 1px solid var(--border); margin-top: 48px; }
.tab-bar { display: flex; gap: 0; border-bottom: 1px solid var(--border); margin-bottom: 28px; }
.tab-btn { font-family: var(--font); font-weight: 700; font-size: 15px; padding: 14px 22px; background: none; border: none; color: var(--text-3); border-bottom: 2px solid transparent; margin-bottom: -1px; cursor: pointer; transition: color .15s, border-color .15s; }
.tab-btn.active { color: var(--accent); border-bottom-color: var(--accent); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.tab-panel p { color: var(--text-2); line-height: 1.7; font-size: 15px; margin-bottom: 14px; }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--text-2); }
.feature-list i, .feature-list svg { width: 18px; height: 18px; color: var(--accent); flex: none; margin-top: 3px; }

.related-section { padding: 48px 0 80px; border-top: 1px solid var(--border); }

/* ── Global Mobile Tightening ── */
@media (max-width: 520px) {
  .wrap { padding: 0 16px; }
  .section { padding: 48px 0; }
  .section-sm { padding: 36px 0; }
  .page-head { padding: 20px 0; }
  .breadcrumb { margin-bottom: 8px; }
  .h-hero { font-size: clamp(26px, 7vw, 34px) !important; }
  .h-sec { font-size: clamp(22px, 5.5vw, 30px) !important; }
  .sec-label { font-size: 11px; margin-bottom: 10px; }
  .lead { font-size: 14px !important; }
  .hero-stats { gap: 20px; margin-top: 28px; padding-top: 20px; }
  .h-stat b { font-size: 24px; }
  .h-stat span { font-size: 10px; }
  .trust-bar .wrap { gap: 0; }
  .trust-item { padding: 16px 14px; gap: 10px; }
  .about-stats { gap: 20px; margin-top: 20px; }
  .about-stats b { font-size: 26px; }
  .ref-wall { grid-template-columns: repeat(2, 1fr) !important; }
  .ref-cell { padding: 20px 10px !important; }
  .cta-band { border-radius: 14px; padding: 28px 18px !important; }
  .cta-band h2 { font-size: clamp(20px, 5vw, 28px) !important; }
  .cta-band p { font-size: 14px; }
  .cta-actions { gap: 8px; }
  .cta-actions .btn { width: 100%; justify-content: center; font-size: 14px; padding: 12px 16px; }
  .catalog-wrap { padding: 24px 0 48px; }
  .detail-top { padding: 24px 0 40px; }
  .footer-inner { padding-bottom: 28px; }
  .footer { padding: 40px 0 0; }
}

