/*
 * HİJYEN TEMİZLİK — Temizlik Fiyatları
 * Dedicated page stylesheet. Rebuilt for readable typography,
 * 1180px content rhythm, accessible contrast and responsive layouts.
 */
.dtfp-page,
.dtfp-page *{box-sizing:border-box}
.dtfp-page{--dtfp-navy:#083b68;--dtfp-navy-dark:#062d52;--dtfp-blue:#1268b3;--dtfp-green:#0a9f5a;--dtfp-green-dark:#07844a;--dtfp-green-soft:#eaf8f1;--dtfp-ink:#183b57;--dtfp-muted:#63788b;--dtfp-line:#dce7ee;--dtfp-bg:#f5f9fc;--dtfp-white:#fff;--dtfp-shadow:0 12px 32px rgba(9,54,88,.10);--dtfp-radius:16px;--dtfp-container:1180px;color:var(--dtfp-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.55;overflow:hidden;background:#fff}
.dtfp-page h1,.dtfp-page h2,.dtfp-page h3,.dtfp-page p{margin-top:0}
.dtfp-page h1,.dtfp-page h2,.dtfp-page h3,.dtfp-page strong,.dtfp-page b,.dtfp-page th,.dtfp-page label,.dtfp-page summary{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.dtfp-page img{max-width:100%;display:block}
.dtfp-page a{text-decoration:none}
.dtfp-container{width:min(var(--dtfp-container),calc(100% - 48px));max-width:var(--dtfp-container);margin-inline:auto}

/* Buttons */
.dtfp-btn{min-height:48px;padding:0 22px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;font-size:14px;line-height:1;font-weight:800;letter-spacing:-.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;color:inherit;cursor:pointer}
.dtfp-btn:hover{transform:translateY(-2px)}
.dtfp-btn:focus-visible{outline:3px solid rgba(18,104,179,.28);outline-offset:3px}
.dtfp-btn-green{background:var(--dtfp-green);color:#fff;box-shadow:0 8px 20px rgba(10,159,90,.18)}
.dtfp-btn-green:hover{background:var(--dtfp-green-dark);color:#fff;box-shadow:0 12px 26px rgba(10,159,90,.24)}
.dtfp-btn-white{background:#fff;color:var(--dtfp-navy);border-color:#d7e5ee;box-shadow:0 8px 20px rgba(5,45,78,.08)}
.dtfp-btn-white:hover{border-color:#bcd3e2;color:var(--dtfp-navy-dark)}
.dtfp-full{width:100%}

/* Hero */
.dtfp-hero{position:relative;min-height:540px;background:#edf5fa;isolation:isolate}
.dtfp-hero-media{position:absolute;inset:0;background-position:center right;background-size:cover;background-repeat:no-repeat;z-index:-2}
.dtfp-hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(248,252,255,.99) 0%,rgba(248,252,255,.96) 35%,rgba(248,252,255,.72) 56%,rgba(248,252,255,.12) 82%,rgba(248,252,255,0) 100%)}
.dtfp-hero-inner{min-height:540px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:64px;align-items:center;padding:48px 0}
.dtfp-hero-copy{max-width:650px}
.dtfp-hero h1{font-size:clamp(44px,4.3vw,64px);line-height:1.03;letter-spacing:-.055em;color:var(--dtfp-navy-dark);font-weight:900;margin:0 0 22px}
.dtfp-hero h1 span{color:var(--dtfp-green)}
.dtfp-hero-copy>p{max-width:625px;color:#36566f;font-size:17px;line-height:1.7;margin:0 0 28px;font-weight:500}
.dtfp-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}
.dtfp-actions .dtfp-btn{min-width:184px}
.dtfp-btn-icon,.dtfp-wa{font-size:18px;line-height:1;font-weight:900}
.dtfp-mini-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:620px}
.dtfp-mini-trust>span{display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;column-gap:7px;color:var(--dtfp-green);font-size:20px;line-height:1}
.dtfp-mini-trust>span>b,.dtfp-mini-trust>span>small{grid-column:2;color:var(--dtfp-navy);display:block}
.dtfp-mini-trust>span>b{font-size:11px;line-height:1.25;font-weight:800;margin-top:-1px}
.dtfp-mini-trust>span>small{font-size:10px;line-height:1.25;color:#6a7f90;margin-top:2px}

/* Calculator */
.dtfp-calculator{width:100%;background:rgba(255,255,255,.98);border:1px solid rgba(207,222,231,.95);border-radius:17px;padding:24px;box-shadow:0 18px 44px rgba(8,52,83,.16);backdrop-filter:blur(7px)}
.dtfp-calc-head{margin-bottom:19px}
.dtfp-calc-head h2{font-size:25px;line-height:1.15;letter-spacing:-.035em;color:var(--dtfp-navy-dark);font-weight:900;margin:0 0 6px}
.dtfp-calc-head p{font-size:13px;line-height:1.5;color:var(--dtfp-muted);margin:0}
.dtfp-calculator>label{display:block;font-size:12px;line-height:1.3;font-weight:800;color:var(--dtfp-navy);margin:0 0 13px}
.dtfp-calculator select{display:block;width:100%;height:45px;margin-top:6px;padding:0 38px 0 13px;border:1px solid #d4e1e8;border-radius:9px;background:#fff;color:#264b65;font-size:13px;font-weight:600;outline:none}
.dtfp-calculator select:focus{border-color:#67a6d0;box-shadow:0 0 0 3px rgba(18,104,179,.10)}
.dtfp-calc-label,.dtfp-field-title{font-size:12px;line-height:1.3;font-weight:800;color:var(--dtfp-navy);margin:16px 0 9px}
.dtfp-checks{display:grid;grid-template-columns:1fr 1fr;gap:9px 12px}
.dtfp-checks label{display:flex;align-items:center;gap:7px;color:#38566b;font-size:12px;line-height:1.3;font-weight:600;cursor:pointer}
.dtfp-checks input,.dtfp-radios input{accent-color:var(--dtfp-green);width:15px;height:15px;margin:0;flex:0 0 auto}
.dtfp-estimate{background:linear-gradient(135deg,#edf9f3,#f4fbf8);border:1px solid #d3eee0;border-radius:10px;padding:14px 15px;margin:17px 0 12px}
.dtfp-estimate small,.dtfp-builder-total small{display:block;color:#47647a;font-size:11px;line-height:1.3;font-weight:800;margin-bottom:3px}
.dtfp-estimate strong{display:block;color:var(--dtfp-green-dark);font-size:23px;line-height:1.15;letter-spacing:-.035em;font-weight:900}
.dtfp-estimate span{display:block;color:#6d8292;font-size:10px;line-height:1.45;margin-top:5px}

/* Service cards */
.dtfp-services{padding:20px 0 36px;background:#fff}
.dtfp-service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.dtfp-service-card{min-width:0;background:#fff;border:1px solid #e0e9ef;border-radius:13px;overflow:hidden;box-shadow:0 8px 22px rgba(12,55,85,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.dtfp-service-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(12,55,85,.12);border-color:#c8dce8}
.dtfp-service-image{height:118px;background:#edf5f9;overflow:hidden}
.dtfp-service-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.dtfp-service-card:hover .dtfp-service-image img{transform:scale(1.035)}
.dtfp-service-body{padding:13px 13px 15px;position:relative}
.dtfp-service-icon{width:34px;height:34px;margin-top:-30px;margin-bottom:9px;border:3px solid #fff;border-radius:50%;background:#eaf6fd;color:var(--dtfp-blue);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;box-shadow:0 5px 12px rgba(8,60,96,.12)}
.dtfp-service-body h3{font-size:15px;line-height:1.25;letter-spacing:-.02em;color:var(--dtfp-navy-dark);font-weight:900;margin:0 0 5px}
.dtfp-service-body p{min-height:44px;font-size:11px;line-height:1.45;color:#607688;font-weight:500;margin:0 0 12px}
.dtfp-service-price{display:grid;grid-template-columns:1fr 18px;align-items:end;column-gap:4px;padding-top:10px;border-top:1px solid #edf2f5}
.dtfp-service-price strong{display:block;color:var(--dtfp-green-dark);font-size:13px;line-height:1.2;font-weight:900}
.dtfp-service-price span{display:block;color:#728596;font-size:9px;line-height:1.25;margin-top:3px}
.dtfp-service-price b{width:24px;height:24px;border-radius:50%;background:#eff6fa;color:var(--dtfp-blue);display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;grid-column:2;grid-row:1 / span 2}

/* Pricing intro */
.dtfp-price-intro{padding:30px 0 20px;background:#fff}
.dtfp-price-intro-inner{display:flex;align-items:center;gap:18px;max-width:900px;margin:0 auto;padding:22px 28px;border:1px solid #dfeaf0;border-radius:18px;background:linear-gradient(135deg,#f8fcff 0%,#fff 62%,#f4fbf8 100%);box-shadow:0 10px 28px rgba(10,55,85,.055)}
.dtfp-price-intro-icon{width:58px;height:58px;flex:0 0 58px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#e9f6ff;color:var(--dtfp-blue);border:1px solid #d6eaf7;font-size:27px;box-shadow:0 5px 14px rgba(18,104,179,.08)}
.dtfp-price-intro-copy{min-width:0}
.dtfp-price-intro-copy .dtfp-eyebrow{display:inline-block;margin-bottom:5px}
.dtfp-price-intro-copy h2{font-size:30px;line-height:1.15;letter-spacing:-.035em;color:var(--dtfp-navy-dark);font-weight:900;margin:0 0 7px}
.dtfp-price-intro-copy .dtfp-richtext,.dtfp-price-intro-copy .dtfp-richtext p{font-size:14px;line-height:1.6;color:#64798a;margin:0}

/* Pricing panels */
.dtfp-price-tables{padding:0 0 48px;background:#fff}
.dtfp-price-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;align-items:stretch}
.dtfp-panel{min-width:0;background:#fff;border:1px solid #dfe8ee;border-radius:15px;padding:22px;box-shadow:0 8px 25px rgba(10,55,85,.06)}
.dtfp-panel h2{font-size:20px;line-height:1.25;letter-spacing:-.025em;color:var(--dtfp-navy-dark);font-weight:900;margin:0 0 7px}
.dtfp-panel>p{font-size:12px;line-height:1.55;color:#64798a;margin:0 0 16px}
.dtfp-panel table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #dce7ed;border-radius:9px;font-size:12px}
.dtfp-panel th,.dtfp-panel td{padding:10px 11px;text-align:left;border-bottom:1px solid #e5edf2;vertical-align:middle}
.dtfp-panel th{background:#edf5f9;color:#173f5e;font-size:11px;font-weight:900}
.dtfp-panel td{color:#36566c;font-weight:500;background:#fff}
.dtfp-panel td:last-child{font-weight:800;color:#174f72}
.dtfp-panel tbody tr:last-child td{border-bottom:0}
.dtfp-panel tbody tr:hover td{background:#f8fbfd}
.dtfp-panel>small{display:block;color:#748696;font-size:10px;line-height:1.45;margin-top:10px}
.dtfp-builder{background:linear-gradient(180deg,#fff,#f6fcf9)}
.dtfp-field-row{display:grid;grid-template-columns:145px 1fr;gap:17px;margin-top:2px}
.dtfp-field-row>label,.dtfp-field-title{font-size:11px;font-weight:800;color:#234b66}
.dtfp-input-wrap{display:flex;margin-top:6px}
.dtfp-input-wrap input{width:100%;height:43px;border:1px solid #d5e2e8;border-radius:9px 0 0 9px;padding:0 11px;color:#274c63;background:#fff;font-size:13px;font-weight:700;outline:none}
.dtfp-input-wrap input:focus{border-color:#6aabd1;box-shadow:0 0 0 3px rgba(18,104,179,.08)}
.dtfp-input-wrap span{height:43px;display:flex;align-items:center;padding:0 10px;background:#edf3f6;border:1px solid #d5e2e8;border-left:0;border-radius:0 9px 9px 0;color:#526c7e;font-size:11px;font-weight:700}
.dtfp-radios{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:8px}
.dtfp-radios label{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:600;color:#587083;white-space:nowrap}
.dtfp-builder .dtfp-field-title{margin-top:18px;margin-bottom:9px}
.dtfp-builder-checks{grid-template-columns:repeat(3,1fr);gap:8px}
.dtfp-builder-checks label{font-size:10px}
.dtfp-builder-total{background:#e6f7ee;border:1px solid #ccebdc;border-radius:10px;padding:12px 14px;margin:17px 0 12px}
.dtfp-builder-total strong{display:block;color:var(--dtfp-green-dark);font-size:22px;line-height:1.15;letter-spacing:-.03em;font-weight:900}

/* Factors */
.dtfp-factors{padding:48px 0 52px;background:#fff}
.dtfp-section-heading{text-align:center;max-width:720px;margin:0 auto}
.dtfp-section-heading h2{font-size:28px;line-height:1.2;letter-spacing:-.035em;color:var(--dtfp-navy-dark);font-weight:900;margin:0 0 7px}
.dtfp-section-heading p{font-size:14px;line-height:1.6;color:#6a7f90;margin:0}
.dtfp-factor-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;margin-top:30px}
.dtfp-factor-grid>div{text-align:center;min-width:0}
.dtfp-factor-grid i{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;border-radius:50%;background:#edf6fc;color:var(--dtfp-blue);font-size:22px;font-style:normal;font-weight:900;border:1px solid #dcecf6}
.dtfp-factor-grid h3{font-size:14px;line-height:1.25;letter-spacing:-.015em;color:#173f5e;font-weight:900;margin:0 0 6px}
.dtfp-factor-grid p{font-size:11px;line-height:1.5;color:#6b7f90;margin:0}

/* Bottom information area */
.dtfp-bottom{padding:44px 0 44px;background:#f4f9fc}
.dtfp-bottom-grid{display:grid;grid-template-columns:1.12fr .94fr .94fr;gap:18px;align-items:start}
.dtfp-trust{min-width:0;display:grid;grid-template-columns:170px 1fr;overflow:hidden;background:linear-gradient(135deg,#0b4677,#07365e);border-radius:16px;color:#fff;box-shadow:0 12px 28px rgba(6,45,77,.14);align-self:start}
.dtfp-trust-photo{height:285px;display:flex;align-items:flex-end;overflow:hidden}
.dtfp-trust-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.dtfp-trust-copy{padding:24px 20px 20px}
.dtfp-trust-copy h2{font-size:23px;line-height:1.16;letter-spacing:-.03em;color:#fff;font-weight:900;margin:0 0 16px}
.dtfp-trust-copy ul{padding:0;margin:0;list-style:none}
.dtfp-trust-copy li{display:flex;align-items:center;gap:9px;font-size:13px;line-height:1.35;font-weight:700;margin:9px 0}
.dtfp-trust-copy li:before{content:'✓';width:21px;height:21px;flex:0 0 21px;border-radius:50%;background:#35c87b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}
.dtfp-compare,.dtfp-faq{min-width:0;background:#fff;border:1px solid #dfe8ee;border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(9,55,84,.06);align-self:start}
.dtfp-compare h2,.dtfp-faq h2{font-size:21px;line-height:1.2;letter-spacing:-.025em;color:var(--dtfp-navy-dark);font-weight:900;margin:0 0 7px}
.dtfp-compare p{font-size:13px;line-height:1.55;color:#6c8090;margin:0 0 13px}
.dtfp-compare table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #dfe8ed;border-radius:9px;overflow:hidden;font-size:11px}
.dtfp-compare th,.dtfp-compare td{padding:9px 7px;border-bottom:1px solid #e4ebef;text-align:center;line-height:1.3}
.dtfp-compare th{background:#edf4f8;color:#244b66;font-size:10px;font-weight:900}
.dtfp-compare th:first-child,.dtfp-compare td:first-child{text-align:left}
.dtfp-compare td{color:#536d7f;font-weight:600}
.dtfp-compare td:nth-child(3){background:#ecf9f2;color:var(--dtfp-green-dark);font-weight:900}
.dtfp-compare tbody tr:last-child td{border-bottom:0}
.dtfp-faq details{border:1px solid #dce6ed;border-radius:8px;margin:7px 0;background:#fff}
.dtfp-faq summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;cursor:pointer;color:#244a64;font-size:11px;line-height:1.35;font-weight:800;list-style:none}
.dtfp-faq summary::-webkit-details-marker{display:none}
.dtfp-faq summary:after{content:'+';color:var(--dtfp-green);font-size:16px;font-weight:500;flex:0 0 auto}
.dtfp-faq details[open] summary:after{content:'−'}
.dtfp-faq details p{font-size:10px;line-height:1.55;color:#6a7e8e;margin:0;padding:0 12px 11px}
.dtfp-faq-whatsapp{display:flex;align-items:center;gap:9px;margin-top:12px;padding:10px 11px;border:1px solid #ccebdd;border-radius:9px;background:#f2fbf6}
.dtfp-faq-whatsapp span{width:27px;height:27px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#daf4e6;color:#0a9f5a;font-size:16px}
.dtfp-faq-whatsapp b{font-size:10px;line-height:1.3;color:#28516a;flex:1}
.dtfp-faq-whatsapp a{font-size:10px;line-height:1.3;color:var(--dtfp-green-dark);font-weight:900}

/* Final CTA */
.dtfp-final-cta{background:#fff;border-top:1px solid #e2ebf0;padding:18px 0}
.dtfp-final-inner{display:grid;grid-template-columns:1fr 1.65fr auto;align-items:center;gap:26px}
.dtfp-final-inner>div:first-child strong,.dtfp-final-inner>div:first-child>b{display:block;color:#183e5b;line-height:1.15;font-weight:900}
.dtfp-final-inner>div:first-child strong{font-size:15px}
.dtfp-final-inner>div:first-child>b{font-size:20px;color:var(--dtfp-green-dark);letter-spacing:-.025em;margin-top:3px}
.dtfp-final-benefits{display:flex;justify-content:center;gap:30px}
.dtfp-final-benefits span{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;column-gap:8px;min-width:0;color:var(--dtfp-blue);font-size:21px;line-height:1}
.dtfp-final-benefits b,.dtfp-final-benefits small{grid-column:2;display:block;color:#2b5169}
.dtfp-final-benefits b{font-size:10px;line-height:1.25;font-weight:900;margin-top:-1px}
.dtfp-final-benefits small{font-size:9px;line-height:1.3;color:#718494;margin-top:2px}
.dtfp-final-inner>.dtfp-btn{min-width:142px}

/* Tablet */
@media (max-width:1050px){
 .dtfp-hero-inner{grid-template-columns:minmax(0,1fr) 360px;gap:34px}
 .dtfp-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .dtfp-factor-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:28px}
 .dtfp-bottom-grid{grid-template-columns:1fr 1fr}
 .dtfp-trust{grid-column:1/-1}
 .dtfp-final-inner{grid-template-columns:1fr auto}
 .dtfp-final-benefits{grid-column:1/-1;justify-content:flex-start;order:3}
}

/* Mobile */
@media (max-width:760px){
  .dtfp-price-intro{padding:22px 0 14px}
  .dtfp-price-intro-inner{padding:18px;gap:13px;border-radius:15px;align-items:flex-start}
  .dtfp-price-intro-icon{width:48px;height:48px;flex-basis:48px;border-radius:13px;font-size:22px}
  .dtfp-price-intro-copy h2{font-size:22px}
  .dtfp-price-intro-copy .dtfp-richtext,.dtfp-price-intro-copy .dtfp-richtext p{font-size:13px}
}

@media (max-width:760px){
 .dtfp-container{width:min(100% - 32px,var(--dtfp-container))}
 .dtfp-hero{min-height:0}
 .dtfp-hero-media{opacity:.22;background-position:68% center}
 .dtfp-hero-overlay{background:linear-gradient(90deg,rgba(248,252,255,.98),rgba(248,252,255,.94))}
 .dtfp-hero-inner{display:block;min-height:0;padding:40px 0 26px}
 .dtfp-hero-copy{max-width:none}
 .dtfp-hero h1{font-size:44px;line-height:1.04;margin-bottom:17px}
 .dtfp-hero-copy>p{font-size:15px;line-height:1.65;margin-bottom:22px}
 .dtfp-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px}
 .dtfp-actions .dtfp-btn{min-width:0;padding:0 12px;font-size:13px}
 .dtfp-mini-trust{grid-template-columns:1fr 1fr;gap:13px 18px;max-width:none;margin-bottom:24px}
 .dtfp-calculator{padding:20px}
 .dtfp-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
 .dtfp-service-image{height:115px}
 .dtfp-price-grid{grid-template-columns:1fr}
 .dtfp-panel{padding:19px}
 .dtfp-builder-checks{grid-template-columns:repeat(2,1fr)}
 .dtfp-factors{padding:38px 0 42px}
 .dtfp-section-heading h2{font-size:25px}
 .dtfp-factor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px;margin-top:25px}
 .dtfp-bottom-grid{grid-template-columns:1fr}
 .dtfp-trust{grid-column:auto;grid-template-columns:145px 1fr}
 .dtfp-trust-photo{height:260px}
 .dtfp-final-inner{grid-template-columns:1fr;gap:18px}
 .dtfp-final-benefits{grid-column:auto;display:grid;grid-template-columns:1fr 1fr;gap:17px;order:0}
 .dtfp-final-inner>.dtfp-btn{width:100%}
}

@media (max-width:500px){
 .dtfp-container{width:calc(100% - 24px)}
 .dtfp-hero-inner{padding-top:32px}
 .dtfp-hero h1{font-size:36px}
 .dtfp-hero-copy>p{font-size:14px}
 .dtfp-actions{grid-template-columns:1fr}
 .dtfp-actions .dtfp-btn{width:100%}
 .dtfp-mini-trust>span{grid-template-columns:24px 1fr;font-size:17px}
 .dtfp-mini-trust>span>b{font-size:10px}
 .dtfp-mini-trust>span>small{font-size:9px}
 .dtfp-calc-head h2{font-size:22px}
 .dtfp-checks{gap:9px 8px}
 .dtfp-checks label{font-size:11px}
 .dtfp-service-grid{gap:9px}
 .dtfp-service-image{height:95px}
 .dtfp-service-body{padding:11px}
 .dtfp-service-body h3{font-size:14px}
 .dtfp-service-body p{font-size:10px;min-height:43px}
 .dtfp-service-price strong{font-size:12px}
 .dtfp-panel h2{font-size:18px}
 .dtfp-panel th,.dtfp-panel td{font-size:11px;padding:9px 8px}
 .dtfp-field-row{grid-template-columns:1fr;gap:12px}
 .dtfp-builder-checks{grid-template-columns:1fr 1fr}
 .dtfp-section-heading h2{font-size:23px}
 .dtfp-section-heading p{font-size:13px}
 .dtfp-factor-grid{gap:24px 12px}
 .dtfp-factor-grid i{width:48px;height:48px;font-size:20px}
 .dtfp-factor-grid h3{font-size:13px}
 .dtfp-factor-grid p{font-size:10.5px}
 .dtfp-trust{grid-template-columns:105px 1fr}
 .dtfp-trust-photo{height:250px}
 .dtfp-trust-copy{padding:20px 14px}
 .dtfp-trust-copy h2{font-size:18px}
 .dtfp-trust-copy li{font-size:10.5px;margin:9px 0}
 .dtfp-compare,.dtfp-faq{padding:18px}
 .dtfp-compare h2,.dtfp-faq h2{font-size:18px}
 .dtfp-final-benefits{gap:14px}
}

@media (prefers-reduced-motion:reduce){.dtfp-page *{scroll-behavior:auto!important;transition:none!important}}

/* Neutralise broad theme rules only inside this page. */
body.dtfp-body .dtfp-page{width:100%;max-width:none;margin:0;padding:0}
body.dtfp-body .dtfp-page .dtfp-container{margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}
body.dtfp-body .dtfp-page button,
body.dtfp-body .dtfp-page input,
body.dtfp-body .dtfp-page select{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
@media(max-width:760px){body.dtfp-body .dtfp-page .dtfp-container{padding-left:0!important;padding-right:0!important}}

/* Compact Hero v4 — tighter vertical rhythm without changing the page structure */
@media (min-width:1051px){
  .dtfp-hero{min-height:430px}
  .dtfp-hero-inner{min-height:430px;grid-template-columns:minmax(0,1fr) 370px;gap:42px;padding:28px 0}
  .dtfp-hero-copy{max-width:640px}
  .dtfp-hero h1{font-size:clamp(42px,3.7vw,56px);line-height:1.02;margin-bottom:14px}
  .dtfp-hero-copy>p{max-width:600px;font-size:15px;line-height:1.55;margin-bottom:19px}
  .dtfp-actions{gap:10px;margin-bottom:20px}
  .dtfp-actions .dtfp-btn{min-width:170px;min-height:44px}
  .dtfp-mini-trust{gap:12px;max-width:590px}
  .dtfp-mini-trust>span{grid-template-columns:25px 1fr;font-size:18px}
  .dtfp-mini-trust>span>b{font-size:10px}
  .dtfp-mini-trust>span>small{font-size:9px}
  .dtfp-calculator{padding:19px;border-radius:15px}
  .dtfp-calc-head{margin-bottom:14px}
  .dtfp-calc-head h2{font-size:22px}
  .dtfp-calculator>label{margin-bottom:10px}
  .dtfp-calculator select{height:41px}
  .dtfp-calc-label{margin-top:12px;margin-bottom:7px}
  .dtfp-estimate{margin:13px 0 10px;padding:11px 13px}
  .dtfp-estimate strong{font-size:21px}
}

@media (min-width:761px) and (max-width:1050px){
  .dtfp-hero{min-height:400px}
  .dtfp-hero-inner{min-height:400px;padding:24px 0}
  .dtfp-hero h1{font-size:42px;margin-bottom:14px}
  .dtfp-hero-copy>p{font-size:15px;line-height:1.55;margin-bottom:18px}
  .dtfp-actions{margin-bottom:18px}
  .dtfp-calculator{padding:19px}
}

@media (max-width:760px){
  .dtfp-price-intro{padding:22px 0 14px}
  .dtfp-price-intro-inner{padding:18px;gap:13px;border-radius:15px;align-items:flex-start}
  .dtfp-price-intro-icon{width:48px;height:48px;flex-basis:48px;border-radius:13px;font-size:22px}
  .dtfp-price-intro-copy h2{font-size:22px}
  .dtfp-price-intro-copy .dtfp-richtext,.dtfp-price-intro-copy .dtfp-richtext p{font-size:13px}
}

@media (max-width:760px){
  .dtfp-hero-inner{padding-top:28px;padding-bottom:20px}
  .dtfp-hero h1{font-size:39px;margin-bottom:13px}
  .dtfp-hero-copy>p{font-size:14px;line-height:1.55;margin-bottom:18px}
  .dtfp-actions{margin-bottom:18px}
  .dtfp-mini-trust{margin-bottom:18px}
  .dtfp-calculator{padding:18px}
}

/* v5 service-category refinement */
@media (min-width:1051px){
  .dtfp-service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
  .dtfp-service-card:nth-child(5){grid-column:1}
}
.dtfp-service-body h3{min-height:2.5em}
@media (max-width:1050px){.dtfp-service-body h3{min-height:0}}

/* Hizmetler slider — kompakt ve içerik odaklı */
.dtfp-services{padding:26px 0 34px;background:#fff}
.dtfp-services-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:0 0 16px}
.dtfp-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--dtfp-green-dark);font-size:11px;line-height:1;font-weight:900;letter-spacing:.14em;margin-bottom:7px}
.dtfp-eyebrow:after{content:"";width:36px;height:2px;border-radius:3px;background:var(--dtfp-green)}
.dtfp-services-head h2{font-size:29px;line-height:1.12;letter-spacing:-.035em;color:var(--dtfp-navy-dark);font-weight:900;margin:0 0 5px}
.dtfp-services-head p{font-size:14px;line-height:1.45;color:var(--dtfp-muted);margin:0}
.dtfp-slider-controls{display:flex;gap:9px;flex:0 0 auto}
.dtfp-slider-btn{width:40px;height:40px;border:1px solid #d9e7ef;background:#fff;color:var(--dtfp-navy);border-radius:50%;font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 5px 14px rgba(8,52,83,.08);transition:.2s ease}
.dtfp-slider-btn:hover:not(:disabled){background:#f1f8fb;border-color:#bdd5e2;transform:translateY(-1px)}
.dtfp-slider-btn:disabled{opacity:.35;cursor:not-allowed}
.dtfp-services-slider{overflow:hidden;margin:0 -2px;padding:2px}
.dtfp-service-track{display:flex;align-items:flex-start;gap:18px;will-change:transform;transition:transform .45s cubic-bezier(.22,.61,.36,1)}
.dtfp-service-card{flex:0 0 calc((100% - 54px)/4);width:calc((100% - 54px)/4);min-width:0;height:auto;align-self:flex-start;background:#fff}
.dtfp-service-image{height:154px}
.dtfp-service-image a{display:block;width:100%;height:100%}
.dtfp-service-image img{width:100%;height:100%;object-fit:cover}
.dtfp-service-body{padding:11px 14px 13px}
.dtfp-service-icon{width:38px;height:38px;margin-top:-31px;margin-bottom:8px;font-size:17px}
.dtfp-service-body h3{font-size:17px;line-height:1.25;min-height:0;margin:0 0 6px}
.dtfp-service-body p{font-size:13px;line-height:1.45;min-height:0;margin:0 0 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.dtfp-service-price{padding-top:9px}
.dtfp-service-price strong{font-size:15px}
.dtfp-service-price span{font-size:9px}
.dtfp-service-price a{width:29px;height:29px;border-radius:50%;background:#eff6fa;color:var(--dtfp-blue);display:flex;align-items:center;justify-content:center;font-size:23px;line-height:1;font-weight:700;grid-column:2;grid-row:1 / span 2}
.dtfp-slider-dots{display:flex;justify-content:center;gap:8px;margin-top:15px}
.dtfp-slider-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#d5e4ed;padding:0;cursor:pointer;transition:.2s ease}
.dtfp-slider-dots button.is-active{width:22px;border-radius:8px;background:var(--dtfp-green)}
@media (max-width:1050px){
  .dtfp-service-card{flex-basis:calc((100% - 18px)/2);width:calc((100% - 18px)/2)}
  .dtfp-service-image{height:160px}
}
@media (max-width:760px){
  .dtfp-price-intro{padding:22px 0 14px}
  .dtfp-price-intro-inner{padding:18px;gap:13px;border-radius:15px;align-items:flex-start}
  .dtfp-price-intro-icon{width:48px;height:48px;flex-basis:48px;border-radius:13px;font-size:22px}
  .dtfp-price-intro-copy h2{font-size:22px}
  .dtfp-price-intro-copy .dtfp-richtext,.dtfp-price-intro-copy .dtfp-richtext p{font-size:13px}
}

@media (max-width:760px){
  .dtfp-services{padding:22px 0 28px}
  .dtfp-services-head{align-items:flex-end;margin-bottom:13px}
  .dtfp-services-head h2{font-size:24px}
  .dtfp-services-head p{font-size:12.5px;line-height:1.4}
  .dtfp-slider-controls{display:none}
  .dtfp-services-slider{overflow:hidden;margin-right:calc(-1 * max(0px, (100vw - 100%)/2));padding-right:0}
  .dtfp-container{width:calc(100% - 32px);max-width:1180px}
  .dtfp-service-track{gap:10px}
  .dtfp-services-slider{width:100vw;max-width:none}
  .dtfp-service-card{flex:0 0 70vw;width:70vw}
  .dtfp-service-image{height:145px}
  .dtfp-service-body{padding:11px 13px 12px}
  .dtfp-service-icon{width:36px;height:36px;margin-top:-29px;margin-bottom:7px}
  .dtfp-service-body h3{font-size:17px;margin-bottom:5px}
  .dtfp-service-body p{font-size:13px;line-height:1.45;-webkit-line-clamp:3;margin-bottom:9px}
  .dtfp-service-price{padding-top:8px}
}

/* v11 — Admin WordPress editor içeriklerinin güvenli ve okunabilir sunumu */
.dtfp-richtext{font-size:15px;line-height:1.72;color:#5d7186}
.dtfp-richtext p{margin:0 0 10px}.dtfp-richtext p:last-child{margin-bottom:0}.dtfp-richtext ul,.dtfp-richtext ol{margin:8px 0 12px 20px;padding:0}.dtfp-richtext li{margin:3px 0}.dtfp-richtext strong{color:#294d70}.dtfp-richtext a{color:#0878d5;text-decoration:underline;text-underline-offset:2px}
.dtfp-services-head .dtfp-richtext{max-width:720px}.dtfp-panel>.dtfp-richtext{margin-bottom:16px}.dtfp-builder>.dtfp-richtext{margin-bottom:18px}.dtfp-factor-grid .dtfp-richtext{font-size:13px;line-height:1.6}.dtfp-compare>.dtfp-richtext{margin-bottom:14px}.dtfp-faq details .dtfp-richtext{padding:0 0 14px}
@media(max-width:760px){.dtfp-richtext{font-size:14px;line-height:1.65}.dtfp-services-head .dtfp-richtext{max-width:none}}

/* v16: construction calculator personnel indicator */
.dtfp-builder-total{position:relative}
.dtfp-builder-personnel{display:block;margin-top:6px;font-size:13px;font-weight:700;color:#176b52}
.dtfp-builder-personnel:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#08a765;margin-right:7px;vertical-align:middle}
.dtfp-builder .dtfp-builder-total strong{display:block}
@media(max-width:760px){.dtfp-builder-personnel{font-size:12px}}

/* v20: Hizmet detaylarında ikon kullanılmıyor. */
.dtfp-builder-checks label .detay-icon{display:none!important}

/* Premium m² dropdown */
.dtfp-m2-select-wrap{position:relative;display:flex;align-items:center}
.dtfp-m2-select-wrap select{width:100%;appearance:none;-webkit-appearance:none;padding:15px 48px 15px 17px;border:1px solid rgba(15,23,42,.12);border-radius:14px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:0 8px 24px rgba(15,23,42,.07);font:inherit;font-weight:700;color:#172033;cursor:pointer;outline:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.dtfp-m2-select-wrap select:hover{border-color:rgba(15,23,42,.22);box-shadow:0 10px 28px rgba(15,23,42,.09)}
.dtfp-m2-select-wrap select:focus{border-color:rgba(15,23,42,.3);box-shadow:0 0 0 4px rgba(15,23,42,.07),0 10px 28px rgba(15,23,42,.08)}
.dtfp-select-chevron{position:absolute;right:17px;top:50%;transform:translateY(-55%);font-size:22px;line-height:1;color:#526070;pointer-events:none}


/* Premium m² dropdown */
.dtfp-m2-select-wrap{position:relative;display:flex;align-items:center}
.dtfp-m2-select-wrap select{width:100%;appearance:none;-webkit-appearance:none;padding:15px 48px 15px 17px;border:1px solid rgba(15,23,42,.12);border-radius:14px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:0 8px 24px rgba(15,23,42,.07);font:inherit;font-weight:700;color:#172033;cursor:pointer;outline:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.dtfp-m2-select-wrap select:hover{border-color:rgba(15,23,42,.22);box-shadow:0 10px 28px rgba(15,23,42,.09)}
.dtfp-m2-select-wrap select:focus{border-color:rgba(15,23,42,.3);box-shadow:0 0 0 4px rgba(15,23,42,.07),0 10px 28px rgba(15,23,42,.08)}
.dtfp-select-chevron{position:absolute;right:17px;top:50%;transform:translateY(-55%);font-size:22px;line-height:1;color:#526070;pointer-events:none}

/* v25 — Native m² select with premium chevron only */
.dtfp-m2-select-wrap{position:relative;display:block;width:100%;z-index:20}
.dtfp-m2-select-wrap>select{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;opacity:1!important;pointer-events:auto!important;z-index:1!important;appearance:none;-webkit-appearance:none;padding:15px 50px 15px 18px;border:1px solid rgba(12,55,91,.14);border-radius:16px;background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%);box-shadow:0 8px 24px rgba(12,55,91,.07),inset 0 1px 0 rgba(255,255,255,.95);color:#082f53;font:inherit;font-weight:750;cursor:pointer;outline:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.dtfp-m2-select-wrap>select:hover{border-color:rgba(8,126,89,.28);box-shadow:0 10px 28px rgba(8,126,89,.10)}
.dtfp-m2-select-wrap>select:focus{border-color:rgba(8,126,89,.42);box-shadow:0 0 0 4px rgba(8,126,89,.08),0 10px 28px rgba(12,55,91,.08)}
.dtfp-m2-select-arrow{position:absolute;right:18px;top:50%;width:11px;height:11px;margin-top:-7px;border-right:2.5px solid #087d58;border-bottom:2.5px solid #087d58;border-radius:1px;transform:rotate(45deg);pointer-events:none;z-index:3;filter:drop-shadow(0 1px 1px rgba(8,125,88,.12));transition:transform .2s ease,border-color .2s ease}
.dtfp-m2-select-wrap:focus-within .dtfp-m2-select-arrow{transform:rotate(225deg);border-color:#06a767}
@media(max-width:760px){.dtfp-m2-select-wrap>select{min-height:58px;border-radius:15px;font-size:14px;padding-right:48px}.dtfp-m2-select-arrow{right:17px;width:10px;height:10px}}

.dtfp-calc-extra-wrap{margin-top:18px}.dtfp-calc-extra-title{font-size:13px;font-weight:800;margin-bottom:9px}.dtfp-calc-extra-list{display:grid;gap:8px}.dtfp-calc-extra-option{display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid #dfe8e5;border-radius:12px;background:#fff;cursor:pointer}.dtfp-calc-extra-option input{width:17px;height:17px;margin:0}.dtfp-calc-extra-option span{flex:1}.dtfp-calc-extra-option b{font-size:12px;white-space:nowrap;color:#087b50}.dtfp-calc-extra-option:has(input:checked){border-color:#9bcdb7;background:#f5fbf8;box-shadow:0 4px 14px rgba(14,96,67,.08)}


/* v36 — ultra compact premium hero: minimum height without sacrificing readability */
@media (min-width:1051px){
  .dtfp-hero{min-height:360px}
  .dtfp-hero-inner{min-height:360px;grid-template-columns:minmax(0,1fr) 390px;gap:36px;padding:18px 0;align-items:center}
  .dtfp-hero-copy{max-width:650px}
  .dtfp-hero h1{font-size:clamp(40px,3.25vw,52px);line-height:1.04;letter-spacing:-.045em;margin:0 0 12px}
  .dtfp-hero-copy>p{max-width:600px;font-size:15px;line-height:1.5;margin:0 0 16px}
  .dtfp-actions{gap:10px;margin-bottom:0}
  .dtfp-actions .dtfp-btn{min-width:165px;min-height:42px;padding:0 16px}
  .dtfp-calculator{padding:18px;border-radius:15px}
  .dtfp-calc-head{margin-bottom:12px}
  .dtfp-calc-head h2{font-size:22px}
  .dtfp-calculator>label{font-size:12px;margin-bottom:9px}
  .dtfp-calculator select{height:42px;font-size:13px;margin-top:5px}
  .dtfp-estimate{margin:12px 0 10px;padding:11px 13px}
  .dtfp-estimate strong{font-size:22px}
}

@media (min-width:761px) and (max-width:1050px){
  .dtfp-hero{min-height:350px}
  .dtfp-hero-inner{min-height:350px;padding:18px 0;gap:28px}
  .dtfp-hero h1{font-size:40px;line-height:1.05;margin-bottom:12px}
  .dtfp-hero-copy>p{font-size:14px;line-height:1.5;margin-bottom:15px}
  .dtfp-calculator{padding:17px}
}

@media (max-width:760px){
  .dtfp-hero-inner{padding-top:22px;padding-bottom:16px}
  .dtfp-hero h1{font-size:36px;line-height:1.05;margin-bottom:12px}
  .dtfp-hero-copy>p{font-size:14px;line-height:1.5;margin-bottom:16px}
  .dtfp-calculator{padding:17px}
}

/* V38 — Hızlı Fiyat Hesapla kompakt düzen */
.dtfp-calculator{padding:18px 19px;border-radius:16px}
.dtfp-calc-head{margin-bottom:12px}
.dtfp-calc-head h2{font-size:23px;margin-bottom:4px}
.dtfp-calc-head p{font-size:12px;line-height:1.4}
.dtfp-calculator>label{font-size:11px;margin-bottom:9px}
.dtfp-calculator select{height:42px;margin-top:5px;padding-left:12px;padding-right:34px;font-size:13px;border-radius:9px}
.dtfp-calc-extra-wrap{margin-top:12px}
.dtfp-calc-extra-title{font-size:12px;margin-bottom:7px}
.dtfp-calc-extra-list{gap:6px}
.dtfp-calc-extra-option{gap:8px;padding:9px 11px;border-radius:10px}
.dtfp-calc-extra-option input{width:16px;height:16px}
.dtfp-calc-extra-option span{font-size:12px;line-height:1.3}
.dtfp-calc-extra-option b{font-size:11px}
.dtfp-estimate{margin:12px 0 9px;padding:11px 13px;border-radius:10px}
.dtfp-estimate small{font-size:10px;margin-bottom:2px}
.dtfp-estimate strong{font-size:21px}
.dtfp-estimate span{font-size:9px;margin-top:4px}
.dtfp-calculator .dtfp-full{min-height:44px;padding:0 14px;font-size:13px;border-radius:10px}
@media(max-width:900px){.dtfp-calculator{padding:17px}.dtfp-calc-head h2{font-size:21px}}
@media(max-width:560px){.dtfp-calculator{padding:15px}.dtfp-calc-head{margin-bottom:10px}.dtfp-calc-head h2{font-size:20px}.dtfp-calculator select{height:41px}.dtfp-estimate strong{font-size:20px}}

/* V40 — SSS / FAQ premium, okunabilir ve kompakt düzen */
.dtfp-faq{
  padding:18px;
  border-radius:18px;
  box-shadow:0 10px 28px rgba(9,55,84,.07);
}
.dtfp-faq h2{
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.035em;
  margin:0 0 12px;
  color:var(--dtfp-navy-dark);
}
.dtfp-faq details{
  margin:6px 0;
  border:1px solid #d9e5ec;
  border-radius:11px;
  overflow:hidden;
  background:#fff;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.dtfp-faq details[open]{
  border-color:#b9dfcd;
  background:#fbfefd;
  box-shadow:0 4px 14px rgba(8,105,72,.05);
}
.dtfp-faq summary{
  min-height:48px;
  padding:12px 13px;
  color:#183f5e;
  font-size:13px;
  line-height:1.35;
  font-weight:800;
}
.dtfp-faq summary:after{
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#eff8f3;
  color:var(--dtfp-green-dark);
  font-size:15px;
  line-height:1;
  font-weight:800;
}
.dtfp-faq details[open] summary:after{background:#dff4e9}
.dtfp-faq details .dtfp-richtext{
  padding:0 13px 12px;
  font-size:14px;
  line-height:1.55;
  color:#5d7186;
}
.dtfp-faq details .dtfp-richtext p{margin:0}
.dtfp-faq-whatsapp{
  margin-top:10px;
  padding:9px 10px;
  min-height:42px;
  border-radius:11px;
}
.dtfp-faq-whatsapp span{width:25px;height:25px;font-size:14px}
.dtfp-faq-whatsapp b{font-size:11px}
.dtfp-faq-whatsapp a{font-size:11px;white-space:nowrap}
@media(max-width:760px){
  .dtfp-faq{padding:15px;border-radius:16px}
  .dtfp-faq h2{font-size:21px;margin-bottom:10px}
  .dtfp-faq summary{font-size:12px;min-height:45px;padding:11px 12px}
  .dtfp-faq details .dtfp-richtext{font-size:13px;padding:0 12px 11px}
}

/* Premium Factors refresh */
.dtfp-factors{padding:42px 0 38px;background:linear-gradient(180deg,#f8fbfd 0%,#f3f8fb 100%);border-top:1px solid #e7f0f5;border-bottom:1px solid #e5eef3}
.dtfp-factors .dtfp-section-heading{max-width:760px}
.dtfp-factors .dtfp-section-heading h2{font-size:30px;line-height:1.15;margin:0 0 8px;color:#082f55;letter-spacing:-.045em}
.dtfp-factors .dtfp-section-heading p{font-size:15px;line-height:1.55;color:#60798d}
.dtfp-factor-grid{gap:14px;margin-top:25px}
.dtfp-factor-grid>div{position:relative;text-align:left;padding:19px 16px 17px;background:rgba(255,255,255,.94);border:1px solid #dce9f0;border-radius:16px;box-shadow:0 8px 24px rgba(18,63,91,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.dtfp-factor-grid>div:before{content:"";position:absolute;left:16px;top:0;width:38px;height:3px;border-radius:0 0 4px 4px;background:linear-gradient(90deg,#0aa76a,#1594d0)}
.dtfp-factor-grid>div:hover{transform:translateY(-3px);border-color:#c9dfe9;box-shadow:0 14px 30px rgba(18,63,91,.10)}
.dtfp-factor-grid i{width:46px;height:46px;margin:0 0 13px;border-radius:13px;background:linear-gradient(145deg,#eef8fd,#e7f6f0);color:#0878b9;font-size:19px;border:1px solid #d7eaf2;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.dtfp-factor-grid h3{font-size:15px;line-height:1.25;margin:0 0 7px;color:#0b3a60;letter-spacing:-.02em}
.dtfp-factor-grid .dtfp-richtext,.dtfp-factor-grid p{font-size:12px;line-height:1.55;color:#637b8e;margin:0}
@media (max-width:1100px){.dtfp-factor-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}}
@media (max-width:700px){.dtfp-factors{padding:34px 0 30px}.dtfp-factors .dtfp-section-heading h2{font-size:24px}.dtfp-factors .dtfp-section-heading p{font-size:13px}.dtfp-factor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}.dtfp-factor-grid>div{padding:15px 13px 14px;border-radius:13px}.dtfp-factor-grid>div:before{left:13px;width:30px}.dtfp-factor-grid i{width:40px;height:40px;margin-bottom:10px;font-size:17px;border-radius:11px}.dtfp-factor-grid h3{font-size:13px}.dtfp-factor-grid .dtfp-richtext,.dtfp-factor-grid p{font-size:11px;line-height:1.48}}
@media (max-width:430px){.dtfp-factor-grid{grid-template-columns:1fr}.dtfp-factor-grid>div{display:grid;grid-template-columns:42px 1fr;column-gap:11px;align-items:start}.dtfp-factor-grid i{grid-row:1 / span 2;margin:0}.dtfp-factor-grid h3{margin-top:2px}.dtfp-factor-grid .dtfp-richtext,.dtfp-factor-grid p{grid-column:2}}

/* Premium Final CTA refresh */
.dtfp-final-cta{padding:22px 0;background:#f4f9fc;border-top:1px solid #e1ebf1}
.dtfp-final-inner{position:relative;max-width:1180px;min-height:104px;padding:18px 20px;display:grid;grid-template-columns:minmax(250px,1.15fr) minmax(420px,1.7fr) auto;align-items:center;gap:24px;background:linear-gradient(135deg,#fff 0%,#fbfefd 100%);border:1px solid #dce8ee;border-radius:18px;box-shadow:0 10px 28px rgba(12,55,82,.07);overflow:hidden}
.dtfp-final-inner:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#0aa76a,#0878b9)}
.dtfp-final-inner>div:first-child{padding-left:8px}
.dtfp-final-inner>div:first-child strong{font-size:15px;line-height:1.25;color:#123d5d;letter-spacing:-.02em}
.dtfp-final-inner>div:first-child>b{font-size:21px;line-height:1.15;color:#07945e;letter-spacing:-.035em;margin-top:3px}
.dtfp-final-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;justify-content:stretch}
.dtfp-final-benefits span{position:relative;display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;column-gap:9px;padding:3px 18px;min-width:0;color:#0879ba;font-size:20px;line-height:1}
.dtfp-final-benefits span+span{border-left:1px solid #dce7ed}
.dtfp-final-benefits b{font-size:12px;line-height:1.3;color:#173f5d;font-weight:900;margin-top:0}
.dtfp-final-benefits small{font-size:10px;line-height:1.35;color:#708496;margin-top:3px}
.dtfp-final-inner>.dtfp-btn{min-width:148px;height:50px;padding:0 22px;border-radius:13px;font-size:14px;font-weight:900;box-shadow:0 8px 20px rgba(0,151,91,.16)}
.dtfp-final-inner>.dtfp-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,151,91,.22)}
@media(max-width:1050px){.dtfp-final-inner{grid-template-columns:1fr auto;gap:16px}.dtfp-final-benefits{grid-column:1/-1;grid-row:2}.dtfp-final-inner>.dtfp-btn{grid-column:2;grid-row:1}}
@media(max-width:700px){.dtfp-final-cta{padding:16px 0}.dtfp-final-inner{grid-template-columns:1fr;padding:16px;border-radius:15px;gap:13px}.dtfp-final-inner>div:first-child{padding-left:5px}.dtfp-final-inner>div:first-child strong{font-size:14px}.dtfp-final-inner>div:first-child>b{font-size:19px}.dtfp-final-benefits{grid-template-columns:1fr;gap:0}.dtfp-final-benefits span{padding:9px 5px}.dtfp-final-benefits span+span{border-left:0;border-top:1px solid #dce7ed}.dtfp-final-inner>.dtfp-btn{grid-column:auto;grid-row:auto;width:100%;height:48px}}

/* Temizlik Fiyatları hizmet sliderı: fiyat ve aksiyon alanı korunur. */

/* V51 — Anasayfa Hizmetlerimiz: Temizlik Fiyatları slider ile birebir görsel yapı */
.home .dtfp-services,
.front-page .dtfp-services{padding:34px 0 38px;background:#fff;overflow:hidden}
.home .dtfp-services .container,
.front-page .dtfp-services .container{position:relative;width:calc(100% - 32px);max-width:1180px;margin-left:auto;margin-right:auto}
.home .dtfp-services-head,
.front-page .dtfp-services-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 22px;position:relative}
.home .dtfp-services-head>div:first-child,
.front-page .dtfp-services-head>div:first-child{min-width:0;max-width:1120px}
.home .dtfp-services-head h2,
.front-page .dtfp-services-head h2{font-size:36px;line-height:1.08;letter-spacing:-.035em;color:#0d3765;font-weight:900;margin:5px 0 8px}
.home .dtfp-services-head .dtfp-richtext,
.front-page .dtfp-services-head .dtfp-richtext{font-size:15px;line-height:1.55;color:#627b98;margin:0;max-width:1050px}
.home .dtfp-services-head .dtfp-richtext p,
.front-page .dtfp-services-head .dtfp-richtext p{margin:0}
.home .dtfp-slider-controls,
.front-page .dtfp-slider-controls{display:flex;gap:10px;flex:0 0 auto}
.home .dtfp-slider-btn,
.front-page .dtfp-slider-btn{width:48px;height:48px;border:1px solid #dbe7f1;background:#fff;color:#0759a9;border-radius:50%;font-size:30px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px rgba(8,52,83,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}
.home .dtfp-slider-btn:hover:not(:disabled),
.front-page .dtfp-slider-btn:hover:not(:disabled){transform:translateY(-2px);border-color:#b9d4ea;box-shadow:0 12px 26px rgba(8,52,83,.13);background:#f8fbfe}
.home .dtfp-slider-btn:disabled,
.front-page .dtfp-slider-btn:disabled{opacity:.42}
.home .dtfp-services-slider,
.front-page .dtfp-services-slider{overflow:hidden;margin:0 -2px;padding:2px}
.home .dtfp-service-track,
.front-page .dtfp-service-track{display:flex;align-items:stretch;gap:14px;will-change:transform;transition:transform .45s cubic-bezier(.22,.61,.36,1)}
.home .dtfp-service-card,
.front-page .dtfp-service-card{flex:0 0 calc((100% - 42px)/4);width:calc((100% - 42px)/4);min-width:0;background:#fff;border:1px solid #dce7f1;border-radius:16px;overflow:hidden;box-shadow:0 7px 20px rgba(12,52,95,.065);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.home .dtfp-service-card:hover,
.front-page .dtfp-service-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(12,52,95,.11);border-color:#c6dced}
.home .dtfp-service-image,
.front-page .dtfp-service-image{display:block;position:relative;height:193px;overflow:hidden;background:#eef5fc}
.home .dtfp-service-image img,
.home .dtfp-service-image picture,
.front-page .dtfp-service-image img,
.front-page .dtfp-service-image picture{width:100%;height:100%;display:block}
.home .dtfp-service-image img,
.front-page .dtfp-service-image img{object-fit:cover;transition:transform .3s ease}
.home .dtfp-service-card:hover .dtfp-service-image img,
.front-page .dtfp-service-card:hover .dtfp-service-image img{transform:scale(1.035)}
.home .dtfp-service-body,
.front-page .dtfp-service-body{position:relative;padding:13px 16px 14px}
.home .dtfp-service-icon,
.front-page .dtfp-service-icon{position:absolute;left:14px;top:0;width:42px;height:42px;margin:0;margin-top:-29px;border-radius:13px;background:#0875e1;color:#fff;border:3px solid #fff;display:grid;place-items:center;box-shadow:0 7px 18px rgba(8,104,223,.2);z-index:2}
.home .dtfp-service-icon svg,
.front-page .dtfp-service-icon svg{width:20px;height:20px}
.home .dtfp-service-body h3,
.front-page .dtfp-service-body h3{font-size:18px;line-height:1.2;color:#0d3765;margin:7px 0 7px;font-weight:900;letter-spacing:-.02em}
.home .dtfp-service-body p,
.front-page .dtfp-service-body p{font-size:13px;line-height:1.48;color:#647c97;margin:0 0 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:57px}
.home .dtfp-service-actions,
.front-page .dtfp-service-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding-top:11px;border-top:1px solid #e3edf5}
.home .dtfp-service-actions a,
.front-page .dtfp-service-actions a{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:900;line-height:1.2;text-decoration:none}
.home .dtfp-service-detail-link,
.front-page .dtfp-service-detail-link{color:#0868df}
.home .dtfp-service-detail-link span,
.front-page .dtfp-service-detail-link span{transition:transform .18s ease}
.home .dtfp-service-card:hover .dtfp-service-detail-link span,
.front-page .dtfp-service-card:hover .dtfp-service-detail-link span{transform:translateX(3px)}
.home .dtfp-service-offer,
.front-page .dtfp-service-offer{padding:9px 13px;border-radius:10px;background:#08a65b;color:#fff!important;box-shadow:0 8px 18px rgba(8,166,91,.16);transition:transform .18s ease,background .18s ease}
.home .dtfp-service-offer:hover,
.front-page .dtfp-service-offer:hover{transform:translateY(-1px);background:#078f4e}
.home .dtfp-slider-dots,
.front-page .dtfp-slider-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:18px;min-height:8px}
.home .dtfp-slider-dots button,
.front-page .dtfp-slider-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#d5e4ed;padding:0;cursor:pointer}
.home .dtfp-slider-dots button.is-active,
.front-page .dtfp-slider-dots button.is-active{width:26px;border-radius:8px;background:#08a65b}
@media(max-width:1050px){
 .home .dtfp-service-card,.front-page .dtfp-service-card{flex-basis:calc((100% - 14px)/2);width:calc((100% - 14px)/2)}
 .home .dtfp-service-image,.front-page .dtfp-service-image{height:185px}
 .home .dtfp-services-head h2,.front-page .dtfp-services-head h2{font-size:32px}
}
@media(max-width:760px){
 .home .dtfp-services,.front-page .dtfp-services{padding:26px 0 30px}
 .home .dtfp-services-head,.front-page .dtfp-services-head{align-items:flex-start;margin-bottom:15px}
 .home .dtfp-services-head h2,.front-page .dtfp-services-head h2{font-size:27px}
 .home .dtfp-services-head .dtfp-richtext,.front-page .dtfp-services-head .dtfp-richtext{font-size:13px;line-height:1.48}
 .home .dtfp-slider-controls,.front-page .dtfp-slider-controls{display:none}
 .home .dtfp-services-slider,.front-page .dtfp-services-slider{width:100%;max-width:100%;margin-right:0;padding-right:2px}
 .home .dtfp-service-track,.front-page .dtfp-service-track{gap:10px}
 .home .dtfp-service-card,.front-page .dtfp-service-card{flex:0 0 82vw;width:82vw;border-radius:15px}
 .home .dtfp-service-image,.front-page .dtfp-service-image{height:165px}
 .home .dtfp-service-body,.front-page .dtfp-service-body{padding:12px 13px 13px}
 .home .dtfp-service-body h3,.front-page .dtfp-service-body h3{font-size:17px}
 .home .dtfp-service-body p,.front-page .dtfp-service-body p{font-size:13px;min-height:0;-webkit-line-clamp:3}
}
@media(max-width:560px){
 .home .dtfp-service-card,.front-page .dtfp-service-card{flex-basis:82vw;width:82vw}
 .home .dtfp-service-image,.front-page .dtfp-service-image{height:155px}
 .home .dtfp-service-actions,.front-page .dtfp-service-actions{gap:8px}
 .home .dtfp-service-actions a,.front-page .dtfp-service-actions a{font-size:11px}
 .home .dtfp-service-offer,.front-page .dtfp-service-offer{padding:8px 10px}
}

/* Anasayfa Hizmetlerimiz — referans tasarım */
.home .dtfp-services-head,.front-page .dtfp-services-head{position:relative}
.home .dtfp-services-head .services-nav,.front-page .dtfp-services-head .services-nav{align-self:flex-end}
.home .dtfp-service-card,.front-page .dtfp-service-card{border-radius:16px;border:1px solid #dce7f0;box-shadow:0 8px 24px rgba(8,52,83,.07);overflow:hidden;background:#fff}
.home .dtfp-service-image,.front-page .dtfp-service-image{height:178px;border-radius:0;overflow:hidden}
.home .dtfp-service-image img,.front-page .dtfp-service-image img{width:100%;height:100%;object-fit:cover}
.home .dtfp-service-body,.front-page .dtfp-service-body{padding:12px 15px 14px}
.home .dtfp-service-icon,.front-page .dtfp-service-icon{width:42px;height:42px;margin-top:-34px;margin-bottom:9px;border:4px solid #fff;background:#0b74df;box-shadow:0 6px 16px rgba(11,99,217,.18);font-size:17px}
.home .dtfp-service-body h3,.front-page .dtfp-service-body h3{font-size:18px;line-height:1.25;font-weight:900;color:#062b5f;margin:0 0 7px;letter-spacing:-.025em}
.home .dtfp-service-body p,.front-page .dtfp-service-body p{font-size:13.5px;line-height:1.55;color:#60778e;min-height:63px;margin:0 0 12px;-webkit-line-clamp:3}
.home .dtfp-home-service-actions,.front-page .dtfp-home-service-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #e2ebf2;padding-top:11px}
.home .dtfp-home-service-actions .text-link,.front-page .dtfp-home-service-actions .text-link{font-size:13px;font-weight:900;color:#0b63d9;white-space:nowrap}
.dtfp-home-service-offer{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border-radius:11px;background:#08a65b;color:#fff!important;font-size:12px;font-weight:900;line-height:1;box-shadow:0 8px 18px rgba(8,166,91,.18);transition:.2s ease}
.dtfp-home-service-offer:hover{transform:translateY(-1px);background:#079452;color:#fff!important}
.home .dtfp-services .dtfp-slider-dots,.front-page .dtfp-services .dtfp-slider-dots{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:18px;min-height:8px}
.home .dtfp-services .dtfp-slider-dots button,.front-page .dtfp-services .dtfp-slider-dots button{width:9px;height:9px;border:0;border-radius:50%;background:#d4e3ed;padding:0;cursor:pointer;transition:.2s ease}
.home .dtfp-services .dtfp-slider-dots button.is-active,.front-page .dtfp-services .dtfp-slider-dots button.is-active{width:27px;border-radius:9px;background:#08a65b}
@media(max-width:1050px){.home .dtfp-service-image,.front-page .dtfp-service-image{height:170px}}
@media(max-width:760px){.home .dtfp-service-image,.front-page .dtfp-service-image{height:150px}.home .dtfp-service-body p,.front-page .dtfp-service-body p{min-height:0}.home .dtfp-home-service-actions,.front-page .dtfp-home-service-actions{gap:7px}.dtfp-home-service-offer{padding:9px 11px;font-size:11px}}
@media(max-width:560px){.home .dtfp-service-card,.front-page .dtfp-service-card{flex-basis:82vw!important;width:82vw!important}.home .dtfp-services .dtfp-slider-dots,.front-page .dtfp-services .dtfp-slider-dots{margin-top:14px}}

/* V56 — Anasayfa Hizmetlerimiz başlık/slider kontrolleri çakışma düzeltmesi */
.home .dtfp-services-head,
.front-page .dtfp-services-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:24px;
  width:100%;
}
.home .dtfp-services-head>div:first-child,
.front-page .dtfp-services-head>div:first-child{
  width:100%;
  max-width:none;
  min-width:0;
}
.home .dtfp-services-head h2,
.front-page .dtfp-services-head h2{
  max-width:100%;
}
.home .dtfp-services-head p,
.front-page .dtfp-services-head p,
.home .dtfp-services-head .dtfp-richtext,
.front-page .dtfp-services-head .dtfp-richtext{
  max-width:100%;
}
.home .dtfp-services-head .dtfp-slider-controls,
.front-page .dtfp-services-head .dtfp-slider-controls{
  position:static;
  align-self:end;
  flex-shrink:0;
  white-space:nowrap;
  margin-bottom:2px;
}
@media(max-width:900px){
  .home .dtfp-services-head,
  .front-page .dtfp-services-head{grid-template-columns:1fr auto;gap:16px}
  .home .dtfp-services-head h2,
  .front-page .dtfp-services-head h2{font-size:30px}
}
@media(max-width:760px){
  .home .dtfp-services-head,
  .front-page .dtfp-services-head{display:block}
  .home .dtfp-services-head .dtfp-slider-controls,
  .front-page .dtfp-services-head .dtfp-slider-controls{display:none}
}

/* V62 — Mobil hizmet görselleri: kırpmayı azalt, oranı koru */
@media (max-width:560px){
  .home .dtfp-service-image,
  .front-page .dtfp-service-image{
    height:auto !important;
    aspect-ratio:16 / 9 !important;
    background:#f4f8fb;
  }
  .home .dtfp-service-image img,
  .front-page .dtfp-service-image img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block;
  }
}


/* V69 — Temizlik Fiyatları Hizmetler slider: mobil native swipe + %20 sonraki kart */
@media (max-width:760px){
  .dtfp-services .dtfp-services-slider{
    width:100vw !important;
    max-width:none !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
    touch-action:pan-x !important;
    margin-left:calc((100% - 100vw)/2) !important;
    padding:2px 0 4px !important;
  }
  .dtfp-services .dtfp-services-slider::-webkit-scrollbar{display:none !important;width:0 !important;height:0 !important}
  .dtfp-services .dtfp-service-track{
    width:max-content !important;
    min-width:100% !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    transform:none !important;
    transition:none !important;
    will-change:auto !important;
  }
  .dtfp-services .dtfp-service-card{
    flex:0 0 calc(80vw - 5px) !important;
    width:calc(80vw - 5px) !important;
    min-width:calc(80vw - 5px) !important;
    max-width:calc(80vw - 5px) !important;
  }
  .dtfp-services .dtfp-slider-dots{display:none !important}
}
@media (max-width:380px){
  .dtfp-services .dtfp-service-card{
    flex-basis:calc(80vw - 5px) !important;
    width:calc(80vw - 5px) !important;
    min-width:calc(80vw - 5px) !important;
  }
}

/* V79 — Anasayfa Hizmetlerimiz slider: kesin responsive düzeltme
   Kart genişlikleri artık track'in belirsiz/max-content genişliğine değil,
   görünür slider alanına göre hesaplanır. */
.home .dtfp-services-slider,
.front-page .dtfp-services-slider{
  min-width:0 !important;
  width:100% !important;
  max-width:100% !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}
.home .dtfp-service-track,
.front-page .dtfp-service-track{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  gap:14px !important;
  box-sizing:border-box !important;
}
.home .dtfp-service-card,
.front-page .dtfp-service-card{
  flex:0 0 calc((100% - 42px) / 4) !important;
  width:calc((100% - 42px) / 4) !important;
  min-width:0 !important;
  max-width:calc((100% - 42px) / 4) !important;
  box-sizing:border-box !important;
}
.home .dtfp-service-image,
.front-page .dtfp-service-image,
.home .dtfp-service-image picture,
.front-page .dtfp-service-image picture,
.home .dtfp-service-image img,
.front-page .dtfp-service-image img{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}

@media (max-width:1050px){
  .home .dtfp-service-track,
  .front-page .dtfp-service-track{gap:12px !important;}
  .home .dtfp-service-card,
  .front-page .dtfp-service-card{
    flex-basis:calc((100% - 12px) / 2) !important;
    width:calc((100% - 12px) / 2) !important;
    max-width:calc((100% - 12px) / 2) !important;
  }
}

@media (max-width:760px){
  .home .dtfp-services-slider,
  .front-page .dtfp-services-slider{
    width:100vw !important;
    max-width:none !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
    touch-action:pan-x !important;
    margin-left:calc((100% - 100vw) / 2) !important;
    margin-right:0 !important;
    padding:2px 0 4px !important;
  }
  .home .dtfp-services-slider::-webkit-scrollbar,
  .front-page .dtfp-services-slider::-webkit-scrollbar{display:none !important;width:0 !important;height:0 !important;}
  .home .dtfp-service-track,
  .front-page .dtfp-service-track{
    width:max-content !important;
    min-width:100% !important;
    max-width:none !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    transform:none !important;
    transition:none !important;
  }
  .home .dtfp-service-card,
  .front-page .dtfp-service-card{
    flex:0 0 calc(80vw - 5px) !important;
    width:calc(80vw - 5px) !important;
    min-width:calc(80vw - 5px) !important;
    max-width:calc(80vw - 5px) !important;
  }
  .home .dtfp-services .dtfp-slider-dots,
  .front-page .dtfp-services .dtfp-slider-dots{display:none !important;}
  .home .dtfp-services-head .dtfp-slider-controls,
  .front-page .dtfp-services-head .dtfp-slider-controls{display:none !important;}
}

/* V81 — Anasayfa Hizmetlerimiz: mobil slider oklarını gizle */
@media (max-width:760px){
  .home .dtfp-services-head .dtfp-slider-controls,
  .front-page .dtfp-services-head .dtfp-slider-controls{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }
}
