:root {
    --bg: #f7f7f9;
    --surface: #ffffff;
    --text: #1b1d28;
    --muted: #5f6575;
    --primary: #1b1d28;
    --primary-dark: #111319;
    --accent: #ee4252;
    --border: #e8e9ef;
    --shadow: 0 10px 30px rgba(27, 29, 40, 0.08);
    --radius: 16px;
}

* {
    box-sizing: border-box;
}

body {
    background: radial-gradient(circle at 10% 10%, #f2f2f5 0%, #f8f8fa 40%, #ffffff 100%);
    color: var(--text);
    font-family: 'Manrope', sans-serif;
    padding-top: 78px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
}

p {
    color: var(--muted);
}

.site-main {
    min-height: 70vh;
}

.kz-navbar {
    background: var(--primary);
}

.brand-logo {
    height: 32px;
    width: auto;
    display: block;
}

.nav-link {
    font-weight: 600;
}

.nav-link.active,
.nav-link:hover {
    color: #ffffff !important;
    opacity: 1;
}

.kz-navbar .nav-link {
    color: rgba(255, 255, 255, 0.82);
}

.btn-cta,
.btn-primary {
    background: linear-gradient(135deg, var(--accent), #d23645);
    border: 0;
    color: #fff;
    border-radius: 14px;
    padding: 12px 22px;
    font-weight: 700;
}

.btn-cta:hover,
.btn-primary:hover {
    color: #fff;
    filter: brightness(1.05);
}

.btn-whatsapp {
    background: var(--accent);
    color: #fff;
    border-radius: 14px;
    padding: 12px 22px;
    font-weight: 700;
    border: 0;
}

.btn-whatsapp:hover {
    color: #fff;
    background: #d23645;
}

.btn-outline-primary {
    border-color: var(--accent);
    color: var(--accent);
}

.btn-outline-primary:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.hero {
    padding: 64px 0;
}

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

.hero-visual {
    background: linear-gradient(160deg, var(--primary), #383c52);
    border-radius: 24px;
    min-height: 320px;
    position: relative;
    overflow: hidden;
}

.hero-banner-img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: contain;
    object-position: center;
    border-radius: 24px;
    display: block;
    background: #fff;
}

.hero-visual::before,
.hero-visual::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    background: #fff;
}

.hero-visual::before {
    width: 240px;
    height: 240px;
    right: -60px;
    top: -40px;
}

.hero-visual::after {
    width: 160px;
    height: 160px;
    left: -30px;
    bottom: -30px;
}

.cred-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cred-list li {
    background: #f2f2f6;
    color: var(--text);
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
}

.section {
    padding: 70px 0;
}

.section-title {
    margin-bottom: 28px;
}

.card-kz {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.card-kz:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(16, 32, 58, 0.14);
}

.icon-box {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f7;
    color: var(--accent);
    font-size: 1.2rem;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.client-item {
    border: 0;
    background: transparent;
    border-radius: 12px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #666c7e;
    padding: 10px;
    text-align: center;
}

.client-item img {
    max-width: 220px;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: all 0.25s ease;
}

.client-item:hover img {
    transform: translateY(-2px);
    opacity: 1;
}

.clients-section {
    background: linear-gradient(135deg, #151724, #1b1d28);
}

.clients-section h2 {
    color: #fff;
}

.clients-section p,
.clients-section .text-muted {
    color: #c5cad7 !important;
}

@media (max-width: 1199px) {
    .clients-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .clients-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.cta-final {
    background: linear-gradient(135deg, #1b1d28, #2c3042);
    color: #fff;
    border-radius: 24px;
    padding: 46px 34px;
}

.cta-final p {
    color: #d9e4ff;
}

.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid #cfdaee;
    padding: 11px 14px;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    font-size: 1.7rem;
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.35);
    z-index: 1050;
}

.whatsapp-float:hover {
    color: #fff;
    transform: translateY(-2px);
}

.post-content h2,
.post-content h3 {
    margin-top: 1.5rem;
}

.post-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #313748;
}

.post-content h3 {
    font-size: 1.25rem;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
    color: var(--primary);
}

.post-content strong {
    color: #1d2230;
    font-weight: 800;
}

.article-list {
    padding-left: 1.25rem;
    margin: 0.7rem 0 1.2rem;
}

.article-list li {
    margin-bottom: 0.5rem;
    color: #313748;
    line-height: 1.7;
}

.article-sidebar {
    position: sticky;
    top: 100px;
}

.article-side-link {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px;
    transition: border-color 0.2s ease, transform 0.2s ease;
    color: var(--text);
}

.article-side-link:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
}

.badge-soft {
    background: #fcecee;
    color: #a22431;
    font-weight: 600;
}

.footer-link {
    color: var(--muted);
    text-decoration: none;
    font-weight: 600;
}

.footer-link:hover {
    color: var(--primary);
}

.site-footer {
    border-top: 1px solid var(--border);
    background: #fff;
}

.footer-logo {
    width: 150px;
    height: auto;
    display: block;
}

.text-accent {
    color: var(--accent) !important;
}

@media (max-width: 991px) {
    .hero-box {
        padding: 28px;
    }

    .hero {
        padding: 36px 0;
    }
}

.lp-hero {
    padding: 54px 0 24px;
}

.lp-trust {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 18px 0;
}

.lp-trust span {
    background: #fcecee;
    color: #8f202b;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.86rem;
    font-weight: 700;
}

.mini-form-card {
    position: sticky;
    top: 96px;
}

.benefit-card h3 {
    font-size: 1.05rem;
    margin: 10px 0 6px;
}

.portfolio-showcase-card {
    background: transparent;
    text-align: center;
}

.portfolio-thumb-link {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(27, 29, 40, 0.12);
}

.portfolio-thumb {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
}

.portfolio-thumb-link:hover .portfolio-thumb {
    transform: scale(1.02);
}

.portfolio-type {
    color: var(--accent);
    font-weight: 600;
}

.portfolio-showcase-grid {
    --bs-gutter-x: 2.6rem;
    --bs-gutter-y: 2.8rem;
    row-gap: 2.8rem;
}

@media (max-width: 991px) {
    .portfolio-showcase-grid {
        --bs-gutter-x: 1.2rem;
        --bs-gutter-y: 1.6rem;
        row-gap: 1.6rem;
    }
}

.scope-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.scope-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: var(--muted);
}

.scope-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #179a63;
}

.scope-list.scope-no li::before {
    content: '\f057';
    color: #dc3545;
}

.process-step {
    padding: 16px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: #fff;
    height: 100%;
}

.process-step .step-num {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fcecee;
    color: #a22431;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .mini-form-card {
        position: static;
    }
}
