/* 
   Abbas Erkek Kuaförü - Premium Stylesheet v3
   Theme: Elegant Dark & Gold
   Fonts: Montserrat & Inter
*/
/* --- Variables & Reset --- */
:root {
    --bg-primary: #0A0A0A;
    --bg-secondary: #121212;
    --bg-card: #1A1A1A;
    --bg-card-hover: #222222;
    
    --gold-primary: #C5A880;
    --gold-bright: #E5C497;
    --gold-dark: #9B805E;
    --gold-gradient: linear-gradient(135deg, #C5A880 0%, #E5C497 50%, #9B805E 100%);
    --gold-glow: 0 0 20px rgba(197, 168, 128, 0.25);
    
    --text-primary: #FFFFFF;
    --text-secondary: #CCCCCC;
    --text-muted: #888888;
    
    --border-color: rgba(197, 168, 128, 0.15);
    --border-hover: rgba(197, 168, 128, 0.4);
    
    --glass-bg: rgba(10, 10, 10, 0.85);
    --glass-border: rgba(197, 168, 128, 0.1);
    --glass-blur: blur(12px);
    
    --transition-smooth: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    --transition-fast: all 0.2s ease-in-out;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}
body {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}
/* --- Typography --- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--text-primary);
}
a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-fast);
}
/* --- Layout Containers --- */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.section-header {
    margin-bottom: 60px;
}
.text-center {
    text-align: center;
}
.highlight {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--gold-primary); /* Fallback */
}
/* --- Custom Scrollbar --- */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--bg-primary);
}
::-webkit-scrollbar-thumb {
    background: var(--gold-dark);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--gold-primary);
}
/* --- Buttons & CTAs --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    transition: var(--transition-smooth);
}
.btn-gold {
    background: var(--gold-gradient);
    color: #000000;
    box-shadow: var(--gold-glow);
}
.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(197, 168, 128, 0.45);
}
.btn-gold:disabled {
    background: #2a2a2a;
    color: #666666;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}
.btn-outline {
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--gold-primary);
}
.btn-outline:hover {
    background: rgba(197, 168, 128, 0.1);
    color: var(--gold-bright);
    transform: translateY(-3px);
}
.btn-instagram {
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 0 18px rgba(253, 29, 29, 0.25);
}
.btn-instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 28px rgba(253, 29, 29, 0.45);
    opacity: 0.92;
}
/* --- Global Section Utilities --- */
section {
    padding: 100px 0;
    position: relative;
}
.section-tag {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--gold-primary);
    margin-bottom: 12px;
}
.section-title {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.section-subtitle {
    max-width: 600px;
    margin: 0 auto;
    color: var(--text-secondary);
    font-size: 16px;
}
/* --- Header & Navigation --- */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 1000;
    transition: var(--transition-smooth);
    background: transparent;
    border-bottom: 1px solid transparent;
}
.main-header.scrolled {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    border-bottom: 1px solid var(--glass-border);
    height: 80px;
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1600px;
}
.logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.logo-main {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--text-primary);
}
.logo-sub {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 4px;
    color: var(--gold-primary);
    margin-top: 2px;
    text-transform: uppercase;
}
.nav-menu ul {
    display: flex;
    gap: 22px;
    list-style: none;
}
.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-secondary);
    padding: 8px 0;
    position: relative;
    white-space: nowrap;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold-gradient);
    transition: var(--transition-smooth);
}
.nav-link:hover, .nav-link.active {
    color: var(--gold-bright);
}
.nav-link:hover::after, .nav-link.active::after {
    width: 100%;
}
.btn-header {
    padding: 10px 20px;
    font-size: 12px;
}
.mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1100;
}
.mobile-toggle .bar {
    width: 100%;
    height: 2px;
    background-color: var(--text-primary);
    transition: var(--transition-smooth);
    border-radius: 2px;
}
/* --- Hero Section --- */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Sade url() kullaniliyor: image-set()/AVIF bazi tarayici ve sunucularda
       arka planin HIC yuklenmemesine yol acti. WebP %97+ destekleniyor. */
    background-image: url('assets/salon-hizmet-ani.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 90px;
    padding-bottom: 60px;
}
/* Mobil tarayıcıların adres çubuğu açılıp kapandıkça 100vh zıplayabiliyor;
   destekleyen tarayıcılarda dinamik viewport yüksekliğini kullan. */
