/* HuisHulp frontend — v1.0.0
   Palette: spruce #1E4634 | moss #2E6B4F | amber #E29A2E | clay #C9744B | paper #FAFBF8 | ink #22302A */

.hh-site {
	--hh-spruce: #1E4634;
	--hh-moss: #2E6B4F;
	--hh-amber: #E29A2E;
	--hh-amber-d: #C9831B;
	--hh-paper: #FAFBF8;
	--hh-ink: #22302A;
	--hh-line: #DCE5DE;
	font-family: 'Public Sans', system-ui, sans-serif;
	color: var(--hh-ink);
	line-height: 1.6;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 20px 60px;
}
.hh-site h1, .hh-site h2, .hh-site h3 {
	font-family: 'Sora', system-ui, sans-serif;
	color: var(--hh-spruce);
	line-height: 1.2;
}
.hh-site a { color: var(--hh-moss); }

/* Hero */
.hh-hero { text-align: center; padding: 64px 0 40px; }
.hh-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--hh-amber-d);
	border: 1px solid var(--hh-amber);
	border-radius: 999px;
	padding: 6px 16px;
	margin-bottom: 18px;
}
.hh-hero h1 { font-size: clamp(32px, 6vw, 54px); margin: 0 0 16px; }
.hh-hero h1 em { font-style: normal; color: var(--hh-amber-d); }
.hh-lead { font-size: 18px; max-width: 640px; margin: 0 auto 20px; }

