@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --ck-primary: #c62828;
    --ck-primary-dark: #a31f1f;
    --ck-primary-soft: #fff5f5;
    --ck-accent: #1565c0;
    --ck-dark: #212121;
    --ck-text: #424242;
    --ck-muted: #616161;
    --ck-surface: #ffffff;
    --ck-surface-soft: #fafafa;
    --ck-border: #e0e0e0;
    --ck-radius: 16px;
    --ck-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    --ck-font: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
}

/* Global: eski tema dekorasyonlarını kaldır (tüm sayfalar) */
.my_switcher,
.shape-group-1,
.shape-group-7,
.shape-group-8,
.shape-group-10,
.shape-group-12,
.shape-group-21,
.banner .shape-group,
.breadcrum-area .shape-group-8,
.breadcrumb-banner .shape-group-8 {
    display: none !important;
}

.breadcrum-area,
.breadcrumb-banner {
    background: #fafafa !important;
    background-image: none !important;
    padding: 110px 0 50px !important;
    margin-top: 0 !important;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}

.breadcrum-area .title,
.breadcrumb-banner .title {
    color: #212121 !important;
    font-size: clamp(1.4rem, 2.5vw, 1.9rem) !important;
    font-weight: 800 !important;
}

.breadcrum-area .breadcrumb a,
.breadcrum-area .breadcrumb li.active {
    color: #616161 !important;
}

body.ck-modern {
    font-family: var(--ck-font);
    color: var(--ck-text);
    background: var(--ck-surface);
    line-height: 1.6;
}

body.ck-modern :root,
body.ck-modern {
    --color-primary: var(--ck-primary);
}

body.ck-modern .header.axil-header,
body.ck-modern .axil-mainmenu {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--ck-border);
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

body.ck-modern .mainmenu > li > a {
    font-weight: 600;
    color: #334155;
}

body.ck-modern .mainmenu > li > a:hover,
body.ck-modern .mainmenu > li > a.active {
    color: var(--ck-primary);
}

body.ck-modern .axil-btn.btn-fill-primary,
body.ck-modern .btn-fill-primary {
    background: var(--ck-primary) !important;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body.ck-modern .axil-btn.btn-borderd {
    border-radius: 999px;
    border-color: var(--ck-primary);
    color: var(--ck-primary);
}

body.ck-modern .shape-group-1,
body.ck-modern .shape-group-7,
body.ck-modern .shape-group-8,
body.ck-modern .shape-group-10,
body.ck-modern .shape-group-12,
body.ck-modern .shape-group-21,
body.ck-modern .banner .shape-group,
body.ck-modern .breadcrum-area .shape-group-8 {
    display: none !important;
}

body.ck-modern .banner.banner-style-1,
body.ck-modern .ck-hero {
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    padding: 110px 0 90px;
    min-height: auto;
}

body.ck-modern .ck-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--ck-primary-dark);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

body.ck-modern .banner-content .title,
body.ck-modern .ck-hero .title {
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ck-dark);
}

body.ck-modern .banner-content .subtitle,
body.ck-modern .ck-hero .subtitle {
    display: block;
    margin-top: 18px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--ck-muted);
    max-width: 620px;
}

body.ck-modern .ck-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

body.ck-modern .ck-hero-panel {
    background: var(--ck-surface);
    border: 1px solid var(--ck-border);
    border-radius: 28px;
    padding: 28px;
    box-shadow: var(--ck-shadow);
}

body.ck-modern .ck-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

body.ck-modern .ck-stat-card {
    background: var(--ck-surface-soft);
    border-radius: 16px;
    padding: 18px;
    text-align: center;
}

body.ck-modern .ck-stat-card img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 10px;
}

body.ck-modern .ck-stat-card h6 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 6px;
}

body.ck-modern .ck-stat-card p {
    font-size: 0.85rem;
    color: var(--ck-muted);
    margin: 0;
}

body.ck-modern .section.section-padding-2.bg-color-dark,
body.ck-modern .ck-section-dark {
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%) !important;
    border-radius: 0;
}

body.ck-modern .section-heading .subtitle,
body.ck-modern .section-heading .title {
    letter-spacing: -0.02em;
}

body.ck-modern .services-grid,
body.ck-modern .ck-service-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--ck-radius);
    padding: 28px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.ck-modern .services-grid:hover,
