.oxh{background:var(--bg);color:var(--white)}.oxh-wrap{max-width:1180px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.oxh-section{padding:90px 0}.oxh-hero{text-align:center;background:#1c1b1b;padding:0}html.light .oxh-hero{--white: #ffffff;--muted: rgba(255, 255, 255, .67)}.oxh-hero h1{font-family:var(--font-heading);font-size:68px;font-weight:600;letter-spacing:-3px;line-height:1;margin:0 0 14px}.oxh-hero p{font-family:var(--font-heading);font-size:48px;font-weight:500;color:var(--white);line-height:1.2;padding:0 280px 32px;margin:0}.oxh-hero-img-wrap{position:relative;display:flex;justify-content:center;overflow:hidden;line-height:0}.oxh-hero-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent,85%,rgb(from var(--bg) r g b / .55));pointer-events:none}.oxh-hero-device{width:60%;height:auto;display:block}.oxh-hero .oxh-wrap{padding-top:120px;padding-bottom:52px}.oxh-hero-cta{font-family:var(--font);display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center}.oxh-btn{display:inline-block;background:var(--red);color:var(--white-btn);font-size:16px;font-weight:500;padding:14px 28px;border-radius:6px;text-decoration:none;transition:opacity .15s}.oxh-btn:hover{opacity:.9}.oxh-btn.disabled{opacity:.55;cursor:default;pointer-events:none}.oxh-btn-secondary{background:none;border:1px solid var(--border);color:var(--white);margin-left:12px;transition:background .15s,border-color .15s}.oxh-btn-secondary:hover{background:var(--border)}.oxh-btn-secondary.disabled:hover{background:none}.oxh-hero .oxh-btn-secondary{border-color:#ffffff80;margin-left:0}.oxh-hero .oxh-btn-secondary:hover{border-color:#fffc}.oxh h2{font-family:var(--font-heading);font-size:48px;font-weight:500;letter-spacing:-1.5px;line-height:1.05;margin:0 0 28px}#privacy h2{text-align:center;max-width:640px;margin-left:auto;margin-right:auto;margin-bottom:48px}.oxh-privacy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.oxh-card{border:.5px solid var(--border);border-radius:12px;padding:32px;background:var(--bg2)}.oxh-card-icon{width:72px;height:72px;border-radius:14px;background:var(--bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:20px}.oxh-card-icon svg{width:40px;height:40px}.oxh-card h3{font-size:30px;font-weight:500;letter-spacing:-.03em;margin:0 0 12px}.oxh-card p{font-size:18px;line-height:1.7;color:var(--muted);margin:0}.oxh-section-feature{padding:60px 0}.oxh-section-feature-first{padding-top:90px}.oxh-section-feature-last{padding-bottom:90px}.oxh-feature{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.oxh-feature.reverse .oxh-feature-img{order:2}.oxh-feature.reverse .oxh-feature-text{text-align:right}.oxh-feature img{width:100%;height:400px;object-fit:contain;display:block}.oxh-feature h2{margin-bottom:32px}.oxh-pillar{padding:24px 0;border-top:.5px solid var(--border)}.oxh-pillar:last-child{border-bottom:.5px solid var(--border)}.oxh-pillar h3{font-size:30px;font-weight:500;margin:0 0 6px;letter-spacing:-.02em}.oxh-pillar p{font-size:18px;color:var(--muted);line-height:1.65;margin:0}.oxh-uc{display:grid;grid-template-columns:280px 1fr;gap:48px}.oxh-uc-tabs{display:flex;flex-direction:column;gap:4px}.oxh-uc-tab{text-align:left;background:none;border:none;color:var(--muted);font-size:18px;font-weight:500;padding:14px 16px;border-radius:8px;cursor:pointer;font-family:var(--font-heading);transition:color .2s,background .2s}.oxh-uc-tab:hover{background:var(--border)}.oxh-uc-tab:hover:not(.active){color:var(--white)}.oxh-uc-tab.active{color:var(--white);background:var(--bg2);border:1px solid var(--border)}.oxh-uc-panel{display:none;transition:opacity .4s ease,transform .4s ease}.oxh-uc-panel.active{display:block}.oxh-uc-panel.fading{opacity:0;transform:translateY(8px)}.oxh-uc-img-wrap{width:100%;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:var(--bg2);margin-bottom:24px}.oxh-uc-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.oxh-uc-panel p{font-size:18px;line-height:1.4;color:var(--muted);margin:20px 0 0}.oxh-uc-desc-strong{color:var(--white);font-weight:500}#pricing h2{text-align:center}.oxh-price-lead{font-size:21px;color:var(--muted);text-align:center;max-width:480px;margin:0 auto 52px;line-height:1.4}.oxh-price-featured{border:.5px solid var(--border);border-radius:16px;padding:40px;display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:center;margin-bottom:24px;background:var(--bg2)}.oxh-price-featured img{width:100%;border-radius:12px}.oxh-price-name{font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:var(--red);margin:0 0 8px}.oxh-price-amount{font-size:30px;font-weight:500;letter-spacing:-1px;line-height:1;margin:0 0 10px}.oxh-price-amount sub{font-size:14px;font-weight:400;letter-spacing:0;color:var(--muted);vertical-align:baseline;margin-left:4px}.oxh-price-badge{display:inline-block;font-size:14px;color:var(--white);background:none;border:.5px solid var(--white);border-radius:4px;padding:3px 10px;margin-bottom:16px}.oxh-price-feats{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:8px;font-size:16px;color:var(--muted)}.oxh-price-feats li,.oxh-price-card ul li{position:relative;padding-left:22px}.oxh-price-feats li:before,.oxh-price-card ul li:before{content:"\2713";position:absolute;left:0;color:var(--red);font-weight:500}.oxh-price-minutes{font-size:16px;color:var(--white);font-weight:500;margin-bottom:8px}.oxh-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.oxh-price-card{border:.5px solid var(--border);border-radius:10px;padding:28px;display:flex;flex-direction:column;background:var(--bg2)}.oxh-price-card.popular{border-color:var(--red)}.oxh-device-tag{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--muted);margin-bottom:16px}.oxh-device-tag.has-device{color:var(--white)}.oxh-price-card ul{list-style:none;margin:16px 0 24px;padding:0;font-size:16px;color:var(--muted);display:flex;flex-direction:column;gap:8px}.oxh-price-card .oxh-btn{text-align:center;margin-top:auto}.oxh-price-billing{font-size:16px;color:var(--muted);margin:2px 0 12px}.oxh-price-amount-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.oxh-price-original{font-size:30px;letter-spacing:0;color:var(--muted);text-decoration:line-through;font-weight:500}.oxh-price-save{display:inline-block;font-size:14px;font-weight:500;color:#18aa4e;background:#16a34a1f;border-radius:4px;padding:3px 10px}.oxh-price-note{font-size:14px;color:var(--muted);margin-top:10px;text-align:center}#faq h2{text-align:center}#faq .oxh-wrap{max-width:60%}.oxh-faq-item{border-top:.5px solid var(--border);transition:background .15s}.oxh-faq-item:last-child{border-bottom:.5px solid var(--border)}.oxh-faq-item:hover{background:var(--bg2)}.oxh-faq-item:hover .oxh-faq-trigger span:last-child{color:var(--white)}.oxh-faq-trigger{width:100%;background:none;border:none;color:var(--white);font-family:inherit;font-weight:500;font-size:18px;text-align:left;padding:16px 20px 16px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.oxh-faq-trigger span:last-child{color:var(--muted);flex-shrink:0;transition:color .15s}.oxh-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:18px;color:var(--muted);line-height:1.7;margin:0}.oxh-faq-item.open .oxh-faq-answer{max-height:400px;padding-bottom:20px}.oxh-faq-contact{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:72px;color:var(--muted);text-align:center}.oxh-faq-contact-title{font-size:30px;font-weight:600;color:var(--white);margin:8px 0 0}.oxh-faq-contact-sub{font-size:18px;color:var(--muted);margin:0}.oxh-faq-contact-cta{display:inline-block;margin-top:16px;background:transparent;color:var(--white);border:1px solid var(--border);font-size:18px;font-weight:600;padding:12px 28px;border-radius:8px;transition:background .15s;text-decoration:none}.oxh-faq-contact-cta:hover{background:var(--border)}.oxh-elite-note{font-size:14px;color:var(--muted);text-align:center}.oxh-elite-note a{color:var(--white)}@media(max-width:900px){#faq .oxh-wrap{max-width:100%}.oxh-hero .oxh-wrap{padding-top:80px;padding-bottom:48px}.oxh-hero h1{font-size:48px;letter-spacing:-1.5px}.oxh-hero p{padding:0 60px 32px}.oxh-btn{font-size:14px;padding:12px 22px}.oxh-faq-contact-cta{font-size:14px}.oxh-privacy-grid{grid-template-columns:1fr}.oxh-section-feature-first{padding-top:80px}.oxh-feature{grid-template-columns:1fr;gap:32px}.oxh-feature.reverse .oxh-feature-img{order:0}.oxh-feature.reverse .oxh-feature-text{text-align:left}.oxh-uc,.oxh-price-featured{grid-template-columns:1fr}.oxh-price-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.oxh-hero .oxh-wrap{padding-top:60px;padding-bottom:36px}.oxh-hero h1{font-size:36px;letter-spacing:-1px}.oxh-hero p{font-size:36px;padding:0 24px 32px}.oxh-btn{font-size:12px;padding:10px 18px}.oxh-faq-contact-cta{font-size:12px}.oxh-section{padding:56px 0 0}.oxh h2{font-size:28px;letter-spacing:-.5px}.oxh-price-lead{font-size:18px;margin-bottom:24px}.oxh-pillar h3,.oxh-card h3,.oxh-price-amount,.oxh-price-original,.oxh-faq-contact-title{font-size:18px}.oxh-pillar p,.oxh-card p,.oxh-uc-panel p,.oxh-price-billing,.oxh-price-minutes,.oxh-price-feats,.oxh-price-card ul,.oxh-faq-answer,.oxh-faq-contact-sub{font-size:14px}.oxh-feature img{height:200px}.oxh-price-grid,.oxh-price-feats{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/oxtak-features.css.map */
