:root {
  --iw-bg-dark: #fffaf4;
  --iw-bg-deep: #f7f4ff;
  --iw-bg-elevated: rgba(255, 255, 255, 0.88);
  --iw-bg-elevated-strong: rgba(255, 255, 255, 0.96);
  --iw-primary: #3f76ff;
  --iw-primary-strong: #5b39f4;
  --iw-cyan: #6edfff;
  --iw-gold: #ffbf66;
  --iw-gold-strong: #ff8a3d;
  --iw-orange: #ff8a5b;
  --iw-orange-strong: #ff5f6d;
  --iw-platinum: #182b4d;
  --iw-text: #182b4d;
  --iw-text-soft: #516684;
  --iw-text-muted: #788aa5;
  --iw-border: rgba(122, 128, 255, 0.14);
  --iw-border-strong: rgba(122, 128, 255, 0.24);
  --iw-glow-blue: 0 18px 48px rgba(91, 57, 244, 0.14);
  --iw-glow-gold: 0 18px 42px rgba(255, 138, 91, 0.18);
  --iw-shadow-xl: 0 34px 86px rgba(120, 102, 175, 0.16);
  --iw-shadow-lg: 0 20px 46px rgba(120, 102, 175, 0.12);
  --iw-shadow-md: 0 12px 28px rgba(120, 102, 175, 0.1);
  --iw-radius-xl: 34px;
  --iw-radius-lg: 24px;
  --iw-radius-md: 18px;
  --iw-radius-sm: 14px;
  --iw-transition: 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  --iw-grid: minmax(0, 1240px);
  --iw-hero-bg: linear-gradient(135deg, rgba(255, 248, 240, 0.98) 0%, rgba(246, 244, 255, 0.98) 42%, rgba(236, 248, 255, 0.98) 100%);
  --iw-panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(250, 247, 255, 0.98) 100%);
  --iw-gold-gradient: linear-gradient(135deg, #ffd88c 0%, #ff9e57 48%, #ff5f6d 100%);
  --iw-blue-gradient: linear-gradient(135deg, #67d9ff 0%, #5e89ff 42%, #7b61ff 100%);
  --iw-premium-gradient: linear-gradient(135deg, #ffcf71 0%, #ff8a5b 45%, #7b61ff 100%);
}

html {
  scroll-behavior: smooth;
}

body#clean-theme-client,
body#clean-theme-client #wrapper {
  max-width: 100%;
}

body#clean-theme-client *,
body#clean-theme-client *::before,
body#clean-theme-client *::after {
  box-sizing: border-box;
}

body#clean-theme-client {
  color: var(--iw-text);
  background:
    radial-gradient(circle at 12% 0%, rgba(103, 217, 255, 0.12), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(255, 138, 91, 0.18), transparent 18%),
    radial-gradient(circle at 74% 26%, rgba(123, 97, 255, 0.12), transparent 16%),
    linear-gradient(180deg, #fffdf9 0%, #fff7f0 32%, #f7f6ff 66%, #f2f8ff 100%);
  position: relative;
  overflow-x: hidden;
}

body#clean-theme-client::before,
body#clean-theme-client::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body#clean-theme-client::before {
  background-image:
    linear-gradient(rgba(151, 183, 227, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 183, 227, 0.14) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), transparent 88%);
}

body#clean-theme-client::after {
  background:
    radial-gradient(circle at 16% 10%, rgba(47, 179, 255, 0.08), transparent 16%),
    radial-gradient(circle at 84% 16%, rgba(255, 159, 67, 0.12), transparent 14%);
}

#wrapper,
.clean-theme-footer #wrapper,
.clean-theme-header > #wrapper,
.clean-theme-header .menu > #wrapper,
.wclientdomainpage,
.tescilucretleri,
.detail-products-features #wrapper {
  width: min(100% - 32px, 1240px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

a,
button,
input,
textarea,
select {
  transition:
    color var(--iw-transition),
    background-color var(--iw-transition),
    border-color var(--iw-transition),
    transform var(--iw-transition),
    box-shadow var(--iw-transition),
    opacity var(--iw-transition);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

/* Header */
.clean-theme-header {
  position: sticky;
  top: 0;
  z-index: 220;
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(64, 127, 214, 0.08);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}

body.iw-header-scrolled .clean-theme-header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(64, 127, 214, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 38px rgba(64, 127, 214, 0.12);
}

.clean-theme-header > #wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  flex-wrap: nowrap;
}

.clean-theme-header-logo,
.clean-theme-header-right {
  float: none;
}

.clean-theme-header-logo {
  flex: 0 0 auto;
}

.clean-theme-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex: 1 1 auto;
  min-width: 0;
}

