/* Start custom CSS for html, class: .elementor-element-aa50ff9 *//* =========================================================
   Domain & Hosting — Domain Sorgula (Detay) CSS
   - Sayfa hedefi: .wv-ecom-guide.wv-domain-hosting (örn: .wv-domain-check)
   - Bu dosya, senin “İçerik Üretimi” detay şablonundaki yapıyı
     Domain sayfasına uyarlayan muadil stildir.
   - Not: Bu CSS; breadcrumb/h1/lead gibi genel sınıfları “hizmet listesi” CSS’inden alır.
     Burada; detay layout + sticky menü + bloklar + domain sorgu formu stilleri vardır.
========================================================= */

/* Theme vars (fallback) */
:root{
  --wv-1:#47415d;
  --wv-2:#f3f0ff;
  --wv-3:#9699bf;
  --wv-4:#1181c8;
  --wv-5:#cce9ff;

  --wv-shadow: 0 14px 34px rgba(71,65,93,.10);
  --wv-shadow-sm: 0 10px 24px rgba(71,65,93,.06);
  --wv-radius: 18px;
}

/* Wrap width */
.wv-domain-hosting .wv-wrap{
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

/* Page scope */
.wv-domain-hosting{ color: var(--wv-1); }

/* HERO */
.wv-domain-hosting .wv-ecomGuideHero{ padding-top: 26px; }
.wv-domain-hosting .wv-ecomGuideHero__row{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: stretch;
}
.wv-domain-hosting .wv-ecomGuideHero__chips{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top: 14px;
}

/* Right summary card */
.wv-domain-hosting .wv-ecomGuideCard{
  background: linear-gradient(180deg, rgba(243,240,255,.92) 0%, rgba(204,233,255,.28) 100%);
  border: 1px solid rgba(71,65,93,.16);
  border-radius: var(--wv-radius);
  padding: 16px;
  box-shadow: var(--wv-shadow);
  height: 100%;
  display:flex;
  flex-direction:column;
}
.wv-domain-hosting .wv-ecomGuideCard *{ opacity: 1; }
.wv-domain-hosting .wv-ecomGuideCard__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.wv-domain-hosting .wv-ecomGuideCard__kicker{
  font-weight: 950;
  font-size: 12px;
  letter-spacing: .2px;
  color: rgba(71,65,93,.82);
}
.wv-domain-hosting .wv-ecomGuideCard__title{
  margin: 6px 0 0;
  font-size: 20px;
  line-height: 1.25;
  color: var(--wv-1);
}
.wv-domain-hosting .wv-ecomGuideCard__list{
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(71,65,93,.92);
}
.wv-domain-hosting .wv-ecomGuideCard__list li{ margin: 10px 0; }
.wv-domain-hosting .wv-ecomGuideCard__cta{
  margin-top: 12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.wv-domain-hosting .wv-ecomGuideCard__note{
  margin-top: auto;
  padding-top: 10px;
  color: rgba(71,65,93,.75);
}

/* Tag */
.wv-domain-hosting .wv-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 12px;
  color:#fff;
  background: var(--wv-4);
  box-shadow: 0 10px 22px rgba(17,129,200,.18);
}

/* Pills */
.wv-domain-hosting .wv-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  background: rgba(243,240,255,.78);
  border: 1px solid rgba(150,153,191,.30);
}

