/* site-bundle.css — generated. Do not edit by hand; run: php scripts/build-site-bundle.php */

/* --- fonts.css --- */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/inter/inter-latin-400-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('../fonts/inter/inter-latin-500-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url('../fonts/inter/inter-latin-600-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('../fonts/inter/inter-latin-700-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    font-weight: 800;
    src: url('../fonts/inter/inter-latin-800-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- custom.css --- */
/* Mobil okunabilirlik ve dokunma alanları */
@media (max-width: 1023px) {
    html {
        font-size: 16px;
    }

    body {
        -webkit-text-size-adjust: 100%;
    }
}

.touch-target {
    min-height: 2.75rem;
    min-width: 2.75rem;
}

.field-touch,
.field-touch select,
.field-touch input,
.field-touch textarea,
.field-touch button[type="submit"] {
    min-height: 3rem;
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 1024px) {
    .field-touch,
    .field-touch select,
    .field-touch input,
    .field-touch textarea,
    .field-touch button[type="submit"] {
        min-height: 2.75rem;
        font-size: 0.875rem;
    }
}

/* Sağdan açılan drawer */
.drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: rgba(13, 22, 46, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.drawer-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

.drawer-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 70;
    display: flex;
    height: 100%;
    width: min(100%, 20rem);
    flex-direction: column;
    background: #fff;
    box-shadow: -8px 0 32px rgba(13, 22, 46, 0.12);
    transform: translateX(100%);
    transition: transform 0.25s ease;
}

.drawer-panel.is-open {
    transform: translateX(0);
}

.drawer-panel-lg {
    width: min(100%, 24rem);
}

body.drawer-open {
    overflow: hidden;
}

.mobile-menu-panel {
    width: min(100%, 22rem);
    background: #f8fafc;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(13, 22, 46, 0.06);
    background: #fff;
    padding: 1rem;
}

.mobile-menu-body {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.mobile-menu-nav {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem;
}

.mobile-menu-label {
    margin-bottom: 0.75rem;
    padding-left: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.mobile-menu-link {
    display: flex;
    min-height: 3rem;
    align-items: center;
    gap: 0.75rem;
    border-radius: 1rem;
    background: #fff;
    padding: 0.75rem 0.875rem;
    font-size: 0.9375rem;
    color: #3a4561;
    box-shadow: 0 4px 24px -8px rgba(13, 22, 46, 0.08);
    border: 1px solid rgba(13, 22, 46, 0.06);
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.mobile-menu-link:hover {
    color: #0d162e;
    border-color: rgba(46, 103, 254, 0.18);
}

.mobile-menu-link.is-active {
    border-color: rgba(46, 103, 254, 0.22);
    background: rgba(46, 103, 254, 0.08);
    color: #2554d4;
}

.mobile-menu-link-icon {
    display: inline-flex;
    height: 2.25rem;
    width: 2.25rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(46, 103, 254, 0.1);
    color: #2e67fe;
}

.mobile-menu-link.is-active .mobile-menu-link-icon {
    background: #2e67fe;
    color: #fff;
}

.mobile-menu-footer {
    display: grid;
    gap: 0.625rem;
    border-top: 1px solid rgba(13, 22, 46, 0.06);
    background: #fff;
    padding: 1rem;
}

.mobile-menu-action {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.875rem;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.mobile-menu-action-secondary {
    border: 1px solid rgba(13, 22, 46, 0.1);
    background: #fff;
    color: #0d162e;
}

.mobile-menu-action-secondary:hover {
    background: #f8fafc;
}

.mobile-menu-action-primary {
    background: #2e67fe;
    color: #fff;
    box-shadow: 0 8px 24px -10px rgba(46, 103, 254, 0.55);
}

.mobile-menu-action-primary:hover {
    background: #2554d4;
}

.mobile-menu-action-danger {
    background: #f43f5e;
    color: #fff;
    box-shadow: 0 8px 24px -10px rgba(244, 63, 94, 0.45);
}

.mobile-menu-action-danger:hover {
    background: #e11d48;
}

/* Accordion */
.filter-accordion-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.25s ease;
}

.filter-accordion-panel.is-open {
    grid-template-rows: 1fr;
}

.filter-accordion-panel > div {
    overflow: hidden;
}

.filter-accordion-icon {
    transition: transform 0.2s ease;
}

.filter-accordion-trigger[aria-expanded="true"] .filter-accordion-icon {
    transform: rotate(180deg);
}

/* Admin sidebar — mobilde sağdan */
@media (max-width: 1023px) {
    #admin-sidebar {
        left: auto;
        right: 0;
        z-index: 70;
        transform: translateX(100%);
        border-right: 0;
        border-left: 1px solid var(--tw-border-opacity, 1);
    }

    #admin-sidebar.is-open {
        transform: translateX(0);
    }
}

/* Panel sidebar — mobilde sağdan drawer (drawer-panel sınıfı ile) */
.panel-menu-panel {
    width: min(100%, 22rem);
    background: #f8fafc;
}

.panel-menu-body {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.panel-menu-nav {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem;
}

.panel-menu-footer {
    border-top: 1px solid rgba(13, 22, 46, 0.06);
    background: #fff;
    padding: 1rem;
}

@media (min-width: 1024px) {
    #panel-sidebar-backdrop {
        display: none !important;
    }
}

select {
    background-image: none;
}

.card-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.panel-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.panel-modal.is-open {
    display: flex;
}

.panel-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 22, 46, 0.55);
}

.panel-modal-panel {
    position: relative;
    z-index: 1;
    display: flex;
    max-height: calc(100vh - 2rem);
    width: min(100%, 32rem);
    flex-direction: column;
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 24px 64px -24px rgba(13, 22, 46, 0.35);
}

.panel-modal-body {
    overflow-y: auto;
    padding: 1.25rem;
}

@media (min-width: 640px) {
    .panel-modal-body {
        padding: 1.5rem;
    }
}

body.panel-modal-open {
    overflow: hidden;
}

.panel-modal-panel-wide {
    width: min(100%, 40rem);
}

.company-profile-cover-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 9999px;
    height: 1.0625rem;
    padding: 0 0.5625rem;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(13, 22, 46, 0.08);
    backdrop-filter: blur(4px);
}

.company-profile-cover-badge > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 0.625rem;
    height: 0.625rem;
    font-size: 0.5625rem !important;
    line-height: 1;
}

