@charset "UTF-8";

:root{
    --dot-navy:#071831;
    --dot-navy-2:#0b2343;
    --dot-red:#ff4538;
    --dot-red-dark:#e9362b;
    --dot-cream:#f7f3ee;
    --dot-paper:#fffefa;
    --dot-ink:#09192f;
    --dot-muted:#667486;
    --dot-line:#dfe3e7;
    --dot-green:#169568;
    --dot-shadow:0 24px 70px rgba(7,24,49,.12);
}

html{scroll-behavior:smooth}
body.dot-theme{margin:0!important;background:var(--dot-paper)!important;color:var(--dot-ink)!important;font-family:"Segoe UI Variable","Segoe UI",Arial,sans-serif!important;-webkit-font-smoothing:antialiased}
.dot-theme *{box-sizing:border-box}
.dot-theme a{text-decoration:none}
.dot-theme #wrapper,.dot-container{width:min(1240px,calc(100% - 40px))!important;max-width:1240px!important;margin-left:auto!important;margin-right:auto!important}
.dot-theme input,.dot-theme select,.dot-theme textarea,.dot-theme button{font-family:inherit!important}

/* Global header and logo */
.dot-theme .clean-theme-header{position:relative;z-index:50;background:var(--dot-navy)!important;color:#fff!important;border:0!important;box-shadow:none!important}
.dot-theme .clean-theme-header>.wrapper,.dot-theme .clean-theme-header>#wrapper{height:76px;display:flex;align-items:center;justify-content:space-between}
.dot-theme .clean-theme-header-logo{float:none!important;width:auto!important;height:58px!important;display:flex;align-items:center}
.dot-theme .clean-theme-header-logo>a{position:relative;display:block;width:128px;height:52px;overflow:hidden;background-image:none}
.dot-theme .clean-theme-header-logo>a>img{opacity:0!important;width:128px!important;height:52px!important}
.dot-theme .clean-theme-header-right{float:none!important;width:auto!important;margin:0!important}
.dot-theme .clean-theme-header-right-btns>ul{display:flex;align-items:center;gap:7px;margin:0!important}
.dot-theme .clean-theme-header-right-btns>ul>li{margin:0!important}
.dot-theme .clean-theme-header-ac-btn,.dot-theme .wnotifitibtn{width:40px!important;height:40px!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:11px!important;background:rgba(255,255,255,.04)!important;color:#fff!important;display:grid!important;place-items:center!important;line-height:40px!important}
.dot-theme .clean-theme-header-ac-btn:hover,.dot-theme .wnotifitibtn:hover{background:rgba(255,255,255,.1)!important;color:var(--dot-red)!important}
.dot-theme .clean-theme-cart-qty,.dot-theme .notifi-count{background:var(--dot-red)!important;color:#fff!important;border:2px solid var(--dot-navy)!important}
.dot-theme .clean-theme-header-right-btns ul li ul,.dot-theme .wclientnotification{border:1px solid var(--dot-line)!important;border-radius:13px!important;background:#fff!important;box-shadow:var(--dot-shadow)!important;overflow:hidden}
.dot-theme .clean-theme-header-right-btns ul li ul a{color:var(--dot-ink)!important}
.dot-theme .clean-theme-header .menu{background:var(--dot-navy)!important;border-top:1px solid rgba(255,255,255,.1)!important;border-bottom:0!important;box-shadow:none!important}
.dot-theme .clean-theme-header .menu>#wrapper{height:52px!important;display:block!important}
.dot-theme .clean-theme-header .menu>div>ul{height:52px;display:flex;align-items:center;gap:3px;margin:0!important;padding:0!important}
.dot-theme .clean-theme-header .menu>div>ul>li{height:52px!important;margin:0!important;border:0!important}
.dot-theme .clean-theme-header .menu>div>ul>li>a{height:52px!important;padding:0 16px!important;display:flex!important;align-items:center!important;color:#c1cdda!important;background:transparent!important;border:0!important;font-size:12px!important;font-weight:700!important;line-height:1!important}
.dot-theme .clean-theme-header .menu>div>ul>li>a:hover,.dot-theme .clean-theme-header .menu>div>ul>li>a#active{color:#fff!important;background:rgba(255,255,255,.07)!important;box-shadow:inset 0 -2px var(--dot-red)!important}
.dot-theme .clean-theme-header .menu ul.inner{top:52px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:0 0 12px 12px!important;background:var(--dot-navy-2)!important;box-shadow:0 20px 45px rgba(0,0,0,.25)!important;overflow:hidden}
.dot-theme .clean-theme-header .menu ul.inner a{color:#b9c7d6!important;background:transparent!important;border-color:rgba(255,255,255,.08)!important}
.dot-theme .clean-theme-header .menu ul.inner a:hover{background:rgba(255,255,255,.07)!important;color:#fff!important}
.dot-theme .clean-theme-mobile-btn a{color:#fff!important}

/* Shared controls */
.dot-theme .lbtn,.dot-theme .gonderbtn,.dot-theme .yesilbtn,.dot-theme .sbtn,.dot-theme .clean-theme-btn,.dot-theme .incelebtn,.dot-theme input[type=submit]{min-height:43px!important;padding:0 18px!important;border:0!important;border-radius:10px!important;background:var(--dot-navy)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:12px!important;font-weight:800!important;box-shadow:none!important;text-shadow:none!important;transition:.2s ease!important}
.dot-theme .lbtn:hover,.dot-theme .gonderbtn:hover,.dot-theme .yesilbtn:hover,.dot-theme .sbtn:hover,.dot-theme .clean-theme-btn:hover,.dot-theme .incelebtn:hover{transform:translateY(-2px);background:var(--dot-red)!important;color:#fff!important}
.dot-theme .redbtn,.dot-theme .mavibtn,.dot-theme .green.lbtn,.dot-theme .yesilbtn{background:var(--dot-red)!important}
.dot-theme input[type=text],.dot-theme input[type=email],.dot-theme input[type=password],.dot-theme input[type=tel],.dot-theme input[type=number],.dot-theme select,.dot-theme textarea{min-height:45px!important;border:1px solid var(--dot-line)!important;border-radius:9px!important;background:#fbfbfa!important;color:var(--dot-ink)!important;padding:10px 12px!important;outline:0!important;box-shadow:none!important}
.dot-theme input:focus,.dot-theme select:focus,.dot-theme textarea:focus{border-color:var(--dot-red)!important;box-shadow:0 0 0 3px rgba(255,69,56,.1)!important}
.dot-theme .checkbox-custom-label:before,.dot-theme .radio-custom-label:before{border-color:#cbd1d7!important;box-shadow:none!important}
.dot-theme .checkbox-custom:checked+.checkbox-custom-label:before,.dot-theme .radio-custom:checked+.radio-custom-label:before{background:var(--dot-red)!important;border-color:var(--dot-red)!important}
.dot-theme .error,.dot-theme .red-info{border:0!important;border-left:3px solid var(--dot-red)!important;border-radius:10px!important;background:#fff1ef!important;color:#9f312a!important}
.dot-theme .blue-info,.dot-theme .green-info,.dot-theme .info{border:0!important;border-left:3px solid var(--dot-green)!important;border-radius:10px!important;background:#edf8f3!important;color:#276b55!important}
.dot-theme .mpaneltitle,.dot-theme .pakettitle,.dot-theme .sepetbaslik{border:0!important;background:transparent!important;color:var(--dot-ink)!important;padding:0!important;margin-bottom:25px!important;box-shadow:none!important}
.dot-theme .mpaneltitle h4,.dot-theme .pakettitle h1,.dot-theme .pakettitle h2,.dot-theme .sepetbaslik h1{font-size:32px!important;line-height:1.1!important;letter-spacing:-1.5px!important;color:var(--dot-ink)!important}

/* Homepage */
.dot-home{overflow:hidden;background:var(--dot-paper)}
.dot-hero{position:relative;min-height:650px;background:radial-gradient(circle at 75% 45%,#13395f 0,transparent 31%),radial-gradient(circle at 10% 92%,rgba(255,69,56,.12),transparent 27%),var(--dot-navy);color:#fff;overflow:hidden;border-radius:0 0 42px 42px}
.dot-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to right,#000,transparent 42%,#000)}
.dot-hero-inner{position:relative;z-index:2;min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;gap:76px;align-items:center;padding:70px 0 85px}
.dot-kicker,.dot-section-head>div>span,.dot-hosting-cta-inner>div>span,.dot-journey-copy>span,.dot-domain-search span,.dot-migration-inner>div>span,.dot-final>div>span{display:inline-flex;align-items:center;gap:9px;color:var(--dot-red);font-size:10px;letter-spacing:1.6px;font-weight:900}
.dot-kicker i{width:24px;height:1px;background:var(--dot-red)}
.dot-hero-copy h1{margin:22px 0 24px;color:#fff;font-size:clamp(54px,5.2vw,76px);line-height:.99;letter-spacing:-5px;font-weight:800}
.dot-hero-copy h1 em{color:var(--dot-cream);font-style:normal;font-weight:400}
.dot-hero-copy>p{max-width:640px;margin:0;color:#b9c6d4;font-size:17px;line-height:1.7}
.dot-hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:32px}
.dot-btn{min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:13px;font-size:13px;font-weight:800;transition:.2s ease}
.dot-btn:hover{transform:translateY(-2px)}
.dot-btn-red{background:var(--dot-red);color:#fff!important;box-shadow:0 13px 28px rgba(255,69,56,.22)}
.dot-btn-red:hover{background:var(--dot-red-dark);color:#fff!important}
.dot-btn-ghost{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.04);color:#fff!important}
.dot-btn-ghost i{width:25px;height:25px;border:1px solid rgba(255,255,255,.28);border-radius:50%;display:grid;place-items:center;font-size:7px}
.dot-btn-navy{background:var(--dot-navy);color:#fff!important}.dot-btn-cream{background:var(--dot-cream);color:var(--dot-navy)!important}
.dot-proof{display:flex;gap:22px;margin-top:26px;color:#d5dee8;font-size:11px;font-weight:700}.dot-proof i{color:var(--dot-red);font-style:normal}
.dot-console{position:relative;width:100%;max-width:490px;justify-self:end}.dot-console-window{overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:21px;background:rgba(5,18,38,.78);box-shadow:0 45px 100px rgba(0,0,0,.38);backdrop-filter:blur(18px)}
.dot-console-bar{height:46px;padding:0 17px;border-bottom:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#7f92a7;font-size:9px}.dot-console-bar>span{display:flex;gap:5px}.dot-console-bar>span i{width:7px;height:7px;border-radius:50%;background:#39516d}.dot-console-bar>span i:first-child{background:var(--dot-red)}.dot-console-bar b{font-size:9px;font-weight:500}.dot-console-bar em{justify-self:end;padding:4px 7px;border:1px solid rgba(255,255,255,.14);border-radius:6px;color:#dce4ed;font-style:normal;font-size:8px}
.dot-console-content{padding:24px}.dot-console-title{display:flex;justify-content:space-between}.dot-console-title small,.dot-console-title strong{display:block}.dot-console-title small{color:#74879d;font-size:8px;letter-spacing:1.3px}.dot-console-title strong{margin-top:5px;font-size:21px}.dot-console-title>b{height:max-content;padding:6px 8px;border:1px solid rgba(255,255,255,.12);border-radius:7px;color:#94a6b9;font-size:8px}
.dot-network-map{position:relative;height:225px;margin:19px 0;border:1px solid rgba(255,255,255,.09);border-radius:14px;overflow:hidden;background:radial-gradient(circle at center,rgba(255,69,56,.09),transparent 37%)}.dot-network-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:29px 29px}.dot-core{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:22px;background:var(--dot-red);display:grid;place-items:center;color:#fff;font-size:34px;font-weight:900;box-shadow:0 0 0 12px rgba(255,69,56,.07),0 0 0 27px rgba(255,69,56,.035)}.dot-core i{position:absolute;right:8px;bottom:9px;width:7px;height:7px;border-radius:50%;background:#fff}.dot-node{position:absolute;z-index:3;width:49px;height:29px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#102a4b;color:#c4d0dc;display:grid;place-items:center;font-size:8px}.dot-node-ssl{left:12%;top:20%}.dot-node-php{right:12%;top:24%}.dot-node-sql{right:17%;bottom:16%}.dot-line{position:absolute;z-index:2;height:1px;background:linear-gradient(90deg,var(--dot-red),rgba(255,255,255,.15));transform-origin:left}.dot-line-1{width:145px;left:20%;top:29%;transform:rotate(25deg)}.dot-line-2{width:136px;left:51%;top:50%;transform:rotate(-27deg)}.dot-line-3{width:136px;left:51%;top:51%;transform:rotate(27deg)}
.dot-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.dot-metrics>span{padding:11px;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:rgba(255,255,255,.05)}.dot-metrics small,.dot-metrics b{display:block}.dot-metrics small{color:#71859b;font-size:7px}.dot-metrics b{margin-top:5px;font-size:14px}.dot-float-card{position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(11,35,67,.95);box-shadow:0 20px 50px rgba(0,0,0,.3)}.dot-ssl{left:-35px;top:96px;padding:11px 14px;display:flex;align-items:center;gap:9px}.dot-ssl>i{width:28px;height:28px;border-radius:8px;background:rgba(255,69,56,.16);color:var(--dot-red);display:grid;place-items:center;font-style:normal}.dot-ssl b,.dot-ssl small{display:block}.dot-ssl b{font-size:10px}.dot-ssl small{margin-top:3px;color:#8193a8;font-size:7px}.dot-traffic{right:-30px;bottom:80px;padding:12px 16px}.dot-traffic small,.dot-traffic b,.dot-traffic span{display:block}.dot-traffic small{color:#73869c;font-size:6px;letter-spacing:1px}.dot-traffic b{margin:2px 0;font-size:17px}.dot-traffic span{color:#788ba0;font-size:6px}.dot-caption{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:11px 4px 0;color:#70859b;font-size:7px}.dot-caption i{width:5px;height:5px;border-radius:50%;background:var(--dot-red)}
.dot-tech{min-height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--dot-line)}.dot-tech>span{color:#89929c;font-size:8px;letter-spacing:1.4px;font-weight:900}.dot-tech>div{display:flex;align-items:center;gap:24px;color:#3c4a5b}.dot-tech b{font-size:13px}.dot-tech i{width:3px;height:3px;border-radius:50%;background:#b9c0c7}
.dot-benefits{padding:110px 0}.dot-section-head{display:grid;grid-template-columns:1.08fr .92fr;gap:85px;align-items:end;margin-bottom:50px}.dot-section-head h2,.dot-hosting-cta h2,.dot-journey h2,.dot-domain-search h2,.dot-migration h2,.dot-final h2{margin:12px 0 0;color:var(--dot-ink);font-size:clamp(38px,4vw,54px);line-height:1.05;letter-spacing:-3px}.dot-section-head>p{max-width:510px;margin:0;color:var(--dot-muted);font-size:15px;line-height:1.7}.dot-bento{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.dot-bento article{position:relative;overflow:hidden;min-height:265px;padding:29px;border:1px solid var(--dot-line);border-radius:21px;background:#fff}.dot-bento article>span{display:block;color:#88929d;font-size:8px;letter-spacing:1.3px;font-weight:900}.dot-bento h3{margin:14px 0 9px;color:var(--dot-ink);font-size:24px;line-height:1.2;letter-spacing:-1px}.dot-bento article>p{margin:0;color:var(--dot-muted);font-size:12px;line-height:1.65}.dot-bento-main{grid-row:span 2;min-height:544px!important;padding:35px!important;background:var(--dot-cream)!important}.dot-bento-main h3{max-width:450px;margin-top:155px;font-size:35px}.dot-bento-main>p{max-width:490px}.dot-chart{position:absolute;left:35px;right:35px;bottom:34px;height:128px;padding:16px;border-radius:14px;background:var(--dot-navy);color:#fff}.dot-chart>span{display:flex;justify-content:space-between}.dot-chart small{color:#8294a8;font-size:7px}.dot-chart b{font-size:8px}.dot-chart>div{position:absolute;left:16px;right:16px;bottom:16px;height:67px;display:flex;align-items:flex-end;gap:6px;border-bottom:1px solid rgba(255,255,255,.14)}.dot-chart>div i{flex:1;min-height:7px;background:linear-gradient(var(--dot-red),#922c2b);border-radius:3px 3px 0 0;opacity:.76}.dot-chart>div i:last-child{opacity:1}.dot-bento-dark{background:var(--dot-navy)!important;color:#fff}.dot-bento-dark h3{max-width:340px;color:#fff}.dot-bento-dark>p{max-width:420px;color:#9caec1!important}.dot-isolation{position:absolute;right:26px;top:22px;width:110px;height:90px}.dot-isolation b{position:absolute;z-index:2;left:34px;top:20px;width:49px;height:49px;border-radius:15px;background:var(--dot-red);display:grid;place-items:center;font-size:23px}.dot-isolation i{position:absolute;width:27px;height:27px;border:1px solid rgba(255,255,255,.17);border-radius:8px}.dot-isolation i:nth-child(2){left:0}.dot-isolation i:nth-child(3){right:0}.dot-isolation i:nth-child(4){left:3px;bottom:0}.dot-bento-control h3{max-width:310px}.dot-bento-control>div{margin-top:20px;border-top:1px solid var(--dot-line)}.dot-bento-control>div p{margin:0;padding:10px 0;border-bottom:1px solid var(--dot-line);display:grid;grid-template-columns:33px 1fr auto;font-size:10px}.dot-bento-control p i{color:#9ba4ae;font-style:normal}.dot-bento-control p em{color:var(--dot-red);font-style:normal;font-weight:800}.dot-bento-red{background:var(--dot-red)!important;color:#fff}.dot-bento-red>span,.dot-bento-red>p{color:rgba(255,255,255,.74)!important}.dot-bento-red h3{max-width:340px;color:#fff}.dot-bento-red>a{display:inline-block;margin-top:18px;color:#fff;font-size:10px;font-weight:900}.dot-price-icon{position:absolute;right:28px;top:23px;width:55px;height:55px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:grid;place-items:center;font-size:21px}.dot-price-icon i{position:absolute;right:-3px;bottom:6px;width:9px;height:9px;border-radius:50%;background:var(--dot-navy)}
.dot-hosting-cta{padding:105px 0;background:var(--dot-navy);color:#fff}.dot-hosting-cta-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.dot-hosting-cta h2{color:#fff}.dot-hosting-cta-inner>div:first-child>p{max-width:520px;color:#9eb0c2;font-size:14px;line-height:1.7}.dot-hosting-card{padding:27px;border:1px solid rgba(255,255,255,.13);border-radius:19px;background:rgba(255,255,255,.04)}.dot-hosting-card>span{color:#8597aa;font-size:7px;letter-spacing:1.3px}.dot-hosting-card>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:17px 0}.dot-hosting-card>div b{padding:14px 10px;border:1px solid rgba(255,255,255,.12);border-radius:9px;font-size:17px}.dot-hosting-card b small{display:block;margin-top:4px;color:#7f92a7;font-size:6px}.dot-hosting-card>p{color:#8294a8;font-size:7px}.dot-hosting-card .dot-btn{width:100%;margin-top:12px}
.dot-journey{padding:115px 0;display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}.dot-journey-copy>p{color:var(--dot-muted);font-size:14px;line-height:1.7}.dot-journey-cards{position:relative;height:365px}.dot-journey-cards:before{content:"";position:absolute;left:50%;top:50%;width:290px;height:290px;border-radius:50%;background:#f0e9e2;transform:translate(-50%,-50%)}.dot-journey-cards article{position:absolute;width:315px;height:145px;padding:23px;border:1px solid var(--dot-line);border-radius:16px;background:#fff;box-shadow:var(--dot-shadow);display:flex;flex-direction:column}.dot-journey-cards article span{color:var(--dot-red);font-size:8px;font-weight:900}.dot-journey-cards article b{margin-top:auto;font-size:17px}.dot-journey-cards article small{margin-top:5px;color:var(--dot-muted);font-size:9px}.dot-journey-cards article:nth-child(1){left:0;top:5px;transform:rotate(-5deg)}.dot-journey-cards article:nth-child(2){right:5px;top:108px;z-index:2;background:var(--dot-navy);color:#fff;transform:rotate(2deg)}.dot-journey-cards article:nth-child(2) small{color:#92a5b9}.dot-journey-cards article:nth-child(3){left:60px;bottom:0;transform:rotate(-1deg)}
.dot-domain-search{padding:90px 0;background:var(--dot-cream);text-align:center}.dot-domain-search h2{margin-bottom:25px}.dot-domain-search form{width:min(760px,100%);height:62px;margin:auto;padding:7px;border:1px solid var(--dot-line);border-radius:14px;background:#fff;display:flex}.dot-domain-search input{flex:1;border:0!important;background:transparent!important;box-shadow:none!important;font-size:15px}.dot-domain-search button{border:0;border-radius:9px;background:var(--dot-red);color:#fff;padding:0 20px;font-size:11px;font-weight:850}
.dot-categories{padding:105px 0}.dot-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dot-category-grid>a{min-height:100px;padding:19px;border:1px solid var(--dot-line);border-radius:15px;background:#fff;display:grid;grid-template-columns:48px 1fr auto;gap:13px;align-items:center;transition:.2s}.dot-category-grid>a:hover{transform:translateY(-3px);box-shadow:var(--dot-shadow);border-color:#cbd2d8}.dot-category-grid>a>i{width:48px;height:48px;border-radius:14px;background:var(--dot-cream);color:var(--dot-red);display:grid;place-items:center;font-size:17px}.dot-category-grid b,.dot-category-grid small{display:block}.dot-category-grid b{font-size:14px}.dot-category-grid small{margin-top:4px;color:var(--dot-muted);font-size:9px}.dot-category-grid em{color:#a0a8b0;font-style:normal}
.dot-migration{padding:105px 0;background:var(--dot-cream)}.dot-migration-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:75px;align-items:center}.dot-migration-inner>div>p{max-width:560px;color:var(--dot-muted);font-size:14px;line-height:1.7}.dot-migration-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:31px 0}.dot-migration-steps>b{padding:14px;border-top:1px solid #cfd2d5;font-size:11px}.dot-migration-steps i{display:block;margin-bottom:18px;color:var(--dot-red);font-style:normal;font-size:8px}.dot-migration-steps small{display:block;margin-top:5px;color:var(--dot-muted);font-size:8px;font-weight:400;line-height:1.4}.dot-migration aside{padding:28px;border-radius:21px;background:var(--dot-navy);color:#fff}.dot-transfer{height:200px;display:grid;grid-template-columns:94px 1fr 94px;align-items:center}.dot-transfer>span{height:106px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:#0d284a;display:flex;flex-direction:column;align-items:center;justify-content:center}.dot-transfer>span.new{background:var(--dot-red);border-color:var(--dot-red)}.dot-transfer span i{color:#7d91a8;font-style:normal;font-size:6px;letter-spacing:1px}.dot-transfer span b{margin:7px 0;font-size:23px}.dot-transfer span small{color:#8195aa;font-size:6px}.dot-transfer .new i,.dot-transfer .new small{color:rgba(255,255,255,.7)}.dot-transfer>em{position:relative;height:1px;background:rgba(255,255,255,.2)}.dot-transfer>em i{position:absolute;top:-3px;width:7px;height:7px;border-radius:50%;background:var(--dot-red)}.dot-transfer>em i:nth-child(1){left:10%}.dot-transfer>em i:nth-child(2){left:48%}.dot-transfer>em i:nth-child(3){right:10%}.dot-transfer>em b{position:absolute;top:13px;width:100%;color:#788da3;text-align:center;font-size:6px;font-style:normal}.dot-migration aside ul{list-style:none;padding:0;margin:0}.dot-migration aside li{padding:11px 0;border-top:1px solid rgba(255,255,255,.13);display:grid;grid-template-columns:21px 1fr auto;font-size:9px}.dot-migration aside li:first-letter{color:var(--dot-red)}.dot-migration aside li em{color:#8598ad;font-style:normal}.dot-migration aside>p{margin:17px 0 0;color:#71869d;text-align:center;font-size:7px}
.dot-final{position:relative;overflow:hidden;min-height:290px;margin-top:45px!important;margin-bottom:45px!important;padding:50px!important;border-radius:23px;background:var(--dot-navy);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.dot-final:after{content:"";position:absolute;right:-110px;top:-110px;width:340px;height:340px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 50px rgba(255,255,255,.025),0 0 0 100px rgba(255,255,255,.018)}.dot-final h2{color:#fff}.dot-final h2 em{color:#9dafc1;font-style:normal;font-weight:400}.dot-final aside{position:relative;z-index:2}.dot-final aside p{color:#9eafc1;font-size:13px;line-height:1.6}.dot-final .dot-btn{width:100%}

/* Hosting catalog */
.dot-theme .categoriesproduct{padding:70px 0 100px!important;background:var(--dot-paper)!important}.dot-theme .categoriesproduct>.pakettitle,.dot-theme .categoriesproduct>.tablopaketler{width:min(1240px,calc(100% - 40px))!important;margin-left:auto!important;margin-right:auto!important}.dot-theme .tablopaketler{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.dot-theme .tablepaket{float:none!important;width:auto!important;min-height:540px!important;margin:0!important;padding:27px!important;border:1px solid var(--dot-line)!important;border-radius:19px!important;background:#fff!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;overflow:visible!important}.dot-theme .tablepaket.active{border:2px solid var(--dot-navy)!important;box-shadow:var(--dot-shadow)!important}.dot-theme .tablepopular{top:-13px!important;right:20px!important;left:auto!important;width:auto!important;height:auto!important;padding:7px 10px!important;border-radius:15px!important;background:var(--dot-red)!important;color:#fff!important;font-size:7px!important;letter-spacing:1px!important}.dot-theme .tpakettitle{padding:0 0 18px!important;border-bottom:1px solid var(--dot-line)!important;background:transparent!important}.dot-theme .tpakettitle h2,.dot-theme .tpakettitle h3{color:var(--dot-ink)!important;font-size:25px!important;letter-spacing:-1px!important}.dot-theme .tpakettitle span{color:var(--dot-muted)!important}.dot-theme .tablepaket .price,.dot-theme .tablepaket .amount_spot_view{color:var(--dot-ink)!important;font-weight:850!important}.dot-theme .products_features,.dot-theme .detail-products-features{margin:20px 0!important;flex:1!important}.dot-theme .products_features li,.dot-theme .detail-products-features li{padding:10px 0!important;border-color:var(--dot-line)!important;color:#4f5d6d!important;font-size:11px!important}.dot-theme .products_features li:before,.dot-theme .detail-products-features li:before{color:var(--dot-red)!important}.dot-theme .tablepaket .lbtn{width:100%!important;background:var(--dot-navy)!important}.dot-theme .tablepaket.active .lbtn{background:var(--dot-red)!important}

/* Product configuration and order stages */
.dot-theme .ilanasamalar{width:min(820px,calc(100% - 40px))!important;margin:38px auto!important;padding:0!important;background:transparent!important;display:flex!important;justify-content:center!important}.dot-theme .ilanasamalar .ilanasamax{position:relative!important;float:none!important;flex:1!important;color:#949eaa!important;font-size:9px!important}.dot-theme .ilanasamalar .ilanasamax:before{background:var(--dot-line)!important}.dot-theme .ilanasamalar .ilanasamax.active,.dot-theme .ilanasamalar .ilanasamax#active{color:var(--dot-ink)!important}.dot-theme .ilanasamalar .ilanasamax span,.dot-theme .ilanasamalar .ilanasamax i{background:var(--dot-navy)!important;color:#fff!important;border-color:var(--dot-navy)!important}.dot-theme .siparisbilgileri,.dot-theme .orderperiodblock-con,.dot-theme .domainsec,.dot-theme .sadeckyinfo{border:1px solid var(--dot-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}.dot-theme .siparisbilgileri{width:min(900px,calc(100% - 40px))!important;margin:35px auto 70px!important;padding:25px!important}.dot-theme .orderperiodblock{border:1px solid var(--dot-line)!important;border-radius:12px!important;background:#fff!important}.dot-theme .orderperiodblock:hover,.dot-theme .orderperiodblock.active{border-color:var(--dot-red)!important;background:#fff9f8!important}.dot-theme .ribbonperiod{background:var(--dot-red)!important}.dot-theme .periodselectbox{border-color:var(--dot-line)!important;background:#fbfbfa!important}.dot-theme .alanadisorgu{border-radius:12px!important;background:var(--dot-cream)!important}.dot-theme .order-stage-subdomain{border:1px solid var(--dot-line)!important;border-radius:12px!important;background:#fff!important}

/* Basket and payment */
.dot-theme .sepet{width:min(1180px,calc(100% - 40px))!important;margin:45px auto 80px!important}.dot-theme .sepetleft{width:calc(100% - 370px)!important}.dot-theme .sepetright{width:345px!important}.dot-theme .sepetlist,.dot-theme .sepetlistcon,.dot-theme .kuponkodu,.dot-theme .faturabilgisi,.dot-theme .hesapbilgisi,.dot-theme .orderuserlogin{border:1px solid var(--dot-line)!important;border-radius:15px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}.dot-theme .sepetlist{margin-bottom:12px!important}.dot-theme .sepetlistcon{border:0!important;border-radius:0!important}.dot-theme .sepetrightcon{padding:23px!important;border:0!important;border-radius:17px!important;background:var(--dot-navy)!important;color:#fff!important;box-shadow:0 25px 65px rgba(7,24,49,.18)!important}.dot-theme .sepetrightshadow{display:none!important}.dot-theme .sepetsipinfo,.dot-theme .totalamountinfo{border-color:rgba(255,255,255,.13)!important;color:#fff!important}.dot-theme .sepetrightcon h2,.dot-theme .sepetrightcon h3,.dot-theme .sepetrightcon h4,.dot-theme .sepetrightcon strong{color:#fff!important}.dot-theme .sepetrightcon span,.dot-theme .sepetrightcon small{color:#8fa1b5!important}.dot-theme .sepetrightcon .gonderbtn,.dot-theme .sepetrightcon .yesilbtn{width:100%!important;background:var(--dot-red)!important}.dot-theme .uhinfo,.dot-theme .uhperiyod,.dot-theme .uhtutar,.dot-theme .uhsil{border-color:var(--dot-line)!important}.dot-theme .paymentlogos{padding:12px!important;border:1px solid var(--dot-line)!important;border-radius:10px!important;background:#fff!important}.dot-theme .secureoptions{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.dot-theme .secureoptions>div{border:1px solid var(--dot-line)!important;border-radius:11px!important;background:var(--dot-cream)!important}

/* Sign in / sign up */
.dot-theme .clean-theme-signinup-con{width:min(1040px,calc(100% - 40px))!important;margin:60px auto 90px!important;border:1px solid var(--dot-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--dot-shadow)!important;overflow:hidden!important}.dot-theme .clean-theme-signinup-left{width:42%!important;min-height:620px!important;background:radial-gradient(circle at 20% 90%,rgba(255,69,56,.17),transparent 30%),var(--dot-navy)!important;color:#fff!important}.dot-theme .clean-theme-signinup-left h1,.dot-theme .clean-theme-signinup-left h2,.dot-theme .clean-theme-signinup-left h3,.dot-theme .clean-theme-signinup-left p{color:#fff!important}.dot-theme .clean-theme-signinup-right{width:58%!important;padding:45px!important;background:#fff!important}.dot-theme .clean-theme-signinup-right-title{border:0!important;color:var(--dot-ink)!important}.dot-theme .clean-theme-signup-box{border:1px solid var(--dot-line)!important;border-radius:12px!important;background:#fff!important}.dot-theme .clean-theme-signup-box-title{background:var(--dot-cream)!important;color:var(--dot-ink)!important;border:0!important}.dot-theme .socialconnect{border-radius:10px!important;overflow:hidden!important}

/* Client area */
.dot-account{background:#f4f5f4!important}.dot-account .clean-theme-header{position:relative}.dot-account>.clean-theme-header .menu{display:block!important}.dot-account>.clean-theme-header+ #wrapper,.dot-account> #wrapper{display:flex!important;align-items:flex-start!important;gap:16px!important;padding-top:35px!important;padding-bottom:55px!important}.dot-account .mpanelleft{order:1!important;float:none!important;width:245px!important;flex:0 0 245px!important;margin:0!important}.dot-account #basic_client_rightcon,.dot-account .mpanelright{order:2!important;float:none!important;width:calc(100% - 261px)!important;flex:1!important;margin:0!important}.dot-account #bigcontent{width:100%!important}.dot-account .clean-theme-client-left-block,.dot-account .mpanelrightcon,.dot-account .moderncliendblock,.dot-account .faturalarim,.dot-account .desteksistemi,.dot-account .hizmetblok,.dot-account .skonfiginfo,.dot-account .sunucukonfigurasyonu{border:1px solid var(--dot-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}.dot-account .clean-theme-client-left-block{margin-bottom:12px!important}.dot-account .clean-theme-client-left-block-title{padding:15px 17px!important;border:0!important;border-bottom:1px solid var(--dot-line)!important;background:var(--dot-navy)!important;color:#fff!important}.dot-account .clean-theme-client-left-block-title h4,.dot-account .clean-theme-client-left-block-title span{color:#fff!important}.dot-account .clean-theme-left-block-title strong{color:var(--dot-ink)!important}.dot-account .muspanelbloks{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:11px!important;margin:0 0 12px!important}.dot-account .mpanelblok{float:none!important;width:auto!important;min-height:130px!important;margin:0!important;border:1px solid var(--dot-line)!important;border-radius:14px!important;background:#fff!important;color:var(--dot-ink)!important;box-shadow:none!important;overflow:hidden!important}.dot-account .mpanelblok a,.dot-account .mpanelblok h1,.dot-account .mpanelblok h2{color:var(--dot-ink)!important}.dot-account .mpanelblok h1{font-size:27px!important}.dot-account .mpanelblok h2{font-size:9px!important}.dot-account .mpanelblokicon{color:var(--dot-red)!important}.dot-account .mblokbtn{background:var(--dot-cream)!important;color:var(--dot-muted)!important}.dot-account .wclientblockscon{width:100%!important}.dot-account .mpanelrightcon{padding:20px!important}.dot-account .moderncliendblock{padding:20px!important}.dot-account table{width:100%!important;border-collapse:collapse!important;border:0!important;background:#fff!important}.dot-account table th{padding:13px!important;background:var(--dot-cream)!important;color:#7b8693!important;border-color:var(--dot-line)!important;font-size:9px!important}.dot-account table td{padding:13px!important;border-color:var(--dot-line)!important;color:#455365!important;font-size:10px!important}.dot-account table tr:hover td{background:#fff9f8!important}.dot-account .productinfo{border:1px solid var(--dot-line)!important;border-radius:12px!important;background:#fff!important}.dot-account .progress-circle{color:var(--dot-red)!important}.dot-account .tablinks.active,.dot-account .tablinks:hover{background:var(--dot-navy)!important;color:#fff!important}.dot-account .tabcontent{border:1px solid var(--dot-line)!important;border-radius:0 0 12px 12px!important;background:#fff!important}.dot-account .sungenbil,.dot-account .sunucretler{border-color:var(--dot-line)!important;background:#fff!important}.dot-account .addservicetitle{background:var(--dot-navy)!important;color:#fff!important}.dot-account .support-summary,.dot-account .noentryblock{border-radius:13px!important;background:var(--dot-cream)!important}

/* Footer */
.dot-theme .clean-theme-footer{min-height:110px!important;padding:0!important;border:0!important;background:var(--dot-navy)!important;color:#7f92a8!important}.dot-theme .clean-theme-footer>#wrapper{min-height:110px;display:flex;align-items:center;justify-content:space-between}.dot-theme .clean-theme-footer-left{float:none!important;color:#8396aa!important;font-size:10px!important}.dot-theme .clean-theme-footer-left:before{content:"dot.net.tr  •  ";color:#fff;font-weight:800}.dot-theme .cd-top{background-color:var(--dot-red)!important;border-radius:10px!important}

@media(max-width:1050px){
    .dot-hero-inner,.dot-section-head,.dot-hosting-cta-inner,.dot-journey,.dot-migration-inner{grid-template-columns:1fr}.dot-console{justify-self:start}.dot-bento{grid-template-columns:1fr}.dot-bento-main{grid-row:auto}.dot-hosting-cta-inner,.dot-migration-inner{gap:45px}.dot-journey{gap:55px}.dot-theme .tablopaketler{grid-template-columns:1fr!important;max-width:650px!important}.dot-theme .sepetleft,.dot-theme .sepetright{float:none!important;width:100%!important}.dot-theme .sepetright{margin-top:16px!important}.dot-account .muspanelbloks{grid-template-columns:repeat(2,1fr)!important}.dot-account>.clean-theme-header+ #wrapper,.dot-account> #wrapper{flex-direction:column!important}.dot-account .mpanelleft,.dot-account #basic_client_rightcon,.dot-account .mpanelright{width:100%!important;flex-basis:auto!important}.dot-account .mpanelleft{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dot-account .clean-theme-client-left-block{margin:0!important}
}

@media(max-width:720px){
    .dot-theme #wrapper,.dot-container{width:calc(100% - 28px)!important}.dot-theme .clean-theme-header>.wrapper,.dot-theme .clean-theme-header>#wrapper{height:68px}.dot-theme .clean-theme-header-logo>a{transform:scale(.88);transform-origin:left center}.dot-theme .clean-theme-header-right-btns{display:none!important}.dot-theme .clean-theme-header .menu{display:none!important}.dot-theme .clean-theme-mobile-btn{display:block!important}.dot-hero{min-height:auto}.dot-hero-inner{min-height:auto;padding:60px 0 78px}.dot-hero-copy h1{font-size:46px;letter-spacing:-3.2px}.dot-hero-copy>p{font-size:14px}.dot-hero-actions .dot-btn{width:100%}.dot-proof{flex-direction:column;gap:8px}.dot-console{max-width:100%}.dot-float-card{display:none}.dot-console-content{padding:16px}.dot-network-map{height:200px}.dot-tech{align-items:flex-start;flex-direction:column;gap:14px;padding:21px 0}.dot-tech>div{flex-wrap:wrap;gap:10px}.dot-benefits,.dot-categories,.dot-journey{padding:75px 0}.dot-section-head{gap:18px}.dot-section-head h2,.dot-hosting-cta h2,.dot-journey h2,.dot-domain-search h2,.dot-migration h2,.dot-final h2{font-size:35px;letter-spacing:-2px}.dot-bento-main{min-height:510px!important;padding:24px!important}.dot-bento-main h3{margin-top:125px;font-size:29px}.dot-chart{left:24px;right:24px}.dot-bento article{padding:24px}.dot-hosting-cta,.dot-domain-search,.dot-migration{padding:72px 0}.dot-hosting-card>div{grid-template-columns:1fr}.dot-journey-cards{height:440px}.dot-journey-cards article{width:90%}.dot-journey-cards article:nth-child(2){right:0}.dot-journey-cards article:nth-child(3){left:10px}.dot-domain-search form{height:auto;padding:8px;flex-direction:column}.dot-domain-search button{height:45px}.dot-category-grid{grid-template-columns:1fr}.dot-migration-steps{grid-template-columns:1fr}.dot-transfer{grid-template-columns:78px 1fr 78px}.dot-final{width:calc(100% - 28px)!important;padding:34px 23px!important;grid-template-columns:1fr;gap:32px}.dot-theme .clean-theme-signinup-con{width:calc(100% - 28px)!important;margin:35px auto!important}.dot-theme .clean-theme-signinup-left,.dot-theme .clean-theme-signinup-right{float:none!important;width:100%!important}.dot-theme .clean-theme-signinup-left{min-height:260px!important}.dot-theme .clean-theme-signinup-right{padding:24px!important}.dot-theme .secureoptions{grid-template-columns:1fr!important}.dot-account .muspanelbloks,.dot-account .mpanelleft{grid-template-columns:1fr!important}.dot-account table th,.dot-account table td{min-width:115px!important}.dot-account .mpanelrightcon{overflow-x:auto!important}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.dot-theme *{transition:none!important;animation:none!important}}

/* Corporate footer component */
.dot-theme .dot-footer>#wrapper.dot-footer-grid{min-height:285px!important;padding:52px 0 22px!important;display:grid!important;grid-template-columns:1.6fr repeat(3,1fr)!important;gap:55px!important;align-items:start!important}
.dot-footer-logo{position:relative;display:flex;width:auto;height:52px;align-items:center;overflow:visible;background-image:none}
.dot-footer-logo span{position:static;left:auto}
.dot-footer-about p{max-width:260px;margin:17px 0;color:#8598ac;font-size:11px;line-height:1.6}
.dot-footer-column{display:flex;flex-direction:column;gap:10px}
.dot-footer-column b{margin-bottom:5px;color:#fff;font-size:10px}
.dot-footer-column a{color:#8497ab!important;font-size:9px}
.dot-footer-column a:hover{color:var(--dot-red)!important}
.dot-footer-bottom{grid-column:1/-1;margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:#657a91;font-size:8px}
.dot-footer-bottom a{color:#8598ac!important}

@media(max-width:720px){
    .dot-theme .dot-footer>#wrapper.dot-footer-grid{grid-template-columns:1fr 1fr!important;gap:30px!important}
    .dot-footer-about{grid-column:1/-1}
    .dot-footer-bottom{flex-direction:column;gap:8px}
}
