
/* Sarıçam SEO Hizmetler Sayfası */
.srsh-page,
.srsh-page * {
    box-sizing: border-box;
}

.srsh-page {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    color: #17191d;
    background: #fff;
    font-family: inherit;
}

.srsh-page img {
    display: block;
    max-width: 100%;
}

.srsh-wrap {
    width: min(1220px, calc(100% - 40px));
    margin: 0 auto;
}

.srsh-hero {
    padding: 76px 0 70px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 196, 0, .13), transparent 31%),
        linear-gradient(125deg, #07090b, #14181d);
}

.srsh-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
    gap: 72px;
    align-items: center;
}

.srsh-breadcrumb {
    display: flex;
    gap: 9px;
    margin-bottom: 26px;
    color: #9ca3ad;
    font-size: 13px;
}

.srsh-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.srsh-kicker,
.srsh-section-heading > span,
.srsh-local__label,
.srsh-final-cta span {
    color: #ffc400;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.srsh-hero h1 {
    max-width: 760px;
    margin: 12px 0 22px;
    color: #fff;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.045em;
}

.srsh-hero__content > p {
    max-width: 760px;
    margin: 0;
    color: #d8dce2;
    font-size: 18px;
    line-height: 1.75;
}

.srsh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.srsh-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.srsh-button:hover {
    transform: translateY(-2px);
}

.srsh-button--gold {
    color: #101216 !important;
    background: #ffc400;
}

.srsh-button--dark {
    color: #fff !important;
    border-color: #555b64;
    background: #111419;
}

.srsh-button--outline {
    color: #fff !important;
    border-color: #ffc400;
    background: transparent;
}

.srsh-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 26px;
    color: #afb5be;
    font-size: 13px;
}

.srsh-hero__panel {
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
}

.srsh-hero__panel-title {
    margin-bottom: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.srsh-hero__links {
    display: grid;
    gap: 7px;
}

.srsh-hero__links a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 13px;
    border-radius: 8px;
    color: #dce0e6 !important;
    background: rgba(255, 255, 255, .045);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.srsh-hero__links a:hover {
    color: #ffc400 !important;
    background: rgba(255, 196, 0, .09);
}

.srsh-overview {
    padding: 72px 0 78px;
    background: #fff;
}

.srsh-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.srsh-section-heading h2,
.srsh-local h2,
.srsh-final-cta h2 {
    margin: 8px 0 12px;
    color: #111318;
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.06;
    letter-spacing: -.035em;
}

.srsh-section-heading p {
    margin: 0;
    color: #666d76;
    font-size: 16px;
    line-height: 1.65;
}

.srsh-card-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.srsh-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 13px;
    background: #08090b;
    box-shadow: 0 14px 30px rgba(10, 13, 17, .14);
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease;
}

.srsh-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 21px 40px rgba(10, 13, 17, .23);
}

.srsh-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.srsh-card__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 78px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 13px 13px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, .93));
}

.srsh-card__caption strong {
    font-size: 13px;
    line-height: 1.25;
}

.srsh-card__caption small {
    margin-top: 5px;
    color: #ffc400;
    font-size: 11px;
}

.srsh-service {
    scroll-margin-top: 90px;
    padding: 80px 0;
}

.srsh-service--dark {
    color: #d8dce1;
    background: #080a0d;
}

.srsh-service--light {
    color: #505862;
    background: #f4f5f6;
}

.srsh-service__grid {
    display: grid;
    grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr);
    gap: 68px;
    align-items: center;
}

.srsh-service__image {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 28px 65px rgba(0, 0, 0, .25);
}

.srsh-service__image img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.srsh-order-2 {
    order: 2;
}

.srsh-service__number {
    color: #ffc400;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .2em;
}

.srsh-service h2 {
    margin: 8px 0 10px;
    color: inherit;
    font-size: clamp(33px, 4.4vw, 57px);
    line-height: 1;
    letter-spacing: -.045em;
}

.srsh-service--dark h2 {
    color: #fff;
}

.srsh-service__lead {
    margin: 0 0 13px;
    color: #ffc400;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.srsh-service__content > p:not(.srsh-service__lead) {
    max-width: 760px;
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}

.srsh-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.srsh-chip-grid span {
    padding: 8px 11px;
    border: 1px solid rgba(127, 132, 140, .22);
    border-radius: 7px;
    color: inherit;
    background: rgba(127, 132, 140, .06);
    font-size: 12px;
    font-weight: 700;
}

