/* buy-web-hosting-with-bitcoin-skrill-neteller-perfectmoney — extracted from blade inline styles */
.crypto-hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); padding: 64px 0 48px; text-align: center; color: #fff; }
.crypto-hero h1 { font-size: 2.3rem; font-weight: 800; margin-bottom: 14px; text-align: center; }
.crypto-hero p { font-size: 1.05rem; opacity: .88; max-width: 640px; margin: 0 auto; }
.crypto-section { max-width: 1100px; margin: 0 auto; padding: 48px 24px; }
.payment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }
.payment-card { background: #f8faff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px 16px; text-align: center; transition: all .2s; }
.payment-card:hover { border-color: #0d9488; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(13,148,136,.12); }
.payment-card i { font-size: 2rem; margin-bottom: 10px; display: block; color: #0d9488; }
.payment-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; color: #1e293b; }
.payment-card p { font-size: .85rem; color: #475569; margin: 0; line-height: 1.5; }
.crypto-steps { counter-reset: csteps; list-style: none; padding: 0; margin: 24px 0 0; }
.crypto-steps li { counter-increment: csteps; display: flex; gap: 16px; margin-bottom: 20px; align-items: flex-start; }
.crypto-steps li::before { content: counter(csteps); min-width: 38px; height: 38px; background: #1e3a5f; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .95rem; flex-shrink: 0; }
.crypto-steps li div strong { display: block; color: #1e293b; margin-bottom: 4px; font-size: 1rem; }
.crypto-steps li div span { color: #475569; font-size: .93rem; line-height: 1.6; }
.crypto-notice { background: #fef9c3; border-left: 4px solid #eab308; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 24px 0; font-size: .93rem; color: #713f12; }
.crypto-security { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 24px; }
.security-item { display: flex; gap: 14px; align-items: flex-start; }
.security-item i { font-size: 1.4rem; color: #16a34a; margin-top: 2px; flex-shrink: 0; }
.security-item h4 { font-size: .95rem; font-weight: 700; color: #1e293b; margin-bottom: 4px; }
.security-item p { font-size: .88rem; color: #475569; margin: 0; line-height: 1.6; }
.crypto-faq-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.crypto-faq-q { width: 100%; text-align: left; padding: 16px 20px; background: #f8faff; border: none; font-weight: 600; font-size: .97rem; color: #1e293b; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.crypto-faq-a { display: none; padding: 0 20px 16px; color: #475569; font-size: .93rem; line-height: 1.7; }
.crypto-faq-item.open .crypto-faq-a { display: block; }
.crypto-faq-item.open .crypto-faq-q { background: #f0fdfa; color: #0d9488; }
.crypto-cta { background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%); border-radius: 16px; padding: 48px 32px; text-align: center; color: #fff; margin-top: 48px; }
.crypto-cta h2 { font-size: 1.8rem; margin-bottom: 12px; }
.crypto-cta p { opacity: .88; margin-bottom: 24px; }
.crypto-btn { display: inline-block; padding: 14px 32px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: all .2s; }
.crypto-btn-white { background: #fff; color: #1a1a2e; }
.crypto-btn-ghost { border: 2px solid rgba(255,255,255,.7); color: #fff; margin-left: 12px; }
.crypto-btn-white:hover { background: #f0fdfa; }
.crypto-btn-ghost:hover { background: rgba(255,255,255,.1); }
@@media(max-width:600px){ .crypto-hero h1{font-size:1.7rem;} .crypto-btn-ghost{margin:12px 0 0; display:block;} }