body.ck-modern .ck-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(14, 165, 233, 0.35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

body.ck-modern .services-grid .thumbnail img,
body.ck-modern .ck-service-card .thumbnail img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

body.ck-modern .services-grid .title a,
body.ck-modern .ck-service-card .title a {
    color: #fff;
    font-weight: 700;
}

body.ck-modern .services-grid p,
body.ck-modern .ck-service-card p {
    color: rgba(255, 255, 255, 0.72);
}

body.ck-modern .more-btn {
    color: #93c5fd;
    font-weight: 700;
}

body.ck-modern .ck-portfolio-grid .project-grid,
body.ck-modern .project-grid {
    background: var(--ck-surface);
    border: 1px solid var(--ck-border);
    border-radius: var(--ck-radius);
    overflow: hidden;
    box-shadow: var(--ck-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

body.ck-modern .project-grid:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

body.ck-modern .project-grid .thumbnail img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

body.ck-modern .project-grid .content {
    padding: 22px 24px 26px;
}

body.ck-modern .project-grid .title a {
    color: var(--ck-dark);
    font-weight: 700;
}

body.ck-modern .project-grid .subtitle {
    color: var(--ck-muted);
}

body.ck-modern .blog-list,
body.ck-modern .ck-blog-card,
body.ck-modern .blog-grid {
    background: var(--ck-surface);
    border: 1px solid var(--ck-border);
    border-radius: var(--ck-radius);
    box-shadow: var(--ck-shadow);
    overflow: hidden;
}

body.ck-modern .blog-list {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.ck-modern .blog-list .post-thumbnail img,
body.ck-modern .ck-blog-card img,
body.ck-modern .blog-grid .post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

body.ck-modern .blog-list .post-content,
body.ck-modern .ck-blog-card .post-content {
    padding: 24px;
}

body.ck-modern .blog-list.border-start {
    border-left: 0 !important;
}

body.ck-modern .breadcrum-area,
body.ck-modern .breadcrumb-banner {
    background: #fafafa;
    padding-top: 120px;
    padding-bottom: 70px;
}

body.ck-modern .breadcrum-area .title,
body.ck-modern .breadcrumb-banner .title {
    font-weight: 800;
    letter-spacing: -0.03em;
}

body.ck-modern .contact-form-box,
body.ck-modern .ck-contact-card {
    background: var(--ck-surface);
    border: 1px solid var(--ck-border);
    border-radius: var(--ck-radius);
    box-shadow: var(--ck-shadow);
}

body.ck-modern .footer-area {
    display: none;
}

body.ck-modern .call-to-action-area {
    display: none;
}

body.ck-modern .call-to-action-area .title,
body.ck-modern .call-to-action-area .subtitle {
    color: #fff;
}

body.ck-modern .ck-about-card,
body.ck-modern .ck-contact-info {
    background: var(--ck-surface-soft);
    border: 1px solid var(--ck-border);
    border-radius: var(--ck-radius);
    padding: 28px;
}

body.ck-modern .ck-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

body.ck-modern .ck-trust-item {
    background: rgba(255,255,255,0.7);
    border: 1px solid var(--ck-border);
    border-radius: 16px;
    padding: 18px;
}

body.ck-modern .ck-trust-item strong {
    display: block;
    margin-bottom: 6px;
}

body.ck-modern #preloader {
    background: #fff;
}

.my_switcher {
    display: none !important;
}

body.ck-modern .my_switcher {
    display: none !important;
}

body.ck-modern .active-dark-mode {
    --ck-surface: #0f172a;
    --ck-surface-soft: #111827;
    --ck-dark: #f8fafc;
    --ck-muted: #94a3b8;
    --ck-border: rgba(255,255,255,0.08);
}

body.ck-modern.active-dark-mode .header.axil-header,
body.ck-modern.active-dark-mode .axil-mainmenu {
    background: rgba(15, 23, 42, 0.92);
}

@media (max-width: 991px) {
    body.ck-modern .ck-stat-grid,
    body.ck-modern .ck-trust-row {
        grid-template-columns: 1fr;
    }

    body.ck-modern .banner.banner-style-1,
    body.ck-modern .ck-hero {
        padding-top: 90px;
    }
}

/* ===== Header ===== */
.ck-topbar { background: #212121; color: #fff; font-size: 13px; }
.ck-topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.ck-topbar a { color: #f5f5f5; margin-right: 18px; text-decoration: none; }
.ck-topbar a:hover { color: #fff; }
.ck-header { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid var(--ck-border); box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.ck-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; }
.ck-brand { display: flex; align-items: center; flex-shrink: 0; }
.ck-brand img { max-height: 50px; width: auto; }
.ck-brand .dark-version-logo { display: none; }
.ck-logo { height: 46px; width: auto; max-width: 210px; object-fit: contain; display: block !important; }
.ck-header .ck-brand .ck-logo { height: 48px; }
.ck-nav { display: flex; align-items: center; gap: 28px; }
.ck-nav > a, .ck-nav-dropdown > button { color: #212121; font-weight: 600; font-size: 15px; text-decoration: none; background: none; border: 0; padding: 0; }
.ck-nav > a:hover, .ck-nav-dropdown > button:hover { color: var(--ck-primary); }
.ck-nav-dropdown { position: relative; }
.ck-nav-dropdown-menu { position: absolute; top: calc(100% + 12px); left: 0; min-width: 240px; background: #fff; border: 1px solid var(--ck-border); border-radius: 12px; box-shadow: var(--ck-shadow); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .2s ease; z-index: 100; }
.ck-nav-dropdown:hover .ck-nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.ck-nav-dropdown-menu a { display: block; padding: 10px 14px; border-radius: 8px; color: #424242; text-decoration: none; font-weight: 500; }
.ck-nav-dropdown-menu a:hover { background: var(--ck-primary-soft); color: var(--ck-primary); }
.ck-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.ck-header-actions .ck-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 20px;
    line-height: 1;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
}
.ck-mobile-toggle {
    width: 44px;
    height: 44px;
    margin: 0;
    flex-shrink: 0;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    cursor: pointer;
}
.ck-mobile-toggle span { display: block; width: 20px; height: 2px; background: #212121; border-radius: 999px; }
.ck-mobile-menu {
    z-index: 1055;
    max-width: min(320px, 88vw);
}
.ck-mobile-menu .offcanvas-body a { display: block; padding: 12px 0; color: #212121; text-decoration: none; font-weight: 600; border-bottom: 1px solid var(--ck-border); }
.ck-mobile-menu .offcanvas-body a.sub { padding-left: 14px; font-weight: 500; color: #616161; }
@media (min-width: 1200px) {
    .ck-mobile-toggle { display: none !important; }
}

/* ===== Shared UI ===== */
.ck-label { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ck-primary); margin-bottom: 12px; }
.ck-label-light {
    color: rgba(255, 255, 255, 0.95) !important;
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}
.ck-section-head h2, .ck-home-hero h1, .ck-info-panel h2, .ck-cta-band h2 { color: #212121 !important; font-weight: 800; letter-spacing: -.02em; }
.ck-section-head p, .ck-lead, .ck-info-panel p { color: #616161 !important; }
.ck-section-head { max-width: 680px; margin-bottom: 28px; }
.ck-section-head-center { text-align: center; margin-left: auto; margin-right: auto; }
.ck-section { padding: 56px 0; }
.ck-section-light { background: #fff; }
.ck-section-soft { background: #fafafa; }
.ck-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 15px; text-decoration: none; transition: .2s ease; border: 2px solid transparent; }
.ck-btn-primary, body.ck-modern .axil-btn.btn-fill-primary { background: var(--ck-primary) !important; color: #fff !important; border-color: var(--ck-primary) !important; box-shadow: none !important; border-radius: 8px !important; }
.ck-btn-primary:hover, body.ck-modern .axil-btn.btn-fill-primary:hover { background: var(--ck-primary-dark) !important; border-color: var(--ck-primary-dark) !important; color: #fff !important; }
.ck-btn-outline { background: #fff; color: #212121; border-color: #bdbdbd; }
.ck-btn-outline:hover { border-color: var(--ck-primary); color: var(--ck-primary); }
.ck-btn-light { background: #fff; color: var(--ck-primary); border-color: #fff; }
.ck-btn-light:hover { background: #f5f5f5; color: var(--ck-primary-dark); }
.ck-text-link { color: var(--ck-primary); font-weight: 700; text-decoration: none; }
.ck-text-link:hover { color: var(--ck-primary-dark); }

/* ===== Homepage Hero ===== */
.ck-home-hero { padding: 72px 0 56px; background: linear-gradient(180deg, #fff 0%, #fafafa 100%); }
.ck-home-hero-premium {
    position: relative;
    overflow: hidden;
    padding: clamp(48px, 6vw, 72px) 0 clamp(40px, 5vw, 56px);
    background: linear-gradient(135deg, #fafafa 0%, #fff 45%, #fff5f5 100%);
}
.ck-home-hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.ck-home-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .45;
}
.ck-home-hero-orb-1 {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(198, 40, 40, .18) 0%, transparent 70%);
}
.ck-home-hero-orb-2 {
    width: 320px;
    height: 320px;
    bottom: -80px;
    left: -60px;
    background: radial-gradient(circle, rgba(21, 101, 192, .12) 0%, transparent 70%);
}
.ck-home-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0,0,0,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
}
.ck-home-hero-premium .container { position: relative; z-index: 1; }
.ck-label-glow {
    background: rgba(198, 40, 40, .08);
    border: 1px solid rgba(198, 40, 40, .15);
    padding: 8px 14px;
    border-radius: 999px;
}
.ck-home-hero h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); line-height: 1.12; margin: 0 0 18px; color: #212121 !important; letter-spacing: -.03em; }
.ck-lead { font-size: 1.12rem; line-height: 1.8; max-width: 540px; margin-bottom: 0; color: #616161; }
.ck-home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.ck-home-hero-actions .ck-btn-primary i { font-size: .9em; transition: transform .2s ease; }
.ck-home-hero-actions .ck-btn-primary:hover i { transform: translateX(3px); }
.ck-home-metrics { display: flex; flex-wrap: wrap; gap: 16px; padding-top: 24px; margin-top: 8px; border-top: 1px solid rgba(0,0,0,.08); }
.ck-metric {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,.85);
    border: 1px solid var(--ck-border);
    border-radius: 14px;
    padding: 14px 16px;
    min-width: 140px;
    backdrop-filter: blur(8px);
}
.ck-metric-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--ck-primary-soft);
    color: var(--ck-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ck-metric strong { display: block; font-size: 1.25rem; color: #212121; line-height: 1.2; }
.ck-metric span { color: #757575; font-size: .82rem; }

/* Hero visual mockup */
.ck-hero-visual { position: relative; min-height: 380px; padding: 16px 20px 28px 0; }
.ck-hero-visual-card {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.04);
    backdrop-filter: blur(12px);
    overflow: hidden;
}
.ck-hero-visual-top {
    display: flex;
    gap: 6px;
    padding: 14px 18px;
    background: #f5f5f5;
    border-bottom: 1px solid var(--ck-border);
}
.ck-hero-visual-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e0e0e0;
}
.ck-hero-visual-top span:first-child { background: #ef5350; }
.ck-hero-visual-top span:nth-child(2) { background: #ffb74d; }
.ck-hero-visual-top span:nth-child(3) { background: #66bb6a; }
.ck-hero-visual-body { padding: 28px 28px 32px; }
.ck-hero-visual-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ck-primary) 0%, var(--ck-primary-dark) 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(198, 40, 40, .25);
}
.ck-hero-visual-body h3 { font-size: 1.35rem; color: #212121; margin-bottom: 10px; font-weight: 800; line-height: 1.35; }
.ck-hero-visual-body > p { color: #616161; margin: 0 0 18px; line-height: 1.65; }
.ck-hero-visual-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ck-hero-visual-list li { color: #424242; font-size: .92rem; font-weight: 600; }
.ck-hero-visual-list i { color: var(--ck-primary); margin-right: 8px; }
.ck-hero-visual-float {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--ck-border);
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
    animation: ck-float 4s ease-in-out infinite;
}
.ck-hero-visual-float i { color: var(--ck-primary); font-size: 1.1rem; }
.ck-hero-visual-float strong { display: block; font-size: .82rem; color: #212121; line-height: 1.2; }
.ck-hero-visual-float span { font-size: .75rem; color: #757575; }
.ck-hero-visual-float-1 { top: 0; right: 0; animation-delay: 0s; z-index: 2; }
.ck-hero-visual-float-2 { bottom: 8px; right: 0; left: auto; top: auto; animation-delay: 1.5s; z-index: 2; }
@keyframes ck-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Legacy showcase (other pages) */
.ck-hero-showcase { background: #fff; border: 1px solid var(--ck-border); border-radius: 20px; padding: 32px; box-shadow: var(--ck-shadow); }
.ck-hero-showcase-main { text-align: center; padding: 20px 10px 28px; }
.ck-hero-showcase-icon { width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 18px; background: var(--ck-primary-soft); color: var(--ck-primary); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; }
.ck-hero-showcase-main h3 { font-size: 1.35rem; color: #212121; margin-bottom: 10px; font-weight: 700; }
.ck-hero-showcase-main p { color: #616161; margin: 0; }
.ck-hero-showcase-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.ck-hero-showcase-tags span { background: #f5f5f5; color: #424242; border: 1px solid var(--ck-border); border-radius: 999px; padding: 8px 14px; font-size: .85rem; font-weight: 600; }

/* ===== Trust bar ===== */
.ck-trust-bar { background: #fff; border-top: 1px solid var(--ck-border); border-bottom: 1px solid var(--ck-border); padding: 18px 0; }
.ck-trust-bar-premium {
    background: linear-gradient(90deg, #212121 0%, #2d2d2d 100%);
    border: 0;
    padding: 14px 0;
}
.ck-trust-bar-premium li { color: rgba(255,255,255,.92); }
.ck-trust-bar-premium i { color: #ff8a80; }
.ck-trust-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px 20px;
    align-items: center;
    text-align: center;
}
.ck-trust-bar li { color: #424242; font-weight: 600; font-size: .95rem; white-space: nowrap; }
.ck-trust-bar i { color: var(--ck-primary); margin-right: 6px; }
@media (max-width: 991px) {
    .ck-trust-bar ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
    .ck-trust-bar ul { grid-template-columns: 1fr; text-align: left; }
    .ck-trust-bar li { white-space: normal; }
}

/* ===== Service cards (homepage — override dark section legacy rules) ===== */
body.ck-modern .ck-section .ck-service-card { height: 100%; background: #fff !important; border: 1px solid var(--ck-border) !important; border-radius: var(--ck-radius); padding: 28px; transition: box-shadow .2s ease, transform .2s ease; }
body.ck-modern .ck-section .ck-service-card-premium {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%) !important;
}
body.ck-modern .ck-section .ck-service-card-premium::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ck-primary), #ef5350);
    opacity: 0;
    transition: opacity .2s ease;
}
body.ck-modern .ck-section .ck-service-card-premium:hover::before { opacity: 1; }
.ck-service-card-num {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: .75rem;
    font-weight: 800;
    color: #e0e0e0;
    letter-spacing: .05em;
}
body.ck-modern .ck-section .ck-service-card:hover { box-shadow: var(--ck-shadow); transform: translateY(-4px); border-color: var(--ck-border) !important; }
body.ck-modern .ck-section .ck-service-card-icon img { width: 52px; height: 52px; object-fit: contain; margin-bottom: 16px; }
body.ck-modern .ck-section .ck-service-card h3 { font-size: 1.15rem; margin-bottom: 10px; font-weight: 700; }
body.ck-modern .ck-section .ck-service-card h3 a { color: #212121 !important; text-decoration: none; }
body.ck-modern .ck-section .ck-service-card h3 a:hover { color: var(--ck-primary) !important; }
body.ck-modern .ck-section .ck-service-card p { color: #616161 !important; margin-bottom: 14px; }

/* ===== Services section (homepage) ===== */
.ck-services-section { background: linear-gradient(180deg, #fff 0%, #fafafa 100%); }
.ck-section-head-split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.ck-section-head-split > div:first-child { max-width: 640px; }
.ck-section-head-action { flex-shrink: 0; }
.ck-service-tag {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--ck-primary);
    background: var(--ck-primary-soft);
    border: 1px solid rgba(198, 40, 40, .12);
    border-radius: 999px;
    padding: 5px 10px;
    margin-bottom: 14px;
}
.ck-service-card-featured {
    position: relative;
    height: 100%;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(145deg, #fff 0%, #fafafa 100%) !important;
    border: 1px solid var(--ck-border) !important;
    box-shadow: var(--ck-shadow);
    transition: transform .25s ease, box-shadow .25s ease;
    overflow: hidden;
}
.ck-service-card-featured::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ck-primary), #ef5350);
}
.ck-service-card-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0,0,0,.1);
}
.ck-service-card-featured .ck-service-card-icon img { width: 56px; height: 56px; }
.ck-service-card-featured h3 { font-size: 1.35rem; }
.ck-services-featured { margin-bottom: 8px; }

/* ===== Process ===== */
.ck-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    position: relative;
}
.ck-process-grid::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--ck-border), transparent);
    z-index: 0;
}
.ck-process-card { background: #fff; border: 1px solid var(--ck-border); border-radius: var(--ck-radius); padding: 24px; height: 100%; text-align: center; }
.ck-process-card-premium {
    position: relative;
    z-index: 1;
    transition: transform .25s ease, box-shadow .25s ease;
}
.ck-process-card-premium:hover {
    transform: translateY(-4px);
    box-shadow: var(--ck-shadow);
}
.ck-process-card span { display: inline-block; color: var(--ck-primary); font-weight: 800; font-size: 1.1rem; margin-bottom: 8px; }
.ck-process-card h4 { color: #212121; font-size: 1.05rem; margin-bottom: 8px; font-weight: 700; }
.ck-process-card p { color: #616161; margin: 0; font-size: .92rem; }

/* ===== Portfolio ===== */
.ck-portfolio-card { border-radius: var(--ck-radius); overflow: hidden; border: 1px solid var(--ck-border); background: #fff; }
.ck-portfolio-card-premium .ck-portfolio-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.82) 100%);
    border: 0;
    opacity: 0;
    transition: opacity .3s ease;
}
.ck-portfolio-card-premium:not(.ck-portfolio-card-showcase) .ck-portfolio-overlay {
    opacity: 0;
}
.ck-portfolio-card-premium:hover .ck-portfolio-overlay { opacity: 1; }
.ck-portfolio-card-premium .ck-portfolio-overlay h3,
.ck-portfolio-card-premium .ck-portfolio-overlay p { color: #fff !important; }
.ck-portfolio-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-weight: 700;
    font-size: .88rem;
    margin-top: 8px;
}
.ck-portfolio-card img { width: 100%; height: 280px; object-fit: cover; display: block; transition: transform .4s ease; }
.ck-portfolio-card:hover img { transform: scale(1.03); }
.ck-portfolio-card a { display: block; position: relative; text-decoration: none; }
.ck-portfolio-overlay { padding: 20px 22px; background: #fff; border-top: 1px solid var(--ck-border); }
.ck-portfolio-overlay h3 { color: #212121; font-size: 1.1rem; margin: 0 0 4px; font-weight: 700; }
.ck-portfolio-overlay p { color: #757575; margin: 0; font-size: .9rem; }

/* ===== Why / Features ===== */
.ck-info-panel, .ck-feature-card { background: #fff; border: 1px solid var(--ck-border); border-radius: var(--ck-radius); padding: 28px; height: 100%; }
.ck-info-panel-premium {
    background: linear-gradient(160deg, #fff 0%, #fafafa 100%);
    box-shadow: var(--ck-shadow);
}
.ck-feature-card-premium {
    transition: transform .25s ease, box-shadow .25s ease;
}
.ck-feature-card-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
}
.ck-info-panel h2 { font-size: 1.75rem; margin: 0 0 14px; }
.ck-feature-card img { width: 44px; margin-bottom: 12px; }
.ck-feature-card h4 { color: #212121; font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.ck-feature-card p { color: #616161; margin: 0; font-size: .92rem; }

/* ===== Blog ===== */
.ck-blog-card { background: #fff; border: 1px solid var(--ck-border); border-radius: var(--ck-radius); overflow: hidden; height: 100%; }
.ck-blog-card-premium { transition: transform .25s ease, box-shadow .25s ease; }
.ck-blog-card-premium:hover { transform: translateY(-4px); box-shadow: var(--ck-shadow); }
.ck-blog-thumb { display: block; }
.ck-blog-thumb img { width: 100%; height: 200px; object-fit: cover; }
.ck-blog-body { padding: 22px; }
.ck-blog-body time { color: #757575; font-size: .85rem; }
.ck-blog-body h3 { font-size: 1.05rem; margin: 8px 0 10px; font-weight: 700; line-height: 1.45; }
.ck-blog-body h3 a { color: #212121; text-decoration: none; }
.ck-blog-body h3 a:hover { color: var(--ck-primary); }
.ck-blog-body p { color: #616161; margin: 0; font-size: .92rem; }

/* ===== CTA ===== */
.ck-cta-band { padding: 48px 0; background: var(--ck-primary); position: relative; overflow: hidden; }
.ck-cta-band-premium { background: linear-gradient(135deg, var(--ck-primary-dark) 0%, var(--ck-primary) 50%, #d32f2f 100%); }
.ck-cta-band-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,.08) 0%, transparent 50%),
                      radial-gradient(circle at 80% 20%, rgba(255,255,255,.06) 0%, transparent 40%);
    pointer-events: none;
}
.ck-cta-band-premium .container { position: relative; z-index: 1; }
.ck-cta-band-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ck-btn-outline-light {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,.65);
}
.ck-btn-outline-light:hover {
    background: rgba(255,255,255,.12);
    border-color: #fff;
    color: #fff;
}
.ck-cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ck-cta-band h2 { color: #fff !important; font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 8px 0; }
.ck-cta-band p { color: rgba(255,255,255,.92) !important; margin: 0; }

/* ===== Inner pages (keep) ===== */
.ck-page-hero { padding: 100px 0 60px; background: #fafafa; border-bottom: 1px solid var(--ck-border); }
.ck-page-hero .title { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; margin: 14px 0; color: #212121 !important; }
.ck-page-hero .subtitle { color: #616161 !important; }
.ck-service-hero-media { background: #fff; border: 1px solid var(--ck-border); border-radius: var(--ck-radius); padding: 28px; text-align: center; }
.ck-service-hero-media img { max-width: 100%; max-height: 200px; object-fit: contain; }
.ck-service-content h5 { margin-top: 20px; font-weight: 700; color: #212121; }
.ck-sidebar-card { background: #fff; border: 1px solid var(--ck-border); border-radius: var(--ck-radius); padding: 24px; }
.ck-sidebar-list { list-style: none; padding: 0; margin: 0; }
.ck-sidebar-list a { display: block; padding: 10px 12px; border-radius: 8px; color: #424242; text-decoration: none; margin-bottom: 4px; }
.ck-sidebar-list a.active, .ck-sidebar-list a:hover { background: var(--ck-primary-soft); color: var(--ck-primary); font-weight: 600; }
.ck-social-inline a { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 50%; background: var(--ck-primary-soft); color: var(--ck-primary); margin-right: 8px; text-decoration: none; }

/* Override Axil conflicts on homepage */
body.ck-modern .ck-section .subtitle { color: var(--ck-primary) !important; opacity: 1 !important; font-size: 13px !important; }

@media (max-width: 991px) {
    .ck-section { padding: 44px 0; }
    .ck-section-compact { padding-top: 24px; padding-bottom: 44px; }
    .ck-section-head-split { flex-direction: column; align-items: flex-start; }
    .ck-section-head-action { width: 100%; }
    .ck-section-head-action .ck-btn { width: 100%; justify-content: center; }
    .ck-home-hero { padding-top: 48px; }
    .ck-hero-visual { min-height: auto; margin-top: 12px; padding: 0 0 8px; }
    .ck-hero-visual-float { display: none; }
    .ck-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ck-process-grid::before { display: none; }
    .ck-cta-band-inner { flex-direction: column; align-items: flex-start; }
    .ck-home-metrics { gap: 12px; }
    .ck-metric { min-width: calc(50% - 8px); flex: 1; }
    .ck-footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 575px) {
    .ck-process-grid { grid-template-columns: 1fr; }
    .ck-metric { min-width: 100%; }
}

/* ===== Page intro (compact inner pages) ===== */
.ck-page-intro { padding: 24px 0 0; background: #fff; border-bottom: 1px solid var(--ck-border); }
.ck-breadcrumb ol { list-style: none; margin: 0 0 10px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: .9rem; }
.ck-breadcrumb li { color: #757575; }
.ck-breadcrumb li + li::before { content: "/"; margin-right: 6px; color: #bdbdbd; }
.ck-breadcrumb a { color: #616161; text-decoration: none; }
.ck-breadcrumb a:hover { color: var(--ck-primary); }
.ck-page-intro-text { margin: 0 0 12px; color: #616161; font-size: 1.02rem; line-height: 1.75; max-width: 820px; }
.ck-section-compact { padding-top: 28px; padding-bottom: 52px; }
.ck-content-title { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 800; color: #212121 !important; margin: 0 0 18px; line-height: 1.3; }
.ck-content-prose { color: #424242; line-height: 1.8; }
.ck-content-prose h2, .ck-content-prose h3, .ck-content-prose h4 { color: #212121; margin-top: 1.6em; margin-bottom: .6em; font-weight: 700; }
.ck-content-prose p { margin-bottom: 1em; }
.ck-content-prose ul, .ck-content-prose ol { margin-bottom: 1em; padding-left: 1.2em; }
.ck-form-note { color: #616161; margin-bottom: 20px; }
.ck-post-meta { color: #757575; margin-bottom: 20px; }
.ck-blog-featured img { width: 100%; border-radius: var(--ck-radius); border: 1px solid var(--ck-border); }
.ck-blog-list-item { padding-bottom: 24px; border-bottom: 1px solid var(--ck-border); }
.ck-blog-list-item time { color: #757575; font-size: .85rem; }
.ck-blog-list-item h2 a { color: #212121; text-decoration: none; }
.ck-blog-list-item h2 a:hover { color: var(--ck-primary); }
.ck-inline-cta { background: var(--ck-primary-soft); border: 1px solid rgba(198,40,40,.12); border-radius: var(--ck-radius); padding: 22px 24px; }
.ck-inline-cta p { margin: 0 0 14px; color: #424242; }

/* ===== Footer ===== */
.ck-footer { background: #1a1a1a; color: #f5f5f5; padding: 40px 0 0; margin-top: 0; }
.ck-footer-main { padding-bottom: 28px; }
.ck-footer-brand { display: inline-block; margin-bottom: 12px; }
.ck-footer-about { color: #bdbdbd; line-height: 1.65; margin-bottom: 14px; max-width: 360px; font-size: .92rem; }
.ck-footer-title { color: #fff; font-size: .85rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 10px; }
.ck-footer-links, .ck-footer-contact { list-style: none; margin: 0; padding: 0; }
.ck-footer-links li { margin-bottom: 6px; }
.ck-footer-links a { color: #e0e0e0; text-decoration: none; font-size: .9rem; }
.ck-footer-links a:hover { color: #fff; }
.ck-footer-contact li { display: flex; gap: 10px; margin-bottom: 8px; color: #e0e0e0; font-size: .9rem; line-height: 1.45; }
.ck-footer-contact i { color: var(--ck-primary); margin-top: 3px; min-width: 16px; }
.ck-footer-contact a { color: #fff; text-decoration: none; }
.ck-footer-contact a:hover { color: #ffcdd2; }
.ck-footer-social { display: flex; gap: 8px; }
.ck-footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; transition: .2s ease; font-size: .95rem; }
.ck-footer-social a:hover { background: var(--ck-primary); color: #fff; }
.ck-footer-brand .ck-logo { height: 38px; max-width: 180px; filter: none; }
.ck-footer-brand .ck-logo-footer { height: 38px; max-width: 180px; }
.ck-footer-newsletter-row { display: flex; gap: 8px; }
.ck-footer-newsletter label { display: block; color: #fff; font-weight: 600; margin-bottom: 8px; font-size: .85rem; }
.ck-footer-newsletter input { flex: 1; min-width: 0; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); color: #fff; border-radius: 8px; padding: 10px 12px; font-size: .9rem; }
.ck-footer-newsletter button { border: 0; background: var(--ck-primary); color: #fff; border-radius: 8px; padding: 10px 16px; font-weight: 700; white-space: nowrap; font-size: .88rem; }
.ck-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 14px 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: #bdbdbd; font-size: .85rem; }
.ck-footer-bottom ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 18px; flex-wrap: wrap; }
.ck-footer-bottom a { color: #e0e0e0; text-decoration: none; }
.ck-footer-bottom a:hover { color: #fff; }

/* ===== About page ===== */
.ck-about-page { position: relative; z-index: 1; overflow: hidden; padding-bottom: 52px !important; }
.ck-about-page .row { align-items: flex-start !important; }
.ck-about-page .ck-about-title { font-size: clamp(1.45rem, 2.2vw, 1.85rem); font-weight: 800; color: #212121; line-height: 1.35; margin: 0 0 16px; }
.ck-about-page .ck-about-lead { font-size: 1.05rem; color: #424242; line-height: 1.75; margin-bottom: 14px; }
.ck-about-page .ck-about-panel,
.ck-about-page .ck-about-highlight,
.ck-about-page .ck-about-cta {
    background: #fff;
    border: 1px solid var(--ck-border);
    border-radius: var(--ck-radius);
    padding: 28px;
    height: auto !important;
    min-height: 0 !important;
    position: relative;
    z-index: 1;
}
.ck-about-page .ck-about-heading { font-size: 1.05rem; font-weight: 700; color: #212121; margin: 0 0 12px; letter-spacing: .01em; }
.ck-about-page p { color: #616161; line-height: 1.75; margin-bottom: 12px; font-size: .98rem; }
.ck-about-page p:last-child { margin-bottom: 0; }
.ck-about-services { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; }
.ck-about-services li { position: relative; padding-left: 18px; color: #424242; font-size: .95rem; line-height: 1.5; }
.ck-about-services li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--ck-primary); }
.ck-about-page .ck-about-highlight { background: #fafafa; }
.ck-about-features { display: grid; gap: 14px; }
.ck-about-feature { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--ck-border); border-radius: 12px; padding: 16px; }
.ck-about-feature-icon { width: 42px; height: 42px; border-radius: 10px; background: var(--ck-primary-soft); color: var(--ck-primary); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; }
.ck-about-feature h3 { font-size: .95rem; font-weight: 700; color: #212121; margin: 0 0 4px; line-height: 1.4; }
.ck-about-feature p { font-size: .88rem; margin: 0; color: #757575; line-height: 1.55; }
.ck-about-page .ck-about-cta { background: linear-gradient(180deg, #fff 0%, #fafafa 100%); text-align: center; }
.ck-about-cta h3 { font-size: 1.1rem; font-weight: 700; color: #212121; margin-bottom: 8px; }
.ck-about-cta p { margin-bottom: 18px; }
.ck-about-bottom { clear: both; }
.ck-footer { position: relative; z-index: 2; clear: both; }
@media (max-width: 767px) {
    .ck-about-services { grid-template-columns: 1fr; }
    .ck-about-page { padding-bottom: 56px !important; }
}

/* ===== Services page ===== */
.ck-services-page { background: linear-gradient(180deg, #fff 0%, #fafafa 100%); }
.ck-services-page-intro {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    padding: 24px 28px;
    background: #fff;
    border: 1px solid var(--ck-border);
    border-radius: var(--ck-radius);
    box-shadow: var(--ck-shadow);
}
.ck-services-page-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 12px 18px;
    border-radius: 14px;
    background: var(--ck-primary-soft);
    border: 1px solid rgba(198, 40, 40, .12);
}
.ck-services-page-stat strong { font-size: 1.75rem; color: var(--ck-primary); line-height: 1; }
.ck-services-page-stat span { font-size: .78rem; font-weight: 700; color: #616161; text-transform: uppercase; letter-spacing: .04em; margin-top: 4px; }
.ck-services-page-intro > p { margin: 0; color: #616161; line-height: 1.75; flex: 1; min-width: 240px; }
.ck-services-page-cta {
    margin-top: 28px;
    padding: 22px 28px;
    border-radius: var(--ck-radius);
    background: linear-gradient(135deg, #212121 0%, #2d2d2d 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.ck-services-page-cta h3 { color: #fff; font-size: 1.2rem; margin: 0 0 6px; font-weight: 700; }
.ck-services-page-cta p { color: rgba(255,255,255,.85); margin: 0; }
.ck-service-card-featured h2 a,
.ck-service-card-premium h2 a { color: #212121; text-decoration: none; }
.ck-service-card-featured h2 a:hover,
.ck-service-card-premium h2 a:hover { color: var(--ck-primary); }

/* ===== Contact page ===== */
.ck-contact-page { background: linear-gradient(180deg, #fafafa 0%, #fff 100%); }
.ck-contact-quick {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 32px;
}
.ck-contact-quick-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--ck-border);
    border-radius: 14px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ck-contact-quick-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--ck-shadow);
    border-color: rgba(198, 40, 40, .25);
}
.ck-contact-quick-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--ck-primary-soft);
    color: var(--ck-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}
.ck-contact-quick-icon-wa { background: #e8f5e9; color: #25d366; }
.ck-contact-quick-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ck-contact-quick-text strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: #757575; }
.ck-contact-quick-text { color: #212121; font-size: .92rem; font-weight: 600; word-break: break-word; }
.ck-contact-form-card {
    background: #fff;
    border: 1px solid var(--ck-border);
    border-radius: 20px;
    padding: clamp(24px, 4vw, 36px);
    box-shadow: var(--ck-shadow);
}
.ck-contact-form-title { font-size: clamp(1.35rem, 2.5vw, 1.75rem); font-weight: 800; color: #212121; margin: 8px 0 12px; line-height: 1.3; }
.ck-contact-form label {
    display: block;
    font-size: .88rem;
    font-weight: 700;
    color: #424242;
    margin-bottom: 8px;
}
.ck-contact-form input,
.ck-contact-form textarea {
    width: 100%;
    border: 1px solid var(--ck-border);
    border-radius: 10px;
    padding: 14px 16px;
    font-size: .95rem;
    color: #212121;
    background: #fafafa;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.ck-contact-form input:focus,
.ck-contact-form textarea:focus {
    outline: none;
    border-color: var(--ck-primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(198, 40, 40, .1);
}
.ck-contact-form textarea { resize: vertical; min-height: 140px; }
.ck-contact-form .ck-btn i { font-size: .9em; }
.ck-contact-side { display: grid; gap: 16px; }
.ck-contact-info-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--ck-border);
    border-radius: 16px;
    padding: 22px;
}
.ck-contact-info-card-accent {
    flex-direction: column;
    background: linear-gradient(160deg, #fff 0%, #fafafa 100%);
    box-shadow: var(--ck-shadow);
}
.ck-contact-info-card-accent h3 { margin-top: 0; }
.ck-contact-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--ck-primary-soft);
    color: var(--ck-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ck-contact-info-card h3 { font-size: 1rem; font-weight: 700; color: #212121; margin: 0 0 8px; }
.ck-contact-info-card p { color: #616161; margin: 0 0 8px; line-height: 1.65; font-size: .95rem; }
.ck-contact-hours { list-style: none; margin: 0; padding: 0; }
.ck-contact-hours li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: .92rem;
}
.ck-contact-hours li:last-child { border-bottom: 0; }
.ck-contact-hours span { color: #757575; }
.ck-contact-hours strong { color: #212121; font-weight: 600; }
.ck-contact-map {
    margin-top: 40px;
    border-radius: var(--ck-radius);
    overflow: hidden;
    border: 1px solid var(--ck-border);
    box-shadow: var(--ck-shadow);
}
.ck-contact-map iframe { display: block; width: 100% !important; min-height: 360px; border: 0; }
.ck-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: .92rem;
    line-height: 1.55;
}
.ck-alert i { margin-top: 2px; flex-shrink: 0; }
.ck-alert-success { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }
.ck-alert-danger { background: #ffebee; color: #c62828; border: 1px solid #ffcdd2; }
.ck-alert-warning { background: #fff8e1; color: #f57f17; border: 1px solid #ffe082; }
@media (max-width: 991px) {
    .ck-contact-quick { grid-template-columns: 1fr; }
    .ck-services-page-cta { flex-direction: column; align-items: flex-start; }
    .ck-services-page-intro { flex-direction: column; align-items: flex-start; }
}

/* ===== Legal pages ===== */
.ck-legal-page { padding-bottom: 52px !important; }
.ck-legal-sidebar {
    background: #fff;
    border: 1px solid var(--ck-border);
    border-radius: var(--ck-radius);
    padding: 24px;
    position: sticky;
    top: 100px;
}
.ck-legal-sidebar-title { font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ck-muted); margin: 0 0 16px; }
.ck-legal-sidebar ul { list-style: none; margin: 0; padding: 0; }
.ck-legal-sidebar li + li { margin-top: 4px; }
.ck-legal-sidebar a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    color: var(--ck-text);
    text-decoration: none;
    font-weight: 600;
    font-size: .95rem;
    transition: .2s ease;
}
.ck-legal-sidebar a:hover { background: var(--ck-primary-soft); color: var(--ck-primary); }
.ck-legal-sidebar a.active { background: var(--ck-primary); color: #fff; }
.ck-legal-sidebar-note {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--ck-border);
    font-size: .88rem;
    color: var(--ck-muted);
    line-height: 1.6;
}
.ck-legal-sidebar-note strong { display: block; color: var(--ck-dark); margin-bottom: 6px; }
.ck-legal-sidebar-note a { color: var(--ck-primary); font-weight: 600; word-break: break-all; }
.ck-legal-doc {
    background: #fff;
    border: 1px solid var(--ck-border);
    border-radius: var(--ck-radius);
    padding: clamp(24px, 4vw, 40px);
    box-shadow: var(--ck-shadow);
}
.ck-legal-doc-header { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--ck-border); }
.ck-legal-doc-header h1 { font-size: clamp(1.35rem, 2.5vw, 1.75rem); font-weight: 800; color: var(--ck-dark); margin: 8px 0 10px; line-height: 1.35; }
.ck-legal-meta { color: var(--ck-muted); font-size: .9rem; margin: 0; }
.ck-legal-doc section + section { margin-top: 28px; padding-top: 28px; border-top: 1px solid #f0f0f0; }
.ck-legal-doc h2 { font-size: 1.05rem; font-weight: 700; color: var(--ck-dark); margin: 0 0 12px; }
.ck-legal-doc h3 { font-size: .95rem; font-weight: 700; color: #424242; margin: 16px 0 8px; }
.ck-legal-doc p { color: var(--ck-muted); line-height: 1.75; margin-bottom: 12px; font-size: .96rem; }
.ck-legal-doc ul { padding-left: 1.2rem; margin: 0 0 12px; }
.ck-legal-doc li { color: var(--ck-muted); line-height: 1.65; margin-bottom: 6px; font-size: .95rem; }
.ck-legal-doc a { color: var(--ck-primary); font-weight: 600; text-decoration: none; }
.ck-legal-doc a:hover { text-decoration: underline; }
.ck-legal-info { list-style: none; padding: 16px 18px; background: var(--ck-surface-soft); border-radius: 12px; border: 1px solid var(--ck-border); }
.ck-legal-info li { margin: 0; padding: 4px 0; }
.ck-legal-table-wrap { overflow-x: auto; margin: 12px 0; }
.ck-legal-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.ck-legal-table th, .ck-legal-table td { padding: 12px 14px; border: 1px solid var(--ck-border); text-align: left; vertical-align: top; }
.ck-legal-table th { background: var(--ck-surface-soft); font-weight: 700; color: var(--ck-dark); }
.ck-hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* ===== Premium polish ===== */
#preloader { display: none !important; }
.ck-modern .ck-header { backdrop-filter: saturate(180%) blur(12px); background: rgba(255,255,255,.92); }
.ck-btn, .ck-cta-btn, .axil-btn.btn-fill-primary {
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.ck-btn:hover, .ck-cta-btn:hover, .axil-btn.btn-fill-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(198, 40, 40, .25);
}
.ck-service-card, .ck-blog-card, .ck-about-panel, .ck-about-feature {
    transition: transform .25s ease, box-shadow .25s ease;
}
.ck-service-card:hover, .ck-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,.1);
}
.ck-page-intro { background: linear-gradient(180deg, #fff 0%, #fafafa 100%); }

@media (max-width: 991px) {
    .ck-legal-sidebar { position: static; }
}
