*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#2d3436;background:#fafcfc;line-height:1.7;margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-weight:600;color:#1a1a2e;margin-bottom:1rem;line-height:1.3}
h1{font-size:2.25rem}
h2{font-size:1.75rem}
h3{font-size:1.35rem}
p{margin-bottom:1rem;color:#4a5568}
a{color:#5bc0be;text-decoration:none;transition:color 0.3s ease}
a:hover{color:#3a9896;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.navbar{background:linear-gradient(135deg,#ffffff 0%,#f0fafa 100%);box-shadow:0 2px 15px rgba(91,192,190,0.1);padding:1rem 0}
.navbar-brand{font-weight:700;font-size:1.4rem;color:#1a1a2e}
.navbar-brand:hover{color:#5bc0be}
.nav-link{color:#4a5568;font-weight:500;padding:0.5rem 1rem;transition:color 0.3s ease}
.nav-link:hover{color:#5bc0be}
.hero-section{background:linear-gradient(135deg,#e8f6f6 0%,#d4f1f1 50%,#c5ecec 100%);padding:4rem 0;min-height:70vh;display:flex;align-items:center}
.hero-section h1{color:#1a1a2e;font-size:2.5rem;margin-bottom:1.5rem}
.hero-section p{font-size:1.1rem;color:#4a5568;max-width:600px}
.hero-image{border-radius:12px;box-shadow:0 20px 60px rgba(91,192,190,0.2);overflow:hidden}
.hero-image img{width:100%;height:auto;object-fit:cover}
.section-block{padding:4rem 0}
.section-block:nth-child(even){background:linear-gradient(180deg,#f7fcfc 0%,#ffffff 100%)}
.section-block:nth-child(odd){background:#ffffff}
.section-title{color:#1a1a2e;margin-bottom:1.5rem;position:relative;padding-bottom:0.75rem}
.section-title::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#5bc0be,#7dd3d1);border-radius:2px}
.section-text{color:#4a5568;font-size:1rem;line-height:1.8}
.image-grid{display:grid;gap:1rem;margin-top:1.5rem}
.image-grid.single{grid-template-columns:1fr}
.image-grid.triple{grid-template-columns:repeat(3,1fr)}
.image-card{border-radius:10px;overflow:hidden;box-shadow:0 8px 25px rgba(91,192,190,0.12);transition:transform 0.3s ease,box-shadow 0.3s ease}
.image-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(91,192,190,0.2)}
.image-card img{width:100%;height:200px;object-fit:cover}
.limits-section{background:linear-gradient(135deg,#f0fafa 0%,#e5f5f5 100%);padding:3rem 0;border-top:1px solid rgba(91,192,190,0.2);border-bottom:1px solid rgba(91,192,190,0.2)}
.limits-box{background:#ffffff;border-radius:12px;padding:2rem;box-shadow:0 5px 20px rgba(91,192,190,0.1);border-left:4px solid #5bc0be}
.limits-box h3{color:#1a1a2e;margin-bottom:1rem}
.limits-box p{color:#4a5568;margin-bottom:0.5rem;font-size:0.95rem}
.cta-section{background:linear-gradient(135deg,#5bc0be 0%,#7dd3d1 100%);padding:4rem 0;text-align:center}
.cta-section h2{color:#ffffff;margin-bottom:1rem}
.cta-section p{color:rgba(255,255,255,0.9);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}
.btn-cta{background:#ffffff;color:#5bc0be;padding:0.875rem 2rem;border-radius:8px;font-weight:600;display:inline-block;transition:all 0.3s ease;border:none;cursor:pointer}
.btn-cta:hover{background:#1a1a2e;color:#ffffff;transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,0.2)}
.page-header{background:linear-gradient(135deg,#e8f6f6 0%,#d4f1f1 100%);padding:3rem 0;text-align:center}
.page-header h1{color:#1a1a2e;margin-bottom:0.5rem}
.page-header p{color:#4a5568;max-width:600px;margin:0 auto}
.content-section{padding:3rem 0;background:#ffffff}
.content-section h2{color:#1a1a2e;margin-top:2rem;margin-bottom:1rem}
.content-section h3{color:#3a9896;margin-top:1.5rem;margin-bottom:0.75rem}
.content-section p,.content-section li{color:#4a5568;line-height:1.8}
.content-section ul{padding-left:1.5rem;margin-bottom:1rem}
.content-section li{margin-bottom:0.5rem}
.contact-form{background:#f7fcfc;border-radius:12px;padding:2rem;box-shadow:0 5px 20px rgba(91,192,190,0.1)}
.contact-form .form-control{border:1px solid #d4f1f1;border-radius:8px;padding:0.875rem 1rem;transition:border-color 0.3s ease,box-shadow 0.3s ease}
.contact-form .form-control:focus{border-color:#5bc0be;box-shadow:0 0 0 3px rgba(91,192,190,0.2);outline:none}
.contact-form .btn-submit{background:linear-gradient(135deg,#5bc0be 0%,#7dd3d1 100%);color:#ffffff;border:none;padding:0.875rem 2rem;border-radius:8px;font-weight:600;width:100%;cursor:pointer;transition:all 0.3s ease}
.contact-form .btn-submit:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(91,192,190,0.3)}
.form-disclaimer{font-size:0.85rem;color:#718096;margin-top:1rem;padding:1rem;background:#ffffff;border-radius:8px;border-left:3px solid #5bc0be}
.contact-info{margin-top:2rem}
.contact-info h3{color:#1a1a2e;margin-bottom:1rem}
.contact-info p{color:#4a5568;margin-bottom:0.5rem}
.thank-you-section{padding:5rem 0;text-align:center;background:linear-gradient(135deg,#e8f6f6 0%,#d4f1f1 100%);min-height:60vh;display:flex;align-items:center}
.thank-you-section h1{color:#1a1a2e;margin-bottom:1rem}
.thank-you-section p{color:#4a5568;max-width:500px;margin:0 auto 2rem}
.footer{background:linear-gradient(135deg,#1a1a2e 0%,#2d3436 100%);color:#ffffff;padding:3rem 0 1.5rem}
.footer h5{color:#5bc0be;font-weight:600;margin-bottom:1rem}
.footer p{color:rgba(255,255,255,0.7);font-size:0.9rem;margin-bottom:0.5rem}
.footer a{color:rgba(255,255,255,0.7);transition:color 0.3s ease}
.footer a:hover{color:#5bc0be}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin-bottom:0.5rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:2rem}
.footer-bottom p{color:rgba(255,255,255,0.5);font-size:0.85rem;margin-bottom:0}
.educational-notice{background:rgba(91,192,190,0.1);border:1px solid rgba(91,192,190,0.3);border-radius:8px;padding:1rem;margin:1rem 0;text-align:center}
.educational-notice p{color:#3a9896;font-size:0.9rem;margin:0;font-weight:500}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a1a2e;color:#ffffff;padding:1rem;z-index:9999;display:none}
.cookie-banner.show{display:block}
.cookie-banner p{margin-bottom:1rem;font-size:0.9rem;color:rgba(255,255,255,0.9)}
.cookie-banner .btn-accept{background:#5bc0be;color:#ffffff;border:none;padding:0.5rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background 0.3s ease}
.cookie-banner .btn-accept:hover{background:#3a9896}
.about-image{border-radius:12px;overflow:hidden;box-shadow:0 15px 40px rgba(91,192,190,0.15)}
.about-image img{width:100%;height:auto;object-fit:cover}
@media (max-width:991px){.hero-section{padding:3rem 0;min-height:auto}.hero-section h1{font-size:2rem}.image-grid.triple{grid-template-columns:1fr}.navbar-nav{padding-top:1rem}}
@media (max-width:767px){h1{font-size:1.75rem}h2{font-size:1.5rem}.section-block{padding:2.5rem 0}.hero-section{text-align:center}.hero-image{margin-top:2rem}.cta-section{padding:3rem 0}.footer{text-align:center}.footer-links{margin-bottom:1.5rem}}
