.faq-enterprise{--faq-bg-left: #0a0a0a;--faq-text-left: #ffffff;--faq-bg-right: #1a1a1a;--faq-text-right: #ffffff;--faq-radius: 14px;--faq-radius-lg: 28px;--faq-radius-outer: 24px;display:block;overflow:hidden}.faq-enterprise{margin:20px 0 40px}.faq-enterprise--rounded{border-radius:var(--faq-radius-outer);overflow:hidden}@media(min-width:960px){.faq-enterprise--split{display:grid;grid-template-columns:60fr 40fr;align-items:stretch}}.faq-enterprise__side{color:var(--faq-text);background:var(--faq-bg);padding:70px}.faq-enterprise__side--left{--faq-text: var(--faq-text-left);--faq-bg: var(--faq-bg-left);--faq-muted: color-mix(in srgb, var(--faq-text) 65%, transparent);--faq-subtle: color-mix(in srgb, var(--faq-text) 12%, transparent);--faq-pill-bg: color-mix(in srgb, var(--faq-text) 8%, transparent)}.faq-enterprise__side--right{--faq-text: var(--faq-text-right);--faq-bg: var(--faq-bg-right);--faq-muted: color-mix(in srgb, var(--faq-text) 65%, transparent);--faq-subtle: color-mix(in srgb, var(--faq-text) 12%, transparent);--faq-pill-bg: color-mix(in srgb, var(--faq-text) 8%, transparent);--faq-input-bg: color-mix(in srgb, var(--faq-text) 4%, transparent);--faq-input-border: color-mix(in srgb, var(--faq-text) 15%, transparent)}@media(max-width:768px){.faq-enterprise__side{padding:40px 24px}}.faq-enterprise__header{display:flex;align-items:center;gap:20px;margin-bottom:48px;flex-wrap:wrap}.faq-enterprise__header.text-center{justify-content:center;text-align:center}.faq-enterprise__header.text-right{justify-content:flex-end}.faq-enterprise__heading{margin:0;font-size:clamp(3rem,5vw,6rem);font-weight:800;line-height:.95;letter-spacing:-.02em;color:var(--faq-text)}.faq-enterprise__description{padding:16px 24px;background:var(--faq-pill-bg);border-radius:var(--faq-radius-lg);color:var(--faq-text);font-size:14px;line-height:1.5;max-width:420px}.faq-enterprise__description>*:first-child{margin-top:0}.faq-enterprise__description>*:last-child{margin-bottom:0}.faq-enterprise__description a{color:var(--faq-text);text-decoration:underline;font-weight:700}.faq-enterprise__description a:hover{opacity:.8}.faq-enterprise__header-link{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;background:var(--faq-pill-bg);border-radius:var(--faq-radius-lg);color:var(--faq-text);text-decoration:none;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;transition:background .15s ease,transform .1s ease}.faq-enterprise__header-link:hover{background:color-mix(in srgb,var(--faq-text) 16%,transparent);color:var(--faq-text)}.faq-enterprise__header-link:active{transform:translateY(1px)}.faq-enterprise__header-link svg{width:16px;height:16px;flex-shrink:0;transition:transform .2s ease}.faq-enterprise__header-link:hover svg{transform:translate(3px)}.faq-enterprise__questions{display:flex;flex-direction:column}.faq-enterprise__item{border-bottom:1px solid var(--faq-subtle)}.faq-enterprise__item:first-child{border-top:1px solid var(--faq-subtle)}.faq-enterprise__summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;list-style:none;color:var(--faq-text);transition:opacity .15s ease}.faq-enterprise__summary::-webkit-details-marker,.faq-enterprise__summary::marker{display:none;content:""}.faq-enterprise__summary:hover{opacity:.75}.faq-enterprise__question{flex:1 1 0;min-width:0;font-size:17px;font-weight:700;line-height:1.35;color:var(--faq-text)}@media(max-width:768px){.faq-enterprise__question{font-size:15px}.faq-enterprise__summary{padding:18px 0;gap:14px}}.faq-enterprise__toggle{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:var(--faq-text);transition:transform .25s ease}details[open]>.faq-enterprise__summary .faq-enterprise__toggle{transform:rotate(45deg)}.faq-enterprise__toggle-svg{width:24px;height:24px;display:block}.faq-enterprise__answer{padding:4px 0 24px;color:var(--faq-muted);line-height:1.6;font-size:15px;max-width:720px}.faq-enterprise__answer>*:first-child{margin-top:0}.faq-enterprise__answer>*:last-child{margin-bottom:0}.faq-enterprise__answer a{color:var(--faq-text);text-decoration:underline}.faq-enterprise__rich-text{padding:24px 0}.faq-enterprise__rich-text-heading{margin:0 0 8px;font-size:20px;font-weight:700;line-height:1.2;color:var(--faq-text)}.faq-enterprise__rich-text .rte{color:var(--faq-muted);font-size:15px;line-height:1.6}.faq-enterprise__contact{display:flex;flex-direction:column;gap:24px}.faq-enterprise__contact-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.faq-enterprise__contact-text{flex:1 1 0;min-width:0}.faq-enterprise__contact-heading{margin:0 0 6px;font-size:clamp(2rem,2.5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.01em;color:var(--faq-text)}.faq-enterprise__contact-copy{font-size:14px;color:var(--faq-muted);line-height:1.5}.faq-enterprise__contact-copy>*:first-child{margin-top:0}.faq-enterprise__contact-copy>*:last-child{margin-bottom:0}.faq-enterprise__contact-avatar{width:var(--avatar-size, 60px);height:var(--avatar-size, 60px);flex-shrink:0;border-radius:50%;overflow:hidden;background:var(--faq-pill-bg)}.faq-enterprise__contact-avatar img{width:100%;height:100%;object-fit:cover;display:block}.faq-enterprise__form{display:flex;flex-direction:column;gap:12px}.faq-enterprise__field{display:block}.faq-enterprise__form .input{width:100%;padding:16px 20px;border:1px solid var(--faq-input-border, var(--faq-subtle));border-radius:var(--faq-radius);background:var(--faq-input-bg, var(--faq-pill-bg));color:var(--faq-text);font-size:15px;line-height:1.3;transition:border-color .15s ease,background .15s ease;font-family:inherit}.faq-enterprise__form .input::placeholder{color:var(--faq-muted);opacity:1}.faq-enterprise__form .input:hover{border-color:color-mix(in srgb,var(--faq-text) 25%,transparent)}.faq-enterprise__form .input:focus{outline:none;border-color:color-mix(in srgb,var(--faq-text) 50%,transparent);background:color-mix(in srgb,var(--faq-text) 6%,transparent)}.faq-enterprise__form .input.is-error{border-color:#e06464}.faq-enterprise__textarea{resize:vertical;min-height:110px}.faq-enterprise__submit{margin-top:4px}.faq-enterprise__submit .btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:180px;padding:14px 32px;background:var(--faq-input-bg, var(--faq-pill-bg));color:var(--faq-text);border:1px solid var(--faq-input-border, var(--faq-subtle));border-radius:999px;font-size:14px;font-weight:700;letter-spacing:0;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease}.faq-enterprise__submit .btn:hover{background:var(--faq-text);color:var(--faq-bg);border-color:var(--faq-text)}.faq-enterprise__submit .btn:active{transform:translateY(1px)}.faq-enterprise__submit .btn:focus-visible{outline:2px solid var(--faq-text);outline-offset:3px}@media(max-width:768px){.faq-enterprise__submit .btn{width:100%}}.faq-enterprise .alert{padding:12px 16px;border-radius:var(--faq-radius);font-size:14px;line-height:1.4;background:var(--faq-pill-bg);color:var(--faq-text)}.faq-enterprise .alert.text-error-text{background:#e0646426;color:#ff9b9b}.faq-enterprise .alert.text-success-text{background:#64c88226;color:#9be6b4}@media(max-width:768px){.faq-enterprise__header{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:32px}.faq-enterprise__header.text-center{align-items:center}.faq-enterprise__description{padding:12px 18px;font-size:13px}.faq-enterprise__header-link{padding:12px 18px;font-size:12px}.faq-enterprise__contact-heading{font-size:1.5rem}}@media(max-width:768px){.faq-enterprise{margin-left:-10px;margin-right:-10px}.faq-enterprise--rounded{border-radius:0}}
/*# sourceMappingURL=/cdn/shop/t/61/assets/section-faq-enterprise.css.map */
