/* Dentmira – shared stylesheet */

:root{
  --teal:oklch(0.55 0.11 195);
  --teal-dark:oklch(0.42 0.1 195);
  --teal-bg:oklch(0.93 0.03 195);
  --teal-fg:oklch(0.4 0.1 195);
  --ink:oklch(0.22 0.02 230);
  --ink-2:oklch(0.16 0.018 230);
  --muted:oklch(0.45 0.02 230);
  --muted-2:oklch(0.5 0.02 230);
  --muted-3:oklch(0.4 0.02 230);
  --muted-4:oklch(0.35 0.02 230);
  --border:oklch(0.9 0.012 220);
  --border-2:oklch(0.92 0.01 220);
  --bg:oklch(0.98 0.006 200);
  --bg-alt:oklch(0.995 0.003 200);
  --header-bg:oklch(0.99 0.004 200 / 0.94);
  --amber-bg:oklch(0.94 0.04 50);
  --amber-fg:oklch(0.5 0.1 40);
  --star:oklch(0.7 0.12 70);
  --footer-fg:oklch(0.85 0.01 230);
  --footer-border:oklch(0.28 0.015 230);
  --font-head:'Manrope','Segoe UI',system-ui,-apple-system,sans-serif;
  --font-body:'Public Sans','Segoe UI',system-ui,-apple-system,sans-serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);}
img{max-width:100%;display:block;}
a{color:var(--teal);text-decoration:none;}
a:hover{color:var(--teal-dark);}
h1,h2,h3{font-family:var(--font-head);}
table{border-collapse:collapse;width:100%;}
button{font-family:var(--font-body);}

.container{max-width:1200px;margin:0 auto;padding:0 24px;}
.container-narrow{max-width:900px;margin:0 auto;padding:0 24px;}
.container-legal{max-width:760px;margin:0 auto;padding:56px 24px 100px;}

