*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#2563eb;--secondary-color:#64748b;--accent-color:#0ea5e9;--text-color:#1e293b;--text-light:#64748b;--bg-color:#ffffff;--bg-light:#f8fafc;--border-color:#e2e8f0;--shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--bg-color);min-height:100%}html{min-height:100%}.site-grid{min-height:100svh;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}main{min-height:0}.navbar{background:var(--bg-color);border-bottom:1px solid var(--border-color);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar-brand a{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.navbar-menu{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s}.nav-link:hover{color:var(--primary-color)}.language-switcher{display:flex;gap:.5rem;margin-left:1rem;padding-left:1rem;border-left:1px solid var(--border-color)}.lang-link{padding:.25rem .75rem;border-radius:.375rem;background:var(--bg-light);color:var(--text-color);text-decoration:none;font-size:.875rem;transition:all .3s}.lang-link:hover{background:var(--primary-color);color:#fff}.hero{position:relative;padding:0;color:#fff}.hero-bg{background-size:cover;background-position:50%;border-radius:.5em;background-color:color-mix(in srgb,var(--color-hero) 75%,transparent)}.hero-inner{display:flex;align-items:center}.hero-content{max-width:820px}.site-kicker{font-size:.875rem;letter-spacing:.12em;text-transform:uppercase;opacity:.9;margin-bottom:.75rem}.hero-title{color:var(--color-on-primary)}.hero-subtitle{font-size:1.125rem;opacity:.95;margin-bottom:1.5rem}.search{display:grid;grid-template-columns:1fr auto;gap:.75rem;width:min(760px,100%);margin-top:1.25rem}.search-field{display:flex;align-items:center;background:#fff;border-radius:.75rem;padding:.75rem 1rem;box-shadow:var(--shadow-lg)}.search-icon{color:#64748b;margin-right:.5rem;font-size:1.1rem}.search input[type=search]{border:0;outline:0;width:100%;font-size:1rem;color:#0f172a}.btn{border:0;border-radius:.75rem;padding:.875rem 1.5rem;font-weight:700;cursor:pointer}.btn-dark{background:#334155;color:#fff;box-shadow:var(--shadow-lg)}.btn-dark:hover{background:#1f2937}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s;border:2px solid transparent}.btn-primary{background:#fff;color:var(--primary-color)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:0 0;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:var(--primary-color)}.features{padding:1rem 0;background:var(--bg-light);border-radius:.5rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-color)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:var(--shadow);transition:all .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-color)}.feature-card p{color:var(--text-light);line-height:1.6}.how-it-works{padding:5rem 0}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:#304755;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-color)}.step p{color:var(--text-light);line-height:1.6}.contact{padding:5rem 0;background:var(--bg-light);text-align:center;box-shadow:0 -1px rgba(15,23,42,4%)inset,0 12px 24px -18px rgba(15,23,42,.18);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);border-radius:.5em}.contact-subtitle{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.footer{background:var(--text-color);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:rgba(255,255,255,.8)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{padding-top:1rem;border-top:1px solid var(--bs-gray);text-align:center;color:rgba(255,255,255,.6)}@media(max-width:768px){.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.navbar-menu{flex-direction:column;gap:1rem}.language-switcher{margin-left:0;padding-left:0;border-left:none}}body{color:#222;font-family:sans-serif;line-height:1.5;margin:0}header{border-bottom:1px solid #222;margin-bottom:1rem}footer{border-top:1px solid #222;margin-top:1rem}.footer{padding:1rem 0}.footer .footer-content{display:flex;justify-content:space-between;align-items:center}.footer .footer-section ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:0}.footer .footer-section ul li{display:flex;align-items:center}.footer .footer-section ul li+li{border-left:1px solid var(--border-color);margin-left:1rem;padding-left:1rem}.footer .footer-section a{color:inherit;text-decoration:none}.footer .footer-bottom{margin-top:.75rem;font-size:.875rem;color:var(--text-light)}@media(max-width:576px){.footer .footer-section ul{row-gap:.5rem}.footer .footer-section ul li{padding-top:.25rem;padding-bottom:.25rem}}a{color:#00e;text-decoration:none}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card{background:#fff;border-radius:1rem;box-shadow:var(--shadow-lg);padding:1.5rem;display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 12px 24px -8px rgba(15,23,42,.2)}.card-icon{font-size:1.9rem;color:#0f172a;opacity:.9;margin-bottom:.5rem}.card-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.35rem}.card-text{color:#475569;line-height:1.65}@media(max-width:640px){.hero{padding:0}.search{grid-template-columns:1fr}.btn-dark{width:100%}.cards{grid-template-columns:1fr}}@media(min-width:641px) and (max-width:1024px){.cards{grid-template-columns:repeat(2,1fr)}}.legal-page{padding:4rem 0;background:var(--bg-light)}.legal-page .page-header h1{font-size:2rem;margin-bottom:1.5rem;color:var(--text-color)}.legal-page .content{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:var(--shadow)}.legal-page .content h2{font-size:1.25rem;margin-top:1.25rem;margin-bottom:.5rem}.legal-page .content p{margin:.5rem 0 1rem}.legal-page .content ul{margin:.5rem 0 1rem 1.25rem}.legal-page .content li{margin:.25rem 0}.navbar-logo{height:36px;width:auto;display:block}@media(max-width:640px){.navbar-logo{height:30px}}.nav-toggle{display:none}.nav-toggle-btn{display:none;cursor:pointer;margin-left:auto;padding:.25rem}.nav-toggle-btn .bar{display:block;width:24px;height:2px;background:var(--text-color);margin:5px 0;transition:all .2s ease}@media(min-width:768px){.navbar-menu{display:flex;align-items:center;gap:1.5rem}}@media(max-width:767.98px){.nav-toggle-btn{display:block}.navbar .container{position:relative}.navbar-menu{position:absolute;top:100%;right:0;left:0;display:none;flex-direction:column;gap:0;background:var(--bg-color);border-bottom:1px solid var(--border-color);box-shadow:0 8px 16px -8px rgba(0,0,0,8%)}.navbar-menu .nav-link{padding:.875rem 1rem;border-top:1px solid var(--border-color)}.nav-toggle:checked~.nav-toggle-btn{}.nav-toggle:checked~.nav-toggle-btn .bar:nth-child(1){transform:translateY(7px)rotate(45deg)}.nav-toggle:checked~.nav-toggle-btn .bar:nth-child(2){opacity:0}.nav-toggle:checked~.nav-toggle-btn .bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-toggle:checked~.navbar-menu{display:flex}}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}