/* ============================================
   ŞİRİN Korniş ve Perde Sistemleri — v2
   Dönüşüm odaklı, dikkat çekici tasarım
   ============================================ */
:root {
  --navy: #0e1478;
  --navy-deep: #080c4e;
  --navy-ink: #10154f;
  --gold: #c9a24b;
  --gold-bright: #e8b64c;
  --gold-light: #f0d9a6;
  --cream: #f7f4ec;
  --white: #ffffff;
  --text: #23263a;
  --muted: #676c85;
  --line: #e7e4da;
  --green: #22c55e;
  --radius: 18px;
  --shadow: 0 10px 34px rgba(8, 12, 78, .12);
  --shadow-lg: 0 24px 60px rgba(8, 12, 78, .22);
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--text); background: var(--cream); line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: min(1200px, 92%); margin: 0 auto; }

/* ---------- Header ---------- */
.site-header { background: rgba(255,255,255,.94); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 200; border-bottom: 1px solid var(--line); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding: .55rem 0; }
.logo img { height: 60px; width: auto; }

.main-nav ul { display: flex; gap: 1.7rem; align-items: center; }
.main-nav a { font-weight: 600; font-size: .93rem; color: var(--navy-ink); position: relative; padding: .35rem 0; }
.main-nav a:not(.nav-call)::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--gold); transition: width .25s; }
.main-nav a:not(.nav-call):hover::after, .main-nav a.active::after { width: 100%; }
.main-nav a.nav-call, .nav-call { color: var(--white); display: flex; align-items: center; gap: .5rem; background: var(--navy); color: var(--white); padding: .6rem 1.3rem; border-radius: 50px; font-weight: 700; box-shadow: 0 6px 18px rgba(14,20,120,.3); transition: .25s; }
.main-nav a.nav-call:hover, .nav-call:hover { background: var(--gold); color: var(--navy-deep) !important; transform: translateY(-2px); }
.nav-call svg { width: 16px; height: 16px; fill: currentColor; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: .4rem; z-index: 300; }
.nav-toggle span { display: block; width: 27px; height: 3px; background: var(--navy); margin: 5px 0; border-radius: 3px; transition: .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero (slider) ---------- */
.hero { position: relative; min-height: 86vh; display: flex; align-items: center; overflow: hidden; color: var(--white); }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.4s ease; transform: scale(1.06); }
.hero-slide.active { opacity: 1; transform: scale(1); transition: opacity 1.4s ease, transform 7s linear; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(8,12,78,.88) 0%, rgba(8,12,78,.62) 48%, rgba(8,12,78,.25) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: 680px; padding: 5rem 0; }
.hero .badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(6px); padding: .45rem 1.1rem; border-radius: 50px; font-size: .85rem; font-weight: 600; color: var(--gold-light); }
.hero h1 { font-family: var(--serif); font-size: clamp(2.4rem, 5.5vw, 4rem); line-height: 1.12; margin: 1.2rem 0 1.1rem; }
.hero h1 em { font-style: italic; color: var(--gold-bright); }
.hero p { font-size: 1.13rem; color: #dfe2fa; margin-bottom: 2rem; max-width: 540px; }
.hero-ctas { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 1.6rem; flex-wrap: wrap; margin-top: 2.4rem; font-size: .88rem; color: #cdd2f5; }
.hero-trust span { display: flex; align-items: center; gap: .45rem; }
.hero-trust b { color: var(--gold-light); }
.hero-dots { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: .55rem; }
.hero-dots button { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(255,255,255,.4); cursor: pointer; transition: .3s; }
.hero-dots button.active { background: var(--gold-bright); width: 28px; border-radius: 6px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .55rem; padding: .95rem 2rem; border-radius: 50px; font-weight: 800; font-size: .97rem; transition: .25s; border: 2px solid transparent; cursor: pointer; }
.btn svg { width: 18px; height: 18px; fill: currentColor; }
.btn-gold { background: var(--gold-bright); color: var(--navy-deep); box-shadow: 0 10px 26px rgba(232,182,76,.4); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-3px); }
.btn-wa { background: var(--green); color: #fff; box-shadow: 0 10px 26px rgba(34,197,94,.35); }
.btn-wa:hover { background: #16a34a; transform: translateY(-3px); }
.btn-ghost { border-color: rgba(255,255,255,.55); color: var(--white); }
.btn-ghost:hover { background: var(--white); color: var(--navy); }
.btn-navy { background: var(--navy); color: var(--white); box-shadow: 0 10px 26px rgba(14,20,120,.28); }
.btn-navy:hover { background: #232b9e; transform: translateY(-3px); }

/* ---------- Quick action cards (hero altı) ---------- */
.quick-actions { position: relative; z-index: 5; margin-top: -4.2rem; }
.quick-actions .grid { gap: 1.2rem; }
.qa-card { background: var(--white); border-radius: var(--radius); padding: 1.6rem 1.7rem; box-shadow: var(--shadow-lg); display: flex; gap: 1.1rem; align-items: flex-start; border-top: 4px solid var(--gold); transition: transform .3s; }
.qa-card:hover { transform: translateY(-6px); }
.qa-icon { flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px; background: var(--navy); display: flex; align-items: center; justify-content: center; }
.qa-icon svg { width: 26px; height: 26px; stroke: var(--gold-bright); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.qa-card h3 { color: var(--navy-ink); font-size: 1.05rem; margin-bottom: .25rem; }
.qa-card p { color: var(--muted); font-size: .88rem; line-height: 1.55; }
.qa-card a { color: var(--gold); font-weight: 800; font-size: .88rem; }
.qa-card a:hover { color: var(--navy); }

/* ---------- Sections ---------- */
section { padding: 5rem 0; }
.section-head { max-width: 660px; margin-bottom: 3rem; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.kicker { display: inline-block; color: var(--gold); font-weight: 800; letter-spacing: 3.5px; text-transform: uppercase; font-size: .78rem; margin-bottom: .6rem; }
.section-head h2, .section-head h1 { font-family: var(--serif); color: var(--navy-ink); font-size: clamp(1.9rem, 3.4vw, 2.7rem); line-height: 1.2; margin-bottom: .8rem; }
.section-head p { color: var(--muted); font-size: 1.02rem; }
.bg-white { background: var(--white); }
.bg-navy { background: var(--navy-deep); color: var(--white); }
.bg-navy .section-head h2 { color: var(--white); }
.bg-navy .section-head p { color: #b9bee8; }

.grid { display: grid; gap: 1.7rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Kategori mozaik ---------- */
.cat-tile { position: relative; border-radius: var(--radius); overflow: hidden; display: block; aspect-ratio: 4/3; box-shadow: var(--shadow); }
.cat-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.cat-tile:hover img { transform: scale(1.1); }
.cat-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,12,78,.85) 0%, rgba(8,12,78,.1) 55%); transition: .3s; }
.cat-tile:hover::after { background: linear-gradient(to top, rgba(8,12,78,.92) 0%, rgba(8,12,78,.25) 65%); }
.cat-label { position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.2rem; z-index: 2; color: var(--white); }
.cat-label h3 { font-family: var(--serif); font-size: 1.35rem; }
.cat-label span { font-size: .85rem; color: var(--gold-light); font-weight: 700; opacity: 0; transform: translateY(8px); transition: .3s; display: inline-block; }
.cat-tile:hover .cat-label span { opacity: 1; transform: none; }

/* ---------- Stats ---------- */
.stats { padding: 3.6rem 0; }
.stats .grid-3, .stats .grid-4 { text-align: center; }
.stat .num { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; color: var(--gold-bright); }
.stat .label { color: #c3c8f0; font-size: .95rem; margin-top: .2rem; }

/* ---------- Split (hakkımızda/hizmet) ---------- */
.split { display: flex; gap: 3.5rem; align-items: center; }
.split > div { flex: 1; }
.split-img { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.split-img img { width: 100%; height: 460px; object-fit: cover; }
.split-badge { position: absolute; bottom: 1.2rem; left: 1.2rem; background: var(--gold-bright); color: var(--navy-deep); font-weight: 800; padding: .8rem 1.3rem; border-radius: 14px; box-shadow: var(--shadow); font-size: .92rem; line-height: 1.3; }
.split-badge b { font-family: var(--serif); font-size: 1.5rem; display: block; }
.split-text h2 { font-family: var(--serif); color: var(--navy-ink); font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.2; margin-bottom: 1rem; }
.split-text p { color: var(--muted); margin-bottom: 1rem; }
.check-list { margin: 1.2rem 0; }
.check-list li { padding-left: 2rem; position: relative; margin-bottom: .65rem; font-weight: 600; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: -1px; width: 22px; height: 22px; border-radius: 50%; background: var(--gold-bright); color: var(--navy-deep); font-size: .8rem; font-weight: 900; display: flex; align-items: center; justify-content: center; }
.bg-navy .check-list li { color: #e3e6fb; }

/* ---------- Hizmet kartları ---------- */
.srv-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.srv-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.srv-img { height: 210px; overflow: hidden; }
.srv-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.srv-card:hover .srv-img img { transform: scale(1.08); }
.srv-body { padding: 1.6rem 1.7rem 1.8rem; flex: 1; display: flex; flex-direction: column; }
.srv-body h3 { font-family: var(--serif); color: var(--navy-ink); font-size: 1.3rem; margin-bottom: .5rem; }
.srv-body p { color: var(--muted); font-size: .93rem; flex: 1; }
.srv-body .cta { margin-top: 1.1rem; color: var(--gold); font-weight: 800; font-size: .9rem; }
.srv-body .cta:hover { color: var(--navy); }

/* ---------- Süreç (adımlar) ---------- */
.steps { counter-reset: step; }
.step { position: relative; padding: 0 1.2rem; text-align: center; }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--serif); font-size: 3.4rem; font-weight: 800; color: transparent; -webkit-text-stroke: 1.5px var(--gold); display: block; line-height: 1; margin-bottom: .8rem; }
.step h3 { color: var(--navy-ink); font-size: 1.08rem; margin-bottom: .4rem; }
.bg-navy .step h3 { color: var(--white); }
.step p { color: var(--muted); font-size: .9rem; }
.bg-navy .step p { color: #b9bee8; }

/* ---------- Detail rows ---------- */
.detail-row { display: flex; gap: 3rem; align-items: center; margin-bottom: 4rem; scroll-margin-top: 110px; }
.detail-row:last-child { margin-bottom: 0; }
.detail-row.reverse { flex-direction: row-reverse; }
.detail-row > div { flex: 1; }
.detail-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.detail-img img { width: 100%; height: 360px; object-fit: cover; transition: transform .6s; }
.detail-img:hover img { transform: scale(1.05); }
.detail-text .kicker { margin-bottom: .3rem; }
.detail-text h3 { font-family: var(--serif); color: var(--navy-ink); font-size: 1.75rem; margin-bottom: .8rem; }
.detail-text p { color: var(--muted); margin-bottom: .8rem; }
.detail-text .btn { margin-top: .8rem; padding: .7rem 1.5rem; font-size: .88rem; }

/* ---------- Galeri ---------- */
.filter-bar { display: flex; justify-content: center; gap: .6rem; flex-wrap: wrap; margin-bottom: 2.4rem; }
.filter-btn { background: var(--white); border: 1.5px solid var(--line); padding: .55rem 1.5rem; border-radius: 50px; cursor: pointer; font-weight: 700; font-size: .88rem; color: var(--muted); transition: .25s; font-family: var(--sans); }
.filter-btn.active, .filter-btn:hover { background: var(--navy); border-color: var(--navy); color: var(--white); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.gallery-item { border-radius: var(--radius); overflow: hidden; cursor: pointer; position: relative; aspect-ratio: 4/3; box-shadow: var(--shadow); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.gallery-item:hover img { transform: scale(1.09); }
.gallery-item::after { content: '⊕'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 2.6rem; color: var(--gold-light); background: rgba(8,12,78,.5); opacity: 0; transition: opacity .3s; }
.gallery-item:hover::after { opacity: 1; }
.gallery-item.hidden { display: none; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(5,7,40,.94); display: none; align-items: center; justify-content: center; z-index: 999; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 10px; box-shadow: 0 24px 70px rgba(0,0,0,.6); }
.lb-close, .lb-prev, .lb-next { position: absolute; background: none; border: none; color: #fff; cursor: pointer; font-size: 2.3rem; padding: .5rem 1rem; opacity: .75; transition: .2s; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { opacity: 1; color: var(--gold-bright); }
.lb-close { top: 1rem; right: 1.4rem; }
.lb-prev { left: .8rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: .8rem; top: 50%; transform: translateY(-50%); }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item { background: var(--white); border-radius: 14px; box-shadow: var(--shadow); margin-bottom: .9rem; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 1.15rem 3.2rem 1.15rem 1.5rem; font-weight: 700; font-size: 1rem; color: var(--navy-ink); position: relative; font-family: var(--sans); }
.faq-q::after { content: '+'; position: absolute; right: 1.3rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--gold); transition: transform .3s; }
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 1.5rem 1.2rem; color: var(--muted); font-size: .95rem; }

/* ---------- Büyük CTA bandı ---------- */
.cta-band { position: relative; background: linear-gradient(rgba(8,12,78,.87), rgba(8,12,78,.87)), url('../img/interior-2685521_1280.webp') center/cover; color: var(--white); text-align: center; padding: 5rem 0; }
.cta-band .kicker { color: var(--gold-bright); }
.cta-band h2 { font-family: var(--serif); font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin-bottom: .8rem; }
.cta-band p { color: #d5d9f8; margin-bottom: 2rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-band .phone-big { display: block; font-family: var(--serif); font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 800; color: var(--gold-bright); margin-bottom: 1.6rem; letter-spacing: 1px; }
.cta-band .phone-big:hover { color: var(--gold-light); }
.cta-btns { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer / İletişim ---------- */
.site-footer { background: var(--navy-deep); color: #b9bee8; padding: 4.5rem 0 0; font-size: .94rem; scroll-margin-top: 80px; }
.footer-cta { text-align: center; margin-bottom: 3rem; }
.footer-cta .phone-big { display: block; font-family: var(--serif); font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 800; color: var(--gold-bright); margin-bottom: 1.4rem; letter-spacing: 1px; }
.footer-cta .phone-big:hover { color: var(--gold-light); }
.footer-contact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.fc-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 1.6rem 1.5rem; transition: .3s; }
.fc-card:hover { background: rgba(255,255,255,.09); transform: translateY(-4px); }
.fc-card .fc-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--gold-bright); display: flex; align-items: center; justify-content: center; margin-bottom: .9rem; }
.fc-card .fc-icon svg { width: 22px; height: 22px; stroke: var(--navy-deep); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fc-card h4 { color: var(--white); margin-bottom: .35rem; font-size: 1rem; }
.fc-card a { color: var(--gold-light); font-weight: 700; }
.fc-card a:hover { color: var(--gold-bright); }
.fc-card p { font-size: .88rem; line-height: 1.6; }

.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding: 3rem 0 2.5rem; }
.footer-grid h4 { color: var(--white); font-size: 1.02rem; margin-bottom: 1rem; }
.footer-logo { background: var(--white); border-radius: 12px; padding: .7rem 1.1rem; display: inline-block; margin-bottom: 1rem; }
.footer-logo img { height: 54px; width: auto; }
.footer-grid a { display: block; padding: .22rem 0; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.2rem 0 5rem; text-align: center; font-size: .84rem; color: #8a90c4; }

/* ---------- Yüzen butonlar & mobil action bar ---------- */
.wa-float { position: fixed; bottom: 88px; right: 20px; width: 58px; height: 58px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,.28); z-index: 150; transition: transform .25s; }
.wa-float:hover { transform: scale(1.12); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

.action-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 160; display: flex; box-shadow: 0 -6px 24px rgba(0,0,0,.18); }
.action-bar a { flex: 1; display: flex; align-items: center; justify-content: center; gap: .55rem; padding: 1rem; font-weight: 800; font-size: .95rem; }
.action-bar .ab-call { background: var(--navy); color: var(--white); }
.action-bar .ab-wa { background: var(--green); color: var(--white); }
.action-bar svg { width: 19px; height: 19px; fill: currentColor; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; } .d3 { transition-delay: .3s; }

/* ---------- Responsive ---------- */
@media (min-width: 721px) { .action-bar { display: none; } .footer-bottom { padding-bottom: 1.2rem; } .wa-float { bottom: 22px; } }
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-contact { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .detail-row, .detail-row.reverse { flex-direction: column; }
  .split-img img { height: 340px; }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; top: 0; right: -300px; width: 272px; height: 100vh; background: var(--white); box-shadow: -10px 0 40px rgba(0,0,0,.2); transition: right .32s; padding: 5.5rem 2rem 2rem; z-index: 250; }
  .main-nav.open { right: 0; }
  .main-nav ul { flex-direction: column; align-items: flex-start; gap: 1.15rem; }
  .hero { min-height: 78vh; }
  .quick-actions { margin-top: -2.5rem; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  section { padding: 3.6rem 0; }
}
@media (max-width: 560px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-template-columns: 1fr; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
}

/* ---------- Korniş promo carousel ---------- */
.kornis-promo .section-head { margin-bottom: 2rem; }
.hl-gold { color: var(--gold); }
.hl-under { text-decoration: underline; text-decoration-color: var(--navy-ink); text-underline-offset: 6px; }
.carousel { position: relative; }
.car-track { display: flex; gap: 1.2rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: .5rem .2rem 1rem; scrollbar-width: none; }
.car-track::-webkit-scrollbar { display: none; }
.car-item { flex: 0 0 min(340px, 78vw); scroll-snap-align: center; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--white); }
.car-item img { width: 100%; height: 300px; object-fit: cover; transition: transform .5s; }
.car-item:hover img { transform: scale(1.05); }
.car-prev, .car-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 44px; height: 44px; border-radius: 50%; border: none; background: var(--navy); color: var(--white); font-size: 1.2rem; cursor: pointer; box-shadow: var(--shadow); transition: .25s; }
.car-prev:hover, .car-next:hover { background: var(--gold); color: var(--navy-deep); }
.car-prev { left: -10px; }
.car-next { right: -10px; }
.car-dots { display: flex; justify-content: center; gap: .5rem; margin-top: .6rem; }
.car-dots button { width: 9px; height: 9px; border-radius: 50%; border: none; background: #cfcabb; cursor: pointer; transition: .3s; }
.car-dots button.active { background: var(--navy); width: 24px; border-radius: 6px; }
