/* AmbulansPro Theme - AmbulansPro Tema Tasarımı */

/* === RESET & BASE === */
:root { --primary: #FF6B35; --dark: #1A1A2E; --light: #F5F5F5; --white: #FFF; --text: #2C3E50; --text-light: #7F8C8D; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-x: hidden; overflow-y: auto; width: 100%; max-width: 100vw; height: auto; }
body { font-family: 'Exo', sans-serif; font-weight: 300; color: var(--text); line-height: 1.7; overflow-x: hidden; overflow-y: auto; width: 100%; max-width: 100vw; position: relative; min-height: 100vh; }
h1,h2,h3,h4,h5,h6 { font-family: 'Exo', sans-serif; font-weight: 600; line-height: 1.3; }

/* === HEADER === */
.header { position: relative; top: 0; left: 0; right: 0; background: var(--white); box-shadow: 0 2px 20px rgba(0,0,0,.05); z-index: 1000; padding: 1.5rem 0; }
.header-content { max-width: 1400px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 1.8rem; font-weight: 600; color: var(--text); display: flex; align-items: center; gap: .5rem; text-decoration: none; }
.logo a { color: inherit; text-decoration: none; display: flex; align-items: center; gap: .5rem; }
.logo i { font-size: 2rem; color: var(--primary); }
.nav { display: flex; gap: 3rem; align-items: center; position: relative; }
.nav-item { position: relative; }
.nav a { text-decoration: none; color: var(--text); font-weight: 300; font-size: 1rem; transition: color .3s; display: flex; align-items: center; }
.nav a:hover { color: var(--primary); }
.nav-dropdown { position: absolute; top: 100%; left: 0; background: var(--white); min-width: 220px; box-shadow: 0 8px 30px rgba(0,0,0,.15); border-radius: 8px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all .3s; z-index: 1000; margin-top: 1rem; padding: .5rem 0; border: 1px solid #e0e0e0; }
.nav-item:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a { display: flex; align-items: center; gap: .75rem; padding: .75rem 1rem; border-bottom: 1px solid rgba(0,0,0,.05); color: var(--text); text-decoration: none; font-weight: 300; font-size: .95rem; transition: all .2s; }
.nav-dropdown a:last-child { border-bottom: none; }
.nav-dropdown a:hover { background: rgba(255,107,53,.05); color: var(--primary); padding-left: 1.25rem; }
.nav-dropdown-multi { min-width: 480px !important; display: grid !important; grid-template-columns: 1fr 1fr; padding: .75rem !important; gap: .25rem; }
.nav-dropdown-item { display: flex; align-items: center; gap: .75rem; padding: .65rem .85rem; border-radius: 6px; color: var(--text); text-decoration: none; font-weight: 300; font-size: .9rem; transition: all .2s; white-space: nowrap; }
.nav-dropdown-item:hover { background: rgba(255,107,53,.08); color: var(--primary); }
.nav-dropdown-item i { color: var(--primary); width: 18px; text-align: center; font-size: .85rem; }
.call-btn { background: var(--primary); color: var(--white); padding: .8rem 2rem; border-radius: 30px; text-decoration: none; font-weight: 300; display: flex; align-items: center; gap: .5rem; transition: transform .3s; }
.call-btn:hover { transform: scale(1.05); }
.hamburger { display: none; background: none; border: none; font-size: 1.5rem; color: var(--text); cursor: pointer; padding: .5rem; }

/* === HERO === */
.hero { margin-top: 0; min-height: 675px; background: linear-gradient(135deg, var(--dark) 0%, #2C3E50 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.hero-content { max-width: 1400px; margin: 0 auto; padding: 4rem 2rem; position: relative; z-index: 2; width: 100%; display: flex; align-items: center; justify-content: center; min-height: 100%; }
.hero-text { max-width: 100%; text-align: center; position: relative; z-index: 1; }
.hero-text h1 { font-weight: 600; color: var(--white); margin-bottom: 1.2rem; line-height: 1.2; }
.hero-text h1 span { color: var(--primary); }
.hero-text p { font-weight: 300; color: rgba(255,255,255,.9); margin-bottom: 2rem; opacity: .9; line-height: 1.6; }
.hero-buttons { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
.btn { padding: 1.2rem 3rem; border-radius: 50px; text-decoration: none; font-weight: 300; font-size: 1.1rem; display: inline-flex; align-items: center; gap: .8rem; transition: all .3s; }
.btn-primary { background: var(--primary); color: var(--white); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255,107,53,.4); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid var(--white); }
.btn-outline:hover { background: var(--white); color: var(--dark); }
.btn-whatsapp { background: #25D366; color: var(--white); }
.btn-whatsapp:hover { background: #20BA5A; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(37,211,102,.4); }

/* Hero Ghost Card (Glassmorphism) */
.hero-ghost-card { background: rgba(255,255,255,.03); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; padding: 3rem 3.5rem; position: relative; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.1); max-width: 700px; }
.hero-ghost-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); }
.hero-ghost-card::after { content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 100%; background: radial-gradient(circle, rgba(255,107,53,.08) 0%, transparent 70%); pointer-events: none; }

/* Hero Background - Animated Orbs */
.hero-bg-modern { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .6; animation: orbFloat 20s ease-in-out infinite; }
.hero-orb-1 { width: 600px; height: 600px; background: linear-gradient(135deg, var(--primary) 0%, #ff8f5a 100%); top: -200px; right: -100px; animation-delay: 0s; }
.hero-orb-2 { width: 400px; height: 400px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); bottom: -100px; left: -50px; animation-delay: -7s; }
.hero-orb-3 { width: 300px; height: 300px; background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); top: 50%; left: 50%; transform: translate(-50%,-50%); animation-delay: -14s; opacity: .4; }
@keyframes orbFloat { 0%,100% { transform: translate(0,0) scale(1); } 25% { transform: translate(30px,-30px) scale(1.05); } 50% { transform: translate(-20px,20px) scale(.95); } 75% { transform: translate(20px,10px) scale(1.02); } }
.hero-orb-3 { animation-name: orbFloat3; }
@keyframes orbFloat3 { 0%,100% { transform: translate(-50%,-50%) scale(1); } 25% { transform: translate(-45%,-55%) scale(1.1); } 50% { transform: translate(-55%,-45%) scale(.9); } 75% { transform: translate(-48%,-52%) scale(1.05); } }

/* Hero Geometric Shapes */
.hero-shape { position: absolute; border: 2px solid rgba(255,255,255,.1); animation: shapeRotate 30s linear infinite; }
.hero-shape-1 { width: 200px; height: 200px; top: 10%; right: 15%; border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
.hero-shape-2 { width: 150px; height: 150px; bottom: 20%; left: 10%; border-radius: 50%; animation-direction: reverse; animation-duration: 25s; }
.hero-shape-3 { width: 100px; height: 100px; top: 40%; right: 30%; transform: rotate(45deg); animation-duration: 20s; }
@keyframes shapeRotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Hero Grid Pattern */
.hero-grid { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 50px 50px; animation: gridMove 20s linear infinite; }
@keyframes gridMove { 0% { transform: translate(0,0); } 100% { transform: translate(50px,50px); } }

/* Hero Floating Particles */
.hero-particles { position: absolute; width: 100%; height: 100%; }
.hero-particles span { position: absolute; width: 6px; height: 6px; background: rgba(255,255,255,.3); border-radius: 50%; animation: particleFloat 15s ease-in-out infinite; }
.hero-particles span:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }
.hero-particles span:nth-child(2) { left: 20%; top: 60%; animation-delay: -2s; width: 4px; height: 4px; }
.hero-particles span:nth-child(3) { left: 35%; top: 30%; animation-delay: -4s; }
.hero-particles span:nth-child(4) { left: 50%; top: 70%; animation-delay: -6s; width: 8px; height: 8px; }
.hero-particles span:nth-child(5) { left: 65%; top: 40%; animation-delay: -8s; width: 5px; height: 5px; }
.hero-particles span:nth-child(6) { left: 75%; top: 80%; animation-delay: -10s; }
.hero-particles span:nth-child(7) { left: 85%; top: 25%; animation-delay: -12s; width: 4px; height: 4px; }
.hero-particles span:nth-child(8) { left: 90%; top: 55%; animation-delay: -14s; }
.hero-particles span:nth-child(9) { left: 15%; top: 85%; animation-delay: -3s; width: 7px; height: 7px; }
.hero-particles span:nth-child(10) { left: 45%; top: 15%; animation-delay: -9s; }
@keyframes particleFloat { 0%,100% { transform: translateY(0) translateX(0); opacity: .3; } 25% { transform: translateY(-20px) translateX(10px); opacity: .6; } 50% { transform: translateY(-40px) translateX(-5px); opacity: .3; } 75% { transform: translateY(-20px) translateX(15px); opacity: .5; } }

/* Hero Glow */
.hero-glow { position: absolute; top: 50%; left: 30%; transform: translate(-50%,-50%); width: 800px; height: 800px; background: radial-gradient(circle, rgba(255,107,53,.15) 0%, transparent 70%); animation: glowPulse 8s ease-in-out infinite; }
@keyframes glowPulse { 0%,100% { opacity: .5; transform: translate(-50%,-50%) scale(1); } 50% { opacity: .8; transform: translate(-50%,-50%) scale(1.1); } }

/* === QUICK CONTACT === */
.quick-contact-modern { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); padding: 2.5rem 1.5rem; }
.quick-contact-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.quick-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,107,53,.25); border-radius: 16px; padding: 1.25rem; display: flex; align-items: center; gap: 1rem; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.quick-card:hover { transform: translateY(-3px); border-color: rgba(255,107,53,.5); }
.quick-card-icon { width: 52px; height: 52px; background: linear-gradient(135deg, #FF6B35 0%, #ff8c5a 100%); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: white; flex-shrink: 0; }
.quick-card-whatsapp .quick-card-icon { background: linear-gradient(135deg, #25D366 0%, #5FE89D 100%); }
.quick-card-hours .quick-card-icon { background: linear-gradient(135deg, #e74c3c 0%, #ff6b6b 100%); }
.quick-card-info { flex: 1; min-width: 0; }
.quick-card-label { display: block; font-size: .75rem; font-weight: 400; color: rgba(255,255,255,.5); margin-bottom: .2rem; text-transform: uppercase; letter-spacing: .5px; }
.quick-card-value { display: block; font-size: 1.05rem; font-weight: 600; color: white; }
.quick-card-hours .quick-card-value { color: #FF6B35; }
.quick-card-arrow { width: 36px; height: 36px; background: rgba(255,107,53,.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #FF6B35; flex-shrink: 0; transition: background .2s ease; }
.quick-card:hover .quick-card-arrow { background: #FF6B35; color: white; }
.quick-card-whatsapp .quick-card-arrow { background: rgba(37,211,102,.15); color: #25D366; }
.quick-card-whatsapp:hover .quick-card-arrow { background: #25D366; color: white; }
.quick-card-badge { display: flex; align-items: center; gap: .35rem; background: rgba(37,211,102,.12); border: 1px solid rgba(37,211,102,.25); padding: .35rem .7rem; border-radius: 16px; font-size: .7rem; font-weight: 500; color: #25D366; flex-shrink: 0; }
.badge-dot { width: 6px; height: 6px; background: #25D366; border-radius: 50%; }

/* === SERVICES === */
.services { padding: 8rem 2rem; background: #f7f8fa; }
.container { max-width: 1400px; margin: 0 auto; }
.section-title { text-align: center; margin-bottom: 5rem; }
.section-title h2 { font-size: 32px; font-weight: 600; color: var(--text); margin-bottom: 1rem; line-height: 1.3; }
.section-title p { font-size: .95rem; font-weight: 300; color: var(--text-light); max-width: 600px; margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { background: var(--white); padding: 1.5rem; border-radius: 12px; transition: transform .3s, box-shadow .3s; border: 1px solid #E0E0E0; display: flex; align-items: flex-start; gap: 1rem; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,.1); }
.service-icon { width: 50px; height: 50px; background: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.5rem; flex-shrink: 0; }
.service-card-content { flex: 1; }
.service-card-content h3 { font-size: 20px !important; font-weight: 600; margin-bottom: .5rem; color: var(--text); }
.service-card-content p { font-size: 14px; font-weight: 300; color: var(--text-light); margin-bottom: 1rem; line-height: 1.6; }
.service-link { color: var(--primary); text-decoration: none; font-weight: 300; display: inline-flex; align-items: center; gap: .5rem; }
.service-link:hover { gap: 1rem; }

/* === STATS MODERN === */
.stats-modern { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); padding: 5rem 2rem; position: relative; overflow: hidden; }
.stats-modern::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); opacity: .5; }
.stats-modern-container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; position: relative; z-index: 1; }
.stat-modern-card { background: rgba(255,255,255,.03); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 2.5rem 2rem; text-align: center; position: relative; overflow: hidden; transition: all .4s cubic-bezier(.175,.885,.32,1.275); }
.stat-modern-card:hover { transform: translateY(-10px); background: rgba(255,255,255,.08); border-color: rgba(255,107,53,.5); box-shadow: 0 20px 40px rgba(0,0,0,.3), 0 0 30px rgba(255,107,53,.2); }
.stat-modern-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary) 0%, #ff8f5a 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2rem; color: white; box-shadow: 0 10px 30px rgba(255,107,53,.4); position: relative; z-index: 1; transition: all .4s; }
.stat-modern-card:hover .stat-modern-icon { transform: scale(1.1) rotate(5deg); box-shadow: 0 15px 40px rgba(255,107,53,.5); }
.stat-modern-content { position: relative; z-index: 1; }
.stat-modern-number { font-size: 3rem; font-weight: 700; color: white; margin-bottom: .5rem; background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,.8) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.2; }
.stat-modern-label { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: 1px; }
.stat-modern-decoration { position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,107,53,.1) 0%, transparent 70%); opacity: 0; transition: opacity .4s; }
.stat-modern-card:hover .stat-modern-decoration { opacity: 1; }

/* === ABOUT === */
.about { padding: 8rem 2rem; background: #fcfff9; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-text h2 { font-size: 25px; font-weight: 600; margin-bottom: 2rem; color: var(--text); line-height: 1.3; }
.about-text p { font-size: 16px; font-weight: 300; color: var(--text-light); margin-bottom: 2rem; line-height: 1.7; }
.features { list-style: none; margin-top: 2rem; }
.features li { display: flex; align-items: start; gap: 1.5rem; margin-bottom: 2rem; }
.feature-icon { width: 50px; height: 50px; background: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: .95rem; flex-shrink: 0; }
.feature-text h4 { font-weight: 600; margin-bottom: .5rem; color: var(--text); }
.feature-text p { font-size: 1rem; font-weight: 300; color: var(--text-light); margin: 0; }

/* === PAGE HERO (Single) === */
.page-hero { margin-top: 0; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); padding: 5rem 2rem; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23ffffff' fill-opacity='0.06'/%3E%3Ccircle cx='10' cy='10' r='1.5' fill='%23ffffff' fill-opacity='0.04'/%3E%3Ccircle cx='50' cy='50' r='1.5' fill='%23ffffff' fill-opacity='0.04'/%3E%3C/svg%3E"); }
.page-hero::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,107,53,.2) 0%, transparent 70%); pointer-events: none; animation: heroGlow 4s ease-in-out infinite; }
@keyframes heroGlow { 0%,100% { opacity: .15; transform: translate(-50%,-50%) scale(1); } 50% { opacity: .25; transform: translate(-50%,-50%) scale(1.1); } }
.page-hero .hero-particles span { position: absolute; width: 8px; height: 8px; background: rgba(255,107,53,.6); border-radius: 50%; filter: blur(1px); }
.page-hero .hero-particles span:nth-child(1) { top: 20%; left: 10%; animation: floatParticle 6s ease-in-out infinite; }
.page-hero .hero-particles span:nth-child(2) { top: 60%; left: 20%; animation: floatParticle 8s ease-in-out infinite 1s; width: 6px; height: 6px; }
.page-hero .hero-particles span:nth-child(3) { top: 30%; right: 15%; animation: floatParticle 7s ease-in-out infinite .5s; background: rgba(255,255,255,.4); }
.page-hero .hero-particles span:nth-child(4) { top: 70%; right: 25%; animation: floatParticle 9s ease-in-out infinite 2s; width: 5px; height: 5px; }
.page-hero .hero-particles span:nth-child(5) { top: 40%; left: 30%; animation: floatParticle 5s ease-in-out infinite 1.5s; width: 4px; height: 4px; background: rgba(255,255,255,.3); }
.page-hero .hero-particles span:nth-child(6) { top: 80%; left: 60%; animation: floatParticle 7s ease-in-out infinite .8s; width: 7px; height: 7px; }
@keyframes floatParticle { 0%,100% { transform: translateY(0) rotate(0deg); opacity: .6; } 50% { transform: translateY(-20px) rotate(180deg); opacity: 1; } }
.hero-orbit { position: absolute; top: 50%; left: 50%; width: 300px; height: 300px; margin: -150px 0 0 -150px; border: 1px solid rgba(255,107,53,.1); border-radius: 50%; animation: orbitSpin 20s linear infinite; pointer-events: none; }
@keyframes orbitSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.orbit-dot { position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; margin-left: -4px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 10px rgba(255,107,53,.8); }
.page-hero-content { max-width: 1000px; margin: 0 auto; position: relative; z-index: 2; }
.page-hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: linear-gradient(135deg, rgba(255,107,53,.25) 0%, rgba(247,147,30,.25) 100%); backdrop-filter: blur(15px); padding: .6rem 1.8rem; border-radius: 50px; border: 2px solid rgba(255,255,255,.4); margin-bottom: 1rem; font-weight: 300; font-size: .95rem; color: var(--white); box-shadow: 0 4px 15px rgba(255,107,53,.3); animation: fadeInUp .8s ease-out; }
.page-hero-badge i { color: var(--primary); font-size: 1.1rem; }
.page-hero-title-wrapper { position: relative; margin-bottom: 1.5rem; animation: fadeInUp .8s ease-out .2s both; }
.page-hero h1 { font-weight: 600; color: var(--white); margin-bottom: 0; text-shadow: 0 4px 25px rgba(0,0,0,.5); line-height: 1.2; max-width: 1000px; margin-left: auto; margin-right: auto; position: relative; z-index: 2; letter-spacing: -.5px; }
.page-hero-title-accent { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); height: 4px; background: linear-gradient(90deg, transparent, var(--primary), transparent); border-radius: 2px; box-shadow: 0 2px 10px rgba(255,107,53,.5); animation: accentPulse 3s ease-in-out infinite; }
@keyframes accentPulse { 0%,100% { width: 120px; opacity: .8; } 50% { width: 160px; opacity: 1; } }
.page-hero-excerpt { font-size: 1.2rem; font-weight: 300; color: rgba(255,255,255,.95); max-width: 850px; margin: 0 auto 2rem; line-height: 1.8; text-shadow: 0 2px 8px rgba(0,0,0,.3); animation: fadeInUp .8s ease-out .4s both; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* === PAGE CONTENT === */
.page-wrapper { padding: 4rem 2rem; background: var(--light); }
.page-layout { max-width: 1600px; margin: 0 auto; display: grid; grid-template-columns: 1fr 420px; gap: 3rem; align-items: start; }
.page-container { background: var(--white); padding: 4rem; border-radius: 15px; box-shadow: 0 4px 30px rgba(0,0,0,.1); border: 1px solid #f0f0f0; }
.page-content { font-weight: 300; font-size: 1.1rem; line-height: 1.9; color: var(--text); }
.page-content h2 { font-weight: 600; margin: 3.5rem 0 1.5rem 0; color: var(--text); padding: 1rem 1.5rem; border: 1px solid #e0e0e0; border-radius: 2px; background: var(--light); display: flex; align-items: center; gap: .75rem; }
.page-content h2::before { content: '\f111'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--primary); font-size: 1rem; flex-shrink: 0; margin-right: .25rem; }
.page-content h2:first-of-type { margin-top: 0; }
.page-content p { margin-bottom: 1.8rem; text-align: justify; font-size: 1.05rem; }
.page-content ul, .page-content ol { margin: 1.5rem 0; padding-left: 2.5rem; }
.page-content li { margin-bottom: .75rem; line-height: 1.8; }
.page-content a { color: var(--primary); text-decoration: none; font-weight: 400; }
.page-content a:hover { text-decoration: underline; }
.page-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 3rem 0; box-shadow: 0 6px 25px rgba(0,0,0,.15); border: 1px solid #f0f0f0; }
.page-content blockquote { border-left: 4px solid var(--primary); padding: 1.5rem 2rem; margin: 2.5rem 0; font-style: italic; color: var(--text-light); background: var(--light); border-radius: 0 10px 10px 0; }
.page-content table { width: 100%; border-collapse: collapse; margin: 2rem 0; }
.page-content table th, .page-content table td { padding: 1rem; border: 1px solid #E0E0E0; text-align: left; }
.page-content table th { background: var(--light); font-weight: 600; }

/* === SIDEBAR === */
.page-sidebar { position: sticky; top: 100px; }
.sidebar-widget { background: var(--white); padding: 2rem; border-radius: 15px; box-shadow: 0 4px 30px rgba(0,0,0,.1); border: 1px solid #f0f0f0; margin-bottom: 2rem; transition: transform .3s, box-shadow .3s; }
.sidebar-widget:hover { transform: translateY(-2px); box-shadow: 0 6px 40px rgba(0,0,0,.15); }
.sidebar-widget-title { font-size: 18px; font-weight: 600; color: var(--text); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 3px solid var(--primary); display: flex; align-items: center; gap: .75rem; }
.sidebar-widget-title i { color: var(--primary); font-size: 1.2rem; }
.sidebar-widget-list { list-style: none; padding: 0; margin: 0; }
.sidebar-widget-item { padding: .75rem 0; border-bottom: 1px solid #f0f0f0; }
.sidebar-widget-item:last-child { border-bottom: none; }
.sidebar-widget-item a { color: var(--text); text-decoration: none; font-weight: 300; display: flex; align-items: center; gap: .75rem; transition: color .3s; }
.sidebar-widget-item a:hover { color: var(--primary); }
.sidebar-widget-item i { color: var(--primary); width: 20px; text-align: center; }
.about-me-section { background: var(--white); border-radius: 5px; padding: 25px; text-align: center; }
.about-me-icon { width: 120px; height: 120px; margin: 0 auto 1.5rem; background: linear-gradient(135deg, var(--primary) 0%, #F7931E 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 25px rgba(255,107,53,.35); }
.about-me-title { font-size: 18px; font-weight: 600; color: var(--text); margin-bottom: 1rem; }
.about-me-description { font-weight: 300; color: var(--text-light); margin-bottom: 1.5rem; line-height: 1.6; font-size: .95rem; }
.about-me-buttons { display: flex; flex-direction: column; gap: .75rem; }
.about-me-btn { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1.5rem; border-radius: 5px; text-decoration: none; font-weight: 300; font-size: .9rem; transition: all .3s; color: var(--white); }
.about-me-btn-primary { background: var(--primary); }
.about-me-btn-primary:hover { background: #e55a2b; transform: translateY(-2px); }
.about-me-btn-whatsapp { background: #25D366; }
.about-me-btn-whatsapp:hover { background: #20BA5A; transform: translateY(-2px); }

/* === CTA === */
.page-cta { background: linear-gradient(135deg, var(--primary) 0%, #F7931E 100%); padding: 5rem 2rem; text-align: center; margin-top: 5rem; position: relative; overflow: hidden; }
.page-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E"); }
.page-cta-content { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.page-cta h2 { font-weight: 600; color: var(--white); margin-bottom: 1.5rem; text-shadow: 0 2px 10px rgba(0,0,0,.2); }
.page-cta p { font-size: 1.3rem; font-weight: 300; color: rgba(255,255,255,.95); margin-bottom: 2.5rem; line-height: 1.8; }
.page-cta-buttons { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; }
.page-cta .btn-primary { background: var(--white); color: var(--primary); }
.page-cta .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.page-cta .btn-outline { background: transparent; color: var(--white); border: 2px solid var(--white); }
.page-cta .btn-outline:hover { background: var(--white); color: var(--primary); }

/* === FOOTER === */
.footer { background: var(--dark); color: var(--white); padding: 5rem 2rem 2rem; margin-bottom: 0; }
.footer-content { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 4rem; margin-bottom: 5px; }
.footer-section h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 1.5rem; color: var(--white); }
.footer-section p, .footer-section a { font-weight: 300; color: rgba(255,255,255,.8); text-decoration: none; line-height: 2; display: block; margin-bottom: .5rem; }
.footer-section a:hover { color: var(--primary); }
.footer-section ul { list-style: none !important; padding-left: 0 !important; margin: 0; }
.footer-section ul li { list-style: none !important; margin-bottom: .8rem; }
.footer-section ul li::before { content: none !important; }
.social-links { display: flex; gap: 1rem; margin-top: 1.5rem; }
.social-links a { width: 45px; height: 45px; background: rgba(255,255,255,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all .3s; }
.social-links a:hover { background: var(--primary); transform: translateY(-3px); color: var(--white) !important; }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); font-weight: 300; color: rgba(255,255,255,.6); }

/* === MOBILE BUTTONS === */
.mobile-buttons { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); padding: .75rem; box-shadow: 0 -4px 20px rgba(0,0,0,.1); z-index: 1000; gap: .5rem; }
.mobile-buttons.active { display: flex; }
.mobile-btn { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; padding: .8rem .5rem; border-radius: 10px; text-decoration: none; font-weight: 300; transition: all .3s; border: none; color: var(--white); }
.mobile-btn i { font-size: 1.2rem; margin-bottom: .2rem; }
.mobile-btn span { font-size: .75rem; white-space: normal; text-align: center; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; }
.mobile-btn-home { background: var(--dark); }
.mobile-btn-call { background: var(--primary); }
.mobile-btn-whatsapp { background: #25D366; animation: heartbeat 3s infinite; }

/* WhatsApp heartbeat animation */
@keyframes heartbeat {
    0% { transform: scale(1); }
    10% { transform: scale(1.15); }
    20% { transform: scale(1); }
    30% { transform: scale(1.1); }
    40% { transform: scale(1); }
}

/* === PRELOADER === */
#page-preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 99999; display: flex; align-items: center; justify-content: center; transition: opacity .3s, visibility .3s; }
#page-preloader.hidden { opacity: 0; visibility: hidden; }
#page-preloader .loader { width: 50px; height: 50px; border: 4px solid #f3f3f3; border-top: 4px solid var(--primary); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* === MOBILE NAV === */
.mobile-nav-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.5); z-index: 9998; }
.mobile-nav-overlay.active { display: block; }
.mobile-nav { position: fixed; top: 0; right: -300px; width: 300px; height: 100%; background: var(--white); z-index: 9999; transition: right .3s; overflow-y: auto; box-shadow: -5px 0 20px rgba(0,0,0,.2); }
.mobile-nav.active { right: 0; }
.mobile-nav-header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem; border-bottom: 1px solid #e0e0e0; }
.mobile-nav-close { background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text); }
.mobile-nav-links { padding: 1rem 0; }
.mobile-nav-links a { display: block; padding: .75rem 1.5rem; color: var(--text); text-decoration: none; font-weight: 300; border-bottom: 1px solid #f0f0f0; transition: all .2s; }
.mobile-nav-links a:hover { color: var(--primary); background: rgba(255,107,53,.05); padding-left: 2rem; }
.mobile-nav-links .mobile-submenu-title { font-weight: 600; color: var(--primary); padding: 1rem 1.5rem .5rem; font-size: .85rem; text-transform: uppercase; letter-spacing: 1px; }

/* === RESPONSIVE === */
@media (max-width: 1400px) { .page-layout { max-width: 1200px; grid-template-columns: 1fr 380px; } }
@media (max-width: 1200px) { .page-layout { grid-template-columns: 1fr 350px; gap: 2rem; } .nav-dropdown-multi { min-width: 420px !important; } }
@media (max-width: 1024px) {
    .page-layout { grid-template-columns: 1fr; }
    .page-sidebar { position: relative; top: 0; }
    .hero-text { max-width: 100%; }
    .about-content { grid-template-columns: 1fr; }
    .stats-modern-container { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .quick-contact-container { grid-template-columns: 1fr; gap: .75rem; }
    .quick-card { padding: 1rem; }
    .quick-card-icon { width: 46px; height: 46px; font-size: 1.2rem; }
}
@media (max-width: 768px) {
    .nav { display: none; }
    .hamburger { display: block; }
    .call-btn { display: none !important; }
    .hero-content { padding-left: 2rem; justify-content: center; }
    .hero-text { max-width: 100%; text-align: center; }
    .hero-buttons { justify-content: center; }
    .hero-ghost-card { padding: 1.5rem 1rem; margin: 0 1px; border-radius: 16px; max-width: calc(100% - 2px); }
    .hero-ghost-card .hero-text h1 { font-size: 1.4rem !important; white-space: nowrap; }
    .hero-ghost-card .hero-text p { font-size: .9rem; margin-bottom: 1.5rem; }
    .hero-ghost-card .hero-buttons { flex-direction: row !important; gap: .5rem; }
    .hero-ghost-card .hero-buttons .btn { padding: .8rem 1.2rem; font-size: .85rem; flex: 1; justify-content: center; }
    .hero-orb-1 { width: 300px; height: 300px; }
    .hero-orb-2 { width: 200px; height: 200px; }
    .hero-orb-3 { width: 150px; height: 150px; }
    .hero-shape { display: none; }
    .hero-glow { width: 400px; height: 400px; left: 50%; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card { flex-direction: column; text-align: center; align-items: center; }
    .service-icon { margin: 0 auto 1rem; }
    .service-card-content { text-align: center; }
    .service-link { justify-content: center; }
    .page-wrapper { padding: 2rem 3px; }
    .page-container { padding: 2rem 3px; margin: 0; border-radius: 0; }
    .page-hero { padding: 3rem 3px; }
    .page-hero h1 { padding: 0 3px; }
    .page-hero-excerpt { font-size: 1rem; padding: 0 3px; }
    .mobile-buttons.active { display: flex; }
    .footer { padding-bottom: 5rem; }
}
@media (max-width: 600px) {
    .stats-modern { padding: 3rem 1rem; }
    .stats-modern-container { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .stat-modern-card { padding: 1.5rem 1rem; border-radius: 15px; }
    .stat-modern-icon { width: 60px; height: 60px; font-size: 1.5rem; margin-bottom: 1rem; }
    .stat-modern-number { font-size: 2rem; }
    .stat-modern-label { font-size: .75rem; letter-spacing: .5px; }
}
@media (min-width: 769px) { .mobile-buttons { display: none !important; } .mobile-btn-whatsapp { animation: none; } }
