.hero-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 80px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 30%),
        radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.06), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hero-section__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 44px;
    align-items: center;
}

.hero-section__content h1 {
    margin: 14px 0 18px;
    font-size: 64px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: var(--zk-color-primary);
}

.hero-section__content p {
    max-width: 650px;
    margin: 0 0 28px;
    font-size: 18px;
    color: var(--zk-color-muted);
}

.hero-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

.hero-section__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hero-feature-item {
    padding: 18px;
    border: 1px solid var(--zk-color-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
}

.hero-feature-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    color: var(--zk-color-primary);
}

.hero-feature-item span {
    display: block;
    font-size: 14px;
    color: var(--zk-color-muted);
}

.hero-section__visual {
    position: relative;
}

.hero-visual-wrap {
    position: relative;
    min-height: 600px;
}

.hero-main-card {
    position: absolute;
    inset: 70px 40px 70px 40px;
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid var(--zk-color-border);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
}

.hero-main-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.hero-main-card__label {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--zk-color-secondary);
    font-size: 13px;
    font-weight: 700;
}

.hero-main-card__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.12);
}

.hero-main-card h3 {
    margin: 0 0 16px;
    font-size: 36px;
    line-height: 1.15;
    color: var(--zk-color-primary);
}

.hero-main-card p {
    margin: 0 0 26px;
    color: var(--zk-color-muted);
    font-size: 16px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.hero-stat {
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--zk-color-border);
}

.hero-stat strong {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    color: var(--zk-color-primary);
}

.hero-stat span {
    font-size: 13px;
    color: var(--zk-color-muted);
}

.hero-floating-card {
    position: absolute;
    width: 240px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--zk-color-border);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
    z-index: 2;
}

.hero-floating-card--one {
    top: 0;
    left: 0;
}

.hero-floating-card--two {
    right: 0;
    bottom: 10px;
}

.hero-mini-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--zk-color-primary);
    font-size: 12px;
    font-weight: 700;
}

.hero-floating-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    color: var(--zk-color-primary);
}

.hero-floating-card p {
    margin: 0;
    font-size: 14px;
    color: var(--zk-color-muted);
}

.brands-section {
    padding: 28px 0 0;
}

.brands-section__inner {
    padding: 32px;
    border-radius: 24px;
    background: var(--zk-color-white);
    border: 1px solid var(--zk-color-border);
    box-shadow: var(--zk-shadow);
}

.brands-section__inner > span {
    display: block;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    color: var(--zk-color-muted);
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.brand-item {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--zk-color-border);
    border-radius: 16px;
    color: var(--zk-color-muted);
    font-weight: 700;
}

.services-grid,
.portfolio-grid,
.team-grid,
.testimonials-grid,
.blog-grid {
    display: grid;
    gap: 24px;
}

.services-grid {
    grid-template-columns: repeat(4, 1fr);
}

.service-card,
.portfolio-card,
.team-card,
.testimonial-card,
.blog-card,
.about-box,
.counter-box {
    background: var(--zk-color-white);
    border: 1px solid var(--zk-color-border);
    border-radius: 24px;
    box-shadow: var(--zk-shadow);
}

.service-card {
    padding: 30px;
}

.service-card__number {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 800;
    color: var(--zk-color-secondary);
}

.service-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
}

.service-card p {
    margin: 0;
    color: var(--zk-color-muted);
}

.about-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 26px;
    align-items: start;
}

.about-content h2 {
    margin: 12px 0 16px;
    font-size: 44px;
    line-height: 1.12;
}

.about-content p {
    color: var(--zk-color-muted);
    font-size: 17px;
}

.about-boxes {
    display: grid;
    gap: 18px;
}

.about-box {
    padding: 28px;
}

.about-box strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    color: var(--zk-color-primary);
}

.about-box span {
    color: var(--zk-color-muted);
}

.counters-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.counter-box {
    padding: 28px;
    text-align: center;
}

.counter-box strong {
    display: block;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1;
    color: var(--zk-color-primary);
}

.counter-box span {
    color: var(--zk-color-muted);
    font-weight: 600;
}

.portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
}

.portfolio-card {
    padding: 30px;
}

.portfolio-card__tag {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--zk-color-secondary);
    font-size: 13px;
    font-weight: 700;
}

