@charset "UTF-8";:root{--primary-blue: #0047AB;--secondary-blue: #1E90FF;--light-blue: #E6F2FF;--accent-yellow: #FFD700;--dark-blue: #003380}.landing-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;scroll-behavior:smooth}.landing-page .container{max-width:1200px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%}.navbar{background:#2a9d8f;padding:1rem 0;box-shadow:0 2px 10px #0000001a;transition:all .3s ease;width:100%}.navbar.scrolled{padding:.75rem 0;background:#2a9d8ffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #00000026}.navbar.scrolled .navbar__logo-img{height:35px}.navbar .container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 1200px){.navbar .container{padding:0 1.5rem}}@media (max-width: 768px){.navbar .container{padding:0 1rem}}.navbar__brand{z-index:1001;flex-shrink:0}.navbar__logo{display:flex;align-items:center;gap:10px;transition:transform .3s ease}.navbar__logo:hover{transform:scale(1.02)}.navbar__logo-img{height:40px;width:auto;object-fit:contain;display:block;transition:all .3s ease}@media (max-width: 768px){.navbar__logo-img{height:35px}}.navbar__logo-text{font-size:1.6rem;font-weight:700;color:#fff;letter-spacing:-.5px;white-space:nowrap;transition:font-size .3s ease}@media (max-width: 768px){.navbar__logo-text{font-size:1.4rem}}@media (max-width: 480px){.navbar__logo-text{display:none}}.navbar__menu{display:flex;align-items:center;list-style:none;gap:2.5rem;margin:0;padding:0}@media (max-width: 1150px){.navbar__menu{position:fixed;top:0;right:-100%;width:320px;height:100vh;background:#fff;flex-direction:column;align-items:stretch;justify-content:flex-start;padding-top:80px;gap:0;box-shadow:-5px 0 25px #00000026;transition:right .4s ease;overflow-y:auto}.navbar__menu.active{right:0}}@media (max-width: 480px){.navbar__menu{width:280px}}.navbar__item{position:relative}@media (max-width: 1150px){.navbar__item{width:100%}}@media (max-width: 1150px){.navbar__item--cta{padding:1rem 1.5rem;margin-top:1rem}}.navbar__link{display:inline-block;color:#fff;font-weight:500;font-size:1rem;padding:.5rem 0;position:relative;text-decoration:none;white-space:nowrap;transition:all .3s ease}@media (max-width: 1150px){.navbar__link{display:block;color:#264653;font-size:1.05rem;padding:1rem 1.5rem}}@media (min-width: 1151px){.navbar__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:#f4a261;transition:width .3s ease}.navbar__link:hover{color:#f4a261}.navbar__link:hover:after{width:100%}.navbar__link.active{color:#fff}.navbar__link.active:after{width:100%;background:#f4a261}}@media (max-width: 1150px){.navbar__link:hover,.navbar__link.active{background:linear-gradient(90deg,rgba(42,157,143,.08) 0%,transparent 100%);color:#2a9d8f;border-left:4px solid #2A9D8F;padding-left:calc(1.5rem - 4px)}}.navbar__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#25d366;color:#fff;padding:.6rem 1.25rem;border-radius:50px;font-weight:600;font-size:.9rem;box-shadow:0 3px 12px #25d3664d;white-space:nowrap;transition:all .3s ease;border:2px solid transparent}@media (max-width: 1150px){.navbar__btn{width:100%;padding:.85rem 1.5rem;font-size:1rem}}.navbar__btn svg{width:16px;height:16px;flex-shrink:0}@media (max-width: 1150px){.navbar__btn svg{width:18px;height:18px}}.navbar__btn:hover{background:#21bd5c;transform:translateY(-2px);box-shadow:0 6px 18px #25d36680}.navbar__btn:active{transform:translateY(0)}.navbar__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001;border-radius:6px;width:40px;height:40px;transition:all .3s ease}@media (max-width: 1150px){.navbar__toggle{display:flex}}.navbar__toggle:hover{background:#ffffff1a}.navbar__toggle:hover .navbar__toggle-line{background:#f4a261}.navbar__toggle-line{width:24px;height:2.5px;background:#fff;border-radius:3px;transition:all .3s ease;display:block}.navbar__toggle.active .navbar__toggle-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.navbar__toggle.active .navbar__toggle-line:nth-child(2){opacity:0;transform:translate(-15px)}.navbar__toggle.active .navbar__toggle-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.navbar__menu.active:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#26465399;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:-1;animation:fadeIn .3s ease}@media (min-width: 1151px){.navbar__menu.active:before{display:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar{animation:slideDown .5s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.hero{min-height:100vh;background:linear-gradient(135deg,#fff5eb,#fff9f5);display:flex;align-items:center;padding:120px 0 60px;position:relative;overflow:hidden}@media (max-width: 968px){.hero{min-height:auto;padding:100px 0 50px}}.hero__bg-shapes{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;pointer-events:none}.hero__bg-shapes .shape{position:absolute;border-radius:50%;opacity:.3;filter:blur(80px)}.hero__bg-shapes .shape--circle-1{width:400px;height:400px;background:#2a9d8f;top:-100px;left:-100px;animation:float-slow 15s ease-in-out infinite}.hero__bg-shapes .shape--circle-2{width:350px;height:350px;background:#f4a261;bottom:-100px;right:10%;animation:float-slow 18s ease-in-out infinite reverse}.hero__bg-shapes .shape--blob-1{width:300px;height:300px;background:#e76f51;top:20%;right:-50px;border-radius:40% 60% 70% 30%;animation:morph 20s ease-in-out infinite}.hero__bg-shapes .shape--blob-2{width:250px;height:250px;background:#2a9d8f;bottom:20%;left:5%;border-radius:60% 40% 30% 70%;animation:morph 25s ease-in-out infinite reverse}.hero .container{position:relative;z-index:1}.hero__content{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}@media (max-width: 1024px){.hero__content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 1024px){.hero__main{text-align:center;display:flex;flex-direction:column;align-items:center}}.hero__badge{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:10px 20px;border-radius:50px;box-shadow:0 4px 15px #2a9d8f26;margin-bottom:2rem;font-size:.9rem;font-weight:600;color:#2a9d8f;animation:slideInDown .8s ease-out}.hero__badge .badge-star{width:18px;height:18px;color:#f4a261;animation:pulse 2s ease-in-out infinite}.hero__title{margin-bottom:1.5rem;animation:slideInLeft .8s ease-out .2s both}.hero__title-line{display:block;font-size:2.2rem;font-weight:600;color:#264653;line-height:1.3;font-family:Mochiy Pop P One,sans-serif}@media (max-width: 768px){.hero__title-line{font-size:1.8rem}}@media (max-width: 480px){.hero__title-line{font-size:1.5rem}}.hero__title-main{display:block;margin:1rem 0}.hero__title-logo{max-width:450px;width:100%;height:auto;animation:scaleIn .8s ease-out .4s both}.hero__description{font-size:1.15rem;color:#3e7287;line-height:1.7;margin-bottom:2rem;max-width:550px;animation:slideInLeft .8s ease-out .4s both}@media (max-width: 1024px){.hero__description{max-width:100%}}@media (max-width: 768px){.hero__description{font-size:1.05rem}}.hero__description strong{color:#2a9d8f;font-weight:600}.hero__cta{display:flex;gap:1rem;margin-bottom:3rem;animation:slideInUp .8s ease-out .6s both}@media (max-width: 768px){.hero__cta{flex-direction:column;width:100%;max-width:400px}}.hero__cta .btn--large{padding:1rem 2rem;font-size:1rem;display:inline-flex;align-items:center;gap:10px;border-radius:50px;font-weight:600;transition:all .3s ease}.hero__cta .btn--large svg{width:20px;height:20px}.hero__cta .btn--primary{background:#2a9d8f;color:#fff;border:2px solid #2A9D8F;box-shadow:0 4px 15px #2a9d8f4d}.hero__cta .btn--primary:hover{background:#217d72;transform:translateY(-3px);box-shadow:0 8px 25px #2a9d8f66}.hero__cta .btn--outline{background:transparent;color:#2a9d8f;border:2px solid #2A9D8F}.hero__cta .btn--outline:hover{background:#2a9d8f;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #2a9d8f4d}.hero__stats{display:flex;align-items:center;gap:2rem;animation:slideInUp .8s ease-out .8s both}@media (max-width: 576px){.hero__stats{gap:1rem}}.hero__stats .stat-item{text-align:center}.hero__stats .stat-number{font-size:2rem;font-weight:700;color:#2a9d8f;line-height:1;margin-bottom:.3rem}@media (max-width: 576px){.hero__stats .stat-number{font-size:1.6rem}}.hero__stats .stat-label{font-size:.85rem;color:#468199;font-weight:500}@media (max-width: 576px){.hero__stats .stat-label{font-size:.75rem}}.hero__stats .stat-divider{width:2px;height:40px;background:#2a9d8f33}.hero__visual{position:relative;animation:slideInRight .8s ease-out .4s both}@media (max-width: 1024px){.hero__visual{order:-1;max-width:500px;margin:0 auto}}.hero__image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.hero__image-circle{width:450px;height:450px;background:linear-gradient(135deg,#ffffffe6,#fff);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #2a9d8f33;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.hero__image-circle{width:380px;height:380px}}@media (max-width: 576px){.hero__image-circle{width:300px;height:300px}}.hero__kid{width:88%;height:auto;animation:float 6s ease-in-out infinite}.hero .floating-badge{position:absolute;background:#fff;padding:10px 18px;border-radius:50px;box-shadow:0 8px 25px #26465326;display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;color:#264653;z-index:5}@media (max-width: 768px){.hero .floating-badge{padding:8px 14px;font-size:.75rem}}.hero .floating-badge svg{width:18px;height:18px;color:#2a9d8f}@media (max-width: 768px){.hero .floating-badge svg{width:16px;height:16px}}.hero .floating-badge--1{top:10%;left:-5%;animation:float-badge 4s ease-in-out infinite}.hero .floating-badge--2{top:50%;right:-8%;background:linear-gradient(135deg,#f4a261,#e76f51);color:#fff;animation:float-badge 5s ease-in-out infinite 1s}.hero .floating-badge--2 svg{color:#fff}.hero .floating-badge--3{bottom:15%;left:-8%;background:#2a9d8f;color:#fff;animation:float-badge 4.5s ease-in-out infinite .5s}.hero .floating-badge--3 svg{color:#fff}.hero .deco-star{position:absolute;z-index:3}.hero .deco-star svg{color:#f4a261;animation:spin-slow 20s linear infinite}.hero .deco-star--1{top:5%;right:10%;width:40px;height:40px}@media (max-width: 768px){.hero .deco-star--1{width:30px;height:30px}}.hero .deco-star--2{bottom:10%;right:5%;width:35px;height:35px}.hero .deco-star--2 svg{color:#e76f51;animation-direction:reverse}@media (max-width: 768px){.hero .deco-star--2{width:25px;height:25px}}.hero__ornaments{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;pointer-events:none;overflow:hidden}.hero__ornaments .ornament{position:absolute;opacity:.6}.hero__ornaments .ornament--star-1{top:15%;left:8%;width:35px;height:35px;color:#f4a261;animation:float-rotate 8s ease-in-out infinite}@media (max-width: 768px){.hero__ornaments .ornament--star-1{width:25px;height:25px}}.hero__ornaments .ornament--star-2{top:25%;right:12%;width:28px;height:28px;color:#e76f51;animation:float-rotate 10s ease-in-out infinite reverse}@media (max-width: 768px){.hero__ornaments .ornament--star-2{width:20px;height:20px}}.hero__ornaments .ornament--star-3{top:60%;left:5%;width:32px;height:32px;color:#2a9d8f;animation:float-rotate 12s ease-in-out infinite}@media (max-width: 768px){.hero__ornaments .ornament--star-3{width:22px;height:22px}}.hero__ornaments .ornament--star-4{bottom:20%;right:8%;width:40px;height:40px;color:#f4a261;animation:float-rotate 9s ease-in-out infinite reverse}@media (max-width: 768px){.hero__ornaments .ornament--star-4{width:28px;height:28px}}.hero__ornaments .ornament--star-5{top:40%;left:15%;width:25px;height:25px;color:#e76f51;animation:float-rotate 11s ease-in-out infinite;opacity:.4}@media (max-width: 768px){.hero__ornaments .ornament--star-5{width:18px;height:18px}}.hero__ornaments .ornament--star-6{bottom:30%;right:20%;width:30px;height:30px;color:#2a9d8f;animation:float-rotate 13s ease-in-out infinite reverse;opacity:.5}@media (max-width: 768px){.hero__ornaments .ornament--star-6{width:22px;height:22px}}.hero__ornaments .ornament--circle-1{top:10%;right:5%;width:20px;height:20px;background:#f4a261;border-radius:50%;animation:float-scale 6s ease-in-out infinite}@media (max-width: 768px){.hero__ornaments .ornament--circle-1{width:14px;height:14px}}.hero__ornaments .ornament--circle-2{top:50%;right:3%;width:15px;height:15px;background:#2a9d8f;border-radius:50%;animation:float-scale 7s ease-in-out infinite 1s}@media (max-width: 768px){.hero__ornaments .ornament--circle-2{width:12px;height:12px}}.hero__ornaments .ornament--circle-3{bottom:15%;left:10%;width:18px;height:18px;background:#e76f51;border-radius:50%;animation:float-scale 8s ease-in-out infinite .5s}@media (max-width: 768px){.hero__ornaments .ornament--circle-3{width:13px;height:13px}}.hero__ornaments .ornament--circle-4{top:35%;left:3%;width:12px;height:12px;background:#f4a261;border-radius:50%;animation:float-scale 9s ease-in-out infinite 1.5s;opacity:.5}@media (max-width: 768px){.hero__ornaments .ornament--circle-4{width:10px;height:10px}}.hero__ornaments .ornament--cross-1{top:20%;left:20%;width:25px;height:25px;color:#2a9d8f;animation:float-rotate-reverse 10s ease-in-out infinite;opacity:.5}@media (max-width: 768px){.hero__ornaments .ornament--cross-1{width:18px;height:18px}}.hero__ornaments .ornament--cross-2{bottom:25%;right:15%;width:20px;height:20px;color:#e76f51;animation:float-rotate-reverse 12s ease-in-out infinite 1s;opacity:.6}@media (max-width: 768px){.hero__ornaments .ornament--cross-2{width:16px;height:16px}}.hero__ornaments .ornament--cross-3{top:70%;left:25%;width:22px;height:22px;color:#f4a261;animation:float-rotate-reverse 11s ease-in-out infinite .5s;opacity:.4}@media (max-width: 768px){.hero__ornaments .ornament--cross-3{width:17px;height:17px}}@keyframes float-rotate-reverse{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(-90deg)}50%{transform:translateY(-20px) rotate(-180deg)}75%{transform:translateY(-15px) rotate(-270deg)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float-slow{0%,to{transform:translate(0)}50%{transform:translate(30px,30px)}}@keyframes float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes morph{0%,to{border-radius:40% 60% 70% 30%}50%{border-radius:60% 40% 30% 70%}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.about{min-height:100vh;background:#fff5eb;padding:100px 0 80px;position:relative;overflow:hidden;display:flex;align-items:center}@media (max-width: 768px){.about{min-height:auto;padding:80px 0 60px}}.about__ornaments{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;pointer-events:none}.about__ornaments .ornament{position:absolute;opacity:.6}.about__ornaments .ornament--squiggle-1{bottom:10%;left:5%;width:200px;height:200px;animation:float-squiggle 8s ease-in-out infinite}@media (max-width: 768px){.about__ornaments .ornament--squiggle-1{width:120px;height:120px}}.about__ornaments .ornament--squiggle-2{top:15%;right:8%;width:150px;height:150px;animation:float-squiggle 10s ease-in-out infinite reverse}@media (max-width: 768px){.about__ornaments .ornament--squiggle-2{width:100px;height:100px}}.about__ornaments .ornament--star-1{top:20%;left:10%;width:40px;height:40px;color:#f4a261;animation:float-rotate 10s ease-in-out infinite}@media (max-width: 768px){.about__ornaments .ornament--star-1{width:30px;height:30px}}.about__ornaments .ornament--star-2{bottom:25%;right:15%;width:35px;height:35px;color:#2a9d8f;animation:float-rotate 12s ease-in-out infinite reverse}@media (max-width: 768px){.about__ornaments .ornament--star-2{width:25px;height:25px}}.about__ornaments .ornament--star-3{top:60%;left:15%;width:30px;height:30px;color:#e76f51;animation:float-rotate 11s ease-in-out infinite;opacity:.4}@media (max-width: 768px){.about__ornaments .ornament--star-3{width:22px;height:22px}}.about__ornaments .ornament--circle-1{top:30%;right:5%;width:25px;height:25px;background:#f4a261;border-radius:50%;animation:float-scale 7s ease-in-out infinite}@media (max-width: 768px){.about__ornaments .ornament--circle-1{width:18px;height:18px}}.about__ornaments .ornament--circle-2{bottom:40%;left:8%;width:20px;height:20px;background:#2a9d8f;border-radius:50%;animation:float-scale 8s ease-in-out infinite 1s}@media (max-width: 768px){.about__ornaments .ornament--circle-2{width:15px;height:15px}}.about__ornaments .ornament--circle-3{top:45%;right:20%;width:18px;height:18px;background:#e76f51;border-radius:50%;animation:float-scale 9s ease-in-out infinite .5s;opacity:.5}@media (max-width: 768px){.about__ornaments .ornament--circle-3{width:14px;height:14px}}.about .container{position:relative;z-index:1}.about__title{font-size:3.5rem;font-weight:700;color:#e76f51;text-align:left;margin-bottom:3rem;font-family:Mochiy Pop P One,sans-serif}@media (max-width: 768px){.about__title{font-size:2.8rem;margin-bottom:2rem}}@media (max-width: 480px){.about__title{font-size:2.2rem}}.about__card{background:#2a9d8f26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;padding:3.5rem 4rem;position:relative;box-shadow:0 10px 40px #2a9d8f26;margin-bottom:4rem;border:3px solid rgba(42,157,143,.2)}@media (max-width: 768px){.about__card{padding:2.5rem 2rem;border-radius:20px;margin-bottom:3rem}}@media (max-width: 480px){.about__card{padding:2rem 1.5rem}}.about__content{position:relative;z-index:2}.about__text{font-size:1.4rem;line-height:1.9;color:#264653;text-align:justify;margin:0}@media (max-width: 768px){.about__text{font-size:1.2rem;line-height:1.8}}@media (max-width: 480px){.about__text{font-size:1.1rem;text-align:left}}.about__text .highlight{color:#2a9d8f;font-weight:700;position:relative;display:inline-block}.about__text .highlight:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:8px;background:#f4a2614d;z-index:-1;border-radius:4px}.about__text em{font-style:italic;color:#1e3742}.about__card-decor{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.about__card-decor .card-star{position:absolute;opacity:.4}.about__card-decor .card-star--1{top:-15px;right:30px;width:40px;height:40px;color:#f4a261;animation:spin-slow 15s linear infinite}@media (max-width: 768px){.about__card-decor .card-star--1{width:30px;height:30px;top:-10px;right:20px}}.about__card-decor .card-star--2{bottom:-15px;left:30px;width:45px;height:45px;color:#2a9d8f;animation:spin-slow 18s linear infinite reverse}@media (max-width: 768px){.about__card-decor .card-star--2{width:35px;height:35px;bottom:-10px;left:20px}}.about__features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}@media (max-width: 768px){.about__features{gap:1.5rem}}@media (max-width: 480px){.about__features{grid-template-columns:1fr}}.feature-box{background:#fff;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 8px 25px #2a9d8f1a;transition:all .3s ease;border:2px solid transparent}.feature-box:hover{transform:translateY(-10px);box-shadow:0 15px 40px #2a9d8f33;border-color:#2a9d8f4d}.feature-box:hover .feature-box__icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#2a9d8f,#35c5b4)}.feature-box__icon{width:70px;height:70px;margin:0 auto 1.5rem;background:#2a9d8f1a;border-radius:20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.feature-box__icon svg{width:35px;height:35px;color:#2a9d8f}.feature-box__title{font-size:1.3rem;font-weight:700;color:#264653;margin-bottom:.8rem}@media (max-width: 768px){.feature-box__title{font-size:1.2rem}}.feature-box__text{font-size:1rem;color:#468199;line-height:1.6}@media (max-width: 768px){.feature-box__text{font-size:.95rem}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.why-choose{min-height:50vh;background:#fff9f5;padding:100px 0;position:relative;overflow:hidden;display:flex;align-items:center}@media (max-width: 768px){.why-choose{min-height:auto;padding:80px 0 60px}}.why-choose__ornaments{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;pointer-events:none}.why-choose__ornaments .ornament{position:absolute;opacity:.5}.why-choose__ornaments .ornament--squiggle-left{bottom:15%;left:2%;width:150px;height:250px;animation:float-squiggle 10s ease-in-out infinite}@media (max-width: 768px){.why-choose__ornaments .ornament--squiggle-left{width:80px;height:150px;left:5%}}.why-choose__ornaments .ornament--star-1{top:15%;right:10%;width:50px;height:50px;color:#f4a261;animation:float-rotate 12s ease-in-out infinite}@media (max-width: 768px){.why-choose__ornaments .ornament--star-1{width:35px;height:35px}}.why-choose__ornaments .ornament--star-2{bottom:20%;right:15%;width:40px;height:40px;color:#e76f51;animation:float-rotate 10s ease-in-out infinite reverse}@media (max-width: 768px){.why-choose__ornaments .ornament--star-2{width:28px;height:28px}}.why-choose__ornaments .ornament--star-3{top:50%;right:5%;width:35px;height:35px;color:#2a9d8f;animation:float-rotate 15s ease-in-out infinite;opacity:.3}@media (max-width: 768px){.why-choose__ornaments .ornament--star-3{width:25px;height:25px}}.why-choose__ornaments .ornament--circle-1{top:25%;left:8%;width:30px;height:30px;background:#f4a261;border-radius:50%;animation:float-scale 8s ease-in-out infinite}@media (max-width: 768px){.why-choose__ornaments .ornament--circle-1{width:20px;height:20px}}.why-choose__ornaments .ornament--circle-2{bottom:30%;right:8%;width:25px;height:25px;background:#2a9d8f;border-radius:50%;animation:float-scale 9s ease-in-out infinite 1s}@media (max-width: 768px){.why-choose__ornaments .ornament--circle-2{width:18px;height:18px}}.why-choose .container{position:relative;z-index:1}.why-choose__title{font-size:3.2rem;font-weight:700;color:#e76f51;text-align:center;margin-bottom:4rem;font-family:Mochiy Pop P One,sans-serif;line-height:1.3}@media (max-width: 768px){.why-choose__title{font-size:2.5rem;margin-bottom:3rem}}@media (max-width: 480px){.why-choose__title{font-size:2rem;margin-bottom:2.5rem}}.why-choose__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.why-choose__grid{gap:1.5rem;margin-bottom:3rem}}@media (max-width: 480px){.why-choose__grid{grid-template-columns:1fr}}.why-choose__cta{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}@media (max-width: 768px){.why-choose__cta{flex-direction:column;gap:1rem;width:100%;max-width:450px;margin:0 auto}}.why-feature{background:#2a9d8f1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;padding:2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;transition:all .4s ease;border:3px solid transparent;min-height:280px}@media (max-width: 768px){.why-feature{padding:2rem;min-height:250px}}.why-feature:hover{transform:translateY(-10px);background:#fffffff2;border-color:#2a9d8f4d;box-shadow:0 15px 40px #2a9d8f33}.why-feature:hover .why-feature__icon{transform:scale(1.15) rotate(5deg);background:linear-gradient(135deg,#2a9d8f,#35c5b4)}.why-feature:hover .why-feature__icon svg{color:#fff}.why-feature__icon{width:80px;height:80px;background:#fffc;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .4s ease;box-shadow:0 6px 20px #2a9d8f26}@media (max-width: 768px){.why-feature__icon{width:70px;height:70px}}.why-feature__icon svg{width:40px;height:40px;color:#2a9d8f;transition:all .4s ease}@media (max-width: 768px){.why-feature__icon svg{width:35px;height:35px}}.why-feature__content{flex:1;display:flex;flex-direction:column;justify-content:center}.why-feature__title{font-size:1.4rem;font-weight:700;color:#264653;margin-bottom:1rem;line-height:1.4}@media (max-width: 768px){.why-feature__title{font-size:1.3rem}}.why-feature__text{font-size:1.05rem;color:#3e7287;line-height:1.6;margin:0}@media (max-width: 768px){.why-feature__text{font-size:1rem}}.why-feature__text em{font-style:italic;color:#264653}.why-feature__text strong{font-weight:700;color:#2a9d8f}.btn--primary-large{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#2a9d8f,#35c5b4);color:#fff;padding:1.2rem 2.8rem;border-radius:50px;font-weight:700;font-size:1.05rem;text-decoration:none;box-shadow:0 8px 25px #2a9d8f66;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;position:relative;overflow:hidden}@media (max-width: 768px){.btn--primary-large{width:100%;padding:1.1rem 2.5rem;font-size:1rem}}.btn--primary-large:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn--primary-large svg{width:22px;height:22px;transition:transform .3s ease}@media (max-width: 768px){.btn--primary-large svg{width:20px;height:20px}}.btn--primary-large:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 35px #2a9d8f99;background:linear-gradient(135deg,#25897d,#2a9d8f)}.btn--primary-large:hover:before{left:100%}.btn--primary-large:hover svg{transform:translateY(3px);animation:bounce-icon .6s ease infinite}.btn--primary-large:active{transform:translateY(-2px) scale(1)}.btn--outline-large{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:#fff;color:#2a9d8f;padding:1.2rem 2.8rem;border-radius:50px;font-weight:700;font-size:1.05rem;text-decoration:none;border:3px solid #2A9D8F;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 15px #2a9d8f26}@media (max-width: 768px){.btn--outline-large{width:100%;padding:1.1rem 2.5rem;font-size:1rem}}.btn--outline-large:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#2a9d8f;transition:width .4s ease,height .4s ease;transform:translate(-50%,-50%);z-index:0}.btn--outline-large svg{width:22px;height:22px;position:relative;z-index:1;transition:transform .3s ease}@media (max-width: 768px){.btn--outline-large svg{width:20px;height:20px}}.btn--outline-large span{position:relative;z-index:1}.btn--outline-large:hover{color:#fff;transform:translateY(-4px) scale(1.02);box-shadow:0 12px 35px #2a9d8f66}.btn--outline-large:hover:before{width:400px;height:400px}.btn--outline-large:hover svg{transform:rotate(12deg) scale(1.1)}.btn--outline-large:active{transform:translateY(-2px) scale(1)}.planner{min-height:10vh;background:#2a9d8f;padding:65px 0 30px;position:relative;overflow:hidden;display:flex;align-items:center}@media (max-width: 768px){.planner{min-height:auto;padding:80px 0 60px}}.planner__decorations{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:0}.planner__blob{position:absolute;border-radius:50% 40% 60% 50%;opacity:.3}.planner__blob--left{width:400px;height:500px;background:#e76f51;top:-100px;left:-150px;animation:morph-blob 15s ease-in-out infinite}@media (max-width: 768px){.planner__blob--left{width:250px;height:300px;left:-100px}}.planner__blob--right{width:450px;height:450px;background:#e76f51;bottom:-100px;right:-150px;animation:morph-blob 18s ease-in-out infinite reverse}@media (max-width: 768px){.planner__blob--right{width:280px;height:280px;right:-100px}}.planner__star{position:absolute;color:#fff;opacity:.8}.planner__star svg{width:100%;height:100%}.planner__star--1{width:60px;height:60px;top:8%;left:12%;animation:twinkle 3s ease-in-out infinite}@media (max-width: 768px){.planner__star--1{width:40px;height:40px;top:5%;left:8%}}.planner__star--2{width:50px;height:50px;top:12%;right:8%;animation:twinkle 4s ease-in-out infinite .5s}@media (max-width: 768px){.planner__star--2{width:35px;height:35px;right:5%}}.planner__star--3{width:45px;height:45px;top:8%;right:15%;animation:twinkle 3.5s ease-in-out infinite 1s}@media (max-width: 768px){.planner__star--3{width:30px;height:30px;display:none}}.planner__star--4{width:55px;height:55px;top:6%;right:25%;animation:twinkle 4.5s ease-in-out infinite 1.5s}@media (max-width: 768px){.planner__star--4{display:none}}.planner .container{position:relative;z-index:1}.planner__title{font-size:2.8rem;font-weight:700;color:#fff;text-align:center;margin-bottom:4rem;font-family:Mochiy Pop P One,sans-serif;line-height:1.4;max-width:1000px;margin-left:auto;margin-right:auto}@media (max-width: 968px){.planner__title{font-size:2.3rem;margin-bottom:3rem}}@media (max-width: 768px){.planner__title{font-size:1.9rem;margin-bottom:2.5rem}}@media (max-width: 480px){.planner__title{font-size:1.6rem}}.planner__grid{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.planner__grid{gap:1rem;margin-bottom:2rem}}.planner__row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 968px){.planner__row{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 576px){.planner__row{grid-template-columns:1fr}}.planner__button{background:#fff5eb;color:#264653;padding:1.2rem 2rem;border-radius:50px;font-size:1.15rem;font-weight:700;text-align:center;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #00000026;border:3px solid transparent}@media (max-width: 768px){.planner__button{padding:1rem 1.5rem;font-size:1.05rem}}.planner__button span{display:block}.planner__button:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #00000040;border-color:#e76f514d;color:#2a9d8f}.planner__button:active{transform:translateY(-2px)}.planner__image{position:relative;max-width:1000px;margin:0 auto}.planner__image-wrapper{position:relative;width:100%;height:400px;background:#fff5eb;border-radius:50% 50% 0 0/20% 20% 0 0;overflow:hidden;box-shadow:0 -10px 40px #0003}@media (max-width: 968px){.planner__image-wrapper{height:350px}}@media (max-width: 768px){.planner__image-wrapper{height:300px}}@media (max-width: 576px){.planner__image-wrapper{height:250px;border-radius:30px 30px 0 0}}.planner__image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center top}@keyframes morph-blob{0%,to{border-radius:50% 40% 60% 50%;transform:rotate(0) scale(1)}25%{border-radius:40% 60% 50% 50%;transform:rotate(90deg) scale(1.05)}50%{border-radius:60% 50% 40% 60%;transform:rotate(180deg) scale(1)}75%{border-radius:50% 50% 60% 40%;transform:rotate(270deg) scale(1.05)}}@keyframes twinkle{0%,to{transform:scale(1) rotate(0);opacity:.8}50%{transform:scale(1.3) rotate(180deg);opacity:1}}.ngobrol{min-height:100vh;background:#2a9d8f;padding:100px 0;position:relative;overflow:hidden;display:flex;align-items:center}@media (max-width: 768px){.ngobrol{min-height:auto;padding:80px 0 60px}}.ngobrol__decorations{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:0}.ngobrol__decorations .shape{position:absolute;opacity:.4}.ngobrol__decorations .shape--circle-1{width:220px;height:220px;background:radial-gradient(circle,#E76F51,transparent);top:8%;left:5%;animation:pulse-float 8s ease-in-out infinite}@media (max-width: 768px){.ngobrol__decorations .shape--circle-1{width:140px;height:140px}}.ngobrol__decorations .shape--circle-2{width:180px;height:180px;background:radial-gradient(circle,#F4A261,transparent);bottom:12%;left:10%;animation:pulse-float 10s ease-in-out infinite 1s}@media (max-width: 768px){.ngobrol__decorations .shape--circle-2{width:110px;height:110px}}.ngobrol__decorations .shape--circle-3{width:200px;height:200px;background:radial-gradient(circle,#E76F51,transparent);top:15%;right:8%;animation:pulse-float 9s ease-in-out infinite .5s}@media (max-width: 768px){.ngobrol__decorations .shape--circle-3{width:120px;height:120px}}.ngobrol__decorations .shape--star-1{width:50px;height:50px;color:#f4a261;top:25%;right:15%;animation:twinkle-rotate 6s ease-in-out infinite}@media (max-width: 768px){.ngobrol__decorations .shape--star-1{width:35px;height:35px}}.ngobrol__decorations .shape--star-2{width:45px;height:45px;color:#e76f51;bottom:25%;right:12%;animation:twinkle-rotate 7s ease-in-out infinite 1s}@media (max-width: 768px){.ngobrol__decorations .shape--star-2{width:30px;height:30px}}.ngobrol__decorations .shape--squiggle-1{width:180px;height:180px;bottom:18%;left:15%;animation:wiggle 6s ease-in-out infinite;opacity:.5}@media (max-width: 768px){.ngobrol__decorations .shape--squiggle-1{width:120px;height:120px}}.ngobrol__decorations .shape--squiggle-2{width:140px;height:140px;top:30%;left:8%;animation:wiggle 7s ease-in-out infinite .5s;opacity:.5}@media (max-width: 768px){.ngobrol__decorations .shape--squiggle-2{width:100px;height:100px}}.ngobrol__cloud{width:100%;background:#fff5eb;position:relative;z-index:1;border-radius:120px;padding:80px 40px;box-shadow:0 20px 60px #0003}@media (max-width: 968px){.ngobrol__cloud{border-radius:80px;padding:60px 30px}}@media (max-width: 768px){.ngobrol__cloud{border-radius:50px;padding:50px 20px}}.ngobrol__cloud:before,.ngobrol__cloud:after{content:"";position:absolute;background:#fff5eb;border-radius:50%}.ngobrol__cloud:before{width:200px;height:200px;top:-100px;left:12%}@media (max-width: 768px){.ngobrol__cloud:before{width:140px;height:140px;top:-70px}}.ngobrol__cloud:after{width:240px;height:240px;top:-120px;right:18%}@media (max-width: 768px){.ngobrol__cloud:after{width:160px;height:160px;top:-80px}}.ngobrol__content{display:grid;grid-template-columns:.9fr 1.1fr;gap:5rem;align-items:center;max-width:1200px;margin:0 auto}@media (max-width: 968px){.ngobrol__content{grid-template-columns:1fr;gap:3rem}}.ngobrol__bubbles{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;position:relative}@media (max-width: 968px){.ngobrol__bubbles{grid-template-columns:repeat(3,1fr);justify-items:center}}@media (max-width: 576px){.ngobrol__bubbles{grid-template-columns:repeat(3,1fr);gap:1rem}}.ngobrol__bubbles .chat-bubble:first-child{grid-column:1/2;justify-self:start}@media (max-width: 968px){.ngobrol__bubbles .chat-bubble:first-child{grid-column:auto}}.ngobrol__bubbles .chat-bubble:nth-child(2){grid-column:1/3;justify-self:center;transform:translateY(-30px)}@media (max-width: 968px){.ngobrol__bubbles .chat-bubble:nth-child(2){grid-column:auto;transform:none}}.ngobrol__bubbles .chat-bubble:nth-child(3){grid-column:2/3;justify-self:end}@media (max-width: 968px){.ngobrol__bubbles .chat-bubble:nth-child(3){grid-column:auto}}@media (max-width: 968px){.ngobrol__info{text-align:center;display:flex;flex-direction:column;align-items:center}}.ngobrol__badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#2a9d8f26,#f4a26126);padding:.6rem 1.5rem;border-radius:50px;margin-bottom:1.5rem;font-weight:700;color:#2a9d8f;font-size:.95rem;box-shadow:0 4px 15px #2a9d8f26}.ngobrol__badge svg{width:20px;height:20px}.ngobrol__title{font-size:4.5rem;font-weight:700;color:#2a9d8f;margin-bottom:1.5rem;font-family:Mochiy Pop P One,sans-serif;line-height:1.1;text-shadow:3px 3px 0 rgba(244,162,97,.2)}@media (max-width: 968px){.ngobrol__title{font-size:3.8rem}}@media (max-width: 768px){.ngobrol__title{font-size:3rem;margin-bottom:1rem}}@media (max-width: 480px){.ngobrol__title{font-size:2.4rem}}.ngobrol__description{font-size:1.35rem;color:#264653;margin-bottom:2.5rem;line-height:1.7}@media (max-width: 768px){.ngobrol__description{font-size:1.2rem;margin-bottom:2rem}}.ngobrol__description .highlight{color:#2a9d8f;font-weight:700;position:relative}.ngobrol__cta{display:flex;flex-direction:column;gap:1.2rem}@media (max-width: 968px){.ngobrol__cta{align-items:center;width:100%;max-width:520px}}.ngobrol__cta-label{font-size:1.2rem;font-weight:700;color:#2a9d8f;display:flex;align-items:center;gap:10px}.ngobrol__cta-label svg{width:24px;height:24px;animation:bounce-arrow 2s ease-in-out infinite}.ngobrol__button{display:flex;align-items:center;justify-content:center;gap:15px;padding:1.3rem 2.8rem;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;position:relative;overflow:hidden;box-shadow:0 8px 25px #f4a26166;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.ngobrol__button{width:100%;padding:1.2rem 2.3rem;font-size:1.05rem;flex-direction:column;gap:8px}}.ngobrol__button .button-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f4a261,#f18631);z-index:0;transition:transform .4s ease}.ngobrol__button .button-icon{width:28px;height:28px;position:relative;z-index:1;color:#264653;transition:all .3s ease;flex-shrink:0}@media (max-width: 768px){.ngobrol__button .button-icon{width:26px;height:26px}}.ngobrol__button .button-text{display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:1;color:#fff}@media (max-width: 768px){.ngobrol__button .button-text{align-items:center;text-align:center}}.ngobrol__button .button-number{font-size:1.1rem;font-weight:700}@media (max-width: 768px){.ngobrol__button .button-number{font-size:1.05rem}}.ngobrol__button .button-note{font-size:.9rem;font-style:italic;font-weight:500;opacity:.9}.ngobrol__button:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 40px #f4a26199}.ngobrol__button:hover .button-bg{transform:scale(1.1)}.ngobrol__button:hover .button-icon{transform:rotate(15deg) scale(1.15);animation:wiggle-icon .5s ease infinite}.ngobrol__button:active{transform:translateY(-2px) scale(1)}.ngobrol__tagline{font-size:1.35rem;font-style:italic;color:#2a9d8f;font-weight:600;display:flex;align-items:center;gap:12px;justify-content:center}@media (max-width: 768px){.ngobrol__tagline{font-size:1.2rem}}.ngobrol__tagline svg{width:20px;height:20px;color:#f4a261;animation:twinkle-small 2s ease-in-out infinite}.ngobrol__tagline svg:last-child{animation-delay:.5s}.chat-bubble{width:170px;height:170px;border-radius:50%;position:relative;box-shadow:0 10px 30px #0003;animation:bubble-bounce 4s ease-in-out infinite;transition:transform .3s ease}@media (max-width: 968px){.chat-bubble{width:130px;height:130px}}@media (max-width: 576px){.chat-bubble{width:100px;height:100px}}.chat-bubble:hover{transform:scale(1.1) rotate(5deg)}.chat-bubble__inner{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.chat-bubble:after{content:"";position:absolute;width:45px;height:45px;background:inherit;border-radius:50%;box-shadow:inherit}@media (max-width: 576px){.chat-bubble:after{width:35px;height:35px}}.chat-bubble--pink{background:linear-gradient(135deg,#ff9494,#ffb6b6)}.chat-bubble--pink:after{bottom:-12px;left:25px}.chat-bubble--orange{background:linear-gradient(135deg,#f4a261,#f7be91);animation-delay:.5s}.chat-bubble--orange:after{top:-12px;right:25px}.chat-bubble--teal{background:linear-gradient(135deg,#3acab9,#5ad3c4);animation-delay:1s}.chat-bubble--teal:after{bottom:-12px;left:30px}.chat-face{position:relative;animation:face-expression 3s ease-in-out infinite}.eyes{display:flex;gap:28px;margin-bottom:18px}@media (max-width: 576px){.eyes{gap:20px;margin-bottom:12px}}.eye{width:14px;height:14px;background:#264653d9;border-radius:50%;display:block;animation:blink 4s ease-in-out infinite}@media (max-width: 576px){.eye{width:11px;height:11px}}.eye--left{animation-delay:.1s}.eye--right{animation-delay:.15s}.mouth{margin:0 auto;background:#fff}.mouth--happy{width:55px;height:28px;border-radius:0 0 55px 55px}@media (max-width: 576px){.mouth--happy{width:45px;height:22px}}.mouth--smile{width:50px;height:25px;border-radius:0 0 50px 50px}@media (max-width: 576px){.mouth--smile{width:40px;height:20px}}.mouth--joy{width:48px;height:24px;border-radius:0 0 48px 48px}@media (max-width: 576px){.mouth--joy{width:38px;height:19px}}@keyframes pulse-float{0%,to{transform:translate(0) scale(1);opacity:.4}50%{transform:translate(25px,25px) scale(1.1);opacity:.6}}@keyframes twinkle-rotate{0%,to{transform:scale(1) rotate(0);opacity:.4}50%{transform:scale(1.4) rotate(180deg);opacity:.7}}@keyframes twinkle-small{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.2) rotate(180deg)}}@keyframes bubble-bounce{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-12px) rotate(3deg)}75%{transform:translateY(-8px) rotate(-3deg)}}@keyframes bounce-arrow{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@keyframes wiggle-icon{0%,to{transform:rotate(15deg) scale(1.15)}25%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(20deg) scale(1.15)}}@keyframes blink{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(.1)}}@keyframes face-expression{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.error-page{min-height:100vh;background:linear-gradient(135deg,#fff9f5,#fff);padding:140px 0 0;position:relative;overflow:hidden;display:flex;align-items:center}@media (max-width: 768px){.error-page{padding:120px 0 80px}}.error-page__decorations{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:0}.error-page__decorations .deco-circle{position:absolute;border-radius:50%;opacity:.15}.error-page__decorations .deco-circle--1{width:300px;height:300px;background:radial-gradient(circle,#2A9D8F,transparent);top:-100px;left:-80px;animation:pulse-float 12s ease-in-out infinite}@media (max-width: 768px){.error-page__decorations .deco-circle--1{width:180px;height:180px}}.error-page__decorations .deco-circle--2{width:250px;height:250px;background:radial-gradient(circle,#E76F51,transparent);bottom:-80px;right:-60px;animation:pulse-float 14s ease-in-out infinite 1s}@media (max-width: 768px){.error-page__decorations .deco-circle--2{width:150px;height:150px}}.error-page__decorations .deco-circle--3{width:200px;height:200px;background:radial-gradient(circle,#F4A261,transparent);top:50%;right:10%;animation:pulse-float 10s ease-in-out infinite .5s}@media (max-width: 768px){.error-page__decorations .deco-circle--3{width:120px;height:120px}}.error-page__decorations .deco-star{position:absolute;opacity:.3;animation:twinkle-rotate 6s ease-in-out infinite}.error-page__decorations .deco-star svg{width:100%;height:100%}.error-page__decorations .deco-star--1{width:50px;height:50px;top:15%;right:15%;color:#f4a261}@media (max-width: 768px){.error-page__decorations .deco-star--1{width:35px;height:35px}}.error-page__decorations .deco-star--2{width:45px;height:45px;bottom:20%;left:12%;color:#e76f51;animation-delay:1s}@media (max-width: 768px){.error-page__decorations .deco-star--2{width:30px;height:30px}}.error-page__decorations .deco-star--3{width:40px;height:40px;top:30%;left:8%;color:#2a9d8f;animation-delay:.5s}@media (max-width: 768px){.error-page__decorations .deco-star--3{width:28px;height:28px}}.error-page__decorations .deco-question{position:absolute;font-size:120px;font-weight:700;color:#2a9d8f0f;font-family:Mochiy Pop P One,sans-serif}.error-page__decorations .deco-question--1{top:10%;left:8%;animation:float-question 10s ease-in-out infinite}@media (max-width: 768px){.error-page__decorations .deco-question--1{font-size:70px}}.error-page__decorations .deco-question--2{bottom:15%;right:10%;animation:float-question 12s ease-in-out infinite 1s}@media (max-width: 768px){.error-page__decorations .deco-question--2{font-size:70px}}.error-page__decorations .deco-question--3{top:40%;right:5%;animation:float-question 11s ease-in-out infinite .5s}@media (max-width: 768px){.error-page__decorations .deco-question--3{font-size:70px;display:none}}.error-page__decorations .deco-squiggle{position:absolute;opacity:.3}.error-page__decorations .deco-squiggle--1{width:200px;height:200px;bottom:20%;left:15%;animation:wiggle 8s ease-in-out infinite}@media (max-width: 768px){.error-page__decorations .deco-squiggle--1{width:120px;height:120px}}.error-page__decorations .deco-squiggle--2{width:150px;height:150px;top:25%;right:20%;animation:wiggle 9s ease-in-out infinite 1s}@media (max-width: 768px){.error-page__decorations .deco-squiggle--2{width:100px;height:100px}}.error-page .container{position:relative;z-index:1}.error-page .error-content{max-width:900px;margin:0 auto;text-align:center}.error-number{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem}@media (max-width: 768px){.error-number{gap:1rem;margin-bottom:2rem}}.error-number .digit{font-size:12rem;font-weight:700;font-family:Mochiy Pop P One,sans-serif;line-height:1}@media (max-width: 968px){.error-number .digit{font-size:10rem}}@media (max-width: 768px){.error-number .digit{font-size:7rem}}@media (max-width: 480px){.error-number .digit{font-size:5rem}}.error-number .digit--4,.error-number .digit--4-2{color:#2a9d8f;text-shadow:4px 4px 0 rgba(42,157,143,.2);animation:bounce-digit 2s ease-in-out infinite}.error-number .digit--4-2{animation-delay:.2s}.error-number .digit--0{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4a261,#f7be91);border-radius:50%;box-shadow:0 15px 40px #f4a26166}@media (max-width: 968px){.error-number .digit--0{width:160px;height:160px}}@media (max-width: 768px){.error-number .digit--0{width:120px;height:120px}}@media (max-width: 480px){.error-number .digit--0{width:90px;height:90px}}.error-number .digit--0 .digit-face{position:relative;z-index:2}.face-eyes{display:flex;gap:30px;justify-content:center;margin-bottom:20px}@media (max-width: 768px){.face-eyes{gap:20px;margin-bottom:15px}}@media (max-width: 480px){.face-eyes{gap:15px;margin-bottom:10px}}.face-eyes .eye{width:18px;height:18px;background:#264653;border-radius:50%;display:block;transition:transform .1s ease}@media (max-width: 768px){.face-eyes .eye{width:14px;height:14px}}@media (max-width: 480px){.face-eyes .eye{width:10px;height:10px}}.face-mouth{width:60px;height:30px;background:#fff;border-radius:0 0 60px 60px;margin:0 auto;animation:mouth-wiggle 3s ease-in-out infinite}@media (max-width: 768px){.face-mouth{width:50px;height:25px}}@media (max-width: 480px){.face-mouth{width:40px;height:20px}}.error-message{margin-bottom:3rem}@media (max-width: 768px){.error-message{margin-bottom:2.5rem}}.error-title{font-size:3.5rem;font-weight:700;color:#264653;margin-bottom:1.5rem;font-family:Mochiy Pop P One,sans-serif}@media (max-width: 968px){.error-title{font-size:3rem}}@media (max-width: 768px){.error-title{font-size:2.3rem}}@media (max-width: 480px){.error-title{font-size:1.8rem}}.error-description{font-size:1.3rem;color:#468199;line-height:1.7;max-width:650px;margin:0 auto}@media (max-width: 768px){.error-description{font-size:1.15rem}}@media (max-width: 480px){.error-description{font-size:1.05rem}}.error-search{margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.error-search{margin-bottom:3rem}}.error-search .search-box{display:flex;align-items:center;background:#fff;border-radius:50px;padding:.8rem .8rem .8rem 1.5rem;box-shadow:0 10px 40px #2a9d8f26;transition:all .3s ease}@media (max-width: 576px){.error-search .search-box{flex-direction:column;align-items:stretch;padding:1rem;border-radius:25px}}.error-search .search-box:focus-within{box-shadow:0 15px 50px #2a9d8f40;transform:translateY(-2px)}.error-search .search-box .search-icon{width:24px;height:24px;color:#5d9cb5;flex-shrink:0;margin-right:1rem}@media (max-width: 576px){.error-search .search-box .search-icon{display:none}}.error-search .search-box .search-input{flex:1;border:none;outline:none;font-size:1.05rem;color:#264653;background:transparent}@media (max-width: 576px){.error-search .search-box .search-input{margin-bottom:.8rem;padding:.5rem;text-align:center}}.error-search .search-box .search-input::placeholder{color:#80b1c5}.error-search .search-box .search-button{background:linear-gradient(135deg,#2a9d8f,#217d72);color:#fff;border:none;padding:.9rem 2rem;border-radius:50px;font-weight:700;font-size:1.05rem;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease;white-space:nowrap}@media (max-width: 576px){.error-search .search-box .search-button{justify-content:center;width:100%}}.error-search .search-box .search-button svg{width:20px;height:20px}.error-search .search-box .search-button:hover{transform:translate(3px);box-shadow:0 8px 20px #2a9d8f66}.error-links{margin-bottom:4rem}@media (max-width: 768px){.error-links{margin-bottom:3rem}}.error-links .links-title{font-size:1.5rem;font-weight:700;color:#264653;margin-bottom:2rem}@media (max-width: 768px){.error-links .links-title{font-size:1.3rem;margin-bottom:1.5rem}}.error-links .links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 968px){.error-links .links-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.error-links .links-grid{grid-template-columns:1fr}}.error-links .link-card{background:#fff;padding:2rem 1.5rem;border-radius:20px;text-decoration:none;text-align:center;box-shadow:0 6px 20px #2a9d8f1a;transition:all .3s ease;border:3px solid transparent}@media (max-width: 768px){.error-links .link-card{padding:1.8rem 1.3rem;border-radius:18px}}.error-links .link-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #2a9d8f33;border-color:#2a9d8f4d}.error-links .link-card:hover .link-icon{background:linear-gradient(135deg,#2a9d8f,#217d72);color:#fff;transform:rotate(10deg) scale(1.1)}.error-links .link-card .link-icon{width:70px;height:70px;background:#2a9d8f1a;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;transition:all .3s ease}@media (max-width: 768px){.error-links .link-card .link-icon{width:60px;height:60px}}.error-links .link-card .link-icon svg{width:35px;height:35px;color:#2a9d8f;transition:color .3s ease}@media (max-width: 768px){.error-links .link-card .link-icon svg{width:30px;height:30px}}.error-links .link-card .link-title{font-size:1.3rem;font-weight:700;color:#264653;margin-bottom:.5rem}@media (max-width: 768px){.error-links .link-card .link-title{font-size:1.2rem}}.error-links .link-card .link-description{font-size:.95rem;color:#4e90aa;margin:0}@media (max-width: 768px){.error-links .link-card .link-description{font-size:.9rem}}.error-fun-fact .fun-fact-card{background:linear-gradient(135deg,#2a9d8f14,#f4a26114);padding:2.5rem 3rem;border-radius:25px;display:flex;align-items:flex-start;gap:1.5rem;border:3px solid rgba(42,157,143,.15);max-width:800px;margin:0 auto}@media (max-width: 768px){.error-fun-fact .fun-fact-card{padding:2rem;border-radius:20px;flex-direction:column;align-items:center;text-align:center}}.error-fun-fact .fun-fact-card .fun-fact-icon{width:70px;height:70px;background:linear-gradient(135deg,#2a9d8f,#217d72);border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 768px){.error-fun-fact .fun-fact-card .fun-fact-icon{width:60px;height:60px}}.error-fun-fact .fun-fact-card .fun-fact-icon svg{width:35px;height:35px;color:#fff}@media (max-width: 768px){.error-fun-fact .fun-fact-card .fun-fact-icon svg{width:30px;height:30px}}.error-fun-fact .fun-fact-card .fun-fact-text{font-size:1.1rem;color:#264653;line-height:1.7;margin:0}@media (max-width: 768px){.error-fun-fact .fun-fact-card .fun-fact-text{font-size:1.05rem}}.error-fun-fact .fun-fact-card .fun-fact-text strong{color:#2a9d8f;font-weight:700}@keyframes bounce-digit{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes mouth-wiggle{0%,to{border-radius:0 0 60px 60px}50%{border-radius:0 0 50px 50px}}@keyframes pulse-float{0%,to{transform:translate(0) scale(1);opacity:.15}50%{transform:translate(20px,20px) scale(1.1);opacity:.25}}@keyframes wiggle{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(5deg)}75%{transform:translateY(-10px) rotate(-5deg)}}.faq{min-height:100vh;background:#fff9f5;padding:100px 0;position:relative;overflow:hidden;display:flex;align-items:center}@media (max-width: 768px){.faq{min-height:auto;padding:80px 0 60px}}.faq__decorations{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:0}.faq__question-mark{position:absolute;font-size:120px;font-weight:700;color:#2a9d8f14;font-family:Mochiy Pop P One,sans-serif}.faq__question-mark--1{top:10%;left:5%;animation:float-question 8s ease-in-out infinite}@media (max-width: 768px){.faq__question-mark--1{font-size:80px}}.faq__question-mark--2{bottom:15%;right:8%;animation:float-question 10s ease-in-out infinite 1s}@media (max-width: 768px){.faq__question-mark--2{font-size:80px}}.faq__star{position:absolute;opacity:.4}.faq__star svg{width:100%;height:100%}.faq__star--1{width:45px;height:45px;top:20%;right:12%;color:#f4a261;animation:twinkle-rotate 6s ease-in-out infinite}@media (max-width: 768px){.faq__star--1{width:30px;height:30px}}.faq__star--2{width:40px;height:40px;bottom:25%;left:10%;color:#e76f51;animation:twinkle-rotate 7s ease-in-out infinite .5s}@media (max-width: 768px){.faq__star--2{width:28px;height:28px}}.faq__circle{position:absolute;border-radius:50%;opacity:.3}.faq__circle--1{width:180px;height:180px;background:radial-gradient(circle,#2A9D8F,transparent);top:15%;left:15%;animation:pulse-float 10s ease-in-out infinite}@media (max-width: 768px){.faq__circle--1{width:120px;height:120px}}.faq__circle--2{width:150px;height:150px;background:radial-gradient(circle,#F4A261,transparent);bottom:20%;right:15%;animation:pulse-float 12s ease-in-out infinite 1s}@media (max-width: 768px){.faq__circle--2{width:100px;height:100px}}.faq .container{position:relative;z-index:1}.faq__header{text-align:center;margin-bottom:4rem}@media (max-width: 768px){.faq__header{margin-bottom:3rem}}.faq__icon{width:80px;height:80px;background:linear-gradient(135deg,#2a9d8f26,#f4a26126);border-radius:25px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 8px 25px #2a9d8f26}@media (max-width: 768px){.faq__icon{width:70px;height:70px}}.faq__icon svg{width:40px;height:40px;color:#2a9d8f}@media (max-width: 768px){.faq__icon svg{width:35px;height:35px}}.faq__title{font-size:3.2rem;font-weight:700;color:#264653;margin-bottom:1rem;font-family:Mochiy Pop P One,sans-serif}@media (max-width: 768px){.faq__title{font-size:2.5rem}}@media (max-width: 480px){.faq__title{font-size:2rem}}.faq__subtitle{font-size:1.2rem;color:#468199}@media (max-width: 768px){.faq__subtitle{font-size:1.1rem}}.faq__accordion{max-width:900px;margin:0 auto 4rem}@media (max-width: 768px){.faq__accordion{margin-bottom:3rem}}.faq__item{background:#fff;border-radius:20px;margin-bottom:1.5rem;box-shadow:0 4px 15px #2a9d8f1a;overflow:hidden;transition:all .3s ease}@media (max-width: 768px){.faq__item{border-radius:15px;margin-bottom:1rem}}.faq__item:hover{box-shadow:0 8px 25px #2a9d8f26;transform:translateY(-2px)}.faq__item.active .faq__question{color:#2a9d8f;background:#2a9d8f0d}.faq__item.active .faq__question .faq__question-number{background:linear-gradient(135deg,#2a9d8f,#35c5b4);color:#fff}.faq__item.active .faq__question .icon-plus{opacity:0;transform:rotate(90deg)}.faq__item.active .faq__question .icon-minus{opacity:1;transform:rotate(0)}.faq__question{width:100%;display:flex;align-items:center;gap:1.5rem;padding:1.8rem 2rem;background:transparent;border:none;text-align:left;cursor:pointer;font-size:1.15rem;font-weight:600;color:#264653;transition:all .3s ease}@media (max-width: 768px){.faq__question{padding:1.5rem;gap:1rem;font-size:1.05rem}}@media (max-width: 480px){.faq__question{font-size:1rem;padding:1.3rem 1.2rem}}.faq__question:hover{color:#2a9d8f}.faq__question-number{width:45px;height:45px;background:#2a9d8f1a;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#2a9d8f;flex-shrink:0;transition:all .3s ease}@media (max-width: 768px){.faq__question-number{width:40px;height:40px;font-size:1rem}}.faq__question-text{flex:1;line-height:1.5}.faq__question-icon{width:30px;height:30px;position:relative;flex-shrink:0}@media (max-width: 768px){.faq__question-icon{width:26px;height:26px}}.faq__question-icon svg{width:100%;height:100%;position:absolute;top:0;left:0;color:#2a9d8f;transition:all .3s ease}.faq__question-icon .icon-plus{opacity:1;transform:rotate(0)}.faq__question-icon .icon-minus{opacity:0;transform:rotate(-90deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1)}.faq__answer-content{padding:0 2rem 2rem;padding-left:calc(3.5rem + 45px)}@media (max-width: 768px){.faq__answer-content{padding:0 1.5rem 1.5rem;padding-left:calc(2.5rem + 40px)}}@media (max-width: 480px){.faq__answer-content{padding:0 1.2rem 1.3rem}}.faq__answer-content p{font-size:1.05rem;color:#3e7287;line-height:1.8;margin:0}@media (max-width: 768px){.faq__answer-content p{font-size:1rem}}.faq__cta{max-width:700px;margin:0 auto}.faq__cta-card{background:linear-gradient(135deg,#2a9d8f14,#f4a26114);border-radius:25px;padding:3rem;text-align:center;border:3px solid rgba(42,157,143,.15);box-shadow:0 8px 30px #2a9d8f1a}@media (max-width: 768px){.faq__cta-card{padding:2.5rem 2rem;border-radius:20px}}@media (max-width: 480px){.faq__cta-card{padding:2rem 1.5rem}}.faq__cta-icon{width:70px;height:70px;background:linear-gradient(135deg,#2a9d8f,#35c5b4);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 20px #2a9d8f4d}@media (max-width: 768px){.faq__cta-icon{width:60px;height:60px}}.faq__cta-icon svg{width:35px;height:35px;color:#fff}@media (max-width: 768px){.faq__cta-icon svg{width:30px;height:30px}}.faq__cta-title{font-size:2rem;font-weight:700;color:#264653;margin-bottom:1rem}@media (max-width: 768px){.faq__cta-title{font-size:1.7rem}}@media (max-width: 480px){.faq__cta-title{font-size:1.5rem}}.faq__cta-text{font-size:1.1rem;color:#3e7287;margin-bottom:2rem;line-height:1.6}@media (max-width: 768px){.faq__cta-text{font-size:1.05rem}}.faq__cta-button{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#2a9d8f,#217d72);color:#fff;padding:1.2rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;box-shadow:0 8px 25px #2a9d8f59;transition:all .3s ease}@media (max-width: 768px){.faq__cta-button{padding:1.1rem 2.5rem;font-size:1.05rem}}.faq__cta-button svg{width:24px;height:24px}@media (max-width: 768px){.faq__cta-button svg{width:22px;height:22px}}.faq__cta-button:hover{transform:translateY(-4px);box-shadow:0 12px 35px #2a9d8f80;background:linear-gradient(135deg,#25897d,#1c695f)}.faq__cta-button:active{transform:translateY(-2px)}@keyframes float-question{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes twinkle-rotate{0%,to{transform:scale(1) rotate(0);opacity:.4}50%{transform:scale(1.3) rotate(180deg);opacity:.6}}.article{min-height:100vh;background:#fff5eb;padding:100px 0;position:relative;overflow:hidden;display:flex;align-items:center}@media (max-width: 768px){.article{min-height:auto;padding:80px 0 60px}}.article__ornaments{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;pointer-events:none}.article__ornaments .ornament{position:absolute;opacity:.5}.article__ornaments .ornament--squiggle-left{bottom:15%;left:2%;width:150px;height:250px;animation:float-squiggle 10s ease-in-out infinite}@media (max-width: 768px){.article__ornaments .ornament--squiggle-left{width:80px;height:150px}}.article__ornaments .ornament--star-1{top:15%;right:10%;width:50px;height:50px;color:#f4a261;animation:float-rotate 12s ease-in-out infinite}@media (max-width: 768px){.article__ornaments .ornament--star-1{width:35px;height:35px}}.article__ornaments .ornament--star-2{bottom:20%;right:15%;width:40px;height:40px;color:#e76f51;animation:float-rotate 10s ease-in-out infinite reverse}@media (max-width: 768px){.article__ornaments .ornament--star-2{width:28px;height:28px}}.article__ornaments .ornament--star-3{top:50%;right:5%;width:35px;height:35px;color:#2a9d8f;animation:float-rotate 15s ease-in-out infinite;opacity:.3}@media (max-width: 768px){.article__ornaments .ornament--star-3{width:25px;height:25px}}.article__ornaments .ornament--circle-1{top:25%;left:8%;width:30px;height:30px;background:#f4a261;border-radius:50%;animation:float-scale 8s ease-in-out infinite}@media (max-width: 768px){.article__ornaments .ornament--circle-1{width:20px;height:20px}}.article__ornaments .ornament--circle-2{bottom:30%;right:8%;width:25px;height:25px;background:#2a9d8f;border-radius:50%;animation:float-scale 9s ease-in-out infinite 1s}@media (max-width: 768px){.article__ornaments .ornament--circle-2{width:18px;height:18px}}.article .container{position:relative;z-index:1}.article__header{margin-bottom:4rem}@media (max-width: 768px){.article__header{margin-bottom:3rem}}.article__title-wrapper{display:flex;align-items:center;gap:1.5rem}@media (max-width: 768px){.article__title-wrapper{flex-direction:column;text-align:center;gap:1rem}}.article__icon{width:70px;height:70px;background:linear-gradient(135deg,#2a9d8f33,#f4a26133);border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 20px #2a9d8f26}@media (max-width: 768px){.article__icon{width:60px;height:60px}}.article__icon svg{width:35px;height:35px;color:#2a9d8f}@media (max-width: 768px){.article__icon svg{width:30px;height:30px}}.article__title{font-size:3.2rem;font-weight:700;color:#e76f51;font-family:Mochiy Pop P One,sans-serif;line-height:1.2;margin:0}@media (max-width: 768px){.article__title{font-size:2.5rem}}@media (max-width: 480px){.article__title{font-size:2rem}}.article__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;margin-bottom:4rem}@media (max-width: 768px){.article__grid{gap:1.5rem;margin-bottom:3rem}}@media (max-width: 480px){.article__grid{grid-template-columns:1fr}}.article__view-all{text-align:center}.article-card{background:#2a9d8f1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;overflow:hidden;transition:all .4s ease;border:3px solid transparent;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-10px);border-color:#2a9d8f4d;box-shadow:0 20px 50px #2a9d8f40;background:#fffffffa}.article-card:hover .article-card__button{background:#2a9d8f;color:#fff;transform:translate(5px)}.article-card__image{width:100%;height:240px;overflow:hidden;border-radius:20px 20px 0 0;background:#fff}.article-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.article-card__content{padding:2rem;flex:1;display:flex;flex-direction:column}.article-card__title{font-size:1.35rem;font-weight:700;color:#264653;margin-bottom:1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.article-card__title{font-size:1.25rem}}.article-card__excerpt{font-size:1rem;color:#468199;line-height:1.6;margin-bottom:1.5rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.article-card__excerpt{font-size:.95rem;-webkit-line-clamp:2}}.article-card__footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;border-top:2px solid rgba(42,157,143,.1)}@media (max-width: 480px){.article-card__footer{flex-direction:column;align-items:flex-start}}.article-card__date{font-size:.9rem;color:#5d9cb5;font-weight:500}.article-card__button{background:#2a9d8f26;color:#2a9d8f;padding:.6rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s ease;white-space:nowrap}@media (max-width: 480px){.article-card__button{width:100%;text-align:center}}.article-card__button:hover{background:#2a9d8f;color:#fff}.btn--view-all{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:#2a9d8f;color:#fff;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;box-shadow:0 6px 20px #2a9d8f4d;transition:all .3s ease;border:none}@media (max-width: 768px){.btn--view-all{width:100%;max-width:400px;padding:.9rem 2rem;font-size:1.05rem}}.btn--view-all svg{width:24px;height:24px;flex-shrink:0;color:#fff}@media (max-width: 768px){.btn--view-all svg{width:22px;height:22px}}.btn--view-all:hover{transform:translateY(-5px);box-shadow:0 14px 40px #2a9d8f80;background:#217d72;color:#fff}.btn--view-all:hover svg{transform:scale(1.1) translate(3px);color:#fff}.btn--view-all:active{transform:translateY(-2px);box-shadow:0 6px 20px #2a9d8f66}@keyframes float-squiggle{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}@keyframes float-rotate{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(90deg)}50%{transform:translateY(-10px) rotate(180deg)}75%{transform:translateY(-20px) rotate(270deg)}}@keyframes float-scale{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-25px) scale(1.3)}}.articles-page{background:#fff9f5;min-height:100vh}.articles-hero{background:linear-gradient(135deg,#2a9d8f,#217d72);padding:140px 0 10px;position:relative;overflow:hidden}@media (max-width: 768px){.articles-hero{padding:120px 0 80px}}.articles-hero__decorations{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:0}.articles-hero__decorations .deco-circle{position:absolute;border-radius:50%;opacity:.3}.articles-hero__decorations .deco-circle--1{width:250px;height:250px;background:radial-gradient(circle,#E76F51,transparent);top:-80px;left:-50px;animation:pulse-float 10s ease-in-out infinite}@media (max-width: 768px){.articles-hero__decorations .deco-circle--1{width:150px;height:150px}}.articles-hero__decorations .deco-circle--2{width:200px;height:200px;background:radial-gradient(circle,#F4A261,transparent);bottom:-50px;right:-30px;animation:pulse-float 12s ease-in-out infinite 1s}@media (max-width: 768px){.articles-hero__decorations .deco-circle--2{width:120px;height:120px}}.articles-hero__decorations .deco-star{position:absolute;color:#fff6;animation:twinkle-rotate 6s ease-in-out infinite}.articles-hero__decorations .deco-star svg{width:100%;height:100%}.articles-hero__decorations .deco-star--1{width:50px;height:50px;top:15%;right:10%}@media (max-width: 768px){.articles-hero__decorations .deco-star--1{width:35px;height:35px}}.articles-hero__decorations .deco-star--2{width:45px;height:45px;bottom:20%;left:8%;animation-delay:1s}@media (max-width: 768px){.articles-hero__decorations .deco-star--2{width:30px;height:30px}}.articles-hero__decorations .deco-squiggle{position:absolute;width:180px;height:180px;top:50%;left:5%;transform:translateY(-50%);opacity:.4;animation:wiggle 8s ease-in-out infinite}@media (max-width: 768px){.articles-hero__decorations .deco-squiggle{width:120px;height:120px}}.articles-hero__content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.articles-hero__icon{width:90px;height:90px;background:#ffffff26;border-radius:25px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 30px #0003}@media (max-width: 768px){.articles-hero__icon{width:75px;height:75px}}.articles-hero__icon svg{width:45px;height:45px;color:#fff}@media (max-width: 768px){.articles-hero__icon svg{width:38px;height:38px}}.articles-hero__title{font-size:4rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Mochiy Pop P One,sans-serif;text-shadow:3px 3px 0 rgba(0,0,0,.1)}@media (max-width: 968px){.articles-hero__title{font-size:3.5rem}}@media (max-width: 768px){.articles-hero__title{font-size:2.8rem}}@media (max-width: 480px){.articles-hero__title{font-size:2.2rem}}.articles-hero__subtitle{font-size:1.3rem;color:#fffffff2;margin-bottom:3rem;line-height:1.6}@media (max-width: 768px){.articles-hero__subtitle{font-size:1.15rem;margin-bottom:2.5rem}}.articles-hero__search{max-width:700px;margin:0 auto 2rem}@media (max-width: 768px){.articles-hero__search{padding:0 20px}}.search-box{display:flex;align-items:center;background:#fff;border-radius:50px;padding:.8rem .8rem .8rem 1.5rem;box-shadow:0 10px 40px #00000026;transition:all .3s ease}@media (max-width: 576px){.search-box{flex-direction:column;align-items:stretch;padding:1rem;border-radius:25px}}.search-box:focus-within{box-shadow:0 15px 50px #00000040;transform:translateY(-2px)}.search-box .search-icon{width:24px;height:24px;color:#5d9cb5;flex-shrink:0;margin-right:1rem}@media (max-width: 576px){.search-box .search-icon{display:none}}.search-box .search-input{flex:1;border:none;outline:none;font-size:1.05rem;color:#264653;background:transparent}@media (max-width: 576px){.search-box .search-input{margin-bottom:.8rem;padding:.5rem;text-align:center}}.search-box .search-input::placeholder{color:#80b1c5}.search-box .search-button{background:linear-gradient(135deg,#2a9d8f,#217d72);color:#fff;border:none;padding:.9rem 2rem;border-radius:50px;font-weight:700;font-size:1.05rem;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease;white-space:nowrap}@media (max-width: 576px){.search-box .search-button{justify-content:center;width:100%}}.search-box .search-button svg{width:20px;height:20px}.search-box .search-button:hover{transform:translate(3px);box-shadow:0 8px 20px #2a9d8f66}.search-box .search-button:active{transform:translate(1px)}.search-result-info{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}@media (max-width: 768px){.search-result-info{padding:0 20px}}.search-result-info p{color:#fffffff2;font-size:1.05rem;margin:0}.search-result-info p strong{font-weight:700;color:#fff}.search-result-info .clear-search{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;color:#fff;padding:.6rem 1.3rem;border-radius:50px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-result-info .clear-search svg{width:18px;height:18px}.search-result-info .clear-search:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.articles-content{padding:80px 0}@media (max-width: 768px){.articles-content{padding:60px 0}}.articles-stats{display:flex;justify-content:center;align-items:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}@media (max-width: 768px){.articles-stats{gap:1.5rem;margin-bottom:2rem}}.articles-stats .stats-item{display:flex;align-items:center;gap:12px;background:#2a9d8f14;padding:1rem 1.8rem;border-radius:50px;border:2px solid rgba(42,157,143,.15)}@media (max-width: 576px){.articles-stats .stats-item{padding:.8rem 1.3rem}}.articles-stats .stats-item svg{width:24px;height:24px;color:#2a9d8f;flex-shrink:0}@media (max-width: 576px){.articles-stats .stats-item svg{width:20px;height:20px}}.articles-stats .stats-item span{font-size:1.05rem;font-weight:600;color:#264653}@media (max-width: 576px){.articles-stats .stats-item span{font-size:.95rem}}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:4rem}@media (max-width: 968px){.articles-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 576px){.articles-grid{grid-template-columns:1fr;gap:1.5rem}}.article-card{background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 6px 20px #2a9d8f1a;transition:all .3s ease}@media (max-width: 768px){.article-card{border-radius:20px}}.article-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #2a9d8f33}.article-card:hover .article-card__image img{transform:scale(1.1)}.article-card:hover .article-card__image .article-card__overlay{opacity:1}.article-card:hover .article-card__title a{color:#2a9d8f}.article-card__image{position:relative;width:100%;height:240px;overflow:hidden}@media (max-width: 768px){.article-card__image{height:200px}}.article-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.article-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2a9d8fe6,#f4a261e6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.article-card__overlay .overlay-button{background:#fff;color:#2a9d8f;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;display:flex;align-items:center;gap:10px;box-shadow:0 8px 25px #0003;transition:all .3s ease}.article-card__overlay .overlay-button svg{width:20px;height:20px}.article-card__overlay .overlay-button:hover{transform:scale(1.05);box-shadow:0 12px 35px #0000004d}.article-card__content{padding:2rem}@media (max-width: 768px){.article-card__content{padding:1.5rem}}.article-card__meta{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.2rem;flex-wrap:wrap}.article-card__meta .meta-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#4e90aa}.article-card__meta .meta-item svg{width:18px;height:18px;color:#2a9d8f}.article-card__title{margin-bottom:1rem}.article-card__title a{font-size:1.35rem;font-weight:700;color:#264653;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}@media (max-width: 768px){.article-card__title a{font-size:1.2rem}}.article-card__title a:hover{color:#2a9d8f}.article-card__excerpt{font-size:1rem;color:#468199;line-height:1.7;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.article-card__excerpt{font-size:.95rem}}.article-card__button{display:inline-flex;align-items:center;gap:10px;color:#2a9d8f;font-weight:700;font-size:1rem;text-decoration:none;transition:all .3s ease}.article-card__button svg{width:20px;height:20px;transition:transform .3s ease}.article-card__button:hover{gap:15px}.article-card__button:hover svg{transform:translate(5px)}.articles-pagination{margin-top:4rem}@media (max-width: 768px){.articles-pagination{margin-top:3rem}}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.pagination__button{display:flex;align-items:center;gap:10px;background:#fff;color:#264653;padding:1rem 1.8rem;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;border:2px solid rgba(42,157,143,.15);transition:all .3s ease}@media (max-width: 576px){.pagination__button{padding:.9rem 1.5rem;font-size:.95rem}}.pagination__button svg{width:20px;height:20px}@media (max-width: 576px){.pagination__button svg{width:18px;height:18px}}.pagination__button:hover{background:#2a9d8f;color:#fff;border-color:#2a9d8f;transform:translateY(-3px);box-shadow:0 8px 25px #2a9d8f4d}.pagination__button--prev svg{order:-1}.pagination__button--next svg{order:1}.pagination__numbers{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.pagination__number{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;color:#264653;border-radius:50%;font-weight:700;font-size:1rem;text-decoration:none;border:2px solid rgba(42,157,143,.15);transition:all .3s ease}@media (max-width: 576px){.pagination__number{width:42px;height:42px;font-size:.95rem}}.pagination__number:hover{background:#2a9d8f1a;border-color:#2a9d8f;color:#2a9d8f;transform:translateY(-3px)}.pagination__number.active{background:linear-gradient(135deg,#2a9d8f,#217d72);color:#fff;border-color:#2a9d8f;box-shadow:0 6px 20px #2a9d8f59;pointer-events:none}.no-results{text-align:center;padding:5rem 2rem}@media (max-width: 768px){.no-results{padding:4rem 1.5rem}}.no-results__icon{width:120px;height:120px;background:linear-gradient(135deg,#2a9d8f1a,#f4a2611a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}@media (max-width: 768px){.no-results__icon{width:100px;height:100px}}.no-results__icon svg{width:60px;height:60px;color:#2a9d8f}@media (max-width: 768px){.no-results__icon svg{width:50px;height:50px}}.no-results__title{font-size:2.5rem;font-weight:700;color:#264653;margin-bottom:1rem;font-family:Mochiy Pop P One,sans-serif}@media (max-width: 768px){.no-results__title{font-size:2rem}}@media (max-width: 480px){.no-results__title{font-size:1.7rem}}.no-results__text{font-size:1.2rem;color:#4e90aa;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.no-results__text{font-size:1.1rem}}.no-results__button{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#2a9d8f,#217d72);color:#fff;padding:1.2rem 2.8rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;box-shadow:0 8px 25px #2a9d8f59;transition:all .3s ease}@media (max-width: 768px){.no-results__button{padding:1.1rem 2.3rem;font-size:1.05rem}}.no-results__button svg{width:24px;height:24px}.no-results__button:hover{transform:translateY(-4px);box-shadow:0 12px 35px #2a9d8f80}.no-results__button:active{transform:translateY(-2px)}@keyframes pulse-float{0%,to{transform:translate(0) scale(1);opacity:.3}50%{transform:translate(20px,20px) scale(1.1);opacity:.5}}@keyframes twinkle-rotate{0%,to{transform:scale(1) rotate(0);opacity:.4}50%{transform:scale(1.3) rotate(180deg);opacity:.7}}@keyframes wiggle{0%,to{transform:translateY(-50%) rotate(0)}25%{transform:translateY(-50%) translate(-10px) rotate(5deg)}75%{transform:translateY(-50%) translate(10px) rotate(-5deg)}}.article-detail{background:#fff9f5;min-height:100vh}.article-hero{background:linear-gradient(135deg,#2a9d8f,#217d72);padding:140px 0 60px;position:relative;overflow:hidden}@media (max-width: 768px){.article-hero{padding:120px 0 50px}}.article-hero__decorations{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:0}.article-hero__decorations .deco-circle{position:absolute;border-radius:50%;opacity:.25}.article-hero__decorations .deco-circle--1{width:300px;height:300px;background:radial-gradient(circle,#E76F51,transparent);top:-100px;left:-80px;animation:pulse-float 10s ease-in-out infinite}@media (max-width: 768px){.article-hero__decorations .deco-circle--1{width:180px;height:180px}}.article-hero__decorations .deco-circle--2{width:250px;height:250px;background:radial-gradient(circle,#F4A261,transparent);bottom:-80px;right:-60px;animation:pulse-float 12s ease-in-out infinite 1s}@media (max-width: 768px){.article-hero__decorations .deco-circle--2{width:150px;height:150px}}.article-hero__decorations .deco-star{position:absolute;color:#ffffff4d;animation:twinkle-rotate 6s ease-in-out infinite}.article-hero__decorations .deco-star svg{width:100%;height:100%}.article-hero__decorations .deco-star--1{width:45px;height:45px;top:20%;right:12%}@media (max-width: 768px){.article-hero__decorations .deco-star--1{width:32px;height:32px}}.article-hero__decorations .deco-star--2{width:40px;height:40px;bottom:25%;left:10%;animation-delay:1s}@media (max-width: 768px){.article-hero__decorations .deco-star--2{width:28px;height:28px}}.article-hero .container{position:relative;z-index:1}.breadcrumb{display:flex;align-items:center;gap:12px;margin-bottom:2.5rem;flex-wrap:wrap}@media (max-width: 768px){.breadcrumb{margin-bottom:2rem}}.breadcrumb__link{display:flex;align-items:center;gap:8px;color:#ffffffd9;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease}.breadcrumb__link svg{width:18px;height:18px}.breadcrumb__link:hover{color:#fff;transform:translate(2px)}.breadcrumb__separator{color:#fff9;font-size:.9rem}.breadcrumb__current{color:#fff;font-size:.95rem;font-weight:600}.article-header{max-width:900px;margin:0 auto;text-align:center}.article-header__title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:2rem;line-height:1.3;text-shadow:2px 2px 0 rgba(0,0,0,.1)}@media (max-width: 968px){.article-header__title{font-size:3rem}}@media (max-width: 768px){.article-header__title{font-size:2.3rem;margin-bottom:1.5rem}}@media (max-width: 480px){.article-header__title{font-size:1.9rem}}.article-header__meta{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}@media (max-width: 768px){.article-header__meta{gap:1.2rem;margin-bottom:1.5rem}}.article-header__meta .meta-item{display:flex;align-items:center;gap:10px;color:#ffffffe6;font-size:.95rem}@media (max-width: 576px){.article-header__meta .meta-item{font-size:.9rem}}.article-header__meta .meta-item svg{width:20px;height:20px;flex-shrink:0}@media (max-width: 576px){.article-header__meta .meta-item svg{width:18px;height:18px}}.article-header__meta .meta-item--author{background:#ffffff26;padding:.6rem 1.2rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.article-header__meta .meta-item--author .author-avatar{width:32px;height:32px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (max-width: 576px){.article-header__meta .meta-item--author .author-avatar{width:28px;height:28px}}.article-header__meta .meta-item--author .author-avatar svg{width:18px;height:18px;color:#fff}.article-header__meta .meta-item--author .author-info{display:flex;flex-direction:column;align-items:flex-start}.article-header__meta .meta-item--author .author-info .author-label{font-size:.75rem;opacity:.8}.article-header__meta .meta-item--author .author-info .author-name{font-weight:600;font-size:.95rem}.article-header__tags{display:flex;justify-content:center;flex-wrap:wrap;gap:.8rem}.article-header__tags .tag{display:inline-flex;align-items:center;gap:6px;background:#ffffff26;color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}@media (max-width: 576px){.article-header__tags .tag{padding:.4rem .9rem;font-size:.8rem}}.article-header__tags .tag svg{width:16px;height:16px}.article-header__tags .tag:hover{background:#ffffff40;transform:translateY(-2px)}.article-header .meta-item--likes .like-button{display:flex;align-items:center;gap:8px;background:#ffffff26;color:#ffffffe6;border:2px solid rgba(255,255,255,.25);padding:.6rem 1.2rem;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 576px){.article-header .meta-item--likes .like-button{padding:.5rem 1rem;font-size:.9rem}}.article-header .meta-item--likes .like-button .like-icon{width:22px;height:22px;stroke-width:2;transition:all .3s ease}@media (max-width: 576px){.article-header .meta-item--likes .like-button .like-icon{width:20px;height:20px}}.article-header .meta-item--likes .like-button .like-count{font-weight:700;min-width:20px;text-align:center}.article-header .meta-item--likes .like-button:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-2px)}.article-header .meta-item--likes .like-button:hover .like-icon{transform:scale(1.1)}.article-header .meta-item--likes .like-button:active{transform:translateY(0)}.article-header .meta-item--likes .like-button.liked{background:#fffffff2;color:#e63946;border-color:#e63946}.article-header .meta-item--likes .like-button.liked .like-icon{fill:#e63946;stroke:#e63946;animation:heartbeat .6s ease-in-out}.article-header .meta-item--likes .like-button.liked:hover{background:#fff;box-shadow:0 6px 20px #e639464d}.article-featured-image{margin-top:-40px;padding:0 0 80px;position:relative;z-index:2}@media (max-width: 768px){.article-featured-image{margin-top:-30px;padding:0 0 60px}}.article-featured-image .featured-image-wrapper{max-width:1100px;margin:0 auto;border-radius:30px;overflow:hidden;box-shadow:0 20px 60px #0003}@media (max-width: 768px){.article-featured-image .featured-image-wrapper{border-radius:20px}}.article-featured-image .featured-image{width:100%;height:auto;display:block}.article-body{padding:0 0 80px}@media (max-width: 768px){.article-body{padding:0 0 60px}}.article-body__layout{display:grid;grid-template-columns:1fr 350px;gap:4rem;max-width:1200px;margin:0 auto}@media (max-width: 968px){.article-body__layout{grid-template-columns:1fr;gap:3rem}}.article-content .content-wrapper{background:#fff;padding:3rem;border-radius:25px;box-shadow:0 6px 25px #2a9d8f14;margin-bottom:3rem}@media (max-width: 768px){.article-content .content-wrapper{padding:2rem 1.5rem;border-radius:20px;margin-bottom:2rem}}.article-content .content-wrapper p{font-size:1.15rem;line-height:1.9;color:#264653;margin-bottom:1.5rem}@media (max-width: 768px){.article-content .content-wrapper p{font-size:1.05rem}}.article-content .content-wrapper h2{font-size:2rem;font-weight:700;color:#264653;margin:2.5rem 0 1.5rem;position:relative;padding-left:20px}@media (max-width: 768px){.article-content .content-wrapper h2{font-size:1.7rem}}.article-content .content-wrapper h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;background:linear-gradient(135deg,#2a9d8f,#f4a261);border-radius:3px}.article-content .content-wrapper h3{font-size:1.6rem;font-weight:700;color:#264653;margin:2rem 0 1.2rem}@media (max-width: 768px){.article-content .content-wrapper h3{font-size:1.4rem}}.article-content .content-wrapper ul,.article-content .content-wrapper ol{margin:1.5rem 0;padding-left:2rem}.article-content .content-wrapper ul li,.article-content .content-wrapper ol li{font-size:1.15rem;line-height:1.8;color:#264653;margin-bottom:.8rem}@media (max-width: 768px){.article-content .content-wrapper ul li,.article-content .content-wrapper ol li{font-size:1.05rem}}.article-content .content-wrapper blockquote{background:#2a9d8f0d;border-left:4px solid #2A9D8F;padding:1.5rem 2rem;margin:2rem 0;border-radius:0 15px 15px 0;font-style:italic;color:#1e3742}@media (max-width: 768px){.article-content .content-wrapper blockquote{padding:1.2rem 1.5rem}}.article-content .content-wrapper img{max-width:100%;height:auto;border-radius:15px;margin:2rem 0}.article-content .content-wrapper a{color:#2a9d8f;font-weight:600;text-decoration:underline;transition:color .3s ease}.article-content .content-wrapper a:hover{color:#1f756a}.article-content .content-wrapper strong{font-weight:700;color:#264653}.article-content .content-wrapper em{font-style:italic}.article-content .content-wrapper code{background:#2a9d8f1a;padding:.2rem .5rem;border-radius:5px;font-family:Courier New,monospace;font-size:.95em;color:#2a9d8f}.article-content .content-wrapper pre{background:#264653;color:#fff;padding:1.5rem;border-radius:15px;overflow-x:auto;margin:2rem 0}.article-content .content-wrapper pre code{background:none;color:#fff;padding:0}.article-share{background:linear-gradient(135deg,#2a9d8f14,#f4a26114);padding:2.5rem;border-radius:25px;margin-bottom:3rem;border:3px solid rgba(42,157,143,.12)}@media (max-width: 768px){.article-share{padding:2rem 1.5rem;border-radius:20px;margin-bottom:2rem}}.article-share .share-title{font-size:1.5rem;font-weight:700;color:#264653;margin-bottom:1.5rem;text-align:center}@media (max-width: 768px){.article-share .share-title{font-size:1.3rem}}.article-share .share-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 576px){.article-share .share-buttons{grid-template-columns:1fr}}.article-share .share-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:1rem 1.5rem;border-radius:15px;font-weight:700;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.article-share .share-button{padding:.9rem 1.3rem;font-size:.95rem}}.article-share .share-button svg{width:22px;height:22px;flex-shrink:0}@media (max-width: 768px){.article-share .share-button svg{width:20px;height:20px}}.article-share .share-button--facebook{background:#1877f2;color:#fff}.article-share .share-button--facebook:hover{background:#0c64d5;transform:translateY(-3px);box-shadow:0 8px 20px #1877f266}.article-share .share-button--twitter{background:#1da1f2;color:#fff}.article-share .share-button--twitter:hover{background:#0d8cda;transform:translateY(-3px);box-shadow:0 8px 20px #1da1f266}.article-share .share-button--whatsapp{background:#25d366;color:#fff}.article-share .share-button--whatsapp:hover{background:#1fb055;transform:translateY(-3px);box-shadow:0 8px 20px #25d36666}.article-share .share-button--copy{background:#fff;color:#264653;border:2px solid rgba(42,157,143,.2)}.article-share .share-button--copy:hover{background:#2a9d8f1a;border-color:#2a9d8f;transform:translateY(-3px);box-shadow:0 8px 20px #2a9d8f33}.article-cta{background:linear-gradient(135deg,#2a9d8f,#1f756a);border-radius:25px;padding:3rem;margin-bottom:3rem;box-shadow:0 10px 40px #2a9d8f4d}@media (max-width: 768px){.article-cta{padding:2.5rem 2rem;border-radius:20px;margin-bottom:2rem}}.article-cta .cta-content{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.article-cta .cta-content{flex-direction:column;text-align:center;gap:1.5rem}}.article-cta .cta-icon{width:80px;height:80px;background:#fff3;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 768px){.article-cta .cta-icon{width:70px;height:70px}}.article-cta .cta-icon svg{width:40px;height:40px;color:#fff}@media (max-width: 768px){.article-cta .cta-icon svg{width:35px;height:35px}}.article-cta .cta-text{flex:1;color:#fff}.article-cta .cta-text h3{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}@media (max-width: 768px){.article-cta .cta-text h3{font-size:1.5rem}}.article-cta .cta-text p{font-size:1.05rem;opacity:.95;margin:0}@media (max-width: 768px){.article-cta .cta-text p{font-size:1rem}}.article-cta .cta-button{display:flex;align-items:center;gap:10px;background:#fff;color:#2a9d8f;padding:1.1rem 2.2rem;border-radius:50px;font-weight:700;font-size:1.05rem;text-decoration:none;white-space:nowrap;transition:all .3s ease}@media (max-width: 768px){.article-cta .cta-button{padding:1rem 2rem;font-size:1rem}}.article-cta .cta-button svg{width:22px;height:22px}.article-cta .cta-button:hover{background:#f4a261;color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.author-bio{background:#fff;padding:2.5rem;border-radius:25px;display:flex;gap:1.5rem;box-shadow:0 6px 25px #2a9d8f14}@media (max-width: 768px){.author-bio{padding:2rem 1.5rem;border-radius:20px;flex-direction:column;text-align:center;align-items:center}}.author-bio__avatar{width:80px;height:80px;background:linear-gradient(135deg,#2a9d8f,#35c5b4);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 768px){.author-bio__avatar{width:70px;height:70px}}.author-bio__avatar svg{width:40px;height:40px;color:#fff}@media (max-width: 768px){.author-bio__avatar svg{width:35px;height:35px}}.author-bio__content{flex:1}.author-bio__name{font-size:1.5rem;font-weight:700;color:#264653;margin-bottom:.5rem}@media (max-width: 768px){.author-bio__name{font-size:1.3rem}}.author-bio__description{font-size:1.05rem;color:#468199;line-height:1.6;margin:0}@media (max-width: 768px){.author-bio__description{font-size:1rem}}@media (max-width: 968px){.article-sidebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}}.sidebar-widget{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 6px 20px #2a9d8f14;margin-bottom:2rem}@media (max-width: 768px){.sidebar-widget{padding:1.5rem;border-radius:15px}}.sidebar-widget .widget-title{font-size:1.3rem;font-weight:700;color:#264653;margin-bottom:1.5rem;display:flex;align-items:center;gap:10px}@media (max-width: 768px){.sidebar-widget .widget-title{font-size:1.2rem}}.sidebar-widget .widget-title svg{width:24px;height:24px;color:#2a9d8f}.widget-share .share-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.widget-share .share-button{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:.9rem 1.2rem;border-radius:12px;font-weight:700;font-size:.95rem;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;width:100%}@media (max-width: 768px){.widget-share .share-button{padding:.85rem 1.1rem;font-size:.9rem}}.widget-share .share-button svg{width:20px;height:20px;flex-shrink:0}@media (max-width: 768px){.widget-share .share-button svg{width:18px;height:18px}}.widget-share .share-button span{flex:1;text-align:left}.widget-share .share-button--facebook{background:#1877f2;color:#fff}.widget-share .share-button--facebook:hover{background:#0c64d5;transform:translate(5px);box-shadow:0 6px 20px #1877f24d}.widget-share .share-button--twitter{background:#1da1f2;color:#fff}.widget-share .share-button--twitter:hover{background:#0d8cda;transform:translate(5px);box-shadow:0 6px 20px #1da1f24d}.widget-share .share-button--whatsapp{background:#25d366;color:#fff}.widget-share .share-button--whatsapp:hover{background:#1fb055;transform:translate(5px);box-shadow:0 6px 20px #25d3664d}.widget-share .share-button--copy{background:#fff;color:#264653;border:2px solid rgba(42,157,143,.2)}.widget-share .share-button--copy:hover{background:#2a9d8f1a;border-color:#2a9d8f;transform:translate(5px);box-shadow:0 6px 20px #2a9d8f33}.widget-toc .toc-list ul{list-style:none;padding:0;margin:0}.widget-toc .toc-list ul li{margin-bottom:.8rem}.widget-toc .toc-list ul li:last-child{margin-bottom:0}.widget-toc .toc-list ul a{display:block;color:#3e7287;text-decoration:none;font-size:.95rem;line-height:1.5;padding:.5rem .8rem;border-radius:10px;transition:all .3s ease;position:relative}.widget-toc .toc-list ul a.toc-sub-item{padding-left:1.5rem;font-size:.9rem}.widget-toc .toc-list ul a.toc-sub-item:before{content:"→";position:absolute;left:.5rem;opacity:.5}.widget-toc .toc-list ul a:hover{background:#2a9d8f14;color:#2a9d8f;padding-left:1.2rem}.widget-tags .tags-list{display:flex;flex-wrap:wrap;gap:.6rem}.widget-tags .tags-list .tag-item{display:inline-block;background:#2a9d8f1a;color:#2a9d8f;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;transition:all .3s ease}.widget-tags .tags-list .tag-item:hover{background:#2a9d8f;color:#fff;transform:translateY(-2px)}.widget-cta{background:linear-gradient(135deg,#2a9d8f1a,#f4a2611a);border:3px solid rgba(42,157,143,.15);text-align:center}.widget-cta .cta-widget-icon{width:70px;height:70px;background:linear-gradient(135deg,#2a9d8f,#217d72);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.widget-cta .cta-widget-icon svg{width:35px;height:35px;color:#fff}.widget-cta .cta-widget-title{font-size:1.5rem;font-weight:700;color:#264653;margin-bottom:.8rem}@media (max-width: 768px){.widget-cta .cta-widget-title{font-size:1.3rem}}.widget-cta .cta-widget-text{font-size:1rem;color:#468199;margin-bottom:1.5rem;line-height:1.6}.widget-cta .cta-widget-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#2a9d8f,#217d72);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;transition:all .3s ease;width:100%}.widget-cta .cta-widget-button svg{width:20px;height:20px}.widget-cta .cta-widget-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #2a9d8f66}.related-articles{padding:80px 0;background:#fff}@media (max-width: 768px){.related-articles{padding:60px 0}}.related-articles__header{text-align:center;margin-bottom:3rem}@media (max-width: 768px){.related-articles__header{margin-bottom:2.5rem}}.related-articles__title{font-size:3rem;font-weight:700;color:#264653;margin-bottom:.8rem;font-family:Mochiy Pop P One,sans-serif}@media (max-width: 768px){.related-articles__title{font-size:2.3rem}}@media (max-width: 480px){.related-articles__title{font-size:1.9rem}}.related-articles__subtitle{font-size:1.2rem;color:#4e90aa}@media (max-width: 768px){.related-articles__subtitle{font-size:1.1rem}}.related-articles__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:3rem}@media (max-width: 768px){.related-articles__grid{grid-template-columns:1fr;gap:2rem}}.related-articles__footer{text-align:center}.related-articles .view-all-button{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#2a9d8f,#217d72);color:#fff;padding:1.2rem 3rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;box-shadow:0 8px 25px #2a9d8f59;transition:all .3s ease}@media (max-width: 768px){.related-articles .view-all-button{padding:1.1rem 2.5rem;font-size:1.05rem}}.related-articles .view-all-button svg{width:22px;height:22px}.related-articles .view-all-button:hover{transform:translateY(-4px);box-shadow:0 12px 35px #2a9d8f80}.related-articles .article-card{background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 6px 20px #2a9d8f1a;transition:all .3s ease}@media (max-width: 768px){.related-articles .article-card{border-radius:20px}}.related-articles .article-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #2a9d8f33}.related-articles .article-card:hover .article-card__image img{transform:scale(1.1)}.related-articles .article-card:hover .article-card__image .article-card__overlay{opacity:1}.related-articles .article-card:hover .article-card__title a{color:#2a9d8f}.related-articles .article-card__image{position:relative;width:100%;height:240px;overflow:hidden}@media (max-width: 768px){.related-articles .article-card__image{height:200px}}.related-articles .article-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.related-articles .article-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2a9d8fe6,#f4a261e6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.related-articles .article-card__overlay .overlay-button{background:#fff;color:#2a9d8f;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;display:flex;align-items:center;gap:10px;box-shadow:0 8px 25px #0003;transition:all .3s ease}.related-articles .article-card__overlay .overlay-button svg{width:20px;height:20px}.related-articles .article-card__overlay .overlay-button:hover{transform:scale(1.05);box-shadow:0 12px 35px #0000004d}.related-articles .article-card__content{padding:2rem}@media (max-width: 768px){.related-articles .article-card__content{padding:1.5rem}}.related-articles .article-card__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.related-articles .article-card__meta .meta-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#4e90aa}.related-articles .article-card__meta .meta-item svg{width:18px;height:18px;color:#2a9d8f}.related-articles .article-card__title{margin-bottom:1rem}.related-articles .article-card__title a{font-size:1.35rem;font-weight:700;color:#264653;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}@media (max-width: 768px){.related-articles .article-card__title a{font-size:1.2rem}}.related-articles .article-card__title a:hover{color:#2a9d8f}.related-articles .article-card__excerpt{font-size:1rem;color:#468199;line-height:1.7;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.related-articles .article-card__excerpt{font-size:.95rem}}.related-articles .article-card__button{display:inline-flex;align-items:center;gap:10px;color:#2a9d8f;font-weight:700;font-size:1rem;text-decoration:none;transition:all .3s ease}.related-articles .article-card__button svg{width:20px;height:20px;transition:transform .3s ease}.related-articles .article-card__button:hover{gap:15px}.related-articles .article-card__button:hover svg{transform:translate(5px)}@keyframes pulse-float{0%,to{transform:translate(0) scale(1);opacity:.25}50%{transform:translate(20px,20px) scale(1.1);opacity:.4}}@keyframes twinkle-rotate{0%,to{transform:scale(1) rotate(0);opacity:.3}50%{transform:scale(1.3) rotate(180deg);opacity:.5}}@keyframes heartbeat{0%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1.1)}75%{transform:scale(1.25)}to{transform:scale(1)}}.tag-hero{padding:140px 0 10px}@media (max-width: 768px){.tag-hero{padding:120px 0 80px}}.tag-breadcrumb{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:2rem;flex-wrap:wrap}@media (max-width: 768px){.tag-breadcrumb{gap:.5rem;margin-bottom:1.5rem}}.tag-breadcrumb .breadcrumb-link{display:flex;align-items:center;gap:8px;color:#ffffffe6;text-decoration:none;font-size:.95rem;font-weight:500;padding:.5rem 1rem;border-radius:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}@media (max-width: 576px){.tag-breadcrumb .breadcrumb-link{font-size:.85rem;padding:.4rem .8rem}}.tag-breadcrumb .breadcrumb-link svg{width:18px;height:18px}@media (max-width: 576px){.tag-breadcrumb .breadcrumb-link svg{width:16px;height:16px}}.tag-breadcrumb .breadcrumb-link:hover{background:#fff3;color:#fff;transform:translateY(-2px)}.tag-breadcrumb .breadcrumb-arrow{width:16px;height:16px;color:#fff9;flex-shrink:0}@media (max-width: 576px){.tag-breadcrumb .breadcrumb-arrow{width:14px;height:14px}}.tag-breadcrumb .breadcrumb-current{color:#fff;font-size:.95rem;font-weight:600;padding:.5rem 1rem;border-radius:20px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 576px){.tag-breadcrumb .breadcrumb-current{font-size:.85rem;padding:.4rem .8rem}}.tag-badge{display:inline-flex;align-items:center;gap:10px;background:#fff3;color:#fff;padding:.8rem 1.8rem;border-radius:50px;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);box-shadow:0 8px 25px #0003}@media (max-width: 768px){.tag-badge{padding:.7rem 1.5rem;font-size:1rem}}@media (max-width: 576px){.tag-badge{padding:.6rem 1.2rem;font-size:.95rem}}.tag-badge svg{width:24px;height:24px}@media (max-width: 576px){.tag-badge svg{width:20px;height:20px}}.tag-actions{margin-top:2rem}.tag-actions .back-button{display:inline-flex;align-items:center;gap:10px;background:#ffffff26;color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.25)}@media (max-width: 768px){.tag-actions .back-button{padding:.9rem 1.8rem;font-size:.95rem}}@media (max-width: 576px){.tag-actions .back-button{padding:.8rem 1.5rem;font-size:.9rem}}.tag-actions .back-button svg{width:20px;height:20px;transition:transform .3s ease}@media (max-width: 576px){.tag-actions .back-button svg{width:18px;height:18px}}.tag-actions .back-button:hover{background:#ffffff40;transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.tag-actions .back-button:hover svg{transform:translate(-5px)}.tag-actions .back-button:active{transform:translateY(-1px)}.pagination__button--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.pagination__button--disabled:hover{background:#fff;color:#264653;transform:none;box-shadow:none}.footer{background:#2a9d8f;position:relative;overflow:hidden;padding:0 0 1rem}.footer__wave{position:relative;top:0;left:0;width:100%;height:80px;overflow:hidden}@media (max-width: 768px){.footer__wave{height:60px}}.footer__wave svg{width:100%;height:100%;display:block}.footer__decorations{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:0}.footer__decorations .footer__star{position:absolute;color:#ffffff4d}.footer__decorations .footer__star svg{width:100%;height:100%}.footer__decorations .footer__star--1{width:40px;height:40px;top:15%;right:10%;animation:twinkle 4s ease-in-out infinite}@media (max-width: 768px){.footer__decorations .footer__star--1{width:30px;height:30px}}.footer__decorations .footer__star--2{width:35px;height:35px;bottom:20%;left:12%;animation:twinkle 5s ease-in-out infinite .5s}@media (max-width: 768px){.footer__decorations .footer__star--2{width:25px;height:25px}}.footer__decorations .footer__circle{position:absolute;border-radius:50%;background:#e76f5133}.footer__decorations .footer__circle--1{width:150px;height:150px;top:10%;left:5%;animation:float-circle 10s ease-in-out infinite}@media (max-width: 768px){.footer__decorations .footer__circle--1{width:100px;height:100px}}.footer__decorations .footer__circle--2{width:120px;height:120px;bottom:15%;right:8%;animation:float-circle 12s ease-in-out infinite 1s}@media (max-width: 768px){.footer__decorations .footer__circle--2{width:80px;height:80px}}.footer .container{position:relative;z-index:1}.footer__main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;padding:4rem 0;border-bottom:2px solid rgba(255,255,255,.15)}@media (max-width: 968px){.footer__main{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width: 576px){.footer__main{grid-template-columns:1fr;gap:2rem}}@media (max-width: 968px){.footer__brand{grid-column:1/-1;text-align:center}}.footer__logo{margin-bottom:1.5rem}@media (max-width: 968px){.footer__logo{display:flex;justify-content:center}}.footer__logo-img{max-height:50px;width:auto;display:block}@media (max-width: 768px){.footer__logo-img{max-height:70px}}@media (max-width: 480px){.footer__logo-img{max-height:60px}}.footer__tagline{font-size:1.15rem;font-style:italic;color:#ffffffe6;margin-bottom:1rem;font-weight:500}.footer__description{font-size:1rem;color:#fffc;line-height:1.7;margin-bottom:1.5rem;max-width:400px}.footer__social{display:flex;gap:1rem;margin-top:1.5rem}.footer .social-link{width:44px;height:44px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;border:2px solid transparent}.footer .social-link svg{width:20px;height:20px}.footer .social-link:hover{background:#fff;color:#2a9d8f;transform:translateY(-5px) rotate(5deg);border-color:#f4a26180;box-shadow:0 8px 20px #ffffff4d}@media (max-width: 576px){.footer__links{text-align:center}}.footer__heading{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;position:relative;display:inline-block}.footer__heading:after{content:"";position:absolute;bottom:-5px;left:0;width:50px;height:3px;background:#f4a261;border-radius:3px}@media (max-width: 576px){.footer__heading:after{left:50%;transform:translate(-50%)}}.footer__list{list-style:none;padding:0;margin:0}.footer__list li{margin-bottom:.8rem}.footer__list li a{color:#ffffffd9;text-decoration:none;font-size:1rem;transition:all .3s ease;display:inline-block;position:relative}.footer__list li a:before{content:"→";position:absolute;left:-20px;opacity:0;transition:all .3s ease}.footer__list li a:hover{color:#fff;padding-left:20px}.footer__list li a:hover:before{opacity:1;left:0}@media (max-width: 576px){.footer__contact{text-align:center}}.footer__contact-list{list-style:none;padding:0;margin:0}.footer__contact-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:1.2rem;color:#ffffffd9}@media (max-width: 576px){.footer__contact-list li{justify-content:center}}.footer__contact-list li svg{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:#f4a261}.footer__contact-list li a{color:#ffffffd9;text-decoration:none;transition:color .3s ease}.footer__contact-list li a:hover{color:#fff}.footer__newsletter{padding:3rem 0;border-bottom:2px solid rgba(255,255,255,.15)}.newsletter{max-width:600px;margin:0 auto;text-align:center}.newsletter__title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.8rem}.newsletter__text{font-size:1.05rem;color:#ffffffd9;margin-bottom:1.5rem}.newsletter__form{display:flex;gap:1rem;max-width:500px;margin:0 auto}@media (max-width: 576px){.newsletter__form{flex-direction:column}}.newsletter__form input{flex:1;padding:1rem 1.5rem;border-radius:50px;border:2px solid transparent;background:#ffffff26;color:#fff;font-size:1rem;transition:all .3s ease}.newsletter__form input::placeholder{color:#fff9}.newsletter__form input:focus{outline:none;background:#fff3;border-color:#f4a261}.newsletter__form button{padding:1rem 2rem;background:#f4a261;color:#264653;border:none;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;white-space:nowrap}@media (max-width: 576px){.newsletter__form button{width:100%;justify-content:center}}.newsletter__form button svg{width:18px;height:18px;transition:transform .3s ease}.newsletter__form button:hover{background:#f18c3b;transform:translateY(-3px);box-shadow:0 8px 20px #f4a26166}.newsletter__form button:hover svg{transform:rotate(45deg) translate(3px)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding:2rem 0 0;color:#ffffffb3;font-size:.95rem}@media (max-width: 768px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.footer__bottom p{margin:0}.footer__legal{display:flex;align-items:center;gap:1rem}.footer__legal a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer__legal a:hover{color:#fff}.footer__legal .separator{color:#fff6}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#f4a261,#f18631);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #f4a26166;opacity:0;visibility:hidden;transform:translateY(100px);transition:all .3s ease;z-index:999}@media (max-width: 768px){.back-to-top{bottom:20px;right:20px;width:45px;height:45px}}.back-to-top svg{width:24px;height:24px}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-5px);box-shadow:0 10px 30px #f4a26199}.back-to-top:hover svg{animation:bounce-up .6s ease infinite}@keyframes bounce-up{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes float-circle{0%,to{transform:translate(0)}50%{transform:translate(15px,15px)}}@keyframes twinkle{0%,to{transform:scale(1) rotate(0);opacity:.3}50%{transform:scale(1.3) rotate(180deg);opacity:.6}}.contact-hero{padding:60px 0 40px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);color:#fff}@media (max-width: 767.98px){.contact-hero{padding:40px 0 30px}}.contact-hero .contact-hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem}@media (max-width: 767.98px){.contact-hero .contact-hero-title{font-size:2rem}}.contact-hero .contact-hero-subtitle{font-size:1.2rem;color:#ffffffe6;margin-bottom:0}@media (max-width: 767.98px){.contact-hero .contact-hero-subtitle{font-size:1rem}}.contact-info-section{padding:80px 0;background-color:#fff}@media (max-width: 767.98px){.contact-info-section{padding:60px 0}}.contact-info-wrapper{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 5px 30px #0000001a}@media (max-width: 767.98px){.contact-info-wrapper{padding:2rem}}.contact-info-wrapper .contact-info-title{font-size:2rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem}@media (max-width: 767.98px){.contact-info-wrapper .contact-info-title{font-size:1.6rem}}.contact-info-wrapper .contact-info-subtitle{color:#666;margin-bottom:2rem;font-size:1rem}.contact-info-wrapper .contact-info-items{margin-bottom:0}.contact-info-wrapper .contact-info-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.contact-info-wrapper .contact-info-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.contact-info-wrapper .contact-info-item .contact-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--light-blue),#e3f2fd);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-wrapper .contact-info-item .contact-icon svg{color:var(--primary-blue)}.contact-info-wrapper .contact-info-item .contact-details{flex:1}.contact-info-wrapper .contact-info-item .contact-details h4{font-size:1.1rem;font-weight:700;color:var(--dark-blue);margin-bottom:.5rem}.contact-info-wrapper .contact-info-item .contact-details p{color:#666;margin:0;line-height:1.7;font-size:.95rem}.contact-info-wrapper .contact-info-item .contact-details .contact-link{color:var(--primary-blue);text-decoration:none;font-weight:600;transition:color .3s ease}.contact-info-wrapper .contact-info-item .contact-details .contact-link:hover{color:var(--dark-blue);text-decoration:underline}.contact-cta-box{background:linear-gradient(135deg,var(--light-blue),#e3f2fd);border-radius:20px;padding:2.5rem;height:100%}@media (max-width: 767.98px){.contact-cta-box{padding:2rem}}.contact-cta-box h3{font-size:1.8rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem}@media (max-width: 767.98px){.contact-cta-box h3{font-size:1.5rem}}.contact-cta-box>p{color:#666;margin-bottom:2rem;font-size:1rem}.contact-cta-box .divider{height:1px;background:linear-gradient(90deg,transparent,#ccc,transparent);margin:2rem 0}.contact-cta-box .contact-social{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-cta-box .contact-social .social-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;text-decoration:none;color:var(--dark-blue);font-weight:600;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.contact-cta-box .contact-social .social-link i{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0}.contact-cta-box .contact-social .social-link span{flex:1}.contact-cta-box .contact-social .social-link:hover{transform:translate(5px);box-shadow:0 5px 20px #0047ab33}.contact-cta-box .contact-social .social-link:hover i{transform:scale(1.1)}.contact-cta-box .contact-illustration{text-align:center;margin:2rem 0}.contact-cta-box .contact-illustration img{max-width:100%;height:auto;border-radius:15px;box-shadow:0 5px 20px #0000001a}.contact-cta-box .quick-contact-links h4{font-size:1.3rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem;text-align:center}.contact-cta-box .quick-contact-links .btn{width:100%;margin-bottom:.75rem;padding:.9rem 2rem;font-weight:600;border-radius:50px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact-cta-box .quick-contact-links .btn:last-child{margin-bottom:0}.contact-cta-box .quick-contact-links .btn.btn-whatsapp{background:#25d366;border-color:#25d366;color:#fff}.contact-cta-box .quick-contact-links .btn.btn-whatsapp:hover{background:#1da851;border-color:#1da851;transform:translateY(-3px);box-shadow:0 10px 30px #25d3664d}.contact-cta-box .quick-contact-links .btn.btn-primary{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border:none}.contact-cta-box .quick-contact-links .btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0047ab4d}.contact-map-section{padding:80px 0;background-color:#f8f9fa}@media (max-width: 767.98px){.contact-map-section{padding:60px 0}}.contact-map-section .map-wrapper{border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.contact-map-section .map-wrapper iframe{width:100%;display:block}.contact-quick-actions{padding:80px 0;background-color:#fff}@media (max-width: 767.98px){.contact-quick-actions{padding:60px 0}}.contact-quick-actions .quick-action-card{background:#fff;border:2px solid #e0e0e0;border-radius:20px;padding:2.5rem;text-align:center;height:100%;transition:all .3s ease}@media (max-width: 767.98px){.contact-quick-actions .quick-action-card{padding:2rem}}.contact-quick-actions .quick-action-card:hover{border-color:var(--primary-blue);box-shadow:0 10px 40px #0047ab26;transform:translateY(-5px)}.contact-quick-actions .quick-action-card:hover .quick-action-icon{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue))}.contact-quick-actions .quick-action-card:hover .quick-action-icon svg{color:#fff;transform:scale(1.1)}.contact-quick-actions .quick-action-card .quick-action-icon{width:90px;height:90px;background:linear-gradient(135deg,var(--light-blue),#e3f2fd);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}@media (max-width: 767.98px){.contact-quick-actions .quick-action-card .quick-action-icon{width:80px;height:80px}}.contact-quick-actions .quick-action-card .quick-action-icon svg{color:var(--primary-blue);transition:all .3s ease}.contact-quick-actions .quick-action-card h3{font-size:1.5rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem}@media (max-width: 767.98px){.contact-quick-actions .quick-action-card h3{font-size:1.3rem}}.contact-quick-actions .quick-action-card p{color:#666;margin-bottom:1.5rem;line-height:1.6;font-size:.95rem}.contact-quick-actions .quick-action-card .btn{border-radius:50px;padding:.7rem 2rem;font-weight:600;border-width:2px;transition:all .3s ease}.contact-quick-actions .quick-action-card .btn:hover{background-color:var(--primary-blue);border-color:var(--primary-blue);color:#fff;transform:translateY(-2px)}.landing-page .btn{border-radius:8px;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.landing-page .btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:-1}.landing-page .btn:active:before{width:300px;height:300px}.landing-page .btn-primary{background-color:var(--primary-blue);border:none;padding:.75rem 2rem;color:#fff}.landing-page .btn-primary:hover{background-color:var(--dark-blue);transform:translateY(-2px);box-shadow:0 5px 15px #0047ab4d}.landing-page .btn-primary:active{transform:translateY(0)}.landing-page .btn-primary:focus{box-shadow:0 0 0 .2rem #0047ab80}.landing-page .btn-warning{background-color:var(--accent-yellow);border:none;color:var(--dark-blue);padding:.75rem 2rem}.landing-page .btn-warning:hover{background-color:#ffc700;transform:translateY(-2px);box-shadow:0 5px 15px #ffd70066;color:var(--dark-blue)}.landing-page .btn-warning:active{transform:translateY(0)}.landing-page .btn-warning:focus{box-shadow:0 0 0 .2rem #ffd70080}.landing-page .btn-lg{padding:.875rem 2.5rem;font-size:1.05rem}@media (max-width: 767.98px){.landing-page .btn-lg{padding:.75rem 2rem;font-size:1rem}}.landing-page .btn-sm{padding:.5rem 1.5rem;font-size:.9rem}.landing-page .section-title{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem;text-align:center;position:relative;padding-bottom:1rem}@media (max-width: 991.98px){.landing-page .section-title{font-size:2rem}}@media (max-width: 767.98px){.landing-page .section-title{font-size:1.75rem}}.landing-page .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-yellow));border-radius:2px}.landing-page .section-subtitle{color:#666;text-align:center;margin-bottom:3rem;font-size:1.1rem;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 767.98px){.landing-page .section-subtitle{font-size:1rem;margin-bottom:2rem}}.landing-page ::-webkit-scrollbar{width:10px}.landing-page ::-webkit-scrollbar-track{background:#f1f1f1}.landing-page ::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:5px}.landing-page ::-webkit-scrollbar-thumb:hover{background:var(--dark-blue)}.whatsapp-float{position:fixed;bottom:30px;right:30px;z-index:1000;opacity:0;transform:scale(.8) translateY(20px);transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}@media (max-width: 768px){.whatsapp-float{bottom:20px;right:20px}}.whatsapp-float.visible{opacity:1;transform:scale(1) translateY(0)}.whatsapp-float .whatsapp-button{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;box-shadow:0 8px 30px #25d36666;text-decoration:none;transition:all .3s ease;cursor:pointer;z-index:2}@media (max-width: 768px){.whatsapp-float .whatsapp-button{width:55px;height:55px}}.whatsapp-float .whatsapp-button .whatsapp-icon{width:32px;height:32px;color:#fff;position:relative;z-index:2;transition:transform .3s ease}@media (max-width: 768px){.whatsapp-float .whatsapp-button .whatsapp-icon{width:28px;height:28px}}.whatsapp-float .whatsapp-button .whatsapp-pulse{position:absolute;width:100%;height:100%;border-radius:50%;background:#25d36699;animation:pulse-wave 2s infinite;z-index:1}.whatsapp-float .whatsapp-button:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 40px #25d36699}.whatsapp-float .whatsapp-button:hover .whatsapp-icon{transform:scale(1.1)}.whatsapp-float .whatsapp-button:active{transform:scale(.95)}.whatsapp-float .whatsapp-tooltip{position:absolute;bottom:50%;right:calc(100% + 15px);transform:translateY(50%) translate(20px);background:#fff;padding:12px 16px;border-radius:15px;box-shadow:0 8px 25px #00000026;white-space:nowrap;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;align-items:center;gap:10px;z-index:1}@media (max-width: 576px){.whatsapp-float .whatsapp-tooltip{right:auto;left:50%;bottom:calc(100% + 15px);transform:translate(-50%) translateY(10px)}}.whatsapp-float .whatsapp-tooltip:after{content:"";position:absolute;top:50%;right:-8px;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #fff}@media (max-width: 576px){.whatsapp-float .whatsapp-tooltip:after{top:auto;bottom:-8px;left:50%;right:auto;transform:translate(-50%);border-width:8px 8px 0 8px;border-color:#fff transparent transparent transparent}}.whatsapp-float .whatsapp-tooltip.show{opacity:1;visibility:visible;transform:translateY(50%) translate(0)}@media (max-width: 576px){.whatsapp-float .whatsapp-tooltip.show{transform:translate(-50%) translateY(0)}}.whatsapp-float .whatsapp-tooltip .tooltip-text{font-size:.9rem;font-weight:600;color:#2d3748;font-family:Poppins,sans-serif}@media (max-width: 576px){.whatsapp-float .whatsapp-tooltip .tooltip-text{font-size:.85rem}}.whatsapp-float .whatsapp-tooltip .tooltip-close{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;transition:all .3s ease;flex-shrink:0}.whatsapp-float .whatsapp-tooltip .tooltip-close svg{width:16px;height:16px;color:#718096;transition:color .3s ease}.whatsapp-float .whatsapp-tooltip .tooltip-close:hover svg{color:#e53e3e}@keyframes pulse-wave{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.3);opacity:.4}to{transform:scale(1.5);opacity:0}}@keyframes pulse-button{0%,to{box-shadow:0 8px 30px #25d36666}50%{box-shadow:0 8px 30px #25d366b3}}.whatsapp-float.visible .whatsapp-button{animation:pulse-button 2s infinite}
