/* ============================================================
   İndeks Yazılım — tasarım.md (Figma) implementasyonu
   ============================================================ */

/* Dark theme tokens — scoped to iy-design (custom.css light tokens korunur) */
body.iy-hostinza.iy-design {
  --iy-bg: #040914;
  --iy-bg-elevated: #0A1628;
  --iy-bg-card: rgba(14, 24, 44, 0.5);
  --iy-bg-card-solid: #10223B;
  --iy-surface: #10223B;
  --iy-primary: #0066FF;
  --iy-accent: #00D4FF;
  --iy-text: #FFFFFF;
  --iy-muted: #94A3B8;
  --iy-muted-2: #64748B;
  --iy-border: #1E293B;
  --iy-on-light-text: #0F172A;
  --iy-on-light-muted: #64748B;
  --iy-on-light-border: #E2E8F0;
  --iy-on-light-surface: #FFFFFF;
  --iy-radius: 16px;
  --iy-radius-sm: 8px;
  --iy-radius-pill: 32px;
  --iy-font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  --iy-font-body: 'Inter', 'Open Sans', sans-serif;
  --iy-container: 1200px;
  --iy-topbar-h: 40px;
  --iy-nav-h: 72px;
  --iy-header-h: calc(var(--iy-topbar-h) + var(--iy-nav-h));
  --iy-glow: 0 0 12px rgba(0, 212, 255, 0.45);
  --iy-shadow-accent: 0 8px 32px rgba(0, 212, 255, 0.15);
}

/* ---- Global dark theme ---- */
body.iy-hostinza.iy-design {
  background: var(--iy-bg);
  color: var(--iy-text);
  font-family: var(--iy-font-body);
  -webkit-font-smoothing: antialiased;
}

body.iy-design h1,
body.iy-design h2,
body.iy-design h3,
body.iy-design h4,
body.iy-design h5,
body.iy-design h6 {
  font-family: var(--iy-font-heading);
  color: var(--iy-text);
}

body.iy-design a { color: var(--iy-accent); }
body.iy-design a:hover { color: #66e5ff; }

.iy-container {
  width: 100%;
  max-width: var(--iy-container);
  margin: 0 auto;
  padding: 0 24px;
}

/* Hide legacy hostinza chrome */
body.iy-design .xs-top-bar,
body.iy-design .xs-header,
body.iy-design .header-transparent,
body.iy-design .home-shortcuts,
body.iy-design section#home-banner {
  display: none !important;
}

/* ---- Site header (topbar + nav) ---- */
.iy-site-header {
  position: sticky;
  top: 0;
  z-index: 3000;
}

.iy-topbar {
  height: var(--iy-topbar-h);
  background: #061022;
  border-bottom: 1px solid rgba(30, 41, 59, 0.9);
  font-size: 12px;
  color: #94A3B8;
}

.iy-topbar-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.iy-topbar-left,
.iy-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.iy-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #94A3B8;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.iy-topbar-item i {
  color: #00D4FF;
  font-size: 12px;
}

.iy-topbar-item:hover {
  color: #fff;
}

.iy-topbar-phone {
  color: #E2E8F0;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.iy-topbar-phone:hover {
  color: #00D4FF;
}

.iy-topbar-wa {
  color: #E2E8F0;
  font-weight: 600;
}

.iy-topbar-wa i {
  color: #25D366;
  font-size: 14px;
}

.iy-topbar-wa:hover {
  color: #25D366;
}

.iy-nav-bar {
  position: relative;
  top: auto;
  z-index: 1;
  height: var(--iy-nav-h);
  background: rgba(4, 9, 20, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--iy-border);
}

.iy-nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.iy-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  flex-shrink: 0;
  max-width: 240px;
}

.iy-brand-logo {
  display: block;
  height: 44px;
  width: auto;
  max-width: 210px;
  object-fit: contain;
}

.iy-brand-footer .iy-brand-logo {
  height: 52px;
  max-width: 240px;
}

.iy-brand-mark,
.iy-brand-name {
  display: none !important;
}

.iy-nav-collapse {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex: 1;
  height: 100%;
  min-width: 0;
}

.iy-nav-links,
.iy-nav-client-links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

/* Override body.iy-design a { color: accent } — that made menu cyan */
body.iy-design .iy-nav-links > li > a,
body.iy-design .iy-nav-client-links > li > a {
  display: inline-flex;
  align-items: center;
  color: #94A3B8 !important;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none !important;
  transition: color 0.15s ease, background 0.15s ease;
  padding: 8px 11px;
  border-radius: 8px;
  white-space: nowrap;
}

body.iy-design .iy-nav-links > li > a:hover,
body.iy-design .iy-nav-links > li > a.is-active,
body.iy-design .iy-nav-client-links > li > a:hover,
body.iy-design .iy-nav-client-links > li > a.is-active {
  color: #fff !important;
  background: rgba(0, 102, 255, 0.12);
}

.iy-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-shrink: 0;
  padding-left: 16px;
  margin-left: 4px;
  border-left: 1px solid #1E293B;
}

.iy-nav-actions .iy-btn-sm {
  white-space: nowrap;
}

body.iy-design .iy-nav-ghost {
  color: #94A3B8 !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  padding: 6px 8px;
}

body.iy-design .iy-nav-ghost:hover {
  color: #fff !important;
}

body.iy-design .iy-nav-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #94A3B8 !important;
  text-decoration: none !important;
  border: 1px solid transparent;
}

body.iy-design .iy-nav-icon:hover {
  color: #fff !important;
  background: rgba(0, 102, 255, 0.1);
  border-color: #1E293B;
}

body.iy-design .iy-topbar a.iy-topbar-item {
  color: #94A3B8 !important;
}

body.iy-design .iy-topbar a.iy-topbar-item:hover {
  color: #fff !important;
}

body.iy-design .iy-topbar a.iy-topbar-phone {
  color: #E2E8F0 !important;
}

body.iy-design .iy-topbar a.iy-topbar-phone:hover {
  color: #00D4FF !important;
}

.iy-nav-badge {
  position: absolute;
  top: -2px;
  right: -6px;
  background: rgba(0, 212, 255, 0.15);
  color: #00D4FF;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 999px;
  margin-left: 0;
}

.iy-nav-toggle {
  display: none;
  margin: 0;
  border: 1px solid var(--iy-border);
  border-radius: 8px;
  padding: 8px 10px;
  background: transparent;
}

.iy-nav-toggle .icon-bar {
  background: #fff;
}

body.iy-client-portal {
  --iy-header-h: var(--iy-nav-h);
}

body.iy-client-portal .iy-nav-actions {
  border-left: 0;
  padding-left: 0;
}

/* ---- Buttons ---- */
.iy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--iy-radius-sm);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  border: 1px solid transparent;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  cursor: pointer;
}
.iy-btn-sm { padding: 10px 18px; font-size: 14px; }
.iy-btn-lg { padding: 16px 36px; font-size: 16px; }
.iy-btn-block { width: 100%; }
.iy-btn-primary {
  background: var(--iy-primary);
  color: #fff !important;
  border-color: var(--iy-primary);
}
.iy-btn-primary:hover {
  background: #0052cc;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.25);
}
.iy-btn-outline {
  background: transparent;
  color: #fff !important;
  border-color: var(--iy-border);
}
.iy-btn-outline:hover {
  border-color: var(--iy-accent);
  color: var(--iy-accent) !important;
}
.iy-btn-ghost {
  background: var(--iy-bg-elevated);
  color: #fff !important;
  border-color: var(--iy-border);
}
.iy-btn-ghost:hover {
  border-color: var(--iy-accent);
}
.iy-btn-accent {
  background: var(--iy-accent);
  color: var(--iy-bg) !important;
  border-color: var(--iy-accent);
  box-shadow: var(--iy-shadow-accent);
  font-weight: 700;
}
.iy-btn-accent:hover {
  background: #00bce0;
  color: var(--iy-bg) !important;
}

