/*!
 * OPD homepage modules — search, float CTA, FAQ, gallery, agenda, related, steps, status, mobile order.
 */
body.skin-magz[data-opd-theme] .opd-home-search {
    position: relative;
    margin-top: .85rem;
    max-width: 40rem;
}
body.skin-magz[data-opd-theme] .opd-home-search__row {
    display: flex;
    gap: .45rem;
    flex-wrap: wrap;
}
body.skin-magz[data-opd-theme] .opd-home-search input[type="search"] {
    flex: 1 1 12rem;
    min-width: 0;
    border: 0;
    border-radius: .55rem;
    padding: .65rem .85rem;
    font-size: .95rem;
    color: #0f172a;
    background: #fff;
}
body.skin-magz[data-opd-theme] .opd-home-search select {
    border: 0;
    border-radius: .55rem;
    padding: .65rem .7rem;
    font-weight: 700;
    color: #0f172a;
    background: #fff;
    max-width: 9rem;
}
body.skin-magz[data-opd-theme] .opd-home-search button {
    border: 0;
    border-radius: .55rem;
    padding: .65rem 1rem;
    font-weight: 800;
    background: var(--color-secondary, #FCA416);
    color: #111;
    cursor: pointer;
}
body.skin-magz[data-opd-theme] .opd-home-search__suggest {
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    top: calc(100% + .35rem);
    margin: 0;
    padding: .35rem;
    list-style: none;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .65rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .12);
    max-height: 16rem;
    overflow: auto;
}
body.skin-magz[data-opd-theme] .opd-home-search__suggest a {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    padding: .55rem .65rem;
    border-radius: .45rem;
    text-decoration: none;
    color: #0f172a;
    font-weight: 700;
}
body.skin-magz[data-opd-theme] .opd-home-search__suggest a:hover,
body.skin-magz[data-opd-theme] .opd-home-search__suggest a:focus {
    background: #f1f5f9;
}
body.skin-magz[data-opd-theme] .opd-home-search__suggest small {
    color: #64748b;
    font-weight: 700;
    font-size: .72rem;
    text-transform: uppercase;
}
body.skin-magz[data-opd-theme] .opd-split-hero .opd-home-search input,
body.skin-magz[data-opd-theme] .opd-organic-hero .opd-home-search input,
body.skin-magz[data-opd-theme] .opd-layout--induk .opd-home-search input,
body.skin-magz[data-opd-theme] .opd-split-hero .opd-home-search select,
body.skin-magz[data-opd-theme] .opd-organic-hero .opd-home-search select,
body.skin-magz[data-opd-theme] .opd-layout--induk .opd-home-search select {
    border: 1px solid #e2e8f0;
}

