:root{--navy:#062b5f;--navy-2:#041d40;--blue:#0b63d9;--blue-2:#2e8cff;--cyan:#16a8d8;--gold:#f4b51b;--ink:#102a43;--muted:#536a80;--bg:#f5f8fc;--white:#fff;--line:#dfe8f2;--shadow:0 18px 50px rgba(7,43,95,.10);--radius:18px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}:root{--dt-link:#1263CE;--dt-link-hover:#0A4FA8}button,input{font:inherit}.container{margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:15px;top:15px;z-index:9999;background:#fff;padding:10px 14px;border-radius:8px}.topbar-inner{display:flex;align-items:center;justify-content:space-between}.header-inner{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--navy)}.brand small{display:block;color:var(--blue);margin-top:-5px}.main-nav{display:flex;align-items:center}.main-nav a{position:relative}.main-nav .current-menu-item>a:after{content:"";position:absolute;left:0;right:0;border-radius:99px;background:var(--blue)}.phone{font-weight:800;color:var(--navy);font-size:13px}.phone span{display:block;color:var(--muted);font-size:11px;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;padding:12px 18px;font-weight:800;cursor:pointer;transition:.2s ease}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 22px rgb(11 99 217 / .22)}.btn-primary:hover{background:#0755bc;transform:translateY(-1px)}.btn-outline{border:1px solid rgb(255 255 255 / .45);color:#fff;background:#fff0}.btn-white{background:#fff;color:var(--navy)}.mobile-menu{display:none}.mobile-toggle{display:none;border:0;background:#fff0;font-size:25px;color:var(--navy)}.hero{position:relative;overflow:hidden;background:var(--navy-2);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 30%,rgb(46 140 255 / .28),transparent 34%),linear-gradient(90deg,rgb(4 29 64 / .99) 0%,rgb(6 43 95 / .94) 42%,rgb(6 43 95 / .25) 100%);z-index:1}.eyebrow{font-size:13px;font-weight:900;color:var(--gold);letter-spacing:.04em;text-transform:uppercase}.hero h1{letter-spacing:-.055em;margin:12px 0 18px}.hero h1 span{color:#51a2ff}.hero p{color:#dce9f8;margin:0 0 28px}.section-head{text-align:center;margin:0 auto 38px}.section-head .eyebrow{color:var(--blue)}.section-head h2{line-height:1.1;letter-spacing:-.04em;color:var(--navy)}.section-head p{color:var(--muted);margin:0}.service-card{background:#fff;border:1px solid var(--line);overflow:hidden;box-shadow:0 8px 25px rgb(7 43 95 / .06);transition:.25s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-image{overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.service-card:hover img{transform:scale(1.04)}.service-icon{position:relative;border:4px solid #fff;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff}.service-card h3{color:var(--navy)}.service-card p{color:var(--muted);margin:0 0 12px}.text-link{color:var(--blue);font-weight:900}.ba-label.before{left:10px}.ba-label.after{right:10px;background:var(--blue)}.ba-range{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize}.pricing-wrap{display:grid;grid-template-columns:3fr 1fr}.price-card{position:relative;background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px rgb(7 43 95 / .06)}.price-card.featured{background:linear-gradient(145deg,#083d85,#0b63d9);color:#fff;border-color:#0b63d9;transform:translateY(-7px)}.price-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);white-space:nowrap;background:var(--gold);color:#142b45;padding:5px 12px;border-radius:99px;font-size:9px;font-weight:900}.price-card h3{margin:0 0 5px}.price-card .desc{color:var(--muted);min-height:35px}.price-card.featured .desc{color:#d8e9ff}.price{font-weight:900;letter-spacing:-.04em}.price small{font-weight:700;letter-spacing:0;color:var(--muted)}.price-card ul{list-style:none;padding:0;margin:0 0 20px}.price-card li{color:#36516d}.price-card.featured li{color:#e8f2ff}.price-card li:before{content:"✓";color:var(--blue);font-weight:900;margin-right:8px}.price-card.featured li:before{color:#ffd75c}.stars{color:#f4b51b;letter-spacing:2px}.testimonials{display:grid;grid-template-columns:repeat(3,1fr)}.testimonial{border:1px solid var(--line);background:#fff}.testimonial p{color:#516a82}.person{display:flex;align-items:center;gap:9px;font-weight:800}.avatar{border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff}.faq{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;border:0;background:#fff0;text-align:left;color:var(--navy);font-weight:800;cursor:pointer}.faq-q span:last-child{color:var(--blue);transition:.2s}.faq-item.open .faq-a{grid-template-rows:1fr}.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}@media(max-width:1050px){.main-nav{gap:16px}.header-actions .phone{display:none}.pricing-wrap{grid-template-columns:1fr}}@media(max-width:820px){.container{width:min(var(--container),calc(100% - 28px))}.topbar-inner{font-size:10px}.main-nav,.header-actions .btn{display:none}.mobile-toggle{display:block}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--line);box-shadow:var(--shadow);padding:12px 20px}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:12px 0;border-bottom:1px solid #eef3f8;font-weight:800;font-size:14px}.hero:before{background:linear-gradient(90deg,rgb(4 29 64 / .98),rgb(6 43 95 / .72))}}@media(max-width:560px){.section{padding:60px 0}.services-grid,.pricing-grid,.testimonials{grid-template-columns:1fr}.price-card.featured{transform:none}}.feature{background:#fff;border:1px solid var(--line);border-radius:16px}.feature b{color:var(--blue);font-size:13px}.feature h3{color:var(--navy)}.feature p{color:var(--muted);font-size:13px}.empty-state{text-align:center;padding:80px 20px}.article h1{font-size:48px;line-height:1.08;color:var(--navy);letter-spacing:-.05em}.article>img{border-radius:18px;margin:25px 0;width:100%}@media(max-width:560px){.article h1{font-size:36px}}@media(max-width:560px){.hero-premium .hero-actions .btn{padding:12px 10px;font-size:11px}}.main-nav ul{display:flex;align-items:center;margin:0;padding:0;list-style:none}.main-nav li{margin:0;padding:0}.main-nav li a{display:inline-flex;align-items:center}.mobile-menu ul{margin:0;padding:0;list-style:none}.mobile-menu li{border-bottom:1px solid #eef3f8}.mobile-menu li a{display:block;border:0}.hero{isolation:isolate}.hero h1{max-width:700px;text-wrap:balance}.hero p{max-width:590px}.service-card .price-card .testimonial .contact-card .contact-form .feature{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.service-card:hover,.price-card:hover,.testimonial:hover,.feature:hover{transform:translateY(-4px)}.section-head h2{font-weight:900}.ba-range{z-index:5}@media(min-width:821px){.mobile-menu{display:none!important}}@media(max-width:820px){.site-header{position:sticky}.header-inner{min-height:70px}.main-nav{display:none}.mobile-menu.open{display:block}.mobile-menu{z-index:60}}@media(max-width:560px){.header-inner{min-height:64px}.brand img{width:150px!important}.hero p{font-size:14px}}:root{--section-gap:52px}.section-head{margin-bottom:26px}.section-head h2{font-size:clamp(27px,3.4vw,38px);margin:6px 0 8px}.service-card{border-radius:14px}.service-image{aspect-ratio:1.48}.service-body{padding:13px 14px 15px}.service-icon{width:36px;height:36px;margin-top:-31px;border-width:3px}.service-icon-real svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-card h3{margin:9px 0 4px}.service-card p{margin-bottom:8px}.text-link{font-size:10px}.pricing-wrap{gap:14px}.price-card{border-radius:14px}.price{margin:11px 0}.price-card li{margin:6px 0}.stats{padding:0 0 45px}.testimonials{gap:9px}.testimonial{padding:13px;border-radius:12px}.testimonial p{min-height:56px}.testimonial .stars{font-size:10px}.avatar{width:28px;height:28px}.faq-q{padding:11px 0}.faq-q span:last-child{font-size:16px}.feature{padding:20px}@media(max-width:820px){.section{padding:42px 0}.pricing-grid .price-card:last-child{grid-column:1/-1}}@media(max-width:560px){.section{padding:34px 0}.section-head{margin-bottom:20px}.section-head h2{font-size:27px}.pricing-grid .price-card:last-child{grid-column:auto}.service-image{aspect-ratio:1.6}.service-body{padding-bottom:13px}.stats{padding-bottom:34px}}html,body{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important}.topbar,.site-header,main{width:100%;max-width:none}.detay-icon{width:1em;height:1em;display:inline-block;vertical-align:-.15em;flex:0 0 auto}.topbar-links .detay-icon{width:13px;height:13px}.header-actions .phone{display:flex;align-items:flex-start;gap:6px}.header-actions .phone .detay-icon{width:19px;height:19px;margin-top:1px;color:var(--blue)}.service-icon-real .detay-icon{width:19px;height:19px}.trust-icon .detay-icon{width:17px;height:17px}.area-detail-icon .detay-icon{width:21px;height:21px}.section{padding:44px 0}.service-card h3{margin-top:8px}.price-card{padding:20px}.stats{padding-bottom:38px}@media (min-width:821px){.main-nav{flex:1;justify-content:center;min-width:0}.header-inner{width:min(1180px,calc(100% - 32px))}}@media (max-width:820px){.container{width:min(720px,calc(100% - 28px))}.section{padding:38px 0}}@media (max-width:560px){.container{width:calc(100% - 24px)}}.header-actions{display:flex;align-items:center}.header-phone{white-space:nowrap}.header-phone:hover{color:var(--blue)}.header-phone-copy strong{letter-spacing:.01em}.header-quote span{font-size:15px;line-height:1}@media(max-width:1050px){.header-phone-copy strong{font-size:13px}.header-actions{gap:12px}.header-quote{padding:0 14px}}@media(max-width:820px){.header-phone,.header-quote{display:none}.header-actions{margin-left:auto}}.header-phone{color:#0f3158}.header-phone-copy strong{line-height:1.1}@media(max-width:1050px){.header-inner{min-height:76px!important}.main-nav,.main-nav ul{gap:18px!important}.main-nav a{font-size:13px!important}.site-header .brand img{width:175px!important}.header-phone-copy strong{font-size:14px}}@media(max-width:820px){.topbar-inner>span:last-child{display:none}.main-nav{display:none!important}.header-actions{margin-left:auto}.header-phone{display:none!important}.site-header .brand img{width:165px!important}.mobile-toggle{display:block!important}}@media(max-width:560px){.topbar{height:34px}.topbar-inner{min-height:34px!important}.header-inner{min-height:68px!important}.site-header .brand img{width:150px!important}.header-quote{display:none!important}}:root{--ref-navy:#062b5f;--ref-blue:#146be8;--ref-blue-2:#3b9cff}body{background:#fff}.topbar{height:42px!important;background:#052a59!important;color:#fff!important}.topbar .container{max-width:1600px!important}.topbar-inner{height:42px!important;min-height:42px!important;padding:0 12px!important;font-size:12px!important}.topbar a{color:#fff}.site-header{background:#fff!important;border-bottom:1px solid #e8eef5!important;box-shadow:none!important}.header-inner{max-width:1600px!important;min-height:96px!important;padding:0 12px!important}.main-nav{margin-left:auto!important;margin-right:44px!important;gap:39px!important}.main-nav ul{gap:25px!important}.main-nav a{font-size:15px!important;font-weight:800!important;padding:39px 0 35px!important;color:#102f55!important}.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--ref-blue)!important}.main-nav .current-menu-item>a:after{bottom:25px!important;height:3px!important}.header-actions{gap:18px!important}.header-phone{gap:12px!important}.header-phone-icon .detay-icon{width:23px!important;height:23px!important}.header-phone-copy small{margin-top:5px!important}.header-quote{background:var(--ref-blue)!important;box-shadow:0 12px 26px rgb(20 107 232 / .22)!important;font-size:14px!important}@media(max-width:1100px){.header-inner{min-height:86px!important}.site-header .brand img{width:190px!important}.main-nav{margin-right:20px!important;gap:24px!important}.main-nav ul{gap:24px!important}.main-nav a{font-size:13px!important}.header-phone-copy{display:none}.header-phone-icon{width:44px!important;height:44px!important}}@media(max-width:820px){.topbar{height:36px!important}.topbar-inner{height:36px!important;min-height:36px!important}.site-header .brand img{width:165px!important}.header-inner{min-height:72px!important}.main-nav{display:none!important}.header-phone,.header-quote{display:none!important}.mobile-toggle{display:block!important}}.site-header .header-inner{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;min-height:84px!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;column-gap:28px!important}.site-header .brand{flex:0 0 auto!important;min-width:0!important;margin:0!important}.site-header .brand img{width:190px!important;max-width:190px!important;height:auto!important;max-height:62px!important;object-fit:contain!important}.site-header .main-nav{min-width:0!important;width:auto!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:26px!important;white-space:nowrap!important}.site-header .main-nav>li,.site-header .main-nav .menu-item{display:block!important;margin:0!important;padding:0!important;flex:0 0 auto!important}.site-header .main-nav>a,.site-header .main-nav>li>a,.site-header .main-nav .menu-item>a{display:inline-flex!important;align-items:center!important;white-space:nowrap!important;margin:0!important;padding:31px 0!important;font-size:14px!important;font-weight:800!important;line-height:1!important}.site-header .header-actions{min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:16px!important;margin:0!important;white-space:nowrap!important}.site-header .header-phone{flex:0 0 auto!important;display:flex!important;align-items:center!important;margin:0!important;white-space:nowrap!important}.site-header .header-quote{flex:0 0 auto!important;min-width:158px!important;min-height:50px!important;padding:13px 18px!important;white-space:nowrap!important}@media(max-width:1120px){.site-header .header-inner{grid-template-columns:auto minmax(0,1fr) auto!important;column-gap:18px!important}.site-header .brand img{width:175px!important;max-width:175px!important}.site-header .main-nav{gap:18px!important}.site-header .main-nav>a,.site-header .main-nav>li>a,.site-header .main-nav .menu-item>a{font-size:13px!important}.site-header .header-actions{gap:10px!important}.site-header .header-phone-icon{width:40px!important;height:40px!important;flex-basis:40px!important}.site-header .header-phone-copy strong{font-size:13px!important}.site-header .header-quote{min-width:145px!important;padding:12px 14px!important;font-size:12px!important}}@media(max-width:960px){.site-header .header-inner{width:min(100%,calc(100% - 28px))!important}.site-header .main-nav{gap:13px!important}.site-header .main-nav>a,.site-header .main-nav>li>a,.site-header .main-nav .menu-item>a{font-size:12px!important}.site-header .brand img{width:160px!important;max-width:160px!important}.site-header .header-phone-copy{display:none!important}.site-header .header-phone-icon{width:40px!important;height:40px!important;flex-basis:40px!important}}@media(max-width:820px){.site-header .header-inner{display:flex!important;justify-content:space-between!important;width:min(100%,calc(100% - 28px))!important;min-height:72px!important}.site-header .main-nav{display:none!important}.site-header .header-phone,.site-header .header-quote{display:none!important}.site-header .header-actions{margin-left:auto!important}}.topbar{position:relative;box-shadow:inset 0 1px 0 rgb(255 255 255 / .05),0 5px 18px rgb(3 25 57 / .10)}.topbar::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgb(76 163 255 / .42),transparent);pointer-events:none}.topbar .topbar-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar .topbar-links{display:flex;align-items:center;flex-wrap:wrap}.topbar .topbar-links>span{display:inline-flex;align-items:center;gap:7px;min-height:24px;padding:0 17px;border-right:1px solid rgb(255 255 255 / .11);color:#e8f2ff;white-space:nowrap}.topbar .topbar-links>span:first-child{padding-left:0}.topbar .topbar-links>span:last-child{border-right:0}.topbar .topbar-links a{color:#e8f2ff;text-decoration:none}.topbar .topbar-links a:hover{color:#fff}.topbar .topbar-links svg{width:14px;height:14px;flex:0 0 14px;color:#69b3ff}.topbar .topbar-inner>span{color:#bfd2e7;font-weight:650;white-space:nowrap}@media(max-width:820px){.topbar .topbar-inner{min-height:38px;gap:12px}.topbar .topbar-links>span{padding:0 10px;font-size:11px}.topbar .topbar-inner>span{display:none}}@media(max-width:560px){.topbar .topbar-links{width:100%;justify-content:center}.topbar .topbar-links>span{padding:0 8px;font-size:10px}.topbar .topbar-links>span:nth-child(3){display:none}}.header-phone{display:flex!important;align-items:center;gap:10px;min-width:180px;min-height:50px;padding:10px 10px 5px 20px}.header-phone:hover{transform:translateY(0);box-shadow:0 0 0 rgb(255 255 255 / 15%),inset 0 3px 0 rgb(0 140 255 / 95%)}.header-phone-icon{width:32px!important;height:32px!important;flex:0 0 32px;display:grid!important;place-items:center;border-radius:5px!important;background:linear-gradient(145deg,#0b63d9 0%,#1877ea 100%)!important;border:1px solid rgb(255 255 255 / .22)!important;color:#fff!important;box-shadow:0 7px 16px rgb(11 99 217 / .22)}.header-phone-icon .detay-icon,.header-phone-icon svg{width:20px!important;height:20px!important;color:#fff!important}.header-phone-copy{display:flex!important;flex-direction:column;justify-content:center;min-width:0;line-height:1.15!important}.header-phone-copy strong{display:block;font-size:15px!important;font-weight:900!important;color:#082d60!important}.header-phone-copy small{display:block;margin-top:4px;font-size:10px!important;font-weight:750!important;color:#4f667d!important}.header-quote{min-height:52px!important;padding:0 20px!important;border-radius:13px!important;white-space:nowrap;box-shadow:0 10px 24px rgb(11 99 217 / .18)}@media(max-width:1100px){.header-phone{min-width:188px;padding-right:10px}.header-phone-copy strong{font-size:14px!important}.header-actions{gap:10px!important}}@media(max-width:920px){.header-phone{min-width:174px}.header-phone-icon{width:40px!important;height:40px!important;flex-basis:40px}.header-phone-copy strong{font-size:13px!important}}@media(max-width:820px){.header-phone,.header-quote{display:none!important}.header-actions{margin-left:auto}}.premium-about-actions .btn{min-height:45px}@media(max-width:480px){.dt-area-contact-head{grid-template-columns:46px minmax(0,1fr);gap:11px}.dt-area-contact-head-copy h2{font-size:21px!important}}.about-admin-card .about-admin-subtitle{margin:24px 0 12px;padding-top:16px;border-top:1px solid #e4edf5;color:#123b6e;font-size:13px;font-weight:800}.about-feature-admin .repeat-title{margin-bottom:12px;color:#0b63d9}.service-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.service-head>div:first-child{text-align:left;max-width:780px;margin:0}.service-head h2{margin-bottom:8px}.services-nav{display:flex;align-items:center;gap:8px;flex:0 0 auto}.services-nav-btn{width:42px;height:42px;border:1px solid #d8e6f3;border-radius:12px;background:#fff;color:var(--navy);display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 22px rgb(7 43 95 / .08);transition:.2s ease}.services-nav-btn:hover:not(:disabled){color:#fff;background:var(--blue);border-color:var(--blue);transform:translateY(-1px)}.services-nav-btn:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.services-nav-btn span{font-size:27px;line-height:1;font-weight:600;margin-top:-2px}.services-nav.is-hidden{display:none}.services-track .service-card{min-width:0}.service-card .service-icon-real{position:relative;margin-top:-32px}.service-card .text-link span{display:inline-block;margin-left:3px}@media(max-width:1050px){.service-head{align-items:center}}@media(max-width:820px){.service-head{gap:15px;margin-bottom:22px}.services-nav-btn{width:38px;height:38px;border-radius:10px}}@media(max-width:560px){.service-head{align-items:flex-start}.service-head h2{font-size:27px}.service-head p{font-size:12px}.services-nav-btn{width:36px;height:36px}}.services-slider{position:relative;overflow:hidden;width:100%;-webkit-user-select:none;user-select:none}.services-track{display:flex;flex-wrap:nowrap;align-items:stretch;width:max-content;max-width:none;gap:16px;will-change:transform;transition:transform .42s cubic-bezier(.22,.61,.36,1);touch-action:pan-y pinch-zoom}.services-track .service-card{flex:0 0 calc((var(--services-slider-width,100vw) - 0px)/var(--service-cols));width:auto;max-width:none}.services-section .services-track .service-card{flex-basis:calc((100% - (var(--service-cols) - 1) * 16px) / var(--service-cols))}@media(max-width:560px){.services-track{gap:12px}.services-section .services-track .service-card{flex-basis:calc((100% - (var(--service-cols) - 1) * 12px) / var(--service-cols))}}.services-track:focus{outline:3px solid rgb(11 99 217 / .18);outline-offset:5px}@media(hover:hover){.services-track[tabindex="0"]{cursor:grab}}@media(max-width:560px){.services-section .services-track .service-card{flex-basis:calc((var(--service-viewport,100%) - (var(--service-cols) - 1) * 12px) / var(--service-cols))}}.services-section .services-slider{overflow:hidden}.services-section .services-track{display:flex;flex-wrap:nowrap;width:max-content;transition:transform .42s cubic-bezier(.22,.61,.36,1)}.services-section .services-track .service-card{width:auto;min-width:0}@media(max-width:560px){.services-section .services-track{gap:12px}.services-section .services-track .service-card{flex-basis:calc((var(--service-viewport,100%) - (var(--service-cols) - 1) * 12px) / var(--service-cols))}}.services-section .service-head{align-items:flex-end;justify-content:center;gap:20px}.services-section .service-head .eyebrow,.services-section .service-head h2,.services-section .service-head p{max-width:none!important;margin-left:auto!important;margin-right:auto!important}.services-section .service-head h2{width:100%}.services-section .service-head p{width:100%}.services-section .services-nav{position:absolute;right:0;bottom:0}@media(max-width:820px){.services-section .service-head{align-items:center;padding-bottom:0}.services-section .service-head .services-nav{right:50%;bottom:0;transform:translateX(50%)}}:root{--body-font-size:16px;--body-line-height:1.65}html{font-size:16px}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{margin-top:0;margin-bottom:1rem}li{font-size:15px;line-height:1.6}small{font-size:13px;line-height:1.5}label{font-size:14px;line-height:1.45}input,textarea,select,button{font-size:15px;line-height:1.45}h1,h2,h3,h4,h5,h6{text-wrap:balance}h2,h3{line-height:1.2}h4,h5,h6{line-height:1.3}.section-head p{font-size:15px;line-height:1.65}@media(max-width:560px){body{font-size:16px}p{font-size:15px}li{font-size:15px}small{font-size:13px}}.services-section .service-card-link{display:block;color:inherit;text-decoration:none}.services-section .service-card-content-link{display:block;color:inherit;text-decoration:none}.services-section .service-card-content-link:hover h3,.services-section .service-card-link:hover+.service-body h3{text-decoration:none}.services-section .service-card-link:focus-visible,.services-section .service-card-content-link:focus-visible,.services-section .service-card .text-link:focus-visible{outline:3px solid rgb(8 104 223 / .28);outline-offset:3px;border-radius:8px}.services-section .service-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;min-height:3.3em;max-height:3.3em}:root{--fs-body:16px;--fs-topbar:12px;--fs-nav:14px;--fs-small:13px;--fs-label:14px;--fs-button:14px;--fs-h1:56px;--fs-h2:42px;--fs-h3:20px;--fs-h4:18px}body{font-size:var(--fs-body);line-height:1.65}p{font-size:var(--fs-body);line-height:1.65}.topbar{font-size:var(--fs-topbar);line-height:1.45}.header-actions,.header-actions .phone,.header-phone-copy{font-size:var(--fs-small)}.btn{font-size:var(--fs-button);line-height:1.35}.hero h1 span{font-size:inherit}.hero p{font-size:15px;line-height:1.65}.hero-kicker,.eyebrow{font-size:13px;line-height:1.4}.section-head h2,.section h2{font-size:var(--fs-h2);line-height:1.16}.service-card h3{font-size:18px;line-height:1.25}.service-card p{font-size:15px;line-height:1.55}.service-card .text-link{font-size:13px;line-height:1.4}.service-icon-real{font-size:16px}.price-card h3{font-size:20px;line-height:1.2}.price-card .desc{font-size:13px;line-height:1.5}.price{font-size:32px;line-height:1.05}.price small{font-size:11px}.price-card li{font-size:14px;line-height:1.5}.stars{font-size:14px}.testimonial p{font-size:15px;line-height:1.6}.person{font-size:12px}.faq-q{font-size:15px;line-height:1.45}.header-phone-copy strong{font-size:14px}.header-phone-copy small{font-size:10px}@media(max-width:1050px){:root{--fs-h1:50px;--fs-h2:38px}.section-head h2,.section h2{font-size:var(--fs-h2)}}@media(max-width:820px){:root{--fs-h1:44px;--fs-h2:34px}.main-nav,.main-nav a{font-size:13px}.brand{font-size:22px}.hero p{font-size:15px}.section-head h2,.section h2{font-size:var(--fs-h2)}.section-head p{font-size:15px}.service-card h3{font-size:17px}.service-card p{font-size:15px}.price{font-size:30px}.testimonial p,.faq-a>div{font-size:15px}}@media(max-width:560px){:root{--fs-h1:36px;--fs-h2:28px}body{font-size:16px}p{font-size:15px}.topbar{font-size:10px}.brand{font-size:20px}.hero p{font-size:15px;line-height:1.6}.hero-kicker,.eyebrow{font-size:11px}.section-head h2,.section h2{font-size:var(--fs-h2);line-height:1.15}.section-head p{font-size:15px}.service-card h3{font-size:17px}.service-card p{font-size:15px}.service-card .text-link{font-size:12px}.price-card h3{font-size:20px}.price-card .desc{font-size:13px}.price{font-size:29px}.price-card li{font-size:14px}.testimonial p{font-size:14px}.faq-q{font-size:14px}}#fiyatlar .pricing-wrap{grid-template-columns:minmax(0,3fr) minmax(270px,1fr);align-items:stretch}#fiyatlar .pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}#fiyatlar .price-card{min-width:0;display:flex;flex-direction:column;position:relative;border:1px solid #dfeaf3;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 14px 34px rgb(8 47 91 / .07);overflow:visible;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}#fiyatlar .price-card:hover{transform:translateY(-4px);border-color:#bfd9f3;box-shadow:0 20px 46px rgb(8 47 91 / .11)}#fiyatlar .price-card.featured{border:1px solid rgb(72 157 255 / .38);background:linear-gradient(155deg,#063a7f 0%,#0a5fcf 65%,#1679e9 100%);box-shadow:0 24px 55px rgb(7 84 177 / .25)}#fiyatlar .price-card.featured:hover{box-shadow:0 28px 62px rgb(7 84 177 / .30)}#fiyatlar .price-card h3{color:#0a315c}#fiyatlar .price-card.featured h3{color:#fff}#fiyatlar .price-card .desc{color:#6a8097}#fiyatlar .price-card.featured .desc{color:#d6e9ff}#fiyatlar .price{display:flex;align-items:baseline;flex-wrap:wrap;column-gap:5px;row-gap:2px;padding:0 0 16px;border-bottom:1px solid #e8eef5;color:#082f60;font-weight:900}#fiyatlar .price small{font-weight:750;color:#7990a7}#fiyatlar .price-card.featured .price{color:#fff;border-bottom-color:rgb(255 255 255 / .16)}#fiyatlar .price-card.featured .price small{color:#d7e9ff}#fiyatlar .price-card ul{list-style:none}#fiyatlar .price-card li{position:relative;color:#36516d}#fiyatlar .price-card li:before{content:"";position:absolute;left:0;border-radius:50%;background:#eaf4ff;box-shadow:inset 0 0 0 4px #eaf4ff;border:2px solid #0b63d9}#fiyatlar .price-card li:after{content:"";position:absolute;border-left:2px solid #0b63d9;border-bottom:2px solid #0b63d9;transform:rotate(-45deg)}#fiyatlar .price-card.featured li{color:#e9f3ff}#fiyatlar .price-card.featured li:before{background:rgb(255 255 255 / .10);border-color:#ffd45c;box-shadow:inset 0 0 0 4px rgb(255 255 255 / .08)}#fiyatlar .price-card.featured li:after{border-color:#ffd45c}#fiyatlar .price-card>.btn{align-self:flex-start}#fiyatlar .price-card:not(.featured)>.btn{box-shadow:0 10px 24px rgb(11 99 217 / .13)}#fiyatlar .price-card.featured>.btn{box-shadow:0 12px 28px rgb(0 0 0 / .15)}#fiyatlar .price-badge{left:50%;border-radius:999px;background:linear-gradient(180deg,#ffd94f,#f4b400);color:#19324f;box-shadow:0 7px 16px rgb(221 157 0 / .25);line-height:1}#fiyatlar .trust-card{border:1px solid rgb(71 145 220 / .22);background:radial-gradient(circle at 90% 5%,rgb(65 153 255 / .18),transparent 30%),linear-gradient(160deg,#06244c 0%,#05295a 55%,#06346d 100%);box-shadow:0 20px 46px rgb(5 34 72 / .18)}#fiyatlar .trust-card h3{color:#fff}#fiyatlar .trust-item{display:grid;align-items:start;margin:0;border-top:1px solid rgb(255 255 255 / .09)}#fiyatlar .trust-item:first-of-type{border-top:0;padding-top:0}#fiyatlar .trust-icon{flex-basis:38px;background:rgb(255 255 255 / .09);border:1px solid rgb(111 184 255 / .15);color:#6eb8ff}#fiyatlar .trust-icon svg{width:18px;height:18px}#fiyatlar .trust-item strong{margin-bottom:3px;color:#fff;line-height:1.3}#fiyatlar .trust-item span{color:#c0d4ea}@media(max-width:1050px){#fiyatlar .pricing-wrap{grid-template-columns:1fr}#fiyatlar .trust-card{min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}#fiyatlar .trust-card h3{grid-column:1/-1}}@media(max-width:820px){#fiyatlar .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#fiyatlar .price-card{min-height:410px}#fiyatlar .price-card.featured{min-height:425px;transform:none}#fiyatlar .price-card.featured:hover{transform:translateY(-4px)}#fiyatlar .trust-card{grid-template-columns:1fr}#fiyatlar .trust-card h3{grid-column:auto}}@media(max-width:560px){#fiyatlar{padding-top:34px!important}#fiyatlar .pricing-grid{grid-template-columns:1fr}#fiyatlar .price-card,#fiyatlar .price-card.featured,#fiyatlar .trust-card{min-height:0}#fiyatlar .price-card{padding:23px 20px 20px}#fiyatlar .price-card.featured{transform:none}#fiyatlar .price-card h3{font-size:20px}#fiyatlar .price{font-size:31px}#fiyatlar .price-card li{font-size:14px}#fiyatlar .trust-card{padding:22px 20px}}#fiyatlar{padding-top:28px!important;padding-bottom:34px!important}#fiyatlar .pricing-grid{gap:12px}#fiyatlar .price-card{min-height:0;height:auto;padding:20px 18px 18px;border-radius:16px}#fiyatlar .price-card.featured:hover{transform:translateY(-6px)}#fiyatlar .price-card li:before{border-width:1.5px}#fiyatlar .price-card li:after{width:4px;height:2px;border-width:1.5px}#fiyatlar .price-badge{padding:6px 12px;font-size:9px}#fiyatlar .trust-card h3{margin-bottom:14px}#fiyatlar .trust-item{grid-template-columns:33px minmax(0,1fr);gap:9px;padding:8px 0}#fiyatlar .trust-icon{width:33px;height:33px;border-radius:10px}#fiyatlar .trust-item strong{font-size:12px}#fiyatlar .trust-item span{font-size:11px;line-height:1.4}@media(max-width:820px){#fiyatlar .price-card,#fiyatlar .price-card.featured{padding:18px 16px 16px}#fiyatlar .price{font-size:27px}}@media(max-width:560px){#fiyatlar .pricing-grid{gap:10px}#fiyatlar .price-card,#fiyatlar .price-card.featured{padding:18px 16px 16px}#fiyatlar .price-card h3{font-size:18px}#fiyatlar .price-card li{font-size:13px}#fiyatlar .trust-card{padding:18px 16px}}.plans-slider{min-width:0;position:relative}.plans-slider-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.plans-nav{display:flex;gap:7px}.plans-nav-btn{width:36px;height:36px;display:grid;place-items:center;border:1px solid #d9e5f0;border-radius:10px;background:#fff;color:#082f60;cursor:pointer;box-shadow:0 7px 18px rgb(8 47 91 / .07);transition:.2s ease}.plans-nav-btn:hover:not(:disabled){background:#0b63d9;color:#fff;border-color:#0b63d9}.plans-nav-btn:disabled{opacity:.35;cursor:not-allowed}.plans-nav-btn span{font-size:25px;line-height:1}.plans-nav.is-hidden{display:none}.plans-viewport{overflow:hidden;width:100%}.plans-track{display:flex;flex-wrap:nowrap;gap:12px;width:max-content;transition:transform .42s cubic-bezier(.22,.61,.36,1);will-change:transform}.plans-track .price-card{flex:0 0 calc((var(--plans-viewport,100%) - (var(--plans-cols) - 1)*12px)/var(--plans-cols))}.premium-pricing .price-card{min-height:410px}.premium-pricing .price-card.featured{min-height:424px}.premium-pricing .trust-card{min-height:410px}@media(max-width:820px){.premium-pricing .pricing-wrap{grid-template-columns:1fr}.premium-pricing .trust-card{min-height:0}}@media(max-width:560px){.premium-pricing .plans-track{gap:10px}.premium-pricing .plans-track .price-card{flex-basis:calc((var(--plans-viewport,100%) - (var(--plans-cols) - 1)*10px)/var(--plans-cols))}.plans-nav-btn{width:34px;height:34px}.premium-pricing .price-card,.premium-pricing .price-card.featured{min-height:0}}@media(max-width:560px){#fiyatlar .plans-slider{padding-top:14px}#fiyatlar .plans-viewport{padding-top:12px;margin-top:-12px}}.premium-about-strip{padding:34px 0 30px}.about-stat-admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.about-stat-admin-card{padding:14px;border:1px solid #dfe9f2;border-radius:13px;background:#f9fcff}.about-stat-admin-card .repeat-title{margin-bottom:10px;color:#0b63d9}.about-stat-admin-card label{display:block;margin-bottom:9px}.about-stat-admin-card input,.about-stat-admin-card select{width:100%}@media(max-width:900px){.about-stat-admin-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.premium-about-strip{padding:26px 0}.about-stat-admin-grid{grid-template-columns:1fr}}.before-reference-intro .eyebrow{color:#69b5ff;margin-bottom:7px}@media(max-width:980px){.before-reference-intro .eyebrow,.before-reference-intro h2,.before-reference-intro p{grid-column:1}}.premium-feedback{padding-top:22px!important;padding-bottom:28px!important}.premium-feedback-grid{display:grid}.review-slider{position:relative}.review-viewport{overflow:hidden}.review-track{display:flex;width:max-content;transition:transform .4s cubic-bezier(.22,.61,.36,1);will-change:transform}.premium-testimonial{flex:0 0 calc((var(--review-viewport,100%) - 24px)/3);margin:0}.premium-testimonial .person{display:flex;align-items:center;gap:9px;font-size:11px}.premium-testimonial .person>span:last-child{display:flex;flex-direction:column;line-height:1.2}.premium-testimonial .person small{margin-top:3px}.premium-testimonial .avatar{flex:0 0 32px;border-radius:50%;color:#fff;display:grid;place-items:center;font-weight:900}.premium-faq .faq-item{border-bottom:1px solid #e1eaf2}.premium-faq .faq-q{padding:14px 0;font-size:14px;line-height:1.4}.premium-faq .faq-q span:last-child{width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;border-radius:50%;background:#eef6ff;color:#0b63d9;font-size:15px}.premium-faq .faq-item.open .faq-q span:last-child{transform:none}.premium-faq .faq-a>div{padding:0 0 13px;font-size:14px;line-height:1.6}@media(max-width:1050px){.premium-testimonial{flex-basis:calc((var(--review-viewport,100%) - 12px)/2)}.premium-feedback-grid{gap:28px}}@media(max-width:820px){.premium-feedback-grid{grid-template-columns:1fr;gap:28px}.premium-testimonial{flex-basis:calc((var(--review-viewport,100%) - 12px)/2)}}@media(max-width:560px){.premium-feedback{padding-top:14px!important}.premium-panel-head h2{font-size:23px}.premium-testimonial{flex-basis:var(--review-viewport,100%);min-height:175px}.premium-testimonial p{font-size:14px;min-height:70px}.premium-faq .faq-q{font-size:13px}.premium-faq .faq-a>div{font-size:13px}}.premium-faq-list .faq-item{position:relative}.premium-faq-list .faq-q{line-height:1.35}.premium-faq-list .faq-q span:last-child{flex:0 0 24px;font-size:15px}.premium-faq-list .faq-item.open .faq-a{grid-template-rows:1fr;visibility:visible;opacity:1;transition:grid-template-rows .22s ease,opacity .18s ease}.premium-faq-list .faq-item.open .faq-a>div{max-height:300px;padding:0 0 12px!important}@media(max-width:560px){.premium-faq-list .faq-q{min-height:44px;padding:10px 0;font-size:13px}.premium-faq-list .faq-q span:last-child{width:22px;height:22px;min-width:22px;flex-basis:22px}}html{overflow-x:hidden!important}body{max-width:100%;overflow-x:hidden!important}img,svg,video,iframe{max-width:100%;height:auto}.container{width:min(var(--container),calc(100% - 40px));max-width:100%;box-sizing:border-box}.section{width:100%;box-sizing:border-box}.section-head{max-width:100%;box-sizing:border-box}button,.btn,a{touch-action:manipulation}@media(max-width:1024px){.container{width:min(100%,calc(100% - 32px))!important}}@media(max-width:820px){.container{width:calc(100% - 28px)!important}.section{padding-left:0!important;padding-right:0!important}.section-head{width:100%!important;margin-left:auto!important;margin-right:auto!important}.section-head h2,.section h2{max-width:100%!important}.hero p{max-width:100%!important}.hero-actions .btn{min-height:46px!important}.services-slider,.services-viewport,.services-track,.plans-slider,.plans-viewport,.plans-track{max-width:100%!important}.services-track,.plans-track{touch-action:pan-y!important}.services-nav,.plans-nav{display:flex!important}#fiyatlar .pricing-wrap{grid-template-columns:1fr!important}#fiyatlar .pricing-grid{grid-template-columns:1fr!important}#fiyatlar .trust-card{grid-template-columns:1fr!important}#fiyatlar .plans-track .price-card{flex-basis:100%!important}#fiyatlar .plans-viewport{width:100%!important}.premium-feedback-grid{grid-template-columns:1fr!important}.premium-faq-list .faq-q{min-width:0!important}.premium-faq-list .faq-q>span:first-child{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}}@media(max-width:600px){.container{width:calc(100% - 24px)!important}.section{padding-top:30px!important;padding-bottom:30px!important}body{font-size:16px!important;line-height:1.6!important}p{font-size:15px!important;line-height:1.6!important}h1{font-size:32px!important;line-height:1.08!important}h2,.section-head h2,.section h2{font-size:28px!important;line-height:1.14!important}h3{line-height:1.22!important}.topbar .topbar-inner{min-height:36px!important}.topbar .topbar-links{gap:0!important;overflow:hidden!important}.topbar .topbar-links>span{padding:0 6px!important;font-size:10px!important}.site-header .header-inner{width:calc(100% - 24px)!important;min-height:64px!important}.site-header .brand img{width:135px!important;max-width:135px!important}.hero p{font-size:15px!important;line-height:1.55!important}.hero-actions .btn{width:100%!important;box-sizing:border-box!important}.services-nav,.plans-nav{gap:7px!important}.services-nav-btn,.plans-nav-btn{width:34px!important;height:34px!important;min-width:34px!important}.service-card{min-width:0!important}.service-card h3{font-size:18px!important}.service-card p{font-size:15px!important}#fiyatlar{padding-top:24px!important;padding-bottom:28px!important}#fiyatlar>.container>.section-head{margin-bottom:16px!important}#fiyatlar .price-card{width:100%!important;box-sizing:border-box!important;padding:20px!important}#fiyatlar .price-card h3{font-size:20px!important}#fiyatlar .price{font-size:30px!important}#fiyatlar .price-card li{font-size:14px!important}#fiyatlar .plans-track{gap:10px!important}#fiyatlar .plans-track .price-card{flex-basis:100%!important}.premium-feedback{padding-top:20px!important}.premium-feedback-grid{gap:22px!important}.testimonial{min-width:0!important}.premium-faq-list .faq-item{width:100%!important}.premium-faq-list .faq-q{min-height:46px!important;padding:10px 0!important;font-size:14px!important}}@media(max-width:420px){.container{width:calc(100% - 20px)!important}.section-head h2,.section h2{font-size:26px!important}}@media(max-width:360px){.topbar .topbar-links>span{font-size:9px!important;padding:0 4px!important}.site-header .brand img{width:120px!important;max-width:120px!important}}@media(max-width:600px){.review-viewport{width:100%!important;overflow:hidden!important;touch-action:pan-y!important}.review-track{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;gap:10px!important;transition:transform .28s ease!important;touch-action:pan-y!important}.premium-testimonial{flex:0 0 calc(100vw - 34px)!important;width:calc(100vw - 34px)!important;min-width:calc(100vw - 34px)!important;max-width:calc(100vw - 34px)!important;box-sizing:border-box!important}}@media(max-width:600px){.before-reference-cards .ba-range{touch-action:none!important}}.site-footer{z-index:2}.dt-footer-main{background:#031d3c}.dt-footer-grid{padding:42px 0 30px}.dt-footer-col{border-right:1px solid rgb(147 188 225 / .22)}.dt-footer-col:last-child{border-right:0}.dt-footer-logo{display:block}.dt-footer-contact-icon{width:56px;height:56px;min-width:56px;border:1px solid #087ed7;border-radius:50%;display:grid;place-items:center;color:#159cff;background:rgb(0 73 135 / .1)}.dt-footer-round-icon .detay-icon,.dt-footer-contact-icon .detay-icon{width:28px;height:28px}.dt-footer-contact-item strong{display:block;color:#fff;font-size:14px;line-height:1.35}.dt-footer-contact-item small{display:block;color:#a8bfd8;font-size:11px;line-height:1.35;margin-top:2px}.dt-footer-col h3{color:#fff}.dt-footer-links{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:13px}.dt-footer-links li{padding:0}.dt-footer-links a{text-decoration:none}.dt-footer-contact{margin-top:18px}.dt-footer-contact-item{text-decoration:none}.dt-footer-contact-icon{min-width:44px}.dt-footer-contact-item strong{overflow-wrap:anywhere;word-break:break-word}.dt-footer-contact-item:hover strong{color:#159cff}.dt-footer-google-card{height:190px}.dt-footer-google-link{right:15px;top:14px;text-decoration:none}.dt-footer-social a{text-decoration:none}.dt-footer-social a:hover{color:#159cff}.dt-footer-legal{align-items:center;justify-content:center;white-space:nowrap}.dt-footer-legal a{text-decoration:none}.dt-footer-legal i{width:1px;height:18px;background:rgb(147 188 225 / .3)}.dt-footer-ssl strong{display:block;color:#fff}.dt-footer-ssl small{display:block;margin-top:3px}@media(max-width:1200px){.dt-footer-grid{grid-template-columns:repeat(3,1fr);gap:34px}.dt-footer-col{border-right:0;padding:0}.dt-footer-col:nth-child(-n+3){border-bottom:1px solid rgb(147 188 225 / .18);padding-bottom:30px}.dt-footer-bottom-inner{grid-template-columns:auto 1fr;gap:20px}.dt-footer-legal{justify-content:flex-end}.dt-footer-ssl{justify-self:end}}@media(max-width:760px){.dt-footer-grid{grid-template-columns:1fr;padding:0 0 0;gap:28px}.dt-footer-col,.dt-footer-col:nth-child(-n+3){border-bottom:1px solid rgb(147 188 225 / .18);padding:0 0 28px}.dt-footer-col:last-child{border-bottom:0}.dt-footer-logo{width:240px}.dt-footer-description{font-size:14px}.dt-footer-google-card{height:270px}.dt-footer-bottom-inner{grid-template-columns:1fr;padding:25px 18px 28px;text-align:center;gap:18px}.dt-footer-social,.dt-footer-legal,.dt-footer-ssl{justify-content:center;justify-self:center;flex-wrap:wrap}.dt-footer-copy{order:2}.dt-footer-legal{order:3}.dt-footer-social{order:1}.dt-footer-ssl{order:4}}.dt-footer-grid>.dt-footer-col{min-width:0;overflow:hidden}.dt-footer-contact-item>span:last-child{min-width:0;max-width:100%}.dt-footer-contact-item strong,.dt-footer-contact-item small{max-width:100%}.dt-footer-google-col{min-width:0;overflow:hidden}.dt-footer-google-card{max-width:100%}@media(min-width:761px){.dt-footer-grid{align-items:start}.dt-footer-col{min-width:0}}#fiyatlar>.container>.pricing-section-head{position:relative;grid-template-columns:minmax(0,1fr) minmax(260px,.65fr);box-sizing:border-box;text-align:left!important}#fiyatlar>.container>.pricing-section-head::before{content:"";position:absolute;left:28px;top:30px;width:32px;height:96px;background-image:radial-gradient(circle,#b8d8ff 2px,transparent 2.6px);background-size:10px 10px;opacity:.95}#fiyatlar>.container>.pricing-section-head .pricing-head-copy{position:relative;z-index:2;grid-column:1}#fiyatlar>.container>.pricing-section-head .eyebrow{display:block}#fiyatlar>.container>.pricing-section-head .pricing-head-guarantee{grid-column:2;position:relative;z-index:2;min-width:0}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon svg{display:block}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-text{display:flex;flex-direction:column;gap:4px}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-text strong{font-weight:900}@media(max-width:900px){#fiyatlar>.container>.pricing-section-head{grid-template-columns:1fr 1.1fr;gap:24px;padding:24px 28px 24px 70px}#fiyatlar>.container>.pricing-section-head .pricing-head-guarantee{grid-column:2;justify-content:flex-start}}@media(max-width:560px){#fiyatlar>.container>.pricing-section-head{display:block;padding:22px 20px 22px 52px;min-height:0;margin-bottom:20px!important;border-radius:14px}#fiyatlar>.container>.pricing-section-head::before{left:17px;top:23px;width:22px;height:70px;background-size:8px 8px}#fiyatlar>.container>.pricing-section-head .eyebrow{font-size:13px;margin-bottom:7px}#fiyatlar>.container>.pricing-section-head .pricing-head-guarantee{margin-top:18px;justify-content:flex-start;gap:12px}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon{flex-basis:54px;width:50px;height:50px}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon svg{width:46px;height:46px}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-text{font-size:11px;max-width:none}}@media(max-width:560px){#fiyatlar>.container>.pricing-section-head{padding:18px 16px 18px 48px;margin-bottom:16px!important}#fiyatlar>.container>.pricing-section-head .pricing-head-guarantee{margin-top:14px}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon{width:48px;height:48px;flex-basis:48px}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon svg{width:42px;height:42px}}#fiyatlar>.container>.pricing-section-head{border-color:#fff0}#fiyatlar.premium-pricing{padding-top:26px;padding-bottom:30px}#fiyatlar.premium-pricing>.container{margin-left:auto;margin-right:auto}#fiyatlar .pricing-section-head .pricing-head-description{margin-top:7px}#fiyatlar .pricing-section-head .pricing-guarantee-icon{width:52px;height:52px;flex-basis:52px}#fiyatlar .pricing-section-head .pricing-guarantee-icon svg{width:45px;height:45px}@media(max-width:760px){#fiyatlar.premium-pricing{width:calc(100% - 20px);padding-top:18px;padding-bottom:22px;border-radius:16px}#fiyatlar.premium-pricing>.container{max-width:none}#fiyatlar>.container>.pricing-section-head{padding-top:14px;padding-bottom:14px;margin-bottom:14px!important}}#fiyatlar .trust-card{height:100%;min-height:0;box-sizing:border-box;padding:22px 22px;border-radius:18px;flex-direction:column;justify-content:flex-start;overflow:hidden}#fiyatlar .trust-card h3{margin:0 0 14px;font-size:clamp(21px,2vw,28px);line-height:1.08}#fiyatlar .trust-card .trust-item{padding:10px 0;gap:10px}#fiyatlar .trust-card .trust-item:first-of-type{padding-top:4px}#fiyatlar .trust-card .trust-item:last-child{padding-bottom:4px}#fiyatlar .trust-card .trust-item h4,#fiyatlar .trust-card .trust-item strong{font-size:13px;line-height:1.25;margin-bottom:3px}#fiyatlar .trust-card .trust-item p{font-size:11px;line-height:1.35;margin:0}#fiyatlar .trust-card .trust-item-icon{width:40px;height:40px;min-width:40px}#fiyatlar .trust-card .trust-item-icon svg{width:20px;height:20px}@media(max-width:760px){#fiyatlar .trust-card{height:auto;padding:18px}}@media(max-width:760px){.hero,.hero-section,#hero{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}}@media(max-width:760px){.hero>.container,.hero-section>.container,#hero>.container{width:calc(100% - 30px);max-width:none}}.hero #hero{width:100vw!important;max-width:none!important;margin-left:50%!important;margin-right:0!important;transform:translateX(-50%)!important;box-sizing:border-box!important}.hero>.container,.hero-section>.container,#hero>.container{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}@media(max-width:760px){.hero>.container,.hero-section>.container,#hero>.container{width:calc(100% - 30px)!important;max-width:none!important}}.hero #hero{border-radius:0!important}.about-page-premium .section{padding-top:42px;padding-bottom:42px}.about-page-premium .eyebrow{font-size:9px!important;line-height:1.2!important;font-weight:900!important;color:var(--about-blue)!important}.about-page-premium .about-team .section-head{margin-bottom:20px!important}.about-page-premium .about-team .section-head h2{font-size:clamp(28px,3vw,40px)!important;line-height:1.05!important;margin:5px 0 7px!important}.about-page-premium .about-team .section-head p{font-size:11px!important;line-height:1.5!important;max-width:600px!important;margin-left:auto!important;margin-right:auto!important}.about-page-premium .section-head{margin-top:0!important}@media(max-width:760px){.about-page-premium .section{padding-top:30px!important;padding-bottom:30px!important}}.about-page-premium .container{max-width:1200px}.about-page-premium .dt-about-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:900;letter-spacing:.12em;color:var(--ab-blue);line-height:1.2}.about-page-premium .dt-about-eyebrow:before{content:"";width:24px;height:2px;background:var(--ab-blue);display:block}.about-page-premium .dt-about-titlebar .container{height:100%}.about-page-premium .dt-about-trust{margin-top:-1px;padding:0 0 25px}.about-page-premium .dt-about-trust-grid{display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border:1px solid var(--ab-border);border-radius:16px;box-shadow:0 15px 40px rgb(10 52 98 / .08);overflow:hidden}.about-page-premium .dt-about-trust-item{position:relative;padding:22px 14px 19px;text-align:center}.about-page-premium .dt-about-trust-item:not(:last-child):after{content:"";position:absolute;right:0;top:23px;bottom:23px;width:1px;background:var(--ab-border)}.about-page-premium .dt-about-trust-item>span,.about-page-premium .dt-about-stat>span,.about-page-premium .dt-about-principle>span{display:flex;align-items:center;justify-content:center;color:var(--ab-blue)}.about-page-premium .dt-about-trust-item>span{width:46px;height:46px;margin:0 auto 10px;border-radius:50%;background:#eef6ff;border:1px solid #d7eaff}.about-page-premium .dt-about-trust-item strong{display:block;font-size:11px;color:var(--ab-navy);line-height:1.3}.about-page-premium .dt-about-trust-item p{margin:6px auto 0;max-width:145px;font-size:9px;line-height:1.55;color:var(--ab-muted)}.about-page-premium .dt-about-stats{padding:0 0 40px}.about-page-premium .dt-about-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);background:linear-gradient(105deg,#0642ad,#0875ed);border-radius:14px;box-shadow:0 15px 32px rgb(7 78 175 / .16);overflow:hidden}.about-page-premium .dt-about-stat{display:flex;align-items:center;gap:12px;padding:16px 19px;color:#fff;position:relative}.about-page-premium .dt-about-stat:not(:last-child):after{content:"";position:absolute;right:0;top:16px;bottom:16px;width:1px;background:rgb(255 255 255 / .22)}.about-page-premium .dt-about-stat>span{width:42px;height:42px;border-radius:11px;background:rgb(255 255 255 / .12);color:#fff;flex:0 0 42px}.about-page-premium .dt-about-stat strong{display:block;font-size:18px;line-height:1.1;font-weight:900}.about-page-premium .dt-about-stat small{display:block;margin-top:3px;font-size:8px;color:rgb(255 255 255 / .78)}.about-page-premium .dt-about-story{padding:10px 0 30px}.about-page-premium .dt-about-story-copy h2{margin:8px 0 13px;color:var(--ab-navy);font-size:clamp(29px,3.2vw,43px);line-height:1.03;letter-spacing:-.045em}.about-page-premium .dt-about-story-copy>p{margin:0 0 8px;color:var(--ab-muted);font-size:12px;line-height:1.65}.about-page-premium .dt-about-story-visual{position:relative}.about-page-premium .dt-about-story-visual>img{width:100%;height:330px;display:block;object-fit:cover;border-radius:20px;box-shadow:0 20px 45px rgb(6 47 94 / .12)}.about-page-premium .dt-about-principles{padding:48px 0 42px}.about-page-premium .dt-about-principles-grid{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ab-soft);border:1px solid var(--ab-border);border-radius:16px;overflow:hidden}.about-page-premium .dt-about-principle{display:grid;grid-template-columns:48px 1fr;gap:13px;padding:20px 22px;position:relative}.about-page-premium .dt-about-principle:not(:last-child):after{content:"";position:absolute;right:0;top:20px;bottom:20px;width:1px;background:var(--ab-border)}.about-page-premium .dt-about-principle>span{width:48px;height:48px;border-radius:13px;background:#fff;border:1px solid #d8e9fa;box-shadow:0 6px 18px rgb(8 62 125 / .05)}.about-page-premium .dt-about-principle small{font-size:8px;letter-spacing:.08em;color:var(--ab-blue);font-weight:900}.about-page-premium .dt-about-principle h3{margin:3px 0 4px;color:var(--ab-navy);font-size:12px}.about-page-premium .dt-about-principle p{margin:0;color:var(--ab-muted);font-size:9px;line-height:1.5}.about-page-premium .dt-about-team{padding:42px 0 45px}.about-page-premium .dt-about-section-head{text-align:center;max-width:700px;margin:0 auto 22px}.about-page-premium .dt-about-section-head .dt-about-eyebrow{justify-content:center}.about-page-premium .dt-about-section-head h2{margin:7px 0 7px;color:var(--ab-navy);font-size:clamp(29px,3vw,40px);line-height:1.05;letter-spacing:-.045em}.about-page-premium .dt-about-section-head p{margin:0;color:var(--ab-muted);font-size:11px;line-height:1.55}.about-page-premium .dt-about-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.about-page-premium .dt-about-team-card{padding:18px 17px;border:1px solid var(--ab-border);border-radius:14px;background:#fff;box-shadow:0 9px 28px rgb(9 53 102 / .05);transition:transform .2s ease,box-shadow .2s ease}.about-page-premium .dt-about-team-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgb(9 53 102 / .10)}.about-page-premium .dt-about-team-card>span{display:flex;align-items:center;justify-content:center;width:39px;height:39px;border-radius:10px;background:#edf6ff;color:var(--ab-blue);margin-bottom:11px}.about-page-premium .dt-about-team-card strong{display:block;color:var(--ab-navy);font-size:11px}.about-page-premium .dt-about-team-card p{margin:4px 0 0;color:var(--ab-muted);font-size:9px;line-height:1.5}@media(max-width:900px){.about-page-premium .dt-about-trust-grid{grid-template-columns:repeat(3,1fr)}.about-page-premium .dt-about-trust-item:nth-child(3):after{display:none}.about-page-premium .dt-about-stats-grid{grid-template-columns:repeat(3,1fr)}.about-page-premium .dt-about-stat:nth-child(3):after{display:none}.about-page-premium .dt-about-principles-grid{grid-template-columns:1fr}.about-page-premium .dt-about-principle:not(:last-child):after{left:20px;right:20px;top:auto;bottom:0;width:auto;height:1px}}@media(max-width:760px){.about-page-premium .container{width:calc(100% - 28px)}.about-page-premium .dt-about-trust{padding-bottom:18px}.about-page-premium .dt-about-trust-grid{grid-template-columns:repeat(2,1fr);border-radius:13px}.about-page-premium .dt-about-trust-item{padding:17px 10px}.about-page-premium .dt-about-trust-item:nth-child(2n):after{display:none}.about-page-premium .dt-about-trust-item:nth-child(3):after{display:block}.about-page-premium .dt-about-trust-item strong{font-size:10px}.about-page-premium .dt-about-stats{padding-bottom:25px}.about-page-premium .dt-about-stats-grid{grid-template-columns:repeat(2,1fr)}.about-page-premium .dt-about-stat{padding:13px 12px}.about-page-premium .dt-about-stat:nth-child(2n):after{display:none}.about-page-premium .dt-about-story-copy h2{font-size:30px}.about-page-premium .dt-about-story-visual>img{height:250px}.about-page-premium .dt-about-principles{padding:35px 0}.about-page-premium .dt-about-team-grid{grid-template-columns:repeat(2,1fr)}.about-page-premium .dt-about-team{padding:34px 0}}.about-page-premium .dt-about-principles-grid .dt-about-principle p{margin:0!important;color:#71869b!important;font-size:15px!important;line-height:1.45!important}@media (max-width:760px){.about-page-premium .dt-about-principles-grid .dt-about-principle p{font-size:14px!important;line-height:1.45!important}}html,body,button,input,select,textarea,body *,body *::before,body *::after{font-family:"Inter",Arial,Helvetica,sans-serif!important}.container .wrap main>.container section>.container footer>.container header>.container{width:min(1180px,calc(100% - 40px));max-width:1180px;margin-left:auto;margin-right:auto}@media (max-width:760px){.container,.site-container,.content-container,.inner-container,.page-container,.wrap,main>.container,section>.container,footer>.container,header>.container{width:calc(100% - 28px);max-width:none}}#fiyatlar>.container>.pricing-section-head h1,#fiyatlar>.container>.pricing-section-head h2,#fiyatlar>.container>.pricing-section-head h3,#fiyatlar>.container>.pricing-section-head .pricing-title{white-space:nowrap}.dt-blog-page{font-family:inherit;color:#18324d;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.dt-blog-page .dt-blog-card-body{padding:20px 20px 18px}.dt-blog-page .dt-blog-category{font-size:12px;font-weight:800;line-height:1.3;letter-spacing:0}.dt-blog-page .dt-blog-card h2,.dt-blog-page .dt-blog-card h2 a{font-size:20px;font-weight:750;line-height:1.3;letter-spacing:0;color:#17334f}.dt-blog-page .dt-blog-card p{font-size:15px;font-weight:450;line-height:1.6;letter-spacing:0;color:#53677d}.dt-blog-page .dt-blog-card-footer{font-size:13px;line-height:1.45}.dt-blog-page .dt-blog-card-footer a{font-weight:750}.dt-blog-page .dt-blog-search label,.dt-blog-page .dt-blog-search input{font-size:14px;line-height:1.5}.dt-blog-page .dt-blog-side-card h2{font-weight:750;letter-spacing:0}.dt-blog-page .dt-blog-side-card li,.dt-blog-page .dt-blog-side-card a{font-size:14px;line-height:1.5}.dt-blog-page .dt-blog-popular-item .copy strong{font-size:14px;font-weight:700;line-height:1.4;letter-spacing:0}.dt-blog-page .dt-blog-popular-item .copy small{font-size:12px;line-height:1.4}.dt-blog-page .dt-blog-newsletter strong{font-size:19px;font-weight:750;line-height:1.35;letter-spacing:0}.dt-blog-page .dt-blog-newsletter p{font-size:14px;line-height:1.55;color:#53677d}.dt-blog-page .dt-blog-newsletter input,.dt-blog-page .dt-blog-newsletter button{font-size:14px;line-height:1.4}@media(max-width:768px){.dt-blog-page .dt-blog-card h2,.dt-blog-page .dt-blog-card h2 a{font-size:19px}.dt-blog-page .dt-blog-card p{font-size:14px}.dt-blog-page .dt-blog-newsletter strong{font-size:18px}}.dt-blog-page .dt-blog-layout{grid-template-columns:minmax(0,1fr) 300px!important}@media (max-width:980px){.dt-blog-page .dt-blog-layout{grid-template-columns:minmax(0,1fr)!important}}.dt-single-page{color:#17365d;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.dt-single-section{padding:34px 0 48px}.dt-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px;align-items:start}.dt-single-article{min-width:0}.dt-single-meta{display:flex;flex-wrap:wrap;gap:18px 26px;padding:0 4px 20px;color:#526b86;font-size:13px;line-height:1.5}.dt-single-meta span{display:inline-flex;align-items:center;gap:7px}.dt-single-meta svg{width:16px;height:16px;color:#0868e8}.dt-single-featured{margin:0 0 24px;border-radius:10px;overflow:hidden;background:#edf4fb}.dt-single-featured img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}.dt-single-content{font-size:16px;line-height:1.8;color:#274664}.dt-single-content p{margin:0 0 18px}.dt-single-content h2{margin:18px 0 18px;font-size:30px;line-height:1.2;color:#082f66;font-weight:800;letter-spacing:-.025em}.dt-single-content h3{margin:24px 0 8px;font-size:19px;line-height:1.35;color:#12375f;font-weight:750}.dt-single-content ul,.dt-single-content ol{padding-left:24px;margin:0 0 20px}.dt-single-content li{margin-bottom:8px}.dt-single-content a{color:#0868e8;text-decoration:underline;text-underline-offset:2px}.dt-single-content blockquote{margin:24px 0;padding:18px 22px;border-left:4px solid #0874ee;background:#f1f7ff;border-radius:0 10px 10px 0;color:#21476f;font-size:17px;line-height:1.65}.dt-single-content img{max-width:100%;height:auto;border-radius:10px}.dt-single-share strong{color:#15375d}.dt-single-share>div{display:flex;gap:8px}.dt-single-share a{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#0873ea;color:#fff;text-decoration:none;font-weight:800;font-size:13px}.dt-single-post-nav{display:grid;grid-template-columns:1fr 1fr;border:1px solid #e1eaf4;border-radius:12px;overflow:hidden}.dt-single-post-nav>div{min-height:88px;padding:17px 20px}.dt-single-post-nav>div+div{border-left:1px solid #e1eaf4;text-align:right}.dt-single-post-nav a{text-decoration:none;color:#17365d;display:block}.dt-single-post-nav span{display:block;color:#0868e8;font-size:10px;font-weight:800;margin-bottom:6px}.dt-single-post-nav strong{font-size:14px;line-height:1.4}.dt-single-sidebar{width:300px;max-width:300px;min-width:300px;display:flex;flex-direction:column;gap:16px}.dt-single-popular-item .num{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#086ce9;color:#fff;font-size:11px;font-weight:800}.dt-single-popular-item .thumb{width:58px;height:58px;border-radius:7px;overflow:hidden;background:#edf3f8}.dt-single-popular-item .thumb img{width:100%;height:100%;object-fit:cover}.dt-single-popular-item .copy strong{display:block;font-size:12px;line-height:1.4}.dt-single-popular-item .copy small{display:block;margin-top:4px;color:#70849a;font-size:10px}@media(max-width:980px){.dt-single-layout{grid-template-columns:minmax(0,1fr)}.dt-single-sidebar{width:100%;max-width:none;min-width:0}}@media(max-width:640px){.dt-single-section{padding:24px 0 35px}.dt-single-meta{gap:10px 15px;font-size:12px}.dt-single-content{font-size:15px;line-height:1.75}.dt-single-content h2{font-size:21px}.dt-single-content blockquote{font-size:15px;padding:15px 17px}.dt-single-post-nav{grid-template-columns:1fr}.dt-single-post-nav>div+div{border-left:0;border-top:1px solid #e1eaf4;text-align:left}}.dt-single-post{width:100%}@media (min-width:981px){.dt-single-page .dt-single-section{overflow:visible!important}.dt-single-page .dt-single-section>.container{overflow:visible!important}.dt-single-page .dt-single-layout{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:30px!important;align-items:start!important;overflow:visible!important}.dt-single-page .dt-single-article{min-width:0!important;overflow:visible!important}.dt-single-page .dt-single-sidebar{position:absolute!important;top:24px!important;right:0!important;width:300px!important;min-width:300px!important;max-width:300px!important;height:max-content!important;align-self:start!important;z-index:3!important;box-sizing:border-box!important;margin:0!important}.dt-single-page .dt-single-sidebar.dt-single-sidebar-following{position:absolute!important}.dt-single-page .dt-single-section~*{position:relative;z-index:10}}@media(max-width:980px){.dt-single-page .dt-single-sidebar{position:static!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;margin:0!important}}.dt-area-single-page{background:#fff}.dt-area-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.55fr);align-items:start}.dt-area-article{min-width:0}.dt-area-content{color:#3e5871}.dt-area-content h2,.dt-area-content h3{color:var(--navy);line-height:1.25;letter-spacing:-.02em}.dt-area-content p{margin:0 0 19px}.dt-area-content ul,.dt-area-content ol{padding-left:22px}.dt-area-sidebar{position:sticky;top:25px}.dt-area-side-card{background:#fff;border:1px solid #e0e9f2;box-shadow:0 12px 35px rgb(7 43 95 / .07)}.dt-area-side-card h2{color:var(--navy);line-height:1.25}.dt-area-services-card .btn{width:100%;justify-content:center}.dt-area-contact-head{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:13px;margin-bottom:15px}.dt-area-contact-head-copy{min-width:0}.dt-area-contact-head-copy h2{margin:0!important}.dt-area-contact-card{background:linear-gradient(145deg,#062c63,#0c5fd0);border-color:#fff0;color:#fff}.dt-area-contact-card h2{color:#fff}.dt-area-contact-card p{font-size:13px;line-height:1.65;color:#d9e9fa}.dt-area-contact-card>a{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;border-radius:10px;background:#fff;color:#0a55b7;font-size:13px;font-weight:900;margin-top:10px}.dt-area-contact-card>a svg{width:17px;height:17px}.dt-area-contact-card>a.whatsapp{background:#25b84b;color:#fff}@media(max-width:900px){.dt-area-sidebar{position:static}}@media(max-width:600px){.dt-area-single-section{padding-top:35px}.dt-area-content{font-size:16px}.dt-area-content h2{font-size:25px}}.dt-area-single-section{padding-top:40px}.dt-area-layout{gap:26px}.dt-area-content{font-size:16px;line-height:1.78}.dt-area-content h2{font-size:27px;margin:29px 0 11px}.dt-area-content h3{font-size:20px;margin:23px 0 9px}.dt-area-side-card{padding:19px;border-radius:16px;margin-bottom:14px}.dt-area-side-card h2{font-size:21px;margin:6px 0 14px}@media(max-width:980px){.dt-area-single-section{padding-top:30px}}.area-repeat-row{display:flex;align-items:flex-start;gap:12px}.area-repeat-fields{display:grid;grid-template-columns:minmax(180px,1fr) minmax(260px,1.4fr);gap:12px;flex:1}.area-repeat-fields label{display:block;font-weight:600}.area-repeat-fields input{display:block;width:100%;margin-top:6px}@media(max-width:760px){.area-repeat-fields{grid-template-columns:1fr}.area-repeat-row{align-items:stretch}}.dt-service-single{background:#fff;color:#122a4a}.dt-breadcrumb-sep{color:#9aaabc;font-size:17px}.dt-service-content-section{padding-top:20px}.dt-service-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(295px,.72fr);gap:28px;align-items:start}.dt-service-main{min-width:0}.dt-service-content-card{background:#fff;border:1px solid #e2eaf2;border-radius:16px;box-shadow:0 8px 28px rgb(7 43 95 / .05);padding:26px 28px}.dt-section-heading{display:flex;align-items:center;gap:9px}.dt-section-heading h2{font-size:23px;line-height:1.25;letter-spacing:-.025em;color:var(--navy);margin:0}.dt-heading-line{width:26px;height:3px;border-radius:3px;background:#1766d2;display:block;flex:0 0 26px}.dt-service-content p{margin:0 0 16px}.dt-service-content h2,.dt-service-content h3{color:var(--navy);line-height:1.3}.dt-service-content h2{font-size:25px;margin:30px 0 10px}.dt-service-content h3{font-size:20px;margin:24px 0 8px}.dt-service-content ul,.dt-service-content ol{padding-left:22px}.dt-service-content img{max-width:100%;height:auto;border-radius:13px}.dt-service-faq{margin-top:31px}.dt-faq-list{margin-top:14px;border-top:1px solid #e8eef4}.dt-faq-list details{border-bottom:1px solid #e8eef4}.dt-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:15px;cursor:pointer;list-style:none;padding:14px 2px;font-size:14px;font-weight:800;color:#193554}.dt-faq-list summary::-webkit-details-marker{display:none}.dt-faq-list summary span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#edf5ff;color:#1264d2;font-size:17px;flex:0 0 24px}.dt-faq-list details[open] summary span{transform:rotate(45deg)}.dt-faq-list details>div{font-size:12px;line-height:1.7;color:#536a80;padding:0 28px 14px 2px}.dt-faq-list details>div p{margin:0 0 8px}.dt-service-sidebar{position:sticky;top:22px}.dt-service-side-card{background:#fff;border:1px solid #e2eaf2;border-radius:16px;box-shadow:0 8px 25px rgb(7 43 95 / .05);padding:23px;margin-bottom:17px}.dt-service-side-card .dt-section-heading h2{font-size:20px;line-height:1.3}.dt-service-info{margin:14px 0 0}.dt-service-info>div{display:grid;grid-template-columns:34px 1fr auto;gap:8px;align-items:center;padding:11px 0;border-bottom:1px solid #edf2f6}.dt-service-info>div:last-child{border-bottom:0}.dt-service-info>div>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#f0f6ff;color:#1264d1}.dt-service-info svg{width:17px;height:17px}.dt-service-info dt{font-size:13px;line-height:1.4;font-weight:800;color:#183555}.dt-service-info dd{font-size:12px;line-height:1.45;color:#5f7287;margin:0;text-align:right;max-width:125px;font-weight:650}.dt-related-services ul{list-style:none;padding:0;margin:12px 0 0}.dt-related-services li+li{border-top:1px solid #edf2f6}.dt-related-services a{display:grid;grid-template-columns:42px 1fr 14px;gap:9px;align-items:center;padding:9px 0;text-decoration:none;color:inherit}.dt-related-thumb{width:42px;height:42px;border-radius:8px;overflow:hidden;background:#edf5fc;display:grid;place-items:center;color:#1264d2}.dt-related-thumb img{width:100%;height:100%;object-fit:cover}.dt-related-thumb svg{width:18px;height:18px}.dt-related-services strong{font-size:13px;line-height:1.4;color:#243e5a;font-weight:800}.dt-related-arrow{font-size:19px;color:#1765cf}.dt-service-offer-card{background:linear-gradient(145deg,#062b62,#0b5dcc);border-radius:16px;padding:25px;color:#fff;box-shadow:0 13px 30px rgb(6 55 125 / .16);overflow:hidden;position:relative}.dt-service-offer-card:after{content:"☎";position:absolute;right:-10px;bottom:-20px;font-size:105px;line-height:1;color:rgb(255 255 255 / .07);font-weight:900}.dt-service-offer-head{display:grid;grid-template-columns:43px 1fr;align-items:center;gap:13px;margin-bottom:13px;position:relative;z-index:1}.dt-service-offer-icon{width:43px;height:43px;border-radius:12px;background:rgb(255 255 255 / .13);display:grid;place-items:center;margin:0}.dt-service-offer-icon svg{width:21px;height:21px}.dt-service-offer-card h2{font-size:23px;line-height:1.2;color:#fff;margin:0}.dt-service-offer-card p{font-size:13px;line-height:1.65;color:#dceafb;margin:0 0 17px;position:relative;z-index:1}.dt-service-offer-card>a{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;background:#fff;color:#0a57bb;border-radius:9px;font-size:12px;font-weight:900;text-decoration:none}.dt-service-offer-card>a span{font-size:16px}@media(max-width:980px){.dt-service-layout{grid-template-columns:1fr}.dt-service-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:17px}.dt-service-sidebar .dt-service-offer-card{grid-column:1/-1}}@media(max-width:720px){.dt-service-content-card{padding:21px 18px}.dt-service-sidebar{grid-template-columns:1fr}.dt-service-sidebar .dt-service-offer-card{grid-column:auto}}@media(max-width:480px){.dt-section-heading h2{font-size:21px}.dt-service-info>div{grid-template-columns:32px 1fr}.dt-service-info dd{text-align:left;grid-column:2;max-width:none}}.dt-service-single{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.dt-service-single .dt-service-content-section{padding-top:16px}.dt-service-single .dt-service-content-card{padding:26px 28px}.dt-service-single .dt-service-content{font-size:16px;line-height:1.8;color:#405a72}.dt-service-single .dt-service-content p{margin-bottom:16px}.dt-service-single .dt-section-heading h2{font-size:22px;line-height:1.3}.dt-service-single .dt-scope-grid li{font-size:14px;line-height:1.55}.dt-service-single .dt-benefit strong{font-size:13px}.dt-service-single .dt-benefit p{font-size:11px;line-height:1.55}.dt-service-single .dt-service-sidebar{gap:16px}.dt-service-single .dt-service-side-card{padding:22px}.dt-service-single .dt-service-offer-card{padding:24px}@media (max-width:560px){.dt-service-single .dt-service-content-card{padding:21px 18px}}.dt-service-single .dt-whatsapp-icon{display:inline-flex;width:24px;height:24px;flex:0 0 24px}.dt-service-single .dt-whatsapp-icon svg{width:100%;height:100%;fill:currentColor}.dt-service-single .dt-whatsapp-arrow{font-size:18px;line-height:1;margin-left:2px}.dt-service-single .dt-offer-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;padding:0 16px;border-radius:9px;background:#25D366;color:#fff;font-weight:800;text-decoration:none;box-shadow:0 8px 18px rgb(37 211 102 / .18)}.dt-service-single .dt-offer-whatsapp:hover{background:#20bd5a;color:#fff}.dt-service-single .dt-offer-whatsapp .dt-whatsapp-icon{width:20px;height:20px;flex-basis:20px}@media (min-width:768px){.dt-scope-grid.is-expanded ul li:nth-child(n+11){display:flex}}@media (max-width:767px){.dt-scope-grid.is-expanded ul li:nth-child(n+6){display:flex}}@media (max-width:760px){#fiyatlar.premium-pricing{width:calc(100% - 20px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;padding:16px 10px 20px!important;border-radius:15px!important;overflow:hidden!important;box-sizing:border-box!important}#fiyatlar.premium-pricing>.container{width:100%!important;max-width:none!important;padding:0!important;margin:0!important;box-sizing:border-box!important}#fiyatlar>.container>.pricing-section-head{display:block!important;width:100%!important;min-width:0!important;min-height:0!important;margin:0 0 14px!important;padding:14px 12px!important;border-radius:12px!important;box-sizing:border-box!important;overflow:hidden!important}#fiyatlar>.container>.pricing-section-head::before{display:none!important}#fiyatlar>.container>.pricing-section-head .pricing-head-copy{width:100%!important;min-width:0!important}#fiyatlar>.container>.pricing-section-head .eyebrow{font-size:11px!important;line-height:1.25!important;margin:0 0 5px!important}#fiyatlar>.container>.pricing-section-head h1,#fiyatlar>.container>.pricing-section-head h2,#fiyatlar>.container>.pricing-section-head h3,#fiyatlar>.container>.pricing-section-head .pricing-title{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;width:100%!important;max-width:100%!important;font-size:27px!important;line-height:1.12!important;margin:0!important}#fiyatlar>.container>.pricing-section-head .pricing-head-description{width:100%!important;max-width:100%!important;margin:7px 0 0!important;font-size:13.5px!important;line-height:1.48!important;overflow-wrap:anywhere!important}#fiyatlar>.container>.pricing-section-head .pricing-head-guarantee{width:100%!important;max-width:100%!important;margin:12px 0 0!important;padding:9px 0 0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;box-sizing:border-box!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon{flex:0 0 44px!important;width:44px!important;height:44px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon svg{width:38px!important;height:38px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-text{min-width:0!important;max-width:none!important;font-size:11px!important;line-height:1.3!important;overflow-wrap:anywhere!important}#fiyatlar .pricing-wrap{width:100%!important;min-width:0!important;box-sizing:border-box!important}#fiyatlar .plans-slider,#fiyatlar .plans-viewport,#fiyatlar .plans-track{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}}@media (max-width:390px){#fiyatlar.premium-pricing{padding-left:8px!important;padding-right:8px!important}#fiyatlar>.container>.pricing-section-head{padding:12px 10px!important}#fiyatlar>.container>.pricing-section-head h2{font-size:24px!important}#fiyatlar>.container>.pricing-section-head .pricing-head-description{font-size:13px!important}}@media (max-width:820px){.premium-faq,.premium-faq-list,.premium-faq-list .faq-item,.premium-faq-list .faq-q,.premium-faq-list .faq-a,.premium-faq-list .faq-a>div{max-width:100%;min-width:0;box-sizing:border-box}.premium-faq-list .faq-q{width:100%;min-height:0;height:auto;align-items:flex-start;gap:10px;padding:13px 0;white-space:normal;overflow:visible}.premium-faq-list .faq-q>span:first-child{flex:1 1 auto;min-width:0;width:auto;padding-right:0;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;word-break:normal}.premium-faq-list .faq-q>span:last-child{flex:0 0 22px;margin-left:auto}}@media (max-width:560px){.premium-faq .premium-panel-head h2{font-size:23px;line-height:1.15}.premium-faq-list .faq-q{padding:12px 0;font-size:14px;line-height:1.4}.premium-faq-list .faq-q>span:first-child{font-size:14px;line-height:1.4}}@media (max-width:820px){.premium-faq,.premium-faq-list,.premium-faq-list .faq-item,.premium-faq-list .faq-q,.premium-faq-list .faq-a,.premium-faq-list .faq-a>div{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.premium-faq-list .faq-q{display:flex!important;flex-wrap:nowrap!important;align-items:flex-start!important;justify-content:space-between!important;overflow:visible!important}.premium-faq-list .faq-q>span:first-child{flex:1 1 auto!important;min-width:0!important;max-width:calc(100% - 34px)!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:break-word!important}.premium-faq-list .faq-q>span:last-child{flex:0 0 22px!important;width:22px!important;min-width:22px!important;margin-left:10px!important}}@media (max-width:560px){.premium-faq .premium-panel-head h2{max-width:100%!important;overflow-wrap:anywhere!important}.premium-faq-list .faq-q{padding:11px 0!important}.premium-faq-list .faq-q>span:first-child{font-size:13px!important;line-height:1.45!important;max-width:calc(100% - 32px)!important}}@media (max-width:820px){.premium-faq-list .faq-item.open .faq-a{display:block!important;max-height:1200px!important;overflow:hidden!important}.premium-faq-list .faq-q{width:100%!important;max-width:100%!important;box-sizing:border-box!important}}@media (max-width:820px){.premium-faq,.premium-faq-list,.premium-faq-list .faq-item,.premium-faq-list .faq-q,.premium-faq-list .faq-a,.premium-faq-list .faq-a>div{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.premium-faq{width:100%!important;overflow:visible!important}.premium-faq-list .faq-item{width:100%!important;overflow:visible!important}.premium-faq-list .faq-a,.premium-faq-list .faq-item.open .faq-a{display:none!important;position:static!important;width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important;visibility:visible!important;opacity:1!important;grid-template-rows:none!important;transition:none!important}.premium-faq-list .faq-item.open .faq-a{display:block!important}.premium-faq-list .faq-a>div,.premium-faq-list .faq-item.open .faq-a>div{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;max-height:none!important;overflow:visible!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;hyphens:auto!important;box-sizing:border-box!important;padding:0 0 13px!important;margin:0!important}}@media (max-width:820px){.premium-faq-list .faq-a>div,.premium-faq-list .faq-item.open .faq-a>div{display:block!important;width:100%!important;max-width:460px!important;min-width:0!important;height:auto!important;max-height:none!important;overflow:visible!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;hyphens:auto!important;box-sizing:border-box!important;padding:0 38px 9px 10px!important;margin:0!important}}.services-section .service-head{position:relative;display:block}.services-section .service-head>div:first-child{width:100%;margin:0 auto!important;padding:0 8px;box-sizing:border-box;text-align:center!important}.services-section .services-slider-controls .services-nav{transform:none!important}@media(max-width:820px){.services-section .service-head{margin-bottom:8px}.services-section .services-slider-controls{min-height:38px;margin:0 0 10px;justify-content:flex-end}.services-section .services-slider-controls .services-nav{position:static!important}}@media(max-width:560px){.services-section .services-slider-controls{min-height:36px;margin-bottom:8px}}.services-section .services-slider-controls{position:absolute!important;right:0;top:50%;transform:translateY(8px);width:78px;min-height:42px;margin:0!important;padding:0;display:flex;justify-content:center;align-items:center;z-index:8}.services-section .services-slider-controls .services-nav{display:flex;gap:8px;position:static!important}@media(max-width:1050px){.services-section .services-slider-controls{position:static!important;transform:none!important;width:100%;min-height:38px;margin:0 0 10px!important;justify-content:flex-end}.services-section .services-slider{width:100%}}@media(max-width:560px){.services-section .services-slider-controls{min-height:36px;margin-bottom:8px!important}}@media (min-width:1051px){.services-section .services-slider-controls{position:absolute!important;display:flex!important;align-items:center;justify-content:center;width:112px;min-height:52px;margin:0!important;padding:0;z-index:20;pointer-events:none}.services-section .services-slider-controls .services-nav{display:flex;align-items:center;gap:10px;pointer-events:auto}.services-section .services-slider-controls .services-nav-btn{width:52px;height:52px;min-width:52px;border:1px solid rgb(8 104 223 / .16);border-radius:16px;background:rgb(255 255 255 / .96);color:#075fc8;box-shadow:0 12px 30px rgb(7 55 110 / .14),0 2px 7px rgb(7 55 110 / .08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease,border-color .22s ease}.services-section .services-slider-controls .services-nav-btn:hover:not(:disabled){transform:translateY(-2px);background:#0868df;border-color:#0868df;color:#fff;box-shadow:0 16px 34px rgb(8 104 223 / .25)}.services-section .services-slider-controls .services-nav-btn:active:not(:disabled){transform:translateY(0)}.services-section .services-slider-controls .services-nav-btn span{font-size:30px;line-height:1;font-weight:500;margin-top:-3px}.services-section .services-slider{width:100%}}@media (min-width:1051px){.services-section{position:relative!important;overflow:visible!important}.services-section .services-slider{width:100%!important;overflow:hidden}.services-section .services-slider-controls{position:absolute!important;width:112px!important;min-width:112px!important;height:112px!important;min-height:112px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:100!important;pointer-events:none!important}.services-section .services-slider-controls .services-nav{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:64px!important;pointer-events:auto!important}.services-section .services-slider-controls .services-nav-btn{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;flex:0 0 52px!important;border-radius:17px!important;border:1px solid rgb(8 104 223 / .18)!important;background:rgb(255 255 255 / .98)!important;color:#075fc8!important;box-shadow:0 12px 30px rgb(7 55 110 / .14),0 3px 10px rgb(8 104 223 / .10),inset 0 1px 0 rgb(255 255 255 / .9)!important;opacity:1!important;visibility:visible!important;display:grid!important;place-items:center!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.services-section .services-slider-controls .services-nav-btn:disabled{opacity:.48!important;visibility:visible!important;display:grid!important}.services-section .services-slider-controls .services-nav-btn:hover:not(:disabled){transform:translateY(-2px) scale(1.03)!important;background:#0868df!important;border-color:#0868df!important;color:#fff!important;box-shadow:0 16px 34px rgb(8 104 223 / .28),0 0 0 5px rgb(8 104 223 / .07)!important}.services-section .services-slider-controls .services-nav-btn span{font-size:31px!important;line-height:1!important;font-weight:500!important;margin-top:-3px!important}}@media (min-width:1051px){.services-section .services-slider{width:100%!important}.services-section .services-slider-controls{pointer-events:none!important;z-index:100!important}.services-section .services-slider-controls .services-nav,.services-section .services-slider-controls .services-nav-btn{pointer-events:auto!important}}@media (min-width:1051px){.services-section .services-slider-controls{overflow:visible!important;visibility:visible!important;opacity:1!important}.services-section .services-slider-controls .services-nav{visibility:visible!important;opacity:1!important}.services-section .services-slider-controls .services-nav-btn{visibility:visible!important;display:grid!important}.services-section .services-slider-controls .services-nav-btn:disabled{visibility:visible!important;display:grid!important;opacity:.48!important}}@media (min-width:1051px){.services-section .services-slider-controls{position:absolute!important;z-index:100!important;visibility:visible!important;opacity:1!important}.services-section .services-slider-controls .services-nav,.services-section .services-slider-controls .services-nav-btn{visibility:visible!important}}.dt-area-single-page,.dt-area-single-page *{box-sizing:border-box}.dt-area-single-page{width:100%;overflow-x:clip}@media (max-width:980px){.dt-area-layout{grid-template-columns:1fr;gap:24px}.dt-area-sidebar{width:100%}}@media (max-width:600px){.dt-area-single-section{padding-top:28px}.dt-area-content{font-size:15px;line-height:1.75}.dt-area-content h2{font-size:24px;line-height:1.25}.dt-area-content h3{font-size:19px}.dt-area-side-card{padding:17px;border-radius:15px}}@media (max-width:820px){.hero-premium .hero-actions .btn{padding:10px 12px;font-size:11px}}@media(max-width:560px){.hero-premium .hero-actions .btn{flex:1;padding:9px 8px;font-size:10px}}@media (min-width:821px){.hero-premium .hero-actions .btn{padding:12px 17px;font-size:13px}}@media (max-width:820px){.hero-premium .hero-actions .btn{min-width:0;padding:10px 8px;font-size:10px}}@media (max-width:560px){.hero-premium .hero-actions .btn{font-size:9px;padding:9px 6px}}@media (max-width:820px){.hero-premium .hero-actions .btn{padding:11px 8px;font-size:11px;white-space:nowrap}}#fiyatlar.premium-pricing{background:linear-gradient(105deg,#f4f9ff 0%,#ffffff 50%,#f3f9ff 100%)!important}#fiyatlar>.container>.pricing-section-head::before{display:none!important}#fiyatlar>.container>.pricing-section-head .eyebrow{font-weight:900!important;text-transform:uppercase!important}#fiyatlar .pricing-section-head h2{margin:0!important;color:#082f60!important;font-size:clamp(29px,3vw,42px)!important;line-height:1.08!important;letter-spacing:-.035em!important;font-weight:900!important}#fiyatlar .pricing-section-head .pricing-head-description{margin:14px 0 0!important;color:#68809a!important;font-size:13px!important;line-height:1.58!important;max-width:305px!important}#fiyatlar .pricing-guarantee-icon{flex:0 0 48px!important;width:48px!important;height:48px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#eaf4ff!important;box-shadow:none!important}#fiyatlar .pricing-guarantee-icon svg{width:42px!important;height:42px!important}#fiyatlar .pricing-guarantee-text{display:flex!important;flex-direction:column!important;gap:2px!important;max-width:220px!important;color:#173d66!important;font-size:12px!important;line-height:1.3!important}#fiyatlar .pricing-guarantee-text strong{font-weight:800!important}#fiyatlar .plans-slider-head{height:0;overflow:hidden}#fiyatlar .plans-nav{display:none!important}#fiyatlar .plans-track{grid-template-columns:repeat(3,minmax(0,1fr))!important;transform:none!important;transition:none!important}#fiyatlar .plans-track .price-card{padding:27px 21px 21px!important;border-radius:16px!important}#fiyatlar .plans-track .price-card:not(.featured){border-color:#dfe9f3!important;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;box-shadow:0 13px 30px rgb(8 47 91 / .07)!important}#fiyatlar .plans-track .price-card h3{font-size:22px!important;line-height:1.18!important;margin:0 0 6px!important}#fiyatlar .plans-track .price-card .desc{min-height:32px!important;font-size:14px!important;line-height:1.4!important}#fiyatlar .plans-track .price{margin:18px 0 12px!important;padding:0 0 13px!important;font-size:31px!important;line-height:1!important}#fiyatlar .plans-track .price small{font-size:9px!important;white-space:nowrap}#fiyatlar .plans-track .price-card ul{margin:0!important}#fiyatlar .plans-track .price-card li{padding:4px 0 4px 22px!important;font-size:14px!important;line-height:1.35!important}#fiyatlar .plans-track .price-card li:before{top:6px!important;width:12px!important;height:12px!important;border-width:1.5px!important}#fiyatlar .plans-track .price-card li:after{left:4px!important;top:10px!important;width:4px!important;height:2px!important;border-width:1.5px!important}#fiyatlar .plans-track .price-card>.btn{min-height:43px!important;margin-top:13px!important;padding:0 17px!important;border-radius:9px!important;font-size:12px!important;font-weight:800!important}#fiyatlar .plans-track .price-card .price-badge{top:-12px!important;padding:6px 13px!important;font-size:9px!important;white-space:nowrap!important}#fiyatlar .trust-card{display:none!important}@media(max-width:1050px){#fiyatlar.premium-pricing>.container{grid-template-columns:minmax(230px,.8fr) minmax(0,2.2fr)!important;column-gap:20px!important}#fiyatlar .plans-track{gap:10px!important}#fiyatlar .plans-track .price-card{padding-left:16px!important;padding-right:16px!important}}@media(max-width:760px){#fiyatlar.premium-pricing{width:calc(100% - 20px)!important;padding:20px 10px 24px!important;border-radius:16px!important;overflow:hidden!important}#fiyatlar.premium-pricing>.container{display:block!important;width:100%!important;max-width:none!important}#fiyatlar>.container>.pricing-section-head{display:block!important;width:100%!important;padding:4px 8px 14px!important;margin:0!important}#fiyatlar>.container>.pricing-section-head .pricing-head-copy{max-width:none!important}#fiyatlar .pricing-section-head h2{font-size:28px!important}#fiyatlar .pricing-section-head .pricing-head-description{max-width:none!important;font-size:13px!important;margin-top:9px!important}#fiyatlar>.container>.pricing-section-head .pricing-head-guarantee{margin:15px 0 0!important;max-width:none!important}#fiyatlar .pricing-guarantee-text{font-size:11px!important;max-width:none!important}#fiyatlar .pricing-wrap{width:100%!important}#fiyatlar .plans-slider{padding-top:8px!important}#fiyatlar .plans-viewport{padding-top:12px!important;margin-top:-12px!important;overflow:visible!important}#fiyatlar .plans-track{display:flex!important;width:max-content!important;gap:10px!important}#fiyatlar .plans-track .price-card,#fiyatlar .plans-track .price-card.featured{flex:0 0 min(86vw,340px)!important;width:min(86vw,340px)!important;min-height:0!important;height:auto!important;transform:none!important;padding:22px 18px 18px!important}#fiyatlar .plans-track .price-card.featured:hover{transform:none!important}#fiyatlar .plans-track .price{font-size:29px!important}}@media(max-width:390px){#fiyatlar.premium-pricing{padding-left:7px!important;padding-right:7px!important}#fiyatlar>.container>.pricing-section-head{padding-left:5px!important;padding-right:5px!important}#fiyatlar .pricing-section-head h2{font-size:25px!important}#fiyatlar .plans-track .price-card,#fiyatlar .plans-track .price-card.featured{flex-basis:88vw!important;width:88vw!important}}@media(max-width:760px){#fiyatlar .plans-viewport{overflow:visible!important}#fiyatlar .plans-track{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:12px!important;transform:none!important}#fiyatlar .plans-track .price-card,#fiyatlar .plans-track .price-card.featured{width:100%!important;min-width:0!important;flex:none!important}}#fiyatlar.premium-pricing{width:calc(100% - 36px)!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}#fiyatlar.premium-pricing>.container{width:100%!important;margin:0 auto!important;padding:0!important;display:grid!important;box-sizing:border-box!important}#fiyatlar>.container>.pricing-section-head{grid-column:1!important;grid-row:1!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;width:100%!important;min-width:0!important;min-height:0!important;margin:0!important;gap:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}#fiyatlar>.container>.pricing-section-head .pricing-head-copy{width:100%!important;min-width:0!important;box-sizing:border-box!important}#fiyatlar>.container>.pricing-section-head .eyebrow{margin:0 0 8px!important;line-height:1.2!important;letter-spacing:.02em!important;color:#0875e1!important}#fiyatlar>.container>.pricing-section-head h2{width:100%!important;margin:0!important;padding:0!important;color:#082f60!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important}#fiyatlar>.container>.pricing-section-head .pricing-head-description{width:100%!important;margin:20px 0 20px!important;color:#6a8199!important;overflow-wrap:break-word!important;word-break:normal!important}#fiyatlar>.container>.pricing-section-head .pricing-head-guarantee{width:100%!important;margin:34px 0 0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon{flex:0 0 58px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-text{min-width:0!important;color:#12375f!important}#fiyatlar .pricing-wrap{grid-column:2!important;grid-row:1!important;display:block!important;width:100%!important;min-width:0!important;box-sizing:border-box!important}#fiyatlar .plans-slider{width:100%!important;min-width:0!important;box-sizing:border-box!important}#fiyatlar .plans-slider-head{display:none!important}#fiyatlar .plans-viewport{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}#fiyatlar .plans-track{width:max-content!important;max-width:none!important;display:flex!important;box-sizing:border-box!important}#fiyatlar .plans-track .price-card{flex:0 0 calc((var(--plans-viewport,100%) - 28px) / 3)!important;width:auto!important;min-width:0!important;min-height:0!important;height:100%!important;box-sizing:border-box!important}#fiyatlar .price-card,#fiyatlar .price-card.featured{min-height:430px!important;height:100%!important;padding:27px 25px 22px!important;border-radius:20px!important}@media (max-width:1050px){#fiyatlar.premium-pricing>.container{grid-template-columns:minmax(245px,290px) minmax(0,1fr)!important;column-gap:22px!important}#fiyatlar>.container>.pricing-section-head h2{max-width:290px!important;font-size:32px!important}#fiyatlar .plans-track .price-card{flex-basis:calc((var(--plans-viewport,100%) - 14px) / 2)!important}#fiyatlar .price-card,#fiyatlar .price-card.featured{min-height:420px!important;padding:23px 19px 20px!important}}@media (max-width:760px){#fiyatlar.premium-pricing{width:calc(100% - 20px)!important;max-width:none!important;padding:20px 10px 24px!important;border-radius:16px!important;overflow:hidden!important}#fiyatlar.premium-pricing>.container{width:100%!important;max-width:none!important;display:block!important;margin:0!important;padding:0!important}#fiyatlar>.container>.pricing-section-head{display:block!important;width:100%!important;max-width:none!important;margin:0 0 20px!important;padding:4px 4px 0!important}#fiyatlar>.container>.pricing-section-head .pricing-head-copy{max-width:100%!important}#fiyatlar>.container>.pricing-section-head .eyebrow{font-size:11px!important;margin-bottom:6px!important}#fiyatlar>.container>.pricing-section-head h2{width:100%!important;max-width:100%!important;font-size:clamp(27px,8vw,34px)!important;line-height:1.1!important;letter-spacing:-.025em!important;white-space:normal!important;overflow-wrap:break-word!important}#fiyatlar>.container>.pricing-section-head .pricing-head-description{max-width:100%!important;margin-top:10px!important;font-size:13px!important;line-height:1.5!important}#fiyatlar>.container>.pricing-section-head .pricing-head-guarantee{max-width:100%!important;margin-top:17px!important;gap:10px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon{flex-basis:46px!important;width:46px!important;height:46px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon svg{width:40px!important;height:40px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-text{max-width:none!important;font-size:11px!important}#fiyatlar .pricing-wrap{width:100%!important;max-width:100%!important}#fiyatlar .plans-slider{width:100%!important;padding-top:12px!important}#fiyatlar .plans-viewport{width:100%!important;max-width:100%!important;padding-top:12px!important;overflow:hidden!important}#fiyatlar .plans-track{gap:10px!important}#fiyatlar .plans-track .price-card{flex-basis:var(--plans-viewport,100%)!important;width:var(--plans-viewport,100%)!important}#fiyatlar .price-card,#fiyatlar .price-card.featured{min-height:0!important;height:auto!important;padding:22px 19px 20px!important;border-radius:17px!important;transform:none!important}#fiyatlar .price-card.featured:hover,#fiyatlar .price-card:hover{transform:translateY(-2px)!important}#fiyatlar .price-card h3{font-size:20px!important}#fiyatlar .price-card .desc{min-height:0!important;font-size:12px!important}#fiyatlar .price{font-size:31px!important;margin:17px 0 13px!important}#fiyatlar .price-card li{font-size:13px!important;padding:6px 0 6px 23px!important}#fiyatlar .price-card>.btn{width:auto!important;min-height:44px!important;margin-top:14px!important;font-size:13px!important}#fiyatlar .price-badge{top:-10px!important;font-size:9px!important;padding:6px 12px!important;white-space:nowrap!important}}@media (max-width:390px){#fiyatlar.premium-pricing{width:calc(100% - 12px)!important;padding-left:7px!important;padding-right:7px!important}#fiyatlar>.container>.pricing-section-head{padding-left:3px!important;padding-right:3px!important}#fiyatlar>.container>.pricing-section-head h2{font-size:26px!important}#fiyatlar>.container>.pricing-section-head .pricing-head-description{font-size:12.5px!important}#fiyatlar .price-card,#fiyatlar .price-card.featured{padding-left:16px!important;padding-right:16px!important}}#fiyatlar.premium-pricing{border-radius:18px!important}#fiyatlar.premium-pricing>.container{max-width:1120px!important;grid-template-columns:minmax(245px,285px) minmax(0,1fr)!important;column-gap:22px!important}#fiyatlar>.container>.pricing-section-head{padding:4px 0!important}#fiyatlar>.container>.pricing-section-head .pricing-head-copy{max-width:285px!important}#fiyatlar>.container>.pricing-section-head .eyebrow{margin-bottom:5px!important;font-size:13px!important}#fiyatlar>.container>.pricing-section-head h2{max-width:285px!important;font-size:34px!important;line-height:1.04!important;letter-spacing:-.04em!important}#fiyatlar>.container>.pricing-section-head .pricing-head-description{font-size:15px!important}#fiyatlar>.container>.pricing-section-head .pricing-head-guarantee{max-width:275px!important;margin-top:22px!important;gap:9px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon{flex-basis:48px!important;width:48px!important;height:48px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon svg{width:42px!important;height:42px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-text{max-width:205px!important;font-size:11px!important;line-height:1.28!important}#fiyatlar .plans-track .price-card,#fiyatlar .price-card{min-height:365px!important;padding:21px 18px 17px!important;border-radius:16px!important}#fiyatlar .price-card.featured{min-height:380px!important;transform:translateY(-5px)!important}#fiyatlar .price-card h3{margin-bottom:4px!important}#fiyatlar .price-card li{padding-top:4px!important;padding-bottom:4px!important;padding-left:21px!important}@media (max-width:1050px){#fiyatlar.premium-pricing>.container{grid-template-columns:minmax(225px,260px) minmax(0,1fr)!important;column-gap:18px!important}#fiyatlar>.container>.pricing-section-head h2{max-width:260px!important;font-size:30px!important}#fiyatlar .plans-track .price-card,#fiyatlar .price-card,#fiyatlar .price-card.featured{min-height:360px!important;padding:19px 15px 16px!important}#fiyatlar .price-card.featured{transform:translateY(-4px)!important}#fiyatlar .price-card h3{font-size:17px!important}#fiyatlar .price{font-size:27px!important;margin:12px 0 9px!important}#fiyatlar .price-card li{font-size:11px!important;padding-top:3px!important;padding-bottom:3px!important}}@media (max-width:760px){#fiyatlar.premium-pricing{width:calc(100% - 16px)!important;padding:16px 9px 19px!important;border-radius:15px!important}#fiyatlar>.container>.pricing-section-head{padding:2px 3px 0!important;margin-bottom:13px!important}#fiyatlar>.container>.pricing-section-head .eyebrow{font-size:10px!important;margin-bottom:4px!important}#fiyatlar>.container>.pricing-section-head h2{font-size:26px!important;line-height:1.05!important}#fiyatlar>.container>.pricing-section-head .pricing-head-description{margin-top:7px!important;font-size:12px!important;line-height:1.4!important}#fiyatlar>.container>.pricing-section-head .pricing-head-guarantee{margin-top:11px!important;gap:8px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon{flex-basis:42px!important;width:42px!important;height:42px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-icon svg{width:36px!important;height:36px!important}#fiyatlar>.container>.pricing-section-head .pricing-guarantee-text{font-size:10px!important}#fiyatlar .plans-slider{padding-top:8px!important}#fiyatlar .plans-viewport{padding-top:8px!important}#fiyatlar .plans-track{gap:9px!important}#fiyatlar .plans-track .price-card,#fiyatlar .price-card,#fiyatlar .price-card.featured{min-height:0!important;padding:19px 16px 16px!important;border-radius:15px!important}#fiyatlar .price-card h3{font-size:19px!important}#fiyatlar .price-card .desc{font-size:11px!important}#fiyatlar .price{font-size:29px!important;margin:13px 0 10px!important}#fiyatlar .price-card li{font-size:12px!important;line-height:1.3!important;padding:4px 0 4px 22px!important}#fiyatlar .price-card>.btn{min-height:41px!important;margin-top:10px!important;font-size:12px!important}}@media (max-width:390px){#fiyatlar.premium-pricing{padding:14px 7px 17px!important}#fiyatlar>.container>.pricing-section-head{padding-left:2px!important;padding-right:2px!important;margin-bottom:11px!important}#fiyatlar>.container>.pricing-section-head h2{font-size:24px!important}#fiyatlar .price-card,#fiyatlar .price-card.featured{padding:17px 14px 15px!important}#fiyatlar .price-card li{font-size:11.5px!important}}#fiyatlar .plans-viewport{overflow-x:hidden!important;overflow-y:visible!important}#fiyatlar .price-card.featured:hover,#fiyatlar .price-card:hover{transform:translateY(-3px)!important}#fiyatlar .price-card.featured{padding-top:21px!important}#fiyatlar .price-badge{top:-11px!important;z-index:20!important}@media (max-width:1050px) and (min-width:761px){#fiyatlar .plans-viewport{padding-top:14px!important}#fiyatlar .plans-track .price-card,#fiyatlar .price-card,#fiyatlar .price-card.featured{min-height:340px!important;height:340px!important}}@media (max-width:760px){#fiyatlar .plans-viewport{padding-top:17px!important;margin-top:0!important;overflow-x:auto!important;overflow-y:visible!important}#fiyatlar .plans-track .price-card,#fiyatlar .price-card,#fiyatlar .price-card.featured{min-height:0!important;height:auto!important;transform:none!important}#fiyatlar .price-badge{top:-12px!important}}#fiyatlar.premium-pricing{overflow:visible!important}#fiyatlar.premium-pricing>.container{align-items:center!important}#fiyatlar .plans-slider{overflow:visible!important}#fiyatlar .plans-viewport{padding-top:18px!important;margin-top:0!important;overflow:visible!important}#fiyatlar .plans-track{overflow:visible!important}#fiyatlar .plans-track .price-card,#fiyatlar .price-card,#fiyatlar .price-card.featured{min-height:300px!important;height:300px!important;padding:16px 16px 13px!important;border-radius:14px!important;transform:none!important;box-sizing:border-box!important}#fiyatlar .price-card h3{font-size:18px!important;line-height:1.12!important}#fiyatlar .price-card .desc{font-size:10px!important;line-height:1.25!important}#fiyatlar .price{font-size:27px!important;line-height:1!important}#fiyatlar .price small{font-size:7px!important}#fiyatlar .price-card li{font-size:10.5px!important;line-height:1.18!important}#fiyatlar .price-card li:before{top:3px!important;width:10px!important;height:10px!important}#fiyatlar .price-card li:after{left:3px!important;top:6px!important}#fiyatlar .price-card>.btn{padding:0 14px!important;border-radius:8px!important;font-size:10.5px!important}#fiyatlar .price-card .price-badge{padding:5px 12px!important;font-size:8px!important;line-height:1!important}#fiyatlar .plans-slider-head{position:relative!important;z-index:10!important}@media (max-width:1050px) and (min-width:761px){#fiyatlar .plans-track .price-card,#fiyatlar .price-card,#fiyatlar .price-card.featured{min-height:290px!important;height:290px!important;padding:14px 13px 12px!important}#fiyatlar .price-card h3{font-size:16px!important}#fiyatlar .price-card .desc{font-size:9px!important;min-height:24px!important}#fiyatlar .price{font-size:24px!important;margin:8px 0 7px!important;padding-bottom:7px!important}#fiyatlar .price-card li{font-size:9.5px!important;padding:2px 0 2px 18px!important}#fiyatlar .price-card>.btn{min-height:34px!important;font-size:10px!important}}@media (max-width:760px){#fiyatlar.premium-pricing{padding:12px 7px 15px!important}#fiyatlar .plans-slider{padding-top:15px!important}#fiyatlar .plans-viewport{padding-top:18px!important;overflow-x:auto!important;overflow-y:visible!important}#fiyatlar .plans-track .price-card,#fiyatlar .price-card,#fiyatlar .price-card.featured{height:auto!important;min-height:0!important;padding:16px 15px 14px!important}#fiyatlar .price-card .price-badge{top:-16px!important}}#fiyatlar .price-card ul{flex:0 0 auto!important;margin-bottom:0!important}@media (max-width:760px){#fiyatlar .price-card ul{flex:0 0 auto!important;margin-bottom:0!important}#fiyatlar .price-card>.btn{margin-top:0!important}}#fiyatlar .plans-track .price-card.featured{min-height:300px!important;transform:translateY(-8px)!important;background:linear-gradient(155deg,#06418d 0%,#0865d7 62%,#177ce9 100%)!important;border-color:rgb(47 141 255 / .45)!important;box-shadow:0 22px 45px rgb(8 86 181 / .24)!important}#fiyatlar.premium-pricing{padding:18px 0 20px!important;margin-top:0!important;margin-bottom:0!important}#fiyatlar.premium-pricing>.container{padding-top:0!important;padding-bottom:0!important}#fiyatlar>.container>.pricing-section-head{margin-top:0!important;margin-bottom:8px!important;padding-top:4px!important;padding-bottom:4px!important}#fiyatlar .pricing-head-copy{margin:0!important}#fiyatlar .pricing-head-description{margin-bottom:0!important}#fiyatlar .pricing-head-guarantee{margin-top:0!important;margin-bottom:0!important}#fiyatlar .pricing-wrap{margin:0!important;padding:0!important;gap:10px!important}#fiyatlar .plans-slider{margin:0!important;padding-top:12px!important;padding-bottom:0!important}#fiyatlar .plans-slider-head{margin:0!important;padding:0!important}#fiyatlar .plans-viewport{margin:0!important;padding:10px 0 0!important}#fiyatlar .plans-track{gap:10px!important;align-items:stretch!important}#fiyatlar .plans-track .price-card,#fiyatlar .plans-track .price-card.featured{min-height:300px!important;height:auto!important;align-self:stretch!important;box-sizing:border-box!important;padding:14px 16px 12px!important}#fiyatlar .price-card h3{margin:0 0 2px!important}#fiyatlar .price-card .desc{min-height:23px!important;margin:0!important}#fiyatlar .price{margin:8px 0 6px!important;padding-bottom:7px!important}#fiyatlar .price-card ul{margin:0!important;padding:0!important}#fiyatlar .price-card li{margin:0!important;padding:2px 0 2px 20px!important}#fiyatlar .price-card>.btn{margin-top:7px!important;min-height:37px!important}#fiyatlar .price-card .price-badge{top:-15px!important;z-index:60!important}@media (max-width:1050px) and (min-width:761px){#fiyatlar.premium-pricing{padding:16px 0 18px!important}#fiyatlar>.container>.pricing-section-head{margin-bottom:6px!important}#fiyatlar .plans-slider{padding-top:10px!important}#fiyatlar .plans-viewport{padding-top:10px!important}#fiyatlar .plans-track .price-card,#fiyatlar .plans-track .price-card.featured{min-height:285px!important;height:auto!important;padding:13px 13px 11px!important}}@media (max-width:760px){#fiyatlar.premium-pricing{padding:14px 7px 17px!important;overflow:visible!important}#fiyatlar>.container>.pricing-section-head{margin-bottom:6px!important;padding:2px 3px 4px!important}#fiyatlar .pricing-wrap{gap:0!important}#fiyatlar .plans-slider{padding-top:9px!important}#fiyatlar .plans-viewport{padding-top:10px!important}#fiyatlar .plans-track .price-card,#fiyatlar .plans-track .price-card.featured{min-height:0!important;height:auto!important;padding:14px 14px 12px!important}#fiyatlar .price-card .price-badge{top:-14px!important}}@media (max-width:390px){#fiyatlar.premium-pricing{padding:12px 6px 15px!important}#fiyatlar .plans-track .price-card,#fiyatlar .plans-track .price-card.featured{padding:13px 13px 11px!important}}.services-section{position:relative;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);overflow:hidden}.services-section .container{position:relative;z-index:1}.services-section .service-head{margin-bottom:20px}.services-section .service-head>div:first-child{max-width:1180px!important}.services-section .service-head .eyebrow{font-weight:900;letter-spacing:.05em;color:#0868df}.services-section .service-head h2{font-size:clamp(34px,4vw,54px);letter-spacing:-.045em;margin:7px 0 10px;color:#092f62}.services-section .service-head p{max-width:1050px;margin:0 auto;color:#5e7894;font-size:15px;line-height:1.65}.services-section .services-slider{width:100%;padding:0 0 4px}.services-section .services-track{gap:18px}.services-section .services-track .service-card{flex:0 0 calc((100% - (var(--service-cols) - 1)*18px)/var(--service-cols))}.services-section .service-card-premium{border:1px solid #dbe8f5;border-radius:18px;box-shadow:0 12px 30px rgb(7 43 95 / .07);overflow:visible;background:#fff}.services-section .service-card-premium .service-image{position:relative;display:block;aspect-ratio:1.58;border-radius:18px 18px 0 0;overflow:hidden;background:#eaf3fc}.services-section .service-card-premium .service-image img{display:block;width:100%;height:100%;object-fit:cover}.services-section .service-card-premium .service-body{padding:0 18px 18px}.services-section .service-card-premium .service-icon-real{width:50px;height:50px;margin:-25px 0 9px;border:4px solid #fff;border-radius:15px;background:linear-gradient(145deg,#0b7cf2,#0964d9);color:#fff;box-shadow:0 9px 22px rgb(8 96 207 / .25);z-index:2}.services-section .service-card-premium .service-icon-real svg{width:23px;height:23px}.services-section .service-card-premium h3{margin:0 0 6px;font-size:20px;line-height:1.22;letter-spacing:-.025em;color:#0b376c}.services-section .service-card-premium p{margin:0 0 10px;min-height:0;max-height:3.2em;font-size:14px;line-height:1.55;color:#67809a}.services-section .service-card-premium .service-checklist{list-style:none;margin:0 0 13px;padding:0;display:grid;gap:5px}.services-section .service-card-premium .service-checklist li{display:flex;align-items:center;gap:7px;color:#4d6781;font-size:12px;line-height:1.35}.services-section .service-card-premium .service-checklist li span{width:18px;height:18px;flex:0 0 18px;display:grid;place-items:center;border-radius:50%;color:#0878ec;background:#edf7ff}.services-section .service-card-premium .service-checklist svg{width:12px;height:12px;stroke-width:2.4}.services-section .service-card-premium .text-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#0868df;font-weight:900}.services-section .service-card-premium:hover{transform:translateY(-6px);border-color:#c6ddf3;box-shadow:0 18px 38px rgb(7 64 130 / .13)}.services-section .service-card-premium:hover .service-image img{transform:scale(1.035)}@media(max-width:1050px){.services-section .service-head h2{font-size:38px}.services-section .services-track{gap:14px}.services-section .services-track .service-card{flex-basis:calc((100% - (var(--service-cols) - 1)*14px)/var(--service-cols))}}@media(max-width:820px){.services-section .service-head{margin-bottom:16px}.services-section .service-head h2{font-size:34px}.services-section .service-head p{font-size:15px}.services-section .service-card-premium .service-body{padding:0 15px 16px}.services-section .service-card-premium h3{font-size:18px}}@media(max-width:560px){.services-section .service-head h2{font-size:28px}.services-section .service-head p{font-size:14px;line-height:1.55}.services-section .service-card-premium .service-icon-real{width:46px;height:46px;margin-top:-23px}.services-section .service-card-premium h3{font-size:17px}.services-section .service-card-premium p{font-size:13px}.services-section .service-card-premium .service-checklist li{font-size:11px}}@media (max-width:760px){#fiyatlar.premium-pricing{width:100%!important;max-width:none!important;margin:0!important;padding:34px 0 30px!important;border-radius:0!important;background:linear-gradient(180deg,#fbfdff 0%,#ffffff 100%)!important;overflow:hidden!important}#fiyatlar.premium-pricing>.container{width:100%!important;max-width:none!important;padding:0!important;margin:0!important;display:block!important}#fiyatlar>.container>.pricing-section-head{width:100%!important;max-width:100%!important;margin:0 0 0px!important;padding:0 20px!important;display:flex!important;align-items:center!important;text-align:center!important}#fiyatlar>.container>.pricing-section-head .pricing-head-copy{width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important}#fiyatlar>.container>.pricing-section-head .eyebrow{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:31px!important;margin:0 0 13px!important;color:#0874e8!important;font-size:13px!important;line-height:1!important;letter-spacing:.05em!important;font-weight:900!important}#fiyatlar>.container>.pricing-section-head .eyebrow:before,#fiyatlar>.container>.pricing-section-head .eyebrow:after{content:""!important;display:block!important;width:48px!important;height:2px!important;border-radius:99px!important;background:#0b70ed!important}#fiyatlar>.container>.pricing-section-head h2{width:100%!important;max-width:100%!important;margin:0!important;color:#092f62!important;font-size:clamp(30px,8.5vw,38px)!important;line-height:1.08!important;letter-spacing:-.045em!important;text-align:center!important}#fiyatlar>.container>.pricing-section-head .pricing-head-description{width:100%!important;max-width:430px!important;margin:13px auto 0!important;color:#607894!important;font-size:15px!important;line-height:1.48!important;text-align:center!important}#fiyatlar>.container>.pricing-section-head .pricing-head-guarantee{display:none!important}#fiyatlar .pricing-wrap{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}#fiyatlar .plans-slider{width:100%!important;margin:0!important;padding:10px 0 0!important}#fiyatlar .plans-viewport{width:100%!important;max-width:none!important;margin:0!important;padding:22px 0 0!important;overflow-x:auto!important;overflow-y:visible!important;scrollbar-width:none!important;-ms-overflow-style:none!important}#fiyatlar .plans-viewport::-webkit-scrollbar{display:none!important}#fiyatlar .plans-track{width:max-content!important;max-width:none!important;display:flex!important;align-items:stretch!important;gap:14px!important;padding:0 18px!important;box-sizing:border-box!important;transform:none!important}#fiyatlar .plans-track .price-card,#fiyatlar .plans-track .price-card.featured{flex:0 0 84vw!important;min-width:0!important;height:auto!important;min-height:0!important;padding:28px 22px 22px!important;border-radius:22px!important;transform:none!important;box-shadow:0 16px 36px rgb(7 48 96 / .10)!important}#fiyatlar .plans-track .price-card.featured{background:linear-gradient(155deg,#06418d 0%,#0865d7 62%,#177ce9 100%)!important;border-color:rgb(47 141 255 / .45)!important;box-shadow:0 18px 38px rgb(8 86 181 / .24)!important}#fiyatlar .price-card h3{font-size:25px!important;line-height:1.15!important;margin:0 0 7px!important}#fiyatlar .price-card .desc{min-height:32px!important;font-size:14px!important;line-height:1.4!important}#fiyatlar .price{margin:22px 0 14px!important;padding:0 0 14px!important;font-size:36px!important;line-height:1!important}#fiyatlar .price small{font-size:10px!important}#fiyatlar .price-card li{padding:7px 0 7px 26px!important;font-size:15px!important;line-height:1.35!important}#fiyatlar .price-card li:before{top:8px!important;width:17px!important;height:17px!important}#fiyatlar .price-card li:after{left:5px!important;top:12px!important;width:5px!important;height:3px!important}#fiyatlar .price-card>.btn{display:flex!important;width:100%!important;min-height:52px!important;margin-top:9px!important;padding:0 18px!important;border-radius:12px!important;justify-content:center!important;font-size:15px!important}#fiyatlar .price-card .price-badge{top:-16px!important;padding:8px 17px!important;font-size:10px!important;border-radius:99px!important;z-index:80!important}#fiyatlar .plans-mobile-dots{display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;margin:27px 0 0!important}#fiyatlar .plans-mobile-dots button{width:12px!important;height:12px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:#d8e4f2!important;cursor:pointer!important}#fiyatlar .plans-mobile-dots button.is-active{background:#0874e8!important;transform:scale(1.08)!important}#fiyatlar .plans-track{touch-action:pan-x pan-y!important;cursor:grab}#fiyatlar .plans-track .price-card,#fiyatlar .plans-track .price-card.featured{flex-basis:80vw!important;width:80vw!important;max-width:360px!important;scroll-snap-align:start!important}}@media (max-width:390px){#fiyatlar .plans-track{gap:12px!important;padding-left:14px!important;padding-right:14px!important}#fiyatlar .plans-track .price-card,#fiyatlar .plans-track .price-card.featured{flex-basis:80vw!important;width:80vw!important}}@media (max-width:560px){.services-section .services-slider{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;scrollbar-width:none!important;-ms-overflow-style:none!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;padding:10px 0 8px!important;touch-action:pan-x pan-y!important}.services-section .services-slider::-webkit-scrollbar{display:none!important}.services-section .services-track{display:flex!important;width:max-content!important;max-width:none!important;gap:12px!important;padding:0 14px!important;transform:none!important;transition:none!important;touch-action:pan-x pan-y!important;box-sizing:border-box!important}.services-section .services-track .service-card{flex:0 0 82vw!important;width:82vw!important;max-width:360px!important;min-width:0!important;margin:0!important;scroll-snap-align:start!important;scroll-snap-stop:always!important}.services-section .services-slider-controls{display:none!important}.services-section .services-mobile-dots{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin:10px 0 0!important}.services-section .services-mobile-dots button{width:9px!important;height:9px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:#d7e3f1!important;box-shadow:none!important;cursor:pointer!important}.services-section .services-mobile-dots button.is-active{background:#0874e8!important;transform:scale(1.12)!important}}@media (max-width:390px){.services-section .services-track{gap:10px!important;padding-left:12px!important;padding-right:12px!important}.services-section .services-track .service-card{flex-basis:82vw!important;width:82vw!important}}.services-section .services-nav.is-hidden,.services-section .services-slider-controls:has(.services-nav.is-hidden){display:none!important}@media (max-width:760px){.services-section .services-slider-controls,.services-section .services-nav,.services-section .services-nav-btn,#fiyatlar .plans-slider-head,#fiyatlar .plans-nav,#fiyatlar .plans-nav-btn{display:none!important}}@media (max-width:820px){.services-section .service-head{align-items:center}}@media (max-width:760px){#fiyatlar>.container>.pricing-section-head{width:100%!important;max-width:100%!important;padding:0 20px!important;display:flex!important;align-items:center!important;text-align:center!important}}@media (max-width:760px){#fiyatlar .plans-slider{width:100%!important;margin:0!important;padding:0!important}}main>section.section{margin-top:0!important;margin-bottom:0!important;padding-top:52px!important;padding-bottom:52px!important;scroll-margin-top:82px}main>section.hero+section.section{padding-top:42px!important}main>section.section .section-head{margin-bottom:28px!important}main>section.services-section{padding-top:46px!important;padding-bottom:48px!important}main>section.services-section .service-head{margin-bottom:22px!important}main>section.premium-feedback{padding-top:46px!important;padding-bottom:48px!important}@media (max-width:820px){main>section.section{padding-top:42px!important;padding-bottom:42px!important;scroll-margin-top:72px}main>section.hero+section.section{padding-top:34px!important}main>section.section .section-head{margin-bottom:24px!important}main>section.services-section{padding-top:38px!important;padding-bottom:40px!important}main>section.services-section .service-head{margin-bottom:18px!important}main>section.premium-feedback{padding-top:38px!important;padding-bottom:40px!important}}@media (max-width:560px){main>section.section{padding-top:32px!important;padding-bottom:34px!important;scroll-margin-top:64px}main>section.hero+section.section{padding-top:26px!important}main>section.section .section-head{margin-bottom:20px!important}main>section.services-section{padding-top:30px!important;padding-bottom:32px!important}main>section.services-section .service-head{margin-bottom:16px!important}main>section.premium-feedback{padding-top:30px!important;padding-bottom:32px!important}}.home main>section.section .section-head h2,.home main>section.section .pricing-section-head h2,.home main>section.section .service-head h2,.home main>section.section .premium-panel-head h2{font-size:clamp(30px,3.15vw,42px)!important;line-height:1.12!important;letter-spacing:-.035em!important;margin:6px 0 10px!important}.home main>section.hero-premium h1,.home .hero-premium h1{line-height:1.02!important;letter-spacing:-.045em!important;margin:10px 0 13px!important;max-width:680px!important}.home main>section.section .section-head p,.home main>section.services-section .service-head p,.home main>section#fiyatlar .pricing-head-description{font-size:15px!important;line-height:1.6!important}@media (max-width:820px){.home main>section.hero-premium h1,.home .hero-premium h1{line-height:1.04!important}.home main>section.section .section-head h2,.home main>section.section .pricing-section-head h2,.home main>section.section .service-head h2,.home main>section.section .premium-panel-head h2{font-size:clamp(28px,4.8vw,36px)!important;line-height:1.14!important}}@media (max-width:560px){.home main>section.hero-premium h1,.home .hero-premium h1{line-height:1.05!important;letter-spacing:-.04em!important;margin:8px 0 10px!important}.home main>section.section .section-head h2,.home main>section.section .pricing-section-head h2,.home main>section.section .service-head h2,.home main>section.section .premium-panel-head h2{font-size:clamp(25px,7.2vw,32px)!important;line-height:1.15!important;letter-spacing:-.03em!important;margin:5px 0 8px!important}.home main>section.section .section-head p,.home main>section.services-section .service-head p,.home main>section#fiyatlar .pricing-head-description{font-size:14px!important;line-height:1.55!important}}.home main>section.hero-premium{margin-top:0!important;margin-bottom:0px!important}.home main>section.section>.container>.section-head,.home main>section.section>.container>.pricing-section-head,.home main>section.services-section>.container>.service-head,.home main>section.section>.container>.premium-panel-head{margin-top:0!important;margin-bottom:32px!important}.home main>section.section>.container>*:last-child,.home main>section.services-section>.container>*:last-child{margin-bottom:0!important}@media (max-width:820px){.home main>section.section,.home main>section.services-section{padding-top:44px!important;padding-bottom:44px!important;margin-bottom:40px!important}}@media (max-width:560px){.home main>section.section,.home main>section.services-section{padding-top:34px!important;padding-bottom:34px!important;margin-bottom:40px!important}.home main>section.section>.container>.section-head,.home main>section.section>.container>.pricing-section-head,.home main>section.services-section>.container>.service-head,.home main>section.section>.container>.premium-panel-head{margin-bottom:24px!important}}.home .section,.front-page .section,body.home section{margin-bottom:24px!important}.home .section{padding-top:28px!important;padding-bottom:28px!important}.home .section>.container{max-width:1180px!important;padding-left:20px!important;padding-right:20px!important}.home .section-head{margin-bottom:18px!important}.home .section-head h2{margin-bottom:6px!important}.home .section-head p{margin-bottom:0!important}.home .container>*:last-child{margin-bottom:0!important}@media (max-width:820px){.home .section{padding-top:22px!important;padding-bottom:22px!important;margin-bottom:20px!important}.home .section>.container{padding-left:16px!important;padding-right:16px!important}.home .section-head{margin-bottom:14px!important}}@media (max-width:560px){.home .section{padding-top:18px!important;padding-bottom:18px!important;margin-bottom:16px!important}.home .section>.container{padding-left:14px!important;padding-right:14px!important}.home .section-head{margin-bottom:12px!important}}.home .section>.container,.home section>.container,.front-page .section>.container,.front-page section>.container{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}.home .section-head,.front-page .section-head{margin-top:0!important;margin-bottom:16px!important}.home .section-head h2,.front-page .section-head h2{margin-top:0!important;margin-bottom:7px!important}.home .section-head p,.front-page .section-head p{margin-top:0!important;margin-bottom:0!important}@media (max-width:820px){.home .section,.home section,.front-page .section,.front-page section{margin-bottom:16px!important;padding-top:18px!important;padding-bottom:18px!important}}@media (max-width:560px){.home .section,.home section,.front-page .section,.front-page section{margin-bottom:12px!important;padding-top:14px!important;padding-bottom:14px!important}.home .section-head,.front-page .section-head{margin-bottom:12px!important}}.before-reference-frame .ba-label.after{background:#fff;color:#0878e8}.before-reference-frame .ba-range{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:5}.before-reference-eyebrow-icon .detay-icon{width:16px!important;height:16px!important}.before-reference-section>.container{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important}.before-reference-frame .ba-label.before{left:14px!important}.before-reference-frame .ba-label.after{right:14px!important}.before-reference-card-icon .detay-icon{width:23px!important;height:23px!important}.before-reference-stat-icon .detay-icon{width:25px!important;height:25px!important}@media(max-width:760px){.before-reference-section>.container{width:calc(100% - 24px)!important}}.dt-why-section{overflow:hidden}.dt-why-card{position:relative;overflow:hidden}.dt-why-copy{position:relative;z-index:3;display:flex;flex-direction:column}.dt-why-eyebrow{display:inline-flex;align-items:center;gap:7px;width:max-content;border-radius:999px;font-weight:900;letter-spacing:.035em;text-transform:uppercase}.dt-why-eyebrow span{width:18px;height:18px;display:grid;place-items:center}.dt-why-eyebrow .detay-icon{width:16px;height:16px}.dt-why-copy p{margin:0}.dt-why-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:max-content;background:#0b63d9;color:#fff!important;font-weight:900}.dt-why-person{position:relative;display:flex;justify-content:center;min-width:0;z-index:2}.dt-why-person>img:first-of-type{position:relative;z-index:2}.dt-why-stats{position:relative;z-index:3;display:flex;flex-direction:column}.dt-why-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.dt-why-stat{text-align:center}.dt-why-stat-icon{margin:0 auto 8px;display:grid;place-items:center;border-radius:50%;background:#e7f3ff;color:#0b63d9}.dt-why-stat-icon .detay-icon{width:20px;height:20px}.dt-why-stat:nth-child(2) .dt-why-stat-icon{background:#e6f8ef;color:#0aa65a}.dt-why-stat:nth-child(3) .dt-why-stat-icon{background:#fff3d9;color:#f0a600}.dt-why-stat:nth-child(4) .dt-why-stat-icon{background:#f0e8ff;color:#7026e8}.dt-why-stat>strong{display:block;line-height:1.05;letter-spacing:-.035em}.dt-why-stat>span{display:block;color:#536a80;font-weight:800}@media (max-width:1050px){.dt-why-card{grid-template-columns:minmax(0,1.05fr) minmax(190px,.52fr) minmax(300px,.9fr)}.dt-why-copy{padding-left:24px}.dt-why-person>img:first-of-type{height:270px}.dt-why-stats{padding-right:18px}.dt-why-stat{min-height:84px;padding:9px 7px}}@media (max-width:820px){.dt-why-card{grid-template-columns:1fr 1fr;min-height:0}.dt-why-copy{grid-column:1/-1;padding:22px 22px 10px}.dt-why-copy h2{max-width:680px}.dt-why-copy p{max-width:700px}.dt-why-person{min-height:280px;padding-top:0}.dt-why-person>img:first-of-type{height:270px}.dt-why-stats{padding:12px 18px 12px 8px}.dt-why-stat-grid{gap:8px}}@media (max-width:560px){.dt-why-section{padding:16px 0 20px!important}.dt-why-card{display:flex;flex-direction:column;border-radius:20px}.dt-why-copy{padding:18px 16px 4px}.dt-why-copy h2{font-size:28px;margin-top:9px}.dt-why-copy p{font-size:13px}.dt-why-person{order:2;min-height:250px;padding-top:0}.dt-why-person>img:first-of-type{height:260px}.dt-why-stats{order:3;padding:2px 14px 14px}.dt-why-stat{min-height:78px;padding:8px 6px}.dt-why-stat-icon{width:32px;height:32px;margin-bottom:5px}.dt-why-stat>strong{font-size:21px}.dt-why-stat>span{font-size:9px}}.premium-feedback{position:relative!important}.premium-feedback:before{content:"";position:absolute;left:50%;width:1px;background:linear-gradient(180deg,transparent,#dce9f6 12%,#dce9f6 88%,transparent)}.premium-feedback-grid{position:relative;z-index:1;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.dt-feedback-eyebrow{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#eaf4ff;color:#0b63d9;font-weight:900}.dt-feedback-eyebrow:before{content:"✦"}.premium-panel-head h2{margin:11px 0 8px!important;font-size:clamp(28px,3.2vw,40px)!important;line-height:1.08!important;letter-spacing:-.045em!important;color:#062b5f!important}.premium-testimonial{flex-basis:calc((var(--review-viewport,100%) - 28px)/3)!important;border:1px solid #dce8f3!important;background:rgb(255 255 255 / .94)!important;position:relative;overflow:hidden}.premium-testimonial:after{content:"”";position:absolute;right:13px;top:4px;color:#e7f2fd;font-size:54px;font-weight:900;line-height:1}.premium-testimonial .stars{color:#f3ad12!important;position:relative;z-index:1}.premium-testimonial p{color:#536b83!important;position:relative;z-index:1}.premium-testimonial .person{position:relative;z-index:1}.premium-testimonial .avatar{background:#0b3d7a!important;box-shadow:0 5px 12px rgb(6 43 95 / .14)}.premium-testimonial .person strong{color:#123b68!important}.premium-testimonial .person small{color:#71869a!important}.premium-faq{padding-left:0!important}.premium-faq-list .faq-item{border:1px solid #dfeaf4!important;background:rgb(255 255 255 / .9);overflow:hidden}.premium-faq-list .faq-q{color:#092f5f!important;align-items:center!important}.premium-faq-list .faq-q>span:first-child{padding-right:8px!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;font-weight:800}.premium-faq-list .faq-q span:last-child{background:#edf6ff!important;color:#0b63d9!important;font-weight:900}.premium-faq-list .faq-item.open{border-color:#cfe2f5!important;background:#fff!important;box-shadow:0 12px 28px rgb(7 43 95 / .07)!important}.premium-faq-list .faq-item.open .faq-q span:last-child{background:#0b63d9!important;color:#fff!important}@media(max-width:1050px){.premium-feedback-grid{gap:32px!important}.premium-testimonial{flex-basis:calc((var(--review-viewport,100%) - 14px)/2)!important}.premium-feedback:before{display:none}}@media(max-width:820px){.premium-feedback{padding:34px 0 38px!important}.premium-feedback-grid{grid-template-columns:1fr!important;gap:34px!important}.premium-faq{border-top:1px solid #dce8f3;padding-top:30px!important}}@media(max-width:560px){.premium-feedback{padding:28px 0 30px!important}.premium-panel-head h2{font-size:27px!important}.dt-feedback-subtitle{font-size:14px}.premium-testimonial{flex-basis:var(--review-viewport,100%)!important;min-height:185px!important}.premium-testimonial p{min-height:70px!important;font-size:13px!important}.premium-faq{padding-top:24px!important}.premium-faq-list .faq-q{font-size:12px!important}}.premium-feedback:before{top:18px!important;bottom:18px!important}.premium-panel-head{margin-bottom:14px!important}.dt-feedback-eyebrow{letter-spacing:.05em!important}.dt-feedback-eyebrow:before{font-size:9px!important}.dt-feedback-title em{font-style:normal;color:#0b73e8!important}.dt-feedback-title span{color:#062b5f!important}.dt-feedback-subtitle{max-width:570px!important}.review-slider{margin-top:12px!important}.review-track{gap:12px!important}.premium-testimonial{min-height:178px!important;padding:15px 16px 14px!important;border-radius:16px!important;box-shadow:0 8px 22px rgb(7 43 95 / .055)!important}.premium-testimonial p{margin:9px 0 12px!important;min-height:62px!important;font-size:13px!important;line-height:1.5!important}.premium-testimonial .stars{font-size:11px!important;letter-spacing:1.2px!important}.premium-testimonial .avatar{width:32px!important;height:32px!important;flex-basis:32px!important}.premium-testimonial .person strong{font-size:11px!important}.premium-testimonial .person small{font-size:8px!important}.premium-faq .premium-panel-head{margin-bottom:13px!important}.premium-faq-list .faq-item{border-radius:12px!important;box-shadow:0 5px 16px rgb(7 43 95 / .035)!important}.premium-faq-list .faq-q{min-height:44px!important;padding:9px 12px 9px 13px!important;font-size:12px!important}.premium-faq-list .faq-q>span:first-child{display:flex!important;align-items:center!important;gap:9px!important}.premium-faq-list .faq-q>span:first-child:before{content:"▤";width:28px;height:28px;min-width:28px;display:grid;place-items:center;border-radius:50%;background:#edf6ff;color:#0b63d9;font-size:14px;font-weight:900}.premium-faq-list .faq-q span:last-child{width:25px!important;height:25px!important;min-width:25px!important;flex-basis:25px!important;margin-left:8px!important}@media(max-width:820px){.premium-feedback{padding:26px 0 28px!important}.premium-feedback-grid{gap:24px!important}.premium-feedback:before{display:none!important}.premium-faq{border-top:1px solid #dce8f3;padding-top:22px!important}}@media(max-width:560px){.premium-feedback{padding:22px 0 24px!important}.premium-feedback-grid{gap:20px!important}.dt-feedback-subtitle{font-size:11px!important}.premium-testimonial{min-height:165px!important;padding:13px 14px 12px!important}.premium-testimonial p{min-height:56px!important;margin:8px 0 10px!important}.premium-faq{padding-top:20px!important}.premium-faq-list .faq-q{min-height:42px!important;font-size:11.5px!important}.premium-faq-list .faq-q>span:first-child:before{width:25px;height:25px;min-width:25px;font-size:12px}}.premium-feedback{overflow:hidden!important}@media(max-width:560px){.premium-feedback{padding:18px 0 20px!important}.premium-feedback-grid{gap:16px!important}.premium-reviews,.premium-faq{min-width:0!important;width:100%!important;max-width:100%!important}.premium-panel-head{min-width:0!important;width:100%!important;margin-bottom:10px!important}.dt-feedback-subtitle{max-width:100%!important;font-size:11px!important;line-height:1.4!important}.review-slider{width:100%!important;max-width:100%!important;margin-top:10px!important;overflow:hidden!important}.review-viewport{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;padding:0 0 3px!important}.review-viewport::-webkit-scrollbar{display:none!important}.review-track{width:max-content!important;transform:none!important;transition:none!important;gap:10px!important}.premium-testimonial{flex:0 0 calc(100vw - 66px)!important;width:calc(100vw - 66px)!important;max-width:calc(100vw - 66px)!important;min-height:152px!important;padding:12px 13px 11px!important;border-radius:15px!important;scroll-snap-align:start!important}.premium-testimonial p{min-height:50px!important;margin:7px 0 8px!important;font-size:12px!important;line-height:1.45!important}.premium-testimonial .stars{font-size:10px!important}.premium-testimonial .avatar{width:30px!important;height:30px!important;flex-basis:30px!important}.premium-faq{border-top:1px solid #e1ebf4!important;padding-top:16px!important;overflow:visible!important}.premium-faq .premium-panel-head{margin-bottom:9px!important}.premium-faq-list .faq-item{width:100%!important;max-width:100%!important;min-width:0!important;border-radius:11px!important;overflow:hidden!important}.premium-faq-list .faq-q{width:100%!important;max-width:100%!important;min-width:0!important;min-height:40px!important;padding:8px 9px!important;font-size:11.5px!important;line-height:1.3!important;gap:7px!important;box-sizing:border-box!important}.premium-faq-list .faq-q>span:first-child{min-width:0!important;max-width:calc(100% - 38px)!important;display:flex!important;align-items:center!important;gap:7px!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}.premium-faq-list .faq-q>span:first-child:before{width:24px!important;height:24px!important;min-width:24px!important;font-size:11px!important}.premium-faq-list .faq-q span:last-child{width:23px!important;height:23px!important;min-width:23px!important;flex:0 0 23px!important;margin-left:auto!important;font-size:16px!important}}.hero-copy>.hero-kicker{display:none!important}@media (max-width:560px){.premium-feedback .review-viewport{display:block!important;width:100%!important;max-width:100%!important;overflow-x:scroll!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important;scrollbar-width:none!important;cursor:grab!important}.premium-feedback .review-viewport:active{cursor:grabbing!important}.premium-feedback .review-track{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;min-width:max-content!important;transform:none!important;transition:none!important;gap:10px!important}.premium-feedback .premium-testimonial{flex:0 0 calc(100vw - 66px)!important;width:calc(100vw - 66px)!important;max-width:calc(100vw - 66px)!important;scroll-snap-align:start!important;scroll-snap-stop:always!important}}.dt-faq-showcase{min-width:0!important;padding-left:0!important}.dt-faq-front-head{margin-bottom:16px!important}.dt-faq-front-list{display:grid;gap:7px}.dt-faq-front-row{width:100%;min-width:0;display:grid;grid-template-columns:36px 36px minmax(0,1fr) 32px;align-items:center;gap:9px;padding:8px 10px;border:1px solid #dce8f4;border-radius:14px;background:#fff;color:#123b6e;text-align:left;cursor:pointer;box-shadow:0 5px 16px rgb(7 43 95 / .035);transition:.2s ease}.dt-faq-front-row:hover{border-color:#a9d2f7;background:#f7fbff;transform:translateY(-1px);box-shadow:0 9px 22px rgb(7 43 95 / .08)}.dt-faq-front-icon,.dt-faq-front-num{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#edf6ff;color:#0b63d9;font-weight:900;font-size:13px;flex:0 0 36px}.dt-faq-front-icon{font-size:16px}.dt-faq-front-arrow{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#edf6ff;color:#0b63d9;font-size:18px;font-weight:900}.dt-faq-all-btn{display:inline-flex;align-items:center;gap:10px;margin-top:12px;padding:10px 16px;border:1px solid #0b63d9;border-radius:999px;background:#fff;color:#103d73;font-size:12px;font-weight:900;cursor:pointer}.dt-faq-all-btn span{color:#0b63d9;font-size:17px}.dt-faq-popup[hidden]{display:none!important}.dt-faq-popup{position:fixed!important;inset:0!important;z-index:2147483647!important;display:grid;place-items:center;padding:20px}.dt-faq-popup-backdrop{position:absolute;inset:0;background:rgb(5 25 52 / .72);backdrop-filter:blur(7px)}.dt-faq-popup-dialog{position:relative;z-index:2;width:min(980px,100%);max-height:min(700px,calc(100vh - 40px));display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);background:#fff;border-radius:24px;box-shadow:0 35px 100px rgb(0 0 0 / .32);overflow:hidden}.dt-faq-popup-content{padding:38px 38px 34px}.dt-faq-popup-kicker{display:flex;align-items:center;gap:9px;color:#10396f;font-size:12px;font-weight:900;margin-bottom:18px}.dt-faq-popup-kicker span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#0b83f5;color:#fff}.dt-faq-popup-dialog h3{margin:0 0 14px;color:#082d63;font-size:clamp(28px,3.2vw,42px);line-height:1.08;letter-spacing:-.045em}.dt-faq-popup-answer{color:#58718a;font-size:14px;line-height:1.7}.dt-faq-popup-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.dt-faq-popup-actions .btn{min-height:48px}.dt-faq-whatsapp-btn{border:1px solid #0b63d9!important;background:#fff!important;color:#0b63d9!important}.dt-faq-popup-media{min-height:100%;background:#eef7ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.dt-faq-popup-media img{width:100%;height:100%;min-height:360px;object-fit:cover}.dt-faq-popup-close{position:absolute;right:14px;top:14px;z-index:5;width:38px;height:38px;border:0;border-radius:50%;background:#edf6ff;color:#0868df;font-size:26px;line-height:1;cursor:pointer}body.dt-faq-popup-open{overflow:hidden!important}@media(max-width:700px){.dt-faq-popup{padding:10px}.dt-faq-popup-dialog{grid-template-columns:1fr;max-height:calc(100vh - 20px);border-radius:18px}.dt-faq-popup-media{order:-1;height:180px;min-height:180px}.dt-faq-popup-media img{min-height:180px;height:180px}.dt-faq-popup-content{padding:22px 20px 20px}.dt-faq-popup-dialog h3{font-size:25px}.dt-faq-popup-answer{font-size:13px}.dt-faq-front-row{grid-template-columns:31px 31px minmax(0,1fr) 28px;gap:7px;padding:7px 8px}.dt-faq-front-icon,.dt-faq-front-num{width:31px;height:31px;flex-basis:31px;border-radius:9px}.dt-faq-front-question{font-size:11.5px}.dt-faq-front-arrow{width:27px;height:27px;font-size:16px}}.dt-faq-hidden-home .dt-faq-showcase{display:none!important}.dt-faq-hidden-home .premium-feedback-grid{grid-template-columns:1fr!important}.dt-reviews-showcase{min-width:0}.dt-reviews-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.dt-reviews-head-copy{min-width:0}.dt-reviews-head .dt-review-slider{position:relative}.dt-review-slider .review-viewport{overflow:hidden}.dt-google-review-card{flex-basis:calc((var(--review-viewport,100%) - 20px)/3)!important;background:#fff!important;border:1px solid #dce8f4!important;box-shadow:0 12px 28px rgb(7 43 95 / .055)!important}.dt-review-card-top{display:flex;align-items:center;justify-content:space-between}.dt-review-card-top .stars{font-size:13px!important;letter-spacing:1.5px!important;color:#f4ad00!important}.dt-google-review-card>p{min-height:98px!important;margin:10px 0 10px!important;font-size:12px!important;line-height:1.58!important;color:#23466d!important}.dt-review-nav{position:absolute;z-index:4;top:45%;transform:translateY(-50%);border:1px solid #e0eaf5;border-radius:50%;background:#fff;color:#0b73e8;line-height:1;display:grid;place-items:center;box-shadow:0 10px 24px rgb(7 43 95 / .10);cursor:pointer}@media(max-width:1050px){.dt-google-review-card{flex-basis:calc((var(--review-viewport,100%) - 10px)/2)!important}.dt-review-prev{left:-8px}.dt-review-next{right:-8px}}@media(max-width:820px){.dt-reviews-head{margin-bottom:12px}.dt-google-review-card{min-height:240px!important}}@media(max-width:560px){.dt-reviews-head{display:block}.dt-review-slider{padding:0}.dt-review-slider .review-viewport{overflow-x:auto!important;scroll-snap-type:x mandatory}.dt-google-review-card{flex:0 0 calc(100vw - 55px)!important;width:calc(100vw - 55px)!important;min-height:235px!important;scroll-snap-align:start;padding:13px!important}.dt-google-review-card>p{min-height:72px!important;font-size:11px!important}.dt-review-nav{display:none}}.dt-review-slider .review-track{display:flex!important}.dt-google-review-card{flex:0 0 calc((var(--review-viewport,100%) - 14px)/2)!important;width:calc((var(--review-viewport,100%) - 14px)/2)!important}@media(max-width:560px){.dt-google-review-card{flex:0 0 calc(100vw - 55px)!important;width:calc(100vw - 55px)!important;min-height:260px!important;padding:16px!important}.dt-google-review-card .dt-review-text{font-size:12px!important;line-height:1.58!important}}@media (max-width:700px){.dt-faq-popup-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;gap:8px!important;width:100%!important;margin-top:20px!important}.dt-faq-popup-actions .btn{width:100%!important;min-width:0!important;min-height:46px!important;padding:10px 8px!important;font-size:11.5px!important;line-height:1.2!important;white-space:nowrap!important}}@media (max-width:380px){.dt-faq-popup-actions{gap:6px!important}.dt-faq-popup-actions .btn{font-size:10.5px!important;padding-left:5px!important;padding-right:5px!important}}.site-header .header-phone{position:relative!important;min-width:214px!important;min-height:58px!important;padding:7px 16px 7px 9px!important;gap:11px!important;border:1px solid #d7e7f7!important;border-radius:18px!important;background:linear-gradient(135deg,#ffffff 0%,#f3f9ff 100%)!important;box-shadow:0 10px 28px rgb(6 55 112 / .10),inset 0 1px 0 rgb(255 255 255 / .95)!important;overflow:hidden!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}.site-header .header-phone:before{content:"";position:absolute;top:-24px;right:-18px;width:82px;height:82px;border-radius:50%;background:radial-gradient(circle,rgb(46 140 255 / .13),#fff0 70%);pointer-events:none}.site-header .header-phone:hover{transform:translateY(-2px)!important;border-color:#b9d8f5!important;box-shadow:0 15px 34px rgb(6 55 112 / .15),inset 0 1px 0 rgb(255 255 255 / .95)!important}.site-header .header-phone-icon{position:relative!important;z-index:1!important;width:44px!important;height:44px!important;flex:0 0 44px!important;border:0!important;border-radius:14px!important;color:#fff!important;background:linear-gradient(145deg,#0b73e8,#1260d0)!important;box-shadow:0 8px 18px rgb(11 99 217 / .24)!important}.site-header .header-phone-icon .detay-icon,.site-header .header-phone-icon svg{width:20px!important;height:20px!important;color:#fff!important}.site-header .header-phone-copy{position:relative!important;z-index:1!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;line-height:1.05!important}.site-header .header-phone-copy strong{color:#082d60!important;font-weight:900!important;white-space:nowrap!important}.site-header .header-phone-copy small{margin-top:4px!important;color:#6b8197!important;font-weight:750!important}@media(max-width:1100px){.site-header .header-phone{min-width:198px!important;padding-right:12px!important}.site-header .header-phone-icon{width:40px!important;height:40px!important;flex-basis:40px!important}.site-header .header-phone-copy strong{font-size:13px!important}}.dt-home-blog-showcase{background:linear-gradient(180deg,#fff 0%,#f5faff 100%);overflow:hidden;padding-top:38px!important;padding-bottom:38px!important}.dt-home-blog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.dt-home-blog-title-wrap{text-align:left;margin:0 auto;flex:1}.dt-home-blog-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:900;letter-spacing:.09em}.dt-home-blog-eyebrow:before,.dt-home-blog-eyebrow:after{content:"";width:48px;height:1px}.dt-home-blog-title-wrap h2{margin:4px 0 4px;color:#092f66;font-size:clamp(30px,3.2vw,42px);line-height:1.12;letter-spacing:-.045em}.dt-home-blog-title-wrap h2 em{font-style:normal;color:#0874e8}.dt-home-blog-all{flex:0 0 auto;margin-top:4px;display:inline-flex;align-items:center;gap:22px;padding:12px 18px;border:1.5px solid #0874e8;border-radius:999px;background:#fff;font-size:13px;font-weight:900;box-shadow:0 7px 18px rgb(8 116 232 / .06)}.dt-home-blog-all span{color:#0874e8;font-size:20px;line-height:1}.dt-home-blog-showcase{position:relative}.dt-home-blog-slider{position:relative;min-width:0;padding:0}.dt-home-blog-viewport{overflow:visible;margin-bottom:30px}.dt-home-blog-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}.dt-home-blog-card{min-width:0;background:#fff;border:1px solid #e0ebf6;border-radius:18px;overflow:hidden;box-shadow:0 9px 25px rgb(7 43 95 / .07);display:flex;flex-direction:column}.dt-home-blog-media{position:relative;display:block;height:178px;overflow:hidden;background:#eaf2fa;flex:0 0 auto}.dt-home-blog-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.dt-home-blog-card:hover .dt-home-blog-media img{transform:scale(1.04)}.dt-home-blog-cat{position:absolute;left:13px;bottom:12px;top:auto;padding:6px 11px;border-radius:999px;background:rgb(255 255 255 / .94);font-size:10px;font-weight:900;box-shadow:0 5px 15px rgb(7 43 95 / .08)}.dt-home-blog-image-meta{position:absolute;right:10px;bottom:11px;display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;background:rgb(7 32 67 / .68);color:#fff;font-size:8px;line-height:1;backdrop-filter:blur(5px)}.dt-home-blog-image-meta i{opacity:.7;font-style:normal}.dt-home-blog-card-body{padding:14px 15px 15px;display:flex;flex-direction:column;flex:1}.dt-home-blog-card h3{margin:0 0 7px;font-size:17px;line-height:1.18;letter-spacing:-.025em;color:#092f66}.dt-home-blog-card h3 a{color:inherit}.dt-home-blog-card p{margin:0;min-height:63px;font-size:14px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.dt-home-blog-read{display:inline-flex;align-items:center;gap:5px;margin-top:auto;padding-top:10px;font-size:10px;font-weight:900}.dt-home-blog-read span{font-size:15px;line-height:1}@media(max-width:1100px){.dt-home-blog-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.dt-home-blog-media{height:165px}}@media(max-width:820px){.dt-home-blog-showcase{padding:22px 0 26px}.dt-home-blog-head{align-items:flex-start}.dt-home-blog-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dt-home-blog-media{height:155px}}@media(max-width:560px){.dt-home-blog-showcase{padding:20px 0 22px}.dt-home-blog-head{display:block;margin-bottom:12px}.dt-home-blog-title-wrap h2{font-size:26px}.dt-home-blog-all{margin-top:10px;padding:9px 13px;font-size:10px}.dt-home-blog-track{grid-template-columns:1fr;gap:14px}.dt-home-blog-media{height:180px}.dt-home-blog-card-body{padding:12px 13px 13px}.dt-home-blog-card h3{font-size:16px}.dt-home-blog-card p{font-size:14px;min-height:63px}}.header-whatsapp{gap:8px!important}.header-whatsapp svg{width:18px!important;height:18px!important;flex:0 0 18px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.header-whatsapp:hover{background:#20bd5b!important;box-shadow:0 10px 26px rgb(37 211 102 / .25)!important}@media(max-width:900px){.header-whatsapp span:nth-of-type(2){display:none!important}.header-whatsapp{padding:11px 13px!important;min-width:44px!important}}.dt-why-section{padding:24px 0 28px!important;background:#fff!important}.dt-why-card{display:grid!important;grid-template-columns:minmax(220px,.72fr) minmax(390px,1.38fr) minmax(300px,.92fr)!important;grid-template-areas:"person copy stats";align-items:stretch!important;min-height:320px!important;padding:0!important;border:1px solid #dbe8f5!important;border-radius:24px!important;background:linear-gradient(135deg,#f8fcff 0%,#edf6ff 100%)!important;box-shadow:0 16px 42px rgb(7 43 95 / .10)!important}.dt-why-person{grid-area:person!important;min-height:320px!important;padding:0!important;align-items:flex-end!important;overflow:hidden!important;background:transparent!important}.dt-why-person>img:first-of-type{height:330px!important;width:auto!important;max-width:none!important;object-fit:contain!important;filter:drop-shadow(0 16px 22px rgb(7 43 95 / .12))!important}.dt-why-copy{grid-area:copy!important;padding:28px 24px 26px 18px!important;justify-content:center!important}.dt-why-eyebrow{padding:6px 10px!important;font-size:10px!important;background:#e8f4ff!important;color:#0b63d9!important;border:1px solid #cfe7ff!important}.dt-why-copy h2{max-width:610px!important;margin:12px 0 10px!important;font-size:clamp(31px,3.15vw,42px)!important;line-height:1.04!important;letter-spacing:-.045em!important;color:#062b5f!important}.dt-why-copy p{max-width:620px!important;font-size:15px!important;line-height:1.62!important;color:#536a80!important}.dt-why-button{margin-top:16px!important;padding:11px 19px!important;border-radius:999px!important;font-size:12px!important;box-shadow:0 10px 24px rgb(11 99 217 / .20)!important}.dt-why-stats{grid-area:stats!important;padding:24px 20px 24px 8px!important;justify-content:center!important}.dt-why-stat-grid{gap:12px!important}.dt-why-stat{min-height:112px!important;padding:14px 10px!important;border:1px solid rgb(220 233 246 / .95)!important;border-radius:17px!important;background:rgb(255 255 255 / .94)!important;box-shadow:0 8px 22px rgb(7 43 95 / .055)!important}.dt-why-stat-icon{width:42px!important;height:42px!important;margin-bottom:8px!important}.dt-why-stat>strong{font-size:27px!important;color:#062b5f!important}.dt-why-stat>span{font-size:10px!important;margin-top:4px!important}@media(max-width:1050px){.dt-why-card{grid-template-columns:minmax(190px,.66fr) minmax(330px,1.3fr) minmax(270px,.88fr)!important}.dt-why-person>img:first-of-type{height:300px!important}.dt-why-copy{padding:24px 18px 22px 12px!important}.dt-why-copy h2{font-size:clamp(28px,3.3vw,38px)!important}.dt-why-stats{padding-right:14px!important}}@media(max-width:820px){.dt-why-card{grid-template-columns:1fr 1fr!important;grid-template-areas:"copy copy" "person stats";min-height:0!important}.dt-why-copy{padding:24px 22px 12px!important}.dt-why-copy h2{max-width:700px!important}.dt-why-person{min-height:270px!important}.dt-why-person>img:first-of-type{height:270px!important}.dt-why-stats{padding:16px 18px 18px 8px!important}}@media(max-width:560px){.dt-why-section{padding:16px 0 20px!important}.dt-why-card{display:flex!important;flex-direction:column!important;border-radius:20px!important}.dt-why-copy{order:1!important;padding:20px 16px 10px!important}.dt-why-copy h2{font-size:28px!important;line-height:1.07!important;margin:10px 0 9px!important}.dt-why-copy p{font-size:13px!important;line-height:1.55!important}.dt-why-button{margin-top:13px!important}.dt-why-person{order:2!important;min-height:245px!important}.dt-why-person>img:first-of-type{height:260px!important}.dt-why-stats{order:3!important;padding:8px 14px 14px!important}.dt-why-stat{min-height:78px!important;padding:9px 6px!important}.dt-why-stat-icon{width:32px!important;height:32px!important;margin-bottom:5px!important}.dt-why-stat>strong{font-size:21px!important}.dt-why-stat>span{font-size:9px!important}}.premium-feedback{padding:24px 0 26px!important;background:#fff!important}.premium-feedback-grid{gap:24px!important;align-items:start!important}.dt-reviews-showcase,.dt-faq-showcase{min-width:0!important}.dt-reviews-head{margin-bottom:14px!important}.dt-feedback-eyebrow{font-size:10px!important;padding:5px 10px!important}.dt-feedback-subtitle{font-size:15px!important;line-height:1.45!important;margin:0!important}.dt-review-slider{margin-top:10px!important;padding:0 10px!important}.dt-review-slider .review-track{gap:18px!important}.dt-google-review-card{min-height:270px!important;height:270px!important;padding:18px 18px 16px!important;border-radius:18px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.dt-google-review-card .dt-review-card-top{flex:0 0 auto!important}.dt-google-review-card .dt-review-text{flex:1 1 auto!important;min-height:0!important;margin:12px 0 14px!important;font-size:13px!important;line-height:1.62!important;color:#294d70!important;overflow:visible!important}.dt-google-review-card .dt-review-text p{margin:0!important}.dt-google-review-card .person{margin-top:auto!important;flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:10px!important;padding-top:8px!important;border-top:1px solid #edf2f7!important}.dt-google-review-card .person .avatar{width:38px!important;height:38px!important;flex:0 0 38px!important;font-size:13px!important;box-shadow:0 6px 14px rgb(7 43 95 / .12)!important}.dt-google-review-card .person span:last-child{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important}.dt-google-review-card .person strong{display:block!important;font-size:12px!important;line-height:1.2!important;color:#123b68!important;white-space:nowrap!important;overflow:visible!important}.dt-google-review-card .person small{display:block!important;margin-top:3px!important;font-size:9px!important;line-height:1.2!important;color:#71869a!important;white-space:nowrap!important;overflow:visible!important}.dt-review-nav{width:44px!important;height:44px!important;font-size:30px!important}.dt-review-prev{left:-4px!important}.dt-review-next{right:-4px!important}.dt-review-slider @media(max-width:820px){.premium-feedback{padding:20px 0 22px!important}.dt-google-review-card{min-height:255px!important;height:255px!important;padding:17px!important}.dt-google-review-card .dt-review-text{font-size:12.5px!important;line-height:1.58!important}.dt-google-review-card .person .avatar{width:36px!important;height:36px!important;flex-basis:36px!important}}@media(max-width:560px){.premium-feedback{padding:18px 0 20px!important}.dt-feedback-subtitle{font-size:14px!important}.dt-review-slider{padding:0 6px!important}.dt-review-slider .review-viewport{width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;display:block!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}.dt-review-slider .review-track{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;min-width:100%!important;gap:18px!important;transform:none!important}.dt-google-review-card{flex:0 0 calc(100% - 56px)!important;width:calc(100% - 56px)!important;min-width:0!important;min-height:245px!important;height:245px!important;padding:16px!important}.dt-google-review-card .dt-review-text{font-size:12px!important;line-height:1.58!important;margin:11px 0 12px!important}.dt-google-review-card .person{padding-top:8px!important}.dt-google-review-card .person strong{font-size:11.5px!important}.dt-google-review-card .person small{font-size:8.5px!important}.dt-review-nav{display:none!important}}.home main>section.section,.front-page main>section.section,body.home main>section.section{margin:0!important;padding:0!important}.home main>section.section>.container,.front-page main>section.section>.container{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}.home main>section.dt-why-section .dt-why-card{margin:0!important}.home main>section.services-section .section-head{margin:0 0 20px!important}.home main>section.services-section .services-slider-controls{margin:0!important}.home main>section.services-section .services-slider{margin:0!important}.home main>section.premium-pricing .section-head{margin-top:0!important;margin-bottom:20px!important}.home main>section.premium-feedback .premium-feedback-grid{margin:0!important}.home main>section.dt-home-blog-showcase .dt-home-blog-head{margin-top:30px!important;margin-bottom:30px!important}.home main>section.dt-home-blog-showcase .dt-home-blog-slider{margin:0!important}@media(max-width:820px){.home main>section.dt-why-section{padding:22px 0 24px!important}.home main>section.services-section{padding:24px 0 28px!important}.home main>section.premium-pricing{padding:24px 0 26px!important}.home main>section.premium-feedback{padding:20px 0 22px!important}.home main>section.dt-home-blog-showcase{padding:24px 0 26px!important}}@media(max-width:560px){.home main>section.dt-why-section{padding:18px 0 20px!important}.home main>section.services-section{padding:20px 0 24px!important}.home main>section.premium-pricing{padding:20px 0 22px!important}.home main>section.premium-feedback{padding:16px 0 18px!important}.home main>section.dt-home-blog-showcase{padding:20px 0 22px!important}}.home main>section.dt-why-section{padding:22px 0 24px!important}.home main>section.services-section{padding:24px 0 26px!important}.home main>section.premium-pricing{padding:24px 0 26px!important}.home main>section.premium-feedback{padding:20px 0 22px!important}.home main>section.dt-home-blog-showcase{padding:24px 0 26px!important}.home main>section.dt-why-section .dt-why-card,.home main>section.services-section .services-grid,.home main>section.premium-pricing .pricing-grid,.home main>section.premium-feedback .premium-feedback-grid,.home main>section.dt-home-blog-showcase .dt-home-blog-slider{margin-top:40px!important;margin-bottom:0!important}@media(max-width:820px){.home main>section.dt-why-section{padding:18px 0 20px!important}.home main>section.services-section{padding:20px 0 22px!important}.home main>section.premium-pricing{padding:20px 0 22px!important}.home main>section.premium-feedback{padding:16px 0 18px!important}.home main>section.dt-home-blog-showcase{padding:20px 0 22px!important}}@media(max-width:560px){.home main>section.dt-why-section{padding:15px 0 17px!important}.home main>section.services-section{padding:17px 0 19px!important}.home main>section.premium-pricing{padding:17px 0 19px!important}.home main>section.premium-feedback{padding:13px 0 15px!important}.home main>section.dt-home-blog-showcase{padding:17px 0 19px!important}}@media (max-width:900px){.home main>section.dt-why-section{padding-top:18px!important;padding-bottom:20px!important}.home main>section.services-section{padding-top:20px!important;padding-bottom:22px!important}.home main>section.premium-pricing{padding-top:20px!important;padding-bottom:22px!important}.home main>section.premium-feedback{padding-top:16px!important;padding-bottom:18px!important}.home main>section.dt-home-blog-showcase{padding-top:20px!important;padding-bottom:22px!important}}@media (max-width:560px){.home main>section.dt-why-section{padding-top:15px!important;padding-bottom:17px!important}.home main>section.services-section{padding-top:17px!important;padding-bottom:19px!important}.home main>section.premium-pricing{padding-top:17px!important;padding-bottom:19px!important}.home main>section.premium-feedback{padding-top:14px!important;padding-bottom:16px!important}.home main>section.dt-home-blog-showcase{padding-top:17px!important;padding-bottom:19px!important}}.home main>section.dt-why-section{padding-top:22px!important;padding-bottom:24px!important}.home main>section.services-section{padding-top:24px!important;padding-bottom:26px!important}.home main>section.premium-pricing{padding-top:24px!important;padding-bottom:26px!important}.home main>section.premium-feedback{padding-top:20px!important;padding-bottom:22px!important}.home main>section.dt-home-blog-showcase{padding-top:24px!important;padding-bottom:26px!important}.home main>section .section-head,.home main>section .service-head,.home main>section .pricing-section-head,.home main>section .premium-panel-head,.home main>section .dt-home-blog-head{margin-top:0!important}@media (max-width:900px){.home main>section.section+section.section,.home main>section.services-section+section.section,.home main>section.section+section.services-section{margin-top:8px!important}.home main>section.dt-why-section{padding-top:19px!important;padding-bottom:21px!important}.home main>section.services-section{padding-top:21px!important;padding-bottom:23px!important}.home main>section.premium-pricing{padding-top:21px!important;padding-bottom:23px!important}.home main>section.premium-feedback{padding-top:17px!important;padding-bottom:19px!important}.home main>section.dt-home-blog-showcase{padding-top:21px!important;padding-bottom:23px!important}}@media (max-width:560px){.home main>section.section+section.section,.home main>section.services-section+section.section,.home main>section.section+section.services-section{margin-top:6px!important}.home main>section.dt-why-section{padding-top:15px!important;padding-bottom:17px!important}.home main>section.services-section{padding-top:17px!important;padding-bottom:19px!important}.home main>section.premium-pricing{padding-top:17px!important;padding-bottom:19px!important}.home main>section.premium-feedback{padding-top:14px!important;padding-bottom:16px!important}.home main>section.dt-home-blog-showcase{padding-top:17px!important;padding-bottom:19px!important}}.home main>section.section+section.section,.home main>section.services-section+section.section,.home main>section.section+section.services-section{margin-top:30px!important}@media (max-width:900px){.home main>section.section+section.section,.home main>section.services-section+section.section,.home main>section.section+section.services-section{margin-top:25px!important}}@media (max-width:560px){.home main>section.section+section.section,.home main>section.services-section+section.section,.home main>section.section+section.services-section{margin-top:20px!important}}main>section#fiyatlar.premium-pricing{margin-top:30px!important;margin-bottom:30px!important}.home main>section.section,.home main>section.services-section,.front-page main>section.section,.front-page main>section.services-section,body.home main>section.section,body.home main>section.services-section{margin-top:0!important;margin-bottom:0px!important}@media (max-width:760px){#fiyatlar.premium-pricing{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border-radius:0!important;background:linear-gradient(180deg,#fbfdff 0%,#ffffff 100%)!important;overflow:hidden!important}}@media (min-width:821px){.hero-premium .hero-copy{width:auto!important;max-width:100%!important;min-width:0!important;padding:34px 0 42px!important;align-self:center!important}}@media (max-width:760px){.home main>section.hero-premium,.front-page main>section.hero-premium,body.home main>section.hero-premium{min-height:0!important;height:auto!important}.home main>section.hero-premium .hero-inner,.front-page main>section.hero-premium .hero-inner,body.home main>section.hero-premium .hero-inner{min-height:0!important;height:auto!important;align-items:center!important}.home main>section.hero-premium .hero-copy,.front-page main>section.hero-premium .hero-copy,body.home main>section.hero-premium .hero-copy{width:100%!important;max-width:100%!important;padding:28px 0 30px!important}.home main>section.hero-premium h1,.home .hero-premium h1,.front-page main>section.hero-premium h1,body.home main>section.hero-premium h1{line-height:1.04!important;margin:6px 0 10px!important;max-width:100%!important}.home main>section.hero-premium .hero-lead .front-page main>section.hero-premium .hero-lead{font-size:16px!important;line-height:1.45!important;margin:0 0 15px!important;max-width:100%!important}.home main>section.hero-premium .hero-actions,.front-page main>section.hero-premium .hero-actions,body.home main>section.hero-premium .hero-actions{gap:8px!important;margin:0 0 15px!important}.home main>section.hero-premium .hero-actions .btn,.front-page main>section.hero-premium .hero-actions .btn,body.home main>section.hero-premium .hero-actions .btn{min-height:42px!important;padding:10px 13px!important;font-size:14px!important;flex:1 1 0!important}.home main>section.hero-premium .hero-points,.front-page main>section.hero-premium .hero-points,body.home main>section.hero-premium .hero-points{gap:8px 10px!important;margin:0 0 13px!important;justify-content:flex-start!important}.home main>section.hero-premium .hero-point,.front-page main>section.hero-premium .hero-point,body.home main>section.hero-premium .hero-point{gap:6px!important;font-size:11px!important;line-height:1.15!important;flex:1 1 calc(33.333% - 10px)!important;min-width:0!important}.home main>section.hero-premium .hero-point i,.front-page main>section.hero-premium .hero-point i,body.home main>section.hero-premium .hero-point i{width:26px!important;height:26px!important;min-width:26px!important}.home main>section.hero-premium .hero-point span,.front-page main>section.hero-premium .hero-point span,body.home main>section.hero-premium .hero-point span{min-width:0!important}.home main>section.hero-premium .hero-point strong,.front-page main>section.hero-premium .hero-point strong,body.home main>section.hero-premium .hero-point strong{font-size:11px!important}.home main>section.hero-premium .hero-point small,.front-page main>section.hero-premium .hero-point small,body.home main>section.hero-premium .hero-point small{font-size:9px!important;display:block!important}.home main>section.hero-premium .hero-trust-line .front-page main>section.hero-premium .hero-trust-line{gap:7px!important;font-size:10px!important;line-height:1.2!important;flex-wrap:nowrap!important}.home main>section.hero-premium .hero-visual,.front-page main>section.hero-premium .hero-visual,body.home main>section.hero-premium .hero-visual{display:none!important}}@media (max-width:390px){.home main>section.hero-premium .hero-copy,.front-page main>section.hero-premium .hero-copy,body.home main>section.hero-premium .hero-copy{padding:22px 0 24px!important}.home main>section.hero-premium .hero-lead .front-page main>section.hero-premium .hero-lead{font-size:14px!important;line-height:1.4!important}.home main>section.hero-premium .hero-point small,.front-page main>section.hero-premium .hero-point small,body.home main>section.hero-premium .hero-point small{font-size:8.5px!important}}.home main .section-head,.home main .service-head{padding-top:30px!important}.site-footer{border-top:1px solid rgb(105 183 255 / .16)}.site-footer:before{content:"";position:absolute;inset:0;pointer-events:none}.dt-footer-main{position:relative;z-index:1;padding:0;background-color:#062b5f;background-repeat:no-repeat;background-position:center bottom;background-size:cover}.dt-footer-main>.container{position:relative;z-index:1}.dt-footer-grid{display:grid;grid-template-columns:1.55fr .9fr .9fr 1.05fr 1.25fr;gap:0;padding:0 0 0}.dt-footer-col{min-width:0;padding:0 28px;border-left:1px solid rgb(154 205 255 / .14)}.dt-footer-col:first-child{border-left:0;padding-left:0}.dt-footer-col:last-child{padding-right:0}.dt-footer-brand-col{padding-right:36px}.dt-footer-brand{min-height:70px;display:flex;align-items:flex-start}.dt-footer-logo{width:auto;max-width:285px;height:auto;max-height:92px;object-fit:contain;object-position:left center;filter:drop-shadow(0 8px 20px rgb(0 0 0 / .18))}.dt-footer-rule{display:block;width:56px;height:4px;border-radius:99px;background:#0788f7;margin:14px 0 22px;box-shadow:0 0 18px rgb(8 136 247 / .28)}.dt-footer-tagline{font-size:30px;line-height:1.08;letter-spacing:-.045em;margin:0 0 18px;font-weight:900}.dt-footer-tagline span{display:block}.dt-footer-tagline span:last-child{color:#0792ff}.dt-footer-description{max-width:370px;color:#c4d7ea;font-size:15px;line-height:1.65;margin:0 0 28px}.dt-footer-col h3{font-size:20px;line-height:1.2;letter-spacing:-.02em;margin:3px 0 0;font-weight:900}.dt-footer-links,.dt-footer-links ul{list-style:none;padding:0;margin:0}.dt-footer-links li{margin:0}.dt-footer-links a{display:flex;align-items:center;gap:10px;padding:7px 0;color:#d9e8f7;font-size:14px;line-height:1.35;transition:.2s ease}.dt-footer-links a span{color:#7ec8ff;font-size:21px;line-height:1}.dt-footer-links a:hover{color:#fff;transform:translateX(3px)}.dt-footer-contact{display:grid;gap:17px}.dt-footer-contact-item{display:flex;align-items:flex-start;gap:13px;color:#dbe9f7}.dt-footer-contact-icon{width:44px;height:44px;flex:0 0 44px;border:1px solid #0788f7;border-radius:50%;display:grid;place-items:center;color:#fff;background:rgb(7 136 247 / .07);box-shadow:inset 0 0 0 5px rgb(7 136 247 / .03)}.dt-footer-contact-icon svg{width:21px;height:21px}.dt-footer-contact-item strong{display:block;font-size:13px;line-height:1.45;color:#fff}.dt-footer-contact-item small{display:block;color:#9fb8cf;font-size:11px;line-height:1.4;margin-top:3px}.dt-footer-google-card{position:relative;border:1px solid rgb(165 212 255 / .22);border-radius:12px;overflow:hidden;background:#0b2949;box-shadow:0 15px 35px rgb(0 0 0 / .18)}.dt-footer-google-card iframe{display:block;width:100%;height:170px;border:0;filter:saturate(.88)}.dt-footer-google-link{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);white-space:nowrap;background:#0788f7;color:#fff!important;border-radius:99px;padding:10px 16px;font-size:12px;font-weight:900;box-shadow:0 8px 20px rgb(0 104 216 / .3)}.dt-footer-google-link:hover{background:#0b9bff}.dt-footer-google-link span{margin-left:7px}.dt-footer-google-rating{display:flex;align-items:center;gap:14px;margin-top:18px;padding:14px;border:1px solid rgb(165 212 255 / .18);border-radius:14px;background:rgb(7 35 63 / .62)}.dt-google-mark{width:40px;height:40px;flex:0 0 40px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#4285f4;font-size:25px;font-weight:900;box-shadow:0 4px 16px rgb(0 0 0 / .2)}.dt-google-score{display:flex;align-items:center;gap:9px}.dt-google-score strong{font-size:23px;line-height:1}.dt-google-score span{color:#ffc400;letter-spacing:1px;font-size:14px}.dt-footer-google-rating p{margin:5px 0 0;color:#b7ccdf;font-size:11px;line-height:1.4}.dt-footer-bottom{position:relative;z-index:2;border-top:1px solid rgb(164 211 255 / .14);background:rgb(2 20 39 / .74)}.dt-footer-bottom-inner{min-height:82px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:30px}.dt-footer-social{display:flex;gap:12px}.dt-footer-social a{width:42px;height:42px;border:1px solid rgb(126 200 255 / .48);border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;font-size:17px;transition:.2s}.dt-footer-social a:hover{background:#0788f7;border-color:#0788f7;transform:translateY(-2px)}.dt-footer-copy{font-size:12px;color:#c2d4e7}.dt-footer-legal{display:flex;gap:18px}.dt-footer-legal a{font-size:12px;color:#c2d4e7}.dt-footer-legal a:hover{color:#fff}.dt-footer-ssl{display:flex;align-items:center;gap:9px}.dt-footer-lock{width:30px;height:30px;border:1px solid rgb(126 200 255 / .4);border-radius:50%;display:grid;place-items:center;color:#159cff;font-size:17px}.dt-footer-ssl strong,.dt-footer-ssl small{display:block}.dt-footer-ssl strong{font-size:10px}.dt-footer-ssl small{font-size:8px;color:#91abc3}.site-footer .dt-footer-grid{min-height:0}.site-footer .dt-footer-rule{margin-top:9px;margin-bottom:14px}.site-footer .dt-footer-tagline{margin-bottom:12px}.site-footer .dt-footer-description{margin-bottom:18px}.site-footer .site-footer .site-footer .site-footer .site-footer .dt-footer-col{padding-left:20px;padding-right:20px}.site-footer .dt-footer-links a{padding:5px 0}.site-footer .dt-footer-contact-icon svg{width:18px;height:18px}.site-footer .dt-footer-contact-item small{margin-top:1px}.site-footer .dt-footer-google-link{bottom:10px}.site-footer .dt-footer-google-rating{gap:10px}.site-footer .dt-google-mark{font-size:21px}.site-footer .dt-footer-google-rating p{margin-top:3px}.site-footer:before{background:radial-gradient(circle at 8% 20%,rgb(16 132 255 / .10),transparent 28%),radial-gradient(circle at 94% 10%,rgb(0 121 255 / .11),transparent 25%),linear-gradient(180deg,rgb(0 0 0 / .12),rgb(0 0 0 / .18))}.site-footer .dt-footer-links{display:grid!important}.site-footer .dt-footer-links ul{list-style:none!important;padding:0!important;margin:0!important}.site-footer .dt-footer-google-card{position:relative!important;overflow:hidden!important}.site-footer .dt-footer-google-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;min-width:0!important;max-width:calc(100% - 24px)!important;height:auto!important;min-height:0!important;max-height:42px!important;line-height:1.2!important;box-sizing:border-box!important;margin:0!important;top:auto!important;right:auto!important;transform:translateX(-50%)!important;z-index:5!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:nowrap!important;overflow:hidden!important}.site-footer .dt-footer-google-link span{display:inline!important;width:auto!important;height:auto!important;min-height:0!important;margin-left:7px!important}@media (max-width:820px){.site-footer .dt-footer-main{padding:28px 0 54px;background-size:cover}.site-footer .dt-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.site-footer .dt-footer-col{min-width:0;padding:0 0 18px;border-left:0}.site-footer .dt-footer-brand-col{grid-column:1/-1;padding:0 0 18px}.site-footer .dt-footer-logo{max-width:190px;max-height:58px}.site-footer .dt-footer-brand{min-height:46px}.site-footer .dt-footer-rule{width:44px;height:3px;margin:7px 0 11px}.site-footer .dt-footer-tagline{font-size:23px;line-height:1.05;margin:0 0 9px}.site-footer .dt-footer-description{max-width:520px;font-size:12.5px;line-height:1.42;margin:0 0 12px}.site-footer .dt-footer-social-wrap{margin-top:8px}.site-footer .dt-footer-social-title{font-size:10px}.site-footer .dt-footer-social{gap:7px}.site-footer .dt-footer-social a{width:34px;height:34px;font-size:14px}.site-footer .dt-footer-col h3{font-size:16px;line-height:1.2;margin:0}.site-footer .dt-footer-links{margin:9px 0 0!important;gap:2px!important}.site-footer .dt-footer-links a{padding:4px 0;font-size:12px;line-height:1.3;gap:7px}.site-footer .dt-footer-links a span{font-size:17px}.site-footer .dt-footer-contact{gap:8px}.site-footer .dt-footer-contact-item{gap:8px}.site-footer .dt-footer-contact-icon{width:36px;height:36px;flex-basis:36px}.site-footer .dt-footer-contact-icon svg{width:16px;height:16px}.site-footer .dt-footer-contact-item strong{font-size:11px;line-height:1.3}.site-footer .dt-footer-contact-item small{font-size:9px;line-height:1.25;margin-top:1px}.site-footer .dt-footer-google-col{grid-column:1/-1;margin-top:4px;padding:12px 0 0;border-top:1px solid rgb(154 205 255 / .12)}.site-footer .dt-footer-google-card{margin-top:10px}.site-footer .dt-footer-google-card iframe{height:125px}.site-footer .dt-footer-google-link{bottom:8px;padding:7px 11px;font-size:10px}.site-footer .dt-footer-google-rating{gap:8px;margin-top:9px;padding:8px}.site-footer .dt-google-mark{width:30px;height:30px;flex-basis:30px;font-size:19px}.site-footer .dt-google-score strong{font-size:18px}.site-footer .dt-google-score span{font-size:12px}.site-footer .dt-footer-google-rating p{font-size:9px;margin-top:2px}.site-footer .dt-footer-bottom-inner{grid-template-columns:1fr;min-height:0;justify-items:center;text-align:center;padding:11px 0 14px;gap:8px}.site-footer .dt-footer-copy{font-size:10px;line-height:1.35}.site-footer .dt-footer-legal{justify-content:center;gap:10px;flex-wrap:wrap}.site-footer .dt-footer-legal a{font-size:10px}.site-footer .dt-footer-ssl{justify-content:center}}@media (max-width:560px){.site-footer .dt-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}.site-footer .dt-footer-main{padding-top:22px;padding-bottom:48px}.site-footer .dt-footer-brand-col{padding-bottom:14px}.site-footer .dt-footer-logo{max-width:170px;max-height:52px}.site-footer .dt-footer-tagline{font-size:21px}.site-footer .dt-footer-description{font-size:12px;max-width:100%}.site-footer .dt-footer-col{padding-bottom:14px}.site-footer .dt-footer-contact{gap:7px}.site-footer .dt-footer-contact-item strong{font-size:10.5px}.site-footer .dt-footer-contact-item small{font-size:8.5px}.site-footer .dt-footer-google-col{padding-top:10px}.site-footer .dt-footer-google-card iframe{height:120px}}.topbar{background:linear-gradient(90deg,#062a58 0%,#073d7b 58%,#052b58 100%);color:#eaf5ff;border-bottom:1px solid rgb(126 200 255 / .14)}.topbar-inner{min-height:42px;gap:18px}.site-header{background:rgb(255 255 255 / .98);border-bottom:1px solid #e5edf6;box-shadow:0 8px 24px rgb(7 43 95 / .07)}.header-inner{min-height:92px;gap:20px}.brand{flex:0 0 290px;min-width:230px}.brand .site-logo-image,.brand img{width:auto;max-width:285px;height:auto;max-height:78px;object-fit:contain}.main-nav{flex:1;justify-content:center;gap:30px;font-size:16px;font-weight:800}.main-nav a{padding:35px 0;color:#10243c;white-space:nowrap}.main-nav .current-menu-item>a:after{bottom:22px;height:4px}.header-actions{flex:0 0 auto;gap:10px}.header-action-divider{display:none}.site-header .header-phone:before{display:none!important}.site-header .header-phone-copy small{white-space:nowrap}.site-header .header-whatsapp span:last-child{margin-left:2px}@media(max-width:1180px){.main-nav{gap:20px}.main-nav a{font-size:14px}.brand{flex-basis:210px}.brand .site-logo-image,.brand img{max-width:210px}.site-header .header-phone{min-width:190px;width:190px}.site-header .header-whatsapp{min-width:180px}}@media(max-width:980px){.main-nav{gap:14px}.main-nav a{font-size:13px}.site-header .header-phone{min-width:178px;width:178px}.site-header .header-phone-copy strong{font-size:13px}.site-header .header-whatsapp{min-width:158px;padding:0 14px!important;font-size:14px!important}}@media(max-width:900px){.main-nav{display:none}.brand{flex:1}.header-inner{min-height:72px}.header-phone{display:none}.header-whatsapp{min-width:48px;width:48px;height:48px;padding:0!important;border-radius:50%!important}.header-whatsapp span{display:none!important}.header-whatsapp svg{width:22px!important;height:22px!important}.mobile-toggle{display:block}.topbar-inner{min-height:36px}}@media(max-width:560px){.header-inner{min-height:68px}.brand .site-logo-image,.brand img{max-width:180px;max-height:58px}.header-actions{gap:8px}.header-whatsapp{width:44px;height:44px}.mobile-toggle{font-size:24px}.mobile-menu{border-top:1px solid #e6eef7}}.dt-faq-front-question{min-width:0!important;font-size:14px!important;line-height:1.35!important;font-weight:700!important;white-space:normal!important;overflow-wrap:anywhere!important}.dt-feedback-subtitle{color:#4d6276!important}.dt-home-blog-eyebrow{color:#075fae!important}.dt-home-blog-eyebrow:before,.dt-home-blog-eyebrow:after{background:#8aa9c4!important}.dt-home-blog-read{color:#075fae!important}.dt-home-blog-cat{color:#075fae!important}.dt-home-blog-all{color:#092f66!important}.main-nav ul,.mobile-menu ul{list-style:none!important;margin:0!important;padding:0!important;display:flex;align-items:center;gap:inherit}.mobile-menu ul{display:block}@media(max-width:820px){.main-nav ul{display:flex}.mobile-menu ul{display:block}}.site-header .header-phone-copy small{font-size:10px!important;line-height:1.15!important;letter-spacing:.035em!important;margin-bottom:4px!important}.site-header .header-phone-copy strong{font-size:17px!important;line-height:1.1!important;letter-spacing:-.02em!important}.site-header .header-whatsapp{font-weight:800!important}.site-header .header-whatsapp span:last-child{font-size:19px!important}@media(max-width:1180px){.site-header .header-phone-copy strong{font-size:16px!important}.site-header .header-whatsapp{font-size:15px!important}}@media(max-width:980px){.site-header .header-phone-copy small{font-size:9px!important}.site-header .header-phone-copy strong{font-size:15px!important}.site-header .header-whatsapp{font-size:15px!important}}.dt-ms-wa{background:#087a3f!important;color:#fff!important}.dt-ms-wa:hover,.dt-ms-wa:focus-visible{background:#066a36!important;color:#fff!important}.dt-ms-wa .dt-ms-icon,.dt-ms-wa b,.dt-ms-wa small{color:#fff!important;opacity:1!important}.dt-ms-phone{background:#075dcc!important;color:#fff!important}.dt-ms-phone:hover,.dt-ms-phone:focus-visible{background:#064fa9!important;color:#fff!important}.dt-ms-phone .dt-ms-icon,.dt-ms-phone b,.dt-ms-phone small{color:#fff!important;opacity:1!important}.dt-ms-support{color:#064fa9!important}.dt-home-blog-showcase .detay-icon{color:#075fae!important;stroke:#075fae!important}.dt-home-blog-showcase p,.dt-home-blog-showcase p .detay-icon{color:#334155!important}.dt-home-blog-card p{color:#334155!important}.hero-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;display:block!important;opacity:.9!important;background:none!important}@media(max-width:820px){.hero-media{opacity:.65!important}}.dt-home-blog-showcase svg{color:#17324d!important;stroke:#17324d!important;fill:none!important;opacity:1!important}.dt-home-blog-showcase svg *{stroke:#17324d!important;fill:none!important;opacity:1!important}.dt-home-blog-showcase .dt-home-blog-title-wrap p,.dt-home-blog-showcase .dt-home-blog-card p{color:#263b50!important}.hero-media{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.dt-home-blog-media img,.service-image img{aspect-ratio:1.35;object-fit:cover}.dt-home-blog-showcase svg,.dt-home-blog-showcase p svg{color:#17324d!important;stroke:#17324d!important;fill:none!important;opacity:1!important}.dt-home-blog-showcase p{color:#263b50!important}.dt-home-blog-title-wrap p{color:#263b50!important}@media (max-width:820px){.dt-home-blog-viewport{overflow-x:auto!important;overflow-y:hidden!important;touch-action:pan-y pinch-zoom!important;-webkit-overflow-scrolling:touch!important}.dt-home-blog-track{display:flex!important;flex-wrap:nowrap!important;overflow:visible!important;will-change:transform!important;transform:translate3d(0,0,0)}.dt-home-blog-card{touch-action:pan-y pinch-zoom!important}}@media (max-width:767px){.topbar{display:none!important}}@media (min-width:768px){.topbar{display:block!important}}@media (max-width:900px){.dt-single-page .dt-single-featured img{height:auto!important;max-height:none!important;object-fit:contain!important}}@media (max-width:560px){.dt-single-page .dt-single-featured img{height:auto!important;max-height:none!important;object-fit:contain!important}}.dt-single-page .dt-single-featured{position:relative;margin:2px 0 22px;padding:5px;border:1px solid #dbe7f3;border-radius:16px;background:linear-gradient(145deg,#ffffff,#eef5fc);box-shadow:0 10px 28px rgb(6 43 95 / .10),0 2px 6px rgb(6 43 95 / .05)}.dt-single-page .dt-single-featured img{transition:transform .35s ease}.dt-single-page .dt-single-featured:hover img{transform:scale(1.012)}@media (max-width:900px){.dt-single-page .dt-single-featured{border-radius:14px;padding:4px;margin-bottom:20px}.dt-single-page .dt-single-featured img{height:300px;border-radius:10px}}@media (max-width:560px){.dt-single-page .dt-single-featured{margin:0 0 18px;padding:3px;border-radius:13px;box-shadow:0 7px 20px rgb(6 43 95 / .09)}.dt-single-page .dt-single-featured img{height:205px;border-radius:10px}}@media (prefers-reduced-motion:reduce){.dt-single-page .dt-single-featured img{transition:none}}.dt-single-page .dt-single-featured{align-items:center!important;justify-content:center!important}.dt-single-page .dt-single-featured img{border-radius:11px!important}@media (max-width:900px){.dt-single-page .dt-single-featured{height:220px!important}.dt-single-page .dt-single-featured img{height:100%!important}}@media (max-width:560px){.dt-single-page .dt-single-featured{height:160px!important;margin-bottom:16px!important;padding:3px!important;border-radius:12px!important}.dt-single-page .dt-single-featured img{height:100%!important;max-height:100%!important;border-radius:9px!important}}.dt-single-page .dt-single-featured img{display:block!important;aspect-ratio:auto!important}@media (max-width:900px){.dt-single-page .dt-single-featured{height:auto!important}.dt-single-page .dt-single-featured img{height:auto!important}}@media (max-width:560px){.dt-single-page .dt-single-featured{height:auto!important}.dt-single-page .dt-single-featured img{height:auto!important}}.dt-single-page .dt-single-featured{height:300px!important;min-height:300px!important;max-height:300px!important;display:block!important;overflow:hidden!important}.dt-single-page .dt-single-featured img{width:100%!important;height:300px!important;min-height:300px!important;max-height:300px!important;object-fit:cover!important;object-position:center center!important}.site-footer .dt-footer-social-wrap{margin-top:22px}.site-footer .dt-footer-social{display:flex;flex-wrap:wrap}.site-footer .dt-footer-social a{display:grid;place-items:center;color:#fff;text-decoration:none;box-shadow:0 8px 20px rgb(0 0 0 / .12)}.site-footer .dt-footer-social a span{font-size:17px;line-height:1;font-weight:900}.site-footer .dt-footer-social a.dt-social-linkedin span{font-size:14px}@media(max-width:560px){.site-footer .dt-footer-social-wrap{margin-top:18px;padding-top:15px}.site-footer .dt-footer-social{gap:8px}.site-footer .dt-footer-social a{width:40px;height:40px;border-radius:12px}}.dt-single-tags{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:24px 0 0;padding-top:20px;border-top:1px solid rgb(15 23 42 / .10)}.dt-single-tags>strong{font-size:14px;font-weight:700;color:#1f2937}.dt-single-tags-list{display:flex;flex-wrap:wrap;gap:8px}.dt-single-tags-list a{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border-radius:999px;background:#f1f5f9;color:#334155;line-height:1.2;text-decoration:none;transition:background .2s ease,color .2s ease}.dt-single-tags-list a:hover,.dt-single-tags-list a:focus-visible{background:#e2e8f0;color:#0f172a}@media (max-width:680px){.dt-single-tags{align-items:flex-start;flex-direction:column;gap:8px}}.site-footer .dt-footer-main{background-image:linear-gradient(180deg,rgb(2 25 48 / .05) 0%,rgb(2 25 48) 0%,rgb(2 20 39 / .62) 100%)}.site-header{position:sticky!important;top:0!important;z-index:1000!important;align-self:flex-start!important;transform:none!important}@supports not (position:sticky){.site-header{position:fixed!important;left:0!important;right:0!important;top:0!important;z-index:1000!important}.site-header+*{padding-top:92px}}.site-header.dt-header-fixed{position:fixed!important;left:0!important;right:0!important;top:0!important;z-index:1000!important}body.dt-header-fixed-active{padding-top:var(--dt-header-height,92px)!important}.site-header .header-actions{gap:12px}.site-header .header-phone{position:relative;min-width:196px;width:196px;height:54px;padding:5px 14px 5px 6px;border:1px solid #dbe7f3;border-radius:16px;display:flex;align-items:center;gap:11px;background:#fff;color:#082d5f;box-shadow:0 8px 24px rgb(7 43 95 / .09),inset 0 1px 0 rgb(255 255 255 / .9);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.site-header .header-phone:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#2e8cff,#0b63d9);border-radius:16px 0 0 16px}.site-header .header-phone:hover{transform:translateY(-2px);border-color:#c9dced;box-shadow:0 13px 30px rgb(7 43 95 / .13),inset 0 1px 0 rgb(255 255 255 / .95)}.site-header .header-phone-icon{width:42px;height:42px;flex:0 0 42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#197cf0,#075dcc);color:#fff;box-shadow:0 7px 16px rgb(11 99 217 / .24)}.site-header .header-phone-icon svg{width:19px;height:19px}.site-header .header-phone-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;line-height:1.08}.site-header .header-phone-copy small{margin:0 0 4px;color:#71849a;text-transform:uppercase}.site-header .header-phone-copy strong{color:#082d5f;white-space:nowrap}.site-header .header-whatsapp{position:relative;min-width:190px;width:190px;height:54px;padding:5px 15px 5px 7px!important;border:1px solid #d5e7dc!important;border-radius:16px!important;background:#fff!important;color:#087a3f!important;box-shadow:0 8px 24px rgb(11 122 63 / .09)!important;display:inline-flex;align-items:center;justify-content:flex-start;gap:10px!important;font-size:14px!important;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}.site-header .header-whatsapp:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#0a8f4a;border-radius:16px 0 0 16px}.site-header .header-whatsapp:hover{background:#fff!important;color:#066a36!important;border-color:#bfe0cb!important;transform:translateY(-2px);box-shadow:0 13px 30px rgb(11 122 63 / .14)!important}.site-header .header-whatsapp svg{width:42px!important;height:42px!important;flex:0 0 42px;padding:11px;border-radius:13px;background:#087a3f;color:#fff!important;stroke:#fff!important;box-shadow:0 7px 16px rgb(8 122 63 / .18)}.site-header .header-whatsapp span:first-of-type{flex:1;min-width:0;color:#087a3f!important;white-space:nowrap}.site-header .header-whatsapp span:last-child{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;margin:0!important;border-radius:50%;background:#eef8f2;color:#087a3f!important;line-height:1}@media(max-width:1180px){.site-header .header-phone{min-width:184px;width:184px}.site-header .header-whatsapp{min-width:178px;width:178px}}@media(max-width:980px){.site-header .header-phone{min-width:176px;width:176px}.site-header .header-whatsapp{min-width:166px;width:166px}.site-header .header-phone-copy strong{font-size:13px}}@media(max-width:900px){.site-header .header-whatsapp{min-width:48px;width:48px;height:48px;padding:3px!important;border-radius:14px!important;justify-content:center}.site-header .header-whatsapp:before{display:none}.site-header .header-whatsapp svg{width:40px!important;height:40px!important;flex-basis:40px;padding:10px;border-radius:11px}.site-header .header-whatsapp span{display:none!important}}@media(max-width:560px){.site-header .header-whatsapp{width:46px;min-width:46px;height:46px;padding:3px!important}.site-header .header-whatsapp svg{width:38px!important;height:38px!important;flex-basis:38px;padding:9px}}@media (min-width:901px){.site-header .header-inner,.topbar .container{width:min(1480px,calc(100% - 44px))}.topbar-inner{min-height:42px;gap:20px}.header-inner{min-height:92px;gap:20px}.brand{flex:0 0 220px}.brand .site-logo-image,.brand img{max-width:220px;max-height:66px}.main-nav{gap:28px;font-size:16px}.main-nav a{padding:35px 0}.main-nav .current-menu-item>a:after{bottom:22px;height:4px}.header-actions{gap:10px}.site-header .header-phone{min-width:205px;width:205px;height:54px;border-radius:28px;padding:5px 14px 5px 6px}.site-header .header-phone-icon{width:42px;height:42px;flex-basis:42px;border-radius:50%}.site-header .header-phone-copy small{font-size:8px}.site-header .header-phone-copy strong{font-size:15px}.site-header .header-whatsapp{min-width:205px;width:205px;height:54px;border-radius:28px!important;padding:5px 15px 5px 7px!important}.site-header .header-whatsapp svg{width:42px!important;height:42px!important;flex-basis:42px;border-radius:50%;padding:10px}}@media (min-width:901px){.topbar .container{width:min(var(--container),calc(100% - 40px))}.topbar-inner{min-height:40px;gap:16px}.site-header .header-actions{gap:6px}.site-header .header-phone{min-width:148px;width:148px;height:42px;padding:3px 8px 3px 4px;border-radius:21px;gap:6px}.site-header .header-phone-icon{width:32px;height:32px;flex-basis:32px;border-radius:50%}.site-header .header-phone-icon svg{width:15px;height:15px}.site-header .header-phone-copy small{font-size:6px;margin-bottom:2px;letter-spacing:.06em}.site-header .header-phone-copy strong{font-size:11px;letter-spacing:-.025em}.site-header .header-whatsapp{min-width:128px;width:128px;height:42px;padding:3px 7px 3px 5px!important;border-radius:21px!important;gap:6px!important;font-size:11px!important}.site-header .header-whatsapp svg{width:32px!important;height:32px!important;flex-basis:32px;padding:8px;border-radius:50%}.site-header .header-whatsapp span:first-of-type{font-size:11px!important}.site-header .header-whatsapp span:last-child{width:18px;height:18px;flex-basis:18px;font-size:11px}}@media (max-width:1180px) and (min-width:901px){.topbar .container{width:calc(100% - 32px)}.site-header .header-phone{min-width:142px;width:142px}.site-header .header-phone-copy strong{font-size:10px}.site-header .header-whatsapp{min-width:120px;width:120px}}@media (min-width:901px){.site-header .header-actions .header-phone{min-width:170px!important;width:170px!important;max-width:170px!important;height:46px!important;min-height:46px!important;padding:4px 9px 4px 5px!important;border-radius:23px!important;gap:7px!important}.site-header .header-actions .header-phone .header-phone-icon{width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:50%!important}.site-header .header-actions .header-phone .header-phone-icon svg{width:16px!important;height:16px!important}.site-header .header-actions .header-phone .header-phone-copy{min-width:0!important;overflow:hidden!important}.site-header .header-actions .header-phone .header-phone-copy small{font-size:9px!important;line-height:1!important;margin-bottom:2px!important;letter-spacing:.05em!important}.site-header .header-actions .header-phone .header-phone-copy strong{font-size:14px!important;line-height:1.05!important;letter-spacing:-.03em!important;white-space:nowrap!important}.site-header .header-actions .header-whatsapp{min-width:150px!important;width:150px!important;max-width:180px!important;height:46px!important;min-height:46px!important;padding:4px 8px 4px 5px!important;border-radius:23px!important;gap:3px!important}.site-header .header-actions .header-whatsapp svg{width:34px!important;height:34px!important;flex-basis:34px!important;padding:8px!important}.site-header .header-actions .header-whatsapp span:first-of-type{font-size:14px!important}.site-header .header-actions .header-whatsapp span:last-child{width:18px;height:18px;flex-basis:18px;font-size:11px}}@media (max-width:1180px) and (min-width:901px){.site-header .header-actions .header-phone{min-width:170px!important;width:170px!important;max-width:170px!important}.site-header .header-actions .header-whatsapp{min-width:170px!important;width:170px!important;max-width:170px!important}}@media (max-width:560px){.dt-review-slider .review-viewport{display:block!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;scroll-snap-type:x mandatory!important;touch-action:pan-x pan-y!important}.dt-review-slider .review-viewport::-webkit-scrollbar{display:none!important}.dt-review-slider .review-track{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;min-width:100%!important;gap:14px!important;transform:none!important;transition:none!important}.dt-review-slider .dt-google-review-card{flex:0 0 calc(100% - 68px)!important;width:calc(100% - 68px)!important;max-width:none!important;scroll-snap-align:start!important}.dt-home-blog-viewport{display:block!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;scroll-snap-type:x mandatory!important;touch-action:pan-x pan-y!important}.dt-home-blog-viewport::-webkit-scrollbar{display:none!important}.dt-home-blog-track{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;min-width:100%!important;gap:14px!important;transform:none!important;transition:none!important}.dt-home-blog-card{flex:0 0 calc(100vw - 56px)!important;width:calc(100vw - 56px)!important;max-width:none!important;scroll-snap-align:start!important;touch-action:pan-x pan-y!important}}@media(max-width:560px){.premium-feedback .dt-review-slider{width:100%!important;max-width:100%!important;padding:0!important;overflow:visible!important}.premium-feedback .dt-review-slider .review-viewport{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:auto!important;overflow-y:hidden!important}.premium-feedback .dt-review-slider .review-track{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;min-width:100%!important;gap:14px!important;transform:none!important}.premium-feedback .dt-review-slider .dt-google-review-card{flex:0 0 calc(100vw - 90px)!important;width:calc(100vw - 90px)!important;max-width:none!important;scroll-snap-align:start!important}}:root{--dt-body-size:15px;--dt-body-line:1.65;--dt-type-display:44px;--dt-type-h2:32px;--dt-type-h3:24px;--dt-type-micro:11.5px}body,button,input,textarea,select{font-family:var(--dt-font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.home main,body.front-page main{font-family:var(--dt-font);font-size:var(--dt-body-size);line-height:var(--dt-body-line);font-optical-sizing:auto}body.home main h1,body.front-page main h1{line-height:1.08;font-weight:800;letter-spacing:-.035em;text-wrap:balance}body.home main h2,body.front-page main h2{font-size:32px;line-height:1.12;font-weight:800;letter-spacing:-.03em;text-wrap:balance}body.home main h3,body.front-page main h3{font-size:18px;line-height:1.25;font-weight:800;letter-spacing:-.02em;text-wrap:balance}body.home main h4,body.front-page main h4{font-size:20px;line-height:1.3;font-weight:700;letter-spacing:-.015em}body.home main h5,body.front-page main h5{font-size:18px;line-height:1.35;font-weight:700;letter-spacing:-.01em}body.home main h6,body.front-page main h6{font-size:16px;line-height:1.4;font-weight:700;letter-spacing:0}body.home main p,body.front-page main p{font-weight:400;letter-spacing:-.006em}body.home main .service-card h3,body.front-page main .service-card h3{font-size:18px;line-height:1.25;font-weight:800;letter-spacing:-.02em}.site-header,.site-header .main-nav,.site-header .header-actions,.site-header .mobile-menu,.topbar{font-family:var(--dt-font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.main-nav a{font-size:15px;line-height:1.3;font-weight:700;letter-spacing:-.008em}.brand{font-size:24px;line-height:1;font-weight:900;letter-spacing:-.045em}.brand small{font-size:8px;line-height:1.1;font-weight:800;letter-spacing:.15em}.site-header .header-phone-copy small{font-size:9px;line-height:1.15;font-weight:800;letter-spacing:.055em}.site-header .header-phone-copy strong{font-size:14px;line-height:1.15;font-weight:800;letter-spacing:-.02em}.site-header .header-whatsapp{font-size:14px;line-height:1.2;font-weight:800;letter-spacing:-.005em}.site-header .header-whatsapp span:last-child{font-size:15px;font-weight:900}.site-footer,.site-footer .dt-footer-main,.site-footer .dt-footer-bottom{font-family:var(--dt-font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.site-footer .dt-footer-tagline{font-weight:900}.site-footer .dt-footer-description{font-weight:400;letter-spacing:-.004em}.site-footer .dt-footer-col h3{line-height:1.3;font-weight:800;letter-spacing:.035em}.site-footer .dt-footer-links a{line-height:1.5;font-weight:550}.site-footer .dt-footer-contact-item strong{font-weight:750;letter-spacing:-.008em}.site-footer .dt-footer-contact-item small{font-weight:450}.site-footer .dt-footer-google-link{font-size:11.5px;line-height:1.25;font-weight:800}.site-footer .dt-google-score strong{line-height:1;font-weight:900;letter-spacing:-.03em}.site-footer .dt-footer-google-rating p{line-height:1.45;font-weight:450}.site-footer .dt-footer-social-title{line-height:1.25}.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a{line-height:1.4;font-weight:500}.site-footer .dt-footer-ssl strong{font-size:9.5px;line-height:1.2;font-weight:800}.site-footer .dt-footer-ssl small{font-size:8.5px;line-height:1.3;font-weight:450}@media(max-width:760px){body.home main,body.front-page main{font-size:15px;line-height:1.6}body.home main h1,body.front-page main h1{line-height:1.08;letter-spacing:-.025em}body.home main h2,body.front-page main h2{font-size:26px;line-height:1.12;letter-spacing:-.025em}body.home main h3,body.front-page main h3{font-size:21px;line-height:1.25;letter-spacing:-.015em}body.home main h4,body.front-page main h4{font-size:18px;line-height:1.3}body.home main h5,body.front-page main h5{font-size:16px;line-height:1.35}body.home main h6,body.front-page main h6{font-size:15px;line-height:1.4}body.home main .service-card h3,body.front-page main .service-card h3{font-size:18px;line-height:1.25}.main-nav a{font-size:14px}.mobile-menu a{font-size:14px;line-height:1.45;font-weight:650}.brand{font-size:22px}.site-header .header-phone-copy small{font-size:8.5px}.site-header .header-phone-copy strong{font-size:13px}.site-header .header-whatsapp{font-size:13.5px}.site-header .header-whatsapp span:last-child{font-size:14px}.site-footer .dt-footer-tagline{font-size:23px;line-height:1.08}.site-footer .dt-footer-description{font-size:13px;line-height:1.55}.site-footer .dt-footer-col h3{font-size:14px;line-height:1.3;letter-spacing:.03em}.site-footer .dt-footer-links a{font-size:13px;line-height:1.45}.site-footer .dt-footer-contact-item strong{font-size:12.5px;line-height:1.35}.site-footer .dt-footer-contact-item small{font-size:10px;line-height:1.35}.site-footer .dt-footer-google-link{font-size:10.5px}.site-footer .dt-google-score strong{font-size:19px}.site-footer .dt-footer-google-rating p{font-size:10px;line-height:1.4}.site-footer .dt-footer-social-title{font-size:10px}.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a{font-size:10.5px;line-height:1.4}.site-footer .dt-footer-ssl strong{font-size:9px}.site-footer .dt-footer-ssl small{font-size:8px}}@media(max-width:380px){body.home main h1,body.front-page main h1{}body.home main h2,body.front-page main h2{font-size:26px}}.dt-service-single,.dt-area-single-page{font-size:15.5px;line-height:1.68;-webkit-font-smoothing:antialiased}.dt-section-heading h2,.dt-section-heading h3{font-size:27px;line-height:1.16;letter-spacing:-.03em;font-weight:800}.dt-service-content,.dt-area-content{font-size:15px;line-height:1.72}.dt-service-content p,.dt-area-content p{font-size:15px;line-height:1.72}.dt-service-content h2,.dt-area-content h2{font-size:30px;line-height:1.15;font-weight:800;letter-spacing:-.03em}.dt-service-content h3,.dt-area-content h3{font-size:21px;line-height:1.25;font-weight:750}@media(max-width:820px){.dt-service-single,.dt-area-single-page{font-size:14.5px}.dt-section-heading h2,.dt-section-heading h3{font-size:24px}.dt-service-content,.dt-area-content,.dt-service-content p,.dt-area-content p{font-size:14.5px;line-height:1.68}.dt-service-content h2,.dt-area-content h2{font-size:27px}.dt-service-content h3,.dt-area-content h3{font-size:19px}}@media(max-width:560px){.dt-section-heading h2,.dt-section-heading h3{font-size:22px}.dt-service-content,.dt-area-content,.dt-service-content p,.dt-area-content p{font-size:14px;line-height:1.66}.dt-service-content h2,.dt-area-content h2{font-size:25px}.dt-service-content h3,.dt-area-content h3{font-size:18px}}body:not(.home) .dt-hero-breadcrumb{display:flex;align-items:center;gap:9px;min-height:20px;margin:0 0 22px;padding:0;font-size:12px;line-height:1.4;font-weight:650;color:#4f6b87}body:not(.home) .dt-hero-breadcrumb strong{font-weight:750}@media(max-width:820px){body:not(.home) .dt-hero-breadcrumb{font-size:12px;margin-bottom:18px}}@media(max-width:560px){body:not(.home) .dt-hero-breadcrumb{font-size:12px;line-height:1.35;margin-bottom:16px;gap:7px}}:root{--dt-inner-hero-navy:#082f63;--dt-inner-hero-blue:#0968df;--dt-inner-hero-muted:#4f6b87;--dt-inner-hero-soft:#f5faff;--dt-inner-hero-line:#dce8f4;--dt-inner-hero-radius:22px;--dt-inner-hero-title:50px;--dt-inner-hero-body:15px;--dt-inner-hero-meta:14px;--dt-inner-hero-button:14px}body:not(.home) .dt-hero-breadcrumb,body:not(.front-page) .dt-hero-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;min-height:20px;margin:0;padding:0;color:var(--dt-inner-hero-muted);font-size:12px;line-height:1.4;font-weight:650;letter-spacing:0}body:not(.home) .dt-hero-breadcrumb a,body:not(.home) .dt-hero-breadcrumb span,body:not(.home) .dt-hero-breadcrumb strong{color:inherit;font:inherit;text-decoration:none}body:not(.home) .dt-hero-breadcrumb a:hover{color:var(--dt-inner-hero-blue)}.dt-about-hero{position:relative;min-height:292px;overflow:hidden;background:var(--dt-inner-hero-soft);border-bottom:1px solid #e6eef6}.dt-about-hero-bg{position:absolute;inset:0 0 0 46%;background-size:cover;background-position:center right}.dt-about-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#f5faff 0%,#f5faff 38%,rgb(245 250 255 / .88) 49%,rgb(245 250 255 / .12) 68%,#fff0 100%)}.dt-about-hero .container{position:relative;z-index:2;min-height:292px;padding-top:26px}.dt-about-breadcrumb{margin:0;padding:0}.dt-about-hero-copy{padding:28px 0 30px;max-width:820px}.dt-about-hero h1{margin:0 0 16px;color:var(--dt-inner-hero-navy);font-size:var(--dt-inner-hero-title);line-height:1.06;letter-spacing:-.045em;font-weight:800}.dt-about-hero p,.dt-about-hero-text{margin:0;max-width:820px;color:var(--dt-inner-hero-muted);font-size:var(--dt-inner-hero-body);line-height:1.62;font-weight:500}.dt-services-hero{position:relative;overflow:hidden;min-height:420px;background:#f4f9ff;color:var(--dt-inner-hero-navy);border-bottom:1px solid #e4edf7}.dt-services-hero-bg{position:absolute;inset:0;overflow:hidden}.dt-services-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.dt-services-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgb(245 250 255 / .98) 0%,rgb(245 250 255 / .94) 45%,rgb(245 250 255 / .70) 64%,rgb(245 250 255 / .12) 82%,#fff0 100%)}.dt-services-hero-inner{position:relative;z-index:2;padding:26px 0 36px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.72fr);column-gap:32px;row-gap:0;align-items:start}.dt-services-breadcrumb{grid-column:1 / -1;margin:0;padding:0}.dt-services-hero-copy{grid-column:1;grid-row:2;max-width:820px;display:flex;flex-direction:column;justify-content:center;padding-top:28px}.dt-services-hero-copy .eyebrow{display:block;font-size:12px;line-height:1.3;font-weight:900;color:var(--dt-inner-hero-blue);letter-spacing:.08em;margin:0 0 10px}.dt-services-hero h1{margin:0 0 16px;color:var(--dt-inner-hero-navy);font-size:var(--dt-inner-hero-title);line-height:1.06;letter-spacing:-.045em;font-weight:800}.dt-services-hero-copy>p,.dt-services-hero-description{max-width:820px;margin:0;color:var(--dt-inner-hero-muted);font-size:var(--dt-inner-hero-body);line-height:1.62;font-weight:500}.dt-services-hero-points{display:flex;flex-wrap:wrap;gap:10px 18px;margin:20px 0 22px}.dt-services-hero-points span{display:inline-flex;align-items:center;gap:8px;color:var(--dt-inner-hero-muted);font-size:var(--dt-inner-hero-meta);line-height:1.35;font-weight:700}.dt-services-hero-points svg{width:19px;height:19px;color:var(--dt-inner-hero-blue)}.dt-services-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.dt-services-hero-actions .btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border-radius:12px;font-size:var(--dt-inner-hero-button);line-height:1;font-weight:800}.dt-services-hero-actions .btn-primary,.dt-services-hero-actions .btn-whatsapp{background:linear-gradient(135deg,#0968df,#1684f4);color:#fff;border:1px solid rgb(9 104 223 / .18);box-shadow:0 10px 24px rgb(9 104 223 / .18)}.dt-services-hero-actions .btn-outline{color:var(--dt-inner-hero-navy);background:rgb(255 255 255 / .96);border:1px solid #d7e5f2;box-shadow:0 8px 22px rgb(7 43 95 / .06)}.dt-services-hero-actions .btn:hover{transform:translateY(-1px)}.dt-services-hero-actions .btn-outline:hover{color:var(--dt-inner-hero-blue);border-color:#bcd4eb;background:#fff}.service-areas-hero{position:relative;overflow:hidden;min-height:420px;background:#eff7fd;color:var(--dt-inner-hero-navy)}.service-areas-hero-media{position:absolute;inset:0;background-size:cover;background-position:center right}.service-areas-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgb(255 255 255 / .98) 0%,rgb(255 255 255 / .94) 48%,rgb(239 247 253 / .70) 65%,rgb(239 247 253 / .12) 82%,#fff0 100%)}.service-areas-hero-inner{position:relative;z-index:2;padding:26px 0 36px}.service-areas-breadcrumb{margin:0;padding:0}.service-areas-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:34px;align-items:center;padding-top:28px}.service-areas-hero-copy{max-width:820px}.service-areas-eyebrow{display:block;margin:0 0 10px;color:var(--dt-inner-hero-blue);font-size:12px;line-height:1.3;font-weight:900;letter-spacing:.08em}.service-areas-hero h1{max-width:820px;margin:0 0 16px;color:var(--dt-inner-hero-navy);font-size:var(--dt-inner-hero-title);line-height:1.06;letter-spacing:-.045em;font-weight:800}.service-areas-hero-copy>.dt-richtext,.service-areas-hero-copy>p{max-width:820px;margin:0;color:var(--dt-inner-hero-muted);font-size:var(--dt-inner-hero-body);line-height:1.62;font-weight:500}.service-areas-hero-copy>.dt-richtext p{margin:0;color:inherit;font:inherit;line-height:inherit}.service-areas-hero-points{display:flex;flex-wrap:wrap;gap:10px 18px;margin:20px 0 0}.service-areas-hero-points span{display:inline-flex;align-items:center;gap:8px;color:var(--dt-inner-hero-muted);font-size:var(--dt-inner-hero-meta);line-height:1.35;font-weight:700}.service-areas-hero-points .detay-icon{width:19px;height:19px;color:var(--dt-inner-hero-blue)}.service-areas-contact-card{position:relative;isolation:isolate;overflow:hidden;width:100%;padding:28px;border:1px solid rgb(38 145 255 / .30);border-radius:24px;background:linear-gradient(145deg,rgb(255 255 255 / .99),rgb(249 252 255 / .98) 68%,rgb(238 247 255 / .98));color:var(--dt-inner-hero-navy);box-shadow:0 24px 60px rgb(8 47 99 / .18),0 8px 24px rgb(9 104 223 / .08)}.service-areas-contact-card::before{content:"";position:absolute;z-index:-1;top:-88px;right:-74px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgb(42 142 255 / .24) 0%,rgb(42 142 255 / .08) 42%,#fff0 72%);pointer-events:none}.service-areas-contact-card::after{content:"";position:absolute;z-index:-1;right:18px;bottom:-76px;width:150px;height:150px;border-radius:50%;border:1px solid rgb(9 104 223 / .08);box-shadow:0 0 0 24px rgb(9 104 223 / .025),0 0 0 48px rgb(9 104 223 / .018);pointer-events:none}.service-areas-contact-head{display:flex;align-items:center;gap:13px;margin:0 0 2px}.service-areas-contact-icon{width:52px;height:52px;flex:0 0 52px;border:1px solid #d7e9ff;border-radius:15px;background:linear-gradient(145deg,#f1f8ff,#e5f1ff);color:var(--dt-inner-hero-blue);display:grid;place-items:center;box-shadow:0 8px 20px rgb(9 104 223 / .10)}.service-areas-contact-icon .detay-icon{width:22px;height:22px}.service-areas-contact-card>strong{display:block;max-width:270px;color:var(--dt-inner-hero-navy);font-size:18px;line-height:1.3;font-weight:800;letter-spacing:-.015em}.service-areas-contact-card>.dt-richtext{margin:12px 0 18px;color:var(--dt-inner-hero-muted);font-size:var(--dt-inner-hero-body);line-height:1.62;font-weight:500}.service-areas-contact-card>.dt-richtext p{margin:0;color:inherit;font:inherit;line-height:inherit}.service-areas-contact-card .btn,.service-areas-whatsapp{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:0 16px;border-radius:13px;font-size:var(--dt-inner-hero-button);line-height:1;font-weight:800}.service-areas-contact-card>.btn-primary{background:linear-gradient(135deg,#0968df 0%,#1684f4 100%);color:#fff;border:1px solid rgb(255 255 255 / .12);box-shadow:0 10px 24px rgb(9 104 223 / .20)}.service-areas-contact-card>.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgb(9 104 223 / .25)}.service-areas-contact-card>.service-areas-whatsapp{margin-top:9px;background:linear-gradient(135deg,#16c967 0%,#20d975 100%);color:#fff;border:1px solid rgb(255 255 255 / .15);box-shadow:0 10px 24px rgb(22 201 103 / .18)}.service-areas-contact-card>.service-areas-whatsapp:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgb(22 201 103 / .24)}.service-areas-contact-card .detay-icon{width:17px;height:17px}.dt-contact-hero{position:relative;overflow:hidden;min-height:360px;background:#f5faff;border-bottom:1px solid var(--dt-inner-hero-line)}.dt-contact-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.dt-contact-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgb(245 250 255 / .98) 0%,rgb(245 250 255 / .92) 46%,rgb(245 250 255 / .55) 70%,#fff0 100%)}.dt-contact-hero-inner{position:relative;z-index:2;padding:26px 0 36px}.dt-contact-hero-copy{max-width:820px;padding-top:28px}.dt-contact-kicker{display:block;margin:0 0 10px;color:var(--dt-inner-hero-blue);font-size:12px;line-height:1.3;font-weight:900;letter-spacing:.08em}.dt-contact-hero h1{margin:0 0 16px;color:var(--dt-inner-hero-navy);font-size:var(--dt-inner-hero-title);line-height:1.06;letter-spacing:-.045em;font-weight:800}.dt-contact-hero h1 span{color:var(--dt-inner-hero-navy);white-space:normal}.dt-contact-hero-copy>p{max-width:820px;margin:0;color:var(--dt-inner-hero-muted);font-size:var(--dt-inner-hero-body);line-height:1.62;font-weight:500}.dt-contact-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.dt-contact-hero-point{display:flex;align-items:center;gap:9px;min-height:48px;padding:8px 12px;border:1px solid #dce8f4;border-radius:12px;background:rgb(255 255 255 / .80);box-shadow:0 7px 18px rgb(8 47 99 / .05)}.dt-contact-point-icon{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:10px;background:#edf6ff;color:var(--dt-inner-hero-blue)}.dt-contact-point-icon svg{width:18px;height:18px}.dt-contact-hero-point strong{display:block;color:var(--dt-inner-hero-muted);font-size:var(--dt-inner-hero-meta);line-height:1.3;font-weight:750}.dt-contact-hero-point small{display:block;margin-top:2px;color:var(--dt-inner-hero-muted);font-size:12px;line-height:1.3;font-weight:500}.dt-service-hero,.dt-area-single-hero,.dt-single-hero{position:relative;overflow:hidden;background:#f5faff;color:var(--dt-inner-hero-navy)}.dt-service-hero{padding:26px 0 34px}.dt-service-hero-grid,.dt-area-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr);gap:32px;align-items:center;padding-top:28px}.dt-service-hero-copy,.dt-area-hero-copy,.dt-single-hero-copy{max-width:820px}.dt-service-eyebrow,.dt-area-eyebrow,.dt-single-eyebrow{display:block;margin:0 0 10px;color:var(--dt-inner-hero-blue);font-size:12px;line-height:1.3;font-weight:900;letter-spacing:.08em}.dt-service-eyebrow .detay-icon{width:16px;height:16px;vertical-align:-2px}.dt-service-hero-copy h1,.dt-area-hero-copy h1,.dt-single-hero h1{margin:0 0 16px;color:var(--dt-inner-hero-navy);font-size:var(--dt-inner-hero-title);line-height:1.06;letter-spacing:-.045em;font-weight:800}.dt-service-hero-copy>p,.dt-area-hero-copy>p,.dt-single-hero p{max-width:820px;margin:0;color:var(--dt-inner-hero-muted);font-size:var(--dt-inner-hero-body);line-height:1.62;font-weight:500}.dt-service-actions{display:flex;flex-wrap:wrap;gap:10px}.dt-service-actions .btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border-radius:12px;font-size:var(--dt-inner-hero-button);line-height:1;font-weight:800}.dt-service-whatsapp-btn{background:linear-gradient(135deg,#16c967,#20d975)!important;color:#fff!important;border:1px solid rgb(22 201 103 / .25)!important;box-shadow:0 10px 24px rgb(22 201 103 / .16)!important}.dt-service-phone-btn{background:#fff!important;color:var(--dt-inner-hero-blue)!important;border:1px solid #d7e5f2!important;box-shadow:0 8px 20px rgb(7 43 95 / .07)!important}.dt-service-actions .btn:hover{transform:translateY(-1px)}.dt-service-hero-image{position:relative;isolation:isolate;min-height:290px;height:290px;overflow:hidden;border:1px solid rgb(255 255 255 / .92);border-radius:24px;background:#eaf3fb;box-shadow:0 24px 55px rgb(7 43 95 / .16),0 8px 22px rgb(9 104 223 / .08),inset 0 1px 0 rgb(255 255 255 / .9);transform:translateZ(0)}.dt-service-hero-image:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(135deg,rgb(255 255 255 / .18) 0%,#fff0 32%,rgb(8 47 99 / .06) 72%,rgb(8 47 99 / .18) 100%)}.dt-service-hero-image:after{content:"";position:absolute;right:14px;bottom:14px;width:76px;height:76px;border-right:2px solid rgb(255 255 255 / .78);border-bottom:2px solid rgb(255 255 255 / .78);border-radius:0 0 15px 0;z-index:3;pointer-events:none;filter:drop-shadow(0 2px 4px rgb(7 43 95 / .10))}.dt-area-single-hero{padding:26px 0 34px;background-image:var(--dt-area-bg);background-size:cover;background-position:center}.dt-area-single-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(245 250 255 / .98) 0%,rgb(245 250 255 / .92) 48%,rgb(245 250 255 / .55) 72%,rgb(245 250 255 / .05) 100%)}.dt-area-single-hero>.container{position:relative;z-index:2}.dt-area-card-icon{width:48px;height:48px;flex:0 0 48px;border-radius:14px;background:#edf5ff;color:var(--dt-inner-hero-blue);display:grid;place-items:center;box-shadow:0 8px 20px rgb(9 104 223 / .09)}.dt-area-hero-card .btn{display:flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:12px;font-size:var(--dt-inner-hero-button);line-height:1;font-weight:800}.dt-area-hero-card .btn-primary{background:linear-gradient(135deg,#0968df,#1684f4);color:#fff;box-shadow:0 10px 24px rgb(9 104 223 / .18)}.dt-area-hero-card .btn:hover{transform:translateY(-1px)}.dt-blog-hero{position:relative;overflow:hidden;background-color:#eef7ff;background-image:var(--dt-blog-hero-bg);background-size:cover;background-position:center;border-bottom:1px solid #e2edf7}.dt-blog-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(238 247 255 / .97) 0%,rgb(238 247 255 / .92) 42%,rgb(238 247 255 / .68) 66%,rgb(238 247 255 / .24) 100%);z-index:0}.dt-blog-hero>.container{position:relative;z-index:1}.dt-blog-hero-inner{position:relative;min-height:280px;padding:26px 0 36px;display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:start}.dt-blog-breadcrumb{grid-column:1;margin:0;padding:0}.dt-blog-hero-copy{position:relative;z-index:2;max-width:820px;padding-top:28px;grid-column:1}.dt-blog-eyebrow{display:block;margin:0 0 10px;color:var(--dt-inner-hero-blue);font-size:12px;line-height:1.3;font-weight:900;letter-spacing:.08em}.dt-blog-hero h1{margin:0 0 16px;color:var(--dt-inner-hero-navy);font-size:var(--dt-inner-hero-title);line-height:1.06;letter-spacing:-.045em;font-weight:800}.dt-blog-hero p{max-width:820px;margin:0;color:var(--dt-inner-hero-muted);font-size:var(--dt-inner-hero-body);line-height:1.62;font-weight:500}body:not(.home) .dt-services-hero-copy,body:not(.home) .dt-blog-hero-copy,body:not(.home) .dt-contact-hero-copy{padding-top:40px}body:not(.home) .dt-services-hero-copy>.eyebrow,body:not(.home) .dt-blog-hero-copy>.dt-blog-eyebrow,body:not(.home) .dt-contact-hero-copy>.dt-contact-kicker{margin-top:0}@media(max-width:820px){body:not(.home) .dt-services-hero-copy,body:not(.home) .dt-blog-hero-copy,body:not(.home) .dt-contact-hero-copy{padding-top:30px}}@media(max-width:560px){body:not(.home) .dt-services-hero-copy,body:not(.home) .dt-blog-hero-copy,body:not(.home) .dt-contact-hero-copy{padding-top:26px}}body:not(.home) .dt-about-hero .dt-about-eyebrow,body:not(.home) .dt-services-hero-copy>.eyebrow,body:not(.home) .service-areas-hero-copy>.service-areas-eyebrow,body:not(.home) .dt-contact-hero-copy>.dt-contact-kicker,body:not(.home) .dt-service-hero-copy>.dt-service-eyebrow,body:not(.home) .dt-area-hero-copy>.dt-area-eyebrow,body:not(.home) .dt-blog-hero-copy>.dt-blog-eyebrow,body:not(.home) .dt-single-hero-copy>.dt-single-eyebrow{display:flex;align-items:center;justify-content:flex-start;width:max-content;max-width:100%;min-height:32px;margin:0 0 14px;padding:6px 14px;border:1px solid rgb(9 104 223 / .16);border-radius:999px;background:linear-gradient(135deg,rgb(255 255 255 / .94),rgb(235 245 255 / .82));color:var(--dt-inner-hero-blue);font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.085em;text-transform:uppercase;text-align:left;box-shadow:0 7px 20px rgb(8 47 99 / .07),inset 0 1px 0 rgb(255 255 255 / .9);box-sizing:border-box}body:not(.home) .dt-about-hero .dt-about-eyebrow{margin-bottom:14px}body:not(.home) .dt-service-hero-copy>.dt-service-eyebrow{gap:7px}body:not(.home) .dt-service-hero-copy>.dt-service-eyebrow .detay-icon{width:16px;height:16px;flex:0 0 16px}@media(max-width:780px){body:not(.home) .dt-about-hero .dt-about-eyebrow,body:not(.home) .dt-services-hero-copy>.eyebrow,body:not(.home) .service-areas-hero-copy>.service-areas-eyebrow,body:not(.home) .dt-contact-hero-copy>.dt-contact-kicker,body:not(.home) .dt-service-hero-copy>.dt-service-eyebrow,body:not(.home) .dt-area-hero-copy>.dt-area-eyebrow,body:not(.home) .dt-blog-hero-copy>.dt-blog-eyebrow,body:not(.home) .dt-single-hero-copy>.dt-single-eyebrow{min-height:30px;margin-bottom:12px;padding:5px 12px;font-size:11px;letter-spacing:.075em}}@media(max-width:560px){body:not(.home) .dt-about-hero .dt-about-eyebrow,body:not(.home) .dt-services-hero-copy>.eyebrow,body:not(.home) .service-areas-hero-copy>.service-areas-eyebrow,body:not(.home) .dt-contact-hero-copy>.dt-contact-kicker,body:not(.home) .dt-service-hero-copy>.dt-service-eyebrow,body:not(.home) .dt-area-hero-copy>.dt-area-eyebrow,body:not(.home) .dt-blog-hero-copy>.dt-blog-eyebrow,body:not(.home) .dt-single-hero-copy>.dt-single-eyebrow{width:max-content;max-width:100%;padding-inline:11px;white-space:normal}}body:not(.home) .dt-about-hero-text a,body:not(.home) .dt-services-hero-description a,body:not(.home) .service-areas-hero-copy>.dt-richtext a,body:not(.home) .dt-contact-hero-copy>p a,body:not(.home) .dt-service-hero-copy>p a,body:not(.home) .dt-area-hero-copy>p a,body:not(.home) .dt-blog-hero-copy>p a,body:not(.home) .dt-single-hero-copy>p a{color:#075fc9;font-weight:800;text-decoration-line:underline;text-decoration-thickness:2px;text-underline-offset:3px;text-decoration-color:rgb(7 95 201 / .48);background:linear-gradient(180deg,transparent 56%,rgb(9 104 223 / .10) 56%);border-radius:4px;padding:1px 3px;transition:color .2s ease,background-color .2s ease,text-decoration-color .2s ease,box-shadow .2s ease}body:not(.home) .dt-about-hero-text a:hover,body:not(.home) .dt-services-hero-description a:hover,body:not(.home) .service-areas-hero-copy>.dt-richtext a:hover,body:not(.home) .dt-contact-hero-copy>p a:hover,body:not(.home) .dt-service-hero-copy>p a:hover,body:not(.home) .dt-area-hero-copy>p a:hover,body:not(.home) .dt-blog-hero-copy>p a:hover,body:not(.home) .dt-single-hero-copy>p a:hover,body:not(.home) .dt-about-hero-text a:focus-visible,body:not(.home) .dt-services-hero-description a:focus-visible,body:not(.home) .service-areas-hero-copy>.dt-richtext a:focus-visible,body:not(.home) .dt-contact-hero-copy>p a:focus-visible,body:not(.home) .dt-service-hero-copy>p a:focus-visible,body:not(.home) .dt-area-hero-copy>p a:focus-visible,body:not(.home) .dt-blog-hero-copy>p a:focus-visible,body:not(.home) .dt-single-hero-copy>p a:focus-visible{color:#064b9e;text-decoration-color:#064b9e;background:rgb(9 104 223 / .14);box-shadow:0 2px 0 rgb(9 104 223 / .10)}@media(max-width:560px){body:not(.home) .dt-about-hero-text a,body:not(.home) .dt-services-hero-description a,body:not(.home) .service-areas-hero-copy>.dt-richtext a,body:not(.home) .dt-contact-hero-copy>p a,body:not(.home) .dt-service-hero-copy>p a,body:not(.home) .dt-area-hero-copy>p a,body:not(.home) .dt-blog-hero-copy>p a,body:not(.home) .dt-single-hero-copy>p a{text-decoration-thickness:1.5px;text-underline-offset:2px;padding-inline:2px}}body.single-detay_hizmet .dt-service-layout{grid-template-columns:minmax(0,2.3fr) minmax(0,1fr)}@media(max-width:1050px){body.single-detay_hizmet .dt-service-trust-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){body.single-detay_hizmet .dt-service-layout{grid-template-columns:1fr}}@media(max-width:560px){body.single-detay_hizmet .dt-service-trust-row{grid-template-columns:1fr;gap:8px;margin:16px 0 18px}}@media(max-width:820px){body.single-detay_hizmet .dt-service-side-card{padding:20px}body.single-detay_hizmet .dt-service-side-card .dt-section-heading h2{font-size:19px}body.single-detay_hizmet .dt-service-info dt{font-size:13px}body.single-detay_hizmet .dt-service-info dd{font-size:12px;max-width:145px}body.single-detay_hizmet .dt-related-services strong{font-size:13px}body.single-detay_hizmet .dt-service-offer-card p{font-size:13px}}@media(max-width:560px){body.single-detay_hizmet .dt-service-side-card{padding:18px}body.single-detay_hizmet .dt-service-side-card .dt-section-heading h2{font-size:18px}body.single-detay_hizmet .dt-service-info>div{grid-template-columns:34px minmax(0,1fr);gap:8px;padding:10px 0}body.single-detay_hizmet .dt-service-info dd{grid-column:2;font-size:12px;text-align:left;max-width:none;margin-top:-4px}body.single-detay_hizmet .dt-service-info dt{font-size:13px}body.single-detay_hizmet .dt-related-services strong{font-size:13px}body.single-detay_hizmet .dt-service-offer-card p{font-size:13px;line-height:1.6}body.single-detay_hizmet .dt-service-hero-image{height:250px;min-height:250px;border-radius:20px}}.services-section .service-card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid #e7eef6}.services-section .service-card-actions a{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:800;line-height:1.2}.services-section .service-card-actions .text-link{color:#0b63d9}.services-section .service-card-actions .service-offer-link{padding:8px 12px;border-radius:10px;background:#08a65b;color:#fff;box-shadow:0 8px 18px rgb(8 166 91 / .18)}.services-section .service-card-actions .service-offer-link:hover{transform:translateY(-1px);background:#078f4e}@media(max-width:560px){.services-section .service-card-actions a{font-size:11px}.services-section .service-card-actions .service-offer-link{padding:8px 10px}}.dtfp-service-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px;padding-top:11px;border-top:1px solid #e6eef6}.dtfp-service-actions a{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:800;line-height:1.2}.dtfp-service-detail-link{color:#0b63d9}.dtfp-service-offer{padding:8px 12px;border-radius:10px;background:#08a65b;color:#fff!important;box-shadow:0 8px 18px rgb(8 166 91 / .16)}.dtfp-service-offer:hover{transform:translateY(-1px);background:#078f4e}@media(max-width:560px){.dtfp-service-actions a{font-size:11px}.dtfp-service-offer{padding:8px 10px}}@media (max-width:820px){.dt-services-hero{min-height:0}.dt-services-hero-inner{width:min(100% - 32px, 680px);max-width:680px;margin-inline:auto;padding:18px 0 30px;display:block}.dt-services-breadcrumb{margin-bottom:0}.dt-services-hero-copy{width:100%;max-width:100%;padding-top:24px}.dt-services-hero h1{font-size:clamp(30px,8vw,42px);line-height:1.08;margin-bottom:14px;max-width:100%}.dt-services-hero-copy>p,.dt-services-hero-description{width:100%;max-width:100%;font-size:15px;line-height:1.62}.dt-services-hero-points{gap:9px 14px;margin:18px 0 20px}.dt-services-hero-points span{font-size:13px}.dt-services-hero-actions{width:100%}.dt-services-hero-actions .btn{min-height:46px}.dt-services-hero-bg img{object-position:72% center}.dt-services-hero-overlay{background:linear-gradient(90deg,rgb(245 250 255 / .97) 0%,rgb(245 250 255 / .93) 48%,rgb(245 250 255 / .70) 78%,rgb(245 250 255 / .30) 100%)}}@media (max-width:560px){.dt-services-hero-inner{width:calc(100% - 28px);padding:15px 0 26px}.dt-services-hero-copy{padding-top:22px}.dt-services-hero h1{font-size:32px;line-height:1.08;letter-spacing:-.035em;margin-bottom:12px}.dt-services-hero-copy>p,.dt-services-hero-description{font-size:15.5px;line-height:1.62}.dt-services-hero-points{display:grid;grid-template-columns:1fr;gap:8px;margin:16px 0 19px}.dt-services-hero-points span{font-size:12.5px}.dt-services-hero-actions{display:grid;grid-template-columns:1fr;gap:9px}.dt-services-hero-actions .btn{width:100%;min-height:45px;padding-inline:16px}.dt-services-hero-bg img{object-position:76% center}.dt-services-hero-overlay{background:linear-gradient(90deg,rgb(245 250 255 / .985) 0%,rgb(245 250 255 / .95) 54%,rgb(245 250 255 / .76) 78%,rgb(245 250 255 / .34) 100%)}}@media (max-width:700px){.dt-faq-popup{padding:8px!important;align-items:center!important;overflow:hidden!important}.dt-faq-popup-dialog{width:100%!important;max-width:100%!important;max-height:calc(100dvh - 16px)!important;height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;display:block!important;border-radius:16px!important;-webkit-overflow-scrolling:touch}.dt-faq-popup-media{height:125px!important;min-height:125px!important}.dt-faq-popup-media img{width:100%!important;height:125px!important;min-height:125px!important;object-fit:cover!important}.dt-faq-popup-content{padding:16px 15px 15px!important}.dt-faq-popup-kicker{gap:7px!important;font-size:10px!important;margin-bottom:10px!important}.dt-faq-popup-kicker span{width:25px!important;height:25px!important;flex:0 0 25px!important}.dt-faq-popup-dialog h3{margin-bottom:9px!important;font-size:21px!important;line-height:1.15!important;letter-spacing:-.025em!important;overflow-wrap:anywhere!important}.dt-faq-popup-answer{font-size:12px!important;line-height:1.55!important;overflow-wrap:anywhere!important}.dt-faq-popup-actions{margin-top:14px!important;gap:7px!important}.dt-faq-popup-actions .btn{min-height:42px!important;padding:8px 7px!important;font-size:10.5px!important;line-height:1.15!important;white-space:normal!important}.dt-faq-popup-close{right:9px!important;top:9px!important;width:34px!important;height:34px!important;font-size:23px!important}}@media (max-width:380px){.dt-faq-popup{padding:5px!important}.dt-faq-popup-dialog{max-height:calc(100dvh - 10px)!important;border-radius:14px!important}.dt-faq-popup-media,.dt-faq-popup-media img{height:105px!important;min-height:105px!important}.dt-faq-popup-content{padding:13px 12px 12px!important}.dt-faq-popup-dialog h3{font-size:19px!important}.dt-faq-popup-answer{font-size:11.5px!important;line-height:1.5!important}.dt-faq-popup-actions{grid-template-columns:1fr 1fr!important}.dt-faq-popup-actions .btn{font-size:10px!important;min-height:40px!important;padding:7px 5px!important}}@media (max-width:820px){body.single-detay_hizmet .dt-service-hero{padding:18px 0 28px;overflow:hidden}body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:minmax(0,1fr);gap:20px;padding-top:18px;width:100%}body.single-detay_hizmet .dt-service-hero-copy{width:100%;max-width:none;min-width:0}body.single-detay_hizmet .dt-service-hero-copy h1{max-width:100%;font-size:clamp(28px,8vw,38px);line-height:1.08;overflow-wrap:anywhere}body.single-detay_hizmet .dt-service-hero-copy>p{max-width:100%;font-size:16px;line-height:1.55;overflow-wrap:anywhere}body.single-detay_hizmet .dt-service-hero-image{width:100%;min-width:0;height:230px;min-height:230px;border-radius:18px}}@media (max-width:560px){body.single-detay_hizmet .dt-service-hero .container{width:min(100% - 24px,1180px)}body.single-detay_hizmet .dt-service-breadcrumb{max-width:100%;min-width:0;overflow:hidden}body.single-detay_hizmet .dt-service-hero-grid{gap:16px;padding-top:14px}body.single-detay_hizmet .dt-service-eyebrow{max-width:100%;width:max-content;white-space:normal;overflow-wrap:anywhere}body.single-detay_hizmet .dt-service-hero-copy h1{font-size:30px;letter-spacing:-.035em;margin-bottom:11px}body.single-detay_hizmet .dt-service-hero-copy>p{font-size:14px;line-height:1.55}body.single-detay_hizmet .dt-service-hero-image{height:215px;min-height:215px;border-radius:17px}body.single-detay_hizmet .dt-service-actions{width:100%;gap:8px}body.single-detay_hizmet .dt-service-actions .btn{min-height:44px;padding:0 13px;font-size:12px}body.single-detay_hizmet .dt-service-whatsapp-btn{flex:1 1 100%}body.single-detay_hizmet .dt-service-phone-btn{flex:1 1 100%}}@media (max-width:820px){.service-areas-hero{min-height:0}.service-areas-hero-media{background-position:center center;background-size:cover}.service-areas-hero-overlay{background:linear-gradient(180deg,rgb(255 255 255 / .97) 0%,rgb(255 255 255 / .91) 54%,rgb(239 247 253 / .72) 100%)}.service-areas-hero-inner{padding:18px 0 30px}.service-areas-hero-grid{grid-template-columns:minmax(0,1fr);gap:22px;padding-top:22px}.service-areas-hero-copy{width:100%;max-width:none;min-width:0}.service-areas-hero h1{max-width:100%;font-size:clamp(34px,8.8vw,46px);line-height:1.06;letter-spacing:-.04em;overflow-wrap:anywhere}.service-areas-hero-copy>.dt-richtext,.service-areas-hero-copy>p{max-width:100%;font-size:15px;line-height:1.62}.service-areas-hero-points{gap:8px;margin-top:16px}.service-areas-hero-points span{min-height:38px;padding:7px 10px;border:1px solid #dce8f4;border-radius:11px;background:rgb(255 255 255 / .82);font-size:12px}.service-areas-contact-card{width:100%;box-sizing:border-box;padding:20px;border-radius:18px}.service-areas-contact-card>strong{max-width:none;font-size:16px}.service-areas-contact-card>.dt-richtext{font-size:14px;line-height:1.55}}@media (max-width:560px){.service-areas-hero-inner{padding:12px 0 24px}.service-areas-breadcrumb{font-size:11px}.service-areas-hero-grid{gap:18px;padding-top:18px}.service-areas-hero h1{font-size:clamp(31px,9.2vw,38px);margin-bottom:12px;max-width:100%}.service-areas-hero-copy>.dt-richtext,.service-areas-hero-copy>p{font-size:14px;line-height:1.58}.service-areas-hero-points{display:grid;grid-template-columns:1fr;gap:7px;margin-top:14px}.service-areas-hero-points span{width:100%;box-sizing:border-box}.service-areas-contact-card{padding:16px;border-radius:16px}.service-areas-contact-head{gap:10px}.service-areas-contact-icon{width:44px;height:44px;flex-basis:44px;border-radius:13px}.service-areas-contact-icon .detay-icon{width:19px;height:19px}.service-areas-contact-card>strong{font-size:15px;line-height:1.28}.service-areas-contact-card>.dt-richtext{margin:10px 0 14px;font-size:13px}}@media (max-width:820px){body.single-detay_bolge .dt-area-single-hero{padding:18px 0 28px;overflow:hidden;background-position:center center;background-size:cover}body.single-detay_bolge .dt-area-single-hero:before{background:linear-gradient(180deg,rgb(245 250 255 / .98) 0%,rgb(245 250 255 / .94) 52%,rgb(245 250 255 / .78) 100%)}body.single-detay_bolge .dt-area-single-hero>.container{width:min(100% - 28px,1180px);max-width:100%;min-width:0}body.single-detay_bolge .dt-area-breadcrumb{width:100%;max-width:100%;min-width:0;overflow:hidden;display:flex;flex-wrap:wrap;gap:5px 7px;font-size:11px;line-height:1.45}body.single-detay_bolge .dt-area-breadcrumb a,body.single-detay_bolge .dt-area-breadcrumb span{min-width:0;overflow-wrap:anywhere}body.single-detay_bolge .dt-area-hero-grid{width:100%;max-width:100%;min-width:0;grid-template-columns:minmax(0,1fr);gap:18px;padding-top:18px}body.single-detay_bolge .dt-area-hero-copy{width:100%;max-width:none;min-width:0}body.single-detay_bolge .dt-area-eyebrow{display:inline-flex;max-width:100%;margin-bottom:9px;font-size:11px;line-height:1.35;white-space:normal;overflow-wrap:anywhere}body.single-detay_bolge .dt-area-hero-copy h1{width:100%;max-width:100%;margin:0 0 12px;font-size:clamp(30px,8.5vw,40px);line-height:1.07;letter-spacing:-.04em;overflow-wrap:anywhere;word-break:normal}body.single-detay_bolge .dt-area-hero-copy>p{width:100%;max-width:100%;margin:0;font-size:14px;line-height:1.58;overflow-wrap:anywhere}body.single-detay_bolge .dt-area-trust-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;max-width:100%;margin:14px 0 0}body.single-detay_bolge .dt-area-trust-row span{min-width:0;min-height:46px;padding:7px 9px;border-radius:12px;font-size:11px;line-height:1.3;overflow-wrap:anywhere}body.single-detay_bolge .dt-area-trust-row svg{flex:0 0 auto;width:16px;height:16px}body.single-detay_bolge .dt-area-card-icon{width:44px;height:44px;flex:0 0 44px;border-radius:12px}body.single-detay_bolge .dt-area-hero-card .btn{width:100%;max-width:100%;min-height:44px;box-sizing:border-box;padding:0 12px;font-size:12px}}@media (max-width:560px){body.single-detay_bolge .dt-area-single-hero{padding:12px 0 22px;background-position:58% center}body.single-detay_bolge .dt-area-single-hero:before{background:linear-gradient(180deg,rgb(245 250 255 / .985) 0%,rgb(245 250 255 / .95) 58%,rgb(245 250 255 / .82) 100%)}body.single-detay_bolge .dt-area-single-hero>.container{width:min(100% - 24px,1180px)}body.single-detay_bolge .dt-area-breadcrumb{font-size:10px;gap:4px 6px}body.single-detay_bolge .dt-area-hero-grid{gap:15px;padding-top:15px}body.single-detay_bolge .dt-area-eyebrow{font-size:10px;margin-bottom:8px}body.single-detay_bolge .dt-area-hero-copy h1{font-size:clamp(28px,8.8vw,36px);line-height:1.08;margin-bottom:10px}body.single-detay_bolge .dt-area-hero-copy>p{font-size:13px;line-height:1.56}body.single-detay_bolge .dt-area-trust-row{gap:7px;margin-top:12px}body.single-detay_bolge .dt-area-trust-row span{min-height:43px;padding:6px 7px;font-size:10px}body.single-detay_bolge .dt-area-card-icon{width:40px;height:40px;flex-basis:40px;border-radius:11px}body.single-detay_bolge .dt-area-hero-card .btn{min-height:42px;font-size:11.5px}}@media (max-width:380px){body.single-detay_bolge .dt-area-trust-row{grid-template-columns:1fr}body.single-detay_bolge .dt-area-hero-copy h1{font-size:28px}}@media (max-width:560px){.site-footer .dt-footer-main{padding:18px 0 20px!important}.site-footer .dt-footer-grid{row-gap:0!important}.site-footer .dt-footer-col{padding-bottom:9px!important}.site-footer .dt-footer-brand-col{padding-bottom:10px!important}.site-footer .dt-footer-google-col{margin-top:2px!important;padding-top:8px!important;padding-bottom:4px!important}.site-footer .dt-footer-google-card{margin-top:8px!important;border-radius:11px!important;min-height:168px!important}.site-footer .dt-footer-google-card iframe{width:100%!important;height:168px!important;min-height:168px!important;display:block!important}.site-footer .dt-footer-google-link{bottom:8px!important}.site-footer .dt-footer-google-rating{margin-top:7px!important;padding:7px 8px!important}.site-footer .dt-footer-bottom-inner{padding:9px 0 10px!important;gap:6px!important}.site-footer .dt-footer-copy{line-height:1.25!important}}.site-footer .dt-footer-col h3{font-size:clamp(16px,1.45vw,20px)}.site-footer .dt-footer-links a{font-size:clamp(12px,1vw,14px)}.site-footer .dt-google-score strong{font-size:clamp(18px,1.65vw,23px)}.site-footer .dt-footer-google-rating p{font-size:clamp(9px,.8vw,11px)}.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a{font-size:clamp(10px,.85vw,12px)}@media (max-width:820px){.site-footer .dt-footer-tagline{font-size:22px;line-height:1.08}.site-footer .dt-footer-description{font-size:13px;line-height:1.5}.site-footer .dt-footer-col h3{font-size:15px;line-height:1.25}.site-footer .dt-footer-links a{font-size:12px;line-height:1.4;padding:4px 0}.site-footer .dt-footer-contact-item strong{font-size:11px;line-height:1.35}.site-footer .dt-footer-contact-item small{font-size:9.5px;line-height:1.35}.site-footer .dt-footer-google-link{font-size:10px}.site-footer .dt-footer-google-rating p{font-size:9.5px;line-height:1.4}.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a{font-size:10px;line-height:1.4}}@media (max-width:560px){.site-footer .dt-footer-tagline{font-size:20px;line-height:1.08}.site-footer .dt-footer-description{font-size:12.5px;line-height:1.48}.site-footer .dt-footer-col h3{font-size:14px}.site-footer .dt-footer-links a{font-size:11.5px;line-height:1.38}.site-footer .dt-footer-contact-item strong{font-size:10.5px}.site-footer .dt-footer-contact-item small{font-size:9px}.site-footer .dt-footer-google-link{font-size:9.5px}.site-footer .dt-google-score strong{font-size:17px}.site-footer .dt-google-score span{font-size:11px}.site-footer .dt-footer-google-rating p{font-size:9px}.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a{font-size:9.5px}}@media (max-width:380px){.site-footer .dt-footer-tagline{font-size:19px}.site-footer .dt-footer-description{font-size:12px}.site-footer .dt-footer-col h3{font-size:13.5px}.site-footer .dt-footer-links a{font-size:11px}.site-footer .dt-footer-contact-item strong{font-size:10px}.site-footer .dt-footer-contact-item small{font-size:8.5px}.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a{font-size:9px}}@media (min-width:901px) and (max-width:1100px){.site-header .header-inner{width:calc(100% - 24px)!important;max-width:none!important;min-height:76px!important;gap:10px!important}.site-header .brand{flex:0 0 145px!important;min-width:145px!important}.site-header .brand .site-logo-image,.site-header .brand img{max-width:145px!important;max-height:50px!important}.site-header .main-nav{gap:11px!important;font-size:10px!important;flex:1 1 auto!important;min-width:0!important}.site-header .main-nav a{padding:28px 0!important;white-space:nowrap!important}.site-header .header-actions{flex:0 0 auto!important;gap:5px!important}.site-header .header-actions .header-phone{min-width:118px!important;width:118px!important;max-width:118px!important;height:40px!important;padding:3px 7px 3px 4px!important;gap:5px!important;border-radius:20px!important}.site-header .header-actions .header-phone .header-phone-icon{width:30px!important;height:30px!important;flex-basis:30px!important}.site-header .header-actions .header-phone .header-phone-icon svg{width:14px!important;height:14px!important}.site-header .header-actions .header-phone .header-phone-copy small{font-size:6px!important;margin-bottom:2px!important}.site-header .header-actions .header-phone .header-phone-copy strong{font-size:9px!important}.site-header .header-actions .header-whatsapp{min-width:42px!important;width:42px!important;max-width:42px!important;height:40px!important;padding:3px!important;border-radius:20px!important;justify-content:center!important;gap:0!important}.site-header .header-actions .header-whatsapp svg{width:32px!important;height:32px!important;flex-basis:32px!important;padding:8px!important;border-radius:50%!important}.site-header .header-actions .header-whatsapp span{display:none!important}}@media (min-width:1101px) and (max-width:1180px){.site-header .header-inner{width:calc(100% - 28px)!important;gap:12px!important}.site-header .brand{flex:0 0 175px!important;min-width:175px!important}.site-header .brand .site-logo-image,.site-header .brand img{max-width:175px!important;max-height:58px!important}.site-header .main-nav{gap:15px!important;font-size:11px!important;min-width:0!important}.site-header .main-nav a{padding:30px 0!important}.site-header .header-actions{gap:5px!important}.site-header .header-actions .header-phone{min-width:135px!important;width:135px!important;max-width:135px!important;height:42px!important}.site-header .header-actions .header-whatsapp{min-width:120px!important;width:120px!important;max-width:120px!important;height:42px!important}}:root{--dt-font:"Inter","Segoe UI",Roboto,Arial,sans-serif;--dt-type-body:16px;--dt-type-body-leading:1.65;--dt-type-small:12px;--dt-type-label:11px;--dt-type-h1-leading:1.06;--dt-type-h2-leading:1.12;--dt-type-h3-leading:1.24}body:not(.wp-admin) .btn{font-size:15px;font-weight:700;line-height:1.25}body:not(.wp-admin) .main-nav,body:not(.wp-admin) .mobile-menu a{font-family:var(--dt-font)}body:not(.wp-admin) .main-nav{font-weight:700}body:not(.wp-admin) .price-badge,body:not(.wp-admin) .dt-home-blog-cat,body:not(.wp-admin) .dt-home-blog-read,body:not(.wp-admin) .dt-why-eyebrow,body:not(.wp-admin) .dt-feedback-eyebrow{font-size:11px!important;line-height:1.25!important}body:not(.wp-admin) .price small,body:not(.wp-admin) .dt-home-blog-card small,body:not(.wp-admin) .dt-google-review-card .person small,body:not(.wp-admin) .site-footer .dt-footer-contact-item small,body:not(.wp-admin) .site-footer .dt-footer-google-rating p{font-size:11px!important;line-height:1.35!important}body:not(.wp-admin) .site-footer .dt-footer-ssl small{font-size:10px!important;line-height:1.35!important}body:not(.wp-admin) .hero h1,body:not(.wp-admin) .hero-premium h1{letter-spacing:-.035em}@media (max-width:820px){body:not(.wp-admin) .btn{font-size:15px}}@media (max-width:560px){body:not(.wp-admin) .price-badge,body:not(.wp-admin) .dt-home-blog-cat,body:not(.wp-admin) .dt-home-blog-read,body:not(.wp-admin) .dt-why-eyebrow,body:not(.wp-admin) .dt-feedback-eyebrow{font-size:11px!important}}.home main>section#fiyatlar .pricing-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;text-align:left}.home main>section#fiyatlar .pricing-head-copy{flex:1 1 auto;min-width:0}.home main>section#fiyatlar .pricing-head-button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 18px;border:1px solid rgb(11 99 217 / .18);border-radius:14px;background:linear-gradient(135deg,#0b63d9,#0755bc);color:#fff;font-size:13px;font-weight:900;letter-spacing:-.01em;box-shadow:0 12px 28px rgb(11 99 217 / .20);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;white-space:nowrap}.home main>section#fiyatlar .pricing-head-button:hover{color:#fff;background:linear-gradient(135deg,#0755bc,#064aa5);transform:translateY(-2px);box-shadow:0 16px 32px rgb(11 99 217 / .26)}.home main>section#fiyatlar .pricing-head-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:760px){.home main>section#fiyatlar .pricing-section-head{align-items:center;flex-direction:column;gap:16px;text-align:center}.home main>section#fiyatlar .pricing-head-button{width:100%;max-width:320px}}body.single-detay_bolge .dt-area-sidebar{padding-right:0}body.single-detay_bolge .dt-area-nav-card{padding:20px;border:1px solid rgb(9 104 223 / .12);border-radius:20px;background:linear-gradient(145deg,#fff 0%,#f7fbff 100%);box-shadow:0 14px 34px rgb(7 43 95 / .08),inset 0 1px 0 rgb(255 255 255 / .95)}body.single-detay_bolge .dt-area-nav-card+.dt-area-nav-card{margin-top:14px}body.single-detay_bolge .dt-area-nav-card-head{display:flex;align-items:center}body.single-detay_bolge .dt-area-nav-card-head .dt-area-card-icon{flex:0 0 44px;box-shadow:0 8px 18px rgb(9 104 223 / .10)}body.single-detay_bolge .dt-area-nav-card-head .dt-area-eyebrow{margin:0 0 3px;font-size:9px;letter-spacing:.1em}body.single-detay_bolge .dt-area-nav-card-head h2{margin:0;color:#062b5f;line-height:1.25;letter-spacing:-.02em}body.single-detay_bolge .dt-area-nav-list a{display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;background:rgb(255 255 255 / .7)}body.single-detay_bolge .dt-area-nav-list a:hover{box-shadow:0 7px 18px rgb(7 43 95 / .07)}body.single-detay_bolge .dt-area-nav-list a.is-current{box-shadow:0 7px 18px rgb(9 104 223 / .07)}body.single-detay_bolge .dt-area-nav-icon{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#eef6ff}body.single-detay_bolge .dt-area-nav-icon svg{width:14px;height:14px}body.single-detay_bolge .dt-area-nav-list a>span:nth-child(2){min-width:0;font-size:12px;line-height:1.35;font-weight:800;overflow-wrap:anywhere}body.single-detay_bolge .dt-area-nav-arrow{color:#0b63d9;font-size:15px;font-weight:900}body.single-detay_bolge .dt-area-current-badge{line-height:1;font-weight:900;letter-spacing:.01em}body.single-detay_bolge .dt-area-nav-more{gap:8px}body.single-detay_bolge .dt-area-nav-more span{font-size:15px}@media(max-width:820px){body.single-detay_bolge .dt-area-sidebar{position:static;top:auto;height:auto;max-height:none;overflow:visible;padding-right:0;z-index:auto}body.single-detay_bolge .dt-area-nav-card{padding:18px}body.single-detay_bolge .dt-area-regions-nav .dt-area-nav-list{max-height:none;overflow:visible}}body.single-detay_bolge .dt-area-sidebar{display:flex;flex-direction:column;gap:14px}body.single-detay_bolge .dt-area-sidebar .dt-area-nav-card,body.single-detay_bolge .dt-area-sidebar .dt-area-contact-card{width:100%}@media(max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-sidebar{top:104px}}body.single-detay_bolge .dt-area-single-hero{background-image:none!important;background-color:#f5faff}body.single-detay_bolge .dt-area-hero-copy{min-width:0}body.single-detay_bolge .dt-area-hero-visual:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(135deg,rgb(255 255 255 / .10),transparent 40%,rgb(7 43 95 / .08))}body.single-detay_bolge .dt-area-hero-visual img{display:block}body.single-detay_bolge .dt-area-sidebar{min-width:0}body.single-detay_bolge .dt-area-sidebar.is-js-sticky{z-index:40}body.single-detay_bolge .dt-area-sidebar.is-js-sticky-end{z-index:5}@media (max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;gap:24px!important}body.single-detay_bolge .dt-area-hero-visual{height:300px}}@media (max-width:820px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:minmax(0,1fr)!important;gap:18px!important}body.single-detay_bolge .dt-area-hero-visual{height:250px;border-radius:20px}body.single-detay_bolge .dt-area-hero-visual img{object-position:center}}@media (max-width:560px){body.single-detay_bolge .dt-area-hero-visual{height:215px;border-radius:18px}}body.single-detay_bolge .dt-area-sidebar{left:auto!important;right:auto!important}body.single-detay_bolge .dt-area-sidebar.is-js-sticky,body.single-detay_bolge .dt-area-sidebar.is-js-sticky-end{position:sticky!important;top:104px!important;left:auto!important;right:auto!important;width:auto!important;transform:none!important}@media(max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-sidebar{top:92px!important}}@media(max-width:820px){body.single-detay_bolge .dt-area-sidebar,body.single-detay_bolge .dt-area-sidebar.is-js-sticky,body.single-detay_bolge .dt-area-sidebar.is-js-sticky-end{position:static!important;top:auto!important;left:auto!important;right:auto!important;width:auto!important;transform:none!important}}body.single-detay_bolge .dt-area-single-page{overflow-x:clip!important}body.single-detay_bolge .dt-area-regions-nav .dt-area-nav-list{padding-right:0!important;scrollbar-width:auto!important}body.single-detay_bolge .dt-area-regions-nav .dt-area-nav-list::-webkit-scrollbar{width:auto!important;height:auto!important}body.single-detay_bolge .dt-area-regions-nav .dt-area-nav-list::-webkit-scrollbar-thumb{background:transparent!important}@media(max-width:820px){body.single-detay_bolge .dt-area-sidebar{position:static!important;top:auto!important}body.single-detay_bolge .dt-area-regions-nav .dt-area-nav-list{overflow:visible!important}}body.single-detay_bolge main.dt-area-single-page,body.single-detay_bolge .dt-area-single-page{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important}body.single-detay_bolge .dt-area-single-section,body.single-detay_bolge .dt-area-single-section>.container,body.single-detay_bolge .dt-area-layout{overflow:visible!important}body.single-detay_bolge .dt-area-layout{position:relative!important}@media(max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-layout{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr)!important}body.single-detay_bolge .dt-area-sidebar{top:92px!important}}@media(max-width:820px){body.single-detay_bolge main.dt-area-single-page,body.single-detay_bolge .dt-area-single-page,body.single-detay_bolge .dt-area-single-section,body.single-detay_bolge .dt-area-single-section>.container,body.single-detay_bolge .dt-area-layout{overflow:visible!important}body.single-detay_bolge .dt-area-layout{grid-template-columns:1fr!important}body.single-detay_bolge .dt-area-sidebar{position:static!important;top:auto!important;height:auto!important;max-height:none!important}}body.single-detay_bolge .dt-area-layout{display:grid!important;overflow:visible!important}body.single-detay_bolge .dt-area-sidebar-rail{align-self:stretch!important;height:auto!important}body.single-detay_bolge .dt-area-sidebar{position:sticky!important;align-self:start!important;height:max-content!important;max-height:none!important;overflow:visible!important;transform:none!important;will-change:auto!important;width:100%!important;margin:0!important;z-index:20!important}@media(max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-layout{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr)!important}body.single-detay_bolge .dt-area-sidebar{top:92px!important}}@media(max-width:820px){body.single-detay_bolge .dt-area-layout{grid-template-columns:1fr!important;align-items:start!important}body.single-detay_bolge .dt-area-sidebar-rail{align-self:auto!important;height:auto!important}body.single-detay_bolge .dt-area-sidebar{position:static!important;top:auto!important;width:100%!important}}body.single-detay_bolge .dt-area-sidebar-rail{position:relative!important;overflow:visible!important;min-width:0!important}body.single-detay_bolge .dt-area-sidebar.dt-area-js-fixed{z-index:30!important}body.single-detay_bolge .dt-area-sidebar.dt-area-js-end{z-index:20!important}body.single-detay_bolge .dt-area-regions-nav .dt-area-nav-list{max-height:none!important;height:auto!important;overflow:visible!important;overflow-y:visible!important;overflow-x:visible!important}@media(max-width:820px){body.single-detay_bolge .dt-area-sidebar-rail{min-height:0!important}body.single-detay_bolge .dt-area-sidebar,body.single-detay_bolge .dt-area-sidebar.dt-area-js-fixed,body.single-detay_bolge .dt-area-sidebar.dt-area-js-end{position:static!important;width:100%!important;left:auto!important;top:auto!important}}body.single-detay_bolge .dt-area-hero-copy h1{margin-bottom:12px!important}@media(max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)!important;gap:22px!important}body.single-detay_bolge .dt-area-hero-visual{height:260px!important}}@media(max-width:820px){body.single-detay_bolge .dt-area-single-hero{padding:16px 0 22px!important}body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:1fr!important;gap:16px!important;padding-top:14px!important}body.single-detay_bolge .dt-area-hero-visual{height:235px!important}}body.single-detay_bolge .dt-area-hero-visual img{transform:none!important}body.single-detay_bolge .dt-area-hero-visual{min-width:0!important}@media(max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr)!important;gap:20px!important}body.single-detay_bolge .dt-area-hero-copy{max-width:720px!important}body.single-detay_bolge .dt-area-hero-copy h1{max-width:720px!important}body.single-detay_bolge .dt-area-hero-copy>p{max-width:700px!important}body.single-detay_bolge .dt-area-hero-visual{height:280px!important}}@media(max-width:820px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:1fr!important}body.single-detay_bolge .dt-area-hero-copy,body.single-detay_bolge .dt-area-hero-copy h1,body.single-detay_bolge .dt-area-hero-copy>p{max-width:none!important}body.single-detay_bolge .dt-area-hero-visual{height:235px!important}}@media(max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)!important;gap:22px!important}body.single-detay_bolge .dt-area-hero-copy{max-width:760px!important}body.single-detay_bolge .dt-area-hero-copy h1{max-width:760px!important}body.single-detay_bolge .dt-area-hero-copy>p{max-width:740px!important}body.single-detay_bolge .dt-area-hero-visual{height:260px!important}}@media(max-width:820px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:1fr!important}body.single-detay_bolge .dt-area-hero-copy,body.single-detay_bolge .dt-area-hero-copy h1,body.single-detay_bolge .dt-area-hero-copy>p{max-width:none!important}body.single-detay_bolge .dt-area-hero-visual{height:235px!important}}body.single-detay_bolge .dt-area-hero-visual{isolation:auto!important}body.single-detay_bolge .dt-area-hero-visual:before{display:none!important}@media(max-width:820px){body.single-detay_bolge .dt-area-hero-visual img{border-radius:22px!important;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 4%,#000 96%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 4%,#000 96%,transparent 100%)}}@media(max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:minmax(0,1fr) minmax(260px,290px)!important;gap:26px!important}body.single-detay_bolge .dt-area-hero-visual{max-width:290px!important;height:350px!important}}@media(max-width:820px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:1fr!important;gap:20px!important}body.single-detay_bolge .dt-area-hero-visual{width:min(100%,320px)!important;max-width:320px!important;height:400px!important;margin:0 auto!important}}@media(max-width:560px){body.single-detay_bolge .dt-area-hero-visual{width:min(100%,300px)!important;height:370px!important;border-radius:24px!important}body.single-detay_bolge .dt-area-hero-visual img{border-radius:24px!important}}body.single-detay_bolge .dt-area-hero-visual{margin-left:0!important;position:relative!important}@media(max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr)!important;gap:24px!important}body.single-detay_bolge .dt-area-hero-visual{aspect-ratio:16 / 9!important}}@media(max-width:820px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:1fr!important;gap:18px!important}body.single-detay_bolge .dt-area-hero-copy,body.single-detay_bolge .dt-area-hero-copy h1,body.single-detay_bolge .dt-area-hero-copy>p{max-width:none!important}body.single-detay_bolge .dt-area-hero-visual{width:100%!important;max-width:560px!important;aspect-ratio:16 / 9!important;height:auto!important;margin:0 auto!important}}@media(max-width:560px){body.single-detay_bolge .dt-area-hero-visual{width:100%!important;max-width:100%!important;aspect-ratio:16 / 9!important;border-radius:18px!important}body.single-detay_bolge .dt-area-hero-visual img{border-radius:18px!important}}body.single-detay_bolge .dt-area-single-page{background:#f5f8fc!important}body.single-detay_bolge .dt-area-single-hero{position:relative!important;overflow:hidden!important}body.single-detay_bolge .dt-area-single-hero:before{position:absolute!important;border-radius:50%!important;pointer-events:none!important}body.single-detay_bolge .dt-area-single-hero .container{position:relative!important;z-index:2!important}body.single-detay_bolge .dt-area-breadcrumb.dt-hero-breadcrumb{font-size:12px!important}body.single-detay_bolge .dt-area-eyebrow{display:inline-flex!important;align-items:center!important;gap:8px!important;border-radius:999px!important;font-weight:900!important;letter-spacing:.12em!important}body.single-detay_bolge .dt-area-hero-copy h1{text-wrap:balance!important}body.single-detay_bolge .dt-area-hero-copy>p{margin:0!important}body.single-detay_bolge .dt-area-trust-row{display:flex!important;flex-wrap:wrap!important}body.single-detay_bolge .dt-area-trust-row>span{display:inline-flex!important;align-items:center!important;gap:8px!important;font-weight:800!important}body.single-detay_bolge .dt-area-hero-visual{height:auto!important;overflow:hidden!important}body.single-detay_bolge .dt-area-hero-visual img{width:100%!important;height:100%!important;object-position:center!important;mix-blend-mode:normal!important;-webkit-mask-image:none!important;mask-image:none!important;filter:none!important;box-shadow:none!important}body.single-detay_bolge .dt-area-single-section{padding:58px 0 80px!important;background:#f5f8fc!important}body.single-detay_bolge .dt-area-layout{grid-template-columns:minmax(0,1fr) 330px!important;gap:28px!important;align-items:start!important}body.single-detay_bolge .dt-area-article{min-width:0!important;padding:38px 42px 44px!important;border:1px solid #e1e9f2!important;border-radius:26px!important;background:#fff!important;box-shadow:0 18px 55px rgb(7 43 95 / .07)!important}body.single-detay_bolge .dt-area-content{font-size:15px!important;line-height:1.82!important}body.single-detay_bolge .dt-area-content>p:first-child{font-size:17px!important;color:#425e78!important;line-height:1.8!important}body.single-detay_bolge .dt-area-content h2{position:relative!important;margin:0 0 10px!important;padding-left:17px!important;color:#062b5f!important;font-size:27px!important;line-height:1.2!important;letter-spacing:-.035em!important}body.single-detay_bolge .dt-area-content h2:before{content:""!important;position:absolute!important;left:0!important;top:4px!important;bottom:4px!important;width:4px!important;border-radius:8px!important;background:linear-gradient(180deg,#0b63d9,#16a8d8)!important}body.single-detay_bolge .dt-area-content h3{color:#0a376c!important;font-size:19px!important;margin:26px 0 8px!important}body.single-detay_bolge .dt-area-content p,body.single-detay_bolge .dt-area-content li{color:#506980!important}body.single-detay_bolge .dt-area-content a{color:#0b63d9!important;font-weight:700!important}body.single-detay_bolge .dt-area-content ul,body.single-detay_bolge .dt-area-content ol{padding-left:22px!important}body.single-detay_bolge .dt-area-content li{margin-bottom:5px!important}body.single-detay_bolge .dt-area-sidebar{top:106px!important}body.single-detay_bolge .dt-area-sidebar .dt-area-side-card{padding:21px!important;border:1px solid #e1e9f2!important;border-radius:22px!important;background:rgb(255 255 255 / .97)!important;box-shadow:0 16px 42px rgb(7 43 95 / .08)!important}body.single-detay_bolge .dt-area-sidebar .dt-area-nav-card+.dt-area-nav-card{margin-top:16px!important}body.single-detay_bolge .dt-area-nav-card-head{gap:11px!important;margin-bottom:16px!important}body.single-detay_bolge .dt-area-nav-card-head .dt-area-card-icon{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:13px!important;background:linear-gradient(145deg,#eaf4ff,#dceeff)!important;color:#0b63d9!important}body.single-detay_bolge .dt-area-nav-card-head h2{font-size:15px!important}body.single-detay_bolge .dt-area-nav-list{display:grid!important;gap:5px!important}body.single-detay_bolge .dt-area-nav-list a{min-height:40px!important;padding:8px 9px!important;border:1px solid transparent!important;border-radius:11px!important;color:#35536e!important;font-size:11px!important;font-weight:750!important;transition:.2s ease!important}body.single-detay_bolge .dt-area-nav-list a:hover{border-color:#d6e8fb!important;background:#f2f8ff!important;color:#0b63d9!important;transform:translateX(2px)!important}body.single-detay_bolge .dt-area-nav-list a.is-current{border-color:#c9e2ff!important;background:linear-gradient(90deg,#edf7ff,#f7fbff)!important;color:#0757b5!important}body.single-detay_bolge .dt-area-nav-icon{color:#0b63d9!important}body.single-detay_bolge .dt-area-current-badge{padding:4px 6px!important;border-radius:7px!important;background:#0b63d9!important;color:#fff!important;font-size:8px!important;white-space:nowrap!important}body.single-detay_bolge .dt-area-nav-more{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-top:13px!important;padding-top:12px!important;border-top:1px solid #edf2f7!important;color:#0b63d9!important;font-size:11px!important;font-weight:900!important}body.single-detay_bolge .dt-area-contact-card{margin-top:16px!important;color:#fff!important;border:0!important;background:linear-gradient(145deg,#062b5f,#0b63d9)!important;box-shadow:0 20px 48px rgb(7 74 150 / .23)!important}body.single-detay_bolge .dt-area-contact-card .dt-area-eyebrow{border-color:rgb(255 255 255 / .16)!important}body.single-detay_bolge .dt-area-contact-card h2,body.single-detay_bolge .dt-area-contact-card p{color:#fff!important}body.single-detay_bolge .dt-area-contact-card>a{background:#fff!important;color:#0757b5!important}@media(max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)!important;gap:30px!important}body.single-detay_bolge .dt-area-layout{grid-template-columns:minmax(0,1fr) 290px!important;gap:20px!important}body.single-detay_bolge .dt-area-article{padding:32px!important}}@media(max-width:820px){body.single-detay_bolge .dt-area-single-hero{padding-bottom:38px!important}body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:1fr!important;gap:28px!important;padding-top:35px!important}body.single-detay_bolge .dt-area-hero-copy h1{font-size:clamp(36px,8vw,52px)!important}body.single-detay_bolge .dt-area-hero-copy>p{font-size:14px!important}body.single-detay_bolge .dt-area-hero-visual{max-width:620px!important;margin:0 auto!important}body.single-detay_bolge .dt-area-single-section{padding:34px 0 50px!important}body.single-detay_bolge .dt-area-layout{grid-template-columns:1fr!important}body.single-detay_bolge .dt-area-article{padding:28px 22px 32px!important;border-radius:20px!important}body.single-detay_bolge .dt-area-sidebar{position:static!important;top:auto!important}}@media(max-width:560px){body.single-detay_bolge .dt-area-breadcrumb.dt-hero-breadcrumb{font-size:10px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}body.single-detay_bolge .dt-area-hero-grid{padding-top:25px!important}body.single-detay_bolge .dt-area-hero-copy h1{font-size:35px!important}body.single-detay_bolge .dt-area-trust-row{gap:7px!important}body.single-detay_bolge .dt-area-trust-row>span{padding:8px 9px!important;font-size:10px!important}body.single-detay_bolge .dt-area-hero-visual{padding:6px!important;border-radius:22px!important}body.single-detay_bolge .dt-area-hero-visual img{border-radius:17px!important}body.single-detay_bolge .dt-area-article{padding:24px 17px 28px!important}body.single-detay_bolge .dt-area-content{font-size:14px!important}body.single-detay_bolge .dt-area-content>p:first-child{font-size:15px!important}body.single-detay_bolge .dt-area-content h2{font-size:23px!important}}body.single-detay_bolge .dt-area-single-hero{padding:0 0 28px!important;color:#173b63!important;background:radial-gradient(circle at 86% 18%,rgb(65 145 220 / .10),transparent 24%),radial-gradient(circle at 8% 92%,rgb(160 176 196 / .10),transparent 28%),linear-gradient(135deg,#f8fafc 0%,#eef3f7 52%,#f7f9fb 100%)!important}body.single-detay_bolge .dt-area-single-hero:before{right:-190px!important;top:-245px!important;border-color:rgb(24 83 139 / .07)!important}body.single-detay_bolge .dt-area-breadcrumb.dt-hero-breadcrumb{padding-top:14px!important;color:#5b7187!important}body.single-detay_bolge .dt-area-breadcrumb.dt-hero-breadcrumb a{color:#355a7c!important;opacity:1!important}body.single-detay_bolge .dt-area-breadcrumb.dt-hero-breadcrumb span{color:#71859a!important}body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:minmax(0,1.32fr) minmax(300px,.68fr)!important;gap:34px!important;padding-top:25px!important;align-items:center!important}body.single-detay_bolge .dt-area-hero-copy{max-width:900px!important}body.single-detay_bolge .dt-area-eyebrow{margin-bottom:10px!important;padding:7px 12px!important;border:1px solid #d6e4f1!important;background:#fff!important;color:#0969d8!important;box-shadow:0 5px 18px rgb(30 75 115 / .06)!important;font-size:10px!important}body.single-detay_bolge .dt-area-hero-copy h1{max-width:900px!important;margin:0 0 12px!important;color:#0b3768!important;font-size:clamp(40px,3.55vw,56px)!important;line-height:1.02!important;letter-spacing:-.045em!important}body.single-detay_bolge .dt-area-hero-copy>p{max-width:900px!important;color:#536d84!important;font-size:14px!important;line-height:1.58!important}body.single-detay_bolge .dt-area-trust-row{gap:8px!important;margin-top:16px!important}body.single-detay_bolge .dt-area-trust-row>span{padding:8px 11px!important;border:1px solid #d9e5ef!important;border-radius:999px!important;background:rgb(255 255 255 / .88)!important;color:#45647f!important;box-shadow:0 5px 16px rgb(20 65 105 / .05)!important;backdrop-filter:none!important;font-size:11px!important}body.single-detay_bolge .dt-area-trust-row svg{color:#0874df!important}body.single-detay_bolge .dt-area-hero-visual{width:100%!important;max-width:430px!important;justify-self:end!important;aspect-ratio:16 / 9!important;padding:7px!important;border:1px solid #dce6ef!important;border-radius:22px!important;background:rgb(255 255 255 / .76)!important;box-shadow:0 16px 38px rgb(24 65 102 / .10)!important}body.single-detay_bolge .dt-area-hero-visual img{border-radius:16px!important;background:#fff!important;object-fit:cover!important}@media(max-width:1100px) and (min-width:821px){body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)!important;gap:24px!important;padding-top:22px!important}body.single-detay_bolge .dt-area-hero-copy h1{font-size:45px!important}body.single-detay_bolge .dt-area-hero-visual{max-width:370px!important}}@media(max-width:820px){body.single-detay_bolge .dt-area-single-hero{padding-bottom:30px!important}body.single-detay_bolge .dt-area-hero-grid{grid-template-columns:1fr!important;gap:20px!important;padding-top:22px!important}body.single-detay_bolge .dt-area-hero-copy h1{font-size:clamp(34px,7vw,48px)!important}body.single-detay_bolge .dt-area-hero-visual{max-width:560px!important;justify-self:center!important}}@media(max-width:560px){body.single-detay_bolge .dt-area-single-hero{padding-bottom:24px!important}body.single-detay_bolge .dt-area-hero-grid{gap:17px!important;padding-top:18px!important}body.single-detay_bolge .dt-area-hero-copy h1{font-size:34px!important}body.single-detay_bolge .dt-area-hero-copy>p{font-size:13px!important;line-height:1.55!important}body.single-detay_bolge .dt-area-trust-row>span{padding:7px 9px!important;font-size:9px!important}body.single-detay_bolge .dt-area-hero-visual{padding:5px!important;border-radius:18px!important}body.single-detay_bolge .dt-area-hero-visual img{border-radius:13px!important}}body.single-detay_bolge .dt-area-single-hero:before{content:none!important;display:none!important;background:none!important;width:0!important;height:0!important;box-shadow:none!important;border:0!important}body.single-detay_bolge .dt-area-sidebar .dt-area-contact-card{position:relative!important;isolation:isolate!important;overflow:hidden!important;margin-top:18px!important;padding:24px!important;border:1px solid rgb(11 99 217 / .14)!important;border-radius:24px!important;color:#12385f!important;background:linear-gradient(145deg,#ffffff 0%,#f5f9fd 100%)!important;box-shadow:0 18px 45px rgb(8 55 105 / .12),0 3px 10px rgb(8 55 105 / .05)!important}body.single-detay_bolge .dt-area-sidebar .dt-area-contact-card:before{content:""!important;position:absolute!important;top:-52px!important;right:-42px!important;width:150px!important;height:150px!important;border-radius:50%!important;background:radial-gradient(circle,rgb(30 126 238 / .16) 0%,#fff0 70%)!important;pointer-events:none!important;z-index:-1!important}body.single-detay_bolge .dt-area-sidebar .dt-area-contact-card:after{content:""!important;position:absolute!important;left:0!important;top:0!important;width:100%!important;height:4px!important;background:linear-gradient(90deg,#0b63d9,#28a7f5,#16c967)!important;border-radius:24px 24px 0 0!important}body.single-detay_bolge .dt-area-contact-card .dt-area-contact-head{position:relative!important;z-index:1!important;align-items:center!important;gap:12px!important;margin-bottom:13px!important}body.single-detay_bolge .dt-area-contact-card .dt-area-card-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;flex:0 0 46px!important;border-radius:15px!important;color:#0b63d9!important;background:linear-gradient(145deg,#eaf4ff,#d9ecff)!important;border:1px solid #cfe5fb!important;box-shadow:0 8px 20px rgb(11 99 217 / .12)!important}body.single-detay_bolge .dt-area-contact-card .dt-area-eyebrow{display:inline-flex!important;align-items:center!important;margin:0 0 4px!important;padding:4px 8px!important;border-radius:999px!important;border:1px solid #dceafa!important;background:#f4f9ff!important;color:#0b63d9!important;font-size:8px!important;font-weight:900!important;letter-spacing:.08em!important}body.single-detay_bolge .dt-area-contact-card h2{margin:0!important;color:#092f59!important;font-size:20px!important;line-height:1.15!important;letter-spacing:-.02em!important}body.single-detay_bolge .dt-area-contact-card p{position:relative!important;z-index:1!important;margin:0 0 15px!important;color:#60758b!important;opacity:1!important;font-size:12px!important;line-height:1.65!important}body.single-detay_bolge .dt-area-contact-card>a{position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;min-height:43px!important;margin-top:9px!important;padding:10px 13px!important;border-radius:12px!important;text-decoration:none!important;font-size:11px!important;font-weight:900!important;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease!important}body.single-detay_bolge .dt-area-contact-card>a:first-of-type{color:#fff!important;background:linear-gradient(135deg,#0867d8 0%,#168af1 100%)!important;border:1px solid rgb(11 99 217 / .22)!important;box-shadow:0 10px 22px rgb(11 99 217 / .20)!important}body.single-detay_bolge .dt-area-contact-card>a.whatsapp{color:#fff!important;background:linear-gradient(135deg,#13b95b 0%,#20cf70 100%)!important;border:1px solid rgb(19 185 91 / .18)!important;box-shadow:0 10px 22px rgb(19 185 91 / .17)!important}body.single-detay_bolge .dt-area-contact-card>a:hover{transform:translateY(-2px)!important;filter:saturate(1.05)!important}body.single-detay_bolge .dt-area-contact-card>a:first-of-type:hover{box-shadow:0 14px 28px rgb(11 99 217 / .26)!important}body.single-detay_bolge .dt-area-contact-card>a.whatsapp:hover{box-shadow:0 14px 28px rgb(19 185 91 / .23)!important}@media(max-width:820px){body.single-detay_bolge .dt-area-sidebar .dt-area-contact-card{padding:22px!important;border-radius:21px!important}}.site-header .main-nav ul>.menu-item-has-children{position:relative}.site-header .main-nav ul>.menu-item-has-children>a{padding-right:18px!important}.site-header .main-nav ul>.menu-item-has-children>a:before{content:"";position:absolute;right:2px;top:50%;width:6px;height:6px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:translateY(-65%) rotate(45deg);opacity:.62;transition:transform .22s ease,opacity .22s ease,color .22s ease}.site-header .main-nav ul>.menu-item-has-children:hover>a:before,.site-header .main-nav ul>.menu-item-has-children:focus-within>a:before,.site-header .main-nav ul>.menu-item-has-children.dt-submenu-open>a:before{transform:translateY(-25%) rotate(225deg);opacity:1;color:var(--blue)}.site-header .main-nav .sub-menu{position:absolute;top:calc(100% - 7px);left:50%;min-width:255px;margin:0!important;padding:9px!important;display:block!important;list-style:none!important;background:rgb(255 255 255 / .985);border:1px solid rgb(205 221 237 / .95);border-radius:16px;box-shadow:0 22px 55px rgb(7 43 95 / .16),0 5px 18px rgb(7 43 95 / .07);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,10px) scale(.98);transform-origin:top center;transition:opacity .18s ease,visibility .18s ease,transform .22s ease;z-index:120}.site-header .main-nav .sub-menu:before{content:"";position:absolute;top:-6px;left:50%;width:11px;height:11px;background:#fff;border-left:1px solid rgb(205 221 237 / .95);border-top:1px solid rgb(205 221 237 / .95);transform:translateX(-50%) rotate(45deg)}.site-header .main-nav .menu-item-has-children:hover>.sub-menu,.site-header .main-nav .menu-item-has-children:focus-within>.sub-menu,.site-header .main-nav .menu-item-has-children.dt-submenu-open>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0) scale(1)}.site-header .main-nav .sub-menu li{position:relative;margin:0!important;padding:0!important;display:block!important}.site-header .main-nav .sub-menu a{position:relative;display:flex!important;align-items:center;gap:10px;width:100%;min-height:42px;margin:0!important;padding:10px 13px!important;border-radius:10px;color:#173b61!important;font-size:13px!important;font-weight:750!important;line-height:1.3!important;white-space:normal!important;transition:background .18s ease,color .18s ease,transform .18s ease}.site-header .main-nav .sub-menu a:after{display:none!important}.site-header .main-nav .sub-menu a:before{content:"";position:static;width:6px;height:6px;flex:0 0 6px;border:0;border-radius:50%;background:#b9d5ef;transform:none;opacity:1;transition:background .18s ease,transform .18s ease}.site-header .main-nav .sub-menu a:hover,.site-header .main-nav .sub-menu a:focus-visible,.site-header .main-nav .sub-menu .current-menu-item>a{color:#075dcc!important;background:linear-gradient(90deg,#f0f7ff,#f8fbff);transform:translateX(2px);outline:none}.site-header .main-nav .sub-menu a:hover:before,.site-header .main-nav .sub-menu a:focus-visible:before,.site-header .main-nav .sub-menu .current-menu-item>a:before{background:#0b63d9;transform:scale(1.25)}.site-header .main-nav .sub-menu .menu-item-has-children>a{padding-right:30px!important}.site-header .main-nav .sub-menu .menu-item-has-children>a:after{display:block!important;content:""!important;position:absolute!important;right:13px!important;top:50%!important;width:6px!important;height:6px!important;border-right:1.5px solid currentColor!important;border-bottom:1.5px solid currentColor!important;transform:translateY(-50%) rotate(-45deg)!important;background:none!important;border-radius:0!important}.site-header .main-nav .sub-menu .sub-menu{top:-10px;left:calc(100% + 8px);transform:translate(0,8px) scale(.98);transform-origin:left top}.site-header .main-nav .sub-menu .menu-item-has-children:hover>.sub-menu,.site-header .main-nav .sub-menu .menu-item-has-children:focus-within>.sub-menu{transform:translate(0,0) scale(1)}.site-header .dt-menu-toggle{display:none}@media(max-width:900px){.site-header .mobile-menu .menu-item-has-children{position:relative}.site-header .mobile-menu .menu-item-has-children>a{padding-right:52px!important}.site-header .mobile-menu .sub-menu{display:block!important;position:static!important;min-width:0!important;margin:0!important;padding:0 0 5px 12px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;max-height:0;overflow:hidden;transition:max-height .28s ease,padding .22s ease}.site-header .mobile-menu .menu-item-has-children.dt-submenu-open>.sub-menu{max-height:900px;padding-bottom:7px}.site-header .mobile-menu .sub-menu:before{display:none!important}.site-header .mobile-menu .sub-menu a{min-height:39px!important;padding:9px 12px!important;border-radius:9px!important;font-size:13px!important;border-bottom:1px solid #edf2f7!important;background:#f8fbff!important}.site-header .mobile-menu .sub-menu .sub-menu{padding-left:10px!important}.site-header .mobile-menu .dt-menu-toggle{display:grid!important;place-items:center;position:absolute;top:6px;right:0;width:38px;height:38px;border:1px solid #dce9f5;border-radius:10px;background:#f5f9fd;color:#0b63d9;cursor:pointer;z-index:3;transition:background .2s ease,transform .2s ease,border-color .2s ease}.site-header .mobile-menu .dt-menu-toggle span:before,.site-header .mobile-menu .dt-menu-toggle span:after{content:"";position:absolute;width:8px;height:1.5px;background:currentColor;border-radius:2px}.site-header .mobile-menu .dt-menu-toggle span:before{transform:translate(-4px,0) rotate(45deg)}.site-header .mobile-menu .dt-menu-toggle span:after{transform:translate(1px,0) rotate(-45deg)}.site-header .mobile-menu .menu-item-has-children.dt-submenu-open>.dt-menu-toggle{background:#eaf4ff;border-color:#c9e2fa}.site-header .mobile-menu .menu-item-has-children.dt-submenu-open>.dt-menu-toggle span{transform:rotate(180deg)}.site-header .mobile-menu .menu-item-has-children>a:after{display:none!important}}@media(prefers-reduced-motion:reduce){.site-header .main-nav .sub-menu,.site-header .main-nav .sub-menu a,.site-header .mobile-menu .sub-menu{transition:none!important}}.site-footer .dt-footer-col:nth-child(2),.site-footer .dt-footer-col:nth-child(3){position:relative;padding:0 0 0 22px;border:0;border-left:1px solid rgb(137 181 219 / .22);border-radius:0;background:#fff0;box-shadow:none;overflow:visible}.site-footer .dt-footer-col:nth-child(2):before,.site-footer .dt-footer-col:nth-child(3):before{display:none}.site-footer .dt-footer-col:nth-child(2) h3,.site-footer .dt-footer-col:nth-child(3) h3{display:block;margin:0;color:#fff;font-size:16px;line-height:1.3;font-weight:750;letter-spacing:.01em}.site-footer .dt-footer-col:nth-child(2) h3:after,.site-footer .dt-footer-col:nth-child(3) h3:after{display:none}.site-footer .dt-footer-col .dt-footer-rule{display:block;width:36px;height:2px;margin:9px 0 14px;border-radius:2px;background:#1598ee;box-shadow:none}.site-footer .dt-footer-links{list-style:none!important;margin:0!important;padding:0!important;display:flex;flex-direction:column}.site-footer .dt-footer-links>li{margin:0!important;padding:0!important;position:relative}.site-footer .dt-footer-links>li>a{position:relative;display:block;min-height:0;padding:5px 0!important;border:0;border-radius:0;color:#c5d5e5!important;text-decoration:none!important;background:#fff0;transition:color .18s ease,transform .18s ease}.site-footer .dt-footer-links>li>a span:first-child{display:none!important}.site-footer .dt-footer-links>li>a:hover,.site-footer .dt-footer-links>li>a:focus-visible{color:#fff!important;background:#fff0;transform:translateX(3px);box-shadow:none;outline:none}.site-footer .dt-footer-links .menu-item-has-children{position:relative}.site-footer .dt-footer-links .menu-item-has-children>a{padding-right:22px!important}.site-footer .dt-footer-links .menu-item-has-children>a:after{content:"⌄";position:absolute;right:3px;top:50%;transform:translateY(-50%);color:#68bdf5;font-size:12px;font-weight:700;transition:transform .18s ease}.site-footer .dt-footer-links .sub-menu{display:none;list-style:none;margin:2px 0 5px 8px;padding:2px 0 2px 12px;border-left:1px solid rgb(100 170 220 / .18)}.site-footer .dt-footer-links .menu-item-has-children:hover>.sub-menu,.site-footer .dt-footer-links .menu-item-has-children:focus-within>.sub-menu{display:block}.site-footer .dt-footer-links .menu-item-has-children:hover>a:after,.site-footer .dt-footer-links .menu-item-has-children:focus-within>a:after{transform:translateY(-50%) rotate(180deg)}.site-footer .dt-footer-links .sub-menu a{display:block;min-height:0;padding:4px 8px!important;color:#9fb8cf!important;font-size:12px!important;line-height:1.4;border-radius:0;text-decoration:none!important;transition:color .18s ease}.site-footer .dt-footer-links .sub-menu a:hover,.site-footer .dt-footer-links .sub-menu a:focus-visible{color:#fff!important;background:#fff0;outline:none}.site-footer .dt-footer-links .sub-menu a span{display:none!important}@media (max-width:900px){.site-footer .dt-footer-col:nth-child(2),.site-footer .dt-footer-col:nth-child(3){padding:0 0 0 16px}.site-footer .dt-footer-links>li>a{padding:5px 0!important;font-size:12px!important}}@media (max-width:680px){.site-footer .dt-footer-col:nth-child(2),.site-footer .dt-footer-col:nth-child(3){padding:0;border-left:0}.site-footer .dt-footer-col:nth-child(2) h3,.site-footer .dt-footer-col:nth-child(3) h3{font-size:15px}.site-footer .dt-footer-links>li>a{padding:4px 0!important}}.site-footer{position:relative;overflow:hidden;background:#031b35;color:#fff}.site-footer .dt-footer-main{position:relative;padding:0 0 0;background:radial-gradient(circle at 88% 22%,rgb(25 145 255 / .16),transparent 24%),radial-gradient(circle at 42% 112%,rgb(0 176 226 / .08),transparent 30%),linear-gradient(135deg,#041c36 0%,#052a50 48%,#031a32 100%)}.site-footer .dt-footer-main:before{content:"";position:absolute;inset:auto -8% -110px 45%;height:260px;border-radius:50%;background:radial-gradient(ellipse,rgb(21 151 240 / .10),transparent 68%);pointer-events:none}.site-footer .dt-footer-grid{position:relative;z-index:1;grid-template-columns:1.48fr .92fr .92fr 1.04fr 1.22fr;align-items:start}.site-footer .dt-footer-col{min-width:0;padding-top:2px}.site-footer .dt-footer-brand-col{padding-right:40px}.site-footer .dt-footer-brand{min-height:76px}.site-footer .dt-footer-logo{max-width:290px;max-height:96px;filter:drop-shadow(0 9px 22px rgb(0 0 0 / .22))}.site-footer .dt-footer-rule{width:45px;height:2px;margin:10px 0 16px;background:linear-gradient(90deg,#24a8ff,#0b63d9);box-shadow:0 0 14px rgb(36 168 255 / .22)}.site-footer .dt-footer-tagline{font-size:clamp(25px,2.3vw,34px)!important;line-height:1.03!important;letter-spacing:-.045em!important;margin:0 0 17px!important;color:#fff!important}.site-footer .dt-footer-tagline span{display:block}.site-footer .dt-footer-tagline span:last-child{color:#1b9bff}.site-footer .dt-footer-description{max-width:360px;font-size:14px!important;line-height:1.65!important;color:#c6d8e9!important;margin:0 0 24px!important}.site-footer .dt-footer-social-wrap{padding-top:18px;border-top:1px solid rgb(149 199 235 / .16)}.site-footer .dt-footer-social-title{display:block;margin-bottom:11px;color:#fff;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.site-footer .dt-footer-social{gap:10px}.site-footer .dt-footer-social a{width:42px;height:42px;border:1px solid rgb(90 184 255 / .35);border-radius:12px;background:rgb(255 255 255 / .035);font-size:16px;transition:.2s ease}.site-footer .dt-footer-social a:hover{background:#087fe2;border-color:#159cff;box-shadow:0 8px 22px rgb(0 122 231 / .22);transform:translateY(-3px)}.site-footer .dt-footer-col:nth-child(2),.site-footer .dt-footer-col:nth-child(3){padding-left:26px;border-left:1px solid rgb(133 184 225 / .20)}.site-footer .dt-footer-col:nth-child(2) h3,.site-footer .dt-footer-col:nth-child(3) h3,.site-footer .dt-footer-col:nth-child(4) h3,.site-footer .dt-footer-col:nth-child(5) h3{font-size:17px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:.01em!important;color:#fff!important;margin:0!important}.site-footer .dt-footer-links{gap:1px!important}.site-footer .dt-footer-links>li>a{font-size:13px!important;line-height:1.45!important;padding:7px 0!important;color:#c9d9e8!important}.site-footer .dt-footer-links>li>a:hover,.site-footer .dt-footer-links>li>a:focus-visible{color:#fff!important;transform:translateX(4px)!important}.site-footer .dt-footer-contact{gap:18px!important}.site-footer .dt-footer-contact-item{gap:12px!important}.site-footer .dt-footer-contact-icon{width:43px;height:43px;flex-basis:43px;border-color:rgb(20 157 255 / .72);background:linear-gradient(145deg,rgb(12 119 215 / .22),rgb(8 47 83 / .4));box-shadow:0 7px 18px rgb(0 0 0 / .12),inset 0 0 0 1px rgb(255 255 255 / .03)}.site-footer .dt-footer-contact-item strong{font-size:12.5px!important;line-height:1.4!important}.site-footer .dt-footer-contact-item small{font-size:10.5px!important;line-height:1.4!important;color:#9fb8cf!important}.site-footer .dt-footer-google-card{border-radius:15px!important;border-color:rgb(117 190 245 / .25)!important;background:#0b2949!important;box-shadow:0 18px 40px rgb(0 0 0 / .24)!important}.site-footer .dt-footer-google-card iframe{height:178px!important;filter:saturate(.92)}.site-footer .dt-footer-google-link{background:#168df0!important;padding:9px 14px!important;box-shadow:0 8px 20px rgb(0 108 222 / .28)!important}.site-footer .dt-footer-google-rating{margin-top:13px!important;padding:13px!important;border-radius:15px!important;background:rgb(8 38 68 / .68)!important;border-color:rgb(117 190 245 / .23)!important}.site-footer .dt-google-mark{width:39px;height:39px;flex-basis:39px}.site-footer .dt-footer-google-rating p{color:#b8ccdf!important}.site-footer .dt-footer-quote{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:11px;margin-top:13px;padding:12px 13px;border-radius:14px;text-decoration:none!important;background:linear-gradient(135deg,#1c9df7,#0b70e3);color:#fff!important;box-shadow:0 12px 28px rgb(0 105 224 / .24);transition:.22s ease}.site-footer .dt-footer-quote:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgb(0 105 224 / .30)}.site-footer .dt-footer-quote-icon{width:38px;height:38px;border:1px solid rgb(255 255 255 / .35);border-radius:10px;display:grid;place-items:center;font-size:20px;font-weight:800;background:rgb(255 255 255 / .10)}.site-footer .dt-footer-quote strong,.site-footer .dt-footer-quote small{display:block}.site-footer .dt-footer-quote strong{font-size:13px}.site-footer .dt-footer-quote small{font-size:9.5px;color:#dff1ff;margin-top:2px}.site-footer .dt-footer-quote>b{font-size:20px;font-weight:500}.site-footer .dt-footer-trustbar{position:relative;z-index:2;border-top:1px solid rgb(120 191 239 / .18);border-bottom:1px solid rgb(120 191 239 / .16);background:rgb(3 24 46 / .86)}.site-footer .dt-footer-trustbar-inner{display:grid;grid-template-columns:repeat(4,1fr);min-height:92px}.site-footer .dt-footer-trust-item{display:flex;align-items:center;gap:14px;padding:18px 28px;border-right:1px solid rgb(120 191 239 / .17)}.site-footer .dt-footer-trust-item:first-child{padding-left:0}.site-footer .dt-footer-trust-item:last-child{border-right:0;padding-right:0}.site-footer .dt-footer-trust-icon{width:43px;height:43px;flex:0 0 43px;border:2px solid #159cff;border-radius:50%;display:grid;place-items:center;color:#35adff;font-size:20px;font-weight:800;background:rgb(21 156 255 / .06)}.site-footer .dt-footer-trust-item strong{display:block;color:#fff;font-size:12px;line-height:1.3}.site-footer .dt-footer-trust-item small{display:block;color:#91abc3;font-size:10px;line-height:1.35;margin-top:3px}.site-footer .dt-footer-bottom{background:#02172b!important;border-top:0!important}.site-footer .dt-footer-bottom-inner{min-height:70px!important;grid-template-columns:auto 1fr auto!important;gap:24px!important}.site-footer .dt-footer-copy{font-size:11px!important;color:#a9bfd2!important}.site-footer .dt-footer-legal{justify-content:center}.site-footer .dt-footer-legal a{font-size:11px!important;color:#a9bfd2!important}.site-footer .dt-footer-legal a:hover{color:#fff!important}.site-footer .dt-footer-ssl{justify-self:end}.site-footer .dt-footer-lock{border-color:rgb(45 164 255 / .38);color:#35adff}@media(max-width:1050px){.site-footer .dt-footer-grid{grid-template-columns:1.35fr .9fr .9fr 1fr;gap:28px 0}.site-footer .dt-footer-google-col{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:14px 24px;margin-top:20px;padding-top:22px;border-top:1px solid rgb(133 184 225 / .18)}.site-footer .dt-footer-google-col h3,.site-footer .dt-footer-google-col>.dt-footer-rule{grid-column:1/-1}.site-footer .dt-footer-google-card{margin-top:0}.site-footer .dt-footer-google-rating{margin-top:0}.site-footer .dt-footer-quote{grid-column:1/-1}.site-footer .dt-footer-trustbar-inner{grid-template-columns:repeat(2,1fr)}.site-footer .dt-footer-trust-item:nth-child(2){border-right:0}.site-footer .dt-footer-trust-item:nth-child(n+3){border-top:1px solid rgb(120 191 239 / .17)}}@media(max-width:820px){.site-footer .dt-footer-main{padding:0 0 0}.site-footer .dt-footer-grid{grid-template-columns:1fr 1fr;gap:28px 0}.site-footer .dt-footer-brand-col{grid-column:1/-1;padding-right:0}.site-footer .dt-footer-col:nth-child(2),.site-footer .dt-footer-col:nth-child(3){padding-left:18px}.site-footer .dt-footer-google-col{grid-column:1/-1;grid-template-columns:1fr;margin-top:0}.site-footer .dt-footer-google-col h3,.site-footer .dt-footer-google-col>.dt-footer-rule{grid-column:auto}.site-footer .dt-footer-google-card{margin-top:0}.site-footer .dt-footer-google-rating{margin-top:0}.site-footer .dt-footer-quote{grid-column:auto}.site-footer .dt-footer-trustbar-inner{grid-template-columns:1fr 1fr}.site-footer .dt-footer-trust-item{padding:16px 14px}.site-footer .dt-footer-trust-item:first-child{padding-left:0}.site-footer .dt-footer-trust-item:last-child{padding-right:0}.site-footer .dt-footer-bottom-inner{grid-template-columns:1fr!important;justify-items:center;text-align:center;padding:12px 0 14px;gap:8px}.site-footer .dt-footer-ssl{justify-self:center}}@media(max-width:560px){.site-footer .dt-footer-main{padding:0 0 0}.site-footer .dt-footer-grid{grid-template-columns:1fr;gap:24px}.site-footer .dt-footer-brand-col{grid-column:auto}.site-footer .dt-footer-col:nth-child(2),.site-footer .dt-footer-col:nth-child(3){padding-left:0;border-left:0;padding-top:18px;border-top:1px solid rgb(133 184 225 / .14)}.site-footer .dt-footer-col:nth-child(2) h3,.site-footer .dt-footer-col:nth-child(3) h3,.site-footer .dt-footer-col:nth-child(4) h3,.site-footer .dt-footer-col:nth-child(5) h3{font-size:15px!important}.site-footer .dt-footer-links>li>a{font-size:12px!important;padding:6px 0!important}.site-footer .dt-footer-google-col{grid-template-columns:1fr;padding-top:18px}.site-footer .dt-footer-google-card iframe{height:168px!important}.site-footer .dt-footer-google-rating{margin-top:8px!important}.site-footer .dt-footer-quote{margin-top:8px}.site-footer .dt-footer-trustbar-inner{grid-template-columns:1fr}.site-footer .dt-footer-trust-item{min-height:70px;padding:14px 0!important;border-right:0!important;border-bottom:1px solid rgb(120 191 239 / .14)}.site-footer .dt-footer-trust-item:last-child{border-bottom:0}.site-footer .dt-footer-tagline{font-size:28px!important}.site-footer .dt-footer-description{font-size:13px!important}.site-footer .dt-footer-bottom-inner{gap:7px!important}}.topbar-three-col{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:44px}.topbar-section{display:flex;align-items:center;gap:0;min-width:0}.topbar-item{display:inline-flex;align-items:center;gap:7px;min-height:24px;padding:0 14px;color:#eaf5ff;font-size:12px;font-weight:650;white-space:nowrap;border-left:1px solid rgb(174 220 255 / .18);transition:color .2s ease,transform .2s ease}.topbar-section-left .topbar-item:first-child,.topbar-section-center .topbar-item:first-child{border-left:0}.topbar-section-right .topbar-item:last-child{border-right:0}.topbar-item-icon{font-size:14px;line-height:1;opacity:.95}.topbar-item-arrow{color:#79c8ff;font-weight:900;transition:transform .2s ease}.topbar-item:hover,.topbar-item:focus{color:#fff;transform:translateY(-1px)}.topbar-item:hover .topbar-item-arrow,.topbar-item:focus .topbar-item-arrow{transform:translateX(3px)}.topbar-admin-group{margin-top:18px;padding:18px;border:1px solid #e1eaf3;border-radius:14px;background:#f9fbfd}.topbar-admin-group-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.topbar-admin-group-head strong{display:block;color:#082d59;font-size:14px;letter-spacing:.04em}.topbar-admin-group-head small{display:block;color:#6b7f92;margin-top:4px}.topbar-repeat-box{display:grid;grid-template-columns:26px 1.2fr .35fr 1.2fr auto auto;align-items:end;gap:10px;padding:12px;margin-bottom:10px;background:#fff;border:1px solid #e4ebf3;border-radius:10px}.topbar-repeat-box .row-drag{cursor:grab;color:#8aa0b4;font-size:18px;padding-bottom:9px}.topbar-repeat-box label{margin:0;font-size:11px;font-weight:700;color:#51687e}.topbar-repeat-box input[type=text],.topbar-repeat-box input[type=url],.topbar-repeat-box input:not([type]){width:100%;margin-top:5px}.topbar-repeat-box .check{display:flex;align-items:center;gap:6px;white-space:nowrap;padding-bottom:9px}@media(max-width:980px){.topbar-three-col{grid-template-columns:1fr;gap:0;padding:7px 0}.topbar-section{justify-content:center!important;flex-wrap:wrap}.topbar-repeat-box{grid-template-columns:22px 1fr 1fr}.topbar-repeat-box label:nth-of-type(3){grid-column:2/4}.topbar-repeat-box .check{grid-column:2/3}}@media(max-width:600px){.topbar-three-col{width:100%;padding:5px 0}.topbar-section{gap:0}.topbar-item{font-size:10px;padding:3px 8px}.topbar-item-icon{font-size:12px}.topbar-repeat-box{grid-template-columns:1fr}.topbar-repeat-box .row-drag{display:none}.topbar-repeat-box label:nth-of-type(3),.topbar-repeat-box .check{grid-column:auto}.topbar-admin-group-head{align-items:flex-start;flex-direction:column}}.dtfp-service-badge{position:absolute;left:14px;top:14px;z-index:3;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#08a965,#12c477);color:#fff;font-size:11px;font-weight:900;box-shadow:0 8px 18px rgb(0 160 91 / .22)}.dtfp-service-badge span{font-size:13px}.home main>section.services-section.dtfp-services>.container,body.home main>section.services-section.dtfp-services>.container,.front-page main>section.services-section.dtfp-services>.container{position:relative!important;width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.home main>section.services-section.dtfp-services .service-head,body.home main>section.services-section.dtfp-services .service-head,.front-page main>section.services-section.dtfp-services .service-head{width:100%!important;max-width:none!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:32px!important;margin:0 0 24px!important;padding:0!important;text-align:left!important}.home main>section.services-section.dtfp-services .service-head>div:first-child,body.home main>section.services-section.dtfp-services .service-head>div:first-child,.front-page main>section.services-section.dtfp-services .service-head>div:first-child{flex:1 1 auto!important;min-width:0!important;max-width:900px!important;margin:0!important;text-align:left!important}.home main>section.services-section.dtfp-services .service-head .eyebrow,body.home main>section.services-section.dtfp-services .service-head .eyebrow,.front-page main>section.services-section.dtfp-services .service-head .eyebrow{display:inline-flex!important;align-items:center!important;gap:14px!important;margin:0 0 7px!important;padding:8px 15px!important;border:1px solid #ccefe1!important;border-radius:999px!important;background:#f0fbf6!important;color:#006b45!important;font-size:12px!important;font-weight:900!important;letter-spacing:.12em!important}.home main>section.services-section.dtfp-services .service-head .eyebrow:after,body.home main>section.services-section.dtfp-services .service-head .eyebrow:after,.front-page main>section.services-section.dtfp-services .service-head .eyebrow:after{content:""!important;display:block!important;width:54px!important;height:2px!important;border-radius:99px!important;background:#006b45!important}.home main>section.services-section.dtfp-services .service-head h2,body.home main>section.services-section.dtfp-services .service-head h2,.front-page main>section.services-section.dtfp-services .service-head h2{margin:0 0 10px!important;color:#082f62!important;font-size:42px!important;line-height:1.08!important;font-weight:800!important;letter-spacing:-.055em!important;text-align:left!important}.home main>section.services-section.dtfp-services .service-head h2:after,body.home main>section.services-section.dtfp-services .service-head h2:after,.front-page main>section.services-section.dtfp-services .service-head h2:after{content:""!important;display:block!important;width:78px!important;height:4px!important;margin:12px 0 0!important;border-radius:99px!important;background:linear-gradient(90deg,#0b63d9,#2e8cff)!important}.home main>section.services-section.dtfp-services .service-head p,body.home main>section.services-section.dtfp-services .service-head p,.front-page main>section.services-section.dtfp-services .service-head p{max-width:900px!important;margin:0!important;color:#607994!important;font-size:16px!important;line-height:1.6!important;text-align:left!important}.dtfp-all-services-btn{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:46px!important;margin-top:82px!important;padding:0 18px!important;border:1px solid #d7e6f2!important;border-radius:12px!important;background:#fff!important;color:#082f63!important;font-size:13px!important;font-weight:900!important;white-space:nowrap!important;box-shadow:0 8px 20px rgb(8 47 99 / .08)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease!important}.dtfp-all-services-btn span{color:#08a65b!important;font-size:16px!important;line-height:1!important;transition:transform .2s ease!important}.dtfp-all-services-btn:hover{transform:translateY(-2px)!important;border-color:#b9d8ec!important;background:#f8fcff!important;color:#0b63d9!important;box-shadow:0 13px 28px rgb(8 47 99 / .12)!important}.dtfp-all-services-btn:hover span{transform:translateX(3px)!important}.home main>section.services-section.dtfp-services .services-slider,body.home main>section.services-section.dtfp-services .services-slider,.front-page main>section.services-section.dtfp-services .services-slider{position:relative!important;overflow:visible!important}.home main>section.services-section.dtfp-services .dtfp-services-viewport,body.home main>section.services-section.dtfp-services .dtfp-services-viewport,.front-page main>section.services-section.dtfp-services .dtfp-services-viewport{overflow:hidden!important;width:100%!important}.home main>section.services-section.dtfp-services .dtfp-service-track,body.home main>section.services-section.dtfp-services .dtfp-service-track,.front-page main>section.services-section.dtfp-services .dtfp-service-track{gap:18px!important;align-items:stretch!important}.home main>section.services-section.dtfp-services .service-card,body.home main>section.services-section.dtfp-services .service-card,.front-page main>section.services-section.dtfp-services .service-card{min-width:0!important;border:1px solid #d8e5f0!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 28px rgb(8 47 99 / .08)!important;overflow:hidden!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}.home main>section.services-section.dtfp-services .service-card:hover,body.home main>section.services-section.dtfp-services .service-card:hover,.front-page main>section.services-section.dtfp-services .service-card:hover{transform:translateY(-4px)!important;border-color:#c8dced!important;box-shadow:0 18px 38px rgb(8 47 99 / .13)!important}.home main>section.services-section.dtfp-services .dtfp-service-image,body.home main>section.services-section.dtfp-services .dtfp-service-image,.front-page main>section.services-section.dtfp-services .dtfp-service-image{height:150px!important;aspect-ratio:auto!important;overflow:hidden!important;background:#eaf3fb!important}.home main>section.services-section.dtfp-services .dtfp-service-image img,body.home main>section.services-section.dtfp-services .dtfp-service-image img,.front-page main>section.services-section.dtfp-services .dtfp-service-image img{width:100%!important;height:100%!important;object-fit:cover!important}.home main>section.services-section.dtfp-services .dtfp-service-body,body.home main>section.services-section.dtfp-services .dtfp-service-body,.front-page main>section.services-section.dtfp-services .dtfp-service-body{display:flex!important;flex-direction:column!important;padding:14px 16px 14px!important;min-height:190px!important}.home main>section.services-section.dtfp-services .dtfp-service-icon,body.home main>section.services-section.dtfp-services .dtfp-service-icon,.front-page main>section.services-section.dtfp-services .dtfp-service-icon{width:44px!important;height:44px!important;margin-top:-32px!important;margin-bottom:7px!important;border:4px solid #fff!important;border-radius:50%!important;background:linear-gradient(145deg,#f1f9ff,#e6f4ff)!important;color:#0868df!important;box-shadow:0 8px 20px rgb(8 104 223 / .15)!important;z-index:5!important}.home main>section.services-section.dtfp-services .dtfp-service-icon svg,body.home main>section.services-section.dtfp-services .dtfp-service-icon svg,.front-page main>section.services-section.dtfp-services .dtfp-service-icon svg{width:19px!important;height:19px!important}.home main>section.services-section.dtfp-services .service-card h3,body.home main>section.services-section.dtfp-services .service-card h3,.front-page main>section.services-section.dtfp-services .service-card h3{margin:8px 0 6px!important;color:#062f63!important;font-size:18px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:-.025em!important}.home main>section.services-section.dtfp-services .service-card p,body.home main>section.services-section.dtfp-services .service-card p,.front-page main>section.services-section.dtfp-services .service-card p{min-height:66px!important;margin:0!important;color:#607995!important;font-size:15px!important;line-height:1.5!important;font-weight:500!important}.dtfp-service-features{margin:7px 0 8px!important;padding:0!important;list-style:none!important;display:grid!important;gap:4px!important}.dtfp-service-features li{display:flex!important;align-items:center!important;gap:6px!important;margin:2px 0!important;color:#486681!important;font-size:11px!important;line-height:1.3!important;font-weight:700!important}.dtfp-service-features li span{width:15px!important;height:15px!important;flex:0 0 15px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#e9f7ef!important;color:#006b45!important;font-size:9px!important;font-weight:900!important}.home main>section.services-section.dtfp-services .dtfp-home-service-actions,body.home main>section.services-section.dtfp-services .dtfp-home-service-actions,.front-page main>section.services-section.dtfp-services .dtfp-home-service-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-top:auto!important;padding-top:9px!important;min-height:44px!important;border-top:1px solid #e6edf4!important}.home main>section.services-section.dtfp-services .dtfp-home-service-actions .text-link,body.home main>section.services-section.dtfp-services .dtfp-home-service-actions .text-link,.front-page main>section.services-section.dtfp-services .dtfp-home-service-actions .text-link{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:36px!important;padding:0 8px!important;border-radius:10px!important;color:#1769d2!important;font-size:12px!important;font-weight:800!important;letter-spacing:.01em!important;transition:all .22s ease!important}.home main>section.services-section.dtfp-services .dtfp-home-service-actions .text-link:hover,body.home main>section.services-section.dtfp-services .dtfp-home-service-actions .text-link:hover,.front-page main>section.services-section.dtfp-services .dtfp-home-service-actions .text-link:hover{background:#f3f8ff!important;transform:translateY(-1px)!important}.home main>section.services-section.dtfp-services .dtfp-home-service-actions .text-link span{font-size:16px!important;line-height:1!important;transition:transform .22s ease!important}.home main>section.services-section.dtfp-services .dtfp-home-service-actions .text-link:hover span{transform:translateX(3px)!important}.home main>section.services-section.dtfp-services .dtfp-home-service-offer,body.home main>section.services-section.dtfp-services .dtfp-home-service-offer,.front-page main>section.services-section.dtfp-services .dtfp-home-service-offer{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:38px!important;padding:0 15px!important;border:1px solid rgb(255 255 255 / .24)!important;border-radius:11px!important;background:#006b45!important;color:#fff!important;font-size:12px!important;font-weight:900!important;letter-spacing:.01em!important;white-space:nowrap!important;box-shadow:0 8px 18px rgb(6 145 86 / .20),inset 0 1px 0 rgb(255 255 255 / .18)!important;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease!important}.home main>section.services-section.dtfp-services .dtfp-home-service-offer:hover,body.home main>section.services-section.dtfp-services .dtfp-home-service-offer:hover,.front-page main>section.services-section.dtfp-services .dtfp-home-service-offer:hover{transform:translateY(-2px)!important;filter:saturate(1.06)!important;box-shadow:0 12px 24px rgb(6 145 86 / .26),inset 0 1px 0 rgb(255 255 255 / .22)!important}.home main>section.services-section.dtfp-services .dtfp-home-service-offer span,body.home main>section.services-section.dtfp-services .dtfp-home-service-offer span,.front-page main>section.services-section.dtfp-services .dtfp-home-service-offer span{font-size:15px!important;line-height:1!important}.home main>section.services-section.dtfp-services .services-nav,body.home main>section.services-section.dtfp-services .services-nav,.front-page main>section.services-section.dtfp-services .services-nav{position:absolute!important;z-index:30!important;top:calc(50% - 14px)!important;right:-72px!important;left:auto!important;width:auto!important;transform:translateY(-50%)!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;margin:0!important;pointer-events:none!important}.home main>section.services-section.dtfp-services .services-nav-btn,body.home main>section.services-section.dtfp-services .services-nav-btn,.front-page main>section.services-section.dtfp-services .services-nav-btn{flex:0 0 48px!important;width:48px!important;height:48px!important;min-width:48px!important;padding:0!important;border:1px solid #d7e6f1!important;border-radius:50%!important;background:rgb(255 255 255 / .97)!important;color:#083b70!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:auto!important;font-size:29px!important;line-height:1!important;box-shadow:0 10px 28px rgb(8 47 99 / .12)!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important}.home main>section.services-section.dtfp-services .services-nav-btn:hover,body.home main>section.services-section.dtfp-services .services-nav-btn:hover,.front-page main>section.services-section.dtfp-services .services-nav-btn:hover{transform:translateY(-2px)!important;background:#fff!important;box-shadow:0 14px 32px rgb(8 47 99 / .17)!important}.home main>section.services-section.dtfp-services .services-nav-btn:disabled,body.home main>section.services-section.dtfp-services .services-nav-btn:disabled,.front-page main>section.services-section.dtfp-services .services-nav-btn:disabled{opacity:.55!important}@media(max-width:1180px){.home main>section.services-section.dtfp-services .services-nav,body.home main>section.services-section.dtfp-services .services-nav,.front-page main>section.services-section.dtfp-services .services-nav{right:-58px!important}}@media(max-width:820px){.home main>section.services-section.dtfp-services,body.home main>section.services-section.dtfp-services,.front-page main>section.services-section.dtfp-services{padding:30px 0 28px!important}.home main>section.services-section.dtfp-services>.container,body.home main>section.services-section.dtfp-services>.container,.front-page main>section.services-section.dtfp-services>.container{width:calc(100% - 32px)!important}.home main>section.services-section.dtfp-services .service-head,body.home main>section.services-section.dtfp-services .service-head,.front-page main>section.services-section.dtfp-services .service-head{gap:18px!important}.dtfp-all-services-btn{margin-top:58px!important}.home main>section.services-section.dtfp-services .dtfp-service-image,body.home main>section.services-section.dtfp-services .dtfp-service-image,.front-page main>section.services-section.dtfp-services .dtfp-service-image{height:155px!important}.home main>section.services-section.dtfp-services .service-body,body.home main>section.services-section.dtfp-services .service-body,.front-page main>section.services-section.dtfp-services .service-body{padding:13px 14px 13px!important}.home main>section.services-section.dtfp-services .services-nav,body.home main>section.services-section.dtfp-services .services-nav,.front-page main>section.services-section.dtfp-services .services-nav{right:-10px!important}.home main>section.services-section.dtfp-services .services-nav-btn,body.home main>section.services-section.dtfp-services .services-nav-btn,.front-page main>section.services-section.dtfp-services .services-nav-btn{width:44px!important;height:44px!important;min-width:44px!important;font-size:25px!important}}@media(max-width:560px){.home main>section.services-section.dtfp-services,body.home main>section.services-section.dtfp-services,.front-page main>section.services-section.dtfp-services{padding:22px 0!important}.home main>section.services-section.dtfp-services>.container,body.home main>section.services-section.dtfp-services>.container,.front-page main>section.services-section.dtfp-services>.container{width:calc(100% - 24px)!important}.home main>section.services-section.dtfp-services .service-head,body.home main>section.services-section.dtfp-services .service-head,.front-page main>section.services-section.dtfp-services .service-head{display:block!important;margin-bottom:15px!important}.home main>section.services-section.dtfp-services .service-head h2,body.home main>section.services-section.dtfp-services .service-head h2,.front-page main>section.services-section.dtfp-services .service-head h2{font-size:28px!important}.home main>section.services-section.dtfp-services .service-head p,body.home main>section.services-section.dtfp-services .service-head p,.front-page main>section.services-section.dtfp-services .service-head p{font-size:16px!important;line-height:1.55!important}.dtfp-all-services-btn{margin-top:13px!important;min-height:42px!important;padding:0 14px!important;font-size:12px!important}.home main>section.services-section.dtfp-services .services-nav,body.home main>section.services-section.dtfp-services .services-nav,.front-page main>section.services-section.dtfp-services .services-nav{display:none!important}.home main>section.services-section.dtfp-services .dtfp-services-slider,body.home main>section.services-section.dtfp-services .dtfp-services-slider,.front-page main>section.services-section.dtfp-services .dtfp-services-slider{overflow:visible!important}.home main>section.services-section.dtfp-services .dtfp-services-viewport,body.home main>section.services-section.dtfp-services .dtfp-services-viewport,.front-page main>section.services-section.dtfp-services .dtfp-services-viewport{overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.home main>section.services-section.dtfp-services .dtfp-services-viewport::-webkit-scrollbar,body.home main>section.services-section.dtfp-services .dtfp-services-viewport::-webkit-scrollbar,.front-page main>section.services-section.dtfp-services .dtfp-services-viewport::-webkit-scrollbar{display:none!important}.home main>section.services-section.dtfp-services .dtfp-service-track,body.home main>section.services-section.dtfp-services .dtfp-service-track,.front-page main>section.services-section.dtfp-services .dtfp-service-track{width:max-content!important;min-width:100%!important;flex-wrap:nowrap!important;transform:none!important;transition:none!important;gap:14px!important}.home main>section.services-section.dtfp-services .service-card,body.home main>section.services-section.dtfp-services .service-card,.front-page main>section.services-section.dtfp-services .service-card{flex:0 0 min(80vw,360px)!important;width:min(80vw,360px)!important;max-width:min(80vw,360px)!important}.home main>section.services-section.dtfp-services .dtfp-service-image,body.home main>section.services-section.dtfp-services .dtfp-service-image,.front-page main>section.services-section.dtfp-services .dtfp-service-image{height:150px!important}.home main>section.services-section.dtfp-services .service-card p,body.home main>section.services-section.dtfp-services .service-card p,.front-page main>section.services-section.dtfp-services .service-card p{min-height:67.5px!important;height:67.5px!important;font-size:15px!important;line-height:1.5!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}}.service-card .fa-house,.service-card .fa-key,.service-card .fa-person-digging,.service-card .fa-building{display:inline-block}.home main>section.hero-premium h1,.front-page main>section.hero-premium h1,body.home main>section.hero-premium h1{max-width:790px!important}.home main>section.hero-premium h1 .hero-title-line,.front-page main>section.hero-premium h1 .hero-title-line,body.home main>section.hero-premium h1 .hero-title-line{display:block!important}.home main>section.hero-premium .hero-lead .front-page main>section.hero-premium .hero-lead{font-size:16px!important;line-height:1.6!important}.home main>section.hero-premium .hero-main-btn .home main>section.hero-premium .hero-second-btn .front-page main>section.hero-premium .hero-main-btn .front-page main>section.hero-premium .hero-second-btn{font-size:14px!important}.home main>section.hero-premium .hero-trust-line .front-page main>section.hero-premium .hero-trust-line{font-size:13px!important;line-height:1.35!important}@media(max-width:560px){.home main>section.hero-premium .hero-lead .front-page main>section.hero-premium .hero-lead{font-size:16px!important}.home main>section.hero-premium .hero-main-btn .home main>section.hero-premium .hero-second-btn .front-page main>section.hero-premium .hero-main-btn .front-page main>section.hero-premium .hero-second-btn{font-size:14px!important}.home main>section.hero-premium .hero-trust-line .front-page main>section.hero-premium .hero-trust-line{font-size:13px!important}}@media (max-width:560px){.home main>section.hero-premium,.front-page main>section.hero-premium,body.home main>section.hero-premium{min-height:0!important;height:auto!important;overflow:hidden!important}.home main>section.hero-premium .hero-inner,.front-page main>section.hero-premium .hero-inner,body.home main>section.hero-premium .hero-inner{min-height:0!important;height:auto!important;align-items:start!important}.home main>section.hero-premium .hero-copy,.front-page main>section.hero-premium .hero-copy,body.home main>section.hero-premium .hero-copy{width:100%!important;max-width:100%!important;padding:20px 0 22px!important}.home main>section.hero-premium h1,.front-page main>section.hero-premium h1,body.home main>section.hero-premium h1{line-height:1.02!important;margin:4px 0 9px!important}.home main>section.hero-premium .hero-lead .front-page main>section.hero-premium .hero-lead{font-size:16px!important;line-height:1.35!important;margin:0 0 11px!important}.home main>section.hero-premium .hero-actions,.front-page main>section.hero-premium .hero-actions,body.home main>section.hero-premium .hero-actions{gap:7px!important;margin:0 0 10px!important}.home main>section.hero-premium .hero-actions .btn,.front-page main>section.hero-premium .hero-actions .btn,body.home main>section.hero-premium .hero-actions .btn{min-height:40px!important;padding:9px 11px!important;font-size:13px!important}.home main>section.hero-premium .hero-points,.front-page main>section.hero-premium .hero-points,body.home main>section.hero-premium .hero-points{gap:6px 8px!important;margin:0 0 9px!important}.home main>section.hero-premium .hero-point,.front-page main>section.hero-premium .hero-point,body.home main>section.hero-premium .hero-point{gap:5px!important;font-size:10px!important;line-height:1.1!important}.home main>section.hero-premium .hero-point i,.front-page main>section.hero-premium .hero-point i,body.home main>section.hero-premium .hero-point i{width:25px!important;height:25px!important;min-width:25px!important}.home main>section.hero-premium .hero-point strong,.front-page main>section.hero-premium .hero-point strong,body.home main>section.hero-premium .hero-point strong{font-size:10px!important;line-height:1.1!important}.home main>section.hero-premium .hero-point small,.front-page main>section.hero-premium .hero-point small,body.home main>section.hero-premium .hero-point small{font-size:8.5px!important;line-height:1.1!important}.home main>section.hero-premium .hero-trust-line .front-page main>section.hero-premium .hero-trust-line{display:none!important;width:100%!important;min-height:18px!important;gap:5px!important;font-size:14px!important;line-height:1.15!important;flex-wrap:nowrap!important;overflow:visible!important}.home main>section.hero-premium .hero-trust-line>* .front-page main>section.hero-premium .hero-trust-line>*{min-width:0!important}}@media (max-width:390px){.home main>section.hero-premium .hero-copy,.front-page main>section.hero-premium .hero-copy,body.home main>section.hero-premium .hero-copy{padding:18px 0 20px!important}.home main>section.hero-premium h1,.front-page main>section.hero-premium h1,body.home main>section.hero-premium h1{line-height:1.02!important}}@media (max-width:560px){.home main>section.hero-premium .hero-lead .front-page main>section.hero-premium .hero-lead{font-size:14px!important;line-height:1.4!important}.home main>section.hero-premium .hero-actions .btn,.front-page main>section.hero-premium .hero-actions .btn,body.home main>section.hero-premium .hero-actions .btn{font-size:13px!important}.home main>section.hero-premium .hero-trust-line .front-page main>section.hero-premium .hero-trust-line{display:none!important}}.home main>section.services-section.dtfp-services .service-head .eyebrow,body.home main>section.services-section.dtfp-services .service-head .eyebrow,.front-page main>section.services-section.dtfp-services .service-head .eyebrow{color:#006b45!important;background:#f0fbf6!important;border-color:#bfe8d5!important}.home main>section.services-section.dtfp-services .service-head .eyebrow:after,body.home main>section.services-section.dtfp-services .service-head .eyebrow:after,.front-page main>section.services-section.dtfp-services .service-head .eyebrow:after{background:#006b45!important}.home main>section.services-section.dtfp-services .dtfp-home-service-offer,body.home main>section.services-section.dtfp-services .dtfp-home-service-offer,.front-page main>section.services-section.dtfp-services .dtfp-home-service-offer{background:#006b45!important;color:#fff!important}.home main>section.services-section.dtfp-services .service-card p,body.home main>section.services-section.dtfp-services .service-card p,.front-page main>section.services-section.dtfp-services .service-card p{color:#526b82!important}:root{--dt-font-sans:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
                  Roboto, Helvetica, Arial, "Noto Sans", sans-serif;--dt-font-display:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
                     Roboto, Helvetica, Arial, "Noto Sans", sans-serif}html,body,button,input,select,textarea{font-family:var(--dt-font-sans);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-size:16px;line-height:1.6;letter-spacing:-.005em}h1,h2,h3,h4,h5,h6,.site-title,.entry-title,.hero-title,.section-title,.service-title,.service-card h3{font-family:var(--dt-font-display);font-weight:700;letter-spacing:-.025em;line-height:1.15;text-rendering:optimizeLegibility}.hero-title,h1{font-weight:750;letter-spacing:-.035em}h2,.section-title{font-weight:750;letter-spacing:-.03em}h3,h4,.service-title,.service-card h3{font-weight:700;letter-spacing:-.02em}button,.button,.btn,a.button,a.btn,input[type="submit"],input[type="button"]{font-family:var(--dt-font-sans);font-weight:650;letter-spacing:-.01em;-webkit-font-smoothing:antialiased}.nav-menu,.main-navigation,.site-navigation,.main-navigation a,.nav-menu a{font-family:var(--dt-font-sans);font-weight:600;letter-spacing:-.008em}.service-card p,.service-card .service-description,.services-section .service-head p{font-family:var(--dt-font-sans);font-weight:450;letter-spacing:-.006em}@media (max-width:767px){body{font-size:15px;line-height:1.55}h1,.hero-title{letter-spacing:-.03em;line-height:1.12}h2,.section-title{letter-spacing:-.025em}.service-card p,.service-card .service-description{font-size:15px;line-height:1.5}}html,body,button,input,select,textarea{font-family:var(--dt-font-ui);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-size:16px;line-height:1.62;letter-spacing:0;font-weight:400}h1,h2,h3,h4,h5,h6,.site-title,.entry-title,.hero-title,.section-title,.service-title,.service-card h3{font-family:var(--dt-font-display);color:inherit;text-rendering:optimizeLegibility;font-feature-settings:"kern";font-kerning:normal;margin-top:0}h1,.hero-title{font-size:clamp(2.25rem,4.2vw,4.25rem);font-weight:800;line-height:1.06;letter-spacing:-.045em}h2,.section-title{font-size:clamp(1.85rem,3vw,3rem);font-weight:750;line-height:1.1;letter-spacing:-.035em}h3,.service-card h3,.service-title{font-size:1.18rem;font-weight:700;line-height:1.25;letter-spacing:-.02em}h4,h5,h6{font-weight:700;line-height:1.3;letter-spacing:-.015em}.main-navigation,.nav-menu,.main-navigation a,.nav-menu a{font-family:var(--dt-font-ui);font-size:15px;font-weight:650;line-height:1.2;letter-spacing:-.008em}p,li,.service-card p,.service-card .service-description,.services-section .service-head p{font-family:var(--dt-font-ui);font-weight:400;letter-spacing:0}.service-card p,.service-card .service-description{font-size:15px;line-height:1.52}button,.button,.btn,a.button,a.btn,input[type=submit],input[type=button]{font-family:var(--dt-font-ui);font-size:14px;font-weight:700;line-height:1.2;letter-spacing:-.005em;-webkit-font-smoothing:antialiased}small .small .meta{font-family:var(--dt-font-ui);font-size:.875rem;line-height:1.4;font-weight:500}@media (max-width:767px){body{font-size:15px;line-height:1.58}h1,.hero-title{font-size:clamp(2rem,9vw,2.75rem);line-height:1.08;letter-spacing:-.04em}h2,.section-title{font-size:clamp(1.65rem,7vw,2.2rem);line-height:1.12;letter-spacing:-.03em}h3,.service-card h3,.service-title{font-size:1.08rem;line-height:1.25;letter-spacing:-.015em}.service-card p,.service-card .service-description{font-size:15px;line-height:1.5}.main-navigation a,.nav-menu a{font-size:15px}}:root{--dt-font:Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}html,body,button,input,select,textarea{font-family:var(--dt-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-size:16px;line-height:1.6;font-weight:400;letter-spacing:0}h1,h2,h3,h4,h5,h6,.site-title,.entry-title,.hero-title,.section-title,.service-title,.service-card h3{font-family:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;text-rendering:optimizeLegibility;font-kerning:normal}h1,.hero-title{font-weight:800;line-height:1.06;letter-spacing:-.045em}h2,.section-title{font-weight:750;line-height:1.1;letter-spacing:-.035em}h3,h4,h5,h6,.service-title,.service-card h3{font-weight:700;line-height:1.25;letter-spacing:-.02em}.main-navigation,.nav-menu,.main-navigation a,.nav-menu a,button,.button,.btn,a.button,a.btn,input[type=submit],input[type=button]{font-family:var(--dt-font)}.service-card p,.service-card .service-description,.services-section .service-head p{font-family:var(--dt-font);font-weight:400;letter-spacing:0}@media (max-width:767px){body{font-size:15px;line-height:1.58}h1,.hero-title{line-height:1.08;letter-spacing:-.04em}h2,.section-title{line-height:1.12;letter-spacing:-.03em}h3,.service-card h3,.service-title{line-height:1.25;letter-spacing:-.015em}}@font-face{font-family:"Inter";src:url(/wp-content/themes/hijyen-temizlik/assets/fonts/InterVariable.woff2) format("woff2");font-style:normal;font-weight:100 900;font-display:swap}html,body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,.site-title,.entry-title,.hero-title,.section-title,.service-title,.service-card h3,.main-navigation,.nav-menu,.main-navigation a,.nav-menu a,.button,.btn,a.button,a.btn,input[type="submit"],input[type="button"]{font-family:"Inter",sans-serif}.home main>section.hero-premium h1,.front-page main>section.hero-premium h1,body.home main>section.hero-premium h1,body.front-page main>section.hero-premium h1,.home .hero-premium h1,.front-page .hero-premium h1{font-family:var(--dt-font),Inter,sans-serif!important;font-size:48px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.035em!important}@media (max-width:820px){.home main>section.hero-premium h1,.front-page main>section.hero-premium h1,body.home main>section.hero-premium h1,body.front-page main>section.hero-premium h1,.home .hero-premium h1,.front-page .hero-premium h1{font-size:42px!important;line-height:1.12!important}}@media (max-width:560px){.home main>section.hero-premium h1,.front-page main>section.hero-premium h1,body.home main>section.hero-premium h1,body.front-page main>section.hero-premium h1,.home .hero-premium h1,.front-page .hero-premium h1{font-size:32px!important;line-height:1.08!important}}.home main>section#fiyatlar .pricing-section-head h2,body.home main>section#fiyatlar .pricing-section-head h2,.front-page main>section#fiyatlar .pricing-section-head h2,body.front-page main>section#fiyatlar .pricing-section-head h2{font-family:var(--dt-font),Inter,sans-serif!important;font-size:42px!important;font-weight:800!important;line-height:1.15!important}@media(max-width:760px){.home main>section#fiyatlar .pricing-section-head h2,body.home main>section#fiyatlar .pricing-section-head h2,.front-page main>section#fiyatlar .pricing-section-head h2,body.front-page main>section#fiyatlar .pricing-section-head h2{font-size:30px!important;line-height:1.15!important}}.home main>section#fiyatlar .plans-track .price-card .desc{min-height:32px!important;font-size:14px!important;line-height:1.4!important;text-align:center!important;margin:0!important}.home main>section#fiyatlar .plans-track .price{margin:0 0 10px!important;padding:0 0 10px!important;font-size:31px!important;line-height:1!important}@media (max-width:820px){.home main>section#fiyatlar .plans-track .price-card .desc{min-height:32px!important;font-size:13.5px!important;line-height:1.4!important}.home main>section#fiyatlar .plans-track .price{margin:0 0 9px!important;padding:0 0 9px!important;font-size:29px!important;line-height:1!important}}@media (max-width:560px){.home main>section#fiyatlar .plans-track .price-card .desc{min-height:35px!important;font-size:13px!important;line-height:1.4!important;padding-inline:4px!important}.home main>section#fiyatlar .plans-track .price{margin:0 0 8px!important;padding:0 0 8px!important;font-size:28px!important;line-height:1!important}}#fiyatlar .plans-track .price-card h3{font-size:28px!important;line-height:1.18!important;margin:0 0 6px!important;text-align:center!important}@media (max-width:820px){#fiyatlar .plans-track .price-card h3{font-size:24px!important;line-height:1.2!important;margin:0 0 6px!important}}@media (max-width:560px){#fiyatlar .plans-track .price-card h3{font-size:22px!important;line-height:1.22!important;margin:0 0 6px!important}}.home main>section.section .section-head h2,.home main>section.section .pricing-section-head h2,.home main>section.section .service-head h2,.home main>section.section .premium-panel-head h2{font-size:clamp(30px, 3.15vw, 32px)!important;line-height:1.12!important;letter-spacing:-.035em!important;margin:6px 0 10px!important}@media (max-width:820px){.home main>section.section .section-head h2,.home main>section.section .pricing-section-head h2,.home main>section.section .service-head h2,.home main>section.section .premium-panel-head h2{font-size:30px!important;line-height:1.14!important;letter-spacing:-.03em!important;margin:6px 0 9px!important}}@media (max-width:560px){.home main>section.section .section-head h2,.home main>section.section .pricing-section-head h2,.home main>section.section .service-head h2,.home main>section.section .premium-panel-head h2{font-size:28px!important;line-height:1.16!important;letter-spacing:-.025em!important;margin:5px 0 8px!important}}.dt-feedback-title{font-size:32px!important;line-height:1.06!important;margin:8px 0 6px!important}.dt-home-blog-title-wrap p{margin:0!important;font-size:16px!important;line-height:1.5!important}@media (max-width:820px){.dt-home-blog-title-wrap p{font-size:15px!important;line-height:1.5!important}}@media (max-width:560px){.dt-home-blog-title-wrap p{font-size:14px!important;line-height:1.5!important}}.dt-blog-hero h1{width:100%;max-width:none;white-space:normal;word-break:normal;overflow-wrap:normal;hyphens:none;text-wrap:pretty}.dt-single-page{background:#f7faff;color:#243b53;font-family:"Inter",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.dt-single-page .container{width:min(1180px,calc(100% - 40px));max-width:1180px;margin-inline:auto}.dt-single-hero{position:relative;isolation:isolate;min-height:292px;padding:12px 0 24px;background:#edf5fb var(--dt-single-hero-bg) no-repeat center right/cover;overflow:hidden}.dt-single-hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgb(241 248 255 / .99) 0%,rgb(241 248 255 / .96) 34%,rgb(241 248 255 / .82) 52%,rgb(241 248 255 / .28) 78%,rgb(241 248 255 / .08) 100%);pointer-events:none}.dt-single-hero-inner{position:relative;z-index:1;min-height:256px;display:flex;flex-direction:column;justify-content:center}.dt-single-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:11px;line-height:1.35;color:#68809a}.dt-single-breadcrumb a{color:#52708e;font-weight:650}.dt-single-breadcrumb a:hover{color:#0968df}.dt-single-hero-copy{max-width:820px;padding-top:16px}.dt-single-eyebrow{display:inline-flex;align-items:center;min-height:27px;padding:5px 11px;border:1px solid #b8dcfb;border-radius:999px;background:rgb(255 255 255 / .72);color:#1175db;font-size:9px;line-height:1;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 5px 14px rgb(7 74 130 / .05)}.dt-single-hero h1{max-width:920px;margin:9px 0 8px;color:#082f66;font-size:clamp(36px,4vw,52px);line-height:1.02;letter-spacing:-.055em;font-weight:850;overflow-wrap:normal;word-break:normal;hyphens:none}.dt-single-hero p{max-width:700px;margin:0 0 13px;font-family:"Inter",sans-serif;font-size:15px;line-height:1.65;font-weight:500;color:#4d6882}.dt-single-meta{display:flex;align-items:center;gap:9px 14px;flex-wrap:wrap;margin:0 0 18px;padding:0 2px;color:#6b8095;font-size:11px;line-height:1.3}.dt-single-meta>span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.dt-single-meta svg,.dt-single-meta-hero svg{width:12px;height:12px;color:#0d73df}.dt-single-meta-hero{margin:0!important;padding:0!important;font-size:10px!important;color:#58738c!important}.dt-single-share{display:flex;align-items:center;gap:15px;padding:0 0;margin-top:0;font-size:12px}.dt-single-share-hero{display:inline-flex;align-items:center;gap:6px;margin-left:3px}.dt-single-share-hero strong{margin-right:1px;color:#3f5f7b;font-size:10px;font-weight:850}.dt-single-share-hero a,.dt-single-share-hero button{width:30px;height:30px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;text-decoration:none;font-size:11px;font-weight:900;cursor:pointer;box-shadow:0 7px 16px rgb(6 68 125 / .16);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.dt-single-share-hero a:hover,.dt-single-share-hero button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgb(6 68 125 / .22);filter:brightness(1.05)}.dt-single-share-hero .share-facebook{background:#1877f2;font-family:Arial,sans-serif;font-size:16px}.dt-single-share-hero .share-x{background:#101820;font-size:12px}.dt-single-share-hero .share-linkedin{background:#0a66c2;font-size:10px}.dt-single-share-hero .share-whatsapp{background:#19c86a;font-size:10px}.dt-single-share-hero .share-copy{background:#fff;color:#126fce;border:1px solid #cfe2f3}.dt-single-share-hero .share-copy.is-copied{background:#0b63d9;color:#fff}.dt-single-section{padding:26px 0 54px;background:linear-gradient(180deg,#fff 0%,#f7faff 100%)}.dt-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.dt-single-article{min-width:0}.dt-single-featured{position:relative;height:300px;min-height:300px;max-height:300px;margin:2px 0 22px;padding:5px;border:1px solid #dbe7f3;border-radius:16px;background:linear-gradient(145deg,#fff,#eef5fc);box-shadow:0 10px 28px rgb(6 43 95 / .10),0 2px 6px rgb(6 43 95 / .05);overflow:hidden}.dt-single-featured img{display:block;width:100%;height:300px;min-height:300px;max-height:300px;border-radius:11px;object-fit:cover;object-position:center;transition:transform .35s ease}.dt-single-featured:hover img{transform:scale(1.012)}.dt-single-content{background:#fff;border:1px solid #e1eaf3;border-radius:16px;padding:30px 34px;box-shadow:0 12px 30px rgb(7 43 95 / .045);color:#243b53;font-family:"Inter",sans-serif}.dt-single-content p{margin:0 0 18px;color:#405a73;font-size:16px;line-height:1.8;font-weight:450}.dt-single-content>p:first-child{font-size:16.5px;line-height:1.82;color:#334e68}.dt-single-content h2,.dt-single-content h3,.dt-single-content h4,.dt-single-content h5,.dt-single-content h6{color:#082f66;font-family:"Inter",sans-serif;font-weight:800;letter-spacing:-.025em;text-wrap:balance}.dt-single-content h2{margin:18px 0 18px;font-size:30px;line-height:1.2}.dt-single-content h3{margin:28px 0 10px;font-size:23px;line-height:1.28}.dt-single-content h4{margin:24px 0 9px;font-size:19px;line-height:1.35}.dt-single-content h5{margin:20px 0 8px;font-size:17px;line-height:1.4}.dt-single-content h6{margin:18px 0 8px;font-size:16px;line-height:1.45}.dt-single-content ul,.dt-single-content ol{padding-left:22px;color:#405a73;font-size:16px;line-height:1.75}.dt-single-content li{margin:0 0 7px}.dt-single-content a{color:#1263ce;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.dt-single-content blockquote{margin:22px 0;padding:18px 22px;border:1px solid #d9e9f8;border-radius:14px;background:linear-gradient(135deg,#f5faff,#eef7ff);color:#174b7c;font-weight:650}.dt-single-content table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.6}.dt-single-content th,.dt-single-content td{padding:9px 10px;border:1px solid #dfe8f2;text-align:left}.dt-single-sidebar .dt-blog-side-contact p{font-size:14px!important;line-height:1.5!important}.dt-single-sidebar .dt-blog-side-contact .contact-actions a{font-size:14px!important}.dt-single-sidebar .dt-blog-side-areas a{font-size:14px!important;line-height:1.25}.dt-single-sidebar .dt-blog-side-services li a{min-height:44px;grid-template-columns:32px minmax(0,1fr) 26px!important;gap:9px;padding:5px 6px!important;border-radius:12px;font-size:14px!important;line-height:1.25!important;font-weight:700!important;letter-spacing:-.005em;align-items:center!important}.dt-single-sidebar .dt-blog-popular-item .copy strong{font-size:14px!important;line-height:1.35!important}.dt-single-sidebar .dt-blog-side-categories li a{min-height:38px;font-size:14px!important;line-height:1.35!important;font-weight:750!important}.dt-single-sidebar{position:relative;min-width:0}.dt-single-sidebar .dt-blog-search{margin-bottom:12px}.dt-single-sidebar .dt-blog-side-card{margin-bottom:12px;padding:14px;border:1px solid #dce7f2;border-radius:15px;background:#fff;box-shadow:0 10px 26px rgb(7 43 95 / .065)}.dt-single-sidebar .dt-blog-side-heading{margin-bottom:10px}.dt-single-sidebar .dt-blog-side-heading h2,.dt-single-sidebar .dt-blog-popular h2{margin:3px 0 0;color:#0b3970;font-weight:850}.dt-single-sidebar .dt-blog-side-kicker{font-size:8px;letter-spacing:.1em;font-weight:850;color:#1681e8}.dt-single-sidebar .dt-blog-side-categories ul,.dt-single-sidebar .dt-blog-side-services ul{margin:0;padding:0;list-style:none}.dt-single-sidebar .dt-blog-side-categories li+li,.dt-single-sidebar .dt-blog-side-services li+li{border-top:1px solid #edf2f7}.dt-single-sidebar .dt-blog-side-categories a{display:grid;grid-template-columns:14px minmax(0,1fr) auto;gap:5px;align-items:center;padding:8px 0;color:#294964}.dt-single-sidebar .dt-blog-side-categories b{min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:#f0f6fc;color:#6c8499;font-size:9px}.dt-single-sidebar .dt-blog-popular{padding-bottom:10px}.dt-single-sidebar .dt-blog-popular>div{display:grid;gap:8px}.dt-single-sidebar .dt-blog-popular-item{display:grid;grid-template-columns:18px 48px minmax(0,1fr);gap:7px;align-items:center}.dt-single-sidebar .dt-blog-popular-item .num{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#0b78e5;color:#fff;font-size:9px;font-weight:850}.dt-single-sidebar .dt-blog-popular-item .thumb{width:48px;height:40px;overflow:hidden;border-radius:7px;background:#edf4fa}.dt-single-sidebar .dt-blog-popular-item .thumb img{width:100%;height:100%;object-fit:cover}.dt-single-sidebar .dt-blog-popular-item .copy strong{display:block;color:#183e67;font-weight:800}.dt-single-sidebar .dt-blog-popular-item .copy small{display:block;margin-top:3px;color:#8aa0b4;font-size:8px}.dt-single-sidebar .dt-blog-side-services li a{display:grid;color:#294964}.dt-single-sidebar .service-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#edf6ff;color:#1479e8}.dt-single-sidebar .service-icon svg{width:15px;height:15px}.dt-single-sidebar .dt-blog-side-services li a>b{color:#7f9bb5}.dt-single-sidebar .dt-blog-side-areas .dt-blog-area-pills{display:flex;flex-wrap:wrap;gap:6px}.dt-single-sidebar .dt-blog-side-areas .dt-blog-area-pills a{padding:5px 8px;border-radius:999px;background:#f2f7fc;color:#52708c}.dt-single-sidebar .dt-blog-side-areas .dt-blog-area-pills a.all{width:100%;text-align:center;background:#eaf5ff;color:#0a6bd4}.dt-single-sidebar .dt-blog-side-contact{padding:15px!important;background:linear-gradient(135deg,#0b58ad,#087de5)!important;color:#fff;display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px}.dt-single-sidebar .dt-blog-side-contact .contact-icon{width:34px;height:34px;border-radius:10px;background:rgb(255 255 255 / .15);display:grid;place-items:center}.dt-single-sidebar .dt-blog-side-contact .contact-icon svg{width:17px;height:17px}.dt-single-sidebar .dt-blog-side-contact .dt-blog-side-kicker{color:#a9d9ff}.dt-single-sidebar .dt-blog-side-contact h2{color:#fff!important;margin:2px 0 4px!important}.dt-single-sidebar .dt-blog-side-contact p{margin:0;color:#dceeff}.dt-single-sidebar .contact-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:4px}.dt-single-sidebar .contact-actions a{display:flex;align-items:center;justify-content:center;gap:5px;min-height:30px;border-radius:8px;background:#fff;color:#0968df;font-weight:850}.dt-single-sidebar .contact-actions a:last-child{background:#17c968;color:#fff}.dt-single-tags{margin-top:20px!important;padding-top:16px!important}.dt-single-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.dt-single-post-nav>div:empty{display:none}.dt-single-post-nav>div a{display:flex;flex-direction:column;gap:6px;min-height:72px;padding:13px 15px;border:1px solid #dce7f2;border-radius:12px;background:#fff;box-shadow:0 7px 18px rgb(7 43 95 / .035)}.dt-single-post-nav span{color:#1479e8;font-size:9px;font-weight:850;letter-spacing:.05em}.dt-single-post-nav strong{color:#173d63;font-size:11px;line-height:1.35}@media(max-width:980px){.dt-single-layout{grid-template-columns:minmax(0,1fr);gap:22px}.dt-single-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dt-single-sidebar .dt-blog-search,.dt-single-sidebar .dt-blog-side-contact{grid-column:1/-1}.dt-single-sidebar .dt-blog-side-card{margin-bottom:0}}@media(max-width:680px){.dt-single-page .container{width:calc(100% - 24px)}.dt-single-hero{min-height:0;padding:11px 0 18px;background-position:68% center}.dt-single-hero::after{background:linear-gradient(180deg,rgb(241 248 255 / .97) 0%,rgb(241 248 255 / .91) 55%,rgb(241 248 255 / .78) 100%)}.dt-single-hero-inner{min-height:0;justify-content:flex-start}.dt-single-hero-copy{padding-top:15px;max-width:none}.dt-single-hero h1{font-size:clamp(30px,9vw,42px);line-height:1.04;margin:8px 0}.dt-single-hero p{font-size:15px;line-height:1.6;margin-bottom:11px}.dt-single-meta{gap:7px 10px;margin-bottom:14px}.dt-single-meta-hero{font-size:10px!important}.dt-single-share-hero{width:100%;margin-left:0;margin-top:1px}.dt-single-share-hero a,.dt-single-share-hero button{width:29px;height:29px}.dt-single-section{padding:18px 0 36px}.dt-single-featured{height:auto;min-height:0;max-height:none;margin-bottom:16px;padding:3px;border-radius:12px}.dt-single-featured img{height:auto;min-height:0;max-height:none;border-radius:9px;object-fit:contain}.dt-single-content{padding:22px 18px;border-radius:13px}.dt-single-content p,.dt-single-content>p:first-child{font-size:15px;line-height:1.72}.dt-single-content h2{font-size:26px;line-height:1.22;margin:18px 0 16px}.dt-single-content h3{font-size:20px;line-height:1.3;margin:24px 0 9px}.dt-single-content h4{font-size:18px;line-height:1.35}.dt-single-content h5{font-size:16px}.dt-single-content ul,.dt-single-content ol{padding-left:21px;font-size:15px;line-height:1.7}.dt-single-content li{margin-bottom:6px}.dt-single-content blockquote{margin:20px 0;padding:15px 16px;font-size:14.5px;line-height:1.68}.dt-single-content table{font-size:13.5px}.dt-single-sidebar{grid-template-columns:1fr}.dt-single-post-nav{grid-template-columns:1fr}}@media(max-width:390px){.dt-single-page .container{width:calc(100% - 18px)}.dt-single-hero h1{font-size:29px}.dt-single-hero p{font-size:14px}.dt-single-content{padding:19px 15px}.dt-single-content p,.dt-single-content>p:first-child{font-size:14.5px;line-height:1.72}.dt-single-content h2{font-size:23px;line-height:1.25;margin:16px 0 14px}.dt-single-content h3{font-size:19px}.dt-single-share-hero strong{font-size:9px}}@media(prefers-reduced-motion:reduce){.dt-single-featured img{transition:none}.dt-single-share-hero a,.dt-single-share-hero button{transition:none}}body.single-detay_hizmet{background:#f4f8fc;color:#173653}body.single-detay_hizmet .dt-service-hero{background:linear-gradient(180deg,#f7fbff 0%,#eef7ff 100%);border-bottom:1px solid #dce9f5;padding:22px 0 28px}body.single-detay_hizmet .dt-service-hero .container,body.single-detay_hizmet .dt-service-content-section>.container,body.single-detay_hizmet .dt-service-trust-strip>.container{width:min(1180px,calc(100% - 40px));max-width:1180px;margin-inline:auto}body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(390px,.78fr);gap:38px;padding-top:18px}body.single-detay_hizmet .dt-service-hero-copy h1{font-size:clamp(38px,4vw,56px);line-height:1.03;letter-spacing:-.05em;margin:10px 0 14px;max-width:760px}body.single-detay_hizmet .dt-service-hero-copy>p{font-size:16px;line-height:1.68;max-width:700px;color:#506b85}body.single-detay_hizmet .dt-service-hero-image{height:315px;min-height:315px;border-radius:26px;box-shadow:0 24px 60px rgb(8 47 99 / .15),0 8px 25px rgb(9 104 223 / .08)}body.single-detay_hizmet .dt-service-actions .btn{min-height:48px;border-radius:13px;padding-inline:20px}body.single-detay_hizmet .dt-service-content-section{padding:42px 0 54px;background:#f4f8fc}body.single-detay_hizmet .dt-service-layout{grid-template-columns:minmax(0,1fr) 310px;gap:26px;align-items:start}body.single-detay_hizmet .dt-service-content-card{background:#fff;border:1px solid #e0e9f2;border-radius:20px;box-shadow:0 14px 40px rgb(8 47 99 / .07);overflow:hidden}body.single-detay_hizmet .dt-service-content p{font-size:16px;line-height:1.78;margin:0 0 18px}body.single-detay_hizmet .dt-service-content h2{font-size:30px;line-height:1.16;margin:12px 0 12px;color:#082f63;font-weight:800;letter-spacing:-.035em}body.single-detay_hizmet .dt-service-content h3{font-size:22px;line-height:1.25;margin:24px 0 9px;color:#0b3970;font-weight:800}body.single-detay_hizmet .dt-service-content ul{padding-left:20px;margin:10px 0 22px}body.single-detay_hizmet .dt-service-content li{padding:3px 0}body.single-detay_hizmet .dt-service-sidebar{position:sticky;top:20px;display:flex;flex-direction:column;gap:16px}body.single-detay_hizmet .dt-service-side-card{background:#fff;border:1px solid #dfe9f2;border-radius:18px;padding:20px;box-shadow:0 12px 30px rgb(8 47 99 / .07)}body.single-detay_hizmet .dt-service-side-card .dt-section-heading{margin:0 0 12px}body.single-detay_hizmet .dt-service-side-card .dt-section-heading h2{font-size:24px!important;line-height:1.2!important;color:#0b3970;font-weight:800;margin:0;letter-spacing:-.025em}body.single-detay_hizmet .dt-service-info>div{padding:12px 0;border-bottom:1px solid #edf2f6}body.single-detay_hizmet .dt-service-info>div:last-child{border-bottom:0}body.single-detay_hizmet .dt-service-info dt{font-size:12px;color:#7890a6;font-weight:650}body.single-detay_hizmet .dt-service-info dd{font-size:13px;color:#173e67;font-weight:750}body.single-detay_hizmet .dt-related-services ul{margin:0;padding:0;list-style:none}body.single-detay_hizmet .dt-related-services li+li{margin-top:7px}body.single-detay_hizmet .dt-related-services li a{display:grid;grid-template-columns:42px minmax(0,1fr) 16px;align-items:center;gap:9px;min-height:52px;padding:5px 7px;border-radius:12px;background:#f5f9fd;border:1px solid #e7eef5;transition:.2s ease}body.single-detay_hizmet .dt-related-services li a:hover{border-color:#c7ddf3;background:#edf6ff;transform:translateX(2px)}body.single-detay_hizmet .dt-related-thumb{width:42px;height:42px;border-radius:10px;overflow:hidden;background:#eaf3fb;display:grid;place-items:center;color:#0968df}body.single-detay_hizmet .dt-related-thumb img{width:100%;height:100%;object-fit:cover}body.single-detay_hizmet .dt-related-services strong{font-size:13px;line-height:1.3;color:#17436d;font-weight:750}body.single-detay_hizmet .dt-related-arrow{color:#0968df;font-size:21px}body.single-detay_hizmet .dt-service-side-areas{padding-bottom:16px}body.single-detay_hizmet .dt-service-area-list{list-style:none;margin:0;padding:0;display:grid;gap:6px}body.single-detay_hizmet .dt-service-area-list li a{display:grid;grid-template-columns:20px minmax(0,1fr) 16px;align-items:center;gap:7px;min-height:38px;padding:6px 8px;border-radius:10px;background:#f5f9fd;color:#244d72;font-size:12px;font-weight:700}body.single-detay_hizmet .dt-service-area-list li a:hover{background:#edf6ff;color:#0968df}body.single-detay_hizmet .dt-service-area-list svg{width:15px;height:15px;color:#0968df}body.single-detay_hizmet .dt-service-area-list b{color:#0968df;font-size:18px}body.single-detay_hizmet .dt-service-all-areas{display:flex;justify-content:space-between;align-items:center;margin-top:9px;padding:10px 12px;border:1px solid #cfe2f5;border-radius:11px;color:#0968df;background:#f5faff;font-size:12px;font-weight:800}body.single-detay_hizmet .dt-service-faq{padding:22px 34px 32px;border-top:1px solid #e5edf4}body.single-detay_hizmet .dt-service-faq .dt-section-heading h2{font-size:30px!important;color:#082f63}@media(max-width:900px){body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:1fr 360px;gap:24px}body.single-detay_hizmet .dt-service-layout{grid-template-columns:1fr 290px}}@media(max-width:760px){body.single-detay_hizmet .dt-service-hero .container,body.single-detay_hizmet .dt-service-content-section>.container,body.single-detay_hizmet .dt-service-trust-strip>.container{width:calc(100% - 28px)}body.single-detay_hizmet .dt-service-hero{padding:16px 0 22px}body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:1fr;gap:18px;padding-top:10px}body.single-detay_hizmet .dt-service-hero-copy h1{font-size:clamp(32px,9vw,44px)}body.single-detay_hizmet .dt-service-hero-copy>p{font-size:15px;line-height:1.62}body.single-detay_hizmet .dt-service-hero-image{height:230px;min-height:230px;border-radius:20px}body.single-detay_hizmet .dt-service-content-section{padding:26px 0 34px}body.single-detay_hizmet .dt-service-layout{grid-template-columns:1fr;gap:18px}body.single-detay_hizmet .dt-service-sidebar{position:static}body.single-detay_hizmet .dt-service-content{padding:22px 20px 6px;font-size:15px;line-height:1.72}body.single-detay_hizmet .dt-service-content p{font-size:15px;line-height:1.72}body.single-detay_hizmet .dt-service-content h2{font-size:25px;line-height:1.2;margin:25px 0 10px}body.single-detay_hizmet .dt-service-content h3{font-size:19px}body.single-detay_hizmet .dt-service-faq{padding:20px 20px 24px}body.single-detay_hizmet .dt-service-faq .dt-section-heading h2{font-size:25px!important}}@media(max-width:420px){body.single-detay_hizmet .dt-service-trust-grid{grid-template-columns:1fr}body.single-detay_hizmet .dt-service-actions{display:grid;grid-template-columns:1fr}body.single-detay_hizmet .dt-service-actions .btn{width:100%}body.single-detay_hizmet .dt-service-hero-image{height:210px;min-height:210px}}body.single-detay_hizmet .dt-service-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fcff 0%,#eef7ff 58%,#e7f3ff 100%);border-bottom:1px solid #dceaf7;padding:26px 0 34px}body.single-detay_hizmet .dt-service-hero:before{content:"";position:absolute;inset:auto -12% -55% 38%;height:420px;background:radial-gradient(circle,rgb(25 132 235 / .10),transparent 68%);pointer-events:none}body.single-detay_hizmet .dt-service-hero .container{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));max-width:1180px;margin-inline:auto}body.single-detay_hizmet .dt-service-breadcrumb{margin-bottom:22px;color:#4f7090;font-size:13px;font-weight:650}body.single-detay_hizmet .dt-service-breadcrumb a{color:#4f7090}body.single-detay_hizmet .dt-service-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(440px,.87fr);align-items:center;gap:42px;padding-top:0}body.single-detay_hizmet .dt-service-hero-copy{min-width:0}body.single-detay_hizmet .dt-service-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border:1px solid #cfe5fb;border-radius:999px;background:rgb(255 255 255 / .82);color:#0869df;font-size:13px;font-weight:800;letter-spacing:.02em;box-shadow:0 8px 24px rgb(8 77 145 / .06)}body.single-detay_hizmet .dt-service-hero-copy h1{margin:16px 0 14px;max-width:760px;color:#07356d;font-size:clamp(42px,4.25vw,60px);line-height:1.02;letter-spacing:-.055em;font-weight:850}body.single-detay_hizmet .dt-service-hero-copy>p{max-width:720px;margin:0;color:#4f6e8d;font-size:18px;line-height:1.62;font-weight:500}body.single-detay_hizmet .dt-service-actions{display:flex;align-items:center;gap:12px}body.single-detay_hizmet .dt-service-actions .btn{min-height:52px;border-radius:14px;padding:0 24px;font-size:15px;font-weight:800}body.single-detay_hizmet .dt-service-whatsapp-btn{background:linear-gradient(135deg,#10c86a,#08b95c);box-shadow:0 12px 26px rgb(9 190 94 / .20)}body.single-detay_hizmet .dt-service-phone-btn{background:#fff!important;color:#0869df!important;border:1px solid #d2e4f5!important;box-shadow:0 10px 24px rgb(8 77 145 / .08)}body.single-detay_hizmet .dt-service-hero-image{position:relative;height:380px;min-height:380px;border:1px solid rgb(255 255 255 / .92);border-radius:30px;overflow:hidden;background:#dcecf9;box-shadow:0 28px 70px rgb(8 47 99 / .16),0 8px 26px rgb(9 104 223 / .08)}body.single-detay_hizmet .dt-service-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(7 54 109 / .02),rgb(7 54 109 / .08));pointer-events:none}body.single-detay_hizmet .dt-service-cover{width:100%;height:100%;display:block;object-fit:cover;object-position:center}body.single-detay_hizmet .dt-service-content-section{background:#f4f8fc}@media(max-width:980px){body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:1fr 390px;gap:26px}body.single-detay_hizmet .dt-service-hero-image{height:330px;min-height:330px}body.single-detay_hizmet .dt-service-hero-copy h1{font-size:clamp(38px,5vw,52px)}}@media(max-width:760px){body.single-detay_hizmet .dt-service-hero{padding:18px 0 24px}body.single-detay_hizmet .dt-service-hero .container{width:calc(100% - 28px)}body.single-detay_hizmet .dt-service-breadcrumb{margin-bottom:16px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:1fr;gap:18px}body.single-detay_hizmet .dt-service-eyebrow{padding:8px 13px;font-size:12px}body.single-detay_hizmet .dt-service-hero-copy h1{font-size:clamp(34px,9.5vw,46px);line-height:1.04;margin:13px 0 12px}body.single-detay_hizmet .dt-service-hero-copy>p{font-size:15px;line-height:1.62}body.single-detay_hizmet .dt-service-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}body.single-detay_hizmet .dt-service-actions .btn{width:100%;min-height:48px;padding:0 12px;font-size:13px}body.single-detay_hizmet .dt-service-hero-image{height:245px;min-height:245px;border-radius:21px;order:2}}@media(max-width:420px){body.single-detay_hizmet .dt-service-trust-row{grid-template-columns:1fr}body.single-detay_hizmet .dt-service-actions{grid-template-columns:1fr}body.single-detay_hizmet .dt-service-hero-image{height:215px;min-height:215px}}body.single-detay_hizmet .dt-service-hero{padding:18px 0 26px;background:linear-gradient(135deg,#f8fcff 0%,#eef7ff 58%,#e9f4ff 100%)}body.single-detay_hizmet .dt-service-breadcrumb{margin-bottom:14px;font-size:12px}body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(430px,.88fr);gap:30px;align-items:center}body.single-detay_hizmet .dt-service-eyebrow{padding:7px 13px;font-size:12px}body.single-detay_hizmet .dt-service-hero-copy h1{margin:12px 0 10px;font-size:clamp(40px,4vw,56px);line-height:1.01}body.single-detay_hizmet .dt-service-hero-copy>p{max-width:680px;font-size:16px;line-height:1.55;margin-bottom:18px}body.single-detay_hizmet .dt-service-actions .btn{min-height:48px;padding:0 20px;font-size:14px;border-radius:13px}body.single-detay_hizmet .dt-service-hero-image{height:350px;min-height:350px;border-radius:28px;box-shadow:0 24px 60px rgb(8 47 99 / .15),0 8px 24px rgb(9 104 223 / .08)}body.single-detay_hizmet .dt-service-cover{object-position:center}body.single-detay_hizmet .dt-service-content-section{padding-top:30px}@media(max-width:980px){body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:minmax(0,1fr) 360px;gap:22px}body.single-detay_hizmet .dt-service-hero-image{height:320px;min-height:320px}}@media(max-width:760px){body.single-detay_hizmet .dt-service-hero{padding:15px 0 22px}body.single-detay_hizmet .dt-service-breadcrumb{margin-bottom:11px}body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:1fr;gap:16px}body.single-detay_hizmet .dt-service-hero-copy h1{font-size:clamp(34px,9vw,46px);margin:10px 0 9px}body.single-detay_hizmet .dt-service-hero-copy>p{font-size:15px;line-height:1.55;margin-bottom:14px}body.single-detay_hizmet .dt-service-actions{grid-template-columns:1fr 1fr}body.single-detay_hizmet .dt-service-hero-image{height:245px;min-height:245px;border-radius:21px}}@media(max-width:420px){body.single-detay_hizmet .dt-service-trust-row{grid-template-columns:1fr}body.single-detay_hizmet .dt-service-actions{grid-template-columns:1fr}body.single-detay_hizmet .dt-service-hero-image{height:220px;min-height:220px}}body.single-detay_hizmet .dt-service-hero{position:relative;overflow:hidden;padding:14px 0 24px;background:radial-gradient(circle at 83% 18%,rgb(65 164 255 / .14),transparent 30%),linear-gradient(135deg,#fbfdff 0%,#f0f8ff 52%,#e6f3ff 100%);border-bottom:1px solid #dceaf6}body.single-detay_hizmet .dt-service-hero:before{content:"";position:absolute;width:520px;height:520px;right:-180px;top:-270px;border-radius:50%;background:rgb(43 151 241 / .09);pointer-events:none}body.single-detay_hizmet .dt-service-hero:after{content:"";position:absolute;width:260px;height:260px;left:-150px;bottom:-170px;border-radius:50%;background:rgb(34 139 230 / .07);pointer-events:none}body.single-detay_hizmet .dt-service-hero .container{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));max-width:1180px;margin-inline:auto}body.single-detay_hizmet .dt-service-breadcrumb{margin:0 0 12px;color:#55718d;font-size:12px;line-height:1.35}body.single-detay_hizmet .dt-service-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);gap:34px;align-items:center}body.single-detay_hizmet .dt-service-hero-copy{min-width:0;padding:8px 0 4px}body.single-detay_hizmet .dt-service-eyebrow{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:8px 15px;border:1px solid #c9e3fa;border-radius:999px;background:rgb(255 255 255 / .82);color:#0870dc;font-size:12px;line-height:1;font-weight:850;letter-spacing:.02em;box-shadow:0 8px 24px rgb(7 73 132 / .055)}body.single-detay_hizmet .dt-service-eyebrow svg{width:16px;height:16px}body.single-detay_hizmet .dt-service-hero-copy h1{max-width:780px;margin:14px 0 11px;color:#07366e;font-size:clamp(42px,4.4vw,60px);line-height:1.01;letter-spacing:-.055em;font-weight:850;text-wrap:balance}body.single-detay_hizmet .dt-service-hero-copy>p{max-width:700px;margin:0 0 18px;color:#4e6d89;font-family:"Inter",sans-serif;font-size:17px;line-height:1.6;font-weight:500}body.single-detay_hizmet .dt-service-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}body.single-detay_hizmet .dt-service-actions .btn{min-height:50px;border-radius:14px;padding:0 22px;font-size:14px;font-weight:800}body.single-detay_hizmet .dt-service-whatsapp-btn{background:linear-gradient(135deg,#12cc70,#0bb85c);box-shadow:0 13px 28px rgb(11 184 92 / .20)}body.single-detay_hizmet .dt-service-phone-btn{background:#fff!important;color:#0869df!important;border:1px solid #d3e5f5!important;box-shadow:0 10px 24px rgb(8 77 145 / .08)}body.single-detay_hizmet .dt-service-hero-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:18px 0 0}body.single-detay_hizmet .dt-service-benefit{display:flex;align-items:center;gap:9px;min-width:0}body.single-detay_hizmet .dt-service-benefit-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border:1px solid #d9eafb;border-radius:14px;background:rgb(255 255 255 / .78);color:#0872e2;box-shadow:0 7px 18px rgb(8 80 145 / .055)}body.single-detay_hizmet .dt-service-benefit-icon svg{width:20px;height:20px}body.single-detay_hizmet .dt-service-benefit strong,body.single-detay_hizmet .dt-service-benefit small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.single-detay_hizmet .dt-service-benefit strong{color:#123f70;font-size:12px;line-height:1.2;font-weight:850}body.single-detay_hizmet .dt-service-benefit small{margin-top:3px;color:#68829b;font-size:10px;line-height:1.2;font-weight:550}body.single-detay_hizmet .dt-service-hero-image{position:relative;height:350px;min-height:350px;border:2px solid rgb(255 255 255 / .92);border-radius:30px;overflow:hidden;background:#dfeefa;box-shadow:0 30px 70px rgb(8 47 99 / .16),0 12px 30px rgb(9 104 223 / .10)}body.single-detay_hizmet .dt-service-hero-image:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgb(4 48 96 / .015),rgb(4 48 96 / .10))}body.single-detay_hizmet .dt-service-cover{display:block;width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width:980px){body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:minmax(0,1fr) 370px;gap:24px}body.single-detay_hizmet .dt-service-hero-copy h1{font-size:clamp(38px,5vw,52px)}body.single-detay_hizmet .dt-service-hero-copy>p{font-size:15px}body.single-detay_hizmet .dt-service-hero-image{height:315px;min-height:315px}body.single-detay_hizmet .dt-service-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:10px}}@media(max-width:760px){body.single-detay_hizmet .dt-service-hero{padding:12px 0 20px}body.single-detay_hizmet .dt-service-hero .container{width:calc(100% - 28px)}body.single-detay_hizmet .dt-service-breadcrumb{margin-bottom:10px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:1fr;gap:16px}body.single-detay_hizmet .dt-service-hero-copy{padding-top:3px}body.single-detay_hizmet .dt-service-eyebrow{min-height:33px;padding:7px 12px;font-size:11px}body.single-detay_hizmet .dt-service-hero-copy h1{margin:10px 0 8px;font-size:clamp(33px,9vw,45px);line-height:1.04}body.single-detay_hizmet .dt-service-hero-copy>p{margin-bottom:13px;font-size:15px;line-height:1.55}body.single-detay_hizmet .dt-service-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}body.single-detay_hizmet .dt-service-actions .btn{width:100%;min-height:47px;padding:0 10px;font-size:12.5px}body.single-detay_hizmet .dt-service-hero-benefits{grid-template-columns:1fr 1fr;gap:9px 8px;margin-top:14px}body.single-detay_hizmet .dt-service-benefit-icon{width:37px;height:37px;flex-basis:37px;border-radius:11px}body.single-detay_hizmet .dt-service-benefit-icon svg{width:18px;height:18px}body.single-detay_hizmet .dt-service-benefit strong{font-size:11px}body.single-detay_hizmet .dt-service-benefit small{font-size:9px}body.single-detay_hizmet .dt-service-hero-image{order:2;height:250px;min-height:250px;border-radius:22px}}@media(max-width:420px){body.single-detay_hizmet .dt-service-actions{grid-template-columns:1fr}body.single-detay_hizmet .dt-service-hero-benefits{grid-template-columns:1fr 1fr}body.single-detay_hizmet .dt-service-hero-image{height:220px;min-height:220px;border-radius:19px}}body.single-detay_hizmet .dt-service-hero{position:relative;overflow:hidden;padding:10px 0 28px;background:radial-gradient(circle at 84% 34%,rgb(41 151 241 / .14),transparent 31%),linear-gradient(135deg,#ffffff 0%,#f7fbff 46%,#eaf5ff 100%);border-bottom:1px solid #e0edf7}body.single-detay_hizmet .dt-service-hero:before{content:"";position:absolute;width:620px;height:620px;right:-240px;top:-330px;border-radius:50%;background:rgb(49 154 239 / .10);pointer-events:none}body.single-detay_hizmet .dt-service-hero:after{content:"";position:absolute;width:360px;height:360px;right:39%;bottom:-310px;border-radius:50%;background:rgb(30 139 232 / .065);pointer-events:none}body.single-detay_hizmet .dt-service-hero .container{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));max-width:1180px;margin-inline:auto}body.single-detay_hizmet .dt-service-breadcrumb{margin:0 0 14px;color:#55718d;font-size:12px;line-height:1.3}body.single-detay_hizmet .dt-service-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.98fr);gap:34px;align-items:center}body.single-detay_hizmet .dt-service-hero-copy{min-width:0;padding:5px 0 0}body.single-detay_hizmet .dt-service-eyebrow{display:inline-flex;align-items:center;gap:8px;min-height:35px;padding:8px 14px;border:1px solid #cbe4f9;border-radius:999px;background:#f3f9ff;color:#0871dc;font-size:12px;font-weight:850;letter-spacing:.01em}body.single-detay_hizmet .dt-service-eyebrow svg{width:16px;height:16px}body.single-detay_hizmet .dt-service-hero-copy h1{margin:14px 0 10px;max-width:760px;color:#07386f;font-size:clamp(42px,4.35vw,58px);line-height:1.02;letter-spacing:-.055em;font-weight:850;text-wrap:balance}body.single-detay_hizmet .dt-service-hero-copy>p{max-width:700px;margin:0 0 18px;color:#52718d;font-size:17px;line-height:1.58;font-weight:500}body.single-detay_hizmet .dt-service-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}body.single-detay_hizmet .dt-service-actions .btn{min-height:50px;padding:0 22px;border-radius:14px;font-size:14px;font-weight:800}body.single-detay_hizmet .dt-service-whatsapp-btn{background:linear-gradient(135deg,#10cd70,#09b85a);box-shadow:0 12px 28px rgb(9 184 90 / .18)}body.single-detay_hizmet .dt-service-phone-btn{background:#fff!important;color:#096bdd!important;border:1px solid #d3e6f7!important;box-shadow:0 9px 24px rgb(9 80 145 / .07)}body.single-detay_hizmet .dt-service-hero-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:19px 0 0}body.single-detay_hizmet .dt-service-benefit{display:flex;align-items:center;gap:8px;min-width:0}body.single-detay_hizmet .dt-service-benefit-icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border:1px solid #d8eafa;border-radius:13px;background:#f0f8ff;color:#0875e0}body.single-detay_hizmet .dt-service-benefit-icon svg{width:19px;height:19px}body.single-detay_hizmet .dt-service-benefit strong,body.single-detay_hizmet .dt-service-benefit small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.single-detay_hizmet .dt-service-benefit strong{color:#123f70;font-size:11px;line-height:1.2;font-weight:850}body.single-detay_hizmet .dt-service-benefit small{margin-top:3px;color:#6b849c;font-size:9.5px;line-height:1.2}body.single-detay_hizmet .dt-service-hero-image{position:relative;height:360px;min-height:360px;overflow:hidden;border:2px solid rgb(255 255 255 / .94);border-radius:30px;background:#dceefb;box-shadow:0 25px 60px rgb(7 54 109 / .14),0 8px 24px rgb(12 111 221 / .09)}body.single-detay_hizmet .dt-service-hero-image:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgb(255 255 255 / .02),rgb(7 55 106 / .08));pointer-events:none}body.single-detay_hizmet .dt-service-cover{position:relative;z-index:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width:980px){body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:minmax(0,1fr) 365px;gap:24px}body.single-detay_hizmet .dt-service-hero-copy h1{font-size:clamp(38px,5vw,52px)}body.single-detay_hizmet .dt-service-hero-copy>p{font-size:15px}body.single-detay_hizmet .dt-service-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:10px}body.single-detay_hizmet .dt-service-hero-image{height:315px;min-height:315px}}@media(max-width:760px){body.single-detay_hizmet .dt-service-hero{padding:12px 0 20px}body.single-detay_hizmet .dt-service-hero .container{width:calc(100% - 28px)}body.single-detay_hizmet .dt-service-breadcrumb{margin-bottom:10px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:1fr;gap:16px}body.single-detay_hizmet .dt-service-eyebrow{min-height:33px;padding:7px 12px;font-size:11px}body.single-detay_hizmet .dt-service-hero-copy h1{margin:10px 0 8px;font-size:clamp(34px,9.3vw,46px);line-height:1.04}body.single-detay_hizmet .dt-service-hero-copy>p{margin-bottom:14px;font-size:15px;line-height:1.55}body.single-detay_hizmet .dt-service-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}body.single-detay_hizmet .dt-service-actions .btn{width:100%;min-height:47px;padding:0 10px;font-size:12.5px}body.single-detay_hizmet .dt-service-hero-benefits{grid-template-columns:1fr 1fr;gap:9px 7px;margin-top:14px}body.single-detay_hizmet .dt-service-benefit-icon{width:36px;height:36px;flex-basis:36px;border-radius:11px}body.single-detay_hizmet .dt-service-benefit-icon svg{width:17px;height:17px}body.single-detay_hizmet .dt-service-benefit strong{font-size:10.5px}body.single-detay_hizmet .dt-service-benefit small{font-size:9px}body.single-detay_hizmet .dt-service-hero-image{order:2;height:245px;min-height:245px;border-radius:22px}}@media(max-width:420px){body.single-detay_hizmet .dt-service-actions{grid-template-columns:1fr}body.single-detay_hizmet .dt-service-hero-image{height:220px;min-height:220px}}body.single-detay_hizmet .dt-service-hero{padding:8px 0 26px;background:#f7fbff;border-bottom:1px solid #e1edf7}body.single-detay_hizmet .dt-service-hero:before{width:520px;height:520px;right:-210px;top:-285px;background:rgb(56 161 242 / .075)}body.single-detay_hizmet .dt-service-hero:after{width:330px;height:330px;right:34%;bottom:-280px;background:rgb(35 145 235 / .045)}body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:minmax(0,1fr) minmax(470px,.98fr);gap:38px;align-items:center}body.single-detay_hizmet .dt-service-hero-copy h1{max-width:770px;margin:14px 0 12px;font-size:clamp(43px,4.5vw,61px);line-height:1.01;letter-spacing:-.058em}body.single-detay_hizmet .dt-service-hero-copy>p{max-width:690px;margin-bottom:20px;font-size:17px;line-height:1.58}body.single-detay_hizmet .dt-service-hero-benefits{margin-top:21px;gap:0;grid-template-columns:repeat(4,minmax(0,1fr))}body.single-detay_hizmet .dt-service-benefit{min-height:76px;padding:0 12px;border-right:1px solid #dfeaf4}body.single-detay_hizmet .dt-service-benefit:first-child{padding-left:0}body.single-detay_hizmet .dt-service-benefit:last-child{border-right:0;padding-right:0}body.single-detay_hizmet .dt-service-benefit-icon{width:42px;height:42px;flex-basis:42px;border-radius:50%;background:#eaf5ff;border:0}body.single-detay_hizmet .dt-service-benefit strong{font-size:12px}body.single-detay_hizmet .dt-service-benefit small{font-size:10px}body.single-detay_hizmet .dt-service-hero-image{height:390px;min-height:390px;border:0;border-radius:0;overflow:visible;background:#fff0;box-shadow:none;isolation:isolate}body.single-detay_hizmet .dt-service-hero-image:after{content:"";position:absolute;z-index:-1;inset:0;background:#fff0}body.single-detay_hizmet .dt-service-cover{position:relative;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:36px 0 0 36px;box-shadow:0 22px 55px rgb(7 59 112 / .13);transform:none!important;transition:none!important;filter:none!important}body.single-detay_hizmet .dt-service-hero-image:hover .dt-service-cover,body.single-detay_hizmet .dt-service-hero-image:hover img{transform:none!important;filter:none!important}@media(max-width:1100px){body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.92fr);gap:28px}body.single-detay_hizmet .dt-service-hero-image{height:350px;min-height:350px}body.single-detay_hizmet .dt-service-benefit{padding-inline:8px}}@media(max-width:820px){body.single-detay_hizmet .dt-service-hero{padding:10px 0 22px}body.single-detay_hizmet .dt-service-hero-grid{grid-template-columns:1fr;gap:20px}body.single-detay_hizmet .dt-service-hero-copy h1{font-size:clamp(36px,8vw,50px)}body.single-detay_hizmet .dt-service-hero-copy>p{font-size:15px;line-height:1.55}body.single-detay_hizmet .dt-service-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:17px}body.single-detay_hizmet .dt-service-benefit{min-height:68px;padding:8px 10px;border-right:1px solid #dfeaf4;border-bottom:1px solid #dfeaf4}body.single-detay_hizmet .dt-service-benefit:nth-child(2n){border-right:0}body.single-detay_hizmet .dt-service-benefit:nth-child(n+3){border-bottom:0}body.single-detay_hizmet .dt-service-benefit:first-child{padding-left:0}body.single-detay_hizmet .dt-service-benefit:last-child{padding-right:0}body.single-detay_hizmet .dt-service-hero-image{height:300px;min-height:300px;margin:8px 0 0}body.single-detay_hizmet .dt-service-cover{border-radius:27px 0 0 27px}}@media(max-width:560px){body.single-detay_hizmet .dt-service-hero .container{width:calc(100% - 24px)}body.single-detay_hizmet .dt-service-hero-grid{gap:15px}body.single-detay_hizmet .dt-service-eyebrow{min-height:32px;padding:7px 11px;font-size:10.5px}body.single-detay_hizmet .dt-service-hero-copy h1{margin:9px 0 8px;font-size:clamp(32px,9.6vw,43px);line-height:1.04}body.single-detay_hizmet .dt-service-hero-copy>p{margin-bottom:13px;font-size:14px}body.single-detay_hizmet .dt-service-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}body.single-detay_hizmet .dt-service-actions .btn{min-height:46px;padding:0 8px;font-size:12px;border-radius:12px}body.single-detay_hizmet .dt-service-hero-benefits{margin-top:13px}body.single-detay_hizmet .dt-service-benefit{min-height:62px;gap:7px;padding:7px 6px}body.single-detay_hizmet .dt-service-benefit-icon{width:33px;height:33px;flex-basis:33px}body.single-detay_hizmet .dt-service-benefit-icon svg{width:16px;height:16px}body.single-detay_hizmet .dt-service-benefit strong{font-size:9.5px}body.single-detay_hizmet .dt-service-benefit small{margin-top:2px;font-size:8px}body.single-detay_hizmet .dt-service-hero-image{height:230px;min-height:230px;margin-top:5px}body.single-detay_hizmet .dt-service-cover{border-radius:21px 0 0 21px}}@media(max-width:420px){body.single-detay_hizmet .dt-service-actions{grid-template-columns:1fr}body.single-detay_hizmet .dt-service-hero-image{height:215px;min-height:215px}}body.single-detay_hizmet .dt-service-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:13px}body.single-detay_hizmet .dt-service-hero-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;max-width:690px;margin:18px 0 0}body.single-detay_hizmet .dt-service-benefit{position:relative;min-width:0;min-height:68px;padding:11px 12px;display:flex;align-items:center;gap:10px;border:1px solid #d7e8f7;border-radius:16px;background:linear-gradient(145deg,#ffffff 0%,#f5faff 100%);box-shadow:0 8px 20px rgb(8 72 130 / .055);transition:none!important}body.single-detay_hizmet .dt-service-benefit:before{content:"";position:absolute;left:0;top:15px;bottom:15px;width:3px;border-radius:0 4px 4px 0;background:#1788e7}body.single-detay_hizmet .dt-service-benefit-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:1px solid #d5e9fb;border-radius:12px;background:#eaf5ff;color:#0875df}body.single-detay_hizmet .dt-service-benefit-icon svg{width:18px;height:18px}body.single-detay_hizmet .dt-service-benefit strong{display:block;color:#103f70;font-size:12px;line-height:1.2;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.single-detay_hizmet .dt-service-benefit small{display:block;margin-top:4px;color:#6a849c;font-size:9.5px;line-height:1.2;font-weight:550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1100px){body.single-detay_hizmet .dt-service-hero-benefits{max-width:100%;gap:8px}body.single-detay_hizmet .dt-service-benefit{padding:10px}}@media(max-width:820px){body.single-detay_hizmet .dt-service-hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:15px}body.single-detay_hizmet .dt-service-benefit{min-height:62px;padding:8px;gap:7px;border-radius:13px}body.single-detay_hizmet .dt-service-benefit:before{top:13px;bottom:13px}body.single-detay_hizmet .dt-service-benefit-icon{width:32px;height:32px;flex-basis:32px;border-radius:10px}body.single-detay_hizmet .dt-service-benefit-icon svg{width:16px;height:16px}body.single-detay_hizmet .dt-service-benefit strong{font-size:10px}body.single-detay_hizmet .dt-service-benefit small{margin-top:2px;font-size:8px}}@media(max-width:560px){body.single-detay_hizmet .dt-service-actions{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:7px;margin-top:13px}body.single-detay_hizmet .dt-service-actions .btn{width:100%;min-height:46px}body.single-detay_hizmet .dt-service-hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:12px}body.single-detay_hizmet .dt-service-benefit{min-height:58px;padding:7px 5px;gap:5px;border-radius:11px}body.single-detay_hizmet .dt-service-benefit:before{width:2px;top:11px;bottom:11px}body.single-detay_hizmet .dt-service-benefit-icon{width:28px;height:28px;flex-basis:28px;border-radius:9px}body.single-detay_hizmet .dt-service-benefit-icon svg{width:14px;height:14px}body.single-detay_hizmet .dt-service-benefit strong{font-size:8.5px}body.single-detay_hizmet .dt-service-benefit small{font-size:7.2px}}@media(max-width:420px){body.single-detay_hizmet .dt-service-actions{grid-template-columns:1fr}body.single-detay_hizmet .dt-service-hero-benefits{grid-template-columns:1fr 1fr 1fr;gap:5px}body.single-detay_hizmet .dt-service-benefit{min-height:56px;padding:6px 4px}body.single-detay_hizmet .dt-service-benefit-icon{width:26px;height:26px;flex-basis:26px}body.single-detay_hizmet .dt-service-benefit strong{font-size:8px}body.single-detay_hizmet .dt-service-benefit small{display:none}}body.single-detay_hizmet .dt-service-hero-image{height:330px;min-height:330px;padding:0}body.single-detay_hizmet .dt-service-cover{width:100%;height:100%;object-fit:contain;object-position:center;background:#eef7ff;transform:none!important;transition:none!important}body.single-detay_hizmet .dt-service-hero-image:hover .dt-service-cover,body.single-detay_hizmet .dt-service-hero-image:hover img{transform:none!important;filter:none!important}@media(max-width:1100px){body.single-detay_hizmet .dt-service-hero-image{height:300px;min-height:300px}}@media(max-width:820px){body.single-detay_hizmet .dt-service-hero-image{height:275px;min-height:275px}}@media(max-width:560px){body.single-detay_hizmet .dt-service-hero-image{height:230px;min-height:230px}}@media(max-width:420px){body.single-detay_hizmet .dt-service-hero-image{height:205px;min-height:205px}}body.single-detay_hizmet .dt-service-hero-copy>p{font-size:16px}body.single-detay_hizmet .dt-service-hero-image{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}body.single-detay_hizmet .dt-service-cover{width:100%;max-width:100%;height:100%;box-sizing:border-box;object-fit:contain;object-position:center;display:block}@media (max-width:820px){body.single-detay_hizmet .dt-service-hero-image{width:100%;max-width:100%;min-height:0;height:auto;aspect-ratio:16/9}body.single-detay_hizmet .dt-service-cover{width:100%;max-width:100%;height:100%;object-fit:contain}}@media (max-width:560px){body.single-detay_hizmet .dt-service-hero-image{width:100%;max-width:100%;height:auto;min-height:0;aspect-ratio:16/9}}@media (max-width:420px){body.single-detay_hizmet .dt-service-hero-image{width:100%;max-width:100%;height:auto;min-height:0;aspect-ratio:16/9}}body.home main>section.dt-hero-fullwidth,body.front-page main>section.dt-hero-fullwidth{min-height:610px!important;background:#061f43!important;overflow:hidden!important;isolation:isolate!important}body.home main>section.dt-hero-fullwidth.hero:before,body.front-page main>section.dt-hero-fullwidth.hero:before{display:none!important;content:none!important}body.home main>section.dt-hero-fullwidth:after,body.front-page main>section.dt-hero-fullwidth:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 71% 22%,rgb(67 169 255 / .22),transparent 24%),linear-gradient(180deg,rgb(0 0 0 / .04) 0%,rgb(0 0 0 / .03) 58%,rgb(0 17 40 / .34) 100%)}@media(max-width:1050px){body.home main>section.dt-hero-fullwidth,body.front-page main>section.dt-hero-fullwidth{min-height:570px!important}}@media(max-width:820px){body.home main>section.dt-hero-fullwidth,body.front-page main>section.dt-hero-fullwidth{min-height:0!important;height:auto!important}}body.single-post .dt-single-page .dt-single-featured,body.single-post .dt-single-featured,body.single .dt-single-featured{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:5px!important;box-sizing:border-box!important;overflow:hidden!important}body.single-post .dt-single-page .dt-single-featured img,body.single-post .dt-single-featured img,body.single .dt-single-featured img{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;transform:none!important}body.single-post .dt-single-page .dt-single-featured:hover img,body.single-post .dt-single-featured:hover img,body.single .dt-single-featured:hover img{transform:none!important}@media(max-width:900px){body.single-post .dt-single-page .dt-single-featured,body.single-post .dt-single-featured,body.single .dt-single-featured{height:auto!important;min-height:0!important;max-height:none!important;padding:4px!important}body.single-post .dt-single-page .dt-single-featured img,body.single-post .dt-single-featured img,body.single .dt-single-featured img{height:auto!important;min-height:0!important;max-height:none!important;object-fit:contain!important}}@media(max-width:560px){body.single-post .dt-single-page .dt-single-featured,body.single-post .dt-single-featured,body.single .dt-single-featured{height:auto!important;min-height:0!important;max-height:none!important;padding:3px!important;border-radius:13px!important}body.single-post .dt-single-page .dt-single-featured img,body.single-post .dt-single-featured img,body.single .dt-single-featured img{height:auto!important;min-height:0!important;max-height:none!important;border-radius:10px!important}}body.single-post .dt-single-featured,body.single-detay_hizmet .dt-single-featured,.single-post .dt-single-featured,.single-detay_hizmet .dt-single-featured{width:100%;max-width:100%;height:auto;min-height:0;aspect-ratio:2.35 / 1;box-sizing:border-box;overflow:hidden;position:relative}body.single-post .dt-single-featured img,body.single-detay_hizmet .dt-single-featured img,.single-post .dt-single-featured img,.single-detay_hizmet .dt-single-featured img{width:100%;height:100%;max-width:100%;display:block;object-fit:contain;object-position:center;background:#f7fbff}@media (max-width:820px){body.single-post .dt-single-featured,body.single-detay_hizmet .dt-single-featured,.single-post .dt-single-featured,.single-detay_hizmet .dt-single-featured{aspect-ratio:2 / 1}}@media (max-width:560px){body.single-post .dt-single-featured,body.single-detay_hizmet .dt-single-featured,.single-post .dt-single-featured,.single-detay_hizmet .dt-single-featured{aspect-ratio:1.85 / 1}}body.page .dt-hero h1 body.page .dt-inner-hero h1 body.page .dt-service-hero h1 body.page .dt-single-hero h1 body.page .dt-blog-hero h1 body.page .dt-contact-hero h1 body.single .dt-hero h1 body.single .dt-inner-hero h1 body.single .dt-service-hero h1 body.single .dt-single-hero h1 body.single-post .dt-hero h1 body.single-post .dt-inner-hero h1 body.single-post .dt-single-hero h1 body.archive .dt-hero h1 body.archive .dt-inner-hero h1 body.taxonomy .dt-hero h1 body.taxonomy .dt-inner-hero h1 body.post-type-archive .dt-hero h1 body.post-type-archive .dt-inner-hero h1{font-size:46px!important;font-weight:800!important}.dt-hero h1 .dt-inner-hero h1 .dt-service-hero h1 .dt-single-hero h1 .dt-blog-hero h1 .dt-contact-hero h1{font-size:46px!important;font-weight:800!important}body.page-template-page-temizlik-fiyatlari .dt-hero h1 body.page-template-page-temizlik-fiyatlari .dt-inner-hero h1 body.page-temizlik-fiyatlari .dt-hero h1 body.page-temizlik-fiyatlari .dt-inner-hero h1{font-size:46px!important;font-weight:800!important}.dt-pricing-page .dt-hero h1{font-size:46px!important;font-weight:800!important}.dt-single-page .dt-single-featured{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;overflow:hidden!important;box-sizing:border-box!important}.dt-single-page .dt-single-featured img{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important}.site-footer{position:relative;overflow:hidden;border-top:1px solid rgb(126 200 255 / .22);background:#031a31}.site-footer .dt-footer-main{position:relative;isolation:isolate;padding:56px 0 46px;background:radial-gradient(900px 360px at 4% 0%,rgb(0 142 255 / .16),transparent 58%),radial-gradient(760px 360px at 100% 14%,rgb(0 102 204 / .18),transparent 60%),linear-gradient(180deg,#062b50 0%,#041f3a 48%,#031a31 100%)}.site-footer .dt-footer-main:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,transparent 0,rgb(255 255 255 / .025) 50%,transparent 100%),radial-gradient(circle at 50% 100%,rgb(0 145 255 / .10),transparent 42%)}.site-footer .dt-footer-main:after{content:"";position:absolute;left:50%;top:0;width:min(1180px,calc(100% - 40px));height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgb(94 188 255 / .5),transparent);pointer-events:none}.site-footer .dt-footer-grid{position:relative;display:grid;grid-template-columns:1.45fr .88fr .88fr 1.08fr 1.18fr;gap:0;min-height:0}.site-footer .dt-footer-col{position:relative;min-width:0;padding:4px 25px 0;border-left:1px solid rgb(154 205 255 / .13)}.site-footer .dt-footer-col:first-child{border-left:0;padding-left:0}.site-footer .dt-footer-col:last-child{padding-right:0}.site-footer .dt-footer-brand-col{padding-right:38px}.site-footer .dt-footer-brand{min-height:64px;align-items:center}.site-footer .dt-footer-logo{max-width:250px;max-height:78px;filter:drop-shadow(0 10px 24px rgb(0 0 0 / .25))}.site-footer .dt-footer-rule{width:48px;height:3px;margin:14px 0 17px;background:linear-gradient(90deg,#0795ff,#54c5ff);box-shadow:0 0 18px rgb(8 149 255 / .34)}.site-footer .dt-footer-tagline{margin:0 0 14px;font-size:28px;line-height:1.08;letter-spacing:-.045em;font-weight:900;color:#fff}.site-footer .dt-footer-tagline span:last-child{color:#27a7ff}.site-footer .dt-footer-description{max-width:390px;margin:0;color:#b9cde0;font-size:14px;line-height:1.7}.site-footer .dt-footer-col h3{position:relative;margin:2px 0 0;color:#fff;font-size:15px;line-height:1.3;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.site-footer .dt-footer-col h3:before{content:"";display:inline-block;width:7px;height:7px;margin:0 8px 1px 0;border-radius:50%;background:#159cff;box-shadow:0 0 12px rgb(21 156 255 / .65)}.site-footer .dt-footer-col>.dt-footer-rule{margin:11px 0 12px}.site-footer .dt-footer-links{display:grid!important;gap:1px!important;margin:0!important}.site-footer .dt-footer-links li{margin:0!important}.site-footer .dt-footer-links a{display:flex;align-items:center;min-height:30px;gap:8px;padding:3px 8px!important;border-radius:8px;color:#c9dced;font-size:12.5px;line-height:1.3;font-weight:550;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}.site-footer .dt-footer-links a span{width:16px;color:#49b5ff;font-size:18px;line-height:1;text-align:center}.site-footer .dt-footer-links a:hover,.site-footer .dt-footer-links a:focus-visible{color:#fff;background:rgb(21 156 255 / .10);transform:translateX(3px)}.site-footer .dt-footer-contact{gap:8px}.site-footer .dt-footer-contact-item{gap:10px;padding:8px 9px;border:1px solid rgb(126 200 255 / .10);border-radius:11px;background:rgb(255 255 255 / .025);transition:border-color .2s ease,background .2s ease,transform .2s ease}.site-footer a.dt-footer-contact-item:hover,.site-footer a.dt-footer-contact-item:focus-visible{border-color:rgb(70 181 255 / .32);background:rgb(21 156 255 / .08);transform:translateY(-1px)}.site-footer .dt-footer-contact-icon{width:34px;height:34px;flex:0 0 34px;border:1px solid rgb(50 176 255 / .42);background:linear-gradient(145deg,rgb(21 156 255 / .16),rgb(255 255 255 / .035));box-shadow:inset 0 0 0 4px rgb(7 136 247 / .025),0 6px 16px rgb(0 0 0 / .12)}.site-footer .dt-footer-contact-icon svg{width:16px;height:16px}.site-footer .dt-footer-contact-item strong{color:#fff;font-size:11.5px;line-height:1.35;font-weight:750}.site-footer .dt-footer-contact-item small{margin-top:2px;color:#8faac2;font-size:9.5px;line-height:1.35}.site-footer .dt-footer-google-card{margin-top:0;border:1px solid rgb(126 200 255 / .20);border-radius:16px;background:#062541;box-shadow:0 18px 40px rgb(0 0 0 / .22),inset 0 1px 0 rgb(255 255 255 / .05)}.site-footer .dt-footer-google-card iframe{height:154px;opacity:.96}.site-footer .dt-footer-google-link{bottom:10px;padding:9px 14px;border:1px solid rgb(255 255 255 / .14);background:linear-gradient(135deg,#078cf7,#0568cf);box-shadow:0 10px 24px rgb(0 88 190 / .34);font-size:11px}.site-footer .dt-footer-google-rating{gap:10px;margin-top:10px;padding:10px 11px;border:1px solid rgb(126 200 255 / .13);border-radius:13px;background:rgb(2 20 39 / .48)}.site-footer .dt-google-mark{width:34px;height:34px;flex-basis:34px;font-size:20px}.site-footer .dt-google-score{gap:7px}.site-footer .dt-google-score strong{font-size:20px}.site-footer .dt-google-score span{font-size:12px;letter-spacing:.8px}.site-footer .dt-footer-google-rating p{font-size:9.5px;line-height:1.35}.site-footer .dt-footer-social-wrap{margin-top:22px;padding-top:16px;border-top:1px solid rgb(164 211 255 / .12)}.site-footer .dt-footer-social-title{display:block;margin-bottom:9px;color:#8fb5d3;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-footer .dt-footer-social{gap:8px}.site-footer .dt-footer-social a{width:38px;height:38px;border:1px solid rgb(126 200 255 / .28);border-radius:11px;background:linear-gradient(145deg,rgb(255 255 255 / .08),rgb(7 136 247 / .07));box-shadow:0 8px 18px rgb(0 0 0 / .14)}.site-footer .dt-footer-social a:hover,.site-footer .dt-footer-social a:focus-visible{background:linear-gradient(145deg,rgb(7 150 255 / .34),rgb(7 136 247 / .12));border-color:rgb(126 200 255 / .72)}.site-footer .dt-footer-quote{display:grid;grid-template-columns:34px 1fr 18px;align-items:center;gap:9px;margin-top:10px;padding:10px 11px;border:1px solid rgb(65 183 255 / .30);border-radius:13px;color:#fff!important;text-decoration:none;background:linear-gradient(135deg,rgb(8 145 247 / .18),rgb(4 59 103 / .42));box-shadow:0 12px 26px rgb(0 0 0 / .16);transition:transform .2s ease,border-color .2s ease,background .2s ease}.site-footer .dt-footer-quote:hover,.site-footer .dt-footer-quote:focus-visible{transform:translateY(-2px);border-color:rgb(65 183 255 / .55);background:linear-gradient(135deg,rgb(8 145 247 / .28),rgb(4 59 103 / .52))}.site-footer .dt-footer-quote-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#078cf7;color:#fff;font-size:16px;font-weight:900}.site-footer .dt-footer-quote strong{display:block;font-size:11px;line-height:1.2}.site-footer .dt-footer-quote small{display:block;margin-top:2px;color:#9fc1da;font-size:9px;line-height:1.2}.site-footer .dt-footer-quote b{font-size:18px;color:#55bcff}.site-footer .dt-footer-bottom{background:#021426;border-top:0}.site-footer .dt-footer-bottom-inner{min-height:66px;gap:22px}.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a{color:#809bb2;font-size:10.5px}.site-footer .dt-footer-legal{gap:14px}.site-footer .dt-footer-legal a:hover,.site-footer .dt-footer-legal a:focus-visible{color:#fff}.site-footer .dt-footer-ssl{gap:8px}.site-footer .dt-footer-lock{width:28px;height:28px;border-color:rgb(50 176 255 / .35);color:#42b5ff;background:rgb(7 136 247 / .05)}.site-footer .dt-footer-ssl strong{color:#c9dceb;font-size:9px}.site-footer .dt-footer-ssl small{color:#69859e;font-size:7.5px}@media(max-width:1100px){.site-footer .dt-footer-main{padding:46px 0 38px}.site-footer .dt-footer-grid{grid-template-columns:1.35fr .9fr .9fr 1.05fr 1.05fr}.site-footer .dt-footer-col{padding-left:17px;padding-right:17px}.site-footer .dt-footer-brand-col{padding-right:24px}.site-footer .dt-footer-tagline{font-size:25px}}@media(max-width:820px){.site-footer .dt-footer-main{padding:32px 0 34px}.site-footer .dt-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.site-footer .dt-footer-col{padding:0 0 18px;border-left:0}.site-footer .dt-footer-brand-col{grid-column:1/-1;padding:0 0 20px}.site-footer .dt-footer-logo{max-width:190px;max-height:58px}.site-footer .dt-footer-tagline{font-size:23px}.site-footer .dt-footer-description{font-size:12px;line-height:1.55;max-width:520px}.site-footer .dt-footer-social-wrap{margin-top:16px}.site-footer .dt-footer-col h3{font-size:13px}.site-footer .dt-footer-links a{font-size:11.5px;min-height:28px;padding:3px 5px!important}.site-footer .dt-footer-contact-item{padding:7px}.site-footer .dt-footer-google-col{grid-column:1/-1;margin-top:2px;padding:14px 0 0;border-top:1px solid rgb(154 205 255 / .12)}.site-footer .dt-footer-google-card iframe{height:130px}.site-footer .dt-footer-bottom-inner{grid-template-columns:1fr;min-height:0;justify-items:center;text-align:center;padding:11px 0 14px;gap:7px}.site-footer .dt-footer-legal{justify-content:center;flex-wrap:wrap}.site-footer .dt-footer-ssl{justify-content:center}}@media(max-width:560px){.site-footer .dt-footer-main{padding:26px 0 28px}.site-footer .dt-footer-grid{gap:0 10px}.site-footer .dt-footer-brand-col{padding-bottom:17px}.site-footer .dt-footer-logo{max-width:170px;max-height:52px}.site-footer .dt-footer-tagline{font-size:21px}.site-footer .dt-footer-description{font-size:11.5px}.site-footer .dt-footer-social a{width:36px;height:36px;border-radius:10px}.site-footer .dt-footer-contact-item{padding:6px;border-radius:9px}.site-footer .dt-footer-contact-icon{width:31px;height:31px;flex-basis:31px}.site-footer .dt-footer-contact-icon svg{width:15px;height:15px}.site-footer .dt-footer-contact-item strong{font-size:10px}.site-footer .dt-footer-contact-item small{font-size:8px}.site-footer .dt-footer-google-card iframe{height:120px}}.site-footer{background:#062b5f;border-top:1px solid rgb(255 255 255 / .08)}.site-footer .dt-footer-main{padding:30px 0 24px;background:#062b5f}.site-footer .dt-footer-main:before,.site-footer .dt-footer-main:after{display:none}.site-footer .dt-footer-grid{grid-template-columns:1.45fr .85fr .85fr 1.05fr 1.05fr}.site-footer .dt-footer-col{padding:0 18px;border-left:1px solid rgb(255 255 255 / .09)}.site-footer .dt-footer-col:first-child{padding-left:0;border-left:0}.site-footer .dt-footer-col:last-child{padding-right:0}.site-footer .dt-footer-brand-col{padding-right:24px}.site-footer .dt-footer-brand{min-height:44px}.site-footer .dt-footer-logo{max-width:190px;max-height:58px;filter:none}.site-footer .dt-footer-rule{width:34px;height:2px;margin:8px 0 10px;background:#2e8cff;box-shadow:none}.site-footer .dt-footer-tagline{margin:0 0 8px;font-size:22px;line-height:1.05;letter-spacing:-.035em}.site-footer .dt-footer-description{max-width:340px;font-size:11.5px;line-height:1.45;color:#b9cde0}.site-footer .dt-footer-social-wrap{margin-top:12px;padding-top:10px;border-top:1px solid rgb(255 255 255 / .08)}.site-footer .dt-footer-social-title{margin-bottom:6px;font-size:8px}.site-footer .dt-footer-social{gap:6px}.site-footer .dt-footer-social a{width:30px;height:30px;border-radius:8px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .12);box-shadow:none}.site-footer .dt-footer-social a:hover,.site-footer .dt-footer-social a:focus-visible{background:rgb(255 255 255 / .12);border-color:rgb(255 255 255 / .25)}.site-footer .dt-footer-col h3{margin:0;font-size:12px;letter-spacing:.03em;text-transform:none}.site-footer .dt-footer-col h3:before{display:none}.site-footer .dt-footer-col>.dt-footer-rule{margin:7px 0 7px}.site-footer .dt-footer-links{gap:0!important}.site-footer .dt-footer-links a{min-height:24px;padding:2px 0!important;border-radius:0;font-size:11px;line-height:1.25;color:#c9dced}.site-footer .dt-footer-links a span{display:none}.site-footer .dt-footer-links a:hover,.site-footer .dt-footer-links a:focus-visible{background:#fff0;transform:none;color:#fff}.site-footer .dt-footer-contact{gap:5px}.site-footer .dt-footer-contact-item{gap:7px;padding:5px 0;border:0;border-radius:0;background:#fff0}.site-footer a.dt-footer-contact-item:hover,.site-footer a.dt-footer-contact-item:focus-visible{border-color:#fff0;background:#fff0;transform:none}.site-footer .dt-footer-contact-icon{width:28px;height:28px;flex-basis:28px;border:1px solid rgb(126 200 255 / .3);background:rgb(255 255 255 / .04);box-shadow:none}.site-footer .dt-footer-contact-icon svg{width:14px;height:14px}.site-footer .dt-footer-contact-item strong{font-size:10px;line-height:1.25}.site-footer .dt-footer-contact-item small{font-size:8px;line-height:1.2;margin-top:1px}.site-footer .dt-footer-google-card{border:1px solid rgb(255 255 255 / .12);border-radius:9px;background:#05254a;box-shadow:none}.site-footer .dt-footer-google-card iframe{height:105px;opacity:.9}.site-footer .dt-footer-google-link{bottom:6px;padding:5px 8px;font-size:9px;box-shadow:none}.site-footer .dt-footer-google-rating{gap:7px;margin-top:6px;padding:6px 7px;border:1px solid rgb(255 255 255 / .09);border-radius:8px;background:rgb(255 255 255 / .035)}.site-footer .dt-google-mark{width:26px;height:26px;flex-basis:26px;font-size:16px}.site-footer .dt-google-score{gap:5px}.site-footer .dt-google-score strong{font-size:16px}.site-footer .dt-google-score span{font-size:10px}.site-footer .dt-footer-google-rating p{font-size:8px;line-height:1.2;margin-top:1px}.site-footer .dt-footer-quote{grid-template-columns:28px 1fr 14px;gap:7px;margin-top:6px;padding:7px 8px;border:1px solid rgb(126 200 255 / .2);border-radius:8px;background:#0b63d9;box-shadow:none}.site-footer .dt-footer-quote:hover,.site-footer .dt-footer-quote:focus-visible{transform:none;background:#0b63d9;border-color:rgb(255 255 255 / .3)}.site-footer .dt-footer-quote-icon{width:28px;height:28px;border-radius:7px;background:rgb(255 255 255 / .14);font-size:13px}.site-footer .dt-footer-quote strong{font-size:9.5px}.site-footer .dt-footer-quote small{font-size:7.5px}.site-footer .dt-footer-quote b{font-size:15px}.site-footer .dt-footer-bottom{background:#031b36}.site-footer .dt-footer-bottom-inner{min-height:44px;gap:14px}.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a{font-size:8.5px}.site-footer .dt-footer-legal{gap:10px}.site-footer .dt-footer-ssl{gap:6px}.site-footer .dt-footer-lock{width:22px;height:22px}.site-footer .dt-footer-ssl strong{font-size:8px}.site-footer .dt-footer-ssl small{font-size:6.5px}@media(max-width:1100px){.site-footer .dt-footer-main{padding:26px 0 22px}.site-footer .dt-footer-grid{grid-template-columns:1.3fr .9fr .9fr 1fr 1fr}.site-footer .dt-footer-col{padding-left:12px;padding-right:12px}.site-footer .dt-footer-brand-col{padding-right:16px}}@media(max-width:820px){.site-footer .dt-footer-main{padding:22px 0 18px}.site-footer .dt-footer-grid{grid-template-columns:1fr 1fr;gap:16px 0}.site-footer .dt-footer-col{padding:0 10px;border-left:0}.site-footer .dt-footer-col:first-child{padding-left:0}.site-footer .dt-footer-col:last-child{padding-right:0}.site-footer .dt-footer-brand-col{grid-column:1/-1;padding:0 0 2px}.site-footer .dt-footer-google-col{grid-column:1/-1;margin-top:0;padding:12px 0 0;border-top:1px solid rgb(255 255 255 / .08)}.site-footer .dt-footer-google-card iframe{height:110px}.site-footer .dt-footer-bottom-inner{min-height:0;padding:9px 0;gap:5px}}@media(max-width:560px){.site-footer .dt-footer-main{padding:20px 0 16px}.site-footer .dt-footer-grid{grid-template-columns:1fr 1fr;gap:14px 0}.site-footer .dt-footer-brand-col{grid-column:1/-1}.site-footer .dt-footer-logo{max-width:160px;max-height:48px}.site-footer .dt-footer-tagline{font-size:19px}.site-footer .dt-footer-description{font-size:10.5px}.site-footer .dt-footer-social a{width:28px;height:28px}.site-footer .dt-footer-col h3{font-size:11px}.site-footer .dt-footer-links a{font-size:10px;min-height:22px}.site-footer .dt-footer-contact-item strong{font-size:9.5px}.site-footer .dt-footer-contact-item small{font-size:7.5px}.site-footer .dt-footer-google-card iframe{height:100px}.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a{font-size:8px}}.site-footer,.site-footer .dt-footer-main,.site-footer .dt-footer-bottom{background:#062b50!important;background-image:none!important}.site-footer:before,.site-footer .dt-footer-main:before,.site-footer .dt-footer-main:after{display:none!important;background:none!important}.site-footer .dt-footer-col{border-left-color:rgb(220 240 255 / .16)!important}.site-footer .dt-footer-col h3,.site-footer .dt-footer-tagline,.site-footer .dt-footer-contact-item strong{color:#ffffff!important}.site-footer .dt-footer-description,.site-footer .dt-footer-links a,.site-footer .dt-footer-contact-item,.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a{color:#e1effa!important}.site-footer .dt-footer-contact-item small,.site-footer .dt-footer-google-rating p,.site-footer .dt-footer-social-title,.site-footer .dt-footer-ssl small{color:#b8cfe2!important}.site-footer .dt-footer-links a:hover,.site-footer .dt-footer-links a:focus-visible,.site-footer .dt-footer-legal a:hover,.site-footer .dt-footer-legal a:focus-visible{color:#ffffff!important}.site-footer .dt-footer-contact-item,.site-footer .dt-footer-google-card,.site-footer .dt-footer-google-rating,.site-footer .dt-footer-social a{background:#062b50!important}.site-footer .dt-footer-google-card,.site-footer .dt-footer-google-rating,.site-footer .dt-footer-contact-item,.site-footer .dt-footer-social a{border-color:rgb(190 225 250 / .20)!important}.site-footer .dt-footer-bottom{border-top:1px solid rgb(190 225 250 / .16)!important}.dt-home-blog-slider{position:relative;min-width:0}.dt-home-blog-viewport{overflow:hidden}.dt-home-blog-track{display:flex;flex-wrap:nowrap;gap:16px;align-items:stretch;transition:none}.dt-home-blog-card{flex:0 0 calc((100% - (var(--dt-home-blog-columns) - 1) * 16px) / var(--dt-home-blog-columns));width:calc((100% - (var(--dt-home-blog-columns) - 1) * 16px) / var(--dt-home-blog-columns))}.dt-home-blog-controls{position:absolute;inset:0;pointer-events:none;z-index:4}.dt-home-blog-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid #d7e5f3;border-radius:50%;background:rgb(255 255 255 / .97);color:#092f66;display:flex;align-items:center;justify-content:center;font-size:28px;line-height:1;box-shadow:0 8px 22px rgb(7 43 95 / .14);cursor:pointer;pointer-events:auto;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.dt-home-blog-btn:hover:not(:disabled){transform:translateY(-50%) scale(1.04);box-shadow:0 11px 26px rgb(7 43 95 / .18)}.dt-home-blog-btn:disabled{opacity:.35;cursor:not-allowed}.dt-home-blog-prev{left:-21px}.dt-home-blog-next{right:-21px}@media(max-width:1100px){.dt-home-blog-card{flex-basis:calc((100% - 32px) / 3);width:calc((100% - 32px) / 3)}}@media(max-width:820px){.dt-home-blog-viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.dt-home-blog-viewport::-webkit-scrollbar{display:none}.dt-home-blog-track{width:max-content;min-width:100%;gap:14px}.dt-home-blog-card{flex:0 0 calc((100vw - 14px) / 1.3);width:calc((100vw - 14px) / 1.3);scroll-snap-align:start}.dt-home-blog-controls{display:none}}@media(max-width:560px){.dt-home-blog-card{flex-basis:calc((100vw - 14px) / 1.3);width:calc((100vw - 14px) / 1.3)}.dt-home-blog-controls{display:none!important}}@media(max-width:560px){.dt-why-person{display:none!important}}@media (max-width:767px){.dt-service-single .dt-service-hero-copy h1,.dt-service-single h1,.dt-single-page h1,body.single-detay_bolge .dt-area-hero-copy h1{font-size:36px!important;line-height:1.14!important;letter-spacing:-.025em!important}}.dt-blog-page{background:#fff;color:#17395f;overflow:hidden}.dt-blog-section{padding:28px 0 42px}.dt-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:16px;align-items:start}.dt-blog-results{min-width:0}.dt-blog-result-head{display:flex;gap:10px;align-items:center;margin:0 0 12px;color:#6b8299;font-size:11px}.dt-blog-result-head strong{color:#092f66;font-size:14px}.dt-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dt-blog-card{border:1px solid #dce7f1;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgb(7 43 95 / .05);transition:transform .2s ease,box-shadow .2s ease}.dt-blog-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgb(7 43 95 / .10)}.dt-blog-card-media{display:block;position:relative;aspect-ratio:1.62;overflow:hidden;background:#eef5fb}.dt-blog-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.dt-blog-card:hover .dt-blog-card-media img{transform:scale(1.025)}.dt-blog-card-media time{position:absolute;left:10px;top:10px;min-width:39px;padding:5px;text-align:center;border-radius:7px;background:#0868df;color:#fff;font-size:17px;line-height:1;font-weight:900;box-shadow:0 7px 15px rgb(8 104 223 / .25)}.dt-blog-card-media time small{display:block;margin-top:3px;font-size:8px;line-height:1.2;font-weight:800}.dt-blog-card-body{padding:13px}.dt-blog-category{display:block;margin-bottom:6px;color:#0868df;font-size:8px;line-height:1.2;font-weight:900;text-transform:uppercase}.dt-blog-card h2{margin:0 0 7px;font-size:15px;line-height:1.25;color:#092f66}.dt-blog-card h2 a{color:inherit;text-decoration:none}.dt-blog-card p{margin:0;color:#6b8197;font-size:10px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dt-blog-card-footer{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:11px;padding-top:9px;border-top:1px solid #edf2f6;font-size:8px;color:#70859a}.dt-blog-card-footer span{display:inline-flex;align-items:center;gap:4px}.dt-blog-card-footer svg{width:11px;height:11px}.dt-blog-card-footer a{color:#0868df;font-weight:900;text-decoration:none;white-space:nowrap}.dt-blog-sidebar{display:grid;gap:16px}.dt-blog-search{padding:11px}.dt-blog-search label{display:none}.dt-blog-search div{display:flex;border:1px solid #d7e3ee;border-radius:9px;overflow:hidden}.dt-blog-search input{width:100%;min-width:0;border:0;outline:0;padding:9px 10px;color:#244766;font-size:9px;background:#fff}.dt-blog-search button{width:34px;border:0;background:#0868df;color:#fff;font-size:18px;cursor:pointer}.dt-blog-side-card{padding:14px}.dt-blog-side-card h2{margin:0 0 9px;color:#092f66}.dt-blog-side-card ul{list-style:none;padding:0;margin:0}.dt-blog-side-card li+li{border-top:1px solid #edf2f6}.dt-blog-side-card li a{display:flex;align-items:center;gap:6px;padding:7px 0;color:#365776;text-decoration:none;font-size:9px;font-weight:700}.dt-blog-side-card li b{margin-left:auto;min-width:22px;padding:4px 6px;text-align:center;border-radius:999px;background:#f0f5fa;color:#71869a;font-size:8px}.dt-blog-popular{padding-bottom:12px}.dt-blog-popular-item{display:grid;grid-template-columns:17px 42px 1fr;gap:6px;align-items:center;padding:7px 0;text-decoration:none}.dt-blog-popular-item+.dt-blog-popular-item{border-top:1px solid #edf2f6}.dt-blog-popular-item .num{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#0868df;color:#fff;font-size:8px;font-weight:900}.dt-blog-popular-item .thumb{width:42px;height:42px;border-radius:7px;overflow:hidden;background:#eef5fb}.dt-blog-popular-item .thumb img{width:100%;height:100%;object-fit:cover}.dt-blog-popular-item .copy{min-width:0}.dt-blog-popular-item strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#17395f;font-size:8px;line-height:1.35}.dt-blog-popular-item small{display:block;margin-top:3px;color:#8a9bae;font-size:7px}.dt-blog-pagination{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:18px;flex-wrap:wrap}.dt-blog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:31px;height:31px;padding:0 9px;border:1px solid #dce7f1;border-radius:7px;color:#365776;text-decoration:none;font-size:9px;font-weight:800}.dt-blog-pagination .page-numbers.current{background:#0868df;color:#fff;border-color:#0868df}.dt-blog-pagination .page-numbers.dots{border:0}.dt-blog-empty{text-align:center;padding:65px 20px;border:1px solid #dce7f1;border-radius:14px}.dt-blog-empty h2{color:#092f66}.dt-blog-empty p{color:#71869a}.dt-blog-newsletter{display:grid;grid-template-columns:auto 1fr 340px;gap:14px;align-items:center;margin-top:26px;padding:15px 18px;border:1px solid #dce8f3;border-radius:12px;background:#f4f9fd}.dt-blog-newsletter-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#0868df;color:#fff}.dt-blog-newsletter-icon svg{width:20px;height:20px}.dt-blog-newsletter strong{display:block;color:#092f66;font-size:12px}.dt-blog-newsletter p{margin:3px 0 0;color:#70859a;font-size:9px;line-height:1.5}.dt-blog-newsletter form{display:flex;border:1px solid #d7e3ee;border-radius:8px;overflow:hidden;background:#fff}.dt-blog-newsletter input{flex:1;min-width:0;border:0;outline:0;padding:9px 10px;font-size:9px}.dt-blog-newsletter button{border:0;background:#0868df;color:#fff;padding:0 12px;font-size:9px;font-weight:800;cursor:pointer}@media(max-width:1050px){.dt-blog-layout{grid-template-columns:1fr}.dt-blog-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}.dt-blog-search{grid-column:span 3}.dt-blog-newsletter{grid-template-columns:auto 1fr}.dt-blog-newsletter form{grid-column:1/-1}}@media(max-width:820px){.dt-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.dt-blog-sidebar{grid-template-columns:1fr 1fr}.dt-blog-search{grid-column:1/-1}.dt-blog-newsletter{grid-template-columns:auto 1fr}.dt-blog-newsletter form{grid-column:1/-1}}@media(max-width:560px){.dt-blog-section{padding:22px 0 32px}.dt-blog-grid{grid-template-columns:1fr;gap:12px}.dt-blog-card-media{aspect-ratio:1.72}.dt-blog-card-body{padding:14px}.dt-blog-card h2{font-size:16px}.dt-blog-card p{font-size:10px}.dt-blog-sidebar{grid-template-columns:1fr}.dt-blog-newsletter{display:block;padding:16px}.dt-blog-newsletter-icon{margin-bottom:10px}.dt-blog-newsletter form{margin-top:12px}}.dt-blog-layout{grid-template-columns:minmax(0,1fr) 270px}.dt-blog-sidebar{gap:14px}.dt-blog-side-heading{position:relative;margin-bottom:12px}.dt-blog-side-kicker{display:block;margin-bottom:4px;color:#1474d4;font-size:10px;letter-spacing:.10em;font-weight:900}.dt-blog-side-heading h2{margin:0;color:#092f66}.dt-blog-side-heading>a{position:absolute;right:0;bottom:1px;color:#0868df;text-decoration:none;font-size:11px;font-weight:900}.dt-blog-side-services{padding:16px}.dt-blog-side-services ul{display:grid;gap:5px}.dt-blog-side-services li{border:0!important}.dt-blog-side-services li a{display:grid!important;grid-template-columns:30px minmax(0,1fr) 14px;align-items:center;gap:8px;padding:7px 5px!important;border-radius:10px;background:#f7faff;color:#173f66!important;font-size:13px!important;font-weight:800!important;transition:.18s ease}.dt-blog-side-services li a:hover{background:#eef6ff;transform:translateX(2px)}.dt-blog-side-services .service-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#e5f1ff;color:#0868df!important}.dt-blog-side-services .service-icon svg{width:15px;height:15px}.dt-blog-side-services li a>b{margin:0!important;color:#6e89a3!important;font-size:13px!important}.dt-blog-side-categories{padding:16px}.dt-blog-side-contact{padding:16px;border:0;background:linear-gradient(145deg,#052f67 0%,#0868df 100%);color:#fff;box-shadow:0 14px 30px rgb(8 82 166 / .20);display:grid;grid-template-columns:38px 1fr;gap:0 10px;overflow:hidden;position:relative}.dt-blog-side-contact:after{content:"";position:absolute;width:130px;height:130px;border:1px solid rgb(255 255 255 / .13);border-radius:50%;right:-72px;top:-65px}.dt-blog-side-contact .contact-icon{width:38px;height:38px;border-radius:11px;background:rgb(255 255 255 / .13);display:grid;place-items:center;z-index:1}.dt-blog-side-contact .contact-icon svg{width:19px;height:19px}.dt-blog-side-contact>div:nth-child(2){z-index:1}.dt-blog-side-contact .dt-blog-side-kicker{color:#b9ddff}.dt-blog-side-contact h2{margin:0;color:#fff}.dt-blog-side-contact p{margin:5px 0 0;color:#dcecff;font-size:11px;line-height:1.5}.dt-blog-side-contact .contact-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:11px;z-index:1}.dt-blog-side-contact .contact-actions a{display:inline-flex;justify-content:center;align-items:center;gap:5px;padding:8px 5px;border-radius:8px;background:#fff;color:#0868df;text-decoration:none;font-size:11px;font-weight:900}.dt-blog-side-contact .contact-actions a+a{background:#16b866;color:#fff}.dt-blog-side-contact .contact-actions svg{width:12px;height:12px}.dt-blog-side-areas{padding:16px}.dt-blog-area-pills{display:flex;flex-wrap:wrap;gap:6px}.dt-blog-area-pills a{display:inline-flex;padding:6px 8px;border:1px solid #dce9f4;border-radius:999px;background:#f7fbff;color:#315b7d;text-decoration:none;font-size:10px;font-weight:800}.dt-blog-area-pills a:hover{border-color:#b9d9f6;color:#0868df;background:#eef7ff}.dt-blog-area-pills a.all{width:100%;justify-content:center;background:#eef6ff;color:#0868df;border-color:#d2e7fa}@media(max-width:1050px){.dt-blog-layout{grid-template-columns:1fr}.dt-blog-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.dt-blog-search{grid-column:1/-1}.dt-blog-side-contact{grid-column:span 1}}@media(max-width:820px){.dt-blog-layout{grid-template-columns:1fr}.dt-blog-sidebar{grid-template-columns:1fr 1fr}.dt-blog-search{grid-column:1/-1}}@media(max-width:560px){.dt-blog-sidebar{grid-template-columns:1fr}.dt-blog-side-services .dt-blog-side-categories .dt-blog-side-contact .dt-blog-side-areas{padding:14px}}.dt-blog-sidebar,.dt-single-sidebar{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.dt-blog-sidebar .dt-blog-side-services li a,.dt-single-sidebar .dt-blog-side-services li a{font-size:12px!important;line-height:1.35!important}.dt-blog-sidebar .dt-blog-side-categories li a,.dt-single-sidebar .dt-blog-side-categories li a{font-size:12px!important;line-height:1.4!important}.dt-blog-sidebar .dt-blog-trust-grid strong,.dt-single-sidebar .dt-blog-trust-grid strong{font-size:11px!important}.dt-blog-sidebar .dt-blog-trust-grid small,.dt-single-sidebar .dt-blog-trust-grid small{font-size:10px!important}.dt-blog-sidebar .dt-blog-side-kicker,.dt-single-sidebar .dt-blog-side-kicker{font-size:10px!important}.dt-blog-sidebar .dt-blog-area-pills a,.dt-single-sidebar .dt-blog-area-pills a{font-size:10px!important}.dt-blog-sidebar .dt-blog-side-contact p,.dt-single-sidebar .dt-blog-side-contact p{font-size:11px!important}.dt-blog-sidebar .dt-blog-side-contact .contact-actions a,.dt-single-sidebar .dt-blog-side-contact .contact-actions a{font-size:10px!important}.dt-blog-sidebar .dt-blog-popular-item .copy strong,.dt-single-sidebar .dt-blog-popular-item .copy strong{font-size:11px!important;line-height:1.3!important}.dt-blog-sidebar .dt-blog-popular-item .copy small,.dt-single-sidebar .dt-blog-popular-item .copy small{font-size:9px!important}.dt-single-layout{grid-template-columns:minmax(0,1fr) 270px;align-items:start;gap:28px}.dt-single-layout>.dt-blog-sidebar{display:grid;gap:14px;align-self:start;position:relative}@media(max-width:1050px){.dt-single-layout{grid-template-columns:1fr}.dt-single-layout>.dt-blog-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.dt-single-layout>.dt-blog-sidebar .dt-blog-search{grid-column:1/-1}}@media(max-width:820px){.dt-single-layout>.dt-blog-sidebar{grid-template-columns:1fr 1fr}}@media(max-width:560px){.dt-single-layout>.dt-blog-sidebar{grid-template-columns:1fr}.dt-single-layout>.dt-blog-sidebar .dt-blog-search{grid-column:auto}}.dt-blog-sidebar .dt-blog-side-services,.dt-single-sidebar .dt-blog-side-services{padding:18px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid #dfeaf5}.dt-blog-sidebar .dt-blog-side-heading,.dt-single-sidebar .dt-blog-side-heading{margin-bottom:14px;min-height:42px}.dt-blog-sidebar .dt-blog-side-kicker,.dt-single-sidebar .dt-blog-side-kicker{margin-bottom:4px;color:#1474d4;font-size:10px!important;line-height:1.2;letter-spacing:.12em;font-weight:900}.dt-blog-sidebar .dt-blog-side-heading h2,.dt-single-sidebar .dt-blog-side-heading h2{margin:0;color:#092f66;letter-spacing:-.025em;font-weight:800}.dt-blog-sidebar .dt-blog-side-heading>a,.dt-single-sidebar .dt-blog-side-heading>a{right:0;bottom:2px;color:#0868df;font-size:12px!important;line-height:1.2;font-weight:800;white-space:nowrap}.dt-blog-sidebar .dt-blog-side-services ul,.dt-single-sidebar .dt-blog-side-services ul{gap:15px;margin:0}.dt-blog-sidebar .dt-blog-side-services li,.dt-single-sidebar .dt-blog-side-services li{margin:0;padding:0}.dt-blog-sidebar .dt-blog-side-services li a,.dt-single-sidebar .dt-blog-side-services li a{min-height:48px;display:grid!important;grid-template-columns:36px minmax(0,1fr) 28px!important;align-items:center;gap:10px;padding:6px 7px!important;border:1px solid #fff0;border-radius:13px;background:#f5f9fe;color:#0c4b8f!important;font-size:15px!important;line-height:1.25!important;letter-spacing:-.01em;font-weight:800!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .8);transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.dt-blog-sidebar .dt-blog-side-services li a:hover,.dt-single-sidebar .dt-blog-side-services li a:hover{background:#eef6ff;border-color:#d6e8fa;transform:translateX(2px);box-shadow:0 5px 14px rgb(7 67 125 / .07)}.dt-blog-sidebar .dt-blog-side-services .service-icon,.dt-single-sidebar .dt-blog-side-services .service-icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#e8f3ff;color:#0868df!important;border:1px solid #d7e9fb}.dt-blog-sidebar .dt-blog-side-services .service-icon svg,.dt-single-sidebar .dt-blog-side-services .service-icon svg{width:17px;height:17px}.dt-blog-sidebar .dt-blog-side-services li a>b,.dt-single-sidebar .dt-blog-side-services li a>b{width:28px;height:28px;display:grid;place-items:center;margin:0!important;border-radius:50%;background:#edf3f9;color:#6b88a4!important;font-size:15px!important;line-height:1;font-weight:500!important}.dt-blog-sidebar .dt-blog-side-services li a:hover>b,.dt-single-sidebar .dt-blog-side-services li a:hover>b{background:#dcecff;color:#0868df!important}.dt-blog-sidebar .dt-blog-side-categories li a,.dt-single-sidebar .dt-blog-side-categories li a{min-height:38px;font-size:13px!important;line-height:1.35!important;font-weight:750!important}.dt-blog-sidebar .dt-blog-trust-grid strong,.dt-single-sidebar .dt-blog-trust-grid strong{font-size:12px!important;line-height:1.3}.dt-blog-sidebar .dt-blog-trust-grid small,.dt-single-sidebar .dt-blog-trust-grid small{font-size:10px!important;line-height:1.35}.dt-blog-sidebar .dt-blog-side-areas a,.dt-single-sidebar .dt-blog-side-areas a{font-size:11px!important;line-height:1.25}.dt-blog-sidebar .dt-blog-popular-item .copy strong,.dt-single-sidebar .dt-blog-popular-item .copy strong{font-size:12px!important;line-height:1.35!important}.dt-blog-sidebar .dt-blog-popular-item .copy small,.dt-single-sidebar .dt-blog-popular-item .copy small{font-size:10px!important;line-height:1.25!important}.dt-blog-sidebar .dt-blog-side-contact p,.dt-single-sidebar .dt-blog-side-contact p{font-size:12px!important;line-height:1.5!important}.dt-blog-sidebar .dt-blog-side-contact .contact-actions a,.dt-single-sidebar .dt-blog-side-contact .contact-actions a{font-size:11px!important}@media(max-width:560px){.dt-blog-sidebar .dt-blog-side-services,.dt-single-sidebar .dt-blog-side-services{padding:15px}.dt-blog-sidebar .dt-blog-side-services li a,.dt-single-sidebar .dt-blog-side-services li a{font-size:15px!important;min-height:47px}}.dt-blog-sidebar .dt-blog-side-services li a,.dt-single-sidebar .dt-blog-side-services li a{min-height:44px;grid-template-columns:32px minmax(0,1fr) 26px!important;gap:9px;padding:5px 6px!important;border-radius:12px;font-size:13px!important;line-height:1.25!important;font-weight:700!important;letter-spacing:-.005em;align-items:center!important}.dt-blog-sidebar .dt-blog-side-services .service-icon,.dt-single-sidebar .dt-blog-side-services .service-icon{width:32px;height:32px;border-radius:10px;flex:none}.dt-blog-sidebar .dt-blog-side-services .service-icon svg,.dt-single-sidebar .dt-blog-side-services .service-icon svg{width:15px;height:15px}.dt-blog-sidebar .dt-blog-side-services li a>b,.dt-single-sidebar .dt-blog-side-services li a>b{width:26px;height:26px;font-size:13px!important;font-weight:500!important;justify-self:end}.dt-blog-sidebar .dt-blog-side-services li a>span:not(.service-icon),.dt-single-sidebar .dt-blog-side-services li a>span:not(.service-icon){min-width:0;display:block;align-self:center}.dt-blog-sidebar .dt-blog-side-heading>a,.dt-single-sidebar .dt-blog-side-heading>a{font-size:11px!important}.dt-blog-sidebar .dt-blog-side-kicker,.dt-single-sidebar .dt-blog-side-kicker{font-size:9px!important}@media(max-width:560px){.dt-blog-sidebar .dt-blog-side-services li a,.dt-single-sidebar .dt-blog-side-services li a{min-height:43px;grid-template-columns:32px minmax(0,1fr) 26px!important;font-size:13px!important;gap:8px}}.dt-blog-page{font-size:15.5px;line-height:1.68;-webkit-font-smoothing:antialiased}.dt-blog-result-head h2{font-size:clamp(30px,3.15vw,42px);line-height:1.12;letter-spacing:-.035em;font-weight:800}.dt-blog-card-body h2,.dt-blog-card-body h3{font-size:20px;line-height:1.24;letter-spacing:-.02em;font-weight:750}.dt-blog-card-body p{font-size:14px;line-height:1.58}.dt-blog-side-heading{font-size:18px;line-height:1.25;font-weight:750;letter-spacing:-.015em}.dt-blog-side-kicker{font-size:11px;line-height:1.3;font-weight:800;letter-spacing:.075em}.dt-blog-popular-item .copy strong{font-size:14px;line-height:1.35;font-weight:700}.dt-blog-popular-item .copy small{font-size:11px;line-height:1.4}.dt-blog-pagination a{font-size:13px;font-weight:700}@media(max-width:820px){.dt-blog-page{font-size:14.5px}.dt-blog-result-head h2{font-size:clamp(27px,6vw,34px)}.dt-blog-card-body h2,.dt-blog-card-body h3{font-size:19px}.dt-blog-card-body p{font-size:13.5px}.dt-blog-side-heading{font-size:18px}}@media(max-width:560px){.dt-blog-result-head h2{font-size:clamp(25px,7.2vw,31px)}.dt-blog-card-body h2,.dt-blog-card-body h3{font-size:18px}.dt-blog-card-body p{font-size:13.5px;line-height:1.55}.dt-blog-side-heading{font-size:17px}.dt-blog-popular-item .copy strong{font-size:13.5px}}.dt-blog-popular-item{display:grid;grid-template-columns:20px 48px minmax(0,1fr);gap:8px;align-items:center;min-width:0}.dt-blog-popular-item .thumb{width:48px;height:48px;min-width:48px;min-height:48px;display:grid;place-items:center;border-radius:9px;overflow:hidden;background:#eef5fb}.dt-blog-popular-item .thumb img{width:100%;height:100%;object-fit:cover;display:block}.dt-blog-popular-item .copy{min-width:0;width:100%;overflow:hidden}.dt-blog-popular-item .copy strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-width:0}.dt-blog-popular-item .copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:560px){.dt-blog-popular-item{grid-template-columns:20px 48px minmax(0,1fr);gap:8px;padding:9px 0}.dt-blog-popular-item .copy strong{font-size:13.5px!important;line-height:1.35!important}.dt-blog-popular-item .copy small{font-size:10.5px!important;line-height:1.3!important}}.dt-blog-hero h1{width:100%;max-width:none;white-space:normal;word-break:normal;overflow-wrap:normal;hyphens:none;text-wrap:pretty}.dt-blog-sidebar .dt-blog-side-card h2,.dt-single-sidebar .dt-blog-side-card h2,.dt-blog-sidebar .dt-blog-side-heading h2,.dt-single-sidebar .dt-blog-side-heading h2,.dt-blog-sidebar .dt-blog-popular h2,.dt-single-sidebar .dt-blog-popular h2,.dt-blog-sidebar .dt-blog-side-contact h2,.dt-single-sidebar .dt-blog-side-contact h2{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:800!important;letter-spacing:-.025em!important}.dt-blog-sidebar .dt-blog-side-contact h2,.dt-single-sidebar .dt-blog-side-contact h2{color:#fff!important}.dt-blog-sidebar .dt-blog-side-card h2,.dt-single-sidebar .dt-blog-side-card h2,.dt-blog-sidebar .dt-blog-side-heading h2,.dt-single-sidebar .dt-blog-side-heading h2,.dt-blog-sidebar .dt-blog-popular h2,.dt-single-sidebar .dt-blog-popular h2,.dt-blog-sidebar .dt-blog-side-contact h2,.dt-single-sidebar .dt-blog-side-contact h2{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:24px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:-.025em!important}.dt-blog-sidebar .dt-blog-side-contact h2,.dt-single-sidebar .dt-blog-side-contact h2{color:#fff!important}.hijyen-central-bottom-cta-outer{position:relative;width:100vw;max-width:100vw;margin:24px 0 0;padding:0;box-sizing:border-box;background:#fff0;left:50%;transform:translateX(-50%)}.hijyen-central-bottom-cta{width:100%;max-width:none;margin:0;padding:0;overflow:visible;border:0;border-radius:0;background:#fff;color:#092f65;box-shadow:none}.hijyen-central-bottom-cta__inner{width:100%;max-width:none;margin:0;overflow:hidden;border:0;border-radius:0;background:#fff;color:#092f65;box-shadow:none}.hijyen-central-bottom-cta__hero{position:relative;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);height:270px;min-height:270px}.hijyen-central-bottom-cta__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:24px 30px 22px 34px}.hijyen-central-bottom-cta__eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 10px;color:#0d4d92;font-size:10px;line-height:1;font-weight:800;letter-spacing:.19em;text-transform:uppercase}.hijyen-central-bottom-cta__eyebrow i{display:block;width:36px;height:2px;flex:0 0 36px;border-radius:99px;background:#0878d8}.hijyen-central-bottom-cta__content h2{margin:0 0 10px;max-width:700px;font-size:clamp(29px,2.65vw,39px);line-height:1.04;letter-spacing:-.043em;font-weight:800;color:#092f65}.hijyen-central-bottom-cta__title-line1,.hijyen-central-bottom-cta__title-line2{display:block}.hijyen-central-bottom-cta__title-line2{color:#092f65}.hijyen-central-bottom-cta__title-line2 em{font-style:normal;color:#0878d8}.hijyen-central-bottom-cta__content p{max-width:680px;margin:0 0 13px;color:#506b87;font-size:13.5px;line-height:1.42;font-weight:500}.hijyen-central-bottom-cta__actions{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.hijyen-central-bottom-cta__btn{min-width:0;width:210px;height:46px;padding:0 13px;border-radius:10px;display:flex;align-items:center;gap:10px;text-decoration:none;font-size:14px;line-height:1;font-weight:800;box-sizing:border-box;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.hijyen-central-bottom-cta__btn:hover{transform:translateY(-1px)}.hijyen-central-bottom-cta__btn--whatsapp{background:#0878d8;color:#fff;box-shadow:0 6px 15px rgb(8 120 216 / .18)}.hijyen-central-bottom-cta__btn--phone{background:#fff;color:#0b3268;border:1.5px solid #1584e8;box-shadow:0 4px 12px rgb(8 86 159 / .05)}.hijyen-central-bottom-cta__btn-icon{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px}.hijyen-central-bottom-cta__btn-icon svg{width:25px;height:25px}.hijyen-central-bottom-cta__arrow{margin-left:auto;font-size:20px;font-weight:500;line-height:1}.hijyen-central-bottom-cta__visual{position:relative;min-width:0;height:270px;overflow:hidden;background:#eaf5ff}.hijyen-central-bottom-cta__visual:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#f5faff 0%,rgb(245 250 255 / .82) 9%,#fff0 38%);pointer-events:none}.hijyen-central-bottom-cta__visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}.hijyen-central-bottom-cta__trust-row{height:70px;padding:8px 20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;background:#fff;box-sizing:border-box}.hijyen-central-bottom-cta__trust-item{min-width:0;height:50px;padding:0 16px;display:flex;align-items:center;gap:10px;border-right:1px solid #e0e8ef}.hijyen-central-bottom-cta__trust-item:first-child{padding-left:4px}.hijyen-central-bottom-cta__trust-item:last-child{border-right:0}.hijyen-central-bottom-cta__trust-icon{width:42px;height:42px;min-width:42px;border-radius:50%;display:grid;place-items:center;color:#0b63d9;background:#eef7ff}.hijyen-central-bottom-cta__trust-icon svg{width:25px;height:25px}.hijyen-central-bottom-cta__trust-item strong{display:block;margin-bottom:2px;color:#0a315f;font-size:12px;line-height:1.12;font-weight:800}.hijyen-central-bottom-cta__trust-item small{display:block;color:#687e95;font-size:10.5px;line-height:1.15;font-weight:500}@media(max-width:1100px){.hijyen-central-bottom-cta__inner{width:100%;max-width:1180px}.hijyen-central-bottom-cta__hero{grid-template-columns:minmax(0,1.08fr) minmax(290px,.92fr);height:255px;min-height:255px}.hijyen-central-bottom-cta__content{padding-left:27px;padding-right:20px}.hijyen-central-bottom-cta__content h2{font-size:clamp(27px,3.1vw,35px)}.hijyen-central-bottom-cta__btn{width:190px}.hijyen-central-bottom-cta__visual{height:255px}.hijyen-central-bottom-cta__trust-item{padding:0 10px;gap:8px}}@media(max-width:820px){.hijyen-central-bottom-cta__hero{grid-template-columns:1fr;height:auto;min-height:0}.hijyen-central-bottom-cta__content{padding:24px 24px 22px;order:1}.hijyen-central-bottom-cta__visual{order:2;height:190px;min-height:190px}.hijyen-central-bottom-cta__trust-row{height:auto;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 12px}.hijyen-central-bottom-cta__trust-item{height:52px;padding:7px 8px;border-right:0}.hijyen-central-bottom-cta__trust-item:nth-child(1),.hijyen-central-bottom-cta__trust-item:nth-child(2){border-bottom:1px solid #e2eaf2}}@media(max-width:600px){.hijyen-central-bottom-cta-outer{margin-top:18px}.hijyen-central-bottom-cta__inner{width:100%;max-width:1180px;border-radius:0}.hijyen-central-bottom-cta__content{padding:21px 16px 18px}.hijyen-central-bottom-cta__eyebrow{gap:8px;margin-bottom:9px;font-size:8.5px;letter-spacing:.15em}.hijyen-central-bottom-cta__eyebrow i{width:28px;height:2px;flex-basis:28px}.hijyen-central-bottom-cta__content h2{font-size:clamp(25px,7.7vw,32px);line-height:1.05;margin-bottom:9px}.hijyen-central-bottom-cta__content p{font-size:12.5px;line-height:1.45;margin-bottom:12px}.hijyen-central-bottom-cta__actions{display:grid;grid-template-columns:1fr;gap:7px}.hijyen-central-bottom-cta__btn{width:100%;height:45px;border-radius:9px;font-size:13px}.hijyen-central-bottom-cta__visual{height:145px;min-height:145px}.hijyen-central-bottom-cta__trust-row{grid-template-columns:1fr 1fr;padding:6px}.hijyen-central-bottom-cta__trust-item{height:58px;padding:6px 5px;gap:7px}.hijyen-central-bottom-cta__trust-icon{width:34px;height:34px;min-width:34px}.hijyen-central-bottom-cta__trust-icon svg{width:21px;height:21px}.hijyen-central-bottom-cta__trust-item strong{font-size:10px}.hijyen-central-bottom-cta__trust-item small{font-size:8.5px}}@media(max-width:390px){.hijyen-central-bottom-cta__visual{height:125px;min-height:125px}.hijyen-central-bottom-cta__trust-row{grid-template-columns:1fr}.hijyen-central-bottom-cta__trust-item{border-bottom:1px solid #e2eaf2!important}.hijyen-central-bottom-cta__trust-item:last-child{border-bottom:0!important}}.hijyen-central-bottom-cta-outer{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;box-sizing:border-box;position:relative;left:auto;transform:none}.hijyen-central-bottom-cta__inner{width:100%;max-width:1180px;margin:0 auto;border-left:0;border-right:0;border-radius:0;box-shadow:none}.dt-footer-leaflet-card{position:relative;overflow:hidden;border-radius:15px!important;background:#0b2949!important}.dt-footer-leaflet-map{width:100%;height:178px;min-height:178px;background:#dce9f3;z-index:1}.dt-footer-leaflet-map .leaflet-control-attribution{font-size:8px;line-height:1.1;padding:1px 3px}.dt-footer-leaflet-card .dt-footer-google-link{z-index:600}.dt-hijyen-map-marker{width:58px;height:70px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.dt-hijyen-map-marker-pin{width:42px;height:42px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:grid;place-items:center;background:#0b63d9;border:3px solid #fff;box-shadow:0 7px 16px rgb(0 40 95 / .35)}.dt-hijyen-map-marker-pin img{width:25px;height:25px;border-radius:7px;object-fit:cover;transform:rotate(45deg);background:#fff}.dt-hijyen-map-marker-label{margin-top:7px;padding:4px 8px;border-radius:999px;background:#062b5f;color:#fff;font-size:9px;font-weight:900;line-height:1;white-space:nowrap;box-shadow:0 4px 10px rgb(0 0 0 / .18)}@media(max-width:820px){.dt-footer-leaflet-map{height:125px;min-height:125px}.dt-footer-map-badge{top:7px;left:7px;font-size:10px;padding:5px 8px 5px 6px}.dt-footer-map-badge img{width:21px;height:21px}.dt-hijyen-map-marker-pin{width:38px;height:38px}.dt-hijyen-map-marker-pin img{width:23px;height:23px}.dt-hijyen-map-marker-label{font-size:8px;margin-top:5px}}.dt-footer-google-embed{display:block;width:100%;height:178px;min-height:178px;border:0;border-radius:0;background:#eef3f7}.dt-footer-embed-card{overflow:hidden}@media(max-width:820px){.dt-footer-google-embed{height:125px;min-height:125px}}:root{--dt-font:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--dt-text-size:15.5px;--dt-text-line:1.7}html,body{font-family:var(--dt-font)}@media (max-width:767px){body{font-size:var(--dt-text-size);line-height:var(--dt-text-line)}main{overflow-x:clip}.container{width:calc(100% - 32px);max-width:1180px}#main p,.entry-content p,.page-content p,.dt-single-content p,.dt-service-content p,.dt-home-blog-card p{font-size:15.5px!important;line-height:1.7!important;letter-spacing:normal!important}h1{font-size:clamp(30px,8.4vw,36px)!important;line-height:1.16!important;letter-spacing:-.025em!important;font-weight:750!important}h2{font-size:clamp(25px,7vw,30px)!important;line-height:1.24!important;letter-spacing:-.018em!important;font-weight:700!important}h3{font-size:clamp(21px,6vw,24px)!important;line-height:1.3!important;letter-spacing:-.01em!important;font-weight:700!important}h4{font-size:19px!important;line-height:1.32!important;font-weight:650!important}h5{font-size:17px!important;line-height:1.36!important;font-weight:650!important}h6{font-size:16px!important;line-height:1.4!important;font-weight:600!important}.eyebrow .dt-about-eyebrow .breadcrumb,.dt-service-breadcrumb,.dt-single-breadcrumb{font-size:13px!important;line-height:1.5!important}.service-card h3,.dt-service-card h3{font-size:18px!important;line-height:1.32!important}.service-card p,.dt-service-card p,.services-section .services-track .service-card p{font-size:15px!important;line-height:1.62!important}.services-section .services-track .service-card .text-link,.dt-service-link{font-size:14px!important;line-height:1.35!important}.dt-home-hero-description{font-size:15px!important;line-height:1.65!important}.dt-home-hero-btn{min-height:44px!important;font-size:14px!important;line-height:1.25!important;font-weight:650!important}.btn,.button,.wp-block-button__link,.faq-question,.faq-item button,.accordion-button{font-size:17px!important;line-height:1.4!important;font-weight:650!important}input,select,textarea{font-family:var(--dt-font);font-size:16px!important;line-height:1.5!important}label{font-size:14px!important;line-height:1.45!important;font-weight:600!important}input::placeholder,textarea::placeholder{font-size:14px!important;opacity:.78}.main-nav a,.mobile-menu a,.mobile-nav a{font-size:16px!important;line-height:1.4!important;font-weight:550!important;min-height:44px}.site-footer .dt-footer-col h3{font-size:17px!important;line-height:1.35!important}.site-footer .dt-footer-description,.site-footer p,.site-footer li,.site-footer a{font-size:14px!important;line-height:1.65!important}.dt-single-share .dt-service-info dt .dt-service-info dd .dt-related-services strong .dt-contact-detail a .dt-contact-detail strong{font-size:14px!important;line-height:1.5!important}}@media (max-width:374px){body{font-size:15px}.container{width:calc(100% - 28px)}#main p,.entry-content p,.page-content p,.dt-single-content p,.dt-service-content p{font-size:15px!important;line-height:1.68!important}h1{font-size:30px!important}h2{font-size:25px!important}h3{font-size:21px!important}.dt-home-hero-description{font-size:14.5px!important}.btn,.button,.wp-block-button__link{font-size:13.5px!important}}@media (max-width:767px){.dt-service-single h1,.dt-single-page h1,body.single-detay_bolge .dt-area-hero-copy h1{font-size:36px!important;line-height:1.14!important;letter-spacing:-.025em!important}}@media (max-width:767px){.dt-service-single .dt-service-hero-copy h1,.dt-service-single h1,.dt-single-page h1,body.single-detay_bolge .dt-area-hero-copy h1{font-size:36px!important;line-height:1.14!important;letter-spacing:-.025em!important}}@media (max-width:767px){.dt-service-single .dt-service-hero-copy h1,.dt-service-single h1,.dt-single-page .dt-single-hero-copy h1,.dt-single-page h1,body.single-detay_bolge .dt-area-hero-copy h1{font-size:36px!important;line-height:1.14!important;letter-spacing:-.025em!important}}@media (max-width:767px){.dt-home-hero-actions .dt-home-hero-btn{white-space:nowrap!important;word-break:keep-all!important;overflow:hidden!important;text-overflow:clip!important;min-width:0!important}}.dt-back-to-top{position:fixed;right:22px;bottom:22px;z-index:2147482000;width:46px;height:46px;padding:0;margin:0;display:grid;place-items:center;border:1px solid rgb(9 47 101 / .16);border-radius:50%;background:rgb(255 255 255 / .97);color:#0b63d9;box-shadow:0 10px 28px rgb(7 43 95 / .18),0 2px 8px rgb(0 0 0 / .06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,10px,0);transition:opacity .22s ease,visibility .22s ease,transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease;-webkit-tap-highlight-color:#fff0}.dt-back-to-top.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0)}.dt-back-to-top svg{width:20px;height:20px;display:block}.dt-back-to-top:hover{background:#0b63d9;color:#fff;transform:translate3d(0,-2px,0);box-shadow:0 13px 32px rgb(7 43 95 / .24)}.dt-back-to-top:active{transform:translate3d(0,0,0) scale(.96)}.dt-back-to-top:focus-visible{outline:3px solid rgb(11 99 217 / .24);outline-offset:3px}@media(max-width:700px){.dt-back-to-top{right:15px;bottom:15px;width:42px;height:42px}.dt-back-to-top svg{width:18px;height:18px}body.dt-mobile-sticky-active .dt-back-to-top{bottom:calc(92px + env(safe-area-inset-bottom))}}@media(max-width:380px){.dt-back-to-top{right:12px;width:40px;height:40px}body.dt-mobile-sticky-active .dt-back-to-top{bottom:calc(88px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.dt-back-to-top{transition:none}}.site-footer,.site-footer *{min-width:0}.site-footer .dt-footer-description,.site-footer .dt-footer-links a,.site-footer .dt-footer-contact-item strong,.site-footer .dt-footer-contact-item small,.site-footer .dt-footer-google-rating p,.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a,.site-footer .dt-footer-ssl strong,.site-footer .dt-footer-ssl small{overflow-wrap:anywhere;word-break:normal}.site-footer .dt-footer-grid{align-items:start}@media(max-width:820px){.site-footer .dt-footer-main{padding:30px 0 24px!important}.site-footer .dt-footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:22px 14px!important}.site-footer .dt-footer-brand-col{grid-column:1/-1!important;padding:0 0 4px!important}.site-footer .dt-footer-col:nth-child(2),.site-footer .dt-footer-col:nth-child(3){padding:18px 0 0!important;border-top:1px solid rgb(190 225 250 / .15)!important}.site-footer .dt-footer-col:nth-child(4),.site-footer .dt-footer-google-col{grid-column:1/-1!important;padding:18px 0 0!important;border-top:1px solid rgb(190 225 250 / .15)!important}.site-footer .dt-footer-logo{max-width:180px!important;max-height:56px!important}.site-footer .dt-footer-tagline{font-size:24px!important;line-height:1.12!important;margin-bottom:9px!important}.site-footer .dt-footer-description{font-size:14px!important;line-height:1.65!important;max-width:620px!important}.site-footer .dt-footer-col h3{font-size:15px!important;line-height:1.35!important}.site-footer .dt-footer-links a{font-size:13.5px!important;line-height:1.45!important;min-height:36px!important;padding:6px 0!important}.site-footer .dt-footer-contact{gap:8px!important}.site-footer .dt-footer-contact-item{padding:8px 0!important;gap:10px!important}.site-footer .dt-footer-contact-icon{width:34px!important;height:34px!important;flex-basis:34px!important}.site-footer .dt-footer-contact-item strong{font-size:13px!important;line-height:1.4!important}.site-footer .dt-footer-contact-item small{font-size:11px!important;line-height:1.45!important}.site-footer .dt-footer-google-card iframe{height:150px!important}.site-footer .dt-footer-google-rating{padding:10px 11px!important}.site-footer .dt-footer-bottom-inner{grid-template-columns:1fr!important;min-height:0!important;gap:8px!important;padding:13px 0 16px!important;justify-items:center!important;text-align:center!important}.site-footer .dt-footer-copy,.site-footer .dt-footer-legal a{font-size:12px!important;line-height:1.45!important}.site-footer .dt-footer-legal{justify-content:center;flex-wrap:wrap;gap:8px 14px}.site-footer .dt-footer-ssl{justify-self:center}.site-footer .dt-footer-ssl strong{font-size:10px!important}.site-footer .dt-footer-ssl small{font-size:9px!important}}@media(max-width:560px){.site-footer .dt-footer-main{padding:26px 0 22px!important}.site-footer .dt-footer-grid{grid-template-columns:1fr!important;gap:0!important}.site-footer .dt-footer-brand-col,.site-footer .dt-footer-col:nth-child(2),.site-footer .dt-footer-col:nth-child(3),.site-footer .dt-footer-col:nth-child(4),.site-footer .dt-footer-google-col{grid-column:auto!important;padding:18px 0 0!important;border-top:1px solid rgb(190 225 250 / .15)!important}.site-footer .dt-footer-brand-col{padding:0 0 18px!important;border-top:0!important}.site-footer .dt-footer-logo{max-width:165px!important;max-height:52px!important}.site-footer .dt-footer-tagline{font-size:22px!important}.site-footer .dt-footer-description{font-size:14px!important;line-height:1.65!important}.site-footer .dt-footer-social-wrap{margin-top:14px!important;padding-top:12px!important}.site-footer .dt-footer-social a{width:36px!important;height:36px!important}.site-footer .dt-footer-col h3{font-size:16px!important}.site-footer .dt-footer-links a{font-size:14px!important;min-height:38px!important;padding:7px 0!important}.site-footer .dt-footer-contact-item strong{font-size:14px!important}.site-footer .dt-footer-contact-item small{font-size:11.5px!important}.site-footer .dt-footer-google-card iframe{height:155px!important}.site-footer .dt-footer-google-link{font-size:11px!important;padding:8px 12px!important}.site-footer .dt-footer-bottom-inner{padding:14px 0 calc(18px + env(safe-area-inset-bottom))!important}}