/* 603 Pro Painting — Static Export Styles */
:root{
  --navy-deep:#061B3A; --navy:#0B2A5B; --gold:#D4AF37; --gold-2:#B8902B;
  --bg:#FAFAF7; --fg:#0D1F3C; --card:#fff; --muted:#5b6478; --muted-bg:#F1F3F8;
  --border:#E5E7EE; --shadow-soft:0 10px 30px -10px rgba(11,42,91,.22);
  --shadow-elegant:0 20px 60px -20px rgba(6,27,58,.4);
  --shadow-gold:0 10px 30px -10px rgba(212,175,55,.5);
  --grad-gold:linear-gradient(135deg,#E5C158,#B8902B);
  --grad-navy:linear-gradient(135deg,#0B2A5B,#061B3A);
  --grad-hero:linear-gradient(100deg,rgba(6,27,58,.88) 0%,rgba(6,27,58,.6) 55%,rgba(6,27,58,.3) 100%);
  --radius:14px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;line-height:1.5}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;letter-spacing:-.015em;font-weight:600;line-height:1.15}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 24px}

/* utilities */
.text-gold{color:var(--gold)} .bg-navy{background:var(--navy-deep)} .text-white{color:#fff}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--gold)}
.gold-divider{height:2px;width:64px;background:var(--grad-gold);border-radius:999px;margin:20px auto 0}
.btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:14px 26px;font-weight:600;font-size:14px;transition:transform .25s,background .2s,color .2s;cursor:pointer;border:none}
.btn-gold{background:var(--grad-gold);color:var(--navy-deep);box-shadow:var(--shadow-gold)}
.btn-gold:hover{transform:scale(1.03)}
.btn-outline{border:1px solid rgba(255,255,255,.3);color:#fff;background:transparent}
.btn-outline:hover{background:rgba(255,255,255,.1)}
.btn-navy{background:var(--navy-deep);color:#fff;border:1px solid rgba(255,255,255,.2)}
.icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.chip{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(212,175,55,.4);background:rgba(255,255,255,.05);padding:6px 16px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.25em;color:var(--gold);font-weight:600}

/* header */
.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(10px);background:rgba(6,27,58,.85);border-bottom:1px solid rgba(255,255,255,.1)}
.site-header .bar{display:flex;align-items:center;justify-content:space-between;height:80px}
.site-header .logo img{height:48px;width:48px;object-fit:contain}
.site-nav{display:flex;align-items:center;gap:32px}
.site-nav a{font-size:14px;font-weight:500;color:rgba(255,255,255,.85)}
.site-nav a:hover{color:var(--gold)}
.menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer}
@media(max-width:1024px){.site-nav{display:none}.site-nav.open{display:flex;flex-direction:column;position:absolute;top:80px;left:0;right:0;background:var(--navy-deep);padding:16px 24px;border-top:1px solid rgba(255,255,255,.1);align-items:stretch;gap:0}.site-nav.open a{padding:12px 8px}.menu-toggle{display:block}}
@media(max-width:640px){.header-cta{display:none}}

/* hero */
.hero{position:relative;isolation:isolate;overflow:hidden;color:#fff}
.hero .bg{position:absolute;inset:0;z-index:-1}
.hero .bg img{width:100%;height:100%;object-fit:cover}
.hero .bg::after{content:"";position:absolute;inset:0;background:var(--grad-hero)}
.hero .inner{padding:64px 0 96px;display:grid;grid-template-columns:1fr;gap:40px;align-items:center}
@media(min-width:1024px){.hero .inner{grid-template-columns:7fr 5fr;padding:112px 0 128px}}
.hero h1{font-size:clamp(34px,5vw,60px);margin-top:24px}
.hero h1 .gold{color:var(--gold)}
.hero p.lead{margin-top:24px;font-size:18px;color:rgba(255,255,255,.85);max-width:560px;line-height:1.7}
.hero .ctas{margin-top:32px;display:flex;flex-wrap:wrap;gap:16px}
.hero .badges{margin-top:40px;display:flex;flex-wrap:wrap;gap:16px 32px;font-size:14px}
.hero .badges div{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.85)}
.hero .badges .icon{color:var(--gold)}

