/* web-hosting-faq — extracted from blade inline styles */
.faq-hero { background: linear-gradient(135deg, #1e3a5f 0%, #0d9488 100%); padding: 64px 0 48px; text-align: center; color: #fff; }
.faq-hero h1 { font-size: 2.3rem; font-weight: 800; margin-bottom: 14px; text-align: center; }
.faq-hero p { font-size: 1.05rem; opacity: .9; max-width: 640px; margin: 0 auto; }
.faq-main { max-width: 900px; margin: 0 auto; padding: 48px 24px; }
.faq-cat-title { font-size: 1.2rem; font-weight: 700; color: #0d9488; margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 2px solid #ccfbf1; display: flex; align-items: center; gap: 10px; }
.faq-cat-title i { font-size: 1rem; }
.faq-acc-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.faq-acc-q { width: 100%; text-align: left; padding: 16px 20px; background: #f8faff; border: none; font-weight: 600; font-size: .96rem; color: #1e293b; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; line-height: 1.4; }
.faq-acc-a { display: none; padding: 0 20px 16px; color: #475569; font-size: .93rem; line-height: 1.75; }
.faq-acc-a ul { padding-left: 20px; margin: 8px 0; }
.faq-acc-a ul li { margin-bottom: 4px; }
.faq-acc-item.open .faq-acc-a { display: block; }
.faq-acc-item.open .faq-acc-q { background: #f0fdfa; color: #0d9488; }
.faq-acc-item.open .faq-acc-q i { transform: rotate(180deg); }
.faq-acc-q i { transition: transform .2s; flex-shrink: 0; }
.faq-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; margin-top: 28px; }
.faq-support-card { background: #f8faff; border: 1px solid #ccfbf1; border-radius: 12px; padding: 22px 16px; text-align: center; }
.faq-support-card i { font-size: 1.8rem; color: #0d9488; margin-bottom: 12px; display: block; }
.faq-support-card h3 { font-size: .95rem; font-weight: 700; color: #1e293b; margin-bottom: 6px; }
.faq-support-card p { font-size: .85rem; color: #475569; margin: 0; line-height: 1.5; }
.faq-cta { background: linear-gradient(135deg, #1e3a5f 0%, #0d9488 100%); border-radius: 16px; padding: 48px 32px; text-align: center; color: #fff; margin-top: 48px; }
.faq-cta h2 { font-size: 1.7rem; margin-bottom: 12px; }
.faq-cta p { opacity: .9; margin-bottom: 24px; }
.faq-btn { display: inline-block; padding: 13px 30px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: all .2s; }
.faq-btn-white { background: #fff; color: #0d9488; }
.faq-btn-ghost { border: 2px solid rgba(255,255,255,.7); color: #fff; margin-left: 12px; }
.faq-btn-white:hover { background: #f0fdfa; }
.faq-btn-ghost:hover { background: rgba(255,255,255,.1); }
@@media(max-width:600px){ .faq-hero h1{font-size:1.7rem;} .faq-btn-ghost{margin:12px 0 0; display:block;} }

