/* Page: Laser Eye Color Change - scoped styles */
.page-laser-wrapper {
    font-family: "Vazirmatn", sans-serif !important;
    background-color: #111621 !important;
    color: #cbd5e1;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
}
.page-laser-wrapper #about .laser-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .page-laser-wrapper #about .laser-hero-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 4rem;
    }
}

:root {
    --primary-color: #1754cf;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #111621;
}
::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #475569;
}
.bg-grid-pattern {
    background-image: linear-gradient(to right, #1e293b 1px, transparent 1px),
                      linear-gradient(to bottom, #1e293b 1px, transparent 1px);
    background-size: 40px 40px;
}
.farsi-num {
    font-feature-settings: "ss01";
}
.aperture-icon {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
