@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--color-primary:#1a1a1a;--color-primary-dark:#0d0d0d;--color-secondary:#fff;--color-gray-50:#fafafa;--color-gray-100:#f5f5f5;--color-gray-200:#e5e5e5;--color-gray-300:#d4d4d4;--color-gray-400:#a3a3a3;--color-gray-500:#737373;--color-gray-600:#525252;--color-gray-700:#404040;--color-gray-800:#262626;--color-gray-900:#171717;--color-accent:#f79623;--color-accent-hover:#e8870f;--color-accent-light:#f796231a;--color-accent-glow:#f796234d;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--section-padding:clamp(4rem, 8vw, 8rem);--container-max:1200px;--container-padding:clamp(1rem, 4vw, 2rem);--max-width:1200px;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-base:.3s cubic-bezier(.4, 0, .2, 1);--transition-medium:.4s cubic-bezier(.4, 0, .2, 1);--shadow-accent:0 4px 14px 0 #f7962366;--radius-full:9999px;--radius-xl:1rem;--radius-2xl:1.5rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;overflow-x:clip}body{font-family:var(--font-family);color:var(--color-primary);background:var(--color-secondary);max-width:100%;line-height:1.6;overflow-x:clip}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;font-family:inherit}input,textarea,select{font-family:inherit}ul,ol{list-style:none}::selection{background:var(--color-accent);color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-gray-100)}::-webkit-scrollbar-thumb{background:var(--color-gray-400);border-radius:3px}.hero{min-height:100vh;padding:6rem clamp(1.5rem, 4vw, 3rem) var(--section-padding);color:#fff;background:linear-gradient(#0d0d0d99 0%,#141414f2 40%,#101010 100%),url(/assets/schropferoval-solar-energy-862602_1920-x1y5ZNFz.jpg) 50%/cover no-repeat;align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle, var(--color-accent-glow) 0%, transparent 70%);pointer-events:none;width:800px;height:800px;position:absolute;top:-50%;right:-20%}.hero:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0d0d0dcc);height:200px;position:absolute;bottom:0;left:0;right:0}.hero__inner{max-width:var(--max-width);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;margin:0 auto;display:grid;position:relative}.hero__badge{color:var(--color-accent);background:#f7962326;border:1px solid #f796234d;border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero__title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:900;line-height:1.08}.hero__title span{color:var(--color-accent)}.hero__subtitle{color:var(--color-gray-400);max-width:520px;margin-bottom:2.5rem;font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero__trust{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.hero__trust-item{color:var(--color-gray-400);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.hero__trust-item svg{color:var(--color-accent);flex-shrink:0}.hero__visual{justify-content:center;align-items:center;display:flex;position:relative}.hero__image-wrapper{aspect-ratio:4/3;background:var(--color-gray-800);border-radius:24px;width:100%;position:relative;overflow:hidden;box-shadow:0 32px 64px #0006}.hero__image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(30deg,#0000 0%,#4f4f4f1a 60%,#4f4f4f40 75%,#0d0d0d 100%);border-radius:24px;position:absolute;inset:0}.hero__image-wrapper img{object-fit:cover;width:100%;height:100%}.hero__image-placeholder{background:linear-gradient(135deg, var(--color-gray-800), var(--color-gray-700));width:100%;height:100%;color:var(--color-gray-500);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.875rem;display:flex}.hero__float-card{-webkit-backdrop-filter:blur(20px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:16px;padding:1rem 1.25rem;position:absolute}.hero__float-card--savings{bottom:-1rem;left:-1rem}.hero__float-card--rating{top:-1rem;right:-1rem}.hero__float-card-value{color:var(--color-accent);font-size:1.5rem;font-weight:800}.hero__float-card-label{color:var(--color-gray-300);font-size:.75rem}@media (width<=968px){.hero__inner{grid-template-columns:1fr;gap:3rem}.hero__visual{order:-1}.hero{min-height:auto;padding-top:8rem}}.btn{transition:var(--transition-base);text-align:center;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn--primary{background:var(--color-accent);color:#fff;box-shadow:0 2px 8px var(--color-accent-glow)}.btn--primary:hover{background:var(--color-accent-hover);box-shadow:0 8px 24px var(--color-accent-glow);transform:translateY(-2px)}.btn--secondary{color:#fff;background:#ffffff1a;border:1px solid #fff3}.btn--secondary:hover{background:#ffffff26;border-color:#ffffff4d}.btn--large{border-radius:12px;padding:1rem 2.25rem;font-size:1.0625rem}@media (width<=968px){.hero__float-card{display:none}}@media (width<=480px){.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.hero__trust{gap:.75rem}.hero__trust-item{font-size:.8125rem}}@media (width<=768px){.value-prop-image{aspect-ratio:16/9;height:auto!important}}@media (width<=640px){.offer-divider{display:none}}@media (width<=480px){.hero__title{font-size:clamp(1.75rem,8vw,2.5rem)}}
