/*
 * One Click Site Manager — Service page styles
 * Used by: lawn-mower-repair, generator-repair, snow-blower-repair.
 */

/* BREADCRUMB */
.breadcrumb-bar { background: var(--gray-light); padding: 12px 0; border-bottom: 1px solid var(--gray-border); }
.breadcrumb-bar .container { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-light); }
.breadcrumb-bar a { color: var(--green); font-weight: 600; }
.breadcrumb-bar a:hover { color: var(--lime); }
.breadcrumb-sep { opacity: 0.4; }
.breadcrumb-current { font-weight: 600; color: var(--ink); }

/* HERO */
.hero {
	background: var(--forest);
	background-image: linear-gradient(135deg, rgba(14,27,18,0.94) 0%, rgba(26,58,36,0.88) 50%, rgba(14,27,18,0.96) 100%),
		url('https://silver-lobster-674929.hostingersite.com/wp-content/uploads/2026/04/Shop-scaled-1.jpg');
	background-size: cover; background-position: center;
	padding: 72px 0 56px;
	position: relative; overflow: hidden;
}
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(76,175,80,0.06) 0%, transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 440px; gap: 48px; align-items: start; }
.hero-content { padding-top: 16px; }
.hero h1 { font-size: clamp(30px, 4.5vw, 52px); font-weight: 900; color: var(--white); margin-bottom: 18px; letter-spacing: -0.01em; }
.hero h1 .accent { color: var(--lime-bright); }
.hero-subtitle { font-size: 17px; color: rgba(255,255,255,0.72); max-width: 500px; margin-bottom: 32px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-trust { display: flex; align-items: center; gap: 24px; margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.1); flex-wrap: wrap; }
.trust-item { text-align: center; }
.trust-item strong { display: block; font-family: var(--font-display); font-size: 24px; font-weight: 900; color: var(--lime-bright); }
.trust-item span { font-size: 12px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.08em; }
.trust-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.12); }

.shortcode-form-wrap { padding: 28px; }
.shortcode-note { font-size: 12px; color: var(--ink-light); text-align: center; margin-top: 12px; opacity: 0.65; }

/* SERVICES INTRO */
.services-section { background: var(--white); }
.services-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.services-intro-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.services-intro-img img { width: 100%; height: 380px; object-fit: cover; }
.credential-badge { position: absolute; bottom: 20px; left: 20px; background: var(--white); border-radius: var(--r-md); padding: 14px 18px; display: flex; align-items: center; gap: 12px; box-shadow: var(--shadow-md); }
.credential-badge-icon { width: 40px; height: 40px; background: var(--lime); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.credential-badge-icon svg { width: 22px; height: 22px; stroke: white; fill: none; }
.credential-badge-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--ink); }
.credential-badge-text span { font-size: 11px; color: var(--ink-light); }
.contact-box { background: var(--gray-light); border-radius: var(--r-md); padding: 16px 20px; display: flex; align-items: center; gap: 14px; margin-top: 24px; border: 1px solid var(--gray-border); }
.contact-box-icon { width: 44px; height: 44px; background: var(--lime); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-box-icon svg { width: 22px; height: 22px; stroke: white; fill: none; }
.contact-box-text strong { display: block; font-size: 13px; font-weight: 600; color: var(--ink-light); }
.contact-box-text a { font-size: 18px; font-weight: 700; color: var(--green); font-family: var(--font-display); }
.services-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin: 24px 0; }
.services-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--ink-light); }
.services-list li::before {
	content: ''; width: 20px; height: 20px; background: var(--lime); border-radius: 50%; flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: 12px; background-position: center; background-repeat: no-repeat;
}

/* PROBLEMS SECTION */
.problems-section { background: linear-gradient(160deg, var(--forest) 0%, #0d2218 100%); position: relative; overflow: hidden; }
.problems-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.03) 1px, transparent 0); background-size: 32px 32px; pointer-events: none; }
.problems-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.problem-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-md); padding: 24px; transition: all 0.25s ease; }
.problem-card:hover { background: rgba(76,175,80,0.12); border-color: rgba(76,175,80,0.35); transform: translateY(-3px); }
.problem-icon { width: 44px; height: 44px; background: rgba(76,175,80,0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.problem-icon svg { width: 22px; height: 22px; stroke: var(--lime-bright); fill: none; }
.problem-card h3 { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; font-family: var(--font-body); }
.problem-card p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* CAUSES OF PROBLEMS */
.causes-section { background: var(--cream); position: relative; overflow: hidden; }
.causes-section::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(76,175,80,0.06) 0%, transparent 70%); top: -150px; left: -100px; pointer-events: none; }
.causes-intro { max-width: 780px; margin: 0 auto 56px; text-align: center; position: relative; z-index: 1; }
.causes-intro p { font-size: 16px; color: var(--ink-light); line-height: 1.75; }
.causes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; z-index: 1; }
.cause-card { background: var(--white); border: 1.5px solid var(--gray-border); border-radius: var(--r-md); padding: 28px 24px; transition: all 0.28s; display: flex; flex-direction: column; gap: 14px; }
.cause-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(0,0,0,0.08); border-color: rgba(76,175,80,0.4); }
.cause-number { width: 44px; height: 44px; background: linear-gradient(135deg, var(--lime), var(--green)); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; font-weight: 900; color: white; box-shadow: 0 4px 14px rgba(76,175,80,0.3); }
.cause-card h3 { font-size: 17px; font-weight: 800; color: var(--ink); line-height: 1.3; margin: 0; font-family: var(--font-body); }
.cause-card p { font-size: 14px; color: var(--ink-light); line-height: 1.7; margin: 0; }

