:root {
    --brand: #0d9488;
    --brand-dark: #0f766e;
    --brand-light: #14b8a6;
    --brand-pale: #ccfbf1;
    --text: #1e293b;
    --text-muted: #64748b;
    --border: #e2e8f0;
    --bg: #f8fafc;
}

*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.7;
}

/* ── NAVBAR ─────────────────────────────── */
.site-nav {
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 0 rgba(0,0,0,.06);
    padding: .75rem 0;
    transition: box-shadow .2s;
}
.site-nav.scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.navbar-brand { display:flex; align-items:center; gap:.85rem; text-decoration:none; }
.brand-icon {
    width: 46px; height: 46px;
    background: var(--brand);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.35rem; flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(13,148,136,.3);
}
.brand-text { display:flex; flex-direction:column; line-height: 1.25; }
.brand-name { font-size: 1rem; font-weight: 700; color: var(--heading); letter-spacing: -.01em; }
.brand-sub  { font-size: .72rem; color: var(--text-muted); font-weight: 500; }

.site-nav .nav-link {
    color: var(--text);
    font-weight: 500;
    font-size: .9rem;
    padding: .5rem 1.1rem;
    position: relative;
    transition: color .15s;
}
.site-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%; right: 50%;
    height: 2px;
    background: var(--brand);
    border-radius: 2px;
    transition: left .2s, right .2s;
}
.site-nav .nav-link:hover { color: var(--brand); }
.site-nav .nav-link:hover::after,
.site-nav .nav-link.active::after { left: 1.1rem; right: 1.1rem; }
.site-nav .nav-link.active { color: var(--brand); font-weight: 600; }

.nav-phone {
    color: var(--text-muted); font-size: .82rem; text-decoration: none;
    display: flex; align-items: center; gap: .35rem;
    border: 1px solid var(--border); border-radius: 8px;
    padding: .38rem .8rem; transition: all .15s;
}
.nav-phone:hover { color: var(--brand); border-color: var(--brand); background: var(--brand-pale); }
.btn-randevu {
    background: var(--brand); color: #fff;
    border: none; border-radius: 9px;
    padding: .48rem 1.2rem; font-weight: 600; font-size: .85rem;
    box-shadow: 0 2px 8px rgba(13,148,136,.25);
    transition: all .15s;
}
.btn-randevu:hover { background: var(--brand-dark); color: #fff; box-shadow: 0 4px 14px rgba(13,148,136,.35); transform: translateY(-1px); }

/* ── HERO ────────────────────────────────── */
.hero {
    position: relative;
    min-height: 560px;
    display: flex; align-items: center;
    background: linear-gradient(135deg, #0c4a6e 0%, #0d9488 100%);
    overflow: hidden;
}
.hero-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center top;
    opacity: .22;
}
.hero-content { position: relative; z-index: 1; }
.hero-badge {
    display: inline-flex; align-items: center; gap: .4rem;
    background: rgba(255,255,255,.15);
    color: #e0f2f1;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50px; padding: .3rem .9rem;
    font-size: .8rem; font-weight: 600; letter-spacing: .03em;
    margin-bottom: 1.2rem;
}
.hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800; color: #fff;
    line-height: 1.2; margin-bottom: 1rem;
}
.hero p { font-size: 1.1rem; color: rgba(255,255,255,.85); max-width: 540px; margin-bottom: 2rem; }
.hero-ctas { display: flex; gap: .75rem; flex-wrap: wrap; }
.btn-hero-primary {
    background: #fff; color: var(--brand);
    border: none; border-radius: 10px;
    padding: .8rem 1.8rem; font-weight: 700; font-size: .95rem;
    text-decoration: none; transition: all .2s;
    display: inline-flex; align-items: center; gap: .4rem;
}
.btn-hero-primary:hover { background: var(--brand-pale); color: var(--brand); transform: translateY(-2px); }
.btn-hero-secondary {
    background: transparent; color: #fff;
    border: 2px solid rgba(255,255,255,.5); border-radius: 10px;
    padding: .8rem 1.8rem; font-weight: 600; font-size: .95rem;
    text-decoration: none; transition: all .2s;
    display: inline-flex; align-items: center; gap: .4rem;
}
.btn-hero-secondary:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }
.hero-stats {
    display: flex; gap: 2rem; margin-top: 2.5rem;
    flex-wrap: wrap;
}
.hero-stat strong { display:block; font-size: 1.6rem; font-weight: 800; color: #fff; }
.hero-stat span { font-size: .8rem; color: rgba(255,255,255,.7); }

/* ── SECTION HEADER ──────────────────────── */
.section-header { text-align: center; margin-bottom: 2.5rem; }
.section-badge {
    display: inline-block;
    background: var(--brand-pale); color: var(--brand);
    border-radius: 50px; padding: .3rem 1rem;
    font-size: .78rem; font-weight: 700; letter-spacing: .05em;
    text-transform: uppercase; margin-bottom: .75rem;
}
.section-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: var(--text); margin-bottom: .5rem; }
.section-sub { color: var(--text-muted); max-width: 560px; margin: 0 auto; }

