* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #0f0f0f; background: #ffffff; line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { font-family: 'Sora', sans-serif; color: #1a1a1a; }
a { color: #0F4C81; text-decoration: none; transition: color 0.3s ease; }
a:hover { color: #00A9B5; text-decoration: underline; text-underline-offset: 4px; }
*:focus-visible { outline: 2px solid #0F4C81; outline-offset: 2px; }
button:active, a:active { transform: scale(0.98); }
img, svg { max-width: 100%; height: auto; }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section { padding: 6rem 0; }
@media (max-width: 768px) { .section { padding: 4rem 0; } .container { padding: 0 1rem; } }
@media (max-width: 640px) { .container { padding: 0 0.75rem; } }
.header { position: sticky; top: 0; z-index: 1000; background: #ffffff; border-bottom: 1px solid #e5e7eb; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.header-content { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.logo { display: flex; align-items: center; gap: 0.75rem; font-size: 1.25rem; font-weight: 700; }
.logo-svg { width: 50px; height: 50px; }
.logo-img { height: 50px; width: auto; }
.logo-amirena { color: #1a1a1a; }
.logo-tech { color: #00A9B5; }
.nav-desktop { display: flex; gap: 2rem; }
.nav-link { position: relative; font-weight: 500; color: #1a1a1a; }
.nav-link::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: #0F4C81; transition: width 0.3s ease; }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.header-right { display: flex; align-items: center; gap: 1.5rem; }
.phone-link { display: flex; align-items: center; gap: 0.5rem; font-weight: 500; color: #0F4C81; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.hamburger span { width: 25px; height: 3px; background: #0F4C81; border-radius: 2px; transition: 0.3s; }
.nav-mobile { display: none; flex-direction: column; gap: 1rem; padding: 1rem 2rem; background: #f9fafb; border-top: 1px solid #e5e7eb; }
@media (max-width: 768px) { 
  .header-content { height: 64px; }
  .nav-desktop, .phone-link { display: none; }
  .hamburger { display: flex; }
  .nav-mobile.active { display: flex; }
  .logo { gap: 0.5rem; }
  .logo-text { font-size: 0.9rem; }
}
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1.5rem; border-radius: 0.65rem; font-weight: 600; font-size: 0.95rem; transition: all 0.3s ease; border: none; cursor: pointer; }
.btn:active { transform: scale(0.98); }
.btn-primary { background: linear-gradient(135deg, #0F4C81 0%, #00A9B5 100%); color: white; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(15, 76, 129, 0.3); }
.btn-secondary { background: white; color: #0F4C81; border: 2px solid #0F4C81; }
.btn-secondary:hover { background: #f9fafb; }
.btn-outline { background: transparent; color: #0F4C81; border: 2px solid #0F4C81; }
.btn-outline:hover { background: #f9fafb; }
.btn-white { background: white; color: #0F4C81; }
.btn-white:hover { background: #f9fafb; }
.btn-white-outline { background: transparent; color: white; border: 2px solid white; }
.btn-white-outline:hover { background: rgba(255,255,255,0.1); }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.875rem; }
.btn-full { width: 100%; }
.hero { position: relative; padding: 6rem 0; align-items: center; background-size: cover; background-position: center 50%; background-attachment: scroll; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.7) 50%, transparent 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 600px; width: 100%; margin-left: 0; }
.hero .container { height: 100%; display: flex; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 0.5rem; background: white; border: 1px solid #e5e7eb; border-radius: 2rem; padding: 0.5rem 1rem; margin-bottom: 1.5rem; font-size: 0.875rem; font-weight: 600; color: #0F4C81; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.hero h1 { font-size: 3rem; line-height: 1.2; margin-bottom: 1rem; font-weight: 700; }
.gradient-text { background: linear-gradient(135deg, #0F4C81 0%, #00A9B5 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 1.125rem; color: #6b7280; margin-bottom: 2rem; line-height: 1.8; }
.hero-buttons { display: flex; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
.tertiary-link { display: inline-flex; align-items: center; gap: 0.5rem; color: #0F4C81; font-weight: 600; margin-bottom: 2rem; }
.tertiary-link:hover { gap: 0.75rem; }
.trust-indicators { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.trust-item { display: flex; gap: 1rem; }
.trust-item svg { color: #00A9B5; flex-shrink: 0; }
.trust-item strong { color: #1a1a1a; display: block; }
.trust-item span { font-size: 0.875rem; color: #6b7280; }
@media (max-width: 768px) {
  .hero h1 { font-size: 2rem; }
  .hero-buttons { flex-direction: column; }
  .trust-indicators { grid-template-columns: 1fr; }
}
.section-label { display: block; font-family: 'Sora', sans-serif; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #00A9B5; margin-bottom: 0.5rem; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-header h2 { font-size: 2.25rem; margin-bottom: 1rem; }
.section-header p { font-size: 1.125rem; color: #6b7280; max-width: 600px; margin: 0 auto; line-height: 1.625; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 3rem; }
.service-card { background: white; border: 1px solid #e5e7eb; border-radius: 0.65rem; padding: 2rem; box-shadow: 0 1px 3px rgba(0,0,0,0.05); transition: all 0.3s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.service-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #0F4C81 0%, #00A9B5 100%); border-radius: 0.65rem; display: flex; align-items: center; justify-content: center; color: white; margin-bottom: 1.5rem; }
.service-card h3 { margin-bottom: 0.75rem; font-size: 1.25rem; }
.service-card p { color: #6b7280; margin-bottom: 1.5rem; line-height: 1.625; }
.link-arrow { display: inline-flex; align-items: center; gap: 0.5rem; color: #0F4C81; font-weight: 600; }
.link-arrow:hover { gap: 0.75rem; }
.section-cta { text-align: center; }
@media (max-width: 768px) {
  .services-grid { grid-template-columns: 1fr; }
}
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.process-step { text-align: center; position: relative; }
.step-number { font-size: 3rem; font-weight: 900; color: #e5e7eb; font-family: 'Sora', sans-serif; }
.step-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #0F4C81 0%, #00A9B5 100%); border-radius: 0.65rem; display: flex; align-items: center; justify-content: center; color: white; margin: 1rem auto; }
.process-step h3 { margin-bottom: 0.75rem; font-size: 1.125rem; }
.process-step p { color: #6b7280; font-size: 0.95rem; }
@media (max-width: 768px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
.cta-section { background: linear-gradient(135deg, #0F4C81 0%, #00A9B5 100%); color: white; }
.cta-content { text-align: center; }
.cta-content h2 { color: white; font-size: 2.25rem; margin-bottom: 1rem; }
.cta-content p { color: rgba(255,255,255,0.8); font-size: 1.125rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; margin-bottom: 2rem; flex-wrap: wrap; }
.cta-info { display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; }
.cta-info-item { display: flex; align-items: center; gap: 0.75rem; color: white; }
.cta-info-item svg { color: rgba(255,255,255,0.8); }
@media (max-width: 768px) {
  .cta-buttons { flex-direction: column; }
  .cta-info { flex-direction: column; gap: 1rem; }
}
.accordion { border: 1px solid #e5e7eb; border-radius: 0.65rem; overflow: hidden; }
.accordion-item { border-bottom: 1px solid #e5e7eb; }
.accordion-item:last-child { border-bottom: none; }
.accordion-header { width: 100%; padding: 1.5rem; background: white; border: none; cursor: pointer; display: flex; align-items: center; gap: 1rem; transition: background 0.3s ease; font-size: 1rem; }
.accordion-header:hover { background: #f9fafb; }
.accordion-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #0F4C81 0%, #00A9B5 100%); border-radius: 0.65rem; display: flex; align-items: center; justify-content: center; color: white; flex-shrink: 0; }
.accordion-title { flex: 1; text-align: left; }
.accordion-title h3 { font-size: 1.125rem; margin-bottom: 0.25rem; }
.accordion-title p { font-size: 0.875rem; color: #6b7280; line-height: 1.5; }
.chevron { transition: transform 0.3s ease; flex-shrink: 0; }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, opacity 0.3s ease; opacity: 0; }
.accordion-content.open { max-height: 500px; opacity: 1; }
.accordion-header.open .chevron { transform: rotate(180deg); }
.accordion-body { padding: 1.5rem; background: #f9fafb; }
.accordion-body h4 { margin-top: 1rem; margin-bottom: 0.75rem; }
.feature-list { list-style: none; margin: 1rem 0; }
.feature-list li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; color: #6b7280; }
.feature-list li::before { content: '✓'; position: absolute; left: 0; color: #00A9B5; font-weight: bold; }
.pricing-note { font-size: 0.875rem; color: #6b7280; margin-top: 1rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 3rem; }
.pricing-card { background: white; border: 2px solid #e5e7eb; border-radius: 0.65rem; padding: 2rem; text-align: center; transition: all 0.3s ease; position: relative; }
.pricing-card:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.pricing-card.popular { border-color: #0F4C81; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #0F4C81; color: white; padding: 0.25rem 1rem; border-radius: 2rem; font-size: 0.75rem; font-weight: 700; }
.pricing-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.pricing-description { font-size: 0.875rem; color: #6b7280; margin-bottom: 1.5rem; }
.price { font-size: 2.5rem; font-weight: 700; color: #0F4C81; margin-bottom: 0.25rem; }
.price-period { font-size: 1rem; }
.price-note { font-size: 0.875rem; color: #6b7280; margin-bottom: 1.5rem; }
.pricing-features { list-style: none; text-align: left; margin: 1.5rem 0; }
.pricing-features li { padding: 0.5rem 0; color: #6b7280; font-size: 0.95rem; }
.pricing-features li::before { content: '✓'; color: #00A9B5; font-weight: bold; margin-right: 0.75rem; }
.pricing-note-box { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 0.65rem; padding: 2rem; display: flex; gap: 1.5rem; margin-top: 3rem; }
.pricing-note-box svg { color: #00A9B5; flex-shrink: 0; }
.pricing-note-box h4 { margin-bottom: 0.5rem; }
@media (max-width: 768px) {
  .pricing-grid { grid-template-columns: 1fr; }
}
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.about-text h2 { font-size: 2rem; margin-bottom: 1.5rem; }
.about-text p { margin-bottom: 1rem; color: #6b7280; line-height: 1.8; }
.about-card { background: white; border: 1px solid #e5e7eb; border-radius: 0.65rem; padding: 2rem; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.about-card h3 { margin-bottom: 1rem; }
.about-card p { margin-bottom: 1.5rem; }
.mission-list { list-style: none; }
.mission-list li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.mission-list li::before { content: '✓'; position: absolute; left: 0; color: #00A9B5; font-weight: bold; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.value-card { background: white; border: 1px solid #e5e7eb; border-radius: 0.65rem; padding: 2rem; text-align: center; }
.value-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #0F4C81 0%, #00A9B5 100%); border-radius: 0.65rem; display: flex; align-items: center; justify-content: center; color: white; margin: 0 auto 1.5rem; }
.value-card h3 { margin-bottom: 0.75rem; }
.value-card p { color: #6b7280; }
.company-info { background: #f9fafb; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.info-item label { display: block; font-weight: 600; color: #1a1a1a; margin-bottom: 0.5rem; }
.info-item p { color: #6b7280; }
.info-item a { color: #0F4C81; }
@media (max-width: 768px) {
  .about-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
}
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-info h2 { font-size: 1.75rem; margin-bottom: 2rem; }
.contact-cards { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2rem; }
.contact-card { display: flex; gap: 1rem; }
.contact-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #0F4C81 0%, #00A9B5 100%); border-radius: 0.65rem; display: flex; align-items: center; justify-content: center; color: white; flex-shrink: 0; }
.contact-card h4 { margin-bottom: 0.25rem; }
.contact-card a { color: #0F4C81; font-weight: 600; }
.info-box { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 0.65rem; padding: 1.5rem; }
.info-box h4 { margin-bottom: 0.5rem; }
.contact-form-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 0.65rem; padding: 2rem; }
.contact-form-card h3 { margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: 0.5rem; color: #1a1a1a; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem; border: 1px solid #e5e7eb; border-radius: 0.65rem; font-family: 'Inter', sans-serif; font-size: 1rem; transition: border-color 0.3s ease; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #0F4C81; box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.1); }
.form-group input.error, .form-group select.error, .form-group textarea.error { border-color: #ef4444; }
.error-message { display: block; color: #ef4444; font-size: 0.875rem; margin-top: 0.25rem; }
.success-message { background: #ecfdf5; border: 1px solid #d1fae5; border-radius: 0.65rem; padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; }
.success-message svg { color: #10b981; flex-shrink: 0; }
.success-message h4 { color: #065f46; margin-bottom: 0.25rem; }
.success-message p { color: #047857; font-size: 0.95rem; }
.faq-section { background: #f9fafb; }
@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
}
.legal-section { background: white; }
.legal-content { max-width: 900px; margin: 0 auto; }
.legal-content h2 { font-size: 1.75rem; margin-top: 2rem; margin-bottom: 1rem; }
.legal-content h3 { font-size: 1.25rem; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.legal-content p { margin-bottom: 1rem; color: #6b7280; line-height: 1.8; }
.legal-content ul { margin-left: 1.5rem; margin-bottom: 1rem; }
.legal-content li { margin-bottom: 0.5rem; color: #6b7280; }
.footer { background: #1a1a1a; color: white; padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-bottom: 2rem; }
.footer-logo { width: 40px; height: 40px; margin-bottom: 1rem; background: white; padding: 0.5rem; border-radius: 0.65rem; display: flex; align-items: center; justify-content: center; }
.footer-logo-img { height: 40px; width: auto; }
.footer-logo-text { margin-bottom: 1rem; }
.footer-logo-amirena { font-family: 'Sora', sans-serif; font-size: 1.25rem; font-weight: 700; color: white; line-height: 1; }
.footer-logo-services { font-family: 'Sora', sans-serif; font-size: 0.75rem; font-weight: 600; color: #00A9B5; letter-spacing: 0.05em; line-height: 1.2; }
.footer-col p { color: #9ca3af; font-size: 0.95rem; line-height: 1.6; }
.footer-col h4 { margin-bottom: 1rem; font-size: 1rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.75rem; }
.footer-col a { color: #9ca3af; transition: color 0.3s ease; }
.footer-col a:hover { color: #00A9B5; }
.social-links { display: flex; gap: 1rem; margin-top: 1rem; }
.social-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 0.65rem; transition: all 0.3s ease; }
.social-icon.facebook { color: #1877F2; background: rgba(24, 119, 242, 0.1); }
.social-icon.facebook:hover { background: #1877F2; color: white; }
.social-icon.twitter { color: #1DA1F2; background: rgba(29, 161, 242, 0.1); }
.social-icon.twitter:hover { background: #1DA1F2; color: white; }
.social-icon.linkedin { color: #0A66C2; background: rgba(10, 102, 194, 0.1); }
.social-icon.linkedin:hover { background: #0A66C2; color: white; }
.social-icon.instagram { color: #E4405F; background: rgba(228, 64, 95, 0.1); }
.social-icon.instagram:hover { background: #E4405F; color: white; }
.social-icon.youtube { color: #FF0000; background: rgba(255, 0, 0, 0.1); }
.social-icon.youtube:hover { background: #FF0000; color: white; }
.social-icon.whatsapp { color: #25D366; background: rgba(37, 211, 102, 0.1); }
.social-icon.whatsapp:hover { background: #25D366; color: white; }
.footer-bottom { border-top: 1px solid #374151; padding-top: 2rem; text-align: center; color: #9ca3af; font-size: 0.875rem; }
.footer-bottom p { margin-bottom: 0.5rem; }
@media (max-width: 768px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-col { margin-bottom: 1rem; }
  .social-links { flex-wrap: wrap; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.section-animate { animation: fadeInUp 0.6s ease-out forwards; }
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }

/* Mobile Optimization */
@media (max-width: 640px) {
  .section { padding: 2.5rem 0; }
  .container { padding: 0 1rem; }
  .header-content { height: 60px; gap: 0.25rem; }
  .logo-svg { width: 35px; height: 35px; }
  .logo-text { font-size: 0.65rem; }
  .btn { padding: 0.5rem 1rem; font-size: 0.8rem; }
  .hero { padding: 4rem 0; }
  .hero h1 { font-size: 1.5rem; line-height: 1.3; }
  .hero p { font-size: 0.9rem; }
  .hero-buttons { flex-direction: column; gap: 0.5rem; }
  .services-grid { grid-template-columns: 1fr; gap: 1rem; }
  .process-grid { grid-template-columns: 1fr; gap: 1rem; }
  .pricing-grid { grid-template-columns: 1fr; gap: 1rem; }
  .about-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .values-grid { grid-template-columns: 1fr; gap: 1rem; }
  .info-grid { grid-template-columns: 1fr; gap: 1rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1rem; }
  .social-links { gap: 0.5rem; }
  .social-icon { width: 32px; height: 32px; }
  .cta-buttons { flex-direction: column; gap: 0.5rem; }
  .cta-info { flex-direction: column; gap: 0.75rem; }
  .trust-indicators { grid-template-columns: 1fr; gap: 0.75rem; }
  .accordion-header { padding: 0.75rem; }
  .accordion-icon { width: 50px; height: 50px; }
  .section-header h2 { font-size: 1.5rem; }
  .section-header p { font-size: 0.95rem; }
  .service-card { padding: 1.5rem; }
  .service-icon { width: 60px; height: 60px; }
  .contact-card { flex-direction: column; }
  .contact-icon { width: 50px; height: 50px; }
  .form-group input, .form-group select, .form-group textarea { padding: 0.6rem; font-size: 16px; }
  .pricing-card { padding: 1.5rem; }
  .price { font-size: 2rem; }
  .footer-logo-text { margin-bottom: 0.75rem; }
  .footer-logo-amirena { font-size: 1rem; }
  .footer-logo-services { font-size: 0.65rem; }
}

@media (max-width: 480px) {
  .section { padding: 2rem 0; }
  .container { padding: 0 0.75rem; }
  .header-content { height: 56px; }
  .logo-svg { width: 30px; height: 30px; }
  .logo-text { font-size: 0.6rem; }
  .btn { padding: 0.5rem 0.75rem; font-size: 0.75rem; }
  .hero h1 { font-size: 1.25rem; }
  .hero p { font-size: 0.85rem; }
  .section-header h2 { font-size: 1.25rem; }
  .accordion-header { padding: 0.5rem; }
  .accordion-icon { width: 40px; height: 40px; }
  .service-icon { width: 50px; height: 50px; }
  .price { font-size: 1.75rem; }
  .social-icon { width: 28px; height: 28px; }
}

/* Standardized Icon Sizing */
.service-icon, .step-icon, .value-icon, .accordion-icon { width: 56px; height: 56px; margin-bottom: 8px; }
.contact-icon { width: 56px; height: 56px; margin-bottom: 8px; }