/* Buttons */
.wv-domain-hosting a.wv-btn{ text-decoration:none; }
.wv-domain-hosting .wv-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 950;
  line-height: 1;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease, background .15s ease, border-color .15s ease;
  user-select: none;
  white-space: nowrap;
}
.wv-domain-hosting .wv-btn--primary{
  background: var(--wv-4) !important;
  border: 1px solid rgba(17,129,200,.35) !important;
  color:#fff !important;
  box-shadow: 0 12px 26px rgba(17,129,200,.18);
}
.wv-domain-hosting .wv-btn--primary:hover{
  filter: brightness(.98);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(17,129,200,.22);
}
.wv-domain-hosting .wv-btn--ghost{
  background: rgba(243,240,255,.75);
  border: 1px solid rgba(150,153,191,.35);
  color: var(--wv-1);
}
.wv-domain-hosting .wv-btn--ghost:hover{
  background: rgba(204,233,255,.35);
  border-color: rgba(17,129,200,.30);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(71,65,93,.10);
}
.wv-domain-hosting .wv-btn--soft{
  background: rgba(204,233,255,.35);
  border: 1px solid rgba(17,129,200,.25);
  color: var(--wv-1);
}
.wv-domain-hosting .wv-btn--soft:hover{
  background: rgba(204,233,255,.55);
  border-color: rgba(17,129,200,.35);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(71,65,93,.10);
}
.wv-domain-hosting .wv-btn--ghost-inv{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.20);
  color:#fff;
}
.wv-domain-hosting .wv-btn--ghost-inv:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.26);
  transform: translateY(-1px);
}

/* Layout: sticky nav + content */
.wv-domain-hosting .wv-ecomGuideGrid{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 14px;
}

