*{margin:0;padding:0;box-sizing:border-box}
:root{--accent:#4F7C8A;--bg:#FAFAFA;--text:#333;--light:#F5F5F5;--border:#E0E0E0;--white:#FFF}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;font-size:16px}
h1{font-size:2.25rem;font-weight:700;margin-bottom:1rem;line-height:1.3}
h2{font-size:1.75rem;font-weight:600;margin-bottom:1rem;line-height:1.35}
h3{font-size:1.25rem;font-weight:600;margin-bottom:0.75rem;line-height:1.4}
p{margin-bottom:1rem}
a{color:var(--accent);text-decoration:none;transition:opacity 0.2s}
a:hover{opacity:0.8}
img{max-width:100%;height:auto;display:block}
.navbar{background:var(--white);box-shadow:0 2px 8px rgba(0,0,0,0.06);padding:0.75rem 0;position:fixed;top:0;left:0;right:0;z-index:1000}
.navbar-brand{font-weight:700;font-size:1.35rem;color:var(--accent)!important}
.nav-link{color:var(--text)!important;font-size:0.9rem;padding:0.5rem 0.75rem!important;transition:color 0.2s}
.nav-link:hover{color:var(--accent)!important}
.section{padding:5rem 0}
.section-light{background:var(--light)}
.section-title{text-align:center;margin-bottom:3rem}
.section-title h2{color:var(--text)}
.section-title p{color:#666;max-width:700px;margin:0 auto}
.card-custom{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:1.5rem;height:100%;transition:box-shadow 0.2s}
.card-custom:hover{box-shadow:0 4px 16px rgba(0,0,0,0.08)}
.card-custom img{border-radius:6px;margin-bottom:1rem;width:100%;height:180px;object-fit:cover}
.btn-accent{background:var(--accent);color:var(--white);border:none;padding:0.65rem 1.5rem;border-radius:6px;font-size:0.95rem;cursor:pointer;transition:opacity 0.2s}
.btn-accent:hover{opacity:0.9;color:var(--white)}
.hero{padding-top:8rem;padding-bottom:5rem;background:linear-gradient(180deg,var(--light) 0%,var(--bg) 100%)}
.hero img{border-radius:8px;max-height:400px;object-fit:cover;width:100%}
.divider{height:1px;background:var(--border);margin:0 auto;max-width:200px}
.list-custom{list-style:none;padding:0}
.list-custom li{padding:0.75rem 0;border-bottom:1px solid var(--border);display:flex;align-items:flex-start}
.list-custom li:last-child{border-bottom:none}
.list-custom li svg{width:20px;height:20px;margin-right:0.75rem;flex-shrink:0;color:var(--accent)}
.faq-item{background:var(--white);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem}
.faq-question{padding:1rem 1.25rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:500}
.faq-question:hover{background:var(--light)}
.faq-question svg{width:20px;height:20px;transition:transform 0.2s}
.faq-answer{padding:0 1.25rem 1rem;display:none}
.faq-item.active .faq-answer{display:block}
.faq-item.active .faq-question svg{transform:rotate(180deg)}
.form-group{margin-bottom:1rem}
.form-control{border:1px solid var(--border);border-radius:6px;padding:0.75rem 1rem;width:100%;font-size:1rem}
.form-control:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(79,124,138,0.1)}
textarea.form-control{min-height:120px;resize:vertical}
.footer{background:#2A2A2A;color:#CCC;padding:3rem 0 1.5rem}
.footer h3{color:var(--white);font-size:1.1rem;margin-bottom:1rem}
.footer p,.footer a{color:#AAA;font-size:0.9rem}
.footer a:hover{color:var(--white)}
.footer-links{list-style:none;padding:0}
.footer-links li{margin-bottom:0.5rem}
.footer-bottom{border-top:1px solid #444;margin-top:2rem;padding-top:1.5rem;text-align:center;font-size:0.85rem;color:#888}
.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:2000;display:none;justify-content:center;align-items:center;padding:1rem}
.modal-overlay.active{display:flex}
.modal-content{background:var(--white);border-radius:8px;max-width:700px;width:100%;max-height:80vh;overflow-y:auto;padding:2rem;position:relative}
.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}
.modal-close:hover{color:var(--text)}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--white);box-shadow:0 -4px 16px rgba(0,0,0,0.1);padding:1rem;z-index:3000;display:none}
.cookie-banner.active{display:block}
.cookie-content{max-width:1140px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}
.cookie-text{flex:1;font-size:0.9rem;color:#666}
.cookie-buttons{display:flex;gap:0.5rem}
.popup-thanks{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--white);padding:2rem;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,0.15);z-index:4000;display:none;text-align:center}
.popup-thanks.active{display:block}
.popup-thanks svg{width:48px;height:48px;color:var(--accent);margin-bottom:1rem}
.limitation-box{background:var(--light);border-left:4px solid var(--accent);padding:1.5rem;border-radius:0 8px 8px 0;margin:1.5rem 0}
.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.info-card{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:1.25rem}
.info-card h3{font-size:1rem;color:var(--accent);margin-bottom:0.5rem}
.contact-info p{display:flex;align-items:center;margin-bottom:0.75rem}
.contact-info svg{width:18px;height:18px;margin-right:0.75rem;color:var(--accent)}
@media(max-width:991px){.navbar-collapse{background:var(--white);position:absolute;top:100%;left:0;right:0;padding:1rem;box-shadow:0 4px 8px rgba(0,0,0,0.1)}}
@media(max-width:767px){h1{font-size:1.75rem}h2{font-size:1.5rem}.section{padding:3rem 0}.hero{padding-top:6rem;padding-bottom:3rem}.info-grid{grid-template-columns:1fr}.cookie-content{flex-direction:column;text-align:center}}
