/* ═══════════════════════════════════════════════════════
   UG Otomotiv – Ana Stil Dosyası
   ═══════════════════════════════════════════════════════ */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --red:      #FFA800;
    --red-dark: #e09500;
    --black:    #111111;
    --white:    #ffffff;
    --gray-bg:  #f5f5f5;
    --text:     #494848;
    --text-light: #6b6b6b;
    --max-w:    1170px;
    --radius:   8px;
    --transition: 0.25s ease;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--text);
    line-height: 1.7;
    background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }

/* ── Container ── */
.container {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Nav Active ── */
.nav-active { color: var(--red) !important; }
.nav-active::after { transform: scaleX(1) !important; }

/* ── Section Helpers ── */
.section-sub {
    color: var(--red);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: center;
}

.section-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.2;
}

/* ════════════════════════════════════════
   HEADER
════════════════════════════════════════ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(0,0,0,.15);
}

/* Üst Bar */
.topbar {
    background: var(--black);
    color: var(--white);
    font-size: 13px;
    padding: 8px 0;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.topbar-contact {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.topbar-contact a {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color var(--transition);
}
.topbar-contact a:hover { color: var(--red); }

/* Dil Seçici */
.lang-switcher {
    display: flex;
    gap: 4px;
}

.lang-switcher a {
    color: #aaa;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
    border: 1px solid #333;
    border-radius: 3px;
    transition: all var(--transition);
    letter-spacing: .5px;
}

.lang-switcher a:hover,
.lang-switcher a.active {
    background: var(--red);
    border-color: var(--red);
    color: var(--white);
}

.topbar-social {
    display: flex;
    gap: 12px;
}

.topbar-social a {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    transition: background var(--transition);
}
.topbar-social a:hover { background: var(--red); }

/* Ana Nav */
.main-nav {
    background: var(--white);
    border-top: 1px solid #eee;
}

.nav-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 70px;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.logo img {
    height: clamp(32px, 5vw, 48px);
    width: auto;
    display: block;
    object-fit: contain;
}
.logo:hover { opacity: 0.85; }

.nav-menu {
    display: flex;
    gap: 0;
    margin-left: auto;
}

.nav-menu a {
    display: block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--black);
    position: relative;
    transition: color var(--transition);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 18px; right: 18px;
    height: 2px;
    background: var(--red);
    transform: scaleX(0);
    transition: transform var(--transition);
}
.nav-menu a:hover { color: var(--red); }
.nav-menu a:hover::after { transform: scaleX(1); }

.btn-appointment {
    background: var(--red);
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 10px 22px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background var(--transition);
}
.btn-appointment:hover { background: var(--red-dark); }

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--black);
    border-radius: 2px;
    transition: transform var(--transition), opacity var(--transition);
}

.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ════════════════════════════════════════
   HERO BANNER
════════════════════════════════════════ */
.hero-banner {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
        url('../images/mercedes-benz-passenger-cars-e-class-coupe-c-238-avantgarde-obsidian-black-metallic-3400x1440-1.webp') center/cover no-repeat;
    color: var(--white);
}

.hero-content {
    text-align: center;
    padding: 80px 24px;
}

.hero-content h1 {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0,0,0,.4);
}

.hero-content p {
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 300;
    margin-bottom: 36px;
    opacity: .9;
}

.btn-hero {
    display: inline-block;
    background: var(--white);
    color: var(--black);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 40px;
    transition: background var(--transition), color var(--transition);
}
.btn-hero:hover {
    background: var(--red);
    color: var(--white);
}

/* ════════════════════════════════════════
   INTRO
════════════════════════════════════════ */
.intro-section {
    background: var(--black);
    padding: 72px 0;
}

.intro-inner {
    max-width: 860px;
    text-align: center;
}

.intro-inner h2 {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 24px;
}

.intro-inner h2 br { display: block; }

.intro-inner p {
    font-size: 15px;
    color: #aaa;
    line-height: 1.9;
}

/* ════════════════════════════════════════
   HİZMETLER
════════════════════════════════════════ */
.services-section {
    background: var(--gray-bg);
    padding: 80px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    background: var(--white);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow var(--transition), transform var(--transition);
}

.service-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.10);
    transform: translateY(-4px);
}

.service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
}

.service-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}