/* estimate form card */
.estimate-card{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:18px;padding:32px;box-shadow:var(--shadow-elegant);color:var(--fg)}
.estimate-card .head{text-align:center;margin-bottom:20px}
.estimate-card .head .eyebrow{color:var(--gold);font-size:12px}
.estimate-card h3{margin-top:8px;font-size:24px;color:var(--navy-deep)}
.estimate-card .sub{font-size:14px;color:var(--muted);margin-top:4px}
.field{display:block;margin-bottom:12px}
.field span{font-size:11px;font-weight:600;letter-spacing:.06em;color:rgba(6,27,58,.8);text-transform:uppercase}
.field input{margin-top:4px;width:100%;border:1px solid var(--border);background:#fff;border-radius:10px;padding:12px 16px;font-size:14px;font-family:inherit;transition:border .2s,box-shadow .2s}
.field input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 2px rgba(212,175,55,.4)}
.estimate-card .submit{margin-top:8px;width:100%;justify-content:center;padding:14px}
.disclaimer{font-size:11px;color:var(--muted);text-align:center;margin-top:8px}

/* trust bar */
.trust-bar{background:var(--navy);color:#fff;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.trust-bar .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding:32px 0}
@media(min-width:1024px){.trust-bar .grid{grid-template-columns:repeat(4,1fr)}}
.trust-bar .item{display:flex;align-items:center;gap:16px}
.trust-bar .bubble{height:48px;width:48px;border-radius:50%;background:rgba(212,175,55,.15);display:grid;place-items:center}
.trust-bar .bubble .icon{color:var(--gold);width:20px;height:20px}
.trust-bar .k{font-family:'Playfair Display',serif;font-size:24px;font-weight:600}
.trust-bar .v{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.6)}

/* sections */
.section{padding:80px 0}
@media(min-width:1024px){.section{padding:112px 0}}
.section.muted{background:rgba(241,243,248,.5)}
.section-head{text-align:center;max-width:640px;margin:0 auto 56px}
.section-head h2{margin-top:12px;font-size:clamp(28px,3.6vw,46px);color:var(--navy-deep)}

/* services */
.services-grid{display:grid;grid-template-columns:1fr;gap:32px}
@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}
.service-card{background:var(--card);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .3s,box-shadow .3s;border:1px solid rgba(0,0,0,.05)}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elegant)}
.service-card .img{position:relative;height:256px;overflow:hidden}
.service-card .img img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.service-card:hover .img img{transform:scale(1.05)}
.service-card .img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(6,27,58,.7),transparent)}
.service-card .badge{position:absolute;top:16px;left:16px;height:48px;width:48px;border-radius:50%;background:var(--gold);display:grid;place-items:center;box-shadow:var(--shadow-gold);z-index:1}
.service-card .badge .icon{color:var(--navy-deep)}
.service-card .body{padding:28px}
.service-card h3{font-size:24px;color:var(--navy-deep)}
.service-card p{margin-top:12px;color:var(--muted);line-height:1.6}
.service-card ul{margin-top:20px;list-style:none}
.service-card li{display:flex;align-items:center;gap:8px;font-size:14px;padding:4px 0}
.service-card li .icon{color:var(--gold);width:16px;height:16px}
.service-card .quote-link{margin-top:24px;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--navy-deep)}
.service-card .quote-link:hover{color:var(--gold)}