.clean-theme-header-logo a img {
  width: clamp(150px, 16vw, 220px);
  height: auto;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.18));
}

.clean-theme-header-right-btns ul,
.clean-theme-header .menu ul {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.clean-theme-header-right-btns {
  margin-left: auto;
}

.clean-theme-header-right-btns ul li,
.clean-theme-header .menu ul li {
  float: none;
  position: relative;
}

.clean-theme-header-right-btns ul li {
  width: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto;
}

.clean-theme-header-ac-btn,
.clean-theme-header .menu ul li > a,
.clean-theme-header .menu ul li > span {
  color: var(--iw-text);
}

.clean-theme-header-ac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(64, 127, 214, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none !important;
}

.clean-theme-header-ac-btn:hover,
.clean-theme-header-ac-btn:focus,
.clean-theme-header-ac-btn:active {
  background: rgba(255, 247, 233, 0.96) !important;
  border-color: rgba(245, 202, 122, 0.35);
  box-shadow: var(--iw-glow-gold);
  color: var(--iw-text) !important;
  transform: none;
}

.clean-theme-cart-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  margin-left: 8px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--iw-gold-gradient);
  color: #0b0f17;
  font-size: 11px;
  font-weight: 800;
}

.clean-theme-header .menu {
  background: transparent !important;
  border-top: 1px solid rgba(64, 127, 214, 0.08);
}

.clean-theme-header .menu ul li > a {
  position: relative;
  padding: 18px 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #35506f;
}

.clean-theme-header .menu ul li > a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--iw-gold), var(--iw-primary), transparent);
  opacity: 0;
  transform: scaleX(0.35);
}

.clean-theme-header .menu ul li > a:hover,
.clean-theme-header .menu ul li:hover > a {
  color: var(--iw-text);
}

.clean-theme-header .menu ul li > a:hover::after,
.clean-theme-header .menu ul li:hover > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.clean-theme-header-right-btns ul li > ul,
.clean-theme-header .menu ul li .inner {
  background: rgba(8, 14, 26, 0.95) !important;
  border: 1px solid var(--iw-border-strong);
  border-radius: 18px;
  box-shadow: var(--iw-shadow-lg);
  padding: 10px;
  overflow: hidden;
  max-width: min(320px, calc(100vw - 24px));
}

.clean-theme-header-right-btns ul li > ul {
  min-width: 180px;
  right: 0;
  left: auto;
  top: calc(100% + 10px);
}

.clean-theme-header-right-btns ul li > ul li a,
.clean-theme-header .menu ul li .inner li a {
  display: block;
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--iw-text-soft);
  white-space: normal;
  text-align: left;
}

.clean-theme-header-right-btns ul li > ul li a:hover,
.clean-theme-header .menu ul li .inner li a:hover {
  color: var(--iw-text);
  background: rgba(255, 255, 255, 0.04);
}

.iw-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: none !important;
  height: 38px;
  min-height: 38px;
  min-width: 112px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 243, 208, 0.12);
  background: var(--iw-premium-gradient);
  color: #11151d !important;
  box-shadow: 0 18px 34px rgba(255, 138, 91, 0.22);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.iw-header-cta-item {
  width: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.clean-theme-header-right-btns ul li.iw-header-cta-item > a.iw-header-cta {
  margin: 0 !important;
}

.iw-header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(230, 169, 61, 0.3);
}

/* Mobile menu */
#mobmenu {
  display: none !important;
  background:
    linear-gradient(180deg, rgba(5, 9, 18, 0.98), rgba(3, 6, 14, 0.98)),
    rgba(4, 9, 18, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.clean-theme-mobile-btn {
  display: none;
}

#mobmenu_wrap {
  width: min(100% - 28px, 1240px);
  margin: 0 auto;
  padding-bottom: 18px;
}

#mobmenu_wrap ul,
#mobmenu_wrap li {
  list-style: none;
}

#mobmenu_wrap > ul > li > a,
#mobmenu_wrap .inner a {
  display: block;
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--iw-text);
}

#mobmenu_wrap .inner {
  padding-left: 8px;
}

.menuAc,
.clean-theme-mobile-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--iw-text);
}

@media (min-width: 769px) {
  #mobmenu {
    display: none !important;
  }
}

/* Buttons */
.gonderbtn,
.lbtn,
.clean-theme-btn,
.clean-theme-adduser-btn button,
.mio-ajax-form button[type="submit"],
.iw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 243, 208, 0.12);
  background: var(--iw-gold-gradient) !important;
  color: #11151d !important;
  box-shadow: var(--iw-glow-gold);
  font-weight: 800;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
}