.service-card p {
    font-size: 14px;
    color: var(--text-light);
    flex: 1;
}

.read-more {
    font-size: 14px;
    font-weight: 600;
    color: var(--red);
    display: inline-block;
    transition: gap var(--transition);
}
.read-more:hover { color: var(--red-dark); }

/* ════════════════════════════════════════
   HAKKIMIZDA
════════════════════════════════════════ */
.about-section {
    background: var(--white);
    padding: 80px 0;
}

.about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.about-image img {
    border-radius: var(--radius);
    width: 100%;
    object-fit: cover;
}

.about-text .section-sub { text-align: left; }

.about-text h2 {
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 700;
    color: var(--black);
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-desc {
    color: var(--text-light);
    margin-bottom: 32px;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 36px;
}

.feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.feature-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white);
    margin-top: 2px;
}

.feature-item h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 4px;
}

.feature-item p {
    font-size: 13px;
    color: var(--text-light);
}

.btn-dark {
    display: inline-block;
    background: var(--black);
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 13px 32px;
    transition: background var(--transition);
}
.btn-dark:hover { background: var(--red); }

/* ════════════════════════════════════════
   İLETİŞİM
════════════════════════════════════════ */
.contact-section {
    background: var(--gray-bg);
    padding: 80px 0;
}

.contact-section .container {
    max-width: 720px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group { display: flex; flex-direction: column; }

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #ddd;
    background: var(--white);
    font-family: inherit;
    font-size: 14px;
    color: var(--text);
    outline: none;
    transition: border-color var(--transition);
    border-radius: 0;
}

.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--red); }

.contact-form textarea { resize: vertical; }

.btn-submit {
    align-self: flex-start;
    background: var(--red);
    color: var(--white);
    border: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 14px 36px;
    cursor: pointer;
    transition: background var(--transition);
}
.btn-submit:hover { background: var(--red-dark); }

.form-alert {
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 8px;
}
.form-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.form-error   { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
.site-footer { background: var(--black); color: var(--white); }

.footer-main { padding: 64px 0; }

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--red);
    display: inline-block;
}

.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a {
    font-size: 14px;
    color: #aaa;
    transition: color var(--transition);
}
.footer-col ul a:hover { color: var(--red); }

.footer-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 16px;
    margin-bottom: 4px;
}
.footer-label:first-child { margin-top: 0; }

.footer-phone {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    transition: color var(--transition);
}
.footer-phone:hover { color: var(--red); }

.footer-col > p {
    font-size: 14px;
    color: #aaa;
    line-height: 1.6;
}

/* Çalışma Saatleri */
.hours-list { gap: 8px !important; }
.hours-list li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #aaa;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.hours-list .closed { color: #e74c3c; font-weight: 600; }

