:root{--black:#000;--white:#fff;--red:#e63329;--gray:#f5f5f5;--muted:#666;--fd:"DM Serif Display",serif;--fb:"DM Sans",sans-serif}.ctr{max-width:1200px;margin:0 auto;padding:0 24px}.hero{position:relative;min-height:90vh;background:var(--black);color:var(--white);display:flex;flex-direction:column;justify-content:center;padding:140px 0 0;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(105deg,#000000e0,#000000a6 55%,#00000073),url(https://img.youtube.com/vi/bHY3cFF9SlI/maxresdefault.jpg) center/cover no-repeat}.hero-content{position:relative;z-index:2;padding:0 8vw;width:100%}.hero-content:before{content:"";position:absolute;left:calc(8vw - 40px);top:0;height:100%;width:3px;background:var(--red)}.hero h1{font-family:var(--fd);font-size:clamp(42px,5.5vw,80px);font-weight:400;line-height:.95;margin-bottom:28px}.hero-sub{font-size:clamp(16px,1.8vw,19px);color:#fff9;line-height:1.7;max-width:580px;margin-bottom:40px}.hero-form{display:flex;gap:12px;max-width:460px}.hero-form input{flex:1;padding:16px 20px;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#ffffff0a;color:#fff;font-size:15px;font-family:var(--fb);outline:none}.hero-form input::placeholder{color:#ffffff40}.hero-form input:focus{border-color:#ffffff80}.hero-form button{padding:16px 24px;background:transparent;color:#fff;border:2px solid #fff;border-radius:4px;font-size:15px;font-weight:500;cursor:pointer;font-family:var(--fb);white-space:nowrap;transition:all .3s}.hero-form button:hover{background:var(--red);border-color:var(--red)}.hero-note{font-size:13px;color:#ffffff4d;margin-top:12px}.hero-stats{display:flex;gap:32px;padding:48px 8vw 0;margin-top:auto;position:relative;z-index:2}.hero-stat{border-top:3px solid var(--red);padding:20px 0;flex:1}.hero-stat-val{font-family:var(--fd);font-size:clamp(36px,5vw,64px);font-weight:400;color:#fff;white-space:nowrap}.hero-stat-label{font-size:11px;color:#fff6;text-transform:uppercase;letter-spacing:2px;margin-top:4px}.marketplaces{padding:100px 0;background:#fff}.mp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.mp-card{background:var(--gray);border-radius:8px;padding:36px 32px;border:1px solid #e0e0e0;transition:border-color .3s}.mp-card:hover{border-color:var(--red)}.mp-card h3{font-family:var(--fd);font-size:22px;font-weight:400;margin-bottom:12px;color:var(--black)}.mp-card p{font-size:14px;color:var(--muted);line-height:1.7}.how-it-works{padding:100px 0;background:#0a0a0a;color:#fff}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.step-card{padding:32px 24px;border:1px solid rgba(255,255,255,.08);border-radius:8px;transition:border-color .3s}.step-card:hover{border-color:var(--red)}.step-num{font-family:var(--fd);font-size:48px;color:var(--red);line-height:1;margin-bottom:16px}.step-card h3{font-size:17px;font-weight:500;margin-bottom:8px}.step-card p{font-size:14px;color:#ffffff80;line-height:1.7}.benefits{padding:100px 0}.ben-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e0e0e0;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.ben-card{background:#fff;padding:36px 28px;transition:background .3s}.ben-card:hover{background:var(--gray)}.ben-num{font-family:var(--fd);font-size:42px;color:var(--red);line-height:1;margin-bottom:12px}.ben-card h3{font-size:17px;font-weight:500;margin-bottom:6px}.ben-card p{font-size:14px;color:var(--muted);line-height:1.6}.pricing{padding:100px 0;background:var(--gray)}.price-table{max-width:700px;margin:0 auto 32px;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.price-row{display:flex;border-bottom:1px solid #eee;font-size:15px}.price-row:last-child{border:none}.price-row>span{flex:1;padding:14px 20px}.price-header{background:#000;color:#fff;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.price-row:not(.price-header):hover{background:#fff}.price-highlight{background:var(--red);color:#fff;font-weight:600}.price-note{text-align:center;font-size:15px;color:var(--muted);margin-bottom:24px;max-width:500px;margin-left:auto;margin-right:auto}.price-cta{text-align:center}.price-cta button{padding:16px 32px;background:var(--red);color:#fff;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;font-family:var(--fb);transition:background .3s}.price-cta button:hover{background:#c42b22}.faq{padding:100px 0;background:#0a0a0a;color:#fff}.faq-list{max-width:700px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(255,255,255,.08)}.faq-q{width:100%;padding:20px 0;font-size:16px;font-weight:500;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:var(--fb);text-align:left}.faq-q:after{content:"+";font-size:24px;color:var(--red);transition:transform .3s}.faq-item.open .faq-q:after{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s}.faq-a p{padding:0 0 20px;font-size:14px;color:#fff9;line-height:1.7}.article-section{background:#fff;padding:80px 8vw}.article-section h2{font-family:var(--fd);font-size:clamp(32px,4vw,52px);font-weight:400;margin:20px 0 40px}.article-content{max-width:800px}.article-content h3{font-family:var(--fd);font-size:clamp(18px,2vw,26px);font-weight:400;margin:36px 0 12px;color:#000}.article-content h3:first-child{margin-top:0}.article-content p{font-size:16px;line-height:1.85;color:#444;margin-bottom:8px}.badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.25);border-radius:100px;padding:8px 20px;font-size:11px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:#ffffffb3;margin-bottom:24px}.badge:before{content:"";width:6px;height:6px;background:var(--red);border-radius:50%}.badge-dark{border-color:#00000026;color:var(--muted)}.sec-h2{font-family:var(--fd);font-size:clamp(32px,4.5vw,56px);font-weight:400;margin-bottom:48px}@media(max-width:768px){.hero-content:before{left:0;width:2px}.hero-form{flex-direction:column}.hero-form button{width:100%}.hero-stats{flex-wrap:wrap;gap:24px;padding:32px 24px 0}.mp-grid,.steps-grid,.ben-grid{grid-template-columns:1fr}}.svc-card,.service-card,.num-card,.adv-card,.ben-card,.wh-card,.case-stats,.step,.step-card,.mp-card{opacity:1!important;transform:none!important}
