:root{--navy: #0D1B3E;--navy-mid: #162340;--navy-light: #1A2B52;--navy-black: #08122A;--gold: #C9A05A;--gold-light: #E8C88A;--gold-dark: #A8822A;--white: #FFFFFF;--cream: #F5EFE3;--off-white: #F8F9FB;--gray-light: #F0F2F6;--gray-mid: #DDE1EA;--gray-text: #8891A4;--text-dark: #0D1B3E;--text-body: #2C3A52;--font: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Big Shoulders", "Inter", sans-serif;--font-serif: "Bodoni Moda", "Georgia", serif;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--shadow-md: 0 2px 10px rgba(13, 27, 62, .08);--max-w: 1160px;--header-h: 68px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:16px;line-height:1.65;color:var(--text-body);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--gold-dark);text-decoration:none;transition:color .2s}a:hover{color:var(--gold)}h1,h2,h3,h4,h5,h6{color:var(--navy);font-weight:700;line-height:1.15}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.header{position:sticky;top:0;z-index:100;background:var(--navy-black);border-bottom:2px solid var(--gold);height:var(--header-h);display:flex;align-items:center}.header .container{width:100%}.header-inner{display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.55rem;text-decoration:none}.header-logo-img{width:32px;height:32px;border-radius:7px;flex-shrink:0}.header-logo-text{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--white);letter-spacing:.01em;text-transform:uppercase;line-height:1}.header-logo-text span{color:var(--gold)}.header-nav{display:flex;align-items:center;gap:.35rem}.header-nav a{color:#fff9;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.5rem .75rem;transition:color .2s;white-space:nowrap}.header-nav a:hover{color:var(--gold)}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}.menu-toggle span{display:block;width:22px;height:2px;background:var(--white);transition:all .2s}@media (max-width: 700px){.menu-toggle{display:flex}.header-nav{position:fixed;top:var(--header-h);left:0;right:0;background:var(--navy);flex-direction:column;align-items:stretch;padding:.5rem;border-bottom:1px solid rgba(201,160,90,.18);border-top:1px solid rgba(201,160,90,.18);display:none}.header-nav.open{display:flex}.header-nav a{padding:.85rem 1rem;font-size:.85rem}}.footer{background:var(--navy);color:#ffffff80;padding:3.5rem 0 2rem;margin-top:auto;border-top:1px solid rgba(201,160,90,.18)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}.footer-brand{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem}.footer-brand-img{width:26px;height:26px;border-radius:6px;flex-shrink:0}.footer-brand-name{font-family:var(--font-display);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.01em;color:var(--white)}.footer-brand-desc{font-size:.85rem;line-height:1.65;max-width:320px}.footer-col-title{font-size:.72rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.9rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.55rem}.footer-links a{color:#ffffff8c;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-copyright,.footer-dev{font-size:.78rem}@media (max-width: 600px){.footer-grid{grid-template-columns:1fr;gap:1.75rem}.footer-bottom{flex-direction:column;align-items:flex-start}}.btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.85rem 1.6rem;border-radius:var(--radius-sm);text-decoration:none;transition:background .15s,color .15s,border-color .15s;cursor:pointer;border:1.5px solid transparent;font-family:var(--font)}.btn svg{width:16px;height:16px;flex-shrink:0}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{background:var(--gold-light);color:var(--navy)}.btn-outline{background:transparent;color:var(--white);border-color:#ffffff4d}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-outline-dark{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline-dark:hover{background:var(--navy);color:var(--white)}.hero{background:var(--cream);padding:5.5rem 0 5rem;position:relative;overflow:hidden}.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-kicker{font-family:var(--font);font-size:.78rem;font-weight:700;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.16em;margin-bottom:.6rem}.hero-kicker:after{content:"";display:block;width:32px;height:1.5px;background:var(--gold);margin:.75rem auto 0}.hero-visual{position:relative;width:100vw;margin:1.5rem calc(-50vw + 50%) 2rem;display:flex;align-items:center;justify-content:center}.hero-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-family:var(--font-serif);font-weight:600;font-style:italic;text-transform:uppercase;color:var(--navy);font-size:clamp(6rem,15vw,12rem);line-height:.86;letter-spacing:0;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.hero-mockup{position:relative;z-index:1;width:min(300px,62vw);filter:drop-shadow(0 30px 36px rgba(13,27,62,.22))}.hero-title{font-family:var(--font-display);font-size:clamp(1.7rem,3.6vw,2.5rem);font-weight:700;text-transform:uppercase;color:var(--navy);line-height:1.08;letter-spacing:.005em;max-width:620px;margin-bottom:1rem}.hero-title em{font-style:normal;color:var(--gold-dark)}.hero-subtitle{font-size:clamp(1rem,2.2vw,1.1rem);color:var(--text-body);max-width:480px;line-height:1.7;margin-bottom:2.25rem}.hero-cta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.hero-pricing-note{font-size:.88rem;color:var(--gray-text)}.hero-pricing-note strong{color:var(--navy);font-weight:700}@media (max-width: 560px){.hero-watermark{font-size:clamp(3.6rem,24vw,5.2rem)}}.section{padding:5.5rem 0}.section-alt{background:var(--gray-light)}.section-dark{background:var(--navy-black);color:#ffffffc7}.section-dark h2,.section-dark h3{color:var(--white)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap}.section-label{display:flex;align-items:center;gap:.6rem;font-size:.75rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.14em;margin-bottom:.75rem}.section-label:before{content:"";width:22px;height:1.5px;background:var(--gold)}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.1rem);font-weight:700;text-transform:uppercase;line-height:1;letter-spacing:.005em}.section-desc{font-size:1.02rem;color:#4b5a72;max-width:460px;line-height:1.75}.section-dark .section-desc{color:#ffffff8c}.solar-grid{display:grid;grid-template-columns:1.3fr 1fr;grid-template-rows:repeat(3,1fr);gap:1px;margin-top:3rem;background:var(--gray-mid);border:1px solid var(--gray-mid)}.solar-card{background:var(--white);padding:1.9rem;display:flex;flex-direction:column;transition:background .15s}.solar-card:hover{background:var(--off-white)}.solar-card.featured{grid-row:1 / 4;padding:2.5rem;justify-content:center}.solar-card-index{font-family:var(--font-display);font-size:.85rem;font-weight:700;color:var(--gray-text);margin-bottom:1rem}.solar-card-icon{width:30px;height:30px;color:var(--gold-dark);margin-bottom:1.1rem}.solar-card.featured .solar-card-icon{width:40px;height:40px}.solar-card h3{font-size:1.05rem;margin-bottom:.5rem;text-transform:none}.solar-card.featured h3{font-size:1.5rem}.solar-card p{color:#5a6882;font-size:.9rem;line-height:1.65}@media (max-width: 800px){.solar-grid{grid-template-columns:1fr;grid-template-rows:none}.solar-card.featured{grid-row:auto}}.dossier-list{margin-top:3rem;display:grid;grid-template-columns:1fr 1fr;gap:0 3rem}.dossier-row{display:flex;gap:1.1rem;align-items:flex-start;padding:1.35rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.dossier-index{font-family:var(--font-display);font-size:.85rem;font-weight:700;color:#c9a05a8c;padding-top:.15rem;flex-shrink:0;width:1.6rem}.dossier-icon{width:22px;height:22px;color:var(--gold);flex-shrink:0;margin-top:.1rem}.dossier-row h4{color:var(--white);font-size:.95rem;margin-bottom:.25rem}.dossier-row p{color:#ffffff80;font-size:.85rem;line-height:1.55;margin:0}@media (max-width: 760px){.dossier-list{grid-template-columns:1fr;gap:0}}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;margin-top:2.5rem;background:var(--gray-mid);border:1px solid var(--gray-mid)}.card{background:var(--white);padding:1.75rem;transition:background .15s}.card:hover{background:var(--off-white)}.card-icon{width:28px;height:28px;color:var(--gold-dark);margin-bottom:1.1rem}.card h3{color:var(--navy);font-size:1rem;margin-bottom:.5rem}.card p{color:#5a6882;font-size:.88rem;line-height:1.65}.contact-box{background:var(--navy);padding:3.5rem;text-align:center;border-top:2px solid var(--gold);position:relative}.contact-box h2{color:var(--white);font-family:var(--font-display);text-transform:uppercase;font-size:clamp(1.6rem,3.5vw,2.3rem);margin-bottom:.75rem}.contact-box p{color:#fff9;margin-bottom:1.5rem}.contact-email{display:inline-block;color:var(--gold)!important;font-size:1.05rem;font-weight:600;margin-bottom:2rem}.legal-hero,.support-hero,.delete-hero{background:var(--navy);padding:3.5rem 0 3rem;border-bottom:2px solid var(--gold)}.legal-hero h1,.support-hero h1,.delete-hero h1{font-family:var(--font-display);text-transform:uppercase;color:var(--white);font-size:clamp(2rem,4.5vw,3rem);line-height:1;margin-bottom:.6rem}.legal-hero .updated{color:#ffffff80;font-size:.85rem}.support-hero p{color:#ffffffa6;font-size:1.02rem;max-width:560px}.legal-content{max-width:780px;margin:0 auto;padding:3rem 1.5rem 5rem}.legal-content h2{color:var(--navy);font-size:1.15rem;margin-top:2.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-mid)}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--text-body);font-size:.95rem;line-height:1.78;margin-bottom:.9rem}.legal-content ul,.legal-content ol{margin:.4rem 0 1rem 1.5rem;color:var(--text-body);font-size:.95rem;line-height:1.78}.legal-content li{margin-bottom:.35rem}.legal-content a{color:var(--gold-dark);font-weight:600;text-decoration:underline}.legal-intro{background:var(--gray-light);border-left:2px solid var(--gold);padding:1.25rem 1.5rem;margin-bottom:2rem}.legal-intro p{margin:0;font-size:.95rem}.support-content{max-width:860px;margin:0 auto;padding:3rem 1.5rem 5rem}.support-email-block{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;background:var(--gray-light);border-left:2px solid var(--gold);padding:1.75rem 2rem;margin-bottom:2.5rem}.support-email-block p{color:var(--gray-text);font-size:.85rem;margin:0}.support-email-link{font-size:1.1rem;font-weight:700;color:var(--navy)!important;text-decoration:none}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;margin-top:2.5rem;background:var(--gray-mid);border:1px solid var(--gray-mid)}.support-card{background:var(--off-white);padding:1.6rem;transition:background .15s}.support-card:hover{background:var(--white)}.support-card-icon{width:24px;height:24px;color:var(--gold-dark);margin-bottom:.9rem}.support-card h3{color:var(--navy);font-size:.95rem;margin-bottom:.4rem}.support-card p{color:#5a6882;font-size:.85rem;line-height:1.6;margin:0}.delete-content{max-width:760px;margin:0 auto;padding:3rem 1.5rem 5rem}.delete-content h2{color:var(--navy);font-size:1.15rem;margin-top:2.5rem;margin-bottom:1rem}.delete-content h2:first-child{margin-top:0}.delete-content p{font-size:.95rem;line-height:1.78;color:var(--text-body);margin-bottom:.9rem}.steps-list{list-style:none;margin:0;padding:0;border:1px solid var(--gray-mid)}.steps-list li{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem 1.5rem;border-bottom:1px solid var(--gray-mid)}.steps-list li:last-child{border-bottom:none}.step-number{width:30px;height:30px;background:var(--navy);color:var(--gold);font-family:var(--font-display);font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-text{padding-top:.3rem;font-size:.95rem;color:var(--text-body);line-height:1.55}.warning-box{background:#b91c1c0d;border-left:2px solid #B91C1C;padding:1.25rem 1.5rem;margin:1.5rem 0}.warning-box p{color:#991b1b;font-size:.9rem;margin:0;line-height:1.65}.info-box{background:var(--gray-light);border:1px solid var(--gray-mid);padding:1.75rem 2rem;margin:2rem 0}.info-box p{font-size:.92rem;color:#4b5a72;line-height:1.7}.info-box ul{margin:.5rem 0 0 1.25rem;color:#4b5a72;font-size:.92rem;line-height:1.7}.info-box li{margin-bottom:.25rem}@media (max-width: 768px){.section{padding:3.5rem 0}.contact-box{padding:2.5rem 1.5rem}.hero{padding:3.25rem 0 3rem}.section-head{align-items:flex-start}}