.lbtn.graybtn,
#continue_block,
.iw-btn-secondary,
.iw-btn-ghost {
  border-color: var(--iw-border-strong) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)) !important;
  color: var(--iw-text) !important;
  box-shadow: none;
}

.iw-btn-secondary {
  background: var(--iw-premium-gradient) !important;
  color: #fff !important;
  border-color: rgba(123, 97, 255, 0.16) !important;
  box-shadow: 0 18px 34px rgba(123, 97, 255, 0.18);
}

.gonderbtn i,
.lbtn i,
.clean-theme-btn i,
.iw-btn i {
  margin: 0 !important;
}

button span,
.gonderbtn span,
.lbtn span,
.clean-theme-btn span,
.iw-btn span {
  line-height: inherit;
}

.gonderbtn:hover,
.lbtn:hover,
.clean-theme-btn:hover,
.clean-theme-adduser-btn button:hover,
.mio-ajax-form button[type="submit"]:hover,
.iw-btn:hover,
.iw-btn-secondary:hover,
.iw-btn-ghost:hover {
  transform: translateY(-2px);
}

/* Section surfaces */
.homedomainarea,
.clean-theme-home-news,
.clean-theme-signinup-right,
.detail-products-features,
.clean-theme-page-list,
.knowledgebase-area,
.news-area,
.references-list,
.sepetlist,
.sepet-toplam,
.cart-additional-details,
.tablepaket,
.product-group-item,
.iw-page-intro,
.iw-trust-card,
.iw-footer-band,
.iw-domain-band,
.iw-cart-banner {
  background: var(--iw-panel-bg);
  border: 1px solid var(--iw-border);
  box-shadow: var(--iw-shadow-md);
}

body.iw-homepage .product-group-item {
  display: none !important;
}

/* Hero */
.iw-hero-shell {
  width: min(100% - 32px, 1240px);
  margin: 38px auto 26px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: var(--iw-radius-xl);
  border: 1px solid rgba(126, 171, 255, 0.18);
  background: var(--iw-hero-bg);
  box-shadow: var(--iw-shadow-xl);
}

.iw-hero-shell::before,
.iw-hero-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.iw-hero-shell::before {
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(103, 217, 255, 0.2), transparent 20%),
    radial-gradient(circle at 84% 20%, rgba(255, 138, 91, 0.18), transparent 18%),
    radial-gradient(circle at 64% 80%, rgba(123, 97, 255, 0.12), transparent 18%),
    linear-gradient(rgba(171, 179, 236, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(171, 179, 236, 0.08) 1px, transparent 1px);
  background-size: auto, auto, auto, 40px 40px, 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.3));
}

.iw-hero-shell::after {
  width: 340px;
  height: 340px;
  top: -110px;
  right: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 204, 102, 0.28), transparent 66%);
  filter: blur(6px);
  opacity: 0.8;
}

.iw-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 28px;
  padding: 40px;
}

.iw-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  position: relative;
}

.iw-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(245, 202, 122, 0.2);
  background: rgba(245, 202, 122, 0.08);
  color: var(--iw-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.iw-hero-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--iw-gold);
  box-shadow: 0 0 18px rgba(245, 202, 122, 0.72);
}

.iw-hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #173256;
  text-shadow: none;
}

.iw-hero-copy p {
  max-width: 620px;
  margin: 0;
  color: var(--iw-text-soft);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
}

body.iw-homepage .iw-hero-copy p {
  color: #42607f;
}

.iw-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.iw-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.iw-hero-stat {
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.98));
  border: 1px solid rgba(64, 127, 214, 0.1);
  backdrop-filter: blur(10px);
}

.iw-hero-stat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--iw-platinum);
  font-size: 20px;
}

.iw-hero-stat span {
  color: var(--iw-text-muted);
  font-size: 13px;
  line-height: 1.5;
}

.iw-hero-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
}

.iw-op-card {
  position: relative;
  overflow: hidden;
  min-height: 136px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(64, 127, 214, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98)),
    rgba(255, 255, 255, 0.9);
  box-shadow: var(--iw-shadow-md);
}

.iw-op-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(103, 217, 255, 0.12), transparent 44%, rgba(255, 138, 91, 0.14), rgba(123, 97, 255, 0.08));
  opacity: 0.9;
}

.iw-op-card strong,
.iw-op-card span {
  position: relative;
  z-index: 1;
}

