.elementor-11054 .elementor-element.elementor-element-e39ffa2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11054 .elementor-element.elementor-element-0538282{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */.sb-home__btn,
.sb-home__service-icon {
    align-items: center;
    transition: all var(--tr)
}

.sb-home__audience-card:hover::before,
.sb-home__why-item:hover::before {
    opacity: 1
}

.sb-home {
    --p: #3b82f6;
    --s: #1a2d50;
    --a: #1a2d50;
    --t: #1e293b;
    --m: #475569;
    --bg: #f8fafc;
    --br: #e2e8f0;
    --w: #ffffff;
    --gold: #d4a843;
    --r: 8px;
    --rl: 12px;
    --sh: 0 10px 25px rgba(26, 45, 80, 0.08);
    --shl: 0 15px 35px rgba(26, 45, 80, 0.12);
    --gr: linear-gradient(135deg, #3b82f6, #2563eb);
    --grd: linear-gradient(135deg, #1a2d50, #0f172a);
    --tr: .35s cubic-bezier(.25, .46, .45, .94);
    font-family: inherit;
    color: var(--t);
    line-height: 1.8;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

/* PREMIUM HERO SECTION */
.sb-home__hero {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: -40px;
    padding: 130px 15px 70px;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(2, 3, 46, 0.65), rgba(2, 3, 46, 0.85)), url('https://celikelcpa.com/wp-content/uploads/2025/04/Celikel-CPA-Background-Turkish-accounting-firm-.webp') center/cover no-repeat;
    color: var(--w);
    text-align: center;
    margin-bottom: 56px;
    overflow: hidden;
}

.sb-home__hero-content {
    position: relative;
    z-index: 2;
    max-width: 950px;
    animation: sbFadeInUp 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes sbFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sb-home__hero-logo {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

.sb-home__hero-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.sb-home__hero-title {
    color: var(--w);
    margin-bottom: 16px;
    font-weight: 800;
    line-height: 1.25 !important;
    font-size: 32px !important;
}

.sb-home__text-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #60a5fa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.sb-home__hero-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.sb-home__hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.sb-home__hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 30px;
    flex-wrap: wrap;
}

.sb-home__hero-stat {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 10px;
}

.sb-home__hero-stat strong {
    font-size: 26px;
    color: var(--w);
    font-weight: 700;
}

.sb-home__hero-stat-divider {
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
}

.sb-home__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px
}

.sb-home__audience,
.sb-home__contact,
.sb-home__faq,
.sb-home__process,
.sb-home__services,
.sb-home__testimonials,
.sb-home__why {
    padding: 56px 0;
    position: relative
}

.sb-home__faq::before,
.sb-home__process::before,
.sb-home__services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 3px;
    background: var(--gr);
    border-radius: 2px
}

.sb-home__faq,
.sb-home__process,
.sb-home__services {
    padding-top: 72px
}

.sb-home__title {
    font-size: 28px;
    font-weight: 600;
    color: var(--s);
    line-height: 1.2;
    margin: 0 0 12px;
    text-align: center
}

.sb-home__subtitle {
    font-size: 15px;
    color: var(--m);
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
    line-height: 1.75
}

.sb-home a {
    color: var(--p);
    text-decoration: none;
    transition: color var(--tr)
}

.sb-home a:focus,
.sb-home a:hover {
    color: var(--s)
}

.sb-home__btn {
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    font-family: inherit;
    padding: 14px 32px;
    border-radius: var(--r);
    text-decoration: none;
    cursor: pointer
}

.sb-home__btn:hover {
    text-decoration: none;
    transform: translateY(-2px)
}

.sb-home__btn--primary {
    background: #3b82f6 !important;
    color: #ffffff !important;
    border: 2px solid #3b82f6 !important;
    box-shadow: 0 4px 16px rgba(59, 130, 246, .25)
}

.sb-home__btn--primary:hover {
    box-shadow: 0 0 25px rgba(59, 130, 246, 0.6), 0 8px 28px rgba(59, 130, 246, 0.35) !important;
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important
}

.sb-home__btn--secondary {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}

.sb-home__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.sb-home__btn--outline {
    background: transparent !important;
    color: var(--p) !important;
    border: 2px solid var(--p) !important;
}

.sb-home__btn--outline:hover {
    border-color: var(--p) !important;
    background: var(--p) !important;
    color: var(--w) !important;
    box-shadow: var(--sh)
}

.sb-home__audience,
.sb-home__contact,
.sb-home__faq,
.sb-home__process,
.sb-home__services,
.sb-home__why {
    background: var(--w)
}

.sb-home__services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 28px
}

.sb-home__service-card {
    background: var(--w);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: var(--rl);
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(13, 32, 66, .06);
    transition: all var(--tr)
}

.sb-home__service-card:hover {
    box-shadow: var(--shl);
    transform: translateY(-4px);
    border-color: transparent
}

.sb-home__audience-card:hover,
.sb-home__step:hover,
.sb-home__why-item:hover {
    box-shadow: var(--sh);
    transform: translateY(-3px)
}

.sb-home__service-card-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/2
}

