/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #111; line-height: 1.6; overflow-x: hidden; -webkit-text-size-adjust: 100%; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.hidden { display: none !important; }
.text-center { text-align: center; }
.text-muted { color: #6b7280; font-size: 0.875rem; }

/* Container */
.container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.container-sm { max-width: 672px; margin: 0 auto; padding: 0 1.5rem; }

/* Buttons */
.btn-primary { display: inline-block; background: #2D6A4F; color: #fff; padding: 0.75rem 2rem; border-radius: 9999px; font-weight: 700; font-size: 0.875rem; transition: all 0.3s; cursor: pointer; text-align: center; }
.btn-primary:hover { background: #1B4332; box-shadow: 0 10px 25px rgba(0,0,0,0.15); transform: translateY(-2px); }
.btn-outline { display: inline-block; border: 2px solid #fff; color: #fff; padding: 0.75rem 2rem; border-radius: 9999px; font-weight: 700; font-size: 0.875rem; transition: all 0.3s; cursor: pointer; text-align: center; }
.btn-outline:hover { background: #fff; color: #1B4332; }
.btn-lg { padding: 0.75rem 1.75rem; font-size: 0.9375rem; }
@media (min-width: 640px) { .btn-lg { padding: 1rem 3rem; font-size: 1.125rem; } }
.badge { display: inline-block; background: #1B4332; color: #fff; padding: 0.375rem 1rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 600; }

/* NAV */
.nav-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.1); transition: transform 0.3s; }
.nav-inner { max-width: 1280px; margin: 0 auto; padding: 0.75rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.nav-logo img { height: 3.5rem; }
.nav-links-desktop { display: none; gap: 2rem; align-items: center; }
.nav-links-desktop a { font-size: 0.875rem; font-weight: 500; color: #111; transition: color 0.2s; white-space: nowrap; }
.nav-links-desktop a:hover { color: #1B4332; }
.nav-actions { display: flex; align-items: center; gap: 1rem; }
.btn-quote-nav { background: #2D6A4F; color: #fff; padding: 0.5rem 1.5rem; border-radius: 9999px; font-weight: 600; font-size: 0.75rem; transition: all 0.3s; white-space: nowrap; }
.btn-quote-nav:hover { background: #1B4332; }
.mobile-toggle { display: flex; width: 2.5rem; height: 2.5rem; align-items: center; justify-content: center; background: none; border: none; font-size: 1.5rem; color: #111; cursor: pointer; }
.mobile-menu { border-top: 1px solid #e5e7eb; padding: 1rem; }
.mobile-menu a { display: block; padding: 0.5rem 0; font-size: 1rem; font-weight: 500; color: #111; transition: color 0.2s; }
.mobile-menu a:hover { color: #1B4332; }

@media (min-width: 768px) {
    .nav-links-desktop { display: flex; }
    .mobile-toggle { display: none; }
    .nav-logo img { height: 5rem; }
}
@media (min-width: 1024px) {
    .nav-logo img { height: 6rem; }
}

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; background-size: cover; background-position: center; overflow: hidden; padding-top: 4rem; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.75), rgba(0,0,0,0.55), rgba(0,0,0,0.35)); }
.hero-content { position: relative; z-index: 10; max-width: 1280px; margin: 0 auto; padding: 3rem 1rem; width: 100%; }
@media (min-width: 768px) { .hero-content { padding: 5rem 1.5rem; } }
.hero-text { max-width: 672px; }
.hero-text h1 { font-size: 1.75rem; font-weight: 800; color: #fff; margin: 0.75rem 0; line-height: 1.15; }
.hero-text p { font-size: 1rem; color: #e5e7eb; margin-bottom: 1.5rem; line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.hero-badge { display: flex; align-items: center; gap: 0.5rem; color: #fff; }
.hero-badge i { font-size: 1.25rem; }
.hero-badge span { font-size: 0.75rem; font-weight: 500; }

@media (min-width: 640px) { .hero-text h1 { font-size: 2.25rem; } }
@media (min-width: 768px) { .hero-text h1 { font-size: 3rem; } }
@media (min-width: 1024px) { .hero-text h1 { font-size: 4.5rem; } }

/* COSTS SECTION */
.section-costs { padding: 2.5rem 0; background: #F8F6F3; }
.costs-grid { display: grid; gap: 1.5rem; align-items: center; }
.section-label { color: #1B4332; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
.costs-text h2 { font-size: 1.5rem; font-weight: 800; color: #111; margin-bottom: 1.5rem; }
@media (min-width: 640px) { .costs-text h2 { font-size: 1.875rem; } }
.cost-items { display: flex; flex-direction: column; gap: 1.5rem; }
.cost-item { display: flex; gap: 1rem; }
.cost-icon { flex-shrink: 0; }
.cost-icon i { font-size: 1.5rem; color: #dc2626; }
.cost-title { font-size: 1rem; font-weight: 500; color: #1f2937; margin-bottom: 0.25rem; }
.cost-price { font-size: 1.25rem; font-weight: 700; color: #FF6B35; }
.costs-bottom-bar { margin-top: 2rem; background: #2C2C2C; border-radius: 1rem; padding: 1rem 1.25rem; text-align: center; }
.costs-bottom-bar p { color: #fff; font-size: 0.875rem; font-weight: 500; }
@media (min-width: 768px) {
    .costs-bottom-bar { margin-top: 3rem; padding: 1.5rem 2rem; }
    .costs-bottom-bar p { font-size: 1rem; }
}
.costs-bottom-bar strong { color: #FF6B35; }

@media (min-width: 768px) {
    .section-costs { padding: 5rem 0; }
    .costs-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
    .costs-text h2 { font-size: 2.5rem; }
}

/* BEFORE/AFTER SLIDER */
.slider-container { position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); cursor: ew-resize; user-select: none; height: 280px; -webkit-user-select: none; touch-action: none; }
@media (min-width: 640px) { .slider-container { height: 380px; border-radius: 16px; } }
.slider-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.slider-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; transform: translateX(-50%); z-index: 10; box-shadow: 0 0 8px rgba(0,0,0,0.4); }
.slider-handle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; z-index: 11; box-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.slider-handle i { font-size: 18px; color: #1B4332; }
.slider-handle i:first-child { margin-right: -4px; }
.slider-handle i:last-child { margin-left: -4px; }
.slider-label { position: absolute; bottom: 16px; padding: 6px 16px; border-radius: 8px; font-weight: 700; font-size: 13px; z-index: 12; letter-spacing: 0.05em; color: #fff; }
.slider-label-before { left: 16px; background: rgba(220,38,38,0.9); }
.slider-label-after { right: 16px; background: rgba(45,106,79,0.9); }
.slider-hint { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.5); color: #fff; padding: 6px 20px; border-radius: 20px; font-size: 13px; font-weight: 500; z-index: 12; white-space: nowrap; }

@media (min-width: 768px) { .slider-container { height: 500px; } }
.slider-handle { -webkit-tap-highlight-color: transparent; }

/* WHY CHOOSE US */
.section-whyus { padding: 2.5rem 0; background: #fff; }
.whyus-grid { display: grid; gap: 1.5rem; align-items: center; }
.whyus-image-wrap { border-radius: 1.5rem; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.whyus-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.whyus-content { background: #fff; padding: 1.5rem; border-radius: 1.5rem; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.whyus-content h2 { font-size: 1.375rem; font-weight: 800; color: #111; margin: 1rem 0 1.5rem; }
@media (min-width: 640px) { .whyus-content h2 { font-size: 1.875rem; margin: 1.5rem 0 2rem; } }
.reasons { display: flex; flex-direction: column; gap: 1.5rem; }
.reason { display: flex; gap: 1rem; }
.reason-icon { flex-shrink: 0; }
.reason-icon i { font-size: 2rem; color: #1B4332; }
.reason h3 { font-size: 1.125rem; font-weight: 700; color: #111; margin-bottom: 0.5rem; }
.reason p { font-size: 0.875rem; color: #4b5563; line-height: 1.7; }

@media (min-width: 768px) {
    .section-whyus { padding: 5rem 0; }
    .whyus-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
    .whyus-content { padding: 3rem; }
    .whyus-content h2 { font-size: 2.5rem; }
}

/* STEPS */
.section-steps { padding: 2.5rem 0; background: #F8F6F3; }
.section-steps h2 { font-size: 1.5rem; font-weight: 800; color: #111; margin-bottom: 2rem; }
@media (min-width: 640px) { .section-steps h2 { font-size: 1.875rem; margin-bottom: 3rem; } }
.steps-wrapper { position: relative; }
.steps-line { display: none; }
.steps-grid { display: grid; gap: 1.5rem; }
.step { text-align: center; }
.step-circle { width: 4.5rem; height: 4.5rem; margin: 0 auto 0.75rem; background: #fff; border: 3px solid #1B4332; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 10; }
.step-circle span { font-size: 1.75rem; font-weight: 700; color: #1B4332; }
.step-card { background: #fff; border-radius: 1rem; padding: 1.25rem; box-shadow: 0 4px 6px rgba(0,0,0,0.07); min-height: 10rem; display: flex; flex-direction: column; }
@media (min-width: 640px) {
    .step-circle { width: 6rem; height: 6rem; border-width: 4px; }
    .step-circle span { font-size: 2.5rem; }
    .step-card { padding: 1.5rem; min-height: 14rem; }
}
@media (min-width: 768px) { .step-card { min-height: 16rem; } }
.step-card h3 { font-size: 1.25rem; font-weight: 700; color: #111; margin-bottom: 0.75rem; }
.step-card p { font-size: 0.875rem; color: #4b5563; line-height: 1.7; flex-grow: 1; }
.step-icon { text-align: right; }
.step-icon i { font-size: 1.5rem; color: #1B4332; }

@media (min-width: 640px) { .steps-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) {
    .section-steps { padding: 5rem 0; }
    .section-steps h2 { font-size: 2.5rem; }
    .steps-grid { grid-template-columns: repeat(4, 1fr); }
    .steps-line { display: block; position: absolute; top: 4rem; left: 60px; right: 60px; height: 4px; background: #1B4332; }
    .step-circle { width: 8rem; height: 8rem; }
}

/* GUARANTEE */
.section-guarantee { padding: 2.5rem 0; background: #1B4332; }
.guarantee-icon i { font-size: 3.5rem; color: #fff; }
.section-guarantee h2 { font-size: 1.75rem; font-weight: 800; color: #fff; margin: 0.75rem 0 0.5rem; letter-spacing: 0.05em; }
.guarantee-sub { font-size: 1rem; color: #bbf7d0; margin-bottom: 2rem; }
@media (min-width: 640px) {
    .guarantee-icon i { font-size: 5rem; }
    .section-guarantee h2 { font-size: 2.5rem; }
    .guarantee-sub { font-size: 1.25rem; margin-bottom: 3rem; }
}
.guarantee-grid { display: grid; gap: 1.5rem; margin-top: 2rem; }
.guarantee-item i { font-size: 2rem; color: #fff; margin-bottom: 0.5rem; }
@media (min-width: 640px) {
    .guarantee-grid { gap: 2rem; margin-top: 3rem; }
    .guarantee-item i { font-size: 2.5rem; margin-bottom: 0.75rem; }
}
.guarantee-item h3 { font-size: 1.125rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.guarantee-item p { font-size: 0.875rem; color: #dcfce7; }

@media (min-width: 640px) { .guarantee-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) {
    .section-guarantee { padding: 5rem 0; }
    .guarantee-icon i { font-size: 8rem; }
    .section-guarantee h2 { font-size: 4rem; }
}

/* CTA */
.section-cta { position: relative; padding: 3rem 0; background-size: cover; background-position: center; overflow: hidden; }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.6), rgba(0,0,0,0.7)); }
.cta-content { position: relative; z-index: 10; max-width: 1024px; margin: 0 auto; padding: 0 1.5rem; text-align: center; }
.section-label-white { color: #fff; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 1rem; }
.cta-content h2 { font-size: 1.5rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
.cta-content > p { font-size: 1.125rem; color: #e5e7eb; margin-bottom: 2rem; }
.cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-bottom: 2rem; }
.cta-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.cta-badge { background: rgba(255,255,255,0.2); backdrop-filter: blur(4px); color: #fff; padding: 0.5rem 1.5rem; border-radius: 9999px; display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; }
.cta-badge i { color: #86efac; }

@media (min-width: 768px) {
    .section-cta { padding: 5rem 0; }
    .cta-content h2 { font-size: 2.5rem; }
}
@media (min-width: 1024px) {
    .section-cta { padding: 8rem 0; }
}
@media (min-width: 1024px) { .cta-content h2 { font-size: 4.5rem; } }

/* QUOTE FORM */
.section-quote { padding: 2.5rem 0; background: #fff; }
.form-header { margin-bottom: 1.5rem; }
.form-header h2 { font-size: 1.5rem; font-weight: 800; color: #111; margin-bottom: 0.75rem; }
@media (min-width: 640px) {
    .section-quote { padding: 3rem 0; }
    .form-header { margin-bottom: 2rem; }
    .form-header h2 { font-size: 1.75rem; }
}
@media (min-width: 768px) {
    .section-quote { padding: 5rem 0; }
    .form-header { margin-bottom: 3rem; }
    .form-header h2 { font-size: 2rem; }
}
.form-header p { font-size: 1.125rem; color: #4b5563; }
.form-card { background: #F8F6F3; border-radius: 1rem; padding: 1.25rem; box-shadow: 0 4px 6px rgba(0,0,0,0.07); }
@media (min-width: 640px) { .form-card { border-radius: 1.5rem; padding: 2rem; } }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 600; color: #111; margin-bottom: 0.5rem; }
.form-group input, .form-group textarea { width: 100%; padding: 0.75rem 1rem; border-radius: 0.5rem; border: 1px solid #d1d5db; outline: none; transition: all 0.2s; font-size: 0.875rem; font-family: inherit; }
.form-group input:focus, .form-group textarea:focus { border-color: #1B4332; box-shadow: 0 0 0 3px rgba(27,67,50,0.1); }
.form-group textarea { resize: none; }
.form-row { display: grid; gap: 1.5rem; }
.char-hint { font-size: 0.75rem; color: #6b7280; margin-top: 0.25rem; }
.btn-submit { width: 100%; background: #2D6A4F; color: #fff; padding: 1rem 2rem; border-radius: 9999px; font-weight: 700; font-size: 1rem; border: none; cursor: pointer; transition: all 0.3s; font-family: inherit; }
.btn-submit:hover { background: #1B4332; box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.success-icon { width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #2D6A4F; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.success-icon i { font-size: 2.5rem; color: #fff; }
.form-card h3 { font-size: 1.5rem; font-weight: 700; color: #111; margin-bottom: 0.75rem; }
.form-card > p { font-size: 1.125rem; color: #4b5563; margin-bottom: 0.5rem; }

@media (min-width: 768px) { .form-row { grid-template-columns: 1fr 1fr; } }

/* FOOTER */
.site-footer { background: #1A1A1A; color: #fff; padding: 2.5rem 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; }
@media (min-width: 640px) {
    .site-footer { padding: 3rem 0; }
    .footer-grid { gap: 2rem; }
}
@media (min-width: 768px) {
    .site-footer { padding: 4rem 0; }
    .footer-grid { gap: 3rem; margin-bottom: 3rem; }
}
.footer-logo { height: 3rem; margin-bottom: 1rem; }
.footer-tagline { color: #9ca3af; font-size: 0.875rem; }
.site-footer h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: 1rem; }
.site-footer ul { display: flex; flex-direction: column; gap: 0.5rem; }
.site-footer ul li { color: #9ca3af; font-size: 0.875rem; }
.site-footer ul a { color: #9ca3af; transition: color 0.2s; }
.site-footer ul a:hover { color: #fff; }
.footer-phone { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; word-break: break-all; }
@media (min-width: 640px) { .footer-phone { font-size: 1.5rem; word-break: normal; } }
.footer-email { color: #1B4332; font-size: 0.875rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.2); padding-top: 2rem; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; }
.footer-bottom p { color: #9ca3af; font-size: 0.875rem; }
.footer-bottom-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; color: #9ca3af; font-size: 0.75rem; }
.footer-bottom-badges span { display: flex; align-items: center; gap: 0.5rem; }
@media (min-width: 640px) { .footer-bottom-badges { gap: 1.5rem; font-size: 0.875rem; } }

@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(4, 1fr); } }

/* WordPress admin bar offset */
body.admin-bar .nav-bar { top: 32px; }
@media (max-width: 782px) { body.admin-bar .nav-bar { top: 46px; } }
