/* ============================================================
   مزون نارشا - Narsha Boutique
   Luxury Fashion Landing Page Stylesheet
   ============================================================ */

/* =================== CSS CUSTOM PROPERTIES =================== */
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-display: swap;
    font-weight: normal;
    src: url("fonts/IRANSans/IRANSansWeb.woff2") format("woff2"), url("fonts/IRANSans/IRANSansWeb.woff") format("woff");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-display: swap;
    font-weight: bold;
    src: url("fonts/IRANSans/IRANSansWeb_Bold.woff2") format("woff2"), url("fonts/IRANSans/IRANSansWeb_Bold.woff") format("woff");
}

:root {
    --color-black: #0a0a0a;
    --color-black-light: #111111;
    --color-dark: #1a1a1a;
    --color-dark-card: #161616;
    --color-dark-border: #2a2a2a;
    --color-gold: #d4a017;
    --color-gold-light: #e8c547;
    --color-gold-dark: #b8860b;
    --color-white: #ffffff;
    --color-white-soft: #f5f5f5;
    --color-gray: #888888;
    --color-gray-light: #b0b0b0;
    --color-gray-dark: #555555;
    --color-red: #b91c1c;
    --color-red-light: #dc2626;
    --color-cream: #fef3c7;
    --color-green: #22c55e;
    --font-primary: 'IRANSans', system-ui, -apple-system, sans-serif;
    --container-max: 1200px;
    --container-padding: 1.5rem;
    --header-height: 80px;
    --transition-fast: 0.2s ease;
    --transition-normal: 0.35s ease;
    --transition-slow: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.15);
    --shadow-md: 0 8px 30px rgba(0,0,0,0.25);
    --shadow-lg: 0 20px 60px rgba(0,0,0,0.4);
    --shadow-gold: 0 4px 20px rgba(212,160,23,0.3);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;
}

/* =================== RESET & BASE =================== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: var(--font-primary);
    background-color: var(--color-black);
    color: var(--color-white);
    line-height: 1.8;
    direction: rtl;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--transition-fast);
}

ul, ol {
    list-style: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
}

::selection {
    background: var(--color-gold);
    color: var(--color-black);
}

/* Focus Styles for Accessibility */
:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 3px;
}

/* =================== UTILITY CLASSES =================== */
.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.gold {
    color: var(--color-gold);
}

.section {
    padding: 100px 0;
    position: relative;
}

.section-dark {
    background-color: var(--color-dark);
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-tag {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-gold);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 12px;
    position: relative;
}

    .section-tag::before,
    .section-tag::after {
        content: '✦';
        margin: 0 8px;
        font-size: 0.6rem;
        vertical-align: middle;
    }

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 16px;
    color: var(--color-white);
}

.section-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-gold-dark), var(--color-gold), var(--color-gold-dark));
    margin: 0 auto 20px;
    border-radius: 2px;
}

.section-desc {
    font-size: 1.05rem;
    color: var(--color-gray-light);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.9;
}

/* =================== HEADER / NAVIGATION =================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--header-height);
    transition: background-color var(--transition-normal), box-shadow var(--transition-normal), backdrop-filter var(--transition-normal);
}

    .header.scrolled {
        background-color: rgba(10, 10, 10, 0.92);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow: 0 1px 0 rgba(212, 160, 23, 0.15);
    }

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.logo {
    display: flex;
    align-items: center;
    z-index: 1001;
}

.logo-svg {
    height: 80px;
    width: auto;
}

/* Logo Styles */
.logo-wrapper {
    display: flex;
    align-items: center;
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.logo-brand {
    font-size: 1.8rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold), var(--color-gold-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    letter-spacing: 2px;
}

.logo-tagline {
    font-size: 0.6rem;
    font-weight: 400;
    color: var(--color-gray);
    letter-spacing: 1px;
}

/* Menu Toggle (Mobile) */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    z-index: 1001;
    gap: 5px;
}

.hamburger-line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--color-white);
    transition: transform var(--transition-normal), opacity var(--transition-fast);
    border-radius: 2px;
}

.menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Nav List */
.nav-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-link {
    display: inline-block;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-gray-light);
    border-radius: var(--radius-sm);
    transition: color var(--transition-fast), background-color var(--transition-fast);
    position: relative;
}

    .nav-link:hover,
    .nav-link.active {
        color: var(--color-gold);
    }

        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: 2px;
            right: 16px;
            left: 16px;
            height: 2px;
            background: var(--color-gold);
            border-radius: 2px;
        }