.sb-home__service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s
}

.sb-home__service-card:hover .sb-home__service-card-img img {
    transform: scale(1.05)
}

.sb-home__service-card-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(22, 22, 63, .08), transparent);
    pointer-events: none
}

.sb-home__service-card:not(.sb-home__service-card--has-img) {
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--w);
    border: 1px solid rgba(73, 78, 111, .1)
}

.sb-home__service-card--has-img .sb-home__service-card-text,
.sb-home__service-card--has-img .sb-home__service-card-title,
.sb-home__service-card--has-img .sb-home__service-link {
    padding-left: 28px;
    padding-right: 28px
}

.sb-home__service-card--has-img .sb-home__service-card-title {
    padding-top: 24px
}

.sb-home__service-card--has-img .sb-home__service-link {
    padding-bottom: 28px
}

.sb-home__service-icon {
    display: flex;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(73, 78, 111, .08), rgba(13, 32, 66, .04));
    color: var(--p);
    margin-bottom: 18px
}

.sb-home__why-hero,
.sb-home__why-item {
    border-radius: var(--rl);
    overflow: hidden;
    position: relative
}

.sb-home__service-card:hover .sb-home__service-icon {
    background: var(--gr);
    color: var(--w);
    transform: scale(1.05)
}

.sb-home__service-card-title {
    font: 700 22px/1.25 var(--hf);
    color: var(--s);
    margin: 0 0 10px
}

.sb-home__service-card-text {
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 16px
}

.sb-home__service-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--p);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all var(--tr)
}

.sb-home__service-link::after {
    content: "\2192";
    font-size: 16px;
    transition: transform var(--tr)
}

.sb-home__audience-card::before,
.sb-home__why-item::before {
    top: 0;
    left: 0;
    transition: opacity var(--tr);
    content: "";
    position: absolute
}

.sb-home__service-card:hover .sb-home__service-link::after {
    transform: translateX(4px)
}

.sb-home__services-footer {
    text-align: center;
    font-size: 14px;
    color: var(--m);
    margin: 0
}

.sb-home__why-hero {
    margin-bottom: 40px;
    box-shadow: var(--shl)
}

.sb-home__why-hero img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 21/9;
    object-fit: cover
}

.sb-home__why-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(22, 22, 63, .06));
    pointer-events: none
}

.sb-home__why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 28px
}

.sb-home__why-item {
    text-align: center;
    padding: 28px 20px;
    background: var(--w);
    box-shadow: 0 1px 3px rgba(13, 32, 66, .06);
    transition: all var(--tr)
}

.sb-home__why-item::before {
    right: 0;
    height: 3px;
    background: var(--gr);
    opacity: 0
}

.sb-home__why-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--gr);
    color: var(--w);
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(13, 32, 66, .2);
    transition: transform var(--tr)
}

