/*
Theme Name: Smiling Teeth Divi Child
Description: Responsive custom templates for Dr Janina Rudareanu.
Author: Smiling Teeth
Template: Divi
Version: 5.0.0
Text Domain: smilingteeth
*/

:root{--st-ink:#173d3b;--st-teal:#177d78;--st-mint:#eaf7f4;--st-coral:#ee806d;--st-cream:#fbf7ef;--st-white:#fff;--st-muted:#607573;--st-shadow:0 22px 60px rgba(20,61,59,.12)}
*{box-sizing:border-box}.st-page{font-family:Arial,Helvetica,sans-serif;color:var(--st-ink);line-height:1.65;background:#fff}.st-page h1,.st-page h2,.st-page h3{font-family:Georgia,'Times New Roman',serif;line-height:1.12;margin:0 0 20px}.st-page h1{font-size:clamp(2.65rem,6vw,5.4rem)}.st-page h2{font-size:clamp(2rem,4vw,3.45rem)}.st-page h3{font-size:1.35rem}.st-page p{color:var(--st-muted);font-size:1.05rem;margin:0 0 22px}.st-container{width:min(1160px,calc(100% - 40px));margin:auto}.st-eyebrow{display:inline-block;color:var(--st-teal);font-size:.78rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px}.st-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;background:var(--st-coral);color:#fff!important;font-weight:800;text-decoration:none;transition:.2s}.st-button:hover{transform:translateY(-2px);filter:brightness(.96)}.st-button--ghost{background:transparent;border:1px solid rgba(23,61,59,.22);color:var(--st-ink)!important}.st-actions{display:flex;gap:12px;flex-wrap:wrap}.st-header{position:relative;z-index:20;background:#fff;border-bottom:1px solid #e8efed}.st-nav{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.st-brand{display:flex;align-items:center;gap:11px;color:var(--st-ink);text-decoration:none;font-family:Georgia,serif;font-size:1.25rem;font-weight:700}.st-brand__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--st-teal);color:#fff;font-family:Arial;font-size:1.3rem}.st-links{display:flex;align-items:center;gap:28px}.st-links a{color:var(--st-ink);font-weight:700;text-decoration:none}.st-links a[aria-current=page]{color:var(--st-teal)}.st-menu{display:none;border:0;background:none;font-size:1.8rem;color:var(--st-ink)}
.st-about-hero{padding:80px 0 96px;background:linear-gradient(120deg,var(--st-cream),#f0faf7);overflow:hidden}.st-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}.st-hero-copy p{max-width:610px;font-size:1.18rem}.st-photo-wrap{position:relative}.st-photo{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:180px 180px 28px 28px;box-shadow:var(--st-shadow)}.st-badge{position:absolute;left:-34px;bottom:46px;width:145px;height:145px;border-radius:50%;display:grid;place-content:center;text-align:center;background:#fff;box-shadow:var(--st-shadow);color:var(--st-teal);font-weight:800;line-height:1.25}.st-badge span{font-size:2rem;font-family:Georgia,serif}.st-intro{padding:104px 0}.st-two-col{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.st-lead{font-family:Georgia,serif!important;font-size:clamp(1.45rem,2.5vw,2rem)!important;line-height:1.42!important;color:var(--st-ink)!important}.st-values{padding:96px 0;background:var(--st-mint)}.st-section-head{max-width:700px;text-align:center;margin:0 auto 50px}.st-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.st-card{background:#fff;border-radius:22px;padding:32px;box-shadow:0 14px 38px rgba(23,61,59,.07)}.st-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:var(--st-mint);font-size:1.45rem;margin-bottom:22px}.st-care{padding:104px 0}.st-care-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.st-care-item{padding:30px;border:1px solid #dce9e6;border-radius:20px;display:flex;gap:18px}.st-care-item strong{display:block;font-size:1.1rem;margin-bottom:4px}.st-care-item p{font-size:.96rem;margin:0}.st-tick{flex:0 0 30px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--st-teal);color:#fff;font-weight:900}.st-quote{padding:88px 0;background:var(--st-ink);text-align:center}.st-quote blockquote{max-width:900px;margin:0 auto 20px;color:#fff;font-family:Georgia,serif;font-size:clamp(1.65rem,3vw,2.7rem);line-height:1.35}.st-quote cite{color:#a9d8d3;font-style:normal}.st-contact{padding:94px 0;background:var(--st-cream)}.st-contact-box{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;background:#fff;padding:52px;border-radius:28px;box-shadow:var(--st-shadow)}.st-details{display:grid;gap:17px}.st-details div{padding-bottom:15px;border-bottom:1px solid #e8efed}.st-details strong{display:block}.st-footer{padding:30px 0;background:#102f2d;color:#cfe1df}.st-footer .st-container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.st-footer a{color:#fff}.st-mobile-bar{display:none}
@media(max-width:900px){.st-links{display:none;position:absolute;top:84px;left:0;right:0;padding:22px 20px;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.1);flex-direction:column;align-items:flex-start}.st-links.is-open{display:flex}.st-menu{display:block}.st-nav>.st-button{display:none}.st-hero-grid,.st-two-col,.st-contact-box{grid-template-columns:1fr;gap:48px}.st-photo-wrap{max-width:580px;margin:auto}.st-cards{grid-template-columns:1fr 1fr}.st-badge{left:-10px}.st-about-hero{padding-top:56px}.st-intro,.st-care{padding:78px 0}}
@media(max-width:620px){.st-container{width:min(100% - 28px,1160px)}.st-cards,.st-care-grid{grid-template-columns:1fr}.st-card{padding:27px}.st-photo{border-radius:120px 120px 22px 22px}.st-badge{width:116px;height:116px;font-size:.84rem}.st-contact-box{padding:30px 23px}.st-footer{padding-bottom:90px}.st-mobile-bar{position:fixed;z-index:50;left:12px;right:12px;bottom:10px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:16px;padding:7px;box-shadow:0 8px 35px rgba(0,0,0,.2)}.st-mobile-bar a{padding:11px;text-align:center;text-decoration:none;font-weight:800;color:var(--st-ink)}.st-mobile-bar a:last-child{background:var(--st-coral);color:#fff;border-radius:11px}}
.st-services-hero{padding:82px 0;background:linear-gradient(120deg,var(--st-cream),#f0faf7)}.st-services-photo{display:block;width:100%;aspect-ratio:5/4;object-fit:cover;border-radius:28px 150px 28px 28px;box-shadow:var(--st-shadow)}.st-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.st-service-card{display:flex;flex-direction:column;padding:32px;background:#fff;border:1px solid #dce9e6;border-radius:22px;text-decoration:none;transition:.22s}.st-service-card:hover{transform:translateY(-5px);box-shadow:var(--st-shadow);border-color:transparent}.st-service-card img{width:56px;height:56px;object-fit:contain;margin-bottom:22px}.st-service-card p{flex:1;font-size:.98rem}.st-service-link{color:var(--st-teal);font-weight:800}.st-family{padding:100px 0;background:var(--st-cream)}.st-family-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.st-family-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}.st-family-list div{display:flex;gap:10px;align-items:center;font-weight:800}.st-family-art{width:100%;max-height:470px;object-fit:contain}
@media(max-width:900px){.st-family-panel{grid-template-columns:1fr}.st-service-grid{grid-template-columns:1fr 1fr}.st-services-hero{padding-top:56px}}
@media(max-width:620px){.st-service-grid,.st-family-list{grid-template-columns:1fr}.st-service-card{padding:27px}}
.st-contact-hero{padding:80px 0 96px;background:linear-gradient(120deg,var(--st-cream),#f0faf7)}.st-contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:start}.st-contact-cards{display:grid;gap:16px;margin-top:34px}.st-contact-card{display:flex;gap:16px;padding:22px;background:#fff;border:1px solid #dce9e6;border-radius:18px;text-decoration:none}.st-contact-card .st-icon{flex:0 0 48px;width:48px;height:48px;margin:0}.st-contact-card strong{display:block;color:var(--st-ink)}.st-contact-card span{color:var(--st-muted)}.st-form-panel{padding:42px;background:#fff;border-radius:28px;box-shadow:var(--st-shadow)}.st-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.st-field{display:grid;gap:7px}.st-field--full{grid-column:1/-1}.st-field label{font-weight:800;color:var(--st-ink)}.st-field input,.st-field textarea{width:100%;border:1px solid #cbdedb!important;border-radius:12px!important;background:#fbfdfc!important;padding:14px 15px!important;color:var(--st-ink)!important;font:inherit!important}.st-field textarea{min-height:145px;resize:vertical}.st-field input:focus,.st-field textarea:focus{outline:3px solid rgba(23,125,120,.15);border-color:var(--st-teal)!important}.st-form-note{font-size:.88rem!important;margin-top:16px!important}.st-alert{padding:14px 18px;border-radius:12px;margin-bottom:22px;font-weight:700}.st-alert--success{background:#e7f7ef;color:#176342}.st-alert--error{background:#fff0ed;color:#9b392c}.st-visit{padding:96px 0}.st-visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.st-hours{display:grid;gap:0;margin-top:28px}.st-hours div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #dce9e6}.st-map-card{min-height:410px;padding:40px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:28px;background:linear-gradient(rgba(23,61,59,.18),rgba(23,61,59,.82)),url('https://www.smilingteeth.info/wp-content/uploads/2026/03/dentist-office-7.jpg') center/cover;color:#fff}.st-map-card h3,.st-map-card p{color:#fff}.st-map-card p{max-width:430px}
@media(max-width:900px){.st-contact-layout,.st-visit-grid{grid-template-columns:1fr}.st-contact-hero{padding-top:56px}}
@media(max-width:620px){.st-form-panel{padding:28px 22px}.st-form-grid{grid-template-columns:1fr}.st-field--full{grid-column:auto}.st-map-card{min-height:350px;padding:28px}}
.st-treatment-hero{padding:76px 0 90px;background:linear-gradient(120deg,var(--st-cream),#f0faf7)}.st-treatment-photo{display:block;width:100%;aspect-ratio:6/5;object-fit:cover;border-radius:28px 150px 28px 28px;box-shadow:var(--st-shadow)}.st-crumbs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px;font-size:.9rem;color:var(--st-muted)}.st-crumbs a{color:var(--st-teal);text-decoration:none}.st-overview{padding:100px 0}.st-overview-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:76px;align-items:start}.st-highlight{padding:32px;background:var(--st-mint);border-radius:22px}.st-highlight h3{margin-bottom:18px}.st-highlight-list{display:grid;gap:14px}.st-highlight-list div{display:flex;gap:12px;align-items:flex-start;color:var(--st-muted)}.st-highlight-list .st-tick{flex:0 0 28px;width:28px;height:28px}.st-process{padding:96px 0;background:var(--st-mint)}.st-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.st-step{padding:30px;background:#fff;border-radius:20px}.st-step-number{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--st-teal);color:#fff;font-family:Georgia,serif;font-size:1.25rem;margin-bottom:20px}.st-faqs{padding:100px 0}.st-faq-list{max-width:860px;margin:42px auto 0;display:grid;gap:14px}.st-faq{border:1px solid #dce9e6;border-radius:16px;background:#fff;overflow:hidden}.st-faq summary{cursor:pointer;padding:21px 55px 21px 22px;font-weight:800;color:var(--st-ink);position:relative;list-style:none}.st-faq summary::-webkit-details-marker{display:none}.st-faq summary:after{content:'+';position:absolute;right:22px;font-size:1.4rem;color:var(--st-teal)}.st-faq[open] summary:after{content:'−'}.st-faq p{padding:0 22px 22px;margin:0}.st-related{padding:86px 0;background:var(--st-cream)}.st-related-links{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.st-related-links a{padding:24px;background:#fff;border-radius:16px;color:var(--st-ink);font-weight:800;text-decoration:none;border:1px solid #e2ebe9}.st-related-links a:hover{color:var(--st-teal);box-shadow:var(--st-shadow)}
@media(max-width:900px){.st-overview-grid{grid-template-columns:1fr}.st-steps{grid-template-columns:1fr}.st-treatment-hero{padding-top:52px}}
@media(max-width:620px){.st-related-links{grid-template-columns:1fr}}