/* =================== HERO SECTION =================== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: var(--header-height);
    overflow: hidden;
    background: linear-gradient(135deg, var(--color-black) 0%, #0f0f0f 50%, #1a1a10 100%);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 50%, rgba(212,160,23,0.06) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(185,28,28,0.04) 0%, transparent 50%);
    pointer-events: none;
}

.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--color-gold);
    border-radius: 50%;
    opacity: 0;
    animation: particleFloat 8s infinite ease-in-out;
}

@keyframes particleFloat {
    0% {
        opacity: 0;
        transform: translateY(100vh) scale(0);
    }

    20% {
        opacity: 0.6;
    }

    80% {
        opacity: 0.3;
    }

    100% {
        opacity: 0;
        transform: translateY(-20vh) scale(1);
    }
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 40px 20px;
}

.hero-text {
    position: relative;
}

.hero-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-gold);
    letter-spacing: 3px;
    margin-bottom: 24px;
    padding: 8px 20px;
    border: 1px solid rgba(212,160,23,0.3);
    border-radius: 50px;
    background: rgba(212,160,23,0.05);
    animation: fadeInDown 1s ease 0.2s both;
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 24px;
}

.hero-title-line {
    display: block;
    animation: fadeInUp 1s ease both;
}

    .hero-title-line:nth-child(1) {
        animation-delay: 0.4s;
        color: var(--color-white);
    }

    .hero-title-line.gold {
        animation-delay: 0.6s;
        background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold), var(--color-gold-dark));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.hero-subtitle {
    font-size: 1.05rem;
    color: var(--color-gray-light);
    line-height: 2;
    margin-bottom: 36px;
    max-width: 500px;
    animation: fadeInUp 1s ease 0.8s both;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
    animation: fadeInUp 1s ease 1s both;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: var(--radius-xl);
    cursor: pointer;
    transition: all var(--transition-normal);
    font-family: inherit;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));
    color: var(--color-black);
    box-shadow: var(--shadow-gold);
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(212,160,23,0.5);
    }

.btn-outline {
    border: 1.5px solid rgba(212,160,23,0.5);
    color: var(--color-gold);
    background: transparent;
}

    .btn-outline:hover {
        background: rgba(212,160,23,0.1);
        border-color: var(--color-gold);
        transform: translateY(-2px);
    }

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 40px;
    animation: fadeInUp 1s ease 1.2s both;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-gold);
    line-height: 1;
}

.stat-plus {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-gold);
}

.stat-label {
    display: block;
    font-size: 0.8rem;
    color: var(--color-gray);
    margin-top: 4px;
}

/* Hero Visual */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInRight 1.2s ease 0.5s both;
}

.hero-image-wrapper {
    position: relative;
    width: 380px;
    height: 520px;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-lg);
}

.hero-image-frame {
    position: absolute;
    inset: -8px;
    border: 2px solid rgba(212,160,23,0.3);
    border-radius: calc(var(--radius-lg) + 4px);
    pointer-events: none;
}

.hero-image-glow {
    position: absolute;
    inset: 0;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, transparent 60%, rgba(10,10,10,0.8) 100%);
    pointer-events: none;
}

/* Scroll Indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: fadeIn 1s ease 2s both;
}

    .hero-scroll-indicator span {
        font-size: 0.7rem;
        color: var(--color-gray);
        letter-spacing: 2px;
    }

.scroll-arrow {
    width: 20px;
    height: 30px;
    border: 1.5px solid var(--color-gray);
    border-radius: 10px;
    position: relative;
}

    .scroll-arrow::after {
        content: '';
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 8px;
        background: var(--color-gold);
        border-radius: 2px;
        animation: scrollBounce 2s infinite;
    }

@keyframes scrollBounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) translateY(8px);
        opacity: 0.3;
    }
}

/* =================== ABOUT SECTION =================== */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-images {
    position: relative;
}

.about-img-main {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

    .about-img-main img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        transition: transform 0.8s ease;
    }

    .about-img-main:hover img {
        transform: scale(1.05);
    }

.about-img-secondary {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 200px;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 4px solid var(--color-black);
    box-shadow: var(--shadow-md);
}

    .about-img-secondary img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

.about-experience-badge {
    position: absolute;
    top: -20px;
    left: 20px;
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));
    color: var(--color-black);
    padding: 16px 20px;
    border-radius: var(--radius-md);
    text-align: center;
    box-shadow: var(--shadow-gold);
}

