@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/iranyekan/eot/iranyekanwebboldfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iranyekan/woff/iranyekanwebboldfanum.woff") format("woff"),
    url("../fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf") format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/iranyekan/eot/iranyekanwebthinfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iranyekan/woff/iranyekanwebthinfanum.woff") format("woff"),
    url("../fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf") format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iranyekan/eot/iranyekanweblightfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iranyekan/woff/iranyekanweblightfanum.woff") format("woff"),
    url("../fonts/iranyekan/ttf/iranyekanweblightfanum.ttf") format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iranyekan/eot/iranyekanwebregularfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iranyekan/woff/iranyekanwebregularfanum.woff") format("woff"),
    url("../fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf") format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iranyekan/woff/iranyekanwebmediumfanum.woff") format("woff"),
    url("../fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf") format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff") format("woff"),
    url("../fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf") format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 850;
    src: url("../fonts/iranyekan/eot/iranyekanwebblackfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iranyekan/woff/iranyekanwebblackfanum.woff") format("woff"),
    url("../fonts/iranyekan/ttf/iranyekanwebblackfanum.ttf") format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iranyekan/woff/iranyekanwebextrablackfanum.woff") format("woff"),
    url("../fonts/iranyekan/ttf/iranyekanwebextrablackfanum.ttf") format("truetype")
}

:root {
    --primary: #ff6b35;
    --primary-glow: rgba(255, 107, 53, 0.4);
    --secondary: #f7931e;
    --accent: #ff9f43;
    --dark: #0c0e17;
    --darker: #080a10;
    --card: rgba(255, 255, 255, 0.03);
    --card-border: rgba(255, 255, 255, 0.08);
    --text: #f0f2f5;
    --text-muted: #8b92a8;
    --glass: rgba(20, 23, 35, 0.7);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'iranyekan','Vazirmatn', Tahoma, sans-serif;
    background: var(--darker);
    color: var(--text);
    line-height: 1.8;
    overflow-x: hidden;
    position: relative;
}

/* Floating Bubbles Background */
.bubbles-container {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.bubble {
    position: absolute;
    bottom: -100px;
    border-radius: 50%;
    opacity: 0.5;
    animation: rise linear infinite;
    filter: blur(1px);
}

.bubble:nth-child(1) { width: 40px; height: 40px; left: 10%; background: linear-gradient(135deg, var(--primary), transparent); animation-duration: 15s; animation-delay: 0s; }
.bubble:nth-child(2) { width: 20px; height: 20px; left: 20%; background: linear-gradient(135deg, var(--secondary), transparent); animation-duration: 12s; animation-delay: 1s; }
.bubble:nth-child(3) { width: 50px; height: 50px; left: 35%; background: linear-gradient(135deg, var(--accent), transparent); animation-duration: 18s; animation-delay: 2s; opacity: 0.3; }
.bubble:nth-child(4) { width: 80px; height: 80px; left: 50%; background: linear-gradient(135deg, var(--primary), var(--secondary)); animation-duration: 22s; animation-delay: 0s; opacity: 0.15; filter: blur(2px); }
.bubble:nth-child(5) { width: 35px; height: 35px; left: 55%; background: linear-gradient(135deg, var(--secondary), transparent); animation-duration: 14s; animation-delay: 3s; }
.bubble:nth-child(6) { width: 45px; height: 45px; left: 65%; background: linear-gradient(135deg, var(--primary), transparent); animation-duration: 16s; animation-delay: 1s; opacity: 0.4; }
.bubble:nth-child(7) { width: 25px; height: 25px; left: 75%; background: linear-gradient(135deg, var(--accent), transparent); animation-duration: 13s; animation-delay: 2s; }
.bubble:nth-child(8) { width: 60px; height: 60px; left: 85%; background: linear-gradient(135deg, var(--primary), transparent); animation-duration: 20s; animation-delay: 0s; opacity: 0.2; filter: blur(3px); }
.bubble:nth-child(9) { width: 30px; height: 30px; left: 90%; background: linear-gradient(135deg, var(--secondary), transparent); animation-duration: 17s; animation-delay: 4s; }
.bubble:nth-child(10) { width: 15px; height: 15px; left: 5%; background: linear-gradient(135deg, var(--accent), transparent); animation-duration: 11s; animation-delay: 1s; }

@keyframes rise {
    0% { bottom: -100px; transform: translateX(0) scale(1); opacity: 0; }
    10% { opacity: 0.5; }
    50% { transform: translateX(20px) scale(1.1); }
    90% { opacity: 0.5; }
    100% { bottom: 110vh; transform: translateX(-20px) scale(1); opacity: 0; }
}

/* Noise texture overlay */
body::before {
    content: '';
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
    z-index: 1;
    pointer-events: none;
}

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--darker); }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--primary), var(--secondary)); border-radius: 4px; }