.portfolio-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
}

.team-grid {
    grid-template-columns: repeat(4, 1fr);
}

.team-card {
    padding: 28px;
    text-align: center;
}

.team-card__avatar {
    width: 84px;
    height: 84px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--zk-color-primary);
    color: #fff;
    font-weight: 800;
    font-size: 24px;
}

.team-card h3 {
    margin: 0 0 8px;
}

.team-card p {
    margin: 0;
    color: var(--zk-color-muted);
}

.testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
}

.testimonial-card {
    padding: 28px;
}

.testimonial-card p {
    margin-top: 0;
    margin-bottom: 14px;
    color: var(--zk-color-muted);
}

.blog-grid {
    grid-template-columns: repeat(3, 1fr);
}

.blog-card {
    padding: 28px;
}

.blog-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 24px;
}

.blog-card p {
    margin: 0;
    color: var(--zk-color-muted);
}

.cta-box {
    padding: 42px;
    border-radius: 28px;
    background: var(--zk-color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cta-box h2 {
    margin: 12px 0 0;
    max-width: 760px;
    font-size: 40px;
    line-height: 1.15;
}

.cta-box .section-eyebrow {
    color: rgba(255, 255, 255, 0.8);
}

.cta-box__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.cta-box .button--secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
}

.cta-box .button--secondary:hover {
    background: rgba(255, 255, 255, 0.08);
}
.brands-section {
    padding: 20px 0 10px;
}

.brands-section__inner {
    padding: 34px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid var(--zk-color-border);
    box-shadow: var(--zk-shadow);
}

.brands-section__head {
    max-width: 760px;
    margin-bottom: 26px;
}

.brands-section__head h2 {
    margin: 10px 0 12px;
    font-size: 34px;
    line-height: 1.15;
    color: var(--zk-color-primary);
}

.brands-section__head p {
    margin: 0;
    color: var(--zk-color-muted);
    font-size: 16px;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.brand-item {
    min-height: 110px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--zk-color-border);
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.brand-item span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--zk-color-muted);
}

.brand-item strong {
    font-size: 20px;
    color: var(--zk-color-primary);
}

.section-heading--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.services-grid--advanced {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.service-card--advanced {
    padding: 30px;
    border-radius: 26px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.service-card--advanced::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #0f172a 100%);
}

.service-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.service-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.10);
    color: var(--zk-color-secondary);
    font-size: 13px;
    font-weight: 800;
}

.service-card--advanced h3 {
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1.15;
    color: var(--zk-color-primary);
}

.service-card--advanced p {
    margin: 0 0 18px;
    color: var(--zk-color-muted);
    font-size: 15px;
}

.service-card__list {
    display: grid;
    gap: 10px;
}

.service-card__list li {
    position: relative;
    padding-left: 20px;
    color: var(--zk-color-text);
    font-size: 14px;
    font-weight: 600;
}

.service-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--zk-color-secondary);
}

.about-grid--advanced {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 34px;
    align-items: center;
}

.about-visual {
    position: relative;
    min-height: 520px;
}

.about-visual__main {
    height: 100%;
    padding: 38px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.96) 0%, rgba(30, 41, 59, 0.96) 100%);
    color: #fff;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.16);
}

.about-visual__badge {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 700;
}

.about-visual__main h3 {
    margin: 18px 0 16px;
    font-size: 34px;
    line-height: 1.14;
    color: #fff;
}

.about-visual__main p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
}

.about-visual__floating {
    position: absolute;
    right: -10px;
    bottom: 24px;
    min-width: 220px;
    padding: 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--zk-color-border);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.about-visual__floating strong {
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
    color: var(--zk-color-primary);
}

.about-visual__floating span {
    font-size: 14px;
    color: var(--zk-color-muted);
}

.about-content h2 {
    margin: 12px 0 16px;
    font-size: 44px;
    line-height: 1.08;
    color: var(--zk-color-primary);
}

.about-content p {
    margin: 0 0 16px;
    color: var(--zk-color-muted);
    font-size: 17px;
}

.about-features {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.about-feature-item {
    padding: 20px 22px;
    border-radius: 20px;
    border: 1px solid var(--zk-color-border);
    background: #fff;
    box-shadow: var(--zk-shadow);
}

.about-feature-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    color: var(--zk-color-primary);
}