.sb-home__why-item:hover .sb-home__why-icon {
    transform: scale(1.08) rotate(-3deg)
}

.sb-home__why-item-title {
    font: 700 20px/1.3 var(--hf);
    color: var(--s);
    margin: 0 0 8px
}

.sb-home__why-item-text {
    font-size: 14px;
    color: var(--m);
    line-height: 1.75;
    max-width: 340px;
    margin: 0 auto
}

.sb-home__process-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 8px
}

.sb-home__step {
    text-align: center;
    padding: 32px 24px;
    position: relative;
    background: var(--w);
    border-radius: var(--rl);
    border: 1px solid rgba(0, 0, 0, .04);
    transition: all var(--tr)
}

.sb-home__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--gr);
    color: var(--w);
    font: 700 24px var(--hf);
    margin-bottom: 18px;
    box-shadow: 0 4px 16px rgba(13, 32, 66, .2);
    transition: transform var(--tr), box-shadow var(--tr)
}

.sb-home__audience-card,
.sb-home__faq-item {
    transition: all var(--tr);
    background: var(--w);
    overflow: hidden
}

.sb-home__step:hover .sb-home__step-number {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(13, 32, 66, .3)
}

.sb-home__step-title {
    font: 700 20px/1.3 var(--hf);
    color: var(--s);
    margin: 0 0 10px
}

.sb-home__step-text {
    font-size: 14px;
    line-height: 1.75;
    max-width: 400px;
    margin: 0 auto
}

.sb-home__audience-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

.sb-home__audience-card {
    border: 1px solid rgba(0, 0, 0, .04);
    border-radius: var(--rl);
    padding: 28px 24px;
    position: relative;
    box-shadow: 0 1px 3px rgba(13, 32, 66, .06)
}

.sb-home__audience-card::before {
    width: 4px;
    height: 100%;
    background: var(--gr);
    border-radius: 0 4px 4px 0;
    opacity: .4
}

.sb-home__audience-card-title {
    font: 700 20px/1.3 var(--hf);
    color: var(--s);
    margin: 0 0 8px;
    padding-left: 8px
}

.sb-home__audience-card-text {
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
    padding-left: 8px
}

.sb-home__faq-list {
    max-width: 800px;
    margin: 0 auto
}

.sb-home__faq-item {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: var(--r);
    margin-bottom: 12px
}

.sb-home__faq-item:hover {
    border-color: rgba(73, 78, 111, .15);
    box-shadow: 0 1px 3px rgba(13, 32, 66, .06)
}

.sb-home__faq-item[open] {
    border-color: rgba(73, 78, 111, .2);
    box-shadow: var(--sh)
}

.sb-home__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-weight: 600;
    font-size: 16px;
    font-family: inherit;
    background-color: #ffffff !important;
    color: var(--s) !important;
    border: none;
    cursor: pointer;
    list-style: none;
    transition: background-color var(--tr), color var(--tr)
}

.sb-home__faq-question::-webkit-details-marker {
    display: none
}

.sb-home__faq-question::after {
    content: "";
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-left: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(73, 78, 111, .06), rgba(13, 32, 66, .03)) center/14px no-repeat;
    transition: all var(--tr)
}

.sb-home__faq-item[open] .sb-home__faq-question::after {
    background: var(--p) no-repeat center/14px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M1 7h12'/%3E%3C/svg%3E");
    transform: rotate(180deg)
}

.sb-home__faq-item[open] .sb-home__faq-question,
.sb-home__faq-question:hover {
    background-color: #f8fafc !important;
    color: var(--p) !important;
}

.sb-home__faq-answer {
    padding: 0 24px 24px
}

.sb-home__faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0
}

.sb-home__faq-answer a {
    font-weight: 600;
    border-bottom: 1px solid rgba(73, 78, 111, .3);
    transition: border-color var(--tr)
}

.sb-home__faq-answer a:hover {
    border-bottom-color: var(--p)
}

.sb-home__testimonials {
    background: var(--w);
    overflow: hidden
}

