/* =========================================================
   Veeri Theme — Mockup-aligned visual system
   Yellow accent + navy text, light surfaces, clean cards
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --veeri-yellow: #ffb800;
  --veeri-yellow-dark: #e6a500;
  --veeri-yellow-soft: #fff6db;
  --veeri-navy: #0f2744;
  --veeri-navy-soft: #1a3557;
  --veeri-blue: #2f6fed;
  --veeri-text: #334155;
  --veeri-muted: #64748b;
  --veeri-border: #e8edf3;
  --veeri-surface: #ffffff;
  --veeri-bg: #f7f9fc;
  --veeri-topbar: #152238;
  --veeri-radius: 12px;
  --veeri-radius-sm: 8px;
  --veeri-radius-pill: 999px;
  --veeri-shadow: 0 8px 28px rgba(15, 39, 68, 0.07);
  --veeri-shadow-md: 0 14px 40px rgba(15, 39, 68, 0.1);
  --font-theme: 'Plus Jakarta Sans', system-ui, sans-serif;
}

html, body {
  font-family: var(--font-theme) !important;
  color: var(--veeri-text);
  background: var(--veeri-surface);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.banner-heading h2,
.domain-slider-title,
.plan-card-v2__title {
  font-family: var(--font-theme) !important;
  color: var(--veeri-navy);
  letter-spacing: -0.02em;
}

a { transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--veeri-topbar) !important;
  padding: 7px 0 !important;
  border-bottom: none !important;
}

.topbar-left { display: none !important; }

.topbar-element {
  justify-content: flex-end !important;
}

.topbar-right ul {
  justify-content: flex-end !important;
  gap: 18px !important;
}

.topbar a {
  color: rgba(255,255,255,.85) !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
}

.topbar a:hover { color: #fff !important; }

.topbar i.bi,
.topbar i.fa {
  color: var(--veeri-yellow) !important;
}

.topbar .borderedbtn {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.topbar .borderedbtn:hover {
  background: transparent !important;
  color: #fff !important;
}

/* ---------- Main header ---------- */
header,
.main-menu {
  background: #fff !important;
  box-shadow: 0 1px 0 var(--veeri-border) !important;
  padding: 12px 0 !important;
}

.main-menu .logo img {
  max-height: 42px;
  width: auto;
}

.navbar a,
.navbar a:focus {
  font-family: var(--font-theme) !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  color: var(--veeri-navy) !important;
  padding: 10px 0 10px 22px !important;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--veeri-blue) !important;
}

.header-right-actions {
  gap: 14px !important;
}

/* Cart — icon only + badge (rozet ikonu kaydırmasın) */
.header-right-actions .sepeticon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--veeri-border) !important;
  border-radius: 12px !important;
  color: var(--veeri-navy) !important;
  position: relative !important;
  background: #fff;
  line-height: 1 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
  overflow: visible !important;
}

.header-right-actions .sepeticon small { display: none !important; }

.header-right-actions .sepeticon i,
.header-right-actions .sepeticon i::before {
  font-size: 1.2rem !important;
  margin: 0 !important;
  line-height: 1 !important;
  vertical-align: 0 !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.header-right-actions .sepeticon .basket-count,
.header-right-actions .sepeticon > span {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  left: auto !important;
  bottom: auto !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  line-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--veeri-blue) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  border-radius: 50% !important;
  text-align: center !important;
  display: block !important;
  z-index: 2 !important;
  pointer-events: none;
  box-sizing: border-box !important;
  transform: none !important;
  float: none !important;
}

/* Yellow CTA in header — masaüstü; mobilde hamburger kullanılır */
.header-cta,
.top-button.header-cta,
a.top-button.header-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: var(--veeri-yellow) !important;
  color: var(--veeri-navy) !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  padding: 12px 22px !important;
  border-radius: var(--veeri-radius-pill) !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(255, 184, 0, 0.35);
  white-space: nowrap;
}