/* ---- Pills / section headers ---- */
.iy-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: var(--iy-radius-pill);
  background: rgba(0, 102, 255, 0.12);
  border: 1px solid rgba(0, 102, 255, 0.3);
  color: var(--iy-accent);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.iy-pill-glow {
  border-color: var(--iy-accent);
  background: rgba(0, 102, 255, 0.11);
  color: #fff;
}
.iy-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--iy-accent);
  box-shadow: 0 0 8px var(--iy-accent);
}

.iy-section {
  padding: 80px 0;
  background: var(--iy-bg);
}
.iy-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.iy-section-head .iy-pill { margin-bottom: 16px; }
.iy-section-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.iy-section-head p {
  color: var(--iy-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* ---- Hero ---- */
.iy-hero {
  padding: calc(var(--iy-header-h) + 48px) 0 80px;
  background:
    radial-gradient(50% 50% at 50% 40%, rgba(0, 102, 255, 0.18) 0%, transparent 55%),
    radial-gradient(40% 40% at 80% 20%, rgba(0, 212, 255, 0.12) 0%, transparent 50%),
    linear-gradient(180deg, #061022 0%, var(--iy-bg) 100%);
  text-align: center;
}
.iy-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.iy-hero-title {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 920px;
}
.iy-hero-lead {
  color: var(--iy-muted);
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0;
}
.iy-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 8px;
}
.iy-domain-form {
  width: 100%;
  max-width: 640px;
  margin-top: 12px;
}
.iy-domain-form-lg {
  max-width: 820px;
  margin: 0 auto 28px;
}
.iy-domain-section {
  padding-top: 56px;
  padding-bottom: 56px;
  background:
    radial-gradient(50% 60% at 50% 0%, rgba(0, 102, 255, 0.14) 0%, transparent 60%),
    var(--iy-bg);
}
.iy-domain-input {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  background: rgba(10, 22, 40, 0.85);
  border: 1px solid rgba(0, 212, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.iy-domain-input .form-control {
  flex: 1 1 220px;
  min-height: 50px;
  background: transparent;
  border: 0;
  color: #fff;
  box-shadow: none;
  font-size: 16px;
  padding: 0 14px;
}
.iy-domain-input .form-control::placeholder {
  color: #64748B;
}
.iy-domain-input .form-control:focus {
  box-shadow: none;
  outline: none;
}
.iy-domain-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.iy-domain-captcha {
  margin-top: 16px;
}
.iy-tld-list {
  list-style: none;
  margin: 0 auto 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
}
.iy-tld-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 110px;
  padding: 14px 16px;
  background: rgba(14, 24, 44, 0.7);
  border: 1px solid var(--iy-border);
  border-radius: 12px;
}
.iy-tld-name {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}
.iy-tld-price small {
  color: var(--iy-muted);
  font-weight: 500;
  margin-left: 2px;
}
.iy-domain-more {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: center;
  align-items: center;
}

/* Domain checker / register cart pages */
body.iy-design .domain-checker-container,
body.iy-design #order-standard_cart .domain-checker-container {
  background: linear-gradient(180deg, rgba(0, 102, 255, 0.18), rgba(4, 9, 20, 0.4));
  border: 1px solid var(--iy-border);
  border-radius: 20px;
  padding: 28px 20px;
  margin-bottom: 28px;
}
body.iy-design .domain-checker-bg {
  background: transparent !important;
}
body.iy-design .domain-checker-container .input-group-box,
body.iy-design .domain-checker-container .form-control {
  background: rgba(10, 22, 40, 0.9) !important;
  border-color: var(--iy-border) !important;
  color: #fff !important;
}
body.iy-design .domain-checker-container .form-control::placeholder {
  color: #64748B;
}
body.iy-design .domain-lookup-result,
body.iy-design .domain-pricing,
body.iy-design .tld-pricing,
body.iy-design div.domainresults {
  color: var(--iy-text);
}

/* TLD pricing table — fix white-on-white rows */
body.iy-design .domain-pricing .tld-row,
body.iy-design .domain-pricing .tld-row.highlighted,
body.iy-design .domain-pricing .tld-pricing-header .col-xs-2,
body.iy-design .domain-pricing .tld-pricing-header .col-sm-2,
body.iy-design .domain-pricing .tld-pricing-header .col-xs-4,
body.iy-design .domain-pricing .tld-pricing-header .col-sm-4,
body.iy-design .domain-pricing .tld-pricing-header div:nth-child(odd),
body.iy-design .domain-pricing .tld-pricing-header div:nth-child(even) {
  background: transparent !important;
  background-color: transparent !important;
  color: #E2E8F0 !important;
  border-color: rgba(30, 41, 59, 0.9) !important;
}
body.iy-design .domain-pricing .tld-row {
  border-bottom: 1px solid rgba(30, 41, 59, 0.85) !important;
  padding: 10px 4px;
}
body.iy-design .domain-pricing .tld-row:nth-child(even),
body.iy-design .domain-pricing .tld-row.highlighted {
  background: rgba(16, 34, 59, 0.55) !important;
}
body.iy-design .domain-pricing .tld-row:hover {
  background: rgba(0, 102, 255, 0.12) !important;
}
body.iy-design .domain-pricing .tld-pricing-header {
  color: #94A3B8 !important;
}
body.iy-design .domain-pricing .tld-pricing-header div {
  background: rgba(10, 22, 40, 0.9) !important;
  color: #94A3B8 !important;
  border-bottom: 2px solid rgba(0, 102, 255, 0.45) !important;
}
body.iy-design .domain-pricing a,
body.iy-design .domain-pricing .tld-row a {
  color: #fff !important;
}
body.iy-design .domain-checker-result-headline {
  color: #fff;
}
body.iy-design .domain-checker-available {
  color: #34D399 !important;
}
body.iy-design .domain-checker-unavailable,
body.iy-design .domain-checker-invalid {
  color: #F87171 !important;
}

/* Category pills — .tld-filters uses badge-secondary / badge-success */
body.iy-design #order-standard_cart .tld-filters {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.iy-design #order-standard_cart .tld-filters a,
body.iy-design #order-standard_cart .tld-filters .badge {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  padding: 8px 14px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.3;
  border-radius: 999px !important;
  text-decoration: none !important;
  border: 1px solid rgba(0, 212, 255, 0.18) !important;
  background: rgba(16, 34, 59, 0.85) !important;
  color: #94A3B8 !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body.iy-design #order-standard_cart .tld-filters a.badge-secondary,
body.iy-design #order-standard_cart .tld-filters a.badge-secondary[href]:hover,
body.iy-design #order-standard_cart .tld-filters a.badge-secondary[href]:focus {
  background: rgba(16, 34, 59, 0.85) !important;
  color: #94A3B8 !important;
  border-color: rgba(0, 212, 255, 0.18) !important;
}
body.iy-design #order-standard_cart .tld-filters a:hover {
  background: rgba(0, 102, 255, 0.16) !important;
  color: #E2E8F0 !important;
  border-color: rgba(0, 212, 255, 0.35) !important;
}
body.iy-design #order-standard_cart .tld-filters a.badge-success,
body.iy-design #order-standard_cart .tld-filters a.badge-success[href]:hover,
body.iy-design #order-standard_cart .tld-filters a.badge-success[href]:focus {
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.45), rgba(0, 163, 255, 0.35)) !important;
  color: #fff !important;
  border-color: rgba(0, 212, 255, 0.45) !important;
  box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.15);
}
body.iy-design a.domain-tld-pricing-category,
body.iy-design .domain-tld-pricing-category {
  background: rgba(0, 102, 255, 0.12) !important;
  color: #7DD3FC !important;
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 999px;
  padding: 6px 12px;
  margin: 4px;
}
body.iy-design a.domain-tld-pricing-category:hover,
body.iy-design a.domain-tld-pricing-category.active {
  background: rgba(0, 102, 255, 0.28) !important;
  color: #fff !important;
}

