/* ============================================================
   Savannah Trash Bin Cleaning — styles.css
   ============================================================ */

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

:root {
     --teal:    #0d7377;
     --teal-dk: #0a5c60;
     --teal-lt: #e6f4f4;
     --orange:  #e85d04;
     --orange-dk: #c94e03;
     --dark:    #1a1a2e;
     --gray:    #f5f7f7;
     --text:    #2d3748;
     --muted:   #6b7280;
     --white:   #ffffff;
     --radius:  8px;
     --shadow:  0 2px 12px rgba(0,0,0,0.10);
}

body { font-family: 'Segoe UI', system-ui, sans-serif; color: var(--text); line-height: 1.7; font-size: 1rem; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-dk); text-decoration: underline; }

/* --- NAV --- */
.site-nav {
     position: sticky; top: 0; z-index: 100;
     background: var(--dark);
     display: flex; align-items: center; justify-content: space-between;
     padding: 0 1.5rem; height: 64px;
     box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.nav-logo { color: var(--white); font-size: 1.15rem; font-weight: 700; letter-spacing: -.3px; white-space: nowrap; }
.nav-logo span { color: var(--teal); }
.nav-links { display: flex; gap: 1.5rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,.82); font-size: .92rem; transition: color .15s; }
.nav-links a:hover { color: var(--white); text-decoration: none; }
.nav-cta {
     background: var(--orange); color: var(--white) !important;
     padding: .45rem 1.1rem; border-radius: var(--radius);
     font-weight: 600; font-size: .92rem; white-space: nowrap;
     transition: background .15s;
}
.nav-cta:hover { background: var(--orange-dk) !important; text-decoration: none !important; }
.nav-phone-text { display: block; }

/* --- HERO --- */
.hero {
     position: relative;
     background: var(--dark);
     min-height: 520px;
     display: flex; align-items: center;
     overflow: hidden;
}
.hero-bg {
     position: absolute; inset: 0;
     background-size: cover; background-position: center;
     opacity: .28;
}
.hero-content {
     position: relative; z-index: 1;
     max-width: 680px;
     padding: 3.5rem 2rem;
     margin-left: 5%;
}
.hero-badge {
     display: inline-block;
     background: var(--teal); color: var(--white);
     font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
     padding: .3rem .8rem; border-radius: 100px; margin-bottom: 1rem;
}
.hero h1 { color: var(--white); font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.2; margin-bottom: 1rem; }
.hero p  { color: rgba(255,255,255,.85); font-size: 1.1rem; margin-bottom: 1.8rem; max-width: 560px; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary {
     background: var(--orange); color: var(--white);
     padding: .75rem 1.6rem; border-radius: var(--radius);
     font-weight: 700; font-size: 1rem; border: none; cursor: pointer;
     display: inline-block; transition: background .15s;
}
.btn-primary:hover { background: var(--orange-dk); color: var(--white); text-decoration: none; }
.btn-outline {
     background: transparent; color: var(--white);
     padding: .75rem 1.6rem; border-radius: var(--radius);
     font-weight: 600; font-size: 1rem; border: 2px solid rgba(255,255,255,.5);
     display: inline-block; transition: border-color .15s;
}
.btn-outline:hover { border-color: var(--white); color: var(--white); text-decoration: none; }

/* --- TRUST BAR --- */
.trust-bar {
     background: var(--teal); color: var(--white);
     display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem;
     padding: .9rem 2rem; font-size: .9rem; font-weight: 600;
}

/* --- SECTIONS --- */
.section { padding: 4rem 2rem; }
.section-gray { background: var(--gray); }
.section-dark { background: var(--dark); color: var(--white); }
.section-teal-lt { background: var(--teal-lt); }

.container { max-width: 1080px; margin: 0 auto; }

.section-label {
     display: inline-block;
     color: var(--teal); font-weight: 700; font-size: .78rem;
     letter-spacing: .1em; text-transform: uppercase; margin-bottom: .5rem;
}
h2 { font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.25; margin-bottom: 1rem; color: var(--dark); }
.section-dark h2 { color: var(--white); }
h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .5rem; color: var(--dark); }
p  { margin-bottom: 1rem; max-width: 72ch; }
p:last-child { margin-bottom: 0; }

