.hero{flex-direction:column;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.heroVideo{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.heroOverlay{z-index:1;background:linear-gradient(#00000080 0%,#0000001a 35%,#00000073 70%,#000 100%);position:absolute;inset:0}.heroNavBar{z-index:10;-webkit-backdrop-filter:blur(24px)saturate(160%);background:#00000059;border-bottom:1px solid #ffffff14;position:relative}.heroContainer{z-index:2;flex:1;justify-content:center;align-items:center;padding:2rem 0 10rem;display:flex;position:relative}.logoContainer{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.logoIcon{flex-shrink:0;width:auto;height:56px}.logoText{width:auto;height:58px}.heroContent{text-align:center;max-width:780px;animation:1s ease-out both fadeIn}.heroSubtitle{letter-spacing:.18em;text-transform:uppercase;color:#ffffffbf;-webkit-backdrop-filter:blur(12px)saturate(150%);background:#ffffff14;border:1px solid #ffffff24;border-radius:20px;margin-bottom:1.25rem;padding:.4rem 1.1rem;font-size:.8rem;font-weight:600;display:inline-block;box-shadow:inset 0 1px #ffffff24}.heroTitle{letter-spacing:-.04em;color:#fff;text-shadow:0 4px 40px #0009;margin-bottom:1.75rem;font-size:clamp(4rem,7vw,6.5rem);font-weight:800;line-height:1.02}.heroTitleAccent{background:linear-gradient(135deg,#4d9fff 0%,#135bec 50%,#818cf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.heroDescription{color:#ffffffb3;letter-spacing:.01em;max-width:520px;margin-bottom:2.75rem;margin-left:auto;margin-right:auto;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.75}.ctaGroup{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.sectionPadding{padding:6rem 0}.sectionTitle{text-align:center;letter-spacing:-.02em;margin-bottom:3rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700}.w-full{text-align:center;width:100%}.mt-4{margin-top:1.5rem}.featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.featureCard{padding:2.5rem;position:relative;overflow:hidden}.featureCard:hover{transform:translateY(-6px)}.featureNumber{opacity:.07;pointer-events:none;color:#fff;font-size:5rem;font-weight:800;line-height:1;position:absolute;top:-8px;right:16px}.featureIcon{margin-bottom:1rem;font-size:2.25rem}.featureTitle{color:#fff;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.featureText{color:var(--text-muted);font-size:1rem;line-height:1.6}.pricingGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:center;gap:1.25rem;display:grid}.pricingGrid4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.pricingGrid4{grid-template-columns:repeat(2,1fr)}}@media (max-width:550px){.pricingGrid4{grid-template-columns:1fr}}.pricingCard{text-align:center;padding:2.5rem 2rem;position:relative}.pricingCardFeatured{z-index:10;padding:3.5rem 2rem;transform:scale(1.04);border-color:#135bec80!important;box-shadow:0 20px 60px #135bec33,inset 0 1px #fff3,0 0 0 1px #135bec4d!important}.pricingBadge{background:linear-gradient(135deg,var(--primary)0%,#0f4bd2 100%);color:#fff;box-shadow:0 4px 12px var(--primary-glow),inset 0 1px 0 #fff3;white-space:nowrap;border:1px solid #fff3;border-radius:20px;padding:.4rem 1.25rem;font-size:.82rem;font-weight:600;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pricingTitle{color:#fff;margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.pricingPrice{color:#fff;letter-spacing:-.03em;margin-bottom:1.75rem;font-size:3rem;font-weight:800}.pricingFeatures{text-align:left;margin-bottom:2rem;list-style:none}.pricingFeatures li{color:var(--text-muted);border-bottom:1px solid #ffffff12;margin-bottom:.75rem;padding-bottom:.75rem;font-size:.9rem}.pricingFeatures li:last-child{border-bottom:none}.galleryGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.galleryItem{cursor:pointer;transition:transform .3s}.galleryItem:hover{transform:translateY(-6px)}.galleryImagePlaceholder{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#ffffff0a 0%,#ffffff05 100%);border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;height:200px;margin-bottom:1rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1a}.galleryImagePlaceholder:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff0f 0%,#0000 50%);position:absolute;inset:0}.playButton{-webkit-backdrop-filter:blur(16px)saturate(180%);color:#fff;z-index:1;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;padding-left:5px;font-size:1.25rem;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 20px #00000080,inset 0 1px #fff3}.galleryItem:hover .playButton{background:#ffffff29;transform:scale(1.1);box-shadow:0 8px 32px #0009,0 0 30px #135bec4d,inset 0 1px #ffffff47}.galleryItemTitle{color:#fff;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.galleryItemAuthor{color:var(--text-muted);font-size:.875rem}@media (max-width:768px){.hero{min-height:600px}.heroTitle{font-size:clamp(3rem,10vw,4.5rem)}.ctaGroup{flex-direction:column;align-items:stretch}.ctaGroup .btn{width:100%}}
