@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0d2340;--navy-mid: #1a3a5c;--navy-light: #254b72;--sky: #50b9ec;--sky-light: #a8dcf5;--sky-pale: #e8f6fd;--white: #ffffff;--off-white: #f7f9fb;--text-muted: #6b8099;--border: rgba(13, 35, 64, .12);--serif: "DM Serif Display", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--sans);line-height:1.45;color:var(--navy);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;background:#f7f7f7}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 3rem;height:72px;background:#f7f7f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-logo-mark{width:36px;height:36px;border-radius:8px;background:var(--navy);display:flex;align-items:center;justify-content:center}.nav-logo-mark svg{width:20px;height:20px;fill:var(--sky)}.nav-logo-text{font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--navy);line-height:1.2}.nav-logo-text span{display:block;font-weight:300;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.nav-logo-image{height:44px;width:auto}.nav-links{display:flex;align-items:center;gap:2rem}.nav-toggle{display:none;border:1px solid var(--border);background:var(--white);color:var(--navy);border-radius:10px;padding:8px 10px;align-items:center;gap:4px;cursor:pointer}.nav-toggle-line{width:16px;height:2px;background:var(--navy);border-radius:999px;display:block}.nav-toggle-text{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-left:6px}.nav-links a{font-size:14px;font-weight:500;color:var(--text-muted);text-decoration:none;letter-spacing:.01em;transition:color .2s}.nav-links a:hover{color:var(--navy)}.nav-cta{background:var(--navy)!important;color:var(--white)!important;padding:9px 22px;border-radius:8px;font-size:13px!important;font-weight:600!important;transition:background .2s!important}.nav-cta:hover{background:var(--navy-mid)!important;color:var(--white)!important}#home{min-height:100vh;display:flex;align-items:center;padding:120px 3rem 80px;position:relative;overflow:hidden;background:var(--navy)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.hero-bg-circle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(80,185,236,.15) 0%,transparent 70%)}.hero-bg-circle.c1{width:800px;height:800px;top:-200px;right:-200px}.hero-bg-circle.c2{width:500px;height:500px;bottom:-100px;left:-100px}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.04;background-image:linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px);background-size:60px 60px}.hero-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#50b9ec26;border:1px solid rgba(80,185,236,.3);color:var(--sky-light);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:1.5rem}.hero-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--sky)}.hero-title{font-family:var(--serif);font-size:clamp(2.4rem,4.5vw,4rem);color:var(--white);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-title em{color:var(--sky);font-style:italic}.hero-subtitle{font-size:17px;font-weight:300;line-height:1.65;color:#ffffffa6;margin-bottom:2.5rem;max-width:500px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--sky);color:var(--navy);padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;text-decoration:none;letter-spacing:-.01em;transition:background .2s,transform .15s;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;line-height:1;font-family:inherit}.btn-primary:hover{background:var(--sky-light);transform:translateY(-1px)}.btn-ghost{background:transparent;color:#fffc;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:500;text-decoration:none;border:1px solid rgba(255,255,255,.2);transition:border-color .2s,color .2s;display:inline-flex;align-items:center;gap:8px}.btn-ghost:hover{border-color:#ffffff80;color:var(--white)}.hero-stat-row{display:flex;gap:2.5rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1)}.hero-stat-val{font-family:var(--serif);font-size:2rem;color:var(--white);letter-spacing:-.02em}.hero-stat-val span{color:var(--sky)}.hero-stat-label{font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin-top:3px}.hero-visual{position:relative}.hero-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-card-header{display:flex;align-items:center;gap:10px;margin-bottom:1.5rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(255,255,255,.08)}.hero-card-icon{width:40px;height:40px;border-radius:10px;background:#50b9ec33;display:flex;align-items:center;justify-content:center}.hero-card-icon svg{width:20px;height:20px;stroke:var(--sky);fill:none;stroke-width:1.8}.hero-card-title{font-size:13px;font-weight:600;color:var(--white)}.hero-card-sub{font-size:11px;color:#ffffff73;margin-top:1px}.hero-card-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:13px}.hero-card-row:last-child{border-bottom:none}.hero-card-row-label{color:#ffffff8c}.hero-card-row-val{font-weight:600;color:var(--white)}.hero-card-row-badge{background:#50b9ec2e;color:var(--sky-light);font-size:11px;font-weight:600;padding:3px 9px;border-radius:100px}.hero-green{color:#4ade80}.hero-floating{position:absolute;bottom:-20px;right:-20px;background:var(--sky);color:var(--navy);border-radius:12px;padding:14px 18px;font-size:13px;font-weight:700;box-shadow:0 8px 32px #50b9ec66}.hero-floating-small{font-size:11px;font-weight:400;margin-top:2px;opacity:.75}section{padding:100px 3rem}.section-inner{max-width:1200px;margin:0 auto}.section-eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sky);margin-bottom:1rem}.section-eyebrow-light{color:var(--sky-light)}.section-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,2.8rem);color:var(--navy);line-height:1.15;letter-spacing:-.025em;margin-bottom:1.2rem}.section-sub{font-size:17px;font-weight:300;line-height:1.65;color:var(--text-muted);max-width:580px}#about{background:var(--off-white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:box-shadow .2s,transform .2s;position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--sky) 0%,transparent 100%);opacity:0;transition:opacity .2s}.feature-card:hover{box-shadow:0 8px 40px #0d234014;transform:translateY(-3px)}.feature-card:hover:after{opacity:1}.feature-icon{width:48px;height:48px;border-radius:12px;background:var(--sky-pale);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.feature-icon svg{width:22px;height:22px;stroke:var(--sky);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feature-title{font-size:16px;font-weight:600;color:var(--navy);margin-bottom:.6rem}.feature-desc{font-size:14px;font-weight:300;line-height:1.65;color:var(--text-muted)}.savings-callout{margin-top:4rem;background:var(--navy);border-radius:20px;padding:3rem 3.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.savings-callout-text{max-width:520px}.savings-callout-text h3{font-family:var(--serif);font-size:1.8rem;color:var(--white);margin-bottom:.6rem}.savings-callout-text p{font-size:15px;font-weight:300;color:#fff9;line-height:1.6}.savings-callout h3 em{color:var(--sky);font-style:italic}.savings-pct{font-family:var(--serif);font-size:4rem;color:var(--sky);line-height:1}.savings-pct-label{font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;margin-top:6px}#contact{background:var(--white)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:4rem}.contact-info-list{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start}.contact-info-icon{width:40px;height:40px;border-radius:10px;background:var(--sky-pale);flex-shrink:0;display:flex;align-items:center;justify-content:center}.contact-info-icon svg{width:18px;height:18px;stroke:var(--sky);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-info-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:3px}.contact-info-val{font-size:15px;color:var(--navy);font-weight:500}.contact-form-card{background:var(--off-white);border:1px solid var(--border);border-radius:20px;padding:2.5rem}.jotform-embed{width:100%;border-radius:20px;overflow:hidden;background:var(--white);border:1px solid var(--border)}.jotform-embed iframe{width:100%;min-height:720px;border:none}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-success{background:#e9f9ef;color:#0b5a2e;border:1px solid #cdebd0;padding:1rem;border-radius:10px}.form-error{color:#8b1e1e;background:#fff0f0;border:1px solid #f2c6c6;padding:.6rem .8rem;border-radius:8px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:1rem}.form-group label{font-size:13px;font-weight:600;color:var(--navy)}.form-group input,.form-group textarea,.form-group select{font-family:var(--sans);font-size:14px;padding:11px 14px;border:1.5px solid var(--border);border-radius:10px;background:var(--white);color:var(--navy);outline:none;transition:border-color .2s;resize:vertical}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--sky)}.form-group textarea{min-height:120px}.form-submit{width:100%;background:var(--navy);color:var(--white);border:none;cursor:pointer;padding:14px 28px;border-radius:10px;font-family:var(--sans);font-size:15px;font-weight:600;transition:background .2s}.form-submit:hover{background:var(--navy-mid)}.form-assistive{font-size:12px;color:var(--text-muted);margin-top:.8rem}.form-assistive a{color:var(--navy-mid);font-weight:600}.form-status{margin-top:.85rem;padding:.75rem .85rem;border-radius:10px;font-size:13px;font-weight:500;color:#0f5132;background:#dcfce7;border:1px solid #86efac;opacity:0;transform:translateY(4px);max-height:0;overflow:hidden;transition:opacity .2s ease,transform .2s ease,max-height .2s ease}.form-status.is-visible{opacity:1;transform:translateY(0);max-height:120px}#shop{background:var(--navy)}#shop .section-title{color:var(--white)}.shop-desc{font-size:17px;font-weight:300;line-height:1.7;color:#ffffff8c;max-width:540px;margin-bottom:3rem}.shop-portal{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.shop-portal-text h3{font-family:var(--serif);font-size:1.6rem;color:var(--white);margin-bottom:.5rem}.shop-portal-text p{font-size:14px;color:#ffffff80;line-height:1.6;max-width:400px}.shop-button{white-space:nowrap}.shop-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem}.shop-feature{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem}.shop-feature-icon{width:36px;height:36px;border-radius:10px;background:#50b9ec24;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.75rem}.shop-feature-icon svg{width:18px;height:18px;fill:none;stroke:var(--sky-light);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.shop-feature-title{font-size:14px;font-weight:600;color:var(--white);margin-bottom:4px}.shop-feature-desc{font-size:13px;color:#ffffff73;line-height:1.5}footer{background:#0a1d33;padding:3rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-logo{font-family:var(--serif);font-size:1.2rem;color:var(--white)}.footer-logo span{color:var(--sky)}.footer-links{display:flex;gap:2rem}.footer-links a{font-size:13px;color:#fff6;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fffc}.footer-copy{font-size:12px;color:#ffffff40;width:100%}.contact-link{text-decoration:none}.contact-link:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(80,185,236,.6);outline-offset:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{animation:fadeUp .6s ease both}.hero-title{animation:fadeUp .6s .1s ease both}.hero-subtitle{animation:fadeUp .6s .2s ease both}.hero-actions{animation:fadeUp .6s .3s ease both}.hero-stat-row{animation:fadeUp .6s .4s ease both}.hero-visual{animation:fadeUp .7s .3s ease both}@media(max-width:900px){nav{padding:.85rem 1.25rem;height:auto;min-height:72px;align-items:center;flex-wrap:nowrap;gap:.75rem}.nav-logo{flex-shrink:0}.nav-links{position:static;display:flex!important;flex-direction:row;align-items:center;gap:.5rem;background:none;border:none;border-radius:0;padding:0;box-shadow:none;margin-left:auto;flex-shrink:0}.nav-links a{padding:8px 12px;border-radius:8px;font-size:13px;white-space:nowrap}.nav-links .nav-cta{display:none}.hero-inner{grid-template-columns:1fr;gap:3rem}.hero-visual{display:none}section{padding:70px 1.5rem}.contact-grid{grid-template-columns:1fr}.contact-form-card{padding:1.5rem}.form-row{grid-template-columns:1fr}.savings-callout{flex-direction:column}.site-watermark{grid-template-columns:repeat(3,minmax(110px,1fr));gap:1.8rem .8rem;opacity:.04}.site-watermark span{font-size:14px}}
