.ccos-planner {
	max-width: 640px;
	margin: 0 auto;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 6px 30px rgba(0,0,0,0.08);
	padding: 32px;
	font-family: inherit;
}
.ccos-progress { height: 6px; background: #eee; border-radius: 4px; margin-bottom: 24px; overflow: hidden; }
.ccos-progress-bar { height: 100%; background: var(--ccos-brand, #0b5d3b); transition: width .25s ease; }
.ccos-step h3 { margin: 0 0 16px; font-size: 20px; }
.ccos-step-hint { margin: -10px 0 14px; color: #888; font-size: 13px; }
.ccos-options { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.ccos-option { border: 2px solid #eee; border-radius: 10px; padding: 12px 14px; cursor: pointer; display:flex; align-items:center; gap:8px; transition: border-color .15s, background .15s; }
.ccos-option:hover { border-color: var(--ccos-brand, #0b5d3b); }
.ccos-option input { accent-color: var(--ccos-brand, #0b5d3b); }
.ccos-option input:checked ~ span { font-weight: 600; }
.ccos-option:has(input:checked) { border-color: var(--ccos-brand, #0b5d3b); background: rgba(11,93,59,0.06); }
.ccos-slider-value { margin-top: 12px; font-size: 18px; font-weight: 700; color: var(--ccos-brand, #0b5d3b); }
#ccos-guest-slider { width: 100%; accent-color: var(--ccos-brand, #0b5d3b); }
.ccos-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
.ccos-field-grid input { padding: 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; }
.ccos-contact-note { color: #666; margin-bottom: 16px; }
.ccos-fineprint { color: #999; font-size: 12px; margin-top: 10px; }
.ccos-nav { display: flex; justify-content: space-between; margin-top: 24px; }
.ccos-btn { border: none; border-radius: 8px; padding: 12px 22px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-block; text-align: center; }
.ccos-btn-primary { background: var(--ccos-brand, #0b5d3b); color: #fff; }
.ccos-btn-ghost { background: #f2f2f2; color: #333; }
.ccos-btn-whatsapp { background: #25D366; color: #fff; }
.ccos-submit-btn { width: 100%; padding: 14px; font-size: 16px; }
.ccos-error { color: #c0392b; margin-top: 14px; }
.ccos-result { text-align: center; padding: 20px 0; }
.ccos-result-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 16px; }

.ccos-menu-suggestions { margin-top: 20px; padding-top: 18px; border-top: 1px dashed #e2e2e2; }
.ccos-suggest-label { font-size: 13px; font-weight: 700; color: var(--ccos-brand, #0b5d3b); text-transform: uppercase; letter-spacing: .03em; margin-bottom: 10px; }
.ccos-suggest-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.ccos-suggest-card { border: 1px solid #eee; border-radius: 10px; overflow: hidden; background: #fafafa; display: block; text-decoration: none; color: inherit; transition: transform .15s ease, box-shadow .15s ease; }
.ccos-suggest-card:hover { transform: translateY(-2px); box-shadow: 0 4px 14px rgba(0,0,0,0.08); text-decoration: none; color: inherit; }
.ccos-suggest-card-img { height: 80px; background-size: cover; background-position: center; }
.ccos-suggest-card-img-placeholder { background: linear-gradient(135deg, var(--ccos-brand, #0b5d3b), #d9ecdf); }
.ccos-suggest-card-body { padding: 8px 10px; }
.ccos-suggest-card-body strong { display: block; font-size: 13px; margin-bottom: 2px; }
.ccos-suggest-card-body p { margin: 0; font-size: 11px; color: #777; line-height: 1.4; }


.ccos-menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.ccos-menu-card { border-radius: 12px; overflow: hidden; box-shadow: 0 4px 18px rgba(0,0,0,0.07); background: #fff; display: block; text-decoration: none; color: inherit; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; }
.ccos-menu-card:hover { transform: translateY(-3px); box-shadow: 0 8px 26px rgba(0,0,0,0.12); text-decoration: none; color: inherit; }
.ccos-menu-card-image { height: 160px; background-size: cover; background-position: center; }
.ccos-menu-card-image img { width: 100%; height: 100%; object-fit: cover; display:block; }
.ccos-menu-card-placeholder { background: linear-gradient(135deg, var(--ccos-brand, #0b5d3b), #cfe8dc); }
.ccos-menu-card-body { padding: 16px; }
.ccos-menu-card-body h3 { margin: 0 0 6px; font-size: 17px; }
.ccos-menu-card-body p { margin: 0 0 10px; color: #666; font-size: 14px; }
.ccos-menu-card-cta { display: inline-block; font-size: 12px; font-weight: 700; color: var(--ccos-brand, #0b5d3b); border: 1px solid var(--ccos-brand, #0b5d3b); border-radius: 20px; padding: 4px 12px; }

@media (max-width: 480px) {
	.ccos-planner { padding: 20px; }
	.ccos-field-grid { grid-template-columns: 1fr; }
}

.ccos-single-menu { max-width: 760px; margin: 0 auto; padding: 32px 20px 60px; }
.ccos-single-menu-back { margin-bottom: 16px; }
.ccos-single-menu-back a { color: var(--ccos-brand, #0b5d3b); font-weight: 600; text-decoration: none; }
.ccos-single-menu-back a:hover { text-decoration: underline; }
.ccos-single-menu-image { border-radius: 14px; overflow: hidden; margin-bottom: 20px; max-height: 380px; }
.ccos-single-menu-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ccos-single-menu-title { font-size: 32px; margin: 0 0 12px; }
.ccos-single-menu-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.ccos-tag { font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 20px; background: #f1f1ee; color: #555; }
.ccos-tag-cuisine { background: rgba(11,93,59,0.1); color: var(--ccos-brand, #0b5d3b); }
.ccos-tag-diet { background: #fdf1e0; color: #9a6b00; }
.ccos-single-menu-body { font-size: 16px; line-height: 1.7; color: #333; margin-bottom: 24px; }
.ccos-single-menu-pricing { background: #fdf6ec; border: 1px solid #f0dfb8; border-radius: 8px; padding: 14px 18px; font-size: 14px; color: #7a5c1e; margin-bottom: 24px; }
.ccos-single-menu-cta { display: flex; gap: 12px; flex-wrap: wrap; }
