@import"https://fonts.googleapis.com/css2?family=Autour+One&family=Castoro+Titling&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Konkhmer+Sleokchher&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oleo+Script+Swash+Caps:wght@400;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);background-attachment:fixed;color:#fff;min-height:100vh}.navbar{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;position:fixed;top:0;left:0;width:100%;background:#0a0a0ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);z-index:2000;transition:all .3s ease}.navbar.scrolled{background:#0a0a0af2;box-shadow:0 4px 20px #00000080}.logo a{text-decoration:none}.logo h1{font-size:28px;margin:0;font-family:Oleo Script Swash Caps,system-ui;font-weight:400;color:#219ebc;text-shadow:0 0 20px rgba(33,158,188,.3)}.nav-container{display:flex;align-items:center;justify-content:space-between;width:66%}.links{display:flex;gap:30px}.links a{font-family:Lato,sans-serif;font-weight:500;color:#fff;text-decoration:none;font-size:16px;transition:all .3s}.links a:hover{color:#219ebc}.button button{padding:10px 18px;background-color:#219ebc;border:none;border-radius:21px;color:#fff;cursor:pointer;font-size:16px;transition:background-color .3s;font-family:Lato,sans-serif;font-weight:500}.button button:hover{background-color:#007997}.button span{display:flex;align-items:center}.arrow{margin-left:8px;width:8px;height:8px}.hamburger{display:none;flex-direction:column;cursor:pointer;position:absolute;right:18px;top:50%;transform:translateY(-50%);padding:8px;border-radius:6px;z-index:2001}.hamburger .bar{height:3px;width:26px;background-color:#fff;margin:4px 0;transition:.3s}@media(max-width:768px){.nav-container{position:absolute;top:65px;right:0;width:100%;background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-top:1px solid rgba(33,158,188,.3);flex-direction:column;overflow:hidden;max-height:0;transition:max-height .5s ease-out;z-index:999;box-shadow:0 10px 30px #00000080}.nav-container.active{max-height:400px}.links{flex-direction:column;gap:2px;padding:10px 0;text-align:center}.links a{color:#fff;font-size:16px;padding:10px 20px;border-radius:8px;transition:all .3s ease}.links a:hover{background:#219ebc1a;color:#219ebc}.button{display:flex;justify-content:center;padding-bottom:15px;padding-top:5px}.button button{background:#219ebc1a;border:1px solid rgba(33,158,188,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 15px #219ebc33;padding:12px 24px}.button button:hover{background:#219ebc33;border-color:#219ebc;box-shadow:0 6px 20px #219ebc66;transform:translateY(-2px)}.hamburger{display:flex}}body{padding-top:70px}.footer{background:linear-gradient(180deg,#0a0a0afa,#050505);color:#fff;padding:0;margin-top:80px;font-family:Lato,sans-serif;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#219ebc,transparent)}.footer-container{max-width:1300px;margin:0 auto}.footer-hero{text-align:center;padding:80px 24px 70px;position:relative;background:radial-gradient(ellipse at center top,rgba(33,158,188,.08) 0%,transparent 60%)}.footer-tagline{display:inline-block;font-size:.9rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#219ebc;margin-bottom:16px}.footer-hero h2{font-family:Montserrat,sans-serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.3;margin:0 auto 20px;color:#fff;max-width:700px}.footer-hero-text{font-size:clamp(.95rem,2vw,1.1rem);color:#ffffffb3;max-width:550px;margin:0 auto 32px;line-height:1.7}.cta-button{background:linear-gradient(135deg,#219ebc,#1a7fa3);color:#fff;border:none;padding:16px 40px;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #219ebc4d;font-family:Lato,sans-serif;letter-spacing:.5px}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #219ebc66;background:linear-gradient(135deg,#1a7fa3,#219ebc)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:50px;padding:60px 40px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.footer-section h4{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;margin-bottom:24px;color:#fff;text-transform:uppercase;letter-spacing:1px;position:relative;padding-bottom:12px}.footer-section h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:linear-gradient(90deg,#219ebc,transparent)}.footer-brand{padding-right:30px}.footer-logo{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:16px;background:linear-gradient(135deg,#fff,#219ebc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{font-size:.95rem;line-height:1.8;color:#fff9;margin-bottom:24px}.social-icons{display:flex;gap:12px}.social-icons a{color:#fff;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#ffffff14;font-size:1.2rem;border:1px solid rgba(255,255,255,.1)}.social-icons a:hover{background:#219ebc;border-color:#219ebc;transform:translateY(-3px);box-shadow:0 6px 20px #219ebc4d}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:14px}.footer-links a{color:#fff9;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#219ebc;transform:translate(5px)}.footer-contact{list-style:none;padding:0;margin:0 0 24px}.footer-contact li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:#fff9;font-size:.9rem;line-height:1.5}.footer-contact li a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-contact li a:hover{color:#219ebc}.contact-icon{color:#219ebc;font-size:1.2rem;flex-shrink:0;margin-top:2px}.chat-button{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:12px 28px;font-size:.9rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:Lato,sans-serif}.chat-button:hover{background:#219ebc;border-color:#219ebc;transform:translateY(-2px);box-shadow:0 4px 15px #219ebc4d}.footer-bottom{padding:24px 40px;background:#0000004d}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;max-width:1220px;margin:0 auto}.copyright{color:#ffffff80;font-size:.85rem;margin:0}.footer-legal-links{display:flex;align-items:center;gap:16px}.footer-legal-links a{color:#ffffff80;text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer-legal-links a:hover{color:#219ebc}.footer-legal-links .divider{color:#fff3;font-size:.8rem}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:40px;padding:50px 30px}.footer-brand{grid-column:span 2;padding-right:0;text-align:center}.footer-description{max-width:500px;margin:0 auto 24px}.social-icons{justify-content:center}.footer-section h4:after{left:50%;transform:translate(-50%)}.footer-section{text-align:center}.footer-links a:hover{transform:none}.footer-contact li{justify-content:center}}@media(max-width:768px){.footer{margin-top:60px}.footer-hero{padding:60px 20px 50px}.footer-hero h2{font-size:clamp(1.5rem,5vw,2rem)}.cta-button{padding:14px 32px;font-size:.95rem}.footer-content{grid-template-columns:1fr;gap:36px;padding:40px 20px}.footer-brand{grid-column:span 1}.footer-bottom{padding:20px}.footer-bottom-content{flex-direction:column;gap:16px;text-align:center}.footer-legal-links{order:-1}}@media(max-width:480px){.footer-hero{padding:50px 16px 40px}.footer-tagline{font-size:.8rem}.footer-hero h2{font-size:1.4rem}.footer-hero-text{font-size:.9rem}.cta-button{padding:12px 28px;font-size:.9rem;width:100%;max-width:280px}.footer-content{padding:32px 16px;gap:32px}.footer-logo{font-size:1.3rem}.footer-description{font-size:.9rem}.social-icons a{width:40px;height:40px;font-size:1.1rem}.footer-section h4{font-size:.9rem}.footer-links a,.footer-contact li{font-size:.85rem}.chat-button{padding:10px 24px;font-size:.85rem}.footer-bottom{padding:16px}.copyright,.footer-legal-links a{font-size:.8rem}}.card-showcase{display:flex;justify-content:center;align-items:flex-start;padding:clamp(10px,3vw,20px);gap:clamp(2px,1vw,5px);margin-top:clamp(20px,5vw,40px);flex-wrap:wrap}.book-card{width:clamp(80px,20vw,120px);height:clamp(100px,25vw,150px);border-radius:clamp(4px,1vw,8px);overflow:hidden;transition:transform .3s ease;position:relative;z-index:1;flex-shrink:0}.book-card img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;max-width:100%}.book-card.rotate-left{transform:rotate(-15deg);z-index:0}.book-card.rotate-right{transform:rotate(15deg);z-index:0}.book-card.center-card{transform:rotate(0) scale(1.05);z-index:1000}@media(max-width:768px){.card-showcase{gap:clamp(3px,1.5vw,8px)}.book-card.rotate-left{transform:rotate(-12deg)}.book-card.rotate-right{transform:rotate(12deg)}.book-card.center-card{transform:rotate(0) scale(1.08)}}@media(max-width:480px){.card-showcase{padding:clamp(8px,2vw,15px);gap:clamp(2px,1vw,4px)}.book-card{width:clamp(70px,22vw,100px);height:clamp(90px,28vw,125px)}.book-card.rotate-left{transform:rotate(-10deg)}.book-card.rotate-right{transform:rotate(10deg)}.book-card.center-card{transform:rotate(0) scale(1.1)}}@media(max-width:320px){.card-showcase{gap:1px}.book-card{width:clamp(60px,24vw,80px);height:clamp(75px,30vw,100px)}.book-card.rotate-left{transform:rotate(-8deg)}.book-card.rotate-right{transform:rotate(8deg)}}.offer-section{margin-top:clamp(30px,8vw,60px)}.dot-style{display:flex;justify-content:center;align-items:center;gap:10px}.dot-style .line{display:block;width:clamp(30px,10vw,80px);height:2px;background-color:#ffffff4d;border-radius:2px}.dot-style .dot{width:clamp(6px,1.5vw,10px);height:clamp(6px,1.5vw,10px);background-color:#219ebccc;border-radius:50%}.offer-title{text-align:center;margin-top:clamp(15px,4vw,30px);font-family:Montserrat,sans-serif;margin-bottom:clamp(40px,6vw,60px);color:#fff;max-width:800px;margin-left:auto;margin-right:auto;padding:0 20px}.offer-subtitle{display:inline-block;font-size:clamp(12px,2vw,14px);font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#219ebc;margin-bottom:15px;position:relative;animation:fadeInDown .6s ease-out}.offer-heading{font-size:clamp(32px,6vw,56px);font-weight:700;line-height:1.2;margin:15px 0 20px;background:linear-gradient(135deg,#fff,#219ebc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .8s ease-out}.offer-description{font-size:clamp(14px,2.5vw,18px);line-height:1.6;color:#fffc;margin:0 auto 25px;max-width:600px;font-weight:300;animation:fadeIn 1s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.card-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(15px,4vw,30px);width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(10px,4vw,30px)}@media(max-width:480px){.offer-section{margin-top:30px;padding:0 10px}.offer-title{margin-bottom:35px;padding:0 15px}.offer-subtitle{font-size:11px;letter-spacing:2px;margin-bottom:10px}.offer-heading{font-size:28px;margin:10px 0 15px;line-height:1.3}.offer-description{font-size:14px;line-height:1.5;margin:0 auto 20px;padding:0 5px}.dot-style{gap:6px;margin-top:15px}.dot-style .line{width:25px}.dot-style .dot{width:6px;height:6px}.card-wrapper{grid-template-columns:1fr;gap:20px;padding:0 15px}}@media(min-width:481px)and (max-width:768px){.offer-section{margin-top:40px;padding:0 15px}.offer-title{margin-bottom:45px;padding:0 20px}.offer-subtitle{font-size:12px;letter-spacing:2.5px}.offer-heading{font-size:36px;margin:12px 0 18px}.offer-description{font-size:15px;line-height:1.6;margin:0 auto 22px;max-width:500px}.dot-style{gap:8px}.dot-style .line{width:40px}.dot-style .dot{width:8px;height:8px}.card-wrapper{grid-template-columns:repeat(2,1fr);gap:22px;padding:0 20px}}@media(min-width:769px)and (max-width:1024px){.offer-section{margin-top:50px}.offer-title{margin-bottom:50px}.offer-subtitle{font-size:13px}.offer-heading{font-size:44px}.offer-description{font-size:16px;max-width:650px}.dot-style .line{width:60px}.card-wrapper{grid-template-columns:repeat(2,1fr);gap:25px;padding:0 25px}}@media(min-width:1025px){.offer-section{margin-top:60px}.offer-title{margin-bottom:60px}.offer-subtitle{font-size:14px;letter-spacing:3px}.offer-heading{font-size:52px}.offer-description{font-size:18px;line-height:1.7;max-width:700px}.dot-style{gap:10px}.dot-style .line{width:80px}.dot-style .dot{width:10px;height:10px}.card-wrapper{grid-template-columns:repeat(3,1fr);gap:30px;padding:0 30px;max-width:1400px}}@media(min-width:1440px){.offer-heading{font-size:56px}.card-wrapper{max-width:1500px}}.card-border{display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1);border-radius:24px;width:100%;height:auto;min-height:260px;padding:32px;background:linear-gradient(145deg,#ffffff0f,#ffffff05);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a;transition:all .4s cubic-bezier(.4,0,.2,1);box-sizing:border-box;position:relative;overflow:hidden;cursor:pointer;align-items:flex-start;justify-content:flex-start;gap:0}.card-border:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-accent-color, #219ebc);opacity:0;transition:opacity .4s ease}.card-border:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--card-accent-color, #219ebc) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:0}.card-border:hover:before{opacity:1}.card-border:hover:after{opacity:.05}.card-border:hover{border-color:#fff3;box-shadow:0 20px 50px #0006,0 0 0 1px #ffffff1a,inset 0 1px #ffffff26;transform:translateY(-8px);background:linear-gradient(145deg,#ffffff14,#ffffff08)}.card-icon-wrapper{display:flex;justify-content:flex-start;flex-shrink:0;position:relative;z-index:1}.card-top{display:flex;flex-direction:row;width:100%;align-items:flex-start;gap:20px;margin-bottom:20px;position:relative;z-index:1}.card-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:18px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid rgba(255,255,255,.08)}.card-border:hover .card-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 24px #0003}.card-content{display:flex;flex-direction:column;gap:6px;width:100%;position:relative;z-index:1}.card-header{display:flex;flex-direction:column;gap:6px;width:100%;align-items:flex-start}.card-title{font-family:Montserrat,sans-serif;font-size:clamp(20px,4vw,24px);font-weight:700;margin:0;padding:0;color:#fff;line-height:1.3;text-align:left;width:100%;display:block;letter-spacing:-.3px}.card-subtitle{font-family:Montserrat,sans-serif;font-size:clamp(11px,2.5vw,13px);font-weight:600;color:var(--card-accent-color, #219ebc);text-transform:uppercase;letter-spacing:1.5px;text-align:left;width:100%;display:block;margin:0;padding:0;opacity:.9}.text{position:relative;z-index:1}.card-description{font-family:Lato,sans-serif;font-size:clamp(15px,3vw,17px);line-height:1.8;color:#ffffffbf;margin:0;text-align:left;width:100%;word-break:break-word;overflow-wrap:break-word;letter-spacing:.2px}@media(max-width:480px){.card-border{min-height:auto;padding:24px;border-radius:20px;gap:0}.card-top{flex-direction:row;gap:16px;align-items:flex-start;margin-bottom:16px}.card-icon-wrapper{flex-shrink:0}.card-icon{width:60px;height:60px;border-radius:14px}.card-content{gap:4px;width:100%}.card-header{gap:4px}.card-title{font-size:18px;line-height:1.25}.card-subtitle{font-size:10px;letter-spacing:1px}.card-description{font-size:14px;line-height:1.7}.card-border:hover{transform:translateY(-4px)}}@media(min-width:481px)and (max-width:768px){.card-border{min-height:240px;padding:28px;border-radius:22px}.card-top{gap:18px;margin-bottom:18px}.card-icon{width:66px;height:66px;border-radius:16px}.card-title{font-size:20px}.card-subtitle{font-size:11px}.card-description{font-size:15px;line-height:1.75}.card-border:hover{transform:translateY(-6px)}}@media(min-width:769px)and (max-width:1024px){.card-border{min-height:260px;padding:30px}.card-icon{width:68px;height:68px}.card-title{font-size:22px}.card-subtitle{font-size:12px}.card-description{font-size:16px}}@media(min-width:1025px){.card-border{min-height:260px;padding:32px}.card-icon{width:72px;height:72px}.card-title{font-size:24px}.card-subtitle{font-size:13px}.card-description{font-size:17px;line-height:1.85}}.home-image-section{margin-top:60px;padding:0 clamp(15px,4vw,40px) 80px;overflow:visible;position:relative}.home-image-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:60%;background:radial-gradient(ellipse at center,rgba(33,158,188,.08) 0%,transparent 70%);pointer-events:none;z-index:-1}.image-header{text-align:center;margin-bottom:50px}.image-header h2{font-family:Montserrat,sans-serif;font-size:clamp(28px,5vw,48px);font-weight:700;color:#fff;margin:0 0 15px;background:linear-gradient(135deg,#fff,#219ebc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.category-filters{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-top:40px;padding:8px;background:#ffffff08;border-radius:50px;border:1px solid rgba(255,255,255,.06);width:fit-content;margin-left:auto;margin-right:auto}.category-filters button{position:relative;padding:14px 32px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:500;letter-spacing:.5px;color:#fff9;background:transparent;border:none;border-radius:40px;cursor:pointer;transition:all .3s ease;overflow:hidden}.category-filters button:hover{color:#ffffffe6;background:#ffffff0d}.category-filters button.active{background:linear-gradient(135deg,#219ebc,#177a8c);color:#fff;font-weight:600;box-shadow:0 4px 15px #219ebc66}.image-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,3vw,35px);max-width:1400px;margin:0 auto;padding:40px 20px;position:relative}@media(min-width:900px){.image-gallery{grid-template-columns:repeat(4,1fr)}}.image-gallery:after{content:"";position:absolute;bottom:0;left:5%;right:5%;height:12px;background:linear-gradient(180deg,#3c281ee6,#281912f2,#1e120c);border-radius:0 0 4px 4px;box-shadow:0 4px 15px #00000080,inset 0 2px 3px #ffffff1a}.gallery-item{position:relative;display:flex;justify-content:center;align-items:flex-end;padding-bottom:15px;transition:all .4s cubic-bezier(.4,0,.2,1)}.gallery-image-wrapper{position:relative;width:100%;max-width:150px;aspect-ratio:6/9;border-radius:0;overflow:visible;cursor:pointer;transform-origin:bottom center;transition:all .4s cubic-bezier(.4,0,.2,1);border:none;box-shadow:none}.gallery-image-wrapper .gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:2px 6px 6px 2px;box-shadow:0 2px 8px #0000004d,0 8px 20px #00000040,-3px 0 10px #0003;transition:all .4s ease}.gallery-image-wrapper:before{content:"";position:absolute;left:-6px;top:2px;bottom:2px;width:8px;background:#191717;border-radius:3px 0 0 3px;box-shadow:-2px 0 5px #0000004d,inset 1px 0 2px #ffffff1a;z-index:-1;transform:perspective(100px) rotateY(-30deg);transform-origin:right center}.gallery-item:before{content:"";position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:80%;height:8px;background:radial-gradient(ellipse at center,rgba(0,0,0,.4) 0%,transparent 70%);border-radius:50%;z-index:-1}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;padding:15px 10px 12px;background:#191717;opacity:0;transition:opacity .3s ease;z-index:5;border-radius:0 0 2px 6px}.gallery-overlay h3{font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;color:#fff;margin:0;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.8);line-height:1.3;letter-spacing:.3px}.gallery-item:hover .gallery-image-wrapper{transform:translateY(-20px) scale(1.08)}.gallery-item:hover .gallery-image{box-shadow:0 15px 40px #0006,0 0 30px #8b5cf640,0 0 50px #219ebc26,-3px 0 10px #0000004d}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover:before{opacity:0}.gallery-item:after{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);width:40px;height:40px;background:radial-gradient(circle,rgba(139,92,246,.6) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:10}.gallery-item:hover:after{opacity:1;animation:magicGlow 1.5s ease-in-out infinite}@keyframes magicGlow{0%,to{transform:translate(-50%) scale(1);opacity:.6}50%{transform:translate(-50%) scale(1.3);opacity:1}}@media(max-width:480px){.home-image-section{margin-top:40px;padding:0 10px 50px}.image-header h2{font-size:22px;margin-bottom:15px}.category-filters{gap:4px;margin-top:25px;padding:6px;border-radius:40px}.category-filters button{padding:10px 16px;font-size:11px;letter-spacing:.3px}.image-gallery{grid-template-columns:repeat(3,1fr);gap:12px;padding:25px 8px}.image-gallery:after{height:8px;left:3%;right:3%}.gallery-image-wrapper{max-width:100px}.gallery-image-wrapper:before{width:5px;left:-4px}.gallery-image-wrapper:after{width:4px;right:-3px}.gallery-overlay h3{font-size:9px}.gallery-item:hover .gallery-image-wrapper{transform:translateY(-12px) scale(1.05)}}@media(min-width:481px)and (max-width:768px){.image-gallery{grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 15px}.gallery-image-wrapper{max-width:130px}.gallery-overlay h3{font-size:10px}}@media(min-width:769px)and (max-width:1024px){.image-gallery{grid-template-columns:repeat(5,1fr);gap:25px}.gallery-image-wrapper{max-width:140px}}@media(min-width:1025px){.image-gallery{grid-template-columns:repeat(6,1fr);gap:30px}.gallery-image-wrapper{max-width:150px}.gallery-overlay h3{font-size:12px}}.timeline-center{display:flex;justify-content:center;align-items:center;height:100%}.timeline-container{margin-top:30px;width:70%;height:150px;display:flex;justify-content:center;align-items:center}.timeline{display:flex;margin-top:40px}.line-time{width:90px;height:2px;background:#219ebc}.line-time-last{width:90px}.circle{position:relative;width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid #219EBC;top:-15px}.span-circle-active{position:absolute;width:20px;height:20px;border-radius:50%;background:#219ebc;top:50%;left:50%;transform:translate(-50%,-50%)}.step-name{margin-top:8px;gap:20px;text-align:center;font-family:Montserrat,sans-serif;font-size:14px;color:#219ebc;border:2px solid red}.home-container h1{text-align:center;margin-top:40px;font-family:Montserrat,sans-serif;font-weight:500;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5);padding:0 1rem}.home-container p{text-align:center;margin-top:40px;font-family:Open Sans,sans-serif;font-weight:400;color:#d0d0d0;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto;padding:0 1rem}.hero{justify-content:space-around}.home-button{display:flex;justify-content:center;padding:0 clamp(10px,3vw,20px);margin-top:40px}.home-button button{margin-top:clamp(15px,4vw,30px);padding:clamp(10px,2vw,12px) clamp(20px,5vw,29px);font-size:clamp(14px,2.5vw,16px);font-family:Montserrat,sans-serif;font-weight:600;color:#fff;background-color:#219ebc;border:none;border-radius:clamp(6px,1.5vw,9px);cursor:pointer;transition:background-color .3s ease,transform .2s ease;max-width:90vw;white-space:nowrap}.home-button button:hover{background-color:#0f808f;transform:translateY(-2px)}.home-button button:active{transform:translateY(0)}@media(max-width:768px){.home-button button{padding:clamp(9px,2vw,11px) clamp(18px,4.5vw,25px);font-size:clamp(13px,2.3vw,15px)}}@media(max-width:480px){.home-button button{padding:clamp(10px,2.5vw,12px) clamp(30px,8vw,45px);font-size:clamp(12px,3vw,14px);border-radius:clamp(5px,1.2vw,7px);min-width:60%;min-height:44px}}@media(max-width:320px){.home-button button{padding:8px 15px;font-size:12px;margin-top:12px}}@media(max-width:480px){.home-container h1{margin-top:20px;font-size:25px}}.home-container span{color:#219ebc}.steps-container{display:flex;flex-direction:column;gap:50px;margin:60px auto;max-width:1100px;padding:0 20px}.steps-description{text-align:center;max-width:700px;margin:0 auto;padding:0 20px}.steps-description h2{font-family:Montserrat,sans-serif;font-size:clamp(28px,6vw,42px);font-weight:700;margin-bottom:20px;position:relative;display:inline-block;background:linear-gradient(135deg,#fff,#219ebc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.steps-description h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#219ebc,#1a7fa3);border-radius:2px}.steps-description p{font-family:Lato,sans-serif;font-size:clamp(15px,2.5vw,17px);font-weight:400;color:#b0b0b0;line-height:1.8;margin:0;max-width:100%}.steps{display:grid;grid-template-columns:1fr;gap:24px;margin-top:20px}.step-item{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-left:5px solid #219EBC;padding:28px 32px;border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.step-item:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#219ebc,#1a7fa3);transform:scaleY(0);transform-origin:top;transition:transform .4s cubic-bezier(.4,0,.2,1)}.step-item:hover{transform:translate(12px);box-shadow:0 12px 32px #219ebc4d;background:#ffffff14;border-left-color:#1a7fa3;border:1px solid rgba(33,158,188,.3)}.step-item:hover:before{transform:scaleY(1)}.step-item h3{font-family:Montserrat,sans-serif;font-size:clamp(17px,3vw,21px);font-weight:700;color:#219ebc;margin:0 0 14px;text-transform:uppercase;letter-spacing:.8px;line-height:1.3}.step-item p{font-family:Lato,sans-serif;font-size:clamp(14px,2vw,16px);font-weight:400;color:silver;line-height:1.8;margin:0;text-align:left}@media(max-width:768px){.steps-container{margin:50px auto;gap:40px}.step-item{padding:24px 26px;border-left-width:4px}.step-item:hover{transform:translate(8px)}}@media(max-width:480px){.steps-container{margin:40px auto;gap:30px;padding:0 15px}.steps-description{padding:0 10px}.steps-description h2:after{width:50px;height:3px}.steps{gap:18px}.step-item{padding:20px;border-left-width:4px;border-radius:10px}.step-item:hover{transform:translate(6px)}.step-item h3{margin-bottom:10px;letter-spacing:.5px}}.different-container{background:#0000004d;width:100%;padding:80px 20px;min-height:500px;text-align:center;position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.different-container:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(33,158,188,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.different-container:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(96,108,56,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.different-container h3{font-family:Montserrat,sans-serif;font-size:clamp(28px,5vw,42px);font-weight:700;margin:0 auto 16px;max-width:800px;position:relative;z-index:1;letter-spacing:-.5px;background:linear-gradient(135deg,#fff,#219ebc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;border-bottom:none!important}.different-container>p{font-family:Lato,sans-serif;font-size:clamp(16px,2.5vw,20px);font-weight:400;color:#b0b0b0;line-height:1.8;margin:0 auto 50px;max-width:700px;position:relative;z-index:1}.carousel-container{display:flex;align-items:center;justify-content:center;gap:20px;max-width:1200px;margin:0 auto;position:relative}.carousel-wrapper{overflow:hidden;width:100%;max-width:600px;position:relative}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel-card{min-width:100%;padding:50px 40px;background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:20px;box-shadow:0 10px 40px #0000004d;transition:all .4s ease;position:relative;overflow:hidden}.carousel-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#219ebc,#606c38);transform:scaleX(0);transition:transform .4s ease}.carousel-card:hover:before{transform:scaleX(1)}.carousel-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #0000001f}.card-icon{width:80px;height:80px;margin:0 auto 24px;display:flex;justify-content:center;align-items:center;border-radius:16px;transition:all .4s ease}.carousel-card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.card-icon svg{width:45px;height:45px;stroke-width:2.5}.carousel-card h4{font-family:Montserrat,sans-serif;font-size:clamp(22px,4vw,30px);font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:-.3px}.carousel-card p{font-family:Lato,sans-serif;font-size:clamp(15px,2vw,18px);font-weight:400;color:silver;line-height:1.9;margin:0;text-align:center}.carousel-btn{background:linear-gradient(135deg,#219ebc,#1a7fa3);border:none;width:56px;height:56px;border-radius:50%;color:#fff;font-size:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;box-shadow:0 6px 20px #219ebc40;position:relative;z-index:2}.carousel-btn:hover{background:linear-gradient(135deg,#1a7fa3,#219ebc);transform:scale(1.15);box-shadow:0 8px 25px #219ebc59}.carousel-btn:active{transform:scale(1.05)}.carousel-dots{display:flex;gap:12px;justify-content:center;margin-top:40px;position:relative;z-index:2}.dot{width:12px;height:12px;border-radius:50%;background:#d0d0d0;border:2px solid transparent;cursor:pointer;transition:all .4s ease;padding:0}.dot.active{background:linear-gradient(135deg,#219ebc,#606c38);width:36px;border-radius:8px;border-color:#219ebc33}.dot:hover{background:#219ebc;transform:scale(1.2)}@media(max-width:768px){.different-container{padding:50px 15px}.different-container h3{margin-bottom:16px}.different-container p{margin-bottom:32px}.carousel-container{gap:10px}.carousel-wrapper{max-width:450px}.carousel-card{padding:30px 22px}.carousel-btn{width:44px;height:44px;font-size:30px}}@media(max-width:480px){.different-container{padding:40px 15px;min-height:auto}.different-container h3{margin-bottom:14px;padding:0 5px}.different-container p{margin-bottom:30px;padding:0 5px}.carousel-container{flex-direction:column;gap:16px;padding:0;width:100%;height:auto;margin:0 auto 18px;display:flex;justify-content:center;align-items:center;background:transparent;border-radius:0;color:inherit;min-height:0}.carousel-card h4{margin-bottom:14px}.carousel-btn{display:none}.carousel-dots{margin-top:24px;gap:10px;order:3}.dot{width:10px;height:10px}.dot.active{width:28px;height:10px}}@media(max-width:360px){.different-container{padding:35px 12px}.carousel-card{padding:28px 20px;min-height:240px}.carousel-dots{margin-top:20px;gap:8px}.dot{width:9px;height:9px}.dot.active{width:24px;height:9px}}.faq-container{max-width:800px;margin:60px auto;padding:0 20px;font-family:Montserrat,sans-serif}.faq-title{text-align:center;font-size:2rem;margin-bottom:40px;background:linear-gradient(135deg,#fff,#219ebc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.faq-item{border-bottom:1px solid #e5e5e5}.faq-question{width:100%;background:none;border:none;padding:18px 0;font-size:1.05rem;font-weight:600;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#fff}.faq-question.active{color:#219ebc}.icon{font-size:1.5rem;margin-left:10px}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:.95rem;line-height:1.6;color:#fff}.faq-answer.show{max-height:500px;padding-bottom:20px}.faq-answer ul{padding-left:20px}.faq-answer li{margin-bottom:6px}.about-hero{position:relative;width:100%;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image{width:100%;height:100%;object-fit:cover;animation:slowZoom 20s ease-in-out infinite alternate}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2}.hero-content{position:relative;z-index:3;max-width:1200px;width:100%;padding:3rem 2rem;text-align:center;color:#fff;animation:fadeInUp 1.2s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:clamp(1.5rem,3.5vw,3rem);font-weight:700;line-height:1.3;margin-bottom:clamp(1.5rem,4vw,3rem);text-shadow:2px 4px 8px rgba(0,0,0,.3);letter-spacing:-.02em;animation:fadeInUp 1.2s ease-out .2s both;font-family:Montserrat,sans-serif;padding:0 1rem}.hero-text{animation:fadeInUp 1.2s ease-out .4s both;padding:2rem 1.5rem;background:#ffffff1a;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:8px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:1.5rem;color:#fff;text-shadow:2px 4px 8px rgba(0,0,0,.5);font-family:Montserrat,sans-serif}.hero-description{font-size:clamp(.9rem,1.8vw,1.2rem);line-height:1.7;color:#fff;text-align:center;max-width:900px;margin:0 auto;text-shadow:2px 3px 6px rgba(0,0,0,.6);font-family:Open Sans,sans-serif;font-weight:400}@media(max-width:768px){.about-hero{min-height:60vh}.hero-content{padding:2rem 1.5rem}.hero-title{margin-bottom:1.5rem;line-height:1.4}.hero-description{line-height:1.6}}@media(max-width:480px){.about-hero{min-height:55vh}.hero-content{padding:1.5rem 1rem}.hero-title{margin-bottom:1rem}.hero-description{font-size:clamp(.85rem,3.5vw,1rem);line-height:1.6}}@media(max-width:320px){.hero-content{padding:1rem .75rem}.hero-title{font-size:1.25rem}.hero-description{font-size:.85rem}}.capabilities-section{padding:80px 20px;background:#000}.capabilities-container{max-width:1400px;margin:0 auto}.capabilities-header{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-align:center;margin-bottom:60px;color:#fff;font-family:Montserrat,sans-serif;position:relative;padding-bottom:20px;display:block;width:100%}.capabilities-header:before{content:"";position:absolute;top:50%;left:-100px;transform:translateY(-50%);width:80px;height:2px;background:linear-gradient(90deg,transparent,#219EBC)}.capabilities-header:after{content:"";position:absolute;top:50%;right:-100px;transform:translateY(-50%);width:80px;height:2px;background:linear-gradient(90deg,#606C38,transparent)}.capabilities-header span{background:linear-gradient(135deg,#219ebc,#606c38);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;padding:0 20px}.capability-card{background:linear-gradient(135deg,#219ebc0d,#219ebc05);padding:35px 25px;border-radius:12px;border:1px solid rgba(33,158,188,.2);transition:all .3s ease;position:relative;overflow:hidden}.capability-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#219ebc,#606c38);transform:scaleX(0);transition:transform .3s ease}.capability-card:hover{border-color:#219ebc;transform:translateY(-5px);box-shadow:0 10px 30px #219ebc33}.capability-card:hover:before{transform:scaleX(1)}.card-number{font-size:3rem;font-weight:700;color:#219ebc;opacity:.2;font-family:Montserrat,sans-serif;line-height:1;margin-bottom:15px}.capability-card h3{font-size:clamp(1.3rem,2vw,1.5rem);font-weight:600;color:#fff;margin-bottom:12px;font-family:Montserrat,sans-serif}.capability-card p{font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.6;color:#d0d0d0;font-family:Open Sans,sans-serif}@media(max-width:768px){.capabilities-section{padding:60px 15px}.capabilities-header{margin-bottom:40px}.capabilities-header:before,.capabilities-header:after{display:none}.capabilities-grid{grid-template-columns:1fr;gap:25px;padding:0 10px}.capability-card{padding:30px 20px}}@media(max-width:480px){.capabilities-section{padding:50px 10px}.capabilities-header{margin-bottom:30px;padding-bottom:15px}.capability-card{padding:25px 18px}.card-number{font-size:2.5rem}}.authors-section{padding:100px 20px;background:#000}.authors-container{max-width:1400px;margin:0 auto}.section-title-main{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;text-align:center;margin-bottom:40px;color:#fff;font-family:Montserrat,sans-serif}.authors-intro{max-width:900px;margin:0 auto 60px;text-align:center}.authors-intro p{font-size:clamp(1.05rem,1.8vw,1.2rem);line-height:1.8;color:#d0d0d0;font-family:Open Sans,sans-serif}.authors-intro strong{color:#219ebc;font-weight:600}.stats-heading{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:600;text-align:center;margin-bottom:40px;color:#fff;font-family:Montserrat,sans-serif;position:relative;padding-bottom:15px}.stats-heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#219ebc,#606c38);border-radius:2px}.stats-table-wrapper{overflow-x:auto;margin:0 auto;border-radius:15px;box-shadow:0 10px 40px #00000014}.stats-table{width:100%;background:#219ebc08;border:1px solid rgba(33,158,188,.2);border-collapse:collapse;border-radius:15px;overflow:hidden}.stats-table thead{background:linear-gradient(135deg,#219ebc,#606c38)}.stats-table thead th{padding:25px 20px;text-align:left;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:600;color:#fff;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.5px}.stats-table tbody tr{border-bottom:1px solid rgba(33,158,188,.15);transition:all .3s ease}.stats-table tbody tr:last-child{border-bottom:none}.stats-table tbody tr:hover{background:#219ebc1a;transform:scale(1.01)}.stats-table tbody td{padding:25px 20px;font-family:Open Sans,sans-serif}.metric-name{font-size:clamp(1rem,1.5vw,1.15rem);font-weight:600;color:#fff;font-family:Montserrat,sans-serif}.metric-value{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#219ebc;font-family:Montserrat,sans-serif;text-align:center}.metric-description{font-size:clamp(.95rem,1.3vw,1.05rem);line-height:1.6;color:#d0d0d0}@media(max-width:768px){.authors-section{padding:70px 15px}.authors-intro{margin-bottom:50px}.stats-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.stats-table{min-width:700px}.stats-table thead th{padding:20px 15px;font-size:.9rem}.stats-table tbody td{padding:20px 15px}.metric-name{font-size:1rem}.metric-value{font-size:2rem}.metric-description{font-size:.95rem}}@media(max-width:480px){.authors-section{padding:50px 10px}.authors-intro{margin-bottom:40px}.stats-table{min-width:650px}.stats-table thead th{padding:18px 12px;font-size:.85rem}.stats-table tbody td{padding:18px 12px}.metric-name{font-size:.95rem}.metric-value{font-size:1.8rem}.metric-description{font-size:.9rem}}.values-section{padding:100px 20px;background:#000}.values-container{max-width:1100px;margin:0 auto}.values-content{background:#219ebc08;border:1px solid rgba(33,158,188,.2);padding:60px 70px;border-radius:20px;box-shadow:0 10px 40px #219ebc1a}.values-intro{font-size:clamp(1.1rem,1.8vw,1.25rem);line-height:1.9;color:#d0d0d0;font-family:Open Sans,sans-serif;margin-bottom:50px;text-align:left}.values-list{display:flex;flex-direction:column;gap:35px}.value-item{border-left:4px solid #219EBC;padding-left:30px;transition:all .3s ease}.value-item:hover{border-left-color:#606c38;padding-left:35px}.value-title{font-size:clamp(1.2rem,2vw,1.4rem);font-weight:700;color:#219ebc;margin-bottom:10px;font-family:Montserrat,sans-serif;display:inline}.value-text{font-size:clamp(1.05rem,1.6vw,1.15rem);line-height:1.8;color:#d0d0d0;font-family:Open Sans,sans-serif;margin:0;display:inline}@media(max-width:768px){.values-section{padding:70px 15px}.values-content{padding:40px 35px}.values-list{gap:30px}.value-item{padding-left:25px}.value-item:hover{padding-left:30px}}@media(max-width:480px){.values-section{padding:50px 10px}.values-content{padding:30px 25px;border-radius:15px}.values-intro{margin-bottom:35px}.values-list{gap:25px}.value-item{padding-left:20px;border-left-width:3px}.value-item:hover{padding-left:23px}}.commitment-section{padding:100px 20px;background:#000;position:relative}.commitment-container{max-width:1000px;margin:0 auto;padding:0 20px;position:relative}.commitment-heading{font-size:clamp(2.5rem,4.5vw,3.5rem);font-weight:700;text-align:center;margin-bottom:40px;color:#fff;font-family:Montserrat,sans-serif}.commitment-content{text-align:justify;text-align-last:center}.commitment-intro{font-size:clamp(1rem,1.9vw,1.25rem);line-height:1.9;color:#d0d0d0;font-family:Open Sans,sans-serif;margin-bottom:20px;text-align:justify}.commitment-text{font-size:clamp(.95rem,1.7vw,1.15rem);line-height:1.9;color:#d0d0d0;font-family:Open Sans,sans-serif;margin:0;text-align:justify}.commitment-link{color:#219ebc;font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease;display:inline-block;position:relative}.commitment-link:hover{color:#606c38;border-bottom-color:#606c38;transform:translate(5px)}.commitment-link:after{content:" →";transition:transform .3s ease;display:inline-block}.commitment-link:hover:after{transform:translate(5px)}@media(max-width:1024px){.commitment-container{max-width:90%;padding:0 30px}}@media(max-width:768px){.commitment-section{padding:60px 20px}.commitment-container{max-width:100%;padding:0 25px}.commitment-heading{margin-bottom:25px;font-size:clamp(2rem,5vw,2.5rem)}.commitment-intro,.commitment-text{text-align:left;line-height:1.7}.commitment-intro{margin-bottom:18px}}@media(max-width:480px){.commitment-section{padding:40px 15px}.commitment-container{padding:0 15px}.commitment-heading{margin-bottom:20px;font-size:clamp(1.8rem,6vw,2.2rem)}.commitment-intro{margin-bottom:15px;font-size:.95rem}.commitment-text{font-size:.9rem}.commitment-link{display:inline}}@media(max-width:360px){.commitment-section{padding:35px 10px}.commitment-container{padding:0 10px}.commitment-heading{font-size:1.6rem}.commitment-intro,.commitment-text{font-size:.85rem;line-height:1.6}}.history-section{padding:100px 20px;background:#000}.history-container{max-width:1200px;margin:0 auto}.history-card{background:#219ebc08;border:1px solid rgba(33,158,188,.2);border-radius:20px;overflow:hidden;box-shadow:0 15px 50px #219ebc1a;transition:transform .3s ease,box-shadow .3s ease}.history-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #219ebc26}.history-image-wrapper{width:100%;height:400px;overflow:hidden;position:relative}.history-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.history-card:hover .history-image{transform:scale(1.05)}.history-content{padding:60px 70px}.history-heading{font-size:clamp(2.2rem,4vw,3rem);font-weight:700;margin-bottom:30px;color:#fff;font-family:Montserrat,sans-serif}.history-text{font-size:clamp(1.05rem,1.6vw,1.15rem);line-height:1.9;color:#d0d0d0;font-family:Open Sans,sans-serif;margin-bottom:25px;text-align:justify}.history-text:last-child{margin-bottom:0}@media(max-width:768px){.history-section{padding:70px 15px}.history-card{border-radius:15px}.history-image-wrapper{height:300px}.history-content{padding:40px 35px}.history-heading{margin-bottom:25px}.history-text{text-align:left;margin-bottom:20px}}@media(max-width:480px){.history-section{padding:50px 10px}.history-card{border-radius:12px}.history-image-wrapper{height:220px}.history-content{padding:30px 25px}.history-heading{margin-bottom:20px;font-size:clamp(1.8rem,5vw,2.2rem)}.history-text{font-size:.95rem;line-height:1.7;margin-bottom:18px}}@media(max-width:360px){.history-content{padding:25px 20px}.history-image-wrapper{height:200px}.history-text{font-size:.9rem;line-height:1.6}}.authors-section{padding:80px 20px;background:#000;position:relative;overflow:hidden}.authors-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(33,158,188,.03) 1px,transparent 1px);background-size:50px 50px;animation:moveBackground 20s linear infinite;pointer-events:none}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.authors-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.authors-header{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;text-align:center;margin-bottom:50px;color:#fff;font-family:Montserrat,sans-serif;position:relative;display:block;width:100%;animation:headerFloat 3s ease-in-out infinite}@keyframes headerFloat{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-10px)}}.authors-header:before{content:"";position:absolute;top:50%;left:-100px;transform:translateY(-50%);width:80px;height:2px;background:linear-gradient(90deg,transparent,#219EBC);animation:lineGlow 2s ease-in-out infinite alternate}.authors-header:after{content:"";position:absolute;top:50%;right:-100px;transform:translateY(-50%);width:80px;height:2px;background:linear-gradient(90deg,#606C38,transparent);animation:lineGlow 2s ease-in-out infinite alternate}@keyframes lineGlow{0%{opacity:.5}to{opacity:1}}.authors-header span{background:linear-gradient(135deg,#219ebc,#606c38);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease infinite;background-size:200% 200%}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.authors-intro-wrapper{max-width:1000px;margin:0 auto 70px;text-align:center;position:relative}.intro-icon{font-size:4rem;margin-bottom:20px;animation:iconSpin 5s ease-in-out infinite;display:inline-block}@keyframes iconSpin{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}75%{transform:rotate(10deg) scale(1.1)}}.authors-intro{font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.9;color:#d0d0d0;font-family:Open Sans,sans-serif;padding:0 20px}.stats-divider{display:flex;align-items:center;justify-content:center;gap:30px;margin-bottom:60px}.divider-line{width:100px;height:2px;background:linear-gradient(90deg,transparent,#219EBC,transparent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.2)}}.divider-text{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:600;color:#219ebc;font-family:Montserrat,sans-serif;white-space:nowrap;animation:textPulse 2s ease-in-out infinite}@keyframes textPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.stats-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:50px;padding:0 20px;margin-bottom:70px}.stat-item{text-align:center;animation:fadeInUp .8s ease-out forwards;opacity:0;position:relative}.stat-item:nth-child(1){animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.stat-item:nth-child(5){animation-delay:.5s}.stat-item:nth-child(6){animation-delay:.6s}.stat-item:hover .stat-circle{transform:scale(1.1) rotate(5deg)}.stat-item:hover .stat-glow{opacity:1;transform:scale(1.5)}.stat-circle{position:relative;width:150px;height:150px;margin:0 auto 20px;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.stat-ring{width:100%;height:100%;transform:rotate(-90deg);filter:drop-shadow(0 0 8px rgba(33,158,188,.3))}.ring-bg{fill:none;stroke:#219ebc1a;stroke-width:8}.ring-progress{fill:none;stroke-width:8;stroke-linecap:round;stroke-dasharray:283;animation:ringProgress 2s ease-out forwards,ringPulse 3s ease-in-out infinite 2s}.ring-1{stroke:url(#gradient1)}.ring-2{stroke:url(#gradient2)}@keyframes ringProgress{0%{stroke-dashoffset:283}}@keyframes ringPulse{0%,to{stroke-width:8;opacity:1}50%{stroke-width:10;opacity:.8}}.stat-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:baseline;justify-content:center;gap:2px}.stat-value{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;background:linear-gradient(135deg,#219ebc,#606c38);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Montserrat,sans-serif;line-height:1;animation:countUp 2s ease-out}.stat-unit{font-size:clamp(1rem,2vw,1.4rem);font-weight:600;background:linear-gradient(135deg,#219ebc,#606c38);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Montserrat,sans-serif}.stat-label{font-size:clamp(.9rem,1.5vw,1rem);line-height:1.4;color:#444;font-family:Open Sans,sans-serif;margin:0;font-weight:600;min-height:40px}.stat-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;background:radial-gradient(circle,rgba(33,158,188,.2) 0%,transparent 70%);border-radius:50%;opacity:0;transition:all .4s ease;pointer-events:none}.authors-closing-wrapper{max-width:900px;margin:0 auto;position:relative;padding:40px 20px;text-align:center}.closing-decorative{display:flex;justify-content:center;gap:40px;margin-bottom:20px}.sparkle{font-size:2rem;animation:sparkleFloat 3s ease-in-out infinite;display:inline-block}.sparkle:nth-child(1){animation-delay:0s}.sparkle:nth-child(2){animation-delay:.5s}.sparkle:nth-child(3){animation-delay:1s}@keyframes sparkleFloat{0%,to{transform:translateY(0) rotate(0);opacity:.6}50%{transform:translateY(-15px) rotate(180deg);opacity:1}}.authors-closing{font-size:clamp(1.2rem,2.2vw,1.6rem);font-weight:600;color:#121212;font-family:Montserrat,sans-serif;position:relative;padding:30px;background:linear-gradient(135deg,#219ebc0d,#606c380d);border-radius:15px;border:2px solid transparent;background-clip:padding-box;animation:borderGlow 3s ease-in-out infinite}@keyframes borderGlow{0%,to{box-shadow:0 0 20px #219ebc1a}50%{box-shadow:0 0 40px #219ebc4d}}@media(max-width:768px){.authors-section{padding:60px 15px}.authors-header:before,.authors-header:after{display:none}.authors-intro{margin-bottom:50px}.stats-divider{margin-bottom:40px}.stats-showcase{grid-template-columns:repeat(2,1fr);gap:35px}.stat-circle{width:130px;height:130px}}@media(max-width:480px){.authors-section{padding:50px 10px}.stats-showcase{grid-template-columns:1fr;gap:30px}.stat-circle{width:140px;height:140px}}.desc{text-align:center;padding:40px 20px 20px;max-width:800px;margin:0 auto}.desc h1{font-family:Montserrat,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:#fff;margin-bottom:16px;line-height:1.3}.desc h1 .cover{color:#219ebc;position:relative}.desc p{font-family:Lato,sans-serif;font-size:clamp(.95rem,2vw,1.1rem);font-weight:400;color:#ffffffb3;line-height:1.7;letter-spacing:.5px}.portfolio-container{display:flex;justify-content:center;gap:30px;align-items:stretch;width:100%;flex-wrap:wrap;padding:0 20px;max-width:1200px;margin:0 auto}@media(max-width:480px){.desc{padding:30px 16px 16px}.desc h1{font-size:1.5rem}.desc p{font-size:.9rem}.desc p br{display:none}.portfolio-container{flex-direction:column;gap:20px;flex-wrap:nowrap;padding:0 15px}}@media(min-width:481px)and (max-width:768px){.desc{padding:35px 20px 18px}.portfolio-container{flex-direction:row;gap:25px;justify-content:center}}.rectIn{width:300px;height:420px;background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:15px;box-shadow:0 8px 32px #0006;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column}.rectIn:hover{transform:translateY(-5px);background:#ffffff1f;box-shadow:0 12px 40px #219ebc4d;border:1px solid rgba(33,158,188,.4)}.image-container{width:100%;height:180px;overflow:hidden;position:relative;flex-shrink:0}.image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.rectIn:hover .image-container img{transform:scale(1.1)}.rectIn h3{text-align:center;margin-top:20px;font-family:Montserrat,sans-serif;color:#fff;font-size:20px;padding:0 20px;font-weight:600}.rectIn p{text-align:center;color:silver;margin-top:12px;font-family:Lato,sans-serif;padding:0 20px;font-size:15px;line-height:1.7;flex-grow:1}@media(max-width:480px){.rect,.rectIn{width:100%;max-width:300px;height:400px}.image-container{height:160px}.rectIn p{font-size:14px;margin-top:10px;padding:0 18px}.rectIn h3{font-size:18px;margin-top:15px}}@media(min-width:481px)and (max-width:768px){.rect,.rectIn{width:280px;height:410px}.image-container{height:170px}.rectIn p{font-size:14px;margin-top:10px}.rectIn h3{font-size:19px;margin-top:18px}}@media(min-width:769px)and (max-width:1024px){.portfolio-container{gap:40px}.rect,.rectIn{width:300px;height:420px}.image-container{height:180px}}@media(min-width:1025px)and (max-width:1440px){.rect,.rectIn{width:320px;height:430px}.image-container{height:185px}}@media(min-width:1441px){.portfolio-container{gap:70px;max-width:1400px;margin:0 auto}.rect,.rectIn{width:340px;height:440px}.image-container{height:190px}.rectIn p{font-size:16px}.rectIn h3{font-size:22px}}.cover-title{font-size:25px;margin-top:20px;text-align:center;font-family:Montserrat,sans-serif;font-weight:600;color:#219ebc;margin-bottom:30px}.desktop-only{display:none!important}.mobile-only{display:block}.select-container{max-width:500px;margin:0 auto;padding:0 30px 30px}.dropdown{position:relative}.dropdown-button{width:100%;padding:14px 16px;background:#fff;border:2px solid #ddd;border-radius:10px;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:16px;font-family:Montserrat,sans-serif;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.dropdown-button:hover{border-color:#219ebc;box-shadow:0 4px 8px #219ebc1a}.dropdown-button:focus{outline:none;border-color:#219ebc;box-shadow:0 0 0 3px #219ebc1a}.dropdown-button .placeholder{color:#999}.arrow{width:20px;height:20px;transition:transform .3s ease;color:#219ebc}.arrow-up{transform:rotate(180deg)}.dropdown-menu{position:absolute;z-index:10;width:100%;margin-top:8px;background:#fff;border:2px solid #ddd;border-radius:10px;box-shadow:0 8px 16px #00000026;max-height:280px;overflow-y:auto;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{padding:14px 16px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f0f0f0;font-family:Montserrat,sans-serif;color:#333}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f5f5f5;padding-left:20px}.dropdown-item.active{background-color:#219ebc;color:#fff;font-weight:600}.dropdown-item.active:hover{background-color:#1a7fa3}.tabs-container{display:flex;justify-content:center;align-items:center;gap:0;max-width:100%;margin:0 auto 40px;padding:0;border-bottom:2px solid #e0e0e0}.tab-button{padding:16px 32px;border-radius:0;font-family:Montserrat,sans-serif;font-weight:500;font-size:15px;cursor:pointer;transition:all .3s ease;background:transparent;color:#666;border:none;border-bottom:3px solid transparent;position:relative}.tab-button:hover{color:#219ebc;background-color:#219ebc0d}.tab-button.active{color:#219ebc;border-bottom-color:#219ebc;font-weight:600}.tab-button:focus{outline:none}@media(min-width:1024px){.cover-title{font-size:32px;margin-bottom:40px}.desktop-only{display:flex!important}.mobile-only{display:none!important}}@media(min-width:320px)and (max-width:1023px){.select-container{padding:0 20px 30px}}.display-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;padding:20px;width:100%;max-width:1400px;margin:0 auto}.portfolio-item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.portfolio-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #219ebc33;border-color:#219ebc4d}.img{width:100%;height:auto;aspect-ratio:2 / 3;object-fit:cover;display:block;transition:transform .4s ease}.portfolio-item:hover .img{transform:scale(1.05)}.portfolio-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px 15px;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 50%,transparent 100%);display:flex;flex-direction:column;gap:4px;opacity:0;transform:translateY(10px);transition:all .3s ease}.portfolio-item:hover .portfolio-overlay{opacity:1;transform:translateY(0)}.portfolio-title{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#fff}.portfolio-category{font-family:Lato,sans-serif;font-size:12px;color:#219ebc;text-transform:uppercase;letter-spacing:1px}.no-results{grid-column:1 / -1;text-align:center;padding:60px 20px;font-family:Lato,sans-serif;font-size:16px;color:#fff9}@media(max-width:425px){.display-container{grid-template-columns:repeat(2,1fr);gap:12px;padding:12px}.portfolio-overlay{padding:12px 10px;opacity:1;transform:translateY(0)}.portfolio-title{font-size:12px}.portfolio-category{font-size:10px}}@media(min-width:426px)and (max-width:767px){.display-container{grid-template-columns:repeat(2,1fr);gap:15px;padding:15px}.portfolio-overlay{padding:15px 12px}.portfolio-title{font-size:13px}}@media(min-width:768px)and (max-width:1023px){.display-container{grid-template-columns:repeat(3,1fr);gap:18px;padding:20px}}@media(min-width:1024px)and (max-width:1439px){.display-container{grid-template-columns:repeat(4,1fr);gap:20px}.portfolio-title{font-size:15px}.portfolio-category{font-size:12px}}@media(min-width:1440px){.display-container{grid-template-columns:repeat(4,1fr);gap:24px;padding:24px}.portfolio-item{border-radius:16px}.portfolio-title{font-size:16px}.portfolio-category{font-size:13px}}.pricing-text{text-align:center;font-family:Montserrat,sans-serif;margin-top:30px}.pricing-text h1{font-size:clamp(20px,6vw,35px);font-weight:700;color:#219ebc;margin:0 auto 16px;padding:0 15px}.pricing-span{color:#219ebc}.pricing-text p{font-size:clamp(14px,3vw,16px);font-weight:400;color:#d0d0d0;line-height:1.6;margin:0 auto;max-width:600px;padding:0 15px;text-align:center}.pricing-cards{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;align-items:stretch;margin:40px auto 0;max-width:1200px}@media(max-width:900px){.pricing-cards{gap:20px;max-width:100vw}.pricin{width:45vw;min-width:220px;max-width:340px;margin-left:0}}@media(max-width:600px){.pricing-cards{flex-direction:column;gap:16px;align-items:center}.pricin{width:90vw;min-width:180px;max-width:98vw;margin-left:0}.pricing-text h1{font-size:clamp(22px,7vw,32px);color:#219ebc}}.pricin{width:clamp(220px,30vw,320px);height:clamp(340px,45vw,480px);border:1px solid #219EBC;display:flex;flex-direction:column;justify-content:space-between;padding:10px 20px;font-family:Lato,sans-serif}.glass-card{background:#219ebc26;box-shadow:0 8px 32px #1f26872e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1.5px solid #000}.pricin{box-shadow:0 6px 18px #00000014;transition:box-shadow .2s ease,transform .2s ease;border-radius:8px}.pricin:hover{box-shadow:0 18px 36px #00000024;transform:translateY(-6px)}.card-name{text-align:center;font-family:lato,sans-serif;font-weight:700;margin-top:10px;font-size:clamp(20px,4vw,32px)}.price{text-align:center;font-family:inherit;font-weight:600;font-size:clamp(32px,6vw,52px);color:#219ebc}.offer-list{display:flex;flex-direction:column;gap:8px;padding:0;margin:0}.offer-item{display:flex;align-items:center;gap:10px;font-size:14px;margin:0}.offer-item:before{content:"✓";color:#219ebc;font-weight:700;display:inline-block;width:20px;text-align:center}.additional{border:none;border-top:1px solid #219EBC;padding-top:10px;margin-top:10px;color:inherit;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}@media(max-width:900px){.pricin{width:80vw;max-width:95vw;min-width:220px;margin:0 auto}}@media(max-width:600px){.pricin{width:90vw;max-width:98vw;min-width:180px;margin:0 auto}}.blog-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:4rem}.hero-background{position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(135deg,#219ebc,#0f808f,#1a1a1a);z-index:1}.hero-overlay{position:absolute;width:100%;height:100%;background:radial-gradient(circle at center,#0000004d,#0009);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;padding:2rem;max-width:900px;margin:0 auto}.hero-content h1{font-family:Montserrat,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin-bottom:1.5rem;text-shadow:0 4px 20px rgba(0,0,0,.5);line-height:1.2}.hero-content p{font-family:Open Sans,sans-serif;font-size:clamp(1rem,2vw,1.3rem);color:#e0e0e0;line-height:1.6;text-shadow:0 2px 10px rgba(0,0,0,.5)}.blog-filters-section{padding:2rem 5%;margin-bottom:3rem}.blog-filters-container{max-width:1400px;margin:0 auto;text-align:center}.filters-title{font-family:Montserrat,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:#fff;margin-bottom:2rem;text-align:center}.category-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid rgba(255,255,255,.1)}.category-btn{padding:12px 28px;background:#ffffff14;border:2px solid rgba(255,255,255,.2);border-radius:25px;color:#fff;font-family:Montserrat,sans-serif;font-size:clamp(.9rem,1.5vw,1rem);font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);letter-spacing:.5px}.category-btn:hover{background:#219ebc33;border-color:#219ebc80;transform:translateY(-2px);box-shadow:0 5px 20px #219ebc4d}.category-btn.active{background:linear-gradient(135deg,#219ebc,#0f808f);border-color:#219ebc;color:#fff;box-shadow:0 5px 25px #219ebc66;transform:translateY(-2px)}.category-btn.active:hover{background:linear-gradient(135deg,#0f808f,#219ebc);box-shadow:0 8px 30px #219ebc80}.blog-posts-section{padding:2rem 5%;margin-bottom:4rem}.posts-container{max-width:1400px;margin:0 auto}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;animation:fadeIn .6s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1440px){.posts-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}}@media(max-width:1024px){.blog-hero{min-height:50vh}.blog-posts-section{padding:2rem 4%}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.8rem}}@media(max-width:768px){.blog-hero{min-height:45vh;margin-bottom:3rem}.hero-content{padding:1.5rem}.blog-posts-section{padding:1.5rem 3%}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media(max-width:480px){.blog-hero{min-height:40vh;margin-bottom:2rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.blog-posts-section{padding:1rem 4%}.posts-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:320px){.posts-grid{grid-template-columns:1fr}}.blog-container{background:transparent;border-radius:15px;overflow:hidden;transition:all .3s ease}.blog-container:hover{transform:translateY(-8px)}.blog-container a{text-decoration:none}.blog-container img{width:100%;height:200px;object-fit:cover;display:block;border-radius:15px}.blog-meta{display:flex;justify-content:space-between;padding:15px 20px 10px;font-size:14px}.blog-author{font-family:Montserrat,sans-serif;color:#219ebc;font-weight:600}.blog-date{font-family:Open Sans,sans-serif;color:silver;font-weight:400}.blog-content{padding:0 20px}.blog-title{font-family:Montserrat,sans-serif;font-size:clamp(1.1rem,2vw,1.3rem);font-weight:600;color:#fff;margin-bottom:10px;line-height:1.4}.blog-description{font-family:Open Sans,sans-serif;font-size:.9rem;color:#d0d0d0;line-height:1.6;margin-bottom:15px}.blog-read-more{display:inline-block;padding:0 20px 20px;color:#219ebc;font-family:Montserrat,sans-serif;font-weight:600;text-decoration:none;transition:all .3s ease}.blog-read-more:hover{color:#0f808f;transform:translate(3px)}@media(max-width:768px){.blog-container img{height:180px}.blog-meta{padding:12px 15px 8px;font-size:13px}.blog-content{padding:0 15px}.blog-title{font-size:1.1rem}.blog-description{font-size:.85rem}.blog-read-more{padding:0 15px 15px}}@media(max-width:480px){.blog-container img{height:160px}.blog-meta{flex-direction:column;gap:5px;padding:10px 15px 5px}.blog-title{font-size:1rem;margin-bottom:8px}.blog-description{font-size:.8rem;margin-bottom:12px}}.article-page{min-height:100vh;background:#0a0a0a;padding:6rem 2rem 4rem}.article-container{max-width:900px;margin:0 auto}.back-button{background:#219ebc1a;color:#219ebc;border:1px solid rgba(33,158,188,.3);padding:.75rem 1.5rem;border-radius:8px;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.back-button:hover{background:#219ebc33;border-color:#219ebc;transform:translate(-5px)}.article-not-found{max-width:600px;margin:4rem auto;text-align:center;padding:3rem;background:#ffffff08;border-radius:15px;border:1px solid rgba(255,255,255,.1)}.article-not-found h2{font-family:Montserrat,sans-serif;font-size:2rem;color:#fff;margin-bottom:1rem}.article-not-found p{font-family:Open Sans,sans-serif;color:#ffffffb3;font-size:1.1rem;margin-bottom:2rem}.article-header{margin-bottom:2rem}.article-meta{display:flex;gap:1.5rem;margin:1.5rem 0;font-family:Open Sans,sans-serif;font-size:.95rem}.article-author,.article-date{color:#fff9}.article-author{font-weight:600}.article-title{font-family:Montserrat,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#fff;line-height:1.3;margin:1rem 0}.article-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.article-tag{background:#219ebc1a;color:#219ebc;padding:.5rem 1rem;border-radius:20px;font-family:Open Sans,sans-serif;font-size:.85rem;font-weight:500;border:1px solid rgba(33,158,188,.3)}.article-image-container{width:100%;margin:2rem 0;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.article-image-container img{width:100%;height:400px;object-fit:cover;display:block}.article-content{margin-top:3rem}.article-excerpt{background:#219ebc0d;border-left:4px solid #219EBC;padding:1.5rem;margin-bottom:3rem;border-radius:0 8px 8px 0}.article-excerpt p{font-family:Open Sans,sans-serif;font-size:1.15rem;line-height:1.8;color:#ffffffe6;margin:0;font-style:italic}.article-body{font-family:Open Sans,sans-serif;color:#ffffffd9;line-height:1.8}.article-body h2{font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:600;color:#fff;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(33,158,188,.3)}.article-body h2:first-child{margin-top:0}.article-body p{font-size:1.05rem;margin-bottom:1.5rem;text-align:justify}.article-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}@media(max-width:768px){.article-page{padding:5rem 1.5rem 3rem}.article-title{font-size:1.8rem}.article-image-container img{height:300px}.article-body h2{font-size:1.5rem}.article-body p{font-size:1rem}.article-excerpt p{font-size:1.05rem}.article-meta{flex-direction:column;gap:.5rem}}@media(max-width:480px){.article-page{padding:4rem 1rem 2rem}.article-title{font-size:1.5rem}.article-image-container img{height:250px}.back-button{width:100%;justify-content:center}.article-body h2{font-size:1.3rem}.article-excerpt{padding:1rem}.article-tags{gap:.5rem}.article-tag{font-size:.8rem;padding:.4rem .8rem}}.commitments-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#fff)}.commitments-hero{background:linear-gradient(135deg,#219ebc,#606c38);padding:120px 20px 80px;text-align:center;color:#fff}.commitments-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:30px;font-family:Montserrat,sans-serif}.commitments-subtitle{font-size:clamp(1rem,2vw,1.3rem);line-height:1.8;max-width:900px;margin:0 auto;font-family:Open Sans,sans-serif;padding:0 20px}.commitments-container{max-width:900px;margin:-40px auto 0;padding:80px 20px;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;position:relative;z-index:2}.commitments-philosophy{font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.9;color:#444;font-family:Open Sans,sans-serif;margin-bottom:50px;padding:0 20px;text-align:justify}.commitments-list{display:flex;flex-direction:column;gap:35px;padding:0 20px;margin-bottom:60px}.commitment-item{display:flex;gap:20px;border-left:4px solid #219EBC;padding-left:30px;transition:all .3s ease;align-items:flex-start}.commitment-item:hover{border-left-color:#606c38;padding-left:35px}.commitment-bullet{font-size:2rem;color:#219ebc;font-weight:700;line-height:1.2;flex-shrink:0;margin-top:2px}.commitment-content{font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.8;color:#555;font-family:Open Sans,sans-serif;text-align:justify;flex:1}.commitment-content strong{color:#219ebc;font-weight:600}.commitments-closing{background:linear-gradient(135deg,#219ebc0d,#606c380d);padding:40px;border-radius:15px;border-left:5px solid #606C38;margin:0 20px}.commitments-closing p{font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.9;color:#444;font-family:Open Sans,sans-serif;margin:0;font-weight:500;text-align:justify}@media(max-width:1024px){.commitments-container{max-width:90%}.commitments-subtitle{padding:0 30px}}@media(max-width:768px){.commitments-hero{padding:100px 20px 60px}.commitments-title{font-size:clamp(2rem,6vw,3rem)}.commitments-subtitle{font-size:1rem;line-height:1.7;padding:0 15px}.commitments-container{padding:60px 20px;margin-top:-30px;max-width:95%}.commitments-philosophy{font-size:1.05rem;text-align:left;padding:0 15px}.commitments-list{gap:30px;padding:0 15px}.commitment-item{padding-left:25px}.commitment-item:hover{padding-left:30px}.commitment-content{font-size:1rem;text-align:left}.commitments-closing{padding:30px;margin:0 15px}.commitments-closing p{font-size:1.05rem;text-align:left}}@media(max-width:480px){.commitments-hero{padding:90px 15px 50px}.commitments-title{font-size:clamp(1.8rem,7vw,2.5rem);margin-bottom:20px}.commitments-subtitle{font-size:.95rem;line-height:1.6;padding:0 10px}.commitments-container{padding:40px 20px;margin-top:-20px;border-radius:15px}.commitments-philosophy{margin-bottom:40px;padding:0 10px;font-size:1rem;line-height:1.7}.commitments-list{gap:25px;padding:0 10px;margin-bottom:50px}.commitment-item{padding-left:20px;border-left-width:3px;gap:15px}.commitment-item:hover{padding-left:23px}.commitment-bullet{font-size:1.5rem}.commitment-content{font-size:.95rem;line-height:1.7}.commitments-closing{padding:25px 20px;margin:0 10px}.commitments-closing p{font-size:1rem;line-height:1.7}}@media(max-width:360px){.commitments-title{font-size:1.6rem}.commitments-subtitle{font-size:.9rem}.commitments-philosophy{font-size:.95rem;line-height:1.6}.commitment-content{font-size:.9rem;line-height:1.6}.commitments-closing p{font-size:.95rem;line-height:1.6}}.legal-container{min-height:100vh;padding-bottom:80px}.legal-hero{background:linear-gradient(135deg,#219ebc26,#606c381a);padding:80px 20px 60px;text-align:center;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:60px}.legal-hero h1{font-family:Montserrat,sans-serif;font-size:clamp(32px,6vw,48px);font-weight:700;background:linear-gradient(135deg,#fff,#219ebc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 16px}.legal-hero p{font-family:Lato,sans-serif;font-size:14px;color:#fff9;margin:0}.legal-content{max-width:800px;margin:0 auto;padding:0 24px}.legal-section{margin-bottom:48px}.legal-intro{font-family:Lato,sans-serif;font-size:18px;line-height:1.8;color:#ffffffd9;padding:24px;background:#ffffff0d;border-left:4px solid #219ebc;border-radius:0 12px 12px 0}.legal-section h2{font-family:Montserrat,sans-serif;font-size:clamp(20px,4vw,26px);font-weight:600;color:#fff;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid rgba(33,158,188,.3)}.legal-section p{font-family:Lato,sans-serif;font-size:16px;line-height:1.8;color:#fffc;margin:0 0 16px}.legal-section ul{list-style:none;padding:0;margin:0 0 20px}.legal-section ul li{font-family:Lato,sans-serif;font-size:16px;line-height:1.8;color:#fffc;padding:12px 0 12px 32px;position:relative;border-bottom:1px solid rgba(255,255,255,.05)}.legal-section ul li:last-child{border-bottom:none}.legal-section ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:linear-gradient(135deg,#219ebc,#606c38);border-radius:50%}.legal-section a{color:#219ebc;text-decoration:none;font-weight:500;transition:all .3s ease}.legal-section a:hover{color:#4ecdc4;text-decoration:underline}@media(max-width:768px){.legal-hero{padding:60px 16px 40px;margin-bottom:40px}.legal-content{padding:0 16px}.legal-section{margin-bottom:36px}.legal-intro{font-size:16px;padding:20px}.legal-section h2{font-size:20px;margin-bottom:16px}.legal-section p,.legal-section ul li{font-size:15px}.legal-section ul li{padding:10px 0 10px 28px}}@media(max-width:480px){.legal-hero{padding:50px 12px 30px;margin-bottom:30px}.legal-hero h1{font-size:28px}.legal-content{padding:0 12px}.legal-section{margin-bottom:28px}.legal-intro{font-size:15px;padding:16px}.legal-section h2{font-size:18px;padding-bottom:10px;margin-bottom:14px}.legal-section p,.legal-section ul li{font-size:14px;line-height:1.7}.legal-section ul li{padding:8px 0 8px 24px}.legal-section ul li:before{width:6px;height:6px}}.card{display:flex;justify-content:center;align-items:center;margin-top:20px}.portfolio-container{display:flex;justify-content:center;gap:30px;align-items:center;width:100%;flex-wrap:wrap;padding:0 20px}@media(max-width:480px){.portfolio-container{flex-direction:column;gap:20px;flex-wrap:nowrap;padding:0 15px}}@media(min-width:481px)and (max-width:768px){.portfolio-container{flex-direction:row;gap:25px;justify-content:center}}@media(min-width:769px)and (max-width:1024px){.portfolio-container{gap:40px}}@media(min-width:1025px)and (max-width:1440px){.portfolio-container{gap:50px}}
