*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
.elementor-location-popup { display: none; }
.ti-widget.ti-goog .ti-header { display: none !important; }
body { font-family: 'Inter', sans-serif; color: #2c3e50; background: #fff; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select { font-family: inherit; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(221,225,235,0.6); }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; height: 56px; }
@media(min-width:640px){ .header-inner { height: 64px; padding: 0 24px; } }
@media(min-width:1024px){ .header-inner { padding: 0 40px; } }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-img img { max-width: 110px; width: 100%; height: auto; display: block; }
.logo-icon { width: 36px; height: 36px; background: #1B2B5E; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
@media(min-width:640px){ .logo-icon { width: 40px; height: 40px; } }
.logo-text { display: none; border-left: 1px solid #DDE1EB; padding-left: 10px; }
@media(min-width:640px){ .logo-text { display: block; } }
.logo-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; color: #1B2B5E; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1; }
.logo-sub { font-size: 8px; text-transform: uppercase; letter-spacing: 0.14em; color: #5D6A82; font-weight: 500; margin-top: 2px; }
.nav-desktop { display: none; align-items: center; gap: 4px; }
@media(min-width:768px){ .nav-desktop { display: flex; } }
.nav-link { padding: 6px 14px; border-radius: 6px; font-size: 13px; font-weight: 500; color: #1B2B5E; transition: background 0.2s; cursor: pointer; }
.nav-link:hover { background: rgba(27,43,94,0.06); }
.nav-link.active { background: #1B2B5E; color: #fff; }
.header-phone { display: flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 9999px; border: 1px solid rgba(27,43,94,0.12); background: rgba(27,43,94,0.04); transition: background 0.2s; flex-shrink: 0; }
@media(min-width:640px){ .header-phone { padding: 8px 16px; } }
.header-phone:hover { background: rgba(27,43,94,0.08); }
.phone-icon-circle { width: 24px; height: 24px; border-radius: 50%; background: #1B2B5E; display: flex; align-items: center; justify-content: center; }
@media(min-width:640px){ .phone-icon-circle { width: 28px; height: 28px; } }
.phone-text-wrap { display: none; flex-direction: column; }
@media(min-width:640px){ .phone-text-wrap { display: flex; } }
.phone-label { font-size: 8px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: #5D6A82; line-height: 1; margin-bottom: 2px; }
.phone-number-header { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; color: #1B2B5E; line-height: 1; }
.phone-mobile { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; color: #1B2B5E; }
@media(min-width:640px){ .phone-mobile { display: none; } }
.nav-mobile { display: flex; gap: 4px; padding: 0 16px 8px; margin-top: -4px; overflow-x: auto; }
@media(min-width:768px){ .nav-mobile { display: none; } }
.nav-mobile .nav-link { font-size: 11px; white-space: nowrap; background: rgba(27,43,94,0.05); }
.nav-mobile .nav-link.active { background: #1B2B5E; color: #fff; }
.hero-wrapper { position: relative; width: 100%; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); }
.hero { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 24px; padding: 24px 16px 32px; max-width: 1280px; margin: 0 auto; }
@media(min-width:640px){ .hero { padding: 24px 24px 32px; } }
@media(min-width:1024px){ .hero { flex-direction: row; gap: 56px; padding: 32px 40px; } }
.hero-content { flex: 1; display: flex; flex-direction: column; padding-top: 8px; align-items: flex-start;}
@media(min-width:1024px){ .hero-content { padding-top: 16px; } }
.hero h1 { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 24px; line-height: 1.15; }
@media(min-width:640px){ .hero h1 { font-size: 30px; } }
@media(min-width:1024px){ .hero h1 { font-size: 46px; line-height: 52px; } }
.hero h1 .white { color: #fff; }
.hero h1 .green { color: #d2e02f; }
.hero-desc { margin-top: 12px; font-family: 'Montserrat', sans-serif; font-weight: 600; color: #fff; font-size: 14px; line-height: 1.6; max-width: 560px; }
@media(min-width:640px){ .hero-desc { font-size: 16px; } }
@media(min-width:1024px){ .hero-desc { margin-top: 16px; font-size: 20px; line-height: 28px; } }
.hero-cta { margin-top: 16px; display: inline-flex; align-items: center; gap: 10px; background: #d2e02f; border-radius: 28px; padding: 0 20px; height: 44px; }
@media(min-width:640px){ .hero-cta { height: 48px; } }
@media(min-width:1024px){ .hero-cta { margin-top: 20px; } }
.hero-cta span { font-family: 'Montserrat', sans-serif; font-weight: 500; color: #292c00; font-size: 14px; white-space: nowrap; }
@media(min-width:640px){ .hero-cta span { font-size: 18px; } }
.form-card { width: 100%; flex-shrink: 0; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 40px -12px rgba(0,0,0,0.25); }
@media(min-width:1024px){ .form-card { width: 400px; } }
@media(min-width:1280px){ .form-card { width: 440px; } }
.form-banner { margin: 20px 16px 0; padding: 10px 16px; background: #2c3e50; border-radius: 10px; text-align: center; }
@media(min-width:640px){ .form-banner { margin: 24px 24px 0; } }
.form-banner p { color: #7ab82e; font-size: 14px; letter-spacing: 0.5px; line-height: 24px; }
@media(min-width:640px){ .form-banner p { font-size: 16px; } }
.lead-form { margin: 12px 16px 16px; display: flex; flex-direction: column; gap: 10px; }
@media(min-width:640px){ .lead-form { margin: 16px 24px 20px; } }
.form-input { height: 38px; border-radius: 8px; border: 1px solid #e5e7eb; font-size: 14px; color: #1a1a1a; padding: 0 12px; outline: none; transition: border-color 0.2s; width: 100%; }
@media(min-width:640px){ .form-input { height: 40px; } }
.form-input::placeholder { color: #99a1af; }
.form-input:focus { border-color: #7ab82e; }
.form-select { height: 38px; border-radius: 8px; border: 1px solid #e5e7eb; font-size: 14px; color: #1a1a1a; padding: 0 12px; outline: none; transition: border-color 0.2s; width: 100%; background: #fff; appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2399a1af' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
@media(min-width:640px){ .form-select { height: 40px; } }
.form-select:focus { border-color: #7ab82e; }
.form-btn { margin-top: 2px; height: 42px; background: #7ab82e; color: #fff; border: none; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; transition: background 0.2s; display: flex; align-items: center; justify-content: center; gap: 4px; width: 100%; }
@media(min-width:640px){ .form-btn { height: 46px; } }
.form-btn:hover { background: #6aa526; }
.form-btn:disabled { opacity: 0.7; cursor: not-allowed; }
.form-note { margin: 10px 16px 16px; text-align: center; font-size: 11px; color: #99a1af; }
@media(min-width:640px){ .form-note { margin: 10px 24px 20px; } }
.form-success { text-align: center; padding: 32px 16px; }
.form-success .check-circle { width: 48px; height: 48px; background: rgba(122,184,46,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.form-success h4 { font-size: 18px; font-weight: 600; color: #2c3e50; margin-bottom: 4px; }
.form-success p { font-size: 14px; color: #99a1af; }
.highlights { width: 100%; background: #000; }
.highlights-grid { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 1280px; margin: 0 auto; }
@media(min-width:1024px){ .highlights-grid { grid-template-columns: repeat(4, 1fr); } }
.highlight-item { display: flex; align-items: center; gap: 8px; padding: 12px; }
@media(min-width:640px){ .highlight-item { padding: 14px 20px; } }
.hl-title { font-size: 11px; color: #fff; line-height: 16px; }
@media(min-width:640px){ .hl-title { font-size: 12px; } }
.hl-sub { font-size: 9px; color: rgba(255,255,255,0.5); }
@media(min-width:640px){ .hl-sub { font-size: 10px; } }
.hl-border-r { border-right: 1px solid rgba(255,255,255,0.08); }
.hl-border-b { border-bottom: 1px solid rgba(255,255,255,0.08); }
@media(min-width:1024px){ .hl-border-b { border-bottom: none; } }
.icon-sm { width: 14px; height: 14px; flex-shrink: 0; }
.section-label { display: flex; align-items: center; gap: 8px; justify-content: center; }
.section-label .line { width: 32px; height: 2px; background: #7ab82e; }
.section-label span { font-size: 11px; color: #7ab82e; letter-spacing: 1.2px; text-transform: uppercase; }
.section-title { font-size: 20px; font-weight: 600; text-align: center; line-height: 1.25; margin-top: 12px; }
@media(min-width:640px){ .section-title { font-size: 24px; } }
@media(min-width:1024px){ .section-title { font-size: 30px; } }
.section-title .dark { color: #2c3e50; }
.section-title .green { color: #7ab82e; }
.section-desc { margin-top: 10px; font-family: 'Montserrat', sans-serif; font-weight: 500; color: #6a7282; font-size: 14px; text-align: center; line-height: 1.6; max-width: 900px; margin-left: auto; margin-right: auto; }
@media(min-width:640px){ .section-desc { font-size: 16px; } }
.services { padding: 32px 16px; display: flex; flex-direction: column; align-items: center; }
@media(min-width:640px){ .services { padding: 40px 16px; } }
.services-grid { margin-top: 24px; display: flex; flex-direction: column; gap: 24px; width: 100%; max-width: 1050px; }
@media(min-width:640px){ .services-grid { flex-direction: row; gap: 32px; margin-top: 32px; } }
.service-card { flex: 1; }
.service-img { width: 100%; height: 160px; border-radius: 8px; object-fit: cover; }
@media(min-width:640px){ .service-img { height: 208px; } }
.service-card h3 { margin-top: 16px; font-weight: 500; font-size: 16px; color: #2c3e50; }
@media(min-width:640px){ .service-card h3 { font-size: 18px; } }
.service-card .accent-line { width: 32px; height: 2px; background: #7ab82e; margin-top: 8px; }
.service-card p { margin-top: 10px; font-size: 14px; color: #6a7282; line-height: 1.6; }
.service-card .cta-link { margin-top: 12px; display: inline-flex; align-items: center; gap: 4px; font-size: 14px; color: #7ab82e; }
.reviews { width: 100%; background: #172737; padding: 32px 16px; overflow: hidden; }
@media(min-width:640px){ .reviews { padding: 40px 16px; } }
.reviews-inner { max-width: 1280px; margin: 0 auto; }
.reviews-header { display: flex; flex-direction: column; gap: 6px; margin-bottom: 24px; }
.reviews-header .label-row { display: flex; align-items: center; gap: 8px; }
.reviews-header .label-row .line { width: 20px; height: 2px; background: #7ab82e; }
.reviews-header .label-row span { font-size: 11px; color: #7ab82e; letter-spacing: 1.2px; }
.reviews-header h2 { font-weight: 500; font-size: 20px; }
@media(min-width:640px){ .reviews-header h2 { font-size: 24px; } }
@media(min-width:1024px){ .reviews-header h2 { font-size: 28px; } }
.reviews-header h2 .white { color: #fff; }
.reviews-header h2 .green { color: #7ab82e; }
.trustindex-widget { min-height: 200px; }
.roof-types { padding: 32px 16px; display: flex; flex-direction: column; align-items: center; }
@media(min-width:640px){ .roof-types { padding: 40px 16px; } }
.roof-grid { display: grid; grid-template-columns: 1fr; gap: 16px; width: 100%; max-width: 1150px; margin: 0 auto; }
@media(min-width:640px){ .roof-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media(min-width:1024px){ .roof-grid { grid-template-columns: repeat(3, 1fr); } }
.roof-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 2px -1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1); display: flex; flex-direction: column; }
.roof-card-img { height: 144px; position: relative; background-size: cover; background-position: center; }
@media(min-width:640px){ .roof-card-img { height: 176px; } }
.roof-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%); }
.roof-badge { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 2px 10px; border-radius: 9999px; font-size: 11px; color: #fff; letter-spacing: 0.6px; }
.roof-card-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
@media(min-width:640px){ .roof-card-body { padding: 16px 20px; } }
.roof-card-body h3 { font-weight: 500; color: #2c3e50; font-size: 16px; margin-bottom: 8px; }
@media(min-width:640px){ .roof-card-body h3 { font-size: 18px; } }
.roof-card-body p { font-size: 13px; color: #6a7282; line-height: 1.6; margin-bottom: 12px; }
@media(min-width:640px){ .roof-card-body p { font-size: 14px; } }
.roof-card-body .accent-line { width: 32px; height: 2px; background: #7ab82e; margin-bottom: 12px; }
.roof-card-body ul { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.roof-card-body li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #4a5565; }
.roof-card-body .card-btn { margin-top: auto; width: 100%; padding: 10px; border-radius: 8px; border: 2px solid #7ab82e; background: #fff; color: #2c3e50; font-weight: 500; font-size: 14px; cursor: pointer; transition: background 0.2s; text-align: center; display: flex; align-items: center; justify-content: center; gap: 6px; }
.roof-card-body .card-btn:hover { background: rgba(122,184,46,0.05); }
.quote-modal,
.quote-modal[aria-hidden="true"],
.quote-modal[hidden] { position: fixed; inset: 0; z-index: 9999; display: none !important; align-items: center; justify-content: center; padding: 16px; }
.quote-modal.is-open[aria-hidden="false"] { display: flex !important; }
.quote-modal__backdrop { position: absolute; inset: 0; background: rgba(23,39,55,0.74); }
.quote-modal__dialog { position: relative; z-index: 1; width: 100%; max-width: 480px; }
.quote-modal__card { width: 100%; max-height: calc(100vh - 32px); overflow-y: auto; }
.quote-modal__close { position: absolute; top: -10px;right: -10px;z-index: 99999;width: 35px;height: 35px;border: 0;border-radius: 50%; background: #000; color: #fff; font-size: 24px; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;}
.quote-modal__title { margin: 20px 16px 0; font-family: 'Poppins', sans-serif; font-size: 22px; line-height: 1.2; color: #2c3e50; }
@media(min-width:640px){ .quote-modal__title { margin: 24px 24px 0; } }
body.quote-modal-open { overflow: hidden; }
.haven-card { background: #1B2B5E; cursor: pointer; transition: box-shadow 0.2s; }
.haven-card:hover { box-shadow: 0 8px 24px -4px rgba(27,43,94,0.35); }
.haven-card-img { background: linear-gradient(135deg, #1B2B5E, #2a4080); position: relative; overflow: hidden; }
.haven-card-img .bg-photo { position: absolute; inset: 0; background-image: url('../images/haven-card-bg.jpg'); background-size:cover; background-position: center; opacity: 0.3; }
.haven-card-img .gradient-overlay { position: absolute; inset: 0; background: linear-gradient(to top, #1B2B5E, transparent, transparent); }
.haven-card-img .bottom-label { position: absolute; bottom: 12px; left: 16px; display: flex; align-items: center; gap: 8px; z-index: 1; }
.haven-card-img .haven-logo-box { width: 28px; height: 28px; background: rgba(255,255,255,0.2); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.haven-card-img .haven-name { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #fff; font-size: 14px; letter-spacing: 0.1em; }
.haven-card .roof-card-body h3 { color: #fff; }
.haven-card .roof-card-body p { color: rgba(255,255,255,0.7); }
.haven-card .roof-card-body .accent-line { background: #7A9118; }
.haven-card .roof-card-body li { color: rgba(255,255,255,0.8); }
.haven-card .roof-card-body .card-btn { background: #7A9118; border-color: #7A9118; color: #fff; }
.haven-card .roof-card-body .card-btn:hover { background: #8da61c; }
.differentiators { width: 100%; background: #182838; display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 32px 16px; }
@media(min-width:640px){ .differentiators { gap: 28px; padding: 40px 16px; } }
.diff-label span { color: #d2e02f; }
.diff-label .line { background: #d2e02f; }
.diff-subtitle { color: rgba(255,255,255,0.5); font-size: 14px; text-align: center; margin-top: 4px; }
.diff-grid { display: grid; grid-template-columns: 1fr; gap: 10px; width: 100%; max-width: 1050px; }
@media(min-width:640px){ .diff-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media(min-width:1024px){ .diff-grid { grid-template-columns: repeat(3, 1fr); } }
.diff-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 14px; display: flex; gap: 12px; }
@media(min-width:640px){ .diff-card { padding: 16px; } }
.diff-card-icon { width: 32px; height: 32px; flex-shrink: 0; font-size: 28px; display: flex; align-items: center; justify-content: center; }
.diff-card h4 { font-weight: 500; color: #fff; font-size: 13px; }
@media(min-width:640px){ .diff-card h4 { font-size: 14px; } }
.diff-card p { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.6; }
@media(min-width:640px){ .diff-card p { font-size: 13px; } }
.financing-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; max-width: 1050px; }
.financing-item { display: flex; align-items: center; gap: 8px; padding: 8px; }
@media(min-width:640px){ .financing-item { padding: 12px; } }
.financing-dot { width: 6px; height: 6px; background: #d2e02f; border-radius: 50%; flex-shrink: 0; }
.financing-item span { font-weight: 700; color: #fff; font-size: 11px; letter-spacing: 0.35px; }
@media(min-width:640px){ .financing-item span { font-size: 12px; } }
.financing-sep { width: 1px; height: 16px; background: rgba(255,255,255,0.19); display: none; }
@media(min-width:640px){ .financing-sep { display: block; } }
.faq-section { width: 100%; background: #f0f3f7; padding: 32px 16px; }
@media(min-width:640px){ .faq-section { padding: 40px 16px; } }
@media(min-width:1024px){ .faq-section { padding: 48px 16px; } }
.faq-inner { max-width: 1150px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
@media(min-width:1024px){ .faq-inner { flex-direction: row; gap: 32px; } }
.faq-left { flex: 1; min-width: 0; }
.faq-title { font-family: 'Poppins', sans-serif; font-weight: 600; color: #2c3e50; font-size: 20px; margin-bottom: 16px; margin-top: 10px; }
@media(min-width:640px){ .faq-title { font-size: 24px; } }
@media(min-width:1024px){ .faq-title { font-size: 30px; } }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border-radius: 8px; padding: 0 16px; }
.faq-question { width: 100%; padding: 10px 0; display: flex; justify-content: space-between; align-items: center; background: none; border: none; cursor: pointer; font-weight: 500; font-size: 13px; color: #2c3e50; text-align: left; }
@media(min-width:640px){ .faq-question { font-size: 14px; padding: 12px 0; } }
.faq-question .chevron { width: 16px; height: 16px; flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-question .chevron { transform: rotate(180deg); }
.faq-answer { display: none; padding-bottom: 12px; font-size: 14px; color: #2c3e50; line-height: 1.6; }
.faq-item.open .faq-answer { display: block; }
.faq-right { width: 100%; flex-shrink: 0; }
@media(min-width:1024px){ .faq-right { width: 330px; padding-top: 72px; } }
.faq-form-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px -6px rgba(0,0,0,0.09); }
@media(min-width:1024px){ .faq-form-card { position: sticky; top: 80px; } }
.footer { background: #182838; padding: 20px 16px 0; }
@media(min-width:640px){ .footer { padding: 20px 24px 0; } }
@media(min-width:1024px){ .footer { padding: 20px 40px 0; } }
.footer-inner { max-width: 1150px; margin: 0 auto; }
.footer-bottom { display: flex; flex-direction: column; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.1); padding: 12px 0; gap: 6px; }
@media(min-width:640px){ .footer-bottom { flex-direction: row; gap: 0; } }
.footer-bottom span { font-size: 10px; color: rgba(255,255,255,0.4); }
@media(min-width:640px){ .footer-bottom span { font-size: 11px; } }
