:root{--sustentia-navy:#072C50;--tech-greige:#F0F2F5;--deep-black:#121212;--dark-charcoal:#1E1E1E;--accent-orange:#FF5733;--accent-orange-hover:#ff7a5c;--background:#F0F2F5;--foreground:#333333;--font-manrope:'Manrope', sans-serif;--font-montserrat:'Montserrat', sans-serif;--magma-gradient:linear-gradient(135deg, #4A235A 0%, #C70039 40%, #FF5733 70%, #FFC300 100%)}.dark{--background:#121212;--foreground:#E0E0E0}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-manrope);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color 0.3s ease,color 0.3s ease}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:768px){.container{padding:0 1.5rem}}.site-content{padding-top:80px;min-height:100vh;display:flex;flex-direction:column}.grid-blog{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:1024px){.grid-blog{grid-template-columns:2fr 1fr}}.grid-single{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:1024px){.grid-single{grid-template-columns:8fr 4fr}}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgb(255 255 255 / .95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 3px rgb(0 0 0 / .06);border-bottom:1px solid rgb(0 0 0 / .06);padding:.5rem 0;transition:all 0.3s ease}.dark .site-header{background:rgb(18 18 18 / .95);border-bottom-color:rgb(255 255 255 / .1)}.header-inner{display:flex;align-items:center;justify-content:space-between}.site-logo img{height:48px;width:auto}.main-nav{display:none}@media (min-width:768px){.main-nav{display:flex;align-items:center;gap:1.5rem}}.main-nav a{font-size:.875rem;font-weight:500;color:#6B7280;transition:color 0.3s;position:relative}.main-nav a:hover,.main-nav a.current-menu-item{color:var(--sustentia-navy)}.dark .main-nav a:hover,.dark .main-nav a.current-menu-item{color:#fff}.main-nav a::after{content:'';position:absolute;bottom:-4px;left:0;height:2px;width:0;background:var(--accent-orange);transition:width 0.3s}.main-nav a:hover::after,.main-nav a.current-menu-item::after{width:100%}.header-actions{display:none}@media (min-width:768px){.header-actions{display:flex;align-items:center;gap:.75rem}}.menu-toggle{display:block;background:none;border:none;cursor:pointer;padding:.5rem;color:#6B7280}@media (min-width:768px){.menu-toggle{display:none}}.mobile-nav{display:none;position:fixed;inset:0;background:#fff;z-index:40;padding:5rem 1rem 2rem;flex-direction:column;gap:1.5rem}.dark .mobile-nav{background:var(--deep-black)}.mobile-nav.is-open{display:flex}.mobile-nav a{font-size:1.125rem;font-weight:500;padding:.75rem 0;border-bottom:1px solid rgb(0 0 0 / .06);color:#6B7280}.dark .mobile-nav a{border-bottom-color:rgb(255 255 255 / .1);color:#D1D5DB}.mobile-nav a:hover{color:var(--sustentia-navy)}.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;padding:.625rem 1.25rem;border-radius:.375rem;border:1px solid #fff0;cursor:pointer;transition:all 0.3s;text-decoration:none}.btn-primary{background:var(--accent-orange);color:#fff;border-color:var(--accent-orange)}.btn-primary:hover{background:var(--accent-orange-hover);border-color:var(--accent-orange-hover)}.btn-outline{background:#fff0;color:var(--sustentia-navy);border-color:var(--sustentia-navy)}.btn-outline:hover{background:var(--sustentia-navy);color:#fff}.dark .btn-outline{color:#fff;border-color:rgb(255 255 255 / .2)}.dark .btn-outline:hover{background:rgb(255 255 255 / .1)}.blog-header{background:var(--sustentia-navy);color:#fff;padding:5rem 0;position:relative;overflow:hidden;text-align:center}.blog-header::before{content:'';position:absolute;inset:0;background:url(https://blog.sustentia.com.ar/wp-content/themes/Sustentia-WordPressTheme_v2/BackgroundWaves.png) center / cover no-repeat;opacity:.1}.blog-header .container{position:relative;z-index:1}.blog-header h1{font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.blog-header h1{font-size:3rem}}.blog-header p{font-size:1.25rem;color:#D1D5DB;max-width:640px;margin:0 auto}.section-default{padding:4rem 0;background:var(--background)}.posts-list{display:flex;flex-direction:column;gap:3rem}.post-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1);border:1px solid rgb(0 0 0 / .04);transition:box-shadow 0.3s}.dark .post-card{background:rgb(255 255 255 / .05);border-color:rgb(255 255 255 / .1)}.post-card:hover{box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1)}.post-card__image{position:relative;height:16rem;width:100%;overflow:hidden}@media (min-width:768px){.post-card__image{height:20rem}}.post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}.post-card:hover .post-card__image img{transform:scale(1.05)}.post-card__category{position:absolute;top:1rem;left:1rem;background:var(--accent-orange);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.05em}.post-card__category a{color:#fff}.post-card__body{padding:2rem}.post-card__meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#9CA3AF;margin-bottom:1rem}.dark .post-card__meta{color:#6B7280}.post-card__title{font-size:1.5rem;font-weight:700;color:var(--sustentia-navy);margin-bottom:1rem;line-height:1.3}@media (min-width:768px){.post-card__title{font-size:1.875rem}}.dark .post-card__title{color:#fff}.post-card__title a{color:inherit;transition:color 0.3s}.post-card__title a:hover{color:var(--accent-orange)}.post-card__excerpt{color:#6B7280;margin-bottom:1.5rem;line-height:1.7}.dark .post-card__excerpt{color:#D1D5DB}.pagination{display:flex;justify-content:center;gap:.5rem;padding-top:2rem}.pagination a,.pagination span{padding:.5rem 1rem;border:1px solid rgb(0 0 0 / .1);border-radius:.375rem;font-size:.875rem;color:inherit;transition:all 0.2s}.pagination .current,.pagination a:hover{background:var(--accent-orange);color:#fff;border-color:var(--accent-orange)}.dark .pagination a,.dark .pagination span{border-color:rgb(255 255 255 / .1)}.single-hero{position:relative;height:65vh;width:100%;overflow:hidden;background-color:var(--sustentia-navy)}.single-hero::before{content:'';position:absolute;inset:0;background:url(https://blog.sustentia.com.ar/wp-content/themes/Sustentia-WordPressTheme_v2/BackgroundWaves.png) center / cover no-repeat;opacity:.15;z-index:1}.single-hero.hero-no-image{height:45vh;min-height:350px}.single-hero img{width:100%;height:100%;object-fit:cover;position:relative;z-index:2}.single-hero__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(7 44 80 / .9) 0%,rgb(7 44 80 / .4) 60%,rgb(7 44 80 / .2) 100%);z-index:3}.single-hero__content{position:absolute;inset:0;display:flex;align-items:flex-end;padding-bottom:5rem;z-index:4}.single-hero__meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#FB923C;font-weight:500;margin-bottom:1rem;flex-wrap:wrap}.single-hero__meta .cat-badge{background:var(--accent-orange);color:#fff;padding:.25rem .75rem;border-radius:.25rem}.single-hero__title{font-size:2.25rem;font-weight:700;color:#fff;line-height:1.2;max-width:900px}@media (min-width:768px){.single-hero__title{font-size:3rem}}@media (min-width:1024px){.single-hero__title{font-size:3.75rem}}.article-content{font-size:1.125rem;line-height:1.8;color:#6B7280}.dark .article-content{color:#D1D5DB}.article-content h2{font-size:1.875rem;font-weight:700;color:var(--sustentia-navy);margin:3rem 0 1.5rem}.dark .article-content h2{color:#fff}.article-content h3{font-size:1.5rem;font-weight:700;color:var(--sustentia-navy);margin:2.5rem 0 1rem}.dark .article-content h3{color:#fff}.article-content p{margin-bottom:1.5rem}.article-content strong{color:var(--foreground);font-weight:600}.article-content ul,.article-content ol{padding-left:1.5rem;margin-bottom:2rem}.article-content li{margin-bottom:.75rem}.article-content blockquote{border-left:4px solid var(--accent-orange);padding:.5rem 1.5rem;margin:2.5rem 0;background:rgb(0 0 0 / .02);border-radius:0 .25rem .25rem 0;font-style:italic;font-size:1.25rem;color:#4B5563}.dark .article-content blockquote{background:rgb(255 255 255 / .05);color:#D1D5DB}.article-content blockquote cite{display:block;margin-top:1rem;font-size:.875rem;font-weight:700;color:var(--accent-orange);font-style:normal}.article-content img{border-radius:.5rem;margin:2rem 0}.article-content a{color:var(--accent-orange);text-decoration:underline}.article-footer{border-top:1px solid rgb(0 0 0 / .06);border-bottom:1px solid rgb(0 0 0 / .06);padding:1.5rem 0;margin-top:3rem;display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width:768px){.article-footer{flex-direction:row;justify-content:space-between}}.dark .article-footer{border-color:rgb(255 255 255 / .1)}.article-tags{display:flex;gap:.5rem;flex-wrap:wrap}.article-tags a{background:rgb(0 0 0 / .04);padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem;color:#6B7280;text-decoration:none}.dark .article-tags a{background:rgb(255 255 255 / .1);color:#9CA3AF}.share-buttons{display:flex;align-items:center;gap:.75rem}.share-buttons span{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9CA3AF}.sidebar{display:flex;flex-direction:column;gap:2rem}@media (min-width:1024px){.sidebar-single{padding-left:3rem}}.widget{background:rgb(0 0 0 / .02);padding:1.5rem;border-radius:.5rem;border:1px solid rgb(0 0 0 / .06)}.dark .widget{background:rgb(255 255 255 / .05);border-color:rgb(255 255 255 / .1)}.widget h3{font-size:1.25rem;font-weight:700;color:var(--sustentia-navy);margin-bottom:1rem}.dark .widget h3{color:#fff}.search-widget .search-field{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid rgb(0 0 0 / .12);border-radius:.375rem;background:#fff;font-size:.875rem;outline:none;transition:border-color 0.3s}.dark .search-widget .search-field{background:rgb(0 0 0 / .2);border-color:rgb(255 255 255 / .2);color:#fff}.search-widget .search-field:focus{border-color:var(--accent-orange)}.widget-categories ul{list-style:none;padding:0}.widget-categories li{margin-bottom:.75rem}.widget-categories a{display:flex;align-items:center;justify-content:space-between;color:#6B7280;transition:color 0.3s}.dark .widget-categories a{color:#D1D5DB}.widget-categories a:hover{color:var(--accent-orange)}.widget-categories .count{background:rgb(0 0 0 / .04);padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;color:#9CA3AF}.widget-categories a:hover .count{background:rgb(255 87 51 / .1);color:var(--accent-orange)}.widget-newsletter{background:var(--sustentia-navy);color:#fff;text-align:center;border:none}.widget-newsletter h3{color:#fff}.widget-newsletter p{font-size:.875rem;color:#D1D5DB;margin-bottom:1rem}.widget-newsletter input[type="email"]{width:100%;padding:.5rem 1rem;border-radius:.375rem;border:none;margin-bottom:.75rem;color:#111;font-size:.875rem}.widget-newsletter button{width:100%;background:var(--accent-orange);color:#fff;font-weight:700;padding:.5rem 1rem;border:none;border-radius:.375rem;cursor:pointer;transition:background 0.3s}.widget-newsletter button:hover{background:var(--accent-orange-hover)}.widget-author{background:#fff;text-align:center}.dark .widget-author{background:rgb(255 255 255 / .05)}.widget-author__avatar{width:6rem;height:6rem;border-radius:50%;background:var(--sustentia-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem;overflow:hidden}.widget-author__avatar img{width:100%;height:100%;object-fit:cover}.widget-author h3{color:var(--sustentia-navy)}.dark .widget-author h3{color:#fff}.widget-author p{font-size:.875rem;color:#9CA3AF;margin-bottom:1rem}.widget-related h3{border-bottom:2px solid var(--accent-orange);padding-bottom:.5rem;display:inline-block;margin-bottom:1.5rem}.related-post{display:flex;gap:1rem;margin-bottom:1.5rem;cursor:pointer}.related-post__thumb{width:6rem;height:6rem;flex-shrink:0;border-radius:.25rem;overflow:hidden}.related-post__thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}.related-post:hover .related-post__thumb img{transform:scale(1.1)}.related-post__title{font-weight:700;color:#1F2937;line-height:1.3;margin-bottom:.5rem;font-size:.9375rem;transition:color 0.3s}.dark .related-post__title{color:#fff}.related-post:hover .related-post__title{color:var(--accent-orange)}.related-post__date{font-size:.75rem;color:#9CA3AF}.site-footer{background:var(--sustentia-navy);color:#fff;padding:4rem 0 2rem;border-top:1px solid rgb(255 255 255 / .1)}.dark .site-footer{background:var(--deep-black)}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand p{color:#9CA3AF;font-size:.875rem;line-height:1.6;margin-top:1.5rem}.footer-brand img{height:3rem;width:auto}.site-footer h4{font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;margin-bottom:1rem}.site-footer ul{list-style:none;padding:0}.site-footer li{margin-bottom:.75rem}.site-footer li a{font-size:.875rem;color:#D1D5DB;transition:color 0.3s}.site-footer li a:hover{color:#fff}.footer-contact li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#D1D5DB}.footer-contact svg,.footer-contact .icon{color:var(--accent-orange);flex-shrink:0;width:1rem;height:1rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgb(255 255 255 / .1);display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center;font-size:.75rem;color:#9CA3AF}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.error-page{display:flex;align-items:center;justify-content:center;min-height:60vh;text-align:center}.error-page h1{font-size:6rem;font-weight:700;color:var(--accent-orange);margin-bottom:1rem}.error-page p{font-size:1.25rem;color:#6B7280;margin-bottom:2rem}.comments-area{margin-top:3rem;padding-top:2rem;border-top:1px solid rgb(0 0 0 / .06)}.dark .comments-area{border-top-color:rgb(255 255 255 / .1)}.comments-title{font-size:1.5rem;font-weight:700;color:var(--sustentia-navy);margin-bottom:2rem}.dark .comments-title{color:#fff}.comment-list{list-style:none;padding:0}.comment-list .comment{padding:1.5rem 0;border-bottom:1px solid rgb(0 0 0 / .04)}.dark .comment-list .comment{border-bottom-color:rgb(255 255 255 / .05)}.comment-respond{margin-top:2rem}.comment-form label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.875rem}.comment-form input,.comment-form textarea{width:100%;padding:.75rem 1rem;border:1px solid rgb(0 0 0 / .12);border-radius:.375rem;margin-bottom:1rem;font-family:inherit;font-size:.875rem}.dark .comment-form input,.dark .comment-form textarea{background:rgb(0 0 0 / .2);border-color:rgb(255 255 255 / .2);color:#fff}.comment-form input:focus,.comment-form textarea:focus{outline:none;border-color:var(--accent-orange)}.comment-form .submit{background:var(--accent-orange);color:#fff;font-weight:700;padding:.75rem 2rem;border:none;border-radius:.375rem;cursor:pointer;transition:background 0.3s}.comment-form .submit:hover{background:var(--accent-orange-hover)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.text-accent{color:var(--accent-orange)}.bg-navy{background:var(--sustentia-navy)}.text-navy{color:var(--sustentia-navy)}