.header-cta:hover,
.top-button.header-cta:hover,
a.top-button.header-cta:hover {
  background: var(--veeri-yellow-dark) !important;
  color: var(--veeri-navy) !important;
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .header-cta,
  .top-button.header-cta,
  a.top-button.header-cta,
  .header-right-actions .header-cta,
  .header-right-actions a.top-button {
    display: none !important;
  }

  .topbar .topbar-auth-item {
    display: list-item !important;
  }

  .topbar-right ul {
    gap: 12px !important;
    flex-wrap: wrap;
  }

  .topbar a {
    font-size: 0.75rem !important;
  }

  .header-right-actions {
    gap: 8px !important;
  }

  .header-right-actions .mobile-nav-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--veeri-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    font-size: 1.35rem;
    line-height: 1;
    color: var(--veeri-navy);
    flex-shrink: 0;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
  }

  .header-right-actions .mobile-nav-toggle:active {
    transform: scale(0.96);
  }

  .header-right-actions .mobile-nav-toggle i {
    display: none !important;
  }

  .veeri-burger {
    position: relative;
    display: block;
    width: 18px;
    height: 14px;
  }

  .veeri-burger span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--veeri-navy);
    transition: transform .28s ease, opacity .2s ease, top .28s ease, background .2s ease;
  }

  .veeri-burger span:nth-child(1) { top: 0; }
  .veeri-burger span:nth-child(2) { top: 6px; }
  .veeri-burger span:nth-child(3) { top: 12px; }

  .mobile-nav-toggle.is-open .veeri-burger span,
  .mobile-nav-active .header-right-actions .mobile-nav-toggle .veeri-burger span,
  body.mobile-nav-active .header-right-actions .mobile-nav-toggle .veeri-burger span {
    background: #fff;
  }

  .mobile-nav-toggle.is-open .veeri-burger span:nth-child(1),
  .mobile-nav-active .header-right-actions .mobile-nav-toggle .veeri-burger span:nth-child(1),
  body.mobile-nav-active .header-right-actions .mobile-nav-toggle .veeri-burger span:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
  }

  .mobile-nav-toggle.is-open .veeri-burger span:nth-child(2),
  .mobile-nav-active .header-right-actions .mobile-nav-toggle .veeri-burger span:nth-child(2),
  body.mobile-nav-active .header-right-actions .mobile-nav-toggle .veeri-burger span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-toggle.is-open .veeri-burger span:nth-child(3),
  .mobile-nav-active .header-right-actions .mobile-nav-toggle .veeri-burger span:nth-child(3),
  body.mobile-nav-active .header-right-actions .mobile-nav-toggle .veeri-burger span:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
  }

  .mobile-nav-active .header-right-actions .mobile-nav-toggle,
  body.mobile-nav-active .header-right-actions .mobile-nav-toggle,
  .mobile-nav-toggle.is-open {
    background: var(--veeri-navy) !important;
    border-color: var(--veeri-navy) !important;
    border-radius: 12px;
    z-index: 10050;
  }

  .navbar ul {
    display: none;
  }
}

/* ---------- Buttons ---------- */
.btn-01,
.gonderbtn,
.domain-slider-btn,
.search.btn-01 {
  background: var(--veeri-yellow) !important;
  color: var(--veeri-navy) !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(255, 184, 0, 0.3);
}

.btn-01:hover,
.gonderbtn:hover,
.domain-slider-btn:hover {
  background: var(--veeri-yellow-dark) !important;
  color: var(--veeri-navy) !important;
}

.b-line {
  border-bottom: 3px solid var(--veeri-yellow) !important;
  border-radius: 2px;
}

/* ---------- Domain search (Veeri mockup card) ---------- */
.banner-top,
body#home .banner-top,
body#home .veeri-domain-section {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 8px 0 28px !important;
  margin: 0 !important;
}

.veeri-domain-card {
  background: #fff;
  border: 1px solid var(--veeri-border);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(15, 39, 68, 0.08);
  padding: 28px 32px 24px;
  max-width: 980px;
  margin: 0 auto;
}

.domain-group,
body#home .domain-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px 20px;
  padding: 0 8px 22px;
  margin: 0 0 6px;
  list-style: none;
  border-bottom: none;
}

.domain-group li,
.domain-group .br-right,
.domain-group .domain-tld-item,
body#home .domain-group li,
body#home .domain-group li.br-right,
body#home .domain-group .domain-tld-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 4px 6px !important;
  box-shadow: none !important;
  transform: none !important;
}

body#home .domain-group li:hover,
body#home .domain-group .domain-tld-item:hover {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.domain-group li img,
body#home .domain-group img {
  height: 32px;
  width: auto;
  max-width: 88px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: none;
  opacity: 1;
}

.domain-tld-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--veeri-navy);
  letter-spacing: -0.02em;
  line-height: 1;
}

.domain-group li span,
.domain-tld-price,
body#home .domain-group li span {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: var(--veeri-navy) !important;
  margin-top: 0 !important;
  white-space: nowrap;
}

.veeri-domain-form { margin: 0; }

.banner-top-search,
body#home .banner-top-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  padding: 6px 6px 6px 16px !important;
  overflow: hidden;
  position: relative;
}

.veeri-domain-search-icon {
  font-size: 1.25rem;
  color: #94a3b8;
  flex-shrink: 0;
  line-height: 1;
}

.banner-top-search img { display: none !important; }

.banner-top-search input,
body#home .banner-top-search input {
  flex: 1;
  min-width: 0;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 1rem !important;
  padding: 14px 8px !important;
  background: transparent !important;
  color: var(--veeri-navy) !important;
}

.banner-top-search input::placeholder,
body#home .banner-top-search input::placeholder {
  color: #94a3b8 !important;
  opacity: 1 !important;
}