/* ── SERVICE CARDS ───────────────────────── */
.service-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 1.8rem 1.4rem;
    height: 100%;
    transition: all .2s;
    text-decoration: none; color: inherit;
    display: flex; flex-direction: column;
}
.service-card:hover {
    border-color: var(--brand);
    box-shadow: 0 8px 30px rgba(13,148,136,.12);
    transform: translateY(-3px);
    color: inherit;
}
.service-icon {
    width: 52px; height: 52px;
    background: var(--brand-pale);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: var(--brand); font-size: 1.4rem;
    margin-bottom: 1rem;
}
.service-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: .4rem; }
.service-card p { font-size: .85rem; color: var(--text-muted); flex: 1; margin: 0; }
.service-card .more-link { font-size: .8rem; color: var(--brand); font-weight: 600; margin-top: .75rem; }

/* ── POST CARD ───────────────────────────── */
.post-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    transition: all .2s;
    text-decoration: none; color: inherit;
    display: flex; flex-direction: column;
}
.post-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,.09);
    transform: translateY(-3px);
    color: inherit;
}
.post-card-img {
    height: 195px; overflow: hidden; flex-shrink: 0;
    background: var(--bg);
}
.post-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.post-card:hover .post-card-img img { transform: scale(1.04); }
.post-card-img .no-img {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--brand-pale), #e0f2fe);
    color: var(--brand); font-size: 2.5rem;
}
.post-card-body { padding: 1.2rem; flex: 1; display: flex; flex-direction: column; }
.post-card-cat {
    display: inline-block;
    background: var(--brand-pale); color: var(--brand);
    border-radius: 50px; padding: .2rem .7rem;
    font-size: .72rem; font-weight: 700;
    margin-bottom: .5rem;
}
.post-card h3 { font-size: .95rem; font-weight: 700; line-height: 1.4; margin-bottom: .4rem; flex: 1; }
.post-card p  { font-size: .82rem; color: var(--text-muted); margin: 0; }
.post-card-footer { padding: .75rem 1.2rem; border-top: 1px solid var(--border); font-size: .75rem; color: var(--text-muted); }

/* ── ABOUT SECTION ───────────────────────── */
.about-section { background: var(--bg); }
.about-img { border-radius: 16px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.12); }
.about-img img { width: 100%; display: block; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; align-items: flex-start; gap: .6rem; margin-bottom: .5rem; font-size: .92rem; }
.check-list li::before { content: '✓'; color: var(--brand); font-weight: 700; margin-top: .15rem; }

/* ── GOOGLE REVIEWS ─────────────────────── */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}
.review-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    transition: box-shadow .2s;
}
.review-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.review-header { display: flex; align-items: center; gap: .75rem; }
.review-avatar {
    width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
}
.review-avatar-init {
    width: 44px; height: 44px; border-radius: 50%; background: var(--brand);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.1rem; flex-shrink: 0;
}
.review-name { font-weight: 600; font-size: .9rem; line-height: 1.2; }
.review-stars { font-size: .9rem; letter-spacing: .05em; }
.review-text { font-size: .875rem; line-height: 1.6; color: var(--text-muted); margin: 0; flex: 1; }
.review-date { font-size: .75rem; color: var(--text-muted); opacity: .7; }
.review-google-icon { opacity: .7; }

/* ── CTA STRIP ───────────────────────────── */
.cta-strip {
    background: linear-gradient(135deg, #0c4a6e 0%, #0d9488 100%);
    color: #fff; padding: 3.5rem 0; text-align: center;
}
.cta-strip h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: .5rem; }
.cta-strip p  { opacity: .85; margin-bottom: 1.5rem; }

/* ── BREADCRUMB ──────────────────────────── */
.site-breadcrumb { background: var(--bg); border-bottom: 1px solid var(--border); padding: .75rem 0; }
.breadcrumb { margin: 0; font-size: .82rem; }
.breadcrumb-item + .breadcrumb-item::before { color: var(--text-muted); }
.breadcrumb-item a { color: var(--text-muted); text-decoration: none; }
.breadcrumb-item a:hover { color: var(--brand); }
.breadcrumb-item.active { color: var(--text); }

