/* BlueCorp — Ana sayfa modern görünüm */

body#home {
  --hp-radius: 16px;
  --hp-radius-sm: 12px;
  --hp-radius-lg: 20px;
  --hp-radius-pill: 999px;
  --hp-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --hp-shadow-md: 0 8px 32px rgba(15, 23, 42, 0.08);
  --hp-shadow-hover: 0 16px 48px rgba(15, 23, 42, 0.12);
  --hp-border: 1px solid rgba(15, 23, 42, 0.08);
  --hp-surface: #ffffff;
  --hp-muted: #64748b;
  --hp-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Bölüm aralıkları & arka planlar */
body#home .section-gap {
  padding: 72px 0;
}

body#home .bg-five,
body#home .feature-style-two,
body#home .bg-seven {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

body#home .banner-heading h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

body#home .banner-heading p {
  font-size: 1.05rem;
  color: var(--hp-muted);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

body#home .b-line {
  border-bottom-width: 3px;
  border-radius: 2px;
  padding-bottom: 2px;
}

body#home .gap-bottom {
  margin-bottom: 48px;
}

/* Domain arama + slider yığını */
body#home .hero-domain-stack {
  margin-top: 0;
  margin-bottom: 0;
}

body#home .hero-domain-stack .banner-top {
  margin: 0;
  border-radius: 0;
  border-bottom: none;
  box-shadow: none;
}

body#home .hero-domain-stack #carousel-hero.hero-slider-fullwidth {
  margin-top: 0;
  margin-bottom: 0;
}

/* Domain arama bandı + slider birleşik */
body#home main {
  padding-top: 0;
}

body#home main > .clear:first-child {
  display: none;
}

body#home .banner-top {
  background: var(--hp-surface);
  border: var(--hp-border);
  border-top: none;
  border-radius: 0 0 var(--hp-radius-lg) var(--hp-radius-lg);
  padding: 20px 24px;
  margin: 0;
  box-shadow: var(--hp-shadow);
}

body#home .banner-top + #carousel-hero.hero-slider-fullwidth {
  margin-top: 0;
}

body#home .main-menu {
  margin-bottom: 0;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

body#home .domain-group {
  gap: 10px;
  flex-wrap: wrap;
}

body#home .domain-group li,
body#home .domain-group li.br-right {
  border-right: none;
  background: #f8fafc;
  border: var(--hp-border);
  border-radius: var(--hp-radius-sm, 12px);
  padding: 12px 18px;
  transition: var(--hp-transition);
  min-width: 90px;
}

body#home .domain-group li:hover {
  background: #fff;
  border-color: rgba(var(--color-one-rgb, 170, 102, 0), 0.25);
  box-shadow: var(--hp-shadow);
  transform: translateY(-2px);
}

body#home .domain-group li span {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--hp-muted);
  margin-top: 4px;
}

body#home .domain-group img {
  max-height: 28px;
  filter: none;
  opacity: 1;
}

body#home .banner-top-search input {
  border: var(--hp-border);
  border-radius: var(--hp-radius-pill);
  padding: 14px 130px 14px 52px;
  font-size: 1rem;
  background: #f8fafc;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: var(--hp-transition);
}

body#home .banner-top-search input:focus {
  background: #fff;
  border-color: var(--color-one);
  box-shadow: 0 0 0 4px rgba(170, 102, 0, 0.12);
}

body#home .banner-top-search button.btn-01.search {
  top: 5px;
  right: 5px;
  bottom: 5px;
  height: auto;
  border: none;
  border-radius: var(--hp-radius-pill);
  padding: 10px 22px;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(170, 102, 0, 0.25);
}

/* Hero slider — full width */
body#home #carousel-hero.hero-slider-fullwidth {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
}

body#home .domain-slider-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

body#home .domain-slider {
  border-radius: 0;
  border: none;
  box-shadow: none;
  overflow: hidden;
  min-height: 380px;
  padding: 56px 0;
}

body#home .domain-slider-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 2;
}

body#home .domain-slider-arrow {
  background: rgba(255, 255, 255, 0.95);
  border: var(--hp-border);
  box-shadow: var(--hp-shadow-md);
}

body#home .domain-slider-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

