*,*::before,*::after{box-sizing:border-box}body{background-color:var(--bg);color:var(--text);font-family:'Inter',sans-serif;margin:0}a{color:var(--accent);text-decoration:none}a:hover{color:var(--gold)}.hero{background:linear-gradient(135deg,#09090b 0%,#0d1b3e 60%,#09090b 100%);padding:90px 0 70px;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,0.18) 0%,transparent 70%);border-radius:50%}.hero::after{content:'';position:absolute;bottom:-60px;left:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(250,204,21,0.08) 0%,transparent 70%);border-radius:50%}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.2;color:var(--text)}.hero h1 span{color:var(--gold)}.hero p{color:var(--muted);font-size:1.1rem;max-width:560px}.section-title{font-size:1.9rem;font-weight:800;color:var(--text);margin-bottom:0.5rem}.section-title span{color:var(--gold)}.section-sub{color:var(--muted);font-size:1rem;margin-bottom:2.5rem}section{padding:70px 0}.gem-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.75rem;height:auto;transition:border-color 0.2s,transform 0.2s}.gem-card:hover{border-color:var(--accent);transform:translateY(-4px)}.gem-card .icon-wrap{width:52px;height:52px;background:rgba(37,99,235,0.15);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--accent);margin-bottom:1rem}.gem-card h5{color:var(--text);font-weight:700;margin-bottom:0.5rem}.gem-card p{color:var(--muted);font-size:0.9rem;margin:0}.content-img{width:100%;border-radius:14px;display:block;margin:0 auto;border:1px solid var(--border)}.step-num{width:48px;height:48px;background:var(--accent);color:var(--text-light);font-weight:800;font-size:1.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-item{display:flex;gap:1.25rem;align-items:flex-start;margin-bottom:2rem}.step-item h5{color:var(--text);font-weight:700;margin-bottom:0.3rem}.step-item p{color:var(--muted);font-size:0.9rem;margin:0}.compare-table th{background:var(--accent);color:var(--text-light);font-weight:700}.compare-table td,.compare-table th{border-color:var(--border);padding:0.85rem 1rem}.compare-table tbody tr{background:var(--card);color:var(--muted)}.compare-table tbody tr:hover{background:#1f1f23}.compare-table .check{color:var(--secondary);font-size:1.1rem}.compare-table .cross{color:#ef4444;font-size:1.1rem}.testi-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.5rem}.testi-card .stars{color:var(--gold);font-size:1rem;margin-bottom:0.75rem}.testi-card p{color:var(--muted);font-size:0.92rem;font-style:italic}.testi-card .author{color:var(--text);font-weight:700;font-size:0.9rem;margin-top:1rem}.testi-card .city{color:var(--accent);font-size:0.82rem}.accordion-item{background:var(--card);border:1px solid var(--border);border-radius:10px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-button{background:var(--card);color:var(--text);font-weight:600;font-size:0.97rem}.accordion-button:not(.collapsed){background:#1e2a45;color:var(--gold);box-shadow:none}.accordion-button::after{filter:invert(1)}.accordion-body{background:var(--card);color:var(--muted);font-size:0.92rem}.privacy-notice{background:linear-gradient(90deg,rgba(37,99,235,0.12),rgba(250,204,21,0.06));border-left:4px solid var(--accent);border-radius:10px;padding:1.25rem 1.5rem}.privacy-notice h6{color:var(--gold);font-weight:700;margin-bottom:0.4rem}.privacy-notice p{color:var(--muted);font-size:0.88rem;margin:0}.rg-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.5rem;text-align:center}.rg-card i{font-size:2rem;color:var(--accent);margin-bottom:0.75rem;display:block}.rg-card h6{color:var(--text);font-weight:700;margin-bottom:0.4rem}.rg-card p{color:var(--muted);font-size:0.85rem;margin:0}.badge-strip{background:#0f0f12;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1rem 0}.badge-strip span{color:var(--muted);font-size:0.82rem;margin:0 1rem;display:inline-flex;align-items:center;gap:0.4rem}.badge-strip i{color:var(--accent)}.gem-divider{border-color:var(--border);margin:0}.highlight-band{background:linear-gradient(90deg,#0d1b3e,#09090b);border:1px solid var(--border);border-radius:16px;padding:2.5rem}html,body{overflow-x:clip;width:100%}