.srsh-service--dark .srsh-chip-grid span {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .045);
}

.srsh-inline-cta {
    display: inline-flex;
    margin-top: 27px;
    color: #d6a500 !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
}

.srsh-process {
    padding: 76px 0;
    color: #fff;
    background:
        linear-gradient(rgba(255, 196, 0, .04), rgba(255, 196, 0, 0)),
        #111419;
}

.srsh-section-heading--light h2 {
    color: #fff;
}

.srsh-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.srsh-process article {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
}

.srsh-process article b {
    color: #ffc400;
    font-size: 29px;
}

.srsh-process h3 {
    margin: 13px 0 8px;
    color: #fff;
    font-size: 18px;
}

.srsh-process p {
    margin: 0;
    color: #b9c0c9;
    font-size: 14px;
    line-height: 1.65;
}

.srsh-local {
    padding: 76px 0;
    background: #fff;
}

.srsh-local__grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 70px;
    align-items: center;
}

.srsh-local p {
    max-width: 760px;
    margin: 0;
    color: #646b74;
    font-size: 16px;
    line-height: 1.75;
}

.srsh-contact-card {
    display: grid;
    gap: 12px;
    padding: 27px;
    border-radius: 16px;
    color: #fff;
    background: #101317;
    box-shadow: 0 24px 55px rgba(10, 13, 17, .19);
}

.srsh-contact-card strong {
    color: #ffc400;
}

.srsh-contact-card a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none !important;
}

.srsh-contact-card span {
    color: #aeb5be;
}

.srsh-faq {
    padding: 74px 0;
    background: #f4f5f6;
}

.srsh-faq-list {
    width: min(880px, 100%);
    margin: 0 auto;
}

.srsh-faq details {
    margin-bottom: 10px;
    border: 1px solid #dde0e4;
    border-radius: 11px;
    background: #fff;
}

.srsh-faq summary {
    position: relative;
    padding: 18px 50px 18px 18px;
    color: #17191d;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.srsh-faq summary::-webkit-details-marker {
    display: none;
}

.srsh-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    color: #d5a300;
    font-size: 25px;
    transform: translateY(-50%);
}

.srsh-faq details[open] summary::after {
    content: "−";
}

.srsh-faq details p {
    margin: 0;
    padding: 0 18px 19px;
    color: #626a73;
    font-size: 14px;
    line-height: 1.7;
}

.srsh-final-cta {
    padding: 62px 0;
    color: #fff;
    background:
        radial-gradient(circle at 80% 30%, rgba(255, 196, 0, .12), transparent 28%),
        #080a0d;
}

.srsh-final-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.srsh-final-cta h2 {
    max-width: 700px;
    color: #fff;
    font-size: clamp(27px, 3.5vw, 43px);
}

.srsh-final-cta .srsh-actions {
    flex: 0 0 auto;
    margin-top: 0;
}

/* Temanın boş sayfa başlığı alanını bu sayfada azalt */
body.saricam-services-page .entry-header:empty,
body.saricam-services-page .page-header:empty {
    display: none !important;
}

body.saricam-services-page .entry-content {
    margin-top: 0 !important;
    max-width: none !important;
}

@media (max-width: 1050px) {
    .srsh-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .srsh-service__grid {
        gap: 42px;
    }

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

@media (max-width: 800px) {
    .srsh-wrap {
        width: min(100% - 28px, 1220px);
    }

    .srsh-hero {
        padding: 52px 0;
    }

    .srsh-hero__grid,
    .srsh-service__grid,
    .srsh-local__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .srsh-hero h1 {
        font-size: clamp(39px, 13vw, 61px);
    }

    .srsh-order-2 {
        order: initial;
    }

    .srsh-service {
        padding: 55px 0;
    }

    .srsh-service__image {
        width: min(420px, 100%);
        margin: 0 auto;
    }

    .srsh-final-cta__inner {
        display: block;
    }

    .srsh-final-cta .srsh-actions {
        margin-top: 24px;
    }
}

@media (max-width: 560px) {
    .srsh-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .srsh-process-grid {
        grid-template-columns: 1fr;
    }

    .srsh-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .srsh-button {
        width: 100%;
    }

    .srsh-hero__content > p {
        font-size: 16px;
    }

    .srsh-card__caption strong {
        font-size: 12px;
    }

    .srsh-service h2 {
        font-size: 37px;
    }
}