body#home .domain-slider-features span {
  background: rgba(255, 255, 255, 0.7);
  border: var(--hp-border);
  border-radius: var(--hp-radius-pill);
  padding: 6px 14px;
  margin: 0 8px 8px 0;
  font-size: 0.875rem;
  font-weight: 500;
}

body#home .domain-slider-btn {
  border-radius: var(--hp-radius-pill);
  font-weight: 600;
  padding: 12px 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: var(--hp-transition);
}

body#home .domain-slider-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

/* Kategori sekmeleri — üstte ortalı */
body#home .home-tabs-row {
  margin-bottom: 8px;
}

body#home .home-tabs-row .col-12 {
  display: flex;
  justify-content: center;
}

body#home .nav-item.miotab-labels {
  background: #e2e8f0;
  border-radius: var(--hp-radius-pill);
  padding: 6px;
  gap: 6px !important;
  display: inline-flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: 0 auto 24px !important;
}

body#home .nav-links {
  border: none;
  border-radius: var(--hp-radius-pill);
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--hp-muted);
  background: transparent;
  box-shadow: none;
  transition: var(--hp-transition);
  width: auto;
  margin-bottom: 0;
}

body#home .nav-links::after {
  display: none;
}

body#home .nav-links#paketaktifbtn,
body#home .nav-links.active {
  background: var(--hp-surface);
  color: var(--color-one-dark, var(--color-one));
  box-shadow: var(--hp-shadow);
}

body#home .nav-links:hover:not(.active):not(#paketaktifbtn) {
  color: #334155;
  background: rgba(255, 255, 255, 0.5);
}

body#home .miotab-contents {
  width: 100%;
  clear: both;
}

body#home .miotab-content {
  display: none;
}

body#home .view-all-packages-container {
  margin: 0 0 24px;
  text-align: center;
}

/* Fiyatlandırma kartları — plan-card-v2 */
body#home .plan-card-v2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
  transition: var(--hp-transition);
  text-align: center;
  position: relative;
}

body#home .plan-card-v2::before {
  content: '';
  display: block;
  height: 5px;
  background: var(--plan-accent, #00bcd4);
}

body#home .plan-card-v2.plan-accent-1 { --plan-accent: #00bcd4; }
body#home .plan-card-v2.plan-accent-2 { --plan-accent: #e91e8c; }
body#home .plan-card-v2.plan-accent-3 { --plan-accent: #f5a623; }
body#home .plan-card-v2.plan-accent-4 { --plan-accent: #a4d233; }

body#home .plan-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

body#home .plan-card-v2__top {
  padding: 28px 22px 22px;
  flex: 1;
}

body#home .plan-card-v2__badge {
  display: inline-block;
  background: #e91e8c;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

body#home .plan-card-v2__badge--popular {
  background: var(--color-one, #aa6600);
}

body#home .plan-card-v2__title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1a2b4a;
  margin: 0 0 6px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

body#home .plan-card-v2__subtitle {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0 0 18px;
  line-height: 1.4;
}

body#home .plan-card-v2__pricing {
  margin-bottom: 20px;
}

body#home .plan-card-v2__old-price {
  display: block;
  font-size: 0.95rem;
  color: #94a3b8;
  text-decoration: line-through;
  margin-bottom: 4px;
}

body#home .plan-card-v2__price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  line-height: 1;
  color: #1a2b4a;
}

body#home .plan-card-v2__currency {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.35em;
}

body#home .plan-card-v2__price-main {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

body#home .plan-card-v2__price-dec {
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 0.5em;
}

body#home .plan-card-v2__period {
  display: block;
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 500;
  margin-top: 4px;
}

body#home .plan-card-v2__btn {
  display: block;
  width: 100%;
  padding: 13px 20px;
  background: #f5c518;
  color: #1a2b4a;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: var(--hp-transition);
  box-shadow: 0 2px 8px rgba(245, 197, 24, 0.35);
}

body#home .plan-card-v2__btn:hover {
  background: #e6b800;
  color: #1a2b4a;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(245, 197, 24, 0.45);
}

body#home .plan-card-v2__btn--disabled {
  background: #e2e8f0;
  color: #94a3b8;
  cursor: not-allowed;
  box-shadow: none;
}