.banner-top-search input:focus,
body#home .banner-top-search input:focus {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.banner-top-search:focus-within {
  border-color: var(--veeri-yellow) !important;
  box-shadow: 0 0 0 4px rgba(255, 184, 0, 0.18) !important;
}

.banner-top-search button,
.banner-top-search .btn-01.search,
body#home .banner-top-search button.btn-01.search {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  min-width: 132px;
  height: 48px;
  border: none !important;
  border-radius: 10px !important;
  margin: 0 !important;
  flex-shrink: 0;
  padding: 0 26px !important;
  background: var(--veeri-yellow) !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
  box-shadow: 0 6px 16px rgba(255, 184, 0, 0.35) !important;
}

.banner-top-search button:hover,
body#home .banner-top-search button.btn-01.search:hover {
  background: var(--veeri-yellow-dark) !important;
  color: #fff !important;
}

body#home .hero-domain-stack .banner-top {
  order: 2;
  margin-top: -12px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .veeri-domain-card {
    padding: 20px 16px 16px;
    border-radius: 16px;
  }

  .domain-group,
  body#home .domain-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 10px;
    padding: 0 0 18px;
  }

  .domain-group li,
  body#home .domain-group li,
  body#home .domain-group .domain-tld-item {
    flex: 0 0 calc(33.333% - 10px);
    min-width: 72px;
  }

  .banner-top-search,
  body#home .banner-top-search {
    flex-wrap: wrap;
    padding: 12px !important;
    gap: 10px;
  }

  .banner-top-search input,
  body#home .banner-top-search input {
    flex: 1 1 calc(100% - 40px) !important;
  }

  .banner-top-search button,
  body#home .banner-top-search button.btn-01.search {
    width: 100%;
    min-width: 0;
  }
}

/* ---------- Hero / domain slider ---------- */
#carousel-hero.hero-slider-fullwidth,
.domain-slider-container,
.domain-slider {
  background: radial-gradient(ellipse 70% 80% at 78% 40%, rgba(47, 111, 237, 0.08), transparent 55%),
              linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: none !important;
  box-shadow: none !important;
}

.domain-slider {
  padding: 48px 0 36px !important;
}

.domain-slider-title {
  font-size: clamp(1.85rem, 3.4vw, 2.75rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  color: var(--veeri-navy) !important;
  margin-bottom: 14px !important;
}

.domain-slider-title .veeri-accent,
.domain-slider-title em,
.domain-slider-title span.accent {
  color: var(--veeri-yellow);
  font-style: normal;
}

.domain-slider-subtitle {
  font-size: 1.05rem !important;
  line-height: 1.65 !important;
  color: var(--veeri-muted) !important;
  max-width: 34rem;
  margin-bottom: 22px !important;
}

.domain-slider-features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-bottom: 28px !important;
}

.domain-slider-features span {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  font-size: 0.875rem !important;
  font-weight: 600;
  color: var(--veeri-navy);
}

.domain-slider-features span:before {
  content: "" !important;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--veeri-yellow-soft);
  border: 1px solid rgba(255, 184, 0, 0.35);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f2744' stroke-width='2'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.domain-slider-btn {
  display: inline-flex !important;
  padding: 14px 28px !important;
  border-radius: var(--veeri-radius-pill) !important;
  font-size: 0.95rem !important;
}

.domain-slider-note {
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--veeri-muted);
}

.domain-slider-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(15, 39, 68, 0.12));
}

.domain-slider-nav,
.domain-slider-arrow {
  display: none !important;
}

.veeri-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--veeri-radius-pill);
  background: var(--veeri-yellow-soft);
  color: #b45309;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* ---------- Feature cards ---------- */
.feature-style-two,
.section-gap.feature-style-two,
.bg-five,
.bg-seven {
  background: var(--veeri-bg) !important;
}

.feature-style-two-card,
.feature-style-one {
  background: #fff !important;
  border: 1px solid var(--veeri-border) !important;
  border-radius: var(--veeri-radius) !important;
  box-shadow: none !important;
  padding: 28px 22px !important;
  text-align: center;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}

.feature-style-two-card:hover,
.feature-style-one:hover {
  transform: translateY(-4px);
  box-shadow: var(--veeri-shadow);
}

.feature-style-two-card img,
.feature-style-one img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 14px;
  filter: none;
}

.feature-style-two-card h4,
.feature-style-two-card h5,
.feature-style-one h4,
.feature-style-one h5 {
  color: var(--veeri-navy);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.feature-style-two-card p,
.feature-style-one p {
  color: var(--veeri-muted);
  font-size: 0.875rem;
  line-height: 1.55;
  margin: 0;
}

/* ---------- Plan cards (Veeri mockup) ---------- */
.plan-cards-scope .plan-card-v2,
body#home .plan-card-v2,
.products_list .plan-card-v2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 16px;
  overflow: visible;
  box-shadow: 0 4px 20px rgba(15, 39, 68, 0.06);
  text-align: left;
  position: relative;
  padding: 0;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.plan-cards-scope .plan-card-v2::before,
body#home .plan-card-v2::before,
.products_list .plan-card-v2::before {
  display: none !important;
}

.plan-cards-scope .plan-card-v2:hover,
body#home .plan-card-v2:hover,
.products_list .plan-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(15, 39, 68, 0.12);
  border-color: #d5dee9;
}

