/* DRELVEK — css/style.css */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&family=Inter:wght@400;500&display=swap');
:root{--bg:#0E1018;--bg2:#161820;--ink:#E8ECFA;--muted:#AAB6D5;--acc:#6A8EC8;--line:rgba(255,255,255,.1);--display:'Space Grotesk',sans-serif;--body:'Inter',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:400 16px/1.65 var(--body)}a{color:var(--acc);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.site-header{background:var(--bg);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font:700 1.5rem var(--display);color:var(--ink);letter-spacing:.04em}.nav-links{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.nav-links a{color:var(--muted);font-size:.9rem}.nav-links a:hover{color:var(--ink)}h1,h2,h3{font-family:var(--display);line-height:1.12;color:var(--ink)}h1{font-size:clamp(2.3rem,6vw,5rem);margin:.5rem 0 1rem}h2{font-size:clamp(1.8rem,3vw,3rem);margin:0 0 1rem}h3{font-size:1.15rem;margin:.2rem 0 .65rem}p,li{color:var(--muted)}section{padding:5rem 0}.eyebrow{color:var(--acc);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500}.hero{padding:4rem 0;background:radial-gradient(circle at 10% 20%,#23365b 0,transparent 34%),var(--bg)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero img{height:520px;max-height:80vh;border-radius:22px;box-shadow:0 18px 60px #0008}.hero-copy p{font-size:1.05rem}.price{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.old{text-decoration:line-through;color:var(--muted)}.current{font:700 2.4rem var(--display);color:var(--acc)}.button{display:inline-block;border:0;border-radius:999px;padding:.9rem 1.4rem;background:var(--acc);color:#fff;font-weight:700;cursor:pointer}.button.secondary{background:transparent;border:1px solid var(--line)}.form{display:grid;gap:.8rem;margin-top:1.25rem}.form input{width:100%;padding:.9rem 1rem;border:1px solid var(--line);border-radius:9px;background:#0a0c12;color:var(--ink);font:inherit}.form label{font-size:.8rem;color:var(--muted)}.section-heading{max-width:700px;margin-bottom:2rem}.band{background:var(--bg2)}.light{background:#f0f3fa}.light h2,.light h3,.light p,.light li,.light th,.light td{color:#18233b}.light .eyebrow{color:#3d619b}.stats,.grid-3,.grid-2,.review-grid,.gallery,.split,.footer-grid{display:grid;gap:1.25rem}.stats{grid-template-columns:repeat(4,1fr)}.stat{padding:1.3rem;border-left:2px solid var(--acc)}.stat strong{display:block;font:700 2.5rem var(--display);color:var(--ink)}.grid-3,.review-grid{grid-template-columns:repeat(3,1fr)}.grid-2,.split{grid-template-columns:1fr 1fr}.card{border:1px solid var(--line);border-radius:16px;padding:1.5rem;background:#181b25}.card p{margin-bottom:0}.split{align-items:center}.split img{height:410px;max-height:60vh;border-radius:18px}.gallery{grid-template-columns:repeat(3,1fr)}.gallery img{height:210px;border-radius:14px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}table{width:100%;border-collapse:collapse;min-width:640px}th,td{text-align:left;padding:1rem;border-bottom:1px solid var(--line);color:var(--ink)}th{color:#fff;font-family:var(--display)}.callout,.cta{background:#203458;border:1px solid #496ca9;border-radius:18px;padding:2rem}.callout h2,.callout p,.cta h2,.cta p{color:#fff}.review{background:var(--bg2);border:1px solid var(--line);border-radius:14px;padding:1.3rem}.stars{color:var(--acc);letter-spacing:.12em}.article-list{display:grid;gap:1rem}.article{display:grid;grid-template-columns:140px 1fr;gap:1.2rem;border-bottom:1px solid var(--line);padding:1rem 0}.article img{height:110px;border-radius:10px}.timeline{display:grid;gap:1rem}.step{display:grid;grid-template-columns:70px 1fr;gap:1rem}.step-number{color:var(--acc);font:700 2rem var(--display)}.legal section{padding:3rem 0}.legal h2{font-size:1.6rem}.site-footer{padding:4rem 0 2rem;background:#080a0f;border-top:1px solid var(--line)}.footer-grid{grid-template-columns:2fr 1fr 1fr}.site-footer h3{color:#fff}.site-footer p,.site-footer li{font-size:.9rem}.site-footer ul{list-style:none;padding:0}.copyright{border-top:1px solid var(--line);margin-top:2rem;padding-top:1rem;font-size:.8rem}.cookie-banner{position:fixed!important;bottom:1.25rem;right:1.25rem;left:auto;z-index:9999;background:#fff;color:#2c3e50;padding:1rem 1.25rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.15);max-width:380px;font-size:.9rem}.cookie-banner p{color:#2c3e50;margin:0 0 .7rem}.cookie-banner button{padding:.5rem 1rem;border-radius:4px;cursor:pointer;border:1px solid #2c3e50;background:#2c3e50;color:#fff;font:inherit;margin-right:.5rem}.cookie-banner button[data-cookie-reject]{background:transparent;color:#2c3e50}@media(max-width:800px){.hero-grid,.grid-2,.split{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.grid-3,.review-grid,.gallery{grid-template-columns:1fr}.nav{align-items:flex-start;padding:1rem 0;flex-direction:column}.hero img,.split img{height:330px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){section{padding:3.5rem 0}.stats{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.cookie-banner{left:0;right:0;bottom:0;max-width:none;border-radius:0}}
.dark h2,.dark h3,.dark p,.dark li,.band h2,.band h3,.band p,.band li,.hero h2,.hero h3,.hero p,.cta h2,.cta h3,.cta p,.callout h2,.callout h3,.callout p{color:#fff}.dark .card,.dark .card *,.band .card,.band .card *,.hero .card,.hero .card *,.cta .card,.cta .card *,.callout .card,.callout .card *{color:#E8ECFA}.dark table th,.dark table td,.band table th,.band table td,.hero table th,.hero table td,.cta table th,.cta table td,.callout table th,.callout table td{color:#2c3e50}.dark blockquote,.band blockquote,.hero blockquote,.cta blockquote,.callout blockquote{color:#2c3e50}
img{width:100%;height:280px;max-height:60vh;object-fit:cover;display:block}
