/* =========================================================
   ADGRO MEDIA — PRINTING SERVICES PAGE
   Theme: Purple / Pink / Black
   File: printing-services.css
   ========================================================= */

:root {
    --adgro-purple: #76245d;
    --adgro-purple-dark: #3d1230;
    --adgro-purple-light: #a94487;
    --adgro-pink: #d66ca9;
    --adgro-black: #08070a;
    --adgro-black-soft: #151116;
    --adgro-white: #ffffff;
    --adgro-bg: #f7f4f7;
    --adgro-border: #e8dfe6;
    --adgro-text: #241e23;
    --adgro-muted: #756b72;
    --adgro-shadow: 0 15px 45px rgba(64, 25, 51, .08);
    --adgro-shadow-lg: 0 25px 70px rgba(61, 18, 48, .16);
    --adgro-radius: 20px;
    --adgro-transition: all .3s ease;
}

/* =========================================================
   PAGE HERO
   ========================================================= */

.service-category-hero {
    position: relative;
    overflow: hidden;
    padding: 0 0 95px;
    color: var(--adgro-white);
    background:
        radial-gradient(circle at 88% 18%, rgba(214,108,169,.24), transparent 28%),
        radial-gradient(circle at 10% 82%, rgba(169,68,135,.18), transparent 30%),
        linear-gradient(135deg,
            var(--adgro-black) 0%,
            var(--adgro-purple-dark) 58%,
            var(--adgro-purple) 100%);
}

.service-category-hero::before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    right: -250px;
    top: 80px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
    box-shadow:
        0 0 0 45px rgba(255,255,255,.025),
        0 0 0 95px rgba(255,255,255,.018);
    pointer-events: none;
}

.service-category-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .13;
    background-image:
        linear-gradient(135deg,
            transparent 0 48%,
            rgba(255,255,255,.08) 48% 49%,
            transparent 49% 100%);
    background-size: 38px 38px;
    pointer-events: none;
}

.service-category-hero .container {
    position: relative;
    z-index: 2;
}

/* =========================================================
   BREADCRUMB
   ========================================================= */

.service-breadcrumb {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 22px 0 45px;
    color: rgba(255,255,255,.58);
    font-size: .88rem;
}

.service-breadcrumb a {
    color: rgba(255,255,255,.78);
    font-weight: 650;
}

.service-breadcrumb a:hover {
    color: var(--adgro-pink);
}

.service-breadcrumb i {
    color: var(--adgro-pink);
    font-size: .7rem;
}

.service-breadcrumb span {
    color: rgba(255,255,255,.92);
}

/* =========================================================
   HERO CONTENT
   ========================================================= */

.service-category-hero .row {
    position: relative;
    z-index: 2;
}

.service-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding-left: 14px;
    border-left: 4px solid var(--adgro-pink);
    color: rgba(255,255,255,.94);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: 2px;
    line-height: 1.4;
}

.service-category-hero h1 {
    max-width: 820px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    font-weight: 900;
    line-height: 1.03;
    letter-spacing: -1.5px;
}

.service-category-hero h1 strong {
    color: var(--adgro-pink);
    font-weight: 900;
}

.service-category-hero .col-lg-7 > p {
    max-width: 710px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.78);
    font-size: 1.08rem;
    line-height: 1.8;
}

/* =========================================================
   HERO BUTTONS
   ========================================================= */

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 9px;
    font-weight: 800;
    transition: var(--adgro-transition);
}

.hero-buttons .btn-call {
    color: #fff;
    background: var(--adgro-purple);
    border: 2px solid var(--adgro-purple);
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

.hero-buttons .btn-call:hover {
    color: #fff;
    background: var(--adgro-purple-light);
    border-color: var(--adgro-purple-light);
    transform: translateY(-3px);
}

.hero-buttons .btn-whatsapp {
    color: #fff;
    background: #22c55e;
    border: 2px solid #22c55e;
    box-shadow: 0 10px 25px rgba(34,197,94,.18);
}

.hero-buttons .btn-whatsapp:hover {
    color: #fff;
    background: #16a34a;
    border-color: #16a34a;
    transform: translateY(-3px);
}

/* =========================================================
   HERO RIGHT CARD
   ========================================================= */

.category-hero-card {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    padding: 42px 38px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 26px;
    color: var(--adgro-text);
    background:
        linear-gradient(145deg,
            rgba(255,255,255,.98),
            rgba(248,244,247,.96));
    box-shadow: var(--adgro-shadow-lg);
}

.category-hero-card::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    background: rgba(214,108,169,.14);
}

.category-hero-card::after {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    right: -150px;
    bottom: -160px;
    border-radius: 50%;
    border: 35px solid rgba(118,36,93,.045);
}

