.cta-section{padding:var(--spacing-4) 0;width:100%}@media screen and (min-width:768px){.cta-section{padding:var(--spacing-6) 0}}@media screen and (min-width:992px){.cta-section{padding:var(--spacing-8) 0}}.cta-banner{background-color:var(--secondary-color);padding:var(--spacing-5) var(--spacing-3);text-align:center;z-index:1;border-radius:24px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #121b2d33}@media screen and (min-width:768px){.cta-banner{border-radius:var(--spacing-4);padding:var(--spacing-7) var(--spacing-4);box-shadow:0 30px 60px #121b2d40}}@media screen and (min-width:1024px){.cta-banner{padding:var(--spacing-8) var(--spacing-5)}}.cta-banner__grid-overlay{z-index:-1;opacity:.5;background-image:radial-gradient(#fff6 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}@media screen and (min-width:768px){.cta-banner__grid-overlay{background-size:30px 30px}}.cta-banner:before{content:"";z-index:-1;background:radial-gradient(circle,#ff7f411f 0%,#0000 70%);border-radius:50%;width:200px;height:200px;animation:8s ease-in-out infinite glowPulse;position:absolute;top:-20%;left:-20%}.cta-banner:after{content:"";z-index:-1;background:radial-gradient(circle,#ff7f411f 0%,#0000 70%);border-radius:50%;width:200px;height:200px;animation:10s ease-in-out infinite glowPulse;position:absolute;top:-20%;right:-20%}@media screen and (min-width:768px){.cta-banner:before,.cta-banner:after{width:300px;height:300px}}@media screen and (min-width:1024px){.cta-banner:before,.cta-banner:after{width:400px;height:400px}}@keyframes glowPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.cta-banner__circle-glow{pointer-events:none;z-index:0;opacity:.7;background:radial-gradient(circle,#ff7f4126 0%,#ff7f410d 40%,#0000 70%);border-radius:50%;width:80%;max-width:600px;height:80%;max-height:600px;animation:6s ease-in-out infinite centralGlowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes centralGlowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(.9)}50%{opacity:.9;transform:translate(-50%,-50%)scale(1.1)}}@media screen and (max-width:768px){.cta-banner__circle-glow{width:90%;max-width:400px;height:90%;max-height:400px}}.cta-banner__content{z-index:2;max-width:800px;padding:0 var(--spacing-1);margin:0 auto;position:relative}.cta-banner__badge{color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--spacing-2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ff7f411a;border:1px solid #ff7f414d;border-radius:50px;padding:4px 12px;font-size:.65rem;font-weight:700;display:inline-block}@media screen and (min-width:768px){.cta-banner__badge{letter-spacing:2px;padding:6px 16px;font-size:.75rem}}.cta-banner__title{color:var(--neutral-white);margin-bottom:var(--spacing-2);font-size:clamp(1.5rem,5vw,1.8rem);font-weight:700;line-height:1.2}@media screen and (min-width:768px){.cta-banner__title{font-size:clamp(1.8rem,4vw,2.5rem)}}@media screen and (min-width:1024px){.cta-banner__title{font-size:clamp(2rem,4vw,3rem)}}.cta-banner__description{color:#ffffffe6;margin-bottom:var(--spacing-3);max-width:100%;padding:0 var(--spacing-1);text-align:justify;text-justify:inter-word;margin-left:auto;margin-right:auto;font-size:.9rem;line-height:1.5}@media screen and (min-width:768px){.cta-banner__description{margin-bottom:var(--spacing-4);max-width:650px;font-size:1rem;line-height:1.6}}@media screen and (min-width:1024px){.cta-banner__description{font-size:var(--font-size-lg)}}.cta-banner__actions{gap:var(--spacing-2);flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:300px;margin:0 auto;display:flex}@media screen and (min-width:640px){.cta-banner__actions{flex-direction:row;max-width:100%}}.cta-banner__button,.cta-banner__button--outline{transition:var(--transition);cursor:pointer;border:2px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px 20px;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}@media screen and (min-width:640px){.cta-banner__button,.cta-banner__button--outline{width:auto;padding:var(--spacing-2) var(--spacing-5);font-size:.9rem}}@media screen and (min-width:768px){.cta-banner__button,.cta-banner__button--outline{padding:var(--spacing-2) var(--spacing-6);font-size:var(--font-size-md);gap:8px}}.cta-banner__button{background-color:var(--neutral-white);color:var(--secondary-color);border-color:var(--neutral-white)}.cta-banner__button:hover,.cta-banner__button:active{background-color:var(--primary-color);color:var(--neutral-white);border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 10px 30px #ff7f4166}.cta-banner__button--outline{color:var(--neutral-white);background-color:#0000;border-color:#ffffff4d}.cta-banner__button--outline:hover,.cta-banner__button--outline:active{border-color:var(--primary-color);background-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 10px 30px #ff7f4166}.cta-banner__button svg,.cta-banner__button--outline svg{transition:transform .3s}.cta-banner__button:hover svg,.cta-banner__button--outline:hover svg{transform:translate(5px)}@media screen and (max-width:480px){.cta-section{padding:var(--spacing-3) 0}.cta-banner{padding:var(--spacing-4) var(--spacing-2);border-radius:20px}.cta-banner__badge{padding:3px 10px;font-size:.6rem}.cta-banner__title{font-size:1.4rem}.cta-banner__description{padding:0;font-size:.8rem;line-height:1.4}.cta-banner__button,.cta-banner__button--outline{padding:10px 16px;font-size:.8rem}.cta-banner:before,.cta-banner:after{width:150px;height:150px}.cta-banner__circle-glow{width:90%;max-width:300px;height:90%;max-height:300px}}.cta-banner,.cta-banner__button,.cta-banner__button--outline{will-change:transform}@media (prefers-reduced-motion:reduce){.cta-banner:before,.cta-banner:after,.cta-banner__circle-glow,.cta-banner__button,.cta-banner__button--outline,.cta-banner__button svg{transition:none!important;animation:none!important}.cta-banner__button:hover,.cta-banner__button--outline:hover{transform:none}}
.energy-platforms{background-color:var(--accent-color-dark);width:100%;position:relative;overflow:hidden}.energy-platforms,.energy-platforms .energy-platforms__grid,.energy-platforms .platform-card,.energy-platforms .platform-card__image{border-radius:0!important}.energy-platforms__grid{grid-template-columns:1fr;gap:1px;display:grid}@media screen and (min-width:768px){.energy-platforms__grid{grid-template-columns:repeat(2,1fr)}}.platform-card{background-color:var(--secondary-color);height:65vh;min-height:480px;max-height:750px;position:relative;overflow:hidden}.platform-card__link{width:100%;height:100%;text-decoration:none;display:block}.platform-card__image{object-fit:cover;transition:transform 1.2s cubic-bezier(.2,1,.3,1)}.platform-card__overlay{background:color-mix(in srgb, var(--secondary-color-dark), transparent 65%);z-index:2;transition:background .5s;position:absolute;inset:0}.platform-card__content{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px;display:flex;position:relative}.platform-card__center-group{transition:transform .5s cubic-bezier(.2,1,.3,1)}.platform-card__title{color:#fff;text-transform:uppercase;letter-spacing:4px;margin:0;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:700;line-height:1.2}.platform-card__reveal-content{opacity:0;max-height:0;transition:all .5s cubic-bezier(.2,1,.3,1);overflow:hidden;transform:translateY(20px)}.platform-card__description{color:#ffffffd9;max-width:300px;margin:20px auto;font-size:.9rem;line-height:1.6}.platform-card__button-container{margin-top:5px}.platform-card__button{background-color:var(--primary-color,#ff7f41);color:#fff;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;align-items:center;gap:10px;padding:12px 32px;font-size:.75rem;font-weight:800;transition:all .3s;display:inline-flex;border-radius:50px!important}.platform-card__button:hover{color:#000;background-color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #0000004d}.platform-card__source-tag{color:#ffffff80;text-transform:uppercase;letter-spacing:2px;align-items:center;gap:8px;font-size:.65rem;font-weight:600;display:flex;position:absolute;bottom:30px}.platform-card:hover .platform-card__image{transform:scale(1.1)}.platform-card:hover .platform-card__overlay{background:color-mix(in srgb, var(--secondary-color-dark), transparent 30%)}.platform-card:hover .platform-card__center-group{transform:translateY(-10px)}.platform-card:hover .platform-card__reveal-content{opacity:1;max-height:350px;margin-top:10px;transform:translateY(0)}@media screen and (max-width:768px){.platform-card{height:55vh}.platform-card__reveal-content{opacity:1;max-height:none;margin-top:15px;transform:none}.platform-card:hover .platform-card__center-group{transform:none}}
.hero{min-height:calc(100vh - var(--header-height));padding:var(--spacing-6) 0;background-color:var(--secondary-color-dark);isolation:isolate;align-items:center;display:flex;position:relative;overflow:hidden}.hero__background{z-index:1;position:absolute;inset:0;overflow:hidden}.hero__static-bg{z-index:1;position:absolute;inset:0}.hero__static-img{object-fit:cover;width:100%;height:100%}.hero__video{object-fit:cover;opacity:0;z-index:2;min-width:100%;min-height:100%;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__video--loaded{opacity:1}.hero__overlay{z-index:3;pointer-events:none;background:linear-gradient(90deg,#121b2df2 20%,#121b2dcc 45%,#121b2d80 70%,#121b2d33 100%);position:absolute;inset:0}.hero__container{z-index:10;padding-top:var(--spacing-2);position:relative}.hero__content{gap:var(--spacing-3);text-align:center;flex-direction:column;align-items:center;max-width:100%;display:flex}@media screen and (min-width:768px){.hero__content{text-align:left;align-items:flex-start;max-width:680px}}.hero__badge-wrapper{margin-bottom:var(--spacing-1)}.hero__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--primary-color);letter-spacing:1px;text-transform:uppercase;opacity:0;background:#ff7f4126;border:1px solid #ff7f414d;border-radius:100px;padding:6px 12px;font-size:.7rem;font-weight:700;animation:.6s forwards fadeInUp;display:inline-block;transform:translateY(20px)}@media screen and (min-width:768px){.hero__badge{padding:8px 16px;font-size:.75rem}}.hero__title{opacity:0;flex-direction:column;width:100%;line-height:1.1;animation:.6s .1s forwards fadeInUp;display:flex;transform:translateY(20px)}.hero__title-line{color:var(--neutral-white);font-size:clamp(2rem,8vw,2.8rem)}@media screen and (min-width:768px){.hero__title-line{font-size:clamp(2.5rem,5vw,4.2rem)}}.hero__title-line--highlight{background:linear-gradient(to right, var(--primary-color), var(--primary-color-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__desc{color:#ffffffd9;font-size:var(--font-size-sm);opacity:0;text-align:justify;text-justify:inter-word;max-width:100%;line-height:1.6;animation:.6s .2s forwards fadeInUp;transform:translateY(20px)}.hero__desc strong{font-weight:700}@media screen and (min-width:768px){.hero__desc{font-size:var(--font-size-md);max-width:560px;margin-left:0;line-height:1.7}}.hero__stats{align-items:center;gap:var(--spacing-2);margin:var(--spacing-2) 0;opacity:0;flex-direction:column;width:100%;animation:.6s .3s forwards fadeInUp;display:flex;transform:translateY(20px)}.hero__stat-item{flex-direction:column;align-items:center;display:flex}.hero__stat-number{color:var(--primary-color);font-size:1.5rem;font-weight:800;line-height:1.2;font-family:var(--font-family-heading)}.hero__stat-label{color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem}.hero__stat-divider{display:none}@media screen and (min-width:480px){.hero__stats{justify-content:center;gap:var(--spacing-3);flex-direction:row}.hero__stat-item{align-items:flex-start}.hero__stat-divider{background:#ffffff26;width:1px;height:30px;display:block}}@media screen and (min-width:768px){.hero__stats{justify-content:flex-start;gap:var(--spacing-4)}.hero__stat-number{font-size:1.75rem}.hero__stat-label{font-size:.7rem}}.hero__actions{gap:var(--spacing-2);margin-top:var(--spacing-2);opacity:0;flex-direction:column;width:100%;max-width:300px;margin-left:auto;margin-right:auto;animation:.6s .4s forwards fadeInUp;display:flex;transform:translateY(20px)}.hero__cta{padding:var(--spacing-2) var(--spacing-4);width:100%;font-size:var(--font-size-sm);justify-content:center;align-items:center;gap:8px;display:inline-flex;box-shadow:0 10px 30px #ff7f4159}.hero__cta-secondary{padding:var(--spacing-2) var(--spacing-4);color:#fff;width:100%;font-size:var(--font-size-sm);background:0 0;border:2px solid #fff3}.hero__cta:hover,.hero__cta-secondary:hover{transform:translateY(-3px)}.hero__cta svg,.hero__cta-secondary svg{transition:transform .3s}.hero__cta:hover svg,.hero__cta-secondary:hover svg{transform:translate(5px)}@media screen and (min-width:768px){.hero__actions{gap:var(--spacing-3);flex-direction:row;max-width:100%;margin-left:0;margin-right:0}.hero__cta,.hero__cta-secondary{width:auto;padding:var(--spacing-3) var(--spacing-6);font-size:var(--font-size-md)}}.hero__trust-note{color:#ffffff80;margin-top:var(--spacing-2);opacity:0;justify-content:center;align-items:center;gap:8px;font-size:.7rem;animation:.6s .5s forwards fadeInUp;display:flex;transform:translateY(20px)}.hero__trust-icon{color:var(--primary-color);font-weight:700}@media screen and (min-width:768px){.hero__trust-note{justify-content:flex-start;font-size:.8rem}}.hero__sun-graphic{pointer-events:none;z-index:5;background:radial-gradient(circle,#ff7f4114 0%,#0000 70%);width:400px;height:400px;position:absolute;top:45%;right:-10%;transform:translateY(-50%)}.hero__sun-graphic:before{content:"";border:1px solid #ff7f414d;border-radius:50%;animation:4s cubic-bezier(.4,0,.2,1) infinite heroPulse;position:absolute;inset:0}.hero__graphic-particles{filter:blur(15px);background:radial-gradient(circle at 30% 30%,#ff7f4114 0%,#0000 60%);border-radius:50%;animation:8s infinite heroPulse;position:absolute;inset:0}@media screen and (min-width:768px){.hero__sun-graphic{width:500px;height:500px;right:-5%}}@media screen and (min-width:1200px){.hero__sun-graphic{width:600px;height:600px}}.hero__scroll-indicator{bottom:var(--spacing-4);z-index:20;opacity:0;flex-direction:column;align-items:center;gap:8px;animation:1s 1.2s forwards fadeIn;display:none;position:absolute;left:50%;transform:translate(-50%)}@media screen and (min-width:768px){.hero__scroll-indicator{bottom:var(--spacing-6);display:flex}}.hero__scroll-text{color:#fff6;text-transform:uppercase;letter-spacing:2px;font-size:.7rem}.hero__scroll-line{background:linear-gradient(to bottom, var(--primary-color), transparent);width:1px;height:40px;animation:2s infinite scrollBounce}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@keyframes heroPulse{0%{opacity:.6;transform:scale(.9)}to{opacity:0;transform:scale(1.3)}}@keyframes scrollBounce{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.5;transform:scaleY(.5)}}@media screen and (max-width:480px){.hero__sun-graphic{width:300px;height:300px;top:40%;right:-20%}.hero__title-line{font-size:1.8rem}.hero__badge{padding:4px 10px;font-size:.6rem}.hero__stat-number{font-size:1.2rem}.hero__stat-label{font-size:.55rem}}@media (prefers-reduced-motion:reduce){.hero__sun-graphic:before,.hero__graphic-particles,.hero__scroll-line{animation:none!important}.hero__badge,.hero__title,.hero__desc,.hero__stats,.hero__actions,.hero__trust-note{opacity:1!important;animation:none!important;transform:none!important}.hero__sun-graphic{opacity:.3}}