.iw-op-card strong {
  display: block;
  margin-bottom: 10px;
  color: #173256;
  font-size: 16px;
}

.iw-op-card span {
  display: block;
  color: #54708c;
  line-height: 1.6;
  font-size: 13px;
}

.iw-op-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 202, 122, 0.28);
  box-shadow: var(--iw-shadow-lg);
}

/* Intro bands */
.iw-domain-band,
.iw-page-intro,
.iw-cart-banner,
.iw-auth-intro {
  margin: 0 auto 24px;
  padding: 24px 26px;
  border-radius: var(--iw-radius-lg);
  position: relative;
  overflow: hidden;
}

.iw-domain-band::before,
.iw-page-intro::before,
.iw-cart-banner::before,
.iw-auth-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(47, 179, 255, 0.1), transparent 38%, rgba(255, 159, 67, 0.12) 100%);
  pointer-events: none;
}

.iw-domain-band > *,
.iw-page-intro > *,
.iw-cart-banner > *,
.iw-auth-intro > * {
  position: relative;
  z-index: 1;
}

.iw-domain-band strong,
.iw-page-intro strong,
.iw-cart-banner strong,
.iw-auth-intro strong {
  display: block;
  margin-bottom: 8px;
  color: var(--iw-platinum);
  font-size: 24px;
  line-height: 1.2;
}

.iw-domain-band span,
.iw-page-intro span,
.iw-cart-banner span,
.iw-auth-intro span {
  display: block;
  color: var(--iw-text-soft);
  line-height: 1.7;
  font-size: 15px;
}

/* Domain search */
.homedomainarea-con,
.homedomainarea {
  position: relative;
  z-index: 1;
}

.homedomainarea {
  padding: 30px;
  border-radius: var(--iw-radius-lg);
}

#DomainCheck {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: min(100%, 920px);
  margin: 0 auto;
}

#DomainCheck input[name="domain"],
#DomainCheck input[type="text"],
textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  outline: none;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #163150 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

textarea {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
}

input::placeholder,
textarea::placeholder {
  color: #7b8ea5;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(245, 202, 122, 0.44) !important;
  box-shadow:
    0 0 0 4px rgba(245, 202, 122, 0.08),
    0 18px 36px rgba(18, 84, 188, 0.18);
}

#DomainCheck input[type="submit"] {
  min-width: 180px;
  width: 180px;
  position: static !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
  float: none !important;
  align-self: stretch;
}

/* Service cards */
.product-group-item {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 26px 24px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(14, 30, 58, 0.96), rgba(9, 20, 38, 0.98)) !important;
  border: 1px solid var(--iw-border) !important;
}

.product-group-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(47, 179, 255, 0.02) 26%, transparent 48%, rgba(255, 159, 67, 0.12));
  pointer-events: none;
}

.product-group-item a,
.product-group-item p,
.product-group-item i,
.product-group-item span {
  position: relative;
  z-index: 1;
}

.product-group-item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  min-height: 100%;
  color: var(--iw-platinum);
  font-size: inherit;
  line-height: 1.4;
  text-decoration: none;
}

.product-group-item span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  min-height: 72px;
  padding: 14px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 204, 102, 0.12), rgba(47, 179, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--iw-platinum);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
}

.product-group-item i {
  color: var(--iw-orange);
  font-size: 26px;
  flex: 0 0 auto;
}

.product-group-item-desc {
  color: var(--iw-text-soft);
  line-height: 1.75;
  font-size: 15px;
  text-align: left;
  margin: 0;
  opacity: 0.96;
  min-height: 78px;
  display: block;
}

.iw-service-card-empty .product-group-item-desc {
  display: none;
}

.product-group-item:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 159, 67, 0.34);
  box-shadow: 0 22px 54px rgba(8, 16, 34, 0.34), 0 0 0 1px rgba(255, 159, 67, 0.1);
}

/* Trust */
.iw-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 32px auto;
}

.iw-trust-card {
  padding: 24px;
  border-radius: 22px;
}

.iw-trust-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--iw-platinum);
  font-size: 17px;
}

.iw-trust-card p {
  margin: 0;
  color: var(--iw-text-soft);
  line-height: 1.7;
}

/* Pricing */
.tablopaketler {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
  background: none !important;
}

.tablepaket {
  position: relative;
  overflow: hidden;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 28px 24px 26px;
  border-radius: 24px;
}

.tablepaket::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(245, 202, 122, 0.08), transparent 38%, rgba(53, 184, 255, 0.08));
  pointer-events: none;
}

.tablepaket > * {
  position: relative;
  z-index: 1;
}