.category-hero-card > i {
    position: relative;
    z-index: 2;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(
        135deg,
        var(--adgro-purple),
        var(--adgro-purple-light)
    );
    box-shadow: 0 12px 25px rgba(118,36,93,.25);
    font-size: 1.55rem;
}

.category-hero-card h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: var(--adgro-black);
    font-size: clamp(2rem, 3.3vw, 2.8rem);
    font-weight: 900;
    line-height: 1.1;
}

.category-hero-card h2 span {
    color: var(--adgro-purple);
}

.category-hero-card > p {
    position: relative;
    z-index: 2;
    max-width: 480px;
    margin-bottom: 25px;
    color: var(--adgro-muted);
    line-height: 1.7;
}

.hero-card-tags {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.hero-card-tags span {
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
    border: 1px solid var(--adgro-border);
    border-radius: 50px;
    color: var(--adgro-purple-dark);
    background: #fff;
    font-size: .82rem;
    font-weight: 750;
    box-shadow: 0 5px 15px rgba(64,25,51,.05);
}

/* =========================================================
   INTRO
   ========================================================= */

.category-intro {
    padding: 95px 0;
    background: #fff;
}

.category-intro .section-heading {
    max-width: 850px;
    margin: 0 auto 50px;
}

.category-intro .section-heading > span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--adgro-purple);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.category-intro .section-heading h2 {
    margin: 0 0 16px;
    color: var(--adgro-black);
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.12;
}

.category-intro .section-heading h2 strong {
    color: var(--adgro-purple);
}

.category-intro .section-heading p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--adgro-muted);
    font-size: 1.04rem;
    line-height: 1.7;
}

/* =========================================================
   PRINTING SERVICE GRID
   ========================================================= */

.printing-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.printing-service-card {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    padding: 34px 30px 30px;
    border: 1px solid var(--adgro-border);
    border-radius: var(--adgro-radius);
    background: #fff;
    box-shadow: 0 8px 28px rgba(64,25,51,.045);
    transition: var(--adgro-transition);
}

.printing-service-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -85px;
    bottom: -85px;
    border-radius: 50%;
    background: rgba(214,108,169,.065);
    transition: var(--adgro-transition);
}

.printing-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(118,36,93,.32);
    box-shadow: var(--adgro-shadow);
}

.printing-service-card:hover::before {
    transform: scale(1.7);
    background: rgba(118,36,93,.075);
}

.service-number {
    position: absolute;
    top: 20px;
    right: 23px;
    color: #e8dfe6;
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1;
}

.service-icon {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    border-radius: 15px;
    color: var(--adgro-purple);
    background: rgba(118,36,93,.09);
    font-size: 1.35rem;
    transition: var(--adgro-transition);
}

.printing-service-card:hover .service-icon {
    color: #fff;
    background: linear-gradient(
        135deg,
        var(--adgro-purple),
        var(--adgro-purple-light)
    );
    transform: scale(1.05);
}

.printing-service-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: var(--adgro-black);
    font-size: 1.28rem;
    font-weight: 850;
    line-height: 1.3;
}

.printing-service-card p {
    position: relative;
    z-index: 2;
    min-height: 100px;
    margin: 0 0 22px;
    color: var(--adgro-muted);
    font-size: .94rem;
    line-height: 1.65;
}

.printing-service-card > a {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--adgro-purple);
    font-weight: 800;
}

.printing-service-card > a:hover {
    color: var(--adgro-purple-dark);
    gap: 12px;
}

/* =========================================================
   LOCAL SEO
   ========================================================= */

.local-seo-section {
    padding: 85px 0;
    background: var(--adgro-bg);
}

.local-seo-box {
    position: relative;
    overflow: hidden;
    padding: 55px;
    text-align: center;
    border: 1px solid var(--adgro-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: var(--adgro-shadow);
}

.local-seo-box::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    left: -130px;
    top: -130px;
    border-radius: 50%;
    background: rgba(214,108,169,.08);
}

.local-seo-box::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    right: -110px;
    bottom: -110px;
    border-radius: 50%;
    border: 30px solid rgba(118,36,93,.04);
}

.local-seo-box > span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 12px;
    color: var(--adgro-purple);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: 2px;
}

.local-seo-box h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 16px;
    color: var(--adgro-black);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.12;
}

.local-seo-box h2 strong {
    color: var(--adgro-purple);
}

.local-seo-box > p {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto 30px;
    color: var(--adgro-muted);
    line-height: 1.7;
}

.location-info {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.location-info > div {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border: 1px solid var(--adgro-border);
    border-radius: 50px;
    color: var(--adgro-muted);
    background: #fff;
    font-size: .9rem;
}

.location-info i {
    color: var(--adgro-purple);
}

.location-info a {
    color: var(--adgro-purple);
    font-weight: 800;
}

.location-info a:hover {
    color: var(--adgro-purple-dark);
}

/* =========================================================
   CTA
   ========================================================= */

.category-cta {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #fff;
    background:
        radial-gradient(circle at 12% 20%, rgba(214,108,169,.25), transparent 30%),
        radial-gradient(circle at 88% 80%, rgba(169,68,135,.22), transparent 32%),
        linear-gradient(135deg, var(--adgro-purple-dark), var(--adgro-black));
}

.category-cta::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -230px;
    top: -250px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
    box-shadow: 0 0 0 50px rgba(255,255,255,.025);
}