/* Footer Alt Bar */
.footer-bottom {
    border-top: 1px solid #222;
    padding: 20px 0;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-bottom p {
    font-size: 13px;
    color: #666;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #222;
    color: #aaa;
    transition: background var(--transition), color var(--transition);
}
.footer-social a:hover {
    background: var(--red);
    color: var(--white);
}

/* ════════════════════════════════════════
   İÇ SAYFA BANNER
════════════════════════════════════════ */
.page-banner {
    background:
        linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
        url('../images/mercedes-benz-passenger-cars-e-class-coupe-c-238-avantgarde-obsidian-black-metallic-3400x1440-1.webp') center/cover no-repeat;
    padding: 80px 0;
    text-align: center;
    color: var(--white);
}

.page-banner h1 {
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ════════════════════════════════════════
   SAYFA İÇERİĞİ (genel)
════════════════════════════════════════ */
.page-content { padding: 72px 0; }

/* ════════════════════════════════════════
   ANA SAYFA – HAKKIMIZDA BLOĞU
════════════════════════════════════════ */
.home-about-section { background: var(--white); padding: 80px 0; }

.home-about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.home-about-image img {
    width: 100%;
    border-radius: var(--radius);
    object-fit: cover;
    max-height: 420px;
}

.home-about-text h2 {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    color: var(--red);
    margin-bottom: 20px;
    line-height: 1.3;
}

.home-about-text p {
    color: var(--text-light);
    margin-bottom: 16px;
    line-height: 1.8;
}

.home-about-text .btn-dark { margin-top: 8px; }

/* ════════════════════════════════════════
   ANA SAYFA – DEPOLAMA BÖLÜMÜ
════════════════════════════════════════ */
.storage-section { background: var(--gray-bg); padding: 80px 0; }

.storage-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.storage-text h2 {
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 700;
    color: var(--black);
    margin-bottom: 20px;
    line-height: 1.3;
}

.storage-text p { color: var(--text-light); line-height: 1.8; }

.storage-image img {
    width: 100%;
    border-radius: var(--radius);
    object-fit: cover;
    max-height: 380px;
}

/* ════════════════════════════════════════
   ANA SAYFA – INTRO / TAGLINE
════════════════════════════════════════ */
.tagline {
    margin-top: 24px;
    font-style: italic;
    color: #888;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 20px;
}

/* ════════════════════════════════════════
   FOOTER – YENİ YAPI
════════════════════════════════════════ */
.footer-simple {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.footer-logo {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
}

.footer-category {
    color: var(--red);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-info-col p {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-info-col a {
    color: #aaa;
    transition: color var(--transition);
}
.footer-info-col a:hover { color: var(--red); }

.footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav-col a {
    color: #aaa;
    font-size: 14px;
    transition: color var(--transition);
}
.footer-nav-col a:hover { color: var(--red); }

/* ════════════════════════════════════════
   ABOUT SAYFASI
════════════════════════════════════════ */
.about-page-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.about-page-text p {
    color: var(--text);
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 20px;
}

.about-page-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.about-page-images img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: var(--radius);
}

/* ════════════════════════════════════════
   BRANDS SAYFASI
════════════════════════════════════════ */
.brands-inner h2 {
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 700;
    color: var(--black);
    margin-bottom: 24px;
    line-height: 1.3;
}

.brands-banner-img {
    margin-top: 48px;
    border-radius: var(--radius);
    overflow: hidden;
}

.brands-banner-img img {
    width: 100%;
    height: auto;
    display: block;
}

.brands-inner > p {
    color: var(--text-light);
    line-height: 1.9;
    max-width: 860px;
    margin-bottom: 56px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.stat-card {
    background: var(--black);
    color: var(--white);
    padding: 40px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: var(--radius);
}

.stat-number {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    color: var(--red);
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #aaa;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ════════════════════════════════════════
   CONTACT SAYFASI
════════════════════════════════════════ */
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 64px;
    align-items: start;
}

.contact-info-col p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 24px;
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text);
    margin-bottom: 16px;
}

.contact-detail svg { color: var(--red); flex-shrink: 0; }

.contact-detail a {
    color: var(--text);
    transition: color var(--transition);
}
.contact-detail a:hover { color: var(--red); }

/* ════════════════════════════════════════
   BLOG SAYFASI – KART LİSTESİ
════════════════════════════════════════ */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch;
}

.blog-card {
    background: var(--white);
    border: 1px solid #eee;
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow var(--transition), transform var(--transition);
}

.blog-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.10);
    transform: translateY(-4px);
}

.blog-card-img-link { display: block; overflow: hidden; }

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.blog-card:hover img { transform: scale(1.04); }

.blog-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.blog-card-body h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.4;
}

.blog-card-body h2 a {
    color: inherit;
    transition: color var(--transition);
}
.blog-card-body h2 a:hover { color: var(--red); }

.blog-card-body > p {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.7;
    flex: 1;
}

/* ════════════════════════════════════════
   BLOG SAYFASI – TEK YAZI
════════════════════════════════════════ */
.blog-back {
    display: inline-block;
    color: var(--red);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    transition: opacity var(--transition);
}
.blog-back:hover { opacity: .7; }

.blog-layout { max-width: 800px; }

.blog-meta { margin-bottom: 12px; }

.blog-date {
    color: var(--red);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-title {
    font-size: clamp(22px, 3.5vw, 36px);
    font-weight: 700;
    color: var(--black);
    line-height: 1.3;
    margin-bottom: 28px;
}

.blog-hero-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: var(--radius);
    margin-bottom: 40px;
}

.blog-article h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    margin: 32px 0 12px;
}

.blog-article p {
    color: var(--text);
    line-height: 1.9;
    margin-bottom: 16px;
}

.blog-list {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 16px;
}

.blog-list li {
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 6px;
}

