.support{font-family:var(--font);color:var(--text);background:var(--white)}.support-hero{text-align:center;background:radial-gradient(ellipse 70% 50% at 50% 0%, #1e88e51f 0%, transparent 60%), var(--grey-light);padding:clamp(7rem,16vh,9.5rem) 0 clamp(3rem,7vw,4.5rem);position:relative}.support-hero__eyebrow{letter-spacing:.02em;color:var(--customer-primary-darker);background:var(--customer-primary-light);border-radius:999px;margin-bottom:1.1rem;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.support-hero__title{letter-spacing:-.02em;color:var(--text);margin-bottom:1rem;font-size:clamp(1.9rem,4.5vw,3rem);font-weight:800;line-height:1.12}.support-hero__subtitle{max-width:620px;color:var(--text-muted);margin:0 auto 2rem;font-size:clamp(1rem,2vw,1.15rem);line-height:1.55}.support-hero__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.support-hero__btn{border:1.5px solid #0000;border-radius:12px;justify-content:center;align-items:center;padding:.85rem 1.6rem;font-size:1rem;font-weight:600;transition:background .2s,color .2s,border-color .2s,transform .15s;display:inline-flex}.support-hero__btn--primary{background:var(--customer-primary);color:var(--white)}.support-hero__btn--primary:hover{background:var(--customer-primary-dark);transform:translateY(-2px)}.support-hero__btn--ghost{background:var(--white);color:var(--customer-primary-dark);border-color:#1e88e559}.support-hero__btn--ghost:hover{background:var(--customer-primary-light);border-color:var(--customer-primary)}.support-channels{padding:clamp(2.5rem,6vw,4rem) 0 0}.support-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.support-card{text-align:center;background:var(--white);border-radius:var(--radius-lg);border:1px solid #11182714;flex-direction:column;align-items:center;gap:.4rem;padding:1.75rem 1.25rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 1px 2px #1118270a}.support-card:hover{border-color:#1e88e559;transform:translateY(-4px);box-shadow:0 16px 40px #1118271a}.support-card__icon{width:54px;height:54px;color:var(--customer-primary);background:var(--customer-primary-light);border-radius:16px;justify-content:center;align-items:center;margin-bottom:.5rem;display:inline-flex}.support-card--instagram .support-card__icon{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.support-card--instagram:hover{border-color:#dc274359}.support-card__label{color:var(--text);font-size:1.05rem;font-weight:600}.support-card__value{color:var(--text-muted);word-break:break-word;font-size:.9rem}.support-faq{padding:clamp(3rem,7vw,4.5rem) 0}.support-section-head{text-align:center;max-width:640px;margin:0 auto 2rem}.support-section-title{letter-spacing:-.01em;color:var(--text);margin-bottom:.6rem;font-size:clamp(1.5rem,3.5vw,2.1rem);font-weight:700}.support-section-desc{color:var(--text-muted);font-size:1rem;line-height:1.55}.support-faq__list{flex-direction:column;gap:.75rem;max-width:760px;margin:0 auto;display:flex}.support-faq__item{background:var(--white);border-radius:var(--radius);border:1px solid #11182714;transition:border-color .2s,box-shadow .2s;overflow:hidden}.support-faq__item[open]{border-color:#1e88e559;box-shadow:0 6px 22px #1118270f}.support-faq__q{color:var(--text);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;font-size:1.02rem;font-weight:600;list-style:none;display:flex}.support-faq__q::-webkit-details-marker{display:none}.support-faq__chevron{width:28px;height:28px;color:var(--customer-primary);background:var(--customer-primary-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;line-height:1;transition:transform .25s;display:inline-flex}.support-faq__item[open] .support-faq__chevron{transform:rotate(45deg)}.support-faq__a{color:var(--text-muted);padding:0 1.25rem 1.2rem;line-height:1.65}.support-faq__a a{color:var(--customer-primary-dark);font-weight:500;text-decoration:none}.support-faq__a a:hover{text-underline-offset:3px;text-decoration:underline}.support-faq__a strong{color:var(--text);font-weight:600}.support-contact{padding:0 0 clamp(3.5rem,8vw,5.5rem)}.support-contact__grid{background:var(--grey-light);border-radius:var(--radius-lg);grid-template-columns:1fr 1.15fr;align-items:start;gap:clamp(1.5rem,4vw,3rem);padding:clamp(1.75rem,4vw,3rem);display:grid}.support-contact__intro .support-section-title,.support-contact__intro .support-section-desc{text-align:left}.support-contact__intro .support-section-desc{margin-bottom:1.5rem}.support-contact__channels{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.support-contact__channels li{flex-direction:column;gap:.15rem;display:flex}.support-contact__channel-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.8rem;font-weight:600}.support-contact__channels a{color:var(--customer-primary-dark);font-size:1rem;font-weight:500;text-decoration:none}.support-contact__channels a:hover{text-underline-offset:3px;text-decoration:underline}.support-contact__form-wrap{background:var(--white);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2rem);box-shadow:0 4px 24px #0000000d}.support-form{flex-direction:column;gap:1rem;display:flex}.support-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.support-form__field{flex-direction:column;gap:.4rem;display:flex}.support-form__field label{color:var(--text);font-size:.9rem;font-weight:600}.support-form__field input,.support-form__field select,.support-form__field textarea{font-family:var(--font);color:var(--text);background:var(--white);border:1.5px solid #1118271f;border-radius:10px;width:100%;padding:.7rem .85rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.support-form__field textarea{resize:vertical;min-height:120px}.support-form__field input:focus,.support-form__field select:focus,.support-form__field textarea:focus{border-color:var(--customer-primary);outline:none;box-shadow:0 0 0 3px #1e88e526}.support-form__submit{background:var(--customer-primary);color:var(--white);font-family:var(--font);cursor:pointer;border:none;border-radius:12px;margin-top:.25rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s,transform .15s}.support-form__submit:hover{background:var(--customer-primary-dark);transform:translateY(-1px)}.support-form__note{color:var(--text-muted);font-size:.9rem;line-height:1.5}.support-form__note a{color:var(--customer-primary-dark);font-weight:500;text-decoration:none}.support-form__note a:hover{text-decoration:underline}@media (max-width:860px){.support-cards,.support-contact__grid{grid-template-columns:1fr}}@media (max-width:560px){.support-form__row{grid-template-columns:1fr}.support-hero__btn{width:100%}}
