:root {--primary: #e9382e;--primary-dark: #c02820;--primary-light: #ff5a4f;--dark: #121212;--light-dark: #2a2a2a;--gray: #6c757d;--light-gray: #f8f9fa;--white: #ffffff;--gradient-danger: linear-gradient(135deg, red, var(--primary-light));--gradient-dark: linear-gradient(135deg, var(--dark), var(--light-dark));--bs-font-sans-serif: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;}body {font-family: var(--bs-font-sans-serif);color: var(--dark);overflow-x: hidden;}.text-gradient {background-image: var(--gradient-danger);background-clip: text;-webkit-background-clip: text;color: transparent;}.bg-gradient-primary {background: var(--gradient-danger);}.bg-dark-subtle {background-color: rgba(18, 18, 18, 0.05);}.section-padding {padding: 6rem 0;}@media (max-width: 768px) {.section-padding {padding: 4rem 0;}.hero-section {padding: 180px 0 40px;}}.navbar {transition: all 0.3s ease;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.navbar-scrolled {box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);background-color: rgba(18, 18, 18, 0.95) !important;}.navbar .nav-link {transition: all 0.3s ease;position: relative;}.navbar .nav-link:hover {background-color: rgba(255, 255, 255, 0.1);transform: translateY(-2px);}.navbar .nav-link::after {content: '';position: absolute;bottom: 0;left: 50%;width: 0;height: 2px;background: red;transition: all 0.3s ease;transform: translateX(-50%);}.navbar .nav-link:hover::after {width: 50%;}.hero-section {position: relative;overflow: visible;min-height: 100vh;padding: 180px 0 60px;display: flex;align-items: center;background-color: var(--dark);}@media (max-width: 768px) {.hero-section .phone-frame {margin-top: 20px;}}.hero-content {position: relative;z-index: 2;}.hero-title {font-weight: 800;font-size: 3.5rem;line-height: 1.2;margin-bottom: 1rem;color: white;}.hero-subtitle {font-size: 1.25rem;font-weight: 400;color: rgba(255, 255, 255, 0.7);margin-bottom: 2rem;}.hero-canvas {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}.btn-glow {position: relative;}.btn-glow:after {content: '';position: absolute;top: -5px;left: -5px;right: -5px;bottom: -5px;background: var(--gradient-danger);filter: blur(15px);opacity: 0.5;z-index: -1;border-radius: 30px;transition: all 0.3s ease;}.btn-glow:hover:after {opacity: 0.7;filter: blur(20px);}.feature-card {padding: 2rem;border-radius: 1rem;background-color: var(--white);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);transition: all 0.3s ease;height: 100%;position: relative;overflow: hidden;}.feature-card:hover {transform: translateY(-5px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);}.feature-card::before {content: '';position: absolute;top: 0;left: 0;width: 5px;height: 100%;background: var(--gradient-primary);opacity: 0;transition: all 0.3s ease;}.feature-card:hover::before {opacity: 1;}.feature-icon {width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;border-radius: 50%;margin-bottom: 1.5rem;background-color: rgba(233, 56, 46, 0.1);color: red;font-size: 1.5rem;}.showcase-item {border-radius: 1rem;overflow: hidden;position: relative;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);margin-bottom: 2rem;background-color: var(--dark);transition: all 0.3s ease;cursor: pointer;}.showcase-item:hover {transform: translateY(-5px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);}.showcase-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: flex-end;padding: 1.5rem;color: var(--white);}.embed-responsive-item {width: 100%;height: 100%;object-fit: fill;}.showcase-item:hover .showcase-overlay {background: linear-gradient(to top, rgba(233, 56, 46, 0.8), transparent);}.showcase-title {font-weight: 700;font-size: 1.25rem;margin-bottom: 0.5rem;}.showcase-description {font-size: 0.9rem;opacity: 0.9;}.step-card {text-align: center;padding: 2rem;border-radius: 1rem;background-color: var(--white);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);position: relative;transition: all 0.3s ease;height: 100%;will-change: transform, opacity;}.step-card:hover {transform: translateY(-5px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);}.step-number {position: absolute;top: -20px;left: 50%;transform: translateX(-50%);width: 40px;height: 40px;background: red;color: var(--white);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: 700;box-shadow: 0 5px 15px rgba(233, 56, 46, 0.3);}.cta-section {background-color: var(--dark);color: var(--white);position: relative;overflow: hidden;}.cta-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.1;z-index: 1;}.cta-content {position: relative;z-index: 2;}footer {background-color: var(--dark);color: var(--light-gray);padding: 5rem 0 2rem;}.footer-logo {margin-bottom: 1.5rem;}.footer-links h5 {color: var(--white);margin-bottom: 1.5rem;}.footer-links ul {list-style: none;padding-left: 0;}.footer-links li {margin-bottom: 0.75rem;}.footer-links a {color: rgba(255, 255, 255, 0.7);text-decoration: none;transition: all 0.3s ease;}.footer-links a:hover {color: red;}.social-links {display: flex;gap: 1rem;}.social-icon {width: 40px;height: 40px;background: rgba(255, 255, 255, 0.1);display: flex;align-items: center;justify-content: center;border-radius: 50%;color: var(--white);transition: all 0.3s ease;}.social-icon:hover {background: red;transform: translateY(-3px);}.footer-bottom {padding-top: 2rem;margin-top: 3rem;border-top: 1px solid rgba(255, 255, 255, 0.1);}@media (max-width: 992px) {.hero-title {font-size: 2.75rem;}}@media (max-width: 768px) {.hero-title {font-size: 2.25rem;}.hero-section {min-height: 80vh;}.hero-section .row {flex-direction: column;}.hero-content {margin-bottom: 2rem;}}@media (max-width: 576px) {.hero-title {font-size: 1.75rem;}.section-title {font-size: 1.75rem;}.hero-section {padding: 180px 0 30px;}.phone-frame {transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotate(0deg) scale(0.9);margin: 0 auto;}.hero-content {margin-bottom: 1.5rem;text-align: center;}.hero-content .d-flex {justify-content: center;}}#ageInput::placeholder {color: #fff;opacity: 1;}