@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@400;500;600&display=swap');

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

:root {
  --sky: #1a7fc1;
  --sky-dark: #0f5a8a;
  --sky-light: #e8f4fd;
  --steel: #0f1e2e;
  --steel-mid: #162335;
  --accent: #f59e0b;
  --accent-dark: #d97706;
  --white: #ffffff;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-400: #94a3b8;
  --gray-600: #475569;
  --gray-800: #1e293b;
  --success: #16a34a;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --nav-h: 68px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--gray-800); background: var(--white); line-height: 1.6; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  background: var(--steel);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.nav-links a { color: var(--gray-400); text-decoration: none; font-size: 0.875rem; font-weight: 500; padding: 0.4rem 0.75rem; border-radius: 6px; transition: color 0.2s, background 0.2s; }
.nav-links a:hover, .nav-links a.active { color: white; background: rgba(255,255,255,0.08); }
.nav-cta { background: var(--accent); color: var(--steel) !important; font-weight: 600 !important; padding: 0.45rem 1rem !important; border-radius: 6px !important; }
.nav-cta:hover { background: var(--accent-dark) !important; color: var(--steel) !important; }
.nav-phone { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--accent); text-decoration: none; letter-spacing: 0.02em; margin-right: 0.5rem; }
.nav-phone:hover { color: white; }
.hamburger span { background: white; }
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 48px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 0.25rem; }


/* HAMBURGER */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; transition: all 0.3s; }
.mobile-menu { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; background: var(--steel); padding: 1rem; z-index: 99; border-top: 1px solid rgba(255,255,255,0.08); flex-direction: column; gap: 0.25rem; }
.mobile-menu a { color: var(--gray-400); text-decoration: none; font-size: 1rem; font-weight: 500; padding: 0.6rem 0.75rem; border-radius: 6px; display: block; }
.mobile-menu a:hover { color: white; background: rgba(255,255,255,0.08); }
.mobile-menu.open { display: flex; }

/* PAGE OFFSET */
.page-body { padding-top: var(--nav-h); }

/* HERO */
.hero {
  background: linear-gradient(135deg, var(--steel) 0%, var(--steel-mid) 50%, #1a3a55 100%);
  padding: 5rem 2rem 4rem;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url('https://img1.wsimg.com/isteam/ip/dd897bbf-d2f8-474e-ae35-4d236e824679/1000235199.jpg') center/cover no-repeat;
  opacity: 0.12;
}
.hero-inner { max-width: 900px; margin: 0 auto; position: relative; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(245,158,11,0.15); border: 1px solid rgba(245,158,11,0.4); color: var(--accent); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.35rem 0.85rem; border-radius: 100px; margin-bottom: 1.25rem; }
.hero h1 { font-family: var(--font-display); font-size: clamp(2.8rem, 6vw, 4.5rem); font-weight: 800; color: white; line-height: 1.05; letter-spacing: 0.01em; margin-bottom: 1rem; text-transform: uppercase; }
.hero h1 span { color: var(--accent); }
.hero-sub { font-size: 1.1rem; color: rgba(255,255,255,0.75); max-width: 560px; margin-bottom: 1.75rem; line-height: 1.7; }
.guarantee-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--success); color: white; font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 0.6rem 1.25rem; border-radius: 100px; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: var(--steel); font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.85rem 1.75rem; border-radius: 8px; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: white; font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.85rem 1.75rem; border-radius: 8px; text-decoration: none; border: 2px solid rgba(255,255,255,0.3); transition: border-color 0.2s, background 0.2s; }
.btn-outline:hover { border-color: white; background: rgba(255,255,255,0.08); }

/* TRUST BAR */
.trust-bar { background: var(--sky); padding: 0.85rem 2rem; }
.trust-bar-inner { max-width: 900px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem 2.5rem; }
.trust-item { display: flex; align-items: center; gap: 8px; color: white; font-size: 0.875rem; font-weight: 500; }
.trust-item svg { width: 18px; height: 18px; flex-shrink: 0; }

