/* penclo.com */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #e8ecf1; color: #334155; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.6; }
.hero { text-align: center; padding: 5rem 2rem 3rem; }
.brand { font-family: 'Sora', sans-serif; font-weight: 600; font-size: clamp(2rem, 5vw, 3rem); background: #e8ecf1; display: inline-block; border-radius: 16px; padding: 0.5rem 1.5rem; box-shadow: 6px 6px 12px #b8bec7, -6px -6px 12px #ffffff; }
.toggle { display: inline-flex; align-items: center; gap: 0.75rem; margin-top: 2rem; background: #e8ecf1; border-radius: 16px; padding: 0.75rem 1.5rem; box-shadow: 6px 6px 12px #b8bec7, -6px -6px 12px #ffffff; }
.toggle-circle { width: 24px; height: 24px; border-radius: 50%; background: #22c55e; box-shadow: 2px 2px 4px #b8bec7, -2px -2px 4px #ffffff; }
.toggle-label { font-family: 'IBM Plex Mono', monospace; font-size: 0.7rem; }
.features { max-width: 460px; margin: 0 auto; padding: 2rem 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.tile { background: #e8ecf1; border-radius: 16px; padding: 1.5rem; box-shadow: 6px 6px 12px #b8bec7, -6px -6px 12px #ffffff; }
.icon-circle { width: 40px; height: 40px; border-radius: 50%; background: #e8ecf1; box-shadow: inset 4px 4px 8px #b8bec7, inset -4px -4px 8px #ffffff; display: flex; align-items: center; justify-content: center; margin-bottom: 0.75rem; }
.lock-icon { font-size: 1rem; }
.tile-title { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 0.85rem; margin-bottom: 0.3rem; }
.tile-desc { font-size: 0.75rem; color: #64748b; }
.shield { text-align: center; padding: 3rem 2rem; }
.shield-shape { width: 140px; height: 160px; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); background: #e8ecf1; box-shadow: 6px 6px 12px #b8bec7, -6px -6px 12px #ffffff; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.shield-icon { font-size: 1.5rem; }
.shield-metric { font-family: 'IBM Plex Mono', monospace; font-size: 1rem; font-weight: 400; color: #3b82f6; margin-top: 0.3rem; }
.shield-label { font-size: 0.5rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.1em; }
.encrypted-label { font-family: 'IBM Plex Mono', monospace; font-size: 0.6rem; color: #22c55e; margin-top: 1rem; display: flex; align-items: center; justify-content: center; gap: 0.3rem; }
.green-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; display: inline-block; }
.settings { max-width: 460px; margin: 0 auto; padding: 2rem 1.5rem 4rem; }
.settings-panel { background: #e8ecf1; border-radius: 16px; padding: 1.25rem; box-shadow: 6px 6px 12px #b8bec7, -6px -6px 12px #ffffff; margin-bottom: 2rem; }
.setting-row { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 0; border-bottom: 1px solid #d5dae0; }
.setting-row:last-child { border-bottom: none; }
.setting-name { font-family: 'IBM Plex Mono', monospace; font-size: 0.7rem; }
.toggle-sm { width: 36px; height: 18px; border-radius: 9px; background: #b8bec7; position: relative; box-shadow: inset 2px 2px 4px #a0a6af, inset -2px -2px 4px #d0d6df; }
.toggle-sm.active { background: #22c55e; }
.toggle-circle-sm { width: 14px; height: 14px; border-radius: 50%; background: #e8ecf1; position: absolute; top: 2px; left: 2px; box-shadow: 1px 1px 2px #b8bec7; }
.toggle-sm.active .toggle-circle-sm { left: auto; right: 2px; }
.close-text { text-align: center; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 0.9rem; color: #64748b; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