/* about */
.about-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}
@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}
.about-text p{font-size:18px;color:var(--muted);line-height:1.7;margin-bottom:16px}
.about-text strong{color:var(--navy-deep)}
.about-stats{margin-top:32px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.stat{border:1px solid var(--border);background:var(--card);border-radius:12px;padding:20px;transition:border-color .2s}
.stat:hover{border-color:var(--gold)}
.stat .icon{color:var(--gold)}
.stat .k{margin-top:12px;font-family:'Playfair Display',serif;font-size:20px;font-weight:600;color:var(--navy-deep)}
.stat .v{font-size:14px;color:var(--muted)}
.about-img{position:relative}
.about-img .glow{position:absolute;inset:-16px;background:var(--grad-gold);border-radius:24px;opacity:.2;filter:blur(40px)}
.about-img img{position:relative;border-radius:18px;box-shadow:var(--shadow-elegant);width:100%;object-fit:cover}
.about-img .pill{position:absolute;bottom:-24px;left:-24px;background:var(--navy-deep);color:#fff;border-radius:12px;padding:16px 24px;box-shadow:var(--shadow-elegant)}
.about-img .pill .big{font-size:30px;font-family:'Playfair Display',serif;font-weight:600;color:var(--gold)}
.about-img .pill .sm{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.7)}
@media(max-width:640px){.about-img .pill{display:none}}

/* gallery */
.gallery-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}
.gallery-item{position:relative;overflow:hidden;border-radius:18px;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.05)}
.gallery-item img{height:288px;width:100%;object-fit:cover;transition:transform .7s}
.gallery-item:hover img{transform:scale(1.1)}
.gallery-item::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(6,27,58,.95) 0%,rgba(6,27,58,.3) 50%,transparent 100%);opacity:.9}
.gallery-item .tag{position:absolute;top:16px;left:16px;font-size:10px;text-transform:uppercase;letter-spacing:.2em;background:var(--gold);color:var(--navy-deep);padding:4px 12px;border-radius:999px;font-weight:600;z-index:1}
.gallery-item .meta{position:absolute;left:0;right:0;bottom:0;padding:20px;color:#fff;z-index:1;transform:translateY(8px);transition:transform .3s}
.gallery-item:hover .meta{transform:translateY(0)}
.gallery-item .meta h4{font-size:20px;font-weight:600}
.gallery-item .meta .city{display:flex;align-items:center;gap:6px;font-size:14px;color:rgba(255,255,255,.75);margin-top:4px}
.gallery-item .meta .icon{color:var(--gold);width:14px;height:14px}

/* testimonials */
.testimonials-grid{display:grid;grid-template-columns:1fr;gap:20px}
@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(4,1fr)}}
.testimonial{background:var(--card);border-radius:18px;padding:24px;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s}
.testimonial:hover{transform:translateY(-4px);box-shadow:var(--shadow-elegant)}
.stars{display:flex;gap:2px;color:var(--gold)}
.stars .icon{fill:currentColor;width:16px;height:16px}
.testimonial p{margin-top:16px;font-size:14px;color:rgba(13,31,60,.85);line-height:1.6}
.testimonial .who{margin-top:20px;padding-top:16px;border-top:1px solid var(--border);display:flex;align-items:center;gap:12px}
.testimonial .avatar{height:40px;width:40px;border-radius:50%;background:var(--grad-navy);color:#fff;display:grid;place-items:center;font-family:'Playfair Display',serif;font-weight:600;font-size:14px}
.testimonial .name{font-weight:600;font-size:14px;color:var(--navy-deep)}
.testimonial .city{font-size:12px;color:var(--muted)}

/* FAQ */
.faq{max-width:768px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--card);border-radius:12px;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.05);overflow:hidden}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:20px;background:none;border:none;cursor:pointer;font:inherit;color:var(--navy-deep);font-weight:600}
.faq-q:hover{background:rgba(241,243,248,.5)}
.faq-q .icon{color:var(--gold);transition:transform .3s}
.faq-item.open .faq-q .icon{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--muted);line-height:1.6}
.faq-a p{padding:0 20px 20px}
.faq-item.open .faq-a{max-height:400px}

