:root{--primary-bg: #0A0E1A;--accent-color: #1FE4C8;--gold: #F4C542;--text-dark: #1a1a1a;--text-light: #666}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:80px 40px}.hero-section__bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--primary-bg) 0%,#1a2a3a 100%);z-index:-1}.hero-section__content{text-align:center;max-width:900px;animation:fadeInUp 1s ease .3s both}.hero-section__title{font-size:clamp(2rem,8vw,4.5rem);font-weight:900;color:#fff;margin:0 0 30px;letter-spacing:-.02em;line-height:1.3}.hero-section__subtitle{font-size:clamp(1rem,3vw,1.5rem);color:var(--accent-color);margin:0 0 50px;letter-spacing:.05em}.hero-section__cta{display:inline-block;padding:18px 50px;background:var(--accent-color);color:var(--primary-bg);text-decoration:none;border-radius:50px;font-weight:700;font-size:1rem;letter-spacing:.05em;transition:all .3s ease;border:none;cursor:pointer}.hero-section__cta:hover{transform:translateY(-3px);box-shadow:0 12px 40px #1fe4c84d;background:#0dd9b8}.mission-section{padding:100px 40px;background:#f8f9fa}.mission-section__content{max-width:800px;margin:0 auto;text-align:center}.mission-section__heading{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--primary-bg);margin:0 0 40px}.mission-section__text{font-size:1.125rem;color:var(--text-light);line-height:1.8;margin:0}.services-section{padding:100px 40px}.services-section__content{max-width:1200px;margin:0 auto}.services-section__heading{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--primary-bg);text-align:center;margin:0 0 60px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}.service-card{background:#fff;padding:50px 40px;border-radius:16px;text-align:center;transition:all .3s ease;border:1px solid #e0e0e0;box-shadow:0 4px 15px #0000000d;animation:fadeInUp .8s ease backwards}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #1fe4c81a;border-color:var(--accent-color)}.service-card__icon{font-size:3.5rem;margin-bottom:25px}.service-card__title{font-size:1.5rem;font-weight:700;color:var(--primary-bg);margin:0 0 20px}.service-card__description{font-size:.95rem;color:var(--text-light);margin:0 0 25px;line-height:1.7}.service-card__link{display:inline-block;padding:12px 30px;background:linear-gradient(135deg,var(--accent-color),#0dd9b8);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:.9rem;transition:all .3s ease;letter-spacing:.05em}.service-card__link:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1fe4c84d}.cta-section{background:linear-gradient(135deg,var(--primary-bg) 0%,#1a2a3a 100%);padding:100px 40px;text-align:center}.cta-section__content{max-width:700px;margin:0 auto}.cta-section h2{font-size:clamp(1.5rem,4vw,2.5rem);color:#fff;margin:0 0 25px;font-weight:800}.cta-section p{font-size:1.05rem;color:#ffffffd9;margin:0 0 40px;line-height:1.8}.cta-section__btn{display:inline-block;padding:18px 60px;background:var(--accent-color);color:var(--primary-bg);text-decoration:none;border-radius:50px;font-weight:700;font-size:1rem;letter-spacing:.05em;transition:all .3s ease;border:none;cursor:pointer}.cta-section__btn:hover{transform:translateY(-3px);box-shadow:0 12px 40px #1fe4c84d;background:#0dd9b8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-section{min-height:80vh;padding:60px 20px}.hero-section__title{font-size:clamp(1.5rem,6vw,2.5rem)}.mission-section,.services-section,.cta-section{padding:60px 20px}.services-grid{gap:20px}.service-card{padding:35px 25px}.services-section__heading{font-size:2rem}.cta-section h2{font-size:1.5rem}.cta-section__btn{padding:14px 40px;font-size:.9rem}}@media(max-width:480px){.hero-section{min-height:70vh;padding:40px 16px}.hero-section__title{font-size:clamp(1.25rem,5vw,2rem);margin-bottom:20px}.hero-section__subtitle{font-size:.95rem;margin-bottom:30px}.hero-section__cta{padding:14px 35px;font-size:.85rem}.mission-section,.services-section,.cta-section{padding:50px 16px}.services-section__heading{font-size:1.5rem}.service-card{padding:25px 15px}.service-card__icon{font-size:2.5rem;margin-bottom:15px}.service-card__title{font-size:1.125rem}.service-card__description{font-size:.85rem}}