.sb-home__testimonials::before {
    content: "\201C";
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    font: 120px var(--hf);
    color: rgba(73, 78, 111, .05);
    line-height: 1;
    pointer-events: none
}

.sb-home__testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

.sb-home__testimonial-card {
    margin: 0;
    padding: 28px 24px;
    background: var(--w);
    border-radius: var(--rl);
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 1px 3px rgba(13, 32, 66, .06);
    transition: all var(--tr);
    position: relative
}

.sb-home__testimonial-card:hover {
    box-shadow: var(--sh);
    transform: translateY(-3px)
}

.sb-home__testimonial-stars {
    color: #f5b731;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 14px
}

.sb-home__testimonial-text {
    font-size: 14px;
    line-height: 1.8;
    color: var(--t);
    margin: 0 0 20px;
    font-style: italic
}

.sb-home__testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px
}

.sb-home__testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--gr);
    color: var(--w);
    font: 600 16px var(--bf);
    flex-shrink: 0
}

.sb-home__testimonial-name {
    font: 600 15px/1.3 var(--bf);
    color: var(--s);
    font-style: normal;
    display: block
}

.sb-home__testimonial-role {
    font-size: 13px;
    color: var(--m);
    display: block;
    margin-top: 2px
}

.sb-home__cta-band {
    background: var(--grd);
    padding: 64px 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

.sb-home__cta-band::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(73, 78, 111, .15), transparent 70%);
    border-radius: 50%;
    pointer-events: none
}

.sb-home__cta-band::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(248, 243, 236, .05), transparent 70%);
    border-radius: 50%;
    pointer-events: none
}

.sb-home__cta-band .sb-home__container {
    position: relative;
    z-index: 1
}

.sb-home__cta-band-title {
    font: 600 28px/1.2 var(--hf);
    color: var(--w);
    margin: 0 0 14px
}

.sb-home__cta-band-text {
    font-size: 15px;
    color: rgba(255, 255, 255, .7);
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.75
}

.sb-home__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center
}

.sb-home__cta-band .sb-home__btn--primary {
    background: var(--w);
    color: var(--s);
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15)
}

.sb-home__cta-band .sb-home__btn--primary:hover {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .25)
}

.sb-home__cta-band .sb-home__btn--secondary {
    background: 0 0;
    color: rgba(255, 255, 255, .9);
    border: 1.5px solid rgba(255, 255, 255, .3)
}

.sb-home__cta-band .sb-home__btn--secondary:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .6);
    color: var(--w)
}

.sb-home__contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px
}

.sb-home__contact-item {
    text-align: center;
    padding: 24px 20px;
    background: var(--w);
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: var(--rl);
    transition: all var(--tr)
}

.sb-home__contact-item:hover {
    box-shadow: var(--sh);
    transform: translateY(-2px);
    border-color: transparent
}

.sb-home__contact-item-label {
    font: 700 17px/1.3 var(--hf);
    color: var(--s);
    margin: 0 0 6px
}

.sb-home__contact-item-value {
    font-size: 14px;
    line-height: 1.65;
    margin: 0
}

.sb-home__contact-cta-wrap {
    text-align: center
}

.sb-home :focus-visible {
    outline: 2px solid var(--p);
    outline-offset: 3px;
    border-radius: 4px
}

.sb-home__faq-question:focus-visible {
    outline-offset: -3px
}