.tablepaket.active {
  border-color: rgba(245, 202, 122, 0.34);
  box-shadow: var(--iw-shadow-lg), var(--iw-glow-gold);
}

.tablepopular {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(245, 202, 122, 0.1);
  border: 1px solid rgba(245, 202, 122, 0.24);
  color: var(--iw-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tablepaket h3,
.tablepaket h4,
.tablepaket .tableprice,
.tablepaket .price,
.tablepaket .tabletitle {
  color: var(--iw-platinum) !important;
}

.tablepaket ul,
.tablepaket li,
.tablepaket p,
.tablepaket div {
  color: var(--iw-text-soft);
}

.tablepaket li {
  margin-bottom: 10px;
}

/* Tables and detail panels */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.tescilucretleri table,
.dataTables_wrapper table,
table.table,
table.dataTable {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--iw-border);
  background: rgba(7, 12, 24, 0.78);
}

table th,
table td {
  border-color: rgba(255, 255, 255, 0.06) !important;
  color: var(--iw-text-soft);
}

table th {
  background: rgba(255, 255, 255, 0.03);
  color: var(--iw-platinum);
}

/* Auth */
.clean-theme-signinup-con {
  gap: 28px;
}

.clean-theme-signinup-left,
.clean-theme-signinup-right {
  border-radius: 28px;
}

.clean-theme-signinup-right {
  overflow: hidden;
}

.clean-theme-signinup-right .padding50 {
  padding: 40px !important;
}

.clean-theme-signinup-left {
  background: linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(242, 248, 255, 0.98)) !important;
  border: 1px solid rgba(64, 127, 214, 0.12);
}

.clean-theme-signinup-left h4,
.clean-theme-signinup-left p {
  color: #173256 !important;
}

.clean-theme-signinup-right-title h4 {
  color: var(--iw-platinum);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.06;
  margin-bottom: 16px;
}

.clean-theme-signup-box-title {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 247, 233, 0.98);
  border: 1px solid rgba(255, 159, 67, 0.22);
  color: #c56d14;
  font-weight: 700;
  font-size: 13px;
  box-shadow: none;
  position: relative;
  z-index: 2;
}

.clean-theme-signinup-right hr,
.clean-theme-signup-right .line,
.clean-theme-signup-right .sline {
  border-color: rgba(64, 127, 214, 0.12) !important;
}

.clean-theme-signinup-right-title p,
.clean-theme-signinup-right p,
.clean-theme-signinup-right label {
  color: var(--iw-text-soft);
}

.clean-theme-signinup-right input[type="text"],
.clean-theme-signinup-right input[type="password"],
.clean-theme-signinup-right input[type="email"],
.clean-theme-signinup-right input[type="number"],
.clean-theme-signinup-right select,
.clean-theme-signinup-right textarea,
#Signup_Form input[type="text"],
#Signup_Form input[type="password"],
#Signup_Form input[type="email"],
#Signup_Form input[type="number"],
#Signup_Form select {
  background: rgba(255, 255, 255, 0.98) !important;
  color: #163150 !important;
  border-color: rgba(64, 127, 214, 0.12) !important;
}

.clean-theme-signinup-right input::placeholder,
#Signup_Form input::placeholder,
#Signup_Form textarea::placeholder {
  color: #7f91a7 !important;
}

.forgotpasslink,
.sifreunuttulink,
.clean-theme-signinup-right a {
  color: #d77d1d !important;
}

.level-block,
#weak,
#good,
#strong,
.sbtn {
  color: #35506f !important;
}

.sbtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.checkbox-custom + .checkbox-custom-label,
.radio-custom + .radio-custom-label {
  color: var(--iw-text-soft);
}

.checkbox-custom-label,
.radio-custom-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.checktext {
  color: var(--iw-text-soft);
}

/* Cart */
.sepetlist,
.sepet-toplam,
.cart-additional-details {
  border-radius: 20px;
}

.sepetlist {
  padding: 22px;
  margin-bottom: 16px;
}

.sepet-toplam {
  padding: 24px;
}

.cart-additional-details {
  margin-top: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.03);
}

/* Footer */
.iw-footer-band {
  width: min(100% - 32px, 1240px);
  margin: 38px auto 0;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

.iw-footer-band::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 202, 122, 0.66), rgba(53, 184, 255, 0.6), transparent);
}

.iw-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 22px;
}

.iw-footer-grid h4,
.iw-footer-grid strong {
  display: block;
  margin: 0 0 10px;
  color: var(--iw-platinum);
  font-size: 17px;
}