body#home .plan-card-v2__renewal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 0.8rem;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

body#home .plan-card-v2__renewal:hover {
  color: #64748b;
}

body#home .plan-card-v2__renewal i {
  font-size: 0.9rem;
}

body#home .plan-card-v2__features {
  background: #f4f6f8;
  padding: 22px 18px;
  border-top: 1px solid #e8ecf0;
}

body#home .plan-card-v2__features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body#home .plan-card-v2__features li {
  font-size: 0.9rem;
  font-weight: 700;
  color: #334155;
  line-height: 1.65;
  padding: 3px 0;
}

@media (max-width: 1199px) {
  body#home .plan-card-v2__price-main {
    font-size: 3.25rem;
  }
}

@media (max-width: 575px) {
  body#home .plan-card-v2__price-main {
    font-size: 2.75rem;
  }
}

/* VPS / sunucu kartları */
body#home .vps-plan {
  border: var(--hp-border);
  border-radius: var(--hp-radius-lg);
  box-shadow: var(--hp-shadow);
  padding: 24px 28px;
  margin-top: 24px;
  transition: var(--hp-transition);
}

body#home .vps-plan:hover {
  box-shadow: var(--hp-shadow-hover);
  transform: translateY(-3px);
}

body#home .about-plan .icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border-radius: 12px;
}

body#home .about-plan .icon i {
  font-size: 1.25rem;
  color: var(--color-one);
}

body#home .vps-plan .plan-heading h4 {
  font-weight: 700;
  font-size: 1.15rem;
}

body#home .vps-plan .vps-plan-name .btn-01 {
  border-radius: var(--hp-radius-pill);
  font-weight: 600;
}

/* Özellik kartları — büyük (hosting benefits) */
body#home .feature-style-two-card {
  border: var(--hp-border);
  border-top: none;
  border-radius: var(--hp-radius-lg);
  padding: 28px 24px;
  box-shadow: var(--hp-shadow);
  position: relative;
  overflow: hidden;
}

body#home .feature-style-two-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-one), var(--color-two, #fab60c));
}

body#home .feature-style-two-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--hp-shadow-hover);
  border-bottom-color: transparent;
}

body#home .feature-style-two-card .img-content {
  border-bottom-color: rgba(15, 23, 42, 0.06);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

body#home .feature-style-two-card .img-content h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

body#home .feature-style-two-card .img-content img {
  width: 52px;
  padding: 10px;
  background: #f8fafc;
  border-radius: 14px;
}

body#home .feature-style-two-card p {
  font-size: 0.925rem;
  line-height: 1.65;
  color: var(--hp-muted);
  margin-bottom: 0;
}

/* Özellik kartları — küçük (feature overview) */
body#home .feature-style-one {
  border: var(--hp-border);
  border-radius: var(--hp-radius);
  padding: 24px;
  background: var(--hp-surface);
  box-shadow: var(--hp-shadow);
  transition: var(--hp-transition);
}

body#home .feature-style-one:hover {
  transform: translateY(-4px);
  box-shadow: var(--hp-shadow-md);
  border-color: rgba(170, 102, 0, 0.15);
}

body#home .feature-style-one img {
  width: 48px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(170, 102, 0, 0.08), rgba(250, 182, 12, 0.1));
  border-radius: 12px;
  margin-bottom: 14px;
}

body#home .feature-style-one h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

body#home .feature-style-one p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0;
}

body#home #feature-overview .banner-heading img {
  border-radius: var(--hp-radius-lg);
  box-shadow: var(--hp-shadow-md);
  margin-top: 24px;
}

/* Trustpilot / rating bandı */
body#home .rating {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
  padding: 28px 20px;
  border-radius: 0;
}

body#home .rating-content {
  flex-wrap: wrap;
  gap: 20px;
}

body#home .rating-star i {
  font-size: 1.1rem;
}

/* Yazılım kartları */
body#home .software-item {
  border-radius: var(--hp-radius-lg);
  border: var(--hp-border);
  box-shadow: var(--hp-shadow);
}

body#home .software-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--hp-shadow-hover);
}

body#home .software-tag {
  border-radius: var(--hp-radius-pill);
}

