/* ═══ RESET GP ON DC PAGES ═══ */
body.dc-page-active .site-content,
body.dc-page-active .content-area,
body.dc-page-active .inside-article,
body.dc-page-active .entry-content,
body.dc-page-active .container,
body.dc-page-active .grid-container,
body.dc-page-active article {
    padding: 0 !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: visible !important;
}
body.dc-page-active .entry-header { display: none !important; }
body.dc-page-active .site-header,
body.dc-page-active .site-footer,
body.dc-page-active .site-info,
body.dc-page-active #generate-slideout-menu,
body.dc-page-active .footer-widgets { display: none !important; }

/* ═══ BASE ═══ */
.dc-page {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    color: #1C2833;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
.dc-page *, .dc-page *::before, .dc-page *::after { box-sizing: border-box; }
.dc-page img { max-width: 100%; height: auto; display: block; }
.dc-page a { color: #2E86C1; text-decoration: none; transition: .3s ease; }
.dc-page a:hover { color: #1A5276; }
.dc-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ═══ TOPBAR ═══ */
.dc-topbar { background: #1A5276; color: #fff; padding: 10px 0; font-size: 0.84rem; font-weight: 500; }
.dc-topbar .dc-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.dc-topbar a { color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.dc-topbar a:hover { color: #28B463; }
.dc-topbar-left { display: flex; align-items: center; gap: 20px; }
.dc-topbar-right { display: flex; align-items: center; gap: 14px; }
.dc-topbar-badge { background: #28B463; color: #fff; padding: 3px 10px; border-radius: 50px; font-size: 0.73rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.dc-topbar-addr { opacity: 0.6; font-size: 0.8rem; }

/* ═══ HEADER ═══ */
.dc-header { background: #fff; border-bottom: 1px solid #E8F0F7; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 8px rgba(46,134,193,0.06); }
.dc-header .dc-container { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.dc-logo img { height: 42px; width: auto; object-fit: contain; }
.dc-nav { display: flex; gap: 4px; align-items: center; }
.dc-nav a { padding: 8px 14px; border-radius: 8px; font-size: 0.88rem; font-weight: 600; color: #1A3C50; }
.dc-nav a:hover { background: #F4F9FC; color: #2E86C1; }
.dc-nav-cta { background: #28B463 !important; color: #fff !important; font-weight: 700 !important; padding: 10px 20px !important; border-radius: 50px !important; box-shadow: 0 4px 12px rgba(40,180,99,0.25); }
.dc-nav-cta:hover { background: #1E8449 !important; transform: translateY(-1px); }
.dc-menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.dc-menu-toggle span { display: block; width: 24px; height: 3px; background: #1A5276; margin: 5px 0; border-radius: 3px; }

/* ═══ HERO ═══ */
.dc-hero { background: linear-gradient(145deg, #1A5276 0%, #0B2E45 100%); padding: 55px 0 65px; color: #fff; position: relative; overflow: hidden; }
.dc-hero::before { content: ''; position: absolute; top: -40%; right: -15%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(40,180,99,0.08) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.dc-hero-inner { max-width: 960px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.dc-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(40,180,99,0.15); border: 1px solid rgba(40,180,99,0.3); color: #82E0AA; padding: 7px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: 700; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 0.05em; }
.dc-hero h1 { font-size: 2.4rem; font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 16px; color: #fff; }
.dc-hero p { font-size: 1.08rem; color: rgba(255,255,255,0.72); line-height: 1.7; max-width: 720px; margin: 0 0 28px; }
.dc-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ═══ BUTTONS ═══ */
.dc-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 50px; font-weight: 700; font-size: 0.95rem; transition: .3s ease; border: none; cursor: pointer; font-family: inherit; text-decoration: none !important; }
.dc-btn-blue { background: #2E86C1; color: #fff !important; box-shadow: 0 6px 20px rgba(46,134,193,0.3); }
.dc-btn-blue:hover { background: #1A5276; transform: translateY(-2px); color: #fff !important; }
.dc-btn-wa { background: #25D366; color: #fff !important; box-shadow: 0 6px 20px rgba(37,211,102,0.3); }
.dc-btn-wa:hover { background: #20BD5A; transform: translateY(-2px); color: #fff !important; }
.dc-btn-outline { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,0.3); }
.dc-btn-outline:hover { border-color: #28B463; color: #28B463 !important; }
.dc-btn-white { background: #fff; color: #28B463 !important; box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
.dc-btn-white:hover { transform: translateY(-2px); color: #1E8449 !important; }

/* ═══ CONTENT ═══ */
.dc-body { max-width: 860px; margin: 0 auto; padding: 50px 24px; }
.dc-body h2 { font-size: 1.55rem; font-weight: 800; color: #1A5276; margin: 42px 0 14px; line-height: 1.25; }
.dc-body h2:first-child { margin-top: 0; }
.dc-body p { font-size: 1rem; color: #566573; margin: 0 0 18px; line-height: 1.75; }
.dc-body strong { color: #1C2833; }

/* ═══ IMAGES ═══ */
.dc-img { width: 100%; max-width: 680px; height: auto; border-radius: 12px; margin: 28px auto; display: block; box-shadow: 0 4px 15px rgba(46,134,193,0.06); }

/* ═══ PRICE CARD ═══ */
.dc-price-card { background: linear-gradient(135deg, #F4F9FC, #E8F0F7); border: 1px solid #CADCE8; border-radius: 16px; padding: 28px 32px; margin: 36px 0; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.dc-price-icon { width: 58px; height: 58px; border-radius: 14px; background: #2E86C1; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dc-price-icon svg { width: 28px; height: 28px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dc-price-amount { font-size: 1.7rem; font-weight: 800; color: #28B463; }
.dc-price-note { font-size: 0.82rem; color: #94ACBE; margin-top: 2px; }

/* ═══ CTA ═══ */
.dc-cta { background: linear-gradient(145deg, #28B463, #1E8449); border-radius: 16px; padding: 36px; text-align: center; color: #fff; margin: 42px 0; }
.dc-cta h3 { font-size: 1.3rem; font-weight: 800; margin: 0 0 10px; color: #fff; }
.dc-cta p { font-size: 0.92rem; opacity: 0.9; margin: 0 0 22px; color: #fff; }
.dc-cta-buttons { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ═══ SERVICES BOX (inside content flow) ═══ */
.dc-svc-box {
    background: #F4F9FC;
    border: 1px solid #E8F0F7;
    border-radius: 16px;
    padding: 28px 28px 24px;
    margin: 0 0 36px;
}
.dc-svc-box-title {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1A5276 !important;
    margin: 0 0 16px !important;
}
.dc-svc-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.dc-svc-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #CADCE8;
    border-radius: 10px;
    padding: 14px 16px;
    color: #1C2833 !important;
    font-weight: 600;
    font-size: 0.9rem;
    transition: 0.3s ease;
    text-decoration: none !important;
}
.dc-svc-item:hover {
    border-color: #2E86C1;
    color: #2E86C1 !important;
    box-shadow: 0 4px 12px rgba(46,134,193,0.08);
    transform: translateY(-2px);
    text-decoration: none !important;
}
.dc-svc-emoji {
    font-size: 1.4rem;
    line-height: 1;
    flex-shrink: 0;
}

/* ═══ MAP ═══ */
.dc-map { margin: 36px 0; border-radius: 12px; overflow: hidden; border: 1px solid #E8F0F7; }
.dc-map iframe { width: 100%; height: 340px; border: 0; }

/* ═══ TAGS ═══ */
.dc-tags { margin: 36px 0; }
.dc-tags h3 { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #94ACBE; margin: 0 0 12px; }
.dc-tags-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.dc-tags-grid span, .dc-tags-grid a { padding: 6px 14px; border-radius: 50px; font-size: 0.84rem; font-weight: 600; color: #566573; background: #F4F9FC; border: 1px solid #E8F0F7; }
.dc-tags-grid a:hover { border-color: #2E86C1; color: #2E86C1; }

/* ═══ FAQ ═══ */
.dc-faq { margin: 42px 0; }
.dc-faq-title { font-size: 1.3rem; font-weight: 800; color: #1A5276; margin: 0 0 20px; }
.dc-faq-item { background: #F4F9FC; border: 1px solid #E8F0F7; border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.dc-faq-item.active { border-color: rgba(40,180,99,0.25); box-shadow: 0 4px 12px rgba(46,134,193,0.05); }
.dc-faq-q { padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 700; font-size: 0.92rem; color: #1A5276; user-select: none; }
.dc-faq-q:hover { color: #2E86C1; }
.dc-faq-toggle { width: 28px; height: 28px; border-radius: 50%; background: #E8F0F7; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: .3s ease; }
.dc-faq-item.active .dc-faq-toggle { background: #28B463; transform: rotate(45deg); }
.dc-faq-toggle svg { width: 13px; height: 13px; stroke: #1A5276; stroke-width: 2.5; }
.dc-faq-item.active .dc-faq-toggle svg { stroke: #fff; }
.dc-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.dc-faq-a-inner { padding: 0 20px 16px; font-size: 0.9rem; color: #566573; line-height: 1.7; }

/* ═══ REVIEWS ═══ */
.dc-reviews { margin: 42px 0; text-align: center; }
.dc-reviews h3 { font-size: 1.1rem; font-weight: 800; color: #1A5276; margin: 0 0 16px; }

/* ═══ RELATED ═══ */
.dc-related { margin: 42px 0; padding: 28px; background: #F4F9FC; border-radius: 16px; border: 1px solid #E8F0F7; }
.dc-related h3 { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #94ACBE; margin: 0 0 14px; }
.dc-related-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.dc-related-grid a { padding: 8px 18px; border-radius: 50px; font-size: 0.86rem; font-weight: 600; color: #566573; background: #fff; border: 1px solid #CADCE8; }
.dc-related-grid a:hover { border-color: #2E86C1; color: #2E86C1; }

/* ═══ NETWORK ═══ */
.dc-network { margin: 42px 0; padding-top: 28px; border-top: 1px solid #E8F0F7; }
.dc-network-title { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #94ACBE; margin: 0 0 12px; }
.dc-network-links { display: flex; flex-wrap: wrap; gap: 8px; }
.dc-network-links a { padding: 6px 14px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; color: #94ACBE; background: #F4F9FC; border: 1px solid #E8F0F7; }
.dc-network-links a:hover { border-color: #2E86C1; color: #2E86C1; }

/* ═══ BLOG ═══ */
.dc-blog-header { background: linear-gradient(145deg, #1A5276, #0B2E45); padding: 48px 0 58px; color: #fff; }
.dc-blog-header-inner { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.dc-blog-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(46,134,193,0.2); border: 1px solid rgba(46,134,193,0.3); color: #5DADE2; padding: 6px 14px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px; }
.dc-blog-header h1 { font-size: 2rem; font-weight: 800; line-height: 1.2; margin: 0 0 12px; color: #fff; }
.dc-blog-meta { font-size: 0.84rem; color: rgba(255,255,255,0.5); }
.dc-blog-body { max-width: 760px; margin: 0 auto; padding: 45px 24px 30px; }
.dc-blog-intro { font-size: 1.06rem; color: #566573; line-height: 1.8; margin: 0 0 30px; padding-bottom: 30px; border-bottom: 1px solid #E8F0F7; }
.dc-blog-body h2 { font-size: 1.45rem; font-weight: 800; color: #1A5276; margin: 40px 0 14px; line-height: 1.25; }
.dc-blog-body h2:first-of-type { margin-top: 0; }
.dc-blog-body p { font-size: 1rem; color: #566573; margin: 0 0 18px; line-height: 1.8; }

/* ═══ FOOTER ═══ */
.dc-footer { background: #0B2E45; color: rgba(255,255,255,0.7); padding: 55px 0 28px; }
.dc-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 40px; }
.dc-footer-brand p { font-size: 0.88rem; line-height: 1.7; margin-bottom: 18px; }
.dc-footer-contact { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 0.86rem; }
.dc-footer-contact a { color: rgba(255,255,255,0.7); }
.dc-footer-contact a:hover { color: #28B463; }
.dc-footer-col h4 { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #fff; margin: 0 0 16px; }
.dc-footer-col a { display: block; font-size: 0.86rem; margin-bottom: 8px; color: rgba(255,255,255,0.55); }
.dc-footer-col a:hover { color: #28B463; }
.dc-footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.dc-footer-legal { display: flex; gap: 18px; }
.dc-footer-legal a { color: rgba(255,255,255,0.35); }
.dc-footer-legal a:hover { color: #fff; }

/* ═══ VIDEO SECTION ═══ */
.dc-video {
    margin: 48px 0;
    text-align: center;
}
.dc-video h3 {
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    color: #1A5276 !important;
    margin: 0 0 8px !important;
}
.dc-video p {
    font-size: 0.9rem;
    color: #94ACBE;
    margin: 0 0 20px;
}
.dc-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(11,46,69,0.12);
    max-width: 760px;
    margin: 0 auto;
    background: #0B2E45;
}
.dc-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ═══ MAP FOOTER CARD ═══ */
.dc-map-footer {
    background: linear-gradient(145deg, #F4F9FC 0%, #E8F0F7 100%);
    border-top: 3px solid #2E86C1;
    padding: 40px 0;
}
.dc-map-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}
.dc-map-footer-title {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #1A5276 !important;
    margin: 0 0 10px !important;
    line-height: 1.3;
}
.dc-map-footer-rating {
    font-size: 0.92rem;
    font-weight: 700;
    color: #28B463;
    margin-bottom: 16px;
}
.dc-map-footer-detail {
    font-size: 0.9rem;
    color: #566573;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.dc-map-footer-detail a {
    color: #2E86C1;
}
.dc-map-footer-detail a:hover {
    color: #1A5276;
}
.dc-map-footer-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}
.dc-map-footer-embed {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(46,134,193,0.1);
    min-height: 280px;
}

/* ═══ WHATSAPP FLOAT ═══ */
.dc-wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 9999; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 25px rgba(37,211,102,0.4); animation: dc-wa-bounce 2s ease-in-out infinite; }
.dc-wa-float:hover { transform: scale(1.1); box-shadow: 0 12px 35px rgba(37,211,102,0.5); }
@keyframes dc-wa-bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }

/* ═══ SIMULATEUR DE PRIX ═══ */
.dc-sim {
    background: linear-gradient(145deg, #1A5276 0%, #0B2E45 100%);
    border-radius: 20px;
    padding: 0;
    margin: 48px 0;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(11,46,69,0.15);
}
.dc-sim-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
}
.dc-sim-info {
    padding: 40px 36px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dc-sim-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(40,180,99,0.15);
    border: 1px solid rgba(40,180,99,0.3);
    color: #82E0AA;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
    width: fit-content;
}
.dc-sim-info h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.2;
}
.dc-sim-info p {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.65;
    margin: 0 0 24px;
}
.dc-sim-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.dc-sim-feat {
    display: flex;
    align-items: center;
    gap: 12px;
}
.dc-sim-feat-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(46,134,193,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.dc-sim-feat-icon svg {
    width: 18px;
    height: 18px;
    stroke: #5DADE2;
    fill: none;
    stroke-width: 2;
}
.dc-sim-feat span {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

/* Simulator form */
.dc-sim-form-wrap {
    background: #fff;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dc-sim-form-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1A5276;
    margin: 0 0 22px;
    text-align: center;
}
.dc-sim-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.dc-sim-group label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #566573;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.dc-sim-group select,
.dc-sim-group input {
    width: 100%;
    padding: 11px 14px;
    border: 2px solid #E8F0F7;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.92rem;
    color: #1C2833;
    background: #F4F9FC;
    transition: 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
}
.dc-sim-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394ACBE' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}
.dc-sim-group select:focus,
.dc-sim-group input:focus {
    outline: none;
    border-color: #2E86C1;
    box-shadow: 0 0 0 3px rgba(46,134,193,0.1);
    background: #fff;
}
.dc-sim-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.dc-sim-group textarea {
    width: 100%;
    padding: 11px 14px;
    border: 2px solid #E8F0F7;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.92rem;
    color: #1C2833;
    background: #F4F9FC;
    transition: 0.3s ease;
    resize: vertical;
    min-height: 60px;
}
.dc-sim-group textarea:focus {
    outline: none;
    border-color: #2E86C1;
    box-shadow: 0 0 0 3px rgba(46,134,193,0.1);
    background: #fff;
}

/* Result */
.dc-sim-result {
    display: none;
    background: linear-gradient(135deg, #F4F9FC, #E8F0F7);
    border: 1px solid #CADCE8;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-top: 6px;
    animation: dc-sim-fadein 0.4s ease;
}
.dc-sim-result.active { display: block; }
@keyframes dc-sim-fadein { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)} }
.dc-sim-result-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #94ACBE;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 6px;
}
.dc-sim-result-price {
    font-size: 2rem;
    font-weight: 800;
    color: #28B463;
    line-height: 1;
}
.dc-sim-result-note {
    font-size: 0.8rem;
    color: #94ACBE;
    margin-top: 6px;
}
.dc-sim-result-free {
    background: rgba(40,180,99,0.1);
    color: #28B463;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

/* WhatsApp CTA button in simulator */
.dc-sim-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    background: #25D366;
    color: #fff !important;
    border: none;
    cursor: pointer;
    font-family: inherit;
    margin-top: 10px;
    box-shadow: 0 6px 20px rgba(37,211,102,0.3);
    transition: 0.3s ease;
    text-decoration: none !important;
}
.dc-sim-wa-btn:hover {
    background: #20BD5A;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37,211,102,0.4);
    color: #fff !important;
}
.dc-sim-wa-btn svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}
.dc-sim-calc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    background: #2E86C1;
    color: #fff !important;
    border: none;
    cursor: pointer;
    font-family: inherit;
    box-shadow: 0 6px 20px rgba(46,134,193,0.3);
    transition: 0.3s ease;
}
.dc-sim-calc-btn:hover {
    background: #1A5276;
    transform: translateY(-2px);
}

/* ═══ RESPONSIVE ═══ */
@media(max-width:1024px) {
    .dc-footer-grid { grid-template-columns: 1fr 1fr; }
    .dc-sim-grid { grid-template-columns: 1fr; }
    .dc-map-footer-grid { grid-template-columns: 1fr; }
}
@media(max-width:768px) {
    .dc-topbar-left { flex-direction: column; gap: 4px; align-items: flex-start; }
    .dc-topbar-right { display: none; }
    .dc-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: #fff; padding: 16px 24px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); flex-direction: column; z-index: 999; }
    .dc-nav.open { display: flex; }
    .dc-menu-toggle { display: block; }
    .dc-hero { padding: 38px 0 48px; }
    .dc-hero h1 { font-size: 1.75rem; }
    .dc-hero-ctas { flex-direction: column; }
    .dc-hero-ctas .dc-btn { justify-content: center; }
    .dc-body { padding: 35px 18px; }
    .dc-body h2 { font-size: 1.25rem; }
    .dc-svc-list { grid-template-columns: 1fr 1fr; }
    .dc-price-card { flex-direction: column; text-align: center; }
    .dc-cta { padding: 28px 20px; }
    .dc-cta-buttons { flex-direction: column; }
    .dc-cta-buttons .dc-btn { justify-content: center; }
    .dc-footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .dc-blog-header { padding: 32px 0 42px; }
    .dc-blog-header h1 { font-size: 1.55rem; }
    .dc-sim-grid { grid-template-columns: 1fr; }
    .dc-map-footer { padding: 28px 0; }
    .dc-map-footer-grid { grid-template-columns: 1fr; gap: 20px; }
    .dc-map-footer-embed { min-height: 220px; }
    .dc-map-footer-btns { justify-content: center; }
    .dc-sim-info { padding: 30px 24px; }
    .dc-sim-info h3 { font-size: 1.3rem; }
    .dc-sim-form-wrap { padding: 28px 22px; }
    .dc-sim-row { grid-template-columns: 1fr; }
}
@media(max-width:480px) {
    .dc-svc-list { grid-template-columns: 1fr; }
    .dc-hero h1 { font-size: 1.5rem; }
}