/* ── POST PAGE ───────────────────────────── */
.post-hero { background: var(--bg); padding: 3rem 0 2rem; border-bottom: 1px solid var(--border); }
.post-hero h1 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 800; line-height: 1.25; }
.post-hero--bg { background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 340px; position: relative; display: flex; align-items: center; border-bottom: none; padding: 4rem 0 3rem; }
.post-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.45) 100%); border-radius: inherit; }
.post-card-cat--light { background: rgba(255,255,255,.18) !important; color: #fff !important; border: 1px solid rgba(255,255,255,.35); }
.post-hero-img { padding: 1.5rem 0 0; background: var(--bg); }
.post-body { font-size: 1rem; line-height: 1.8; }
.post-body h2 { font-size: 1.4rem; font-weight: 700; margin-top: 2rem; margin-bottom: .75rem; color: var(--text); }
.post-body h3 { font-size: 1.15rem; font-weight: 600; margin-top: 1.5rem; color: var(--text); }
.post-body p  { margin-bottom: 1rem; }
.post-body ul, .post-body ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.post-body li { margin-bottom: .3rem; }
.post-body img { max-width: 100%; border-radius: 10px; margin: 1rem 0; }
.post-body strong { font-weight: 700; }
.post-body a { color: var(--brand); }
.post-body blockquote { border-left: 3px solid var(--brand); padding-left: 1rem; color: var(--text-muted); font-style: italic; margin: 1.5rem 0; }

/* ── SIDEBAR ─────────────────────────────── */
.sidebar-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-bottom: 1.5rem; }
.sidebar-card-header { padding: .85rem 1.2rem; background: var(--bg); font-weight: 600; font-size: .88rem; border-bottom: 1px solid var(--border); }
.sidebar-cat-list { list-style: none; padding: 0; margin: 0; }
.sidebar-cat-list li a {
    display: flex; justify-content: space-between; align-items: center;
    padding: .6rem 1.2rem; text-decoration: none; color: var(--text);
    font-size: .85rem; border-bottom: 1px solid var(--border); transition: all .15s;
}
.sidebar-cat-list li:last-child a { border-bottom: none; }
.sidebar-cat-list li a:hover { background: var(--brand-pale); color: var(--brand); }
.sidebar-cat-list .cat-count { font-size: .72rem; color: var(--text-muted); }

/* ── BLOG LIST ───────────────────────────── */
.blog-hero { background: var(--bg); padding: 2.5rem 0; border-bottom: 1px solid var(--border); }

/* ── CONTACT PAGE ────────────────────────── */
.contact-info-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 2rem; }
.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.contact-info-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--brand-pale); color: var(--brand); display:flex; align-items:center; justify-content:center; font-size: 1.2rem; flex-shrink:0; }

/* ── FOOTER ──────────────────────────────── */
.site-footer { background: #0f172a; color: #94a3b8; padding: 4rem 0 2rem; margin-top: auto; }
.footer-brand { display: flex; align-items: center; gap: .7rem; }
.footer-brand .brand-icon { background: var(--brand); }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-sub  { color: #94a3b8; }
.footer-title { color: #e2e8f0; font-weight: 600; font-size: .88rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .4rem; }
.footer-links li a { color: #94a3b8; text-decoration: none; font-size: .85rem; transition: color .15s; }
.footer-links li a:hover { color: var(--brand-light); }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { display: flex; gap: .6rem; margin-bottom: .6rem; font-size: .82rem; align-items: flex-start; }
.footer-contact li i { margin-top: .15rem; color: var(--brand-light); }
.footer-contact li a { color: #94a3b8; text-decoration: none; }
.footer-contact li a:hover { color: var(--brand-light); }
.footer-hr { border-color: #1e293b; margin: 2rem 0 1rem; }
.site-footer .text-muted { color: #94a3b8 !important; }
.footer-social { display: flex; gap: .5rem; }
.social-btn {
    width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1rem; text-decoration: none; transition: all .15s;
}
.social-btn.whatsapp  { background: #25d366; }
.social-btn.instagram { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.social-btn.facebook  { background: #1877f2; }
.social-btn:hover { transform: translateY(-2px); opacity: .9; }

/* ── ADMIN BAR ───────────────────────────── */
.admin-edit-bar { background: #1e293b; color: #94a3b8; padding: .4rem 0; font-size: .78rem; }
.admin-edit-bar a { color: var(--brand-light); text-decoration: none; }

/* ── UTILS ───────────────────────────────── */
.section-pad { padding: 5rem 0; }
.section-pad-sm { padding: 3rem 0; }
@media (max-width: 768px) {
    .section-pad { padding: 3rem 0; }
    .section-pad-sm { padding: 2rem 0; }
    .hero { min-height: 420px; }
}
