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

:root {
  --green: #006400;
  --green-light: #1a7a1a;
  --green-pale: #e8f5e8;
  --green-mid: #004d00;
  --white: #ffffff;
  --off-white: #f7f9f7;
  --text: #1a1a1a;
  --text-muted: #333;
}

html { scroll-behavior: smooth; }
body { font-family: 'Nunito', sans-serif; background: var(--white); color: var(--text); overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: var(--green); display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 64px; box-shadow: 0 2px 12px rgba(0,0,0,0.15); }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo img { height: 40px; width: 40px; object-fit: contain; }
.nav-logo span { color: var(--white); font-weight: 800; font-size: 1.1rem; }
.nav-links { display: flex; gap: 8px; align-items: center; }
.nav-link { color: rgba(255,255,255,0.85); font-size: 0.85rem; font-weight: 700; text-decoration: none; padding: 6px 12px; border-radius: 999px; transition: background 0.2s; }
.nav-link:hover, .nav-link.active { background: rgba(255,255,255,0.15); color: white; }
.nav-cta { background: var(--white); color: var(--green); font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.85rem; padding: 8px 20px; border-radius: 999px; text-decoration: none; transition: background 0.2s, transform 0.15s; }
.nav-cta:hover { background: var(--green-pale); transform: scale(1.03); }

/* PAGE HERO */
.page-hero { margin-top: 64px; background: var(--green); padding: 70px 2rem 80px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(255,255,255,0.03) 40px, rgba(255,255,255,0.03) 80px); }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 1rem; position: relative; }
.page-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.85); max-width: 520px; margin: 0 auto; line-height: 1.7; position: relative; }
.wave { display: block; width: 100%; background: var(--green); line-height: 0; }
.wave svg { display: block; width: 100%; }

/* SECTIONS */
section { padding: 80px 2rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 0.75rem; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; color: var(--text); line-height: 1.15; margin-bottom: 1rem; }
.section-sub { font-size: 1.05rem; color: var(--text-muted); line-height: 1.7; max-width: 600px; margin-bottom: 3rem; }

/* BUTTONS */
.btn-primary { display: inline-block; background: var(--green); color: var(--white); font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 1rem; padding: 14px 36px; border-radius: 999px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(0,100,0,0.2); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,100,0,0.3); }

/* SERVICES */
.services-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.service-card { background: var(--off-white); border-radius: 18px; padding: 28px 24px; transition: transform 0.2s, box-shadow 0.2s; border: 1.5px solid transparent; min-width: 240px; flex: 1 1 240px; max-width: 320px; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,100,0,0.1); border-color: var(--green-pale); }
.service-icon { font-size: 2rem; margin-bottom: 14px; }
.service-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--text); margin-bottom: 8px; }
.service-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }

/* PC CARDS */
.pc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 24px; }
.pc-card { background: var(--white); border: 2px solid #e0e0e0; border-radius: 20px; padding: 32px 28px; position: relative; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.pc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,100,0,0.12); border-color: var(--green); }
.pc-card.featured { border-color: var(--green); box-shadow: 0 8px 30px rgba(0,100,0,0.15); }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--green); color: var(--white); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 16px; border-radius: 999px; white-space: nowrap; }
.tier-name { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); margin-bottom: 6px; }
.pc-card h3 { font-size: 1.6rem; font-weight: 900; color: var(--text); margin-bottom: 4px; }
.pc-tagline { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 20px; line-height: 1.5; }
.pc-price { font-size: 2.2rem; font-weight: 900; color: var(--green); margin-bottom: 20px; }
.spec-list { list-style: none; margin-bottom: 24px; }
.spec-list li { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: var(--text); padding: 7px 0; border-bottom: 1px solid #f0f0f0; font-weight: 700; }
.spec-list li:last-child { border-bottom: none; }
.spec-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.spec-label { color: var(--text-muted); font-weight: 400; margin-right: 4px; }
.card-btn { display: block; text-align: center; background: var(--green); color: var(--white); font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.9rem; padding: 12px; border-radius: 999px; text-decoration: none; transition: background 0.2s, transform 0.15s; }
.card-btn:hover { background: var(--green-light); transform: scale(1.02); }

/* TESTIMONIALS */
.testimonials-bg { background: var(--green); }
.testimonials-bg .section-label { color: #a8d5a8; }
.testimonials-bg .section-title { color: var(--white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.testimonial-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 18px; padding: 28px 24px; transition: background 0.2s; }
.testimonial-card:hover { background: rgba(255,255,255,0.16); }
.stars { color: #fbbf24; font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-text { font-size: 0.95rem; color: rgba(255,255,255,0.9); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.testimonial-name { font-size: 0.85rem; font-weight: 800; color: var(--white); }
.testimonial-meta { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-top: 2px; }
.google-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.8); font-size: 0.75rem; font-weight: 700; padding: 4px 12px; border-radius: 999px; margin-top: 1.5rem; border: 1px solid rgba(255,255,255,0.2); }

/* CONTACT */
.contact-method { display: flex; align-items: center; gap: 16px; background: var(--white); border-radius: 16px; padding: 20px 24px; margin-bottom: 16px; border: 1.5px solid #e8e8e8; text-decoration: none; transition: border-color 0.2s, transform 0.15s; }
.contact-method:hover { border-color: var(--green); transform: translateX(4px); }
.contact-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-method-label { font-size: 0.78rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.contact-method-value { font-size: 1rem; font-weight: 800; color: var(--text); }

/* FOOTER */
footer { background: var(--green-mid); color: rgba(255,255,255,0.7); text-align: center; padding: 28px 2rem; font-size: 0.85rem; font-weight: 700; }
footer a { color: rgba(255,255,255,0.9); text-decoration: none; }

@media (max-width: 768px) { .nav-links { display: none; } }
@media (max-width: 600px) { section { padding: 60px 1.25rem; } .page-hero { padding: 60px 1.25rem 70px; } nav { padding: 0 1.25rem; } }