/* Navbar */
.navbar {
    position: fixed; top: 0; width: 100%;
    padding: 1.2rem 5%;
    background: rgba(12, 14, 23, 0.8);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid var(--card-border);
    z-index: 1000;
    display: flex; justify-content: space-between; align-items: center;
    transition: all 0.3s;
}

.logo {
    font-size: 1.6rem; font-weight: 900;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    display: flex; align-items: center; gap: 0.6rem;
    letter-spacing: -1px;
}
.logo img {width: 50px; display: inline-block;vertical-align: middle;}

.logo svg { width: 32px; height: 32px; fill: url(#logoGradient); }

.nav-links { display: flex; gap: 2.5rem; }
.nav-links a {
    color: var(--text-muted); text-decoration: none;
    font-size: 0.95rem; font-weight: 600;
    position: relative; transition: 0.3s;
}
.nav-links a::after {
    content: ''; position: absolute; bottom: -5px; right: 0;
    width: 0; height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transition: width 0.3s; border-radius: 2px;
}
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { width: 100%; }

.mobile-menu { display: none; font-size: 1.5rem; cursor: pointer; color: var(--text); }

/* Hero */
.hero {
    min-height: 100vh; display: flex; align-items: center; justify-content: center;
    position: relative; padding: 140px 5% 100px;
    z-index: 2;
    overflow-x: hidden;
}

.hero-bg-glow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);
    z-index: -1; pointer-events: none;
    animation: pulse-glow 4s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.8; }
}

.hero-content { max-width: 850px; text-align: center; position: relative; z-index: 2; }

.hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.6rem 1.8rem;
    background: var(--card); border: 1px solid var(--card-border);
    border-radius: 50px; color: var(--accent);
    font-size: 0.9rem; margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    animation: fadeInUp 1s ease-out;
}

.hero h1 {
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 900; line-height: 1.1; margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease-out 0.2s both;
}
.hero h1 span {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.25rem; color: var(--text-muted);
    margin-bottom: 3rem; max-width: 600px; margin-inline: auto;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.hero-cta {
    display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.btn {
    padding: 1rem 2.5rem; border-radius: 50px;
    text-decoration: none; font-weight: 700;
    display: inline-flex; align-items: center; gap: 0.6rem;
    transition: all 0.3s; border: none; cursor: pointer;
    font-family: inherit; font-size: 1rem;
}
.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff; box-shadow: 0 10px 30px var(--primary-glow);
    position: relative; overflow: hidden;
}
.btn-primary::before {
    content: ''; position: absolute; top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.5s;
}
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 40px var(--primary-glow); }

.btn-glass {
    background: var(--card); color: var(--text);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(10px);
}
.btn-glass:hover { background: rgba(255,255,255,0.08); border-color: var(--primary); transform: translateY(-3px); }