@media (min-width: 640px) {
    .company-profile-cover-badge {
        height: 1.1875rem;
        padding: 0 0.625rem;
        font-size: 11px;
    }

    .company-profile-cover-badge > i {
        width: 0.6875rem;
        height: 0.6875rem;
        font-size: 0.625rem !important;
    }
}

.company-profile-cover-badge--premium {
    background: linear-gradient(to right, #f59e0b, #f43f5e);
    color: #fff;
}

.company-profile-cover-badge--plus {
    background: linear-gradient(to right, #6366f1, #8b5cf6);
    color: #fff;
}

.company-profile-cover-badge--verified {
    background: rgba(255, 255, 255, 0.95);
    color: #16a34a;
    border: 1px solid rgba(22, 163, 74, 0.2);
}

.company-sortable-item.sortable-ghost {
    opacity: 0.55;
}

.company-sortable-item.sortable-drag {
    cursor: grabbing;
}

.company-gallery-panel-item .company-gallery-delete-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    background-color: #e11d48;
    color: #fff;
}

.company-gallery-panel-item .company-gallery-delete-form {
    display: inline;
    margin: 0;
}

.panel-form-section {
    scroll-margin-top: 5rem;
}

.panel-form-section-header h3 {
    letter-spacing: -0.01em;
}

.panel-form-subsection {
    border-radius: 0.75rem;
    background: rgba(248, 250, 252, 0.6);
    padding: 1rem;
    box-shadow: inset 0 0 0 1px rgba(13, 22, 46, 0.04);
}

.panel-form-subsection-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0d162e;
}

.panel-social-field-inner {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 0.75rem;
    background: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(13, 22, 46, 0.1);
}

.panel-social-field-icon {
    display: flex;
    width: 2.75rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #64748b;
    box-shadow: inset -1px 0 0 rgba(13, 22, 46, 0.06);
}

.panel-social-field-icon--instagram {
    color: #db2777;
    background: rgba(219, 39, 119, 0.08);
}

.panel-social-field-icon--facebook {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.08);
}

.panel-social-field-icon--youtube {
    color: #dc2626;
    background: rgba(220, 38, 38, 0.08);
}

.panel-social-field-icon--linkedin {
    color: #0a66c2;
    background: rgba(10, 102, 194, 0.08);
}

.panel-social-field-input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: transparent;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0d162e;
}

.panel-social-field-input:focus {
    outline: none;
}

.panel-social-field-input::placeholder {
    color: #94a3b8;
}

.panel-extra-category-pills {
    margin-bottom: 0.75rem;
}

.panel-extra-category-pills:empty {
    margin-bottom: 0;
    min-height: 0;
}

.panel-new-service-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem;
}

.panel-new-service-row > div:first-child {
    flex: 1 1 12rem;
    min-width: 0;
}

