/* Refreshed domain search UI */
.main-hero .domain-search{display:flex; align-items:center; gap:8px; background:#ffffff; border:1px solid #e5e7eb; border-radius:9999px; padding:8px 8px 8px 14px; box-shadow:0 8px 24px rgba(2,6,23,.06)}
.main-hero .domain-search span{display:flex; align-items:center}
.main-hero .domain-search span img{width:18px; height:18px; opacity:.7}
.main-hero .domain-search input{flex:1; border:0; outline:0; padding:8px 10px; font-size:16px}
.main-hero .domain-search button{border:0; background:#2563eb; color:#fff; font-weight:700; padding:10px 18px; border-radius:9999px}
.main-hero .domain-suffixes{display:flex; flex-wrap:wrap; gap:8px; margin-top:10px}
.main-hero .domain-suffixes .badge{background:#1e293b; color:#fff; border-radius:9999px; padding:6px 10px; font-size:12px}
.main-hero .domain-suffixes .badge.alt{background:#0f172a}

/* Hide old sliding list */
.main-hero .home-domain-price{display:none}

/* Static domain cards */
.main-hero .domain-cards{display:grid; grid-template-columns:repeat(6,1fr); gap:18px; margin-top:20px}
.main-hero .domain-card{background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:18px; box-shadow:0 6px 16px rgba(2,6,23,.04); transition:transform .2s ease, box-shadow .2s ease}
.main-hero .domain-card:hover{transform:translateY(-2px); box-shadow:0 10px 22px rgba(2,6,23,.08)}
.main-hero .domain-card .row1{display:flex; align-items:center; justify-content:space-between; margin-bottom:14px}
.main-hero .domain-card .ext{font-size:28px; font-weight:800; color:#0f172a}
.main-hero .domain-card .discount{background:#d1fae5; color:#065f46; font-weight:700; font-size:12px; padding:4px 8px; border-radius:8px}
.main-hero .domain-card .sub{color:#64748b; font-size:12px}
.main-hero .domain-card .price{font-size:18px; font-weight:800; color:#0f172a; margin-top:4px}
.main-hero .domain-card .arrow{margin-left:auto; color:#0f172a}
@media (max-width: 991.98px){.main-hero .domain-cards{grid-template-columns:repeat(3,1fr)}}
@media (max-width: 575.98px){.main-hero .domain-cards{grid-template-columns:repeat(2,1fr)}}

/* Hero background: dotted world map like original design */
.main-hero.pink{position:relative;background-color:#ffffff}
.main-hero.pink>*{position:relative;z-index:1}
.main-hero.pink:before,
.main-hero.pink:after{content:none}
/* Stats section like screenshot */
.site-stats{background:#ffffff; padding:40px 0}
.site-stats .stats-title{font-size:36px; font-weight:800; color:#0f172a; margin:0 0 8px}
.site-stats .stats-desc{color:#6b7280; margin:0 0 28px; text-align:center}
.site-stats .stats-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:0; align-items:stretch}
.site-stats .stat-card{position:relative; text-align:center; padding:24px 32px; background:transparent}
.site-stats .stat-card + .stat-card{border-left:1px solid #e5e7eb}
.site-stats .stat-icon{width:64px; height:64px; background:#f1f5f9; border-radius:14px; box-shadow:0 8px 18px rgba(2,6,23,.06); display:flex; align-items:center; justify-content:center; margin:0 auto 12px}
.site-stats .stat-icon i{font-size:28px; color:#1e40af}
.site-stats .stat-count{font-size:32px; font-weight:800; color:#0f172a; letter-spacing:1px}
.site-stats .stat-label{color:#6b7280; margin-top:6px}
@media(max-width:991.98px){.site-stats .stats-grid{grid-template-columns:repeat(2,1fr)}.site-stats{padding:30px 0}}
@media(max-width:575.98px){.site-stats .stats-grid{grid-template-columns:repeat(2,1fr); gap:10px}.site-stats .stat-card{border-left:0!important;border-top:1px solid #e5e7eb}}
/* Support hero block like screenshot */
.support-hero{background:#ffffff; padding:24px 0 0}
.support-hero .support-row{display:flex; align-items:center; justify-content:center; gap:40px}
.support-hero__image{flex:0 0 420px; height:280px; background:url('../../images/soru.png') center/contain no-repeat; align-self:flex-end}
.support-hero__content{max-width:760px}
.support-hero__content h2{font-size:36px; font-weight:800; color:#0f172a; margin:0 0 8px}
.support-hero__content p{color:#6b7280; margin:0 0 10px}
.support-hero__items{display:flex; gap:60px; align-items:center; margin:0}
.support-hero__items .item{display:flex; align-items:center; gap:10px; color:#0f172a}
.support-hero__items .item i{font-size:28px}
@media (max-width: 991.98px){
  .support-hero .support-row{flex-direction:column; text-align:center}
  .support-hero__image{flex:0 0 auto; width:100%; max-width:500px; height:220px}
  .support-hero__items{justify-content:center; gap:20px}
}
@media (max-width: 767.98px){
  .support-hero__image{display:none}
  .support-hero{padding:24px 0 28px}
  .support-hero .support-row{gap:16px}
  .support-hero__content p{margin-bottom:12px}
  .support-hero__items{gap:14px}
}
/* Pricing section theme overrides scoped to home-banners */

.home-banners { background: #f6f8fb; padding: 60px 0 30px; }
/* Why Venain section styling to match home-banners background */
.why-section { background:#f6f8fb; padding:40px 0; }
.why-section .title { text-align:center; }
.why-section .title h2 { margin:0 0 10px; font-weight:800; color:#0f172a; font-size:42px; }
.why-section .title p { color:#6b7280; margin:0 0 22px; font-size:16px; }

/* Cards look like screenshot: centered content, icon in soft square */
.why-section .why-box { text-align:center; padding: 8px 18px; }
.why-section .why-box .thumb { width:96px; height:96px; background:#ffffff; border-radius:14px; box-shadow:0 12px 24px rgba(2,6,23,.06); display:flex; align-items:center; justify-content:center; margin:0 auto 14px; }
.why-section .why-box .thumb .icon { list-style:none; margin:0; padding:0; }
.why-section .why-box .thumb .icon i { font-size:36px; color:#2563eb; }
.why-section .why-box .text h3 { font-weight:800; color:#0f172a; font-size:20px; margin:0 0 8px; }
.why-section .why-box .text p { color:#6b7280; font-size:14px; line-height:1.6; margin:0 auto; max-width:380px; }

@media (max-width: 991.98px){
  .why-section { padding:32px 0; }
  .why-section .title h2 { font-size:34px; }
}
@media (max-width: 575.98px){
  .why-section .title h2 { font-size:28px; }
  .why-section .why-box .text p { max-width:100%; }
}

/* Numbers (Müşterilerimiz arasına katılın!) section */
.numbers-wrapper { background:#ffffff; }
.home-banners .section-title { text-align: center; margin-bottom: 28px; }
.home-banners .section-title span { display:block; font-size:14px; color:#6b7280; margin-bottom: 6px; }
.home-banners .section-title .title { font-size: 42px; font-weight: 800; color:#0f172a; }
.home-banners .section-title p { color:#6b7280; margin-top: 8px; }
.home-banners .billing-toggle{display:flex; align-items:center; justify-content:center; gap:10px; margin-top:10px; color:#6b7280; font-size:12px;}
.home-banners .switch{position:relative; display:inline-block; width:36px; height:20px; opacity:.6}
.home-banners .switch input{opacity:0; width:0; height:0}
.home-banners .slider{position:absolute; cursor:not-allowed; top:0; left:0; right:0; bottom:0; background-color:#cbd5e1; transition:.2s; border-radius:9999px}
.home-banners .slider:before{position:absolute; content:""; height:14px; width:14px; left:3px; bottom:3px; background-color:white; transition:.2s; border-radius:50%}
.home-banners .switch input:checked + .slider{background-color:#2563eb}
.home-banners .switch input:checked + .slider:before{transform:translateX(16px)}

/* Grid for 4 cards */
.home-banners .homeTabsRow { display: flex; gap: 0; align-items: stretch; }
.home-banners .homeTabsCol { width: 100%; margin: 0; }
@media (max-width: 991.98px){ .home-banners .homeTabsRow { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px){ .home-banners .homeTabsRow { grid-template-columns: 1fr; } }

/* Card */
.home-banners .homeTabsColBox { position:relative; background:#fff; border:1px solid #e5e7eb; border-right:0; border-radius:0; padding:22px 24px; transition: box-shadow .2s ease; box-shadow: none; display:flex; flex-direction:column; height:100%; }
.home-banners .homeTabsColBox.shadow { box-shadow: none !important; border-radius: 0 !important; }
.home-banners .homeTabsColBox.blue, .home-banners .homeTabsColBox.purple, .home-banners .homeTabsColBox.yellow { box-shadow: none !important; border-radius: 0 !important; }
.home-banners .homeTabsCol:last-child .homeTabsColBox { border-right:1px solid #e5e7eb; }
.home-banners .homeTabsColBox * { word-break: normal; white-space: normal; letter-spacing: 0; }
.home-banners .homeTabsColBox:hover { box-shadow: 0 8px 18px rgba(2,6,23,.06); }
.home-banners .homeTabsColBox.blue,
.home-banners .homeTabsColBox.purple,
.home-banners .homeTabsColBox.yellow { background:#fff; }

.home-banners .homeTabsColBox ul { list-style:none; padding:0; margin:0; }
.home-banners .homeTabsColBox ul li.icon { display:none; }
.home-banners .homeTabsColBox ul li.title { font-size:15px; font-weight:700; color:#0f172a; margin-bottom:6px; text-align:left; }
.home-banners .homeTabsColBox ul li.desc { font-size:13px; color:#6b7280; margin-bottom:6px; text-align:left; }

/* Price */
.home-banners .homeTabsColBox .price { margin: 6px 0 8px; }
.home-banners .homeTabsColBox .price .market { justify-content:flex-start; padding-left:0; font-size:42px; line-height:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.home-banners .homeTabsColBox .price .market sup { font-size:22px; left:0; top:-2px; }
.home-banners .homeTabsColBox .price .market sub { font-size:12px; color:#6b7280; top:0; left:6px; }
.home-banners .homeTabsColBox .price > small { display:block; font-size:13px; color:#6b7280; margin-top:4px; }
.home-banners .homeTabsColBox .price-note { font-size:12px; color:#6b7280; margin-top:6px; }

/* CTA */
.home-banners .homeTabsColBox .more { margin-top: 8px; margin-bottom: 6px; }
.home-banners .homeTabsColBox .simpleButton { display:block; width:100%; background:#2563eb; color:#fff !important; border-radius:4px; padding:12px 16px; font-weight:700; text-align:center; border:0; }
.home-banners .homeTabsColBox .simpleButton:hover { background:#1d4ed8; }

/* Separators */
.home-banners .homeTabsColBox .divider, .home-banners .homeTabsColBox hr { height:1px; background:#eef0f5; border:0; margin:16px 0; }

/* Sale ribbon on third card */
.home-banners .homeTabsColBox .sale-ribbon { position:absolute; top:0; right:0; background:#f43f5e; color:#fff; font-weight:700; font-size:12px; line-height:1; padding:6px 60px; transform: translate(32px, 14px) rotate(25deg); transform-origin: top right; box-shadow: 0 2px 6px rgba(0,0,0,.1); }

/* Features list directly under button */
.home-banners .features-divider { display:block; height:1px; background:#eef0f5; margin:14px 0 10px; }
.home-banners .features-title { font-weight:700; color:#0f172a; margin-bottom:8px; }
.home-banners .feature { display:flex; align-items:center; gap:8px; color:#0f172a; font-size:14px; padding:4px 0; }
.home-banners .feature i { color:#22c55e; }
.home-banners .feature small { font-weight:600; }

/* Force merged cards and visible price */
.home-banners .homeTabs{margin:0 auto!important;padding:0!important;max-width:1140px}
.home-banners .homeTabsRow{display:flex!important;gap:0!important;align-items:stretch;justify-content:center}
.home-banners .homeTabsCol{flex:0 0 25%!important;max-width:25%!important;padding:0!important;margin:0!important}
.home-banners .homeTabsColBox{margin:0!important;border-radius:0!important;box-shadow:none!important;border:0!important}
.home-banners .homeTabsCol:not(:first-child) .homeTabsColBox{border-left:1px solid #e5e7eb!important}
.home-banners .homeTabsColBox .price .market{font-size:42px!important;color:#0f172a!important;display:block!important;padding:0!important;margin:0 0 2px!important;line-height:1!important}
.home-banners .homeTabsColBox .price .market span{display:inline-block!important;color:#0f172a!important;font-size:42px!important;font-weight:800!important;line-height:1!important;opacity:1!important}

/* New explicit price wrapper to avoid conflicts with existing .market rules */
.home-banners .homeTabsColBox .price .plan-price{display:block!important;margin:0 0 2px!important}
.home-banners .homeTabsColBox .price .plan-price span{display:inline-block!important;color:#0f172a!important;font-size:42px!important;font-weight:800!important;line-height:1!important}

/* Remove container side paddings to center perfectly */
.home-banners > .container{padding-left:0!important;padding-right:0!important;margin:0 auto!important;max-width:1140px}
.home-banners .section-title{max-width:1140px;margin:0 auto 28px}

/* Responsive fixes */
@media (max-width: 991.98px) {
  .home-banners > .container{padding-left:15px!important;padding-right:15px!important;max-width:100%}
  .home-banners .homeTabs{max-width:100%}
  .home-banners .homeTabsRow{flex-direction:column!important;justify-content:flex-start!important;align-items:center!important}
  .home-banners .homeTabsCol{flex:0 0 auto!important;width:auto!important;max-width:540px!important;margin:0 auto!important}
  .home-banners .homeTabsCol + .homeTabsCol{margin-top:16px!important}
  .home-banners .homeTabsColBox{border:1px solid #e5e7eb!important;max-width:540px;width:100%}
  .home-banners .homeTabsColBox .price .plan-price span{font-size:36px!important}
}
@media (max-width: 575.98px) {
  .home-banners .homeTabsCol{flex:0 0 auto!important;width:auto!important;max-width:420px!important;margin:0 auto!important}
  .home-banners .homeTabsColBox{padding:16px 18px;max-width:420px;width:100%;margin:0 auto!important}
  .home-banners .homeTabsColBox .price .plan-price span{font-size:32px!important}
  .home-banners .homeTabsColBox .price > small{font-size:12px}
  .home-banners .homeTabsColBox .more{margin-top:10px}
}

/* Global map styles */
.global-map {background:transparent; padding:40px 0}
.global-map .global-map__canvas {position:relative; width:100%; max-width:900px; margin:0 auto;}
.global-map .global-map__canvas .map-img{width:100%; height:auto; display:block}
.global-map .pin {position:absolute; transform: translate(-50%, -50%);}
.global-map .pin .dot {width:10px; height:10px; background:#ffedd5; border:3px solid #fb923c; border-radius:50%; display:inline-block; box-shadow:0 0 8px rgba(0,0,0,.4)}
.global-map .pin .label {position:absolute; top:-30px; left:50%; transform:translateX(-50%); background:#ffffff; color:#111827; font-size:12px; padding:4px 8px; border-radius:6px; box-shadow:0 2px 6px rgba(0,0,0,.15)}