/* SECTIONS */
section { padding: 4rem 2rem; }
.section-inner { max-width: 900px; margin: 0 auto; }
.section-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sky); margin-bottom: 0.5rem; }
.section-title { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.75rem); font-weight: 800; text-transform: uppercase; color: var(--steel); line-height: 1.1; margin-bottom: 1rem; }
.section-title span { color: var(--sky); }
.section-body { font-size: 1rem; color: var(--gray-600); max-width: 600px; line-height: 1.75; }

/* WHY US GRID */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.why-card { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 12px; padding: 1.5rem; }
.why-icon { width: 44px; height: 44px; background: var(--sky-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.why-icon svg { width: 22px; height: 22px; stroke: var(--sky); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.why-card h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--steel); margin-bottom: 0.4rem; }
.why-card p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.6; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.pricing-card { background: white; border: 1.5px solid var(--gray-200); border-radius: 12px; padding: 1.5rem; position: relative; }
.pricing-card.featured { border-color: var(--sky); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--sky); color: white; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 12px; border-radius: 100px; white-space: nowrap; }
.pricing-type { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sky); margin-bottom: 0.4rem; }
.pricing-name { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; text-transform: uppercase; color: var(--steel); margin-bottom: 0.75rem; line-height: 1.2; }
.pricing-price { font-family: var(--font-display); font-size: 2.5rem; font-weight: 800; color: var(--steel); line-height: 1; margin-bottom: 0.25rem; }
.pricing-price span { font-size: 1rem; font-weight: 500; color: var(--gray-400); }
.pricing-note { font-size: 0.8rem; color: var(--gray-400); margin-bottom: 1rem; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.25rem; }
.pricing-features li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.875rem; color: var(--gray-600); }
.pricing-features li::before { content: '✓'; color: var(--success); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.nnp-tag { display: inline-block; background: #dcfce7; color: #15803d; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.04em; padding: 3px 10px; border-radius: 100px; margin-top: 0.5rem; }

/* CARB CALLOUT */
.carb-callout { background: var(--steel); border-radius: 16px; padding: 2.5rem; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; margin-top: 3rem; }
.carb-callout h3 { font-family: var(--font-display); font-size: 1.6rem; font-weight: 800; text-transform: uppercase; color: white; margin-bottom: 0.75rem; }
.carb-callout p { color: rgba(255,255,255,0.7); font-size: 0.95rem; line-height: 1.7; }

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0.75rem; margin-top: 2rem; }
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; }

/* SERVICE AREA */
.area-section { background: var(--gray-50); }
.area-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.area-tag { background: white; border: 1px solid var(--gray-200); color: var(--gray-600); font-size: 0.875rem; font-weight: 500; padding: 0.4rem 1rem; border-radius: 100px; }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.testimonial-card { background: white; border: 1px solid var(--gray-200); border-radius: 12px; padding: 1.5rem; }
.stars { color: var(--accent); font-size: 1rem; margin-bottom: 0.75rem; letter-spacing: 2px; }
.testimonial-card p { font-size: 0.95rem; color: var(--gray-600); line-height: 1.7; font-style: italic; margin-bottom: 1rem; }
.testimonial-author { font-size: 0.85rem; font-weight: 600; color: var(--steel); }
.yelp-link { display: inline-flex; align-items: center; gap: 6px; color: var(--sky); font-size: 0.875rem; font-weight: 500; text-decoration: none; margin-top: 1.5rem; }
.yelp-link:hover { text-decoration: underline; }

/* FAQ */
.faq-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { border: 1px solid var(--gray-200); border-radius: 10px; overflow: hidden; }
.faq-q { width: 100%; background: white; border: none; text-align: left; padding: 1.1rem 1.25rem; font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: var(--steel); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q:hover { background: var(--gray-50); }
.faq-q .faq-arrow { flex-shrink: 0; transition: transform 0.25s; color: var(--sky); }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 1.25rem 1.1rem; font-size: 0.95rem; color: var(--gray-600); line-height: 1.75; border-top: 1px solid var(--gray-200); background: var(--gray-50); }
.faq-a ul { margin: 0.5rem 0 0 1rem; }
.faq-a ul li { margin-bottom: 0.25rem; }
.faq-item.open .faq-a { display: block; padding-top: 1rem; }

