@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: 'Nunito', sans-serif; color: #2d2d2d; background: #fff; font-size: 16px; line-height: 1.7; }

h1, h2, h3 { font-family: 'Lora', serif; font-weight: 600; line-height: 1.25; color: #1a1a1a; }
h1 { font-size: clamp(28px, 5vw, 46px); }
h2 { font-size: clamp(22px, 4vw, 34px); }
h3 { font-size: 19px; }
p { color: #555; }
a { color: #2a6e3f; }

/* ── Utilities ── */
.section { padding: 72px 5%; }
.section-bg { background: #f6fdf8; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header p { max-width: 520px; margin: 12px auto 0; font-size: 17px; }
.badge { display: inline-block; background: #e8f5ed; color: #2a6e3f; font-size: 13px; font-weight: 700; padding: 5px 14px; border-radius: 50px; margin-bottom: 18px; }

.btn-primary { display: inline-block; background: #2a6e3f; color: #fff !important; padding: 14px 28px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 15px; font-family: 'Nunito', sans-serif; transition: all 0.2s; border: none; cursor: pointer; }
.btn-primary:hover { background: #1f5630; transform: translateY(-1px); }
.btn-secondary { display: inline-block; background: #fff; color: #2a6e3f !important; padding: 14px 28px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 15px; border: 2px solid #2a6e3f; transition: all 0.2s; }
.btn-secondary:hover { background: #f0f9f3; }

/* ── Nav ── */
nav { background: #fff; border-bottom: 1px solid #eee; padding: 0 5%; display: flex; justify-content: space-between; align-items: center; height: 64px; position: sticky; top: 0; z-index: 100; }
.logo { font-size: 18px; font-weight: 800; color: #2a6e3f; letter-spacing: -0.3px; text-decoration: none; }
.logo span { color: #f0833a; }
nav ul { list-style: none; display: flex; gap: 24px; align-items: center; }
nav ul li a { text-decoration: none; color: #555; font-weight: 600; font-size: 14px; transition: color 0.2s; }
nav ul li a:hover { color: #2a6e3f; }
.nav-cta { background: #2a6e3f; color: #fff !important; padding: 8px 18px; border-radius: 50px; }
.nav-cta:hover { background: #1f5630 !important; }
.nav-toggle { display: none; background: none; border: none; font-size: 26px; cursor: pointer; color: #2a6e3f; line-height: 1; }

/* ── Hero (homepage) ── */
.hero { background: linear-gradient(135deg, #f6fdf8 0%, #fff9f4 100%); padding: 72px 5% 64px; }
.hero-inner { max-width: 660px; }
.hero h1 { margin-bottom: 18px; }
.hero h1 em { font-style: italic; color: #2a6e3f; }
.hero-lead { font-size: 17px; color: #444; margin-bottom: 32px; max-width: 580px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── Page hero (inner pages) ── */
.page-hero { background: linear-gradient(135deg, #f6fdf8, #fff9f4); padding: 56px 5% 48px; border-bottom: 1px solid #e8e8e8; }
.page-hero h1 { margin-bottom: 14px; max-width: 700px; }
.page-hero p { font-size: 17px; max-width: 600px; color: #444; }

/* ── Trust bar ── */
.trust-bar { background: #2a6e3f; padding: 16px 5%; display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.trust-item { color: #fff; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }

/* ── Service cards ── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.service-card { background: #fff; border: 1.5px solid #e8e8e8; border-radius: 20px; padding: 28px 24px; transition: all 0.25s; text-decoration: none; display: block; color: inherit; }
.service-card:hover { border-color: #2a6e3f; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(42,110,63,0.1); }
.service-card .icon { font-size: 38px; margin-bottom: 12px; display: block; }
.service-card h3 { font-size: 18px; margin-bottom: 8px; }
.service-card p { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 12px; }
.service-tag { display: inline-block; background: #e8f5ed; color: #2a6e3f; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 50px; margin: 2px 2px 2px 0; }

/* ── Good fit / Not suitable ── */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 860px; margin: 0 auto; }
.fit-box { border-radius: 20px; padding: 28px 24px; }
.fit-box.good { background: #f0f9f3; border: 1.5px solid #c8e6d4; }
.fit-box.not { background: #fff8f6; border: 1.5px solid #fcd4c4; }
.fit-box h3 { font-size: 16px; margin-bottom: 16px; font-family: 'Nunito', sans-serif; font-weight: 800; letter-spacing: 0.2px; }
.fit-box.good h3 { color: #2a6e3f; }
.fit-box.not h3 { color: #c0392b; }
.fit-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.fit-list li { font-size: 14px; color: #444; display: flex; align-items: flex-start; gap: 9px; line-height: 1.4; }
.fit-list li::before { flex-shrink: 0; margin-top: 1px; font-weight: 800; }
.fit-box.good .fit-list li::before { content: '✓'; color: #2a6e3f; }
.fit-box.not .fit-list li::before { content: '✕'; color: #c0392b; }

/* ── Boundary / notice boxes ── */
.notice-box { background: #fffbec; border: 1.5px solid #f0d060; border-radius: 16px; padding: 22px 28px; }
.notice-box p { color: #5a4700; font-size: 15px; margin: 0; }
.warn-box { background: #fff8f6; border: 1.5px solid #fcd4c4; border-radius: 16px; padding: 20px 24px; }
.warn-box p { color: #8b2500; font-size: 14px; margin: 0; }

/* ── Can/Can't lists ── */
.can-list, .cant-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.can-list li, .cant-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #333; line-height: 1.5; }
.can-list li::before { content: '✓'; background: #2a6e3f; color: #fff; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; margin-top: 2px; }
.cant-list li::before { content: '✕'; background: #e74c3c; color: #fff; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; margin-top: 2px; }

/* ── Two-column layouts ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.card { background: #f6fdf8; border: 1.5px solid #c8e6d4; border-radius: 20px; padding: 28px 24px; }
.card h3 { color: #2a6e3f; margin-bottom: 16px; font-size: 18px; }

/* ── CTA banner ── */
.cta-banner { background: linear-gradient(135deg, #2a6e3f, #1a4a28); padding: 64px 5%; text-align: center; }
.cta-banner h2 { color: #fff; margin-bottom: 14px; }
.cta-banner p { color: rgba(255,255,255,0.85); font-size: 17px; margin-bottom: 30px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-banner .btn-primary { background: #fff; color: #2a6e3f !important; }
.cta-banner .btn-primary:hover { background: #f0f9f3; transform: translateY(-1px); }
.cta-banner .btn-secondary { border-color: rgba(255,255,255,0.5); color: #fff !important; background: transparent; margin-left: 12px; }
.cta-banner .btn-secondary:hover { background: rgba(255,255,255,0.1); }

/* ── About ── */
.about-flex { display: flex; align-items: flex-start; gap: 56px; }
.about-img { flex-shrink: 0; width: 300px; height: 260px; background: #d4eddc; border-radius: 24px; display: flex; align-items: center; justify-content: center; font-size: 80px; }
.about-text h2 { margin-bottom: 16px; }
.about-text p { margin-bottom: 12px; }
.highlights { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.highlight { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: #2a6e3f; }
.highlight::before { content: '✓'; background: #2a6e3f; color: #fff; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }

/* ── Prices ── */
.prices-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.price-card { background: #fff; border: 1.5px solid #e8e8e8; border-radius: 20px; padding: 28px 24px; }
.price-card .icon { font-size: 32px; margin-bottom: 12px; display: block; }
.price-card h3 { font-size: 17px; margin-bottom: 6px; }
.price-card .price-note { font-size: 14px; color: #666; margin-bottom: 8px; }
.price-card .placeholder { font-size: 12px; color: #aaa; font-style: italic; }

/* ── Contact / Form ── */
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin-bottom: 32px; }
.contact-card { background: #f6fdf8; border: 1.5px solid #c8e6d4; border-radius: 16px; padding: 22px 16px; text-align: center; }
.contact-card .icon { font-size: 26px; margin-bottom: 8px; }
.contact-card h4 { font-size: 12px; font-weight: 700; color: #2a6e3f; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.contact-card p { font-size: 14px; color: #333; font-weight: 600; margin: 0; }
.contact-card a { color: #333; text-decoration: none; }
.contact-card a:hover { color: #2a6e3f; text-decoration: underline; }
.quote-form { background: #f6fdf8; border-radius: 20px; padding: 32px; }
.quote-form h3 { font-size: 20px; font-weight: 700; color: #1a1a1a; margin-bottom: 24px; text-align: center; font-family: 'Nunito', sans-serif; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 13px; font-weight: 700; color: #444; }
.form-group input, .form-group select, .form-group textarea { padding: 12px 16px; border: 1.5px solid #ddd; border-radius: 10px; font-family: 'Nunito', sans-serif; font-size: 15px; color: #333; outline: none; transition: border 0.2s; background: #fff; width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #2a6e3f; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-submit { width: 100%; background: #2a6e3f; color: #fff; padding: 16px; border: none; border-radius: 50px; font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.2s; margin-top: 8px; }
.form-submit:hover { background: #1f5630; }
.form-submit:disabled { background: #999; cursor: not-allowed; }

/* ── Footer ── */
footer { background: #1a2e1e; color: #8fba9b; padding: 48px 5% 24px; }
.footer-inner { display: grid; grid-template-columns: 2fr 2fr 1fr; gap: 40px; margin-bottom: 32px; }
.footer-logo a { font-size: 17px; font-weight: 800; color: #fff; text-decoration: none; }
.footer-logo a span { color: #f0833a; }
.footer-logo p { font-size: 13px; margin-top: 8px; }
.footer-col h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #c8e6d4; margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { color: #8fba9b; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-col ul li a:hover { color: #fff; }
.footer-col p { font-size: 14px; margin-bottom: 6px; }
.footer-col a { color: #8fba9b; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #2a4a32; padding-top: 20px; text-align: center; font-size: 12px; }

/* ── Mobile ── */
@media (max-width: 768px) {
  nav ul { display: none; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: #fff; border-bottom: 2px solid #eee; padding: 20px 5%; gap: 16px; box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
  nav ul.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { padding: 48px 5% 40px; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .fit-grid, .two-col { grid-template-columns: 1fr; }
  .about-flex { flex-direction: column; }
  .about-img { width: 100%; }
  .services-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .trust-bar { gap: 16px; }
  .cta-banner .btn-secondary { margin-left: 0; margin-top: 12px; display: block; text-align: center; }
  .prices-grid { grid-template-columns: 1fr; }
}