.plan-cards-scope .plan-card-v2.is-popular,
body#home .plan-card-v2.is-popular,
.products_list .plan-card-v2.is-popular {
  border: 2px solid var(--veeri-yellow);
  box-shadow: 0 14px 40px rgba(255, 184, 0, 0.28);
  z-index: 2;
}

.plan-cards-scope .plan-card-v2__top,
body#home .plan-card-v2__top,
.products_list .plan-card-v2__top {
  padding: 30px 22px 10px;
  flex: 0 0 auto;
}

.plan-cards-scope .plan-card-v2__badge,
body#home .plan-card-v2__badge,
.products_list .plan-card-v2__badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--veeri-yellow) !important;
  color: #fff !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 16px !important;
  border-radius: var(--veeri-radius-pill) !important;
  white-space: nowrap;
  margin: 0 !important;
  box-shadow: 0 4px 12px rgba(255, 184, 0, 0.45);
}

.plan-cards-scope .plan-card-v2__title,
body#home .plan-card-v2__title,
.products_list .plan-card-v2__title {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  text-align: left;
  color: var(--veeri-navy) !important;
  margin: 10px 0 4px !important;
}

.plan-cards-scope .plan-card-v2__subtitle,
body#home .plan-card-v2__subtitle,
.products_list .plan-card-v2__subtitle {
  text-align: left;
  font-size: 0.84rem !important;
  color: var(--veeri-muted) !important;
  margin-bottom: 18px !important;
  line-height: 1.4;
}

.plan-cards-scope .plan-card-v2__pricing,
body#home .plan-card-v2__pricing,
.products_list .plan-card-v2__pricing {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px 6px;
  margin-bottom: 6px;
  justify-content: flex-start;
}

.plan-cards-scope .plan-card-v2__price,
body#home .plan-card-v2__price,
.products_list .plan-card-v2__price {
  justify-content: flex-start !important;
  color: var(--veeri-navy) !important;
  align-items: flex-start !important;
}

.plan-cards-scope .plan-card-v2__currency,
body#home .plan-card-v2__currency,
.products_list .plan-card-v2__currency {
  color: var(--veeri-blue);
  font-size: 1.15rem !important;
  font-weight: 700;
  margin-top: 0.4em;
  margin-right: 0.15em;
  flex-shrink: 0;
}

/* Sol prefix ($ €) amount_spot_view içinde kesilmesin */
.amount_spot_view {
  padding-left: 0.85em;
}
.amount_spot_view .currposleft {
  left: 0 !important;
  margin-left: 0 !important;
}

.plan-cards-scope .plan-card-v2__price-main,
body#home .plan-card-v2__price-main,
.products_list .plan-card-v2__price-main {
  font-size: 2.65rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  line-height: 1 !important;
}

.plan-cards-scope .plan-card-v2__price-dec,
body#home .plan-card-v2__price-dec,
.products_list .plan-card-v2__price-dec {
  font-size: 1.1rem !important;
  font-weight: 700;
  margin-top: 0.35em;
}

