body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.navbar-wrap{margin:14px 0;padding:0 14px;z-index:1000}.navbar,.navbar-wrap{position:relative;width:100%}.navbar{background-image:var(--header-bg);background-position:100%;background-repeat:no-repeat;background-size:cover;border-radius:18px;box-shadow:0 10px 28px #06140d59;height:82px;justify-content:space-between;padding:0 1.75rem}.logo a,.navbar{align-items:center;display:flex}.logo a{gap:.85rem;min-width:0;text-decoration:none}.logo-badge{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 3px 8px #00000040;display:flex;flex-shrink:0;height:46px;justify-content:center;padding:4px;width:58px}.logo-img{height:100%;object-fit:contain;width:100%}.logo-text-group{display:flex;flex-direction:column;line-height:1.25;min-width:0}.logo-title{color:#fff;font-size:1.05rem;font-weight:700}.logo-subtitle,.logo-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo-subtitle{color:#b7cabb;font-size:.7rem;font-weight:400;letter-spacing:.01em}.nav-links{align-items:center;display:flex;flex-wrap:nowrap;list-style:none}.nav-links li{margin-left:1.9rem}.nav-links a{color:#f1f5f2;font-size:.92rem;font-weight:500;padding:.5rem 5px .5rem 0;position:relative;text-decoration:none;transition:color .25s ease;white-space:nowrap}.nav-links a.active,.nav-links a:hover{color:#5fd576}.nav-links a.active:after{background-color:#5fd576;border-radius:2px;bottom:-3px;content:"";height:2px;left:0;position:absolute;width:100%}.dropdown,.dropdown-toggle{position:relative}.dropdown-toggle{align-items:center;background:none;border:none;color:#f1f5f2;cursor:pointer;display:flex;font-family:inherit;font-size:.92rem;font-weight:500;gap:5px;padding:.5rem 0;transition:color .25s ease;white-space:nowrap}.dropdown-toggle.active,.dropdown-toggle:hover{color:#5fd576}.dropdown-toggle.active:after{background-color:#5fd576;border-radius:2px;bottom:-3px;content:"";height:2px;left:0;position:absolute;width:100%}.dropdown-arrow{display:inline-block;font-size:.65rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{background-color:#0e2a1c;border:1px solid #5fd57633;border-radius:10px;box-shadow:0 10px 28px #00000059;display:none;left:50%;min-width:210px;overflow:hidden;position:absolute;top:calc(100% + 14px);transform:translateX(-50%);z-index:1001}.dropdown-menu.open{animation:fadeSlideDown .2s ease;display:block}@keyframes fadeSlideDown{0%{opacity:0;transform:translateX(-50%) translateY(-6px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.dropdown-menu a{border-left:3px solid #0000;color:#f1f5f2;display:block;font-size:.88rem;font-weight:400;padding:.65rem 1.2rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.dropdown-menu a:hover{background-color:#5fd5761f;border-left-color:#5fd576;color:#5fd576;padding-left:1.5rem}.dropdown-menu a.active{background-color:#5fd57614;border-left-color:#5fd576;color:#5fd576}.dropdown-menu a.active:after{display:none}.nav-cta{align-items:center;background:linear-gradient(135deg,#3fae57,#2c8a44);border-radius:6px;box-shadow:0 4px 12px #00000040;color:#fff!important;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;margin-left:2rem!important;padding:.6rem 1.25rem;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease;white-space:nowrap}.nav-cta:hover{box-shadow:0 6px 16px #00000052;color:#fff!important;transform:translateY(-2px)}.nav-cta svg{flex-shrink:0;height:14px;margin-left:5px;width:14px}.hamburger,.nav-cta.active:after{display:none}.hamburger{cursor:pointer;flex-shrink:0;padding:8px}.bar{background-color:#fff;border-radius:2px;display:block;height:3px;margin:5px auto;transition:all .3s ease;width:25px}@media only screen and (max-width:1024px){.navbar{padding:0 1.5rem}.hamburger{display:block}.hamburger.active .bar:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-menu{background-color:#0e2a1c;border-radius:14px;box-shadow:0 12px 28px #00000052;left:0;max-height:calc(100vh - 120px);opacity:0;overflow-y:auto;position:absolute;right:0;text-align:center;top:calc(100% + 10px);transform:translateY(-8px);transition:.25s ease-in-out;visibility:hidden;width:auto;z-index:999}.nav-menu.active{opacity:1;transform:translateY(0);visibility:visible}.nav-links{flex-direction:column;flex-wrap:wrap;padding:1.25rem 0}.nav-links li{margin:.55rem 0}.dropdown-toggle{justify-content:center;width:100%}.dropdown-menu{background-color:#ffffff0d;border:none;border-radius:0;box-shadow:none;display:none;min-width:100%;position:static;transform:none}.dropdown-menu.open{animation:none;display:block}.dropdown-menu a{border-left:none;border-top:1px solid #ffffff0d;font-size:.88rem;padding:.55rem 1.2rem}.dropdown-menu a:hover{padding-left:1.2rem}.nav-cta{justify-content:center;margin:.75rem auto .5rem!important;width:-webkit-fit-content;width:fit-content}}@media only screen and (max-width:900px){.navbar{height:70px}.logo-badge{height:42px;width:50px}.logo-title{font-size:.98rem}}@media only screen and (max-width:768px){.navbar-wrap{margin:10px 0;padding:0 10px}.navbar{border-radius:14px;height:64px;padding:0 1.1rem}.logo-badge{height:36px;width:44px}.logo-title{font-size:.88rem;max-width:58vw}.logo-subtitle{font-size:.62rem;max-width:58vw}.nav-menu{max-height:calc(100vh - 100px);top:calc(100% + 8px)}}@media only screen and (max-width:480px){.navbar{border-radius:12px;height:58px;padding:0 .85rem}.logo-badge{height:32px;width:38px}.logo-title{font-size:.78rem;max-width:46vw}.logo-subtitle{display:none}.hamburger{padding:6px}.bar{height:2.5px;margin:4px auto;width:21px}.dropdown-toggle,.nav-links a{font-size:.86rem}.nav-cta{font-size:.8rem;padding:.55rem 1.05rem}}@media only screen and (max-width:360px){.logo-title{font-size:.72rem;max-width:40vw}.logo-badge{height:28px;width:34px}}.footer{--footer-bg:#08271b;--footer-bg-light:#0d3424;--footer-card:hsla(0,0%,100%,.045);--footer-border:#ffffff1a;--footer-text:#f1f6f3;--footer-muted:#a9bdb2;--footer-green:#5fd576;--footer-green-dark:#3fae57;background:radial-gradient(circle at 10% 0,#5fd5761a,#0000 32%),radial-gradient(circle at 90% 100%,#5fd57614,#0000 30%),var(--footer-bg);color:var(--footer-text);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden;position:relative}.footer-top-line{background:linear-gradient(90deg,#0000 0,var(--footer-green-dark) 20%,var(--footer-green) 50%,var(--footer-green-dark) 80%,#0000 100%);height:4px;width:100%}.footer-container{margin:0 auto;width:min(1240px,calc(100% - 40px))}.footer-main{grid-gap:42px;display:grid;gap:42px;grid-template-columns:minmax(250px,1.25fr) minmax(170px,.75fr) minmax(270px,1fr) minmax(250px,1fr);padding:65px 0 55px}.footer-column{min-width:0}.footer-brand{gap:14px;margin-bottom:22px}.footer-brand,.footer-logo{align-items:center;display:flex}.footer-logo{background:#fff;border-radius:50%;box-shadow:0 8px 25px #00000040,0 0 0 5px #5fd57614;flex-shrink:0;height:62px;justify-content:center;padding:6px;width:62px}.footer-logo img{border-radius:50%;height:100%;object-fit:contain;width:100%}.footer-brand-text{min-width:0}.footer-brand-text h3{color:#fff;font-size:1.15rem;font-weight:700;line-height:1.25;margin:0}.footer-brand-text span{color:var(--footer-green);display:block;font-size:.78rem;font-weight:600;letter-spacing:.08em;margin-top:3px;text-transform:uppercase}.footer-description{color:var(--footer-muted);font-size:.92rem;line-height:1.75;margin:0 0 22px;max-width:370px}.footer-publisher{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--footer-card);border:1px solid var(--footer-border);border-left:3px solid var(--footer-green);border-radius:10px;margin-bottom:24px;padding:17px 18px}.publisher-label{color:#819b8e;display:block;font-size:.72rem;font-weight:600;letter-spacing:.08em;margin-bottom:7px;text-transform:uppercase}.footer-publisher a{align-items:center;color:#dcebe2;display:flex;font-size:.88rem;font-weight:600;gap:10px;justify-content:space-between;text-decoration:none;transition:color .25s ease,transform .25s ease}.footer-publisher a svg{flex-shrink:0;font-size:.75rem;transition:transform .25s ease}.footer-publisher a svg,.footer-publisher a:hover{color:var(--footer-green)}.footer-publisher a:hover svg{transform:translateX(4px)}.footer-social{align-items:center;display:flex;gap:10px}.footer-social a{align-items:center;background:#ffffff0f;border:1px solid #ffffff1c;border-radius:50%;color:#dce9e1;display:flex;height:40px;justify-content:center;text-decoration:none;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease;width:40px}.footer-social a:hover{background:var(--footer-green);border-color:var(--footer-green);box-shadow:0 8px 20px #5fd57638;color:#08271b;transform:translateY(-4px)}.footer-heading{align-items:center;display:flex;gap:11px;margin-bottom:25px}.heading-icon{background:var(--footer-green);border-radius:10px;flex-shrink:0;height:23px;width:4px}.footer-heading h4{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.04em;margin:0;text-transform:uppercase}.footer-menu{list-style:none;margin:0;padding:0}.footer-menu li{margin-bottom:5px}.footer-menu a{align-items:center;border-bottom:1px solid #0000;color:var(--footer-muted);display:flex;font-size:.9rem;justify-content:space-between;padding:9px 0;text-decoration:none;transition:color .25s ease,padding-left .25s ease}.footer-menu a svg{color:#0000;font-size:.68rem;transform:translateX(-5px);transition:color .25s ease,transform .25s ease}.footer-menu a:hover{color:var(--footer-green);padding-left:7px}.footer-menu a:hover svg{color:var(--footer-green);transform:translateX(0)}.contact-location{align-items:flex-start;display:flex;gap:13px;margin-bottom:18px}.location-icon{align-items:center;background:#5fd5761a;border:1px solid #5fd5762e;border-radius:8px;color:var(--footer-green);display:flex;flex-shrink:0;height:35px;justify-content:center;width:35px}.contact-location strong{color:#eaf3ed;display:block;font-size:.82rem;margin-bottom:5px}.contact-location p{color:var(--footer-muted);font-size:.78rem;line-height:1.6;margin:0}.footer-map{background:#102f22;border:1px solid var(--footer-border);border-radius:12px;box-shadow:0 10px 25px #0003;overflow:hidden;width:100%}.footer-map iframe{border:0;display:block;filter:saturate(.75);height:150px;width:100%}.map-button{align-items:center;color:var(--footer-green);display:inline-flex;font-size:.78rem;font-weight:600;gap:8px;margin-top:11px;text-decoration:none;transition:color .25s ease,gap .25s ease}.map-button svg{font-size:.68rem}.map-button:hover{color:#fff;gap:12px}.newsletter-description{color:var(--footer-muted);font-size:.88rem;line-height:1.7;margin:0 0 20px}.newsletter-form{background:var(--footer-card);border:1px solid var(--footer-border);border-radius:12px;padding:18px}.newsletter-input{align-items:center;display:flex;position:relative}.newsletter-input svg{color:#789286;font-size:.82rem;left:14px;pointer-events:none;position:absolute}.newsletter-input input{background:#00000029;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:.82rem;height:44px;outline:none;padding:0 13px 0 38px;transition:border-color .25s ease,box-shadow .25s ease;width:100%}.newsletter-input input::placeholder{color:#71897e}.newsletter-input input:focus{border-color:var(--footer-green);box-shadow:0 0 0 3px #5fd5761a}.subscribe-button{align-items:center;background:linear-gradient(135deg,#65dc7b,#3fae57);border:0;border-radius:8px;box-shadow:0 7px 18px #3fae5733;color:#062016;cursor:pointer;display:flex;font-size:.82rem;font-weight:700;gap:8px;justify-content:center;margin-top:10px;min-height:44px;transition:transform .25s ease,box-shadow .25s ease;width:100%}.subscribe-button:hover{box-shadow:0 10px 25px #3fae574d;transform:translateY(-2px)}.subscribe-button svg{font-size:.68rem;transition:transform .25s ease}.subscribe-button:hover svg{transform:translateX(4px)}.subscription-success{animation:footerFadeIn .35s ease;color:var(--footer-green);font-size:.78rem;font-weight:600;margin:12px 0 0}.newsletter-note{color:#71877c;font-size:.7rem;margin-top:13px}.footer-bottom{align-items:center;border-top:1px solid var(--footer-border);display:flex;gap:20px;justify-content:space-between;min-height:75px}.footer-bottom p{color:#81978c;font-size:.78rem;line-height:1.5;margin:0}.footer-bottom p span{color:#70867b}.footer-bottom-links{align-items:center;display:flex;gap:17px}.footer-bottom-links a{color:#81978c;font-size:.76rem;text-decoration:none;transition:color .25s ease}.footer-bottom-links a:hover{color:var(--footer-green)}.footer-bottom-links span{background:#4f685b;border-radius:50%;height:4px;width:4px}@keyframes footerFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.footer-main{gap:35px;grid-template-columns:1.2fr .8fr 1fr}.footer-newsletter{grid-column:span 3;max-width:550px}}@media (max-width:800px){.footer-container{width:min(100% - 32px,650px)}.footer-main{gap:40px 28px;grid-template-columns:repeat(2,minmax(0,1fr));padding:50px 0 40px}.footer-company{grid-column:span 2}.footer-newsletter{grid-column:span 2;max-width:none}}@media (max-width:600px){.footer-container{width:min(100% - 28px,500px)}.footer-main{display:flex;flex-direction:column;gap:34px;padding:42px 0 35px}.footer-company,.footer-newsletter{width:100%}.footer-brand{margin-bottom:18px}.footer-logo{height:55px;width:55px}.footer-brand-text h3{font-size:1rem}.footer-description{font-size:.86rem}.footer-heading{margin-bottom:18px}.footer-menu a{padding:10px 0}.footer-bottom{flex-direction:column;gap:14px;min-height:auto;padding:22px 0;text-align:center}.footer-bottom-links{justify-content:center}}@media (max-width:400px){.footer-container{width:calc(100% - 22px)}.footer-main{padding-top:35px}.footer-logo{height:48px;width:48px}.footer-brand-text h3{font-size:.9rem}.footer-brand-text span{font-size:.68rem}.footer-description{font-size:.82rem}.footer-publisher{padding:14px}.footer-social a{height:37px;width:37px}.footer-map iframe{height:135px}.footer-bottom-links{gap:12px}}:root{--primary-color:#2e7d32;--primary-light:#60ad5e;--primary-dark:#1a3a2f;--secondary-color:#00796b;--text-color:#333;--light-gray:#f5f5f5;--white:#fff;--border-color:#e0e0e0;--box-shadow:0 4px 6px #0000001a;--transition:all 0.3s ease}.home{color:#333;color:var(--text-color);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#1a3a2f;color:var(--primary-dark);font-weight:600;line-height:1.2;margin:0 0 1rem}p{margin:0 0 1.5rem}a{color:#2e7d32;color:var(--primary-color);text-decoration:none;transition:all .3s ease;transition:var(--transition)}a:hover{color:#1a3a2f;color:var(--primary-dark)}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.section-hero{background:#f5f8f3;margin:0;padding:0}.hero,.section-hero{overflow:hidden;position:relative;width:100%}.hero{align-items:center;box-sizing:border-box;display:grid;grid-template-columns:48% 52%;margin:0 auto;max-width:1280px;min-height:470px}.hero-bg-shape{pointer-events:none;position:absolute;z-index:0}.hero-bg-shape--one{background:#dcebd7;border-radius:50%;bottom:-280px;height:430px;opacity:.75;right:150px;width:430px}.hero-bg-shape--two{background:#e6f1e1;border-radius:50%;bottom:-155px;height:260px;left:-150px;opacity:.8;width:260px}.hero-text-box{box-sizing:border-box;padding:0 25px 0 38px;position:relative;z-index:5}.hero-badge{background:#eaf4e6;border-radius:30px;color:#4c9348;font-family:Arial,sans-serif;font-size:10px;font-weight:600;gap:7px;letter-spacing:.1px;margin-bottom:14px;padding:7px 13px}.hero-badge,.hero-badge-icon{align-items:center;display:inline-flex}.hero-badge-icon{font-size:13px;justify-content:center}.heading-primary{color:#173a2c;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4vw,51px);font-weight:700;letter-spacing:-1.3px;line-height:1.08;margin:0;max-width:600px}.heading-primary span{color:#4c9d48}.hero-title-line{align-items:center;display:flex;gap:5px;margin-bottom:13px;margin-top:10px}.hero-title-line span:first-child{background:#4d9d48;border-radius:5px;height:3px;width:42px}.hero-title-line span:last-child{background:#4d9d48;border-radius:50%;height:7px;width:7px}.hero-description{color:#5f6863;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.65;margin:0 0 16px;max-width:520px}.cta-buttons{align-items:center;margin-top:12px}.hero-btn{align-items:center;background:#4ca346;border-radius:6px;box-shadow:0 7px 17px #4ca34638;color:#fff!important;display:inline-flex;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:700;gap:12px;justify-content:center;min-width:154px;padding:10px 15px;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.hero-btn:hover{background:#3f8f3a;box-shadow:0 10px 22px #4ca3464d;color:#fff!important;transform:translateY(-2px)}.hero-btn-arrow{font-size:17px;line-height:1;transition:transform .25s ease}.hero-btn:hover .hero-btn-arrow{transform:translateX(4px)}.hero-stats{gap:30px;margin-top:26px}.hero-stat,.hero-stats{align-items:center;display:flex}.hero-stat{gap:9px;min-width:0}.hero-stat-icon{align-items:center;background:#e7f2e3;border-radius:50%;color:#438e43;display:flex;flex:0 0 34px;font-size:18px;height:34px;justify-content:center;width:34px}.hero-stat-content{display:flex;flex-direction:column;line-height:1.15}.hero-stat-content strong{color:#4a9745;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;margin-bottom:3px}.hero-stat-content span{color:#69726d;font-family:Arial,Helvetica,sans-serif;font-size:8px;line-height:1.25}.hero-img-box{height:390px;isolation:isolate;margin-left:-4px;overflow:visible;position:relative;width:100%;z-index:3}.hero-img{border-radius:55px 0 0 55px;-webkit-clip-path:polygon(15% 0,100% 0,100% 100%,15% 100%,0 50%);clip-path:polygon(15% 0,100% 0,100% 100%,15% 100%,0 50%);height:100%;object-fit:cover;object-position:center;right:0;top:0;transition:transform .5s ease}.hero-img,.hero-img-border{position:absolute;width:100%}.hero-img-border{background:#d5ead1;border-radius:60px 0 0 60px;-webkit-clip-path:polygon(14.5% 0,100% 0,100% 100%,14.5% 100%,0 50%);clip-path:polygon(14.5% 0,100% 0,100% 100%,14.5% 100%,0 50%);height:calc(100% + 10px);right:-4px;top:-5px;z-index:-1}.hero-bottom-wave{background:#dcebd7;border-radius:50% 50% 0 0;bottom:-125px;height:185px;left:-5%;opacity:.7;pointer-events:none;position:absolute;transform:rotate(-3deg);width:75%;z-index:1}@media (max-width:1100px){.hero{grid-template-columns:48% 52%;min-height:490px;padding:35px 0 30px}.hero-text-box{padding-left:30px;padding-right:15px}.heading-primary{font-size:42px}.hero-img-box{height:360px}.hero-stats{gap:18px}}@media (max-width:900px){.hero{grid-template-columns:1fr 1fr;min-height:450px}.heading-primary{font-size:36px}.hero-description{font-size:12px}.hero-img-box{height:320px}.hero-stats{gap:12px}.hero-stat-icon{flex-basis:30px;height:30px;width:30px}.hero-stat-content strong{font-size:14px}}@media (max-width:768px){.section-hero{padding:0}.hero{display:flex;flex-direction:column;min-height:auto;padding:35px 20px 55px;text-align:center}.hero-text-box{order:1;padding:0;width:100%}.hero-badge{margin-bottom:14px}.heading-primary{font-size:36px;line-height:1.1;margin:0 auto;max-width:600px}.hero-title-line{justify-content:center}.hero-description{font-size:13px;margin:0 auto 18px;max-width:580px}.cta-buttons,.hero-stats{justify-content:center}.hero-stats{flex-wrap:wrap;gap:20px;margin-top:28px}.hero-img-box{height:330px;margin:35px 0 0;order:2;width:100%}.hero-bottom-wave{left:-10%;width:120%}}@media (max-width:480px){.hero{padding:28px 16px 45px}.hero-badge{font-size:9px;padding:6px 10px}.heading-primary{font-size:30px;letter-spacing:-.7px}.hero-description{font-size:12px;line-height:1.6}.hero-btn{max-width:190px;width:100%}.hero-stats{grid-gap:18px 12px;display:grid;gap:18px 12px;grid-template-columns:1fr 1fr;width:100%}.hero-stat{justify-content:flex-start;text-align:left}.hero-stat:last-child{grid-column:1/-1;justify-content:center}.hero-img-box{height:250px;margin-top:30px}.hero-img{border-radius:35px 0 0 35px;-webkit-clip-path:polygon(16% 0,100% 0,100% 100%,16% 100%,0 50%);clip-path:polygon(16% 0,100% 0,100% 100%,16% 100%,0 50%)}.hero-img-border{-webkit-clip-path:polygon(15.5% 0,100% 0,100% 100%,15.5% 100%,0 50%);clip-path:polygon(15.5% 0,100% 0,100% 100%,15.5% 100%,0 50%)}}.why-us{background:radial-gradient(circle at 50% 20%,#fff 0,#f8fbf5 45%,#edf6e9 100%);box-sizing:border-box;overflow:hidden;padding:75px 30px 100px;position:relative;text-align:center;width:100%}.why-us-header{margin:0 auto 48px;max-width:1100px;position:relative;z-index:5}.why-us-badge{align-items:center;background:#edf6e9;border-radius:30px;box-shadow:0 3px 10px #417d400f;color:#39833d;display:inline-flex;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:600;gap:8px;margin-bottom:17px;padding:8px 17px}.why-us-badge span{font-size:15px}.why-us h2{color:#164b37;font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:-1px;line-height:1.08;margin:0}.why-us h2 span{color:#4d9948}.why-us-divider{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:17px}.why-us-divider span{background:linear-gradient(90deg,#0000,#a7c99f);height:1px;width:90px}.why-us-divider span:last-child{background:linear-gradient(270deg,#0000,#a7c99f)}.why-us-divider b{color:#82b879;font-family:Georgia,serif;font-size:20px;font-weight:400;transform:rotate(-20deg)}.features{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1320px;position:relative;width:100%;z-index:5}.feature{align-items:center;background:#fffffff0;border:1px solid #edf2e9;border-radius:24px;box-shadow:0 8px 25px #305b3012,0 2px 7px #305b300a;box-sizing:border-box;display:flex;flex-direction:column;min-height:410px;overflow:hidden;padding:42px 28px 35px;position:relative;text-align:center;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.feature:after{background:#f0f7ec;border-radius:50%;bottom:-115px;content:"";height:180px;left:-35%;position:absolute;width:170%;z-index:0}.feature:hover{border-color:#d5e7d0;box-shadow:0 18px 35px #2f63311f;transform:translateY(-8px)}.feature-icon-wrap{align-items:center;background:#fff;border:1px solid #e2eedc;border-radius:50%;box-shadow:0 5px 16px #41693e14;display:flex;height:110px;justify-content:center;margin-bottom:20px;position:relative;width:110px;z-index:3}.feature-icon-wrap:before{border:2px solid #e1eedc;border-radius:50%;content:"";inset:-9px;position:absolute}.feature-icon-wrap:after{border:2px dotted #d6e9d1;border-radius:50%;content:"";inset:-18px;position:absolute}.feature-icon{align-items:center;background:radial-gradient(circle,#eef7ea 0,#e5f1df 100%);border-radius:50%;display:flex;font-size:48px;height:105px;justify-content:center;line-height:1;transition:transform .35s ease;width:105px}.feature:hover .feature-icon{transform:scale(1.08) rotate(-3deg)}.feature-line{background:#55a44d;border-radius:10px;height:4px;margin-bottom:16px;width:48px}.feature h3,.feature-line{position:relative;z-index:3}.feature h3{color:#174a36;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:700;line-height:1.2;margin:0 0 15px}.feature p{color:#5d6661;line-height:1.65;margin:0;max-width:260px;z-index:3}.feature p,.feature-number{font-family:Arial,Helvetica,sans-serif;font-size:14px;position:relative}.feature-number{align-items:center;background:#fff;border:1px solid #e2efdc;border-radius:50%;box-shadow:0 3px 9px #436d4014;color:#5ba350;display:flex;font-weight:700;height:43px;justify-content:center;margin-bottom:-2px;margin-top:auto;width:43px;z-index:4}.why-us-leaf{height:180px;opacity:.25;pointer-events:none;position:absolute;width:180px;z-index:1}.why-us-leaf:after,.why-us-leaf:before{background:#9fcf94;border-radius:100% 0 100% 0;content:"";height:35px;position:absolute;width:75px}.why-us-leaf:before{left:50px;top:60px;transform:rotate(-30deg)}.why-us-leaf:after{left:85px;top:30px;transform:rotate(25deg)}.why-us-leaf--left{left:-60px;top:20px;transform:rotate(-20deg)}.why-us-leaf--right{bottom:70px;right:-65px;transform:rotate(160deg)}.why-us:before{left:35px;top:190px}.why-us:after,.why-us:before{background-image:radial-gradient(#b8d8af 1.5px,#0000 0);background-size:10px 10px;content:"";height:60px;opacity:.45;position:absolute;width:70px}.why-us:after{right:35px;top:140px}.why-us-wave{background:#dcebd6;border-radius:50% 50% 0 0;bottom:-125px;height:190px;left:-5%;opacity:.75;position:absolute;transform:rotate(-2deg);width:110%;z-index:0}@media (max-width:1100px){.why-us{padding:65px 25px 90px}.features{gap:22px;grid-template-columns:repeat(2,1fr);max-width:800px}.feature{min-height:390px}}@media (max-width:768px){.why-us{padding:55px 20px 80px}.why-us-header{margin-bottom:40px}.why-us-badge{font-size:10px;padding:7px 12px}.why-us h2{font-size:35px;letter-spacing:-.6px}.why-us-divider{margin-top:14px}.why-us-divider span{width:55px}.features{gap:17px;grid-template-columns:repeat(2,1fr)}.feature{border-radius:20px;min-height:370px;padding:38px 20px 28px}.feature-icon-wrap{height:120px;width:120px}.feature-icon{font-size:40px;height:88px;width:88px}.feature h3{font-size:20px}.feature p{font-size:12px}}@media (max-width:520px){.why-us{padding:50px 15px 70px}.why-us-header{margin-bottom:35px}.why-us-badge{font-size:9px;line-height:1.3;max-width:90%}.why-us h2{font-size:29px;line-height:1.12}.why-us-divider span{width:35px}.features{gap:17px;grid-template-columns:1fr;margin:0 auto;max-width:360px}.feature{min-height:350px;padding:35px 25px 28px}.feature-icon-wrap{height:125px;width:125px}.feature-icon{font-size:42px;height:92px;width:92px}.feature h3{font-size:21px}.feature p{font-size:13px;max-width:280px}.why-us-leaf{opacity:.15}.why-us:after,.why-us:before{opacity:.25}}@media (max-width:380px){.why-us h2{font-size:26px}.feature{min-height:330px}.feature-icon-wrap{height:110px;width:110px}.feature-icon{font-size:36px;height:82px;width:82px}}.faq-section{background:radial-gradient(circle at 50% 0,#fff 0,#f8fbf6 50%,#edf6e9 100%);box-sizing:border-box;overflow:hidden;padding:80px 25px 90px;position:relative;width:100%}.faq-header{margin:0 auto 45px;max-width:800px;position:relative;text-align:center;z-index:3}.faq-badge{align-items:center;background:#edf6e9;border-radius:30px;box-shadow:0 3px 10px #3e773c0f;color:#41883e;display:inline-flex;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:600;gap:7px;margin-bottom:15px;padding:8px 16px}.faq-badge span{font-size:14px}.faq-header h2{color:#174b37;font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:-.8px;line-height:1.1;margin:0}.faq-header h2 span{color:#4d9948}.faq-header p{color:#65706a;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.65;margin:15px auto 0;max-width:620px}.faq-divider{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:18px}.faq-divider span{background:linear-gradient(90deg,#0000,#9bc794);height:1px;width:70px}.faq-divider span:last-child{background:linear-gradient(270deg,#0000,#9bc794)}.faq-divider b{color:#80b776;font-family:Georgia,serif;font-size:19px;font-weight:400;transform:rotate(-20deg)}.faq-container{margin:0 auto;max-width:900px;position:relative;width:100%;z-index:3}.faq-item{background:#fff;border:1px solid #e5eee1;border-radius:14px;box-shadow:0 4px 14px rgba(48,92,50,.045);margin-bottom:14px;overflow:hidden;position:relative;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.faq-item:hover{border-color:#c9dfc4;box-shadow:0 9px 22px #34663614;transform:translateY(-1px)}.faq-item h3{align-items:center;background:#fff;border:none;box-sizing:border-box;color:#214d39;cursor:pointer;display:flex;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:1.45;margin:0;min-height:70px;padding:17px 65px 17px 22px;position:relative;text-align:left;transition:color .25s ease,background .25s ease;width:100%}.faq-item h3:hover{background:#fbfdf9;color:#3f8c3e}.faq-item h3:before{color:#55a34e;flex:0 0 34px;font-size:10px;font-weight:700;height:34px;margin-right:14px;width:34px}.faq-item h3:after,.faq-item h3:before{align-items:center;background:#edf6e9;border-radius:50%;display:flex;justify-content:center}.faq-item h3:after{color:#4c9848;content:"+";font-family:Arial,Helvetica,sans-serif;font-size:21px;font-weight:300;height:32px;line-height:1;position:absolute;right:18px;top:50%;transform:translateY(-50%);transition:transform .3s ease,background .3s ease,color .3s ease;width:32px}.faq-item.active{border-color:#cfe2ca;box-shadow:0 9px 24px #32673317}.faq-item.active h3{background:#fbfdf9;color:#3f8d3f}.faq-item.active h3:after{background:#4e9849;color:#fff;content:"−";transform:translateY(-50%)}.faq-answer{background:#fff;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{color:#606b65;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.7;margin:0;padding:0 65px 20px 70px;text-align:left}.faq-answer a{border-bottom:1px dashed #74ad6d;color:#4b9747;font-weight:600;text-decoration:none;transition:color .2s ease}.faq-answer a:hover{border-bottom-color:#286d30;color:#286d30}.faq-section:before{left:35px;top:180px}.faq-section:after,.faq-section:before{background-image:radial-gradient(#b9d8b1 1.4px,#0000 0);background-size:10px 10px;content:"";height:60px;opacity:.4;position:absolute;width:65px}.faq-section:after{right:35px;top:110px}.faq-section{isolation:isolate}.faq-section .faq-container:after{background:#dcebd6;border-radius:50%;bottom:-150px;content:"";height:180px;position:absolute;right:-400px;width:500px;z-index:-1}@media (max-width:768px){.faq-section{padding:60px 20px 75px}.faq-header{margin-bottom:35px}.faq-header h2{font-size:36px}.faq-header p{font-size:12px}.faq-item h3{font-size:13px;min-height:65px;padding-left:17px;padding-right:58px}.faq-item h3:before{flex-basis:30px;height:30px;margin-right:11px;width:30px}.faq-item h3:after{height:29px;right:14px;width:29px}.faq-answer p{font-size:12px;padding:0 58px 18px}}@media (max-width:520px){.faq-section{padding:50px 15px 65px}.faq-header{margin-bottom:30px}.faq-badge{font-size:9px;padding:7px 12px}.faq-header h2{font-size:29px;letter-spacing:-.5px}.faq-header p{font-size:11px;line-height:1.6;padding:0 8px}.faq-divider span{width:35px}.faq-item{border-radius:11px;margin-bottom:10px}.faq-item h3{font-size:12px;line-height:1.45;min-height:64px;padding:15px 52px 15px 14px}.faq-item h3:before{flex:0 0 27px;font-size:8px;height:27px;margin-right:9px;width:27px}.faq-item h3:after{font-size:18px;height:27px;right:12px;width:27px}.faq-answer p{font-size:11px;line-height:1.65;padding:0 15px 17px 50px}.faq-section:before{left:10px;opacity:.25;top:160px}.faq-section:after{opacity:.25;right:10px;top:90px}}.btn{border:2px solid #0000;border-radius:4px;cursor:pointer;display:inline-block;font-weight:600;padding:.8rem 1.5rem;text-align:center;transition:all .3s ease;transition:var(--transition)}.btn-primary{background-color:#2e7d32;background-color:var(--primary-color);border-color:#2e7d32;border-color:var(--primary-color);color:#fff;color:var(--white)}.btn-primary:hover{background-color:#1a3a2f;background-color:var(--primary-dark);border-color:#1a3a2f;border-color:var(--primary-dark);box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.btn-secondary{background-color:#00796b;background-color:var(--secondary-color);border-color:#00796b;border-color:var(--secondary-color);color:#fff;color:var(--white);margin-left:1rem}.btn-secondary:hover{background-color:#00695c;border-color:#00695c;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.btn--fill{background-color:#2e7d32;background-color:var(--primary-color);box-shadow:0 2px 4px #0000001a;color:#fff}.btn--fill:hover{background-color:#3e8e41;box-shadow:0 4px 12px #00000026;color:#fff;transform:translateY(-2px)}.btn-outline{background-color:initial;color:#2e7d32;color:var(--primary-color);font-size:.8rem;transition:transform .3s ease}.journal-section{padding:4rem 1.5rem;text-align:center}.section-header{margin-bottom:3rem}.section-subtitle{color:#666;font-size:1.2rem;margin-top:1rem}.journal-actions .btn-outline:hover{background-color:#4caf501a;transform:translateY(-2px)}.journal-actions .btn-text{align-items:center;background:#0000;border:none;color:#2e7d32;color:var(--primary-color);display:inline-flex;font-weight:500;padding:.5rem;text-decoration:none}.journal-actions .btn-text:hover{text-decoration:underline;transform:translateX(3px)}.journal-cover{flex:1 1;min-width:280px}.cover-image,.journal-cover{transition:all .3s ease;transition:var(--transition)}.cover-image{background:linear-gradient(145deg,var(--primary-dark),#2d4a3e);border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--box-shadow);color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;overflow:hidden;padding:1.5rem;position:relative;width:100%}.cover-image:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-5px)}.volume-info{font-size:.85rem;margin-bottom:1rem;opacity:.8}.cover-image h3{font-size:1.6rem;font-weight:700;line-height:1.3;margin:0 0 1.5rem}.cover-metrics{border-top:1px solid #ffffff1a;display:flex;justify-content:space-around;margin-top:1.5rem;padding-top:1.5rem}.cover-metric{flex:1 1;text-align:center}.cover-metric span{display:block;font-size:.8rem;margin-bottom:.5rem;opacity:.8}.cover-metric strong{display:block;font-size:1.3rem;font-weight:700}.visit-journal{align-items:center;color:#fff;display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem;padding-top:1.5rem;transition:all .3s ease;transition:var(--transition)}.journal-cover:hover .visit-journal{color:#1a3a2f}.journal-content{flex-direction:row;flex-wrap:wrap;padding:0 15px}.journal-card-wrapper{max-width:380px!important}@media (max-width:1024px){.journal-content{align-items:center;flex-direction:column}.journal-card-wrapper{max-width:100%!important;width:100%}.section-header h2{font-size:1.8rem;text-align:center}}@media (max-width:480px){.container{padding:0 10px}.cover-image{padding:20px 10px!important}}.hero h1{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem}.hero p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.cta-section{background:#f5f9f2;box-sizing:border-box;overflow:hidden;padding:80px 25px;position:relative;width:100%}.cta-section:before{background:radial-gradient(circle at 15% 30%,#7bb57040,#0000 30%),radial-gradient(circle at 85% 70%,#69a65f33,#0000 32%),linear-gradient(135deg,#123f2d,#185239 50%,#246b3e);border-radius:30px;box-shadow:0 18px 45px #1d4d2a2e;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:min(1200px,94%);z-index:0}.cta-content{max-width:850px;text-align:center;z-index:5}.cta-badge{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1c;border:1px solid #ffffff2e;border-radius:30px;color:#d9efd2;display:inline-flex;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:600;gap:8px;letter-spacing:.2px;margin-bottom:18px;padding:8px 17px}.cta-badge span{color:#a8d89e;font-size:14px}.cta-section h2{color:#fff!important;font-family:Georgia,Times New Roman,serif;font-size:35px;font-weight:700;letter-spacing:-1px;line-height:1.05}.cta-section h2 span{color:#9bd48e}.cta-divider{align-items:center;display:flex;gap:13px;justify-content:center}.cta-divider span{background:linear-gradient(90deg,#0000,#bee1b5a6);height:1px;width:75px}.cta-divider span:last-child{background:linear-gradient(270deg,#0000,#bee1b5a6)}.cta-divider b{color:#9bd48e;font-family:Georgia,serif;font-size:20px;font-weight:400;transform:rotate(-20deg)}.cta-section p{color:#ffffffc7;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.75;margin:0 auto 28px;max-width:720px}.cta-section .btn-primary{align-items:center;background:#fff;border:1px solid #fff3;border-radius:9px;box-shadow:0 8px 20px #00000024;box-sizing:border-box;color:#26733a;display:inline-flex;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:700;gap:12px;justify-content:center;min-width:205px;padding:14px 25px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,background .3s ease,color .3s ease}.cta-section .btn-primary:hover{background:#eaf5e5;box-shadow:0 13px 25px #0003;color:#185b30;transform:translateY(-4px)}.cta-arrow{align-items:center;background:#4d9948;border-radius:50%;color:#fff;display:flex;font-size:16px;height:27px;justify-content:center;line-height:1;transition:transform .3s ease;width:27px}.cta-section .btn-primary:hover .cta-arrow{transform:translateX(4px)}.cta-trust{color:#ffffffad;display:flex;flex-wrap:wrap;font-family:Arial,Helvetica,sans-serif;font-weight:500;gap:18px;margin-top:28px}.cta-trust,.cta-trust span{align-items:center;font-size:10px;justify-content:center}.cta-trust span{background:#9ad38d2e;border-radius:50%;color:#a9db9e;display:inline-flex;height:18px;margin-right:-12px;width:18px}.cta-decoration{height:190px;opacity:.35;pointer-events:none;width:180px;z-index:2}.cta-decoration span{background:#8fca82;border-radius:100% 0 100% 0;display:block;height:34px;position:absolute;width:72px}.cta-decoration span:first-child{left:50px;top:70px;transform:rotate(-35deg)}.cta-decoration span:nth-child(2){left:82px;top:38px;transform:rotate(12deg)}.cta-decoration span:nth-child(3){left:95px;top:82px;transform:rotate(48deg)}.cta-decoration--left{bottom:-65px;left:-35px;transform:rotate(-12deg)}.cta-decoration--right{right:-35px;top:-65px;transform:rotate(168deg)}.cta-section:after{background-image:radial-gradient(#b7dcae73 1.4px,#0000 0);background-size:10px 10px;content:"";height:60px;position:absolute;right:10%;top:20px;width:70px;z-index:3}@media (max-width:768px){.cta-section{padding:65px 20px}.cta-section:before{border-radius:24px;width:calc(100% - 30px)}.cta-content{padding:15px}.cta-section h2{font-size:40px}.cta-section p{font-size:12px;max-width:600px}.cta-trust{gap:12px}}@media (max-width:520px){.cta-section{padding:50px 15px}.cta-section:before{border-radius:20px;width:calc(100% - 20px)}.cta-content{padding:15px 10px}.cta-badge{font-size:9px;padding:7px 12px}.cta-section h2{font-size:31px;letter-spacing:-.5px}.cta-divider span{width:35px}.cta-section p{font-size:11px;line-height:1.7;margin-bottom:23px}.cta-section .btn-primary{font-size:12px;max-width:240px;padding:13px 18px;width:100%}.cta-trust{font-size:8px;gap:9px;margin-top:22px}.cta-decoration{opacity:.18}}@media (max-width:380px){.cta-section h2{font-size:27px}.cta-section p{font-size:10px}.cta-trust{display:none}}.journal-indexing{background:#f9fffc;box-sizing:border-box;min-height:545px;overflow:hidden;width:100%}.indexing-header,.journal-indexing{position:relative;text-align:center}.indexing-header{margin-bottom:28px;z-index:5}.indexing-badge{align-items:center;background:#f8fcf6;border:1.5px dashed #3f9634;border-radius:50%;display:flex;height:48px;justify-content:center;margin:0 auto 7px;position:relative;width:48px}.indexing-badge:before{right:-3px;top:5px}.indexing-badge:after,.indexing-badge:before{background:#3f9634;border-radius:50%;content:"";height:6px;position:absolute;width:6px}.indexing-badge:after{bottom:5px;left:-3px}.indexing-check{align-items:center;background:#4a9d35;-webkit-clip-path:polygon(50% 0,92% 18%,92% 60%,76% 82%,50% 100%,24% 82%,8% 60%,8% 18%);clip-path:polygon(50% 0,92% 18%,92% 60%,76% 82%,50% 100%,24% 82%,8% 60%,8% 18%);color:#fff;display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;padding-bottom:2px;width:28px}.indexing-header h3{color:var(--ethics-heading);font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;position:relative;text-align:center}.indexing-header h3 span{color:#4a9138}.indexing-title-line{background:#4a9638;border-radius:10px;height:3px;margin:11px auto 12px;width:55px}.indexing-header p{color:#555d58;font-size:13px;font-weight:400;line-height:1.6;margin:0 auto;max-width:700px}.index-logos{grid-column-gap:0;grid-row-gap:5px;column-gap:0;display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;margin:28px auto 0;max-width:760px;row-gap:5px;width:100%;z-index:5}.index-logo-item,.index-logos{align-items:center;position:relative}.index-logo-item{display:flex;height:145px;justify-content:center;text-decoration:none;transition:transform .35s ease;width:145px}.index-logo-item:hover{transform:translateY(-7px)}.index-logo-circle{align-items:center;background:#fff;border:1.5px solid #b8d8ae;border-radius:50%;box-shadow:0 12px 18px #2f66281f,0 5px 8px #2f662814;box-sizing:border-box;display:flex;flex-direction:column;height:126px;justify-content:center;overflow:hidden;position:relative;width:126px}.index-logo-circle:before{border-radius:100px 100px 0 0;border-top:2px solid #4b9b36;content:"";height:50%;left:8px;pointer-events:none;position:absolute;right:8px;top:-1px}.index-logo-circle img{display:block;height:38px;margin-bottom:7px;max-width:78px;object-fit:contain;position:relative;width:auto;z-index:2}.index-logo-item[title=Scopus] img{height:34px;width:88px}.index-logo-item[title="Google Scholar"] img{height:48px;margin-bottom:3px;width:48px}.index-logo-item[title="Digital Object Identifier"] img{height:52px;margin-bottom:2px;width:52px}.index-logo-item[title="Committee on Publication Ethics"] img{height:45px;width:75px}.index-logo-item[title="National Library of Medicine"] img{height:42px;width:55px}.index-logo-item[title="Chemical Abstracts Service"] img{height:38px;width:70px}.index-logo-item[title="International Standard Serial Number"] img{height:42px;width:75px}.index-logo-name{color:#333b37;display:block;font-size:8px;font-weight:500;line-height:1.25;max-width:95px;position:relative;text-align:center;z-index:2}.index-logo-item[title="Digital Object Identifier"] .index-logo-name,.index-logo-item[title="Google Scholar"] .index-logo-name,.index-logo-item[title=Scopus] .index-logo-name{font-size:8px}.index-logo-item[title="Chemical Abstracts Service"] .index-logo-name,.index-logo-item[title="Committee on Publication Ethics"] .index-logo-name,.index-logo-item[title="National Library of Medicine"] .index-logo-name{font-size:7.5px}.index-logo-item[title="International Standard Serial Number"] .index-logo-name{font-size:7px}.index-dot{background:#398b35;border-radius:50%;bottom:3px;box-shadow:0 1px 3px #2a5e2540;height:8px;left:50%;position:absolute;transform:translateX(-50%);width:8px;z-index:10}.index-logo-item:hover .index-logo-circle{border-color:#6caf5b;box-shadow:0 17px 28px #2f66282e,0 7px 12px #2f66281a}.index-logo-item:hover .index-logo-circle:before{border-top-color:#328127}.index-logo-item:hover .index-dot{transform:translateX(-50%) scale(1.25)}.indexing-decoration{height:100px;opacity:.55;position:absolute;width:90px;z-index:1}.indexing-decoration-left{left:70px;top:60px}.indexing-decoration-right{right:70px;top:60px}.indexing-decoration span{background:#b7d9af;border-radius:50%;height:3px;position:absolute;width:3px}.indexing-decoration span:first-child{left:10px;top:10px}.indexing-decoration span:nth-child(2){left:22px;top:10px}.indexing-decoration span:nth-child(3){left:10px;top:22px}.indexing-decoration span:nth-child(4){left:22px;top:22px}.indexing-decoration-left:after,.indexing-decoration-left:before,.indexing-decoration-right:after,.indexing-decoration-right:before{background:linear-gradient(135deg,#6da75e,#b9d7ad);border-radius:100% 0 100% 0;content:"";height:22px;opacity:.8;position:absolute;width:55px}.indexing-decoration-left:before{left:-65px;top:-45px;transform:rotate(-35deg)}.indexing-decoration-left:after{left:-70px;top:-20px;transform:rotate(20deg)}.indexing-decoration-right:before{right:-65px;top:-45px;transform:rotate(35deg) scaleX(-1)}.indexing-decoration-right:after{right:-70px;top:-20px;transform:rotate(-20deg) scaleX(-1)}.index-logo-item:nth-child(5){grid-column:1}.index-logo-item:nth-child(6){grid-column:2}.index-logo-item:nth-child(7){grid-column:3}@media (max-width:900px){.journal-indexing{padding:50px 20px 90px}.indexing-header h3{font-size:34px}.index-logos{column-gap:5px;max-width:650px;row-gap:18px}.index-logo-item{height:135px;width:135px}.index-logo-circle{height:118px;width:118px}.indexing-decoration-left{left:30px}.indexing-decoration-right{right:30px}}@media (max-width:650px){.journal-indexing{min-height:auto;padding:45px 15px 90px}.indexing-header{margin-bottom:25px}.indexing-badge{height:43px;width:43px}.indexing-check{font-size:16px;height:29px;width:25px}.indexing-header h3{font-size:30px;letter-spacing:-.7px}.indexing-header p{font-size:12px;line-height:1.55;max-width:500px;padding:0 15px}.desktop-break{display:none}.index-logos{column-gap:10px;grid-template-columns:repeat(2,1fr);margin-top:25px;max-width:390px;row-gap:15px}.index-logo-item{height:135px;width:135px}.index-logo-circle{height:116px;width:116px}.index-logo-item:nth-child(5),.index-logo-item:nth-child(6){grid-column:auto}.index-logo-item:nth-child(7){grid-column:1/3}.indexing-decoration-left{left:10px;top:45px;transform:scale(.7)}.indexing-decoration-right{right:10px;top:45px;transform:scale(.7)}.indexing-bottom-wave{bottom:-100px;height:145px}}@media (max-width:420px){.journal-indexing{padding-left:10px;padding-right:10px}.indexing-header h3{font-size:26px}.indexing-header p{font-size:11px}.index-logos{column-gap:0;row-gap:10px}.index-logo-item{height:125px;width:125px}.index-logo-circle{height:108px;width:108px}.index-logo-circle img{max-width:70px}.index-logo-item[title="Google Scholar"] img{height:43px;width:43px}.index-logo-item[title="Digital Object Identifier"] img{height:48px;width:48px}.index-logo-item[title="Committee on Publication Ethics"] img{width:65px}.index-logo-item[title="National Library of Medicine"] img{width:50px}.index-logo-item[title="Chemical Abstracts Service"] img{width:65px}.index-logo-item[title="International Standard Serial Number"] img{width:68px}.index-logo-name{font-size:7px}}.latest-articles{background-color:#fff;background-color:var(--white);padding:5rem 0}.latest-articles h2{color:#2e7d32;color:var(--primary-color);margin-bottom:3rem;text-align:center}.articles-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto 3rem;max-width:1200px;padding:0 1.5rem}.article-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--box-shadow);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease;transition:var(--transition)}.article-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.article-category{background-color:#60ad5e;background-color:var(--primary-light);color:#fff;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.article-card-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.article-card h3{color:#1a3a2f;color:var(--primary-dark);line-height:1.4;margin-bottom:.75rem}.article-meta{color:#666;font-size:.9rem;margin-bottom:1rem}.read-more{color:#2e7d32;color:var(--primary-color);display:inline-block;font-weight:600;margin-top:auto}.read-more:hover{color:#1a3a2f;color:var(--primary-dark);transform:translateX(4px)}.cta-section{color:#fff;padding:5rem 1.5rem;text-align:center}.cta-content{margin:0 auto;max-width:800px}.cta-section h2{color:#fff;margin-bottom:1.5rem}.cta-section p{font-size:1.2rem;margin:0 auto 2rem;max-width:700px;opacity:.9}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.article-card,.feature,.hero-content,.journal-card{animation:fadeIn .6s ease-out forwards}.journal-card:nth-child(2){animation-delay:.2s}.journal-card:nth-child(3){animation-delay:.4s}.feature:nth-child(2){animation-delay:.1s}.feature:nth-child(3){animation-delay:.2s}.feature:nth-child(4){animation-delay:.3s}@media (max-width:992px){.index-logos{gap:15px;padding:0 1rem}.index-logos a{height:80px;width:calc(33.333% - 10px)}}@media (max-width:768px){.faq-section,.why-us{padding:2.5rem 1rem}.faq-section h2,.why-us h2{font-size:1.8rem;margin-bottom:2rem}.articles-grid,.features,.journal-grid{grid-template-columns:1fr;max-width:500px;padding:0 1rem}.feature{padding:1.8rem 1.5rem}.faq-item h3{font-size:.9rem;padding:1rem}.faq-answer p{font-size:.85rem;line-height:1.5;padding:0 1rem 1rem}}@media (max-width:576px){.index-logos a{height:70px;padding:12px;width:calc(50% - 10px)}.index-logos img{max-height:40px}.hero h1{font-size:2rem}}.journal-content{display:flex;gap:20px;margin:0 auto;max-width:1200px}.journal-card{flex:1 1}.visit-journal{border-top:1px solid #eee;color:#2e7d32;margin-top:8px;padding-top:6px}.view-all-journals{display:flex;justify-content:center;margin-top:30px}.view-all-journals .btn{background-color:#2e7d32;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#fff;display:inline-block;font-size:1rem;font-weight:500;padding:12px 30px;text-align:center;text-decoration:none;transition:background-color .2s ease}.view-all-journals .btn:hover{background-color:#1b5e20}@media (max-width:900px){.journal-content{flex-wrap:wrap;justify-content:center}.journal-card{flex:0 1 380px}}@media (max-width:600px){.journal-content{align-items:center;flex-direction:column}.journal-card{max-width:380px;width:100%}}.all-journals-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.journal-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;width:100%}.journal-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.journal-cover{color:inherit;display:block;text-decoration:none}.cover-image{background:linear-gradient(145deg,#1a3a2f,#2d4a3e);padding:15px}.cover-image h3{color:#fff;font-size:1.1rem;margin:0 0 12px}.cover-image h3,.subject-areas{text-align:center}.subject-areas h4{color:#4caf50;font-size:.9rem;margin:0 0 8px}.subject-areas ul{font-size:.75rem;line-height:1.4;list-style-type:none;margin:8px 0 0;padding:0;text-align:center}.subject-areas li{color:#fff;margin-bottom:4px}.visit-journal{border-top:1px solid #fff3;color:#4caf50;font-size:.8rem;font-weight:500;margin-top:10px;padding-top:8px;text-align:center}.visit-journal span{margin-left:5px}.about-page{--about-dark:#173a2c;--about-green:#4c9d48;--about-green-dark:#3f8f3a;--about-soft:#eaf4e6;--about-bg:#f5f8f3;--about-text:#5f6863;--about-muted:#69726d;--about-border:#dfe8dc;--about-white:#fff;background:#fff;color:var(--about-dark);font-family:Arial,Helvetica,sans-serif;line-height:1.6;overflow:hidden;width:100%}.about-page *,.about-page :after,.about-page :before{box-sizing:border-box}.about-container{margin:0 auto;max-width:1280px;padding:0 38px;width:100%}.about-intro{background:var(--about-bg);overflow:hidden;position:relative;width:100%}.about-intro:before{background:#e6f1e1;height:480px;opacity:.75;right:-180px;top:-250px;width:480px}.about-intro:after,.about-intro:before{border-radius:50%;content:"";position:absolute}.about-intro:after{background:#eaf4e6;bottom:-220px;height:300px;left:-210px;width:300px}.about-intro-inner{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:52% 48%;min-height:470px;padding:55px 0 65px;position:relative;z-index:2}.about-intro-content{padding-right:45px;position:relative;z-index:3}.about-badge{background:var(--about-soft);border-radius:30px;color:var(--about-green);font-size:10px;font-weight:700;gap:8px;letter-spacing:.7px;margin-bottom:17px;padding:7px 13px}.about-badge,.about-badge-icon{align-items:center;display:inline-flex}.about-badge-icon{font-size:12px;justify-content:center}.about-intro-content h1{color:var(--about-dark);font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;letter-spacing:-1.7px;line-height:1.07;margin:0;max-width:620px}.about-intro-content h1 span{color:var(--about-green)}.about-title-line{align-items:center;display:flex;gap:5px;margin:15px 0 17px}.about-title-line span:first-child{background:var(--about-green);border-radius:5px;height:3px;width:44px}.about-title-line span:last-child{background:var(--about-green);border-radius:50%;height:7px;width:7px}.about-intro-content>p{color:var(--about-text);font-size:14px;line-height:1.75;margin:0;max-width:540px}.about-intro-actions{align-items:center;display:flex;gap:24px;margin-top:25px}.about-primary-btn{align-items:center;background:var(--about-green);border-radius:6px;box-shadow:0 7px 17px #4ca34638;color:#fff!important;display:inline-flex;font-size:11px;font-weight:700;gap:12px;justify-content:center;min-width:175px;padding:11px 17px;text-decoration:none!important;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.about-primary-btn span{font-size:17px;line-height:1;transition:transform .25s ease}.about-primary-btn:hover{background:var(--about-green-dark);box-shadow:0 10px 22px #4ca3464d;color:#fff!important;transform:translateY(-2px)}.about-primary-btn:hover span{transform:translateX(4px)}.about-text-btn{align-items:center;color:var(--about-dark);display:inline-flex;font-size:11px;font-weight:700;gap:8px;text-decoration:none!important;transition:color .2s ease}.about-text-btn span{font-size:15px}.about-text-btn span,.about-text-btn:hover{color:var(--about-green)}.about-intro-image{align-items:center;display:flex;justify-content:center;min-height:365px;position:relative}.about-main-image{border-radius:22px;box-shadow:0 18px 45px #173a2c24;height:350px;overflow:hidden;position:relative;transform:rotate(1.5deg);width:min(450px,100%);z-index:3}.about-main-image img{display:block;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.about-main-image:hover img{transform:scale(1.04)}.about-image-decoration{border-radius:50%;pointer-events:none;position:absolute}.about-image-decoration-one{background:#dcebd7;height:95px;right:12px;top:10px;width:95px}.about-image-decoration-two{background:#e6f1e1;bottom:-12px;height:130px;left:5px;width:130px}.about-image-label{background:#fffffff5;border-left:3px solid var(--about-green);border-radius:7px;bottom:8px;box-shadow:0 8px 25px #173a2c1f;display:flex;flex-direction:column;left:15px;min-width:155px;padding:13px 17px;position:absolute;z-index:5}.about-image-label strong{color:var(--about-dark);font-family:Georgia,Times New Roman,serif;font-size:18px}.about-image-label span{color:var(--about-muted);font-size:9px;margin-top:2px}.section-eyebrow{color:var(--about-green);display:inline-block;font-size:10px;font-weight:700;letter-spacing:1.2px;margin-bottom:11px}.section-heading{margin:0 auto 45px;max-width:760px;text-align:center}.benefits-heading h2,.section-heading h2{color:var(--about-dark);font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3.2vw,43px);letter-spacing:-.8px;line-height:1.15;margin:0}.benefits-heading h2 span,.section-heading h2 span{color:var(--about-green)}.section-heading p{color:var(--about-text);font-size:13px;line-height:1.75;margin:15px auto 0;max-width:650px}.who-section{background:#fff;padding:85px 0 90px}.who-grid{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:46% 54%}.who-image-wrapper{padding:0 15px 20px 0;position:relative}.who-image-wrapper:after{border:1px solid #d9e6d5;border-radius:17px;bottom:0;content:"";height:100%;left:18px;position:absolute;transform:translate(12px,12px);width:calc(100% - 35px);z-index:0}.who-image-wrapper img{border-radius:16px;box-shadow:0 15px 35px #173a2c1a;display:block;height:365px;object-fit:cover;position:relative;width:100%;z-index:2}.who-image-card{align-items:center;background:#fff;border-radius:8px;bottom:5px;box-shadow:0 10px 30px #173a2c1f;display:flex;gap:12px;left:-15px;min-width:220px;padding:13px 16px;position:absolute;z-index:5}.who-image-card-number{color:var(--about-green);font-family:Georgia,Times New Roman,serif;font-size:24px}.who-image-card div{display:flex;flex-direction:column}.who-image-card strong{color:var(--about-dark);font-size:11px}.who-image-card span:last-child{color:var(--about-muted);font-size:8px}.who-content{padding-left:5px;position:relative}.content-number{color:#dcebd7;font-size:52px;font-weight:700;line-height:1;margin-bottom:5px}.content-number,.who-content h3{font-family:Georgia,Times New Roman,serif}.who-content h3{color:var(--about-dark);font-size:32px;line-height:1.18;margin:0 0 18px;max-width:570px}.who-content h3 span{color:var(--about-green)}.who-content p{color:var(--about-text);font-size:13px;line-height:1.8;margin:0 0 15px;max-width:610px}.who-highlights{border-top:1px solid var(--about-border);display:flex;flex-wrap:wrap;gap:20px;margin-top:25px;padding-top:20px}.who-highlights div{align-items:center;display:flex;gap:7px}.who-highlights span{align-items:center;background:var(--about-soft);border-radius:50%;color:var(--about-green);display:flex;font-size:10px;font-weight:700;height:21px;justify-content:center;width:21px}.who-highlights strong{color:var(--about-dark);font-size:9px}.mission-section{background:var(--about-bg);padding:85px 0}.mission-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.mission-card{background:#fff;border:1px solid #dfe8dc;border-radius:15px;min-height:355px;overflow:hidden;padding:35px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.mission-card:hover{box-shadow:0 15px 35px #173a2c17;transform:translateY(-5px)}.mission-card-main{background:var(--about-dark);border-color:var(--about-dark)}.mission-top{justify-content:space-between;margin-bottom:38px}.mission-icon,.mission-top{align-items:center;display:flex}.mission-icon{background:var(--about-soft);border-radius:50%;color:var(--about-green);font-size:17px;height:39px;justify-content:center;width:39px}.mission-card-main .mission-icon{background:#ffffff1a;color:#8dca88}.mission-number{color:#b4c9af;font-family:Georgia,Times New Roman,serif;font-size:14px}.mission-card-main .mission-number{color:#ffffff59}.mission-label{color:var(--about-green);font-size:9px;font-weight:700;letter-spacing:1.1px}.mission-card h3{color:var(--about-dark);font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1.2;margin:9px 0 17px;max-width:450px}.mission-card h3 span{color:var(--about-green)}.mission-card-main h3{color:#fff}.mission-card-main h3 span{color:#80bf7b}.mission-card p{color:var(--about-text);font-size:12px;line-height:1.8;margin:0;max-width:510px}.mission-card-main p{color:#c6d1ca}.benefits-section{background:#fff;overflow:hidden;padding:90px 0;position:relative}.benefits-section:before{background:#f0f7ed;border-radius:50%;content:"";height:420px;position:absolute;right:-250px;top:-180px;width:420px}.benefits-heading{grid-gap:40px;align-items:end;display:grid;gap:40px;grid-template-columns:55% 45%;margin-bottom:45px;position:relative;z-index:2}.benefits-heading>p{color:var(--about-text);font-size:12px;line-height:1.8;margin:0 0 4px auto;max-width:480px}.benefits-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);position:relative;z-index:2}.benefit-card{background:#f8faf7;border:1px solid #e4ebe1;border-radius:12px;min-height:245px;overflow:hidden;padding:25px;position:relative;transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.benefit-card:hover{background:#fff;box-shadow:0 12px 30px #173a2c14;transform:translateY(-5px)}.benefit-card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.benefit-icon{align-items:center;background:var(--about-soft);border-radius:50%;color:var(--about-green);display:flex;font-size:17px;height:38px;justify-content:center;width:38px}.benefit-number{color:#c1d0bd;font-size:13px}.benefit-card h3,.benefit-number{font-family:Georgia,Times New Roman,serif}.benefit-card h3{color:var(--about-dark);font-size:19px;line-height:1.2;margin:0 0 10px}.benefit-card p{color:var(--about-text);font-size:11px;line-height:1.75;margin:0;max-width:310px}.benefit-arrow{bottom:20px;color:var(--about-green);font-size:16px;position:absolute;right:24px;transition:transform .25s ease}.benefit-card:hover .benefit-arrow{transform:translateX(4px)}.about-cta-section{background:#fff;padding:0 0 85px}.about-cta{align-items:center;background:var(--about-dark);border-radius:18px;display:flex;justify-content:center;min-height:310px;overflow:hidden;padding:55px 50px;position:relative;text-align:center}.about-cta:before{background:#4c9d4833;bottom:-220px;height:380px;right:-130px;width:380px}.about-cta:after,.about-cta:before{border-radius:50%;content:"";position:absolute}.about-cta:after{background:hsla(0,0%,100%,.035);height:250px;left:-130px;top:-160px;width:250px}.cta-decoration{border:1px solid #82c27c4d;border-radius:50%;height:80px;position:absolute;right:25%;top:28px;width:80px}.cta-content{max-width:680px;position:relative;z-index:3}.cta-content .section-eyebrow{color:#82bf7d}.cta-content h2{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3.5vw,44px);line-height:1.15;margin:0}.cta-content h2 span{color:#82bf7d}.cta-content p{color:#c5d1c9;font-size:12px;line-height:1.75;margin:14px auto 0;max-width:570px}.cta-actions{display:flex;gap:12px;margin-top:25px}.cta-actions,.cta-primary,.cta-secondary{align-items:center;justify-content:center}.cta-primary,.cta-secondary{border-radius:6px;display:inline-flex;font-size:10px;font-weight:700;gap:10px;min-width:155px;padding:11px 17px;text-decoration:none!important;transition:all .25s ease}.cta-primary{background:var(--about-green);color:#fff!important}.cta-primary span{font-size:15px}.cta-primary:hover{background:#61ad5b;color:#fff!important;transform:translateY(-2px)}.cta-secondary{background:#0000;border:1px solid #ffffff40;color:#fff!important}.cta-secondary:hover{background:#ffffff14;border-color:#ffffff73;color:#fff!important}@media (max-width:1050px){.about-container{padding:0 28px}.about-intro-inner{grid-template-columns:52% 48%}.about-intro-content{padding-right:20px}.about-intro-content h1{font-size:clamp(38px,4.4vw,50px)}.about-main-image{height:320px}.who-grid{gap:40px}.who-content h3{font-size:28px}.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.about-container{padding:0 20px}.about-intro-inner{align-items:stretch;display:flex;flex-direction:column;gap:40px;min-height:auto;padding:45px 0 55px}.about-intro-content{padding-right:0}.about-intro-content h1{font-size:clamp(35px,10vw,46px);letter-spacing:-1px}.about-intro-content>p{font-size:13px}.about-intro-actions{flex-wrap:wrap;gap:18px}.about-intro-image{min-height:310px}.about-main-image{height:300px;width:92%}.who-section{padding:65px 0}.section-heading{margin-bottom:35px}.benefits-heading h2,.section-heading h2{font-size:32px}.who-grid{gap:45px;grid-template-columns:1fr}.who-image-wrapper{margin:0 auto;max-width:600px;width:100%}.who-image-wrapper img{height:330px}.who-content h3{font-size:28px}.mission-section{padding:65px 0}.mission-grid{grid-template-columns:1fr}.mission-card{min-height:auto;padding:28px}.benefits-section{padding:65px 0}.benefits-heading{gap:15px;grid-template-columns:1fr;margin-bottom:35px}.benefits-heading>p{margin:0}.benefits-grid{grid-template-columns:repeat(2,1fr)}.about-cta-section{padding-bottom:60px}.about-cta{padding:50px 25px}}@media (max-width:520px){.about-container{padding:0 16px}.about-intro-inner{padding:38px 0 45px}.about-badge{font-size:8px}.about-intro-content h1{font-size:35px}.about-intro-content>p{font-size:12px}.about-primary-btn{min-width:160px}.about-intro-image{min-height:270px}.about-main-image{height:265px;width:90%}.about-image-label{bottom:0;left:0;min-width:145px}.about-image-decoration-one{height:65px;width:65px}.about-image-decoration-two{height:90px;width:90px}.who-section{padding:55px 0}.section-heading{text-align:left}.benefits-heading h2,.section-heading h2{font-size:29px}.section-heading p{font-size:12px}.who-image-wrapper img{height:260px}.who-image-card{left:0;min-width:195px}.who-content h3{font-size:25px}.who-content p{font-size:12px}.who-highlights{gap:13px}.mission-card{padding:24px}.mission-top{margin-bottom:28px}.mission-card h3{font-size:24px}.mission-card p{font-size:11px}.benefits-section{padding:55px 0}.benefits-grid{grid-template-columns:1fr}.benefit-card{min-height:210px}.about-cta{border-radius:14px;padding:45px 20px}.cta-content h2{font-size:30px}.cta-actions{flex-direction:column}.cta-primary,.cta-secondary{max-width:230px;width:100%}}@media (max-width:360px){.about-intro-content h1{font-size:32px}.about-intro-actions{align-items:flex-start;flex-direction:column}.about-main-image{height:235px;width:88%}.who-image-wrapper img{height:230px}.who-highlights{flex-direction:column;gap:10px}}.journals-page{background:#f4f8f4;box-sizing:border-box;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:55px 20px;width:100%}.journals-page .container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0;width:100%}.journals-page .section-header{margin-bottom:40px;text-align:center}.journals-page .section-header h1{color:#173d2a;font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;padding-bottom:12px;position:relative;text-align:center}.journals-page .section-header h1:after{background:#4ca50f;border-radius:50%;bottom:-2px;content:"";height:7px;left:calc(50% + 28px);position:absolute;width:7px}.journals-page .section-header h1:before{background:#4caf50;border-radius:10px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:48px}.journals-page .section-subtitle{color:#4d6657;font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.8;margin:0 auto;max-width:720px}.journals-page .journal-card{background:#fff;border:1px solid #e2ebe4;border-radius:18px;box-shadow:0 8px 25px #1e462d12;margin-bottom:30px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;width:100%}.journals-page .journal-card:hover{border-color:#c8dfcd;box-shadow:0 15px 35px #1e462d1f;transform:translateY(-5px)}.journals-page .journal-header{background:linear-gradient(135deg,#fff,#f7fbf7);border-bottom:1px solid #e4ece6;padding:28px 30px 22px}.journals-page .journal-header h2{align-items:center;color:#1b4d32;display:inline-block;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:700;gap:13px;line-height:1.3;margin:0 0 18px;position:relative}.journals-page .journal-header h2:after{background:#4caf50;border-radius:10px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.journals-page .journal-badges{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:5px}.journals-page .journal-badges .index-badge{border-radius:5px;box-shadow:0 2px 5px #00000014;height:27px;object-fit:contain;width:auto}.journals-page .journal-badges span{align-items:center;background:#eef7ef;border:1px solid #d6e8d8;border-radius:20px;color:#356344;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:6px 12px}.journals-page .journal-badges span:before{color:#4caf50;content:"✓";font-weight:700}.journals-page .journal-description{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;padding:28px 30px}.journals-page .journal-description>p{color:#4b554f;font-size:16px;line-height:1.85;margin:0 0 25px}.journals-page .journal-metrics{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,minmax(0,1fr));margin:25px 0}.journals-page .metric{align-items:flex-start;background:#f7faf7;border:1px solid #e3ece5;border-left:4px solid #4caf50;border-radius:10px;display:flex;gap:12px;min-width:0;padding:17px;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.journals-page .metric:hover{background:#f1f8f2;box-shadow:0 7px 18px #1e462d14;transform:translateY(-3px)}.journals-page .metric-icon{color:#4caf50;flex:0 0 38px;font-size:25px;line-height:1;text-align:center}.journals-page .metric-value{color:#1a3a2f;display:block;font-size:22px;font-weight:700;line-height:1.2;margin-bottom:4px}.journals-page .metric-label{color:#66716b;display:block;font-size:13px;font-weight:500;line-height:1.4}.journals-page .journal-scope{margin:30px 0}.journals-page .journal-scope h3{color:#174b37;display:inline-block;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:700;margin:0 0 18px;padding-bottom:9px;position:relative}.journals-page .journal-scope h3:after{background:#4caf50;border-radius:10px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.journals-page .subject-areas{display:flex;flex-direction:column;gap:11px;margin-top:5px}.journals-page .subject-area{align-items:flex-start;background:#f7faf7;border:1px solid #e3ece5;border-left:4px solid #4caf50;border-radius:9px;display:flex;padding:14px 18px;transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.journals-page .subject-area:hover{background:#f1f8f2;box-shadow:0 4px 12px #1e462d0f;transform:translateX(5px)}.journals-page .subject-icon{color:#4caf50;flex:0 0 22px;font-size:15px;margin-right:12px;margin-top:3px}.journals-page .subject-area span{color:#4b554f;font-size:15px;line-height:1.6}.journals-page .journal-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:30px 0 0}.journals-page .btn-visit,.journals-page .journal-actions a{align-items:center;border-radius:7px;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;line-height:1.4;min-width:160px;padding:11px 22px;text-align:center;text-decoration:none;transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.journals-page .btn-visit{background:#1a3a2f;border:2px solid #1a3a2f;color:#fff}.journals-page .btn-visit:hover{background:#4caf50;border-color:#4caf50;box-shadow:0 6px 15px #1e462d26;color:#fff;transform:translateY(-2px)}.journals-page .journal-indexing{background:#fff;border:1px solid #e3ebe4;border-radius:14px;box-shadow:0 5px 18px #1e462d0f;margin-top:30px;padding:30px}.journals-page .journal-indexing h3{color:#174b37;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:700;margin:0 0 25px;padding-bottom:11px;position:relative;text-align:center}.journals-page .journal-indexing h3:after{background:#4caf50;border-radius:10px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.journals-page .index-logos{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin:25px 0 0;padding:0}.journals-page .index-logos a{align-items:center;background:#fff;border:1px solid #e5eae6;border-radius:9px;box-shadow:0 3px 10px #0000000a;display:inline-flex;justify-content:center;min-height:70px;min-width:130px;overflow:hidden;padding:10px;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.journals-page .index-logos a:before{background:#4caf50;content:"";height:3px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:center;transition:transform .3s ease;width:100%}.journals-page .index-logos a:hover{border-color:#c8e6c9;box-shadow:0 8px 20px #1e462d1a;transform:translateY(-4px)}.journals-page .index-logos a:hover:before{transform:scaleX(1)}.journals-page .index-logos img{display:block;height:50px;max-width:150px;object-fit:contain;opacity:.9;transition:transform .3s ease,opacity .3s ease;width:auto}.journals-page .index-logos a:hover img{opacity:1;transform:scale(1.05)}.journals-page .index-logos a[title="Google Scholar"] img{max-height:40px}.journals-page .index-logos a[title="Digital Object Identifier"] img{max-height:35px}.journals-page .index-logos a[title=Crossref] img{max-height:45px}.journals-page .index-logos a[title="National Library of Medicine"] img{max-height:30px}.journals-page .index-logos a[title="Committee on Publication Ethics"] img{max-height:45px}.journals-page .index-logos a[title="International Standard Serial Number"] img{max-height:40px}.journals-page .scopus-container{align-items:center;background:#f7faf7;border:1px solid #e3ebe4;border-radius:10px;box-shadow:0 3px 10px #1e462d0d;display:flex;justify-content:center;margin:0 auto 30px;padding:20px}.journals-page .scopus-link{align-items:center;display:flex;justify-content:center;transition:transform .3s ease}.journals-page .scopus-link:hover{text-decoration:none;transform:scale(1.04)}.journals-page .scopus-logo{display:block;height:60px;max-width:100%;object-fit:contain;opacity:.9;transition:opacity .3s ease;width:auto}.journals-page .scopus-link:hover .scopus-logo{opacity:1}.journals-page .indexing-logos{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin:0 auto 25px;max-width:280px}.journals-page .indexing-logo{display:block;height:auto;margin:0 auto;max-width:120px;object-fit:contain;opacity:.9;transition:transform .3s ease,opacity .3s ease;width:100%}.journals-page .indexing-logo:hover{opacity:1;transform:scale(1.05)}.journals-page .journal-hero{background:linear-gradient(135deg,#173d2b,#2d5b46);color:#fff;margin-bottom:40px;overflow:hidden;padding:55px 20px 45px;position:relative}.journals-page .journal-hero:before{border:1px solid #ffffff14;border-radius:50%;content:"";height:300px;position:absolute;right:-120px;top:-150px;width:300px}.journals-page .journal-hero:after{border:1px solid #ffffff0f;border-radius:50%;bottom:-140px;content:"";height:220px;left:-100px;position:absolute;width:220px}.journals-page .journal-hero .container{position:relative;z-index:2}.journals-page .journal-header{margin:0 auto;max-width:900px;text-align:center}.journals-page .journal-hero h1{color:#fff;font-size:36px;font-weight:700;line-height:1.3;margin:0 0 15px;text-shadow:0 2px 5px #0000001f}.journals-page .journal-meta{align-items:center;color:#ffffffd9;display:flex;flex-wrap:wrap;font-size:14px;gap:10px;justify-content:center;margin-top:12px}.journals-page .journal-meta .divider{color:#ffffff59;padding:0 5px}.journals-page .metric-items-container{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:30px}.journals-page .metric-item{background:#fff;border:1px solid #e4ebe6;border-radius:10px;box-shadow:0 5px 18px #00000014;flex:1 1 150px;max-width:210px;padding:20px 15px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.journals-page .metric-item:hover{box-shadow:0 10px 25px #0000001f;transform:translateY(-4px)}.journals-page .metric-item .metric-value{color:#1a3a2f;display:block;font-size:26px;font-weight:700;line-height:1.2;margin-bottom:7px}.journals-page .metric-item .metric-label{color:#59645e;display:block;font-size:13px;font-weight:500;line-height:1.4}.journals-page .journal-section{border-bottom:1px solid #e5ebe6;padding:30px 0}.journals-page .journal-section:last-child{border-bottom:none}.journals-page .journal-section h2{color:#174b37;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:700;letter-spacing:-.4px;line-height:1.3;margin:0 0 18px}.journals-page .section-content{padding:0}.journals-page .section-content p{color:#4b554f;font-size:15.5px;line-height:1.8;margin:0 0 15px}.journals-page .section-content ul{margin:15px 0 20px;padding-left:22px}.journals-page .section-content li{color:#4b554f;font-size:15px;line-height:1.65;margin-bottom:8px}.journals-page .pricing-table{background:#fff;border:1px solid #e1e9e3;border-radius:10px;box-shadow:0 4px 15px #1e462d0d;margin:20px 0;overflow:hidden}.journals-page .pricing-row{align-items:center;border-bottom:1px solid #edf1ee;display:flex;gap:20px;justify-content:space-between;padding:15px 20px}.journals-page .pricing-row:last-child{border-bottom:none}.journals-page .pricing-row span:first-child{color:#3e4943;font-size:14.5px;font-weight:500}.journals-page .pricing-row span:last-child{color:#1a3a2f;font-size:15px;font-weight:700;text-align:right}.journals-page .archive-years{margin:25px 0}.journals-page .year-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.journals-page .year-links a{background:#f1f7f2;border:1px solid #dce8df;border-radius:6px;color:#1a3a2f;display:inline-block;font-size:14px;font-weight:600;padding:8px 15px;text-decoration:none;transition:background .3s ease,color .3s ease,transform .3s ease}.journals-page .year-links a:hover{background:#4caf50;border-color:#4caf50;color:#fff;transform:translateY(-2px)}.journals-page .btn-more{align-items:center;background:#1a3a2f;border:2px solid #1a3a2f;border-radius:7px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;line-height:1.4;margin-top:15px;padding:10px 20px;text-decoration:none;transition:background .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease}.journals-page .btn-more:hover{background:#4caf50;border-color:#4caf50;box-shadow:0 5px 12px #1e462d1f;color:#fff;transform:translateY(-2px)}.journals-page .sidebar-widget{background:#fff;border:1px solid #e2ebe4;border-radius:12px;box-shadow:0 5px 18px #1e462d0f;margin-bottom:25px;padding:25px}.journals-page .sidebar-widget h3{border-bottom:1px solid #e5ebe6;color:#1a3a2f;font-size:19px;font-weight:700;margin:0 0 18px;padding-bottom:10px}.journals-page .sidebar-widget ul{list-style:none;margin:0;padding:0}.journals-page .sidebar-widget li{margin-bottom:8px}.journals-page .sidebar-widget li:last-child{margin-bottom:0}.journals-page .sidebar-widget a{border-bottom:1px dashed #e5ebe6;color:#4b554f;display:block;font-size:14px;padding:8px 0;text-decoration:none;transition:color .3s ease,padding-left .3s ease}.journals-page .sidebar-widget a:hover{color:#4caf50;padding-left:5px}@media (max-width:992px){.journals-page{padding:45px 20px}.journals-page .section-header h1{font-size:34px}.journals-page .journal-header h2{font-size:23px}.journals-page .journal-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.journals-page .journal-content{flex-direction:column}.journals-page .journal-main,.journals-page .journal-sidebar{width:100%}.journals-page .journal-cta{justify-content:center}.journals-page .terms-section{padding:25px}}@media (max-width:768px){.journals-page{padding:30px 15px}.journals-page .section-header{margin-bottom:30px}.journals-page .section-header h1{font-size:29px;margin-bottom:18px;padding-bottom:17px}.journals-page .section-subtitle{font-size:15px}.journals-page .journal-card{border-radius:14px}.journals-page .journal-header{padding:23px 20px 18px}.journals-page .journal-header h2{font-size:21px}.journals-page .journal-description{padding:23px 20px}.journals-page .journal-description>p{font-size:15px;line-height:1.75;text-align:left}.journals-page .journal-metrics{gap:12px;grid-template-columns:1fr}.journals-page .metric{min-width:100%;width:100%}.journals-page .journal-scope{margin:25px 0}.journals-page .subject-area{padding:13px 15px}.journals-page .journal-actions{flex-direction:column;width:100%}.journals-page .btn-visit,.journals-page .journal-actions a{min-width:0;width:100%}.journals-page .journal-indexing{padding:22px 15px}.journals-page .index-logos{gap:12px}.journals-page .index-logos a{flex-basis:calc(50% - 12px);flex-grow:1;flex-shrink:1;min-height:65px;min-width:0}.journals-page .index-logos img{max-height:45px;max-width:100%}.journals-page .journal-hero{padding:45px 15px 35px}.journals-page .journal-hero h1{font-size:29px}.journals-page .journal-meta{flex-direction:column;gap:7px}.journals-page .journal-meta .divider{display:none}.journals-page .metric-items-container{flex-direction:column;gap:12px}.journals-page .metric-item{max-width:100%;width:100%}.journals-page .pricing-row{align-items:flex-start;flex-direction:column;gap:5px}.journals-page .pricing-row span:last-child{text-align:left}}@media (max-width:480px){.journals-page{padding:20px 10px}.journals-page .section-header h1{font-size:25px;margin-bottom:18px}.journals-page .section-header h1:after{height:3px;width:55px}.journals-page .section-subtitle{font-size:14px}.journals-page .journal-header{padding:20px 17px 15px}.journals-page .journal-header h2{font-size:19px}.journals-page .journal-description{padding:20px 17px}.journals-page .journal-description>p{font-size:14.5px}.journals-page .metric{padding:13px}.journals-page .metric-icon{flex-basis:30px;font-size:21px}.journals-page .metric-value{font-size:19px}.journals-page .metric-label{font-size:12px}.journals-page .journal-scope h3{font-size:19px}.journals-page .subject-area span{font-size:14px}.journals-page .journal-actions{gap:8px}.journals-page .btn-visit,.journals-page .journal-actions a{font-size:13px;padding:9px 14px}.journals-page .index-logos{gap:8px}.journals-page .index-logos a{flex-basis:calc(50% - 8px);flex-grow:1;flex-shrink:1;padding:8px}.journals-page .index-logos img{max-height:38px;max-width:90px}.journals-page .journal-hero{padding:35px 12px 30px}.journals-page .journal-hero h1{font-size:24px}.journals-page .journal-meta{font-size:13px}.journals-page .metric-item{padding:16px 12px}.journals-page .metric-item .metric-value{font-size:22px}.journals-page .journal-section{padding:25px 0}.journals-page .journal-section h2{font-size:21px}.journals-page .section-content p{font-size:14.5px}.journals-page .section-content li{font-size:14px}.journals-page .sidebar-widget{padding:20px 17px}}.journals-page a{color:#308d49}.journals-page a:focus-visible,.journals-page button:focus-visible{outline:3px solid #4caf5059;outline-offset:3px}.journals-page *,.journals-page :after,.journals-page :before{box-sizing:border-box}:root{--contact-dark:#173a2c;--contact-green:#4c9d48;--contact-green-dark:#3f8f3a;--contact-soft:#f5f8f3;--contact-light:#eaf4e6;--contact-border:#dce8d9;--contact-text:#4f5c55;--contact-muted:#69726d;--contact-white:#fff;--contact-shadow:0 10px 30px #173a2c14;--contact-shadow-hover:0 15px 38px #173a2c21}.contact-page{background:#f5f8f3;color:#4f5c55;color:var(--contact-text);font-family:Arial,Helvetica,sans-serif;margin:0;padding:60px 20px 80px;width:100%}.contact-page,.contact-page *,.contact-page :after,.contact-page :before{box-sizing:border-box}.contact_us{margin:0 auto;max-width:1200px;width:100%}.contact_inner{background:#fff;background:var(--contact-white);border:1px solid #dce8d9;border:1px solid var(--contact-border);border-radius:24px;box-shadow:0 10px 30px #173a2c14;box-shadow:var(--contact-shadow);display:grid;grid-template-columns:48% 52%;min-height:520px;overflow:hidden;position:relative;transition:box-shadow .3s ease,transform .3s ease;width:100%}.contact_inner:hover{box-shadow:0 15px 38px #173a2c21;box-shadow:var(--contact-shadow-hover)}.contact_image_wrap{background:#eaf4e6;background:var(--contact-light);min-height:520px;overflow:hidden;position:relative;width:100%}.contact_image_wrap:after{background:linear-gradient(135deg,#173a2c14,#4c9d4805);content:"";inset:0;pointer-events:none;position:absolute}.contact_image{display:block;height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.contact_info_section{background:#fff;display:flex;flex-direction:column;justify-content:center;padding:55px 55px 55px 60px;position:relative}.contact_info_section:before{align-items:center;background:#eaf4e6;background:var(--contact-light);border-radius:30px;color:#4c9d48;color:var(--contact-green);content:"GET IN TOUCH";display:inline-flex;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:700;letter-spacing:1px;margin-bottom:15px;padding:7px 13px;width:-webkit-fit-content;width:fit-content}.contact_info_section h3{color:#173a2c;color:var(--contact-dark);font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,3vw,44px);font-weight:700;letter-spacing:-.8px;line-height:1.1;margin:0 0 15px;padding-bottom:14px;position:relative}.contact_info_section h3:after{background:#4c9d48;background:var(--contact-green);border-radius:5px;bottom:0;content:"";height:3px;left:0;position:absolute;width:48px}.contact_info_section>p{color:#69726d;color:var(--contact-muted);font-size:14px;line-height:1.75;margin:0 0 30px;max-width:470px}.contact_info_section>p,.info_single{font-family:Arial,Helvetica,sans-serif}.info_single{align-items:flex-start;background:#f8faf7;border:1px solid #e5eee2;border-radius:10px;color:#4f5c55;color:var(--contact-text);display:flex;font-size:13px;line-height:1.55;margin:8px 0;padding:15px 16px;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;width:100%}.info_single:hover{background:#f2f8ef;border-color:#cfe2ca;box-shadow:0 5px 15px #173a2c0f;transform:translateX(4px)}.info_single svg{align-items:center;background:#eaf4e6;background:var(--contact-light);border-radius:50%;box-sizing:border-box;color:#4c9d48;color:var(--contact-green);display:flex;flex:0 0 38px;font-size:15px;height:38px;justify-content:center;margin:0 13px 0 0;padding:10px;width:38px}.info_single a,.info_single span{color:#445049;display:block;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.6;word-break:break-word}.info_single a.email-link{color:#4c9d48;color:var(--contact-green);font-weight:600;text-decoration:none;transition:color .2s ease}.info_single a.email-link:hover{color:#3f8f3a;color:var(--contact-green-dark);text-decoration:underline}.contact_info_section:after{background:#eaf4e6;border-radius:50%;bottom:-85px;content:"";height:170px;opacity:.7;pointer-events:none;position:absolute;right:-85px;width:170px}@media (min-width:993px){.contact_image_wrap,.contact_inner{min-height:560px}}@media (max-width:992px){.contact-page{padding:45px 20px 65px}.contact_inner{border-radius:20px;grid-template-columns:45% 55%}.contact_image_wrap,.contact_inner{min-height:480px}.contact_info_section{padding:40px 35px}.contact_info_section h3{font-size:36px}.contact_info_section>p{font-size:13.5px}.info_single{padding:13px 14px}}@media (max-width:768px){.contact-page{padding:30px 15px 50px}.contact_inner{border-radius:18px;display:flex;flex-direction:column;min-height:auto}.contact_image_wrap{height:280px;min-height:280px;order:1;width:100%}.contact_image{height:100%;object-fit:cover;width:100%}.contact_info_section{align-items:flex-start;order:2;padding:35px 22px 40px}.contact_info_section:before{margin-bottom:12px}.contact_info_section h3{font-size:32px;margin-bottom:15px;width:100%}.contact_info_section>p{font-size:13.5px;line-height:1.7;margin-bottom:22px;max-width:100%}.info_single{font-size:13px;margin:6px 0;padding:13px;width:100%}.info_single svg{flex:0 0 36px;height:36px;margin-right:11px;width:36px}.info_single a,.info_single span{font-size:13px;padding-top:6px}.contact_info_section:after{display:none}}@media (max-width:480px){.contact-page{padding:20px 10px 40px}.contact_inner{border-radius:15px}.contact_image_wrap{height:220px;min-height:220px}.contact_info_section{padding:28px 17px 30px}.contact_info_section:before{font-size:9px;padding:6px 11px}.contact_info_section h3{font-size:29px;padding-bottom:12px}.contact_info_section h3:after{width:40px}.contact_info_section>p{font-size:13px;line-height:1.65;margin-bottom:20px}.info_single{align-items:flex-start;border-radius:9px;padding:11px}.info_single svg{flex:0 0 34px;font-size:13px;height:34px;margin-right:9px;padding:9px;width:34px}.info_single a,.info_single span{font-size:12px;line-height:1.55}}@media (max-width:360px){.contact-page{padding-left:7px;padding-right:7px}.contact_image_wrap{height:190px;min-height:190px}.contact_info_section{padding:24px 14px 28px}.contact_info_section h3{font-size:27px}.info_single{padding:10px}.info_single svg{flex:0 0 32px;height:32px;margin-right:8px;width:32px}.info_single a,.info_single span{font-size:11.5px}}.privacy-policy-page{background:#f4f8f4;box-sizing:border-box;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:60px 20px;width:100%}.privacy-policy-page .privacy-container{background:#fff;border:1px solid #e3ebe4;border-radius:20px;box-shadow:0 10px 35px #1e462d14;box-sizing:border-box;margin:0 auto;max-width:1200px;padding:45px;width:100%}.privacy-policy-page h1{color:#173d2a;font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;padding-bottom:12px;position:relative;text-align:center}.privacy-policy-page h1:after{background:#4ca50f;border-radius:50%;bottom:-2px;content:"";height:7px;left:calc(50% + 28px);position:absolute;width:7px}.privacy-policy-page h1:before{background:#4caf50;border-radius:10px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:48px}.privacy-content{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.privacy-content>p{color:#4b554f;font-size:16px;grid-column:1/-1;line-height:1.85;margin:0}.privacy-content>p:first-child{background:#f1f8f2;border-left:5px solid #4caf50;border-radius:0 12px 12px 0;color:#304238;padding:25px 28px}.privacy-section{background:#fff;border:1px solid #e2ebe4;border-radius:14px;border-top:4px solid #4caf50;box-shadow:0 5px 18px #1e462d0f;box-sizing:border-box;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.privacy-section:hover{border-color:#cfe1d2;box-shadow:0 12px 28px #1e462d1f;transform:translateY(-5px)}.privacy-section h2{align-items:center;color:#1b4d32;display:flex;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:700;gap:13px;line-height:1.3;margin:0 0 18px;padding:0;position:relative}.privacy-section p{color:#555f59;font-size:15.5px;line-height:1.8;margin:0}.privacy-section:first-of-type{background:linear-gradient(135deg,#fff,#f8fcf8)}.privacy-section:last-child{background:#f7fbf7}@media (max-width:992px){.privacy-policy-page{padding:45px 20px}.privacy-policy-page .privacy-container{padding:35px 30px}.privacy-policy-page h1{font-size:34px;margin-bottom:38px}.privacy-content{gap:20px}.privacy-section{padding:25px}.privacy-section h2{font-size:20px}}@media (max-width:768px){.privacy-policy-page{padding:30px 15px}.privacy-policy-page .privacy-container{border-radius:15px;padding:30px 20px}.privacy-policy-page h1{font-size:29px;margin-bottom:32px;padding-bottom:17px}.privacy-content{gap:18px;grid-template-columns:1fr}.privacy-content>p{margin-bottom:0}.privacy-content>p:first-child{padding:20px}.privacy-section{border-radius:12px;padding:23px 20px}.privacy-section h2{font-size:19px;margin-bottom:15px}.privacy-content>p,.privacy-section p{font-size:15px}}@media (max-width:480px){.privacy-policy-page{padding:20px 10px}.privacy-policy-page .privacy-container{border-radius:12px;padding:25px 15px}.privacy-policy-page h1{font-size:25px;margin-bottom:28px}.privacy-policy-page h1:after{height:3px;width:55px}.privacy-content>p:first-child{border-left-width:4px;padding:18px}.privacy-section{padding:20px 17px}.privacy-section h2{font-size:18px}.privacy-section p{font-size:15px}}.privacy-policy-page a{color:#308d49;text-decoration:none}.privacy-policy-page a:hover{color:#1f6b35;text-decoration:underline}.privacy-policy-page *,.privacy-policy-page :after,.privacy-policy-page :before{box-sizing:border-box}.guidelines-page{--guidelines-dark:#173a2c;--guidelines-green:#4c9d48;--guidelines-green-dark:#3f8f3a;--guidelines-soft:#eaf4e6;--guidelines-bg:#f5f8f3;--guidelines-text:#5f6863;--guidelines-muted:#69726d;--guidelines-border:#dfe8dc;--guidelines-white:#fff;background:#fff;color:var(--guidelines-dark);font-family:Arial,Helvetica,sans-serif;line-height:1.6;overflow:hidden;width:100%}.guidelines-page *,.guidelines-page :after,.guidelines-page :before{box-sizing:border-box}.guidelines-container{margin:0 auto;max-width:1280px;min-height:425px;padding:0 38px;width:100%}.guidelines-hero{background:var(--guidelines-bg);overflow:hidden;padding-bottom:40px;position:relative}.guidelines-hero:before{background:#e2efde;border-radius:50%;content:"";height:460px;position:absolute;right:-180px;top:-260px;width:460px}.guidelines-hero:after{background:#eaf4e6;border-radius:50%;bottom:-190px;content:"";height:260px;left:-170px;position:absolute;width:260px}.guidelines-hero .guidelines-container{position:relative;z-index:2}.guidelines-hero-content{display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:55px 35px 55px 0;width:53%}.guidelines-badge{align-items:center;align-self:flex-start;background:var(--guidelines-soft);border-radius:30px;color:var(--guidelines-green);display:inline-flex;font-size:10px;font-weight:700;gap:8px;letter-spacing:.7px;margin-bottom:17px;padding:7px 13px}.guidelines-badge span{font-size:12px}.guidelines-hero h1{color:var(--guidelines-dark);font-family:Georgia,Times New Roman,serif;font-size:35px;letter-spacing:-1.6px;line-height:1.07;margin:0;max-width:620px}.guidelines-hero h1 span{color:var(--guidelines-green)}.guidelines-title-line{align-items:center;display:flex;gap:5px;margin:16px 0 17px}.guidelines-title-line span:first-child{background:var(--guidelines-green);border-radius:5px;height:3px;width:43px}.guidelines-title-line span:last-child{background:var(--guidelines-green);border-radius:50%;height:7px;width:7px}.guidelines-hero-content>p{color:var(--guidelines-text);font-size:13px;line-height:1.8;margin:0;max-width:550px}.guidelines-hero-image{border-radius:18px;box-shadow:0 18px 45px #173a2c21;height:315px;max-width:500px;overflow:hidden;position:absolute;right:38px;top:50%;transform:translateY(-50%);width:43%;z-index:3}.guidelines-hero-image img{display:block;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.guidelines-hero-image:hover img{transform:scale(1.04)}.guidelines-image-label{background:#fffffff5;border-left:3px solid var(--guidelines-green);border-radius:6px;bottom:18px;box-shadow:0 8px 25px #173a2c1f;display:flex;flex-direction:column;left:18px;min-width:190px;padding:12px 16px;position:absolute}.guidelines-image-label strong{color:var(--guidelines-dark);font-family:Georgia,Times New Roman,serif;font-size:16px}.guidelines-image-label span{color:var(--guidelines-muted);font-size:8px;margin-top:2px}.guidelines-content{background:#fff;padding:80px 0 90px}.guidelines-introduction{grid-gap:60px;border-bottom:1px solid var(--guidelines-border);display:grid;gap:60px;grid-template-columns:250px 1fr;padding-bottom:70px}.intro-label{align-items:flex-start;display:flex;gap:15px}.intro-label>span{color:#c5d7c1;font-family:Georgia,Times New Roman,serif;font-size:42px;font-weight:700;line-height:1}.intro-label div{display:flex;flex-direction:column;padding-top:5px}.intro-label small{color:var(--guidelines-green);font-size:8px;font-weight:700;letter-spacing:1px;margin-bottom:5px}.intro-label strong{color:var(--guidelines-dark);font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.2}.intro-text p{color:var(--guidelines-text);font-size:13px;line-height:1.85;margin:0 0 17px;max-width:760px}.intro-text p:last-child{margin-bottom:0}.guidelines-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:35px}.guideline-item{background:#fff;border:1px solid #e2eadf;border-radius:12px;border-top:4px solid #4ca346;box-shadow:0 5px 18px #173a2c12;padding:26px 28px;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.guideline-item:hover{border-color:#cbdcc5;box-shadow:0 10px 28px #173a2c1f;transform:translateY(-4px)}.guideline-item h2{border-bottom:1px solid #e5ebe3;color:#173a2c;display:block;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:700;line-height:1.3;margin:0 0 16px;padding-bottom:12px}.guideline-item h2:after{background:#4c9d48;border-radius:5px;content:"";display:block;height:3px;margin-top:9px;width:38px}.guideline-item p{color:#5f6863;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.7;margin:0 0 16px}.guideline-item ul{list-style:none;margin:0;padding:0}.guideline-item li{color:#555f59;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.65;margin:0 0 11px;padding-left:22px;position:relative}.guideline-item li:before{color:#4c9d48;content:"✓";font-size:12px;font-weight:700;left:0;position:absolute;top:1px}.guideline-item li:last-child{margin-bottom:0}@media (max-width:768px){.guidelines-grid{gap:20px;grid-template-columns:1fr}.guideline-item{padding:22px}.guideline-item h2{font-size:1.25rem}}@media (max-width:480px){.guidelines-grid{gap:16px;margin-top:25px}.guideline-item{border-radius:10px;padding:20px 18px}.guideline-item h2{font-size:1.15rem}.guideline-item li,.guideline-item p{font-size:12.5px}}.policy-warning{margin:20px 0;padding:35px 0}.policy-warning .policy-number{background:#edf5e9}.policy-warning .policy-content{position:relative}.policy-warning .policy-content:after{background:var(--guidelines-green);border-radius:5px;content:"";height:75px;position:absolute;right:0;top:5px;width:4px}.paper-format{background:var(--guidelines-bg);border:1px solid var(--guidelines-border);border-radius:16px;margin-top:65px;padding:40px}.paper-format-heading{align-items:flex-start;border-bottom:1px solid var(--guidelines-border);display:flex;gap:25px;justify-content:space-between;padding-bottom:30px}.paper-format-heading h2{color:var(--guidelines-dark);font-family:Georgia,Times New Roman,serif;font-size:31px;line-height:1.2;margin:0 0 9px}.paper-format-heading p{color:var(--guidelines-text);font-size:11px;line-height:1.7;margin:0}.paper-format-icon{align-items:center;background:var(--guidelines-green);border-radius:50%;color:#fff;display:flex;flex:0 0 42px;font-size:17px;height:42px;justify-content:center;width:42px}.paper-format-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1.5fr .8fr;padding-top:30px}.format-steps{grid-column-gap:25px;grid-row-gap:4px;column-gap:25px;display:grid;grid-template-columns:1fr 1fr;row-gap:4px}.format-step{align-items:flex-start;border-bottom:1px solid #e2e9df;display:flex;gap:12px;padding:10px 0}.format-step>span{color:var(--guidelines-green);font-family:Georgia,Times New Roman,serif;font-size:12px;font-weight:700;min-width:20px}.format-step p{color:var(--guidelines-text);font-size:10px;line-height:1.5;margin:0}.format-requirements{background:var(--guidelines-dark);border-radius:10px;padding:25px}.format-requirements h3{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:20px;margin:0 0 22px}.requirement{align-items:flex-start;border-bottom:1px solid #ffffff1a;display:flex;gap:13px;padding:15px 0}.requirement:last-child{border-bottom:none}.requirement>span{color:#7dbb78;font-family:Georgia,Times New Roman,serif;font-size:11px}.requirement strong{color:#fff;display:block;font-size:10px;margin-bottom:3px}.requirement p{color:#b9c8bf;font-size:9px;margin:0}.guidelines-note{align-items:flex-start;background:#f8fbf6;border:1px solid var(--guidelines-border);border-radius:10px;display:flex;gap:15px;margin-top:35px;padding:22px 25px}.guidelines-note>span{align-items:center;background:var(--guidelines-soft);border-radius:50%;color:var(--guidelines-green);display:flex;flex:0 0 28px;font-size:11px;font-weight:700;height:28px;justify-content:center;width:28px}.guidelines-note strong{color:var(--guidelines-dark);display:block;font-family:Georgia,Times New Roman,serif;font-size:15px;margin-bottom:4px}.guidelines-note p{color:var(--guidelines-text);font-size:10px;line-height:1.7;margin:0;max-width:850px}@media (max-width:1050px){.guidelines-container{padding:0 28px}.guidelines-hero-content{width:52%}.guidelines-hero-image{height:285px;right:28px;width:43%}.guidelines-introduction{gap:40px;grid-template-columns:210px 1fr}.paper-format-grid{grid-template-columns:1fr}.format-requirements{max-width:100%}}@media (max-width:767px){.guidelines-container{padding:0 20px}.guidelines-hero-content{min-height:auto;padding:50px 0 35px;width:100%}.guidelines-hero h1{font-size:clamp(36px,9vw,47px)}.guidelines-hero-content>p{font-size:12px}.guidelines-hero-image{height:300px;margin:0 auto 50px;max-width:600px;position:relative;right:auto;top:auto;transform:none;width:100%}.guidelines-content{padding:60px 0 70px}.guidelines-introduction{gap:25px;grid-template-columns:1fr;padding-bottom:55px}.intro-label{max-width:300px}.intro-text p{font-size:12px}.policy-sections{padding-top:50px}.policy-section{gap:20px;grid-template-columns:60px 1fr;padding:30px 0}.policy-number{font-size:14px;height:48px;width:48px}.policy-content h2{font-size:25px}.guideline-list li,.policy-content>p{font-size:11px}.paper-format{margin-top:50px;padding:28px 22px}.paper-format-heading h2{font-size:27px}.format-steps{grid-template-columns:1fr}}@media (max-width:520px){.guidelines-container{padding:0 16px}.guidelines-hero-content{padding:40px 0 30px}.guidelines-badge{font-size:8px}.guidelines-hero h1{font-size:34px;letter-spacing:-.8px}.guidelines-hero-content>p{font-size:11px;line-height:1.7}.guidelines-hero-image{border-radius:13px;height:235px;margin-bottom:40px}.guidelines-image-label{bottom:12px;left:12px;min-width:165px;padding:10px 13px}.guidelines-image-label strong{font-size:14px}.guidelines-content{padding:50px 0 60px}.intro-label>span{font-size:36px}.intro-label strong{font-size:15px}.intro-text p{font-size:11px;line-height:1.75}.policy-section{gap:15px;grid-template-columns:1fr;padding:28px 0}.policy-number{font-size:12px;height:40px;width:40px}.policy-content h2{font-size:23px}.guideline-list li,.policy-content>p{font-size:10px}.guideline-list li{padding-left:25px}.policy-warning .policy-content:after{display:none}.paper-format{border-radius:12px;padding:25px 18px}.paper-format-heading{gap:15px}.paper-format-heading h2{font-size:25px}.paper-format-icon{flex-basis:35px;font-size:14px;height:35px;width:35px}.format-requirements{padding:20px}.format-requirements h3{font-size:18px}.guidelines-note{padding:18px}}@media (max-width:360px){.guidelines-hero h1{font-size:31px}.guidelines-hero-image{height:215px}.policy-content h2{font-size:21px}}.terms-page{background:#f4f8f4;box-sizing:border-box;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:60px 20px;width:100%}.terms-page .terms-container{background:#fff;border:1px solid #e3ebe4;border-radius:20px;box-shadow:0 10px 35px #1e462d14;box-sizing:border-box;margin:0 auto;max-width:1200px;padding:45px;width:100%}.terms-page h1{color:#173d2a;font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;padding-bottom:12px;position:relative;text-align:center}.terms-page h1:after{background:#4ca50f;border-radius:50%;bottom:-2px;content:"";height:7px;left:calc(50% + 28px);position:absolute;width:7px}.terms-page h1:before{background:#4caf50;border-radius:10px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:48px}.terms-intro{box-sizing:border-box;margin-bottom:25px;width:100%}.terms-intro p{background:#f1f8f2;border-left:5px solid #4caf50;border-radius:0 12px 12px 0;box-sizing:border-box;color:#304238;font-size:16px;font-weight:500;line-height:1.85;margin:0;padding:25px 28px}.terms-content{grid-gap:25px;box-sizing:border-box;display:grid;gap:25px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.terms-section{background:#fff;border:1px solid #e2ebe4;border-radius:14px;border-top:4px solid #4caf50;box-shadow:0 5px 18px #1e462d0f;box-sizing:border-box;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.terms-section:hover{border-color:#cfe1d2;box-shadow:0 12px 28px #1e462d1f;transform:translateY(-5px)}.terms-section h2{align-items:center;color:#1b4d32;display:flex;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:700;gap:13px;line-height:1.3;margin:0 0 18px;padding:0;position:relative}.terms-section p{color:#555f59;font-size:15.5px;line-height:1.8;margin:0}.terms-section ul{list-style:none;margin:0;padding:0}.terms-section li{color:#4b554f;font-size:15.5px;line-height:1.7;margin:0 0 13px;padding-left:28px;position:relative}.terms-section li:last-child{margin-bottom:0}.terms-section li:before{align-items:center;background:#e9f6eb;border-radius:50%;color:#308d49;content:"✓";display:flex;font-size:11px;font-weight:700;height:19px;justify-content:center;left:0;position:absolute;top:2px;width:19px}.terms-section:first-child{background:linear-gradient(135deg,#fff,#f8fcf8)}.terms-final-section{background:#f7fbf7}@media (max-width:992px){.terms-page{padding:45px 20px}.terms-page .terms-container{padding:35px 30px}.terms-page h1{font-size:34px;margin-bottom:38px}.terms-content{gap:20px}.terms-section{padding:25px}.terms-section h2{font-size:20px}}@media (max-width:768px){.terms-page{padding:30px 15px}.terms-page .terms-container{border-radius:15px;padding:30px 20px}.terms-page h1{font-size:29px;margin-bottom:32px;padding-bottom:17px}.terms-intro{margin-bottom:18px}.terms-intro p{font-size:15px;padding:20px}.terms-content{gap:18px;grid-template-columns:1fr}.terms-section{border-radius:12px;padding:23px 20px}.terms-section h2{font-size:19px;margin-bottom:15px}.terms-section li,.terms-section p{font-size:15px}}@media (max-width:480px){.terms-page{padding:20px 10px}.terms-page .terms-container{border-radius:12px;padding:25px 15px}.terms-page h1{font-size:25px;margin-bottom:28px}.terms-page h1:after{height:3px;width:55px}.terms-intro p{border-left-width:4px;font-size:14.5px;padding:18px}.terms-section{padding:20px 17px}.terms-section h2{font-size:18px}.terms-section li,.terms-section p{font-size:14.5px}.terms-section li{margin-bottom:11px;padding-left:25px}}.terms-page a{color:#308d49;text-decoration:none}.terms-page a:hover{color:#1f6b35;text-decoration:underline}.terms-page *,.terms-page :after,.terms-page :before{box-sizing:border-box}:root{--ethics-primary:#173a2c;--ethics-primary-light:#24543f;--ethics-green:#4c9d48;--ethics-green-dark:#3f8f3a;--ethics-bg:#f5f8f3;--ethics-soft-bg:#eaf4e6;--ethics-card:#fff;--ethics-text:#4f5b55;--ethics-heading:#173a2c;--ethics-muted:#69726d;--ethics-border:#dfe9dc;--ethics-shadow:0 8px 25px #173a2c12;--ethics-shadow-hover:0 16px 35px #173a2c1f;--ethics-radius:16px}.ethics-page{background:radial-gradient(circle at 90% 0,#dcebd7a6,#0000 300px),radial-gradient(circle at 0 70%,#e6f1e1a6,#0000 320px),#f5f8f3;background:radial-gradient(circle at 90% 0,#dcebd7a6,#0000 300px),radial-gradient(circle at 0 70%,#e6f1e1a6,#0000 320px),var(--ethics-bg);box-sizing:border-box;color:#4f5b55;color:var(--ethics-text);font-family:Arial,Helvetica,sans-serif;line-height:1.7;padding:55px 20px 80px;width:100%}.ethics-page .container{margin:0 auto;max-width:1180px;padding:0;width:100%}.ethics-page .about-section{background:#fff;background:var(--ethics-card);border:1px solid #dfe9dc;border:1px solid var(--ethics-border);border-radius:24px;box-shadow:0 8px 25px #173a2c12;box-shadow:var(--ethics-shadow);box-sizing:border-box;padding:45px;width:100%}.ethics-page h1{color:#173a2c;color:var(--ethics-heading);font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;padding-bottom:12px;position:relative;text-align:center}.ethics-page h1:after{border-radius:10px;bottom:0;height:3px;left:50%;transform:translateX(-50%);width:48px}.ethics-page h1:after,.ethics-page h1:before{background:#4c9d48;background:var(--ethics-green);content:"";position:absolute}.ethics-page h1:before{border-radius:50%;bottom:-2px;height:7px;left:calc(50% + 28px);width:7px}.ethics-content{grid-gap:25px;align-items:stretch;display:grid;gap:25px;grid-template-columns:repeat(2,minmax(0,1fr))}.ethics-content>p:first-child,.ethics-content>p:nth-child(2),.ethics-content>ul:nth-child(3){grid-column:1/-1}.ethics-content>p:first-child{background:linear-gradient(135deg,#f5f8f3,#fff);border-left:4px solid #4c9d48;border-left:4px solid var(--ethics-green);border-radius:14px;color:#4f5b55;color:var(--ethics-text);font-size:16px;line-height:1.8;margin:0 0 2px;padding:24px 28px}.ethics-content>p:nth-child(2){color:#69726d;color:var(--ethics-muted);font-size:15px;margin:0}.ethics-content>ul:nth-child(3){grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0 0 12px;padding:0}.ethics-content>ul:nth-child(3) li{background:#eaf4e6;background:var(--ethics-soft-bg);border:1px solid #dcebd7;border-radius:10px;color:#173a2c;color:var(--ethics-primary);font-size:13px;font-weight:600;line-height:1.45;margin:0;padding:14px 16px 14px 40px;position:relative}.ethics-content>ul:nth-child(3) li:before{align-items:center;background:#4c9d48;background:var(--ethics-green);border-radius:50%;color:#fff;content:"✓";display:flex;font-size:11px;font-weight:700;height:18px;justify-content:center;left:15px;position:absolute;top:50%;transform:translateY(-50%);width:18px}.ethics-section{background:#fff;border:1px solid #dfe9dc;border:1px solid var(--ethics-border);border-radius:16px;border-radius:var(--ethics-radius);box-shadow:0 4px 15px rgba(23,58,44,.045);display:flex;flex-direction:column;overflow:hidden;padding:28px 28px 25px;position:relative;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.ethics-section:before{background:linear-gradient(90deg,#4c9d48,#8abd78);background:linear-gradient(90deg,var(--ethics-green),#8abd78);content:"";height:3px;left:0;position:absolute;top:0;width:100%}.ethics-section:hover{border-color:#cbdcc7;box-shadow:0 16px 35px #173a2c1f;box-shadow:var(--ethics-shadow-hover);transform:translateY(-5px)}.ethics-section h2{color:#173a2c;color:var(--ethics-heading);font-family:Georgia,Times New Roman,serif;font-size:21px;gap:13px;line-height:1.3;margin:0 0 18px;padding:0;position:relative}.ethics-section h2,.ethics-section h2:before{align-items:center;display:flex;font-weight:700}.ethics-section h2:before{background:#eaf4e6;background:var(--ethics-soft-bg);border-radius:10px;color:#4c9d48;color:var(--ethics-green);flex:0 0 34px;font-family:Arial,Helvetica,sans-serif;font-size:13px;height:34px;justify-content:center;width:34px}.ethics-section:first-of-type h2:before{content:"01"}.ethics-section:nth-of-type(2) h2:before{content:"02"}.ethics-section:nth-of-type(3) h2:before{content:"03"}.ethics-section:nth-of-type(4) h2:before{content:"04"}.ethics-section:nth-of-type(5) h2:before{content:"05"}.ethics-section:nth-of-type(6) h2:before{content:"06"}.ethics-section:nth-of-type(7) h2:before{content:"07"}.ethics-section:nth-of-type(8) h2:before{content:"08"}.ethics-section:nth-of-type(9) h2:before{content:"09"}.ethics-section p{color:#4f5b55;color:var(--ethics-text);font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.75;margin:0 0 15px}.ethics-section p:last-child{margin-bottom:0}.ethics-section ul{list-style:none;margin:5px 0 15px;padding:0}.ethics-section li{background:#fafcf9;border-radius:7px;color:#4f5b55;color:var(--ethics-text);font-size:14px;line-height:1.6;margin:0 0 10px;padding:9px 10px 9px 29px;position:relative}.ethics-section li:before{background:#4c9d48;background:var(--ethics-green);border-radius:50%;content:"";height:6px;left:11px;position:absolute;top:17px;width:6px}.ethics-page strong{color:#173a2c;color:var(--ethics-primary);font-weight:700}.ethics-section:last-child{background:linear-gradient(135deg,#eef6eb,#fff);border-color:#cfe1ca}.ethics-section:last-child h2:before{background:#4c9d48;background:var(--ethics-green);color:#fff}.ethics-section+.ethics-section{margin-top:0}.ethics-page .contact-info{background:#eaf4e6;background:var(--ethics-soft-bg);border-left:4px solid #4c9d48;border-left:4px solid var(--ethics-green);border-radius:10px;margin-top:30px;padding:22px 25px}.ethics-page .contact-info a{color:#3f8f3a;color:var(--ethics-green-dark);font-weight:600;text-decoration:none;transition:color .2s ease}.ethics-page .contact-info a:hover{color:#173a2c;color:var(--ethics-primary);text-decoration:underline}@media (max-width:992px){.ethics-page{padding:40px 18px 60px}.ethics-page .about-section{border-radius:20px;padding:35px}.ethics-content{gap:20px;grid-template-columns:1fr}.ethics-content>p:first-child,.ethics-content>p:nth-child(2),.ethics-content>ul:nth-child(3){grid-column:auto}.ethics-content>ul:nth-child(3){grid-template-columns:repeat(2,minmax(0,1fr))}.ethics-section{padding:25px}}@media (max-width:768px){.ethics-page{padding:25px 12px 45px}.ethics-page .about-section{border-radius:17px;padding:25px 18px}.ethics-page h1{font-size:34px;letter-spacing:-.6px;margin-bottom:30px}.ethics-content{gap:17px}.ethics-content>p:first-child{font-size:14px;padding:20px}.ethics-content>p:nth-child(2){font-size:14px}.ethics-content>ul:nth-child(3){gap:9px;grid-template-columns:1fr}.ethics-content>ul:nth-child(3) li{font-size:12px}.ethics-section{border-radius:13px;padding:23px 19px}.ethics-section h2{font-size:19px;gap:10px;margin-bottom:15px}.ethics-section h2:before{border-radius:8px;flex-basis:30px;font-size:11px;height:30px;width:30px}.ethics-section li,.ethics-section p{font-size:13px}.ethics-section li{padding-left:26px}}@media (max-width:480px){.ethics-page{padding:18px 8px 35px}.ethics-page .about-section{border-radius:14px;padding:22px 14px}.ethics-page h1{font-size:30px;margin-bottom:27px}.ethics-content>p:first-child{font-size:13px;line-height:1.7;padding:17px}.ethics-section{padding:20px 16px}.ethics-section h2{font-size:17px}.ethics-section li,.ethics-section p{font-size:13px;line-height:1.65}.ethics-section li{padding-bottom:7px;padding-top:7px}}@media (prefers-reduced-motion:reduce){.ethics-section{transition:none}.ethics-section:hover{transform:none}}.open-access-page{background:#f5f8f5;box-sizing:border-box;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:60px 20px;width:100%}.open-access-page .container{box-sizing:border-box;margin:0 auto;max-width:1100px;width:100%}.open-access-page .about-section{background:#fff;border:1px solid #e1e9e2;border-radius:18px;box-shadow:0 8px 30px #19462814;box-sizing:border-box;padding:45px 50px;width:100%}.open-access-page h1{color:#173d2a;font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;padding-bottom:12px;position:relative;text-align:center}.open-access-page h1:after{background:#4caf50;border-radius:10px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:48px}.open-access-page h1:before{background:#4ca50f;border-radius:50%;bottom:-2px;content:"";height:7px;left:calc(50% + 28px);position:absolute;width:7px}.open-access-policy-content{width:100%}.open-access-policy-content>p{color:#4b554f;font-size:16px;line-height:1.85;margin:0 0 22px;text-align:justify}.open-access-policy-content>p:first-child{color:#35443a;font-size:17px}.open-access-policy-section{background:#f8fbf8;border:1px solid #e1ebe2;border-left:5px solid #4caf50;border-radius:12px;box-sizing:border-box;margin:28px 0;padding:28px 30px;position:relative;transition:all .3s ease}.open-access-policy-section:hover{border-color:#c9dfcc;box-shadow:0 8px 22px #2e7d3214;transform:translateY(-2px)}.open-access-policy-section h2{align-items:center;color:var(--ethics-heading);color:#1b4d32;display:flex;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:700;gap:13px;line-height:1.3;margin:0 0 18px;padding:0;position:relative}.open-access-policy-section h2:before{background:#4caf50;border-radius:50%;content:"";display:inline-block;height:8px;margin-bottom:3px;margin-right:10px;width:8px}.open-access-policy-section p{color:#4d554f;font-size:16px;line-height:1.8;margin:0 0 16px}.open-access-policy-section p:last-child{margin-bottom:0}.open-access-policy-section ul{list-style:none;margin:15px 0 5px;padding:0}.open-access-policy-section li{color:#444d47;font-size:16px;line-height:1.75;margin:0 0 13px;padding-left:28px;position:relative}.open-access-policy-section li:last-child{margin-bottom:0}.open-access-policy-section li:before{align-items:center;background:#e5f4e7;border-radius:50%;color:#2e7d32;content:"✓";display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;left:0;position:absolute;top:1px;width:20px}.open-access-policy-section a{border-bottom:1px solid #0000;color:#2e7d32;display:inline-block;font-weight:600;text-decoration:none;transition:all .3s ease}.open-access-policy-section a:hover{border-bottom-color:#1b5e20;color:#1b5e20}.open-access-policy-section:last-child{background:linear-gradient(135deg,#f0f8f1,#f8fbf8);border-left-color:#2e7d32}.open-access-policy-section:last-child h2{color:#16452b}@media (max-width:992px){.open-access-page{padding:45px 18px}.open-access-page .about-section{padding:38px 35px}.open-access-page h1{font-size:2.3rem;margin-bottom:35px}.open-access-policy-section{padding:25px 26px}.open-access-policy-section h2{font-size:1.35rem}}@media (max-width:768px){.open-access-page{padding:30px 14px}.open-access-page .about-section{border-radius:14px;padding:28px 20px}.open-access-page h1{font-size:2rem;margin-bottom:30px;padding-bottom:15px}.open-access-page h1:after{height:3px;width:55px}.open-access-policy-content>p{font-size:15px;line-height:1.75;text-align:left}.open-access-policy-content>p:first-child{font-size:15.5px}.open-access-policy-section{border-left-width:4px;border-radius:10px;margin:22px 0;padding:22px 20px}.open-access-policy-section h2{font-size:1.25rem;line-height:1.45;margin-bottom:15px}.open-access-policy-section p{font-size:15px;line-height:1.75}.open-access-policy-section li{font-size:15px;line-height:1.7;padding-left:26px}}@media (max-width:480px){.open-access-page{padding:20px 10px}.open-access-page .about-section{border-radius:12px;padding:24px 15px}.open-access-page h1{font-size:1.7rem;margin-bottom:25px}.open-access-policy-content>p{font-size:14.5px;line-height:1.7}.open-access-policy-section{margin:18px 0;padding:20px 16px}.open-access-policy-section h2{font-size:1.15rem}.open-access-policy-section p{font-size:14.5px}.open-access-policy-section li{font-size:14.5px;padding-left:24px}.open-access-policy-section li:before{font-size:11px;height:18px;width:18px}}.archiving-page{background:#f4f8f4;box-sizing:border-box;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:60px 20px;width:100%}.archiving-page .container{background:#fff;border:1px solid #e3ebe4;border-radius:20px;box-shadow:0 10px 35px #1e462d14;box-sizing:border-box;margin:0 auto;max-width:1200px;padding:45px;width:100%}.archiving-page h1{color:#173d2a;font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;padding-bottom:12px;position:relative;text-align:center}.archiving-page h1:after{background:#4caf50;border-radius:10px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:48px}.archiving-page h1:before{background:#4ca50f;border-radius:50%;bottom:-2px;content:"";height:7px;left:calc(50% + 28px);position:absolute;width:7px}.archiving-content{width:100%}.archiving-content>p{color:#4b554f;font-size:16px;line-height:1.85;margin:0 0 22px}.archiving-content>p:first-child{background:#f1f8f2;border-left:5px solid #4caf50;border-radius:0 12px 12px 0;color:#304238;margin-bottom:22px;padding:25px 28px}.archiving-content{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,minmax(0,1fr))}.archiving-content>p{grid-column:1/-1}.archiving-section{background:#fff;border:1px solid #e2ebe4;border-radius:14px;border-top:4px solid #4caf50;box-shadow:0 5px 18px #1e462d0f;box-sizing:border-box;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.archiving-section:hover{box-shadow:0 12px 28px #1e462d1f;transform:translateY(-5px)}.archiving-section h2{align-items:center;color:var(--ethics-heading);color:#1b4d32;display:flex;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:700;gap:13px;line-height:1.3;margin:0 0 18px;padding:0;position:relative}.archiving-section p{color:#555f59;font-size:15.5px;line-height:1.8;margin:0 0 18px}.archiving-section p:last-child{margin-bottom:0}.archiving-section ul{list-style:none;margin:15px 0 20px;padding:0}.archiving-section li{color:#4b554f;font-size:15.5px;line-height:1.7;margin:0 0 13px;padding-left:28px;position:relative}.archiving-section li:last-child{margin-bottom:0}.archiving-section li:before{align-items:center;background:#e9f6eb;border-radius:50%;color:#308d49;content:"✓";display:flex;font-size:11px;font-weight:700;height:19px;justify-content:center;left:0;position:absolute;top:1px;width:19px}.archiving-section:first-of-type{background:linear-gradient(135deg,#fff,#f8fcf8)}.archiving-section:last-child{background:#f7fbf7}@media (max-width:992px){.archiving-page{padding:45px 20px}.archiving-page .container{padding:35px 30px}.archiving-page h1{font-size:34px;margin-bottom:38px}.archiving-content{gap:20px}.archiving-section{padding:25px}.archiving-section h2{font-size:20px}}@media (max-width:768px){.archiving-page{padding:30px 15px}.archiving-page .container{border-radius:15px;padding:30px 20px}.archiving-page h1{font-size:29px;margin-bottom:32px;padding-bottom:17px}.archiving-content{gap:18px;grid-template-columns:1fr}.archiving-content>p{margin-bottom:18px}.archiving-content>p:first-child{padding:20px}.archiving-section{border-radius:12px;padding:23px 20px}.archiving-section h2{font-size:19px;margin-bottom:15px}.archiving-content>p,.archiving-section li,.archiving-section p{font-size:15px}}@media (max-width:480px){.archiving-page{padding:20px 10px}.archiving-page .container{border-radius:12px;padding:25px 15px}.archiving-page h1{font-size:25px;margin-bottom:28px}.archiving-page h1:after{height:3px;width:55px}.archiving-content>p:first-child{border-left-width:4px;padding:18px}.archiving-section{padding:20px 17px}.archiving-section h2{font-size:18px}.archiving-section li{margin-bottom:11px;padding-left:25px}}.archiving-page a{color:#308d49;text-decoration:none}.archiving-page a:hover{color:#1f6b35;text-decoration:underline}.archiving-page *,.archiving-page :after,.archiving-page :before{box-sizing:border-box}.author-rights-page{background:#f5f8f5;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;min-height:100vh;padding:55px 20px}.author-rights-page .container{margin:0 auto;max-width:1200px;padding:0}.author-rights-page .about-section{background:#fff;border:1px solid #e5eee7;border-radius:24px;box-shadow:0 12px 35px #1a3a2f14;padding:45px}.author-rights-page h1{color:#173d2a;font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;padding-bottom:12px;position:relative;text-align:center}.author-rights-page h1:after{background:#4caf50;border-radius:10px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:48px}.author-rights-page h1:before{background:#4ca50f;border-radius:50%;bottom:-2px;content:"";height:7px;left:calc(50% + 28px);position:absolute;width:7px}.author-rights-content{width:100%}.author-rights-content>p{color:#4a554e;font-size:1.05rem;line-height:1.85;margin:0 0 20px}.author-rights-content>p:first-child{background:#f1f8f2;border-left:5px solid #4caf50;border-radius:0 12px 12px 0;color:#35453b;padding:22px 25px}.author-rights-page strong{color:#1d5b38;font-weight:700}.author-rights-content{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,minmax(0,1fr))}.author-rights-content>p{grid-column:1/-1}.author-rights-section{background:#fff;border:1px solid #e1ebe3;border-radius:18px;box-shadow:0 6px 20px #1a3a2f0d;overflow:hidden;padding:28px 30px;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.author-rights-section:before{background:#4caf50;content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.author-rights-section:hover{border-color:#b8d8bf;box-shadow:0 12px 30px #1a3a2f1a;transform:translateY(-5px)}.author-rights-section:hover:before{transform:scaleX(1)}.author-rights-section h2{align-items:center;color:var(--ethics-heading);color:#1b4d32;display:flex;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:700;gap:13px;line-height:1.3;margin:0 0 18px;padding:0 0 14px 16px;position:relative}.author-rights-section h2:before{background:#4caf50;border-radius:5px;content:"";height:24px;left:0;position:absolute;top:2px;width:4px}.author-rights-section p{color:#505a54;font-size:1rem;line-height:1.75;margin:0 0 16px}.author-rights-section p:last-child{margin-bottom:0}.author-rights-section ul{list-style:none;margin:15px 0 20px;padding:0}.author-rights-section li{border-bottom:1px solid #eef3ef;color:#4c5750;font-size:.98rem;line-height:1.6;padding:9px 0 9px 28px;position:relative}.author-rights-section li:last-child{border-bottom:none}.author-rights-section li:before{align-items:center;background:#e8f5e9;border-radius:50%;color:#2e7d32;content:"✓";display:flex;font-size:12px;font-weight:700;height:19px;justify-content:center;left:0;position:absolute;top:9px;width:19px}.author-rights-page a{color:#2e7d32;font-weight:600;text-decoration:none;transition:color .3s ease}.author-rights-page a:hover{color:#1b5e20;text-decoration:underline}.author-rights-section:last-child{background:linear-gradient(135deg,#f1f8f2,#fff);border-color:#cfe3d3}@media (max-width:992px){.author-rights-page{padding:40px 18px}.author-rights-page .about-section{border-radius:20px;padding:35px}.author-rights-page h1{font-size:2.35rem;margin-bottom:35px}.author-rights-content{gap:20px}.author-rights-section{padding:25px}.author-rights-section h2{font-size:1.25rem}}@media (max-width:768px){.author-rights-page{padding:25px 12px}.author-rights-page .about-section{border-radius:16px;padding:25px 18px}.author-rights-page h1{font-size:2rem;margin-bottom:30px;padding-bottom:16px}.author-rights-content{gap:18px;grid-template-columns:1fr}.author-rights-content>p{font-size:.98rem;line-height:1.75}.author-rights-content>p:first-child{padding:18px}.author-rights-section{border-radius:15px;padding:22px 20px}.author-rights-section h2{font-size:1.2rem;margin-bottom:15px}.author-rights-section p{font-size:.95rem}.author-rights-section li{font-size:.94rem}}@media (max-width:480px){.author-rights-page{padding:18px 8px}.author-rights-page .about-section{padding:22px 14px}.author-rights-page h1{font-size:1.75rem}.author-rights-content>p{font-size:.94rem}.author-rights-section{padding:20px 16px}.author-rights-section h2{font-size:1.1rem}.author-rights-section li{font-size:.9rem;padding-left:25px}}.peer-review-policy-page{background:#f5f8f5;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;min-height:100vh;padding:55px 20px}.peer-review-policy-page .container{margin:0 auto;max-width:1200px;padding:0}.peer-review-policy-page .about-section{background:#fff;border:1px solid #e5eee7;border-radius:24px;box-shadow:0 12px 35px #1a3a2f14;padding:45px}.peer-review-policy-page h1{color:#173d2a;font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;padding-bottom:12px;position:relative;text-align:center}.peer-review-policy-page h1:after{background:#4ca50f;border-radius:50%;bottom:-2px;content:"";height:7px;left:calc(50% + 28px);position:absolute;width:7px}.peer-review-policy-page h1:before{background:#4caf50;border-radius:10px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:48px}.peer-review-content{margin:0 auto;max-width:1000px}.peer-review-content>p{color:#4a554e;font-size:1.05rem;line-height:1.85;margin:0 0 22px}.peer-review-content>p:first-child{background:#f1f8f2;border-left:5px solid #4caf50;border-radius:0 14px 14px 0;color:#35453b;font-weight:500;padding:22px 25px}.peer-review-content>p:nth-of-type(3){margin-bottom:18px;margin-top:30px}.peer-review-content ul{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;margin:20px 0 30px;padding:0}.peer-review-content li{background:#fff;border:1px solid #e1ebe3;border-radius:12px;box-shadow:0 4px 12px #1a3a2f0a;color:#46524b;font-size:.98rem;line-height:1.6;padding:15px 18px 15px 48px;position:relative;transition:transform .3s ease}.peer-review-content li:hover{border-color:#b8d8bf;transform:translateY(-3px)}.peer-review-content li:before{align-items:center;background:#e8f5e9;border-radius:50%;color:#2e7d32;content:"✓";display:flex;font-size:13px;font-weight:700;height:22px;justify-content:center;left:17px;position:absolute;top:50%;transform:translateY(-50%);width:22px}.peer-review-content>p:last-child{background:linear-gradient(135deg,#f1f8f2,#fff);border:1px solid #d5e6d8;border-radius:16px;color:#35453b;margin-top:30px;padding:25px 28px}@media (max-width:992px){.peer-review-policy-page{padding:40px 18px}.peer-review-policy-page .about-section{border-radius:20px;padding:35px}.peer-review-policy-page h1{font-size:2.35rem;margin-bottom:35px}.peer-review-content{max-width:100%}.peer-review-content ul{gap:12px}}@media (max-width:768px){.peer-review-policy-page{padding:25px 12px}.peer-review-policy-page .about-section{border-radius:16px;padding:25px 18px}.peer-review-policy-page h1{font-size:2rem;margin-bottom:30px;padding-bottom:16px}.peer-review-content>p{font-size:.98rem;line-height:1.75}.peer-review-content>p:first-child{padding:18px}.peer-review-content ul{gap:12px;grid-template-columns:1fr;margin:18px 0 25px}.peer-review-content li{font-size:.94rem;padding:14px 15px 14px 45px}.peer-review-content li:before{left:15px}.peer-review-content>p:last-child{margin-top:25px;padding:20px}}@media (max-width:480px){.peer-review-policy-page{padding:18px 8px}.peer-review-policy-page .about-section{padding:22px 14px}.peer-review-policy-page h1{font-size:1.75rem}.peer-review-content>p{font-size:.94rem}.peer-review-content>p:first-child{padding:16px}.peer-review-content li{font-size:.9rem;padding:13px 12px 13px 42px}.peer-review-content li:before{left:13px}}
/*# sourceMappingURL=main.7c98ace3.css.map*/