.iw-footer-grid p,
.iw-footer-grid a,
.iw-footer-grid li {
  color: var(--iw-text-soft);
  line-height: 1.75;
}

.iw-footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.iw-footer-grid a:hover {
  color: var(--iw-gold);
}

.clean-theme-footer {
  margin-top: 16px;
  padding: 18px 0 34px;
  background: transparent;
  border-top: none;
}

.clean-theme-footer #wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.clean-theme-footer-left,
.clean-theme-footer-right {
  color: var(--iw-text-muted);
}

.clientcopyright,
.footsosyal {
  color: var(--iw-text-muted);
  text-align: center;
}

.footsosyal a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.footsosyal a:hover {
  border-color: rgba(245, 202, 122, 0.26);
  color: var(--iw-gold);
}

/* Cookie popup */
#mio-cookie-popup,
.mio-cookie-popup__card,
.mio-cookie-popup__c-p-card {
  background: transparent !important;
}

#mio-cookie-popup {
  position: fixed !important;
  left: 28px !important;
  bottom: 28px !important;
  right: auto !important;
  top: auto !important;
  width: auto !important;
  z-index: 9999 !important;
}

.mio-cookie-popup__card,
.mio-cookie-popup__c-p-card {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

#mio-cookie-popup .padding20,
#mio-cookie-popup .langandcur,
#mio-cookie-popup .currencyitems {
  background: transparent !important;
}

.mio-cookie-popup__content {
  max-width: 360px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 255, 0.98)) padding-box,
    linear-gradient(135deg, rgba(255, 207, 113, 0.65), rgba(255, 138, 91, 0.55), rgba(123, 97, 255, 0.5)) border-box !important;
  box-shadow: 0 28px 60px rgba(120, 102, 175, 0.18);
  color: #425b78;
  overflow: hidden;
}

.mio-cookie-popup__content h3 {
  margin-bottom: 12px;
  color: #1c3155;
  font-size: 21px;
}

.mio-cookie-popup__content p,
.mio-cookie-popup__content a {
  color: #5b6f89 !important;
  line-height: 1.8;
}

.mio-cookie-popup__c-p-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: 100%;
  min-width: 140px;
  min-height: 46px;
  margin-top: 12px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--iw-premium-gradient) !important;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(255, 138, 91, 0.24);
  line-height: 1;
}

/* Language / currency popups */
.selectLangCurrency {
  width: min(92vw, 520px) !important;
  margin: 0 auto !important;
  padding: 18px !important;
  border-radius: 28px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 246, 255, 0.99)) !important;
  border: 1px solid var(--iw-border-strong) !important;
  box-shadow: var(--iw-shadow-xl) !important;
  color: var(--iw-text) !important;
}

.selectLangCurrency .padding20 {
  padding: 8px !important;
}

.selectLangCurrency h4 {
  margin: 0 0 18px !important;
  color: var(--iw-platinum) !important;
  font-size: 18px !important;
  text-align: center !important;
}

/* Knowledgebase */
#SearchForm {
  display: flex;
  flex-wrap: nowrap;
  grid-template-columns: none;
  gap: 14px;
  width: min(100%, 880px);
  margin: 26px auto 0;
  align-items: center;
}

#SearchForm .yuzde70 {
  width: 100% !important;
  margin: 0 !important;
}

#SearchForm .lbtn {
  width: 72px !important;
  min-width: 72px !important;
  height: 56px;
  min-height: 56px;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
  float: none !important;
  flex: 0 0 72px;
}

.knowledgebase-area h3 strong,
.knowledgebase-area h4,
.knowledgebase-area .encokokunanbasliklar,
.knowledgebase-area .knowledgebase-item h5 a,
.knowledgebase-area .knowledgebase-item p,
.knowledgebase-area .knowledgebase-item span {
  color: #35506f !important;
}

.knowledgebase-area h3 strong,
.knowledgebase-area h4 {
  color: #173256 !important;
}

.encokokunanbasliklar h5 a,
.encokokunanbasliklar h5 span,
.encokokokunanbasliklar h5 {
  color: #35506f !important;
}

.knowledgebase-area .line,
.knowledgebase-area hr {
  border-color: rgba(64, 127, 214, 0.12) !important;
}

/* Reseller */
.mpanelrightcon,
.affiliate-getstarted,
.affiliate-getstarted .green-info,
.affiliate-getstarted ul,
.affiliate-getstarted .padding20 {
  background: transparent !important;
}

.mpaneltitle,
.affiliate-getstarted {
  background: var(--iw-panel-bg) !important;
  border: 1px solid var(--iw-border) !important;
  border-radius: 24px !important;
  box-shadow: var(--iw-shadow-md);
}

