@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";@import"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css";.journal-hero{background:linear-gradient(135deg,#1e3a5f,#ff6b35);padding:4rem 0;text-align:center}.journal-layout{display:grid;grid-template-columns:300px 1fr;gap:3rem}.journal-sidebar{position:sticky;top:100px}.journal-sidebar>div{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.journal-content>div{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a;min-height:600px}.section{padding:4rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.justify-text{text-align:justify;color:#6c757d;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.section-title{color:#1e3a5f;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;font-weight:700}.icon-orange{color:#ff6b35}.icon-white{color:#fff}.features-grid{display:grid;grid-template-columns:1fr;gap:1rem}.feature-item{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #ff6b35;display:flex;align-items:center;gap:1rem}.btn{background-color:#ff6b35;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:700;transition:background-color .3s;width:100%}.btn:hover{background-color:#e55a2b}.btn-primary{background-color:#007bff}.btn-primary:hover{background-color:#0056b3}.editorial-list{color:#6c757d;font-size:.95rem;line-height:1.6;position:relative}.editorial-item{margin-bottom:.75rem}.dropdown-btn{background:none;border:none;padding:0;margin:0;color:#ff6b35;font-weight:700;text-decoration:underline;cursor:pointer;font-size:.95rem;font-family:inherit;display:flex;align-items:center;gap:.25rem}.dropdown-content{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:1rem;width:300px;box-shadow:0 4px 8px #0000001a;z-index:100}.sidebar-nav button{width:100%;padding:.75rem 1rem;margin-bottom:.5rem;background:transparent;color:#6c757d;border:1px solid transparent;border-radius:8px;text-align:left;cursor:pointer;transition:all .3s;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.sidebar-nav button.active{background:#fff3e0;color:#ff6b35;border:1px solid #ff6b35}.hero-badge{background:#ff6b3533;color:#ff6b35;padding:.5rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:500;margin-bottom:2rem;display:inline-block;border:1px solid #ff6b35}.hero-title{font-size:2.5rem;margin-bottom:1rem;color:#fff}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9;color:#fff}.hero-tags{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-tag{background:#ff6b35cc;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.hero-tag.secondary{background:#1e3a5fcc}.editorial-info{background:#1e3a5f;color:#fff;text-align:center}.editorial-info h2{color:#fff;margin-bottom:2rem}.editorial-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:800px;margin:0 auto}.stat-item h4{color:#ff6b35;margin-bottom:.5rem}.stat-item p{margin:0;opacity:.9}.editorial-note{margin-top:2rem;opacity:.8}.section-title,.dropdown-btn,.feature-item strong,.editorial-item strong{font-weight:700;color:#000}.justify-text,.feature-item span,.editorial-item,.dropdown-content p{text-align:justify}.justify-text strong,.feature-item strong{font-weight:700;color:#000}*{margin:0;padding:0;box-sizing:border-box}:root{--navy-primary: #1e3a5f;--navy-dark: #0f1419;--blue-light: #4a90e2;--blue-gradient: linear-gradient(135deg, #022149 0%, #1a77e1 100%);--orange-primary: #ff6b35;--orange-hover: #e55a2b;--orange-light: #fff3e0;--gray-light: #f8f9fa;--gray-medium: #000509;--white: #ffffff;--text-dark: #2c3e50;--text-light: #7f8c8d;--font-serif: "Playfair Display", serif;--font-sans: "Inter", sans-serif;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--transition: all .3s ease;--border-radius: 8px}body{font-family:var(--font-sans);line-height:1.6;color:var(--text-dark);background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-light)}a{text-decoration:none;color:inherit;transition:var(--transition)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--navy-primary);margin-bottom:1rem}.section-title .highlight{color:var(--orange-primary)}.section-subtitle{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto}.bi{color:var(--orange-primary)}.icon-orange{color:var(--orange-primary)!important}.icon-white{color:var(--white)!important}.icon-navy{color:var(--navy-primary)!important}.btn{display:inline-block;padding:.75rem 2rem;border-radius:var(--border-radius);font-weight:500;text-align:center;cursor:pointer;transition:var(--transition);border:none;font-size:1rem;text-decoration:none}.btn-primary{background-color:var(--orange-primary);color:var(--white)}.btn-primary:hover{background-color:var(--orange-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:transparent;color:var(--navy-primary);border:2px solid var(--navy-primary)}.btn-secondary:hover{background-color:var(--navy-primary);color:var(--white)}.btn-outline{background-color:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline:hover{background-color:var(--white);color:var(--navy-primary)}.card{background:var(--white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-sm);transition:var(--transition);height:100%}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.card-icon{width:60px;height:60px;background:var(--orange-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--white);font-size:1.5rem;font-weight:700}.card-title{font-size:1.25rem;margin-bottom:1rem;color:var(--navy-primary)}.card-text{color:var(--text-light);line-height:1.6}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.header{background:var(--navy-primary);color:var(--white);position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:var(--shadow-md)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:0rem 1rem;max-width:1100px;margin:auto}.logo-image{width:100px;height:100px;object-fit:contain;margin-right:.75rem}.logo-text h1{font-size:1.25rem;margin:0;color:var(--white)}.logo-text p{font-size:.875rem;margin:0;color:var(--orange-primary)}.nav{display:flex;gap:2rem;list-style:none}.nav a{color:var(--white);font-weight:500;padding:.5rem 0;position:relative}.nav a:hover,.nav a.active{color:var(--orange-primary)}.nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--orange-primary);transition:var(--transition)}.nav a:hover:after,.nav a.active:after{width:100%}.mobile-menu-btn{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer}.top-carousel{position:relative;width:100%;height:500px;overflow:hidden;margin-top:50px}.top-carousel-wrapper{display:flex;width:500%;height:100%;animation:slide 12s infinite}.top-carousel-slide{width:20%;height:100%;position:relative}.top-carousel-slide img{width:100%;height:100%;object-fit:cover}.top-carousel-overlay{position:absolute;inset:0;background:linear-gradient(45deg,#4a13c29a,#0456ed0e);display:flex;align-items:center;justify-content:center;color:#000;text-align:center}.top-carousel-content h3{font-size:2rem;margin-bottom:.5rem;color:#fff}.top-carousel-content p{font-size:2.1rem;opacity:10;margin:0;color:#fff}@keyframes slide{0%{transform:translate(0)}20%{transform:translate(0)}25%{transform:translate(-20%)}45%{transform:translate(-20%)}50%{transform:translate(-40%)}70%{transform:translate(-40%)}75%{transform:translate(-60%)}95%{transform:translate(-60%)}to{transform:translate(-80%)}}.hero{background:var(--blue-gradient);color:var(--white);padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,107,53,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(74,144,226,.1) 0%,transparent 50%);z-index:0}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-block;background:#ff6b3533;color:var(--orange-primary);padding:.5rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid var(--orange-primary)}.hero h1{font-size:4rem;margin-bottom:1.5rem;color:var(--white)}.hero .highlight{color:var(--orange-primary)}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;opacity:10;color:#e0f5f8e0}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-top:4rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:var(--orange-primary);display:block;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.carousel-container{position:relative;overflow:hidden;border-radius:12px;background:#fff;box-shadow:var(--shadow-lg)}.carousel-wrapper{display:flex;transition:transform .5s ease}.carousel-slide{min-width:100%;padding:3rem}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:var(--orange-primary);color:#fff;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:var(--transition);z-index:10;display:flex;align-items:center;justify-content:center}.carousel-nav:hover{background:var(--orange-hover);transform:translateY(-50%) scale(1.1)}.carousel-nav.prev{left:20px}.carousel-nav.next{right:20px}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-indicator{width:12px;height:12px;border-radius:50%;background:#ddd;cursor:pointer;transition:var(--transition)}.carousel-indicator.active{background:var(--orange-primary)}.member-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition);height:100%}.member-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.member-photo{width:250px;height:250px;border-radius:1%;object-fit:cover;border:1px solid var(--orange-primary)}.member-initials{width:120px;height:120px;background:var(--orange-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.member-name{color:var(--navy-primary);font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.member-title{color:var(--orange-primary);font-size:.9rem;font-weight:500;margin-bottom:1rem}.member-role{color:var(--text-light);font-size:.85rem;margin-bottom:1rem;font-style:italic}.member-description{color:var(--text-light);font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.member-expertise{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.expertise-tag{background:var(--orange-light);color:var(--orange-primary);padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:500}.footer{background:var(--navy-dark);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand h3{color:var(--white);margin-bottom:1rem}.footer-brand p{color:#ffffffb3;margin-bottom:1.5rem}.footer-contact{display:flex;flex-direction:column;gap:.5rem}.footer-contact span{display:flex;align-items:center;gap:.5rem;color:#ffffffb3}.footer-section h4{color:var(--white);margin-bottom:1rem;font-size:1.1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ffffffb3;transition:var(--transition)}.footer-links a:hover{color:var(--orange-primary)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#ffffff80;margin:0}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:var(--transition)}.social-link:hover{background:var(--orange-primary);transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fade-up{animation:fadeInUp .6s ease-out}.animate-fade-left{animation:fadeInLeft .6s ease-out}.animate-fade-right{animation:fadeInRight .6s ease-out}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--navy-primary)}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e9ecef;border-radius:var(--border-radius);font-size:1rem;transition:var(--transition)}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--orange-primary);box-shadow:0 0 0 3px #ff6b351a}.form-textarea{resize:vertical;min-height:120px}.page-header{background:var(--gray-light);padding:8rem 0 3rem;text-align:center}.page-title{color:var(--navy-primary);margin-bottom:1rem}.page-subtitle{color:var(--text-light);font-size:1.1rem;max-width:600px;margin:0 auto}.journal-hero{background:var(--blue-gradient);color:#fff;padding:6rem 0 4rem;text-align:center}.journal-features{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:3rem 0}.feature-item{text-align:center;padding:2rem;background:var(--orange-light);border-radius:12px;transition:var(--transition)}.feature-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.feature-icon{width:60px;height:60px;background:var(--orange-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-size:1.5rem}.scope-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin:3rem 0}.scope-category{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm);border-left:4px solid var(--orange-primary)}.scope-category h3{color:var(--navy-primary);margin-bottom:1rem}.scope-list{list-style:none;padding:0}.scope-list li{padding:.5rem 0;border-bottom:1px solid #eee;color:var(--text-light);display:flex;align-items:center}.scope-list li:last-child{border-bottom:none}.scope-list li i{margin-right:.75rem;color:var(--orange-primary)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:3rem 0}.benefit-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:var(--transition)}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.benefit-number{width:50px;height:50px;background:var(--orange-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 1.5rem}.benefit-title{color:var(--navy-primary);font-size:1.1rem;margin-bottom:1rem;font-weight:600}.benefit-description{color:var(--text-light);font-size:.9rem;line-height:1.5}@media (max-width: 768px){.container{padding:0 1rem}.nav{display:none}.mobile-menu-btn{display:block}.top-carousel{height:250px}.top-carousel-content h3{font-size:1.5rem}.top-carousel-content p{font-size:1rem}.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{grid-template-columns:repeat(2,1fr);gap:2rem}.grid-2,.grid-3,.grid-4,.journal-features,.scope-grid,.benefits-grid{grid-template-columns:1fr}.carousel-nav{width:40px;height:40px;font-size:1rem}.carousel-nav.prev{left:10px}.carousel-nav.next{right:10px}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}@media (max-width: 480px){.top-carousel{height:200px}.hero h1{font-size:2rem}.hero-stats{grid-template-columns:1fr}.stat-number{font-size:2rem}.carousel-slide{padding:2rem 1rem}}@media (max-width: 1024px){.lg\:sticky{position:static!important}}@media (max-width: 768px){.container{padding-left:1rem;padding-right:1rem}.lg\:grid{display:block}.lg\:col-span-1,.lg\:col-span-3{width:100%}.bg-white.rounded-xl{margin-bottom:1.5rem}.text-justify{text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}}@media (max-width: 640px){.text-3xl{font-size:1.875rem!important}.text-2xl{font-size:1.5rem!important}.p-6,.md\:p-8{padding:1rem!important}.lg\:p-12{padding:1.5rem!important}.overflow-x-auto{scrollbar-width:thin;scrollbar-color:#ff6b35 #f1f5f9}.overflow-x-auto::-webkit-scrollbar{height:4px}.overflow-x-auto::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.overflow-x-auto::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:2px}}.text-justify{text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto}button:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}@media (max-width: 768px){.space-y-3>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}}
