/* ============================================
   PENGADILAN NEGERI SUMENEP - RESPONSIVE CSS
   ============================================ */

/* ==================== DESKTOP 4K (2560px+) ==================== */
@media (min-width: 2560px) {
    .container {
        max-width: 1800px;
    }
    
    .hero-slide {
        height: 700px;
    }
    
    .hero-image {
        height: 480px;
    }
    
    .hero-title {
        font-size: 4rem;
    }
    
    .hero-subtitle {
        font-size: 1.4rem;
    }
    
    .section-title {
        font-size: 2.8rem;
    }
    
    .header-title {
        font-size: 2.2rem;
    }
    
    .logo-ma {
        width: 90px;
    }
    
    .logo-pn {
        width: 100px;
    }
    
    .badge-img {
        height: 75px;
    }
    
    .quick-access-icon {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
    }
    
    .quick-access-card span {
        font-size: 0.95rem;
    }
    
    .leader-photo {
        width: 150px;
        height: 150px;
        font-size: 4rem;
    }
    
    .stat-number {
        font-size: 3rem;
    }
    
    .glass-card {
        padding: 2.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .news-image {
        height: 250px;
    }
}

/* ==================== FULL HD (1920px) ==================== */
@media (min-width: 1920px) and (max-width: 2559px) {
    .container {
        max-width: 1500px;
    }
    
    .hero-slide {
        height: 600px;
    }
    
    .hero-image {
        height: 420px;
    }
    
    .hero-title {
        font-size: 3.2rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 2.4rem;
    }
    
    .header-title {
        font-size: 1.9rem;
    }
    
    .badge-img {
        height: 65px;
    }
}

/* ==================== LAPTOP BESAR (1440px - 1919px) ==================== */
@media (min-width: 1440px) and (max-width: 1919px) {
    .container {
        max-width: 1320px;
    }
    
    .hero-slide {
        height: 550px;
    }
    
    .hero-title {
        font-size: 2.8rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
}

/* ==================== LAPTOP KECIL (1200px - 1439px) ==================== */
@media (min-width: 1200px) and (max-width: 1439px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-slide {
        height: 500px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .header-title {
        font-size: 1.6rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .badge-img {
        height: 50px;
    }
}

/* ==================== TABLET LANDSCAPE / LAPTOP MINI (992px - 1199px) ==================== */
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    
    /* Header */
    .header-title {
        font-size: 1.4rem;
    }
    
    .header-address {
        font-size: 0.7rem;
    }
    
    .logo-ma {
        width: 55px;
    }
    
    .logo-pn {
        width: 65px;
    }
    
    .badge-img {
        height: 45px;
    }
    
    .header-badges {
        gap: 0.5rem;
    }
    
    /* Navbar */
    #mainNav .nav-link {
        padding: 12px 12px !important;
        font-size: 0.78rem;
    }
    
    /* Hero */
    .hero-slide {
        height: 450px;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    /* Quick Access */
    .quick-access-card {
        padding: 1.2rem 0.8rem;
    }
    
    .quick-access-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .quick-access-card span {
        font-size: 0.75rem;
    }
    
    /* Section */
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-padding {
        padding: 4rem 0;
    }
    
    /* Mega Menu */
    .mega-menu {
        min-width: 600px;
    }
    
    /* Welcome */
    .welcome-photo {
        height: 350px;
    }
    
    /* CTA */
    .cta-card {
        padding: 2rem;
    }
    
    .cta-card h3 {
        font-size: 1.5rem;
    }
    
    /* Floating Contact */
    .floating-contact {
        bottom: 90px;
        right: 20px;
    }
    
    .float-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* ==================== TABLET (768px - 991px) ==================== */
@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    
    /* Top Bar */
    .top-bar-left {
        gap: 1rem;
        font-size: 0.7rem;
    }
    
    .top-bar-right {
        gap: 0.5rem;
    }
    
    .social-icons {
        gap: 5px;
    }
    
    .social-icons a {
        font-size: 0.7rem;
    }
    
    /* Header */
    .header {
        padding: 1rem 0;
    }
    
    .header-main {
        gap: 1rem;
    }
    
    .header-title {
        font-size: 1.2rem;
    }
    
    .header-address {
        font-size: 0.65rem;
        line-height: 1.4;
    }
    
    .logo-ma {
        width: 48px;
    }
    
    .logo-pn {
        width: 55px;
    }
    
    .logo-divider {
        height: 45px;
    }
    
    .header-badges {
        margin-top: 1rem;
        justify-content: flex-start;
    }
    
    .badge-img {
        height: 40px;
    }
    
    /* Navbar */
    #mainNav {
        padding: 0.5rem 0;
    }
    
    .navbar-toggler {
        border-color: rgba(255,255,255,0.5);
        padding: 0.4rem 0.6rem;
    }
    
    .navbar-toggler-icon {
        filter: invert(1);
        width: 1.2em;
        height: 1.2em;
    }
    
    #mainNav .nav-link {
        padding: 10px 15px !important;
        font-size: 0.85rem;
    }
    
    #mainNav .nav-link::after {
        display: none;
    }
    
    #mainNav .nav-link:hover,
    #mainNav .nav-link.active {
        background: rgba(255,255,255,0.1);
        border-radius: var(--radius-sm);
    }
    
    /* Mega Menu Mobile */
    .mega-menu {
        min-width: 100%;
        padding: 1rem;
    }
    
    .mega-menu .row > div {
        margin-bottom: 1rem;
    }
    
    .mega-menu h6 {
        font-size: 0.8rem;
    }
    
    .mega-menu .dropdown-item {
        font-size: 0.75rem;
        padding: 5px 8px;
    }
    
    /* Dropdown */
    .dropdown-menu {
        margin-top: 0;
        box-shadow: none;
        border: 1px solid var(--light-gray);
    }
    
    /* Hero */
    .hero-slide {
        height: 420px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .hero-badge {
        font-size: 0.7rem;
        padding: 5px 12px;
    }
    
    .hero-buttons {
        gap: 8px;
    }
    
    .btn-hero,
    .btn-hero-outline {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
    
    .glass-card {
        display: none;
    }
    
    /* Quick Access */
    .quick-access-section {
        margin-top: -40px;
    }
    
    .quick-access-card {
        padding: 1rem 0.6rem;
    }
    
    .quick-access-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
        border-radius: var(--radius-sm);
    }
    
    .quick-access-card span {
        font-size: 0.7rem;
    }
    
    /* Sections */
    .section-padding {
        padding: 3rem 0;
    }
    
    .section-label {
        font-size: 0.7rem;
        padding: 4px 12px;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .section-header {
        margin-bottom: 2rem;
    }
    
    /* Leadership */
    .leader-card {
        padding: 1.5rem;
    }
    
    .leader-photo {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .leader-card h5 {
        font-size: 0.95rem;
    }
    
    .leader-card p {
        font-size: 0.8rem;
    }
    
    /* Welcome */
    .welcome-photo {
        max-width: 280px;
        height: 320px;
        margin: 0 auto 2rem;
    }
    
    .welcome-content .section-title {
        font-size: 1.5rem;
    }
    
    .welcome-text {
        font-size: 0.9rem;
    }
    
    /* News */
    .news-image {
        height: 180px;
    }
    
    .news-card h5 {
        font-size: 0.9rem;
    }
    
    /* News Sidebar */
    .news-sidebar {
        margin-top: 0.5rem;
    }
    
    /* Stats */
    .stat-card {
        padding: 1.5rem;
    }
    
    .stat-icon {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-card p {
        font-size: 0.8rem;
    }
    
    /* CTA */
    .cta-card {
        padding: 1.8rem;
        text-align: center;
    }
    
    .cta-card h3 {
        font-size: 1.3rem;
    }
    
    .cta-card p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    /* Footer */
    .footer-top {
        padding: 3rem 0 1.5rem;
    }
    
    .footer h5 {
        font-size: 1rem;
    }
    
    .footer p,
    .footer-contact li,
    .footer-links a {
        font-size: 0.8rem;
    }
    
    .footer-logo img {
        width: 40px;
    }
    
    /* Back to Top */
    .back-to-top {
        width: 40px;
        height: 40px;
        bottom: 25px;
        right: 20px;
        font-size: 1rem;
    }
    
    /* Floating Contact */
    .floating-contact {
        bottom: 80px;
        right: 20px;
        gap: 8px;
    }
    
    .float-btn {
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }
    
    /* Search */
    .search-input {
        padding: 15px 50px;
        font-size: 1rem;
    }
    
    /* Loading */
    .loading-logo {
        font-size: 2.5rem;
    }
    
    .loading-text {
        font-size: 0.9rem;
    }
}

/* ==================== TABLET KECIL (576px - 767px) ==================== */
@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
    
    /* Top Bar */
    .top-bar {
        font-size: 0.7rem;
        padding: 4px 0;
    }
    
    .top-bar-left {
        gap: 0.8rem;
        justify-content: center;
        margin-bottom: 4px;
    }
    
    .top-bar-right {
        justify-content: center;
    }
    
    .top-bar-item {
        font-size: 0.65rem;
    }
    
    .social-icons {
        display: none;
    }
    
    /* Header */
    .header {
        padding: 0.8rem 0;
    }
    
    .header-main {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }
    
    .header-logos {
        justify-content: center;
    }
    
    .logo-ma {
        width: 42px;
    }
    
    .logo-pn {
        width: 50px;
    }
    
    .logo-divider {
        height: 40px;
    }
    
    .header-title {
        font-size: 1.1rem;
    }
    
    .header-class {
        font-size: 0.75rem;
    }
    
    .header-address {
        font-size: 0.65rem;
    }
    
    .header-badges {
        justify-content: center;
        margin-top: 0.8rem;
    }
    
    .badge-img {
        height: 35px;
    }
    
    /* Hero */
    .hero-slide {
        height: 380px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-badge {
        font-size: 0.65rem;
        margin-bottom: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 8px;
    }
    
    .btn-hero,
    .btn-hero-outline {
        width: 100%;
        text-align: center;
    }
    
    .heroSwiper .swiper-button-next,
    .heroSwiper .swiper-button-prev {
        display: none;
    }
    
    /* Quick Access */
    .quick-access-section {
        margin-top: -30px;
    }
    
    .quick-access-card {
        padding: 0.8rem 0.5rem;
    }
    
    .quick-access-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .quick-access-card span {
        font-size: 0.68rem;
    }
    
    /* Sections */
    .section-padding {
        padding: 2.5rem 0;
    }
    
    .section-title {
        font-size: 1.4rem;
    }
    
    .section-label {
        font-size: 0.65rem;
    }
    
    .section-divider {
        width: 50px;
        height: 2px;
    }
    
    /* Leadership */
    .leader-card {
        padding: 1.2rem;
    }
    
    .leader-photo {
        width: 80px;
        height: 80px;
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .leader-card h5 {
        font-size: 0.85rem;
    }
    
    .leader-card p {
        font-size: 0.75rem;
    }
    
    /* Welcome */
    .welcome-photo {
        max-width: 240px;
        height: 280px;
        font-size: 4rem;
    }
    
    .welcome-content .section-title {
        font-size: 1.3rem;
    }
    
    .welcome-text {
        font-size: 0.85rem;
        line-height: 1.6;
    }
    
    .welcome-decoration {
        width: 70px;
        height: 70px;
        bottom: -10px;
        right: 10px;
    }
    
    .btn-primary-custom {
        padding: 10px 25px;
        font-size: 0.85rem;
    }
    
    /* News */
    .newsSwiper {
        padding-bottom: 2rem;
    }
    
    .news-image {
        height: 160px;
    }
    
    .news-content {
        padding: 1rem;
    }
    
    .news-card h5 {
        font-size: 0.85rem;
    }
    
    .news-card p {
        font-size: 0.8rem;
    }
    
    .news-category {
        font-size: 0.65rem;
        padding: 3px 10px;
        top: 10px;
        right: 10px;
    }
    
    /* Schedule */
    .schedule-table thead th {
        padding: 0.65rem 0.5rem;
        font-size: 0.65rem;
    }
    
    .schedule-body td {
        padding: 0.45rem 0.4rem;
        font-size: 0.75rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-card p {
        font-size: 0.75rem;
    }
    
    /* CTA */
    .cta-section {
        padding: 2rem 0;
    }
    
    .cta-card {
        padding: 1.5rem;
    }
    
    .cta-card h3 {
        font-size: 1.2rem;
    }
    
    .cta-card p {
        font-size: 0.8rem;
    }
    
    .btn-gold {
        width: 100%;
        text-align: center;
    }
    
    /* Footer */
    .footer-top {
        padding: 2.5rem 0 1rem;
    }
    
    .footer-logo h5 {
        font-size: 0.9rem;
    }
    
    .footer h5 {
        font-size: 0.9rem;
        margin-top: 1rem;
    }
    
    .footer p,
    .footer-contact li,
    .footer-links a {
        font-size: 0.75rem;
    }
    
    .footer-bottom {
        font-size: 0.7rem;
        text-align: center;
    }
    
    .footer-bottom .text-md-end {
        text-align: center !important;
        margin-top: 0.3rem;
    }
    
    /* Back to Top */
    .back-to-top {
        width: 35px;
        height: 35px;
        bottom: 20px;
        right: 15px;
        font-size: 0.9rem;
    }
    
    /* Floating Contact */
    .floating-contact {
        bottom: 70px;
        right: 15px;
        gap: 6px;
    }
    
    .float-btn {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
    }
    
    /* Search */
    .search-container {
        width: 95%;
    }
    
    .search-input {
        padding: 14px 45px;
        font-size: 0.9rem;
    }
    
    .search-suggestions {
        font-size: 0.8rem;
    }
    
    .search-suggestions a {
        margin: 0 5px;
        font-size: 0.75rem;
    }
    
    /* Loading */
    .loading-logo {
        font-size: 2rem;
    }
    
    .loading-spinner {
        width: 40px;
        height: 40px;
    }
    
    .loading-text {
        font-size: 0.8rem;
    }
    
    /* Mega Menu */
    .mega-menu .container {
        padding: 0;
    }
    
    .mega-menu h6 {
        font-size: 0.75rem;
    }
    
    .mega-menu .dropdown-item {
        font-size: 0.7rem;
    }
}

/* ==================== SMARTPHONE BESAR (480px - 575px) ==================== */
@media (max-width: 575px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header */
    .header-title {
        font-size: 1rem;
    }
    
    .header-address {
        font-size: 0.6rem;
    }
    
    .logo-ma {
        width: 38px;
    }
    
    .logo-pn {
        width: 45px;
    }
    
    .badge-img {
        height: 32px;
    }
    
    /* Hero */
    .hero-slide {
        height: 340px;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 0.8rem;
    }
    
    .hero-badge {
        font-size: 0.6rem;
        padding: 4px 10px;
    }
    
    /* Quick Access */
    .quick-access-icon {
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }
    
    .quick-access-card span {
        font-size: 0.65rem;
    }
    
    /* Sections */
    .section-title {
        font-size: 1.3rem;
    }
    
    .section-padding {
        padding: 2rem 0;
    }
    
    /* Leadership - 2 columns */
    .leader-photo {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    /* Welcome */
    .welcome-photo {
        max-width: 200px;
        height: 250px;
        font-size: 3.5rem;
    }
    
    /* News */
    .news-image {
        height: 150px;
    }
    
    /* Stats */
    .stat-icon {
        font-size: 1.5rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    /* Schedule */
    .schedule-body .td-agenda {
        display: none;
    }
    
    /* Footer */
    .footer-logo {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }
}

/* ==================== SMARTPHONE KECIL (320px - 479px) ==================== */
@media (max-width: 479px) {
    /* Top Bar */
    .top-bar {
        font-size: 0.6rem;
    }
    
    .top-bar-left {
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }
    
    .top-bar-item {
        font-size: 0.6rem;
    }
    
    .top-bar-right {
        flex-wrap: wrap;
        gap: 4px;
    }
    
    .lang-btn {
        padding: 1px 6px;
        font-size: 0.6rem;
    }
    
    /* Header */
    .header {
        padding: 0.6rem 0;
    }
    
    .header-title {
        font-size: 0.9rem;
    }
    
    .header-address {
        font-size: 0.55rem;
    }
    
    .logo-ma {
        width: 35px;
    }
    
    .logo-pn {
        width: 40px;
    }
    
    .logo-divider {
        height: 35px;
        width: 1px;
    }
    
    .badge-img {
        height: 28px;
    }
    
    .header-badges {
        gap: 0.3rem;
    }
    
    /* Hero */
    .hero-slide {
        height: 300px;
    }
    
    .hero-title {
        font-size: 1.3rem;
    }
    
    .hero-subtitle {
        font-size: 0.75rem;
        margin-bottom: 1rem;
    }
    
    .hero-badge {
        font-size: 0.55rem;
        padding: 3px 8px;
        margin-bottom: 0.8rem;
    }
    
    .btn-hero,
    .btn-hero-outline {
        padding: 8px 16px;
        font-size: 0.75rem;
    }
    
    /* Quick Access */
    .quick-access-section {
        margin-top: -25px;
    }
    
    .quick-access-card {
        padding: 0.6rem 0.4rem;
    }
    
    .quick-access-icon {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
        border-radius: 8px;
    }
    
    .quick-access-card span {
        font-size: 0.6rem;
    }
    
    /* Sections */
    .section-title {
        font-size: 1.2rem;
    }
    
    .section-label {
        font-size: 0.6rem;
        padding: 3px 10px;
    }
    
    .section-header {
        margin-bottom: 1.5rem;
    }
    
    /* Leadership */
    .leader-card {
        padding: 1rem;
    }
    
    .leader-photo {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        border-width: 3px;
    }
    
    .leader-card h5 {
        font-size: 0.8rem;
    }
    
    .leader-card p {
        font-size: 0.7rem;
    }
    
    /* Welcome */
    .welcome-photo {
        max-width: 180px;
        height: 220px;
        font-size: 3rem;
    }
    
    .welcome-text {
        font-size: 0.8rem;
    }
    
    .welcome-decoration {
        width: 50px;
        height: 50px;
    }
    
    /* News */
    .news-image {
        height: 130px;
    }
    
    .news-card h5 {
        font-size: 0.8rem;
    }
    
    .news-card p {
        font-size: 0.75rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .news-date {
        font-size: 0.65rem;
    }
    
    /* Stats */
    .stat-card {
        padding: 1rem;
    }
    
    .stat-icon {
        font-size: 1.3rem;
    }
    
    .stat-number {
        font-size: 1.3rem;
    }
    
    .stat-card p {
        font-size: 0.7rem;
    }
    
    /* CTA */
    .cta-card {
        padding: 1.2rem;
    }
    
    .cta-card h3 {
        font-size: 1.1rem;
    }
    
    /* Footer */
    .footer-top {
        padding: 2rem 0 0.8rem;
    }
    
    .footer h5 {
        font-size: 0.8rem;
    }
    
    .footer p,
    .footer-contact li,
    .footer-links a {
        font-size: 0.7rem;
    }
    
    .footer-contact li {
        margin-bottom: 0.5rem;
    }
    
    .footer-links li {
        margin-bottom: 0.3rem;
    }
    
    .footer-bottom {
        font-size: 0.65rem;
        padding: 0.8rem 0;
    }
    
    /* Back to Top */
    .back-to-top {
        width: 32px;
        height: 32px;
        bottom: 15px;
        right: 10px;
        font-size: 0.8rem;
    }
    
    /* Floating Contact */
    .floating-contact {
        bottom: 55px;
        right: 10px;
        gap: 5px;
    }
    
    .float-btn {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }
    
    /* Search */
    .search-input {
        padding: 12px 40px;
        font-size: 0.85rem;
    }
    
    .search-icon,
    .search-close {
        font-size: 1rem;
    }
    
    .search-suggestions a {
        display: inline-block;
        margin: 3px;
    }
    
    /* Loading */
    .loading-logo {
        font-size: 1.8rem;
    }
    
    .loading-spinner {
        width: 32px;
        height: 32px;
        border-width: 2px;
    }
    
    .loading-text {
        font-size: 0.7rem;
        letter-spacing: 1px;
    }
}

/* ==================== LANDSCAPE MODE ==================== */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-slide {
        height: 250px;
    }
    
    .hero-title {
        font-size: 1.3rem;
    }
    
    .hero-subtitle {
        font-size: 0.75rem;
        margin-bottom: 0.8rem;
    }
    
    .hero-badge {
        margin-bottom: 0.5rem;
    }
    
    .hero-buttons {
        gap: 5px;
    }
    
    .btn-hero,
    .btn-hero-outline {
        padding: 8px 16px;
        font-size: 0.75rem;
    }
    
    .glass-card {
        display: none;
    }
}

/* ==================== DARK MODE ADJUSTMENTS ==================== */
@media (prefers-color-scheme: dark) {
    [data-bs-theme="dark"] {
        --light: #1a1a2e;
        --white: #16213e;
        --light-gray: #0f3460;
        --gray: #a0a0b0;
        --dark: #e0e0e0;
    }
}

/* ==================== PRINT STYLES ==================== */
@media print {
    .top-bar,
    #mainNav,
    .hero-section,
    .quick-access-section,
    .floating-contact,
    .back-to-top,
    .loading-screen,
    .search-overlay,
    .footer-social,
    .social-icons,
    .theme-toggle,
    .language-switcher,
    .search-toggle {
        display: none !important;
    }
    
    .header {
        box-shadow: none;
        border-bottom: 2px solid #000;
    }
    
    .section-padding {
        padding: 1rem 0;
    }
    
    body {
        font-size: 12px;
        color: #000;
        background: #fff;
    }
    
    a {
        color: #000;
        text-decoration: underline;
    }
    
    .container {
        max-width: 100%;
    }
}

/* ==================== REDUCED MOTION ==================== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .heroSwiper {
        animation: none;
    }
    
    .particle {
        animation: none;
    }
    
    .loading-spinner {
        animation: none;
    }
}

/* ==================== HIGH CONTRAST ==================== */
@media (prefers-contrast: high) {
    :root {
        --primary: #8B0000;
        --secondary: #B22222;
        --accent: #DAA520;
    }
    
    body {
        color: #000;
        background: #fff;
    }
    
    .glass-card {
        background: rgba(255,255,255,0.9);
        backdrop-filter: none;
    }
}