.mpaneltitle {
  padding: 22px 24px !important;
}

.mpaneltitle h4 strong,
.mpaneltitle .sayfayolu,
.mpaneltitle .sayfayolu a,
.affiliate-getstarted h5 strong,
.affiliate-getstarted li,
.affiliate-getstarted p,
.affiliate-getstarted strong {
  color: #35506f !important;
}

.mpaneltitle h4 strong,
.affiliate-getstarted .green-info strong,
.affiliate-getstarted .green-info p {
  color: #ffffff !important;
}

.affiliate-getstarted .green-info {
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(65, 170, 114, 0.82), rgba(41, 136, 86, 0.88)) !important;
  color: #fff !important;
}

.langcurclose {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 247, 233, 0.98);
  color: var(--iw-text) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.langandcur,
.currencyitems {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.langandcur > a,
.currencyitems > a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(122, 128, 255, 0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,247,255,0.98));
  color: #35506f !important;
}

.langandcur > a:hover,
.currencyitems > a:hover,
.activelangcur {
  border-color: rgba(255, 138, 91, 0.28) !important;
  background: linear-gradient(135deg, rgba(255, 207, 113, 0.18), rgba(123, 97, 255, 0.08)) !important;
  color: var(--iw-text) !important;
}

/* News */
.clean-theme-home-news {
  padding: 24px !important;
  border-radius: 26px !important;
}

.clean-theme-home-news #wrapper {
  width: 100% !important;
}

.mpaneltitle {
  margin-bottom: 18px;
}

.mpaneltitle h4,
.mpaneltitle strong {
  color: var(--iw-platinum) !important;
}

.mpaneltitle h4 {
  display: block;
  padding: 0 !important;
  background: transparent !important;
}

.mpanelhaber {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mpanelhaber:last-child {
  border-bottom: 0;
}

.mpanelhaber h5,
.mpanelhaber p,
.mpanelhaber a {
  color: var(--iw-text-soft) !important;
}

/* Cart summary */
.sepetrightshadow,
.sepetrightcon,
.sepetsipinfo,
.sepetbaslik {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98)) !important;
  color: #35506f !important;
}

.sepetrightshadow {
  border-radius: 24px !important;
  border: 1px solid var(--iw-border) !important;
  overflow: hidden;
}

.sepetbaslik {
  border-radius: 24px 24px 0 0 !important;
}

.sepetbaslik,
.sepetbaslik div,
.sepetsipinfo td,
.sepetsipinfo strong,
.sepetsipinfo h5,
.totalamountinfo,
#total-amount,
#total-amount-payable {
  color: #35506f !important;
}

.totalamountinfo strong,
#total-amount-payable {
  color: #173256 !important;
}

#OrderSummary_loader .spinner,
#basket_loader .spinner {
  border-color: rgba(255,255,255,0.08) !important;
  border-top-color: var(--iw-gold) !important;
}

#continue_go,
#continue_block {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border-radius: 999px !important;
}

#continue_block {
  opacity: 0.72;
}

/* Contact */
.iletisimform,
.contactform,
.contactformright,
.contactright,
.contactleft {
  background: transparent !important;
}

.iletisimform .gonderbtn,
.contactform .gonderbtn {
  min-width: 180px;
  margin-left: auto;
}

@media (max-width: 768px) {
  #mio-cookie-popup {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
  }

  .mio-cookie-popup__content {
    max-width: 100%;
  }

  .langandcur,
  .currencyitems {
    grid-template-columns: 1fr;
  }
}

/* Generic admin-ish / dashboard surfaces if same stylesheet is loaded elsewhere */
.ac-header-info,
.ac-header-info2,
.ac-sidebar,
.ac-dashboard-statistics,
.ac-dashboard-domain-panel,
.ac-remind-invoice,
.wclienttable,
.datatable-area,
.mio-card,
.ticket-reply-item,
.knowledgebase-item,
.references-item {
  border-radius: 20px;
  border: 1px solid var(--iw-border);
  background: var(--iw-panel-bg);
  box-shadow: var(--iw-shadow-md);
}

/* Helpers */
.iw-service-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(245, 202, 122, 0.16);
  background: rgba(245, 202, 122, 0.08);
  color: var(--iw-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.iw-service-label,
.iw-hero-eyebrow,
.clean-theme-signup-box-title {
  letter-spacing: 0.08em;
}

.iw-service-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--iw-gold);
}