/* Pricing table wrapper */
body.iy-design #order-standard_cart .bg-white {
  background: rgba(10, 22, 40, 0.55) !important;
  border: 1px solid var(--iy-border);
  border-radius: 16px;
  overflow: hidden;
  padding: 4px 0;
}
body.iy-design #order-standard_cart .font-size-18,
body.iy-design #order-standard_cart h4.font-size-18 {
  color: #fff !important;
  font-weight: 700;
  margin: 24px 0 14px;
}
body.iy-design .domain-pricing .two-row-center {
  border-right-color: rgba(30, 41, 59, 0.9) !important;
  color: #fff !important;
}
body.iy-design .domain-pricing .tld-row small,
body.iy-design .domain-pricing .tld-row .text-center {
  color: #94A3B8 !important;
}
body.iy-design .tld-sale-group {
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
body.iy-design .tld-sale-group-hot {
  background: rgba(249, 97, 90, 0.9) !important;
  color: #fff !important;
}
body.iy-design .tld-sale-group-sale {
  background: rgba(247, 212, 88, 0.92) !important;
  color: #1a1a1a !important;
}
body.iy-design .tld-sale-group-new {
  background: rgba(42, 213, 136, 0.9) !important;
  color: #062a18 !important;
}

/* Featured / spotlight TLD cards */
body.iy-design .featured-tlds-container {
  margin: 20px 0;
}
body.iy-design .featured-tld {
  background: rgba(10, 22, 40, 0.9) !important;
  border: 1px solid var(--iy-border) !important;
  border-radius: 16px;
  overflow: hidden;
}
body.iy-design .featured-tld .img-container {
  background: rgba(4, 9, 20, 0.6) !important;
  padding: 16px;
}
body.iy-design .featured-tld .price {
  color: #fff !important;
  font-weight: 700;
}
body.iy-design .spotlight-tlds {
  background: rgba(10, 22, 40, 0.55) !important;
  border: 1px solid var(--iy-border);
  border-radius: 16px;
  margin: 16px 0;
}
body.iy-design .spotlight-tld {
  background: rgba(14, 24, 44, 0.9) !important;
  border: 1px solid var(--iy-border) !important;
  color: #E2E8F0 !important;
  border-radius: 12px;
}
body.iy-design .spotlight-tld span,
body.iy-design .spotlight-tld .available.price {
  color: var(--iy-accent) !important;
}
body.iy-design .spotlight-tld .btn:not(.domain-contact-support) {
  background: rgba(71, 85, 105, 0.8) !important;
  border-color: rgba(30, 41, 59, 0.9) !important;
  color: #fff !important;
  border-radius: 10px !important;
}

/* Domain search results */
body.iy-design #order-standard_cart .domain-lookup-primary-results,
body.iy-design #order-standard_cart .domain-checker-result-headline {
  color: #fff !important;
}
body.iy-design #order-standard_cart .domain-price .price {
  color: #fff !important;
  font-size: 1.4em;
  font-weight: 700;
}
body.iy-design #order-standard_cart .domain-price .btn-add-to-cart,
body.iy-design #order-standard_cart .btn-add-to-cart.btn-primary {
  background: linear-gradient(135deg, #0066FF, #00A3FF) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 12px !important;
  min-height: 44px;
  font-weight: 700;
  padding: 10px 20px !important;
}

/* Suggested domains list */
body.iy-design .suggested-domains {
  background: rgba(10, 22, 40, 0.55) !important;
  border: 1px solid var(--iy-border) !important;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 16px;
}
body.iy-design .suggested-domains .panel-heading,
body.iy-design .suggested-domains .card-header {
  background: rgba(6, 16, 34, 0.95) !important;
  border-bottom: 1px solid var(--iy-border) !important;
  color: #fff !important;
  font-weight: 700;
}
body.iy-design .suggested-domains .panel-body,
body.iy-design .suggested-domains .card-body,
body.iy-design .suggested-domains .domain-lookup-suggestions-loader {
  background: transparent !important;
  color: #94A3B8 !important;
}
body.iy-design .suggested-domains .panel-footer,
body.iy-design .suggested-domains .card-footer {
  background: rgba(6, 16, 34, 0.92) !important;
  border-top: 1px solid var(--iy-border) !important;
}
body.iy-design .suggested-domains .list-group-item {
  background: rgba(10, 22, 40, 0.85) !important;
  border-color: rgba(30, 41, 59, 0.9) !important;
  color: #E2E8F0 !important;
  padding: 14px 16px !important;
}
body.iy-design .suggested-domains .list-group-item:nth-child(even) {
  background: rgba(16, 34, 59, 0.55) !important;
}
body.iy-design .suggested-domains .extension,
body.iy-design .suggested-domains .domain {
  color: #fff !important;
  font-weight: 600;
}
body.iy-design .suggested-domains .price {
  color: var(--iy-accent) !important;
  font-weight: 700;
}
body.iy-design .suggested-domains .actions {
  float: none !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
}
body.iy-design .suggested-domains .btn:not(.domain-contact-support) {
  background: rgba(71, 85, 105, 0.85) !important;
  border: 1px solid rgba(30, 41, 59, 0.9) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 8px 14px !important;
  font-size: 12px !important;
  min-height: 36px;
}
body.iy-design .suggested-domains .btn.domain-contact-support,
body.iy-design .spotlight-tld .btn.domain-contact-support,
body.iy-design #order-standard_cart .btn.domain-contact-support {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  background: rgba(0, 102, 255, 0.14) !important;
  border: 1px solid rgba(0, 212, 255, 0.35) !important;
  color: #7DD3FC !important;
  border-radius: 10px !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  padding: 8px 12px !important;
  white-space: normal;
  text-align: center;
}
body.iy-design .suggested-domains .promo.hot,
body.iy-design .suggested-domains .sales-group-hot {
  background: rgba(249, 97, 90, 0.9) !important;
  color: #fff !important;
  border-radius: 6px;
}
body.iy-design .suggested-domains .promo.sale,
body.iy-design .suggested-domains .sales-group-sale {
  background: rgba(247, 212, 88, 0.92) !important;
  color: #1a1a1a !important;
  border-radius: 6px;
}
body.iy-design .suggested-domains .promo.new,
body.iy-design .suggested-domains .sales-group-new {
  background: rgba(42, 213, 136, 0.9) !important;
  color: #062a18 !important;
  border-radius: 6px;
}
body.iy-design .suggested-domains #moreSuggestions,
body.iy-design .suggested-domains .domain-suggestions-warning {
  color: #94A3B8 !important;
}
body.iy-design .suggested-domains #moreSuggestions {
  color: var(--iy-accent) !important;
}

@media (min-width: 768px) {
  body.iy-design .suggested-domains .list-group-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  body.iy-design .suggested-domains .actions {
    margin-top: 0;
    margin-left: auto;
  }
}

/* Domain promo boxes */
body.iy-design .domain-promo-box {
  background: rgba(14, 24, 44, 0.85) !important;
  border: 1px solid var(--iy-border) !important;
  border-radius: 16px !important;
  color: #E2E8F0 !important;
  box-shadow: none !important;
}
body.iy-design .domain-promo-box h3,
body.iy-design .domain-promo-box p,
body.iy-design .domain-promo-box .small {
  color: #E2E8F0 !important;
}
body.iy-design .domain-promo-box i {
  color: var(--iy-accent) !important;
}

/* Captcha on domain pages */
body.iy-design .domainchecker-homepage-captcha,
body.iy-design .captcha-container,
body.iy-design #google-recaptcha-domainchecker,
body.iy-design .default-captcha {
  background: rgba(10, 22, 40, 0.85) !important;
  border: 1px solid var(--iy-border) !important;
  border-radius: 12px;
  color: #E2E8F0 !important;
}
body.iy-design .default-captcha input.form-control {
  background: rgba(4, 9, 20, 0.8) !important;
  border-color: var(--iy-border) !important;
  color: #fff !important;
}

