/* ===== Şan Nakliyat — Tema Stilleri ===== */

:root {
    --red: #d92626;
    --red-dark: #b71d1d;
    --red-light: #fdecec;
    --charcoal: #14161c;
    --charcoal-2: #1d2029;
    --gray-50: #f7f8fa;
    --gray-100: #eef0f4;
    --gray-200: #d9dde4;
    --gray-400: #9aa0ac;
    --gray-600: #5b6271;
    --gray-700: #3a3f4b;
    --gray-900: #14161c;
    --white: #ffffff;
    --whatsapp: #25D366;
    --whatsapp-dark: #1ea952;
    --container: 1240px;
    --radius: 12px;
    --radius-lg: 18px;
    --shadow: 0 6px 24px rgba(15, 15, 20, .08);
    --shadow-lg: 0 16px 48px rgba(15, 15, 20, .15);
    --transition: all .25s ease;
    --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.6;
    color: var(--gray-900);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--red-dark); }
h1, h2, h3, h4, h5, h6 { font-weight: 800; line-height: 1.2; margin: 0 0 16px; color: var(--gray-900); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.1rem; }
p { margin: 0 0 16px; }
ul { padding-left: 20px; margin: 0 0 16px; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 980px; margin: 0 auto; }
.text-red { color: var(--red); }
.text-white { color: var(--white) !important; }
.text-left { text-align: left !important; }
.center { text-align: center; }
.screen-reader-text { position: absolute; left: -9999px; }
.skip-link { position: absolute; top: -40px; left: 6px; z-index: 9999; padding: 8px 12px; background: var(--red); color: #fff; }
.skip-link:focus { top: 6px; }

/* Icons */
.icon, .icon-md { width: 24px; height: 24px; flex-shrink: 0; }
.icon-xs { width: 16px; height: 16px; flex-shrink: 0; }
.icon-sm { width: 20px; height: 20px; flex-shrink: 0; }

/* ===== Buttons ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 15px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 1;
    font-family: inherit;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(217, 38, 38, .35); }
.btn-outline { background: #fff; color: var(--gray-900); border-color: var(--gray-200); }
.btn-outline:hover { border-color: var(--red); color: var(--red); }
.btn-light { background: #fff; color: var(--gray-900); }
.btn-light:hover { background: var(--gray-100); color: var(--gray-900); }
.btn-link { background: transparent; padding: 0; color: var(--red); border: none; font-weight: 700; }
.btn-whatsapp-lg { background: var(--whatsapp); color: #fff; border-color: var(--whatsapp); }
.btn-whatsapp-lg:hover { background: var(--whatsapp-dark); color: #fff; transform: translateY(-2px); }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-lg { padding: 16px 32px; font-size: 17px; }
.btn-block { display: flex; width: 100%; }
.btn-whatsapp {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--whatsapp); color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    transition: var(--transition);
}
.btn-whatsapp:hover { background: var(--whatsapp-dark); color: #fff; transform: scale(1.1); }

/* ===== Topbar ===== */
.topbar { background: var(--charcoal); color: var(--gray-100); font-size: 13px; padding: 8px 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar-left, .topbar-right { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.topbar-item { display: inline-flex; align-items: center; gap: 6px; color: var(--gray-100); }
.topbar-item:hover { color: #fff; }

/* ===== Header ===== */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    padding: 14px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--gray-900); }
.brand-logo { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-title { font-weight: 800; font-size: 18px; letter-spacing: .5px; color: var(--gray-900); }
.brand-tagline { font-size: 11px; color: var(--gray-600); letter-spacing: 2px; }

.main-nav { flex: 1; }
.menu, .menu ul { list-style: none; padding: 0; margin: 0; }
.primary-menu { display: flex; gap: 4px; justify-content: center; align-items: center; }
.primary-menu > li { position: relative; }
.primary-menu > li > a { display: block; padding: 10px 14px; color: var(--gray-700); font-weight: 600; font-size: 15px; border-radius: 8px; }
.primary-menu > li > a:hover { color: var(--red); background: var(--red-light); }
.primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_item > a { color: var(--red); }
.primary-menu .sub-menu {
    position: absolute; top: 100%; left: 0; min-width: 240px;
    background: #fff; box-shadow: var(--shadow-lg); border-radius: 8px;
    opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: var(--transition); padding: 8px 0; z-index: 100;
}
.primary-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-menu .sub-menu a { display: block; padding: 10px 16px; color: var(--gray-700); font-size: 14px; }
.primary-menu .sub-menu a:hover { background: var(--red-light); color: var(--red); }

.header-cta { display: flex; gap: 8px; align-items: center; }
.nav-toggle { display: none; background: transparent; border: 1px solid var(--gray-200); border-radius: 8px; padding: 8px; cursor: pointer; color: var(--gray-900); }
.nav-toggle .icon:nth-child(2) { display: none; }
.nav-toggle.is-open .icon:nth-child(1) { display: none; }
.nav-toggle.is-open .icon:nth-child(2) { display: inline-block; }

@media (max-width: 1100px) {
    .header-cta .btn-outline { display: none; }
}
@media (max-width: 900px) {
    .nav-toggle { display: inline-flex; }
    .main-nav { position: fixed; top: 0; right: -100%; width: 320px; max-width: 90%; height: 100vh; background: #fff; padding: 80px 24px 24px; box-shadow: var(--shadow-lg); transition: right .3s ease; overflow-y: auto; z-index: 99; }
    .main-nav.is-open { right: 0; }
    .primary-menu { flex-direction: column; gap: 0; align-items: stretch; }
    .primary-menu > li > a { padding: 14px; border-bottom: 1px solid var(--gray-100); border-radius: 0; }
    .primary-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding-left: 16px; }
    .header-cta .btn-sm { display: none; }
}

/* ===== Hero ===== */
.hero {
    position: relative;
    padding: 120px 0 140px;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}
.hero-inner { max-width: 800px; }
.hero-eyebrow {
    display: inline-block; padding: 8px 16px; margin-bottom: 24px;
    background: rgba(217, 38, 38, .15); color: #fff;
    border: 1px solid rgba(217, 38, 38, .5);
    border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 2px;
}
.hero-title { color: #fff; margin-bottom: 24px; }
.hero-title span { display: block; }
.hero-subtitle { font-size: 18px; color: rgba(255, 255, 255, .85); max-width: 600px; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ===== Features Bar ===== */
.features-bar { background: var(--charcoal); padding: 24px 0; color: #fff; }
.features-bar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-bar-item { display: flex; align-items: center; gap: 12px; color: var(--gray-100); font-weight: 600; }
.feature-bar-item svg { color: var(--red); }
@media (max-width: 800px) { .features-bar-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===== Sections ===== */
.section { padding: 80px 0; }
.section-alt { background: var(--gray-50); }
.section-dark { color: #fff; }
.section-dark h2, .section-dark .section-title { color: #fff; }
.section-stats { padding: 48px 0; background: var(--charcoal); color: #fff; }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.eyebrow { display: inline-block; padding: 6px 14px; margin-bottom: 16px; background: var(--red-light); color: var(--red); border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 2px; }
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 12px; }
.section-subtitle { color: var(--gray-600); font-size: 17px; }

/* ===== Services Grid ===== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.services-grid-lg { gap: 28px; }
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
    display: block; padding: 32px 28px;
    background: #fff; border: 1px solid var(--gray-100);
    border-radius: var(--radius-lg);
    transition: var(--transition);
    color: var(--gray-900);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--red); color: var(--gray-900); }
.service-card-icon {
    width: 64px; height: 64px;
    background: var(--red-light); color: var(--red);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    transition: var(--transition);
}
.service-card-icon svg { width: 32px; height: 32px; }
.service-card:hover .service-card-icon { background: var(--red); color: #fff; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { color: var(--gray-600); margin-bottom: 16px; font-size: 15px; }
.service-card .link { color: var(--red); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }

/* ===== Why Us ===== */
.why-us-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .why-us-grid { grid-template-columns: 1fr; } }
.why-us-image img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.benefits-list { list-style: none; padding: 0; margin: 24px 0; }
.benefits-list li { display: flex; gap: 12px; padding: 10px 0; }
.benefits-list svg { color: var(--red); margin-top: 4px; flex-shrink: 0; }

/* ===== Process ===== */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 900px) { .process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .process-grid { grid-template-columns: 1fr; } }
.process-step { padding: 28px; background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--gray-100); position: relative; }
.process-number { font-size: 48px; font-weight: 900; color: var(--red); opacity: .15; line-height: 1; margin-bottom: 8px; }
.process-step h3 { margin-bottom: 10px; }
.process-step p { color: var(--gray-600); font-size: 15px; margin: 0; }

/* ===== Regions ===== */
.regions-pill-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.region-pill {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 18px; border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff; font-weight: 600; font-size: 14px;
    transition: var(--transition);
}
.region-pill:hover { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-2px); }
.region-pill svg { color: var(--red); }
.region-pill:hover svg { color: #fff; }

.regions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .regions-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .regions-grid { grid-template-columns: 1fr; } }
.region-card { display: block; padding: 28px; background: #fff; border: 1px solid var(--gray-100); border-radius: var(--radius-lg); color: var(--gray-900); transition: var(--transition); }
.region-card:hover { border-color: var(--red); transform: translateY(-4px); box-shadow: var(--shadow); color: var(--gray-900); }
.region-card-icon { width: 48px; height: 48px; background: var(--red-light); color: var(--red); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.region-card h3 { margin-bottom: 8px; }
.region-card p { color: var(--gray-600); font-size: 14px; margin: 0; }

/* ===== Gallery ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 500px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.gallery-item { aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.08); }

/* ===== Stats ===== */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 700px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
.stat-item { text-align: center; }
.stat-value { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: var(--red); margin-bottom: 4px; line-height: 1; }
.stat-label { color: var(--gray-100); font-weight: 500; font-size: 15px; }
.section-stats .stat-value { color: var(--red); }
.about-stats { margin-top: 60px; padding: 40px 0; background: var(--charcoal); color: #fff; border-radius: var(--radius-lg); }
.about-stats .stat-label { color: var(--gray-100); }

/* ===== Testimonials ===== */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .testimonials-grid { grid-template-columns: 1fr; } }
.testimonial-card { padding: 28px; background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--gray-100); }
.testimonial-stars { color: #f5b300; display: flex; gap: 2px; margin-bottom: 14px; }
.testimonial-stars svg { fill: #f5b300; stroke: #f5b300; }
.testimonial-text { color: var(--gray-700); font-style: italic; font-size: 15px; margin-bottom: 16px; }
.testimonial-author strong { display: block; color: var(--gray-900); }
.testimonial-author span { color: var(--gray-600); font-size: 13px; }

/* ===== FAQ ===== */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--gray-100); border-radius: var(--radius); overflow: hidden; }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; cursor: pointer; font-weight: 600; font-size: 16px; list-style: none; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chevron { color: var(--red); transition: transform .25s ease; flex-shrink: 0; }
.faq-item[open] .faq-chevron { transform: rotate(180deg); }
.faq-answer { padding: 0 22px 18px; color: var(--gray-600); }
.faq-answer p { margin: 0; }

/* ===== CTA Band ===== */
.cta-band { background: var(--red); color: #fff; padding: 48px 0; }
.cta-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-band h3 { color: #fff; margin-bottom: 6px; font-size: 1.6rem; }
.cta-band p { margin: 0; opacity: .92; }
.cta-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ===== Footer ===== */
.site-footer { background: var(--charcoal); color: var(--gray-100); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col h4 { color: #fff; margin-bottom: 18px; font-size: 16px; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: #fff; margin-bottom: 16px; }
.footer-brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.footer-brand strong { display: block; font-size: 18px; }
.footer-brand span { font-size: 11px; letter-spacing: 2px; color: var(--gray-400); }
.footer-about { color: var(--gray-400); font-size: 14px; }
.footer-social { display: flex; gap: 8px; margin-top: 16px; }
.footer-social a { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .08); border-radius: 8px; color: #fff; font-weight: 700; }
.footer-social a:hover { background: var(--red); color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: var(--gray-400); font-size: 14px; }
.footer-links a:hover { color: var(--red); }
.footer-links-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 14px; color: var(--gray-100); font-size: 14px; }
.footer-contact svg { color: var(--red); margin-top: 2px; flex-shrink: 0; }
.footer-contact a { color: var(--gray-100); }
.footer-contact a:hover { color: var(--red); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; color: var(--gray-400); font-size: 13px; }
.footer-bottom p { margin: 0; }

/* ===== Floating Buttons ===== */
.float-btn {
    position: fixed; right: 20px; z-index: 90;
    width: 52px; height: 52px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-lg);
    border: none; cursor: pointer;
    color: #fff;
    transition: var(--transition);
}
.float-whatsapp { bottom: 20px; background: var(--whatsapp); }
.float-whatsapp:hover { background: var(--whatsapp-dark); transform: scale(1.1); color: #fff; }
.float-phone { bottom: 84px; background: var(--red); }
.float-phone:hover { background: var(--red-dark); transform: scale(1.1); color: #fff; }
.float-top { bottom: 148px; background: var(--gray-900); opacity: 0; pointer-events: none; }
.float-top.is-visible { opacity: 1; pointer-events: auto; }
.float-top:hover { background: var(--red); transform: scale(1.1); }

/* ===== Page Hero ===== */
.page-hero { padding: 80px 0 60px; background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-2) 100%); color: #fff; }
.page-hero-title { color: #fff; }
.page-hero-subtitle { color: rgba(255, 255, 255, .85); font-size: 18px; max-width: 700px; }
.breadcrumb { display: flex; gap: 8px; color: var(--gray-400); font-size: 14px; margin-bottom: 20px; align-items: center; flex-wrap: wrap; }
.breadcrumb a { color: var(--gray-400); }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb span { color: var(--gray-400); }

.page-hero-service .service-hero-content { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.service-hero-icon { width: 80px; height: 80px; background: rgba(217, 38, 38, .2); color: var(--red); border-radius: 20px; display: flex; align-items: center; justify-content: center; }
.service-hero-icon svg { width: 40px; height: 40px; }
.region-hero-icon { width: 60px; height: 60px; background: rgba(217, 38, 38, .2); color: var(--red); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }

/* ===== Service Detail ===== */
.service-detail-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 900px) { .service-detail-grid { grid-template-columns: 1fr; } }
.service-detail-content p { font-size: 16px; line-height: 1.8; color: var(--gray-700); }
.features-card, .quote-card { padding: 28px; background: #fff; border: 1px solid var(--gray-100); border-radius: var(--radius-lg); margin-bottom: 24px; }
.features-card h3, .quote-card h3 { margin-bottom: 16px; }
.features-list { list-style: none; padding: 0; margin: 0; }
.features-list li { display: flex; gap: 10px; padding: 8px 0; align-items: flex-start; }
.features-list svg { color: var(--red); margin-top: 4px; flex-shrink: 0; }
.quote-card p { color: var(--gray-600); font-size: 14px; }
.quote-card .btn { margin-bottom: 8px; }
.quote-card-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 16px; }
.quote-card.center { text-align: center; }
.region-services { margin-top: 48px; }

/* ===== Forms ===== */
.quote-form-wrapper { max-width: 720px; margin: 0 auto; padding: 32px; background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--gray-100); box-shadow: var(--shadow); }
.quote-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .quote-form .form-row { grid-template-columns: 1fr; } }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 14px; }
.form-group .req { color: var(--red); }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 12px 14px;
    border: 1.5px solid var(--gray-200);
    border-radius: 10px;
    font-family: inherit; font-size: 15px;
    background: #fff; color: var(--gray-900);
    transition: var(--transition);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none; border-color: var(--red); box-shadow: 0 0 0 4px rgba(217, 38, 38, .12);
}
.form-note { color: var(--gray-600); font-size: 13px; text-align: center; margin: 14px 0 0; }
.alert { padding: 14px; border-radius: 10px; margin-bottom: 20px; }
.alert-error { background: var(--red-light); color: var(--red-dark); border: 1px solid rgba(217, 38, 38, .25); }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-list { list-style: none; padding: 0; margin: 24px 0; }
.contact-list li { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--gray-100); }
.contact-list li:last-child { border-bottom: 0; }
.contact-icon { width: 48px; height: 48px; background: var(--red-light); color: var(--red); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-list strong { display: block; margin-bottom: 2px; color: var(--gray-900); }
.contact-list a { color: var(--gray-700); }
.contact-list a:hover { color: var(--red); }
.contact-actions { margin-top: 24px; }
.contact-map iframe { display: block; width: 100%; }

/* ===== About ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }
.about-image img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4/3; object-fit: cover; width: 100%; }

/* ===== Pagination ===== */
.pagination { margin-top: 48px; display: flex; justify-content: center; }
.pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.pagination a, .pagination span { padding: 10px 14px; border-radius: 8px; background: var(--gray-100); color: var(--gray-700); font-weight: 600; }
.pagination .current { background: var(--red); color: #fff; }
.pagination a:hover { background: var(--red); color: #fff; }

/* ===== 404 ===== */
.section-404 { padding: 120px 0; }
.error-code { font-size: clamp(5rem, 12vw, 9rem); color: var(--red); margin-bottom: 0; line-height: 1; }

/* ===== Card grid (blog) ===== */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .card-grid { grid-template-columns: 1fr; } }
.card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--gray-100); transition: var(--transition); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.card-body { padding: 24px; }
.card-title { margin-bottom: 12px; font-size: 1.2rem; }
.card-title a { color: var(--gray-900); }
.card-title a:hover { color: var(--red); }

/* ===== Content ===== */
.content { font-size: 16px; line-height: 1.8; color: var(--gray-700); }
.content h2, .content h3 { margin-top: 32px; }
.content p { margin-bottom: 18px; }
.content ul, .content ol { margin-bottom: 18px; }
.content img { border-radius: var(--radius); margin: 24px 0; }
.post-thumbnail { margin-bottom: 32px; }
.post-thumbnail img { border-radius: var(--radius-lg); width: 100%; }

/* ===== Sub-menu open on mobile (toggled via JS) ===== */
@media (max-width: 900px) {
    .menu-item-has-children > a::after { content: ' ▾'; }
}