/* REPAIR PROCESS TIMELINE */
.process-section { background: var(--white); position: relative; overflow: hidden; }
.process-timeline { margin-top: 56px; position: relative; max-width: 960px; margin-left: auto; margin-right: auto; }
.process-timeline::before { content: ''; position: absolute; left: 32px; top: 24px; bottom: 24px; width: 2px; background: linear-gradient(180deg, var(--lime) 0%, rgba(76,175,80,0.2) 100%); }
.process-step { display: grid; grid-template-columns: 72px 1fr; gap: 28px; align-items: flex-start; padding: 20px 0; position: relative; }
.process-step-num { width: 66px; height: 66px; background: var(--white); border: 3px solid var(--lime); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 22px; font-weight: 900; color: var(--green); z-index: 1; box-shadow: 0 8px 24px rgba(76,175,80,0.15); transition: transform 0.3s; }
.process-step:hover .process-step-num { transform: scale(1.08); background: var(--lime); color: white; }
.process-step-content { background: var(--gray-light); border: 1px solid var(--gray-border); border-radius: var(--r-md); padding: 24px 28px; transition: all 0.28s; }
.process-step:hover .process-step-content { background: var(--white); border-color: rgba(76,175,80,0.35); box-shadow: 0 12px 32px rgba(0,0,0,0.06); }
.process-step-content h3 { font-size: 19px; font-weight: 800; color: var(--ink); margin-bottom: 10px; font-family: var(--font-body); display: flex; align-items: center; gap: 10px; }
.process-step-content h3 svg { width: 20px; height: 20px; fill: var(--lime); flex-shrink: 0; }
.process-step-content p { font-size: 14.5px; color: var(--ink-light); line-height: 1.7; margin: 0; }

/* SERVICE AREAS */
.areas-section { background: linear-gradient(160deg, var(--forest) 0%, #0d2218 100%); position: relative; overflow: hidden; }
.areas-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.03) 1px, transparent 0); background-size: 32px 32px; pointer-events: none; }
.areas-section::after { content: ''; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(76,175,80,0.1) 0%, transparent 70%); bottom: -200px; right: -100px; pointer-events: none; }
.areas-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 48px; position: relative; z-index: 1; }
.areas-intro p { font-size: 16px; color: rgba(255,255,255,0.72); line-height: 1.8; margin-bottom: 28px; }
.areas-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 28px; }
.areas-stat { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-md); padding: 20px 22px; }
.areas-stat strong { display: block; font-family: var(--font-display); font-size: 28px; font-weight: 900; color: var(--lime-bright); line-height: 1; margin-bottom: 6px; }
.areas-stat span { font-size: 12px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.areas-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.areas-visual { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-lg); padding: 36px; position: relative; overflow: hidden; }
.areas-visual-header { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.areas-visual-icon { width: 48px; height: 48px; background: linear-gradient(135deg, var(--lime), var(--green)); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 18px rgba(76,175,80,0.3); }
.areas-visual-icon svg { width: 22px; height: 22px; fill: white; }
.areas-visual-header strong { display: block; font-size: 16px; font-weight: 800; color: white; font-family: var(--font-body); }
.areas-visual-header span { font-size: 13px; color: rgba(255,255,255,0.6); }
.areas-chip-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.areas-chip { background: rgba(76,175,80,0.08); border: 1px solid rgba(76,175,80,0.25); border-radius: 100px; padding: 10px 16px; font-size: 13px; font-weight: 700; color: white; display: flex; align-items: center; gap: 8px; transition: all 0.22s; }
.areas-chip:hover { background: rgba(76,175,80,0.2); border-color: var(--lime); transform: translateY(-2px); }
.areas-chip::before { content: ''; width: 8px; height: 8px; background: var(--lime-bright); border-radius: 50%; flex-shrink: 0; box-shadow: 0 0 8px var(--lime-bright); }

/* PRICING SECTION (service page version differs from home) */
.pricing-section { background: var(--gray-light); }
.plan-toggle-wrap { display: inline-flex; background: var(--white); border-radius: 100px; padding: 4px; box-shadow: var(--shadow-sm); margin-bottom: 48px; border: 1px solid var(--gray-border); }
.plan-toggle-btn { padding: 10px 28px; border-radius: 100px; font-family: var(--font-body); font-size: 14px; font-weight: 700; cursor: pointer; border: none; background: transparent; color: var(--ink-light); transition: all 0.22s; }
.plan-toggle-btn.active { background: var(--lime); color: var(--white); box-shadow: 0 4px 12px rgba(76,175,80,0.35); }
.plan-tab-panel { display: none; }
.plan-tab-panel.active { display: block; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pricing-card { background: var(--white); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); transition: transform 0.25s, box-shadow 0.25s; position: relative; display: flex; flex-direction: column; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pricing-card.featured { border: 2px solid var(--lime); }
.pricing-card.featured::before { content: 'Most Popular'; position: absolute; top: 16px; right: 16px; background: var(--lime); color: white; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; }
.pricing-card-header { background: linear-gradient(135deg, var(--forest) 0%, var(--green) 100%); padding: 28px 28px 24px; flex-shrink: 0; }
.pricing-card-header h3 { font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.pricing-price { font-family: var(--font-display); font-size: 36px; font-weight: 900; color: var(--lime-bright); }
.pricing-price span { font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.65); }
.pricing-save { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 4px; }
.pricing-card-body { padding: 24px 28px 0; flex: 1; }
.pricing-section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--lime); margin-bottom: 10px; margin-top: 20px; }
.pricing-section-label:first-child { margin-top: 0; }
.pricing-features { list-style: none; }
.pricing-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--ink-light); margin-bottom: 8px; }
.pricing-features li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; fill: var(--lime); }
.pricing-card-footer { padding: 20px 28px 28px; flex-shrink: 0; margin-top: auto; }
.pricing-divider { height: 1px; background: var(--gray-border); margin-bottom: 20px; }