/* Buttons */
.hh-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 26px 0; }
.hh-btn {
	display: inline-block;
	font-family: 'Sora', sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 28px;
	border-radius: 10px;
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform .12s ease, background .12s ease;
}
.hh-btn:hover { transform: translateY(-1px); }
.hh-btn:focus-visible { outline: 3px solid var(--hh-amber); outline-offset: 2px; }
.hh-btn-amber { background: var(--hh-amber); color: #2A1F08 !important; }
.hh-btn-amber:hover { background: var(--hh-amber-d); color: #fff !important; }
.hh-btn-ghost { border-color: var(--hh-spruce); color: var(--hh-spruce) !important; background: transparent; }
.hh-btn-ghost:hover { background: var(--hh-spruce); color: #fff !important; }
.hh-btn-ghost-light { border-color: #fff; color: #fff !important; background: transparent; }
.hh-btn-ghost-light:hover { background: #fff; color: var(--hh-spruce) !important; }

/* Trades strip */
.hh-trades { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hh-trade {
	display: flex; align-items: center; gap: 8px;
	background: #fff; border: 1px solid var(--hh-line);
	border-radius: 999px; padding: 9px 18px;
	font-weight: 600; font-size: 14px;
	box-shadow: 0 1px 4px rgba(30, 70, 52, .07);
}
.hh-trade-ic { font-size: 18px; }

/* Sections */
.hh-section { padding: 44px 0; }
.hh-section h2, .hh-page h2 { font-size: 28px; margin-bottom: 22px; }
.hh-section-green {
	background: var(--hh-spruce);
	border-radius: 20px;
	padding: 44px 32px;
	margin: 20px 0;
}
.hh-section-green h2, .hh-section-green h3 { color: #fff; }
.hh-section-green p { color: #D6E4DB; }

/* Feature cards */
.hh-cards3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.hh-fcard {
	background: #fff; border: 1px solid var(--hh-line);
	border-radius: 14px; padding: 24px;
	box-shadow: 0 2px 10px rgba(30, 70, 52, .05);
}
.hh-fcard h3 { font-size: 18px; margin: 0 0 8px; }
.hh-fcard p { margin: 0; font-size: 15px; }

/* Steps */
.hh-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.hh-steps-vert { grid-template-columns: 1fr; max-width: 720px; }
.hh-step { position: relative; padding: 20px 20px 20px 64px; background: rgba(255,255,255,.06); border-radius: 12px; }
.hh-page .hh-step { background: #fff; border: 1px solid var(--hh-line); }
.hh-step h3 { font-size: 17px; margin: 0 0 6px; }
.hh-step p { margin: 0; font-size: 14px; }
.hh-step-n {
	position: absolute; left: 16px; top: 18px;
	width: 34px; height: 34px; border-radius: 50%;
	background: var(--hh-amber); color: #2A1F08;
	font-family: 'Sora', sans-serif; font-weight: 700;
	display: flex; align-items: center; justify-content: center;
}

/* Pricing */
.hh-pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; align-items: start; }
.hh-price-card {
	position: relative; background: #fff;
	border: 1px solid var(--hh-line); border-radius: 16px;
	padding: 28px 24px; text-align: center;
	box-shadow: 0 2px 10px rgba(30, 70, 52, .05);
}
.hh-featured { border: 2px solid var(--hh-amber); box-shadow: 0 8px 28px rgba(226, 154, 46, .18); }
.hh-tag {
	position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
	background: var(--hh-amber); color: #2A1F08;
	font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
	padding: 4px 14px; border-radius: 999px;
}
.hh-price-card h3 { font-size: 20px; margin: 0 0 4px; }
.hh-price { font-family: 'Sora', sans-serif; font-size: 40px; font-weight: 700; color: var(--hh-spruce); margin: 8px 0 14px; }
.hh-price span { font-size: 15px; font-weight: 500; color: #5b6a62; }
.hh-price-card ul { list-style: none; padding: 0; margin: 0; text-align: left; }
.hh-price-card li { padding: 8px 0 8px 26px; border-top: 1px solid var(--hh-line); font-size: 14px; position: relative; }
.hh-price-card li::before { content: "✓"; position: absolute; left: 4px; color: var(--hh-moss); font-weight: 700; }

/* Boxes & lists */
.hh-box {
	background: #fff; border: 1px solid var(--hh-line);
	border-radius: 14px; padding: 28px; margin: 28px 0;
}
.hh-box-amber { background: #FCF3E2; border-color: var(--hh-amber); }
.hh-list { padding-left: 0; list-style: none; }
.hh-list li { padding: 9px 0 9px 28px; position: relative; border-bottom: 1px solid var(--hh-line); }
.hh-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--hh-moss); font-weight: 700; }

/* Forms (front) */
.hh-form-front label { display: block; font-weight: 600; font-size: 14px; margin: 14px 0; }
.hh-form-front input, .hh-form-front select, .hh-form-front textarea {
	display: block; width: 100%; margin-top: 6px;
	padding: 11px 12px; border: 1px solid var(--hh-line); border-radius: 9px;
	font: inherit; background: var(--hh-paper); box-sizing: border-box;
}
.hh-form-front input:focus, .hh-form-front select:focus, .hh-form-front textarea:focus {
	outline: 2px solid var(--hh-moss); border-color: var(--hh-moss);
}
.hh-hp { position: absolute !important; left: -9999px !important; height: 1px; width: 1px; overflow: hidden; }

/* Notices */
.hh-notice { border-radius: 10px; padding: 14px 18px; margin: 18px 0; font-weight: 500; }
.hh-notice-ok { background: #E5F2E9; border: 1px solid var(--hh-moss); color: #1E4634; }
.hh-notice-err { background: #FBEFDC; border: 1px solid var(--hh-amber); color: #7A5310; }

/* Dashboard stats */
.hh-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 24px 0; }
.hh-stat {
	background: var(--hh-spruce); color: #D6E4DB;
	border-radius: 14px; padding: 20px; text-align: center;
	font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
}
.hh-stat .hh-num, .hh-stat .hh-txt {
	display: block; font-family: 'Sora', sans-serif; font-weight: 700;
	color: #fff; text-transform: none; letter-spacing: 0;
}
.hh-stat .hh-num { font-size: 38px; }
.hh-stat .hh-txt { font-size: 20px; padding: 8px 0; }

/* Front table */
.hh-front-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--hh-line); }
.hh-front-table th { background: var(--hh-spruce); color: #fff; text-align: left; padding: 12px 14px; font-family: 'Sora', sans-serif; font-size: 13px; }
.hh-front-table td { padding: 12px 14px; border-top: 1px solid var(--hh-line); font-size: 14px; }

.hh-page h1 { font-size: clamp(28px, 5vw, 42px); margin: 40px 0 14px; }

/* Login & registration */
.hh-login-wrap { max-width: 460px; margin: 0 auto; text-align: center; }
.hh-login-box { text-align: left; }
.hh-login-box form p { margin: 14px 0; }
.hh-login-box label { font-weight: 600; font-size: 14px; }
.hh-login-box input[type="text"], .hh-login-box input[type="password"] {
	display: block; width: 100%; margin-top: 6px;
	padding: 11px 12px; border: 1px solid var(--hh-line); border-radius: 9px;
	font: inherit; background: var(--hh-paper); box-sizing: border-box;
}
.hh-login-box input[type="submit"] {
	font-family: 'Sora', sans-serif; font-weight: 600; font-size: 16px;
	padding: 13px 28px; border-radius: 10px; border: none; cursor: pointer;
	background: var(--hh-amber); color: #2A1F08; width: 100%;
}
.hh-login-box input[type="submit"]:hover { background: var(--hh-amber-d); color: #fff; }
.hh-grid2 { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; align-items: start; }
@media (max-width: 760px) { .hh-grid2 { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) {
	.hh-btn { transition: none; }
	.hh-btn:hover { transform: none; }
}
@media (max-width: 600px) {
	.hh-hero { padding: 40px 0 28px; }
	.hh-section-green { padding: 32px 18px; }
}
