.root{box-sizing:border-box}
*{box-sizing:border-box;margin:0;padding:0;font-family:Inter, 'Segoe UI', system-ui, Arial, sans-serif}
.container{max-width:1100px;margin:0 auto;padding:1rem}
/* Header */
.site-header{background:#08100d;color:#fff;padding:0.9rem 0}
.site-header .header-inner{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}
.header-nav{display:flex;gap:1rem;align-items:center;flex:1}
.header-nav a{color:#cfe6d8;text-decoration:none;font-weight:600;font-size:0.95rem;transition:color 0.2s}
.header-nav a:hover{color:#ff9f1c}
.logo{height:96px;width:auto;display:block}
.site-branding{flex:1}
.brand{font-size:1.5rem;margin-bottom:0.15rem;font-weight:800;letter-spacing:1px}
.tag{font-size:0.95rem;color:#cfe6d8}
.header-actions{display:flex;gap:0.5rem;align-items:center}
.call{background:#ff9f1c;color:#111;padding:0.5rem 0.85rem;border-radius:6px;text-decoration:none;font-weight:700}
.btn{display:inline-block;background:#112a22;color:#fff;padding:0.7rem 1.1rem;border-radius:8px;text-decoration:none;font-weight:700}
.btn-ghost{background:transparent;color:#ff9f1c;border:2px solid #ff9f1c;padding:0.55rem 0.9rem;border-radius:8px}
.btn-primary{background:#ff9f1c;color:#111}

/* Hero */
.hero{background:linear-gradient(180deg,#08100d 0%, #0b1411 60%);padding:3rem 0;color:#fff}
.hero-inner{display:flex;align-items:center;gap:2rem}
.hero h2{font-size:2.25rem;margin-bottom:0.5rem;text-transform:uppercase;letter-spacing:1px;font-weight:900;color:#fff}
.hero p{margin-bottom:1rem;color:#e6f3ea}
.hero-image img{width:340px;max-width:45vw}

/* Rugged accent */
body{background:linear-gradient(180deg,#07100d,#0a130f);color:#e6f3ea}

/* Add heavier section headings */
h3{font-size:1.4rem;letter-spacing:0.6px;color:#0b3b2e;margin-bottom:1rem;font-weight:800}

/* Service sections - full width with alternating backgrounds */
.service-section{padding:3rem 0;color:#111;background:#fff}
.service-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.service-text{padding-right:1rem}
.service-text h3{color:#0b3b2e;font-size:2.2rem;font-weight:900;margin-bottom:1.5rem;line-height:1.2}
.service-text h4{color:#0b3b2e;font-size:1.6rem;font-weight:900;margin-top:1.5rem;margin-bottom:1rem}
.service-text p{line-height:1.9;font-size:1.25rem;color:#111;font-weight:500;margin-bottom:1.2rem}
.reasons{list-style:disc;padding-left:2rem;margin-top:1rem}
.reasons li{color:#111;line-height:1.9;font-size:1.2rem;margin-bottom:1rem;font-weight:500}
.service-images{display:grid;grid-template-columns:1fr;gap:1.5rem}
.service-images figure{margin:0;text-align:center;min-height:auto;display:block;padding:0;background:none;border:none}
.service-images img{width:100%;max-width:500px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1)}
.service-images figcaption{color:#333;font-size:1.3rem;margin-top:1rem;font-weight:900}
.service-section p{line-height:1.9;font-size:1.25rem;color:#111;margin-bottom:1.2rem}
.service-section.alt{background:#fff}

/* Contact form on darker panel */
.contact-form input,.contact-form textarea,.contact-form select{background:#081414;color:#e6f3ea;border:1px solid rgba(255,255,255,0.05)}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9fbfb0}

/* Services */
.services-grid{padding:2.5rem 0}
.services-grid h2{font-size:2rem;color:#cfe6d8;margin-bottom:0.5rem;font-weight:900;text-align:center}
.service-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}
.service-card{display:block;background:#fff;border:2px solid #ff9f1c;border-radius:8px;padding:1.5rem;text-decoration:none;color:#222;transition:all 0.3s;cursor:pointer}
.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(255,159,28,0.3);border-color:#0b3b2e}
.service-card h3{color:#ff9f1c;margin-bottom:0.5rem;font-size:1.3rem;font-weight:900}
.service-card p{font-size:0.95rem;line-height:1.4;margin-bottom:1rem;color:#555}
.service-card .cta{color:#ff9f1c;font-weight:bold;font-size:0.9rem}
.about{padding:2rem 0}
.about ul{list-style:disc;padding-left:1.25rem}

/* Contact */
.contact{padding:2rem 0}
.contact-grid{display:grid;grid-template-columns:1fr 320px;gap:1.5rem}
.contact-form{display:flex;flex-direction:column;gap:0.5rem}
.contact-form input,.contact-form textarea,.contact-form select{padding:0.6rem;border:1px solid #d6d6d6;border-radius:6px}
.contact-form label{font-size:0.9rem}
.contact-info{background:#f0f5f2;padding:1.25rem;border-radius:8px;box-shadow:0 6px 14px rgba(11,59,46,0.08);border:1px solid rgba(11,59,46,0.1)}
.contact-info h4{color:#0b3b2e;font-size:1.15rem;font-weight:800;margin-bottom:0.8rem}
.contact-info p{color:#222;line-height:1.6;font-size:1rem}
.note{font-size:0.9rem;color:#333}

/* Service area locations */
.service-area{background:#f0f5f2;padding:3rem 0;margin-top:3rem}
.service-area h3{color:#0b3b2e;font-size:1.8rem;text-align:center;margin-bottom:1rem}
.service-area p{text-align:center;font-size:1.1rem;color:#222;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}
.cities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1.5rem}
.cities-grid div{background:#fff;padding:1rem;border-radius:6px;text-align:center;font-weight:600;color:#0b3b2e;border-left:4px solid #ff9f1c;box-shadow:0 2px 6px rgba(0,0,0,0.05)}

/* Footer */
.site-footer{background:#0b3b2e;color:#ddd;margin-top:4rem;padding:3rem 0 0}
.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:1200px;margin:0 auto;padding:3rem;border-bottom:1px solid rgba(255,255,255,0.1)}
.footer-section h4{color:#ff9f1c;font-size:1rem;font-weight:900;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}
.footer-section p{font-size:0.95rem;line-height:1.7;color:#cfe6d8;margin-bottom:0.5rem}
.footer-section a{color:#ff9f1c;text-decoration:none;font-weight:600}
.footer-section a:hover{text-decoration:underline;color:#fff}
.contact-links{display:flex;flex-direction:column;gap:0.5rem}
.services-list{list-style:none;padding:0;margin:0}
.services-list li{margin-bottom:0.5rem}
.services-list a{color:#cfe6d8;font-weight:normal}
.services-list a:hover{color:#ff9f1c}
.footer-bottom{background:#051c19;padding:2rem;text-align:center}
.copyright{color:#8aa794;font-size:0.9rem}

@media(max-width:1200px){
	.services .grid{grid-template-columns:repeat(2,1fr)}
	.service-layout{grid-template-columns:1fr}
}

@media(max-width:900px){
	.hero-inner{flex-direction:column;text-align:center}
	.contact-grid{grid-template-columns:1fr}
	.header-actions{justify-content:flex-end}
	.services .grid{grid-template-columns:1fr}
	.service-layout{grid-template-columns:1fr;gap:2rem}
	.service-text h3{font-size:1.8rem}
	.service-text p{font-size:1.1rem}
	.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem;padding:2rem}
}

@media(max-width:480px){
	.logo{height:56px}
	.brand{font-size:1rem}
	.hero h2{font-size:1.4rem}
	.footer-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}
}