/* Float CTA */
body.skin-magz[data-opd-theme] .opd-float-cta {
    position: fixed;
    right: max(.85rem, env(safe-area-inset-right, 0px));
    bottom: max(.85rem, env(safe-area-inset-bottom, 0px));
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: .45rem;
}
body.skin-magz[data-opd-theme] .opd-float-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .65rem .9rem;
    min-height: 44px;
    min-width: 44px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: .78rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .28);
}
body.skin-magz[data-opd-theme] .opd-float-cta__btn--wa { background: #128c7e; }
body.skin-magz[data-opd-theme] .opd-float-cta__btn--skm { background: var(--color-secondary, #FCA416); color: #111; }
body.skin-magz[data-opd-theme] .opd-float-cta__btn--complaint { background: #900000; }
body.skin-magz[data-opd-theme] .opd-float-cta__btn--profile { background: var(--color-primary, #900000); }
body.skin-magz[data-opd-theme] .opd-float-cta__btn--phone { background: #0f766e; }
body.skin-magz[data-opd-theme] .opd-float-cta__label { display: none; }
@media (min-width: 901px) {
    body.skin-magz[data-opd-theme] .opd-float-cta__label { display: inline; }
}

/* FAQ */
body.skin-magz[data-opd-theme] .opd-faq {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .9rem;
    padding: 1.15rem 1.25rem;
}
body.skin-magz[data-opd-theme] .opd-faq__head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-faq__head p {
    margin: .35rem 0 0;
    color: #64748b;
    font-size: .9rem;
}
body.skin-magz[data-opd-theme] .opd-faq__list { margin-top: .85rem; display: grid; gap: .45rem; }
body.skin-magz[data-opd-theme] .opd-faq__item {
    border: 1px solid #eef2f7;
    border-radius: .65rem;
    padding: .65rem .85rem;
    background: #f8fafc;
}
body.skin-magz[data-opd-theme] .opd-faq__item summary {
    cursor: pointer;
    font-weight: 800;
    color: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-faq__item p {
    margin: .55rem 0 0;
    color: #475569;
    line-height: 1.55;
    font-size: .92rem;
}

/* Gallery */
body.skin-magz[data-opd-theme] .opd-gallery__head,
body.skin-magz[data-opd-theme] .opd-agenda__head,
body.skin-magz[data-opd-theme] .opd-related__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: .85rem;
}
body.skin-magz[data-opd-theme] .opd-gallery__head h2,
body.skin-magz[data-opd-theme] .opd-agenda__head h2,
body.skin-magz[data-opd-theme] .opd-related__head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-gallery__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .65rem;
}
body.skin-magz[data-opd-theme] .opd-gallery__card {
    position: relative;
    display: block;
    border-radius: .75rem;
    overflow: hidden;
    aspect-ratio: 4/3;
    text-decoration: none;
    color: #fff;
}
body.skin-magz[data-opd-theme] .opd-gallery__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.skin-magz[data-opd-theme] .opd-gallery__card span {
    position: absolute;
    inset: auto 0 0;
    padding: .55rem .65rem;
    background: linear-gradient(180deg, transparent, rgba(15, 23, 42, .8));
    font-size: .78rem;
    font-weight: 700;
}

/* Agenda */
body.skin-magz[data-opd-theme] .opd-agenda__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .55rem;
}
body.skin-magz[data-opd-theme] .opd-agenda__list a {
    display: grid;
    gap: .15rem;
    padding: .85rem 1rem;
    border-radius: .75rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    color: inherit;
}
body.skin-magz[data-opd-theme] .opd-agenda__list time {
    font-size: .75rem;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-agenda__list strong {
    color: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-agenda__list span {
    font-size: .85rem;
    color: #64748b;
}

/* Related portals */
body.skin-magz[data-opd-theme] .opd-related__head p {
    margin: .35rem 0 0;
    color: #64748b;
    font-size: .9rem;
}
body.skin-magz[data-opd-theme] .opd-related__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: .65rem;
}
body.skin-magz[data-opd-theme] .opd-related__card {
    display: grid;
    gap: .25rem;
    padding: .9rem 1rem;
    border-radius: .75rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    color: inherit;
}
body.skin-magz[data-opd-theme] .opd-related__kind {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #64748b;
}
body.skin-magz[data-opd-theme] .opd-related__card strong {
    color: var(--color-primary);
    font-size: .92rem;
    line-height: 1.35;
}

/* Official OPD apps */
body.skin-magz[data-opd-theme] .opd-apps {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .9rem;
    padding: 1.15rem 1.25rem;
}
body.skin-magz[data-opd-theme] .opd-apps__head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-apps__eyebrow {
    margin: 0 0 .25rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #64748b;
}
body.skin-magz[data-opd-theme] .opd-apps__head p {
    margin: .35rem 0 0;
    color: #475569;
    font-size: .92rem;
}
body.skin-magz[data-opd-theme] .opd-apps__grid {
    margin-top: .95rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: .75rem;
}
body.skin-magz[data-opd-theme] .opd-apps__card {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: .75rem;
    align-items: center;
    padding: .85rem .9rem;
    border-radius: .75rem;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    text-decoration: none;
    color: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}
body.skin-magz[data-opd-theme] .opd-apps__card--featured {
    border-color: color-mix(in srgb, var(--color-primary) 40%, #e2e8f0);
    background: color-mix(in srgb, var(--color-primary) 6%, #fff);
}
body.skin-magz[data-opd-theme] .opd-apps__card:hover,
body.skin-magz[data-opd-theme] .opd-apps__card:focus {
    border-color: color-mix(in srgb, var(--color-primary) 35%, #e2e8f0);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}
body.skin-magz[data-opd-theme] .opd-apps__logo {
    width: 56px;
    height: 56px;
    border-radius: .65rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    display: grid;
    place-items: center;
    overflow: hidden;
}
body.skin-magz[data-opd-theme] .opd-apps__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}
body.skin-magz[data-opd-theme] .opd-apps__initial {
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-apps__body {
    display: grid;
    gap: .2rem;
    min-width: 0;
}
body.skin-magz[data-opd-theme] .opd-apps__kind {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #64748b;
}
body.skin-magz[data-opd-theme] .opd-apps__name {
    color: #0f172a;
    font-size: .98rem;
    line-height: 1.3;
}
body.skin-magz[data-opd-theme] .opd-apps__blurb {
    color: #64748b;
    font-size: .85rem;
    line-height: 1.4;
}
body.skin-magz[data-opd-theme] .opd-apps__cta {
    margin-top: .15rem;
    font-weight: 800;
    font-size: .82rem;
    color: var(--color-primary);
}

/* Featured app (first fold) */
body.skin-magz[data-opd-theme] .opd-app-feature {
    display: block;
    margin-top: .75rem;
    padding: .75rem .9rem;
    border-radius: .8rem;
    border: 1px solid color-mix(in srgb, var(--color-primary) 28%, #e2e8f0);
    background: color-mix(in srgb, var(--color-primary) 7%, #fff);
    text-decoration: none;
    color: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}
body.skin-magz[data-opd-theme] .opd-app-feature:hover,
body.skin-magz[data-opd-theme] .opd-app-feature:focus {
    border-color: color-mix(in srgb, var(--color-primary) 50%, #e2e8f0);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .07);
}
body.skin-magz[data-opd-theme] .opd-app-feature__badge {
    display: inline-block;
    margin-bottom: .4rem;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-app-feature__row {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: .75rem;
    align-items: center;
}
body.skin-magz[data-opd-theme] .opd-app-feature__logo {
    width: 48px;
    height: 48px;
    border-radius: .6rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    display: grid;
    place-items: center;
    overflow: hidden;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-app-feature__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px;
}
body.skin-magz[data-opd-theme] .opd-app-feature__copy {
    display: grid;
    gap: .15rem;
    min-width: 0;
}
body.skin-magz[data-opd-theme] .opd-app-feature__copy strong {
    font-size: .98rem;
    color: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-app-feature__copy span {
    font-size: .82rem;
    color: #64748b;
    line-height: 1.35;
}
body.skin-magz[data-opd-theme] .opd-app-feature__cta {
    font-weight: 800;
    font-size: .85rem;
    color: var(--color-primary);
    white-space: nowrap;
}
@media (max-width: 575.98px) {
    body.skin-magz[data-opd-theme] .opd-app-feature__row {
        grid-template-columns: 44px 1fr;
    }
    body.skin-magz[data-opd-theme] .opd-app-feature__cta {
        grid-column: 2;
    }
}

/* Service steps */
body.skin-magz[data-opd-theme] .opd-steps {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .9rem;
    padding: 1.15rem 1.25rem;
}
body.skin-magz[data-opd-theme] .opd-steps__head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-steps__head p {
    margin: .35rem 0 0;
    color: #475569;
    font-size: .92rem;
}
body.skin-magz[data-opd-theme] .opd-steps__list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}
body.skin-magz[data-opd-theme] .opd-steps__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .65rem;
    align-items: start;
    padding: .85rem .9rem;
    border-radius: .75rem;
    background: #f8fafc;
    border: 1px solid #eef2f7;
}
body.skin-magz[data-opd-theme] .opd-steps__num {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: .85rem;
    background: var(--color-primary);
    color: #fff;
}
body.skin-magz[data-opd-theme] .opd-steps__item strong {
    display: block;
    color: #0f172a;
    font-size: .95rem;
}
body.skin-magz[data-opd-theme] .opd-steps__item p {
    margin: .25rem 0 0;
    color: #475569;
    font-size: .88rem;
    line-height: 1.45;
}

/* Breadcrumb + status + video */
body.skin-magz[data-opd-theme] .opd-breadcrumb {
    padding: .85rem 0 .35rem;
}
body.skin-magz[data-opd-theme] .opd-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .55rem;
    font-size: .85rem;
    color: #475569;
}
body.skin-magz[data-opd-theme] .opd-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: .55rem;
    color: #94a3b8;
}
body.skin-magz[data-opd-theme] .opd-breadcrumb a {
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
}
body.skin-magz[data-opd-theme] .opd-status-video {
    display: grid;
    gap: .85rem;
    margin: .35rem 0 1rem;
}
body.skin-magz[data-opd-theme] .opd-status-notice {
    padding: .85rem 1rem;
    border-radius: .75rem;
    border: 1px solid color-mix(in srgb, var(--color-secondary, #FCA416) 45%, #e2e8f0);
    background: color-mix(in srgb, var(--color-secondary, #FCA416) 18%, #fff);
    color: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-status-notice strong {
    display: block;
    font-size: .78rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #334155;
}
body.skin-magz[data-opd-theme] .opd-status-notice p {
    margin: .35rem 0 0;
    line-height: 1.5;
    font-weight: 600;
}
body.skin-magz[data-opd-theme] .opd-home-video {
    position: relative;
    border-radius: .9rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    aspect-ratio: 16 / 9;
    background: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-home-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Footer map embed */
body.skin-magz[data-opd-theme] .opd-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr;
    gap: 1.25rem;
}
body.skin-magz[data-opd-theme] .opd-footer__map {
    color: var(--color-secondary, #FCA416);
    font-weight: 700;
    text-decoration: none;
}
body.skin-magz[data-opd-theme] .opd-footer__map-embed {
    margin-top: .75rem;
    border-radius: .65rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    aspect-ratio: 16 / 9;
    max-width: 28rem;
}
body.skin-magz[data-opd-theme] .opd-footer__map-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
body.skin-magz[data-opd-theme] .opd-footer__hours {
    opacity: .85;
    margin: .45rem 0 0;
    font-size: .9rem;
}
body.skin-magz[data-opd-theme] .opd-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .75rem;
}
body.skin-magz[data-opd-theme] .opd-footer__social a {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: .45rem;
    background: color-mix(in srgb, var(--soc, #64748b) 75%, #0f172a);
    color: #fff;
    text-decoration: none;
}

/* Search results page */
body.skin-magz .opd-search-page__summary {
    font-weight: 700;
    color: #334155;
    margin-bottom: 1rem;
}
body.skin-magz .opd-search-page__h {
    margin: 1.25rem 0 .65rem;
    font-size: 1.15rem;
    color: var(--color-primary, #0f4c81);
}
body.skin-magz .opd-search-page__services,
body.skin-magz .opd-search-page__docs {
    display: grid;
    gap: .45rem;
}
body.skin-magz .opd-search-page__services a,
body.skin-magz .opd-search-page__docs a {
    display: block;
    padding: .75rem .9rem;
    border: 1px solid #e2e8f0;
    border-radius: .65rem;
    text-decoration: none;
    color: #0f172a;
    font-weight: 700;
    background: #fff;
}
body.skin-magz .opd-search-empty {
    padding: 1.25rem;
    border-radius: .85rem;
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
    margin: 1rem 0;
}
body.skin-magz .opd-search-empty h2 {
    margin: 0 0 .35rem;
    font-size: 1.2rem;
}
body.skin-magz .opd-search-empty ul {
    margin: .75rem 0 0;
    padding-left: 1.1rem;
}

body.skin-magz[data-opd-theme] .opd-more {
    margin-top: .85rem;
}
body.skin-magz[data-opd-theme] .opd-more a {
    font-weight: 800;
    color: var(--color-primary);
    text-decoration: none;
}

/* Contrast helpers on dark hero CTAs */
body.skin-magz[data-opd-theme] .opd-fold-hero .opd-home-search input,
body.skin-magz[data-opd-theme] .opd-fold-hero .opd-home-search select {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .35);
}
body.skin-magz[data-opd-theme] .opd-fold-cta__skm {
    color: #111 !important;
}

/* Mobile: services/news before leaders */
@media (max-width: 900px) {
    body.skin-magz[data-opd-theme] .opd-body-stack {
        display: flex;
        flex-direction: column;
    }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="signature"] { order: 1; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="services"] { order: 2; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="apps"] { order: 3; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="steps"] { order: 4; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="faq"] { order: 5; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="news"] { order: 6; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="agenda"] { order: 7; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="gallery"] { order: 8; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="related"] { order: 9; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="leaders"] { order: 10; }
    body.skin-magz[data-opd-theme] .opd-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.skin-magz[data-opd-theme] .opd-steps__list {
        grid-template-columns: 1fr;
    }
    body.skin-magz[data-opd-theme] .opd-footer__grid {
        grid-template-columns: 1fr;
    }
    body.skin-magz[data-opd-theme] .opd-float-cta {
        right: max(.55rem, env(safe-area-inset-right, 0px));
        bottom: max(.65rem, env(safe-area-inset-bottom, 0px));
    }
}

body.skin-magz[data-opd-theme] .idds-skip-link--secondary {
    left: 9.5rem;
}

/* Visually hidden helper for a11y labels */
body.skin-magz .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
