.energy-platforms{padding:var(--spacing-4)0;background-color:var(--accent-color-light);width:100%;overflow:hidden}@media screen and (min-width:768px){.energy-platforms{padding:var(--spacing-6)0}}.energy-platforms__grid{gap:var(--spacing-3);margin-top:var(--spacing-3);grid-template-columns:1fr;width:100%;display:grid}@media screen and (min-width:640px){.energy-platforms__grid{gap:var(--spacing-3);margin-top:var(--spacing-4)}}@media screen and (min-width:768px){.energy-platforms__grid{gap:var(--spacing-4);margin-top:var(--spacing-5);grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.energy-platforms__grid{gap:var(--spacing-4);grid-template-columns:repeat(4,1fr)}}.platform-card{border-radius:var(--spacing-2);isolation:isolate;opacity:0;height:320px;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transition-delay:var(--delay,0s);-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden;transform:translateY(40px)}@media screen and (min-width:480px){.platform-card{height:340px}}@media screen and (min-width:640px){.platform-card{height:360px}}@media screen and (min-width:768px){.platform-card{height:380px}}@media screen and (min-width:1200px){.platform-card{height:400px}}.energy-platforms--is-visible .platform-card{opacity:1;transform:translateY(0)}.platform-card__link{flex-direction:column;width:100%;height:100%;text-decoration:none;display:flex;position:relative}.platform-card__image-wrapper{z-index:1;position:absolute;inset:0}.platform-card__image{object-fit:cover;border-radius:0;transition:transform .8s cubic-bezier(.16,1,.3,1)}.platform-card__overlay{z-index:2;background:linear-gradient(#0000 0%,#121b2d99 60%,#121b2dfa 95%);transition:all .4s;position:absolute;inset:0}.platform-card__content{z-index:3;height:100%;padding:var(--spacing-3);flex-direction:column;justify-content:flex-end;display:flex;position:relative}@media screen and (min-width:480px){.platform-card__content{padding:var(--spacing-3)}}@media screen and (min-width:768px){.platform-card__content{padding:var(--spacing-4)}}.platform-card__title{color:var(--neutral-white);margin-bottom:4px;font-size:1.2rem;font-weight:700;line-height:1.2}@media screen and (min-width:480px){.platform-card__title{font-size:1.3rem}}@media screen and (min-width:768px){.platform-card__title{font-size:1.4rem}}@media screen and (min-width:1200px){.platform-card__title{font-size:1.5rem}}.platform-card__description{color:#ffffffe6;margin-bottom:var(--spacing-1);max-width:100%;max-height:2.6em;font-size:.8rem;line-height:1.3;overflow:hidden}@media screen and (min-width:480px){.platform-card__description{margin-bottom:var(--spacing-2);max-height:2.6em;font-size:.85rem}}@media screen and (min-width:768px){.platform-card__description{margin-bottom:var(--spacing-2);max-height:2.7em;font-size:.9rem}}.platform-card__source-note{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:fit-content;margin-bottom:var(--spacing-2);opacity:0;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:4px;padding:4px 10px;transition:all .3s;display:flex;transform:translateY(10px)}@media screen and (min-width:480px){.platform-card__source-note{margin-bottom:var(--spacing-2);padding:6px 12px}}.platform-card:hover .platform-card__source-note,.platform-card:active .platform-card__source-note{opacity:1;transform:translateY(0)}.platform-card__source-note svg{color:var(--primary-color);width:12px;height:12px}.platform-card__source-note span{color:#fff;font-size:.65rem;font-weight:500}@media screen and (min-width:480px){.platform-card__source-note span{font-size:.7rem}}@media screen and (min-width:768px){.platform-card__source-note span{font-size:.75rem}}.platform-card__footer{padding-top:var(--spacing-2);border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;margin-top:auto;transition:border-color .3s;display:flex}@media screen and (min-width:480px){.platform-card__footer{padding-top:var(--spacing-2)}}.platform-card:hover .platform-card__footer,.platform-card:active .platform-card__footer{border-top-color:var(--primary-color)}.platform-card__cta{color:var(--neutral-white);letter-spacing:.5px;font-size:.7rem;font-weight:600;transition:transform .3s}@media screen and (min-width:480px){.platform-card__cta{font-size:.75rem}}@media screen and (min-width:768px){.platform-card__cta{font-size:.8rem}}.platform-card:hover .platform-card__cta,.platform-card:active .platform-card__cta{transform:translate(-5px)}.platform-card__icon-wrapper{background-color:var(--primary-color);width:32px;height:32px;color:var(--neutral-white);border-radius:6px;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 12px #ff7f414d}@media screen and (min-width:480px){.platform-card__icon-wrapper{width:34px;height:34px}}@media screen and (min-width:768px){.platform-card__icon-wrapper{width:36px;height:36px}}.platform-card__icon-wrapper svg{width:16px;height:16px}.platform-card:hover .platform-card__image,.platform-card:active .platform-card__image{transform:scale(1.1)}.platform-card:hover .platform-card__icon-wrapper,.platform-card:active .platform-card__icon-wrapper{background-color:var(--neutral-white);color:var(--primary-color);transform:rotate(45deg);box-shadow:0 6px 16px #ff7f4166}.platform-card:hover .platform-card__overlay,.platform-card:active .platform-card__overlay{background:linear-gradient(#121b2d66 0%,#121b2dcc 30%,#ff7f41f2 100%)}@media screen and (max-width:480px){.energy-platforms{padding:var(--spacing-3)var(--spacing-2)}.energy-platforms__grid{gap:var(--spacing-2)}.platform-card{height:280px}.platform-card__content{padding:16px}.platform-card__title{margin-bottom:2px;font-size:1.1rem}.platform-card__description{max-height:2.6em;margin-bottom:8px;font-size:.7rem}.platform-card__source-note{margin-bottom:8px;padding:3px 8px}.platform-card__source-note span{font-size:.6rem}.platform-card__source-note svg{width:10px;height:10px}.platform-card__footer{padding-top:8px}.platform-card__icon-wrapper{width:28px;height:28px}.platform-card__icon-wrapper svg{width:14px;height:14px}.platform-card__cta{font-size:.65rem}}@media screen and (min-width:481px) and (max-width:639px){.platform-card{height:300px}.platform-card__content{padding:18px}.platform-card__title{font-size:1.2rem}.platform-card__description{font-size:.75rem}}.platform-card,.platform-card__image,.platform-card__icon-wrapper{will-change:transform}@media (prefers-reduced-motion:reduce){.platform-card,.platform-card__image,.platform-card__icon-wrapper,.platform-card__source-note,.platform-card__cta{transition:none!important;animation:none!important}.platform-card:hover .platform-card__image,.platform-card:active .platform-card__image,.platform-card:hover .platform-card__icon-wrapper,.platform-card:active .platform-card__icon-wrapper{transform:none}}
.hero{min-height:calc(100vh - var(--header-height));padding:var(--spacing-6)0;background-color:var(--secondary-color-dark);align-items:center;display:flex;position:relative;overflow:hidden}.hero__background{z-index:1;position:absolute;inset:0;overflow:hidden}.hero__video{object-fit:cover;min-width:100%;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__overlay{z-index:2;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;background:#ff7f4126;border:1px solid #ff7f414d;border-radius:100px;padding:6px 12px;font-size:.7rem;font-weight:700;animation:.8s fadeInUp;display:inline-block}@media screen and (min-width:768px){.hero__badge{padding:8px 16px;font-size:.75rem}}.hero__title{flex-direction:column;width:100%;line-height:1.1;animation:.8s .1s both fadeInUp;display:flex}.hero__title-line{color:var(--neutral-white);font-size:clamp(2.2rem,8vw,2.8rem)}.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}@media screen and (min-width:768px){.hero__title-line{font-size:clamp(2.8rem,5vw,4.2rem)}}.hero__desc{color:#ffffffd9;font-size:var(--font-size-sm);max-width:100%;margin-left:auto;margin-right:auto;line-height:1.6;animation:.8s .2s both fadeInUp}.hero__desc strong{color:var(--primary-color);font-weight:700}@media screen and (min-width:768px){.hero__desc{font-size:var(--font-size-md);max-width:560px;margin-left:0;margin-right:0;line-height:1.7}}.hero__stats{align-items:center;gap:var(--spacing-2);margin:var(--spacing-2)0;flex-direction:column;width:100%;animation:.8s .3s both fadeInUp;display:flex}.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);flex-direction:column;width:100%;max-width:300px;margin-left:auto;margin-right:auto;animation:.8s .4s both fadeInUp;display:flex}.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);justify-content:center;align-items:center;gap:8px;font-size:.7rem;animation:.8s .5s both fadeInUp;display:flex}.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,#ff7f4126 0%,#0000 70%);border:1px solid #ff7f411a;border-radius:50%;width:500px;height:500px;position:absolute;top:45%;right:-10%;transform:translateY(-50%)}.hero__sun-graphic:before,.hero__sun-graphic:after{content:"";border:2px solid var(--primary-color);opacity:0;border-radius:50%;animation:4s cubic-bezier(.4,0,.2,1) infinite heroPulse;position:absolute;inset:0}.hero__sun-graphic:after{animation-delay:2s}.hero__sun-graphic:before{background-image:radial-gradient(var(--primary-color)1px,transparent 1px);opacity:.2;background-size:20px 20px;border:none;animation:30s linear infinite heroRotate;-webkit-mask-image:radial-gradient(circle,#000 30%,#0000 70%);mask-image:radial-gradient(circle,#000 30%,#0000 70%)}.hero__graphic-particles{filter:blur(20px);background:radial-gradient(circle at 30% 30%,#ff7f411a 0%,#0000 50%);border-radius:50%;animation:8s infinite heroPulse;position:absolute;inset:0}@media screen and (min-width:768px){.hero__sun-graphic{width:600px;height:600px;right:-5%}}@media screen and (min-width:1200px){.hero__sun-graphic{width:700px;height:700px;right:-5%}}@media screen and (min-width:1440px){.hero__sun-graphic{width:800px;height:800px;right:-5%}}.hero__scroll-indicator{bottom:var(--spacing-4);z-index:20;opacity:0;flex-direction:column;align-items:center;gap:8px;animation:1s 1.5s 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{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes heroPulse{0%{opacity:.5;transform:scale(.5)}to{opacity:0;transform:scale(1.3)}}@keyframes heroRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@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:400px;height:400px;top:40%;right:-20%}.hero__title-line{font-size:2rem}.hero__badge{padding:4px 10px;font-size:.6rem}.hero__stat-number{font-size:1.3rem}.hero__stat-label{font-size:.6rem}}.hero,.hero__sun-graphic{will-change:transform}@media (prefers-reduced-motion:reduce){.hero__sun-graphic:before,.hero__sun-graphic:after,.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}}