.about-feature-item span {
    color: var(--zk-color-muted);
    font-size: 14px;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.counters-wrap {
    padding: 40px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid var(--zk-color-border);
    box-shadow: var(--zk-shadow);
}

.counters-intro {
    max-width: 760px;
    margin-bottom: 28px;
}

.counters-intro h2 {
    margin: 12px 0 12px;
    font-size: 40px;
    line-height: 1.12;
    color: var(--zk-color-primary);
}

.counters-intro p {
    margin: 0;
    color: var(--zk-color-muted);
    font-size: 17px;
}

.counters-grid--advanced {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.counter-box--advanced {
    padding: 28px 24px;
    text-align: left;
    border-radius: 24px;
    background: #fff;
}

.counter-box--advanced strong {
    display: block;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1;
    color: var(--zk-color-primary);
}

.counter-box--advanced span {
    display: block;
    margin-bottom: 10px;
    color: var(--zk-color-text);
    font-size: 17px;
    font-weight: 700;
}

.counter-box--advanced small {
    display: block;
    color: var(--zk-color-muted);
    font-size: 14px;
    line-height: 1.5;
}
.section-heading--between {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.section-heading__action {
    flex: 0 0 auto;
}

.portfolio-grid--advanced {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.portfolio-card--advanced {
    padding: 32px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.portfolio-card--advanced::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    background: linear-gradient(90deg, #0f172a 0%, #2563eb 100%);
}

.portfolio-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.portfolio-card__year {
    font-size: 13px;
    font-weight: 700;
    color: var(--zk-color-muted);
}

.portfolio-card--advanced h3 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.12;
    color: var(--zk-color-primary);
}

.portfolio-card--advanced p {
    margin: 0 0 18px;
    color: var(--zk-color-muted);
    font-size: 15px;
}

.portfolio-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--zk-color-secondary);
    font-weight: 700;
}

.portfolio-card__link:hover {
    opacity: 0.85;
}

.team-grid--advanced {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.team-card--advanced {
    padding: 30px 24px;
    text-align: left;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.team-card--advanced .team-card__avatar {
    margin: 0 0 18px;
    width: 78px;
    height: 78px;
    font-size: 20px;
    border-radius: 20px;
}

.team-card__content h3 {
    margin: 0 0 6px;
    font-size: 24px;
    color: var(--zk-color-primary);
}

.team-card__role {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--zk-color-secondary);
    font-size: 14px;
    font-weight: 700;
}

.team-card__content p {
    margin: 0;
    color: var(--zk-color-muted);
    font-size: 15px;
}

.testimonials-grid--advanced {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonial-card--advanced {
    padding: 30px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.testimonial-card__rating {
    margin-bottom: 14px;
    color: #f59e0b;
    font-size: 18px;
    letter-spacing: 2px;
}

.testimonial-card--advanced p {
    margin: 0 0 18px;
    color: var(--zk-color-text);
    font-size: 16px;
    line-height: 1.75;
}

.testimonial-card__author strong {
    display: block;
    margin-bottom: 4px;
    color: var(--zk-color-primary);
    font-size: 17px;
}

.testimonial-card__author span {
    color: var(--zk-color-muted);
    font-size: 14px;
}

.blog-grid--advanced {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-card--advanced {
    padding: 30px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.blog-card--advanced::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #0f172a 100%);
}

.blog-card__badge {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--zk-color-secondary);
    font-size: 13px;
    font-weight: 700;
}

.blog-card--advanced h3 {
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1.14;
    color: var(--zk-color-primary);
}

.blog-card--advanced p {
    margin: 0 0 18px;
    color: var(--zk-color-muted);
    font-size: 15px;
}

.blog-card__link {
    color: var(--zk-color-secondary);
    font-weight: 700;
}

.cta-box--advanced {
    padding: 46px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #2563eb 100%);
}

.cta-box__content p {
    margin: 14px 0 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}
.service-card__list ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-card__list li {
    position: relative;
    padding-left: 20px;
    color: var(--zk-color-text);
    font-size: 14px;
    font-weight: 600;
}

.service-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--zk-color-secondary);
}