/* Cart domain sidebar panels */
body.iy-design #order-standard_cart .cart-sidebar .panel,
body.iy-design #order-standard_cart .sidebar-collapsed .panel,
body.iy-design #order-standard_cart .panel.card,
body.iy-design #order-standard_cart .panel-default {
  background: rgba(10, 22, 40, 0.9) !important;
  border: 1px solid var(--iy-border) !important;
  color: #E2E8F0 !important;
}
body.iy-design #order-standard_cart .panel-heading,
body.iy-design #order-standard_cart .card-header,
body.iy-design #order-standard_cart .panel-title {
  background: transparent !important;
  color: #fff !important;
  border-color: var(--iy-border) !important;
}
body.iy-design #order-standard_cart .list-group-item {
  background: transparent !important;
  color: #94A3B8 !important;
  border-color: rgba(30, 41, 59, 0.8) !important;
}
body.iy-design #order-standard_cart .list-group-item.active,
body.iy-design #order-standard_cart .list-group-item:hover {
  background: rgba(0, 102, 255, 0.18) !important;
  color: #fff !important;
}
body.iy-design #order-standard_cart .list-group-item a {
  color: inherit !important;
}
body.iy-design #order-standard_cart select.form-control,
body.iy-design #order-standard_cart .form-control {
  background: rgba(4, 9, 20, 0.85) !important;
  border-color: var(--iy-border) !important;
  color: #fff !important;
}
body.iy-design #order-standard_cart h1,
body.iy-design #order-standard_cart .header-lined h1 {
  color: #fff !important;
}
body.iy-design #order-standard_cart .header-lined p {
  color: #94A3B8 !important;
}

/* Domain register / transfer cart pages */
body.iy-design #order-standard_cart .panel-body,
body.iy-design #order-standard_cart .card-body {
  background: rgba(10, 22, 40, 0.55) !important;
  color: #E2E8F0 !important;
}
body.iy-design #order-standard_cart .panel-footer,
body.iy-design #order-standard_cart .card-footer {
  background: rgba(6, 16, 34, 0.92) !important;
  border-top: 1px solid var(--iy-border) !important;
}
body.iy-design #order-standard_cart label,
body.iy-design #order-standard_cart .control-label {
  color: #CBD5E1 !important;
  font-weight: 600;
}
body.iy-design #order-standard_cart h2,
body.iy-design #order-standard_cart .font-size-30 {
  color: #fff !important;
}
body.iy-design #order-standard_cart .text-center.small,
body.iy-design #order-standard_cart .text-center > p {
  color: #94A3B8 !important;
}
body.iy-design #order-standard_cart .default-captcha {
  background: rgba(10, 22, 40, 0.85) !important;
  border: 1px solid var(--iy-border) !important;
  border-radius: 12px;
  padding: 16px;
  color: #94A3B8 !important;
}
body.iy-design #order-standard_cart .default-captcha p {
  color: #94A3B8 !important;
  margin-bottom: 12px;
}
body.iy-design #order-standard_cart .captcha-container {
  margin-top: 8px;
}
body.iy-design #order-standard_cart .btn-transfer,
body.iy-design #order-standard_cart #btnTransferDomain,
body.iy-design #order-standard_cart .panel-footer .btn-primary {
  background: linear-gradient(135deg, #0066FF, #00A3FF) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 12px !important;
  min-height: 44px;
  font-weight: 700;
}
body.iy-design #order-standard_cart .btn-transfer:hover,
body.iy-design #order-standard_cart #btnTransferDomain:hover {
  filter: brightness(1.06);
  color: #fff !important;
}
body.iy-design #order-standard_cart a[data-toggle="tooltip"],
body.iy-design #order-standard_cart .pull-right.float-right {
  color: var(--iy-accent) !important;
}
body.iy-design #order-standard_cart .alert-warning {
  background: rgba(245, 158, 11, 0.12) !important;
  border-color: rgba(245, 158, 11, 0.35) !important;
  color: #FCD34D !important;
}

/* Flash messages */
body.iy-design .iy-flash.alert {
  border-radius: 12px;
  border: 1px solid transparent;
  margin: 0 0 20px;
  padding: 14px 18px;
  font-size: 14px;
}
body.iy-design .iy-flash.alert-success {
  background: rgba(52, 211, 153, 0.12);
  border-color: rgba(52, 211, 153, 0.35);
  color: #6EE7B7;
}
body.iy-design .iy-flash.alert-danger {
  background: rgba(248, 113, 113, 0.12);
  border-color: rgba(248, 113, 113, 0.35);
  color: #FCA5A5;
}
body.iy-design .iy-flash.alert-warning {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.35);
  color: #FCD34D;
}
body.iy-design .iy-flash.alert-info {
  background: rgba(0, 102, 255, 0.12);
  border-color: rgba(0, 212, 255, 0.25);
  color: #7DD3FC;
}

/* ---- Trust bar ---- */
.iy-trust-bar {
  background: var(--iy-bg-elevated);
  border-top: 1px solid var(--iy-border);
  border-bottom: 1px solid var(--iy-border);
  padding: 24px 0;
}
.iy-trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 24px;
}
.iy-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.iy-trust-item i {
  color: var(--iy-accent);
  font-size: 18px;
}

/* ---- Service cards ---- */
.iy-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.iy-service-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  background: var(--iy-bg-card);
  border: 1px solid var(--iy-border);
  border-radius: var(--iy-radius);
  text-decoration: none !important;
  color: inherit;
  min-height: 240px;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.iy-service-card:hover {
  border-color: rgba(0, 212, 255, 0.45);
  transform: translateY(-3px);
  box-shadow: var(--iy-shadow-accent);
}
.iy-service-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.iy-service-card p {
  color: var(--iy-muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}
.iy-link-arrow {
  color: var(--iy-accent);
  font-weight: 600;
  font-size: 14px;
}
.iy-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--iy-accent);
  font-size: 18px;
}
.iy-icon-wrap-sm {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  flex-shrink: 0;
}

/* ---- Pricing ---- */
.iy-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.iy-price-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px 24px;
  background: var(--iy-bg-card);
  border: 1px solid var(--iy-border);
  border-radius: var(--iy-radius);
}
.iy-price-card-featured {
  background: var(--iy-bg-card-solid);
  border: 2px solid var(--iy-accent);
  box-shadow: var(--iy-shadow-accent);
}
.iy-price-head h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px;
}
.iy-badge-popular {
  background: var(--iy-accent);
  color: var(--iy-bg);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 12px;
}
.iy-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}
.iy-price-amount {
  font-family: var(--iy-font-heading);
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1;
}
.iy-price-cycle {
  color: var(--iy-muted);
  font-size: 14px;
}
.iy-price-tagline {
  margin: 10px 0 0;
  color: var(--iy-muted);
  font-size: 13px;
  line-height: 1.45;
}
.iy-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.iy-feature-list li {
  position: relative;
  padding-left: 26px;
  color: var(--iy-muted);
  font-size: 14px;
  line-height: 1.45;
}
.iy-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 212, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(0, 212, 255, 0.35);
}
.iy-feature-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(0.35em + 3px);
  width: 6px;
  height: 3px;
  border-left: 2px solid #00D4FF;
  border-bottom: 2px solid #00D4FF;
  transform: rotate(-45deg);
}