@supports (height: 100dvh) {
    .hero-section {
        min-height: 100dvh;
    }
}
/* background-attachment: fixed, dokunmatik (mobil/tablet) tarayıcılarda
   güvenilir çalışmıyor ve arka plan fotoğrafını bozuk/kesik gösterebiliyor.
   Bu yüzden dokunmatik cihazlarda normal (scroll ile hareket eden) moda
   geçiyoruz — görsel kalite aynı kalır, sadece "sabit" efekti kalkar. */
@media (hover: none) and (pointer: coarse) {
    .hero-section {
        background-attachment: scroll;
    }
}
/* Telefon ekranları 1600px genişliğinde bir görsele ihtiyaç duymaz;
   veri tasarrufu ve daha hızlı yükleme için küçük bir sürüm sunulur. */
@media (max-width: 768px) {
    .hero-section {
        background-image: url('assets/salon-hizmet-ani-mobile.webp');
    }
}
/* WebP desteklenmeyen (cok eski) tarayicilar icin JPEG yedegi.
   "no-webp" sinifi app.js > detectWebpSupport() tarafindan eklenir. */
.no-webp .hero-section { background-image: url('assets/salon-hizmet-ani.jpeg'); }
@media (max-width: 768px) {
    .no-webp .hero-section { background-image: url('assets/salon-hizmet-ani-mobile.jpg'); }
}
.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.5) 0%, rgba(10, 10, 10, 0.95) 100%);
    z-index: 1;
}
.hero-container {
    position: relative;
    z-index: 2;
}
.hero-content {
    max-width: 650px;
}
@media (min-width: 1025px) {
    .hero-content {
        max-width: 760px;
    }
}
.location-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(197, 168, 128, 0.1);
    border: 1px solid var(--border-color);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: var(--gold-primary);
    margin-bottom: 24px;
}
.hero-title {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hero-subtitle {
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 30px;
}
.salon-manager {
    margin-bottom: 35px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.manager-title {
    color: var(--text-muted);
}
.manager-name {
    color: var(--gold-bright);
    font-weight: 600;
}
.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
}
.hero-scroller {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
    cursor: pointer;
    animation: bounce 2s infinite;
}
.mouse-icon {
    width: 24px;
    height: 38px;
    border: 2px solid var(--gold-primary);
    border-radius: 50px;
    position: relative;
}
.mouse-icon .wheel {
    width: 4px;
    height: 8px;
    background: var(--gold-gradient);
    border-radius: 50px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
}
.scroll-text {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
    40% { transform: translate(-50%, -10px); }
    60% { transform: translate(-50%, -5px); }
}
/* --- Quick Info Block --- */
.quick-info-section {
    padding: 0;
    z-index: 10;
    margin-top: -60px;
}
.quick-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.info-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 30px 24px;
    display: flex;
    gap: 20px;
    align-items: center;
    transition: var(--transition-smooth);
}
.info-card:hover {
    transform: translateY(-5px);
    border-color: var(--border-hover);
    box-shadow: var(--gold-glow);
}
.info-icon {
    font-size: 32px;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-text h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.info-text p {
    font-size: 14px;
    color: var(--text-secondary);
}
/* --- About Section --- */
.about-section {
    background-color: var(--bg-secondary);
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.about-lead {
    font-size: 18px;
    font-weight: 500;
    color: var(--gold-bright);
    margin-bottom: 20px;
}
.about-text {
    color: var(--text-secondary);
    margin-bottom: 30px;
}
.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.feature-icon {
    color: var(--gold-primary);
    font-size: 18px;
}
.feature-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-secondary);
}
.about-image-wrapper {
    position: relative;
    padding: 20px;
}
.about-image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 4/3;
    border: 1px solid var(--border-color);
}
.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}
.about-image:hover img {
    transform: scale(1.05);
}
.experience-badge {
    position: absolute;
    bottom: -10px;
    left: -10px;
    background: var(--bg-primary);
    border: 2px solid var(--gold-primary);
    border-radius: 6px;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: var(--gold-glow);
    z-index: 2;
}
.experience-badge .years {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.experience-badge .badge-text {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-primary);
    margin-top: 4px;
    letter-spacing: 1px;
}
/* --- Services Section --- */
.services-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.tab-btn {
    background: var(--bg-card);
    color: var(--text-secondary);
    border: 1px solid var(--border-color);
    padding: 12px 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition-smooth);
}
.tab-btn:hover {
    border-color: var(--border-hover);
    color: var(--text-primary);
}
.tab-btn.active {
    background: var(--gold-gradient);
    color: #000000;
    border: none;
    box-shadow: var(--gold-glow);
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
/* 2-service layout */
.services-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 860px;
    margin: 0 auto;
}
.service-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    overflow: hidden;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
}
.service-card:hover {
    transform: translateY(-8px);
    border-color: var(--border-hover);
    box-shadow: var(--gold-glow);
}
.service-img-holder {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.service-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}
.service-card:hover .service-img-holder img {
    transform: scale(1.08);
}
/* --- Gallery Section --- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.gallery-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    background: var(--bg-card);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-smooth);
    color: var(--gold-primary);
    font-size: 20px;
}
.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}
.gallery-empty-msg {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
    padding: 30px 0;
}
@media (max-width: 900px) {
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
/* Admin gallery management thumbnails */
.admin-gallery-item {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--border-color);
}
.admin-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.admin-gallery-delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-badge-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--gold-gradient);
    color: #000000;
    padding: 4px 10px;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.service-details {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.service-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
}
.service-meta .price {
    font-size: 16px;
    font-weight: 800;
    color: var(--gold-bright);
}
.service-meta i {
    color: var(--gold-primary);
    margin-right: 4px;
}
.service-details h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.service-details p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 20px;
    flex-grow: 1;
}
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold-primary);
    transition: var(--transition-fast);
}
.service-link:hover {
    color: var(--gold-bright);
    gap: 12px;
}
.service-card.hidden {
    display: none;
}
/* --- Interactive Booking Wizard Section --- */
.booking-section {
    background: linear-gradient(to bottom, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}
.booking-wizard-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
/* Wizard Steps Indicator */
.wizard-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}
.wizard-steps::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: #2a2a2a;
    z-index: 1;
}
.step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    cursor: default;
    width: 80px;
}
.step-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1e1e1e;
    border: 2px solid #2a2a2a;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    transition: var(--transition-smooth);
}
.step-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-top: 10px;
    white-space: nowrap;
    transition: var(--transition-smooth);
}
.step-indicator.active .step-number {
    background: #000;
    border-color: var(--gold-primary);
    color: var(--gold-primary);
    box-shadow: var(--gold-glow);
}
.step-indicator.active .step-label {
    color: var(--gold-primary);
}
.step-indicator.completed .step-number {
    background: var(--gold-gradient);
    border-color: var(--gold-primary);
    color: #000;
}
.step-indicator.completed .step-label {
    color: var(--text-primary);
}
/* Wizard Content Panels */
.wizard-step-content {
    display: none;
    animation: fadeIn 0.4s ease-out;
}
.wizard-step-content.active {
    display: block;
}
.step-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.step-desc {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 30px;
}
/* Step 1: Services Grid */
/* JS ile doldurulan alanlar (hizmetler, usta seçimi, galeri) sayfa ilk
   açıldığında BOŞ olur ve veri gelince aniden büyür. Bu, tarayıcının
   kaydırmayı otomatik ayarlamasına ("scroll anchoring") ve sayfanın kendi
   kendine aşağı sıçramasına yol açıyordu. Aşağıdaki iki önlem bunu keser:
   1) min-height ile içerik gelmeden önce yer ayrılır,
   2) overflow-anchor:none ile tarayıcının kaydırmayı oynatması engellenir. */