.panel-new-service-row > div:nth-child(2) {
    flex: 0 0 7rem;
    min-width: 7rem;
}

.panel-new-service-row > div:nth-child(3) {
    flex: 1 1 12rem;
    min-width: 0;
}

.panel-new-service-row > div:nth-child(4) {
    flex: 0 0 auto;
}

.panel-category-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border-radius: 9999px;
    background: rgba(59, 130, 246, 0.1);
    padding: 0.375rem 0.625rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #2563eb;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.15);
}

.panel-category-pill-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border: 0;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.75);
    color: #64748b;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.panel-category-pill-remove:hover {
    background: #fff;
    color: #e11d48;
}

.panel-hours-compact {
    min-width: 18rem;
    background: #fff;
}

.panel-hours-compact-head,
.panel-hours-compact-row {
    display: grid;
    grid-template-columns: 5.5rem 5rem 1fr 1fr;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
}

.panel-hours-compact-head {
    border-bottom: 1px solid rgba(13, 22, 46, 0.06);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.panel-hours-compact-row + .panel-hours-compact-row {
    border-top: 1px solid rgba(13, 22, 46, 0.04);
}

.panel-hours-compact-day {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0d162e;
}

.panel-hours-compact-closed {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: #475569;
    white-space: nowrap;
}

.panel-hours-compact-time {
    width: 100%;
    min-width: 0;
    border: 0;
    border-radius: 0.5rem;
    background: #f8fafc;
    padding: 0.375rem 0.5rem;
    font-size: 0.8125rem;
    color: #0d162e;
    box-shadow: inset 0 0 0 1px rgba(13, 22, 46, 0.08);
}

.panel-hours-compact-time:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.35), 0 0 0 2px rgba(59, 130, 246, 0.12);
}

.panel-service-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.75rem;
    background: #f8fafc;
    padding: 0.625rem 0.75rem;
    box-shadow: inset 0 0 0 1px rgba(13, 22, 46, 0.05);
}

.panel-service-handle {
    display: inline-flex;
    height: 2.25rem;
    width: 2.25rem;
    flex-shrink: 0;
    cursor: grab;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: #fff;
    color: #64748b;
    box-shadow: inset 0 0 0 1px rgba(13, 22, 46, 0.08);
}

.panel-service-handle:active {
    cursor: grabbing;
}

.company-gallery-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 0.75rem;
    background: #e2e8f0;
}

.company-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

@media (min-width: 640px) {
    .company-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.company-gallery-open {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px rgba(13, 22, 46, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid rgba(13, 22, 46, 0.06);
    padding: 0;
    background: #fff;
    cursor: zoom-in;
}

.company-gallery-open:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px -12px rgba(13, 22, 46, 0.25);
}

.company-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.company-gallery-lightbox.is-open {
    display: flex;
}

.company-gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 22, 46, 0.82);
}

.company-gallery-lightbox-panel {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(100%, 56rem);
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
}

.company-gallery-lightbox-figure {
    margin: 0;
    min-width: 0;
}

.company-gallery-lightbox-image {
    display: block;
    max-height: min(78vh, 720px);
    width: 100%;
    border-radius: 0.75rem;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.04);
}

.company-gallery-lightbox-counter {
    margin-top: 0.75rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.company-gallery-lightbox-close,
.company-gallery-lightbox-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(4px);
    transition: background-color 0.15s ease;
}

.company-gallery-lightbox-close {
    position: absolute;
    top: -2.75rem;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
}

.company-gallery-lightbox-nav {
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
}

.company-gallery-lightbox-close:hover,
.company-gallery-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.22);
}

body.company-gallery-lightbox-open {
    overflow: hidden;
}

@media (max-width: 639px) {
    .company-gallery-lightbox-panel {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.5rem;
    }

    .company-gallery-lightbox-nav-prev,
    .company-gallery-lightbox-nav-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .company-gallery-lightbox-nav-prev {
        left: 0.25rem;
    }

    .company-gallery-lightbox-nav-next {
        right: 0.25rem;
    }

    .company-gallery-lightbox-close {
        top: 0.5rem;
        right: 0.5rem;
    }
}

.company-profile-status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0d162e;
    box-shadow: 0 1px 2px rgba(13, 22, 46, 0.08);
    backdrop-filter: blur(4px);
}

.company-profile-status-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    flex-shrink: 0;
}

.company-profile-status-dot.is-open {
    background: #22c55e;
}

.company-profile-status-dot.is-closed {
    background: #ef4444;
}

