body:has(.ay-gate-shell) {
    background: url('/uploads/media/apartmanyonetimi/bfb474cb68bd45fb8e3560f5222df10c.png') no-repeat center center fixed !important;
    background-size: cover !important;
}

body:has(.ay-gate-shell)::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(15, 23, 42, 0.65);
    z-index: -1;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.ay-gate-shell {
    max-width: 1100px;
    margin: 0 auto;
}

.ay-gate-hero {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #0369a1 100%);
    color: #fff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
    border: 1px solid rgba(255,255,255,.08);
}

.ay-gate-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(14,165,233,.20), transparent 28%), radial-gradient(circle at bottom left, rgba(59,130,246,.18), transparent 30%);
    pointer-events: none;
}

.ay-gate-hero-body {
    position: relative;
    z-index: 1;
    padding: 2.2rem;
}

.ay-gate-chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem .95rem;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.12);
    font-size: .82rem;
    font-weight: 700;
}

.ay-gate-card {
    border-radius: 24px;
    border: 1px solid rgba(148,163,184,.16);
    background: #fff;
    box-shadow: 0 18px 44px rgba(15,23,42,.06);
    height: 100%;
}

.ay-gate-card-body {
    padding: 1.4rem;
}

.ay-gate-feature {
    display: flex;
    gap: .9rem;
    align-items: flex-start;
    padding: .95rem 0;
    border-bottom: 1px solid #eef2f7;
}

.ay-gate-feature:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ay-gate-feature-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 1rem;
}

.ay-gate-muted {
    color: #64748b;
}

.ay-gate-price {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.ay-gate-action-stack {
    display: grid;
    gap: .75rem;
}

.ay-gate-note {
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 1rem 1.1rem;
    color: #475569;
}

@media (max-width: 767.98px) {
    .ay-gate-section {
        padding-top: .75rem !important;
    }

    .ay-gate-hero {
        border-radius: 20px;
        margin-bottom: 1rem !important;
    }

    .ay-gate-hero-body,
    .ay-gate-card-body {
        padding: 1.1rem;
    }

    .ay-gate-chip {
        padding: .42rem .72rem;
        font-size: .76rem;
    }

    .ay-gate-hero h1 {
        font-size: 1.65rem;
        line-height: 1.15;
    }

    .ay-gate-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .ay-gate-price {
        font-size: 1.65rem;
    }
}

/* Pano Styles */
.ay-pano-result {
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.ay-pano-kpi {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.ay-pano-kpi .icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.ay-pano-kpi .info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ay-pano-kpi .info small {
    color: #64748b;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.ay-pano-kpi .info strong {
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.ay-pano-kpi-success .icon {
    background: #dcfce7;
    color: #16a34a;
}
.ay-pano-kpi-success {
    border-color: #bbf7d0;
}

.ay-pano-kpi-danger {
    background: linear-gradient(
        135deg,
        #fff7f7 0%,
        #fef2f2 100%
    );
    border-color: #fecaca;
}

.ay-pano-kpi-danger .info small {
    color: #991b1b;
    font-weight: 700;
}

.ay-pano-kpi-danger .info strong {
    color: #7f1d1d;
}

.ay-pano-kpi-danger .icon {
    background: #fee2e2;
    color: #dc2626;
}

.ay-pano-kpi-info .icon {
    background: #e0f2fe;
    color: #0284c7;
}
.ay-pano-kpi-info {
    border-color: #bae6fd;
}

.ay-pano-table th {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}