:root {
    --prh-blue: #1769aa;
    --prh-blue-dark: #0c3157;
    --prh-blue-soft: #eaf4fc;
    --prh-orange: #f2763b;
    --prh-green: #16a268;
    --prh-bg: #f5f8fc;
    --prh-text: #172b3f;
    --prh-muted: #6d7c8b;
    --prh-border: #e3eaf1;
    --prh-shadow: 0 14px 40px rgba(18, 52, 82, .09);
}

body.pazar-modern-home {
    background: var(--prh-bg);
    color: var(--prh-text);
}

body.pazar-modern-home #wpadminbar {
    position: fixed;
}

body.pazar-modern-home #header-cont {
    background: #fff;
}

body.pazar-modern-home #header-cont > .innerContainer {
    min-height: 70px;
}

body.pazar-modern-home #header-logo img {
    width: auto;
    max-width: 250px;
    max-height: 58px;
    object-fit: contain;
}

body.pazar-modern-home #mainMenu {
    position: sticky;
    top: 0;
    z-index: 90;
    box-shadow: 0 5px 18px rgba(7, 40, 72, .12);
}

body.admin-bar.pazar-modern-home #mainMenu {
    top: 32px;
}

body.pazar-modern-home #mainMenu #menu > ul > li > a[href*="firma-ekle"] {
    margin: 6px 4px;
    padding: 0 18px;
    height: 36px;
    line-height: 36px;
    border-radius: 9px;
    background: var(--prh-orange);
    color: #fff;
}

body.pazar-modern-home #wrapper {
    width: 100%;
    max-width: none;
    padding: 0;
}

body.pazar-modern-home #wrapper > .wideAd,
body.pazar-modern-home #wrapper > .box {
    display: none;
}

body.pazar-modern-home #main {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

body.pazar-modern-home #content.pazar-home-content {
    float: none;
    width: 100%;
    margin: 0;
}

.prh-home,
.prh-home * {
    box-sizing: border-box;
}

.prh-home {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 64px;
    font-family: inherit;
}

.prh-home svg,
.prh-mobile-nav svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.prh-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, .65fr);
    gap: 36px;
    overflow: hidden;
    padding: 56px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 87% 8%, rgba(87, 179, 238, .33), transparent 30%),
        linear-gradient(128deg, #092f54 0%, #0f5f99 63%, #177bb8 100%);
    color: #fff;
    box-shadow: 0 22px 60px rgba(10, 62, 103, .2);
}

.prh-hero::before,
.prh-hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.prh-hero::before {
    width: 340px;
    height: 340px;
    right: -130px;
    top: -190px;
}

.prh-hero::after {
    width: 210px;
    height: 210px;
    right: 150px;
    bottom: -150px;
}

.prh-hero__copy,
.prh-hero__panel {
    position: relative;
    z-index: 1;
}

.prh-eyebrow,
.prh-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--prh-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.prh-eyebrow {
    color: #9edaff;
}

.prh-hero h1 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4.2vw, 55px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.prh-hero__copy > p {
    max-width: 660px;
    margin: 18px 0 28px;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.65;
}

.prh-search {
    display: grid;
    grid-template-columns: 44px minmax(170px, 1fr) 185px 108px;
    align-items: center;
    overflow: hidden;
    padding: 7px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(4, 30, 53, .2);
}

.prh-search__icon {
    display: grid;
    place-items: center;
    color: var(--prh-blue);
}

.prh-search input,
.prh-search select {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 14px;
    border: 0;
    border-radius: 0;
    outline: none;
    background: #fff;
    color: var(--prh-text);
    font: inherit;
}

.prh-search select {
    border-left: 1px solid var(--prh-border);
    color: #536578;
    font-size: 13px;
}

.prh-search button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: var(--prh-orange);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.prh-search button svg {
    width: 17px;
}

.prh-category-proxy {
    display: none !important;
}

.prh-popular {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
}

.prh-popular a {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    color: #fff;
    transition: .2s ease;
}

.prh-popular a:hover {
    background: rgba(255, 255, 255, .12);
}

.prh-hero__panel {
    align-self: center;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 18px;
    background: rgba(5, 39, 68, .52);
    box-shadow: inset 0 1px rgba(255, 255, 255, .08);
    backdrop-filter: blur(9px);
}