@media(min-width:768px) {
    .sb-home__container {
        padding: 0 28px
    }

    .sb-home__audience,
    .sb-home__contact,
    .sb-home__faq,
    .sb-home__process,
    .sb-home__services,
    .sb-home__testimonials,
    .sb-home__why {
        padding: 72px 0
    }

    .sb-home__faq,
    .sb-home__process,
    .sb-home__services {
        padding-top: 88px
    }

    .sb-home__hero {
        padding: 160px 20px 100px;
        min-height: 60vh;
    }

    .sb-home__hero-logo {
        max-width: 200px;
        margin-bottom: 24px;
    }

    .sb-home__hero-badge {
        font-size: 13px;
        padding: 8px 20px;
        margin-bottom: 24px;
    }

    .sb-home__hero-title {
        font-size: 44px !important;
        margin-bottom: 20px;
    }

    .sb-home__hero-subtitle {
        font-size: 18px;
        margin-bottom: 40px;
        max-width: 700px;
    }

    .sb-home__title {
        font-size: 36px
    }

    .sb-home__subtitle {
        font-size: 16px;
        margin-bottom: 44px
    }

    .sb-home__audience-grid,
    .sb-home__services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .sb-home__why-hero {
        margin-bottom: 48px;
        border-radius: 20px
    }

    .sb-home__contact-grid,
    .sb-home__why-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .sb-home__process-steps,
    .sb-home__testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px
    }

    .sb-home__faq-question {
        font-size: 16px
    }

    .sb-home__faq-answer p {
        font-size: 15px
    }

    .sb-home__cta-band {
        padding: 80px 0
    }

    .sb-home__cta-band-title {
        font-size: 34px
    }

    .sb-home__cta-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 16px
    }
}

@media(min-width:1024px) {
    .sb-home {
        font-size: 16px
    }

    .sb-home__container {
        padding: 0
    }

    .sb-home__audience,
    .sb-home__contact,
    .sb-home__faq,
    .sb-home__process,
    .sb-home__services,
    .sb-home__testimonials,
    .sb-home__why {
        padding: 88px 0
    }

    .sb-home__faq,
    .sb-home__process,
    .sb-home__services {
        padding-top: 104px
    }

    .sb-home__title {
        font-size: 42px
    }

    .sb-home__services-grid {
        gap: 32px
    }

    .sb-home__service-card-img {
        aspect-ratio: 16/9
    }

    .sb-home__service-card-title {
        font-size: 26px
    }

    .sb-home__why-hero {
        border-radius: 24px
    }

    .sb-home__audience-grid,
    .sb-home__contact-grid,
    .sb-home__why-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px
    }

    .sb-home__why-item {
        padding: 36px 20px
    }

    .sb-home__process-steps {
        gap: 32px;
        position: relative
    }

    .sb-home__step {
        padding: 36px 24px;
        position: relative
    }

    .sb-home__step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50px;
        right: -18px;
        width: 36px;
        height: 2px;
        background: linear-gradient(90deg, var(--br), rgba(73, 78, 111, .2))
    }

    .sb-home__step-text {
        font-size: 15px
    }

    .sb-home__cta-band {
        padding: 96px 0
    }

    .sb-home__cta-band-title {
        font-size: 40px
    }

    .sb-home__cta-band-text {
        font-size: 16px
    }

    .sb-home__contact-item {
        padding: 28px 20px
    }

    .sb-home__hero {
        padding: 200px 20px 140px;
        min-height: 70vh;
    }

    .sb-home__hero-logo {
        max-width: 280px;
        margin-bottom: 30px;
    }

    .sb-home__hero-badge {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .sb-home__hero-title {
        font-size: 56px !important;
        margin-bottom: 24px;
    }

    .sb-home__hero-subtitle {
        font-size: 19px;
        margin-bottom: 45px;
        max-width: 750px;
    }
}

/* 4K / Ultra Wide Displays */
@media(min-width:1920px) {
    .sb-home__container {
        max-width: 1400px;
    }

    .sb-home__hero {
        padding: 260px 20px 180px;
        min-height: 75vh;
    }

    .sb-home__hero-logo {
        max-width: 340px;
        margin-bottom: 40px;
    }

    .sb-home__hero-badge {
        font-size: 16px;
        padding: 10px 28px;
        margin-bottom: 40px;
    }

    .sb-home__hero-title {
        font-size: 72px !important;
        margin-bottom: 30px;
    }

    .sb-home__hero-subtitle {
        font-size: 24px;
        margin-bottom: 55px;
        max-width: 1000px;
    }
}/* End custom CSS */