.ftd-solar-hub{--sh-orange: #E77817;--sh-orange-dark: #c5650e;--sh-navy: #0d1b3e;--sh-navy-mid: #1a2744;--sh-gold: #FFD700;--sh-green: #1a6640;--sh-green-light: #27ae60;--sh-white: #ffffff;--sh-gray-100: #f5f7fa;--sh-gray-200: #e8ecf2;--sh-gray-700: #4a5568;--sh-gray-900: #1a202c;--sh-radius: 10px;--sh-radius-lg: 16px;--sh-max-width: 1180px;--sh-transition: .25s ease;font-family:inherit}.ftd-solar-hub__inner{max-width:var(--sh-max-width);margin-inline:auto;padding-inline:clamp(1rem,5vw,3rem);box-sizing:border-box}.ftd-solar-hub__section-head{text-align:center;margin-bottom:3rem}.ftd-solar-hub__section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--sh-gray-900);margin:0 0 .75rem;line-height:1.25}.ftd-solar-hub__section-intro{font-size:1.05rem;color:var(--sh-gray-700);max-width:680px;margin-inline:auto;line-height:1.7}.ftd-solar-hub__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--sh-radius);font-size:.95rem;font-weight:700;text-decoration:none;transition:background var(--sh-transition),transform var(--sh-transition),box-shadow var(--sh-transition);cursor:pointer}.ftd-solar-hub__btn--primary{background:var(--sh-orange);color:var(--sh-white);box-shadow:0 4px 14px #e7781759}.ftd-solar-hub__btn--primary:hover{background:var(--sh-orange-dark);transform:translateY(-2px);box-shadow:0 6px 20px #e7781773}.ftd-solar-hub__btn--ghost{background:transparent;color:var(--sh-white);border:2px solid rgba(255,255,255,.7)}.ftd-solar-hub__btn--ghost:hover{background:#ffffff1f;border-color:var(--sh-white)}.ftd-solar-hub__btn--large{padding:1rem 2rem;font-size:1.05rem;border-radius:var(--sh-radius-lg)}.ftd-solar-hub__hero{position:relative;width:100%;min-height:75vh;display:flex;align-items:center;overflow:hidden;background:var(--sh-navy)}.ftd-solar-hub__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ftd-solar-hub__hero-img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.ftd-solar-hub__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0d1b3ed9,#0d1b3e99,#0d1b3e40)}.ftd-solar-hub__hero-inner{position:relative;z-index:1;width:100%;max-width:var(--sh-max-width);margin-inline:auto;padding-inline:clamp(1.5rem,6vw,4rem);padding-block:clamp(4rem,10vh,7rem);box-sizing:border-box}.ftd-solar-hub__hero-content{max-width:680px}.ftd-solar-hub__hero-eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sh-orange);margin:0 0 1rem}.ftd-solar-hub__hero-heading{font-size:clamp(1.75rem,4vw,3rem);font-weight:800;color:var(--sh-white);line-height:1.2;margin:0 0 1.25rem}.ftd-solar-hub__hero-subheading{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffd9;line-height:1.7;margin:0 0 2rem}.ftd-solar-hub__hero-cta-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.ftd-solar-hub__challenges{padding-block:clamp(3rem,7vw,5rem);background:var(--sh-gray-100)}.ftd-solar-hub__challenges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.ftd-solar-hub__challenge-card{background:var(--sh-white);border:1px solid var(--sh-gray-200);border-radius:var(--sh-radius-lg);padding:2rem 1.5rem;transition:transform var(--sh-transition),box-shadow var(--sh-transition),border-color var(--sh-transition)}.ftd-solar-hub__challenge-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a;border-color:var(--sh-orange)}.ftd-solar-hub__challenge-icon{margin-bottom:1.25rem}.ftd-solar-hub__challenge-title{font-size:1.05rem;font-weight:700;color:var(--sh-gray-900);margin:0 0 .6rem;line-height:1.3}.ftd-solar-hub__challenge-desc{font-size:.9rem;color:var(--sh-gray-700);line-height:1.65;margin:0}.ftd-solar-hub__solution-strip{background:linear-gradient(135deg,var(--sh-navy) 0%,#1a2f6e 100%);padding-block:2.5rem}.ftd-solar-hub__solution-strip-inner{display:flex;align-items:center;gap:1.5rem}.ftd-solar-hub__solution-icon{flex-shrink:0}.ftd-solar-hub__solution-tagline{font-size:clamp(1rem,2.5vw,1.35rem);font-weight:700;color:var(--sh-white);line-height:1.5;margin:0}.ftd-solar-hub__products{padding-block:clamp(3rem,7vw,5rem);background:var(--sh-white)}.ftd-solar-hub__products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.ftd-solar-hub__product-card{position:relative;background:var(--sh-gray-100);border:1px solid var(--sh-gray-200);border-radius:var(--sh-radius-lg);overflow:hidden;transition:transform var(--sh-transition),box-shadow var(--sh-transition)}.ftd-solar-hub__product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001f}.ftd-solar-hub__product-badge{position:absolute;top:1rem;left:1rem;background:var(--sh-orange);color:var(--sh-white);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .7rem;border-radius:999px;z-index:1}.ftd-solar-hub__product-badge--green{background:var(--sh-green-light)}.ftd-solar-hub__product-thumb{background:var(--sh-navy);padding:2rem 3rem;line-height:0}.ftd-solar-hub__product-body{padding:1.5rem}.ftd-solar-hub__product-name{font-size:1.15rem;font-weight:700;color:var(--sh-gray-900);margin:0 0 .5rem}.ftd-solar-hub__product-desc{font-size:.9rem;color:var(--sh-gray-700);line-height:1.6;margin:0 0 1rem}.ftd-solar-hub__product-specs{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:.4rem}.ftd-solar-hub__product-specs li{font-size:.85rem;color:var(--sh-gray-700);padding-left:1.1rem;position:relative;line-height:1.5}.ftd-solar-hub__product-specs li:before{content:"\2713";position:absolute;left:0;color:var(--sh-orange);font-weight:700}.ftd-solar-hub__product-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;color:var(--sh-orange);text-decoration:none;transition:color var(--sh-transition),gap var(--sh-transition)}.ftd-solar-hub__product-link:hover{color:var(--sh-orange-dark);gap:.65rem}.ftd-solar-hub__case{padding-block:clamp(3rem,7vw,5rem);background:linear-gradient(160deg,var(--sh-navy) 0%,#0b2240 100%)}.ftd-solar-hub__case-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:var(--sh-radius-lg);padding:clamp(2rem,5vw,4rem);text-align:center;max-width:760px;margin-inline:auto}.ftd-solar-hub__case-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sh-orange);border:1px solid var(--sh-orange);border-radius:999px;padding:.3rem .9rem;margin-bottom:1.25rem}.ftd-solar-hub__case-title{font-size:clamp(1.35rem,3vw,2rem);font-weight:800;color:var(--sh-white);margin:0 0 1rem;line-height:1.25}.ftd-solar-hub__case-desc{font-size:1rem;color:#fffc;line-height:1.7;margin:0 0 1.5rem}.ftd-solar-hub__case-meta{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.ftd-solar-hub__case-tag{font-size:.78rem;font-weight:600;background:#ffffff1a;color:#ffffffbf;border-radius:999px;padding:.3rem .85rem;border:1px solid rgba(255,255,255,.15)}@media screen and (max-width:749px){.ftd-solar-hub__hero{min-height:100svh;align-items:flex-end;padding-bottom:4rem}.ftd-solar-hub__hero-inner{padding-inline:max(1.25rem,env(safe-area-inset-left));padding-block:3rem 2rem}.ftd-solar-hub__hero-content{max-width:100%}.ftd-solar-hub__hero-overlay{background:linear-gradient(180deg,#0d1b3e66,#0d1b3ecc 60%,#0d1b3ef2)}.ftd-solar-hub__challenges-grid,.ftd-solar-hub__products-grid{grid-template-columns:1fr}.ftd-solar-hub__solution-strip-inner{flex-direction:column;text-align:center}.ftd-solar-hub__hero-cta-row{flex-direction:column;align-items:flex-start}.ftd-solar-hub__hero-cta-row .ftd-solar-hub__btn{width:100%;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/25/compiled_assets/styles.css.map */