/* ---- Why us ---- */
.iy-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.iy-why-card {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: var(--iy-bg-card);
  border: 1px solid var(--iy-border);
  border-radius: 12px;
}
.iy-why-card h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}
.iy-why-card p {
  margin: 0;
  color: var(--iy-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* ---- Testimonials ---- */
.iy-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.iy-testimonial-card {
  padding: 32px;
  background: var(--iy-bg-card);
  border: 1px solid var(--iy-border);
  border-radius: var(--iy-radius);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.iy-quote-icon {
  color: var(--iy-accent);
  font-size: 22px;
}
.iy-testimonial-card p {
  color: var(--iy-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.iy-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.iy-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--iy-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: var(--iy-font-heading);
}
.iy-testimonial-author strong {
  display: block;
  font-size: 14px;
}
.iy-testimonial-author span {
  color: var(--iy-muted-2);
  font-size: 12px;
}

/* ---- Stats ---- */
.iy-stats {
  background: var(--iy-bg-elevated);
  border-top: 1px solid var(--iy-border);
  border-bottom: 1px solid var(--iy-border);
  padding: 64px 0;
}
.iy-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}
.iy-stat strong {
  display: block;
  font-family: var(--iy-font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
}
.iy-stat span {
  color: var(--iy-accent);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ---- CTA ---- */
.iy-cta {
  padding: 100px 0;
  background:
    radial-gradient(60% 80% at 50% 50%, rgba(0, 102, 255, 0.2) 0%, transparent 60%),
    var(--iy-bg);
  text-align: center;
}
.iy-cta-inner h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  margin: 0 0 16px;
}
.iy-cta-inner p {
  color: var(--iy-muted);
  max-width: 500px;
  margin: 0 auto 24px;
  font-size: 16px;
}

/* ---- Footer ---- */
.iy-footer {
  background: var(--iy-bg-elevated);
  border-top: 1px solid var(--iy-border);
  padding: 56px 0 28px;
  margin: 0;
}
.iy-footer-top {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.iy-footer-brand p {
  color: var(--iy-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 12px 0 16px;
  max-width: 300px;
}
.iy-footer-social {
  display: flex;
  gap: 12px;
}
.iy-footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #10223B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--iy-muted) !important;
  font-size: 14px;
}
.iy-footer-social a:hover {
  color: #fff !important;
  background: var(--iy-primary);
}
.iy-footer-col h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
}
.iy-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iy-footer-col li { margin-bottom: 10px; }
.iy-footer-col a {
  color: var(--iy-muted) !important;
  font-size: 13px;
  text-decoration: none !important;
}
.iy-footer-col a:hover { color: #fff !important; }
.iy-footer-contact li {
  color: var(--iy-muted);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.iy-footer-bottom {
  border-top: 1px solid var(--iy-border);
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: var(--iy-muted-2);
  font-size: 13px;
}

/* Sticky footer: no empty strip under footer on short pages */
html {
  height: 100%;
}
body.iy-hostinza.iy-design {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body.iy-design > section#main-body {
  flex: 1 0 auto;
  width: 100%;
}
body.iy-design > .iy-footer {
  flex-shrink: 0;
  width: 100%;
}

/* ---- Inner pages (WHMCS) ---- */
body.iy-design section#main-body {
  background: var(--iy-bg);
  padding: 32px 0 32px;
  margin-bottom: 0;
}
body.iy-design section#main-body.iy-main-home {
  padding: 0;
  background: var(--iy-bg);
}
/* Kill WHMCS default 60px gap above footer */
body.iy-design .main-content,
body.iy-design section#main-content {
  color: var(--iy-text);
  margin-bottom: 0 !important;
  min-height: 0;
}
body.iy-design section#main-body.iy-main-home .main-content {
  min-height: 0;
}
body.iy-design .panel,
body.iy-design .well,
body.iy-design .logincontainer,
body.iy-design .iy-legal-content,
body.iy-design .iy-legal-nav {
  background: var(--iy-bg-card-solid);
  border: 1px solid var(--iy-border);
  border-radius: var(--iy-radius);
  color: var(--iy-text);
}
body.iy-design .panel-default > .panel-heading,
body.iy-design .panel-sidebar > .panel-heading {
  background: #10223B;
  border-color: var(--iy-border);
  color: #fff;
}
body.iy-design .form-control {
  background: #0A1628;
  border-color: var(--iy-border);
  color: #fff;
  border-radius: var(--iy-radius-sm);
  min-height: 44px;
}
body.iy-design .form-control:focus {
  border-color: var(--iy-accent);
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15);
}
body.iy-design .btn-primary {
  background: var(--iy-primary);
  border-color: var(--iy-primary);
}
body.iy-design .breadcrumb {
  background: transparent;
  color: var(--iy-muted);
}
body.iy-design .breadcrumb > .active { color: #fff; }
body.iy-design .header-lined h1 {
  font-family: var(--iy-font-heading);
  font-weight: 800;
  letter-spacing: -0.03em;
}
body.iy-design .list-group-item {
  background: transparent;
  border-color: var(--iy-border);
  color: var(--iy-muted);
}
body.iy-design .list-group-item.active,
body.iy-design .list-group-item.active:hover {
  background: rgba(0, 102, 255, 0.15);
  border-color: var(--iy-border);
  color: var(--iy-accent);
}
body.iy-design blockquote,
body.iy-design .iy-announcement-card blockquote {
  background: transparent !important;
  border: 0;
  padding: 0;
  color: #CBD5E1 !important;
  font-style: normal;
}
body.iy-design blockquote::before { display: none !important; }
body.iy-design blockquote p,
body.iy-design blockquote a {
  color: #CBD5E1 !important;
}

/* ---- Duyurular / bilgi bankası ---- */
body.iy-design div.announcement-single,
body.iy-design .iy-announcement-card {
  background: var(--iy-bg-card-solid) !important;
  border: 1px solid var(--iy-border) !important;
  border-radius: var(--iy-radius);
  padding: 24px;
  margin-bottom: 16px;
  color: #CBD5E1 !important;
  box-shadow: none;
}
body.iy-design div.announcement-single .title,
body.iy-design div.announcement-single h3,
body.iy-design div.announcement-single h3 a,
body.iy-design .iy-announcement-card h3,
body.iy-design .iy-announcement-card h3 a {
  color: #fff !important;
}
body.iy-design div.announcement-single p,
body.iy-design div.announcement-single blockquote,
body.iy-design div.announcement-single blockquote p,
body.iy-design .iy-announcement-card blockquote,
body.iy-design .iy-announcement-card blockquote p {
  color: #CBD5E1 !important;
}
body.iy-design div.announcement-single .article-items,
body.iy-design .iy-announcement-date {
  background: rgba(0, 102, 255, 0.15) !important;
  color: var(--iy-accent) !important;
  border-radius: 999px;
}
body.iy-design .iy-home-news {
  padding: 48px 0 64px;
  background: var(--iy-bg);
}

/* ---- Müşteri paneli kartları ---- */
body.iy-design .client-home-panels .panel,
body.iy-design .client-home-panels .panel-default {
  background: var(--iy-bg-card-solid) !important;
  border: 1px solid var(--iy-border) !important;
  border-radius: var(--iy-radius);
  overflow: hidden;
}
body.iy-design .client-home-panels .panel-default > .panel-heading {
  background: #0A1628 !important;
  color: #fff !important;
  border-bottom: 1px solid var(--iy-border) !important;
}
body.iy-design .client-home-panels .panel-body,
body.iy-design .panel-default > .panel-body {
  background: var(--iy-bg-card-solid) !important;
  color: #CBD5E1 !important;
}
body.iy-design .client-home-panels .panel-body a,
body.iy-design .panel-body a {
  color: var(--iy-accent);
}
body.iy-design .client-home-panels .panel-body .text-muted,
body.iy-design .panel-body .text-muted {
  color: var(--iy-muted) !important;
}

/* Panel footer / danger / warning — Hepsini Öde beyaz barı */
body.iy-design .panel-footer,
body.iy-design .panel-default > .panel-footer,
body.iy-design .panel-sidebar > .panel-footer,
body.iy-design .panel-danger > .panel-footer,
body.iy-design .panel-warning > .panel-footer,
body.iy-design .panel-success > .panel-footer,
body.iy-design .panel-info > .panel-footer,
body.iy-design .panel-primary > .panel-footer {
  background: rgba(6, 16, 34, 0.98) !important;
  border-top: 1px solid var(--iy-border) !important;
  color: #CBD5E1 !important;
}
body.iy-design .panel-body,
body.iy-design .panel-sidebar .panel-body,
body.iy-design .panel-danger > .panel-body,
body.iy-design .panel-warning > .panel-body,
body.iy-design .panel-success > .panel-body,
body.iy-design .panel-info > .panel-body,
body.iy-design .panel-primary > .panel-body {
  background: rgba(10, 22, 40, 0.92) !important;
  color: #CBD5E1 !important;
}
body.iy-design .panel-danger,
body.iy-design .panel-warning,
body.iy-design .panel-success,
body.iy-design .panel-info,
body.iy-design .panel-primary,
body.iy-design .panel-sidebar {
  background: rgba(10, 22, 40, 0.92) !important;
  border-color: var(--iy-border) !important;
  color: #CBD5E1 !important;
}
body.iy-design .panel-danger > .panel-heading,
body.iy-design .panel-warning > .panel-heading,
body.iy-design .panel-success > .panel-heading,
body.iy-design .panel-info > .panel-heading,
body.iy-design .panel-primary > .panel-heading,
body.iy-design .panel-sidebar > .panel-heading {
  background: rgba(6, 16, 34, 0.98) !important;
  border-color: var(--iy-border) !important;
  color: #fff !important;
}
body.iy-design .panel-danger > .panel-heading {
  border-left: 3px solid #F59E0B;
}
body.iy-design .panel-warning > .panel-heading {
  border-left: 3px solid #FBBF24;
}
body.iy-design .panel-footer .btn,
body.iy-design .panel-body .btn-block,
body.iy-design .panel-sidebar .btn {
  border-radius: 10px !important;
  font-weight: 700;
}
body.iy-design .panel-footer .btn-default,
body.iy-design .panel-body .btn-default,
body.iy-design .panel-footer .btn-success,
body.iy-design .panel-body .btn-success,
body.iy-design a[href*="masspay"].btn,
body.iy-design a[href*="action=masspay"] {
  background: linear-gradient(135deg, #0066FF, #00A3FF) !important;
  border: none !important;
  color: #fff !important;
}

body.iy-client-portal .panel-footer,
body.iy-client-portal .panel-body,
body.iy-client-portal .panel-danger,
body.iy-client-portal .panel-warning,
body.iy-client-portal .panel-success,
body.iy-client-portal .panel-info {
  background: rgba(10, 22, 40, 0.92) !important;
  border-color: #1E293B !important;
  color: #CBD5E1 !important;
}
body.iy-client-portal .panel-footer {
  background: rgba(6, 16, 34, 0.98) !important;
}
body.iy-client-portal .panel-danger > .panel-heading,
body.iy-client-portal .panel-warning > .panel-heading {
  background: #0A1628 !important;
  color: #fff !important;
  border-color: #1E293B !important;
}

/* ---- Fatura popup modal ---- */
.iy-invoice-modal .iy-invoice-modal-dialog {
  width: calc(100% - 32px);
  max-width: 920px;
  margin: 24px auto;
}
.iy-invoice-modal .iy-invoice-modal-content {
  background: #0A1628;
  border: 1px solid rgba(0, 212, 255, 0.18);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}
.iy-invoice-modal .iy-invoice-modal-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(6, 16, 34, 0.98);
  border-bottom: 1px solid rgba(30, 41, 59, 0.95);
  color: #fff;
}
.iy-invoice-modal .iy-invoice-modal-header .modal-title {
  flex: 1;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.iy-invoice-modal .iy-invoice-modal-header .close {
  order: 3;
  color: #fff;
  opacity: 0.75;
  text-shadow: none;
}
.iy-invoice-modal .iy-invoice-modal-header .close:hover {
  opacity: 1;
}
.iy-invoice-modal .iy-invoice-modal-actions {
  order: 2;
}
.iy-invoice-modal .iy-invoice-modal-actions .btn {
  background: rgba(0, 102, 255, 0.18);
  border-color: rgba(0, 212, 255, 0.3);
  color: #7DD3FC;
  border-radius: 8px;
  font-weight: 600;
}
.iy-invoice-modal .iy-invoice-modal-body {
  padding: 0;
  background: #040914;
  height: min(82vh, 900px);
}
.iy-invoice-modal .iy-invoice-modal-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #040914;
}
body.modal-open .iy-invoice-modal {
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .iy-invoice-modal .iy-invoice-modal-dialog {
    margin: 10px auto;
  }
  .iy-invoice-modal .iy-invoice-modal-body {
    height: 78vh;
  }
}

/* ---- Tablolar (DataTables) ---- */
body.iy-design table.dataTable,
body.iy-design .dataTables_wrapper,
body.iy-design .table-list,
body.iy-design .table-container {
  background: var(--iy-bg-card-solid) !important;
  color: #CBD5E1 !important;
}
body.iy-design table.dataTable thead th,
body.iy-design table.table-list thead th {
  background: #0A1628 !important;
  color: #fff !important;
  border-color: var(--iy-border) !important;
}
body.iy-design table.dataTable tbody td,
body.iy-design table.table-list tbody td {
  background: var(--iy-bg-card-solid) !important;
  color: #E2E8F0 !important;
  border-color: var(--iy-border) !important;
}
body.iy-design table.dataTable tbody tr:nth-child(even) td,
body.iy-design table.table-list tbody tr:nth-child(even) td {
  background: #0D1A30 !important;
}
body.iy-design .dataTables_info,
body.iy-design .dataTables_length label,
body.iy-design .dataTables_filter label {
  color: var(--iy-muted) !important;
}
body.iy-design .dataTables_wrapper .pagination > li > a,
body.iy-design .dataTables_wrapper .pagination > li > span {
  background: #0A1628 !important;
  border-color: var(--iy-border) !important;
  color: #CBD5E1 !important;
}
body.iy-design .dataTables_wrapper .pagination > .active > a {
  background: var(--iy-primary) !important;
  border-color: var(--iy-primary) !important;
  color: #fff !important;
}

/* ---- Kayıt / profil / pazarlama opt-in ---- */
body.iy-design .marketing-email-optin {
  background: var(--iy-bg-card-solid) !important;
  border: 1px solid var(--iy-border) !important;
  border-radius: var(--iy-radius);
  padding: 20px 24px;
  color: #CBD5E1 !important;
}
body.iy-design .marketing-email-optin h3,
body.iy-design .marketing-email-optin h4 {
  color: #fff !important;
}
body.iy-design .marketing-email-optin p {
  color: var(--iy-muted) !important;
}
body.iy-design #registration .sub-heading span,
body.iy-design .sub-heading span {
  background: var(--iy-bg) !important;
  color: var(--iy-muted) !important;
}
body.iy-design .sub-heading {
  border-color: var(--iy-border) !important;
}

/* ---- Uyarı kutuları ---- */
body.iy-design .alert-success {
  background: rgba(22, 163, 74, 0.15) !important;
  border-color: rgba(22, 163, 74, 0.35) !important;
  color: #86EFAC !important;
}
body.iy-design .alert-warning {
  background: rgba(217, 119, 6, 0.15) !important;
  border-color: rgba(217, 119, 6, 0.35) !important;
  color: #FCD34D !important;
}
body.iy-design .alert-danger {
  background: rgba(220, 38, 38, 0.15) !important;
  border-color: rgba(220, 38, 38, 0.35) !important;
  color: #FCA5A5 !important;
}
body.iy-design .alert-info {
  background: rgba(0, 102, 255, 0.12) !important;
  border-color: rgba(0, 102, 255, 0.3) !important;
  color: #93C5FD !important;
}

/* ---- Ödeme yönlendirme ---- */
body.iy-design .forward-page,
body.iy-design #frmPayment {
  color: var(--iy-muted);
}
body.iy-design .forward-page .alert,
body.iy-design #frmPayment .alert {
  background: var(--iy-bg-card-solid) !important;
  border: 1px solid var(--iy-border) !important;
  color: #CBD5E1 !important;
}