/* Trust Bar */
.trust-bar {
    position: relative; z-index: 2;
    padding: 4rem 5%;
    background: linear-gradient(180deg, transparent, rgba(255,107,53,0.03));
}
.trust-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem; max-width: 1200px; margin: 0 auto;
}
.trust-card {
    background: var(--card); border: 1px solid var(--card-border);
    border-radius: 20px; padding: 2rem;
    text-align: center; backdrop-filter: blur(10px);
    transition: all 0.4s; position: relative; overflow: hidden;
}
.trust-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transform: scaleX(0); transition: transform 0.4s;
}
.trust-card:hover::before { transform: scaleX(1); }
.trust-card:hover {
    transform: translateY(-8px); border-color: rgba(255,107,53,0.3);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.trust-icon {
    width: 60px; height: 60px; margin: 0 auto 1.2rem;
    background: linear-gradient(135deg, rgba(255,107,53,0.1), rgba(247,147,30,0.1));
    border-radius: 16px; display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(255,107,53,0.2);
}
.trust-icon svg { width: 30px; height: 30px; stroke: var(--primary); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.trust-card h3 { color: var(--text); font-size: 1.1rem; margin-bottom: 0.5rem; }
.trust-card p { color: var(--text-muted); font-size: 0.9rem; }

/* Sections */
section { padding: 6rem 5%; position: relative; z-index: 2; }
.section-title { text-align: center; margin-bottom: 4rem; }
.section-title h2 { font-size: 2.5rem; margin-bottom: 1rem; }
.section-title h2 span {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.section-title p { color: var(--text-muted); max-width: 550px; margin: 0 auto; }

/* Services */
.services-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem; max-width: 1200px; margin: 0 auto;
}
.service-card {
    background: var(--card); border: 1px solid var(--card-border);
    border-radius: 24px; padding: 2.5rem;
    backdrop-filter: blur(10px);
    transition: all 0.4s; position: relative;
    overflow: hidden;
}
.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(255,107,53,0.4);
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
}
.service-icon {
    width: 70px; height: 70px;
    background: linear-gradient(135deg, rgba(255,107,53,0.15), rgba(247,147,30,0.15));
    border-radius: 20px; display: flex;
    align-items: center; justify-content: center;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255,107,53,0.25);
    box-shadow: 0 10px 30px rgba(255,107,53,0.1);
}
.service-icon svg { width: 35px; height: 35px; stroke: var(--primary); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 1.3rem; margin-bottom: 1rem; color: var(--text); }
.service-card p { color: var(--text-muted); line-height: 1.8; font-size: 0.95rem; }

/* Process */
.process-container { max-width: 800px; margin: 0 auto; position: relative; }
.process-line {
    position: absolute; right: 34px; top: 0; width: 2px; height: 100%;
    background: linear-gradient(to bottom, var(--primary), var(--secondary), transparent);
    opacity: 0.4;
}
.process-step {
    display: flex; gap: 2rem; margin-bottom: 3rem;
    opacity: 0; transform: translateX(50px);
    transition: all 0.8s ease-out;
}
.process-step.visible { opacity: 1; transform: translateX(0); }
.step-number {
    width: 70px; height: 70px; min-width: 70px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; font-weight: 900; color: #fff;
    box-shadow: 0 0 30px var(--primary-glow);
    position: relative; z-index: 2;
}
.step-content {
    background: var(--card); padding: 1.8rem 2rem;
    border-radius: 16px; border: 1px solid var(--card-border);
    flex: 1; backdrop-filter: blur(10px);
    transition: 0.3s;
}
.step-content:hover { border-color: rgba(255,107,53,0.3); transform: translateX(-5px); }
.step-content h3 { color: var(--primary); margin-bottom: 0.5rem; font-size: 1.2rem; }
.step-content p { color: var(--text-muted); font-size: 0.95rem; }