.booking-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 35px;
    min-height: 132px;
    overflow-anchor: none;
}
.gallery-grid,
.booking-wizard,
.date-scroller,
.time-slots-grid {
    overflow-anchor: none;
}
.grid-loading-msg {
    grid-column: 1 / -1;
    color: var(--text-muted);
    font-size: 14px;
    padding: 24px 0;
    text-align: center;
}
.booking-service-item {
    display: block;
    cursor: pointer;
}
.booking-service-item input[type="checkbox"] {
    display: none;
}
.service-box-content {
    display: flex;
    flex-direction: column;
    background: #111111;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 20px;
    height: 100%;
    transition: var(--transition-smooth);
}
.booking-service-item:hover .service-box-content {
    border-color: var(--border-hover);
    background: #151515;
}
.booking-service-item input[type="checkbox"]:checked + .service-box-content {
    background: rgba(197, 168, 128, 0.08);
    border-color: var(--gold-primary);
    box-shadow: 0 0 15px rgba(197, 168, 128, 0.1);
}
.booking-service-item .service-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 6px;
    color: var(--text-primary);
}
.booking-service-item input[type="checkbox"]:checked + .service-box-content .service-name {
    color: var(--gold-bright);
}
.service-meta-info {
    font-size: 12px;
    color: var(--text-muted);
}
.service-meta-info .price {
    color: var(--text-primary);
    font-size: 14px;
}
.booking-service-item input[type="checkbox"]:checked + .service-box-content .price {
    color: var(--gold-bright);
}
/* Step 2: Date & Time Picker */
.date-selector-wrapper, .time-selector-wrapper {
    margin-bottom: 35px;
}
.sub-step-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold-primary);
    margin-bottom: 15px;
    border-left: 2px solid var(--gold-primary);
    padding-left: 10px;
}
.date-picker-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: thin;
}
.date-chip {
    flex: 0 0 100px;
    background: #111111;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 12px 8px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: var(--transition-fast);
}
.date-chip:hover {
    border-color: var(--border-hover);
    background: #151515;
}
.date-chip.active {
    background: var(--gold-gradient);
    border-color: var(--gold-primary);
    color: #000000;
    font-weight: 700;
    box-shadow: var(--gold-glow);
}
.date-chip .day-name {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.8;
}
.date-chip .day-num {
    font-size: 18px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.time-picker-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.time-slot {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 6px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #e0e0e0;
    transition: var(--transition-fast);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 44px;
}
.time-slot:hover:not(.occupied) {
    border-color: var(--gold-primary);
    background: #252525;
    color: #ffffff;
}
.time-slot.active {
    background: var(--gold-gradient);
    border-color: var(--gold-primary);
    color: #000000;
    font-weight: 700;
    box-shadow: var(--gold-glow);
}
/* Occupied / Dolu slots */
.time-slot.occupied {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.06);
    color: var(--text-muted);
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
    font-size: 11px;
}
.time-slot.occupied::after {
    content: 'Dolu';
    display: block;
    font-size: 9px;
    font-weight: 700;
    color: #c0392b;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.2;
}
.time-slot.occupied .slot-time {
    text-decoration: line-through;
    opacity: 0.45;
}
/* Legend for Dolu */
.occupied-legend {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--text-muted);
    margin-left: 8px;
}
.dot-occupied {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c0392b;
}
/* Step 3: Form Fields */
.booking-form-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 35px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-group label {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-secondary);
}
.form-group input, .form-group textarea {
    background: #111111;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 14px;
    color: var(--text-primary);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    transition: var(--transition-fast);
}
.form-group input:focus, .form-group textarea:focus {
    outline: none;
    border-color: var(--gold-primary);
    box-shadow: 0 0 10px rgba(197, 168, 128, 0.15);
}
/* Wizard Navigation Footer */
.wizard-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    border-top: 1px solid rgba(197, 168, 128, 0.1);
}
.wizard-footer:has(.next-step-btn:only-child) {
    justify-content: flex-end;
}
.total-price-display {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: var(--gold-bright);
}
/* Success State Screen */
.wizard-success-state {
    display: none;
    text-align: center;
    animation: scaleIn 0.5s ease-out;
}
.wizard-success-state.active {
    display: block;
}
.success-icon {
    font-size: 64px;
    color: #4BB543;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 15px rgba(75, 181, 67, 0.2));
}
.success-title {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.success-text {
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 15px;
}
.appointment-summary-card {
    background: #111111;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 25px;
    max-width: 500px;
    margin: 0 auto 35px;
    text-align: left;
}
.appointment-summary-card h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--gold-primary);
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(197, 168, 128, 0.15);
    padding-bottom: 8px;
}
.summary-details p {
    font-size: 14px;
    margin-bottom: 8px;
    color: var(--text-secondary);
    display: flex;
    justify-content: space-between;
}
.summary-details p strong {
    color: var(--text-primary);
}
.success-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
/* --- Hygiene & Brands Section --- */
.hygiene-brands-section {
    background-color: var(--bg-secondary);
    overflow: hidden;
}
.hygiene-wrapper {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 60px 40px;
    margin-bottom: 80px;
    position: relative;
}
.hygiene-shield {
    font-size: 64px;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.hygiene-desc {
    max-width: 800px;
    margin: 0 auto 40px;
    color: var(--text-secondary);
    font-size: 16px;
}
.hygiene-badges {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.h-badge {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: var(--transition-fast);
}
.h-badge:hover {
    border-color: var(--border-hover);
    box-shadow: var(--gold-glow);
}
.h-icon {
    font-size: 20px;
    color: var(--gold-primary);
}
.h-title {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
/* --- Brands Scroll Ticker --- */
.brands-divider {
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
}
.brands-title {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-muted);
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.brands-slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 20px 0;
}
.brands-slider-container::before, .brands-slider-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.brands-slider-container::before {
    left: 0;
    background: linear-gradient(to right, var(--bg-secondary) 0%, transparent 100%);
}
.brands-slider-container::after {
    right: 0;
    background: linear-gradient(to left, var(--bg-secondary) 0%, transparent 100%);
}
.brands-track {
    display: flex;
    gap: 80px;
    width: max-content;
    animation: scrollBrands 25s linear infinite;
}
.brand-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.15);
    letter-spacing: 4px;
    transition: var(--transition-fast);
    cursor: default;
}
.brand-item:hover {
    color: var(--gold-primary);
    transform: scale(1.05);
}
@keyframes scrollBrands {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
/* --- Google Reviews Widget --- */
.reviews-section {
    background: linear-gradient(to bottom, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}
.google-reviews-widget {
    max-width: 1100px;
    margin: 0 auto;
}
/* Widget Header */
.grw-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px 8px 0 0;
    padding: 24px 30px;
    margin-bottom: 2px;
    gap: 20px;
    flex-wrap: wrap;
}
.grw-logo-block {
    display: flex;
    align-items: center;
    gap: 18px;
}
.google-g-logo {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.grw-business-name {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 4px;
}
.grw-overall-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.grw-rating-number {
    font-size: 26px;
    font-weight: 900;
    color: var(--gold-bright);
    font-family: 'Montserrat', sans-serif;
}
.grw-stars-row {
    color: #F8B81B;
    font-size: 16px;
    letter-spacing: 1px;
}
.grw-review-count {
    font-size: 13px;
    color: var(--text-muted);
}
.grw-see-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #4285F4;
    border-radius: 4px;
    color: #4285F4;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: var(--transition-fast);
}
.grw-see-all-btn:hover {
    background: rgba(66, 133, 244, 0.1);
}
/* Review Cards Grid */
.google-review-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}
.google-review-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-top: none;
    padding: 24px;
    transition: var(--transition-smooth);
}
.google-review-card:first-child {
    border-radius: 0 0 0 8px;
}
.google-review-card:last-child {
    border-radius: 0 0 8px 0;
}
.google-review-card:hover {
    background: #1e1e1e;
    border-color: var(--border-hover);
    transform: translateY(-3px);
}
.grc-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.grc-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #EA4335, #FBBC05);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    flex-shrink: 0;
}
.grc-meta {
    flex-grow: 1;
}
.grc-name {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: var(--text-primary);
    margin-bottom: 2px;
}
.grc-guide {
    font-size: 12px;
    color: var(--text-muted);
}
.grc-guide i {
    color: #4285F4;
    margin-right: 3px;
    font-size: 10px;
}
.google-g-small {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: auto;
}
.grc-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
    color: #F8B81B;
    font-size: 13px;
}
.grc-date {
    font-size: 12px;
    color: var(--text-muted);
    margin-left: auto;
}
.grc-text {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
}
/* --- Contact & Map Section --- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
}
.contact-desc {
    color: var(--text-secondary);
    margin-bottom: 40px;
}
.contact-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}
.contact-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.c-icon {
    font-size: 20px;
    color: var(--gold-primary);
    width: 44px;
    height: 44px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.c-text h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.c-text p {
    font-size: 14px;
    color: var(--text-secondary);
}
.c-text a:hover {
    color: var(--gold-bright);
}
.contact-socials .social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 4px;
    background: rgba(197, 168, 128, 0.1);
    border: 1px solid var(--border-color);
    font-weight: 600;
    font-size: 14px;
}
.contact-socials .social-link:hover {
    background: var(--gold-gradient);
    color: #000000;
}
.contact-map-block {
    height: 450px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.map-container {
    width: 100%;
    height: 100%;
}
.map-container iframe {
    filter: invert(90%) hue-rotate(180deg) grayscale(80%) contrast(120%);
}
/* --- Footer --- */
.main-footer {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
    padding: 80px 0 30px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}
