﻿/* =============================================
   AZERP Solution - Corporate Website Styles
   ============================================= */

/* CSS Variables */
:root {
    --primary: #1a56db;
    --primary-dark: #1343ad;
    --primary-light: #e8f0fe;
    --secondary: #0ea5e9;
    --accent: #f59e0b;
    --dark: #0f172a;
    --dark-2: #1e293b;
    --text: #334155;
    --text-light: #64748b;
    --border: #e2e8f0;
    --bg-light: #f8fafc;
    --white: #ffffff;
    --gradient: linear-gradient(135deg, #1a56db 0%, #0ea5e9 100%);
    --gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
    --shadow: 0 4px 16px rgba(0,0,0,.10);
    --shadow-lg: 0 10px 40px rgba(0,0,0,.15);
    --radius: 12px;
    --radius-lg: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; position: relative; min-height: 100%; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.65;
    font-size: 16px;
    margin-bottom: 60px;
}
a { color: var(--primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--primary-dark); }
h1,h2,h3,h4,h5,h6 { font-weight: 700; color: var(--dark); line-height: 1.2; }

/* Buttons */
.btn { border-radius: 8px; font-weight: 600; padding: .6rem 1.5rem; transition: all .25s; font-size: .95rem; }
.btn:focus, .btn:active:focus { box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; }
.btn-primary { background: var(--gradient); border: none; color: #fff; box-shadow: 0 4px 14px rgba(26,86,219,.35); }
.btn-primary:hover { background: linear-gradient(135deg, #1343ad 0%, #0284c7 100%); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(26,86,219,.45); color: #fff; }
.btn-outline-light { border: 2px solid rgba(255,255,255,.6); color: #fff; background: transparent; }
.btn-outline-light:hover { background: rgba(255,255,255,.15); border-color: #fff; color: #fff; }
.btn-light { background: #fff; color: var(--primary); font-weight: 700; box-shadow: var(--shadow-sm); }
.btn-light:hover { background: var(--primary-light); color: var(--primary-dark); transform: translateY(-1px); }
.btn-lg { padding: .8rem 2rem; font-size: 1rem; }

/* TOP BAR */
.top-bar { background: var(--dark-2); color: rgba(255,255,255,.75); font-size: .82rem; padding: .45rem 0; }
.top-bar a { color: rgba(255,255,255,.75); transition: color .2s; }
.top-bar a:hover { color: #fff; }

/* HEADER */
.site-header { background: rgba(255,255,255,.97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(0,0,0,.08); z-index: 1000; }
.site-header .navbar { padding: .9rem 0; }
.navbar-brand { display: flex; align-items: center; gap: .4rem; text-decoration: none; }
.brand-logo { font-size: 1.6rem; font-weight: 900; letter-spacing: -1px; }
.brand-az { color: var(--primary); }
.brand-erp { color: var(--dark); }
.brand-tagline { font-size: .8rem; font-weight: 500; color: var(--text-light); border-left: 2px solid var(--border); padding-left: .5rem; margin-left: .2rem; line-height: 1; }
.navbar-nav .nav-link { color: var(--dark) !important; font-weight: 500; padding: .5rem .9rem; border-radius: 6px; transition: all .2s; font-size: .95rem; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--primary) !important; background: var(--primary-light); }
.nav-cta { font-size: .9rem !important; padding: .5rem 1.2rem !important; }

/* HERO SECTION */
.hero-section { position: relative; background: var(--gradient-dark); overflow: hidden; padding: 5rem 0 3rem; }
.hero-bg-overlay { position: absolute; inset: 0; opacity: .5; background-image: radial-gradient(circle at 20% 80%, rgba(26,86,219,.3) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(14,165,233,.2) 0%, transparent 50%); }
.min-vh-hero { min-height: calc(100vh - 105px); padding: 2rem 0; }
.hero-badge { display: inline-flex; align-items: center; background: rgba(26,86,219,.2); border: 1px solid rgba(26,86,219,.4); color: #93c5fd; padding: .4rem 1rem; border-radius: 50px; font-size: .85rem; font-weight: 500; }
.hero-title { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; color: #fff; line-height: 1.15; margin: .75rem 0; }
.text-gradient { background: linear-gradient(90deg, #60a5fa, #38bdf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-subtitle { font-size: 1.05rem; color: rgba(255,255,255,.75); max-width: 540px; line-height: 1.75; }
.hero-stats { display: flex; gap: 2rem; border-top: 1px solid rgba(255,255,255,.15); padding-top: 1.5rem; }
.hero-stat { display: flex; flex-direction: column; }
.stat-number { font-size: 1.6rem; font-weight: 800; color: #fff; line-height: 1; }
.stat-label { font-size: .8rem; color: rgba(255,255,255,.6); margin-top: .2rem; }
.hero-visual { position: relative; width: 420px; height: 400px; }
.hero-illustration { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 8rem; color: rgba(26,86,219,.2); }
.hero-card { position: absolute; display: flex; align-items: center; gap: .75rem; background: rgba(255,255,255,.1); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); padding: 1rem 1.25rem; color: #fff; min-width: 180px; }
.hero-card-main { top: 30px; left: 0; animation: float 4s ease-in-out infinite; }
.hero-card-secondary { bottom: 120px; right: 0; animation: float 4s ease-in-out infinite 1s; }
.hero-card-tertiary { bottom: 30px; left: 30px; animation: float 4s ease-in-out infinite 2s; }
.hero-card-icon { width: 42px; height: 42px; border-radius: 10px; background: var(--gradient); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.hero-card-label { font-size: .75rem; opacity: .75; }
.hero-card-value { font-size: 1.2rem; font-weight: 700; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.hero-wave { margin-bottom: -2px; line-height: 0; }
.hero-wave svg { display: block; }

/* CLIENTS */
.clients-strip { background: var(--bg-light); border-bottom: 1px solid var(--border); }
.clients-label { font-size: .85rem; color: var(--text-light); text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.clients-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.5rem 3rem; align-items: center; }
.client-logo span { font-size: .9rem; font-weight: 700; color: #94a3b8; letter-spacing: .05em; transition: color .2s; }
.client-logo:hover span { color: var(--primary); }

/* SECTION SHARED */
.section-badge { display: inline-block; background: var(--primary-light); color: var(--primary); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: .35rem .9rem; border-radius: 50px; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--dark); }
.section-subtitle { color: var(--text-light); max-width: 560px; margin: .75rem auto 0; }

/* SERVICE CARDS */
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; height: 100%; transition: all .3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient); transform: scaleX(0); transition: transform .3s; }
.service-card:hover { border-color: transparent; box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 56px; height: 56px; background: var(--primary-light); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--primary); margin-bottom: 1.25rem; transition: all .3s; }
.service-card:hover .service-icon { background: var(--gradient); color: #fff; }
.service-card h4 { font-size: 1.1rem; margin-bottom: .6rem; }
.service-card p { color: var(--text-light); font-size: .93rem; margin-bottom: 1rem; }
.service-link { color: var(--primary); font-weight: 600; font-size: .9rem; display: inline-flex; align-items: center; gap: .3rem; transition: gap .2s; }
.service-link:hover { gap: .6rem; }

/* WHY US */
.why-us-section { background: var(--bg-light); }
.why-us-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 1rem; }
.why-grid-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; text-align: center; font-weight: 600; color: var(--dark); transition: all .3s; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.why-grid-item:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.why-grid-item.why-grid-accent { background: var(--gradient); color: #fff; border: none; }
.why-us-list { display: flex; flex-direction: column; gap: 1rem; }
.why-item { display: flex; gap: .9rem; align-items: flex-start; }
.why-check { width: 30px; height: 30px; border-radius: 8px; background: var(--gradient); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .8rem; flex-shrink: 0; margin-top: .1rem; }

/* STATS */
.stats-section { background: var(--gradient-dark); color: #fff; }
.stat-card { padding: 1.5rem; }
.stat-icon { font-size: 2rem; color: #60a5fa; margin-bottom: .75rem; }
.stat-count { font-size: 3rem; font-weight: 900; color: #fff; line-height: 1; display: inline; }
.stat-plus { font-size: 2rem; font-weight: 700; color: var(--accent); display: inline; }
.stat-desc { color: rgba(255,255,255,.65); font-size: .9rem; margin-top: .4rem; }

/* CTA */
.cta-section { background: var(--bg-light); }
.cta-box { background: var(--gradient); border-radius: var(--radius-lg); padding: 3rem; box-shadow: var(--shadow-lg); }
.cta-title { font-size: clamp(1.4rem, 3vw, 1.9rem); color: #fff; margin-bottom: .5rem; }
.cta-subtitle { color: rgba(255,255,255,.8); margin: 0; }

/* PAGE HEADER */
.page-header { background: var(--gradient-dark); padding: 4rem 0 3rem; position: relative; overflow: hidden; }
.page-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 60px; background: var(--white); clip-path: ellipse(55% 100% at 50% 100%); }
.breadcrumb { background: none; padding: 0; margin-bottom: .75rem; }
.breadcrumb-item a { color: rgba(255,255,255,.65); }
.breadcrumb-item.active { color: rgba(255,255,255,.9); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }
.page-header-title { font-size: clamp(1.8rem, 4vw, 2.8rem); color: #fff; margin-bottom: .5rem; }
.page-header-subtitle { color: rgba(255,255,255,.75); font-size: 1.05rem; margin: 0; }

/* ABOUT */
.about-img-main { border-radius: var(--radius-lg); overflow: hidden; background: var(--gradient-dark); min-height: 380px; display: flex; align-items: center; justify-content: center; }
.about-img-placeholder { text-align: center; color: #fff; padding: 2rem; }
.about-badge-float { position: absolute; bottom: -20px; right: -20px; background: var(--gradient); color: #fff; border-radius: var(--radius); padding: 1rem 1.5rem; text-align: center; box-shadow: var(--shadow-lg); }
.about-image-block { position: relative; }
.about-badge-float strong { font-size: 2rem; font-weight: 900; display: block; }
.about-badge-float span { font-size: .8rem; opacity: .85; }
.about-highlights { display: flex; flex-direction: column; gap: .6rem; }
.highlight-item { display: flex; align-items: center; gap: .6rem; font-size: .95rem; }
.mv-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; height: 100%; text-align: center; transition: all .3s; }
.mv-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.mv-card.mv-card-featured { background: var(--gradient); border: none; color: #fff; }
.mv-card.mv-card-featured h4 { color: #fff; }
.mv-card.mv-card-featured p { color: rgba(255,255,255,.85); }
.mv-icon { width: 60px; height: 60px; border-radius: 16px; background: var(--primary-light); color: var(--primary); font-size: 1.5rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; }
.mv-card.mv-card-featured .mv-icon { background: rgba(255,255,255,.2); color: #fff; }
.team-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem 1.5rem; text-align: center; transition: all .3s; }
.team-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.team-avatar { width: 80px; height: 80px; border-radius: 50%; background: var(--gradient); color: #fff; font-size: 2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.team-card h5 { margin-bottom: .3rem; }
.team-role { display: inline-block; font-size: .8rem; color: var(--primary); font-weight: 600; background: var(--primary-light); padding: .2rem .7rem; border-radius: 50px; margin-bottom: .75rem; }
.team-bio { color: var(--text-light); }
.team-social a { width: 34px; height: 34px; border-radius: 50%; background: var(--bg-light); color: var(--primary); display: inline-flex; align-items: center; justify-content: center; transition: all .2s; }
.team-social a:hover { background: var(--primary); color: #fff; }
.partner-badge { padding: 1.5rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); transition: all .3s; }
.partner-badge:hover { box-shadow: var(--shadow); border-color: var(--primary-light); }
.partner-icon-text { height: 48px; display: flex; align-items: center; justify-content: center; }

/* SERVICES DETAIL */
.service-detail-visual { background: var(--bg-light); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; min-height: 260px; }
.service-big-icon { width: 120px; height: 120px; background: var(--gradient); border-radius: 32px; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; color: #fff; box-shadow: var(--shadow-lg); }
.service-big-icon-alt { background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%); }
.service-feature-list { list-style: none; padding: 0; margin: 0; }
.service-feature-list li { padding: .45rem 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: .6rem; color: var(--text); }
.service-feature-list li:last-child { border: none; }
.service-feature-list li i { color: var(--primary); }
.feature-pill { background: var(--primary-light); color: var(--primary); font-size: .82rem; font-weight: 600; padding: .35rem .75rem; border-radius: 50px; }
.support-plan { display: flex; gap: .75rem; align-items: center; background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem; }
.support-plan-premium { background: var(--gradient); border: none; color: #fff; }
.support-plan-premium p { color: rgba(255,255,255,.8) !important; }
.support-plan-icon { font-size: 1.5rem; color: var(--primary); flex-shrink: 0; }
.support-plan-premium .support-plan-icon { color: #fff; }
.process-step { text-align: center; padding: 2.5rem 1.5rem; position: relative; }
.process-step:not(:last-child)::after { content: ''; position: absolute; top: 50px; right: 0; width: 1px; height: 60%; border-right: 2px dashed var(--border); }
.process-number { font-size: 3rem; font-weight: 900; color: var(--primary-light); line-height: 1; margin-bottom: .75rem; }
.process-icon { width: 60px; height: 60px; background: var(--white); border: 2px solid var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--primary); margin: 0 auto .75rem; }
.process-step h5 { font-size: 1rem; margin-bottom: .4rem; }

/* CONTACT */
.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem 0; border-bottom: 1px solid var(--border); }
.contact-info-item:first-of-type { padding-top: 0; }
.contact-info-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--primary-light); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-social { display: flex; gap: .5rem; }
.contact-social-btn { width: 42px; height: 42px; border-radius: 10px; background: var(--bg-light); border: 1px solid var(--border); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: all .2s; }
.contact-social-btn:hover { background: var(--gradient); color: #fff; border-color: transparent; transform: translateY(-2px); }
.contact-form-wrapper { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: var(--shadow); }
.form-control { border: 1.5px solid var(--border); border-radius: 8px; padding: .65rem 1rem; font-size: .95rem; transition: all .2s; color: var(--dark); }
.form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(26,86,219,.12); outline: none; }
.form-label { font-weight: 500; font-size: .9rem; margin-bottom: .35rem; color: var(--dark); }
.map-placeholder { background: var(--bg-light); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 4rem 2rem; text-align: center; border-top: 1px solid var(--border); }

/* FOOTER */
.site-footer { background: var(--dark); color: rgba(255,255,255,.75); }
.footer-main { padding: 4rem 0 2rem; }
.footer-brand { display: flex; align-items: center; gap: .4rem; }
.brand-logo-footer { font-size: 1.5rem; font-weight: 900; }
.brand-tagline-footer { font-size: .75rem; color: rgba(255,255,255,.5); border-left: 2px solid rgba(255,255,255,.2); padding-left: .5rem; }
.footer-desc { color: rgba(255,255,255,.55); font-size: .9rem; line-height: 1.7; }
.footer-title { color: #fff; font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: rgba(255,255,255,.55); font-size: .9rem; transition: all .2s; display: inline-flex; align-items: center; }
.footer-links a:hover { color: #fff; padding-left: .3rem; }
.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: .65rem; color: rgba(255,255,255,.55); font-size: .9rem; margin-bottom: .65rem; }
.footer-contact-list i { color: var(--secondary); margin-top: .2rem; flex-shrink: 0; }
.footer-contact-list a { color: rgba(255,255,255,.55); }
.footer-contact-list a:hover { color: #fff; }
.footer-social { display: flex; gap: .5rem; }
.footer-social a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.65); display: flex; align-items: center; justify-content: center; font-size: .9rem; transition: all .2s; }
.footer-social a:hover { background: var(--primary); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1.25rem 0; font-size: .85rem; color: rgba(255,255,255,.4); }
.footer-bottom a { color: rgba(255,255,255,.4); }
.footer-bottom a:hover { color: rgba(255,255,255,.8); }

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .min-vh-hero { min-height: auto; }
    .hero-section { padding: 4rem 0 2rem; }
    .about-badge-float { position: relative; bottom: auto; right: auto; margin-top: 1rem; display: inline-block; }
    .process-step::after { display: none; }
}
@media (max-width: 767.98px) {
    .hero-title { font-size: 2rem; }
    .hero-stats { gap: 1.25rem; }
    .cta-box { padding: 2rem 1.5rem; }
    .contact-form-wrapper { padding: 1.5rem; }
    .top-bar { display: none; }
}

/* ==============================================
   Blog / News / Articles / Posts — New Styles
   ============================================== */

/* Section padding utility */
.section-padding { padding: 5rem 0; }
.bg-light-alt { background: var(--bg-light); }

/* Section header flex (title + "see all" link) */
.section-header-flex { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1rem; }

/* Page Header */
.page-header { background: var(--gradient-dark); padding: 3rem 0 2.5rem; }
.page-header .breadcrumb { margin-bottom: .75rem; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }
.breadcrumb-item a { color: rgba(255,255,255,.65); font-size: .85rem; }
.breadcrumb-item.active { color: rgba(255,255,255,.5); font-size: .85rem; }
.page-header-title { color: #fff; font-size: 2.2rem; font-weight: 800; margin: 0; }
.page-header-subtitle { color: rgba(255,255,255,.6); font-size: 1rem; margin-top: .5rem; }

/* Post Card */
.post-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: all .3s; display: flex; flex-direction: column; height: auto; border: 1px solid var(--border); }
.post-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.post-card-image-link { display: block; overflow: hidden; height: 200px; }
.post-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .post-card-img { transform: scale(1.05); }
.post-card-img-placeholder { height: 160px; background: var(--gradient); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-size: 2.5rem; }
.post-card-body { padding: 1.25rem; display: flex; flex-direction: column; flex: 1; }
.post-card-meta { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; margin-bottom: .75rem; }
.post-type-badge { padding: .2rem .65rem; border-radius: 4px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.badge-news, .badge-xeberler { background: #dbeafe; color: #1d4ed8; }
.badge-article, .badge-makaleler { background: #d1fae5; color: #065f46; }
.badge-announcement, .badge-elanlar { background: #fef3c7; color: #92400e; }
.post-category { font-size: .78rem; color: var(--text-light); }
.post-date { font-size: .78rem; color: var(--text-light); }
.post-card-title { font-size: 1rem; font-weight: 700; line-height: 1.4; margin-bottom: .6rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.8em; }
.post-card-title a { color: var(--dark); text-decoration: none; }
.post-card-title a:hover { color: var(--primary); }
.post-card-summary { font-size: .88rem; color: var(--text-light); line-height: 1.6; flex: 1; margin-bottom: 1rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-card-footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.post-read-more { font-size: .85rem; font-weight: 600; color: var(--primary); text-decoration: none; }
.post-read-more:hover { color: var(--primary-dark); }
.post-views { font-size: .78rem; color: var(--text-light); }

/* Featured Post Card */
.post-card-featured { flex-direction: row; height: auto; }
.post-card-featured .featured-post-img { width: 340px; height: 100%; min-height: 220px; object-fit: cover; flex-shrink: 0; }
.featured-title { font-size: 1.4rem !important; }
@media (max-width: 767px) {
    .post-card-featured { flex-direction: column; }
    .post-card-featured .featured-post-img { width: 100%; height: 200px; }
}

/* Post List Layout */
.post-list-section {}

/* Post Detail */
.post-detail-section {}
.post-detail-meta { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; margin-bottom: 1.25rem; }
.post-detail-title { font-size: 2rem; font-weight: 800; line-height: 1.3; margin-bottom: 1rem; color: var(--dark); }
.post-detail-summary { font-size: 1.1rem; color: var(--text-light); line-height: 1.7; border-left: 4px solid var(--primary); padding-left: 1rem; margin-bottom: 2rem; }
.post-detail-figure { margin: 2rem 0; border-radius: var(--radius); overflow: hidden; }
.post-detail-img { width: 100%; max-height: 480px; object-fit: cover; }
.post-detail-content { font-size: 1rem; line-height: 1.8; color: var(--text); }
.post-detail-content h2 { font-size: 1.5rem; font-weight: 700; margin: 2rem 0 1rem; color: var(--dark); }
.post-detail-content h3 { font-size: 1.2rem; font-weight: 700; margin: 1.5rem 0 .75rem; color: var(--dark); }
.post-detail-content ul, .post-detail-content ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.post-detail-content li { margin-bottom: .4rem; }
.post-detail-content pre { background: var(--dark-2); color: #e2e8f0; padding: 1.25rem; border-radius: var(--radius); overflow-x: auto; font-size: .9rem; margin: 1.5rem 0; }
.post-detail-content code { background: #f1f5f9; padding: .15rem .4rem; border-radius: 4px; font-size: .9em; color: var(--primary); }
.post-detail-content pre code { background: none; color: inherit; padding: 0; }
.post-detail-content blockquote { border-left: 4px solid var(--primary); padding: 1rem 1.5rem; background: var(--primary-light); border-radius: 0 var(--radius) var(--radius) 0; margin: 1.5rem 0; font-style: italic; color: var(--text); }

/* Tags */
.post-detail-tags { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.tag-badge { display: inline-block; padding: .25rem .75rem; background: var(--bg-light); border: 1px solid var(--border); border-radius: 50px; font-size: .78rem; color: var(--text); text-decoration: none; transition: all .2s; }
.tag-badge:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

/* Share Buttons */
.post-share { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.share-btn { width: 36px; height: 36px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; font-size: .9rem; color: #fff; transition: all .2s; text-decoration: none; }
.share-linkedin { background: #0077b5; }
.share-facebook { background: #1877f2; }
.share-twitter { background: #000; }
.share-whatsapp { background: #25d366; }
.share-btn:hover { opacity: .85; transform: translateY(-2px); color: #fff; }

/* Related Posts */
.related-posts { border-top: 1px solid var(--border); padding-top: 3rem; }
.section-title-sm { font-size: 1.4rem; font-weight: 700; color: var(--dark); }

/* Sidebar */
.post-sidebar { position: sticky; top: 90px; }
.service-sidebar { position: sticky; top: 90px; }
.sidebar-widget { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; margin-bottom: 1.5rem; }
.sidebar-widget-title { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 1rem; padding-bottom: .65rem; border-bottom: 2px solid var(--primary-light); }
.sidebar-category-list { list-style: none; padding: 0; margin: 0; }
.sidebar-category-list li { margin-bottom: .25rem; }
.sidebar-category-list a { display: flex; justify-content: space-between; padding: .45rem .65rem; border-radius: 8px; color: var(--text); font-size: .9rem; text-decoration: none; transition: all .2s; }
.sidebar-category-list a:hover, .sidebar-category-list a.active { background: var(--primary-light); color: var(--primary); font-weight: 600; }
.sidebar-recent-list { list-style: none; padding: 0; margin: 0; }
.sidebar-recent-list li { border-bottom: 1px solid var(--border); padding-bottom: .75rem; margin-bottom: .75rem; }
.sidebar-recent-list li:last-child { border-bottom: none; margin-bottom: 0; }
.sidebar-recent-item { text-decoration: none; display: block; }
.sidebar-recent-title { font-size: .88rem; font-weight: 600; color: var(--dark); line-height: 1.4; margin-bottom: .25rem; transition: color .2s; }
.sidebar-recent-item:hover .sidebar-recent-title { color: var(--primary); }
.sidebar-recent-date { font-size: .75rem; color: var(--text-light); }
.sidebar-cta { background: var(--gradient) !important; color: #fff; border: none !important; }
.sidebar-cta h4 { color: #fff; font-size: 1rem; }
.sidebar-cta p { color: rgba(255,255,255,.8); font-size: .9rem; margin-bottom: 1rem; }
.sidebar-service-list { list-style: none; padding: 0; margin: 0; }
.sidebar-service-list li { margin-bottom: .4rem; }
.sidebar-service-list a { color: var(--text); font-size: .9rem; text-decoration: none; display: flex; align-items: center; padding: .35rem 0; transition: color .2s; }
.sidebar-service-list a:hover { color: var(--primary); }

/* Pagination */
.pagination-wrap .pagination { gap: .3rem; }
.page-link { border-radius: 8px !important; border: 1px solid var(--border); color: var(--text); padding: .45rem .75rem; font-size: .9rem; transition: all .2s; }
.page-link:hover { background: var(--primary-light); color: var(--primary); border-color: var(--primary-light); }
.page-item.active .page-link { background: var(--primary); border-color: var(--primary); color: #fff; }

/* Empty State */
.empty-state { text-align: center; padding: 4rem 2rem; color: var(--text-light); }
.empty-state i { font-size: 3rem; display: block; margin-bottom: 1rem; opacity: .4; }
.empty-state h3 { color: var(--dark); }

/* Services Page */
.service-page-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; text-decoration: none; transition: all .3s; height: 100%; }
.service-page-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); border-color: var(--primary-light); }
.service-page-card-icon { width: 64px; height: 64px; border-radius: 16px; background: var(--primary-light); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1.25rem; }
.service-page-card-title { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: .75rem; }
.service-page-card-text { font-size: .9rem; color: var(--text-light); line-height: 1.6; flex: 1; margin-bottom: 1rem; }
.service-read-more { font-size: .85rem; font-weight: 600; color: var(--primary); margin-top: auto; }

/* Service Detail */
.service-detail-icon { width: 80px; height: 80px; border-radius: 20px; background: var(--primary-light); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 1.5rem; }
.service-detail-title { font-size: 2rem; font-weight: 800; color: var(--dark); margin-bottom: 1rem; }
.service-detail-summary { font-size: 1.1rem; color: var(--text-light); line-height: 1.7; border-left: 4px solid var(--primary); padding-left: 1rem; margin-bottom: 2rem; }
.service-detail-img { width: 100%; border-radius: var(--radius); margin-bottom: 2rem; }
.service-detail-content { font-size: 1rem; line-height: 1.8; color: var(--text); }
.service-detail-content h2, .service-detail-content h3 { color: var(--dark); font-weight: 700; margin: 1.5rem 0 .75rem; }
.service-detail-content ul { padding-left: 1.5rem; }
.service-detail-content li { margin-bottom: .4rem; }
.service-detail-cta { background: var(--bg-light); border-radius: var(--radius-lg); padding: 2.5rem; border: 1px solid var(--border); }
.service-detail-cta h3 { font-size: 1.4rem; font-weight: 700; color: var(--dark); margin-bottom: .5rem; }

/* CTA Section (services page) */
.cta-box { background: var(--gradient); border-radius: var(--radius-lg); padding: 4rem 3rem; color: #fff; }
.cta-box h2 { font-size: 2rem; font-weight: 800; margin-bottom: .75rem; }
.cta-box p { opacity: .85; font-size: 1.1rem; }
.btn-white { background: #fff; color: var(--primary); font-weight: 700; border: 2px solid #fff; }
.btn-white:hover { background: transparent; color: #fff; }

/* IT-themed hero */
.tech-hero { position: relative; overflow: hidden; }
.tech-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
        radial-gradient(circle at 20% 20%, rgba(14,165,233,.25), transparent 40%),
        radial-gradient(circle at 80% 65%, rgba(26,86,219,.30), transparent 35%);
    background-size: 28px 28px, 28px 28px, auto, auto;
    pointer-events: none;
}

.terminal-card {
    border-radius: 14px;
    border: 1px solid rgba(148,163,184,.35);
    background: #0b1324;
    box-shadow: 0 30px 60px rgba(2,6,23,.45);
    overflow: hidden;
}

.terminal-head {
    height: 40px;
    display: flex;
    align-items: center;
    gap: .35rem;
    padding: 0 .85rem;
    color: #e2e8f0;
    background: linear-gradient(180deg, #18243f 0%, #101a2f 100%);
    font-size: .82rem;
}

.terminal-head span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #475569;
}

.terminal-head span:nth-child(1) { background: #ef4444; }
.terminal-head span:nth-child(2) { background: #f59e0b; }
.terminal-head span:nth-child(3) { background: #22c55e; }

.terminal-body {
    font-family: "Consolas", "Courier New", monospace;
    color: #cbd5e1;
    padding: 1rem 1.1rem 1.2rem;
    font-size: .88rem;
    line-height: 1.75;
}

.terminal-body .prompt { color: #38bdf8; }
.terminal-body .ok { color: #22c55e; font-weight: 700; }
.terminal-body .accent { color: #f59e0b; font-weight: 700; }

.service-card-tech {
    border: 1px solid rgba(26,86,219,.12);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

/* Admin panel */
.admin-wrap {
    background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 60%);
    min-height: 70vh;
}

.admin-header h1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--dark);
}

.admin-header p {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.admin-nav-tabs {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.admin-stat-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1rem 1.1rem;
    box-shadow: var(--shadow-sm);
}

.admin-stat-card .label {
    color: var(--text-light);
    font-size: .82rem;
}

.admin-stat-card .value {
    color: var(--dark);
    font-size: 1.8rem;
    font-weight: 800;
    margin-top: .2rem;
}

.admin-panel,
.admin-form {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem;
    box-shadow: var(--shadow-sm);
}

.admin-panel h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