.section{padding:80px 0;}
.section-tight{padding:48px 0;}
.section-alt{background:var(--bg-alt);border-top:1px solid var(--border-2);border-bottom:1px solid var(--border-2);}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:var(--header-bg);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);}
.header-inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.logo{display:flex;align-items:center;gap:10px;}
.logo-badge{width:38px;height:38px;border-radius:11px;background:var(--teal);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:800;color:#fff;font-size:18px;}
.logo-text{font-family:var(--font-head);font-weight:800;font-size:21px;color:var(--ink);}
.logo-text span{color:var(--teal);}
.nav{display:flex;gap:24px;font-size:15px;font-weight:600;flex-wrap:wrap;}
.nav a{color:var(--ink);}
.nav a.active{color:var(--teal);}

.btn{display:inline-block;border-radius:9px;font-weight:700;font-size:14.5px;cursor:pointer;border:none;text-align:center;}
.btn-primary{background:var(--teal);color:#fff;padding:11px 22px;}
.btn-primary:hover{background:var(--teal-dark);color:#fff;}
.btn-lg{padding:14px 26px;font-size:15.5px;border-radius:10px;}
.btn-outline{border:1.5px solid var(--border);color:var(--ink);padding:14px 26px;border-radius:10px;font-weight:700;font-size:15.5px;background:#fff;}
.btn-outline:hover{color:var(--ink);border-color:var(--teal);}
.btn-dark{background:var(--ink);color:#fff;border:none;padding:9px 16px;border-radius:8px;font-weight:700;font-size:13px;}

/* Hero */
.hero{padding:64px 0 40px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:48px;align-items:center;}
.badge-pill{display:inline-block;background:var(--teal-bg);color:var(--teal-fg);font-weight:700;font-size:13px;padding:7px 14px;border-radius:20px;margin-bottom:18px;}
.hero h1{font-weight:800;font-size:46px;line-height:1.12;margin:0 0 20px;letter-spacing:-0.01em;}
.hero p.lead{font-size:17px;line-height:1.6;color:var(--muted);max-width:520px;margin:0 0 28px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.stats{display:flex;gap:32px;margin-top:40px;flex-wrap:wrap;}
.stat-num{font-family:var(--font-head);font-weight:800;font-size:26px;}
.stat-label{font-size:13.5px;color:var(--muted-2);}
.img-box{aspect-ratio:4/3.2;border-radius:24px;overflow:hidden;background:var(--border-2);}
.img-box img{width:100%;height:100%;object-fit:cover;}
.img-box.r4-3{aspect-ratio:4/3;border-radius:20px;}
.img-box.r16-9{aspect-ratio:16/9;border-radius:16px;}
.img-box.r1-1{aspect-ratio:1/1;border-radius:12px;}

.feature-bar{display:flex;gap:32px;flex-wrap:wrap;justify-content:space-around;padding:20px 0;font-size:14px;color:var(--muted);font-weight:600;text-align:center;}

/* Page hero (inner pages) */
.page-hero{padding:56px 0 24px;text-align:center;}
.page-hero h1{font-weight:800;font-size:38px;margin:0 0 16px;}
.page-hero p{font-size:16px;color:var(--muted);line-height:1.6;}

/* Section headings */
.section-head{text-align:center;max-width:640px;margin:0 auto 48px;}
.section-head h2{font-weight:800;font-size:32px;margin:0 0 14px;}
.section-head p{font-size:16px;color:var(--muted);line-height:1.6;}

/* Cards / grid */
.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;}
.card{display:block;border:1px solid var(--border);border-radius:16px;padding:28px;background:#fff;}
.icon-badge{width:44px;height:44px;border-radius:12px;background:var(--teal-bg);color:var(--teal-fg);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:800;margin-bottom:16px;}
.icon-badge.amber{background:var(--amber-bg);color:var(--amber-fg);}
.card-title{font-family:var(--font-head);font-weight:700;font-size:17px;color:var(--ink);margin-bottom:8px;}
.card-text{font-size:14.5px;color:var(--muted-2);line-height:1.55;}

/* Split sections */
.split{padding:72px 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center;}
.split.tight{padding:48px 0;}
.split .order-2{order:2;}
.split .order-1{order:1;}

/* Why list */
.why-list{display:flex;flex-direction:column;gap:18px;}
.why-item{display:flex;gap:14px;}
.why-dot{width:8px;height:8px;border-radius:50%;background:var(--teal);margin-top:8px;flex-shrink:0;}
.why-item b{font-family:var(--font-head);}
.why-item div div{color:var(--muted-2);font-size:14.5px;}

/* Steps */
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;}
.step{text-align:center;}
.step-num{width:52px;height:52px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:800;font-size:20px;margin:0 auto 14px;}
.step-title{font-family:var(--font-head);font-weight:700;margin-bottom:6px;}
.step-text{font-size:14px;color:var(--muted-2);}

/* Testimonials */
.testi-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px;}
.stars{color:var(--star);font-size:15px;margin-bottom:12px;}
.testi-text{font-size:14.5px;line-height:1.6;color:var(--muted-4);margin-bottom:14px;}
.testi-name{font-weight:700;font-size:14px;}

/* Products */
.product-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px;display:flex;flex-direction:column;}
.product-img{aspect-ratio:1/1;border-radius:12px;overflow:hidden;margin-bottom:14px;}
.product-img img{width:100%;height:100%;object-fit:cover;}
.product-name{font-weight:700;font-size:14.5px;font-family:var(--font-head);margin-bottom:4px;}
.product-desc{font-size:13px;color:var(--muted-2);margin-bottom:12px;flex:1;}
.product-row{display:flex;align-items:center;justify-content:space-between;}
.product-price{color:var(--teal);font-weight:800;font-size:16px;}

/* CTA banner */
.cta{margin:0 0 80px;}
.cta-box{background:var(--ink);border-radius:24px;padding:56px 40px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;}
.cta-box h2{color:#fff;font-weight:800;font-size:26px;margin:0 0 10px;}
.cta-box p{color:oklch(0.75 0.01 230);font-size:15px;margin:0;}

/* Footer */
.site-footer{background:var(--ink-2);color:var(--footer-fg);}
.footer-grid{padding:56px 24px 28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;}
.footer-title{font-family:var(--font-head);font-weight:800;font-size:19px;color:#fff;margin-bottom:12px;}
.footer-col-title{font-weight:700;color:#fff;margin-bottom:12px;font-size:14px;}
.footer-links{display:flex;flex-direction:column;gap:8px;font-size:13.5px;}
.footer-links a{color:var(--footer-fg);}
.footer-bottom{border-top:1px solid var(--footer-border);padding:20px 24px;max-width:1200px;margin:0 auto;font-size:12.5px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;}
.footer-bottom-simple{padding:32px 24px;font-size:12.5px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;max-width:1200px;margin:0 auto;}
.footer-bottom-simple a{color:var(--footer-fg);margin-right:18px;}

/* Cookie banner */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:100;background:oklch(0.18 0.02 230);color:#fff;padding:18px 24px;display:none;gap:18px;align-items:center;justify-content:center;flex-wrap:wrap;box-shadow:0 -4px 20px rgba(0,0,0,0.15);}
.cookie-banner.show{display:flex;}
.cookie-text{font-size:13.5px;max-width:560px;}
.cookie-text a{color:oklch(0.7 0.08 195);text-decoration:underline;}
.cookie-actions{display:flex;gap:10px;}
.btn-ghost{background:transparent;border:1px solid oklch(0.4 0.02 230);color:#fff;padding:9px 18px;border-radius:8px;font-weight:600;cursor:pointer;font-size:13.5px;}
.btn-accept{background:var(--teal);border:none;color:#fff;padding:9px 18px;border-radius:8px;font-weight:700;cursor:pointer;font-size:13.5px;}

/* FAQ */
.faq-item{border-bottom:1px solid var(--border);padding:18px 0;}
.faq-q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700;font-family:var(--font-head);font-size:15.5px;background:none;border:none;width:100%;text-align:left;padding:0;color:var(--ink);}
.faq-sign{font-size:20px;color:var(--teal);}
.faq-a{font-size:14.5px;color:var(--muted);line-height:1.6;margin-top:10px;display:none;}
.faq-item.open .faq-a{display:block;}

/* Team */
.team-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px;text-align:center;}
.team-photo{aspect-ratio:1/1;border-radius:14px;overflow:hidden;margin-bottom:14px;}
.team-photo img{width:100%;height:100%;object-fit:cover;}
.team-name{font-family:var(--font-head);font-weight:700;font-size:15px;}
.team-role{font-size:13px;color:var(--teal);}

/* Contact */
.contact-grid{padding:24px 0 72px;display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);gap:40px;}
.info-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px;}
.info-title{font-family:var(--font-head);font-weight:700;font-size:15px;margin-bottom:6px;}
.info-text{font-size:14px;color:var(--muted);line-height:1.8;}
.form-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:28px;}
.form-title{font-family:var(--font-head);font-weight:800;font-size:19px;margin-bottom:18px;}
.form-fields{display:flex;flex-direction:column;gap:14px;}
.form-fields input[type=text],.form-fields input[type=email],.form-fields input[type=tel],.form-fields textarea{padding:12px 14px;border:1px solid var(--border);border-radius:9px;font-size:14px;font-family:var(--font-body);width:100%;}
.form-consent{display:flex;gap:8px;align-items:flex-start;font-size:12.5px;color:var(--muted-2);line-height:1.5;}
.form-consent input{margin-top:2px;}
.form-submit{background:var(--teal);color:#fff;border:none;padding:14px;border-radius:10px;font-weight:700;font-size:15px;cursor:pointer;width:100%;}
.form-submit:disabled{opacity:0.55;cursor:not-allowed;}
.form-success{background:var(--teal-bg);color:oklch(0.35 0.1 195);padding:16px;border-radius:10px;font-size:14px;text-align:center;}
.form-error{background:oklch(0.93 0.05 25);color:oklch(0.4 0.15 25);padding:12px 14px;border-radius:9px;font-size:13.5px;text-align:center;}

/* Shop / cart */
.shop-header-actions{position:relative;background:var(--teal);color:#fff;padding:11px 20px;border-radius:9px;font-weight:700;font-size:14.5px;border:none;cursor:pointer;}
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.3);z-index:90;display:none;}
.cart-overlay.show{display:block;}
.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(400px,100vw);background:#fff;z-index:95;box-shadow:-8px 0 30px rgba(0,0,0,0.15);display:none;flex-direction:column;padding:28px;overflow-y:auto;transform:translateX(0);}
.cart-drawer.show{display:flex;}
.cart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;}
.cart-title{font-family:var(--font-head);font-weight:800;font-size:19px;}
.cart-close{background:none;border:none;font-size:22px;cursor:pointer;color:var(--muted-2);}
.cart-items{display:flex;flex-direction:column;gap:16px;flex:1;}
.cart-item{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--border-2);padding-bottom:14px;}
.cart-item-thumb{width:52px;height:52px;border-radius:10px;overflow:hidden;flex-shrink:0;}
.cart-item-thumb img{width:100%;height:100%;object-fit:cover;}
.cart-item-info{flex:1;}
.cart-item-name{font-weight:700;font-size:13.5px;}
.cart-item-meta{font-size:12.5px;color:var(--muted-2);}
.qty-btn{width:24px;height:24px;border-radius:6px;border:1px solid var(--border);background:#fff;cursor:pointer;}
.cart-empty{text-align:center;color:var(--muted-2);font-size:14px;padding:40px 0;}
.cart-total{margin-top:20px;padding-top:16px;border-top:2px solid var(--border);}
.cart-total-row{display:flex;justify-content:space-between;font-weight:800;font-family:var(--font-head);font-size:17px;margin-bottom:16px;}
.checkout-btn{width:100%;background:var(--teal);color:#fff;border:none;padding:14px;border-radius:10px;font-weight:700;font-size:15px;cursor:pointer;}
.order-success{margin-top:16px;background:var(--teal-bg);color:oklch(0.35 0.1 195);padding:14px;border-radius:10px;font-size:13.5px;text-align:center;}

/* Legal pages */
.legal-block{display:flex;flex-direction:column;gap:28px;font-size:14.5px;line-height:1.75;color:var(--muted-4);}
.legal-block h2{font-weight:700;font-size:19px;color:var(--ink);margin:0 0 10px;}
.legal-block p{margin:0;}
.legal-date{font-size:13.5px;color:var(--muted-2);margin:0 0 36px;}
.legal-table th,.legal-table td{text-align:left;padding:10px 8px;border-bottom:1px solid var(--border);font-size:13.5px;}

/* Pricing */
.price-group{display:flex;flex-direction:column;gap:36px;padding:24px 0 64px;}
.price-h{font-family:var(--font-head);font-weight:800;font-size:19px;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid var(--teal);}
.price-h.amber{border-bottom-color:var(--amber-bg);}
.price-row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--border-2);font-size:14.5px;}
.price-row:last-child{border-bottom:none;}
.price-row span:last-child{font-weight:700;}
.price-note{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px 28px;font-size:14px;color:var(--muted);line-height:1.7;}

/* Blog */
.blog-list{display:flex;flex-direction:column;gap:18px;padding:24px 0 80px;}
.blog-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px 28px;}
.blog-row{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap;}
.blog-thumb{width:120px;height:90px;border-radius:12px;flex-shrink:0;overflow:hidden;}
.blog-thumb img{width:100%;height:100%;object-fit:cover;}
.blog-meta{font-size:12.5px;color:var(--muted-2);margin-bottom:6px;}
.blog-title{font-family:var(--font-head);font-weight:700;font-size:18px;cursor:pointer;margin-bottom:8px;background:none;border:none;text-align:left;padding:0;color:var(--ink);}
.blog-excerpt{font-size:14px;color:var(--muted);line-height:1.6;}
.blog-readmore{font-weight:700;font-size:13.5px;margin-top:10px;cursor:pointer;color:var(--teal);background:none;border:none;padding:0;}
.blog-body{margin-top:20px;padding-top:20px;border-top:1px solid var(--border-2);font-size:14.5px;color:var(--muted-3);line-height:1.75;white-space:pre-line;display:none;}
.blog-card.open .blog-body{display:block;}

@media (max-width:820px){
  .hero,.split,.contact-grid{grid-template-columns:1fr;}
  .split .order-1{order:0;}
  .split .order-2{order:0;}
  .hero h1{font-size:34px;}
}