.category-cta .container {
    position: relative;
    z-index: 2;
}

.category-cta > .container > span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--adgro-pink);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: 2px;
}

.category-cta h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(2.3rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.08;
}

.category-cta h2 strong {
    color: var(--adgro-pink);
}

.category-cta p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: rgba(255,255,255,.65);
    line-height: 1.7;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.cta-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 145px;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 9px;
    color: #fff;
    font-weight: 800;
    transition: var(--adgro-transition);
}

.cta-buttons a:first-child {
    background: var(--adgro-purple);
    border: 2px solid var(--adgro-purple);
}

.cta-buttons a:first-child:hover {
    color: #fff;
    background: var(--adgro-purple-light);
    border-color: var(--adgro-purple-light);
    transform: translateY(-3px);
}

.cta-buttons a:last-child {
    background: #22c55e;
    border: 2px solid #22c55e;
}

.cta-buttons a:last-child:hover {
    color: #fff;
    background: #16a34a;
    border-color: #16a34a;
    transform: translateY(-3px);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1199.98px) {
    .service-category-hero {
        padding-bottom: 75px;
    }

    .service-category-hero h1 {
        font-size: clamp(2.6rem, 5vw, 4.3rem);
    }

    .category-hero-card {
        padding: 36px 30px;
    }

    .printing-service-grid {
        gap: 18px;
    }
}

@media (max-width: 991.98px) {
    .service-category-hero {
        padding-bottom: 70px;
    }

    .service-breadcrumb {
        padding-bottom: 35px;
    }

    .service-category-hero h1 {
        font-size: clamp(2.5rem, 7vw, 4rem);
    }

    .category-hero-card {
        min-height: 350px;
        margin-top: 10px;
    }

    .printing-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-intro {
        padding: 75px 0;
    }

    .local-seo-box {
        padding: 45px 35px;
    }

    .category-cta {
        padding: 80px 0;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
    .service-category-hero {
        padding-bottom: 60px;
    }

    .service-breadcrumb {
        padding: 18px 0 30px;
        font-size: .8rem;
        gap: 7px;
    }

    .service-kicker {
        font-size: .65rem;
        letter-spacing: 1.4px;
    }

    .service-category-hero h1 {
        font-size: clamp(2.25rem, 10vw, 3.3rem);
        letter-spacing: -.8px;
    }

    .service-category-hero .col-lg-7 > p {
        font-size: .97rem;
        line-height: 1.7;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-buttons a {
        width: 100%;
    }

    .category-hero-card {
        min-height: auto;
        padding: 32px 25px;
        border-radius: 20px;
    }

    .category-hero-card > i {
        width: 58px;
        height: 58px;
        margin-bottom: 20px;
    }

    .category-hero-card h2 {
        font-size: 2rem;
    }

    .hero-card-tags {
        gap: 7px;
    }

    .hero-card-tags span {
        padding: 8px 11px;
        font-size: .75rem;
    }

    .category-intro,
    .local-seo-section {
        padding: 60px 0;
    }

    .category-intro .section-heading {
        margin-bottom: 35px;
    }

    .category-intro .section-heading h2 {
        font-size: 2.1rem;
    }

    .printing-service-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .printing-service-card {
        min-height: auto;
        padding: 29px 24px;
    }

    .printing-service-card p {
        min-height: auto;
    }

    .local-seo-box {
        padding: 38px 22px;
        border-radius: 20px;
    }

    .local-seo-box h2 {
        font-size: 2rem;
    }

    .location-info {
        flex-direction: column;
    }

    .location-info > div {
        justify-content: center;
        border-radius: 12px;
        text-align: center;
    }

    .category-cta {
        padding: 65px 0;
    }

    .category-cta h2 {
        font-size: 2.3rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-buttons a {
        width: 100%;
    }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
    .service-breadcrumb {
        font-size: .74rem;
    }

    .service-category-hero h1 {
        font-size: 2.25rem;
    }

    .category-hero-card {
        padding: 28px 21px;
    }

    .category-hero-card h2 {
        font-size: 1.8rem;
    }

    .printing-service-card h3 {
        font-size: 1.18rem;
    }

    .service-number {
        font-size: 2.2rem;
    }

    .local-seo-box {
        padding: 32px 17px;
    }

    .local-seo-box h2 {
        font-size: 1.85rem;
    }
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

a:focus-visible {
    outline: 3px solid rgba(214,108,169,.55);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}