.badge-number {
    display: block;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
}

.badge-text {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    margin-top: 4px;
}

.about-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-gold);
    margin-bottom: 16px;
}

.about-text {
    color: var(--color-gray-light);
    line-height: 2;
    margin-bottom: 16px;
    font-size: 0.95rem;
}

.about-values {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.value-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: rgba(212,160,23,0.03);
    border: 1px solid rgba(212,160,23,0.08);
    border-radius: var(--radius-md);
    transition: all var(--transition-normal);
}

    .value-item:hover {
        background: rgba(212,160,23,0.06);
        border-color: rgba(212,160,23,0.15);
        transform: translateX(5px);
    }

.value-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212,160,23,0.1);
    border-radius: var(--radius-sm);
    color: var(--color-gold);
}

.value-item strong {
    display: block;
    font-size: 0.95rem;
    color: var(--color-white);
    margin-bottom: 4px;
}

.value-item p {
    font-size: 0.85rem;
    color: var(--color-gray);
    line-height: 1.6;
}

/* =================== SERVICES SECTION =================== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.service-card {
    position: relative;
    padding: 40px 30px;
    background: var(--color-dark-card);
    border: 1px solid var(--color-dark-border);
    border-radius: var(--radius-lg);
    transition: all var(--transition-slow);
    overflow: hidden;
}

    .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
        opacity: 0;
        transition: opacity var(--transition-normal);
    }

    .service-card:hover::before,
    .service-card:focus-within::before {
        opacity: 1;
    }

    .service-card:hover,
    .service-card:focus-within {
        transform: translateY(-8px);
        border-color: rgba(212,160,23,0.2);
        box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    }

.service-icon {
    margin-bottom: 20px;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212,160,23,0.06);
    border-radius: var(--radius-md);
    border: 1px solid rgba(212,160,23,0.1);
}

.service-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 12px;
}

.service-desc {
    font-size: 0.9rem;
    color: var(--color-gray);
    line-height: 1.9;
    margin-bottom: 20px;
}



/* =================== PORTFOLIO SECTION =================== */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.portfolio-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 2/3;
}

.portfolio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(10,10,10,0.9) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity var(--transition-normal);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item:hover .portfolio-img {
    transform: scale(1.08);
}

.portfolio-category {
    font-size: 0.75rem;
    color: var(--color-gold);
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.portfolio-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-white);
}

.portfolio-zoom {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212,160,23,0.9);
    color: var(--color-black);
    border-radius: 50%;
    transform: scale(0) rotate(-90deg);
    transition: transform var(--transition-slow);
}

.portfolio-item:hover .portfolio-zoom {
    transform: scale(1) rotate(0);
}

/* =================== LIGHTBOX =================== */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-normal), visibility var(--transition-normal);
}

    .lightbox.active {
        opacity: 1;
        visibility: visible;
    }

    .lightbox[hidden] {
        display: flex;
    }

.lightbox-close {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: background var(--transition-fast);
    z-index: 10;
}

    .lightbox-close:hover {
        background: rgba(255,255,255,0.2);
    }

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: background var(--transition-fast);
    z-index: 10;
}

    .lightbox-nav:hover {
        background: rgba(255,255,255,0.2);
    }

.lightbox-prev {
    right: 20px;
}

.lightbox-next {
    left: 20px;
}

.lightbox-content {
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: var(--radius-sm);
    transform: scale(0.9);
    transition: transform var(--transition-slow);
}

.lightbox.active .lightbox-img {
    transform: scale(1);
}

.lightbox-caption {
    margin-top: 16px;
    font-size: 0.9rem;
    color: var(--color-gray-light);
    text-align: center;
}

/* =================== PAYMENT SECTION =================== */
.payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.payment-card {
    position: relative;
    padding: 40px 30px;
    background: var(--color-dark-card);
    border: 1px solid var(--color-dark-border);
    border-radius: var(--radius-lg);
    text-align: center;
    transition: all var(--transition-slow);
    overflow: hidden;
}

    .payment-card:hover {
        transform: translateY(-5px);
        border-color: rgba(212,160,23,0.2);
    }

.payment-card-featured {
    border-color: rgba(212,160,23,0.3);
    background: linear-gradient(180deg, rgba(212,160,23,0.04) 0%, var(--color-dark-card) 100%);
}

    .payment-card-featured::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, var(--color-gold-dark), var(--color-gold), var(--color-gold-dark));
    }

.payment-icon {
    margin-bottom: 20px;
}