.prh-hero__panel-top,
.prh-hero__cta {
    display: flex;
    align-items: center;
    gap: 13px;
}

.prh-hero__panel-top > span,
.prh-hero__cta > span:first-child {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    color: #9edaff;
}

.prh-hero__panel strong,
.prh-hero__panel small {
    display: block;
}

.prh-hero__panel small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
}

.prh-hero__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 22px 0 16px;
}

.prh-hero__stats a {
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.prh-hero__stats strong {
    font-size: 24px;
}

.prh-hero__stats span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .64);
    font-size: 11px;
}

.prh-hero__cta {
    padding: 13px;
    border-radius: 12px;
    background: #fff;
    color: var(--prh-blue-dark);
}

.prh-hero__cta > span:first-child {
    background: var(--prh-blue-soft);
    color: var(--prh-blue);
}

.prh-hero__cta > span:nth-child(2) {
    flex: 1;
}

.prh-hero__cta > svg {
    color: var(--prh-orange);
}

.prh-section {
    margin-top: 46px;
}

.prh-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.prh-section__head h2,
.prh-business-cta h2 {
    margin: 0;
    color: var(--prh-blue-dark);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.prh-all-link,
.prh-scroll-hint {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--prh-blue);
    font-size: 13px;
    font-weight: 800;
}

.prh-all-link svg,
.prh-scroll-hint svg {
    width: 17px;
}

.prh-scroll-hint {
    color: var(--prh-muted);
    font-weight: 600;
}

.prh-stories {
    padding: 22px 24px 16px;
    border: 1px solid var(--prh-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(18, 52, 82, .05);
}

.prh-stories .prh-section__head {
    margin-bottom: 5px;
}

.prh-stories .prh-section__head h2 {
    font-size: 25px;
}

.prh-stories__content .pazar-stories-wrap {
    margin: 0 !important;
    padding: 8px 0 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.prh-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.prh-category {
    --card-color: var(--prh-blue);
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 20px;
    border: 1px solid var(--prh-border);
    border-radius: 16px;
    background: #fff;
    color: var(--prh-text);
    box-shadow: 0 8px 24px rgba(18, 52, 82, .04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.prh-category:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--card-color) 35%, white);
    box-shadow: var(--prh-shadow);
}

.prh-category--orange { --card-color: #ec7c38; }
.prh-category--purple { --card-color: #7957c8; }
.prh-category--green { --card-color: #15976a; }
.prh-category--red { --card-color: #e34f5f; }
.prh-category--cyan { --card-color: #188eae; }

.prh-category__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--card-color) 12%, white);
    color: var(--card-color);
}

.prh-category__icon svg {
    width: 25px;
    height: 25px;
}

.prh-category strong,
.prh-category small {
    display: block;
}

.prh-category strong {
    margin-bottom: 6px;
    font-size: 16px;
}

.prh-category small {
    color: var(--prh-muted);
    font-size: 11px;
    line-height: 1.45;
}

.prh-category__arrow {
    color: #a9b5c0;
}

.prh-firm-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.prh-firm-card {
    overflow: hidden;
    border: 1px solid var(--prh-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(18, 52, 82, .05);
    transition: transform .2s ease, box-shadow .2s ease;
}

.prh-firm-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--prh-shadow);
}

.prh-firm-card__image,
.prh-campaign-card__image {
    position: relative;
    display: block;
    height: 180px;
    overflow: hidden;
    background: linear-gradient(135deg, #eaf4fc, #d9e9f5);
}

.prh-firm-card__image img,
.prh-campaign-card__image img,
.prh-place-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.prh-firm-card:hover img,
.prh-campaign-card:hover img,
.prh-place-card:hover img {
    transform: scale(1.04);
}

.prh-image-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: rgba(23, 105, 170, .42);
}

.prh-image-fallback svg {
    width: 52px;
    height: 52px;
}

.prh-firm-card__badge,
.prh-live-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 9px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    color: var(--prh-green);
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(17, 45, 71, .1);
}

.prh-firm-card__body {
    padding: 18px;
}

.prh-card-category {
    color: var(--prh-blue);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.prh-firm-card h3,
.prh-campaign-card h3 {
    margin: 7px 0;
    font-size: 17px;
    line-height: 1.35;
}

.prh-firm-card h3 a,
.prh-campaign-card h3 a {
    color: var(--prh-text);
}

.prh-firm-card__body > p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 15px;
    color: var(--prh-muted);
    font-size: 11px;
}

.prh-firm-card__body > p svg {
    width: 14px;
}

.prh-card-actions {
    display: flex;
    gap: 7px;
    padding-top: 13px;
    border-top: 1px solid var(--prh-border);
}

.prh-action {
    display: inline-flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 35px;
    padding: 7px;
    border-radius: 8px;
    background: #f1f5f8;
    color: var(--prh-blue-dark);
    font-size: 10px;
    font-weight: 800;
}

.prh-action svg {
    width: 14px;
    height: 14px;
}

.prh-action--whatsapp {
    background: #e8f8f0;
    color: #128554;
}

.prh-action--detail {
    background: var(--prh-blue);
    color: #fff;
}

.prh-campaign-section {
    margin-right: -22px;
    margin-left: -22px;
    padding: 36px 22px;
    border-radius: 22px;
    background: linear-gradient(125deg, #0b3157, #135d91);
}

.prh-section__head--light h2,
.prh-section__head--light .prh-all-link {
    color: #fff;
}

.prh-section__head--light .prh-kicker {
    color: #8cd4ff;
}

.prh-campaign-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.prh-campaign-card {
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
}

.prh-campaign-card__image {
    height: 175px;
}

.prh-live-badge {
    color: var(--prh-orange);
}

.prh-campaign-card__body {
    padding: 16px;
}

.prh-campaign-card__body > span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--prh-muted);
    font-size: 10px;
}

