*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;margin:0}html{scroll-behavior:smooth;scroll-padding-top:3rem}body{display:flex;flex-direction:column;min-height:100vh;font-family:"Inter",sans-serif;color:#1e40af;background:#f3f4f6}main{flex-grow:1}@media (max-width:767px){html{scroll-padding-top:1rem}}img{object-fit:cover}.container{max-width:1280px;margin:0 auto;padding:1.5rem .75rem}@media (min-width:992px){.container{padding:3rem}}.header{background:linear-gradient(180deg,#1e40af,#2563eb);position:sticky;top:0;z-index:1000;padding:2.5rem 1.25rem;box-shadow:0 2px 8px rgb(0 0 0 / .1)}@media (min-width:992px){.header{padding:2.5rem}}.header .container{padding:0}.logo{display:flex;align-items:center;text-decoration:none;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.75rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#60a5fa,#ffffff);-webkit-background-clip:text;background-clip:text;color:#fff0;transition:transform 0.3s ease}.logo::after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#2563eb,#60a5fa);transform:scaleX(1);transform-origin:left;transition:transform 0.3s ease}.nav{display:none;width:100%}.nav.active{display:block;position:absolute;top:100%;left:0;right:0;background:#1e40af;padding:1rem;animation:slideIn 0.3s ease-in-out}.nav-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;justify-content:space-between}.nav-link-group{display:flex;flex-direction:column;gap:.75rem}@media (min-width:992px){.nav-link-group{flex-direction:row}}.nav-link{color:#fff;text-decoration:none;font-weight:400;padding:.5rem 1rem;transition:background 0.3s}.nav-link:hover{background:rgb(255 255 255 / .15);border-radius:5px}.menu-toggle{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;margin-left:auto}.menu-icon,.menu-icon::before,.menu-icon::after{width:24px;height:3px;background:#fff;transition:all 0.3s}.menu-icon::before,.menu-icon::after{content:"";display:block;position:absolute}.menu-icon::before{transform:translateY(-8px)}.menu-icon::after{transform:translateY(8px)}.menu-toggle.active .menu-icon{background:#fff0}.menu-toggle.active .menu-icon::before{transform:rotate(45deg)}.menu-toggle.active .menu-icon::after{transform:rotate(-45deg)}.nav-logo-icon{width:52px;height:52px;object-fit:contain}.hero{position:relative;min-height:50vh;display:flex;align-items:center;text-align:center;color:#fff}@media (min-width:992px){.hero{min-height:70vh}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgb(30 64 175 / .6),rgb(96 165 250 / .8)),url(img/hero-bg.avif);background-size:cover;z-index:-1}.hero-title{font-size:clamp(2rem, 7vw, 4rem);font-weight:700;margin-bottom:2rem}.hero-text{font-size:clamp(1rem, 2vw, 1.2rem);width:clamp(300px, 80%, 700px);margin:0 auto;opacity:.86;text-shadow:1px 1px 2px #555;font-style:italic;animation:fadeIn 0.2s ease-in}.hero-text:nth-of-type(2){animation:fadeIn 0.3s ease-in}.hero-text:nth-of-type(3){animation:fadeIn 0.4s ease-in}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:.86;transform:translateY(0)}}.hero-decor-wrapper{max-width:35%;margin:0 auto}.section-title{z-index:200;position:relative;font-size:clamp(1.5rem, 5vw, 2.5rem);text-align:center;margin-top:2.5rem;margin-bottom:.75rem}.section-subtitle{font-size:clamp(0.9rem, 2.5vw, 1.1rem);text-align:center;margin-bottom:2rem;opacity:.65}.overview-card-container{perspective:1000px;width:100%;max-width:600px;margin:0 auto;height:430px;width:clamp(390px, 80%, 470px)}@media (min-width:768px) and (max-width:991px){.overview-card-container{margin-bottom:-50%}}@media (min-width:992px){.overview-card-container{perspective:1000px;width:100%;max-width:600px;margin:0 auto;height:370px}}.overview-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform 0.6s;transform-style:preserve-3d;cursor:pointer}.overview-card-container{transform:translateY(0)}@media (min-width:992px){.overview-card-container{transform:translateY(40%)}}.overview-card-face{position:absolute;width:100%;height:100%;backface-visibility:hidden;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px rgb(0 0 0 / .05);display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.overview-card-face-front{transform:rotateX(0deg)}.overview-card-face-back{transform:rotateX(-180deg)}.overview-card-inner.is-flipped{transform:rotateX(-180deg)}.card-arrow-icon{display:block;width:100%;text-align:center;margin-top:1rem;font-size:2rem;color:#60a5fa}.card-arrow-icon{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:1rem auto;font-size:2rem;color:#60a5fa;z-index:1;flex-shrink:0}.card-arrow-icon::before{content:"↓";z-index:2;flex-shrink:0}.card-arrow-icon::after{content:"";position:absolute;top:0;left:-2%;width:100%;height:100%;border:2px solid #60a5fa;border-radius:50%;animation:pulse 2s infinite ease-out;opacity:0;z-index:0;flex-shrink:0}.card-arrow-icon-inner-circle{position:absolute;top:50%;left:150%;transform:translate(-50%,-50%);width:50px;height:50px;border:2px solid #60a5fa;border-radius:50%;z-index:1}@keyframes pulse{0%{transform:scale(1.2);opacity:0}50%{opacity:1}100%{transform:scale(.6);opacity:0}}.overview-image{margin-top:5%}.overview-image img{border-radius:12px;width:100%}@media (min-width:992px){.overview-image{margin-top:-370px}}.insights{background:linear-gradient(180deg,#f3f4f6,#e5e7eb);padding-bottom:50px}@media (min-width:992px){.insights{padding-bottom:100px}}.insight-header{display:flex;gap:1rem;margin-bottom:1.5rem}.insights-grid{display:grid;gap:1.5rem}.insight-card{background:#fff;padding:1.5rem;border-radius:12px;transition:transform 0.3s,box-shadow 0.3s}.insight-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgb(0 0 0 / .1)}.insight-card h3{font-size:1.3rem;display:flex;align-items:center;gap:.5rem}.insight-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#e5e7eb;border-radius:100%;flex-shrink:0}.insight-icon::before{content:'';display:block;width:35px;height:35px;background-repeat:no-repeat;background-position:center;background-size:contain}.insight-card[data-icon="adaptability"] .insight-icon::before{background-image:url(img/icons/adaptability.avif)}.insight-card[data-icon="continuous"] .insight-icon::before{background-image:url(img/icons/continuous.avif)}.insight-card[data-icon="dependency"] .insight-icon::before{background-image:url(img/icons/dependency.avif)}.insight-card[data-icon="dividends"] .insight-icon::before{background-image:url(img/icons/dividends.avif)}.insight-card[data-icon="fragile"] .insight-icon::before{background-image:url(img/icons/fragile.avif)}.insight-card[data-icon="impact"] .insight-icon::before{background-image:url(img/icons/impact.avif)}.insight-card[data-icon="innovation"] .insight-icon::before{background-image:url(img/icons/innovation.avif)}.insight-card[data-icon="offshore"] .insight-icon::before{background-image:url(img/icons/offshore.avif)}.insight-card[data-icon="renewable"] .insight-icon::before{background-image:url(img/icons/renewable.avif)}.projects-grid{display:grid;gap:1.5rem}.project-card{background:#fff;padding:1rem;border-radius:12px;transition:transform 0.3s;max-width:100%}.project-card:hover{transform:translateY(-5px)}.project-image-wrapper{aspect-ratio:592/364;border-radius:12px;margin-bottom:1rem;overflow:hidden}.project-image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:12px}.project-card h3{font-size:1.25rem;margin-bottom:.5rem}.project-decor{width:100%;height:20px;display:block;margin-top:.5rem}.contact{background:#1e40af;color:#fff}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.75rem;border:none;border-radius:8px;font-size:1rem;background:#f3f4f6}.contact-form textarea{min-height:150px;resize:vertical}.form-btn{background:#60a5fa;color:#fff;padding:.75rem;border:none;border-radius:8px;cursor:pointer;transition:background 0.3s}.form-btn:hover{background:#3b82f6}.thank-you-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 12px rgb(0 0 0 / .1);max-width:600px;width:100%}.thank-you-container h1{color:#1e40af;font-size:2.5rem;margin-bottom:1rem}.thank-you-container p{font-size:1.1rem;line-height:1.6}.thank-you-container a{display:inline-block;margin-top:1.5rem;padding:10px 20px;background-color:#60a5fa;color:#fff;text-decoration:none;border-radius:8px;transition:background-color 0.3s}.thank-you-container a:hover{background-color:#3b82f6}.footer{border-top:1px solid #f9fafb;background:#1f2937;color:#e5e7eb;padding:3rem 0;font-family:Arial,sans-serif}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;padding-bottom:2rem;border-bottom:1px solid #4b5563}.footer-brand{max-width:300px}.footer-logo{font-size:1.5rem;font-weight:700;color:#f9fafb;text-decoration:none;letter-spacing:1px}.footer-tagline{font-size:.9rem;margin-top:.5rem;color:#9ca3af}.footer-social{margin-top:1.5rem;display:flex;gap:1rem}.footer-social a{color:#e5e7eb;font-size:1.25rem;transition:color 0.3s ease}.footer-social a:hover{color:#60a5fa}.footer-nav,.footer-contact-info{flex:1;min-width:150px}.footer-nav h4,.footer-contact-info h4{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#f9fafb}.footer-nav ul{list-style:none;padding:0;margin:0}.footer-nav li{margin-bottom:.75rem}.footer-nav a{color:#e5e7eb;text-decoration:none;font-size:.95rem;transition:color 0.3s ease}.footer-nav a:hover{color:#60a5fa}.footer-contact-info p{margin:.5rem 0;font-size:.95rem}.footer-bottom{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:1.5rem;gap:1rem}.footer-copyright{font-size:.85rem;color:#9ca3af}.footer-legal-links a{color:#9ca3af;text-decoration:none;font-size:.85rem}.footer-legal-links a:hover{text-decoration:underline}.footer-legal-links span{margin:0 .5rem;color:#4b5563}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-around}.footer-bottom{flex-direction:row;justify-content:space-between}}.cookie-notice{display:none;flex-direction:column;position:fixed;gap:.7rem;bottom:1rem;right:1rem;width:clamp(200px, 90%, 500px);background:rgb(17 24 39 / .95);color:#fff;padding:1rem;padding-left:4.5rem;border-radius:12px;box-shadow:0 4px 20px rgb(0 0 0 / .2);z-index:1000;background-image:url(img/cookie.svg);background-repeat:no-repeat;background-position:.8rem center;background-size:46px 46px}.cookie-notice.show{display:flex}.cookie-notice .container{display:flex;flex-direction:column;gap:1rem}.cookie-notice .container p{padding-left:3rem}.cookie-notice a{color:#60a5fa;text-decoration:none}.cookie-actions{display:flex;gap:.75rem;padding-left:2rem;flex-wrap:wrap}@media (min-width:992px){.cookie-actions{padding-left:0}}.cookie-btn{padding:.5rem 1.5rem;border-radius:8px;border:none;cursor:pointer;background:#60a5fa;color:#fff}.cookie-btn--secondary{background:#4b5563}.content-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgb(0 0 0 / .05);margin-bottom:1.5rem}.content-card h2{font-size:1.5rem;margin-bottom:1rem;color:#1e40af}.content-card ul{list-style:disc;margin-left:1.5rem;margin-bottom:1.5rem}.content-card li{margin-bottom:.5rem}.nav.active{animation:slideIn 0.3s ease-in-out;text-align:center}.overview-grid,.insights-grid,.projects-grid,.footer-grid{grid-template-columns:1fr}.overview-image img{max-width:100%;height:auto}.hero-title{font-size:clamp(1.8rem, 6vw, 3rem)}.section-title{font-size:clamp(1.3rem, 5vw, 2rem)}.cookie-notice .container p{padding-left:2rem}.oil-svg{height:100px}@keyframes slideIn{from{transform:translateY(-100%)}to{transform:translateY(0)}}@media (min-width:992px){.nav-wrapper{display:flex;justify-content:space-between;align-items:center}.nav{display:block}.nav-list{flex-direction:row;gap:1.5rem}.menu-toggle{display:none}.overview-grid{grid-template-columns:3fr 2fr}.insights-grid{grid-template-columns:repeat(3,1fr)}.projects-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}.cookie-notice .container{flex-direction:row;justify-content:space-between;align-items:center}}.page-article{padding-top:2rem;padding-bottom:2rem}.page-article h1.section-title{margin-top:0;text-align:left}.page-article h3{font-size:1.5rem;margin-top:1.5rem;margin-bottom:.5rem}.page-article p,.page-article li{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;color:#4b5563}.page-article ul{margin-left:2rem;margin-bottom:1rem}.page-article b{color:#1e40af}.article-meta{font-size:.9rem;color:#9ca3af;margin-bottom:1rem}.read-more-wrapper{margin-top:3rem;padding:1.5rem;background:#f3f4f6;border-radius:12px;border-left:5px solid #60a5fa}.read-more-wrapper .read-more-title{font-size:1.25rem;margin-bottom:.5rem;color:#1e40af}.read-more-wrapper .read-more-link{font-size:1.1rem;text-decoration:none;color:#60a5fa;text-decoration:underline;transition:color 0.3s ease}.read-more{background:#e5e7eb}.read-more-container{padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgb(0 0 0 / .05);display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:#1e40af}@media (min-width:768px){.read-more-container{flex-direction:row;justify-content:space-between}}.read-more-image-wrapper{flex-shrink:0}.read-more-image{width:100%;max-width:200px;height:auto;border-radius:8px}.read-more-content{display:flex;flex-direction:column;justify-content:center;gap:1rem;text-align:center;flex-grow:1}@media (min-width:768px){.read-more-content{text-align:left}}.read-more-title{font-size:clamp(1.2rem, 3vw, 1.75rem);font-weight:700;margin-bottom:.5rem}.read-more-link{font-size:clamp(1rem, 2vw, 1.2rem);text-decoration:none;transition:color 0.3s ease;color:#60a5fa;text-decoration:underline}