.company-profile-cover-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.company-profile-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    pointer-events: auto;
}

.company-profile-social--cover {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 30;
    justify-content: flex-end;
    max-width: calc(100% - 1.5rem);
}

@media (min-width: 640px) {
    .company-profile-social--cover {
        right: 1rem;
        bottom: 1rem;
    }
}

.company-profile-social-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: #fff;
    color: #334155;
    box-shadow: 0 2px 8px rgba(13, 22, 46, 0.18);
    border: 1px solid rgba(13, 22, 46, 0.12);
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.company-profile-social-chip i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
}

.company-profile-social-chip:hover {
    background: #fff;
    color: #0d162e;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 22, 46, 0.22);
}

.company-profile-social-chip--instagram {
    color: #e1306c;
}

.company-profile-social-chip--facebook {
    color: #1877f2;
}

.company-profile-social-chip--youtube {
    color: #ff0000;
}

.company-profile-social-chip--linkedin {
    color: #0a66c2;
}

.company-profile-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.95);
    color: #334155;
    box-shadow: 0 1px 2px rgba(13, 22, 46, 0.08);
    border: 1px solid rgba(13, 22, 46, 0.1);
    backdrop-filter: blur(4px);
    transition: background-color 0.15s ease, color 0.15s ease;
}

.company-profile-social-link:hover {
    background: #fff;
    color: #0d162e;
}

.company-profile-hero-grid--wide-aside {
    --company-profile-aside-width: 24rem;
}

@media (min-width: 1024px) {
    .company-profile-hero-grid--wide-aside {
        grid-template-columns: minmax(0, 1fr) var(--company-profile-aside-width);
    }
}

.company-hours-compact {
    width: 100%;
    max-width: none;
}

.panel-analytics-chart {
    position: relative;
    height: 18rem;
}

.panel-analytics-chart canvas {
    width: 100% !important;
    height: 100% !important;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.admin-nav-group-chevron {
    transform: rotate(0deg);
}

.admin-nav-group > summary::-webkit-details-marker {
    display: none;
}

.admin-nav-group[open] .admin-nav-group-chevron {
    transform: rotate(180deg);
}

.action-guard-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.action-guard-modal.is-open {
    display: flex;
}

.action-guard-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 22, 46, 0.58);
}

.action-guard-modal-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 30rem);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 28px 72px -28px rgba(13, 22, 46, 0.45);
    overflow: hidden;
}

.action-guard-modal-body {
    padding: 1.25rem;
}

[data-action-guard-confirm-message] {
    white-space: pre-line;
}

@media (min-width: 640px) {
    .action-guard-modal-body {
        padding: 1.5rem;
    }
}

.action-guard-processing-overlay {
    position: fixed;
    inset: 0;
    z-index: 130;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(13, 22, 46, 0.42);
    backdrop-filter: blur(2px);
}

.action-guard-processing-overlay.is-open {
    display: flex;
}

.action-guard-loader-card {
    width: min(100%, 22rem);
    border-radius: 1rem;
    background: #fff;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 24px 64px -24px rgba(13, 22, 46, 0.35);
    text-align: center;
}

.action-guard-loader {
    margin: 0 auto 0.75rem;
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 999px;
    border: 3px solid rgba(46, 103, 254, 0.18);
    border-top-color: #2e67fe;
    animation: action-guard-spin 0.8s linear infinite;
}

@keyframes action-guard-spin {
    to {
        transform: rotate(360deg);
    }
}

body.action-guard-modal-open,
body.action-guard-busy {
    overflow: hidden;
}

.read-more-content.is-collapsed {
    max-height: 12rem;
    overflow: hidden;
    position: relative;
}

.read-more-content.is-collapsed::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 3.5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
}

/* Popüler kategori/şehir kartları — /kategoriler, /sehirler */
.hub-card-popular {
    border: 1px solid rgba(201, 148, 0, 0.32);
}

.hub-card-icon-popular {
    background-color: rgba(201, 148, 0, 0.12);
    color: #c99400;
}

.hub-card-icon-popular svg,
.hub-card-icon-popular i {
    color: currentColor;
}

/* Hakkımızda — Nasıl çalışır (masaüstünde iki sütun) */
.about-how-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .about-how-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Listeleme — diğer hizmetler (responsive, en fazla 5 sütun) */
.listing-other-services-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
    .listing-other-services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .listing-other-services-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .listing-other-services-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* Listeleme — doğrulanmış firmalar filtresi */
.listing-verified-filter {
    display: flex;
    align-items: center;
    min-height: 3rem;
    border-radius: 0.75rem;
    background-color: #f8fafc;
    padding: 0.75rem 1rem;
    box-shadow: inset 0 0 0 1px rgba(13, 22, 46, 0.1);
}

