* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: "Monolith Regular", Helvetica, Arial, Lucida, sans-serif;
    background: #F7F4ED;
    color: #471615;
    line-height: 1.7;
    font-weight: 500;
}

.dl-nav {
    background: #FAEDCD;
    padding: 5px 22px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dl-nav a { color: #563635; text-decoration: none; font-size: 20px; font-weight: 500; padding: 8px 12px; font-family: "Monolith Regular", Helvetica, Arial, sans-serif; }
.dl-nav a:hover { color: #A22522; }
.dl-nav a.active { color: #A22522; }
.dl-nav-logo img { height: 60px; }
.dl-nav-links { display: flex; gap: 4px; align-items: center; }

.dl-hero {
    background: #5A2D2D;
    color: #fff;
    text-align: center;
    padding: 80px 20px 60px;
}
.dl-hero h1 {
    font-size: 38px; font-weight: 700; margin-bottom: 10px;
    letter-spacing: 3px; text-transform: uppercase; line-height: 1.1;
}
.dl-hero p { font-size: 18px; opacity: 0.9; line-height: 1.6; color: #fff; }

.dl-quick-bar {
    background: #fff;
    padding: 30px 20px;
    border-bottom: 1px solid #D4C4B0;
}
.dl-quick-bar-inner {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.dl-quick-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #D4C4B0;
    border-radius: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.dl-quick-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); background: #FAF7F2; }
.dl-quick-card .icon { font-size: 24px; margin-bottom: 8px; }
.dl-quick-card .label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #5E5B54; }
.dl-quick-card .value { font-size: 16px; font-weight: 600; color: #3C3A35; margin-top: 4px; }

.dl-main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
}

.dl-form-section {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.dl-form-section h2 { color: #5A2D2D; font-size: 26px; font-weight: 500; margin-bottom: 20px; }
.form-group { margin-bottom: 22px; }
.form-group label { display: block; font-size: 14px; font-weight: 600; color: #3A2A2A; margin-bottom: 6px; }
.form-group .optional { font-weight: 400; color: #6B5B5B; font-size: 12px; }
.form-input, .form-select, .form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #D4C4B0;
    border-radius: 10px;
    font-size: 15px;
    background: #FAFAF7;
    color: #3A2A2A;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
    outline: none;
    border-color: #5A2D2D;
    box-shadow: 0 0 0 3px rgba(90,45,45,0.1);
}
.form-textarea { min-height: 140px; resize: vertical; }
.radio-group { display: flex; gap: 20px; flex-wrap: wrap; }
.radio-group label { font-weight: 400; display: flex; align-items: center; gap: 6px; cursor: pointer; }
.radio-group input[type="radio"] { accent-color: #5A2D2D; }
.btn-submit {
    width: 100%;
    padding: 14px;
    background: #5A2D2D;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 10px;
}
.btn-submit:hover { background: #4A1F1F; }
.form-note { margin-top: 16px; font-size: 13px; color: #6B5B5B; text-align: center; }

.dl-sidebar { display: flex; flex-direction: column; gap: 20px; }
.dl-sidebar-card {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.dl-sidebar-card h3 { font-size: 18px; font-weight: 700; color: #5A2D2D; margin-bottom: 16px; }
.info-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #F0E8DD; }
.info-row:last-child { border-bottom: none; }
.info-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: #6B5B5B; }
.info-value { font-size: 14px; color: #3A2A2A; line-height: 1.4; }
.info-value a { color: #5A2D2D; text-decoration: none; }
.info-value a:hover { text-decoration: underline; }

.dl-map iframe { width: 100%; height: 200px; border: 0; border-radius: 10px; }
.dl-map-link { display: block; text-align: center; margin-top: 10px; font-size: 13px; color: #5A2D2D; text-decoration: none; }
.dl-map-link:hover { text-decoration: underline; }

.dl-btn-wa {
    display: block;
    width: 100%;
    padding: 14px;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-bottom: 12px;
}
.dl-btn-wa:hover { background: #1da851; }
.dl-btn-text {
    display: block;
    width: 100%;
    padding: 14px;
    background: #8B5E3C;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.dl-btn-text:hover { background: #74502f; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
.social-btn.instagram { background: #C13584; }
.social-btn.facebook { background: #4267B2; }
.social-btn.yelp { background: #D32323; }
.social-btn.youtube { background: #FF0000; }

.dl-cta {
    background: #EDE9DD;
    color: #5A2D2D;
    text-align: center;
    padding: 60px 20px;
}
.dl-cta h2 { font-size: 30px; font-weight: 700; margin-bottom: 10px; color: #5A2D2D; letter-spacing: 1.8px; text-transform: uppercase; }
.dl-cta p { font-size: 18px; color: #3C3A35; margin-bottom: 24px; }
.dl-cta-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #5A2D2D;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.dl-cta-btn:hover { background: #4A1F1F; }

.success-msg { background: #d4edda; color: #155724; padding: 16px; border-radius: 10px; margin-bottom: 24px; text-align: center; }

.dl-hero--headache { padding: 80px 20px; }

.dl-content-section { padding: 60px 20px; }
.dl-content-section:nth-child(odd) { background: #F7F4ED; }
.dl-content-section:nth-child(even) { background: #EDE9DD; }
.dl-content-inner { max-width: 900px; margin: 0 auto; }
.dl-content-inner h2 {
    color: #5A2D2D; font-size: 30px; font-weight: 700; text-align: center;
    margin-bottom: 36px; text-transform: uppercase; letter-spacing: 1.8px; line-height: 1.1;
}

.dl-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.dl-step-card { background: #fff; padding: 32px 24px; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); text-align: center; }
.dl-step-num { width: 44px; height: 44px; background: #5A2D2D; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; margin: 0 auto 16px; }
.dl-step-card h4 { color: #5A2D2D; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; }
.dl-step-card p { color: #3C3A35; font-size: 15px; line-height: 1.7; }

.dl-package-card { background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: hidden; max-width: 700px; margin: 0 auto; }
.dl-package-details { padding: 40px; }
.dl-package-price { font-size: 28px; font-weight: 700; color: #5A2D2D; text-align: center; margin: 16px 0; }
.dl-package-title { font-size: 20px; font-weight: 700; color: #3C3A35; text-align: center; margin-bottom: 8px; }
.dl-package-details ul { list-style: none; padding: 0; }
.dl-package-details li { padding: 12px 0; border-bottom: 1px solid #E8E4DD; font-size: 15px; color: #3C3A35; text-align: center; }
.dl-package-details li:last-child { border-bottom: none; }
.dl-guarantee { background: #5A2D2D; color: #fff; padding: 28px 36px; text-align: center; }
.dl-guarantee h4 { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 8px; opacity: 0.8; }
.dl-guarantee p { font-size: 16px; line-height: 1.6; }

.dl-accordion { max-width: 850px; margin: 0 auto; }
.dl-accordion-item { background: #fff; border-radius: 0; border: 1px solid #E8E4DD; margin-bottom: 0; overflow: hidden; }
.dl-accordion-item + .dl-accordion-item { border-top: none; }
.dl-accordion-item summary { padding: 20px; font-size: 17px; font-weight: 600; color: #3C3A35; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.dl-accordion-item summary::-webkit-details-marker { display: none; }
.dl-accordion-item summary::after { content: "+"; font-size: 22px; color: #5A2D2D; font-weight: 300; }
.dl-accordion-item[open] summary { color: #5A2D2D; }
.dl-accordion-item[open] summary::after { content: "\2212"; }
.dl-accordion-body { padding: 0 20px 20px; }
.dl-accordion-body p { color: #5E5B54; font-size: 15px; line-height: 1.7; }

.dl-testimonial-section { }
.dl-testimonial { font-size: 18px; font-style: italic; color: #5E5B54; text-align: center; line-height: 1.8; border-left: none; margin: 0; padding: 0 20px; max-width: 800px; margin: 0 auto; }

.dl-cta-contact { margin-top: 20px; font-size: 14px; color: #5E5B54; }
.dl-cta-contact a { color: #5A2D2D; text-decoration: none; }
.dl-cta-contact a:hover { text-decoration: underline; }

.dl-benefits-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 40px; align-items: center; }
.dl-benefits-image img { width: 100%; border-radius: 12px; }
.dl-benefits-list ul { list-style: none; padding: 0; }
.dl-benefits-list li { padding: 10px 0; font-size: 17px; color: #5A2D2D; line-height: 1.7; }
.dl-benefits-list li::before { content: "\2713  "; color: #5A2D2D; font-weight: 700; margin-right: 8px; }

@media (max-width: 768px) {
    .dl-hero h1 { font-size: 28px; letter-spacing: 2px; }
    .dl-hero p { font-size: 16px; }
    .dl-quick-bar-inner { grid-template-columns: 1fr; gap: 12px; }
    .dl-main { grid-template-columns: 1fr; padding: 30px 15px; gap: 25px; }
    .dl-form-section { padding: 25px 20px; }
    .dl-sidebar-card { padding: 22px; }
    .dl-cta h2 { font-size: 24px; }
    .dl-nav-links { display: none; }
    .dl-steps { grid-template-columns: 1fr; }
    .dl-content-inner h2 { font-size: 24px; }
    .dl-package-details { padding: 24px; }
    .dl-guarantee { padding: 20px 24px; }
    .dl-benefits-grid { grid-template-columns: 1fr; }
}
