:root{--gold-yellow: #f59e0b;--dark-gold: #d97706;--light-gold: #fbbf24;--black-bg: #0f172a;--dark-bg: #1e293b;--text-color: #1f2937;--text-light: #6b7280;--border-color: #e5e7eb;--shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1);--gold-gradient: linear-gradient(45deg, #f59e0b, #fbbf24, #fcd34d)}.ssl-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-color);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-section{background:linear-gradient(135deg,var(--black-bg) 0%,var(--dark-bg) 100%);color:#fff;padding:6rem 1rem;position:relative;overflow:hidden}.hero-section .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.security-text{color:var(--gold-yellow);display:block}.certificate-text{background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block}.hero-subtitle{font-size:1.5rem;font-weight:600;color:var(--light-gold);margin-bottom:1.5rem}.hero-description{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-benefits{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2rem}.benefit{display:flex;align-items:center;gap:.8rem;color:#fff;font-weight:500}.benefit-icon{color:var(--gold-yellow);font-size:1.2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.primary-btn{background:var(--gold-gradient);color:var(--black-bg);box-shadow:var(--shadow)}.primary-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);filter:brightness(1.1)}.secondary-btn{background:transparent;color:#fff;border:2px solid var(--gold-yellow)}.secondary-btn:hover{background:var(--gold-yellow);color:var(--black-bg);transform:translateY(-2px)}.whatsapp-btn{background:#25d366;color:#fff;box-shadow:var(--shadow)}.whatsapp-btn:hover{background:#128c7e;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.full-width{width:100%;justify-content:center}.large{padding:1.2rem 2.5rem;font-size:1.1rem}.hero-illustration{display:flex;justify-content:center;align-items:center}.ssl-animation{display:flex;align-items:center;gap:2rem}.lock-icon,.shield-icon,.cert-icon{font-size:3.5rem;animation:float 3s ease-in-out infinite}.lock-icon{animation-delay:0s}.shield-icon{animation-delay:.5s}.cert-icon{animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.filter-section{padding:2rem 1rem;background:var(--light-gold);position:sticky;top:0;z-index:100}.filter-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.filter-btn{padding:.8rem 1.5rem;background:#fff3;border:2px solid transparent;border-radius:25px;color:var(--black-bg);font-weight:600;cursor:pointer;transition:all .3s ease}.filter-btn.active{background:#fff;border-color:var(--gold-yellow);box-shadow:var(--shadow)}.filter-btn:hover:not(.active){background:#ffffff4d;border-color:#fff}.ssl-certificates-section{padding:6rem 1rem;background:#f8fafc}.ssl-type-section{margin-bottom:4rem;opacity:.5;transform:translateY(20px);transition:all .5s ease}.ssl-type-section.active{opacity:1;transform:translateY(0)}.type-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--light-gold)}.type-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.type-description{color:var(--text-light);max-width:800px;margin:0 auto;line-height:1.6}.ssl-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.ssl-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease}.ssl-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.ssl-card.featured{border:3px solid var(--gold-yellow);transform:scale(1.05)}.ssl-card.featured:hover{transform:scale(1.05) translateY(-10px)}.ssl-brand{background:linear-gradient(45deg,var(--dark-bg),#334155);color:#fff;padding:1.5rem;display:flex;align-items:center;gap:1rem}.brand-icon{font-size:2rem;color:var(--gold-yellow)}.brand-info h3{font-size:1.3rem;margin-bottom:.3rem}.ssl-type{font-size:.8rem;background:#f59e0b33;color:var(--light-gold);padding:.2rem .8rem;border-radius:15px}.ssl-features{padding:1.5rem}.feature{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid var(--border-color)}.feature:last-child{border-bottom:none}.feature-label{color:var(--text-light);font-weight:500}.feature-value{color:var(--text-color);font-weight:600}.ssl-footer{padding:0 1.5rem 1.5rem}.benefits-section{padding:6rem 1rem;background:var(--black-bg);color:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-subtitle{font-size:1.2rem;color:#cbd5e1;max-width:600px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.benefit-card{background:#ffffff1a;backdrop-filter:blur(10px);border-radius:15px;padding:2rem;text-align:center;border:1px solid rgba(245,158,11,.2);transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);border-color:var(--gold-yellow);background:#f59e0b1a}.benefit-card .benefit-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.benefit-card h3{font-size:1.3rem;margin-bottom:1rem;color:#fff}.benefit-card p{color:#cbd5e1;font-size:.9rem;line-height:1.5}.ssl-types-section{padding:6rem 1rem;background:#f8fafc}.types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.type-card{background:#fff;border-radius:15px;padding:2rem;text-align:center;box-shadow:var(--shadow);transition:all .3s ease}.type-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.type-icon{font-size:3rem;color:var(--gold-yellow);margin-bottom:1rem}.type-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-color)}.type-card p{color:var(--text-light);font-size:.9rem;line-height:1.5}.features-section{padding:6rem 1rem;background:linear-gradient(135deg,var(--black-bg) 0%,var(--dark-bg) 100%);color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.feature-card{display:flex;gap:1.5rem;align-items:flex-start;background:#ffffff1a;padding:2rem;border-radius:15px;border:1px solid rgba(245,158,11,.2);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:var(--gold-yellow)}.feature-card .feature-icon{font-size:2rem;color:var(--gold-yellow);flex-shrink:0}.feature-content h3{font-size:1.3rem;margin-bottom:.5rem;color:#fff}.feature-content p{color:#cbd5e1;font-size:.9rem;line-height:1.5}.comparison-section{padding:6rem 1rem;background:#f8fafc}.comparison-table{background:#fff;border-radius:15px;overflow:hidden;box-shadow:var(--shadow);margin-bottom:3rem}.table-header{display:grid;grid-template-columns:repeat(5,1fr);background:var(--gold-gradient);color:var(--black-bg);font-weight:700}.table-row{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--border-color)}.table-row:last-child{border-bottom:none}.table-cell{padding:1.5rem;text-align:center;border-right:1px solid var(--border-color)}.table-cell:last-child{border-right:none}.table-header .table-cell{padding:1rem}.table-row .table-cell:first-child{font-weight:600;background:#f9fafb}.comparison-cta{text-align:center}.faq-section{padding:6rem 1rem;background:linear-gradient(135deg,var(--black-bg) 0%,var(--dark-bg) 100%);color:#fff}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#ffffff1a;border-radius:10px;margin-bottom:1rem;overflow:hidden;border:1px solid rgba(245,158,11,.2)}.faq-question{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1.2rem;margin:0;color:#fff}.faq-toggle{font-size:1.5rem;font-weight:700;color:var(--gold-yellow);transition:transform .3s ease}.faq-answer{padding:0 2rem 1.5rem;border-top:1px solid rgba(245,158,11,.2);display:none;color:#cbd5e1}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-toggle{transform:rotate(45deg)}.cta-section{padding:6rem 1rem;background:var(--gold-gradient);color:var(--black-bg);text-align:center}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.2rem;max-width:600px;margin:0 auto 2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero-section .container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.filter-tabs{flex-direction:column;align-items:center}.filter-btn{width:100%;max-width:300px}.ssl-cards{grid-template-columns:1fr}.ssl-card.featured{transform:none}.ssl-card.featured:hover{transform:translateY(-5px)}.table-header,.table-row{grid-template-columns:1fr}.table-cell{border-right:none;border-bottom:1px solid var(--border-color)}.table-cell:last-child{border-bottom:none}.table-row .table-cell:first-child{background:var(--gold-yellow);color:#fff;font-weight:700}.benefits-grid,.types-grid,.features-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-benefits{flex-direction:column}.feature-card{flex-direction:column;text-align:center}}
