/* SynSSL Wizard — Ghid alegere certificat SSL */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

.synssl-wiz{font-family:'Source Sans 3',-apple-system,BlinkMacSystemFont,sans-serif;max-width:860px;margin:0 auto;padding:20px 16px 36px;color:#333;background:#fff;-webkit-font-smoothing:antialiased}
.synssl-wiz *{box-sizing:border-box}

/* Header */
.sw-header{text-align:center;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}
.sw-logo{height:44px;margin-bottom:10px}
.sw-header-title{font-size:19px;font-weight:700;color:#333;margin-bottom:4px}
.sw-header-sub{font-size:13px;color:#888}

/* Progress */
.sw-progress{margin-bottom:28px}
.sw-progress-track{height:3px;background:#f0f0f0;border-radius:3px;overflow:hidden;margin-bottom:14px}
.sw-progress-fill{height:100%;background:linear-gradient(90deg,#0068a5,#004d7a);border-radius:3px;transition:width .5s cubic-bezier(.4,0,.2,1);width:0%}
.sw-dots{display:flex;justify-content:space-between}
.sw-dot-wrap{display:flex;flex-direction:column;align-items:center;gap:5px;flex:1}
.sw-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;transition:all .3s;background:#fafafa;border:2px solid #e0e0e0;color:#bbb}
.sw-dot.active{background:#0068a5;border-color:#0068a5;color:#fff;box-shadow:0 0 0 4px rgba(0,104,165,.15)}
.sw-dot.done{background:#27ae60;border-color:#27ae60;color:#fff;cursor:pointer}
.sw-dot-label{font-size:11px;font-weight:500;color:#ccc;text-align:center;transition:color .3s}
.sw-dot-label.active-label{color:#555}

/* Content */
.sw-content{min-height:280px}
.sw-step-anim{animation:swIn .3s ease forwards}
@keyframes swIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

/* Titles */
.sw-title{font-size:20px;font-weight:700;color:#333;margin:0 0 4px;letter-spacing:-.2px}
.sw-subtitle{font-size:14px;color:#888;line-height:1.6;margin-top:0;margin-bottom:22px}
.sw-subtitle strong{color:#0068a5}

/* Grid */
.sw-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}

/* Cards */
.sw-card{background:#fff;border:1.5px solid #e5e5e5;border-radius:10px;padding:18px 16px;cursor:pointer;text-align:left;position:relative;display:flex;flex-direction:column;gap:6px;transition:border-color .2s,transform .15s,box-shadow .2s}
.sw-card:hover{border-color:#0068a5;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.06)}
.sw-card.selected{border-color:#0068a5;background:#e8f2fa;box-shadow:0 0 0 3px rgba(0,104,165,.1)}
.sw-card-icon{width:36px;height:36px;border-radius:8px;background:#fafafa;border:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center;color:#0068a5;margin-bottom:2px}
.sw-card-title{font-size:15px;font-weight:700;color:#333}
.sw-card-desc{font-size:13px;color:#888;line-height:1.5}
.sw-card-whom{font-size:12px;color:#0068a5;font-weight:600;margin-top:2px}
.sw-card-check{position:absolute;top:10px;right:10px;color:#fff;background:#0068a5;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center}

.sw-code-tag{font-size:12px;color:#2980b9;background:#f0f7ff;padding:2px 8px;border-radius:4px;font-family:monospace;display:inline-block}

.sw-badge{font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;display:inline-block;align-self:flex-start}

.sw-info-box{font-size:12px;color:#999;line-height:1.5;display:flex;gap:7px;align-items:flex-start;padding:9px 11px;background:#fafafa;border-radius:7px;margin-top:3px;border:1px solid #f0f0f0}
.sw-info-box svg{flex-shrink:0;margin-top:1px}

/* Continue button */
.sw-continue{margin-top:22px;display:flex;justify-content:flex-end}

/* Nav */
.sw-nav{display:flex;justify-content:space-between;align-items:center;margin-top:28px;padding-top:18px;border-top:1px solid #f0f0f0}
.sw-btn-back{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;background:transparent;border:1.5px solid #e5e5e5;border-radius:8px;color:#999;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .2s}
.sw-btn-back:hover{background:#f5f5f5;color:#333}
.sw-btn-next{display:inline-flex;align-items:center;gap:7px;padding:10px 22px;background:#0068a5;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 3px 12px rgba(0,104,165,.25);transition:all .2s}
.sw-btn-next:hover{background:#004d7a;color:#fff;box-shadow:0 4px 16px rgba(0,104,165,.35)}
.sw-btn-primary:hover{box-shadow:0 6px 24px rgba(0,104,165,.35);transform:translateY(-1px);color:#fff}
.sw-btn-reset{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;background:#fafafa;border:1.5px solid #e5e5e5;border-radius:8px;color:#0068a5;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .2s}
.sw-btn-reset:hover{background:#e8f2fa}

/* Result card */
.sw-result{background:#fff;border:1.5px solid #e5e5e5;border-radius:12px;overflow:hidden}
.sw-result-header{background:#0068a5;padding:20px 22px;display:flex;align-items:center;gap:12px;color:#fff}
.sw-result-icon{width:38px;height:38px;border-radius:9px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}
.sw-result-title{font-size:17px;font-weight:700}
.sw-result-body{padding:14px 22px}
.sw-result-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f5f5f5;font-size:14px}
.sw-result-label{color:#888;font-weight:500}
.sw-result-value{color:#333;font-weight:600;text-align:right}
.sw-result-advice{margin:0 22px 14px;padding:11px 13px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0;font-size:13px;color:#888;line-height:1.5;display:flex;gap:7px;align-items:flex-start}
.sw-result-links{padding:0 22px 22px;display:flex;flex-direction:column;gap:10px}
.sw-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 22px;background:#0068a5;border:none;border-radius:8px;color:#fff;font-size:15px;font-weight:600;text-decoration:none;box-shadow:0 3px 14px rgba(0,104,165,.25);cursor:pointer;transition:all .2s}
.sw-btn-primary:visited{color:#fff}
.sw-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 22px;background:#fafafa;border:1.5px solid #e5e5e5;border-radius:8px;color:#555;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s}
.sw-btn-secondary:hover{border-color:#0068a5;color:#0068a5}

/* Brand card header row */
.sw-card-header-row{display:flex;justify-content:space-between;align-items:center;width:100%}

/* Responsive */
@media(max-width:768px){
  .sw-grid{grid-template-columns:1fr}
  .sw-nav{flex-direction:column-reverse;gap:10px}
  .sw-btn-back,.sw-btn-next,.sw-btn-reset{width:100%;justify-content:center}
  .sw-dot-label{display:none}
  .sw-banner-inner{flex-direction:column;text-align:center;gap:8px}
}

/* Brand logos in cards */
.sw-brand-logo{height:28px;max-width:120px;object-fit:contain;margin-bottom:4px}

/* Header banner */
.synssl-banner{background:#0068a5;padding:10px 0;text-align:center;position:relative;z-index:100}
.sw-banner-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.sw-banner-text{color:#fff;font-size:13px;font-family:'Source Sans 3',-apple-system,sans-serif;font-weight:400}
.sw-banner-text strong{font-weight:600}
.sw-banner-btn{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.3);padding:5px 14px;border-radius:5px;font-size:12px;font-weight:600;text-decoration:none;font-family:'Source Sans 3',-apple-system,sans-serif;transition:all .2s}
.sw-banner-btn:hover{background:rgba(255,255,255,.3);color:#fff}
.sw-banner-close{background:none;border:none;color:rgba(255,255,255,.6);cursor:pointer;font-size:18px;line-height:1;padding:0 0 0 10px;transition:color .2s}
.sw-banner-close:hover{color:#fff}
