/* FA Design Build — Landing Page Styles v5 */
:root{--green-light:#6db87c;--green:#319b47;--green-dark:#278a3a;--white:#ffffff;--body-text:#222;--text-muted:#555;--light-bg:#f4f5f7;--border-light:#e2e5ea;--shadow-sm:0 2px 8px rgba(0,0,0,.06);--shadow-md:0 4px 20px rgba(0,0,0,.10);--shadow-lg:0 8px 40px rgba(0,0,0,.14);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--max-width:1200px;--header-height:100px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'Montserrat',sans-serif;font-size:16px;line-height:1.7;color:var(--body-text);background:var(--white);overflow-x:hidden}
img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}
h1,h2,h3,h4,h5{font-family:'Libre Baskerville',serif;color:var(--body-text);line-height:1.3;font-weight:700}
h1{font-size:clamp(1.8rem,4vw,2.6rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:clamp(1.15rem,2vw,1.4rem)}h4{font-size:1.1rem}
p{margin-bottom:1rem}p:last-child{margin-bottom:0}
.section-label{font-family:'Montserrat',sans-serif;font-size:.75rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--green);margin-bottom:.75rem;display:block}
.green-rule{width:80px;height:3px;background:var(--green);margin:20px auto 0;border-radius:2px}.green-rule--left{margin-left:0}
.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}
.section{padding:80px 0}.section--alt{background:var(--light-bg)}
.section--green{background:var(--green);color:var(--white)}.section--green h2,.section--green h3,.section--green h4{color:var(--white)}.section--green .section-label{color:rgba(255,255,255,.8)}.section--green .process-step p{color:rgba(255,255,255,.9)}
.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:var(--white);border-bottom:1px solid var(--border-light);z-index:1000;transition:box-shadow .3s ease}.header.scrolled{box-shadow:var(--shadow-md)}
.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}
.header__logo img{height:80px;width:auto}.header__info{display:flex;align-items:center;gap:28px}
.header__contact{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--body-text)}.header__contact svg{width:16px;height:16px;flex-shrink:0;color:var(--green)}
.header__phone{font-weight:600;font-size:.95rem;color:var(--body-text);white-space:nowrap}.header__phone:hover{color:var(--green)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-family:'Montserrat',sans-serif;font-size:.9rem;font-weight:600;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:all .25s ease;white-space:nowrap}
.btn--primary{background:var(--green);color:var(--white)}.btn--primary:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(49,155,71,.35)}
.btn--white{background:var(--white);color:var(--green);font-weight:700}.btn--white:hover{background:#f0f0f0;transform:translateY(-1px)}
.btn--sm{padding:10px 22px;font-size:.8rem}.btn--lg{padding:16px 40px;font-size:1rem}
.utility-bar{background:var(--green);color:var(--white);font-size:.78rem;padding:8px 0;margin-top:var(--header-height)}
.utility-bar__inner{display:flex;align-items:center;justify-content:center;gap:32px;max-width:var(--max-width);margin:0 auto;padding:0 24px}
.utility-bar__item{display:flex;align-items:center;gap:6px;opacity:.95}.utility-bar__item svg{width:14px;height:14px;flex-shrink:0}
.hero{position:relative;min-height:580px;display:flex;align-items:center;overflow:hidden}
.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}
.hero__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(34,34,34,.82) 0%,rgba(34,34,34,.45) 100%)}
.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center;max-width:var(--max-width);margin:0 auto;padding:60px 24px;width:100%}
.hero__content h1{color:var(--white);margin-bottom:20px}.hero__content p{color:rgba(255,255,255,.9);font-size:1.05rem;line-height:1.75;margin-bottom:28px}
.trust-chips{display:flex;flex-wrap:wrap;gap:12px}
.trust-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(49,155,71,.25);backdrop-filter:blur(4px);border:1px solid rgba(49,155,71,.4);padding:8px 16px;border-radius:50px;font-size:.78rem;font-weight:600;color:var(--white)}.trust-chip svg{width:14px;height:14px;color:var(--green-light)}
.hero-form{background:var(--white);border-radius:var(--radius-lg);padding:36px 32px;box-shadow:var(--shadow-lg);border-top:4px solid var(--green)}
.hero-form h3{text-align:center;margin-bottom:24px;font-size:1.2rem}
.wpforms-container{margin:0 !important}
.form-privacy{font-size:.7rem;color:#888;text-align:center;margin-top:10px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.service-list{display:flex;flex-direction:column;gap:14px;margin-top:8px}
.service-list__item{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.5}.service-list__item svg{width:20px;height:20px;flex-shrink:0;color:var(--green);margin-top:2px}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.problem-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:28px 24px;transition:all .25s ease;border-left:3px solid var(--green)}.problem-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.problem-card p{font-size:.92rem;line-height:1.5}
.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.package-card{background:var(--white);border-radius:var(--radius-md);padding:36px 28px;border:1px solid var(--border-light);transition:all .3s ease;position:relative}.package-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.package-card--featured{border-color:var(--green);border-width:2px}.package-card--featured::before{content:'Most Popular';position:absolute;top:-12px;left:28px;background:var(--green);color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 14px;border-radius:50px}
.package-card h3{margin-bottom:10px}.package-card__best{font-size:.82rem;color:var(--green);font-weight:600;margin-bottom:12px}.package-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}
.package-card__note{font-size:.82rem;font-style:italic;color:#888;margin-top:12px;padding-top:12px;border-top:1px solid var(--border-light)}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-top:48px;position:relative}
.process-grid::before{content:'';position:absolute;top:28px;left:10%;right:10%;height:2px;background:rgba(255,255,255,.25)}
.process-step{text-align:center;position:relative}.process-step__number{width:56px;height:56px;border-radius:50%;background:var(--white);color:var(--green);font-family:'Libre Baskerville',serif;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;position:relative;z-index:1;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.process-step h4{font-size:.95rem;margin-bottom:8px}.process-step p{font-size:.82rem;line-height:1.55}
.reviews-header{text-align:center;margin-bottom:48px}.reviews-rating{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px}
.reviews-stars{display:flex;gap:3px;color:#f4b400}.reviews-stars svg{width:20px;height:20px}.reviews-count{font-size:.9rem;color:#666}
.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.review-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:32px 28px;position:relative;border-left:3px solid var(--green)}
.review-card::before{content:'\201C';font-family:'Libre Baskerville',serif;font-size:4rem;color:var(--green-light);opacity:.25;position:absolute;top:8px;left:18px;line-height:1}
.review-card p{font-size:.9rem;line-height:1.7;color:#444;position:relative;z-index:1;font-style:italic}
.review-card__author{margin-top:16px;font-size:.82rem;font-weight:700;color:var(--green);font-style:normal}
.review-card__stars{display:flex;gap:2px;margin-top:6px;color:#f4b400}.review-card__stars svg{width:14px;height:14px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:40px}
.gallery-item{position:relative;overflow:hidden;border-radius:var(--radius-sm);cursor:pointer;aspect-ratio:4/3}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.06)}
.gallery-item::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0);transition:background .3s ease;pointer-events:none}.gallery-item:hover::after{background:rgba(0,0,0,.15)}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:9999;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.lightbox.active{display:flex;opacity:1}
.lightbox__img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:var(--radius-md);box-shadow:0 0 60px rgba(0,0,0,.5)}
.lightbox__close{position:absolute;top:20px;right:24px;width:44px;height:44px;background:rgba(255,255,255,.1);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.lightbox__close:hover{background:rgba(255,255,255,.25)}.lightbox__close svg{width:24px;height:24px;color:var(--white)}
.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:rgba(255,255,255,.1);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.lightbox__nav:hover{background:rgba(255,255,255,.25)}.lightbox__nav svg{width:24px;height:24px;color:var(--white)}
.lightbox__prev{left:20px}.lightbox__next{right:20px}
.lightbox__counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.7);font-size:.85rem;font-family:'Montserrat',sans-serif}
.pricing-box{max-width:720px;margin:0 auto;text-align:center}.pricing-box p{font-size:1rem;line-height:1.75;color:var(--text-muted)}.pricing-box .btn{margin-top:24px}
.financing-note{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:.82rem;color:var(--green);font-weight:600}.financing-note svg{width:16px;height:16px;flex-shrink:0}
.areas-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:24px}.areas-list span{background:var(--white);border:1px solid var(--border-light);padding:8px 18px;border-radius:50px;font-size:.85rem;font-weight:500}
.faq-list{max-width:800px;margin:40px auto 0}.faq-item{border-bottom:1px solid var(--border-light)}.faq-item:first-child{border-top:1px solid var(--border-light)}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;background:none;border:none;cursor:pointer;font-family:'Montserrat',sans-serif;font-size:.95rem;font-weight:600;color:var(--body-text);text-align:left;gap:16px}.faq-question:hover{color:var(--green)}
.faq-question svg{width:20px;height:20px;flex-shrink:0;transition:transform .3s ease;color:var(--green)}.faq-item.active .faq-question svg{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{padding:0 0 20px;font-size:.9rem;color:var(--text-muted);line-height:1.7}
.cta-band{background:var(--green);padding:64px 0}
.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:var(--max-width);margin:0 auto;padding:0 24px}
.cta-band h2{color:var(--white);font-size:clamp(1.3rem,2.5vw,1.7rem);max-width:560px}
.cta-band__actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.cta-band__phone{color:var(--white);font-size:1.1rem;font-weight:700;white-space:nowrap}
.form-map-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.form-map__form{background:var(--white);border-radius:var(--radius-lg);padding:36px 32px;box-shadow:var(--shadow-sm);border-top:4px solid var(--green)}
.form-map__map{border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column}
.form-map__map iframe{width:100%;height:340px;border:0;border-radius:var(--radius-lg) var(--radius-lg) 0 0}
.form-map__info{background:var(--white);padding:20px 24px;border:1px solid var(--border-light);border-top:0;border-radius:0 0 var(--radius-lg) var(--radius-lg);display:flex;flex-direction:column;gap:10px}
.form-map__info-item{display:flex;align-items:center;gap:10px;font-size:.85rem;color:var(--text-muted)}.form-map__info-item svg{width:16px;height:16px;flex-shrink:0;color:var(--green)}.form-map__info-item a{color:var(--green);font-weight:600}
.footer{background:#2a2a2a;color:rgba(255,255,255,.7);padding:56px 0 0}
.footer__inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;max-width:var(--max-width);margin:0 auto;padding:0 24px}
.footer__brand img{height:80px;margin-bottom:16px;filter:brightness(0) invert(1)}.footer__brand p{font-size:.85rem;line-height:1.6}
.footer__contact h4,.footer__links h4{color:var(--white);font-size:.95rem;margin-bottom:16px}
.footer__contact-item{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;margin-bottom:12px}.footer__contact-item svg{width:16px;height:16px;flex-shrink:0;color:var(--green-light);margin-top:2px}
.footer__links{display:flex;flex-direction:column}.footer__links a{font-size:.85rem;margin-bottom:10px;color:rgba(255,255,255,.7);transition:color .2s ease}.footer__links a:hover{color:var(--green-light)}
.footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding:20px 0;text-align:center;font-size:.75rem}.footer__bottom a{color:rgba(255,255,255,.5)}.footer__bottom a:hover{color:var(--white)}
.fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}
@media(max-width:1024px){.hero__inner{grid-template-columns:1fr;gap:40px}.hero-form{max-width:480px}.two-col{grid-template-columns:1fr;gap:40px}.problem-grid{grid-template-columns:repeat(2,1fr)}.package-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.process-grid{grid-template-columns:repeat(3,1fr)}.process-grid::before{display:none}.gallery-grid{grid-template-columns:repeat(3,1fr)}.footer__inner{grid-template-columns:1fr 1fr}.form-map-grid{grid-template-columns:1fr}}
@media(max-width:768px){.section{padding:56px 0}.header__info{gap:12px}.header__contact:not(.header__phone-wrap){display:none}.header .btn{display:none}.header__logo img{height:50px}.footer__brand img{height:50px}.utility-bar__inner{flex-wrap:wrap;gap:12px;font-size:.72rem}.hero{min-height:auto}.hero__inner{padding:40px 24px}.trust-chips{gap:8px}.trust-chip{font-size:.72rem;padding:6px 12px}.problem-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr;gap:32px;max-width:400px;margin-left:auto;margin-right:auto}.process-step{text-align:left;display:flex;gap:16px;align-items:flex-start}.process-step__number{margin:0;width:44px;height:44px;font-size:1rem;flex-shrink:0}.process-step__text{text-align:left}.cta-band__inner{flex-direction:column;text-align:center}.cta-band__actions{flex-direction:column;width:100%}.cta-band__actions .btn{width:100%}.footer__inner{grid-template-columns:1fr;gap:32px}.areas-list span{font-size:.78rem;padding:6px 14px}.lightbox__nav{width:40px;height:40px}.lightbox__prev{left:10px}.lightbox__next{right:10px}}
@media(max-width:480px){h1{font-size:1.6rem}h2{font-size:1.35rem}.hero-form{padding:28px 20px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.form-map__form{padding:28px 20px}}

/* ── Gravity Forms Overrides ── */
.hero-form .gform_wrapper,.form-map__form .gform_wrapper{margin:0 !important;padding:0 !important}
.hero-form .gform_wrapper input[type="text"],.hero-form .gform_wrapper input[type="email"],.hero-form .gform_wrapper input[type="tel"],.hero-form .gform_wrapper textarea,
.form-map__form .gform_wrapper input[type="text"],.form-map__form .gform_wrapper input[type="email"],.form-map__form .gform_wrapper input[type="tel"],.form-map__form .gform_wrapper textarea{
  width:100% !important;padding:13px 16px !important;border:1px solid #e2e5ea !important;border-radius:6px !important;font-family:'Montserrat',sans-serif !important;font-size:.9rem !important;background:#fafafa !important;box-sizing:border-box !important;transition:border-color .2s ease !important}
.hero-form .gform_wrapper input:focus,.hero-form .gform_wrapper textarea:focus,
.form-map__form .gform_wrapper input:focus,.form-map__form .gform_wrapper textarea:focus{border-color:#319b47 !important;background:#fff !important;outline:none !important}
.hero-form .gform_wrapper textarea,.form-map__form .gform_wrapper textarea{min-height:80px !important;resize:vertical !important}
.hero-form .gform_wrapper .gform_title,.form-map__form .gform_wrapper .gform_title{display:none !important}
.hero-form .gform_wrapper .gform_description,.form-map__form .gform_wrapper .gform_description{display:none !important}
.hero-form .gform_wrapper .gfield,.form-map__form .gform_wrapper .gfield{margin-bottom:14px !important;padding:0 !important}
.hero-form .gform_wrapper .gfield_label,.form-map__form .gform_wrapper .gfield_label{font-family:'Montserrat',sans-serif !important;font-size:.85rem !important;font-weight:600 !important;color:#222 !important;margin-bottom:6px !important}
.hero-form .gform_wrapper .gform_button,.hero-form .gform_wrapper input[type="submit"],
.form-map__form .gform_wrapper .gform_button,.form-map__form .gform_wrapper input[type="submit"]{
  width:100% !important;padding:16px 40px !important;background:#319b47 !important;color:#fff !important;border:none !important;border-radius:6px !important;font-family:'Montserrat',sans-serif !important;font-size:1rem !important;font-weight:600 !important;cursor:pointer !important;transition:all .25s ease !important;margin-top:4px !important}
.hero-form .gform_wrapper .gform_button:hover,.form-map__form .gform_wrapper .gform_button:hover{background:#278a3a !important;transform:translateY(-1px) !important}
.hero-form .gform_wrapper .gform_fields,.form-map__form .gform_wrapper .gform_fields{grid-template-columns:1fr !important}
.hero-form .gform_wrapper .ginput_container,.form-map__form .gform_wrapper .ginput_container{width:100% !important}
.hero-form .gform_wrapper .gform_footer,.form-map__form .gform_wrapper .gform_footer{padding:0 !important;margin:0 !important}
.hero-form .gform_wrapper .gform_validation_errors,.form-map__form .gform_wrapper .gform_validation_errors{margin-bottom:16px !important}
.form-map__form .gform_wrapper{display:block !important}