/* ---- Yasal sayfalar ---- */
body.iy-design .iy-legal-nav,
body.iy-design .iy-legal-content {
  background: var(--iy-bg-card-solid) !important;
  border-color: var(--iy-border) !important;
  color: #CBD5E1 !important;
}
body.iy-design .iy-legal-nav a {
  color: #CBD5E1 !important;
}
body.iy-design .iy-legal-nav a.is-active,
body.iy-design .iy-legal-nav a:hover {
  background: rgba(0, 102, 255, 0.15) !important;
  color: var(--iy-accent) !important;
}

/* ---- Sepet: koyu zemin üstü başlık + beyaz kart içi metin ---- */
body.iy-design #order-standard_cart {
  --corp-text: #FFFFFF;
  --corp-muted: #94A3B8;
  --corp-primary: #0066FF;
  --corp-primary-hover: #0052CC;
  --corp-primary-soft: rgba(0, 102, 255, 0.12);
  --corp-border: #1E293B;
}
body.iy-design #order-standard_cart .header-lined h1,
body.iy-design #order-standard_cart .iy-plans-head h1 {
  color: #fff !important;
}
body.iy-design #order-standard_cart .header-lined p,
body.iy-design #order-standard_cart .iy-plans-head p {
  color: var(--iy-muted) !important;
}
body.iy-design #order-standard_cart .iy-plans-head .iy-kicker {
  color: var(--iy-accent) !important;
}
body.iy-design #order-standard_cart .iy-plan,
body.iy-design #order-standard_cart .view-cart-tabs,
body.iy-design #order-standard_cart .view-cart-items,
body.iy-design #order-standard_cart .view-cart-items-header,
body.iy-design #order-standard_cart .order-summary,
body.iy-design #order-standard_cart .summary-container,
body.iy-design #order-standard_cart .iy-empty-cart-panel,
body.iy-design #order-standard_cart .panel-check,
body.iy-design #order-standard_cart .checkout-container .panel,
body.iy-design #order-standard_cart #frmCheckout .panel {
  --corp-text: #FFFFFF;
  --corp-muted: #94A3B8;
  --corp-border: #1E293B;
  color: var(--corp-text);
  background: rgba(14, 24, 44, 0.5) !important;
  border-color: var(--corp-border) !important;
}
body.iy-design #order-standard_cart .iy-plan {
  box-shadow: none !important;
}
body.iy-design #order-standard_cart .iy-plan-featured {
  background: rgba(14, 24, 44, 0.72) !important;
  border-color: #0066FF !important;
  box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.25) !important;
}
body.iy-design #order-standard_cart .iy-plan-name,
body.iy-design #order-standard_cart .iy-plan-features li,
body.iy-design #order-standard_cart .products .product header span {
  color: #fff !important;
}
body.iy-design #order-standard_cart .iy-plan-price .price {
  color: #00D4FF !important;
}
body.iy-design #order-standard_cart .iy-plan-cycle,
body.iy-design #order-standard_cart .iy-plan-lead,
body.iy-design #order-standard_cart .iy-plan-features,
body.iy-design #order-standard_cart .products .product div.product-desc {
  color: #94A3B8 !important;
}
body.iy-design #order-standard_cart .iy-plan-price {
  border-bottom-color: #1E293B !important;
}
body.iy-design #order-standard_cart .products .product header,
body.iy-design #order-standard_cart .iy-plan-featured header {
  background: #0A1628 !important;
  border-bottom-color: #1E293B !important;
}
body.iy-design #order-standard_cart .products .product {
  background: rgba(14, 24, 44, 0.5) !important;
  border: 1px solid #1E293B !important;
  border-radius: 16px !important;
  overflow: hidden;
}
body.iy-design #order-standard_cart .iy-plans-tabs .iy-tab,
body.iy-design #order-standard_cart .iy-plans-tabs .btn {
  border-color: #1E293B !important;
  color: #94A3B8 !important;
  background: transparent !important;
}
body.iy-design #order-standard_cart .iy-plans-tabs .iy-tab.active,
body.iy-design #order-standard_cart .iy-plans-tabs .btn-primary {
  background: #0066FF !important;
  border-color: #0066FF !important;
  color: #fff !important;
}
body.iy-design #order-standard_cart .iy-cat-link {
  background: rgba(14, 24, 44, 0.6) !important;
  border-color: #1E293B !important;
  color: #E2E8F0 !important;
}
body.iy-design #order-standard_cart .iy-cat-link:hover {
  background: rgba(0, 102, 255, 0.12) !important;
  border-color: rgba(0, 212, 255, 0.35) !important;
  color: #fff !important;
}
body.iy-design #order-standard_cart .iy-cat-link.is-active {
  background: #0066FF !important;
  border-color: #00D4FF !important;
  color: #fff !important;
}
body.iy-design #order-standard_cart .iy-plan h2,
body.iy-design #order-standard_cart .order-summary h2 {
  color: var(--corp-text) !important;
}
body.iy-design #order-standard_cart .breadcrumb {
  color: var(--iy-muted);
}
body.iy-design #order-standard_cart .breadcrumb > .active {
  color: #fff;
}

