:root{--red:#8a1c1c;--red-dark:#601010;--red-light:#b23a3a;--black:#111;--white:#fff;--gray:#f4f4f4;--gray-text:#555;--max-width:480px}*{box-sizing:border-box}html,body{background:var(--black);color:var(--black);width:100%;margin:0;padding:0;font-family:Poppins,Segoe UI,Arial,sans-serif;font-weight:400;overflow-x:hidden}h1,h2,h3,.section-title,.btn-primary,.btn-outline,.sy-header-btn{font-family:Poppins,Segoe UI,Arial,sans-serif;font-weight:800}#root{max-width:var(--max-width);background:var(--white);text-align:left;min-height:100vh;margin:0 auto;box-shadow:0 0 24px #0006}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}img{max-width:100%;display:block}.container{padding:28px 20px}.btn-primary{background:var(--red);width:100%;color:var(--white);letter-spacing:.5px;text-align:center;text-transform:uppercase;border-radius:4px;padding:16px;font-size:16px;font-weight:700;transition:background .2s;display:block}.btn-primary:active,.btn-primary:hover{background:var(--red-dark)}.btn-outline{width:100%;color:var(--white);border:2px solid var(--white);text-align:center;text-transform:uppercase;background:0 0;border-radius:4px;padding:14px;font-size:15px;font-weight:700;display:block}.section-title{color:var(--black);margin:0 0 12px;font-size:26px;font-weight:800;line-height:1.2}.section-title.on-dark{color:var(--white)}.section-subtitle{color:var(--gray-text);margin-bottom:20px;font-size:15px;line-height:1.5}.section-subtitle.on-dark{color:#cfcfcf}.eyebrow{color:var(--red-light);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:6px;font-size:13px;font-weight:700;display:block}hr.divider{border:none;border-top:1px solid #e5e5e5;margin:0}@media (width>=900px){#root{max-width:none;box-shadow:none}.section-subtitle{font-size:16px}}.lf-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lf-modal{background:var(--white);border-radius:16px;width:100%;max-width:420px;max-height:90vh;font-family:DM Sans,sans-serif;animation:.25s lf-up;position:relative;overflow-y:auto}@keyframes lf-up{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.lf-close{width:30px;height:30px;color:var(--white);z-index:2;background:#00000059;border-radius:50%;justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex;position:absolute;top:10px;right:10px}.lf-header{background:var(--black);border-radius:16px 16px 0 0;padding:22px 20px 16px;position:relative;overflow:hidden}.lf-header:after{content:"";pointer-events:none;background:#8a1c1c2e;border-radius:50%;width:160px;height:160px;position:absolute;top:-40px;right:-40px}.lf-header h2{color:var(--white);letter-spacing:.5px;z-index:1;font-family:Barlow Condensed,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;position:relative}.lf-header h2 em{color:var(--red-light);font-style:normal}.lf-header p{color:#fff9;z-index:1;margin-top:5px;font-size:.82rem;position:relative}.lf-steps{background:var(--black);gap:6px;padding:0 20px 14px;display:flex}.lf-step-btn{color:#ffffff80;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#ffffff1a;border:none;border-radius:6px;flex:1;padding:8px 4px;font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:600;line-height:1.3;transition:background .2s,color .2s}.lf-step-btn.active{background:var(--red);color:var(--white)}.lf-progress-bar{background:#f0f1f5;height:3px}.lf-progress-fill{background:linear-gradient(90deg, var(--red), var(--red-light));height:100%;transition:width .35s}.lf-body{background:var(--white);padding:22px 20px 26px}.lf-panel{animation:.3s lf-fade-up}@keyframes lf-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.lf-section-title{color:var(--black);border-bottom:2px solid #f0f1f5;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:10px;font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:700;display:flex}.lf-section-title:before{content:"";background:var(--red);border-radius:3px;flex-shrink:0;width:4px;height:18px;display:inline-block}.lf-grid{grid-template-columns:1fr 1fr;gap:14px 16px;display:grid}.lf-field{flex-direction:column;gap:5px;display:flex}.lf-field label{color:var(--gray-text);text-transform:uppercase;letter-spacing:.6px;font-size:.72rem;font-weight:600}.lf-field label em{color:var(--red);font-style:normal}.lf-field input,.lf-field select{height:44px;color:var(--black);background:var(--white);border:1.5px solid #dce0ea;border-radius:10px;outline:none;width:100%;padding:0 12px;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.lf-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%236b7588' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:34px}.lf-field input:focus,.lf-field select:focus{border-color:var(--red);box-shadow:0 0 0 3px #8a1c1c1f}.lf-field input::placeholder{color:#c0c6d4}.lf-pill-block{margin-bottom:20px}.lf-pill-group{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.lf-pill-group input[type=radio]{display:none}.lf-pill-label{cursor:pointer;color:var(--black);white-space:nowrap;background:var(--white);-webkit-user-select:none;user-select:none;border:1.5px solid #dce0ea;border-radius:8px;align-items:center;padding:8px 12px;font-size:.8rem;font-weight:500;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.lf-pill-label.selected{border-color:var(--red);color:var(--red);background:#8a1c1c14}.lf-sublabel{color:var(--gray-text);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px;font-size:.72rem;font-weight:600;display:block}.lf-sublabel em{color:var(--red);font-style:normal}.lf-error{color:var(--red);text-align:center;margin-top:14px;font-size:.8rem;font-weight:600}.lf-nav{justify-content:space-between;align-items:center;gap:12px;margin-top:22px;display:flex}.lf-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;height:46px;padding:0 20px;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:600;line-height:1;transition:background .2s,transform .1s,box-shadow .2s;display:inline-flex}.lf-btn:active{transform:scale(.97)}.lf-btn-ghost{color:var(--gray-text);background:#f0f1f5}.lf-btn-primary{background:linear-gradient(135deg, var(--red), var(--red-light));color:var(--white);text-transform:uppercase;letter-spacing:.6px;flex:1;max-width:240px;font-size:.88rem;box-shadow:0 4px 16px #8a1c1c4d}.lf-btn-primary:disabled{opacity:.65;cursor:not-allowed}.lf-sms-block{background:var(--gray);border:1.5px solid #e8eaf0;border-radius:10px;margin-top:18px;padding:14px}.lf-sms-label{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.lf-sms-label input[type=checkbox]{display:none}.lf-sms-check-box{background:var(--white);border:2px solid #dce0ea;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;margin-top:2px;transition:border-color .2s,background .2s;display:inline-flex;position:relative}.lf-sms-label input:checked~.lf-sms-check-box{background:var(--red);border-color:var(--red)}.lf-sms-label input:checked~.lf-sms-check-box:after{content:"";border:2px solid var(--white);border-top:none;border-left:none;width:5px;height:9px;display:block;transform:rotate(45deg)translate(-1px,-1px)}.lf-sms-text{color:var(--gray-text);font-size:.76rem;font-weight:400;line-height:1.5}.lf-sms-footer{color:#9aa0b0;margin-top:8px;padding-left:28px;font-size:.72rem;line-height:1.5}.lf-success{text-align:center;padding:40px 20px;animation:.4s lf-fade-up}.lf-success-icon{background:#8a1c1c1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;font-size:1.8rem;display:flex}.lf-success h3{color:var(--black);margin-bottom:8px;font-family:Barlow Condensed,sans-serif;font-size:1.5rem}.lf-success p{color:var(--gray-text);margin-bottom:18px;font-size:.9rem}@media (width<=380px){.lf-grid{grid-template-columns:1fr}}.sy-header{background:var(--white);z-index:100;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0}.sy-header-left,.sy-header-right{align-items:center;gap:10px;display:flex}.sy-desktop-nav,.sy-header-social{display:none}.sy-burger{background:0 0;flex-direction:column;flex-shrink:0;justify-content:center;gap:6px;width:30px;padding:4px;display:flex}.sy-burger span{background:var(--black);border-radius:2px;flex-shrink:0;width:30px;height:3px;display:block}.sy-logo{width:auto;height:50px}.sy-header-phone{color:var(--red);white-space:nowrap;font-size:12px;font-weight:700}.sy-header-btn{background:var(--red);color:var(--white);text-transform:uppercase;white-space:nowrap;border-radius:4px;padding:10px 12px;font-size:12px;font-weight:700}.sy-menu-overlay{z-index:1000;visibility:hidden;background:0 0;transition:background .25s,visibility 0s linear .25s;position:fixed;inset:0}.sy-menu-overlay.open{visibility:visible;background:#0009;transition:background .25s}.sy-menu{background:var(--black);flex-direction:column;width:78%;max-width:300px;height:100%;padding:24px 24px 32px;transition:transform .25s;display:flex;position:relative;overflow-y:auto;transform:translate(-100%)}.sy-menu-overlay.open .sy-menu{transform:translate(0)}.sy-menu-close{color:var(--white);background:#ffffff1a;border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;width:32px;height:32px;margin-bottom:12px;font-size:20px;display:flex}.sy-menu-logo{width:auto;height:60px;margin:0 auto 28px}.sy-menu-links{flex-direction:column;gap:4px;margin:0 0 32px;padding:0;list-style:none;display:flex}.sy-menu-links a{color:var(--white);border-bottom:1px solid #ffffff14;padding:12px 4px;font-size:16px;font-weight:600;display:block}.sy-menu-phones{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.sy-menu-phones a{color:var(--red-light);font-size:15px;font-weight:700}.sy-menu-phone-label{color:#ffffff73;text-transform:uppercase;letter-spacing:.5px;margin-top:6px;font-size:11px;font-weight:700}.sy-menu-phone-label:first-child{margin-top:0}.sy-menu-social{gap:14px;margin-top:auto;display:flex}.sy-menu-social a{background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sy-menu-social img{width:20px;height:20px}.sy-hero{color:var(--white);align-items:flex-end;min-height:520px;display:flex;position:relative;overflow:hidden}.sy-hero-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.sy-hero-overlay{z-index:1;background:linear-gradient(#1111118c 0%,#111111bf 60%,#601010d9 100%);position:absolute;inset:0}.sy-hero-content{z-index:2;width:100%;padding:48px 20px 40px;position:relative}.sy-hero h1{margin:0 0 16px;font-size:32px;font-weight:800;line-height:1.15}.sy-hero p{color:#e6d3d3;max-width:340px;margin-bottom:24px;font-size:15px;line-height:1.5}.sy-hero-btn{max-width:320px}.sy-rating{align-items:center;gap:8px;margin-top:20px;font-size:14px;display:flex}.sy-rating-num{font-size:18px;font-weight:800}.sy-stars{color:#f5b301;letter-spacing:2px}.sy-rating-count{color:#cfcfcf}.sy-intro{padding:32px 20px}.sy-intro-image{aspect-ratio:16/11;object-fit:cover;border-radius:8px;width:100%;height:auto;margin-bottom:20px}.sy-advantages{background:var(--gray);padding:32px 20px}.sy-advantages .section-title{margin-bottom:28px}.sy-advantages-list{flex-direction:column;gap:36px;margin:0;padding:0;list-style:none;display:flex}.sy-advantages-list li{align-items:flex-start;gap:14px;display:flex}.sy-check{background:var(--red);height:26px;color:var(--white);border-radius:50%;flex:0 0 26px;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex}.sy-advantages-list strong{color:var(--black);margin-bottom:8px;font-size:16px;display:block}.sy-advantages-list p{color:var(--gray-text);margin:0;font-size:14px;line-height:1.55}.sy-reviews{background:var(--black);padding:36px 20px}.sy-reviews-list{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.sy-review-card{background:var(--white);border-radius:8px;padding:18px 16px;position:relative;overflow:hidden}.sy-review-card:after{content:"";background:var(--red);opacity:.15;width:60px;height:60px;position:absolute;top:-20px;right:-20px;transform:rotate(45deg)}.sy-review-stars{color:#f5b301;letter-spacing:2px;margin-bottom:8px}.sy-review-card p{color:var(--black);margin:0 0 10px;font-size:14px;line-height:1.5}.sy-review-card strong{color:var(--red);font-size:14px;display:block}.sy-review-card span{color:var(--gray-text);font-size:12px}.sy-how{padding:32px 20px}.sy-how-image{aspect-ratio:16/11;object-fit:cover;border-radius:8px;width:100%;height:auto;margin-bottom:20px}.sy-how .section-title{margin-bottom:28px}.sy-steps{flex-direction:column;gap:36px;margin:0 0 24px;padding:0;list-style:none;display:flex}.sy-steps li{gap:14px;display:flex}.sy-step-num{background:var(--black);height:30px;color:var(--white);border-radius:50%;flex:0 0 30px;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex}.sy-steps strong{margin-bottom:4px;font-size:15px;display:block}.sy-steps p{color:var(--gray-text);margin:0;font-size:13px;line-height:1.4}.sy-services{background:var(--gray);padding:32px 20px}.sy-services-list{flex-direction:column;gap:14px;display:flex}.sy-service-card{background:var(--white);border-radius:8px;padding:18px 16px}.sy-service-icon{object-fit:contain;width:84px;height:84px;margin-bottom:12px;display:block}.sy-service-card strong{margin-bottom:4px;font-size:15px;display:block}.sy-service-card p{color:var(--gray-text);margin:0;font-size:13px;line-height:1.4}.sy-faq{padding:32px 20px}.sy-faq-list{flex-direction:column;gap:10px;display:flex}.sy-faq-item{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden}.sy-faq-question{background:var(--white);text-align:left;width:100%;color:var(--black);justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;font-weight:700;display:flex}.sy-faq-question span{color:var(--red);margin-left:10px;font-size:20px}.sy-faq-answer{color:var(--gray-text);margin:0;padding:0 16px 16px;font-size:13px;line-height:1.5}.sy-footer{background:var(--black);color:var(--white);padding:40px 20px 24px}.sy-footer-cta{text-align:center;margin-bottom:10px}.sy-footer-cta .section-title{font-size:22px}.sy-footer-links{justify-content:space-between;gap:16px;margin-bottom:24px;display:flex}.sy-footer-links strong{margin-bottom:10px;font-size:14px;display:block}.sy-footer-links a{color:#bbb;margin-bottom:8px;font-size:13px;display:block}.sy-footer-contact{text-align:center;border-top:1px solid #333;margin-bottom:20px;padding-top:24px}.sy-footer-logo{filter:brightness(0)invert();width:auto;height:48px;margin:0 auto 12px}.sy-footer-contact p{color:#bbb;margin:4px 0;font-size:13px}.sy-footer-phone-label{text-transform:uppercase;letter-spacing:.5px;color:#777!important;margin-top:12px!important;font-size:11px!important}.sy-footer-contact a{color:var(--white)}.sy-footer-social{justify-content:center;gap:14px;margin-bottom:20px;display:flex}.sy-footer-social a{background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.sy-footer-social img{width:18px;height:18px}.sy-footer-legal{text-align:center;color:#777;font-size:11px}.sy-footer-legal p{margin:3px 0}@media (width>=900px){.sy-header{padding:16px 48px}.sy-burger{display:none}.sy-logo{height:56px}.sy-desktop-nav{align-items:center;gap:32px;display:flex}.sy-desktop-nav a{color:var(--black);white-space:nowrap;font-size:14px;font-weight:600;transition:color .2s}.sy-desktop-nav a:hover{color:var(--red)}.sy-header-social{border-right:1px solid #e5e5e5;align-items:center;gap:10px;padding-right:6px;display:flex}.sy-header-social a{background:var(--gray);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s;display:flex}.sy-header-social a:hover{background:#e8e8e8}.sy-header-social img{width:15px;height:15px}.sy-header-phone{font-size:14px}.sy-header-btn{padding:12px 20px;font-size:13px}.sy-hero{min-height:640px}.sy-hero-content{max-width:900px;margin:0 auto;padding:0 48px 72px}.sy-hero h1{max-width:680px;font-size:52px}.sy-hero p{max-width:540px;font-size:18px}.sy-hero-btn{max-width:280px}.sy-intro{align-items:center;gap:56px;max-width:1160px;margin:0 auto;padding:90px 48px;display:flex}.sy-intro-image{aspect-ratio:4/3;flex:0 0 45%;width:auto;min-width:0;margin-bottom:0}.sy-intro-text{flex:1;min-width:0}.sy-intro-text .btn-primary{width:auto;padding:16px 40px;display:inline-block}.sy-advantages{padding:90px 48px}.sy-advantages .section-title{text-align:center;max-width:1160px;margin-left:auto;margin-right:auto;font-size:34px}.sy-advantages-list{grid-template-columns:repeat(3,1fr);gap:44px 40px;max-width:1160px;margin-left:auto;margin-right:auto;display:grid}.sy-reviews{padding:90px 48px}.sy-reviews .section-title,.sy-reviews .section-subtitle{text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.sy-reviews .section-title{font-size:34px}.sy-reviews-list{grid-template-columns:repeat(3,1fr);gap:28px;max-width:1160px;margin-left:auto;margin-right:auto;display:grid}.sy-reviews>.btn-outline{max-width:260px;margin:0 auto}.sy-how{flex-direction:row-reverse;align-items:center;gap:56px;max-width:1160px;margin:0 auto;padding:90px 48px;display:flex}.sy-how-image{aspect-ratio:4/3;flex:0 0 45%;width:auto;min-width:0;margin-bottom:0}.sy-how-text{flex:1;min-width:0}.sy-how-text .btn-primary{width:auto;padding:16px 40px;display:inline-block}.sy-services{padding:90px 48px}.sy-services .section-title,.sy-services .section-subtitle{text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.sy-services .section-title{font-size:34px}.sy-services-list{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1160px;margin-left:auto;margin-right:auto;display:grid}.sy-faq{max-width:820px;margin:0 auto;padding:90px 48px}.sy-faq .section-title{text-align:center;font-size:34px}.sy-footer{padding:70px 48px 32px}.sy-footer-cta{max-width:560px;margin:0 auto 10px}.sy-footer-cta .btn-primary{width:auto;padding:16px 48px;display:inline-block}.sy-footer-links{justify-content:center;gap:100px;max-width:900px;margin:0 auto 24px}.sy-footer-contact{max-width:1160px;margin:0 auto 20px}}