/* final CTA */
.final-cta{position:relative;overflow:hidden;background:var(--grad-navy);color:#fff;text-align:center}
.final-cta::before,.final-cta::after{content:"";position:absolute;height:384px;width:384px;border-radius:50%;background:var(--gold);filter:blur(80px);opacity:.2}
.final-cta::before{top:-128px;right:-128px}
.final-cta::after{bottom:-128px;left:-128px}
.final-cta .inner{position:relative;max-width:768px;margin:0 auto;padding:96px 24px}
.final-cta h2{margin-top:24px;font-size:clamp(30px,4vw,46px)}
.final-cta p{margin-top:20px;font-size:18px;color:rgba(255,255,255,.8);max-width:512px;margin-left:auto;margin-right:auto}
.final-cta .ctas{margin-top:32px;display:flex;flex-wrap:wrap;justify-content:center;gap:16px}

/* footer */
.site-footer{background:#040F24;color:rgba(255,255,255,.8)}
.site-footer .grid{display:grid;grid-template-columns:1fr;gap:40px;padding:64px 0}
@media(min-width:768px){.site-footer .grid{grid-template-columns:2fr 1fr 1fr}}
.foot-brand{text-align:center}
.foot-brand img{height:160px;width:160px;object-fit:contain;margin:0 auto}
.foot-brand p{max-width:420px;margin:20px auto 0;font-size:14px;color:rgba(255,255,255,.65);line-height:1.7}
.foot-brand .socials{margin-top:24px;display:flex;justify-content:center;gap:12px}
.foot-brand .socials a{height:40px;width:40px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:grid;place-items:center;transition:border-color .2s,color .2s}
.foot-brand .socials a:hover{border-color:var(--gold);color:var(--gold)}
.site-footer h4{font-family:'Playfair Display',serif;color:var(--gold);font-size:16px;margin-bottom:16px}
.site-footer ul{list-style:none;display:flex;flex-direction:column;gap:8px;font-size:14px}
.site-footer ul a:hover{color:var(--gold)}
.site-footer .contact li{display:flex;align-items:flex-start;gap:8px}
.site-footer .contact .icon{color:var(--gold);width:16px;height:16px;margin-top:2px}
.foot-bar{border-top:1px solid rgba(255,255,255,.1)}
.foot-bar .row{padding:20px 0;display:flex;flex-direction:column;sm:flex-direction:row;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:rgba(255,255,255,.5)}
@media(min-width:640px){.foot-bar .row{flex-direction:row}}

/* thank-you */
.thanks{position:relative;isolation:isolate;overflow:hidden;flex:1;display:flex;align-items:center;justify-content:center;color:#fff;min-height:calc(100vh - 80px)}
.thanks .bg{position:absolute;inset:0;z-index:-1}
.thanks .bg img{width:100%;height:100%;object-fit:cover}
.thanks .bg::after{content:"";position:absolute;inset:0;background:var(--grad-hero)}
.thanks .orb{position:absolute;height:384px;width:384px;border-radius:50%;background:var(--gold);filter:blur(80px);opacity:.2}
.thanks .orb.tr{top:-128px;right:-128px} .thanks .orb.bl{bottom:-128px;left:-128px}
.thanks .inner{position:relative;max-width:640px;padding:64px 24px;text-align:center}
.thanks .logo-circle{margin:0 auto 32px;height:112px;width:112px;border-radius:50%;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:grid;place-items:center}
.thanks .logo-circle img{height:80px;width:80px;object-fit:contain}
.thanks h1{margin-top:24px;font-size:clamp(30px,4vw,48px);font-weight:600}
.thanks .lead{margin-top:20px;font-size:18px;color:rgba(255,255,255,.8);line-height:1.7}
.thanks .lead strong{color:var(--gold)}
.thanks .card{margin-top:32px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);padding:32px;border-radius:18px;box-shadow:var(--shadow-elegant);text-align:left;color:var(--fg);display:flex;gap:16px}
.thanks .card .icon-wrap{height:48px;width:48px;border-radius:50%;background:rgba(212,175,55,.15);display:grid;place-items:center;flex-shrink:0}
.thanks .card .icon-wrap .icon{color:var(--gold);width:24px;height:24px}
.thanks .card h3{font-family:'Playfair Display',serif;font-size:20px;color:var(--navy-deep)}
.thanks .card ul{margin-top:12px;list-style:none;display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--muted)}
.thanks .card li{display:flex;align-items:center;gap:8px}
.thanks .card .dot{height:6px;width:6px;border-radius:50%;background:var(--gold)}
.thanks .ctas{margin-top:32px;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}

/* anim */
@keyframes fade-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.fade-up{animation:fade-up .7s ease-out both}


/* FIX CTA FINAL PHONE BUTTON */
.final-cta{
    position:relative;
    z-index:1;
}
.final-cta::before,
.final-cta::after{
    pointer-events:none !important;
}
.final-cta .inner{
    position:relative;
    z-index:100;
}
.final-cta .ctas{
    position:relative;
    z-index:200;
}
.final-cta .ctas a{
    position:relative;
    z-index:300;
    pointer-events:auto !important;
}
