.websites-ladder{display:flex;flex-direction:column;gap:14px;margin-top:32px;max-width:880px;margin-left:auto;margin-right:auto}.websites-rung{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start;padding:22px 24px;background:var(--surface);border:1px solid var(--border);border-radius:14px;transition:border-color .2s,transform .2s}.websites-rung:hover{border-color:var(--border-strong);transform:translateY(-1px)}.websites-rung-num{font-family:var(--font-mono);font-size:20px;font-weight:700;color:var(--accent);line-height:1;padding-top:4px;letter-spacing:.04em}.websites-rung-body h3{font-family:var(--font-display);font-size:18px;font-weight:600;margin:0 0 6px;color:var(--text)}.websites-rung-body p{color:var(--text-dim);font-size:14.5px;line-height:1.6;margin:0}.websites-rung-body-spacer{display:none}@media(max-width:600px){.websites-rung{grid-template-columns:1fr;gap:8px;padding:18px}.websites-rung-num{padding-top:0}}.websites-trust .trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:36px;max-width:980px;margin-left:auto;margin-right:auto}@media(max-width:800px){.websites-trust .trust-grid{grid-template-columns:1fr}}.trust-panel{padding:28px 28px 26px;border-radius:16px;background:var(--surface);border:1px solid var(--border);transition:border-color .25s ease,transform .25s ease}.trust-panel:hover{transform:translateY(-2px)}.trust-do{border-color:#5ba8ff38}.trust-do:hover{border-color:#5ba8ff6b}.trust-dont{border-color:#f5b04238}.trust-dont:hover{border-color:#f5b0426b}.trust-head{margin-bottom:22px;padding-bottom:18px;border-bottom:1px dashed rgba(255,255,255,.08)}.trust-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;padding:6px 12px;border-radius:999px;background:#5ba8ff1a;border:1px solid rgba(91,168,255,.32);color:var(--accent)}.trust-dont .trust-badge{background:#f5b0421a;border-color:#f5b04252;color:#f5b042}.trust-glyph{font-family:var(--font-body);font-weight:700;font-size:13px;line-height:1}.trust-panel ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.trust-panel li{position:relative;padding-left:28px;font-size:14.5px;line-height:1.55;color:var(--text-muted, rgba(255,255,255,.78))}.trust-panel li:before{content:"";position:absolute;left:0;top:5px;width:16px;height:16px;border-radius:50%;background:#5ba8ff24;border:1px solid rgba(91,168,255,.55)}.trust-panel li:after{content:"✓";position:absolute;left:3.5px;top:4px;font-size:11px;font-weight:700;color:var(--accent);line-height:1}.trust-dont li:before{background:#f5b04224;border-color:#f5b0428c}.trust-dont li:after{content:"✕";color:#f5b042;left:3.5px;top:3.5px}.theme-light .trust-panel{background:#fff;border-color:#00000012}.theme-light .trust-do{border-color:#1b3a6b38}.theme-light .trust-do:hover{border-color:#1b3a6b66}.theme-light .trust-dont{border-color:#b46e1e38}.theme-light .trust-dont:hover{border-color:#b46e1e6b}.theme-light .trust-head{border-bottom-color:#00000014}.theme-light .trust-badge{background:#1b3a6b14;border-color:#1b3a6b4d;color:#1b3a6b}.theme-light .trust-dont .trust-badge{background:#b46e1e1a;border-color:#b46e1e4d;color:#b46e1e}.theme-light .trust-panel li:before{background:#1b3a6b1a;border-color:#1b3a6b80}.theme-light .trust-panel li:after{color:#1b3a6b}.theme-light .trust-dont li:before{background:#b46e1e1f;border-color:#b46e1e80}.theme-light .trust-dont li:after{color:#b46e1e}@media(prefers-color-scheme:light){:root:not(.theme-dark):not(.theme-light) .trust-panel{background:#fff;border-color:#00000012}:root:not(.theme-dark):not(.theme-light) .trust-do{border-color:#1b3a6b38}:root:not(.theme-dark):not(.theme-light) .trust-do:hover{border-color:#1b3a6b66}:root:not(.theme-dark):not(.theme-light) .trust-dont{border-color:#b46e1e38}:root:not(.theme-dark):not(.theme-light) .trust-dont:hover{border-color:#b46e1e6b}:root:not(.theme-dark):not(.theme-light) .trust-head{border-bottom-color:#00000014}:root:not(.theme-dark):not(.theme-light) .trust-badge{background:#1b3a6b14;border-color:#1b3a6b4d;color:#1b3a6b}:root:not(.theme-dark):not(.theme-light) .trust-dont .trust-badge{background:#b46e1e1a;border-color:#b46e1e4d;color:#b46e1e}:root:not(.theme-dark):not(.theme-light) .trust-panel li:before{background:#1b3a6b1a;border-color:#1b3a6b80}:root:not(.theme-dark):not(.theme-light) .trust-panel li:after{color:#1b3a6b}:root:not(.theme-dark):not(.theme-light) .trust-dont li:before{background:#b46e1e1f;border-color:#b46e1e80}:root:not(.theme-dark):not(.theme-light) .trust-dont li:after{color:#b46e1e}}.websites-promotions-blurb{margin:36px auto 0;max-width:720px}.websites-promotions-card{display:flex;align-items:center;gap:14px;padding:16px 22px;background:#5ba8ff0a;border:1px solid rgba(91,168,255,.2);border-left:3px solid #5BA8FF;border-radius:10px}.websites-promotions-icon{display:inline-flex;flex-shrink:0;color:#5ba8ff}.websites-promotions-copy{flex:1;font-size:14.5px;line-height:1.55;color:#bccbe0}.websites-promotions-copy strong{color:#e8eef9;font-weight:600}.websites-promotions-copy a{color:#5ba8ff;text-decoration:none;font-weight:500;border-bottom:1px solid rgba(91,168,255,.4)}.websites-promotions-copy a:hover{color:#80bfff;border-bottom-color:#80bfff}@media(max-width:540px){.websites-promotions-card{padding:14px 16px;gap:10px}.websites-promotions-copy{font-size:13.5px}}@media(prefers-color-scheme:light){html:not(.theme-dark) .websites-promotions-card{background:#1b3a6b08;border-color:#1b3a6b2e;border-left-color:#1b3a6b}html:not(.theme-dark) .websites-promotions-icon{color:#1b3a6b}html:not(.theme-dark) .websites-promotions-copy{color:#4a5872}html:not(.theme-dark) .websites-promotions-copy strong{color:#0a1428}html:not(.theme-dark) .websites-promotions-copy a{color:#1b3a6b;border-bottom-color:#1b3a6b66}html:not(.theme-dark) .websites-promotions-copy a:hover{color:#2d7dd2;border-bottom-color:#2d7dd2}}html.theme-light .websites-promotions-card{background:#1b3a6b08;border-color:#1b3a6b2e;border-left-color:#1b3a6b}html.theme-light .websites-promotions-icon{color:#1b3a6b}html.theme-light .websites-promotions-copy{color:#4a5872}html.theme-light .websites-promotions-copy strong{color:#0a1428}html.theme-light .websites-promotions-copy a{color:#1b3a6b;border-bottom-color:#1b3a6b66}html.theme-light .websites-promotions-copy a:hover{color:#2d7dd2;border-bottom-color:#2d7dd2}.websites-pricing-note{margin:18px auto 0;max-width:640px;text-align:center;font-size:13px;line-height:1.5;color:#8b9bb4;font-style:italic}@media(prefers-color-scheme:light){html:not(.theme-dark) .websites-pricing-note{color:#4a5872}}html.theme-light .websites-pricing-note{color:#4a5872}
