/* v115 — Premium homepage spacing + semantic typography
 * Scoped to the public homepage only. Admin/editor styles are untouched.
 */
body.home{
  --dt-home-gap: 28px;
  --dt-home-ink:#071f3d;
  --dt-home-muted:#53667c;
  --dt-home-gold:#e2a91a;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--dt-home-ink);
}

/* Global homepage rhythm: compact but breathable. */
body.home .dt-hero{margin:0!important}
body.home .dt-services{padding:60px 0 24px!important}
body.home .dt-packages{padding:30px 0 26px!important}
body.home .dt-blog-section{padding:30px 0 28px!important}
body.home .dt-footer{margin-top:0!important}

/* Section headings: one clear H2 per major content section. */
body.home .dt-services-heading,
body.home .dt-packages-heading,
body.home .dt-blog-header{margin-bottom:16px!important}
body.home .dt-services-heading h2,
body.home .dt-packages-heading h2,
body.home .dt-blog-header h2{
  font-size:clamp(30px,3vw,40px)!important;
  line-height:1.12!important;
  letter-spacing:-.7px!important;
  font-weight:850!important;
  margin:0!important;
  color:var(--dt-home-ink)!important;
}
body.home .dt-services-heading p,
body.home .dt-packages-heading p,
body.home .dt-blog-header p{
  max-width:720px;
  margin:8px auto 0!important;
  font-size:16px!important;
  line-height:1.55!important;
  font-weight:400!important;
  color:var(--dt-home-muted)!important;
}
body.home .dt-blog-header p{margin-left:0!important;margin-right:0!important}

/* Hero typography: H1 remains the strongest SEO/visual element. */
body.home .dt-hero h1{
  max-width:680px!important;
  color:#fff!important;
  font-size:48px!important;
  line-height:1.02!important;
  letter-spacing:-1.6px!important;
  font-weight:900!important;
  margin:0!important;
}
body.home .dt-hero h1 span{font-size:1em!important;font-weight:900!important}
body.home .dt-hero-copy>p{
  max-width:570px!important;
  margin:15px 0 19px!important;
  font-size:16px!important;
  line-height:1.55!important;
  font-weight:450!important;
}
body.home .dt-hero-features strong{font-size:11.5px!important;line-height:1.3!important;font-weight:750!important}
body.home .dt-hero-badge{font-size:12px!important;line-height:1.2!important}
body.home .dt-hero-actions a{font-size:14px!important;font-weight:800!important}

/* Service cards: compact vertical rhythm without reducing readability. */
body.home .dt-service-card{border-radius:16px!important}
body.home .dt-service-image{height:148px!important}
body.home .dt-service-body{padding:31px 16px 14px!important;min-height:150px!important}
body.home .dt-service-body h3{
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:850!important;
  margin:0 0 4px!important;
}
body.home .dt-service-body p{
  font-size:14px!important;
  line-height:1.5!important;
  min-height:0!important;
  margin:0!important;
  color:var(--dt-home-muted)!important;
}
body.home .dt-service-link{font-size:13px!important;padding-top:7px!important;font-weight:800!important}
body.home .dt-services-benefits{margin-top:14px!important;padding:14px 18px!important;border-radius:16px!important}
body.home .dt-services-benefits strong{font-size:14px!important;line-height:1.25!important}
body.home .dt-services-benefits small{font-size:12px!important;line-height:1.45!important}

/* Packages: clear H3 card hierarchy and compact content spacing. */
body.home .dt-package-head h3{font-size:17px!important;line-height:1.2!important;font-weight:850!important}
body.home .dt-package-subtitle{font-size:12px!important;line-height:1.3!important}
body.home .dt-package-price strong{font-size:29px!important;line-height:1!important}
body.home .dt-package-price span{font-size:12px!important;line-height:1.25!important}
body.home .dt-package-features li{font-size:13px!important;line-height:1.4!important;margin:4px 0!important}
body.home .dt-package-team{font-size:12.5px!important;line-height:1.3!important}
body.home .dt-package-cta{font-size:12px!important;line-height:1.2!important}