.payment-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 24px;
}

.payment-features {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .payment-features li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.9rem;
        color: var(--color-gray-light);
    }

.payment-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 4px 14px;
    font-size: 0.7rem;
    font-weight: 600;
    background: rgba(255,255,255,0.05);
    color: var(--color-gray);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
}

.payment-badge-gold {
    background: rgba(212,160,23,0.15);
    color: var(--color-gold);
    border-color: rgba(212,160,23,0.3);
}

.payment-note {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 600px;
    margin: 40px auto 0;
    padding: 20px 24px;
    background: rgba(212,160,23,0.04);
    border: 1px solid rgba(212,160,23,0.1);
    border-radius: var(--radius-md);
}

    .payment-note p {
        font-size: 0.9rem;
        color: var(--color-gray-light);
        line-height: 1.8;
    }

/* =================== CONTACT SECTION =================== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px;
    background: var(--color-dark);
    border: 1px solid var(--color-dark-border);
    border-radius: var(--radius-md);
    transition: all var(--transition-normal);
}

    .contact-card:hover {
        border-color: rgba(212,160,23,0.2);
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
    }

.contact-card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212,160,23,0.08);
    border-radius: 50%;
    color: var(--color-gold);
    margin-bottom: 14px;
}

.whatsapp-icon {
    background: rgba(37, 211, 102, 0.1);
    color: #25d366;
}

.instagram-icon {
    background: linear-gradient(135deg, rgba(131,58,180,0.1), rgba(253,29,29,0.1), rgba(252,176,69,0.1));
    color: #e1306c;
}

.reveal-element.instagram p {
    direction: ltr;
}

.contact-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 6px;
}

.contact-value {
    font-size: 0.85rem;
    color: var(--color-gray-light);
    margin-bottom: 10px;
}

.contact-action {
    font-size: 0.8rem;
    color: var(--color-gold);
    font-weight: 600;
}

.contact-hours {
    font-size: 0.8rem;
    color: var(--color-gray);
    margin-top: 8px;
}

.contact-card-address {
    grid-column: 1 / -1;
}

/* Map Placeholder */
.contact-map {
    height: 100%;
    min-height: 300px;
}

.map-placeholder {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: var(--color-dark);
    border: 1px solid var(--color-dark-border);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/*.map-placeholder::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(rgba(212,160,23,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(212,160,23,0.03) 1px, transparent 1px);
        background-size: 40px 40px;
    }*/

.map-inner {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .map-inner p {
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--color-gold);
        margin-top: 10px;
    }

    .map-inner span {
        font-size: 0.85rem;
        color: var(--color-gray);
    }

/* =================== FOOTER =================== */
.footer {
    background: var(--color-dark);
    border-top: 1px solid var(--color-dark-border);
    padding: 60px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-dark-border);
}

.footer-logo {
    display: inline-block;
    margin-bottom: 16px;
}

.footer-logo-svg {
    height: 42px;
}

.footer-desc {
    font-size: 0.85rem;
    color: var(--color-gray);
    line-height: 1.9;
    margin-bottom: 20px;
    max-width: 300px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

    .footer-social a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 50%;
        color: var(--color-gray);
        transition: all var(--transition-fast);
    }

        .footer-social a:hover {
            background: rgba(212,160,23,0.1);
            border-color: rgba(212,160,23,0.3);
            color: var(--color-gold);
        }

.footer-heading {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

    .footer-heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30px;
        height: 2px;
        background: var(--color-gold);
        border-radius: 2px;
    }

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 0.85rem;
    color: var(--color-gray);
    transition: color var(--transition-fast), padding-right var(--transition-fast);
}

    .footer-links a:hover {
        color: var(--color-gold);
        padding-right: 6px;
    }

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--color-gray);
    margin-bottom: 12px;
}

.footer-contact svg {
    flex-shrink: 0;
    color: var(--color-gold);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 0.8rem;
    color: var(--color-gray);
}

.footer-tagline {
    color: var(--color-gray);
}

/* =================== SCROLL TO TOP =================== */
.scroll-top {
    position: fixed;
    bottom: 100px;
    left: 28px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-gold);
    color: var(--color-black);
    border-radius: 50%;
    box-shadow: var(--shadow-gold);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all var(--transition-normal);
    z-index: 900;
}

    .scroll-top.visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .scroll-top:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 30px rgba(212,160,23,0.5);
    }