.listing-verified-filter .form-checkbox-label {
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .listing-verified-filter {
        min-height: 2.75rem;
    }
}

/* Firma kartı rozetleri — Plus+, Premium, Doğrulanmış aynı yükseklik */
.company-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 9999px;
    height: 1.0625rem;
    padding: 0 0.5rem;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(13, 22, 46, 0.08);
}

.company-card-badge > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 0.625rem;
    height: 0.625rem;
    font-size: 0.5625rem !important;
    line-height: 1;
}

@media (min-width: 640px) {
    .company-card-badge {
        height: 1.1875rem;
        padding: 0 0.5625rem;
        font-size: 11px;
    }

    .company-card-badge > i {
        width: 0.6875rem;
        height: 0.6875rem;
        font-size: 0.625rem !important;
    }
}

.company-card-badge--premium {
    background: linear-gradient(to right, #f59e0b, #f43f5e);
    color: #fff;
}

.company-card-badge--plus {
    background: linear-gradient(to right, #6366f1, #8b5cf6);
    color: #fff;
}

.company-card-badge--verified {
    background: rgba(255, 255, 255, 0.95);
    color: #16a34a;
    border: 1px solid rgba(22, 163, 74, 0.2);
    backdrop-filter: blur(4px);
}

@media (max-width: 1023px) {
    .company-profile-contact-nav--dual .company-profile-contact-btn--secondary {
        min-height: 2.25rem;
        white-space: nowrap;
    }
}

@media (min-width: 1024px) {
    .company-profile-contact-btn--secondary i {
        font-size: 0.875rem;
    }
}

.tier-badge-popular,
.tier-badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    align-self: flex-start;
    border-radius: 9999px;
    background: linear-gradient(to right, #f59e0b, #f43f5e);
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
}

.tier-badge-plus {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    align-self: flex-start;
    border-radius: 9999px;
    background: linear-gradient(to right, #6366f1, #8b5cf6);
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
}

.tier-btn-premium {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.75rem;
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to right, #f59e0b, #f43f5e);
    box-shadow: 0 1px 2px rgba(13, 22, 46, 0.08);
    transition: opacity 0.15s ease;
}

.tier-btn-premium:hover {
    opacity: 0.95;
}

.tier-heading-premium {
    background: linear-gradient(to right, #f59e0b, #f43f5e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pricing-card-premium {
    box-shadow:
        0 1px 2px rgba(13, 22, 46, 0.06),
        inset 0 0 0 1px rgba(251, 191, 36, 0.35);
}

.pricing-card-desc {
    min-height: 3rem;
}

/* ——— Fiyatlandırma sayfası ——— */
.pricing-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.375rem 0.875rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0d162e;
    box-shadow: 0 1px 2px rgba(13, 22, 46, 0.06);
    border: 1px solid rgba(13, 22, 46, 0.06);
}

.pricing-trust-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .pricing-trust-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
}

.pricing-trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 1rem;
    background: #fff;
    padding: 0.875rem 1rem;
    box-shadow: 0 1px 2px rgba(13, 22, 46, 0.06);
    border: 1px solid rgba(13, 22, 46, 0.06);
}

.pricing-trust-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
}

.pricing-trust-label {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.35;
    color: #0d162e;
}

.pricing-plans {
    display: grid;
    gap: 1.5rem;
    align-items: stretch;
}

@media (min-width: 1024px) {
    .pricing-plans {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
        align-items: center;
    }
}

.pricing-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(13, 22, 46, 0.06);
    border: 1px solid rgba(13, 22, 46, 0.06);
}

.pricing-plan-card--premium {
    border-color: rgba(251, 191, 36, 0.35);
    box-shadow:
        0 4px 24px rgba(245, 158, 11, 0.12),
        0 1px 2px rgba(13, 22, 46, 0.06);
}

@media (min-width: 1024px) {
    .pricing-plan-card--premium {
        transform: translateY(-0.25rem);
    }
}

.pricing-plan-card__accent {
    height: 0.25rem;
    width: 100%;
}

.pricing-plan-card--plus .pricing-plan-card__accent {
    background: linear-gradient(to right, #6366f1, #8b5cf6);
}

.pricing-plan-card--premium .pricing-plan-card__accent {
    background: linear-gradient(to right, #f59e0b, #f43f5e);
}

.pricing-plan-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.5rem;
}

@media (min-width: 640px) {
    .pricing-plan-card__body {
        padding: 2rem;
    }
}

.pricing-plan-card__head {
    min-height: 5.5rem;
}

.pricing-plan-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 9999px;
    padding: 0.25rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #fff;
}