.blog-closing {
    font-size: 18px;
    font-weight: 700;
    color: var(--red);
    margin-top: 32px !important;
    padding-top: 24px;
    border-top: 2px solid var(--gray-bg);
}

/* ════════════════════════════════════════
   RTL (Arapça)
════════════════════════════════════════ */
body.rtl {
    font-family: 'Cairo', 'Poppins', sans-serif;
}

body.rtl .section-sub,
body.rtl .section-title { text-align: center; }

body.rtl .about-text .section-sub { text-align: right; }
body.rtl .about-text h2           { text-align: right; }

body.rtl .topbar-inner  { flex-direction: row-reverse; }
body.rtl .nav-inner     { flex-direction: row-reverse; }
body.rtl .nav-menu      { margin-left: 0; margin-right: auto; }
body.rtl .nav-menu a::after { left: auto; right: 18px; }

body.rtl .about-inner   { direction: rtl; }
body.rtl .feature-item  { flex-direction: row; }

body.rtl .footer-grid   { direction: rtl; }
body.rtl .hours-list li { flex-direction: row-reverse; }

body.rtl .footer-bottom-inner { flex-direction: row-reverse; }

body.rtl .form-row      { direction: rtl; }
body.rtl input,
body.rtl textarea       { text-align: right; direction: rtl; }

body.rtl .btn-submit    { align-self: flex-end; }

body.rtl .intro-inner        { text-align: center; direction: rtl; }
body.rtl .home-about-inner   { direction: rtl; }
body.rtl .storage-inner      { direction: rtl; }
body.rtl .contact-layout     { direction: rtl; }
body.rtl .blog-list          { padding-left: 0; padding-right: 24px; }
body.rtl .about-page-inner   { direction: rtl; }
body.rtl .footer-simple      { direction: rtl; }
body.rtl .footer-nav-col     { align-items: flex-end; }

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */

/* Tablet */
@media (max-width: 1024px) {
    .services-grid    { grid-template-columns: repeat(2, 1fr); }
    .footer-grid      { grid-template-columns: repeat(2, 1fr); }
    .about-inner      { gap: 40px; }
    .home-about-inner { grid-template-columns: 1fr; gap: 32px; }
    .storage-inner    { grid-template-columns: 1fr; gap: 32px; }
    .storage-image    { order: -1; }
    .stats-grid       { grid-template-columns: repeat(2, 1fr); }
    .contact-layout   { grid-template-columns: 1fr; gap: 40px; }
    .about-page-inner { grid-template-columns: 1fr; gap: 32px; }
    .footer-simple    { grid-template-columns: 1fr 1fr; }
}

/* Mobil */
@media (max-width: 768px) {
    /* Header */
    .topbar-contact { gap: 12px; }
    .hamburger      { display: flex; }
    .btn-appointment { display: none; }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--white);
        flex-direction: column;
        border-top: 2px solid var(--red);
        box-shadow: 0 8px 24px rgba(0,0,0,.12);
        z-index: 999;
    }

    .nav-menu.open { display: flex; }

    .nav-menu a {
        padding: 14px 24px;
        border-bottom: 1px solid #f0f0f0;
    }
    .nav-menu a::after { display: none; }

    .main-nav .nav-inner { position: relative; }

    /* Hero */
    .hero-banner { min-height: 460px; }

    /* Services */
    .services-section { padding: 56px 0; }
    .services-grid { grid-template-columns: 1fr; gap: 16px; }

    /* About */
    .about-section  { padding: 56px 0; }
    .about-inner    { grid-template-columns: 1fr; gap: 32px; }

    /* Contact */
    .contact-section { padding: 56px 0; }
    .form-row { grid-template-columns: 1fr; }

    /* Footer */
    .footer-grid        { grid-template-columns: 1fr; gap: 32px; }
    .footer-simple      { grid-template-columns: 1fr; gap: 24px; }
    .footer-bottom-inner { justify-content: center; text-align: center; }
    /* Inner pages */
    .stats-grid         { grid-template-columns: repeat(2, 1fr); }
    .about-page-images  { grid-template-columns: 1fr; }
    .about-page-images img { height: 220px; }
    .blog-hero-img      { height: 220px; }
    .blog-grid          { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .section-title { margin-bottom: 36px; }
    .hero-content h1 { font-size: 28px; }
    .topbar-contact { font-size: 12px; }
    .blog-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
