/** Shopify CDN: Minification failed

Line 20:60 Expected ":"

**/

.btgo-faq-item{ background:var(--btgo-surface); border:1px solid var(--btgo-line); border-radius:var(--btgo-r); overflow:hidden; transition:border-color .15s; }
.btgo-faq-item[hidden]{ display:none; }
.btgo-faq-item.btgo-open{ border-color:var(--btgo-clay); }
.btgo-faq-q{ width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px; text-align:left; padding:20px 22px; font-weight:600; font-size:17px; }
.btgo-faq-q .btgo-ico{ flex:none; width:28px; height:28px; border-radius:50%; border:1.5px solid var(--btgo-line); display:grid; place-items:center; font-size:18px; transition:transform .25s, background .15s, color .15s; }
.btgo-faq-item.btgo-open .btgo-faq-q .btgo-ico{ background:var(--btgo-clay); color:#fff; border-color:var(--btgo-clay); transform:rotate(45deg); }
.btgo-faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.btgo-faq-a-inner{ padding:0 22px 22px; color:var(--btgo-ink-soft); font-size:15.5px; }
.btgo-support{ background:var(--btgo-surface-2); }
.btgo-support-card{ background:var(--btgo-surface); border-radius:var(--btgo-r-lg); box-shadow:var(--btgo-shadow-sm); padding:44px; display:grid; grid-template-columns:1fr auto; gap:34px; align-items:center; }
.btgo-support-card h2{ font-size:clamp(28px,3.4vw,38px); margin-bottom:8px; }
.btgo-support-card p{ color:var(--btgo-ink-soft); }
.btgo-support-actions{ display:flex; gap:14px; flex-wrap:wrap; }
.btgo-support-pill{ display:flex; flex-direction:column; gap 10px; background:var(--btgo-surface-2); border:1px solid var(--btgo-line); border-radius:var(--btgo-r); padding:16px 20px; min-width:150px; }
.btgo-support-pill .btgo-sk{ font-family:var(--btgo-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--btgo-clay); font-weight:700; }
.btgo-support-pill .btgo-sv{ font-weight:700; font-size:16px; }
.btgo-support-pill .btgo-sh{ font-size:12.5px; color:var(--btgo-ink-faint); }
@media(max-width:760px){ .btgo-support-card{ grid-template-columns:1fr; padding:30px; } }
.btgo-value-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.btgo-value-card{ text-align:center; padding:14px; }
.btgo-value-ic{ width:58px; height:58px; border-radius:18px; margin:0 auto 16px; display:grid; place-items:center; font-size:26px; background:var(--btgo-clay-soft); color:var(--btgo-clay-dk); }
.btgo-value-card h3{ font-size:21px; margin-bottom:7px; }
.btgo-value-card p{ color:var(--btgo-ink-soft); font-size:14.5px; }
@media(max-width:880px){ .btgo-value-grid{ grid-template-columns:repeat(2,1fr); } }
.btgo-footer{ background:var(--btgo-bg-deep); color:rgba(244,236,221,.82); padding-block:60px 30px; }
.btgo-footer-top{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr 1fr; gap:34px; margin-bottom:44px; }
.btgo-footer .btgo-logo{ color:#F4ECDD; margin-bottom:14px; }
.btgo-footer-about{ font-size:14.5px; max-width:30ch; }
.btgo-footer-col h4{ font-family:var(--btgo-sans); font-weight:700; font-size:14px; letter-spacing:.04em; text-transform:uppercase; color:#F4ECDD; margin-bottom:16px; }