/* --- TWO-COL SPLIT --- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
@media (max-width: 720px) { .split { grid-template-columns: 1fr; } }

/* --- STEP CARDS --- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.step-card {
     background: var(--white); border-radius: var(--radius); padding: 1.5rem;
     box-shadow: var(--shadow); border-top: 4px solid var(--teal);
     text-align: center;
}
.step-num {
     width: 48px; height: 48px; border-radius: 50%;
     background: var(--teal); color: var(--white);
     font-size: 1.3rem; font-weight: 800;
     display: flex; align-items: center; justify-content: center;
     margin: 0 auto 1rem;
}

/* --- SERVICE CARDS --- */
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.service-card {
     background: var(--white); border-radius: var(--radius); padding: 1.75rem;
     box-shadow: var(--shadow); border-left: 4px solid var(--teal);
}
.service-card h3 { color: var(--teal); margin-bottom: .5rem; }

/* --- FAQ --- */
.faq-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.2rem; }
.faq-item {
     background: var(--white); border-radius: var(--radius); padding: 1.5rem;
     box-shadow: var(--shadow);
}
.faq-item h3 { color: var(--teal); margin-bottom: .5rem; font-size: 1rem; }
.faq-item p  { font-size: .95rem; margin: 0; }

/* --- CTA BANNER --- */
.cta-banner {
     background: var(--orange);
     color: var(--white);
     text-align: center;
     padding: 3.5rem 2rem;
}
.cta-banner h2 { color: var(--white); margin-bottom: .75rem; }
.cta-banner p  { margin: 0 auto 1.75rem; max-width: 540px; color: rgba(255,255,255,.9); }
.btn-white {
     background: var(--white); color: var(--orange);
     padding: .8rem 2rem; border-radius: var(--radius);
     font-weight: 700; font-size: 1rem; display: inline-block;
     transition: background .15s;
}
.btn-white:hover { background: #f0f0f0; color: var(--orange); text-decoration: none; }

/* --- PRICING --- */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.pricing-card {
     background: var(--white); border-radius: var(--radius); padding: 1.75rem;
     box-shadow: var(--shadow); text-align: center;
}
.pricing-card.featured { border: 2px solid var(--teal); }
.pricing-card .price { font-size: 2rem; font-weight: 800; color: var(--teal); }
.pricing-card .price span { font-size: 1rem; font-weight: 400; color: var(--muted); }
.pricing-card ul { list-style: none; margin-top: 1rem; text-align: left; }
.pricing-card ul li { padding: .3rem 0; font-size: .93rem; }
.pricing-card ul li::before { content: "✓ "; color: var(--teal); font-weight: 700; }

/* --- CONTACT FORM --- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }
.form-group { display: flex; flex-direction: column; gap: .35rem; }
.form-group.full { grid-column: 1 / -1; }
label { font-size: .88rem; font-weight: 600; color: var(--dark); }
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
     padding: .65rem .9rem; border: 1.5px solid #d1d5db;
     border-radius: var(--radius); font-size: .97rem; font-family: inherit;
     transition: border-color .15s; background: var(--white);
     width: 100%;
}
input:focus, select:focus, textarea:focus {
     outline: none; border-color: var(--teal);
}
textarea { min-height: 110px; resize: vertical; }
.form-submit { margin-top: 1rem; }
.form-submit .btn-primary { width: 100%; padding: .85rem; font-size: 1.05rem; }

/* --- FOOTER --- */
.site-footer {
     background: var(--dark); color: rgba(255,255,255,.75);
     padding: 3rem 2rem 1.5rem;
}
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col h4 { color: var(--white); margin-bottom: .75rem; font-size: .95rem; }
.footer-col p, .footer-col li { font-size: .88rem; line-height: 1.7; }
.footer-col ul { list-style: none; }
.footer-col ul li a { color: rgba(255,255,255,.72); }
.footer-col ul li a:hover { color: var(--white); }
.footer-phone a { color: var(--teal); font-size: 1.1rem; font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 1rem; font-size: .82rem; text-align: center; }

/* --- SERVICE AREAS --- */
.area-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.area-tag {
     background: var(--teal-lt); color: var(--teal);
     border-radius: 100px; padding: .3rem .9rem; font-size: .85rem; font-weight: 600;
}

/* --- PAGE HERO (inner pages) --- */
.page-hero {
     background: var(--dark); color: var(--white);
     padding: 3.5rem 2rem; text-align: center;
}
.page-hero h1 { color: var(--white); margin-bottom: .5rem; }
.page-hero p  { color: rgba(255,255,255,.8); margin: 0 auto; max-width: 600px; }

/* --- RESPONSIVE NAV --- */
@media (max-width: 780px) {
     .nav-links { display: none; }
     .site-nav { justify-content: space-between; }
}
@media (max-width: 480px) {
     .hero-content { padding: 2.5rem 1.25rem; }
     .section { padding: 2.5rem 1.25rem; }
}