.footer-logo-col .logo {
    margin-bottom: 20px;
}
.footer-about-text {
    font-size: 14px;
    color: var(--text-secondary);
    max-width: 380px;
}
.footer-grid h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}
.footer-grid h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    height: 2px;
    background: var(--gold-gradient);
}
.footer-grid ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-grid ul a {
    font-size: 14px;
    color: var(--text-secondary);
}
.footer-grid ul a:hover {
    color: var(--gold-bright);
    padding-left: 5px;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 30px;
    font-size: 13px;
    color: var(--text-muted);
}
.developer-credit {
    font-size: 11px;
    margin-top: 8px;
    letter-spacing: 0.5px;
}
/* --- Mobile Responsiveness (Media Queries) --- */
@media screen and (max-width: 1024px) {
    .hero-title {
        font-size: 48px;
    }
    
    .quick-info-section {
        margin-top: -20px;
    }

    .quick-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 0;
        padding: 0 24px;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .booking-services-grid {
        grid-template-columns: 1fr;
        /* Mobilde tek sütun olduğu için 2 hizmet alt alta gelir; içerik
           gelmeden önce buna göre yer ayrılır (sayfa sıçraması olmasın). */
        min-height: 284px;
    }
    
    .time-picker-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* Menüde 9 link olduğu için orta genişlikteki ekranlarda (dizüstü vb.)
   sıkışmaması adına hamburger menüye daha geniş bir noktada geçiliyor. */
@media screen and (max-width: 1300px) {
    .mobile-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 90px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 90px);
        background: var(--bg-primary);
        border-top: 1px solid var(--border-color);
        transition: var(--transition-smooth);
        padding: 40px 24px;
        z-index: 999;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .nav-link {
        font-size: 18px;
    }

    .btn-header {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    section {
        padding: 60px 0;
    }
    
    .main-header {
        height: 80px;
    }
    
    .nav-menu {
        top: 80px;
        height: calc(100vh - 80px);
    }
    
    .mobile-toggle.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }
    .mobile-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    .mobile-toggle.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
    }
    
    .hero-title {
        font-size: 40px;
    }
    
    .hero-ctas {
        flex-direction: column;
        gap: 12px;
    }
    
    .hero-subtitle {
        font-size: 15px;
    }
    
    /* Randevu sihirbazındaki "Geri / Tamamla" gibi ikili butonlar uzun
       metinlerde bile asla ekrandan taşmasın diye alt alta diziliyor. */
    .wizard-footer {
        flex-wrap: wrap;
        gap: 12px;
    }
    .wizard-footer .btn {
        flex: 1 1 100%;
    }
    
    .services-grid,
    .services-grid-2 {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .hygiene-badges {
        gap: 20px;
    }
    
    .h-badge {
        width: 100%;
        justify-content: center;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-map-block {
        height: 350px;
    }
    
    /* Google Reviews mobile */
    .google-review-cards {
        grid-template-columns: 1fr;
        gap: 2px;
    }
    .google-review-card:first-child {
        border-radius: 0;
    }
    .google-review-card:last-child {
        border-radius: 0 0 8px 8px;
    }
    
    .booking-wizard-card {
        padding: 24px 16px;
    }
    
    .wizard-steps {
        margin-bottom: 30px;
    }
    
    .wizard-steps::before {
        left: 20px;
        right: 20px;
    }
    
    .step-indicator {
        width: 60px;
    }
    
    .step-number {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    
    .step-label {
        font-size: 9px;
        letter-spacing: 0.5px;
        margin-top: 6px;
    }
    
    .time-picker-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .success-actions {
        flex-direction: column;
        gap: 12px;
    }
}

        :root {
            --bg-dark: #0f1115;
            --card-dark: #161920;
            --gold: #d4af37;
            --gold-hover: #b8962e;
            --text-light: #f3f4f6;
            --text-muted: #9ca3af;
            --success: #10b981;
            --danger: #ef4444;
            --border: #242936;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', sans-serif;
        }

        body {
            background-color: var(--bg-dark);
            color: var(--text-light);
            padding: 20px;
        }

        /* Giriş Ekranı */
        .login-overlay {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: var(--bg-dark);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .login-card {
            background: var(--card-dark);
            border: 1px solid var(--border);
            padding: 40px;
            border-radius: 12px;
            width: 100%;
            max-width: 400px;
            text-align: center;
            box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        }

        .login-card h2 {
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 20px;
            font-size: 22px;
        }

        .login-card h2 span { color: var(--gold); }

        .login-card input {
            width: 100%;
            padding: 12px;
            background: #242936;
            border: 1px solid var(--border);
            color: #fff;
            border-radius: 6px;
            margin-bottom: 20px;
            text-align: center;
            font-size: 16px;
            outline: none;
        }

        .login-card input:focus { border-color: var(--gold); }

        .login-card button {
            width: 100%;
            padding: 12px;
            background: var(--gold);
            color: #000;
            border: none;
            border-radius: 6px;
            font-weight: 600;
            cursor: pointer;
            font-size: 16px;
            transition: background 0.3s;
        }

        .login-card button:hover { background: var(--gold-hover); }
    /* ========================================= */
/* SADECE ADMIN PANELİNE ÖZEL CSS KODLARI    */
/* ========================================= */

#admin-section {
    background-color: #0f1115;
    color: #f3f4f6;
    font-family: 'Inter', sans-serif;
}

#admin-section .login-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: #0f1115;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#admin-section .login-card, 
#admin-section .admin-dashboard,
#admin-section .modal-content {
    background: #161920;
    border: 1px solid #242936;
}

#admin-section .login-card {
    padding: 40px;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

#admin-section h1, #admin-section h2, #admin-section h3 {
    font-family: 'Montserrat', sans-serif;
}