.prh-campaign-card__body > span svg,
.prh-text-link svg {
    width: 14px;
}

.prh-text-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--prh-blue);
    font-size: 11px;
    font-weight: 800;
}

.prh-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}

.prh-date {
    color: var(--prh-muted);
    font-size: 12px;
}

.prh-info-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 112px;
    padding: 17px;
    border: 1px solid var(--prh-border);
    border-radius: 15px;
    background: #fff;
    color: var(--prh-text);
}

.prh-info-card > svg {
    width: 17px;
    color: #a3afbb;
}

.prh-info-card__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--prh-blue-soft);
    color: var(--prh-blue);
}

.prh-info-card--pharmacy .prh-info-card__icon,
.prh-info-card--emergency .prh-info-card__icon {
    background: #ffedf0;
    color: #df4556;
}

.prh-info-card small,
.prh-info-card strong,
.prh-info-card em {
    display: block;
}

.prh-info-card small {
    margin-bottom: 3px;
    color: var(--prh-muted);
    font-size: 9px;
    font-style: normal;
    text-transform: uppercase;
}

.prh-info-card strong {
    font-size: 15px;
}

.prh-info-card em {
    margin-top: 5px;
    color: var(--prh-muted);
    font-size: 9px;
    font-style: normal;
    line-height: 1.35;
}

.prh-prayer-times {
    display: flex !important;
    flex-wrap: wrap;
    gap: 5px;
}

.prh-prayer-times b {
    font-size: 8px;
    font-weight: 600;
}

.prh-prayer-times i {
    color: var(--prh-blue);
    font-style: normal;
}

.prh-place-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.prh-place-card {
    overflow: hidden;
    height: 270px;
    border-radius: 17px;
    background: #dceaf4;
    box-shadow: 0 9px 26px rgba(18, 52, 82, .07);
}

.prh-place-card > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.prh-place-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    background: linear-gradient(to top, rgba(5, 31, 53, .9), transparent 65%);
    color: #fff;
}

.prh-place-card__overlay small {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
    color: #aadaf7;
    font-size: 10px;
    font-weight: 700;
}

.prh-place-card__overlay small svg {
    width: 14px;
}

.prh-place-card__overlay strong {
    font-size: 19px;
    line-height: 1.25;
}

.prh-dual-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.prh-list-panel {
    padding: 22px;
    border: 1px solid var(--prh-border);
    border-radius: 17px;
    background: #fff;
}

.prh-list-panel .prh-section__head h2 {
    font-size: 23px;
}

