.navbar.l--73133{display: flex;justify-content: space-between;align-items: center;padding: 1rem 2rem;background: rgba(56, 25, 62, 0.15);backdrop-filter: blur(12px);-webkit-backdrop-filter: blur(12px);border-bottom: 1px solid rgba(255, 255, 255, 0.08);position: fixed;width: 100%;box-sizing: border-box;top: 0;z-index: 1000;color: white;box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);}.logo.l--73133 img.l--73133{height: 40px;}.menu-toggle.l--73133{display: none;background: transparent;border: none;color: white;font-size: 1.5rem;cursor: pointer;}.menu-items.l--73133{display: flex;gap: 1.5rem;z-index: 100;}.menu-item.l--73133{color: white;text-decoration: none;padding: 0.5rem 1rem;border-radius: 4px;transition: all 0.2s ease;border: 1px solid transparent;background: transparent;}.menu-item.l--73133:hover{background: rgba(170, 122, 253, 0.1);border: 1px solid rgba(255, 255, 255, 0.1);}.active.l--73133{background: rgba(170, 122, 253, 0.15);border: 1px solid rgba(255, 255, 255, 0.15);}@media (max-width: 768px) {.navbar.l--73133{padding: 1rem;}.menu-toggle.l--73133{display: block;background: transparent;border: none;color: white;font-size: 1.5rem;cursor: pointer;}.menu-items.l--73133{display: flex;position: fixed;top: 72px;left: 0;right: 0;background: rgba(56, 25, 62, 0.75);backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);flex-direction: column;padding: 0;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);opacity: 0;transform: translateY(-10px);pointer-events: none;height: 0;overflow: hidden;border-bottom: 1px solid rgba(255, 255, 255, 0.1);box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);}.menu-items.open.l--73133{opacity: 1;transform: translateY(0);pointer-events: auto;height: calc(100vh - 72px);padding: 1rem;}.menu-item.l--73133{width: 100%;text-align: center;opacity: 0;transform: translateY(-10px);transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);transition-delay: 0.1s;padding: 1rem;margin: 0.5rem 0;}.menu-items.open.l--73133 .menu-item.l--73133{opacity: 1;transform: translateY(0);}.menu-items.l--73133 .menu-item.l--73133:hover{background: rgba(170, 122, 253, 0.15);border: 1px solid rgba(255, 255, 255, 0.15);}}.about-page.l-212357{background: var(--bg-dark);min-height: 100vh;}.about-hero.l-212357{min-height: 50vh;display: flex;align-items: center;justify-content: center;text-align: center;background: linear-gradient(rgba(79, 70, 229, 0.7), rgba(124, 58, 237, 0.7)),url('https://images.pexels.com/photos/3182746/pexels-photo-3182746.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');background-size: cover;background-position: center;padding: 2rem;animation: fadeInFromTop 0.8s ease-out forwards;color: white;}.about-main.l-212357{background: var(--bg-dark);color: white;}.about-section.l-212357{padding: 4rem 2rem;}.section-content.l-212357{max-width: 1200px;margin: 0 auto;display: flex;align-items: center;gap: 4rem;}.section-content.reverse.l-212357{flex-direction: row-reverse;}.section-image.l-212357{width: 50%;height: 400px;object-fit: cover;border-radius: 10px;}.text-content.l-212357{flex: 1;}.about-cta.l-212357{text-align: center;padding: 4rem 2rem;background: linear-gradient(var(--primary-color), var(--secondary-color));}.about-cta.l-212357 .cta-button.l-212357{display: inline-block;padding: 1rem 2rem;font-size: 1.2rem;color: white;background: rgba(255, 255, 255, 0.2);border: 2px solid white;border-radius: 5px;text-decoration: none;transition: all 0.3s ease;margin-top: 2rem;}.about-cta.l-212357 .cta-button.l-212357:hover{background: white;color: var(--primary-color);transform: translateY(-2px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}.about-cta.l-212357 h2.l-212357{font-size: 2.5rem;margin-bottom: 1rem;color: white;}.about-cta.l-212357 p.l-212357{font-size: 1.2rem;color: var(--text-light);margin-bottom: 2rem;}@media (max-width: 768px) {.section-content.l-212357{flex-direction: column;gap: 2rem;}.section-content.reverse.l-212357{flex-direction: column;}.section-image.l-212357{width: 100%;height: 300px;}}.ai-hero.l-168843{min-height: 50vh;display: flex;align-items: center;justify-content: center;text-align: center;background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url('https://img.pricelove.co/ai-powered-01.webp');background-size: cover;background-position: center;padding: 2rem;color: white;}.ai-main.l-168843{background: var(--bg-dark);color: white;padding: 4rem 2rem;}.ai-section.l-168843,.ai-benefits.l-168843,.ai-tools.l-168843{max-width: 1200px;margin: 0 auto 4rem;}.ai-grid.l-168843,.benefits-grid.l-168843,.tools-grid.l-168843{display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;margin-top: 2rem;}.ai-card.l-168843,.benefit-card.l-168843,.tool-card.l-168843{background: rgba(255, 255, 255, 0.1);padding: 2rem;border-radius: 10px;backdrop-filter: blur(10px);}.ai-card.l-168843 h3.l-168843,.benefit-card.l-168843 h3.l-168843,.tool-card.l-168843 h3.l-168843{color: var(--bg-darker-3);margin-bottom: 1rem;}.ai-card.l-168843 ul.l-168843{list-style: none;padding: 0;}.ai-card.l-168843 ul.l-168843 li.l-168843{margin: 0.5rem 0;padding-left: 1.5rem;position: relative;}.ai-card.l-168843 ul.l-168843 li.l-168843:before{content: "→";position: absolute;left: 0;color: var(--bg-darker-3);}.ai-cta.l-168843{text-align: center;padding: 4rem 2rem;background: linear-gradient(var(--bg-darker-3), var(--bg-darker-5));border-radius: 10px;margin-top: 4rem;}.ai-cta.l-168843 .cta-button.l-168843{display: inline-block;padding: 1rem 2rem;font-size: 1.2rem;color: white;background: var(--bg-darker-2);border: none;border-radius: 5px;text-decoration: none;transition: all 0.3s ease;margin-top: 2rem;}.ai-cta.l-168843 .cta-button.l-168843:hover{background: var(--bg-darker-4);transform: translateY(-2px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}@media (max-width: 768px) {.ai-main.l-168843{padding: 2rem 1rem;}.ai-card.l-168843,.benefit-card.l-168843,.tool-card.l-168843{padding: 1.5rem;}}.contact-container.l--93499{padding: 2rem;color: white;background: var(--bg-dark);}.contact-container.l--93499 p.l--93499{margin: 1rem 0;}.contact-container.l--93499 h1.l--93499{margin-bottom: 1rem;}.hero-section.l--93499{min-height: 80vh;display: flex;align-items: center;justify-content: center;background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://img.pricelove.co/hero-bg.jpg');background-size: cover;color: white;text-align: center;position: relative;}.hero-content.l--93499{max-width: 800px;padding: 2rem;}.logo.l--93499{max-width: 200px;margin-bottom: 2rem;}.cta-button.l--93499,.secondary-cta.l--93499,.main-cta.l--93499{display: inline-block;padding: 1rem 2rem;background: #007bff;color: white;text-decoration: none;border-radius: 5px;margin: 1rem 0;transition: background 0.3s;}.cta-button.l--93499:hover{background: #0056b3;}.services-section.l--93499,.features-section.l--93499{padding: 4rem 2rem;text-align: center;}.service-grid.l--93499,.features-grid.l--93499{display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;margin: 2rem 0;}.service-card.l--93499,.feature.l--93499{padding: 2rem;border-radius: 10px;box-shadow: 0 4px 6px rgba(0,0,0,0.1);transition: transform 0.3s;}.service-card.l--93499:hover{transform: translateY(-5px);}.service-card.l--93499 img.l--93499,.feature.l--93499 img.l--93499{width: 100%;height: 200px;object-fit: cover;border-radius: 5px;margin-bottom: 1rem;}.cta-section.l--93499{background: #f8f9fa;padding: 4rem 2rem;text-align: center;margin-top: 2rem;}@media (max-width: 768px) {.service-grid.l--93499,.features-grid.l--93499{grid-template-columns: 1fr;}}.contact-grid.l--93499{display: grid;grid-template-columns: 3fr 2fr;gap: 2rem;margin-top: 2rem;}.contact-form.l--93499{background: rgba(255, 255, 255, 0.1);padding: 3rem;border-radius: 10px;backdrop-filter: blur(10px);}.form-group.l--93499{margin-bottom: 2rem;padding: 0 1rem;}.form-group.l--93499 label.l--93499{display: block;margin-bottom: 0.5rem;color: var(--text-light);}.form-group.l--93499 input.l--93499,.form-group.l--93499 select.l--93499,.form-group.l--93499 textarea.l--93499{width: calc(100% - 2rem);padding: 0.75rem;margin: 0 1rem;border: 1px solid rgba(255, 255, 255, 0.2);border-radius: 5px;background: rgba(255, 255, 255, 0.05);color: white;}.submit-btn.l--93499{background: var(--primary-color);color: white;padding: 1rem 2rem;border: none;border-radius: 5px;cursor: pointer;width: calc(100% - 4rem);margin: 1rem 2rem;font-size: 1.1rem;transition: background 0.3s;}.submit-btn.l--93499:hover{background: var(--primary-dark);}.contact-info.l--93499{display: flex;flex-direction: column;gap: 2rem;}.info-card.l--93499{background: rgba(255, 255, 255, 0.1);padding: 2rem;border-radius: 10px;backdrop-filter: blur(10px);}.ai-highlight.l--93499{border-left: 4px solid var(--secondary-color);}.ai-highlight.l--93499 ul.l--93499{list-style: none;padding: 0;margin: 1rem 0;}.ai-highlight.l--93499 li.l--93499{padding: 0.5rem 0;padding-left: 1.5rem;position: relative;}.ai-highlight.l--93499 li.l--93499:before{content: "→";position: absolute;left: 0;color: var(--secondary-color);}.quick-contact.l--93499{background: rgba(255, 255, 255, 0.1);padding: 2rem;border-radius: 10px;backdrop-filter: blur(10px);}.response-time.l--93499{font-size: 0.9rem;color: var(--text-light);margin-top: 1rem;}.contact-page.l--93499{display: flex;flex-direction: column;min-height: 100vh;padding-top: 64px;}.contact-hero.l--93499{min-height: 50vh;display: flex;align-items: center;justify-content: center;text-align: center;background: linear-gradient(rgba(79, 70, 229, 0.7), rgba(124, 58, 237, 0.7)),url('https://images.pexels.com/photos/3182833/pexels-photo-3182833.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');background-size: cover;background-position: center;padding: 2rem;position: relative;}.contact-hero.l--93499 .hero-content.l--93499{max-width: 800px;padding: 2rem;z-index: 1;color: white;}.contact-hero.l--93499 h1.l--93499{font-size: clamp(2rem, 5vw, 3rem);color: white;margin-bottom: 1rem;}.contact-hero.l--93499 .hero-text.l--93499{font-size: clamp(1rem, 3vw, 1.5rem);color: var(--text-light);max-width: 800px;margin: 0 auto;}.contact-main.l--93499{flex: 1;background: var(--bg-dark);position: relative;padding: 2rem 1rem;margin-top: -1rem;}.contact-container.l--93499{max-width: 1200px;margin: 0 auto;position: relative;z-index: 1;}.contact-grid.l--93499{display: grid;grid-template-columns: 3fr 2fr;gap: 2rem;margin-top: 2rem;}@media (max-width: 768px) {.contact-hero.l--93499{min-height: 40vh;padding: 1rem;}.contact-hero.l--93499 .hero-content.l--93499{padding: 1rem;}.contact-main.l--93499{padding: 1rem;margin-top: 0;}.contact-grid.l--93499{grid-template-columns: 1fr;}.contact-form.l--93499,.contact-info.l--93499{padding: 1rem;}.form-group.l--93499{margin-bottom: 1rem;}.form-group.l--93499 label.l--93499{font-size: 0.9rem;}.form-group.l--93499 input.l--93499,.form-group.l--93499 select.l--93499,.form-group.l--93499 textarea.l--93499{padding: 0.5rem;font-size: 1rem;}.info-card.l--93499,.quick-contact.l--93499{margin-top: 1rem;}}.info-image.l--93499{width: 100%;height: 150px;object-fit: cover;border-radius: 5px;margin-bottom: 1rem;}.about-hero.l--93499{min-height: 50vh;display: flex;align-items: center;justify-content: center;text-align: center;background: linear-gradient(rgba(79, 70, 229, 0.7), rgba(124, 58, 237, 0.7)),url('https://images.pexels.com/photos/3182746/pexels-photo-3182746.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');background-size: cover;background-position: center;padding: 2rem;animation: fadeInFromTop 0.8s ease-out forwards;}.about-main.l--93499{background: var(--bg-dark);color: white;}.about-section.l--93499{padding: 4rem 2rem;}.section-content.l--93499{max-width: 1200px;margin: 0 auto;display: flex;align-items: center;gap: 4rem;}.section-content.reverse.l--93499{flex-direction: row-reverse;}.section-image.l--93499{width: 50%;height: 400px;object-fit: cover;border-radius: 10px;}.text-content.l--93499{flex: 1;}.text-content.l--93499 h2.l--93499{font-size: 2rem;margin-bottom: 1.5rem;color: var(--text-light);}.text-content.l--93499 p.l--93499{font-size: 1.1rem;line-height: 1.6;margin-bottom: 1rem;}.tech-list.l--93499{list-style: none;padding: 0;margin-top: 1.5rem;}.tech-list.l--93499 li.l--93499{padding: 0.5rem 0;padding-left: 1.5rem;position: relative;}.tech-list.l--93499 li.l--93499:before{content: "→";position: absolute;left: 0;color: var(--secondary-color);}.about-cta.l--93499{text-align: center;padding: 4rem 2rem;background: linear-gradient(var(--primary-color), var(--secondary-color));}.about-cta.l--93499 h2.l--93499{font-size: 2.5rem;margin-bottom: 1rem;}.about-cta.l--93499 p.l--93499{font-size: 1.2rem;}.about-page.l--93499{background: var(--bg-dark);min-height: 100vh;padding-top: 20px;}.about-hero.l--93499{min-height: 50vh;display: flex;align-items: center;justify-content: center;text-align: center;background: linear-gradient(rgba(79, 70, 229, 0.7), rgba(124, 58, 237, 0.7)),url('https://images.pexels.com/photos/3182746/pexels-photo-3182746.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');background-size: cover;background-position: center;color: #fff;padding: 2rem;}@keyframes fadeInFromTop {0% {opacity: 0;transform: translateY(-20px);}100% {opacity: 1;transform: translateY(0);}}.hero-content.l--93499{opacity: 0;animation: fadeInFromTop 0.8s ease-out forwards;animation-delay: 0.2s;}:root{--primary-color: #4F46E5;--primary-dark: #4338CA;--secondary-color: #7C3AED;--bg-light: #F5F3FF;--text-dark: #1E1B4B;--text-light: #C7D2FE;--bg-dark: #38193e;--bg-darker: #fe32fc;--bg-darker-2: #449bf4;--bg-darker-3: #aa7afd;--bg-darker-4: #37c4ff;--bg-darker-5: #cc66ff;}@keyframes gradient-animation {0% {background-position: 0% 50%;}50% {background-position: 100% 50%;}100% {background-position: 0% 50%;}}.plain.l--81236{background-color: #311937;}.flex-vertical.l--81236{display: flex;flex-direction: column;justify-content: center;align-items: center;height: 50vh;}.centered-box.l--81236{display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100vh;width: 100%;z-index: 1;}.background-container.l--81236{position: absolute;overflow: hidden;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}.background-container.l--81236::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(120deg,#38193e,#449bf4,#aa7afd,#37c4ff,#311937,#311937,#cc66ff,#38193e);background-size: 1400% 1400%;animation: gradient-animation 60s ease infinite;z-index: -2;}.background-container.l--81236::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(56, 25, 62, 0.35);z-index: 0;}.img.l--81236{width: 500px;max-width: 100%;}main.l--81236{min-height: calc(100vh - 64px);padding-top: 64px;}.active.l--81236{background-color: #aa7afd;color: white;}.about-container.l--81236{padding: 2rem;color: white;}.about-container.l--81236 p.l--81236{margin: 1rem 0;}.about-container.l--81236 h1.l--81236{margin-bottom: 1rem;}.contact-container.l--81236{padding: 2rem;color: white;background: var(--bg-dark);}.contact-container.l--81236 p.l--81236{margin: 1rem 0;}.contact-container.l--81236 h1.l--81236{margin-bottom: 1rem;}.hero-section.l--81236{min-height: 80vh;display: flex;align-items: center;justify-content: center;background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://img.pricelove.co/hero-bg.jpg');background-size: cover;color: white;text-align: center;position: relative;}.hero-content.l--81236{max-width: 800px;padding: 2rem;}.logo.l--81236{max-width: 200px;margin-bottom: 2rem;}.cta-button.l--81236,.secondary-cta.l--81236,.main-cta.l--81236{display: inline-block;padding: 1rem 2rem;font-size: 1.2rem;color: white;border: none;border-radius: 5px;text-decoration: none;transition: all 0.3s ease;margin: 1rem;}.cta-button.l--81236:hover{background: #0056b3;}.services-section.l--81236,.features-section.l--81236{padding: 4rem 2rem;text-align: center;}.service-grid.l--81236,.features-grid.l--81236{display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;margin: 2rem 0;}.service-card.l--81236,.feature.l--81236{padding: 2rem;border-radius: 10px;box-shadow: 0 4px 6px rgba(0,0,0,0.1);transition: transform 0.3s;}.service-card.l--81236:hover{transform: translateY(-5px);}.service-card.l--81236 img.l--81236,.feature.l--81236 img.l--81236{width: 100%;height: 200px;object-fit: cover;border-radius: 5px;margin-bottom: 1rem;}.cta-section.l--81236{background: #f8f9fa;padding: 4rem 2rem;text-align: center;margin-top: 2rem;}@media (max-width: 768px) {.service-grid.l--81236,.features-grid.l--81236{grid-template-columns: 1fr;}}.contact-grid.l--81236{display: grid;grid-template-columns: 3fr 2fr;gap: 2rem;margin-top: 2rem;}.contact-form.l--81236{background: rgba(255, 255, 255, 0.1);padding: 2rem;border-radius: 10px;backdrop-filter: blur(10px);}.form-group.l--81236{margin-bottom: 1.5rem;}.form-group.l--81236 label.l--81236{display: block;margin-bottom: 0.5rem;color: var(--text-light);}.form-group.l--81236 input.l--81236,.form-group.l--81236 select.l--81236,.form-group.l--81236 textarea.l--81236{width: 100%;padding: 0.75rem;border: 1px solid rgba(255, 255, 255, 0.2);border-radius: 5px;background: rgba(255, 255, 255, 0.05);color: white;}.submit-btn.l--81236{background: var(--primary-color);color: white;padding: 1rem 2rem;border: none;border-radius: 5px;cursor: pointer;width: 100%;font-size: 1.1rem;transition: background 0.3s;}.submit-btn.l--81236:hover{background: var(--primary-dark);}.contact-info.l--81236{display: flex;flex-direction: column;gap: 2rem;}.info-card.l--81236{background: rgba(255, 255, 255, 0.1);padding: 2rem;border-radius: 10px;backdrop-filter: blur(10px);}.ai-highlight.l--81236{border-left: 4px solid var(--secondary-color);}.ai-highlight.l--81236 ul.l--81236{list-style: none;padding: 0;margin: 1rem 0;}.ai-highlight.l--81236 li.l--81236{padding: 0.5rem 0;padding-left: 1.5rem;position: relative;}.ai-highlight.l--81236 li.l--81236:before{content: "→";position: absolute;left: 0;color: var(--secondary-color);}.quick-contact.l--81236{background: rgba(255, 255, 255, 0.1);padding: 2rem;border-radius: 10px;backdrop-filter: blur(10px);}.response-time.l--81236{font-size: 0.9rem;color: var(--text-light);margin-top: 1rem;}.contact-page.l--81236{display: flex;flex-direction: column;min-height: 100vh;padding-top: 64px;}.contact-hero.l--81236{min-height: 50vh;display: flex;align-items: center;justify-content: center;text-align: center;background: linear-gradient(rgba(79, 70, 229, 0.7), rgba(124, 58, 237, 0.7)),url('https://images.pexels.com/photos/3182833/pexels-photo-3182833.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');background-size: cover;background-position: center;padding: 2rem;position: relative;}.contact-hero.l--81236 .hero-content.l--81236{max-width: 800px;padding: 2rem;z-index: 1;color: white;}.contact-hero.l--81236 h1.l--81236{font-size: clamp(2rem, 5vw, 3rem);color: white;margin-bottom: 1rem;}.contact-hero.l--81236 .hero-text.l--81236{font-size: clamp(1rem, 3vw, 1.5rem);color: var(--text-light);max-width: 800px;margin: 0 auto;}.contact-main.l--81236{flex: 1;background: var(--bg-dark);position: relative;padding: 2rem 1rem;margin-top: -1rem;}.contact-container.l--81236{max-width: 1200px;margin: 0 auto;position: relative;z-index: 1;}.contact-grid.l--81236{display: grid;grid-template-columns: 3fr 2fr;gap: 2rem;margin-top: 2rem;}@media (max-width: 768px) {.contact-hero.l--81236{min-height: 40vh;padding: 1rem;}.contact-hero.l--81236 .hero-content.l--81236{padding: 1rem;}.contact-main.l--81236{padding: 1rem;margin-top: 0;}.contact-grid.l--81236{grid-template-columns: 1fr;}.contact-form.l--81236,.contact-info.l--81236{padding: 1rem;}.form-group.l--81236{margin-bottom: 1rem;}.form-group.l--81236 label.l--81236{font-size: 0.9rem;}.form-group.l--81236 input.l--81236,.form-group.l--81236 select.l--81236,.form-group.l--81236 textarea.l--81236{padding: 0.5rem;font-size: 1rem;}.info-card.l--81236,.quick-contact.l--81236{margin-top: 1rem;}}.info-image.l--81236{width: 100%;height: 150px;object-fit: cover;border-radius: 5px;margin-bottom: 1rem;}.about-hero.l--81236{min-height: 50vh;display: flex;align-items: center;justify-content: center;text-align: center;background: linear-gradient(rgba(79, 70, 229, 0.7), rgba(124, 58, 237, 0.7)),url('https://images.pexels.com/photos/3182746/pexels-photo-3182746.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');background-size: cover;background-position: center;padding: 2rem;animation: fadeInFromTop 0.8s ease-out forwards;color: white;}.about-main.l--81236{background: var(--bg-dark);color: white;}.about-section.l--81236{padding: 4rem 2rem;}.section-content.l--81236{max-width: 1200px;margin: 0 auto;display: flex;align-items: center;gap: 4rem;}.section-content.reverse.l--81236{flex-direction: row-reverse;}.section-image.l--81236{width: 50%;height: 400px;object-fit: cover;border-radius: 10px;}.text-content.l--81236{flex: 1;}.text-content.l--81236 h2.l--81236{font-size: 2rem;margin-bottom: 1.5rem;color: var(--text-light);}.text-content.l--81236 p.l--81236{font-size: 1.1rem;line-height: 1.6;margin-bottom: 1rem;}.tech-list.l--81236{list-style: none;padding: 0;margin-top: 1.5rem;}.tech-list.l--81236 li.l--81236{padding: 0.5rem 0;padding-left: 1.5rem;position: relative;}.tech-list.l--81236 li.l--81236:before{content: "→";position: absolute;left: 0;color: var(--secondary-color);}.about-cta.l--81236{text-align: center;padding: 4rem 2rem;background: linear-gradient(var(--primary-color), var(--secondary-color));}.about-cta.l--81236 h2.l--81236{font-size: 2.5rem;margin-bottom: 1rem;}.about-cta.l--81236 p.l--81236{font-size: 1.2rem;}.about-page.l--81236{background: var(--bg-dark);min-height: 100vh;padding-top: 20px;}.about-hero.l--81236{min-height: 50vh;display: flex;align-items: center;justify-content: center;text-align: center;background: linear-gradient(rgba(79, 70, 229, 0.7), rgba(124, 58, 237, 0.7)),url('https://images.pexels.com/photos/3182746/pexels-photo-3182746.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');background-size: cover;background-position: center;color: #fff;padding: 2rem;}@keyframes fadeInFromTop {0% {opacity: 0;transform: translateY(-20px);}100% {opacity: 1;transform: translateY(0);}}.hero-content.l--81236{opacity: 0;animation: fadeInFromTop 0.8s ease-out forwards;animation-delay: 0.2s;}.hero-content.l--81236 .cta-button.l--81236{display: inline-block;padding: 1rem 2rem;font-size: 1.2rem;color: white;background: var(--bg-darker-3);border: none;border-radius: 5px;text-decoration: none;transition: all 0.3s ease;margin: 1rem;}.hero-content.l--81236 .cta-button.l--81236:hover{background: var(--bg-darker-5);transform: translateY(-2px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}.cta-section.l--81236 .cta-button.l--81236{display: inline-block;padding: 1rem 2rem;font-size: 1.2rem;color: white;background: var(--bg-darker-2);border: none;border-radius: 5px;text-decoration: none;transition: all 0.3s ease;margin: 1rem;}.cta-section.l--81236 .cta-button.l--81236:hover{background: var(--bg-darker-4);transform: translateY(-2px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}.cta-button.l--81236,.secondary-cta.l--81236,.main-cta.l--81236{display: inline-block;padding: 1rem 2rem;font-size: 1.2rem;color: white;border: none;border-radius: 5px;text-decoration: none;transition: all 0.3s ease;margin: 1rem;}.hero-content.l--81236 .cta-button.l--81236{background: var(--bg-darker-3);}.hero-content.l--81236 .cta-button.l--81236:hover{background: var(--bg-darker-5);transform: translateY(-2px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}.secondary-cta.l--81236{background: var(--bg-darker-2);}.secondary-cta.l--81236:hover{background: var(--bg-darker-4);transform: translateY(-2px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}.main-cta.l--81236{background: var(--bg-darker-5);}.main-cta.l--81236:hover{background: var(--bg-darker-3);transform: translateY(-2px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}