/* DentistConnect: treatment catalogue styles (shared by every page) */
.dc-section{background:#fff;border-radius:32px;padding:2rem 2.2rem;margin:2.5rem 0;box-shadow:0 20px 40px -12px #cbdae5}
.dc-section h2{font-size:1.9rem;font-weight:650;color:#0b2c3a;margin-bottom:.4rem;letter-spacing:-.5px}
.dc-section .dc-sub{color:#4a6a7d;margin-bottom:1.6rem;max-width:720px}
.dc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.2rem}
.dc-card{display:flex;flex-direction:column;background:#f9fcff;border:1px solid #e1edf4;border-radius:24px;padding:1.3rem 1.3rem 1.2rem;transition:transform .2s,box-shadow .2s,border-color .2s}
.dc-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px -14px rgba(8,70,90,.35);border-color:#b9d6e3}
.dc-card-top{display:flex;align-items:center;gap:12px;margin-bottom:.8rem}
.dc-icon{flex:0 0 46px;width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#0f4c5c;color:#fff;font-size:1.2rem}
.dc-cat{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#658e9e}
.dc-card h3{font-size:1.08rem;font-weight:650;color:#0b2c3a;line-height:1.3;margin:0}
.dc-card h3 a{color:inherit;text-decoration:none}
.dc-card h3 a:hover{color:#0f4c5c;text-decoration:underline}
.dc-price{font-size:1.25rem;font-weight:700;color:#0f4c5c;margin:.2rem 0 .1rem}
.dc-price small{display:block;font-size:.75rem;font-weight:500;color:#658e9e}
.dc-card ul{list-style:none;margin:.8rem 0 1rem;padding:0;display:grid;gap:.35rem;font-size:.9rem;color:#2b4a5e}
.dc-card ul i{color:#0f4c5c;margin-right:6px;font-size:.8rem}
.dc-actions{margin-top:auto;display:flex;gap:.5rem;flex-wrap:wrap}
.dc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:50px;padding:.7rem 1.1rem;font:600 .9rem Inter,sans-serif;cursor:pointer;text-decoration:none;transition:.2s}
.dc-btn-primary{background:#0f4c5c;color:#fff;flex:1}
.dc-btn-primary:hover{background:#0a3945}
.dc-btn-ghost{background:#e8f0f5;color:#0f4c5c;border:1px solid #c2dae8}
.dc-btn-ghost:hover{background:#d4e6f0}
.dc-note{margin-top:1.4rem;font-size:.88rem;color:#4a6a7d;background:#eef6f9;border-radius:16px;padding:.8rem 1.1rem}
.dc-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;counter-reset:step;list-style:none;padding:0;margin:0}
.dc-steps li{background:#f9fcff;border:1px solid #e1edf4;border-radius:20px;padding:1.1rem 1.2rem 1.1rem 3.6rem;position:relative;color:#2b4a5e}
.dc-steps li::before{counter-increment:step;content:counter(step);position:absolute;left:1rem;top:1rem;width:32px;height:32px;border-radius:50%;background:#0f4c5c;color:#fff;display:grid;place-items:center;font-weight:700}
.dc-steps strong{display:block;color:#0b2c3a;margin-bottom:.2rem}
.dc-crumbs{list-style:none;display:flex;flex-wrap:wrap;gap:6px;padding:0;margin:0 0 1rem;font-size:.85rem;color:#658e9e}
.dc-crumbs li+li::before{content:"/";margin-right:6px}
.dc-crumbs a{color:#2b4a5e;text-decoration:none;font-weight:500}
.dc-crumbs a:hover{color:#0f4c5c;text-decoration:underline}
.dc-hero-price{display:inline-flex;flex-direction:column;background:#e2f0f3;border-radius:20px;padding:.8rem 1.3rem;margin:.4rem 0 1.2rem}
.dc-hero-price strong{font-size:1.7rem;color:#0f4c5c;line-height:1.1}
.dc-hero-price span{font-size:.85rem;color:#3f6279}
.dc-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.8rem;margin:1rem 0 1.4rem}
.dc-fact{background:#f4f8fc;border:1px solid #e1edf4;border-radius:16px;padding:.75rem 1rem;font-size:.9rem;color:#2b4a5e}
.dc-fact strong{display:block;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#658e9e;margin-bottom:.2rem}
.dc-two{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.dc-two h3{font-size:1.2rem;color:#0b2c3a;margin-bottom:.7rem}
.dc-check{list-style:none;padding:0;margin:0;display:grid;gap:.5rem;color:#2b4a5e}
.dc-check i{color:#0f4c5c;margin-right:8px}
.dc-faq details{border:1px solid #e1edf4;border-radius:16px;padding:.9rem 1.2rem;margin-bottom:.7rem;background:#f9fcff}
.dc-faq summary{cursor:pointer;font-weight:600;color:#0b2c3a;list-style-position:outside}
.dc-faq details p{margin-top:.6rem;color:#2b4a5e}
.dc-chips{display:flex;flex-wrap:wrap;gap:.5rem}
.dc-chips a{display:inline-block;background:#e2f0f3;color:#0f4c5c;border-radius:30px;padding:.35rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none}
.dc-chips a:hover{background:#0f4c5c;color:#fff}
.dc-table{width:100%;border-collapse:collapse;font-size:.95rem}
.dc-table th,.dc-table td{text-align:left;padding:.7rem .6rem;border-bottom:1px dashed #d2e0e9}
.dc-table th{color:#658e9e;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}
.dc-table td a{color:#0f4c5c;font-weight:600}
.nav-links a.dc-nav-active{color:#0f4c5c;font-weight:700}
.dc-flash{outline:3px solid rgba(15,76,92,.35);transition:outline .3s}
@media (max-width:700px){.dc-section{padding:1.4rem 1.2rem;border-radius:24px}.dc-two{grid-template-columns:1fr}.dc-section h2{font-size:1.5rem}.dc-table{font-size:.85rem}}