/* Gallery */
.gallery-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem; max-width: 1200px; margin: 0 auto;
}
.gallery-item {
    position: relative; border-radius: 20px; overflow: hidden;
    aspect-ratio: 4/3; cursor: pointer; border: 2px solid var(--card-border);
    transition: all 0.4s;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.gallery-item:hover { border-color: var(--primary); box-shadow: 0 20px 40px rgba(0,0,0,0.6); }
.gallery-item:hover img { transform: scale(1.15); }
.gallery-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(12,14,23,0.9) 0%, transparent 60%);
    display: flex; align-items: flex-end; padding: 2rem;
    opacity: 0; transition: opacity 0.4s;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span { color: #fff; font-weight: 700; font-size: 1.2rem; }

/* Contact */
.contact-wrapper {
    max-width: 1000px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
}
.contact-info h3 {
    font-size: 1.8rem; margin-bottom: 2rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.contact-item {
    display: flex; align-items: flex-start; gap: 1.2rem;
    margin-bottom: 1.5rem; padding: 1.3rem;
    background: var(--card); border-radius: 16px;
    border: 1px solid var(--card-border);
    backdrop-filter: blur(10px);
    transition: all 0.3s;
}
.contact-item:hover { border-color: rgba(255,107,53,0.4); transform: translateX(-8px); }
.contact-icon {
    width: 45px; height: 45px; min-width: 45px;
    background: linear-gradient(135deg, rgba(255,107,53,0.15), rgba(247,147,30,0.15));
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(255,107,53,0.2);
}
.contact-icon svg { width: 22px; height: 22px; stroke: var(--primary); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-item div strong { color: var(--text); display: block; margin-bottom: 0.3rem; }
.contact-item div p { color: var(--text-muted); font-size: 0.9rem; }

.phone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.phone-card {
    background: linear-gradient(145deg, var(--card), rgba(255,107,53,0.05));
    border: 2px solid var(--card-border); border-radius: 20px;
    padding: 1.5rem; text-align: center; transition: all 0.4s;
    position: relative; overflow: hidden;
}
.phone-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}
.phone-card:hover { border-color: var(--primary); transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.4); }
.phone-card h4 { color: var(--primary); margin-bottom: 0.5rem; font-size: 0.95rem; }
.phone-card a { font-size: 1.3rem; color: var(--text); text-decoration: none; font-weight: 900; display: block; margin-bottom: 0.5rem; transition: 0.3s; }
.phone-card a:hover { color: var(--primary); }
.phone-card p { color: var(--text-muted); font-size: 0.8rem; }

.map-container {
    border-radius: 24px; overflow: hidden;
    border: 2px solid var(--card-border); min-height: 450px;
    background: var(--card); display: flex;
    flex-direction: column; align-items: center; justify-content: center;
    gap: 1.5rem; padding: 2rem; text-align: center;
    backdrop-filter: blur(10px);
    position: relative;
}
.map-container::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at center, var(--primary-glow), transparent 70%);
    opacity: 0.3; pointer-events: none;
}
.map-icon { width: 80px; height: 80px; background: linear-gradient(135deg, rgba(255,107,53,0.2), rgba(247,147,30,0.2)); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255,107,53,0.3); position: relative; z-index: 1; }
.map-icon svg { width: 40px; height: 40px; stroke: var(--primary); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.map-container h3 { color: var(--text); font-size: 1.5rem; position: relative; z-index: 1; }
.map-container p { color: var(--text-muted); position: relative; z-index: 1; }
.map-btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff; padding: 0.9rem 2rem; border-radius: 50px;
    text-decoration: none; font-weight: 700; transition: 0.3s;
    position: relative; z-index: 1; box-shadow: 0 10px 30px var(--primary-glow);
}
.map-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 40px var(--primary-glow); }

/* Footer */
footer {
    background: linear-gradient(180deg, transparent, rgba(255,107,53,0.03));
    border-top: 1px solid var(--card-border);
    padding: 4rem 5% 2rem; text-align: center; position: relative; z-index: 2;
}
.footer-logo {
    font-size: 1.8rem; font-weight: 900;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}
.footer-logo img {
    width: 300px;
    display: block;
    margin: 0 auto 10px;
}
.footer-address { color: var(--text-muted); margin-bottom: 2rem; line-height: 2; }
.social-links { display: flex; justify-content: center; gap: 1rem; margin-bottom: 2rem; }
.social-links a {
    width: 50px; height: 50px; border-radius: 50%;
    background: var(--card); border: 1px solid var(--card-border);
    display: flex; align-items: center; justify-content: center;
    color: var(--text-muted); text-decoration: none;
    transition: all 0.3s;
}
.social-links a svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.social-links a:hover { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; border-color: transparent; transform: translateY(-5px) rotate(5deg); }
.copyright { color: var(--text-muted); font-size: 0.9rem; padding-top: 2rem; border-top: 1px solid var(--card-border); }
.copyright a { color:var(--secondary);text-decoration: none}
.copyright a:hover { color:var(--primary)}

/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
    .nav-links { display: none; }
    .mobile-menu { display: block; }
    .hero { padding-top: 100px; }
    .contact-wrapper { grid-template-columns: 1fr; }
    .phone-grid { grid-template-columns: 1fr; }
    .process-step { flex-direction: column; align-items: center; text-align: center; }
    .process-line { right: 50%; transform: translateX(50%); }
    .step-content { width: 100%; }
    .hero-cta { flex-direction: column; align-items: center; }
    .btn { width: 100%; justify-content: center; }
}

.reveal {
    opacity: 0; transform: translateY(50px);
    transition: all 1s cubic-bezier(0.5, 0, 0, 1);
}
.reveal.active { opacity: 1; transform: translateY(0); }
