html {
    scroll-behavior: smooth;
}

.marketing-page-wrap {
    overflow-x: clip;
    max-width: 100%;
}

.marketing-page-wrap img {
    max-width: 100%;
    height: auto;
}

.marketing-page-wrap .flat-section {
    padding: 72px 0;
}

.marketing-page-wrap .marketing-hero.flat-section {
    padding: 120px 0 100px;
}

.marketing-section-title,
.marketing-page-wrap .section-title {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    line-height: 1.25;
}

.marketing-section-title {
    color: #1b5e20;
    margin-bottom: 1.25rem;
}

.marketing-body {
    color: #5c6368;
    line-height: 1.8;
}

.marketing-hero {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #0b1622 0%, #1b5e20 100%);
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.marketing-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 22, 34, 0.72);
}

.marketing-hero__title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.marketing-hero__text {
    font-size: 1.05rem;
    opacity: 0.92;
    margin-bottom: 2rem;
}

.marketing-hero__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.marketing-hero__card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    padding: 1.25rem;
    backdrop-filter: blur(6px);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

@media (hover: hover) {
    .marketing-hero__card:hover {
        transform: translateY(-3px);
        background: rgba(255, 255, 255, 0.18);
        border-color: rgba(255, 255, 255, 0.28);
    }
}

.marketing-hero__card h6 {
    margin: 0.75rem 0 0;
    font-size: 0.95rem;
    color: #fff;
}

.marketing-hero__icon {
    font-size: 1.5rem;
    color: #7ed957;
}

.marketing-stat {
    text-align: center;
    padding: 1rem;
    border-radius: 12px;
    background: #f7f7f7;
}

.marketing-stat__value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1b5e20;
}

.marketing-stat__label {
    font-size: 0.9rem;
    color: #5c6368;
}

.marketing-offerings__box {
    background: #e8f5e9;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
}

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

.marketing-checklist li {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #161e2d;
}

.marketing-service-card,
.marketing-package-item {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 10px 25px rgba(54, 95, 104, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

@media (hover: hover) {
    .marketing-service-card:hover,
    .marketing-package-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(54, 95, 104, 0.12);
        border-color: #c8e6c9;
    }
}

.marketing-service-card__icon {
    font-size: 2rem;
    color: #1b5e20;
    margin-bottom: 1rem;
    display: inline-block;
}

.marketing-cta-mid__wrap,
.marketing-cta-final__wrap {
    border-radius: 16px;
    padding: 2rem 2.5rem;
}

.marketing-cta-mid {
    padding-top: 0;
}

.marketing-cta-mid__wrap {
    background: #0b1622;
    color: #fff;
}

.marketing-cta-mid__phone {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.marketing-cta-mid__phone strong {
    display: block;
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.marketing-ceo__photo {
    border-radius: 16px;
    overflow: hidden;
}

.marketing-ceo__photo img,
.marketing-about__image img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}

.marketing-ceo__photo--placeholder {
    min-height: 320px;
    background: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b5e20;
    font-weight: 600;
}

.marketing-ceo__sidebar {
    background: #1b5e20;
    color: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    min-height: 100%;
}

.marketing-ceo__brand {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

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

.marketing-ceo__contacts li {
    margin-bottom: 0.85rem;
}

.marketing-ceo__contacts a,
.marketing-ceo__contacts span {
    color: #fff;
}

.marketing-page-wrap .tf-btn,
.ires-page-wrap .tf-btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

@media (hover: hover) {
    .marketing-page-wrap .tf-btn:hover,
    .ires-page-wrap .tf-btn:hover {
        transform: translateY(-1px);
    }
}

.marketing-presence__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

.marketing-presence__list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.marketing-presence__bullet,
.marketing-package-item__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1b5e20;
    margin-top: 0.45rem;
    flex-shrink: 0;
}

.marketing-package-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.marketing-logos__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.5rem;
    align-items: center;
}

.marketing-logos__item img {
    max-height: 70px;
    width: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.marketing-logos__placeholder {
    min-height: 80px;
    border: 1px dashed #cfd8dc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5c6368;
    font-size: 0.85rem;
    text-align: center;
    padding: 0.5rem;
}

.marketing-cta-final__wrap {
    background: #1b5e20;
    color: #fff;
}

.marketing-cta-final__title {
    margin-bottom: 0.75rem;
}

.marketing-cta-final .tf-btn.white {
    background: #fff;
    color: #1b5e20;
}

@media (max-width: 991px) {
    .marketing-page-wrap .flat-section {
        padding: 52px 0;
    }

    .marketing-hero,
    .marketing-page-wrap .marketing-hero.flat-section {
        padding: 88px 0 64px;
    }

    .marketing-hero__grid {
        grid-template-columns: 1fr;
        margin-top: 1.5rem;
    }

    .marketing-hero__title {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
    }

    .marketing-hero__text {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .marketing-cta-mid__wrap,
    .marketing-cta-final__wrap {
        padding: 1.5rem;
    }

    .marketing-cta-mid .text-lg-end,
    .marketing-cta-final .text-lg-end {
        text-align: left !important;
    }

    .marketing-ceo__sidebar {
        margin-top: 0.5rem;
    }

    .marketing-offerings__box {
        padding: 1.5rem;
    }

    .marketing-page-wrap .mb-5 {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 767px) {
    .marketing-page-wrap .flat-section {
        padding: 40px 0;
    }

    .marketing-hero,
    .marketing-page-wrap .marketing-hero.flat-section {
        padding: 72px 0 48px;
    }

    .marketing-hero__title {
        font-size: clamp(1.5rem, 7vw, 2rem);
        margin-bottom: 1rem;
    }

    .marketing-hero__text {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }

    .marketing-hero .tf-btn,
    .marketing-cta-final .tf-btn,
    .marketing-cta-mid__phone {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .marketing-cta-mid__phone strong {
        font-size: 1.25rem;
    }

    .marketing-stat {
        padding: 0.85rem;
    }

    .marketing-stat__value {
        font-size: 1.25rem;
    }

    .marketing-stat__label {
        font-size: 0.82rem;
    }

    .marketing-service-card,
    .marketing-package-item,
    .marketing-offerings__box,
    .marketing-ceo__sidebar {
        padding: 1.25rem;
    }

    .marketing-ceo__photo--placeholder {
        min-height: 220px;
    }

    .marketing-ceo__brand {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .marketing-logos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .marketing-checklist li {
        margin-bottom: 0.75rem;
        font-size: 0.92rem;
    }

    .marketing-body {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .marketing-page-wrap .row.g-5 {
        --bs-gutter-y: 1.5rem;
    }

    .marketing-page-wrap .row.g-4 {
        --bs-gutter-y: 1rem;
    }
}

@media (max-width: 575px) {
    .marketing-page-wrap .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .marketing-hero__card {
        padding: 1rem;
    }

    .marketing-hero__card h6 {
        font-size: 0.88rem;
    }

    .marketing-stats .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