/* Trust + Google section. H2 is the content heading; H3 is used for benefits. */
body.home .dtwr-stage{min-height:600px!important}
body.home .dtwr-why-copy h2{
  font-size:clamp(40px,4vw,54px)!important;
  line-height:1.04!important;
  letter-spacing:-1.6px!important;
  font-weight:900!important;
  margin:0!important;
}
body.home .dtwr-lead{
  max-width:435px!important;
  margin:17px 0 28px!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:450!important;
}
body.home .dtwr-benefits{gap:18px!important;margin-top:0!important}
body.home .dtwr-benefit h3{font-size:15px!important;line-height:1.3!important;font-weight:850!important;margin:0 0 5px!important}
body.home .dtwr-benefit p{font-size:12px!important;line-height:1.5!important;margin:0!important}
body.home .dtwr-eyebrow{font-size:12px!important;line-height:1.2!important;margin-bottom:18px!important}
body.home .dtwr-google-btn{font-size:13px!important;font-weight:850!important}
body.home .dtwr-gr-top strong{font-size:15px!important;line-height:1.2!important;font-weight:850!important}
body.home .dtwr-gr-top small{font-size:11px!important;line-height:1.3!important}
body.home .dtwr-google-review p{font-size:13px!important;line-height:1.5!important}

/* Blog / Temizlik Rehberi: compact premium cards. */
body.home .dt-blog-section{margin:0!important}
body.home .dt-blog-shell{padding-top:0!important;padding-bottom:0!important}
body.home .dt-blog-header h2{font-size:clamp(30px,3vw,40px)!important}
body.home .dt-blog-card h3{font-size:17px!important;line-height:1.3!important;font-weight:850!important}
body.home .dt-blog-excerpt{font-size:14px!important;line-height:1.5!important}
body.home .dt-blog-read{font-size:13px!important;font-weight:800!important}
body.home .dt-blog-category,
body.home .dt-blog-card-media time{font-size:11px!important;font-weight:800!important}

@media(max-width:980px){
  body.home .dt-services,body.home .dt-packages,body.home .dt-blog-section{padding-top:26px!important;padding-bottom:22px!important}
  body.home .dt-hero h1{font-size:clamp(36px,6vw,46px)!important}
}
@media(max-width:760px){
  body.home .dt-services,body.home .dt-packages,body.home .dt-blog-section{padding-top:22px!important;padding-bottom:20px!important}
  body.home .dt-services-heading h2,body.home .dt-packages-heading h2,body.home .dt-blog-header h2{font-size:28px!important;line-height:1.15!important}
  body.home .dt-services-heading p,body.home .dt-packages-heading p,body.home .dt-blog-header p{font-size:15px!important;line-height:1.5!important}
  body.home .dt-service-image{height:145px!important}
  body.home .dt-service-body{padding:30px 14px 13px!important}
  body.home .dt-service-body h3{font-size:17px!important}
  body.home .dt-service-body p{font-size:14px!important}
  body.home .dt-package-features li{font-size:13px!important}
  body.home .dtwr-why-copy h2{font-size:36px!important;line-height:1.06!important}
  body.home .dtwr-lead{font-size:15px!important;line-height:1.55!important}
  body.home .dtwr-benefit h3{font-size:15px!important}
  body.home .dtwr-benefit p{font-size:13px!important}
}

/* v129 — Kullanıcı hizmet kartı ölçüleri */
body.home .dt-service-body{
  padding: 10px 10px 10px !important;
  min-height: 150px !important;
}
body.home .dt-service-image{
  height: 205px !important;
  flex-basis: 140px !important;
  border-radius: 14px 14px 0 0 !important;
}


/* MOBILE: GOOGLE REVIEWS SLIDER BUTTONS HIDDEN */
@media (max-width: 767px){
  .dtwr-google-reviews .dtwr-prev,
  .dtwr-google-reviews .dtwr-next,
  .dtwr-google-reviews .dtwr-slider-prev,
  .dtwr-google-reviews .dtwr-slider-next,
  .dtwr-google-reviews .dtwr-arrow,
  .dtwr-google-reviews .dtwr-arrow-prev,
  .dtwr-google-reviews .dtwr-arrow-next,
  .dtwr-google-reviews button[aria-label*="Önceki"],
  .dtwr-google-reviews button[aria-label*="Sonraki"],
  .dtwr-google-reviews button[aria-label*="Previous"],
  .dtwr-google-reviews button[aria-label*="Next"]{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }
}
