*{margin:0;padding:0;box-sizing:border-box}
:root{--primary:#3F6E8C;--primary-light:#5a8aa8;--primary-dark:#2d5269;--text:#333333;--text-light:#666666;--bg:#ffffff;--bg-light:#f8f9fa;--bg-card:#ffffff;--border:#e0e0e0;--shadow:0 2px 8px rgba(0,0,0,0.08)}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;font-size:16px}
h1,h2,h3{font-weight:600;line-height:1.3;color:var(--text);margin-bottom:1rem}
h1{font-size:2.25rem}
h2{font-size:1.75rem}
h3{font-size:1.25rem}
p{margin-bottom:1rem;color:var(--text-light)}
a{color:var(--primary);text-decoration:none;transition:color 0.2s}
a:hover{color:var(--primary-dark)}
img{max-width:100%;height:auto;display:block}
.header{position:fixed;top:0;left:0;right:0;background:var(--bg);z-index:1000;box-shadow:var(--shadow)}
.header .navbar{padding:0.75rem 0}
.header .navbar-brand{font-size:1.5rem;font-weight:700;color:var(--primary)}
.header .navbar-brand:hover{color:var(--primary-dark)}
.header .nav-link{color:var(--text);font-size:0.9rem;padding:0.5rem 1rem;transition:color 0.2s}
.header .nav-link:hover{color:var(--primary)}
.header .navbar-toggler{border:none;padding:0.5rem}
.header .navbar-toggler:focus{box-shadow:none}
.section{padding:5rem 0}
.section-light{background:var(--bg-light)}
.section-title{text-align:center;margin-bottom:3rem}
.section-title h2{position:relative;display:inline-block;padding-bottom:0.75rem}
.section-title h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--primary)}
.hero{padding-top:7rem;padding-bottom:4rem;background:linear-gradient(180deg,var(--bg-light) 0%,var(--bg) 100%)}
.hero h1{margin-bottom:1.5rem}
.hero-img{border-radius:8px;box-shadow:var(--shadow);max-width:400px}
.card-custom{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1.5rem;height:100%;transition:box-shadow 0.2s}
.card-custom:hover{box-shadow:var(--shadow)}
.card-custom h3{color:var(--primary)}
.card-custom img{border-radius:6px;margin-bottom:1rem;max-width:100%;height:180px;object-fit:cover;width:100%}
.content-block{display:flex;gap:2rem;align-items:flex-start;margin-bottom:2rem}
.content-block.reverse{flex-direction:row-reverse}
.content-block img{flex-shrink:0;width:280px;border-radius:8px;box-shadow:var(--shadow)}
.content-block .text{flex:1}
.list-styled{list-style:none;padding:0}
.list-styled li{position:relative;padding-left:1.5rem;margin-bottom:0.75rem;color:var(--text-light)}
.list-styled li::before{content:'';position:absolute;left:0;top:0.6rem;width:8px;height:8px;background:var(--primary);border-radius:50%}
.table-custom{width:100%;border-collapse:collapse;margin-bottom:1.5rem}
.table-custom th,.table-custom td{padding:0.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}
.table-custom th{background:var(--bg-light);color:var(--text);font-weight:600}
.table-custom tr:hover{background:var(--bg-light)}
.accordion-custom .card{border:1px solid var(--border);border-radius:8px;margin-bottom:0.5rem;overflow:hidden}
.accordion-custom .card-header{background:var(--bg);padding:0;border:none}
.accordion-custom .btn-link{width:100%;text-align:left;padding:1rem 1.25rem;color:var(--text);font-weight:500;text-decoration:none;display:flex;justify-content:space-between;align-items:center}
.accordion-custom .btn-link:hover{color:var(--primary)}
.accordion-custom .btn-link::after{content:'+';font-size:1.25rem;color:var(--primary)}
.accordion-custom .btn-link[aria-expanded="true"]::after{content:'-'}
.accordion-custom .card-body{padding:1rem 1.25rem;color:var(--text-light)}
.disclaimer-box{background:var(--bg-light);border-left:4px solid var(--primary);padding:1.5rem;border-radius:0 8px 8px 0;margin-bottom:1.5rem}
.disclaimer-box p{margin-bottom:0.5rem}
.disclaimer-box p:last-child{margin-bottom:0}
.btn-read{display:inline-block;background:var(--primary);color:var(--bg);padding:0.75rem 1.5rem;border-radius:6px;font-weight:500;transition:background 0.2s}
.btn-read:hover{background:var(--primary-dark);color:var(--bg)}
.form-custom .form-control{border:1px solid var(--border);border-radius:6px;padding:0.75rem 1rem;font-size:1rem}
.form-custom .form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(63,110,140,0.1)}
.form-custom .btn-submit{background:var(--primary);color:var(--bg);border:none;padding:0.75rem 2rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background 0.2s}
.form-custom .btn-submit:hover{background:var(--primary-dark)}
.contact-info{color:var(--text-light)}
.contact-info p{margin-bottom:0.5rem}
.contact-img{border-radius:8px;box-shadow:var(--shadow);max-width:350px}
.footer{background:#1a1a1a;color:#cccccc;padding:3rem 0 1.5rem}
.footer h3{color:var(--bg);font-size:1.1rem;margin-bottom:1rem}
.footer p{color:#999999;font-size:0.9rem;margin-bottom:0.5rem}
.footer a{color:#cccccc;transition:color 0.2s}
.footer a:hover{color:var(--primary-light)}
.footer-links{list-style:none;padding:0}
.footer-links li{margin-bottom:0.5rem}
.footer-links a{font-size:0.9rem}
.footer-bottom{border-top:1px solid #333333;margin-top:2rem;padding-top:1.5rem;text-align:center}
.footer-bottom p{color:#777777;font-size:0.85rem;margin-bottom:0}
.footer-disclaimer{background:#222222;padding:1rem;border-radius:6px;margin-bottom:1.5rem;font-size:0.85rem;color:#999999}
.modal-policy .modal-content{border:none;border-radius:8px}
.modal-policy .modal-header{background:var(--bg-light);border-bottom:1px solid var(--border);padding:1.25rem 1.5rem}
.modal-policy .modal-title{color:var(--text);font-weight:600}
.modal-policy .modal-body{padding:1.5rem;max-height:70vh;overflow-y:auto}
.modal-policy .modal-body h3{font-size:1.1rem;margin-top:1.5rem;margin-bottom:0.75rem;color:var(--text)}
.modal-policy .modal-body h3:first-child{margin-top:0}
.modal-policy .modal-body p,.modal-policy .modal-body li{font-size:0.95rem;color:var(--text-light)}
.modal-policy .close{font-size:1.5rem;opacity:0.5}
.modal-policy .close:hover{opacity:1}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a1a1a;color:#cccccc;padding:1rem;z-index:2000;display:none}
.cookie-banner.show{display:block}
.cookie-banner p{margin-bottom:0.75rem;font-size:0.9rem}
.cookie-banner .btn-cookie{background:var(--primary);color:var(--bg);border:none;padding:0.5rem 1.5rem;border-radius:4px;cursor:pointer;font-size:0.9rem;transition:background 0.2s}
.cookie-banner .btn-cookie:hover{background:var(--primary-dark)}
.success-message{display:none;background:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:1rem;border-radius:6px;margin-top:1rem}
.success-message.show{display:block}
.icon-svg{width:48px;height:48px;margin-bottom:1rem}
.icon-svg path{fill:var(--primary)}
@media(max-width:991px){.header .navbar-collapse{background:var(--bg);padding:1rem;margin-top:0.5rem;border-radius:8px;box-shadow:var(--shadow)}.content-block,.content-block.reverse{flex-direction:column}.content-block img{width:100%;max-width:400px}}
@media(max-width:767px){body{font-size:15px}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.1rem}.section{padding:3rem 0}.hero{padding-top:6rem;padding-bottom:3rem}.hero-img,.contact-img{max-width:100%}.card-custom img{height:150px}}