.pricing-plan-badge--plus {
    background: linear-gradient(to right, #6366f1, #8b5cf6);
}

.pricing-plan-badge--premium {
    background: linear-gradient(to right, #f59e0b, #f43f5e);
}

.pricing-plan-card__title {
    margin-top: 0.75rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.25;
    color: #0d162e;
}

.pricing-plan-card__billing {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
}

.pricing-plan-card__price-wrap {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(13, 22, 46, 0.06);
}

.pricing-plan-card__price {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0d162e;
}

.pricing-plan-card__desc {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}

.pricing-plan-features {
    margin-top: 1.25rem;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.625rem;
    list-style: none;
    padding: 0;
}

.pricing-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #334155;
}

.pricing-plan-features__icon {
    display: inline-flex;
    flex-shrink: 0;
    margin-top: 0.125rem;
    color: #2563eb;
}

.pricing-plan-card--premium .pricing-plan-features__icon {
    color: #d97706;
}

.pricing-plan-features__item--highlight {
    margin-top: 0.25rem;
    padding-top: 0.75rem;
    border-top: 1px dashed rgba(13, 22, 46, 0.1);
    font-weight: 600;
    color: #0d162e;
}

.pricing-plan-card__cta {
    margin-top: 1.5rem;
}

.pricing-plan-btn {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.75rem;
    padding: 0.8125rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    transition: opacity 0.15s ease, background-color 0.15s ease;
}

.pricing-plan-btn--plus {
    background: #2563eb;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.pricing-plan-btn--plus:hover {
    background: #1d4ed8;
}

.pricing-plan-btn--premium {
    background: linear-gradient(to right, #f59e0b, #f43f5e);
    box-shadow: 0 4px 14px rgba(244, 63, 94, 0.2);
}

.pricing-plan-btn--premium:hover {
    opacity: 0.95;
}

.pricing-plan-card__login-hint {
    margin-top: 0.625rem;
    text-align: center;
    font-size: 0.75rem;
    color: #64748b;
}

.pricing-plans-note {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
}

.pricing-extra-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 1rem;
    background: #fff;
    padding: 1.25rem;
    box-shadow: 0 1px 2px rgba(13, 22, 46, 0.06);
    border: 1px solid rgba(13, 22, 46, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pricing-extra-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(13, 22, 46, 0.08);
}

.pricing-extra-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
}

.pricing-extra-card__count {
    margin-top: 0.875rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2563eb;
}

.pricing-extra-card__title {
    margin-top: 0.375rem;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0d162e;
}

.pricing-extra-card__desc {
    margin-top: 0.375rem;
    flex: 1;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
}

.pricing-extra-card__price-wrap {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(13, 22, 46, 0.06);
}

.pricing-extra-card__price {
    display: block;
    font-size: 1.375rem;
    font-weight: 800;
    color: #0d162e;
}

.pricing-extra-card__billing {
    display: block;
    margin-top: 0.125rem;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #64748b;
}

.pricing-extra-card__btn {
    margin-top: 1rem;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    padding: 0.625rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fff;
    background: #2563eb;
    transition: background-color 0.15s ease;
}

.pricing-extra-card__btn:hover {
    background: #1d4ed8;
}

.pricing-extra-card__btn--dark {
    background: #0d162e;
}

.pricing-extra-card__btn--dark:hover {
    background: #1e293b;
}

.pricing-faq-card {
    border-radius: 1rem;
    background: #fff;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 1px 2px rgba(13, 22, 46, 0.06);
    border: 1px solid rgba(13, 22, 46, 0.06);
}

@media (min-width: 640px) {
    .pricing-faq-card {
        padding: 1.5rem;
    }
}

.pricing-faq-card__question {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    color: #0d162e;
}

.pricing-faq-card__answer {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}

.pricing-cta {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.25);
}

.site-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(13, 22, 46, 0.06);
    padding-top: 1rem;
}

.site-footer-bottom__copyright {
    margin: 0;
    max-width: 36rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #64748b;
}

.site-footer-bottom__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1rem;
}

.site-footer-bottom__cookie {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #64748b;
}

.site-footer-bottom__payments {
    display: flex;
    align-items: center;
    line-height: 0;
}

.site-footer-bottom__payments img {
    display: block;
    width: auto;
    height: 2.75rem;
    max-width: 19rem;
    object-fit: contain;
    object-position: right center;
}

