@import "https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&family=Poppins:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;700&display=swap";
.support-module__cd0qgq__page{background-color:var(--cream,#f8f7f4);min-height:100vh;color:var(--text,#1a1a2e);flex-direction:column;font-family:Poppins,sans-serif;display:flex}.support-module__cd0qgq__header{background:var(--white,#fff);z-index:20;border-bottom:1px solid #4f68b31f;padding:18px 32px;position:sticky;top:0}.support-module__cd0qgq__headerInner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;display:flex}.support-module__cd0qgq__backLink{color:var(--blue,#4f68b3);align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.support-module__cd0qgq__backLink:hover{opacity:.8}.support-module__cd0qgq__logo{color:var(--blue-dark,#4f68b3);font-family:Oleo Script Swash Caps,cursive;font-size:26px;font-weight:700;text-decoration:none}.support-module__cd0qgq__hero{background:radial-gradient(circle at 50% 40%, var(--blue,#4f68b3) 0%, var(--blue-dark,#4f68b3) 100%);color:var(--white,#fff);text-align:center;padding:64px 24px 72px;position:relative;overflow:hidden}.support-module__cd0qgq__heroInner{max-width:760px;margin:0 auto}.support-module__cd0qgq__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white,#fff);letter-spacing:.05em;text-transform:uppercase;background:#ffffff26;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;display:inline-flex}.support-module__cd0qgq__title{margin-bottom:16px;font-family:DM Sans,sans-serif;font-size:clamp(32px,5vw,48px);font-weight:700;line-height:1.15}.support-module__cd0qgq__subtitle{color:#ffffffd9;max-width:600px;margin:0 auto;font-family:DM Sans,sans-serif;font-size:16px;line-height:1.6}.support-module__cd0qgq__main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:48px 24px 80px}.support-module__cd0qgq__contactGrid{z-index:5;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:-80px;margin-bottom:56px;display:grid;position:relative}.support-module__cd0qgq__contactCard{background:var(--white,#fff);text-align:left;border:1px solid #0000000d;border-radius:20px;flex-direction:column;align-items:flex-start;padding:28px 24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 30px #00000014}.support-module__cd0qgq__contactCard:hover{transform:translateY(-3px);box-shadow:0 16px 36px #0000001f}.support-module__cd0qgq__contactIconWrap{background:linear-gradient(135deg, var(--blue,#4f68b3), var(--blue-dark,#4f68b3));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:20px;display:flex}.support-module__cd0qgq__whatsappIconWrap{background:var(--whatsapp,#25d366)}.support-module__cd0qgq__instagramIconWrap{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.support-module__cd0qgq__contactCardTitle{color:var(--text,#1a1a2e);margin-bottom:6px;font-family:DM Sans,sans-serif;font-size:18px;font-weight:700}.support-module__cd0qgq__contactCardDesc{color:var(--text-muted,#6b7280);flex:1;margin-bottom:18px;font-family:DM Sans,sans-serif;font-size:13.5px;line-height:1.5}.support-module__cd0qgq__contactBtn{color:var(--blue,#4f68b3);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.support-module__cd0qgq__contactBtn:hover{color:var(--blue-dark,#4f68b3);text-decoration:underline}.support-module__cd0qgq__sectionHeading{text-align:center;margin-bottom:32px}.support-module__cd0qgq__sectionTitle{color:var(--text,#1a1a2e);margin-bottom:8px;font-family:DM Sans,sans-serif;font-size:26px;font-weight:700}.support-module__cd0qgq__sectionSubtitle{color:var(--text-muted,#6b7280);font-family:DM Sans,sans-serif;font-size:15px}.support-module__cd0qgq__faqList{flex-direction:column;gap:14px;max-width:860px;margin:0 auto 56px;display:flex}.support-module__cd0qgq__faqItem{background:var(--white,#fff);border:1px solid #0000000f;border-radius:14px;transition:border-color .2s;overflow:hidden;box-shadow:0 2px 8px #00000008}.support-module__cd0qgq__faqItem[open]{border-color:#4f68b366}.support-module__cd0qgq__faqSummary{color:var(--text,#1a1a2e);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:18px 22px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;list-style:none;display:flex}.support-module__cd0qgq__faqSummary::-webkit-details-marker{display:none}.support-module__cd0qgq__faqSummary:after{content:"+";color:var(--blue,#4f68b3);margin-left:12px;font-size:20px;font-weight:400;transition:transform .2s}.support-module__cd0qgq__faqItem[open] .support-module__cd0qgq__faqSummary:after{content:"−"}.support-module__cd0qgq__faqAnswer{color:#4b5563;border-top:1px solid #0000000a;padding:14px 22px 20px;font-family:DM Sans,sans-serif;font-size:14.5px;line-height:1.65}.support-module__cd0qgq__faqAnswer a{color:var(--blue,#4f68b3);text-decoration:underline}.support-module__cd0qgq__faqAnswer ul,.support-module__cd0qgq__faqAnswer ol{margin:10px 0 10px 20px}.support-module__cd0qgq__faqAnswer li{margin-bottom:6px}.support-module__cd0qgq__actionBanner{background:var(--white,#fff);text-align:center;border:1px solid #0000000f;border-radius:20px;max-width:860px;margin:0 auto;padding:36px 32px;box-shadow:0 4px 20px #0000000d}.support-module__cd0qgq__actionBannerTitle{color:var(--text,#1a1a2e);margin-bottom:8px;font-family:DM Sans,sans-serif;font-size:22px;font-weight:700}.support-module__cd0qgq__actionBannerDesc{color:var(--text-muted,#6b7280);max-width:560px;margin:0 auto 24px;font-family:DM Sans,sans-serif;font-size:14.5px;line-height:1.6}.support-module__cd0qgq__actionButtons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.support-module__cd0qgq__primaryEmailBtn{background:var(--blue-dark,#4f68b3);color:#fff;border-radius:100px;align-items:center;gap:8px;padding:12px 24px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-flex}.support-module__cd0qgq__primaryEmailBtn:hover{background:var(--blue,#4f68b3);transform:translateY(-2px)}.support-module__cd0qgq__secondaryBtn{color:var(--blue-dark,#4f68b3);background:#4f68b314;border-radius:100px;align-items:center;gap:8px;padding:12px 20px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-flex}.support-module__cd0qgq__secondaryBtn:hover{background:#4f68b329;transform:translateY(-2px)}.support-module__cd0qgq__footer{background:var(--text,#4f68b3);color:#fff9;margin-top:auto;padding:36px 32px}.support-module__cd0qgq__footerInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1100px;margin:0 auto;display:flex}.support-module__cd0qgq__footerLogo{color:var(--white,#fff);font-family:Oleo Script Swash Caps,cursive;font-size:24px;font-weight:700}.support-module__cd0qgq__footerLinks{flex-wrap:wrap;gap:24px;display:flex}.support-module__cd0qgq__footerLinks a{color:#fff9;font-family:DM Sans,sans-serif;font-size:14px;text-decoration:none;transition:color .2s}.support-module__cd0qgq__footerLinks a:hover{color:var(--white,#fff)}.support-module__cd0qgq__footerCopy{font-family:DM Sans,sans-serif;font-size:13px}@media (max-width:860px){.support-module__cd0qgq__contactGrid{grid-template-columns:1fr;margin-top:-40px}.support-module__cd0qgq__header{padding:16px 20px}.support-module__cd0qgq__hero{padding:48px 20px 60px}.support-module__cd0qgq__main{padding:32px 20px 60px}.support-module__cd0qgq__footerInner{text-align:center;flex-direction:column;align-items:center;gap:16px}}
