body{font-family:Poppins,sans-serif;margin:0;color:#0f172a;background:#f9fafb;overflow-x:hidden}html{font-size:16px;zoom:100%}.gold{color:#c89f2f}.navbar{background:#253760;color:#fff;position:fixed;top:0;width:100%;z-index:10;box-shadow:0 2px 6px #00000026}.navbar-inner{max-width:1100px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem}.navbar .brand{font-weight:700;cursor:pointer}.navbar nav span{margin-left:1.5rem;cursor:pointer;transition:opacity .2s}.navbar nav span:hover{opacity:.7}.hero-section.compact-home{background:linear-gradient(180deg,#1c2d52,#253760 22%,#334a7a 45%,#e9edf4 70%,#f4f6fa 90%);color:#fff;text-align:center;min-height:90vh;display:flex;flex-direction:column;justify-content:center;padding:4rem 1rem 2rem;width:100%}.hero-flex{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;max-width:1100px;margin:auto;text-align:left;padding:2rem 1rem;opacity:0;transform:translateY(40px);animation:heroSlideIn 1.6s ease-out forwards;animation-delay:.4s}.hero-inner{flex:1;min-width:280px}.hero-logo{flex:1;display:flex;justify-content:center;align-items:center;opacity:0;transform:translate(40px);animation:logoSlideIn 1.6s ease-out forwards;animation-delay:.8s}.hero-logo img{width:300px;max-width:90%;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));transition:transform .4s ease,filter .4s ease}.hero-logo img:hover{transform:scale(1.05);filter:drop-shadow(0 6px 16px rgba(0,0,0,.6))}.hero-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.hero-buttons button{padding:.7rem 1.5rem;border-radius:12px;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 6px #00000026}.hero-buttons button:not(.dark){background:#c89f2f;color:#0f172a}.hero-buttons button:not(.dark):hover{background:#f1c94b;transform:translateY(-2px)}.hero-buttons .dark{background:#1c2d52;color:#fff}.hero-buttons .dark:hover{background:#2b4170;transform:translateY(-2px)}@media(max-width:768px){.hero-flex{flex-direction:column;text-align:center;gap:2rem}.hero-inner{text-align:center}.hero-logo img{width:220px}}@keyframes heroSlideIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes logoSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.services-inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:3rem auto;max-width:1000px}.service-card{background:#f9fafbeb;border-radius:12px;padding:1rem;color:#0f172a;box-shadow:0 2px 6px #00000014;transition:transform .2s}.service-card:hover{transform:translateY(-3px)}.service-card .title{font-weight:600;margin-bottom:.4rem;font-size:1rem}.light-section,.navy-section{padding:4rem 1rem;max-width:1000px;margin:auto;width:100%}#quote.light-section{position:relative;z-index:1;width:100%;background:linear-gradient(180deg,#f4f6fa,#e9edf4 35% 65%,#f4f6fa);padding:4rem 1rem}#quote.light-section>*{max-width:1000px;margin:auto}.quote-form{display:flex;flex-direction:column;gap:1.5rem;max-width:1000px;margin:0 auto}.quote-form fieldset{border:1px solid #e2e8f0;border-radius:12px;padding:1.2rem;width:100%;box-sizing:border-box}.quote-form legend{font-weight:600}.quote-form label{display:flex;flex-direction:column;margin-top:.6rem}.quote-form input,.quote-form textarea,.quote-form select{padding:.6rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;margin-top:.3rem;width:100%;box-sizing:border-box}.quote-form textarea{resize:vertical}.quote-form .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.notes-fieldset textarea{width:100%;max-width:100%;resize:vertical}.stop-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.8rem;margin-top:.8rem}.remove-btn{margin-top:.5rem;padding:.4rem .8rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer}.mini-btn{margin-top:.6rem;padding:.5rem 1rem;border-radius:8px;background:linear-gradient(135deg,#253760,#c89f2f);color:#fff;font-weight:600;border:none;box-shadow:0 2px 6px #0003;transition:all .25s ease}.mini-btn:hover{transform:scale(1.03);opacity:.9}.gold-btn{background:#c89f2f;color:#0f172a!important;border:none;padding:.9rem 1.4rem;border-radius:12px;font-weight:600;cursor:pointer;width:fit-content;margin:1rem auto}.hint{font-size:.85rem;color:#475569}#contact.navy-section{background:linear-gradient(0deg,#1c2d52,#253760 25%,#334a7a,#e9edf4 85%,#f4f6fa 95%)!important;color:#fff!important;text-align:center!important;width:100%;padding:6rem 1rem 1rem!important}#contact.navy-section a{color:#c89f2f!important;text-decoration:none;font-weight:500}#contact.navy-section a:hover{text-decoration:underline}.footer{background:#1c2d52;color:#f1c94b;text-align:center;padding:1.5rem 0;font-size:.9rem;width:100%;position:relative}.footer:before{content:"";display:block;width:80%;height:2px;margin:0 auto 2rem;background:linear-gradient(to right,transparent,#c89f2f,transparent)}.footer a{color:#f1c94b;text-decoration:underline;font-weight:500;transition:color .3s ease}.footer a:hover{color:#fff;text-decoration:underline}.fullbleed-bg{position:relative;isolation:isolate}.fullbleed-bg:before{content:"";position:absolute;z-index:-1;pointer-events:none;left:50%;transform:translate(-50%);width:100vw;top:0;bottom:0}#quote.fullbleed-bg:before{background:linear-gradient(180deg,#f4f6fa,#e9edf4 35%,#e3e9f2 60%,#f4f6fa)}#contact.fullbleed-bg:before{background:linear-gradient(0deg,#1c2d52,#253760 25%,#334a7a,#e9edf4 85%,#f4f6fa 95%)}.legal-page{background:#f9fafb;color:#0f172a;min-height:100vh;display:flex;flex-direction:column}.legal-content{max-width:900px;margin:6rem auto 2rem;padding:0 1rem;line-height:1.6}.legal-content h1{color:#253760;margin-bottom:1rem}.legal-content a{color:#c89f2f;text-decoration:none}.legal-content a:hover{text-decoration:underline}.terms-check{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:1.2rem;font-size:.95rem;color:#0f172a;text-align:center}.terms-check input[type=checkbox]{width:18px;height:18px;accent-color:#c89f2f;cursor:pointer;flex-shrink:0}.terms-check label{line-height:1.4;display:inline-flex;align-items:center;gap:.4rem}.terms-check a{color:#c89f2f;text-decoration:none;font-weight:500;display:inline}.terms-check a:hover{text-decoration:underline}.legal-disclaimer{display:block;text-align:center;max-width:750px;margin:.8rem auto 0;color:#475569;font-size:.85rem;line-height:1.4}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}.terms-check.shake{animation:shake .4s ease}.info-note{display:flex;align-items:center;gap:.4rem;margin-top:.4rem;font-size:.85rem;color:#475569;line-height:1.4}.info-icon-img{width:16px;height:16px;flex-shrink:0;opacity:.85}@media(max-width:600px){.info-note{font-size:.8rem;margin-top:.3rem}.info-icon-img{width:14px;height:14px}}.services-inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:3rem auto;max-width:1000px;padding:0 1rem;box-sizing:border-box}@media(max-width:1024px){.services-inline{max-width:90%}}@media(max-width:768px){.services-inline{grid-template-columns:1fr;max-width:600px;margin:2rem auto;padding:0 1rem;overflow-x:hidden}.service-card{width:100%;text-align:center}}@media(max-width:400px){.services-inline{padding:0 .5rem;gap:.8rem}.service-card{padding:.8rem;font-size:.95rem}}.notfound-page{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(180deg,#253760,#1c2d52 80%);color:#fff}.notfound-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 1rem 4rem}.notfound-content h1{font-size:3rem;color:#c89f2f;margin-bottom:1rem}.notfound-content p{max-width:600px;font-size:1.1rem;margin-bottom:2rem;color:#e2e8f0}.notfound-content .gold-btn{background:#c89f2f;color:#0f172a!important;border:none;padding:.9rem 1.6rem;border-radius:12px;font-weight:600;text-decoration:none;transition:transform .2s ease,background .2s ease}.notfound-content .gold-btn:hover{background:#f1c94b;transform:translateY(-2px)}.notfound-page .navbar nav a,.notfound-page .navbar .brand{color:#fff!important;text-decoration:none;font-weight:600;transition:opacity .2s ease}.notfound-page .navbar nav a:hover,.notfound-page .navbar .brand:hover{opacity:.8}.notfound-page .navbar nav a:visited{color:#fff!important}.cookie-banner{position:fixed;bottom:0;left:50%;transform:translate(-50%);background:#253760;color:#fff;border-top:2px solid #c89f2f;padding:1rem 1.5rem;font-size:.9rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;box-shadow:0 -2px 6px #0000004d;z-index:9999;border-radius:12px 12px 0 0;opacity:0;pointer-events:none;transition:opacity 1s ease-in-out}.cookie-banner.visible{opacity:1;pointer-events:all}.cookie-banner a{color:#f1c94b;text-decoration:underline;font-weight:500}.cookie-banner a:hover{color:#fff}.cookie-banner .btns{display:flex;gap:.6rem;flex-wrap:wrap}.cookie-banner button{padding:.5rem 1rem;border-radius:8px;border:none;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:.9rem;min-width:90px}#acceptCookies{background:#f8d23b;color:#111}#acceptCookies:hover{background:#e6bb1f}#declineCookies{background:#1b2b50;color:#fff;border:2px solid #f8d23b}#declineCookies:hover{background:#243b66}.navbar a,.navbar span,.navbar .brand{color:#fff;text-decoration:none;font-weight:600}.navbar a:visited,.navbar nav span:visited,.navbar .brand:visited{color:#fff}.navbar a:hover,.navbar nav span:hover,.navbar .brand:hover{opacity:.8;text-decoration:none}.navbar .gold{color:#c89f2f!important}.gold-text{color:#b5891a}.footer-links{margin-top:1.5rem;text-align:center;max-width:90%;margin-left:auto;margin-right:auto;color:#fff}.footer-links a{color:#d4af37;text-decoration:none;margin:0 4px;transition:color .3s ease;font-weight:500}.footer-links a:hover{color:#f1c40f;text-decoration:underline}
