/* Mobil menü — sade hamburger + sağdan kayan panel */
#marketing-mobile-menu-open.marketing-hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    color: #fd6905;
    box-shadow: none;
    transition: color 0.15s ease, opacity 0.15s ease;
}
#marketing-mobile-menu-open.marketing-hamburger:hover {
    border: none;
    background: transparent;
    color: #e05a04;
}
#marketing-mobile-menu-open.marketing-hamburger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fd6905;
}
#marketing-mobile-menu-open.marketing-hamburger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fd6905;
}
.marketing-hamburger__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 1.05rem;
}
.marketing-hamburger__icon span {
    display: block;
    height: 1px;
    width: 100%;
    border-radius: 9999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.18s ease, width 0.18s ease;
    transform-origin: center;
}
#marketing-mobile-menu-open[aria-expanded="true"] .marketing-hamburger__icon span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}
#marketing-mobile-menu-open[aria-expanded="true"] .marketing-hamburger__icon span:nth-child(2) {
    opacity: 0;
    width: 0;
}
#marketing-mobile-menu-open[aria-expanded="true"] .marketing-hamburger__icon span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

#marketing-mobile-sheet {
    pointer-events: none;
}
#marketing-mobile-sheet.is-open {
    pointer-events: auto;
}
#marketing-mobile-sheet-backdrop {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.28s ease;
    background: rgba(15, 23, 42, 0.42) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
#marketing-mobile-sheet.is-open #marketing-mobile-sheet-backdrop {
    opacity: 1;
}
#marketing-mobile-sheet-panel {
    position: absolute;
    inset-block: 0;
    right: 0;
    display: flex;
    width: min(100%, 21.5rem);
    flex-direction: column;
    background: #ffffff;
    border-left: 1px solid #e2e8f0;
    box-shadow: -18px 0 48px -24px rgba(15, 23, 42, 0.35);
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
#marketing-mobile-sheet.is-open #marketing-mobile-sheet-panel {
    transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
    #marketing-mobile-sheet-backdrop,
    #marketing-mobile-sheet-panel,
    .marketing-hamburger__icon span {
        transition: none !important;
    }
}

.marketing-mobile-sheet__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid #f1f5f9;
}
.marketing-mobile-sheet__brand {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
}
.marketing-mobile-sheet__brand .qr { color: #fd6905; }
.marketing-mobile-sheet__brand .soft { color: #0f172a; }
.marketing-mobile-sheet__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.45rem;
    border: none;
    background: transparent;
    color: #64748b;
    transition: background 0.15s ease, color 0.15s ease;
}
.marketing-mobile-sheet__close:hover {
    background: #f8fafc;
    color: #0f172a;
}

.marketing-mobile-sheet__nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0.75rem 0.85rem 1rem;
    -webkit-overflow-scrolling: touch;
}
.marketing-mobile-nav-group {
    margin-bottom: 0.85rem;
    border: 1px solid #f1f5f9;
    border-radius: 0.85rem;
    background: #f8fafc;
    overflow: hidden;
}
.marketing-mobile-nav-group__parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.85rem 1rem 0.55rem;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0f172a;
    text-decoration: none;
}
.marketing-mobile-nav-group__parent:hover {
    color: #fd6905;
}
.marketing-mobile-nav-group__children {
    list-style: none;
    margin: 0;
    padding: 0.1rem 0.45rem 0.55rem;
    border-top: none;
    background: transparent;
}
.marketing-mobile-nav-group__children a {
    display: block;
    padding: 0.65rem 0.7rem;
    border-radius: 0.45rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}
.marketing-mobile-nav-group__children a:hover {
    background: #f8fafc;
    color: #fd6905;
}
.marketing-mobile-nav-single {
    margin-bottom: 0.35rem;
}
.marketing-mobile-nav-single a {
    display: block;
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}
.marketing-mobile-nav-single a:hover {
    background: #f8fafc;
    color: #fd6905;
}

.marketing-mobile-sheet__foot {
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
    padding: 0.95rem 1rem calc(0.95rem + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.marketing-mobile-sheet__foot-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.7rem 1rem;
    border-radius: 0.65rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, filter 0.15s ease;
}
.marketing-mobile-sheet__foot-link--ghost {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #0f172a;
}
.marketing-mobile-sheet__foot-link--ghost:hover {
    border-color: rgba(234, 88, 12, 0.35);
    color: #fd6905;
}
.marketing-mobile-sheet__foot-link--outline {
    border: 1px solid #fd6905;
    background: #ffffff;
    color: #fd6905;
}
.marketing-mobile-sheet__foot-link--outline:hover {
    background: rgba(234, 88, 12, 0.06);
}
.marketing-mobile-sheet__foot-link--solid {
    border: none;
    background: #fd6905;
    color: #ffffff !important;
    box-shadow: 0 10px 22px -12px rgba(234, 88, 12, 0.65);
}
.marketing-mobile-sheet__foot-link--solid:hover {
    filter: brightness(1.05);
}