@media (min-width: 640px) {
    .site-footer-bottom {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center;
        gap: 1rem 1.25rem;
        margin-top: 2.5rem;
        padding-top: 1.25rem;
    }

    .site-footer-bottom__copyright {
        text-align: left;
    }

    .site-footer-bottom__meta {
        display: contents;
    }

    .site-footer-bottom__cookie {
        justify-self: center;
    }

    .site-footer-bottom__payments {
        justify-self: end;
    }

    .site-footer-bottom__payments img {
        height: 3rem;
        max-width: 21rem;
    }
}

/* iyzico checkout form — panel ödeme sayfası */
.iyzico-checkout-host {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 1rem 1rem 1.25rem;
}

@media (min-width: 640px) {
    .iyzico-checkout-host {
        padding: 1.25rem 1.5rem 1.5rem;
    }
}

.iyzico-checkout-host #iyzipay-checkout-form {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}

.iyzico-checkout-host #iyzipay-checkout-form.responsive,
.iyzico-checkout-host #iyzipay-checkout-form .iyziCheckoutForm,
.iyzico-checkout-host #iyzipay-checkout-form iframe {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.iyzico-checkout-host #iyzipay-checkout-form iframe {
    min-height: 26rem;
    border: 0;
    display: block;
}

/* popup modunda kalan iyzico overlay stillerini panel içinde devre dışı bırak */
.iyzico-checkout-host .iyzi-overlay,
.iyzico-checkout-host .iyzi-popup-wrapper {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* --- form-controls.css --- */
/* Custom select — native select gizli, tetikleyici + açılır menü */
.custom-select-wrap {
    position: relative;
}

.custom-select-native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.custom-select-trigger {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-radius: 0.75rem;
    border: 0;
    background-color: #f8fafc;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #0d162e;
    box-shadow: inset 0 0 0 1px rgba(13, 22, 46, 0.1);
    transition: box-shadow 0.15s ease, background-color 0.15s ease;
    cursor: pointer;
}

.custom-select-trigger:hover:not(:disabled) {
    background-color: #f1f5f9;
}

.custom-select-trigger:focus-visible {
    outline: none;
    box-shadow:
        inset 0 0 0 1px rgba(13, 22, 46, 0.1),
        0 0 0 2px rgba(46, 103, 254, 0.45);
}

.custom-select-trigger.is-open {
    box-shadow:
        inset 0 0 0 1px rgba(46, 103, 254, 0.35),
        0 0 0 2px rgba(46, 103, 254, 0.2);
}

.custom-select-trigger.is-error {
    box-shadow:
        inset 0 0 0 1px rgba(244, 63, 94, 0.4),
        0 0 0 1px rgba(244, 63, 94, 0.08);
}

.custom-select-trigger.is-error:focus-visible {
    box-shadow:
        inset 0 0 0 1px rgba(244, 63, 94, 0.4),
        0 0 0 2px rgba(244, 63, 94, 0.35);
}

.custom-select-trigger:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.custom-select-value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select-value.is-placeholder {
    color: #3a4561;
}

.custom-select-icon {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0.75rem;
    display: flex;
    transform: translateY(-50%);
    color: #3a4561;
    transition: transform 0.2s ease;
}

.custom-select-trigger.is-open .custom-select-icon {
    transform: translateY(-50%) rotate(180deg);
}

.custom-select-menu {
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 0.75rem;
    border: 1px solid rgba(13, 22, 46, 0.08);
    background: #fff;
    padding: 0.375rem;
    box-shadow: 0 4px 24px -8px rgba(13, 22, 46, 0.12), 0 12px 32px -12px rgba(13, 22, 46, 0.16);
}

.custom-select-menu[hidden] {
    display: none !important;
}

.custom-select-option {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0.5rem;
    background: transparent;
    padding: 0.625rem 0.75rem;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #0d162e;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.custom-select-option:hover:not(:disabled),
.custom-select-option:focus-visible {
    outline: none;
    background-color: #f8fafc;
}

.custom-select-option.is-selected {
    background-color: rgba(46, 103, 254, 0.1);
    color: #2554d4;
    font-weight: 600;
}

.custom-select-option.is-placeholder {
    color: #3a4561;
}

.custom-select-option:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.field-touch .custom-select-trigger {
    min-height: 3rem;
    font-size: 1rem;
}

@media (min-width: 1024px) {
    .field-touch .custom-select-trigger {
        min-height: 2.75rem;
        font-size: 0.875rem;
    }
}

/* Custom checkbox */
.form-checkbox {
    appearance: none;
    -webkit-appearance: none;
    display: inline-grid;
    place-content: center;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    flex-shrink: 0;
    border-radius: 0.375rem;
    border: 1px solid rgba(13, 22, 46, 0.15);
    background-color: #f8fafc;
    vertical-align: middle;
    cursor: pointer;
    transition:
        background-color 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.form-checkbox::after {
    content: '';
    width: 0.375rem;
    height: 0.625rem;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg) scale(0);
    transform-origin: center;
    margin-top: -0.125rem;
    transition: transform 0.12s ease, border-color 0.12s ease;
}

.form-checkbox:checked {
    background-color: #2e67fe;
    border-color: #2e67fe;
}

.form-checkbox:checked::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(45deg) scale(1);
}

.form-checkbox:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(46, 103, 254, 0.35);
}

