*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Golos Text,system-ui,-apple-system,sans-serif;background-color:#fafafa;color:#1a1a1a;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}.page{width:100%;overflow-x:hidden;background:#fafafa}.page-inner{margin:0 auto;padding:40px 40px 0;display:flex;flex-direction:column;gap:60px;align-items:center}.hero{position:relative;height:712px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;border-radius:30px;width:100%}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000080,#0006,#000000b3);z-index:1}.header{position:absolute;top:60px;left:50%;transform:translate(-50%);z-index:10;width:1130px;max-width:calc(100% - 40px);height:84px;background:#17191c4d;backdrop-filter:blur(12px) saturate(1.2);-webkit-backdrop-filter:blur(12px) saturate(1.2);border:1px solid rgba(55,57,60,.35);border-radius:500px;box-shadow:0 1px 4px #26282e5e;display:flex;align-items:center}.header-inner{width:100%;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px}.logo-icon{width:36px;height:36px}.logo-text{font-size:16px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#fff}.nav{display:flex;gap:32px}.nav-link{background:none;border:none;font-family:inherit;font-size:16px;font-weight:500;color:#fafafa;cursor:pointer;padding:0;transition:color .2s}.nav-link:hover{color:#fff}.header-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:259px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,126,61,.6),rgba(255,255,255,.8),rgba(255,126,61,.6),transparent);pointer-events:none}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:160px 40px 80px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-label{font-size:14px;font-weight:500;letter-spacing:4.2px;text-transform:uppercase;color:#fff;margin-bottom:32px}.hero-title{font-size:36px;font-weight:700;line-height:1.15;color:#fafafa;max-width:702px;margin-bottom:20px}.hero-sub{font-size:14px;line-height:16px;color:#fff;margin-bottom:32px}.btn-primary{display:inline-flex;align-items:center;gap:20px;padding:12px 15px;background:#ff7e3d;color:#000;font-family:inherit;font-size:14px;font-weight:500;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff7e3d59}.btn-primary svg{width:24px;height:24px}.btn-primary-hero{color:#000}.btn-primary-cta{padding:12px 40px;font-size:20px;font-weight:500;color:#fff;gap:20px}.btn-primary-cta svg{width:24px;height:24px}.btn-outline-white{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:transparent;color:#fff;font-family:inherit;font-size:16px;font-weight:600;border:2px solid rgba(255,255,255,.8);border-radius:12px;text-decoration:none;cursor:pointer;transition:background .2s,border-color .2s}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.btn-outline-white svg{width:18px;height:18px}.btn-dark{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#1a1a1a;color:#fff;font-family:inherit;font-size:14px;font-weight:600;border:1px solid #1a1a1a;border-radius:8px;text-decoration:none;cursor:pointer;transition:background .2s}.btn-dark:hover{background:#333}.btn-sm{padding:10px 20px;font-size:14px}.btn-header{padding:11px 20px;font-size:14px;font-weight:500;border-radius:8px;color:#000;text-shadow:0px 0px .5px white}.container{max-width:1360px;margin:0 auto;padding:0;width:100%}.section{width:100%}.section-white{background:transparent}.section-dark{background:#000;border-radius:30px;padding:60px 40px}.section-arrow{display:inline-flex;align-items:center;justify-content:center;margin-bottom:40px}.section-arrow svg{width:21px;height:25px}.section-title{font-size:36px;font-weight:700;line-height:1.15;color:#000;margin-bottom:16px;letter-spacing:3.6px}.section-title-light{color:#fff}.section-subtitle{font-size:20px;font-weight:500;color:#000;margin-bottom:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.service-item{display:flex;align-items:center;gap:20px;padding:20px 40px;border-radius:16px;min-height:68px}.service-item svg{flex-shrink:0}.service-item span{font-size:20px;font-weight:500;color:#000;line-height:28px}.steps-grid{display:flex;gap:32px;align-items:stretch;margin-top:40px}.step-card{display:flex;flex-direction:column;gap:20px;padding:0;background:transparent;flex:1;min-width:0}.step-divider-vertical{width:1px;background:#ffffff26;align-self:stretch;flex-shrink:0}.step-title{font-size:20px;font-weight:500;color:#ff7e3d;line-height:28px}.step-divider{display:none}.step-desc{font-size:14px;line-height:16px;color:#fff;max-width:286px}.step-card-result{background:#ff7e3d;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:20px;flex:1;min-width:0;max-width:289px}.step-result-header{display:flex;align-items:center;gap:15px;margin-bottom:0}.step-title-result{font-size:20px;font-weight:500;color:#000}.step-result-header svg{color:#000;width:17px;height:10px}.step-desc-result{font-size:14px;line-height:16px;color:#000;max-width:257px;margin-bottom:0;padding-bottom:0}.step-card-result .btn-white{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#000;font-family:inherit;font-size:12px;font-weight:500;border:none;border-radius:8px;padding:6px 15px;height:32px;width:180px;text-decoration:none;cursor:pointer;transition:background .2s}.step-card-result .btn-white:hover{background:#f0f0f0}.audience-grid{display:flex;gap:20px;margin-top:40px}.audience-card{padding:60px 40px;border:1px solid #E4E5E6;border-radius:16px;background:#fff;flex:1;display:flex;flex-direction:column;gap:20px;transition:border-color .2s,box-shadow .2s}.audience-card-active{border-color:#ff7e3d}.audience-card:hover{border-color:#ff7e3d;box-shadow:0 8px 32px #ff7e3d14}.audiences-container{position:relative}.audience-cta-center{display:flex;justify-content:center;margin-top:40px}.btn-sm-audit{padding:6px 15px;font-size:12px;font-weight:400;gap:20px}.btn-sm-audit svg{width:24px;height:24px}.audience-arrow{color:#1a1a1a}.audience-arrow svg{width:15px;height:18px}.audience-title{font-size:20px;font-weight:500;color:#ff7e3d;line-height:28px}.audience-text{font-size:16px;line-height:18px;color:#000;margin-bottom:0}.audience-text strong{font-weight:500}.cta-center{display:flex;justify-content:center;width:100%}.section-faq{padding-top:0;border-top:none}.faq-title{font-size:50.8px;font-weight:700;color:#212121;margin-bottom:20px;letter-spacing:20px;line-height:57.2px}.faq-list{display:flex;flex-direction:column}.faq-item{border-top:1px solid #000000}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;background:none;border:none;font-family:inherit;font-size:26px;font-weight:400;color:#212121;cursor:pointer;text-align:left;letter-spacing:-.78px;line-height:34.58px}.faq-question svg{flex-shrink:0;margin-left:20px;width:28px;height:28px}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item-open .faq-answer{max-height:200px;padding-bottom:24px}.faq-answer p{font-size:20px;line-height:30px;color:#666;letter-spacing:-.6px;max-width:712px}.footer{padding:40px 0;background:#fafafa;border-top:1px solid #e5e5e5}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer .logo-text{color:#1a1a1a;font-size:14px}.footer .logo-icon{width:28px;height:28px}.footer .logo{gap:8px}.footer-legal{font-size:13px;color:#999;line-height:1.5}@media(max-width:1024px){.page-inner{padding:20px 20px 0}.hero{height:auto;min-height:600px}.hero-title{font-size:30px}.section-title{font-size:28px}.steps-grid{flex-wrap:wrap}.step-card{width:calc(50% - 16px)}.service-grid{grid-template-columns:repeat(2,1fr)}.audience-card{width:calc(33.333% - 14px)}.nav{display:none}.header{width:calc(100% - 40px)}}@media(max-width:768px){.page-inner{padding:16px 16px 0;gap:40px}.header{top:20px;width:calc(100% - 32px);height:60px}.header-inner{padding:0 20px}.hero{height:auto;min-height:500px;border-radius:20px}.hero-content{padding:120px 20px 60px;text-align:center}.hero-title{font-size:24px}.hero-sub{font-size:13px}.container{padding:0 20px}.section-dark{padding:40px 20px;border-radius:20px}.section-title{font-size:24px;letter-spacing:1px}.service-grid{grid-template-columns:1fr}.steps-grid{flex-direction:column}.step-card,.step-card-result{width:100%}.audience-grid{flex-direction:column}.audience-card{width:100%}.footer-inner{flex-direction:column;align-items:flex-start;gap:16px}.faq-title{font-size:28px;letter-spacing:8px}.faq-question{font-size:18px}.faq-answer p{font-size:16px}}@media(max-width:480px){.hero-title{font-size:20px}.btn-primary{font-size:12px;padding:10px 12px}.btn-primary-cta{font-size:16px;padding:10px 24px}}
