*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar-area{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.navbar-brand h4{font-size:1.5rem;font-weight:600;color:#333}.navbar-brand .biotech{color:#64c883;font-weight:800}.navbar-nav{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-item.active .nav-link,.nav-link:hover{color:#64c883}.page-title-area{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem 0;margin-bottom:2rem}.breadcrumb{display:flex;list-style:none;gap:.5rem;align-items:center}.breadcrumb a{color:#64c883;text-decoration:none}.breadcrumb li:not(:last-child):after{content:"/";margin-left:.5rem;color:#666}.main-content{padding:2rem 0}h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}h1,h2{color:#2c3e50;text-align:center}h2{font-size:2rem;margin-bottom:1.5rem}h2,h3{font-weight:600}h3{font-size:1.75rem;color:#2c3e50}h3,p{margin-bottom:1rem}p{line-height:1.6}ol{margin-bottom:2rem;padding-left:2rem}ol li{margin-bottom:1rem}.banner-image{text-align:center;padding:2rem 0}.banner-image img{max-width:100%;height:auto;border-radius:8px}.banner-image img,.investment-form{box-shadow:0 4px 20px rgba(0,0,0,.1)}.investment-form{background:#f8f9fa;padding:2rem;border-radius:10px;margin:2rem 0}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-control{padding:12px 15px;border:2px solid #e9ecef;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-control:focus{outline:none;border-color:#64c883}.input-group{display:flex;align-items:center}.input-group-text{background:#e9ecef;border:2px solid #e9ecef;border-right:none;padding:12px 15px;border-radius:5px 0 0 5px;font-weight:600}.input-group .form-control{border-left:none;border-radius:0 5px 5px 0}textarea.form-control{resize:vertical;min-height:100px}.btn-primary{background:#64c883;color:white;border:none;padding:12px 30px;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-primary:hover{background:#52a86f}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.table-responsive{overflow-x:auto;margin:2rem 0}table{width:100%;border-collapse:collapse;min-width:600px;background:white;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:8px;overflow:hidden}td,th{padding:12px 15px;text-align:center;border:1px solid #ddd}th{background:#878787;color:white;font-weight:600}.table-header-orange{background:#ffdbbb!important;color:#333!important}.table-row-yellow{background:#fff9c4!important}.table-row-gray{background:#f0f0f0!important}.alert{padding:1rem;border-radius:5px;margin-bottom:1rem}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.footer-area{background:#ffffff;color:black;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-widget h3{color:white;margin-bottom:1rem;font-size:1.2rem}.footer-widget ul{list-style:none;padding:0}.footer-widget ul li{margin-bottom:.5rem}.footer-widget ul li a{color:#bbb;text-decoration:none;transition:color .3s ease}.footer-widget ul li a:hover{color:#64c883}.footer-widget .logo h4{color:white;margin-bottom:1rem}.copyright-area{border-top:1px solid #444;padding-top:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.social-links{display:flex;gap:1rem;list-style:none}.social-links a{color:#bbb;font-size:1.2rem;transition:color .3s ease}.social-links a:hover{color:#64c883}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:100;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease}.whatsapp-float:hover{background-color:#128c7e;transform:scale(1.1)}@media (max-width:768px){.navbar-nav{flex-direction:column;gap:1rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.3rem}.form-row{grid-template-columns:1fr}.copyright-area{flex-direction:column;text-align:center}}.loading{display:inline-block;width:20px;height:20px;border-radius:50%;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}