.plan-cards-scope .plan-card-v2__period,
body#home .plan-card-v2__period,
.products_list .plan-card-v2__period {
  display: inline !important;
  margin: 0 !important;
  color: var(--veeri-muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.plan-cards-scope .plan-card-v2__old-price,
body#home .plan-card-v2__old-price,
.products_list .plan-card-v2__old-price {
  width: 100%;
  font-size: 0.9rem;
  color: #94a3b8;
  text-decoration: line-through;
}

.plan-cards-scope .plan-card-v2__features,
body#home .plan-card-v2__features,
.products_list .plan-card-v2__features {
  background: transparent !important;
  border: none !important;
  padding: 10px 22px 14px !important;
  flex: 1;
}

.plan-cards-scope .plan-card-v2__features ul,
body#home .plan-card-v2__features ul,
.products_list .plan-card-v2__features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-cards-scope .plan-card-v2__features li,
body#home .plan-card-v2__features li,
.products_list .plan-card-v2__features li {
  position: relative;
  padding: 9px 0 9px 28px !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #3b4a63 !important;
  text-align: left;
  line-height: 1.45;
  border-bottom: 1px solid #f1f5f9;
}

.plan-cards-scope .plan-card-v2__features li:last-child,
body#home .plan-card-v2__features li:last-child,
.products_list .plan-card-v2__features li:last-child {
  border-bottom: none;
}

.plan-cards-scope .plan-card-v2__features li::before,
body#home .plan-card-v2__features li::before,
.products_list .plan-card-v2__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #eaf1ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6fed' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}

.plan-cards-scope .plan-card-v2.is-popular .plan-card-v2__features li::before,
body#home .plan-card-v2.is-popular .plan-card-v2__features li::before,
.products_list .plan-card-v2.is-popular .plan-card-v2__features li::before {
  background: var(--veeri-yellow-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6a500' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}

.plan-cards-scope .plan-card-v2__actions,
body#home .plan-card-v2__actions,
.products_list .plan-card-v2__actions {
  padding: 10px 22px 26px;
  margin-top: auto;
}

/* Normal paket: lacivert dolu buton (beyaz outline görünmüyordu) */
.plan-cards-scope .plan-card-v2__btn,
body#home .plan-card-v2__btn,
.products_list .plan-card-v2__btn {
  display: block;
  width: 100%;
  padding: 14px 18px !important;
  background: var(--veeri-navy) !important;
  color: #fff !important;
  border: 2px solid var(--veeri-navy) !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(15, 39, 68, 0.22) !important;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.plan-cards-scope .plan-card-v2__btn:hover,
body#home .plan-card-v2__btn:hover,
.products_list .plan-card-v2__btn:hover {
  background: #1a3a5c !important;
  border-color: #1a3a5c !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(15, 39, 68, 0.3) !important;
}

/* Popüler paket: sarı dolu buton */
.plan-cards-scope .plan-card-v2.is-popular .plan-card-v2__btn,
body#home .plan-card-v2.is-popular .plan-card-v2__btn,
.products_list .plan-card-v2.is-popular .plan-card-v2__btn {
  background: var(--veeri-yellow) !important;
  border-color: var(--veeri-yellow) !important;
  color: var(--veeri-navy) !important;
  box-shadow: 0 8px 20px rgba(255, 184, 0, 0.45) !important;
}

.plan-cards-scope .plan-card-v2.is-popular .plan-card-v2__btn:hover,
body#home .plan-card-v2.is-popular .plan-card-v2__btn:hover,
.products_list .plan-card-v2.is-popular .plan-card-v2__btn:hover {
  background: var(--veeri-yellow-dark) !important;
  border-color: var(--veeri-yellow-dark) !important;
  color: var(--veeri-navy) !important;
}

.plan-cards-scope .plan-card-v2__btn--disabled,
body#home .plan-card-v2__btn--disabled,
.products_list .plan-card-v2__btn--disabled {
  background: #e2e8f0 !important;
  border-color: #e2e8f0 !important;
  color: #94a3b8 !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.plan-cards-scope .plan-card-v2__renewal,
body#home .plan-card-v2__renewal,
.products_list .plan-card-v2__renewal {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  font-size: 0.84rem;
  color: var(--veeri-blue) !important;
  text-decoration: none;
  font-weight: 600;
}

.plan-cards-scope .plan-card-v2__renewal:hover,
body#home .plan-card-v2__renewal:hover,
.products_list .plan-card-v2__renewal:hover {
  text-decoration: underline;
  color: var(--veeri-navy) !important;
}

/* ---------- Product page tabs / location ---------- */
.nav-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: center;
  border-bottom: 1px solid var(--veeri-border);
  margin-bottom: 28px;
  padding-bottom: 0;
}

.nav-item .nav-links {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px;
  background: transparent !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
  padding: 12px 8px !important;
  font-weight: 700;
  color: var(--veeri-muted);
  margin-bottom: -1px;
  position: relative;
  width: auto !important;
  line-height: 1.3;
}

/* Eski temadaki sağdaki yuvarlak (bi-circle) ikonu gizle */
.nav-item .nav-links::after,
.nav-links::after {
  display: none !important;
  content: none !important;
}

.nav-item .nav-links i,
.nav-item .nav-links i::before {
  font-size: 1.15rem;
  line-height: 1 !important;
  vertical-align: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  color: inherit;
}

.nav-item .nav-links img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin: 0 !important;
  display: block;
}

.nav-item .nav-links.active,
.nav-item .nav-links:hover {
  color: var(--veeri-blue) !important;
  border-bottom-color: var(--veeri-blue) !important;
  background: transparent !important;
}

/* ---------- Partner logos ---------- */
.footlogos {
  background: var(--veeri-bg) !important;
  border-top: 1px solid var(--veeri-border);
  border-bottom: 1px solid var(--veeri-border);
  padding: 28px 16px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px 48px;
}

.footlogos img {
  filter: grayscale(1) opacity(0.7);
  transition: filter .2s ease, opacity .2s ease;
  max-height: 36px;
  width: auto;
}

.footlogos img:hover {
  filter: grayscale(0) opacity(1);
}

/* ---------- Footer (Veeri mockup) ---------- */
.main-footer,
.main-footer.footer-v2 {
  background: #fff !important;
  border-top: 1px solid var(--veeri-border);
  padding: 72px 0 28px !important;
  color: var(--veeri-text);
}

.footer-v2__glow { display: none !important; }

.footer-v2__inner {
  max-width: 1180px;
}

.footer-brand__logo {
  display: inline-block;
  margin-bottom: 14px;
}

.footer-brand__logo img {
  max-height: 42px;
  width: auto;
}

.footer-brand__desc {
  color: var(--veeri-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.65 !important;
  margin: 0 0 18px !important;
  max-width: 260px;
}

.footer-content h5 {
  color: var(--veeri-navy) !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
  padding-bottom: 0 !important;
}

.footer-content h5::after { display: none !important; }

.footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-content ul li {
  margin: 0 0 8px;
}

.footer-content ul li a {
  color: var(--veeri-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
  text-decoration: none !important;
  font-weight: 500;
}

.footer-content ul li a::before { display: none !important; }

.footer-content ul li a:hover {
  color: var(--veeri-navy) !important;
  transform: none !important;
}

.footer-contact-card {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  backdrop-filter: none !important;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 4px;
}

.footer-contact-item {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  color: var(--veeri-navy) !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.footer-contact-item i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: var(--veeri-yellow) !important;
  border-radius: 0;
  font-size: 1.05rem;
}

.footer-social-media {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.footer-social-media a {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #475569 !important;
  background: #f1f5f9 !important;
  margin: 0 !important;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease;
}

.footer-social-media a:hover {
  background: var(--veeri-yellow) !important;
  color: var(--veeri-navy) !important;
  border-color: transparent !important;
}

.footer-live-support {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 11px 18px;
  background: #fff !important;
  color: var(--veeri-navy) !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  border: 1px solid #dbe3ee !important;
  box-shadow: none !important;
}

.footer-live-support:hover {
  background: #f8fafc !important;
  border-color: var(--veeri-navy) !important;
  color: var(--veeri-navy) !important;
}

.footer-live-support i {
  color: var(--veeri-navy);
}

.footer-v2__divider {
  height: 1px;
  width: 100%;
  background: var(--veeri-border) !important;
  margin: 40px 0 22px;
  border: none;
}

.footer-bottom-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-copyright {
  color: #94a3b8 !important;
  font-size: 0.82rem !important;
}

.footer-bottom-link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.footer-legal-link,
.footer-bottom-link a {
  color: #94a3b8 !important;
  font-size: 0.8rem !important;
  text-decoration: none !important;
}

.footer-legal-link:hover {
  color: var(--veeri-navy) !important;
}

.payment-methods h4 {
  display: none !important;
}

.payment-methods ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.payment-methods ul li {
  margin: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.payment-methods ul li img {
  height: 36px !important;
  width: auto !important;
  max-width: 110px !important;
  max-height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  object-fit: contain;
  opacity: 1 !important;
  filter: none !important;
  display: block;
}

@media (max-width: 991.98px) {
  .main-footer,
  .main-footer.footer-v2 {
    padding: 48px 0 24px !important;
  }

  .footer-brand__desc {
    max-width: none;
  }

  .footer-v2__divider {
    margin: 28px 0 18px;
  }

  .payment-methods ul {
    justify-content: flex-start !important;
  }
}

#newsletter_email input {
  border: 1px solid var(--veeri-border) !important;
  border-radius: 10px !important;
}

/* ---------- Misc page polish ---------- */
.section-gap {
  padding: 64px 0 !important;
}

.banner-heading h2 {
  font-weight: 800 !important;
}

.banner-heading p {
  color: var(--veeri-muted);
}

/* Product page hero area (server/hosting) */
.products_list .banner-heading h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}

/* Tables / comparison popular */
.tablepaket.active,
#tableactive {
  border-color: var(--veeri-yellow) !important;
}

.tablepopular,
.tablepopulerx {
  background: var(--veeri-yellow) !important;
  color: var(--veeri-navy) !important;
}

/* Homepage stack order helpers */
body#home .hero-domain-stack {
  display: flex;
  flex-direction: column;
}

body#home .hero-domain-stack #carousel-hero {
  order: 1;
}

body#home .hero-domain-stack .banner-top {
  order: 2;
}

body#home .hero-domain-stack #homepage-server-plans {
  order: 3;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 48px 0 64px;
  border-top: 1px solid var(--veeri-border);
}

/* Feature cards — icon above title */
.feature-style-two-card .img-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.feature-style-two-card .img-content h4 {
  margin: 0;
  text-align: center;
}

/* Grid: 4 features → nicer mockup spacing */
.feature-style-two .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 991px) {
  .feature-style-two .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .feature-style-two .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.products_list .banner-heading h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

/* Product page hero */
.veeri-products-hero {
  text-align: left;
  padding: 8px 0 12px;
}

.veeri-products-hero__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--veeri-navy);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.veeri-products-hero__desc {
  color: var(--veeri-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 40rem;
  margin: 0 0 18px;
}

.veeri-products-hero__perks {
  margin-bottom: 8px !important;
}

#plan.section-gap.bg-five {
  background: #fff !important;
  padding-top: 28px !important;
}