/* Responsive */
@media (max-width: 1180px) {
  .iw-hero-grid {
    grid-template-columns: 1fr;
  }

  .iw-hero-copy h1 {
    max-width: none;
  }

  .iw-trust-grid,
  .iw-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tablopaketler {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .clean-theme-header > #wrapper {
    min-height: 74px;
  }

  .clean-theme-header .menu ul {
    gap: 4px;
  }

  .iw-hero-grid {
    padding: 28px;
  }

  .iw-hero-meta {
    grid-template-columns: 1fr;
  }

  .iw-hero-panel {
    grid-template-columns: 1fr 1fr;
  }

  .clean-theme-signinup-right .padding50,
  .homedomainarea,
  .iw-domain-band,
  .iw-page-intro,
  .iw-cart-banner,
  .iw-auth-intro,
  .iw-footer-band {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  #wrapper,
  .clean-theme-footer #wrapper,
  .clean-theme-header > #wrapper,
  .clean-theme-header .menu > #wrapper,
  .wclientdomainpage,
  .tescilucretleri,
  .detail-products-features #wrapper,
  .iw-hero-shell,
  .iw-footer-band {
    width: min(100% - 20px, 1240px);
  }

  .clean-theme-mobile-btn {
    display: flex;
    margin-left: auto;
  }

  .clean-theme-header-right {
    display: none;
  }

  #mobmenu {
    position: sticky;
    top: 73px;
    z-index: 219;
    padding: 10px 0 16px;
  }

  body.iw-mobmenu-open #mobmenu {
    display: block !important;
  }

  .clean-theme-header-logo a img {
    width: clamp(128px, 42vw, 170px);
  }

  .iw-hero-shell {
    margin-top: 18px;
    border-radius: 26px;
  }

  .iw-hero-grid {
    padding: 22px;
    gap: 22px;
  }

  .iw-hero-copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .iw-hero-copy,
  .iw-hero-copy p,
  .iw-hero-eyebrow {
    max-width: 100%;
  }

  .iw-hero-panel,
  .iw-trust-grid,
  .tablopaketler,
  .iw-footer-grid {
    grid-template-columns: 1fr;
  }

  .iw-op-card {
    min-height: 112px;
  }

  .product-group-item span {
    min-height: 58px;
    padding: 12px 14px;
    font-size: 18px;
  }

  .product-group-item-desc {
    min-height: 0;
    font-size: 14px;
    line-height: 1.65;
  }

  #DomainCheck {
    grid-template-columns: 1fr;
  }

  #SearchForm {
    grid-template-columns: 1fr;
  }

  #SearchForm .lbtn {
    width: 100% !important;
  }

  #DomainCheck input[type="submit"],
  .gonderbtn,
  .lbtn,
  .clean-theme-btn,
  .clean-theme-adduser-btn button,
  .mio-ajax-form button[type="submit"],
  .iw-btn,
  .iw-btn-secondary,
  .iw-btn-ghost {
    width: 100%;
  }

  .clean-theme-footer #wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .iw-hero-grid,
  .clean-theme-signinup-right .padding50,
  .homedomainarea,
  .iw-domain-band,
  .iw-page-intro,
  .iw-cart-banner,
  .iw-auth-intro,
  .iw-footer-band,
  .product-group-item,
  .tablepaket,
  .iw-trust-card,
  .sepetlist,
  .sepet-toplam {
    padding: 18px;
  }

  .iw-hero-actions {
    flex-direction: column;
  }

  .iw-hero-copy h1 {
    font-size: clamp(30px, 11vw, 40px);
    line-height: 1.05;
  }

  .iw-hero-copy p,
  .iw-domain-band span,
  .iw-page-intro span,
  .iw-cart-banner span,
  .iw-auth-intro span {
    font-size: 14px;
  }

  .iw-hero-panel {
    grid-template-columns: 1fr;
  }

  .iw-hero-meta {
    gap: 10px;
  }

  .iw-hero-stat {
    padding: 14px;
  }

  .iw-header-cta,
  .gonderbtn,
  .lbtn,
  .clean-theme-btn,
  .clean-theme-adduser-btn button,
  .mio-ajax-form button[type="submit"],
  .iw-btn,
  .iw-btn-secondary,
  .iw-btn-ghost {
    min-height: 48px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }

  .clean-theme-header .menu ul li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .clean-theme-signinup-right-title h4 {
    font-size: 22px;
  }

  .clean-theme-signup-box-title {
    font-size: 12px;
    padding: 0 14px;
  }

  .mio-cookie-popup__content {
    padding: 18px;
    border-radius: 20px;
  }
}