/* Hide old footer */
body.iy-design .xs-footer-section { display: none !important; }

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .iy-topbar-inner {
    padding: 0 16px;
    justify-content: center;
  }
  .iy-topbar-left .iy-topbar-hours,
  .iy-topbar-left a[href^="mailto"] {
    display: none;
  }
  .iy-topbar-left:empty {
    display: none;
  }
  .iy-nav-inner {
    padding: 0 16px;
  }
  .iy-nav-toggle { display: block; }
  .iy-nav-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #061022;
    border-bottom: 1px solid var(--iy-border);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 24px 24px;
    gap: 16px;
    height: auto;
  }
  .iy-nav-collapse:not(.in) { display: none !important; }
  .iy-nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    justify-content: flex-start;
  }
  .iy-nav-links a {
    width: 100%;
  }
  .iy-nav-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .iy-service-grid,
  .iy-pricing-grid,
  .iy-why-grid,
  .iy-testimonial-grid,
  .iy-stats-grid,
  .iy-footer-top {
    grid-template-columns: 1fr;
  }
  .iy-trust-bar-inner { justify-content: center; }
  .iy-hero { padding-top: calc(var(--iy-header-h) + 28px); }
  .iy-brand-logo {
    height: 36px;
    max-width: 160px;
  }
}