@media (max-width: 991px) {
  .navbar a,
  .navbar a:focus {
    padding-left: 12px !important;
  }
}

/* =========================================================
   Modern mobile menu (hamburger drawer)
   ========================================================= */
.veeri-mnav-footer {
  display: none;
}

@media (max-width: 991.98px) {
  .navbar-mobile {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(15, 39, 68, 0.45) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 10040 !important;
    overflow: hidden !important;
    transition: opacity .28s ease, visibility .28s ease;
  }

  .navbar-mobile > ul {
    display: flex !important;
    flex-direction: column;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(340px, 88vw) !important;
    margin: 0 !important;
    padding: 76px 16px 140px !important;
    border-radius: 20px 0 0 20px !important;
    background: #fff !important;
    box-shadow: -16px 0 48px rgba(15, 39, 68, 0.18) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    animation: veeriMnavIn .32s cubic-bezier(.22, 1, .36, 1);
  }

  .navbar-mobile > ul::before {
    content: "Menü";
    display: block;
    padding: 0 10px 14px;
    margin: 0 0 8px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--veeri-muted);
    border-bottom: 1px solid var(--veeri-border);
  }

  .navbar-mobile li {
    margin: 0 !important;
    list-style: none;
  }

  .navbar-mobile > ul > li {
    margin-bottom: 4px !important;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 13px 14px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: var(--veeri-navy) !important;
    background: transparent !important;
    transition: background .18s ease, color .18s ease, transform .18s ease;
  }

  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover > a,
  .navbar-mobile a:focus {
    color: var(--veeri-navy) !important;
    background: #f4f7fb !important;
  }

  .navbar-mobile > ul > li > a.active,
  .navbar-mobile > ul > li > a:hover {
    background: var(--veeri-yellow-soft) !important;
    color: var(--veeri-navy) !important;
  }

  .navbar-mobile a i.bi-chevron-down,
  .navbar-mobile a i.bi-chevron-right {
    margin-left: auto;
    font-size: 0.85rem;
    opacity: 0.55;
    transition: transform .22s ease;
    flex-shrink: 0;
  }

  .navbar-mobile .dropdown > a.dropdown-active i.bi-chevron-down,
  .navbar-mobile li.is-open > a i.bi-chevron-down {
    transform: rotate(180deg);
  }

  /* Alt menüler varsayılan KAPALI (hover/focus ile açılmaz) */
  #navbar.navbar-mobile > ul > li:not(.is-open) > ul,
  #navbar.navbar-mobile > ul > li:not(.is-open) > div,
  #navbar.navbar-mobile > ul > li:not(.is-open):hover > ul,
  #navbar.navbar-mobile > ul > li:not(.is-open):hover > div,
  #navbar.navbar-mobile > ul > li:not(.is-open):focus-within > ul,
  #navbar.navbar-mobile > ul > li:not(.is-open):focus-within > div {
    display: none !important;
    position: static !important;
    float: none !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 6px 0 10px !important;
    padding: 8px !important;
    border: none !important;
    border-radius: 12px !important;
    background: #f7f9fc !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: hidden !important;
    transform: none !important;
    pointer-events: none !important;
    overflow: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
  }

  /* Sadece .is-open ile aç — hover/focus-within ezemez */
  #navbar.navbar-mobile > ul > li.is-open > ul,
  #navbar.navbar-mobile > ul > li.is-open > div,
  #navbar.navbar-mobile > ul > li.is-open:hover > ul,
  #navbar.navbar-mobile > ul > li.is-open:hover > div,
  #navbar.navbar-mobile > ul > li.is-open:focus-within > ul,
  #navbar.navbar-mobile > ul > li.is-open:focus-within > div {
    display: block !important;
    position: static !important;
    float: none !important;
    inset: auto !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 6px 0 10px !important;
    padding: 8px !important;
    border: none !important;
    border-radius: 12px !important;
    background: #f7f9fc !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    overflow: visible !important;
  }

  /* Mega menü: mobilde tüm alt linkleri düz liste göster */
  #navbar.navbar-mobile > ul > li.is-open .cmm-tabs-col {
    display: none !important;
  }

  #navbar.navbar-mobile > ul > li.is-open .cmm-content-col {
    width: 100% !important;
    max-width: 100% !important;
  }

  #navbar.navbar-mobile > ul > li.is-open .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }

  .navbar-mobile .dropdown ul a,
  .navbar-mobile .cmm-link-card,
  .navbar-mobile .modern-menu-item a {
    padding: 11px 12px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: #3b4a63 !important;
  }

  .navbar-mobile .cmm-container,
  .navbar-mobile .cmm-container .row {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .navbar-mobile .cmm-tabs-col,
  .navbar-mobile .cmm-content-col,
  .navbar-mobile .cmm-pane-inner .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    border: none !important;
  }

  .navbar-mobile .cmm-tabs {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px;
  }

  .navbar-mobile .cmm-tabs .nav-item {
    width: 100% !important;
    border-bottom: none !important;
  }

  .navbar-mobile .cmm-tabs .nav-link {
    border-radius: 10px !important;
    border-left: none !important;
    padding: 10px 12px !important;
  }

  .navbar-mobile .cmm-link-card,
  .navbar-mobile .modern-menu-item {
    padding: 10px !important;
    border-radius: 10px !important;
    background: #fff !important;
    margin-bottom: 6px !important;
    box-shadow: none !important;
    border: 1px solid var(--veeri-border) !important;
    width: 100% !important;
  }

  .navbar-mobile .tab-pane {
    display: none !important;
  }

  .navbar-mobile .tab-pane.active,
  .navbar-mobile .tab-pane.show {
    display: block !important;
  }

  .navbar-mobile .mobile-nav-toggle {
    display: none !important;
  }

  .navbar-mobile .veeri-mnav-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(340px, 88vw);
    padding: 16px 18px calc(18px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 28%);
    border-top: 1px solid var(--veeri-border);
    z-index: 2;
  }

  .navbar-mobile .veeri-mnav-cta {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 16px !important;
    border-radius: 12px !important;
    background: var(--veeri-yellow) !important;
    color: var(--veeri-navy) !important;
    font-weight: 800 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(255, 184, 0, 0.35);
  }

  .navbar-mobile .veeri-mnav-secondary {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    background: #f4f7fb !important;
    color: var(--veeri-navy) !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    border: 1px solid var(--veeri-border) !important;
  }
}