.prh-list {
    display: grid;
    gap: 8px;
}

.prh-list-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border-radius: 11px;
    background: #f7f9fc;
    color: var(--prh-text);
    transition: background .2s ease;
}

.prh-list-item:hover {
    background: var(--prh-blue-soft);
}

.prh-list-item__icon,
.prh-list-item__date {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #fff;
    color: var(--prh-blue);
}

.prh-list-item__date b,
.prh-list-item__date small {
    display: block;
    line-height: 1;
}

.prh-list-item__date b {
    font-size: 16px;
}

.prh-list-item__date small {
    color: var(--prh-orange);
    font-size: 8px;
    text-transform: uppercase;
}

.prh-list-item > span:nth-child(2) strong,
.prh-list-item > span:nth-child(2) small {
    display: block;
}

.prh-list-item > span:nth-child(2) strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prh-list-item > span:nth-child(2) small {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
    color: var(--prh-muted);
    font-size: 9px;
}

.prh-list-item > span:nth-child(2) small svg,
.prh-list-item > svg {
    width: 14px;
}

.prh-list-item > svg {
    color: #a8b4bf;
}

.prh-business-cta {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    align-items: center;
    gap: 25px;
    margin-top: 46px;
    padding: 34px;
    border-radius: 20px;
    background: linear-gradient(120deg, #e9f5fd, #fff5ea);
    box-shadow: inset 0 0 0 1px rgba(23, 105, 170, .09);
}

.prh-business-cta__icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: #fff;
    color: var(--prh-blue);
    box-shadow: 0 10px 30px rgba(20, 84, 132, .1);
}

.prh-business-cta__icon svg {
    width: 34px;
    height: 34px;
}

.prh-business-cta h2 {
    font-size: 27px;
}

.prh-business-cta p {
    margin: 8px 0 0;
    color: var(--prh-muted);
    font-size: 13px;
    line-height: 1.55;
}

