*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Georgia,"Times New Roman",serif;font-size:16px;line-height:1.6;color:#333;background-color:#fafafa}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#4a4a4a;margin-bottom:1rem}
h1{font-size:2rem}
h2{font-size:1.5rem}
h3{font-size:1.25rem}
p{margin-bottom:1rem;color:#555}
a{color:#5a5a5a;text-decoration:none}
a:hover{color:#333;text-decoration:underline}
.header-fixed{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fff;border-bottom:1px solid #e0e0e0;padding:0.75rem 0}
.header-fixed .navbar-brand{font-size:1.25rem;color:#4a4a4a;font-weight:400}
.header-fixed .nav-link{color:#5a5a5a;padding:0.5rem 1rem}
.header-fixed .nav-link:hover{color:#333}
.main-content{margin-top:70px}
.hero-section{background-color:#f5f5f5;padding:4rem 0;text-align:center}
.hero-section h1{color:#4a4a4a;margin-bottom:1.5rem}
.hero-section p{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto 2rem}
.hero-image{width:100%;max-width:800px;height:auto;border-radius:4px;margin-top:2rem}
.section-block{padding:3rem 0}
.section-block.alt-bg{background-color:#f8f8f8}
.section-title{text-align:center;margin-bottom:2rem;color:#4a4a4a}
.section-text{max-width:800px;margin:0 auto;text-align:left}
.content-image{width:100%;height:auto;border-radius:4px;margin:1.5rem 0}
.two-column{display:flex;flex-wrap:wrap;gap:2rem}
.two-column .col-item{flex:1;min-width:280px}
.two-column .col-item img{width:100%;height:auto;border-radius:4px;margin-bottom:1rem}
.limitations-block{background-color:#f0f0f0;padding:2rem;border-radius:4px;border-left:4px solid #6a6a6a}
.limitations-block h3{color:#4a4a4a;margin-bottom:1rem}
.limitations-block ul{margin-left:1.5rem;color:#555}
.limitations-block li{margin-bottom:0.5rem}
.faq-section{background-color:#fff}
.faq-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}
.faq-item:last-child{border-bottom:none}
.faq-item h3{color:#4a4a4a;margin-bottom:0.75rem}
.faq-item p{color:#555;margin-bottom:0}
.contact-form{max-width:500px;margin:0 auto}
.contact-form .form-control{border:1px solid #ccc;border-radius:4px;padding:0.75rem;font-size:1rem}
.contact-form .form-control:focus{border-color:#6a6a6a;box-shadow:none}
.contact-form label{color:#4a4a4a;margin-bottom:0.5rem;display:block}
.btn-graphite{background-color:#5a5a5a;color:#fff;border:none;padding:0.75rem 2rem;border-radius:4px;font-size:1rem;cursor:pointer}
.btn-graphite:hover{background-color:#4a4a4a;color:#fff}
.cta-section{background-color:#5a5a5a;color:#fff;padding:3rem 0;text-align:center}
.cta-section h2{color:#fff;margin-bottom:1rem}
.cta-section p{color:#e0e0e0;margin-bottom:1.5rem}
.cta-section .btn-outline{border:1px solid #fff;color:#fff;background:transparent;padding:0.75rem 2rem;border-radius:4px}
.cta-section .btn-outline:hover{background-color:#fff;color:#5a5a5a;text-decoration:none}
.footer{background-color:#4a4a4a;color:#ccc;padding:2rem 0}
.footer h4{color:#fff;font-size:1rem;margin-bottom:1rem}
.footer p,.footer a{color:#ccc;font-size:0.9rem}
.footer a:hover{color:#fff}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin-bottom:0.5rem}
.footer-bottom{border-top:1px solid #5a5a5a;margin-top:1.5rem;padding-top:1.5rem;text-align:center}
.footer-bottom p{margin:0;font-size:0.85rem;color:#999}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#4a4a4a;color:#fff;padding:1rem;z-index:1001;display:none}
.cookie-banner p{margin:0 0 0.5rem;font-size:0.9rem}
.cookie-banner .btn-accept{background-color:#fff;color:#4a4a4a;border:none;padding:0.5rem 1.5rem;border-radius:4px;cursor:pointer}
.page-header{background-color:#f5f5f5;padding:3rem 0;text-align:center;margin-bottom:2rem}
.page-header h1{margin-bottom:0.5rem}
.page-content{padding:2rem 0}
.page-content h2{margin-top:2rem;margin-bottom:1rem}
.page-content h3{margin-top:1.5rem;margin-bottom:0.75rem}
.page-content ul{margin-left:1.5rem;margin-bottom:1rem}
.page-content li{margin-bottom:0.5rem}
.disclaimer-notice{background-color:#f0f0f0;padding:1rem;border-radius:4px;margin:2rem 0;font-size:0.9rem;color:#666;text-align:center}
.about-image{width:100%;max-width:600px;height:auto;border-radius:4px;margin:1.5rem 0}
@media (max-width:768px){
.hero-section{padding:2rem 0}
.hero-section h1{font-size:1.5rem}
.section-block{padding:2rem 0}
.two-column{flex-direction:column}
.two-column .col-item{min-width:100%}
.footer .row>div{margin-bottom:1.5rem}
}