.form-checkbox:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.form-checkbox-label {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.625rem;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #0d162e;
}

.form-checkbox-label:has(.form-checkbox:disabled) {
    cursor: not-allowed;
    opacity: 0.7;
}

.custom-select-trigger-search {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0;
    cursor: text;
}

.custom-select-trigger-search.is-disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.custom-select-search-input {
    width: 100%;
    min-width: 0;
    border: 0;
    border-radius: 0.75rem;
    background-color: #f8fafc;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #0d162e;
    box-shadow: inset 0 0 0 1px rgba(13, 22, 46, 0.1);
    transition: box-shadow 0.15s ease, background-color 0.15s ease;
}

.custom-select-search-input::placeholder {
    color: #3a4561;
}

.custom-select-search-input:hover:not(:disabled) {
    background-color: #f1f5f9;
}

.custom-select-search-input:focus {
    outline: none;
}

.custom-select-trigger-search.is-open .custom-select-search-input,
.custom-select-search-input:focus {
    box-shadow:
        inset 0 0 0 1px rgba(46, 103, 254, 0.35),
        0 0 0 2px rgba(46, 103, 254, 0.2);
}

.custom-select-trigger-search.is-error .custom-select-search-input {
    box-shadow:
        inset 0 0 0 1px rgba(244, 63, 94, 0.4),
        0 0 0 1px rgba(244, 63, 94, 0.08);
}

.custom-select-trigger-search.is-error .custom-select-search-input:focus {
    box-shadow:
        inset 0 0 0 1px rgba(244, 63, 94, 0.4),
        0 0 0 2px rgba(244, 63, 94, 0.35);
}

.custom-select-trigger-search.is-open .custom-select-icon {
    transform: translateY(-50%) rotate(180deg);
}

.custom-select-empty {
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #3a4561;
}

.field-touch .custom-select-search-input {
    min-height: 3rem;
    font-size: 1rem;
}

@media (min-width: 1024px) {
    .field-touch .custom-select-search-input {
        min-height: 2.75rem;
        font-size: 0.875rem;
    }
}

/* --- cookie-consent.css --- */
.cookie-consent-banner {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 9999;
    padding: 1rem;
    pointer-events: none;
}

.cookie-consent-banner.hidden {
    display: none;
}

.cookie-consent-banner__inner {
    pointer-events: auto;
    margin: 0 auto;
    max-width: 72rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(13, 22, 46, 0.08);
    background: #fff;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 12px 40px -16px rgba(13, 22, 46, 0.25);
}

@media (min-width: 768px) {
    .cookie-consent-banner__inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem;
    }
}

.cookie-consent-banner__title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0d162e;
}

.cookie-consent-banner__text {
    margin: 0.375rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #3a4561;
}

.cookie-consent-banner__link {
    font-weight: 600;
    color: #2e67fe;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-consent-banner__link:hover {
    color: #2554d4;
}

.cookie-consent-banner__actions {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.cookie-consent-banner__btn {
    min-height: 2.75rem;
    border-radius: 0.75rem;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.cookie-consent-banner__btn--secondary {
    border: 1px solid rgba(13, 22, 46, 0.12);
    background: #fff;
    color: #3a4561;
}

.cookie-consent-banner__btn--secondary:hover {
    background: #f8fafc;
}

.cookie-consent-banner__btn--primary {
    border: 0;
    background: #2e67fe;
    color: #fff;
    box-shadow: 0 8px 20px -10px rgba(46, 103, 254, 0.65);
}

.cookie-consent-banner__btn--primary:hover {
    background: #2554d4;
}

body.cookie-consent-visible {
    padding-bottom: 7.5rem;
}

@media (min-width: 768px) {
    body.cookie-consent-visible {
        padding-bottom: 6.5rem;
    }
}

.cookie-consent-preferences-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-consent-preferences-link:hover {
    color: #2e67fe;
}