.prh-business-cta > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 20px;
    border-radius: 11px;
    background: var(--prh-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.prh-business-cta > a svg {
    width: 17px;
}

.prh-empty {
    grid-column: 1 / -1;
    padding: 24px;
    border: 1px dashed #c9d5df;
    border-radius: 14px;
    background: #fff;
    color: var(--prh-muted);
    font-size: 13px;
    text-align: center;
}

.prh-empty--dark {
    border-color: rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.prh-mobile-nav {
    display: none;
}

body.pazar-modern-home footer {
    border-top: 0;
    background: #092c4d;
}

body.pazar-modern-home footer .section-title,
body.pazar-modern-home footer .copyright,
body.pazar-modern-home footer a {
    color: rgba(255, 255, 255, .86);
}

@media (max-width: 980px) {
    body.pazar-modern-home #header-logo img {
        max-width: 225px;
        max-height: 58px;
    }

    .prh-home {
        width: min(100% - 28px, 900px);
    }

    .prh-hero {
        grid-template-columns: 1fr;
        padding: 42px;
    }

    .prh-hero__panel {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 18px;
        align-items: center;
    }

    .prh-hero__stats {
        display: none;
    }

    .prh-categories,
    .prh-firm-grid,
    .prh-campaign-grid,
    .prh-place-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .prh-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .prh-business-cta {
        grid-template-columns: 60px 1fr;
    }

    .prh-business-cta > a {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 782px) {
    body.admin-bar.pazar-modern-home #mainMenu {
        top: 46px;
    }
}

@media (max-width: 720px) {
    body.pazar-modern-home {
        padding-bottom: 68px;
    }

    body.pazar-modern-home #header-cont > .innerContainer {
        min-height: 62px;
    }

    body.pazar-modern-home #header-logo img {
        max-width: 190px;
        max-height: 52px;
    }

    body.pazar-modern-home #mainMenu {
        position: relative;
        top: auto;
    }

    .prh-home {
        width: calc(100% - 22px);
        padding-top: 14px;
    }

    .prh-hero {
        gap: 22px;
        padding: 28px 20px;
        border-radius: 18px;
    }

    .prh-hero h1 {
        font-size: 33px;
    }

    .prh-hero__copy > p {
        margin: 14px 0 20px;
        font-size: 14px;
    }

    .prh-search {
        grid-template-columns: 40px minmax(0, 1fr) 78px;
    }

    .prh-search select {
        display: none;
    }

    .prh-search input {
        padding: 0 4px;
        font-size: 12px;
    }

    .prh-search button {
        font-size: 12px;
    }

    .prh-search button svg {
        display: none;
    }

    .prh-popular {
        gap: 5px;
    }

    .prh-popular a {
        padding: 5px 8px;
        font-size: 10px;
    }

    .prh-hero__panel {
        display: block;
        padding: 15px;
    }

    .prh-hero__panel-top {
        display: none;
    }

    .prh-section {
        margin-top: 34px;
    }

    .prh-section__head {
        align-items: center;
        margin-bottom: 14px;
    }

    .prh-section__head h2 {
        font-size: 24px;
    }

    .prh-scroll-hint {
        font-size: 0;
    }

    .prh-scroll-hint svg {
        width: 21px;
    }

    .prh-stories {
        padding: 17px 15px 10px;
        border-radius: 15px;
    }

    .prh-stories .prh-section__head h2 {
        font-size: 21px;
    }

    .prh-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 9px;
    }

    .prh-category {
        grid-template-columns: 42px minmax(0, 1fr);
        min-height: 100px;
        padding: 14px;
    }

    .prh-category__icon {
        width: 42px;
        height: 42px;
        border-radius: 11px;
    }

    .prh-category__icon svg {
        width: 21px;
    }

    .prh-category strong {
        font-size: 13px;
    }

    .prh-category small,
    .prh-category__arrow {
        display: none;
    }

    .prh-horizontal-mobile {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        margin-right: -11px;
        margin-left: -11px;
        padding: 2px 11px 14px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .prh-horizontal-mobile::-webkit-scrollbar {
        display: none;
    }

    .prh-firm-card,
    .prh-campaign-card,
    .prh-place-card {
        flex: 0 0 82%;
        scroll-snap-align: start;
    }

    .prh-firm-card__image,
    .prh-campaign-card__image {
        height: 170px;
    }

    .prh-card-actions {
        gap: 5px;
    }

    .prh-campaign-section {
        margin-right: -11px;
        margin-left: -11px;
        padding: 28px 11px;
        border-radius: 17px;
    }

    .prh-campaign-section .prh-section__head {
        padding: 0 6px;
    }

    .prh-info-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .prh-date {
        display: none;
    }

    .prh-info-card {
        min-height: 92px;
        padding: 14px;
    }

    .prh-place-card {
        height: 245px;
    }

    .prh-dual-section {
        grid-template-columns: 1fr;
    }

    .prh-list-panel {
        padding: 17px 14px;
    }

    .prh-business-cta {
        grid-template-columns: 52px 1fr;
        gap: 15px;
        padding: 23px 18px;
        text-align: left;
    }

    .prh-business-cta__icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .prh-business-cta__icon svg {
        width: 27px;
    }

    .prh-business-cta h2 {
        font-size: 21px;
    }

    .prh-business-cta p {
        font-size: 11px;
    }

    .prh-business-cta > a {
        grid-column: 1 / -1;
        justify-content: center;
        width: 100%;
    }

    .prh-mobile-nav {
        position: fixed;
        z-index: 9990;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        height: 66px;
        padding: 6px 6px max(6px, env(safe-area-inset-bottom));
        border-top: 1px solid #dae3ea;
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 -8px 28px rgba(18, 52, 82, .12);
        backdrop-filter: blur(12px);
    }

    .prh-mobile-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        color: #647586;
        font-size: 9px;
        font-weight: 700;
    }

    .prh-mobile-nav a.is-active {
        color: var(--prh-blue);
    }

    .prh-mobile-nav__search svg {
        width: 24px;
        height: 24px;
        padding: 5px;
        overflow: visible;
        border-radius: 50%;
        background: var(--prh-blue);
        color: #fff;
        stroke-width: 2;
    }

    body.pazar-modern-home footer {
        padding-bottom: 35px;
    }
}

@media (max-width: 380px) {
    .prh-hero h1 {
        font-size: 29px;
    }

    .prh-category {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 11px;
    }

    .prh-category__icon {
        width: 36px;
        height: 36px;
    }
}
