*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;color:#333;background:#fafafa;margin:0;padding:0}
h1,h2,h3{color:#222;font-weight:600;line-height:1.3}
h1{font-size:2.2rem;margin-bottom:1.5rem}
h2{font-size:1.75rem;margin-bottom:1.25rem}
h3{font-size:1.25rem;margin-bottom:1rem}
p{margin-bottom:1rem;color:#555}
a{color:#3E6F7A;text-decoration:none;transition:color .2s}
a:hover{color:#2d5259}
.navbar{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:.75rem 0;position:fixed;top:0;left:0;right:0;z-index:1000}
.navbar-brand{font-weight:700;font-size:1.4rem;color:#3E6F7A!important}
.navbar-brand:hover{color:#2d5259!important}
.nav-link{color:#555!important;font-size:.9rem;padding:.5rem 1rem!important;transition:color .2s}
.nav-link:hover{color:#3E6F7A!important}
.section{padding:5rem 0}
.section:nth-child(even){background:#fff}
.section:nth-child(odd){background:#f8f9fa}
.section-title{position:relative;padding-bottom:1rem;margin-bottom:2rem}
.section-title::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#3E6F7A}
.hero{padding-top:8rem;padding-bottom:5rem;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-height:80vh;display:flex;align-items:center}
.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1)}
.card{border:none;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s;background:#fff;height:100%}
.card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}
.card-img-top{border-radius:12px 12px 0 0;height:200px;object-fit:cover}
.card-body{padding:1.5rem}
.card-title{font-size:1.1rem;font-weight:600;color:#222}
.card-text{font-size:.95rem;color:#666}
.btn-primary{background:#3E6F7A;border-color:#3E6F7A;padding:.6rem 1.5rem;border-radius:6px;font-weight:500;transition:all .2s}
.btn-primary:hover{background:#2d5259;border-color:#2d5259}
.btn-outline-primary{color:#3E6F7A;border-color:#3E6F7A;padding:.6rem 1.5rem;border-radius:6px;font-weight:500}
.btn-outline-primary:hover{background:#3E6F7A;border-color:#3E6F7A;color:#fff}
.content-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.info-box{background:#fff;border-left:4px solid #3E6F7A;padding:1.5rem;border-radius:0 8px 8px 0;margin-bottom:1.5rem}
.term-list{list-style:none;padding:0;margin:0}
.term-list li{padding:1rem;border-bottom:1px solid #eee;display:flex;align-items:flex-start}
.term-list li:last-child{border-bottom:none}
.term-icon{width:40px;height:40px;background:#3E6F7A;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0}
.term-icon svg{width:20px;height:20px;fill:#fff}
.faq-item{margin-bottom:1rem}
.faq-question{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1rem 1.25rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s}
.faq-question:hover{border-color:#3E6F7A}
.faq-question.active{border-color:#3E6F7A;border-radius:8px 8px 0 0}
.faq-answer{background:#f8f9fa;border:1px solid #e9ecef;border-top:none;border-radius:0 0 8px 8px;padding:1.25rem;display:none}
.faq-answer.show{display:block}
.limitations-box{background:#f8f9fa;border:2px solid #3E6F7A;border-radius:12px;padding:2rem}
.footer{background:#222;color:#aaa;padding:3rem 0}
.footer h5{color:#fff;font-size:1rem;margin-bottom:1rem}
.footer p,.footer a{color:#aaa;font-size:.9rem}
.footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid #333;padding-top:1.5rem;margin-top:1.5rem}
.policy-link{cursor:pointer;color:#aaa;text-decoration:underline}
.policy-link:hover{color:#fff}
.form-control{border:1px solid #ddd;border-radius:6px;padding:.75rem 1rem;font-size:.95rem}
.form-control:focus{border-color:#3E6F7A;box-shadow:0 0 0 3px rgba(62,111,122,.15)}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#222;color:#fff;padding:1rem;z-index:9999;display:none}
.cookie-banner.show{display:block}
.modal-policy .modal-content{border-radius:12px}
.modal-policy .modal-header{border-bottom:1px solid #eee;padding:1.25rem 1.5rem}
.modal-policy .modal-body{padding:1.5rem;max-height:70vh;overflow-y:auto}
.modal-policy .modal-title{font-size:1.25rem;font-weight:600}
.thank-you-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.2);z-index:10000;display:none;text-align:center}
.thank-you-popup.show{display:block}
.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9998;display:none}
.overlay.show{display:block}
.disclaimer-text{font-size:.85rem;color:#888;font-style:italic}
@media(max-width:991px){.navbar-collapse{background:#fff;padding:1rem;margin-top:.5rem;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1)}}
@media(max-width:767px){h1{font-size:1.75rem}h2{font-size:1.4rem}h3{font-size:1.15rem}.section{padding:3rem 0}.hero{padding-top:6rem;min-height:auto}}
