 :root { --primary-color: #f59e0b; --primary-dark: #d97706; --primary-light: #fbbf24; --secondary-color: #ea580c; --secondary-dark: #c2410c; --accent-color: #f97316; --accent-dark: #ea580c; --text-dark: #1f2937; --text-light: #6b7280; --text-white: #ffffff; --bg-light: #f8fafc; --bg-white: #ffffff; --border-color: #e5e7eb; --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1); --gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%); --gradient-secondary: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-dark) 100%); --gradient-accent: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-dark) 100%); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: var(--text-dark); background-color: var(--bg-white); } #main-content { padding-top: 124px; } h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.2; margin-bottom: 1rem; color: var(--text-dark); } h1 { font-size: 3rem; } h2 { font-size: 2.5rem; } h3 { font-size: 2rem; } h4 { font-size: 1.5rem; } h5 { font-size: 1.25rem; } h6 { font-size: 1.125rem; } p { margin-bottom: 1rem; color: var(--text-light); } a { color: var(--primary-color); text-decoration: none; transition: color 0.3s ease; } a:hover { color: var(--primary-dark); } .container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } .container-fluid { width: 100%; padding: 0 1rem; } .top-bar { background: linear-gradient(135deg, #1e293b 0%, #334155 100%); color: #ffffff; padding: 0; font-size: 0.8rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: fixed; top: 0; left: 0; right: 0; z-index: 1001; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); height: 44px; overflow: hidden; } .top-bar-content { display: flex; justify-content: space-between; align-items: center; height: 100%; padding: 0 2.5rem; max-width: 1400px; margin: 0 auto; width: 100%; box-sizing: border-box; vertical-align: middle; } .top-bar-left { display: flex; align-items: center; flex: 1; height: 100%; vertical-align: middle; } .top-bar-left .contact-info { display: flex; gap: 2.5rem; align-items: center; flex-wrap: nowrap; white-space: nowrap; height: 100%; vertical-align: middle; } .contact-item { display: flex; align-items: center; gap: 0.625rem; color: #f1f5f9; transition: all 0.3s ease; padding: 0; margin: 0; margin-bottom: 0; white-space: nowrap; font-weight: 500; height: 100%; vertical-align: middle; line-height: 44px; } .contact-item:hover { color: #f59e0b; transform: translateY(-0.5px); } .contact-item i { font-size: 0.875rem; width: 16px; text-align: center; color: #f59e0b; flex-shrink: 0; filter: drop-shadow(0 1px 2px rgba(245, 158, 11, 0.3)); vertical-align: middle; line-height: 44px; margin: 0; margin-bottom: 0; } .contact-item span { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.025em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); vertical-align: middle; line-height: 44px; margin: 0; margin-bottom: 0; } .top-bar-right { display: flex; align-items: center; gap: 1.75rem; flex-wrap: nowrap; white-space: nowrap; height: 100%; vertical-align: middle; } .action-buttons { display: flex; gap: 0.875rem; align-items: center; flex-wrap: nowrap; white-space: nowrap; height: 100%; vertical-align: middle; } .action-btn { display: flex; align-items: center; gap: 0.625rem; padding: 0.625rem 1.25rem; border-radius: 8px; text-decoration: none; font-size: 0.75rem; font-weight: 600; transition: all 0.3s ease; white-space: nowrap; border: 1px solid transparent; letter-spacing: 0.025em; position: relative; overflow: hidden; vertical-align: middle; line-height: 1; } .action-btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s; } .action-btn:hover::before { left: 100%; } .whatsapp-btn { background: linear-gradient(135deg, #25d366 0%, #20c05a 100%); color: white; border-color: #25d366; box-shadow: 0 2px 4px rgba(37, 211, 102, 0.2); } .whatsapp-btn:hover { background: linear-gradient(135deg, #128c7e 0%, #25d366 100%); border-color: #128c7e; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4); } .email-btn { background: linear-gradient(135deg, #ea4335 0%, #d33b2c 100%); color: white; border-color: #ea4335; box-shadow: 0 2px 4px rgba(234, 67, 53, 0.2); } .email-btn:hover { background: linear-gradient(135deg, #d33b2c 0%, #ea4335 100%); border-color: #d33b2c; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(234, 67, 53, 0.4); } .action-btn i { font-size: 0.875rem; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)); } .social-links { display: flex; gap: 0.625rem; align-items: center; flex-wrap: nowrap; white-space: nowrap; height: 100%; vertical-align: middle; } .social-links a { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: rgba(255, 255, 255, 0.1); color: #e2e8f0; border-radius: 6px; text-decoration: none; transition: all 0.3s ease; font-size: 0.875rem; border: 1px solid rgba(255, 255, 255, 0.1); position: relative; overflow: hidden; vertical-align: middle; line-height: 1; } .social-links a::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.05)); opacity: 0; transition: opacity 0.3s ease; } .social-links a:hover::before { opacity: 1; } .social-links a:hover { background: #f59e0b; color: white; transform: translateY(-2px) scale(1.05); box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4); border-color: #f59e0b; } .header { background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(25px); border-bottom: 1px solid rgba(0, 0, 0, 0.06); position: fixed; top: 44px; left: 0; right: 0; z-index: 1000; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06); border-top: none; } .header.scrolled { background: rgba(255, 255, 255, 0.99); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06); border-bottom: 1px solid rgba(0, 0, 0, 0.08); } .header-content { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 0; position: relative; max-width: 1200px; margin: 0 auto; } .logo { display: flex; align-items: center; z-index: 1001; flex-shrink: 0; } .logo a { display: block; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; padding: 0.25rem; } .logo a:hover { transform: scale(1.02); } .logo-image { height: 45px; width: auto; max-width: 160px; object-fit: contain; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)); } .nav { display: flex; align-items: center; gap: 2rem; flex: 1; justify-content: center; } .nav-menu { display: flex; list-style: none; margin: 0; padding: 0; align-items: center; gap: 0.25rem; } .nav-item { position: relative; } .nav-link { color: var(--text-dark); font-weight: 600; padding: 0.625rem 1rem; position: relative; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; gap: 0.5rem; border-radius: 0.5rem; font-size: 0.9rem; text-decoration: none; white-space: nowrap; } .nav-link:hover { color: var(--primary-color); background: rgba(37, 99, 235, 0.08); transform: translateY(-1px); } .nav-link i { font-size: 0.85rem; width: 16px; text-align: center; } .nav-link span { font-weight: 600; } .dropdown-icon { font-size: 0.7rem !important; margin-left: 0.25rem; transition: transform 0.3s ease; } .nav-item.dropdown:hover .dropdown-icon { transform: rotate(180deg); } .header-cta { display: flex; align-items: center; margin-left: 1rem; } .btn-compact { padding: 0.625rem 1.25rem; font-size: 0.9rem; font-weight: 700; border-radius: 0.5rem; display: flex; align-items: center; gap: 0.5rem; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); text-decoration: none; white-space: nowrap; } .btn-compact:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3); } .dropdown-menu { position: absolute; top: calc(100% + 0.75rem); left: 0; background: white; min-width: 260px; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); border-radius: 0.75rem; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 1000; list-style: none; padding: 0.75rem 0; margin: 0; border: 1px solid rgba(0, 0, 0, 0.05); } .nav-item.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); } .dropdown-menu li { margin: 0; } .dropdown-menu a { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1.25rem; color: var(--text-dark); text-decoration: none; transition: all 0.3s ease; font-size: 0.875rem; font-weight: 500; border-radius: 0.5rem; margin: 0 0.5rem; } .dropdown-menu a:hover { background: var(--primary-color); color: white; transform: translateX(4px); } .dropdown-menu a i { font-size: 1rem; width: 20px; text-align: center; } .nav-link.active { color: var(--primary-color); background: rgba(37, 99, 235, 0.1); } .mobile-menu-toggle { display: none; flex-direction: column; justify-content: space-around; width: 28px; height: 28px; background: transparent; border: none; cursor: pointer; padding: 0; z-index: 1001; border-radius: 0.25rem; transition: all 0.3s ease; } .mobile-menu-toggle:hover { background: rgba(37, 99, 235, 0.1); } .mobile-menu-toggle span { width: 100%; height: 2px; background: var(--text-dark); margin: 2px 0; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border-radius: 1px; } .mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); } .mobile-menu-toggle.active span:nth-child(2) { opacity: 0; } .mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); } .hero { background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); color: var(--text-white); padding: 1.5rem 0 1.5rem; position: relative; overflow: hidden; min-height: 60vh; display: flex; align-items: center; } .hero-background { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; } .hero-grid { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(245, 158, 11, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 158, 11, 0.1) 1px, transparent 1px); background-size: 50px 50px; z-index: 2; opacity: 0.3; } .hero-particles { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; } .particle { position: absolute; border-radius: 50%; background: linear-gradient(135deg, #f59e0b, #ea580c); animation: float 8s ease-in-out infinite; box-shadow: 0 0 20px rgba(245, 158, 11, 0.5); } .particle-1 { width: 8px; height: 8px; top: 20%; right: 20%; animation-delay: 0s; } .particle-2 { width: 12px; height: 12px; bottom: 30%; left: 15%; animation-delay: 2s; } .particle-3 { width: 6px; height: 6px; top: 60%; right: 10%; animation-delay: 4s; } .particle-4 { width: 10px; height: 10px; top: 40%; left: 80%; animation-delay: 6s; } .hero-gradient-mesh { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 20%, rgba(245, 158, 11, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(234, 88, 12, 0.15) 0%, transparent 50%), radial-gradient(circle at 40% 60%, rgba(217, 119, 6, 0.1) 0%, transparent 50%); z-index: 4; } @keyframes float { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-20px) rotate(180deg); } } .hero-content { position: relative; z-index: 5; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: stretch; min-height: 50vh; } .hero-left { padding-right: 1rem; display: flex; flex-direction: column; justify-content: center; } .hero-badge { display: inline-flex; align-items: center; background: rgba(245, 158, 11, 0.1); padding: 0.5rem 1rem; border-radius: 2rem; margin-bottom: 1rem; font-size: 0.8rem; font-weight: 600; backdrop-filter: blur(20px); border: 1px solid rgba(245, 158, 11, 0.3); box-shadow: 0 4px 20px rgba(245, 158, 11, 0.1); } .badge-icon { width: 24px; height: 24px; background: linear-gradient(135deg, #f59e0b, #ea580c); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 0.75rem; color: white; font-size: 0.8rem; } .hero-title { font-size: 2.8rem; margin-bottom: 1rem; color: var(--text-white); line-height: 1.1; font-weight: 900; letter-spacing: -0.02em; } .title-line { display: block; margin-bottom: 0.25rem; } .gradient-text { background: linear-gradient(135deg, #f59e0b, #ea580c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; position: relative; } .gradient-text::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(135deg, #f59e0b, #ea580c); border-radius: 2px; } .highlight-text { color: #f59e0b; position: relative; } .highlight-text::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(135deg, #f59e0b, #ea580c); border-radius: 2px; } .hero-description { font-size: 1rem; margin-bottom: 1.5rem; color: rgba(255, 255, 255, 0.8); line-height: 1.5; font-weight: 400; } .hero-features { display: flex; flex-direction: row; gap: 0.75rem; margin: 1rem 0; justify-content: flex-start; } .feature-item { display: flex; align-items: center; gap: 0.4rem; padding: 0.5rem; background: rgba(255, 255, 255, 0.05); border-radius: 0.5rem; border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); transition: all 0.3s ease; flex: 1; min-width: 0; } .feature-item:hover { background: rgba(245, 158, 11, 0.1); border-color: rgba(245, 158, 11, 0.3); transform: translateX(10px); } .feature-icon { width: 32px; height: 32px; background: linear-gradient(135deg, #f59e0b, #ea580c); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.9rem; flex-shrink: 0; } .feature-content { display: flex; flex-direction: column; } .feature-number { font-size: 1.2rem; font-weight: 800; color: #f59e0b; line-height: 1; margin-bottom: 0.1rem; } .feature-label { font-size: 0.75rem; color: rgba(255, 255, 255, 0.8); font-weight: 500; line-height: 1.1; } .hero-buttons { display: flex; gap: 0.75rem; margin: 1rem 0 0 0; } .btn-modern { padding: 0.875rem 1.75rem; font-size: 0.95rem; font-weight: 700; border-radius: 0.75rem; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s ease; text-decoration: none; position: relative; overflow: hidden; white-space: nowrap; } .btn-modern::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s ease; } .btn-modern:hover::before { left: 100%; } .btn-modern:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); } .btn-icon { display: inline-flex; align-items: center; justify-content: center; transition: transform 0.3s ease; flex-shrink: 0; font-size: 1rem; } .btn-modern:hover .btn-icon { transform: translateX(3px); } .hero-right { display: flex; justify-content: center; align-items: center; padding: 1rem 0; min-height: 100%; } .hero-form-container { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(30px); border-radius: 1rem; padding: 1.25rem; margin: 0.5rem 0; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1); border: 2px solid rgba(245, 158, 11, 0.2); width: 100%; max-width: 400px; position: relative; overflow: hidden; } .hero-form-container .form-header h3 { color: var(--text-dark) !important; } .hero-form-container .form-header p { color: var(--text-muted) !important; } .hero-form-container .form-icon { color: var(--text-dark) !important; } .hero-form-container * { color: inherit; } .hero-form-container .form-header * { color: var(--text-dark) !important; } .hero-form-container .form-header p { color: var(--text-muted) !important; } .hero .hero-form-container, .hero .hero-form-container *, .hero .hero-form-container .form-header, .hero .hero-form-container .form-header *, .hero .hero-form-container .form-header h3, .hero .hero-form-container .form-header p { color: var(--text-dark) !important; } .hero .hero-form-container .form-header p { color: var(--text-muted) !important; } .hero-form-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(135deg, #f59e0b, #ea580c); z-index: 1; } .hero-form-container::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(245, 158, 11, 0.05) 0%, transparent 70%); z-index: 0; animation: rotate 20s linear infinite; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .form-header { text-align: center; margin-bottom: 0.75rem; position: relative; z-index: 2; } .form-icon-wrapper { position: relative; display: inline-block; margin-bottom: 0.6rem; } .form-icon { width: 55px; height: 55px; background: linear-gradient(135deg, #f59e0b, #ea580c); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.4rem; box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4); position: relative; z-index: 2; } .icon-ring { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; border: 2px solid rgba(245, 158, 11, 0.3); border-radius: 50%; animation: pulse 2s ease-in-out infinite; } @keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.7; } } .form-header h3 { color: var(--text-dark); margin-bottom: 0.25rem; font-size: 1.1rem; font-weight: 800; line-height: 1.2; } .form-header p { color: var(--text-muted); font-size: 0.75rem; margin: 0; line-height: 1.3; font-weight: 400; } .hero-form { display: flex; flex-direction: column; gap: 0.6rem; position: relative; z-index: 2; } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; } .form-group { display: flex; flex-direction: column; } .input-wrapper, .select-wrapper, .textarea-wrapper { position: relative; display: flex; align-items: center; } .input-icon { position: absolute; left: 1rem; color: #9ca3af; font-size: 1rem; z-index: 3; transition: color 0.3s ease; } .hero-form input, .hero-form select, .hero-form textarea { padding: 0.55rem 0.55rem 0.55rem 2rem; border: 2px solid #e5e7eb; border-radius: 0.5rem; font-size: 0.75rem; transition: all 0.3s ease; background: white; color: var(--text-dark); font-weight: 500; width: 100%; box-sizing: border-box; position: relative; } .hero-form input:focus, .hero-form select:focus, .hero-form textarea:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.1); transform: translateY(-2px); } .hero-form input:focus + .input-icon, .hero-form select:focus + .input-icon, .hero-form textarea:focus + .input-icon { color: var(--primary-color); } .hero-form textarea { resize: vertical; min-height: 50px; padding-top: 0.55rem; } .btn-submit { width: 100%; padding: 0.75rem 1.25rem; font-size: 0.9rem; font-weight: 700; border-radius: 0.75rem; margin-top: 0.75rem; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; box-sizing: border-box; position: relative; overflow: hidden; background: linear-gradient(135deg, #f59e0b, #ea580c); border: none; color: white; cursor: pointer; transition: all 0.3s ease; text-decoration: none; white-space: nowrap; } .btn-submit .btn-icon { display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; transition: transform 0.3s ease; flex-shrink: 0; } .btn-submit:hover .btn-icon { transform: translateX(2px); } .btn-submit::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s ease; } .btn-submit:hover::before { left: 100%; } .btn-submit:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(245, 158, 11, 0.4); } .form-footer { text-align: center; margin-top: 0.5rem; } .security-badge { display: flex; align-items: center; justify-content: center; gap: 0.3rem; padding: 0.4rem 0.6rem; background: rgba(34, 197, 94, 0.1); border: 1px solid rgba(34, 197, 94, 0.2); border-radius: 0.5rem; color: #059669; font-size: 0.7rem; font-weight: 500; } .security-badge i { color: #10b981; font-size: 1rem; } .btn-outline { background: transparent; color: white; border: 2px solid rgba(255, 255, 255, 0.3); backdrop-filter: blur(10px); } .btn-outline:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.5); color: white; } .btn { display: inline-block; padding: 0.75rem 2rem; border: none; border-radius: 0.5rem; font-weight: 600; text-align: center; cursor: pointer; transition: all 0.3s ease; text-decoration: none; font-size: 1rem; } .btn-primary { background: var(--gradient-primary); color: var(--text-white); } .btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: var(--text-white); } .btn-secondary { background: var(--gradient-secondary); color: var(--text-white); } .btn-secondary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: var(--text-white); } .btn-outline { background: transparent; color: var(--primary-color); border: 2px solid var(--primary-color); } .btn-outline:hover { background: var(--primary-color); color: var(--text-white); } .section { padding: 4rem 0; } .section-title { text-align: center; margin-bottom: 3rem; } .section-title h2 { font-size: 2.5rem; margin-bottom: 1rem; } .section-title p { font-size: 1.125rem; color: var(--text-light); max-width: 600px; margin: 0 auto; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 3rem; } .service-card { background: var(--bg-white); padding: 2rem; border-radius: 1rem; box-shadow: var(--shadow); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid var(--border-color); } .service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); } .service-icon { width: 80px; height: 80px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2rem; color: var(--text-white); } .service-card h3 { margin-bottom: 1rem; color: var(--text-dark); } .service-card p { color: var(--text-light); margin-bottom: 1.5rem; } .about { background: var(--bg-light); } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .about-text h2 { margin-bottom: 1.5rem; } .about-text p { margin-bottom: 1.5rem; font-size: 1.125rem; } .about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2rem; } .stat-item { text-align: center; } .stat-number { font-size: 2.5rem; font-weight: 700; color: var(--primary-color); display: block; } .stat-label { color: var(--text-light); font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; } .blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; margin-top: 3rem; } .blog-card { background: var(--bg-white); border-radius: 1rem; overflow: hidden; box-shadow: var(--shadow); transition: transform 0.3s ease, box-shadow 0.3s ease; } .blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); } .blog-image { width: 100%; height: 200px; object-fit: cover; } .blog-content { padding: 1.5rem; } .blog-meta { display: flex; align-items: center; margin-bottom: 1rem; font-size: 0.875rem; color: var(--text-light); } .blog-date { margin-right: 1rem; } .blog-card h3 { margin-bottom: 1rem; font-size: 1.25rem; } .blog-card p { margin-bottom: 1.5rem; font-size: 0.875rem; } .contact { background: var(--bg-light); } .contact-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; } .contact-info h3 { margin-bottom: 1.5rem; } .contact-item { display: flex; align-items: center; } .contact-icon { width: 50px; height: 50px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 1rem; color: var(--text-white); } .contact-form { background: var(--bg-white); padding: 2rem; border-radius: 1rem; box-shadow: var(--shadow); } .form-group { margin-bottom: 1.5rem; } .form-label { display: block; margin-bottom: 0.5rem; font-weight: 600; color: var(--text-dark); } .form-control { width: 100%; padding: 0.75rem; border: 2px solid var(--border-color); border-radius: 0.5rem; font-size: 1rem; transition: border-color 0.3s ease; } .form-control:focus { outline: none; border-color: var(--primary-color); } textarea.form-control { resize: vertical; min-height: 120px; } .footer { background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); color: var(--text-white); position: relative; margin-top: 4rem; } .footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.3), transparent); } .footer-top { padding: 3rem 0 2rem; position: relative; z-index: 2; } .footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 2rem; align-items: start; } .footer-section.company-info { max-width: 400px; } .footer-logo { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; } .footer-logo-image { height: 50px; width: auto; object-fit: contain; filter: brightness(0) invert(1); transition: all 0.3s ease; } .footer-logo-image:hover { transform: scale(1.05); filter: brightness(0) invert(1) drop-shadow(0 0 15px rgba(245, 158, 11, 0.5)); } .logo-text h3 { font-size: 1.5rem; font-weight: 700; color: var(--text-white); margin: 0 0 0.25rem 0; background: linear-gradient(135deg, #ffffff 0%, #f59e0b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .logo-text span { font-size: 0.9rem; color: rgba(255, 255, 255, 0.7); font-weight: 500; } .company-description { color: rgba(255, 255, 255, 0.8); line-height: 1.6; margin-bottom: 2rem; font-size: 0.95rem; } .company-stats { display: flex; gap: 1.5rem; margin-bottom: 2rem; padding: 1.5rem 0; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .stat-item { text-align: center; flex: 1; } .stat-number { font-size: 1.5rem; font-weight: 700; color: #f59e0b; margin-bottom: 0.25rem; text-shadow: 0 0 10px rgba(245, 158, 11, 0.3); } .stat-label { font-size: 0.8rem; color: rgba(255, 255, 255, 0.7); font-weight: 500; } .section-title { display: flex; align-items: center; gap: 0.5rem; font-size: 1.1rem; font-weight: 600; color: var(--text-white); margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(245, 158, 11, 0.3); } .section-title i { color: #f59e0b; font-size: 1rem; } .footer-links { list-style: none; padding: 0; margin: 0; } .footer-links li { margin-bottom: 0.5rem; } .footer-links a { display: flex; align-items: center; gap: 0.5rem; color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: color 0.3s ease; padding: 0.25rem 0; } .footer-links a:hover { color: #f59e0b; } .footer-links a i { color: #f59e0b; font-size: 0.9rem; width: 16px; text-align: center; } .contact-section { max-width: 350px; } .contact-details { display: flex; flex-direction: column; gap: 1rem; } .contact-item-simple { color: rgba(255, 255, 255, 0.8); line-height: 1.6; font-size: 0.9rem; margin-bottom: 1rem; } .contact-item-simple strong { color: #f59e0b; font-weight: 600; display: block; margin-bottom: 0.25rem; } .contact-item-simple a { color: rgba(255, 255, 255, 0.9); text-decoration: none; transition: color 0.3s ease; } .contact-item-simple a:hover { color: #f59e0b; } .social-links h4 { font-size: 1rem; font-weight: 600; color: var(--text-white); margin-bottom: 1rem; text-align: center; } .social-icons { display: flex; gap: 1rem; justify-content: center; } .social-link { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; text-decoration: none; transition: all 0.3s ease; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1); } .social-link i { font-size: 1rem; color: rgba(255, 255, 255, 0.8); transition: color 0.3s ease; } .social-link:hover { background: rgba(245, 158, 11, 0.2); border-color: rgba(245, 158, 11, 0.3); } .social-link:hover i { color: #f59e0b; } .social-link.clutch:hover { background: rgba(255, 193, 7, 0.2); border-color: rgba(255, 193, 7, 0.3); } .social-link.clutch:hover i { color: #ffc107; } .footer-bottom { background: rgba(0, 0, 0, 0.2); border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 1.5rem 0; position: relative; z-index: 2; } .footer-bottom-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; } .copyright p { color: rgba(255, 255, 255, 0.7); margin: 0; font-size: 0.9rem; } .footer-links-bottom { display: flex; gap: 1.5rem; align-items: center; } .footer-links-bottom a { color: rgba(255, 255, 255, 0.7); text-decoration: none; font-size: 0.9rem; transition: color 0.3s ease; } .footer-links-bottom a:hover { color: #f59e0b; } .footer-badge { display: flex; align-items: center; gap: 0.5rem; color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; padding: 0.5rem 1rem; background: rgba(245, 158, 11, 0.1); border-radius: 15px; border: 1px solid rgba(245, 158, 11, 0.2); } .footer-badge i { color: #f59e0b; font-size: 0.8rem; } .contact-hero { background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); color: var(--text-white); padding: 4rem 0 3rem; position: relative; overflow: hidden; } .contact-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.1) 0%, transparent 50%); pointer-events: none; } .contact-hero-content { position: relative; z-index: 10; text-align: center; max-width: 800px; margin: 0 auto; background: rgba(0, 0, 0, 0.3); padding: 3rem 2rem; border-radius: 1rem; backdrop-filter: blur(10px); } .contact-hero h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.5rem; line-height: 1.2; color: #ffffff; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } .contact-hero p { font-size: 1.125rem; color: rgba(255, 255, 255, 0.9); margin-bottom: 2rem; line-height: 1.6; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .hero-stats { display: flex; justify-content: center; gap: 3rem; margin-top: 2rem; } .hero-stats .stat-item { text-align: center; } .hero-stats .stat-number { display: block; font-size: 2rem; font-weight: 700; color: #f59e0b; margin-bottom: 0.5rem; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px rgba(245, 158, 11, 0.5); } .hero-stats .stat-label { font-size: 0.9rem; color: rgba(255, 255, 255, 0.9); font-weight: 500; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .contact-form-section { padding: 4rem 0; background: #ffffff; } .contact-form-container { max-width: 800px; margin: 0 auto; background: #ffffff; border-radius: 1.5rem; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); padding: 3rem; border: 1px solid rgba(245, 158, 11, 0.1); } .form-header { text-align: center; margin-bottom: 2.5rem; } .form-header h2 { font-size: 2rem; font-weight: 700; color: var(--text-dark); margin-bottom: 1rem; } .form-header p { color: var(--text-muted); font-size: 1.125rem; } .modern-contact-form { display: flex; flex-direction: column; gap: 1.5rem; } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; } .form-group { display: flex; flex-direction: column; } .form-label { font-weight: 600; color: var(--text-dark); margin-bottom: 0.5rem; font-size: 0.9rem; } .form-control { padding: 0.875rem 1rem; border: 2px solid #e5e7eb; border-radius: 0.75rem; font-size: 1rem; transition: all 0.3s ease; background: #ffffff; } .form-control:focus { outline: none; border-color: #f59e0b; box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1); } .form-control::placeholder { color: #9ca3af; } select.form-control { cursor: pointer; } textarea.form-control { resize: vertical; min-height: 120px; } .btn-submit { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; padding: 1rem 2rem; font-size: 1.125rem; font-weight: 600; border-radius: 0.75rem; transition: all 0.3s ease; margin-top: 1rem; align-self: center; } .form-footer { text-align: center; margin-top: 1.5rem; } .security-badge { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--text-muted); font-size: 0.9rem; } .security-badge i { color: #10b981; } .contact-info-section { padding: 4rem 0; background: var(--bg-light); } .contact-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; } .contact-card { background: #ffffff; padding: 2rem; border-radius: 1rem; text-align: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); border: 1px solid rgba(245, 158, 11, 0.1); transition: all 0.3s ease; } .contact-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); border-color: rgba(245, 158, 11, 0.3); } .contact-card .contact-icon { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: linear-gradient(135deg, #f59e0b, #fbbf24); color: white; border-radius: 50%; margin: 0 auto 1.5rem; font-size: 1.5rem; box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3); } .contact-card h3 { font-size: 1.25rem; font-weight: 600; color: var(--text-dark); margin-bottom: 1rem; } .contact-card p { color: var(--text-muted); margin-bottom: 0.5rem; line-height: 1.5; } .contact-card a { color: #f59e0b; text-decoration: none; font-weight: 500; transition: color 0.3s ease; } .contact-card a:hover { color: #d97706; } .contact-card small { color: var(--text-muted); font-size: 0.8rem; font-style: italic; } .about-hero { background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); color: var(--text-white); padding: 4rem 0 3rem; position: relative; overflow: hidden; } .about-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.1) 0%, transparent 50%); pointer-events: none; } .about-hero-content { position: relative; z-index: 10; text-align: center; max-width: 900px; margin: 0 auto; background: rgba(0, 0, 0, 0.3); padding: 3rem 2rem; border-radius: 1rem; backdrop-filter: blur(10px); } .about-hero h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.5rem; line-height: 1.2; color: #ffffff; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } .about-hero p { font-size: 1.125rem; color: rgba(255, 255, 255, 0.9); margin-bottom: 2rem; line-height: 1.6; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .about-hero .hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 2rem; } .about-hero .stat-item { text-align: center; } .about-hero .stat-number { display: block; font-size: 2rem; font-weight: 700; color: #f59e0b; margin-bottom: 0.5rem; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px rgba(245, 158, 11, 0.5); } .about-hero .stat-label { font-size: 0.9rem; color: rgba(255, 255, 255, 0.9); font-weight: 500; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .company-overview { padding: 4rem 0; background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); color: var(--text-white); position: relative; overflow: hidden; } .company-overview::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.1) 0%, transparent 50%); pointer-events: none; } .overview-content { display: grid; grid-template-columns: 2fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 2; } .overview-text h2 { font-size: 2rem; font-weight: 700; color: var(--text-white); margin-bottom: 1.5rem; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } .overview-text .lead { font-size: 1.125rem; color: rgba(255, 255, 255, 0.9); line-height: 1.6; margin-bottom: 2rem; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .overview-features { display: flex; flex-direction: column; gap: 1.5rem; } .overview-features .feature-item { display: flex; gap: 1rem; align-items: flex-start; } .overview-features .feature-icon { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: linear-gradient(135deg, #f59e0b, #fbbf24); color: white; border-radius: 12px; flex-shrink: 0; font-size: 1.25rem; box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3); } .overview-features .feature-content h3 { font-size: 1.125rem; font-weight: 600; color: var(--text-white); margin-bottom: 0.5rem; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .overview-features .feature-content p { color: rgba(255, 255, 255, 0.8); line-height: 1.5; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .overview-image { display: flex; justify-content: center; align-items: center; } .image-placeholder { width: 100%; height: 300px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 1rem; display: flex; flex-direction: column; justify-content: center; align-items: center; color: rgba(255, 255, 255, 0.8); border: 2px dashed rgba(245, 158, 11, 0.3); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); } .image-placeholder i { font-size: 3rem; margin-bottom: 1rem; color: #f59e0b; } .image-placeholder p { font-size: 1.125rem; font-weight: 500; color: rgba(255, 255, 255, 0.9); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .section-header { text-align: center; margin-bottom: 3rem; } .section-header h2 { font-size: 2rem; font-weight: 700; color: var(--text-dark); margin-bottom: 1rem; } .section-header p { font-size: 1.125rem; color: var(--text-muted); max-width: 600px; margin: 0 auto; } .our-services { padding: 4rem 0; background: var(--bg-light); } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .service-card { background: #ffffff; padding: 2rem; border-radius: 1rem; text-align: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); border: 1px solid rgba(245, 158, 11, 0.1); transition: all 0.3s ease; } .service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); border-color: rgba(245, 158, 11, 0.3); } .service-card .service-icon { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: linear-gradient(135deg, #f59e0b, #fbbf24); color: white; border-radius: 50%; margin: 0 auto 1.5rem; font-size: 1.5rem; box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3); } .service-card h3 { font-size: 1.25rem; font-weight: 600; color: var(--text-dark); margin-bottom: 1rem; } .service-card p { color: var(--text-muted); line-height: 1.5; } .why-choose-us { padding: 4rem 0; background: #ffffff; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .feature-card { background: #ffffff; padding: 2rem; border-radius: 1rem; text-align: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); border: 1px solid rgba(245, 158, 11, 0.1); transition: all 0.3s ease; } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); border-color: rgba(245, 158, 11, 0.3); } .feature-card .feature-icon { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: linear-gradient(135deg, #f59e0b, #fbbf24); color: white; border-radius: 50%; margin: 0 auto 1.5rem; font-size: 1.5rem; box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3); } .feature-card h3 { font-size: 1.25rem; font-weight: 600; color: var(--text-dark); margin-bottom: 1rem; } .feature-card p { color: var(--text-muted); line-height: 1.5; } .cta-section { padding: 4rem 0; background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); color: var(--text-white); position: relative; overflow: hidden; } .cta-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.1) 0%, transparent 50%); pointer-events: none; } .cta-content { position: relative; z-index: 2; text-align: center; max-width: 600px; margin: 0 auto; } .cta-content h2 { font-size: 2rem; font-weight: 700; margin-bottom: 1rem; color: var(--text-white); } .cta-content p { font-size: 1.125rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 2rem; line-height: 1.6; } .cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } .why-choose-us-modern { padding: 6rem 0; background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); position: relative; overflow: hidden; } .why-choose-us-modern::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 20%, rgba(245, 158, 11, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(245, 158, 11, 0.05) 0%, transparent 70%); pointer-events: none; animation: float 20s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-20px) rotate(1deg); } } .modern-section-header { text-align: center; margin-bottom: 5rem; position: relative; z-index: 2; } .header-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(245, 158, 11, 0.1); border: 1px solid rgba(245, 158, 11, 0.3); border-radius: 50px; padding: 0.5rem 1.5rem; margin-bottom: 2rem; backdrop-filter: blur(10px); } .badge-icon { width: 20px; height: 20px; background: linear-gradient(135deg, #f59e0b, #fbbf24); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.8rem; } .header-badge span { color: #f59e0b; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; } .section-title-modern { margin-bottom: 1.5rem; } .title-main { display: block; font-size: 3.5rem; font-weight: 900; background: linear-gradient(135deg, #ffffff 0%, #f59e0b 50%, #fbbf24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; margin-bottom: 0.5rem; text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .title-sub { display: block; font-size: 1.5rem; font-weight: 400; color: rgba(255, 255, 255, 0.8); font-style: italic; } .section-description { font-size: 1.25rem; color: rgba(255, 255, 255, 0.7); max-width: 700px; margin: 0 auto; line-height: 1.6; } .feature-showcase { position: relative; z-index: 2; margin-bottom: 5rem; } .main-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); border-radius: 2rem; padding: 3rem; border: 1px solid rgba(245, 158, 11, 0.2); margin-bottom: 4rem; position: relative; overflow: hidden; } .main-feature::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(245, 158, 11, 0.05), transparent); z-index: -1; } .feature-visual { position: relative; display: flex; align-items: center; justify-content: center; } .feature-icon-large { width: 120px; height: 120px; background: linear-gradient(135deg, #f59e0b, #fbbf24); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 3rem; box-shadow: 0 20px 40px rgba(245, 158, 11, 0.4); position: relative; z-index: 2; } .feature-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 200px; height: 200px; background: radial-gradient(circle, rgba(245, 158, 11, 0.3) 0%, transparent 70%); border-radius: 50%; animation: pulse-glow 3s ease-in-out infinite; } @keyframes pulse-glow { 0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; } 50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.3; } } .feature-content { color: white; } .feature-badge { display: inline-block; background: linear-gradient(135deg, #f59e0b, #fbbf24); color: white; padding: 0.5rem 1rem; border-radius: 25px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 1.5rem; } .feature-content h3 { font-size: 2.5rem; font-weight: 800; margin-bottom: 1.5rem; background: linear-gradient(135deg, #ffffff 0%, #f59e0b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .feature-content p { font-size: 1.125rem; color: rgba(255, 255, 255, 0.8); line-height: 1.6; margin-bottom: 2rem; } .feature-stats { display: flex; gap: 2rem; } .feature-stats .stat-item { text-align: center; } .feature-stats .stat-number { display: block; font-size: 2.5rem; font-weight: 900; color: #f59e0b; line-height: 1; } .feature-stats .stat-unit { display: block; font-size: 1rem; font-weight: 600; color: #fbbf24; margin-bottom: 0.25rem; } .feature-stats .stat-label { font-size: 0.9rem; color: rgba(255, 255, 255, 0.7); text-transform: uppercase; letter-spacing: 0.5px; } .secondary-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; } .feature-card-modern { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); border-radius: 1.5rem; padding: 2rem; border: 1px solid rgba(245, 158, 11, 0.2); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; } .feature-card-modern::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #f59e0b, #fbbf24); transform: scaleX(0); transition: transform 0.4s ease; } .feature-card-modern:hover::before { transform: scaleX(1); } .feature-card-modern:hover { transform: translateY(-8px); box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3); border-color: rgba(245, 158, 11, 0.4); background: rgba(255, 255, 255, 0.08); } .card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; } .feature-icon { width: 50px; height: 50px; background: linear-gradient(135deg, #f59e0b, #fbbf24); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.25rem; box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3); transition: all 0.3s ease; } .feature-card-modern:hover .feature-icon { transform: scale(1.1) rotate(5deg); box-shadow: 0 12px 35px rgba(245, 158, 11, 0.4); } .feature-number { font-size: 2rem; font-weight: 900; color: rgba(245, 158, 11, 0.3); line-height: 1; } .card-content h4 { font-size: 1.5rem; font-weight: 700; color: white; margin-bottom: 1rem; line-height: 1.3; } .card-content p { color: rgba(255, 255, 255, 0.8); line-height: 1.6; margin-bottom: 1.5rem; font-size: 1rem; } .feature-tag { display: inline-block; background: rgba(245, 158, 11, 0.1); border: 1px solid rgba(245, 158, 11, 0.3); border-radius: 20px; padding: 0.4rem 0.8rem; font-size: 0.8rem; font-weight: 600; color: #f59e0b; text-transform: uppercase; letter-spacing: 0.5px; } .trust-indicators { text-align: center; margin-bottom: 4rem; position: relative; z-index: 2; } .trust-header { margin-bottom: 3rem; } .trust-header h3 { font-size: 2.5rem; font-weight: 800; color: white; margin-bottom: 1rem; background: linear-gradient(135deg, #ffffff 0%, #f59e0b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .trust-header p { font-size: 1.125rem; color: rgba(255, 255, 255, 0.7); max-width: 600px; margin: 0 auto; line-height: 1.6; } .trust-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; max-width: 1000px; margin: 0 auto; } .trust-stat { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); border-radius: 1.5rem; padding: 2rem 1.5rem; border: 1px solid rgba(245, 158, 11, 0.2); transition: all 0.3s ease; position: relative; overflow: hidden; } .trust-stat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(245, 158, 11, 0.05), transparent); opacity: 0; transition: opacity 0.3s ease; } .trust-stat:hover::before { opacity: 1; } .trust-stat:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); border-color: rgba(245, 158, 11, 0.4); } .trust-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #f59e0b, #fbbf24); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; margin: 0 auto 1.5rem; box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3); position: relative; z-index: 2; } .trust-content { position: relative; z-index: 2; } .trust-number { display: block; font-size: 2.5rem; font-weight: 900; color: #f59e0b; margin-bottom: 0.5rem; text-shadow: 0 2px 4px rgba(245, 158, 11, 0.3); } .trust-label { font-size: 0.9rem; color: rgba(255, 255, 255, 0.8); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; } .cta-modern { text-align: center; position: relative; z-index: 2; } .cta-content { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); border-radius: 2rem; padding: 3rem; border: 1px solid rgba(245, 158, 11, 0.2); position: relative; overflow: hidden; } .cta-content::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(245, 158, 11, 0.05), transparent); z-index: -1; } .cta-content h3 { font-size: 2.5rem; font-weight: 800; color: white; margin-bottom: 1rem; background: linear-gradient(135deg, #ffffff 0%, #f59e0b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .cta-content p { font-size: 1.125rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.6; } .cta-buttons { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; } .us-cities-seo { padding: 3rem 0; background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); border-top: 1px solid rgba(245, 158, 11, 0.1); } .seo-content { max-width: 1000px; margin: 0 auto; text-align: center; } .seo-content p { font-size: 1rem; line-height: 1.8; color: var(--text-muted); margin: 0; text-align: justify; text-justify: inter-word; } .seo-content strong { color: var(--text-dark); font-weight: 600; transition: color 0.3s ease; } .seo-content strong:hover { color: #f59e0b; } .why-choose-us-homepage .section-header { position: relative; z-index: 2; margin-bottom: 4rem; } .why-choose-us-homepage .section-header h2 { font-size: 2.5rem; font-weight: 700; color: var(--text-dark); margin-bottom: 1rem; text-align: center; } .why-choose-us-homepage .section-header p { font-size: 1.125rem; color: var(--text-muted); text-align: center; max-width: 600px; margin: 0 auto; line-height: 1.6; } .why-choose-us-homepage .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; margin-bottom: 4rem; position: relative; z-index: 2; } .why-choose-us-homepage .feature-card { background: #ffffff; padding: 2.5rem 2rem; border-radius: 1.5rem; text-align: center; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); border: 1px solid rgba(245, 158, 11, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; } .why-choose-us-homepage .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #f59e0b, #fbbf24); transform: scaleX(0); transition: transform 0.4s ease; } .why-choose-us-homepage .feature-card:hover::before { transform: scaleX(1); } .why-choose-us-homepage .feature-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); border-color: rgba(245, 158, 11, 0.3); } .why-choose-us-homepage .feature-icon { display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; background: linear-gradient(135deg, #f59e0b, #fbbf24); color: white; border-radius: 20px; margin: 0 auto 1.5rem; font-size: 2rem; box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3); transition: all 0.4s ease; } .why-choose-us-homepage .feature-card:hover .feature-icon { transform: scale(1.1) rotate(5deg); box-shadow: 0 12px 35px rgba(245, 158, 11, 0.4); } .why-choose-us-homepage .feature-card h3 { font-size: 1.5rem; font-weight: 700; color: var(--text-dark); margin-bottom: 1rem; line-height: 1.3; } .why-choose-us-homepage .feature-card p { color: var(--text-muted); line-height: 1.6; margin-bottom: 1.5rem; font-size: 1rem; } .why-choose-us-homepage .feature-highlight { display: inline-block; background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.05)); border: 1px solid rgba(245, 158, 11, 0.2); border-radius: 25px; padding: 0.5rem 1rem; margin-top: 1rem; } .why-choose-us-homepage .highlight-text { font-size: 0.875rem; font-weight: 600; color: #f59e0b; text-transform: uppercase; letter-spacing: 0.5px; } .why-choose-us-homepage .stats-section { position: relative; z-index: 2; margin-top: 3rem; } .why-choose-us-homepage .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; max-width: 800px; margin: 0 auto; } .why-choose-us-homepage .stat-card { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); padding: 2rem 1.5rem; border-radius: 1.5rem; text-align: center; border: 1px solid rgba(245, 158, 11, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; } .why-choose-us-homepage .stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(245, 158, 11, 0.05), transparent); opacity: 0; transition: opacity 0.3s ease; } .why-choose-us-homepage .stat-card:hover::before { opacity: 1; } .why-choose-us-homepage .stat-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); border-color: rgba(245, 158, 11, 0.3); } .why-choose-us-homepage .stat-icon { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: linear-gradient(135deg, #f59e0b, #fbbf24); color: white; border-radius: 12px; margin: 0 auto 1rem; font-size: 1.25rem; box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3); position: relative; z-index: 2; } .why-choose-us-homepage .stat-content { position: relative; z-index: 2; } .why-choose-us-homepage .stat-number { display: block; font-size: 2rem; font-weight: 700; color: #f59e0b; margin-bottom: 0.5rem; text-shadow: 0 2px 4px rgba(245, 158, 11, 0.2); } .why-choose-us-homepage .stat-label { font-size: 0.9rem; color: var(--text-muted); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; } .page-hero { background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); color: white; padding: 6rem 0 4rem; position: relative; overflow: hidden; } .page-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 20%, rgba(245, 158, 11, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 50%); pointer-events: none; } .page-hero-content { position: relative; z-index: 2; text-align: center; max-width: 800px; margin: 0 auto; } .page-hero h1 { font-size: 3rem; font-weight: 700; margin-bottom: 1rem; background: linear-gradient(135deg, #ffffff 0%, #f59e0b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .page-hero p { font-size: 1.25rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 2rem; line-height: 1.6; } .hero-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 0.9rem; color: rgba(255, 255, 255, 0.7); } .hero-breadcrumb a { color: #f59e0b; text-decoration: none; transition: color 0.3s ease; } .hero-breadcrumb a:hover { color: #fbbf24; } .hero-breadcrumb span { color: rgba(255, 255, 255, 0.5); } .page-content { padding: 4rem 0; background: #ffffff; } .content-wrapper { max-width: 800px; margin: 0 auto; } .content-main { background: #ffffff; border-radius: 1rem; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); padding: 3rem; border: 1px solid rgba(245, 158, 11, 0.1); } .policy-section { margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .policy-section:last-child { border-bottom: none; margin-bottom: 0; } .policy-section h2 { font-size: 1.75rem; font-weight: 700; color: var(--text-dark); margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 2px solid #f59e0b; display: inline-block; } .policy-section h3 { font-size: 1.25rem; font-weight: 600; color: var(--text-dark); margin: 2rem 0 1rem 0; } .policy-section p { color: var(--text-muted); line-height: 1.7; margin-bottom: 1.5rem; font-size: 1rem; } .policy-section ul { margin: 1rem 0; padding-left: 1.5rem; } .policy-section li { color: var(--text-muted); line-height: 1.6; margin-bottom: 0.75rem; font-size: 1rem; } .policy-section strong { color: var(--text-dark); font-weight: 600; } .contact-info { background: rgba(245, 158, 11, 0.05); border: 1px solid rgba(245, 158, 11, 0.2); border-radius: 0.75rem; padding: 1.5rem; margin: 1.5rem 0; } .contact-info p { margin-bottom: 0.5rem; color: var(--text-dark); } .contact-info a { color: #f59e0b; text-decoration: none; transition: color 0.3s ease; } .contact-info a:hover { color: #fbbf24; } .policy-footer { background: rgba(0, 0, 0, 0.05); border-radius: 0.5rem; padding: 1rem; text-align: center; margin-top: 2rem; } .policy-footer p { margin: 0; color: var(--text-muted); font-size: 0.9rem; } .captcha-group { margin: 1.5rem 0; } .captcha-container { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-start; } .captcha-question { font-size: 0.9rem; font-weight: 600; color: var(--text-dark); background: rgba(245, 158, 11, 0.1); padding: 0.5rem 1rem; border-radius: 0.5rem; border: 1px solid rgba(245, 158, 11, 0.2); } .captcha-input { max-width: 120px; text-align: center; font-weight: 600; } .hero-form .captcha-container { flex-direction: row; align-items: center; gap: 1rem; flex-wrap: wrap; } .hero-form .captcha-question { font-size: 0.85rem; padding: 0.4rem 0.8rem; white-space: nowrap; } .hero-form .captcha-input { max-width: 80px; padding: 0.4rem 0.6rem; font-size: 0.9rem; } .modern-contact-form .captcha-container { flex-direction: column; align-items: flex-start; gap: 0.75rem; } .modern-contact-form .captcha-question { font-size: 0.9rem; padding: 0.5rem 1rem; } .modern-contact-form .captcha-input { max-width: 120px; padding: 0.5rem 0.75rem; } @media (max-width: 768px) { .hero-form .captcha-container { flex-direction: column; align-items: flex-start; gap: 0.75rem; } .hero-form .captcha-question { font-size: 0.8rem; padding: 0.4rem 0.8rem; } .hero-form .captcha-input { max-width: 100px; } .modern-contact-form .captcha-input { max-width: 100px; } } .pagination { display: flex; justify-content: center; margin: 2rem 0; } .pagination .page-link { padding: 0.5rem 1rem; margin: 0 0.25rem; border: 1px solid var(--border-color); border-radius: 0.25rem; color: var(--primary-color); transition: all 0.3s ease; } .pagination .page-link:hover { background: var(--primary-color); color: var(--text-white); border-color: var(--primary-color); } .pagination .page-item.active .page-link { background: var(--primary-color); color: var(--text-white); border-color: var(--primary-color); } .animate-on-scroll { opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; } .animate-on-scroll.animated { opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; } @media (max-width: 768px) { .top-bar { height: 40px; } .top-bar-content { padding: 0 1.25rem; gap: 0.5rem; } .top-bar-left .contact-info { gap: 1.25rem; } .contact-item { gap: 0.5rem; } .contact-item span { font-size: 0.75rem; } .contact-item i { font-size: 0.75rem; width: 14px; } .top-bar-right { gap: 1rem; } .action-buttons { gap: 0.625rem; } .action-btn { padding: 0.5rem 1rem; font-size: 0.7rem; gap: 0.5rem; } .action-btn span { display: none; } .social-links { gap: 0.5rem; } .social-links a { width: 28px; height: 28px; font-size: 0.75rem; } .header { top: 40px; } #main-content { padding-top: 120px; } .mobile-menu-toggle { display: flex; } .nav { gap: 1rem; } .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(20px); flex-direction: column; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); padding: 1.5rem; border-radius: 0 0 1rem 1rem; border: 1px solid rgba(0, 0, 0, 0.05); border-top: none; } .nav-menu.active { display: flex; } .nav-item { margin: 0.25rem 0; } .nav-link { padding: 0.875rem 1rem; border-radius: 0.5rem; font-size: 0.95rem; } .nav-link i { width: 20px; font-size: 0.9rem; } .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: rgba(37, 99, 235, 0.05); margin: 0.5rem 0 0 1rem; border-radius: 0.5rem; border: 1px solid rgba(37, 99, 235, 0.1); } .dropdown-menu a { padding: 0.625rem 1rem; margin: 0.25rem 0.5rem; font-size: 0.85rem; } .header-cta { margin-left: 0; margin-top: 1rem; } .btn-compact { width: 100%; justify-content: center; padding: 0.875rem 1.5rem; } .logo-text { display: none; } .hero { min-height: auto; padding: 2rem 0 1.5rem; } .hero-content { grid-template-columns: 1fr; gap: 2rem; text-align: center; } .hero-left { padding-right: 0; } .hero-title { font-size: 2.5rem; } .hero-description { font-size: 1rem; } .hero-features { flex-direction: column; gap: 0.75rem; margin: 1.5rem 0; } .feature-item { padding: 0.6rem; gap: 0.5rem; } .feature-icon { width: 28px; height: 28px; font-size: 0.8rem; } .feature-number { font-size: 1.1rem; } .feature-label { font-size: 0.7rem; } .hero-buttons { justify-content: center; flex-wrap: wrap; gap: 0.75rem; } .btn-modern { padding: 0.875rem 1.5rem; font-size: 0.9rem; } .hero-form-container { max-width: 100%; margin: 0.5rem auto; padding: 1.25rem; } .form-row { grid-template-columns: 1fr; gap: 0.6rem; } .form-icon { width: 45px; height: 45px; font-size: 1.1rem; } .form-header h3 { font-size: 1.1rem; } .hero-form input, .hero-form select, .hero-form textarea { padding: 0.6rem 0.6rem 0.6rem 2rem; font-size: 0.75rem; } .btn-submit { padding: 0.8rem 1.25rem; font-size: 0.9rem; } .particle-1, .particle-2, .particle-3, .particle-4 { display: none; } .about-content, .contact-content { grid-template-columns: 1fr; gap: 2rem; } .about-stats { grid-template-columns: 1fr; } .services-grid, .blog-grid { grid-template-columns: 1fr; } .footer-content { grid-template-columns: 1fr; gap: 2rem; text-align: center; } .footer-section.company-info { max-width: 100%; } .company-stats { flex-direction: column; gap: 1rem; text-align: center; } .stat-item { padding: 1rem; background: rgba(255, 255, 255, 0.05); border-radius: 8px; } .contact-details { gap: 1rem; } .contact-item-simple { text-align: center; } .social-icons { justify-content: center; } .footer-bottom-content { flex-direction: column; text-align: center; gap: 1rem; } .footer-links-bottom { justify-content: center; flex-wrap: wrap; gap: 1rem; } .contact-hero-content { padding: 2rem 1.5rem; margin: 0 1rem; } .contact-hero h1 { font-size: 2rem; } .hero-stats { flex-direction: column; gap: 1.5rem; } .contact-form-container { padding: 2rem 1.5rem; margin: 0 1rem; } .form-row { grid-template-columns: 1fr; gap: 1rem; } .contact-info-grid { grid-template-columns: 1fr; gap: 1.5rem; } .about-hero-content { padding: 2rem 1.5rem; margin: 0 1rem; } .about-hero h1 { font-size: 2rem; } .about-hero .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } .overview-content { grid-template-columns: 1fr; gap: 2rem; } .overview-features { gap: 1rem; } .overview-features .feature-item { flex-direction: column; text-align: center; gap: 0.75rem; } .services-grid, .features-grid { grid-template-columns: 1fr; gap: 1.5rem; } .cta-buttons { flex-direction: column; align-items: center; } .title-main { font-size: 2.5rem; } .title-sub { font-size: 1.25rem; } .main-feature { grid-template-columns: 1fr; gap: 2rem; padding: 2rem; } .feature-icon-large { width: 80px; height: 80px; font-size: 2rem; } .feature-content h3 { font-size: 2rem; } .feature-stats { flex-direction: column; gap: 1rem; } .secondary-features { grid-template-columns: 1fr; gap: 1.5rem; } .feature-card-modern { padding: 1.5rem; } .trust-stats { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } .trust-stat { padding: 1.5rem 1rem; } } @media (max-width: 1024px) and (min-width: 769px) { .trust-stats { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } } @media (max-width: 768px) { .cta-content h3 { font-size: 2rem; } .cta-buttons { flex-direction: column; align-items: center; } .us-cities-seo { padding: 2rem 0; } .seo-content p { font-size: 0.9rem; line-height: 1.7; text-align: left; } h1 { font-size: 2rem; } h2 { font-size: 1.75rem; } h3 { font-size: 1.5rem; } } @media (max-width: 480px) { .container { padding: 0 0.5rem; } .hero { padding: 6rem 0 3rem; } .hero h1 { font-size: 2rem; } .section { padding: 2rem 0; } .service-card, .contact-form { padding: 1.5rem; } } .loading { display: inline-block; width: 20px; height: 20px; border: 3px solid rgba(255, 255, 255, 0.3); border-radius: 50%; border-top-color: var(--text-white); animation: spin 1s ease-in-out infinite; } @keyframes spin { to { transform: rotate(360deg); } } .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .mb-1 { margin-bottom: 0.25rem; } .mb-2 { margin-bottom: 0.5rem; } .mb-3 { margin-bottom: 1rem; } .mb-4 { margin-bottom: 1.5rem; } .mb-5 { margin-bottom: 3rem; } .mt-1 { margin-top: 0.25rem; } .mt-2 { margin-top: 0.5rem; } .mt-3 { margin-top: 1rem; } .mt-4 { margin-top: 1.5rem; } .mt-5 { margin-top: 3rem; } .d-none { display: none; } .d-block { display: block; } .d-flex { display: flex; } .d-grid { display: grid; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .align-center { align-items: center; } .w-full { width: 100%; } .h-full { height: 100%; } .notification { position: fixed; top: 20px; right: 20px; z-index: 10000; max-width: 400px; border-radius: 0.5rem; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 14px; line-height: 1.5; transform: translateX(0); transition: transform 0.3s ease; animation: slideInRight 0.3s ease; } .notification-success { background: #10b981; color: white; } .notification-error { background: #ef4444; color: white; } .notification-info { background: #3b82f6; color: white; } .notification-content { padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; } .notification-message { flex: 1; } .notification-close { background: none; border: none; color: inherit; cursor: pointer; padding: 0.25rem; border-radius: 0.25rem; transition: background-color 0.2s ease; } .notification-close:hover { background: rgba(255, 255, 255, 0.2); } @keyframes slideInRight { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } } @keyframes slideOutRight { from { transform: translateX(0); opacity: 1; } to { transform: translateX(100%); opacity: 0; } } @media (max-width: 768px) { .notification { top: 10px; right: 10px; left: 10px; max-width: none; } } 