:root{--bg:#000;--text:#fff;--muted:#b3b3b3;--primary:#1d1340;--highlight:#a480f2;--card:#0a0a0a;--border:#1f1f1f}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,Apple Color Emoji,Segoe UI Emoji}.page{display:flex;flex-direction:column;min-height:100vh}.container{max-width:1100px;margin:0 auto;padding:0 20px}.hero{padding:56px 0 24px;text-align:center}.title{font-size:36px;line-height:1.15;margin:0 0 10px;font-weight:800}.title .highlight{background:var(--highlight);color:var(--bg);padding:4px 8px;border-radius:6px;display:inline-block}.subtitle{color:var(--muted);margin:0 0 24px;font-size:16px}.step{margin:12px 0;font-size:28px;font-weight:900;letter-spacing:.2px;line-height:1.2}.step,.subtitle .step{color:var(--highlight)}.subtitle .step{font-weight:800}.videoWrap{position:relative;width:100%;aspect-ratio:16/9;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#000}.ctaRow{margin:20px 0 0;display:flex;justify-content:center;gap:12px}.btnPrimary{display:inline-block;background:var(--primary);color:var(--text);padding:12px 18px;border-radius:10px;text-decoration:none;font-weight:700;border:1px solid #2a2157}.btnPrimary:hover{filter:brightness(1.06)}.btnLg{padding:14px 22px;font-size:18px}.benefits{padding:40px 0}.grid3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px}.card h3{margin:0 0 8px}.card p{margin:0;color:var(--muted)}@media (max-width:900px){.grid3{grid-template-columns:1fr}.title{font-size:28px;line-height:1.2}.step{font-size:22px}.sectionTitle{font-size:26px}.highlightCenter{font-size:28px}}.cta{padding:48px 0;text-align:center;background:linear-gradient(180deg,rgba(29,19,64,.2),transparent)}.cta h2{margin:0 0 10px;font-size:28px}.cta p{margin:0 0 22px}.cta p,.footer{color:var(--muted)}.footer{padding:24px 0;font-size:14px}.calendlySection{padding:48px 0}.calendlySection .container{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1px}.calendlyContainer{max-width:1400px}.roiSection{padding:48px 0;text-align:center}.sectionTitle{font-size:32px;font-weight:800;margin:0 0 10px}.highlightCenter{color:var(--highlight);text-align:center;font-size:40px;line-height:1.15}.sectionSubtitle{color:var(--muted);margin:0 0 32px;font-size:16px}.sectionSubtitle.center{text-align:center}.roiCalculator{max-width:900px;margin:0 auto}.calculatorCard{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:32px}.inputGroup{margin-bottom:24px}.inputGroup label{display:block;margin-bottom:14px;font-weight:700;font-size:16px}.rangeRow{width:100%;max-width:700px;margin:0 auto}.rangeLabels{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;color:var(--muted);font-size:14px}.rangeLabels .currentRate{color:var(--text);font-weight:800}.rangeInput{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:999px;background:#1b1b1b;outline:none}.rangeInput::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--highlight);border:2px solid #2a2157;cursor:pointer}.rangeInput::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--highlight);border:2px solid #2a2157;cursor:pointer}.resultsGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-top:24px}.resultsGrid.threeCol{grid-template-columns:repeat(3,1fr)}.resultCard{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:20px}.resultCard.highlight{border-color:var(--highlight);background:rgba(164,128,242,.1)}.resultHeader{font-weight:800;margin-bottom:10px}.resultRow{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0;border-top:1px dashed var(--border)}.resultLabel{color:var(--muted);font-size:14px;margin-bottom:8px;font-weight:500}.resultValue{font-size:28px;font-weight:800}.resultValue.cost{color:var(--text)}.resultValue.savings{color:var(--highlight)}.emptyState{padding:24px;color:var(--muted);font-style:italic}@media (max-width:768px){.resultsGrid{grid-template-columns:1fr}.resultValue,.sectionTitle{font-size:24px}.calculatorCard{padding:24px}}.stepLabel{color:var(--highlight);font-weight:900;margin-bottom:8px;letter-spacing:.2px}.gallerySection{padding:48px 0}.wideContainer{max-width:1400px}.galleryGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.galleryCard{background:var(--card);border-radius:14px;padding:12px;border:1px solid var(--border)}.galleryThumbWrap{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:12px;box-shadow:0 0 0 0 rgba(164,128,242,0)}.galleryThumbWrap:after{content:"";position:absolute;inset:0;border-radius:12px;box-shadow:0 0 60px 6px rgba(164,128,242,.25);pointer-events:none}.galleryThumb{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}.galleryLabel{margin-top:12px;color:var(--muted);font-size:14px;text-align:center}.galleryLabel.largeWhite{color:var(--text);font-size:18px;font-weight:800}.videoList{display:flex;flex-direction:column;gap:22px}.videoCard{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:16px;display:flex;gap:18px;align-items:stretch}.videoPlayer{position:relative;width:56%;max-width:640px;aspect-ratio:16/9;overflow:hidden;border-radius:12px;box-shadow:0 0 60px 6px rgba(164,128,242,.25)}.videoPlayer iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.videoMeta{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:8px}.videoTitle{margin:0;font-size:20px;color:var(--highlight);font-weight:900;line-height:1.25}.videoText{margin:0;color:var(--muted);line-height:1.55}@media (max-width:900px){.videoCard{flex-direction:column}.videoPlayer{width:100%;max-width:none}.videoTitle{font-size:18px}.videoText{font-size:14px}}@media (max-width:1100px){.galleryGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:800px){.galleryGrid{grid-template-columns:1fr}}@media (max-width:520px){.galleryGrid{grid-template-columns:1fr}.title{font-size:22px}.step{font-size:18px}.sectionTitle{font-size:20px}.highlightCenter{font-size:22px}.sectionSubtitle{font-size:14px}.btnLg{font-size:16px;padding:12px 18px}}