@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif}.waves-left,.waves-right{position:absolute;top:0;width:200px;height:600px;z-index:0;pointer-events:none;opacity:.9}.waves-left{left:0;background:url(/images/bg/waves-left.png)no-repeat;background-size:contain}.waves-right{right:0;background:url(/images/bg/waves-right.png)no-repeat;background-size:contain}.single .waves-left,.single .waves-right{bottom:0;max-width:500px;background-size:contain;height:600px;top:2%;z-index:2}.single .waves-left{background:url(/images/single/waves-left.png)no-repeat;max-width:450px;width:100%}.single .waves-right{background:url(/images/single/waves-right.png)no-repeat;max-width:450px}@media(max-width:768px){.waves-right{display:none}.waves-left{max-width:260px;width:100%}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{margin:0 auto;line-height:1.6;background-color:#f2f4f5;position:relative;font-family:inter,sans-serif}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;line-height:1.2}p{margin-bottom:1rem;line-height:1.6}.header{margin-bottom:2rem;border-bottom:1px solid #eee;position:inherit;z-index:4;background-color:#fff}.header__container{max-width:1350px;margin:0 auto;padding:0 1rem}.nav{display:flex;justify-content:space-between;align-items:center;padding:24px 0}.nav__menu{display:flex;gap:1rem}.nav__link{text-decoration:none;color:#333}.nav__link:hover{color:#666}.nav__link--active{font-weight:700}.hero{padding:96px 0;position:relative;overflow:hidden}.hero::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;z-index:1}.hero__container{position:relative;z-index:2}.hero__title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}.hero__subtitle{font-size:1.5rem;font-weight:500;color:#00375a;margin-bottom:16px}.hero__description{font-size:1.125rem;color:rgba(10,17,38,.55);font-weight:400}@media(max-width:768px){.hero{padding:3rem 1rem}.hero__title{font-size:36px}.hero__subtitle{font-size:1.25rem}.hero__description{font-size:1rem}}.article__content{max-width:820px;margin:0 auto}@media(max-width:768px){.article__content{padding:0 15px}}.article__content p{font-size:18px;color:rgba(10,17,38,.85);font-weight:400;margin-bottom:24px}.article__content h2{font-size:24px;font-weight:500;margin-top:32px;margin-bottom:24px}@media(max-width:768px){.article__content h2{font-size:32px}}.article__content a{color:#3021d9;font-weight:500}.article__content h3{font-size:20px;font-weight:500;margin-top:32px;margin-bottom:24px}@media(max-width:768px){.article__content h3{font-size:24px}}.article__content ul{padding-left:30px}.article__content ul li{font-size:18px;font-weight:400;line-height:32px;margin-bottom:10px}.article__content ul li::marker{color:#0a112640}.article__content ol{padding-left:30px}.article__content ol li{font-size:18px;font-weight:400;line-height:32px;margin-bottom:10px}.article__content ol li::marker{color:#0a112640}.article__content img{max-width:100%;margin:24px 0;border-radius:8px}.other-posts-container{max-width:1350px;margin:0 auto;padding:0 15px;margin-top:140px}.other-posts-title{font-size:30px;font-weight:500}@media(max-width:768px){.other-posts-title{font-size:36px}}.footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.footer__content{color:#666;text-align:center}.footer__bg{max-width:100%;width:100%;height:100%;margin-top:130px;margin-bottom:40px;object-fit:contain}.lang-switcher{position:relative;display:inline-block}.lang-switcher__button{display:flex;align-items:center;gap:25px;padding:8px 12px;background:inherit;border:1px solid #e9ecef;border-radius:100px;font-size:14px;color:#495057;cursor:pointer;transition:all .2s ease}@media(max-width:768px){.lang-switcher__button{gap:8px}}.lang-switcher__button:hover{background:#e9ecef}.lang-switcher__button[aria-expanded=true] .lang-switcher__arrow{transform:rotate(180deg)}.lang-switcher__button[aria-expanded=true]+.lang-switcher__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.lang-switcher__arrow{transition:transform .2s ease}.lang-switcher__dropdown{position:absolute;top:calc(100% + 4px);left:0;min-width:100%;background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(-4px);transition:all .2s ease}.lang-switcher__option{display:block;padding:2px 7px;color:#495057;text-decoration:none;border-radius:100px;font-size:14px;transition:all .2s ease}.lang-switcher__option:first-child{margin-bottom:5px}.lang-switcher__option:hover{background:#f8f9fa}.lang-switcher__option--active{background:#e9ecef;font-weight:500}@media(max-width:768px){.lang-switcher__option{padding:2px 7px}}.home{max-width:1350px;margin:0 auto;padding:0 15px}.section-title{font-size:1.8rem;color:#2c3e50;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:2px solid #eee}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;align-items:stretch}@media(max-width:1024px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.posts-grid{grid-template-columns:1fr}}.posts-grid--featured{grid-template-columns:1fr;max-width:100%;margin:0 0 2rem}.post-card{position:relative;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);height:100%}.post-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.1);transition:all .3s ease}.post-card:hover .post-card__read-more svg{transform:translateX(4px)}.post-card img.post-card__top-image{width:100%;height:auto;max-height:210px;object-fit:cover;object-position:center;display:block;border-radius:16px}.post-card--featured{display:grid;grid-template-columns:1.2fr 1fr;background:#fff}.post-card--featured .post-card__image{position:relative;order:-1;border-radius:16px}.post-card--featured .post-card__image img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:16px}@media(max-width:1024px){.post-card--featured{grid-template-columns:1fr}}.post-card--featured .post-card__content{padding:25px;background:#fff;border-radius:16px}@media(max-width:769px){.post-card--featured .post-card__content{padding:16px}}.post-card--featured .post-card__title{font-size:1.9rem;color:#111827;line-height:1.2;margin-bottom:10px}@media(max-width:769px){.post-card--featured .post-card__title{font-size:24px}}.post-card--featured .post-card__description{font-size:1rem;margin-bottom:10px;color:#4b5563}@media(max-width:769px){.post-card--featured .post-card__meta{font-size:12px}}@media(max-width:400px){.post-card--featured .post-card__meta{font-size:10px}}.post-card--featured .post-card__featured-badge{position:absolute;top:1rem;right:0;color:#ffbf00;z-index:2;display:flex;align-items:center;border-radius:20px;box-shadow:0 16px 16px rgba(0,0,0,.1),0 6px 6px rgba(0,0,0,5%)}.post-card--featured .post-card__featured-badge span{position:absolute;right:8px;color:#000;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.post-card--featured .post-card__featured-badge svg{display:block}.post-card--featured .post-card__read-more{color:#3021d9;display:inline-flex;font-size:14px;align-items:center;gap:.5rem;font-weight:600;margin-top:2rem}.post-card--featured .post-card__read-more svg{transition:transform .2s ease}.post-card--featured .post-card__read-more:hover svg{transform:translateX(4px)}.post-card__content{position:relative;padding:2rem;display:flex;flex-direction:column;color:#111827;background:#fff;z-index:1;flex:1}@media(max-width:769px){.post-card__content{padding:16px}}.post-card__meta{display:flex;align-items:center;gap:.3rem;margin-bottom:1rem;font-size:14px;text-transform:uppercase}@media(max-width:769px){.post-card__meta{font-size:11px;text-transform:none}}.post-card__author{display:flex;align-items:center;gap:.5rem}.post-card__author img{width:24px;height:24px;border-radius:50%}.post-card__author span{color:#4b5563}.post-card__date{color:#6b7280;font-size:.875rem;font-weight:500}@media(max-width:769px){.post-card__date{font-size:11px;text-transform:none}}.post-card__title{font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:1rem;color:#111827}.post-card__description{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:2rem;flex:1}.post-card__read-more{display:inline-flex;align-items:center;justify-content:flex-end;gap:.5rem;font-size:14px;color:#3021d9;font-weight:500;text-decoration:none;margin-top:auto}@media(max-width:769px){.post-card__read-more{font-size:12px;text-transform:none}}.post-card__read-more svg{transition:transform .2s ease}.post-card__read-more:hover svg{transform:translateX(4px)}.footer{padding:0 15px;max-width:1350px;margin:0 auto}.cta-block{max-width:1350px;margin:0 auto;padding:0 15px;background-color:#fff;padding:32px;margin-bottom:96px;border-radius:8px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}@media(max-width:768px){.cta-block{flex-direction:column;text-align:center;padding:16px}}.cta-block__icon{display:flex;align-items:center;margin-right:1.5rem}@media(max-width:768px){.cta-block__icon{margin-bottom:16px}}.cta-block__title{font-size:24px;font-weight:600;margin-bottom:5px;color:#0a171a}.cta-block__content{flex:1}.cta-block__description{font-size:.875rem;color:rgba(10,23,26,.7);margin:0}@media(max-width:768px){.cta-block__description{margin-bottom:16px}}.cta-block__action{margin-top:1rem}@media(min-width:640px){.cta-block__action{margin-top:0}}.cta-block__button{background-color:#3021d9;color:#fff;font-weight:600;text-decoration:none;text-transform:uppercase;font-size:14px;padding:.75rem 1.25rem;border-radius:4px;transition:background-color .2s ease-in-out}.cta-block__button:hover{background-color:#2563eb}@media(max-width:768px){.cta-block__button{font-size:12px;padding:10px 15px}}@media(max-width:400px){.cta-block__button{font-size:10px}}.single-hero{padding:2rem 0;background-color:var(--color-background);position:relative;z-index:3}.single-hero__container{max-width:1035px;margin:0 auto;padding:0 1rem}.single-hero__back{margin-bottom:1.5rem}.single-hero__back-link{display:inline-flex;align-items:center;gap:.5rem;color:rgba(10,17,38,.85);text-decoration:none;font-weight:400;transition:color .2s ease}.single-hero__back-link:hover{color:var(--color-primary)}.single-hero__title{font-size:2.5rem;font-weight:700;color:#00375a;line-height:1.2;margin-bottom:1rem;max-width:780px}.single-hero__meta{display:flex;align-items:center;gap:32px;color:#808a8c;font-size:16px;margin-bottom:64px;text-transform:uppercase}@media(max-width:768px){.single-hero__meta{flex-direction:column;align-items:flex-start;gap:24px}}.single-hero__meta img{max-width:40px;height:40px}.single-hero__date,.single-hero__time,.single-hero__author{display:flex;align-items:center;gap:8px}.single-hero__image{margin-top:2rem;border-radius:16px;overflow:hidden}.single-hero__image img{width:100%;max-height:526px;object-fit:cover;display:block}@media(max-width:768px){.single-hero__image img{height:100%}}@media(min-width:768px){.single-hero{padding:4rem 0}.single-hero__title{font-size:3rem}}