/* CONTACT FORM */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 2.5rem; align-items: start; }
.contact-info h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; text-transform: uppercase; color: var(--steel); margin-bottom: 1.25rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 1.25rem; }
.contact-detail-icon { width: 38px; height: 38px; background: var(--sky-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail-icon svg { width: 18px; height: 18px; stroke: var(--sky); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-detail strong { display: block; font-size: 0.8rem; font-weight: 600; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px; }
.contact-detail span, .contact-detail a { font-size: 0.95rem; color: var(--gray-800); text-decoration: none; }
.contact-detail a:hover { color: var(--sky); }
.contact-form { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 14px; padding: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--gray-600); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.4rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.7rem 0.9rem; border: 1.5px solid var(--gray-200); border-radius: 8px; font-family: var(--font-body); font-size: 0.95rem; color: var(--gray-800); background: white; transition: border-color 0.2s; outline: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--sky); }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit { width: 100%; background: var(--sky); color: white; border: none; font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 0.9rem; border-radius: 8px; cursor: pointer; transition: background 0.2s; }
.btn-submit:hover { background: var(--sky-dark); }
.form-success { display: none; background: #dcfce7; border: 1px solid #86efac; border-radius: 8px; padding: 1rem 1.25rem; color: #15803d; font-size: 0.95rem; text-align: center; margin-top: 1rem; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; margin-top: 2.5rem; }
.about-img { border-radius: 14px; overflow: hidden; }
.about-img img { width: 100%; display: block; }
.about-text p { font-size: 1rem; color: var(--gray-600); line-height: 1.8; margin-bottom: 1.25rem; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem; }
.stat-card { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 10px; padding: 1rem; text-align: center; }
.stat-num { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: var(--sky); line-height: 1; }
.stat-label { font-size: 0.8rem; color: var(--gray-400); margin-top: 4px; }

/* INVOICING APP */
.app-hero { background: var(--steel); padding: 4rem 2rem; text-align: center; }
.app-hero h1 { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; text-transform: uppercase; color: white; margin-bottom: 1rem; }
.app-hero h1 span { color: var(--accent); }
.app-hero p { color: rgba(255,255,255,0.7); max-width: 560px; margin: 0 auto 2rem; font-size: 1.05rem; }
.app-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-top: 3rem; }
.app-feature { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 1.5rem; text-align: center; }
.app-feature-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.app-feature h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 700; text-transform: uppercase; color: white; margin-bottom: 0.5rem; }
.app-feature p { font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* PAGE HERO (inner pages) */
.page-hero { background: var(--steel); padding: 3rem 2rem; }
.page-hero-inner { max-width: 900px; margin: 0 auto; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; text-transform: uppercase; color: white; line-height: 1.1; }
.page-hero p { color: rgba(255,255,255,0.65); margin-top: 0.5rem; font-size: 1rem; }

/* FOOTER */
footer { background: var(--gray-800); color: rgba(255,255,255,0.6); }
.footer-main { max-width: 900px; margin: 0 auto; padding: 3rem 2rem 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
.footer-brand p { font-size: 0.875rem; line-height: 1.7; margin-top: 0.75rem; max-width: 280px; }
.footer-col h4 { font-family: var(--font-display); font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.9); margin-bottom: 0.85rem; }
.footer-col a { display: block; font-size: 0.875rem; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 0.4rem; transition: color 0.2s; }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 1.25rem 2rem; max-width: 900px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom p { font-size: 0.8rem; }
.footer-social { display: flex; gap: 0.75rem; }
.footer-social a { color: rgba(255,255,255,0.5); font-size: 0.8rem; text-decoration: none; }
.footer-social a:hover { color: white; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-phone { display: none; }
  .hamburger { display: flex; }
  .contact-grid, .about-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .carb-callout { grid-template-columns: 1fr; text-align: center; }
  .carb-callout .btn-primary { margin: 0 auto; }
}
@media (max-width: 480px) {
  section { padding: 3rem 1.25rem; }
  .hero { padding: 3.5rem 1.25rem 3rem; }
}
