:root{--bg-dark: #0b1121;--bg-mid: #111827;--bg-card: rgba(255, 255, 255, .03);--border-subtle: rgba(255, 255, 255, .08);--border-hover: rgba(239, 68, 68, .3);--accent: #ef4444;--accent-glow: rgba(239, 68, 68, .15);--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--success: #10b981}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-dark)}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{background:var(--bg-dark);color:var(--text-primary);padding:4rem 0 5rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="60" height="60" patternUnits="userSpaceOnUse"><path d="M 60 0 L 0 0 0 60" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');opacity:.4}.hero:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);width:100%;height:100%;background:radial-gradient(ellipse 600px 400px at center,rgba(239,68,68,.08),transparent);pointer-events:none;animation:glow-pulse 4s ease-in-out infinite}.hero-container{position:relative;z-index:1}.lang-toggle{position:absolute;top:0;right:2rem;display:inline-flex;align-items:center;gap:.4rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:2rem;padding:.5rem 1.25rem;color:var(--text-secondary);font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease;z-index:2;font-family:inherit;letter-spacing:.02em}.lang-toggle:hover{background:#ffffff1a;border-color:#fff3}.lang-toggle .lang-active{color:#fff}.lang-toggle .lang-divider{opacity:.4}.logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;position:relative;z-index:1}.logo-shield{filter:drop-shadow(0 0 12px rgba(239,68,68,.3))}.logo h1{font-size:3rem;font-weight:800;letter-spacing:-.05em;color:#fff}.ai-badge{background:#ef44441a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:.5rem;font-size:1.5rem;font-weight:700;border:2px solid var(--accent);color:var(--accent);box-shadow:0 0 20px #ef444433}.hero-content{position:relative;z-index:1;margin-bottom:1.5rem}.tagline{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:var(--text-primary)}.hero-description{font-size:1.2rem;color:var(--text-secondary);margin-bottom:.75rem;max-width:600px;margin-left:auto;margin-right:auto}.trust-line{font-size:1rem;color:var(--text-muted);font-weight:500;letter-spacing:.05em;text-transform:uppercase}.status-badge{display:inline-flex;align-items:center;gap:.75rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:2rem;border:1px solid rgba(255,255,255,.1);font-weight:600;font-size:1.1rem;color:var(--text-primary);position:relative;z-index:1;margin-top:1rem}.pulse{width:12px;height:12px;background:var(--success);border-radius:50%;animation:pulse 2s infinite;box-shadow:0 0 #10b981b3}@keyframes pulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes glow-pulse{0%,to{opacity:.6}50%{opacity:1}}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.section-subtitle{text-align:center;font-size:1.2rem;color:var(--text-secondary);margin-bottom:3rem}.glass-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.glass-card:hover{border-color:var(--border-hover);box-shadow:0 0 30px #ef44440d;transform:translateY(-2px)}.glass-card h3{color:var(--text-primary)}.glass-card p{color:var(--text-secondary)}.why-trygg{padding:4rem 0;background:var(--bg-mid)}.why-trygg .section-title{margin-bottom:2.5rem}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.why-card{padding:2rem;display:flex;flex-direction:column;gap:.75rem}.why-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ef44441a;border-radius:.75rem;flex-shrink:0}.why-card h3{font-size:1.15rem;color:var(--text-primary)}.why-card p{color:var(--text-secondary);line-height:1.6;font-size:.925rem}.cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;color:#fff;background:var(--accent);border-radius:.5rem;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.cta-button:hover{background:#f87171;transform:translateY(-2px);box-shadow:0 8px 24px #ef44444d}footer{background:var(--bg-dark);border-top:1px solid var(--border-subtle);color:var(--text-muted);padding:4rem 0 2rem;text-align:center;margin-top:auto}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-cta-heading{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.footer-cta-text{font-size:1.15rem;color:var(--text-secondary);margin-bottom:1.5rem}.footer-copy{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle);font-size:.875rem;color:var(--text-muted);width:100%}@media (max-width: 768px){.hero{padding:3rem 0 3.5rem}.logo h1{font-size:2rem}.ai-badge{font-size:1.2rem;padding:.4rem .8rem}.tagline{font-size:1.75rem}.lang-toggle{right:1rem}.why-grid{grid-template-columns:1fr;gap:1.25rem}.section-title,.footer-cta-heading{font-size:2rem}.why-trygg{padding:3rem 0}.container{padding:0 1rem}}@media (max-width: 480px){.hero{padding:2rem 0 2.5rem}.logo h1{font-size:1.75rem}.ai-badge{font-size:1rem;padding:.3rem .6rem}.tagline{font-size:1.4rem}.trust-line{font-size:.875rem}.lang-toggle{position:relative;right:auto;margin:0 auto 1.5rem}.why-grid{grid-template-columns:1fr;gap:1rem}.section-title{font-size:1.75rem}.footer-cta-heading{font-size:1.5rem}.cta-button{padding:.875rem 2rem;font-size:1.05rem}.status-badge{padding:.75rem 1.5rem;font-size:1rem}.why-card-icon{width:40px;height:40px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #ef4444;--primary-dark: #dc2626;--secondary: #10b981;--text: #f1f5f9;--text-light: #94a3b8;--bg: #0b1121;--bg-alt: #111827;--border: rgba(255, 255, 255, .08);--success: #10b981;--danger: #ef4444}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);background:var(--bg);line-height:1.6}html{scroll-behavior:smooth}
