/* buy-ssl-certificates — extracted from blade inline styles */
.ssl-hero { background: linear-gradient(135deg, #1e3a5f 0%, #0f766e 100%); padding: 64px 0 48px; text-align: center; color: #fff; }
.ssl-hero h1 { font-size: 2.4rem; font-weight: 800; margin-bottom: 14px; text-align: center; }
.ssl-hero p { font-size: 1.1rem; opacity: .88; max-width: 640px; margin: 0 auto; }
.ssl-section { max-width: 1100px; margin: 0 auto; padding: 48px 24px; }
.ssl-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; margin-top: 32px; }
.ssl-why-card { background: #f8faff; border: 1px solid #ccfbf1; border-radius: 12px; padding: 24px 20px; }
.ssl-why-card i { font-size: 1.8rem; color: #0d9488; margin-bottom: 12px; display: block; }
.ssl-why-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: #1e293b; }
.ssl-why-card p { font-size: .92rem; color: #475569; line-height: 1.6; margin: 0; }
.ssl-compare-table { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: .94rem; }
.ssl-compare-table th { background: #1e3a5f; color: #fff; padding: 14px 16px; text-align: left; }
.ssl-compare-table th:first-child { border-radius: 8px 0 0 0; }
.ssl-compare-table th:last-child { border-radius: 0 8px 0 0; }
.ssl-compare-table td { padding: 13px 16px; border-bottom: 1px solid #e2e8f0; vertical-align: top; }
.ssl-compare-table tr:nth-child(even) td { background: #f8faff; }
.ssl-compare-table .best-val { font-weight: 700; color: #0f766e; } /* teal-700: #0d9488 on white was 3.74:1, fails WCAG AA (needs 4.5:1) */
.ssl-steps { counter-reset: steps; list-style: none; padding: 0; margin: 24px 0 0; }
.ssl-steps li { counter-increment: steps; display: flex; gap: 16px; margin-bottom: 20px; }
.ssl-steps li::before { content: counter(steps); min-width: 36px; height: 36px; background: #0f766e; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .95rem; flex-shrink: 0; } /* teal-700: #0d9488 with white text was 3.74:1, fails WCAG AA (needs 4.5:1) */
.ssl-steps li div { padding-top: 4px; }
.ssl-steps li strong { display: block; color: #1e293b; margin-bottom: 4px; }
.ssl-steps li span { color: #475569; font-size: .93rem; line-height: 1.6; }
.ssl-faq-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.ssl-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; }
.ssl-faq-a { display: none; padding: 0 20px 16px; color: #475569; font-size: .93rem; line-height: 1.7; }
.ssl-faq-item.open .ssl-faq-a { display: block; }
.ssl-faq-item.open .ssl-faq-q { background: #f0fdfa; color: #0f766e; } /* teal-700: #0d9488 on this near-white bg was 3.74:1, fails WCAG AA (needs 4.5:1) */
.ssl-cta-box { background: linear-gradient(135deg, #1e3a5f 0%, #0f766e 100%); border-radius: 16px; padding: 48px 32px; text-align: center; color: #fff; margin-top: 48px; }
.ssl-cta-box h2 { font-size: 1.8rem; margin-bottom: 12px; }
.ssl-cta-box p { opacity: .88; margin-bottom: 24px; font-size: 1rem; }
.ssl-btn { display: inline-block; padding: 14px 32px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: all .2s; }
.ssl-btn-primary { background: #fff; color: #0f766e; } /* teal-700: #0d9488 on white was 3.74:1, fails WCAG AA (needs 4.5:1) */
.ssl-btn-ghost { border: 2px solid rgba(255,255,255,.7); color: #fff; margin-left: 12px; }
.ssl-btn-primary:hover { background: #f0fdfa; color: #115e59; }
.ssl-btn-ghost:hover { background: rgba(255,255,255,.1); }
.ssl-price-badge { display: inline-block; background: #fef3c7; color: #92400e; font-size: .8rem; font-weight: 700; padding: 2px 10px; border-radius: 20px; margin-left: 8px; vertical-align: middle; }
@@media(max-width:600px){ .ssl-hero h1{font-size:1.7rem;} .ssl-btn-ghost{margin:12px 0 0; display:block;} }

