body {
    margin:0;
    font-family: Arial, sans-serif;
    background:#f5f5f5;
    color:#222;
}

.section {
    max-width:1000px;
    margin:auto;
    padding:30px 20px;
}

.card {
    background:#ffffff;
    padding:25px;
    margin-bottom:20px;
    border-radius:10px;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

h1 { margin:0; }
h2 { color:#cc8a00; }


.price {
    color:#cc8a00;
    font-weight:bold;
}

.price-row{
    border-bottom:1px solid #eee;
    padding:6px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:15px;
}

.service-text{
	display:flex;
	flex-direction:column;
}

.service-text small{
	font-size:14px;
	color:#999;
	margin-top:2px;
	line-height:1.2;
}


ul {
    padding-left:15px;
}

footer {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px;
    background:#fff;
    border-top:1px solid #ddd;
    font-size:14px;
}

.footer-left a {
    text-decoration:none;
    color:#cc8a00;
    font-weight:bold;
}


label {
	display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.contact-form button {
    padding:12px;
    width:100%;
    background:#cc8a00;
    border:none;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}

.navbar {
    background:#ffffff;
    border-bottom:1px solid #ddd;
    padding:15px;
    display:flex;
    justify-content:center;
    gap:30px;
    position:sticky;
    top:0;
    z-index:1000;
}

.navbar a {
    text-decoration:none;
    color:#222;
    font-weight:bold;
}

.navbar a:hover {
    color:#cc8a00;
}

.navbar .active {
    color:#cc8a00;
}

.header {
    background:#ffffff;
    border-bottom:1px solid #ddd;
    padding:20px 0;
}

.header-inner {
    max-width:1000px;
    margin:auto;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.logo-left {
    position:absolute;
    left:0;
}

.logo {
	display: block;
    height:150px;
}

.title-center h1 {
	display: none;
}

.logo-container {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:15px;
    max-width:1000px;
    margin:auto;
}

* {
    box-sizing: border-box;
}

.smalltxt {
	margin-top:10px; 
	font-size:14px; 
	color:#666;
}

.whatsapp-btn {
    display: block;
    text-align: center;
    background: #25D366;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}

.grid {
	width: 100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.option {
    padding:15px;
    border:1px solid #ddd;
    border-radius:8px;
    text-align:center;
    cursor:pointer;
    background:#fafafa;
}


.payment-card {
    margin-bottom: 20px;
}

.payment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.payment-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fafafa;
    font-size: 14px;
}

.payment-list i {
    color: #cc8a00;
}


@media (hover: hover) {
    .option:hover {
        background:#cc8a00;
        color:#fff;
    }

    .multi-item:hover {
        background:#cc8a00;
        color:#fff;
    }
}

@media (hover: none) {
    .option:hover,
    .multi-item:hover {
        background:#fafafa !important;
        color:#222 !important;
    }
}

.step { display:none; }
.step.active { display:block; }

select, input, textarea {
    width:100%;
    padding:12px;
    margin-bottom:10px;
    border-radius:6px;
    border:1px solid #ccc;
}

button {
    width:100%;
    padding:12px;
    background:#25D366;
    color:#fff;
    border:none;
    border-radius:6px;
    transition:0.2s;
}

button:hover {
    background:#1ebe5d;
}

.back {
    background:#e53935;
    margin-top:8px;
}

.back:hover {
    background:#c62828;
}


.multi-item {
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    outline: none;
}


.multi-item:focus {
    outline: none;
    background:#fafafa !important;
    color:#222 !important;
}


.option.multi-item {
    background:#fafafa;
    color:#222;
}


.multi-item.active {
    background: #cc8a00 !important;
    color: #fff !important;
}

.step button {
	display: block;
	width: 100%;
	margin-top: 15px;
}

.step button + button {
	margin-top: 15px;
}

.consent-box {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.consent-box label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.consent-box input[type="checkbox"] {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.consent-box input[type="radio"] {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.consent-box span {
    color: #333;
}

.consent-box a {
    color: #007bff;
    text-decoration: none;
}

.errorMsg {
	margin-top:10px; 
	font-size:14px; 
	color:red;
	display: none;
}


.discount-badge {
    display: inline-block;
    background: #e53935;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 8px;
}

.old-price {
    text-decoration: line-through;
    color: #FF0000;
    margin-right: 8px;
    display: inline-block;
}

.new-price {
    color: #00FF00;
    font-weight: bold;
    display: inline-block;
}

.tag {
    display: inline-block;
	border: 1px solid #FF0000;
    color: #FF0000;
    font-size: 12px;
    padding: 0px 4px;
    border-radius: 6px;
    margin-left: 6px;
}

input[type="date"] {
    width: 100%;
    max-width: 100%;

    padding: 12px;
    margin-bottom: 10px;
    
	line-height: normal;
    border: 1px solid #ccc;

    font-size: 16px;
    
    appearance: none;
    -webkit-appearance: none;
}


.checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    width: auto !important; 
    margin: 0;
    flex-shrink: 0;
}

.checkbox-group input[type="radio"] {
    width: auto !important; 
    margin: 0;
    flex-shrink: 0;
}


.promo-card {
    background: linear-gradient(135deg, #cc8a00, #ffb300);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


.promo-card h3 {
    margin-top: 0;
}

.promo-highlight {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

.info-banner {
    background: #fff3cd;
    color: #856404;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
	margin-bottom: 10px;
	border-radius:10px;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #111;
	color: #fff;
	padding: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	z-index: 9999;
	border-top: 1px solid #444;
	display: none;
}

.cookie-banner a {
	color: #5353ec; 
}

.cookie-banner button {
	background: #cc8a00;
	color: #fff;
	border: none;
	padding: 6px 12px;
	cursor: pointer;
	border-radius: 4px;
	width: 70px;
}

.form-divider {
    border-top: 1px solid #ccc;
    margin: 15px 0;
}

@media (max-width: 600px) {

	.header {
		padding: 0;
	}
	
    .header-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		padding: 0;
    }

    .logo-left {
        position: static;
    }

    .logo {
		margin-top: -10px;
		margin-bottom: -50px;
        height: 150px;
    }
	
	.grid {
        grid-template-columns: 1fr;
    }
	

    .checkbox-group {
        grid-template-columns: 1fr;

}