/* =================== WHATSAPP FLOAT =================== */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    z-index: 900;
    transition: all var(--transition-normal);
    animation: whatsappPulse 3s infinite;
}

    .whatsapp-float:hover {
        transform: scale(1.1);
        box-shadow: 0 8px 30px rgba(37,211,102,0.5);
    }

@keyframes whatsappPulse {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    }

    50% {
        box-shadow: 0 4px 30px rgba(37,211,102,0.6), 0 0 0 10px rgba(37,211,102,0.1);
    }
}

/* =================== REVEAL ANIMATIONS =================== */
.reveal-element {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

    .reveal-element.revealed {
        opacity: 1;
        transform: translateY(0);
    }

    .reveal-element.instagram {
        grid-column: 1 / -1;
    }

/* Stagger delays for grid children */
.services-grid .reveal-element:nth-child(2) {
    transition-delay: 0.1s;
}

.services-grid .reveal-element:nth-child(3) {
    transition-delay: 0.2s;
}

.services-grid .reveal-element:nth-child(4) {
    transition-delay: 0.3s;
}

.services-grid .reveal-element:nth-child(5) {
    transition-delay: 0.4s;
}

.services-grid .reveal-element:nth-child(6) {
    transition-delay: 0.5s;
}

.portfolio-grid .reveal-element:nth-child(2) {
    transition-delay: 0.1s;
}

.portfolio-grid .reveal-element:nth-child(3) {
    transition-delay: 0.2s;
}

.portfolio-grid .reveal-element:nth-child(4) {
    transition-delay: 0.3s;
}

.portfolio-grid .reveal-element:nth-child(5) {
    transition-delay: 0.4s;
}

.portfolio-grid .reveal-element:nth-child(6) {
    transition-delay: 0.5s;
}

/* =================== KEYFRAMES =================== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* =================== RESPONSIVE =================== */

/* Tablet */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-visual {
        order: -1;
    }

    .hero-image-wrapper {
        width: 300px;
        height: 420px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-images {
        max-width: 500px;
        margin: 0 auto;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

/* Mobile */
@media (max-width: 768px) {
    :root {
        --container-padding: 1.5rem;
        --header-height: 64px;
    }

    .section {
        padding: 70px 0;
    }

    .hero-content {
        padding: 30px 20px;
        gap: 30px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-badge {
        font-size: 0.65rem;
        padding: 6px 14px;
        letter-spacing: 1px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    /* Mobile Menu Toggle */
    .menu-toggle {
        display: flex;
    }

    .nav-list {
        position: fixed;
        inset: 0;
        background: rgba(10, 10, 10, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all var(--transition-normal);
    }

        .nav-list.open {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

    .nav-link {
        font-size: 1.3rem;
        padding: 16px 20px;
    }

        .nav-link.active::after {
            display: none;
        }

    /* Hero Mobile */
    .hero {
        min-height: 100svh;
    }

    .hero-image-wrapper {
        width: 240px;
        height: 340px;
    }

    .hero-title {
        font-size: clamp(1.8rem, 7vw, 2.6rem);
    }

    .hero-stats {
        gap: 24px;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .hero-scroll-indicator {
        display: none;
    }

    /* Services */
    .services-grid {
        grid-template-columns: 1fr;
    }

    /* Portfolio */
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* Payment */
    .payment-grid {
        grid-template-columns: 1fr;
    }

    /* Contact */
    .contact-cards {
        grid-template-columns: 1fr;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    /* Lightbox */
    .lightbox-prev {
        right: 10px;
    }

    .lightbox-next {
        left: 10px;
    }

    .lightbox-nav {
        width: 40px;
        height: 40px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .hero-content {
        padding: 20px 16px;
    }

    .hero-image-wrapper {
        width: 180px;
        height: 250px;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }

    .about-img-secondary {
        width: 140px;
        left: -10px;
        bottom: -20px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 16px;
    }

    .stat-item {
        flex: 1;
        min-width: 80px;
    }
}

/* Prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    html {
        scroll-behavior: auto;
    }

    .reveal-element {
        opacity: 1;
        transform: none;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    :root {
        --color-gray: #aaaaaa;
        --color-gray-light: #cccccc;
        --color-dark-border: #444444;
    }
}

/* Print styles */
@media print {
    .header,
    .whatsapp-float,
    .scroll-top,
    .hero-particles,
    .hero-scroll-indicator {
        display: none !important;
    }

    body {
        background: white;
        color: black;
    }

    .section-dark {
        background: #f5f5f5;
    }
}