@keyframes veeriMnavIn {
  from {
    transform: translateX(18px);
    opacity: 0.6;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .veeri-mnav-footer {
    display: none !important;
  }
}

/* =========================================================
   Mobil — kartlar / paketler masaüstü yapısına uyumlu
   ========================================================= */
@media (max-width: 991.98px) {
  body#home .plan-cards-scope,
  .plan-cards-scope,
  .products_list .plan-cards-scope,
  .products-plans-section {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }

  body#home .plan-cards-scope > [class*="col-"],
  .plan-cards-scope > [class*="col-"],
  .products-plans-section > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .plan-cards-scope .plan-card-v2,
  body#home .plan-card-v2,
  .products_list .plan-card-v2 {
    height: 100%;
    margin: 0 auto;
    max-width: 420px;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(15, 39, 68, 0.06) !important;
  }

  .plan-cards-scope .plan-card-v2.is-popular,
  body#home .plan-card-v2.is-popular,
  .products_list .plan-card-v2.is-popular {
    border-width: 2px !important;
  }

  .plan-cards-scope .plan-card-v2__top,
  body#home .plan-card-v2__top,
  .products_list .plan-card-v2__top {
    padding: 28px 22px 10px !important;
  }

  .plan-cards-scope .plan-card-v2__price-main,
  body#home .plan-card-v2__price-main,
  .products_list .plan-card-v2__price-main {
    font-size: 2.4rem !important;
  }

  .plan-cards-scope .plan-card-v2__features,
  body#home .plan-card-v2__features,
  .products_list .plan-card-v2__features {
    padding: 10px 22px 14px !important;
  }

  .plan-cards-scope .plan-card-v2__actions,
  body#home .plan-card-v2__actions,
  .products_list .plan-card-v2__actions {
    padding: 10px 22px 24px !important;
  }

  .plan-cards-scope .plan-card-v2__btn,
  body#home .plan-card-v2__btn,
  .products_list .plan-card-v2__btn {
    padding: 14px 18px !important;
    font-size: 0.95rem !important;
  }

  /* Özellik kartları */
  .feature-style-two .col-lg-3,
  .feature-style-two .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .feature-style-two-card {
    height: 100%;
    border-radius: 16px !important;
    padding: 22px 16px !important;
    border: 1px solid var(--veeri-border) !important;
    box-shadow: 0 4px 16px rgba(15, 39, 68, 0.05) !important;
    background: #fff !important;
  }

  /* Ürün sayfası hero / sekmeler */
  .veeri-products-hero {
    padding: 4px 0 8px;
  }

  .veeri-products-hero__title {
    font-size: 1.55rem;
  }

  .nav-item {
    gap: 6px 14px !important;
    justify-content: flex-start !important;
    overflow-x: auto;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
  }

  .nav-item .nav-links {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

@media (max-width: 575.98px) {
  .feature-style-two .col-lg-3,
  .feature-style-two .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .plan-cards-scope .plan-card-v2,
  body#home .plan-card-v2,
  .products_list .plan-card-v2 {
    max-width: none;
  }
}