/* Tüm paketleri gör linki */
body#home .view-all-packages-link {
  background: var(--hp-surface);
  border: var(--hp-border);
  border-radius: var(--hp-radius-pill);
  padding: 12px 24px;
  font-weight: 600;
  box-shadow: var(--hp-shadow);
  transition: var(--hp-transition);
}

body#home .view-all-packages-link:hover {
  color: var(--color-one);
  border-color: var(--color-one);
  transform: translateY(-2px);
  box-shadow: var(--hp-shadow-md);
}

body#home .view-all-packages-link::after {
  display: none;
}

/* Müşteri yorumları */
body#home .testifeatures-two {
  border: var(--hp-border);
  border-radius: var(--hp-radius-lg);
  padding: 28px;
  background: var(--hp-surface);
  box-shadow: var(--hp-shadow);
  transition: var(--hp-transition);
}

body#home .testifeatures-two:hover {
  box-shadow: var(--hp-shadow-md);
  transform: translateY(-3px);
}

body#home .testifeatures-two .author-dtl .author img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 3px solid #f1f5f9;
  box-shadow: var(--hp-shadow);
}

body#home .testifeatures-two .d-rating i {
  border-radius: 4px;
  font-size: 0.75rem;
}

body#home .abt-testifeatures-two {
  border-right-color: rgba(15, 23, 42, 0.08);
}

body#home .swiper-testimonilas-two-heading .swiper-buttons button {
  border-radius: var(--hp-radius-pill);
  border: var(--hp-border);
  box-shadow: var(--hp-shadow);
  transition: var(--hp-transition);
}

body#home .swiper-testimonilas-two-heading .swiper-buttons button:hover {
  background: var(--color-one);
  color: #fff;
  border-color: var(--color-one);
}

/* Haber / blog kartları */
body#home .haberblog {
  background: var(--hp-surface);
  border: var(--hp-border);
  border-radius: var(--hp-radius-lg);
  box-shadow: var(--hp-shadow);
  overflow: hidden;
}

body#home .news-articles-section {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

/* SEO makale kartları */
body#home .homepage-seo-articles {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

body#home .homepage-seo-articles__header {
  margin-bottom: 40px;
}

body#home .homepage-seo-articles__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

body#home .homepage-seo-articles__subtitle {
  font-size: 1.05rem;
  color: var(--hp-muted);
  line-height: 1.65;
  margin: 0;
}

body#home .seo-article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px 24px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
  transition: var(--hp-transition);
  position: relative;
  overflow: hidden;
}

body#home .seo-article-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-one, #aa6600), var(--color-two, #fab60c));
  opacity: 0;
  transition: opacity 0.25s ease;
}

body#home .seo-article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
  border-color: rgba(170, 102, 0, 0.2);
}

body#home .seo-article-card:hover::before {
  opacity: 1;
}

body#home .seo-article-card__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(170, 102, 0, 0.08), rgba(250, 182, 12, 0.12));
  border-radius: 14px;
  margin-bottom: 18px;
}

body#home .seo-article-card__icon img {
  width: 40px;
  height: auto;
}

body#home .seo-article-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.35;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

body#home .seo-article-card__body p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 12px;
}

body#home .seo-article-card__body p:last-child {
  margin-bottom: 0;
}

body#home .seo-article-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-one, #aa6600);
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

body#home .seo-article-card__link:hover {
  color: var(--color-one-dark, #8a5200);
  gap: 12px;
}

/* İstatistikler */
body#home .istatistik {
  transition: var(--hp-transition);
}

body#home .istatistik:hover {
  transform: scale(1.03);
}

/* Mobil uyum */
@media (max-width: 767px) {
  body#home .section-gap {
    padding: 48px 0;
  }

  body#home .banner-top {
    padding: 20px 16px;
  }

  body#home .nav-item.miotab-labels {
    display: inline-flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: 100%;
  }

  body#home .nav-item.miotab-labels .nav-links {
    width: auto;
    margin-bottom: 0;
  }

  body#home .plan-card-v2 {
    padding: 0;
  }

  body#home .domain-slider {
    min-height: auto;
    padding: 40px 0;
  }
}