#admin-section h2 span, #admin-section h1 span { 
    color: #d4af37; 
}

/* Input ve Buton Stilleri */
#admin-section input, #admin-section select {
    width: 100%;
    padding: 12px;
    background: #242936;
    border: 1px solid #242936;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    outline: none;
}

#admin-section input:focus, #admin-section select:focus { 
    border-color: #d4af37; 
}

#admin-section button {
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

#admin-section .login-card button {
    width: 100%;
    padding: 12px;
    background: #d4af37;
    color: #000;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.3s;
}

#admin-section .login-card button:hover { 
    background: #b8962e; 
}

/* Tablo Stilleri */
#admin-section table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background: transparent;
}

#admin-section th, #admin-section td { 
    padding: 14px 16px; 
    border-bottom: 1px solid #242936; 
    color: #f3f4f6;
}

#admin-section th {
    color: #9ca3af;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

#admin-section .badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

#admin-section .badge-pending { background: rgba(212, 175, 55, 0.15); color: #d4af37; }
#admin-section .badge-approved { background: rgba(16, 185, 129, 0.15); color: #10b981; }

#admin-section .action-btn {
    border: none; width: 34px; height: 34px; border-radius: 6px;
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff; transition: all 0.2s; margin-right: 5px;
}

#admin-section .btn-approve { background-color: #10b981; }
#admin-section .btn-delete { background-color: #ef4444; }