/* Sticky menu */
.wv-domain-hosting .wv-ecomGuideNav{
  position: sticky;
  top: 18px;
  z-index: 2;
  align-self: start;
}
.wv-domain-hosting .wv-ecomGuideNav__box{
  border: 1px solid rgba(71,65,93,.14);
  border-radius: var(--wv-radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(71,65,93,.07);
  padding: 14px;
}
.wv-domain-hosting .wv-ecomGuideNav__title{ font-weight: 950; margin-bottom: 10px; }
.wv-domain-hosting .wv-ecomGuideNav__link{
  display:block;
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration:none;
  color: var(--wv-1);
  border: 1px solid rgba(71,65,93,.10);
  background: rgba(243,240,255,.60);
  margin: 8px 0;
  font-weight: 900;
}
.wv-domain-hosting .wv-ecomGuideNav__link:hover{
  border-color: rgba(17,129,200,.30);
  background: rgba(204,233,255,.38);
  transform: translateY(-1px);
}
.wv-domain-hosting .wv-ecomGuideNav__divider{
  height: 1px;
  background: rgba(71,65,93,.12);
  margin: 12px 0;
}
.wv-domain-hosting .wv-ecomGuideNav__miniTitle{ font-weight: 950; margin-bottom: 8px; }
.wv-domain-hosting .wv-ecomGuideNav__miniBtn{
  display:block;
  text-align:center;
  padding: 10px 10px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 950;
  border: 1px solid rgba(71,65,93,.18);
  margin: 8px 0;
  color: var(--wv-1);
  background: #fff;
}
.wv-domain-hosting .wv-ecomGuideNav__miniBtn:hover{
  border-color: rgba(17,129,200,.35);
  box-shadow: 0 10px 22px rgba(71,65,93,.10);
  transform: translateY(-1px);
}

/* Blocks */
.wv-domain-hosting .wv-ecomBlock{
  border: 1px solid rgba(71,65,93,.12);
  border-radius: var(--wv-radius);
  background: #fff;
  padding: 18px;
  margin-bottom: 14px;
  box-shadow: var(--wv-shadow-sm);
}
.wv-domain-hosting .wv-ecomBlock--muted{
  background: linear-gradient(180deg, rgba(243,240,255,.75), rgba(255,255,255,1));
}
.wv-domain-hosting .wv-ecomBlock__head{ margin-bottom: 14px; }

/* Split points */
.wv-domain-hosting .wv-ecomSplit{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.wv-domain-hosting .wv-ecomPoint{
  display:flex;
  gap: 12px;
  border: 1px solid rgba(71,65,93,.12);
  border-radius: 16px;
  padding: 14px;
  background: rgba(204,233,255,.18);
}
.wv-domain-hosting .wv-ecomPoint__ic{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(243,240,255,.92);
  border: 1px solid rgba(150,153,191,.35);
  color: var(--wv-4);
  flex: 0 0 auto;
}
.wv-domain-hosting .wv-ecomPoint__ic svg{ width: 22px; height: 22px; }
.wv-domain-hosting .wv-ecomPoint h3{ margin:0 0 6px; font-size: 16px; }
.wv-domain-hosting .wv-ecomPoint p{ margin:0; opacity:.86; line-height:1.6; }

/* Coverage cards */
.wv-domain-hosting .wv-ecomCards{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.wv-domain-hosting .wv-ecomCard{
  border: 1px solid rgba(71,65,93,.14);
  border-radius: 16px;
  background: #fff;
  padding: 14px;
}
.wv-domain-hosting .wv-ecomCard__top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom: 10px;
}
.wv-domain-hosting .wv-ecomCard__ic{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(204,233,255,.45);
  border: 1px solid rgba(17,129,200,.22);
  color: var(--wv-4);
}
.wv-domain-hosting .wv-ecomCard__ic svg{ width: 20px; height: 20px; }
.wv-domain-hosting .wv-ecomCard h3{ margin:0; font-size: 16px; }
.wv-domain-hosting .wv-ecomCard ul{ margin:0; padding-left: 18px; opacity:.92; }
.wv-domain-hosting .wv-ecomCard li{ margin: 7px 0; }

/* Deliverables */
.wv-domain-hosting .wv-ecomDeliver{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.wv-domain-hosting .wv-ecomDeliver__item{
  border: 1px solid rgba(71,65,93,.12);
  border-radius: 16px;
  padding: 14px;
  background: rgba(243,240,255,.55);
}
.wv-domain-hosting .wv-ecomDeliver__item h3{ margin:0 0 6px; font-size: 16px; }
.wv-domain-hosting .wv-ecomDeliver__item p{ margin:0; opacity:.86; line-height:1.6; }

/* Plans */
.wv-domain-hosting .wv-ecomPlans{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  align-items: stretch;
}
.wv-domain-hosting .wv-ecomPlan{
  border: 1px solid rgba(71,65,93,.14);
  border-radius: var(--wv-radius);
  background: #fff;
  padding: 16px;
  position: relative;
  box-shadow: 0 12px 28px rgba(71,65,93,.07);
}
.wv-domain-hosting .wv-ecomPlan h3{ margin:0 0 8px; }
.wv-domain-hosting .wv-ecomPlan ul{ margin:0; padding-left:18px; }
.wv-domain-hosting .wv-ecomPlan li{ margin: 7px 0; }

/* Steps */
.wv-domain-hosting .wv-ecomSteps{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap: 12px;
}
.wv-domain-hosting .wv-ecomSteps li{
  display:flex;
  gap: 12px;
  border: 1px solid rgba(71,65,93,.12);
  border-radius: 16px;
  background: #fff;
  padding: 14px;
}
.wv-domain-hosting .wv-ecomSteps__n{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(243,240,255,.92);
  border: 1px solid rgba(150,153,191,.35);
  font-weight: 950;
  flex: 0 0 auto;
}
.wv-domain-hosting .wv-ecomSteps__b h3{ margin:0 0 6px; font-size: 16px; }
.wv-domain-hosting .wv-ecomSteps__b p{ margin:0; opacity:.86; line-height:1.6; }
.wv-domain-hosting .wv-ecomSteps__b a{ color: var(--wv-4); text-decoration:none; font-weight: 950; }
.wv-domain-hosting .wv-ecomSteps__b a:hover{ text-decoration: underline; }

/* Inline CTA */
.wv-domain-hosting .wv-ecomInlineCta{
  margin-top: 14px;
  border: 1px solid rgba(17,129,200,.22);
  border-radius: var(--wv-radius);
  background: linear-gradient(180deg, rgba(204,233,255,.35), rgba(243,240,255,.45));
  padding: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
}
.wv-domain-hosting .wv-ecomInlineCta h3{ margin:0 0 6px; }
.wv-domain-hosting .wv-ecomInlineCta p{ margin:0; opacity:.86; }

/* FAQ */
.wv-domain-hosting .wv-faq{ display:grid; gap:10px; }
.wv-domain-hosting .wv-faq__item{
  border: 1px solid rgba(71,65,93,.14);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--wv-shadow-sm);
  overflow: hidden;
}
.wv-domain-hosting .wv-faq__q{
  list-style:none;
  cursor:pointer;
  padding: 14px;
  font-weight: 950;
  color: var(--wv-1);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  background: linear-gradient(180deg, rgba(243,240,255,.55), rgba(255,255,255,1));
}
.wv-domain-hosting .wv-faq__q::-webkit-details-marker{ display:none; }
.wv-domain-hosting .wv-faq__q::after{
  content:"+";
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(71,65,93,.16);
  background: rgba(204,233,255,.35);
  color: var(--wv-1);
  font-weight: 950;
  flex: 0 0 auto;
}
.wv-domain-hosting .wv-faq__item[open] .wv-faq__q::after{
  content:"–";
  background: rgba(17,129,200,.10);
  border-color: rgba(17,129,200,.28);
}
.wv-domain-hosting .wv-faq__q:hover{
  background: linear-gradient(180deg, rgba(204,233,255,.22), rgba(255,255,255,1));
}
.wv-domain-hosting .wv-faq__a{
  padding: 0 14px 14px;
  color: rgba(71,65,93,.88);
  line-height: 1.7;
  border-top: 1px solid rgba(71,65,93,.08);
}

/* Other services grid */
.wv-domain-hosting .wv-otherServices__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  margin-top: 12px;
}
.wv-domain-hosting .wv-otherService{
  display:flex;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(71,65,93,.12);
  text-decoration:none;
  color: var(--wv-1);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.wv-domain-hosting .wv-otherService:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(71,65,93,.10);
  border-color: rgba(17,129,200,.28);
}
.wv-domain-hosting .wv-otherService__ic{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(204,233,255,.45);
  border: 1px solid rgba(17,129,200,.20);
  color: var(--wv-4);
  flex: 0 0 auto;
}
.wv-domain-hosting .wv-otherService__ic svg{ width: 22px; height: 22px; }
.wv-domain-hosting .wv-otherService__t{ font-weight: 950; margin: 0 0 4px; }
.wv-domain-hosting .wv-otherService__p{
  margin: 0;
  opacity: .85;
  line-height: 1.5;
  font-size: 13.5px;
}

/* Bottom CTA */
.wv-domain-hosting .wv-ecomBottomCta{ padding: 0; }
.wv-domain-hosting .wv-ecomBottomCta__box{
  background: linear-gradient(90deg, rgba(71,65,93,1), rgba(71,65,93,.92));
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  padding: 18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 14px;
  flex-wrap:wrap;
}

/* =========================================================
   PRICE BLOCK (Summary Card)
========================================================= */
.wv-domain-hosting .wv-cardPrice{
  border: 1px solid rgba(71,65,93,.14);
  border-radius: 16px;
  background: #fff;
  padding: 12px;
  display:flex;
  gap: 12px;
  align-items:flex-start;
  justify-content:space-between;
  margin-top: 10px;
}
.wv-domain-hosting .wv-cardPrice__left{ min-width: 0; flex: 1; }
.wv-domain-hosting .wv-cardPrice__kicker{
  font-weight: 950;
  font-size: 12px;
  color: rgba(71,65,93,.75);
  margin-bottom: 8px;
}
.wv-domain-hosting .wv-cardPrice__meta{
  margin-top: 10px;
  font-size: 12.5px;
  color: rgba(71,65,93,.72);
}
.wv-domain-hosting .wv-cardPrice__right{
  display:flex;
  flex-direction:column;
  gap: 8px;
  flex: 0 0 auto;
}
.wv-domain-hosting .wv-cardPrice__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 950;
  border: 1px solid rgba(71,65,93,.18);
  color: var(--wv-1);
  background: rgba(243,240,255,.55);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.wv-domain-hosting .wv-cardPrice__btn:hover{
  transform: translateY(-1px);
  border-color: rgba(17,129,200,.30);
  background: rgba(204,233,255,.35);
  box-shadow: 0 12px 26px rgba(71,65,93,.10);
}

/* Price options */
.wv-domain-hosting .wv-cardPrice__options{ display:grid; gap: 8px; }
.wv-domain-hosting .wv-priceOpt{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(71,65,93,.12);
  background: rgba(204,233,255,.14);
  cursor:pointer;
}
.wv-domain-hosting .wv-priceOpt input{
  margin-top: 3px;
  accent-color: var(--wv-4);
}
.wv-domain-hosting .wv-priceOpt__b{
  display:grid;
  gap: 2px;
  min-width: 0;
}
.wv-domain-hosting .wv-priceOpt__t{ font-weight: 950; }
.wv-domain-hosting .wv-priceOpt__v{
  font-weight: 950;
  color: var(--wv-1);
}
.wv-domain-hosting .wv-priceOpt__v small{
  font-weight: 900;
  color: rgba(71,65,93,.65);
}
.wv-domain-hosting .wv-priceOpt__s{
  font-size: 12.5px;
  color: rgba(71,65,93,.72);
}

/* =========================================================
   DOMAIN SEARCH FORM (Hero içindeki form)
   - Bu blok, list sayfasındaki domain formunu detay sayfaya taşır.
========================================================= */
.wv-domain-hosting .wv-domain{
  margin-top: 14px;
  padding: 14px;
  border-radius: var(--wv-radius);
  border: 1px solid rgba(71,65,93,.14);
  background: rgba(255,255,255,.80);
  box-shadow: 0 12px 26px rgba(71,65,93,.06);
}
.wv-domain-hosting .wv-domain__label{
  display:block;
  font-weight: 950;
  font-size: 13px;
  margin-bottom: 10px;
  color: rgba(71,65,93,.88);
}
.wv-domain-hosting .wv-domain__row{
  display:flex;
  gap: 10px;
  align-items: center;
}
.wv-domain-hosting .wv-domain__input{
  flex: 1;
  width: 100%;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(71,65,93,.18);
  background: #fff;
  padding: 0 14px;
  outline: none;
  color: var(--wv-1);
  font-weight: 800;
}
.wv-domain-hosting .wv-domain__input::placeholder{
  color: rgba(71,65,93,.50);
  font-weight: 700;
}
.wv-domain-hosting .wv-domain__input:focus{
  border-color: rgba(17,129,200,.45);
  box-shadow: 0 0 0 4px rgba(17,129,200,.10);
}
.wv-domain-hosting .wv-domain__hint{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(71,65,93,.70);
}
.wv-domain-hosting .wv-domain__hint strong{ color: var(--wv-1); }

/* Responsive */
@media (max-width: 1100px){
  .wv-domain-hosting .wv-ecomGuideHero__row{ grid-template-columns: 1fr; }
  .wv-domain-hosting .wv-ecomGuideGrid{ grid-template-columns: 1fr; }
  .wv-domain-hosting .wv-ecomGuideNav{ position: relative; top: 0; }
  .wv-domain-hosting .wv-ecomSplit{ grid-template-columns: 1fr; }
  .wv-domain-hosting .wv-ecomCards{ grid-template-columns: 1fr; }
  .wv-domain-hosting .wv-ecomDeliver{ grid-template-columns: 1fr; }
  .wv-domain-hosting .wv-ecomPlans{ grid-template-columns: 1fr; }
  .wv-domain-hosting .wv-otherServices__grid{ grid-template-columns: 1fr; }
  .wv-domain-hosting .wv-cardPrice{ flex-direction: column; }
  .wv-domain-hosting .wv-cardPrice__right{ flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 560px){
  .wv-domain-hosting .wv-domain__row{ flex-direction: column; align-items: stretch; }
  .wv-domain-hosting .wv-domain .wv-btn{ width: 100%; justify-content: center; }
}/* End custom CSS */