@media (max-width: 575px) {
  .iy-topbar {
    height: auto;
    min-height: var(--iy-topbar-h);
    padding: 6px 0;
  }
  .iy-topbar-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .iy-topbar-right {
    gap: 12px;
  }
  .iy-brand {
    max-width: 150px;
  }
  .iy-brand-logo {
    height: 32px;
    max-width: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .iy-service-grid,
  .iy-why-grid,
  .iy-testimonial-grid,
  .iy-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .iy-nav-links a {
    font-size: 12px;
    padding: 8px 8px;
  }
}

/* ---- Support ticket Markdown editor (dark) ---- */
body.iy-design .md-editor,
body.iy-design div.md-editor,
body.iy-design div.md-editor.active {
  display: block;
  border: 1px solid var(--iy-border) !important;
  border-radius: 12px !important;
  background: rgba(10, 22, 40, 0.95) !important;
  overflow: hidden;
  box-shadow: none !important;
  outline: 0 !important;
}
body.iy-design .md-editor > .md-header,
body.iy-design .md-editor > .btn-toolbar,
body.iy-design .md-editor .md-footer {
  background: rgba(6, 16, 34, 0.98) !important;
  border-color: var(--iy-border) !important;
  color: #94A3B8 !important;
}
body.iy-design .md-editor > .btn-toolbar {
  padding: 8px 10px !important;
  border-bottom: 1px solid var(--iy-border);
}
body.iy-design .md-editor .btn-group .btn,
body.iy-design .md-editor .btn-default {
  background: rgba(16, 34, 59, 0.9) !important;
  border-color: rgba(30, 41, 59, 0.95) !important;
  color: #E2E8F0 !important;
  box-shadow: none !important;
}
body.iy-design .md-editor .btn-group .btn:hover,
body.iy-design .md-editor .btn-default:hover {
  background: rgba(0, 102, 255, 0.22) !important;
  border-color: rgba(0, 212, 255, 0.35) !important;
  color: #fff !important;
}
body.iy-design .md-editor .btn-primary,
body.iy-design .md-editor .btn.open-modal {
  background: linear-gradient(135deg, #0066FF, #00A3FF) !important;
  border: none !important;
  color: #fff !important;
}
body.iy-design .md-editor > textarea.markdown-editor,
body.iy-design .md-editor > textarea,
body.iy-design .md-editor > .md-preview,
body.iy-design textarea.markdown-editor {
  background: #0A1628 !important;
  color: #E2E8F0 !important;
  border-top: 1px solid var(--iy-border) !important;
  border-bottom: 1px solid var(--iy-border) !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 16px !important;
  min-height: 220px;
  caret-color: #00D4FF;
}
body.iy-design .md-editor > textarea.markdown-editor:focus,
body.iy-design .md-editor > textarea:focus,
body.iy-design textarea.markdown-editor:focus {
  background: #0C1A30 !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: 0 !important;
}
body.iy-design .md-editor > .md-preview {
  color: #CBD5E1 !important;
}
body.iy-design .md-editor > .md-preview a {
  color: var(--iy-accent) !important;
}
body.iy-design .markdown-editor-status,
body.iy-design .md-editor .md-controls,
body.iy-design .md-editor .md-control {
  color: #64748B !important;
  background: transparent !important;
}
body.iy-design .md-editor .md-control:hover {
  color: #94A3B8 !important;
}
body.iy-design .md-editor.active,
body.iy-design div.md-editor.active {
  border-color: rgba(0, 212, 255, 0.45) !important;
  box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.18) !important;
}

/* Ticket reply / submit ticket surrounding form */
body.iy-design #frmSubmitTicket .form-control,
body.iy-design #frmReply .form-control,
body.iy-design .ticket-reply .form-control,
body.iy-design form[action*="submitticket"] .form-control,
body.iy-design form[action*="viewticket"] .form-control {
  background: #0A1628 !important;
  border: 1px solid var(--iy-border) !important;
  color: #fff !important;
  border-radius: 10px;
}
body.iy-design #frmSubmitTicket .form-control:focus,
body.iy-design #frmReply .form-control:focus {
  border-color: rgba(0, 212, 255, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.15) !important;
}
body.iy-design .markdown-content,
body.iy-design .ticket-reply .message,
body.iy-design .ticket-reply .markdown-content {
  color: #CBD5E1 !important;
}
body.iy-design .markdown-content h1,
body.iy-design .markdown-content h2,
body.iy-design .markdown-content h3,
body.iy-design .markdown-content h4 {
  color: #fff !important;
}
body.iy-design .markdown-content pre,
body.iy-design .markdown-content code {
  background: rgba(4, 9, 20, 0.85) !important;
  color: #E2E8F0 !important;
  border-color: var(--iy-border) !important;
}
body.iy-design .markdown-content blockquote {
  border-left-color: rgba(0, 212, 255, 0.4) !important;
  color: #94A3B8 !important;
}

/* ---- Ürün detay (clientareaproductdetails) ---- */
body.iy-design .product-details {
  margin: 0 0 28px;
}
body.iy-design .product-status {
  margin: 0 0 16px;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--iy-border);
  background: rgba(10, 22, 40, 0.92);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}
body.iy-design div.product-details div.product-icon {
  margin: 0 !important;
  padding: 36px 24px 28px !important;
  background: linear-gradient(160deg, rgba(0, 102, 255, 0.16), rgba(10, 22, 40, 0.95) 55%) !important;
  border-radius: 0 !important;
  font-size: 56px !important;
  line-height: 1 !important;
}
body.iy-design .product-icon .fa-stack {
  margin-bottom: 12px;
}
body.iy-design .product-icon .fa-circle {
  color: rgba(0, 102, 255, 0.35) !important;
}
body.iy-design .product-icon .fa-inverse {
  color: #fff !important;
}
body.iy-design .product-icon h3 {
  margin: 12px 0 6px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  letter-spacing: 0.01em;
}
body.iy-design .product-icon h4 {
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #94A3B8 !important;
  text-transform: none;
}
body.iy-design .product-status-text {
  padding: 10px 16px !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
}
body.iy-design .product-status-pending {
  background: rgba(10, 22, 40, 0.92) !important;
}
body.iy-design .product-status-pending .product-status-text {
  background: linear-gradient(90deg, #D97706, #F59E0B) !important;
}
body.iy-design .product-status-active {
  background: rgba(10, 22, 40, 0.92) !important;
}
body.iy-design .product-status-active .product-status-text {
  background: linear-gradient(90deg, #059669, #10B981) !important;
}
body.iy-design .product-status-suspended {
  background: rgba(10, 22, 40, 0.92) !important;
}
body.iy-design .product-status-suspended .product-status-text {
  background: linear-gradient(90deg, #0066FF, #00A3FF) !important;
}
body.iy-design .product-status-terminated,
body.iy-design .product-status-cancelled {
  background: rgba(10, 22, 40, 0.92) !important;
}
body.iy-design .product-status-terminated .product-status-text,
body.iy-design .product-status-cancelled .product-status-text {
  background: #475569 !important;
}
body.iy-design .product-status-fraud .product-status-text {
  background: #7F1D1D !important;
}

body.iy-design .product-meta {
  height: 100%;
  min-height: 280px;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  background: rgba(10, 22, 40, 0.72);
  border: 1px solid var(--iy-border);
  border-radius: 16px;
  overflow: hidden;
}
body.iy-design .product-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(30, 41, 59, 0.9);
}
body.iy-design .product-meta-row:last-child {
  border-bottom: 0;
}
body.iy-design .product-meta-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748B;
}
body.iy-design .product-meta-value {
  font-size: 15px;
  font-weight: 600;
  color: #E2E8F0;
  text-align: right;
}
body.iy-design .product-meta-price {
  color: var(--iy-accent) !important;
  font-size: 16px;
}

body.iy-design .product-details-actions {
  margin-top: 4px;
}
body.iy-design .product-details-actions .btn {
  border-radius: 10px !important;
  font-weight: 600;
  min-height: 42px;
}

/* Unpaid invoice banner on product page */
body.iy-design #alertUnpaidInvoice,
body.iy-design #alertOverdueInvoice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 14px 18px !important;
  border-radius: 12px !important;
  margin-bottom: 20px;
}
body.iy-design #alertUnpaidInvoice .pull-right,
body.iy-design #alertOverdueInvoice .pull-right {
  float: none !important;
  margin-left: auto;
}
body.iy-design #alertUnpaidInvoice .btn,
body.iy-design #alertOverdueInvoice .btn {
  background: linear-gradient(135deg, #0066FF, #00A3FF) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 6px 16px !important;
  font-weight: 700;
}

/* Product page secondary tabs */
body.iy-design .product-details-tab-container,
body.iy-design div.product-details-tab-container {
  background: rgba(10, 22, 40, 0.72) !important;
  border: 1px solid var(--iy-border) !important;
  border-top: 0 !important;
  border-radius: 0 0 14px 14px;
  color: #CBD5E1 !important;
}
body.iy-design .tab-content .nav-tabs {
  border-bottom-color: var(--iy-border) !important;
}
body.iy-design .tab-content .nav-tabs > li > a {
  background: transparent !important;
  color: #94A3B8 !important;
  border-color: transparent !important;
  border-radius: 10px 10px 0 0;
}
body.iy-design .tab-content .nav-tabs > li > a:hover {
  color: #E2E8F0 !important;
  background: rgba(0, 102, 255, 0.1) !important;
}
body.iy-design .tab-content .nav-tabs > li.active > a,
body.iy-design .tab-content .nav-tabs > li.active > a:hover,
body.iy-design .tab-content .nav-tabs > li.active > a:focus {
  background: rgba(10, 22, 40, 0.95) !important;
  color: #fff !important;
  border: 1px solid var(--iy-border) !important;
  border-bottom-color: rgba(10, 22, 40, 0.95) !important;
}
body.iy-design .module-client-area {
  color: #CBD5E1 !important;
}
body.iy-design .module-client-area .form-control,
body.iy-design .product-details-tab-container .form-control {
  background: #0A1628 !important;
  border-color: var(--iy-border) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  body.iy-design .product-meta {
    margin-top: 16px;
    min-height: 0;
  }
  body.iy-design .product-meta-row {
    flex-direction: column;
    align-items: flex-start;
  }
  body.iy-design .product-meta-value {
    text-align: left;
  }
}
