/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--night:#0d1117;--blue:#0ea5ff;--sky:#7dd3fc;--ice:#f5f7fa;--white:#fff;--ink:#16283b;--muted:#637184;--line:#dce5ed}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{background:var(--white);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.page-width{width:min(1140px,100% - 48px);margin:0 auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border-bottom:1px solid #0d111714;justify-content:space-between;align-items:center;gap:24px;height:78px;padding:0 max(24px,50vw - 570px);display:flex;position:fixed;inset:0 0 auto}.brand{color:var(--night);white-space:nowrap;align-items:center;gap:9px;display:inline-flex}.brand-symbol{object-fit:contain;flex:none;width:35px;height:44px}.brand-wordmark{flex-direction:column;align-items:center;line-height:1;display:flex}.brand-wordmark>span{letter-spacing:-.055em;font-size:22px;font-weight:700}.brand-wordmark strong{color:var(--blue);font-weight:700}.brand-wordmark small{color:var(--night);letter-spacing:.42em;margin-top:4px;font-size:7px;font-weight:700;transform:translate(.18em)}nav{align-items:center;gap:30px;margin-left:auto;display:flex}nav a{color:#40546b;font-size:14px;font-weight:600;transition:color .2s}nav a:hover{color:var(--blue)}.button{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:15px 21px;font-size:15px;font-weight:800;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-small{color:var(--white);background:var(--night);padding:11px 15px;font-size:13px;box-shadow:inset 0 0 0 1px #7dd3fc1f}.button-small:hover{background:#16283b}.button-solar{color:var(--night);background:var(--blue);box-shadow:0 12px 25px #0ea5ff3d}.button-solar:hover{background:var(--sky)}.button-navy{color:var(--white);background:var(--night)}.button-outline{color:var(--night);background:var(--white);box-shadow:inset 0 0 0 1px #cdd9e4}.button-outline:hover{background:var(--ice)}.button b{font-size:20px;line-height:12px}.hero{min-height:745px;color:var(--white);align-items:center;padding-top:78px;display:flex;position:relative;overflow:hidden}.hero-photo,.hero-shade{position:absolute;inset:0}.hero-photo{background-image:url(/images/novasun-hero.png);background-position:50%;background-size:cover}.hero-shade{background:linear-gradient(90deg,#0d1117e8 0%,#0d1117b8 35%,#0d111738 73%,#0d111714),linear-gradient(#0ea5ff12,#0000 45%)}.hero-content{z-index:1;padding:91px 0 76px;position:relative}.eyebrow{color:#087ec2;letter-spacing:1.55px;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 14px;font-size:12px;font-weight:800;display:flex}.eyebrow span{background:currentColor;width:19px;height:2px}.eyebrow-light{color:var(--sky)}.hero h1{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(45px,5.5vw,76px);font-weight:800;line-height:1.02}.hero-copy{color:#ffffffe6;max-width:580px;margin:25px 0 30px;font-size:19px;line-height:1.55}.trust-note{color:#ffffffd6;align-items:center;gap:8px;margin:17px 0 0;font-size:13px;font-weight:700;display:flex}.trust-note span{width:18px;height:18px;color:var(--sky);background:#0ea5ff2e;border:1px solid #7dd3fcb3;border-radius:50%;place-items:center;display:grid}.hero-business-link{color:var(--white);text-underline-offset:4px;gap:9px;margin-top:25px;font-size:13px;font-weight:800;text-decoration:underline;display:inline-flex}.hero-business-link span{color:var(--sky)}.hero-scroll{z-index:1;letter-spacing:.09em;text-transform:uppercase;color:#ffffffb8;align-items:center;gap:10px;font-size:11px;display:flex;position:absolute;bottom:28px;right:max(24px,50vw - 570px)}.hero-scroll span{background:var(--sky);width:32px;height:1px}.commercial-hero{min-height:700px;color:var(--white);align-items:center;padding-top:78px;display:flex;position:relative;overflow:hidden}.commercial-photo,.commercial-shade{position:absolute;inset:0}.commercial-photo{background:url(/images/novasun-commercial-hero.png) 50%/cover no-repeat}.commercial-shade{background:linear-gradient(90deg,#0d1117f0 0%,#0d1117c7 38%,#0d11173d 76%,#0d11171f),linear-gradient(#0ea5ff14,#0000 48%)}.commercial-content{z-index:1;padding:82px 0 68px;position:relative}.commercial-content h1{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(45px,5.5vw,76px);font-weight:800;line-height:1.02}.commercial-content>p:not(.eyebrow):not(.trust-note){color:#ffffffe8;max-width:610px;margin:25px 0 30px;font-size:19px;line-height:1.55}.section{padding:116px 0}.section-intro{margin-bottom:48px}.split-intro{grid-template-columns:1.3fr .7fr;align-items:end;gap:70px;display:grid}.section-intro h2,.process-heading h2,.confidence-copy h2,.booking-intro h2{color:var(--night);letter-spacing:-.05em;margin:0;font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.09}.split-intro>p,.faq-intro>p{color:var(--muted);margin:0 0 5px;font-size:17px}.benefit-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.benefit-card{border:1px solid var(--line);background:var(--white);border-radius:14px;min-height:270px;padding:30px;box-shadow:0 12px 30px #0d111709}.benefit-icon{color:#087ec2;background:#7dd3fc40;border-radius:12px;place-items:center;width:46px;height:46px;font-size:26px;display:grid}.benefit-card h3{color:var(--night);letter-spacing:-.02em;margin:42px 0 12px;font-size:20px;line-height:1.2}.benefit-card p{color:var(--muted);margin:0;font-size:15px}.sector-section{padding-bottom:100px}.sector-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.sector-card{background:var(--white);border:1px solid var(--line);border-radius:14px;min-height:245px;padding:28px;box-shadow:0 12px 30px #0d111709}.sector-icon{color:#087ec2;background:#7dd3fc40;border-radius:12px;place-items:center;width:42px;height:42px;font-size:24px;font-weight:800;display:grid}.sector-card h3{color:var(--night);letter-spacing:-.02em;margin:35px 0 11px;font-size:20px;line-height:1.2}.sector-card p{color:var(--muted);margin:0;font-size:14px}.other-sector{color:var(--muted);margin:28px 0 0;font-size:14px}.other-sector a{color:#087ec2;text-underline-offset:3px;font-weight:800;text-decoration:underline}.process-section{background:var(--night);color:var(--white);padding:105px 0;position:relative;overflow:hidden}.process-section:after{content:"";filter:blur(2px);background:#0ea5ff1f;border-radius:50%;width:420px;height:420px;position:absolute;top:-240px;right:-190px}.commercial-process:before{content:"";border:1px solid #7dd3fc1f;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-180px;left:-120px}.process-wrap{z-index:1;grid-template-columns:.85fr 1.15fr;align-items:center;gap:112px;display:grid;position:relative}.process-heading h2{color:var(--white)}.process-heading>p:not(.eyebrow){color:#c8d5df;max-width:390px;font-size:17px}.text-link{color:var(--sky);gap:10px;margin-top:14px;font-size:14px;font-weight:800;display:inline-flex}.steps{margin:0;padding:0;list-style:none}.steps li{border-top:1px solid #7dd3fc38;grid-template-columns:80px 1fr;align-items:center;gap:15px;padding:20px 0;display:grid}.steps li:last-child{border-bottom:1px solid #7dd3fc38}.step-number{color:var(--blue);letter-spacing:.08em;font-size:14px;font-weight:800}.steps p{letter-spacing:-.025em;margin:0;font-size:22px;font-weight:700;line-height:1.25}.confidence-section{padding-top:116px;padding-bottom:116px}.confidence-card{background:var(--ice);border:1px solid var(--line);border-radius:17px;grid-template-columns:1.13fr .87fr;display:grid;overflow:hidden}.confidence-copy{padding:65px}.confidence-copy>p:not(.eyebrow){color:#5d6c7e;max-width:570px;margin:24px 0 31px}.confidence-stats{background:linear-gradient(145deg,#7dd3fc54,#f5f7fae6);flex-direction:column;justify-content:center;gap:26px;padding:42px 55px;display:flex}.confidence-stats div{border-bottom:1px solid #0ea5ff38;padding-bottom:24px}.confidence-stats div:last-child{border-bottom:0;padding-bottom:0}.confidence-stats strong{color:var(--night);letter-spacing:-.035em;font-size:23px;line-height:1.2;display:block}.confidence-stats span{color:#5c6d7e;font-size:13px}.business-evaluation{padding-top:108px;padding-bottom:108px}.evaluation-card{border:1px solid var(--line);background:linear-gradient(140deg,#f5f7fa,#edf7fd);border-radius:17px;grid-template-columns:1.14fr .86fr;gap:50px;padding:62px 64px;display:grid}.evaluation-card h2{max-width:660px;color:var(--night);letter-spacing:-.05em;margin:0;font-size:clamp(31px,3.6vw,48px);line-height:1.1}.evaluation-card p:not(.eyebrow){color:#5d6c7e;max-width:600px;margin:23px 0 0}.evaluation-card ul{align-self:center;margin:0;padding:0;list-style:none}.evaluation-card li{color:var(--night);border-top:1px solid #0ea5ff33;grid-template-columns:48px 1fr;align-items:center;gap:12px;padding:17px 0;font-weight:800;display:grid}.evaluation-card li:last-child{border-bottom:1px solid #0ea5ff33}.evaluation-card li span{color:#087ec2;letter-spacing:.09em;font-size:12px}.booking-section{color:var(--white);background:#101923;border-top:1px solid #0ea5ff47;padding:105px 0}.booking-grid{grid-template-columns:.78fr 1.22fr;align-items:start;gap:86px;display:grid}.booking-intro{padding-top:21px}.booking-intro h2{color:var(--white)}.booking-intro>p:not(.eyebrow){color:#d1dbe5;max-width:430px;font-size:17px}.booking-note{color:#d9e2e8;border-top:1px solid #7dd3fc38;align-items:flex-start;gap:12px;margin-top:40px;padding-top:22px;font-size:13px;display:flex}.booking-note span{color:var(--blue);font-size:20px}.booking-note p{margin:0}.form-card{background:var(--white);color:var(--ink);border-radius:15px;padding:37px;box-shadow:0 24px 48px #00000038}.form-heading{margin-bottom:23px}.form-heading h3{color:var(--night);letter-spacing:-.03em;margin:0;font-size:23px}.form-heading p{color:#718094;margin:4px 0 0;font-size:14px}.field-grid{grid-template-columns:1fr 1fr;gap:17px 15px;display:grid}.full-field{grid-column:1/-1}label{color:#40526a;flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}input,select{width:100%;min-height:46px;color:var(--night);background:var(--white);border:1px solid #d8dfe7;border-radius:7px;outline:none;padding:10px 12px;font-size:14px;font-weight:500}input:focus,select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0ea5ff2e}.privacy-check{color:#66768a;flex-direction:row;align-items:flex-start;gap:9px;margin:20px 0 17px;font-size:12px;font-weight:500}.privacy-check input{width:15px;min-height:15px;accent-color:var(--blue);margin:2px 0 0}.privacy-check a{color:#087ec2;font-weight:700;text-decoration:underline}.form-button{width:100%}.form-button:disabled{cursor:wait;opacity:.72;transform:none}.form-error{color:#7b2525;background:#fff3f3;border:1px solid #e3a6a6;border-radius:7px;margin-top:13px;padding:12px 14px;font-size:12px;line-height:1.5}.form-error p{margin:0}.form-error a{color:#087ec2;margin-top:5px;font-weight:800;display:inline-block}.form-disclosure,.integration-note{color:#788393;margin:13px 0 0;font-size:11px;line-height:1.5}.success-message{text-align:center;padding:23px 5px 14px}.success-message>span{color:#087ec2;background:#7dd3fc47;border-radius:50%;place-items:center;width:49px;height:49px;margin:0 auto 16px;font-size:24px;font-weight:800;display:grid}.success-message h3{color:var(--night);margin:0;font-size:27px}.success-message>p:not(.integration-note){color:#607185;max-width:330px;margin:10px auto 0}.success-actions{grid-template-columns:1fr 1fr;gap:10px;margin:24px 0 0;display:grid}.success-actions.single-action{grid-template-columns:1fr}.success-actions .button{padding:13px 12px;font-size:13px}.text-button{color:#087ec2;cursor:pointer;background:0 0;border:0;margin-top:23px;font-size:13px;font-weight:800;text-decoration:underline}.faq-section{padding-bottom:126px}.faq-intro{justify-content:space-between;align-items:end;display:flex}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{color:var(--night);cursor:pointer;justify-content:space-between;gap:20px;padding:22px 4px;font-size:18px;font-weight:800;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--blue);font-size:24px;font-weight:400;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:770px;color:var(--muted);margin:-5px 4px 23px}.site-footer{background:var(--night);color:#c6d0da;border-top:1px solid #0ea5ff2e;padding:39px 0 30px}.footer-wrap{grid-template-columns:1.1fr 1.35fr auto;align-items:center;gap:15px;display:grid}.brand-footer .brand-wordmark>span,.brand-footer .brand-wordmark small{color:var(--white)}.brand-footer .brand-wordmark strong{color:var(--blue)}.footer-contact,.privacy-link,.site-footer p{margin:0;font-size:13px}.footer-contact a,.privacy-link{color:var(--white)}.privacy-pending{color:#b8c6d2}.footer-contact i{color:var(--blue);padding:0 5px;font-style:normal}.site-footer p{color:#8fa0b2;border-top:1px solid #7dd3fc26;grid-column:1/-1;margin-top:7px;padding-top:17px;font-size:12px}@media (width<=820px){.site-header{height:68px;padding:0 20px}.site-header nav{display:none}.site-header .brand-symbol{width:29px;height:37px}.site-header .brand-wordmark>span{font-size:19px}.button-small{margin-left:auto}.hero{min-height:690px;padding-top:68px}.hero-content{padding:65px 0 70px}.hero-shade{background:linear-gradient(90deg,#0d1117ed,#0d1117ab 63%,#0d11174d)}.hero-scroll{display:none}.split-intro,.process-wrap,.booking-grid,.confidence-card{grid-template-columns:1fr;gap:34px}.sector-grid{grid-template-columns:repeat(2,1fr)}.evaluation-card{grid-template-columns:1fr;gap:32px;padding:43px 30px}.split-intro>p{max-width:590px}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:0;padding:27px}.benefit-card h3{margin-top:25px}.process-section{padding:76px 0}.process-wrap{gap:36px}.confidence-copy{padding:43px 30px}.confidence-stats{padding:35px 30px}.booking-section{padding:75px 0}.booking-grid{gap:29px}.booking-intro{padding-top:0}.booking-note{margin-top:26px}.form-card{padding:28px 22px}.section{padding:80px 0}.faq-intro{display:block}.faq-intro>p{margin-top:16px}.footer-wrap{grid-template-columns:1fr}.site-footer p{grid-column:auto}.privacy-link{margin-top:4px}}@media (width<=520px){.page-width{width:min(100% - 34px,1140px)}.site-header{gap:12px}.site-header .brand-wordmark small{display:none}.button-small{padding:10px 11px;font-size:11px}.hero{min-height:665px}.commercial-hero{min-height:660px;padding-top:68px}.commercial-content{padding:65px 0 70px}.commercial-content h1{font-size:44px}.commercial-content>p:not(.eyebrow):not(.trust-note){font-size:17px}.commercial-photo{background-position:64%}.commercial-shade{background:linear-gradient(90deg,#0d1117f2,#0d1117b8 86%,#0d111766)}.hero h1{font-size:44px}.hero-copy{font-size:17px}.hero-photo{background-position:63%}.hero-shade{background:linear-gradient(90deg,#0d1117f2,#0d1117b8 86%,#0d111766)}.section-intro h2,.process-heading h2,.confidence-copy h2,.booking-intro h2{font-size:35px}.field-grid{grid-template-columns:1fr}.full-field{grid-column:auto}.sector-grid{grid-template-columns:1fr}.sector-card{min-height:0}.sector-card h3{margin-top:25px}.evaluation-card{padding:39px 25px}.success-actions{grid-template-columns:1fr}.steps li{grid-template-columns:55px 1fr}.steps p{font-size:19px}.confidence-copy{padding:39px 25px}.form-card{padding:26px 18px}.footer-contact{line-height:1.8}}