/* WHY US (service page — 4 col) */
.why-section { background: linear-gradient(160deg, var(--forest) 0%, #0d2218 100%); position: relative; overflow: hidden; }
.why-section::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.03) 1px, transparent 0); background-size: 32px 32px; pointer-events: none; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.why-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: var(--r-md); padding: 28px 24px; text-align: center; transition: all 0.25s; }
.why-card:hover { background: rgba(76,175,80,0.1); border-color: rgba(76,175,80,0.25); }
.why-icon { width: 56px; height: 56px; background: rgba(76,175,80,0.18); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.why-icon svg { width: 26px; height: 26px; stroke: var(--lime-bright); fill: none; }
.why-card h3 { font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 8px; font-family: var(--font-body); }
.why-card p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* CTA BANNER (service page version) */
.cta-banner { background: linear-gradient(135deg, var(--forest) 0%, var(--green) 100%); padding: 64px 0; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(76,175,80,0.12) 0%, transparent 70%); pointer-events: none; }
.cta-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-banner-text h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 900; color: var(--white); margin-bottom: 8px; }
.cta-banner-text p { font-size: 16px; color: rgba(255,255,255,0.72); }
.cta-banner-actions { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

/* RESPONSIVE */
@media (max-width: 1024px) {
	.hero-grid { grid-template-columns: 1fr; }
	.services-intro-grid { grid-template-columns: 1fr; gap: 40px; }
	.pricing-grid { grid-template-columns: 1fr 1fr; }
	.why-grid { grid-template-columns: 1fr 1fr; }
	.problems-grid { grid-template-columns: 1fr 1fr; }
	.causes-grid { grid-template-columns: 1fr 1fr; }
	.areas-wrap { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
	.hero { padding: 48px 0 40px; }
	.pricing-grid { grid-template-columns: 1fr; }
	.problems-grid { grid-template-columns: 1fr; }
	.causes-grid { grid-template-columns: 1fr; }
	.why-grid { grid-template-columns: 1fr 1fr; }
	.cta-banner-inner { flex-direction: column; text-align: center; }
	.hero-trust { gap: 16px; }
	.trust-divider { display: none; }
	.services-list { grid-template-columns: 1fr; }
	.process-timeline::before { left: 24px; }
	.process-step { grid-template-columns: 52px 1fr; gap: 16px; }
	.process-step-num { width: 50px; height: 50px; font-size: 18px; border-width: 2px; }
	.process-step-content { padding: 18px 20px; }
	.process-step-content h3 { font-size: 17px; }
	.areas-chip-grid { grid-template-columns: 1fr 1fr; }
	.areas-cta .btn { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
	.why-grid { grid-template-columns: 1fr; }
	.hero-actions { flex-direction: column; align-items: stretch; }
	.hero-actions .btn { justify-content: center; }
	.cta-banner-actions { flex-direction: column; align-items: center; }
	.areas-stats { grid-template-columns: 1fr; }
}
