/* Kriweb 2026 sayfa tasarımı — web hosting, linux, windows, kurumsal, wordpress,
   vps, cloud dns, alan adı ve kurumsal e-posta sayfalarının ortak stil dosyası. */
.wh-v2 {
  --wh-navy: #05284d;
  --wh-slate: #38475d;
  --wh-muted: #647389;
  --wh-orange: #ef7917;
  --wh-orange-dark: #d06a10;
  --wh-orange-soft: #ffe5d2;
  --wh-sage: #dfe3dd;
  --wh-bg: #f5f7fb;
  --wh-line: #e8eaeb;
  --wh-green: #25d366;
  --wh-green-dark: #1da851;
  --wh-ok: #56ab68;
  --wh-bullet: #22a559;
  --wh-blue: #3b74e5;
  color: var(--wh-navy);
  font-family: Poppins, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
.wh-v2 *,
.wh-v2 *::before,
.wh-v2 *::after { box-sizing: border-box; }
.wh-v2 a { color: var(--wh-orange); text-decoration: none; }
.wh-v2 a:hover { color: #c9640c; }
.wh-v2 img { max-width: 100%; }
.wh-v2 h1,
.wh-v2 h2,
.wh-v2 h3,
.wh-v2 p,
.wh-v2 ul { margin: 0; }
.wh-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

@keyframes whMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes whTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes whShine {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}
@keyframes whHeroRibbon {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.wh-crumb {
  padding: 16px 0 0;
  font-size: 13px;
  color: #8893a5;
}
.wh-crumb a { color: #8893a5; }
.wh-crumb a:hover { color: var(--wh-orange); }
.wh-crumb strong { color: var(--wh-navy); font-weight: 600; }

/* Tooltip */
.kw-tip-wrap {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 2px;
}
.kw-tip-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--wh-line);
  color: var(--wh-muted);
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.kw-tip {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--wh-navy);
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
  padding: 10px 12px;
  border-radius: 8px;
  width: 210px;
  white-space: normal;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s;
  z-index: 20;
  pointer-events: none;
}
.kw-tip-wrap:hover .kw-tip { opacity: 1; visibility: visible; }

/* Kampanya şeridi */
.wh-ticker {
  position: relative;
  overflow: hidden;
  background: #eef2f7;
  border: 1px solid #dde4ec;
  border-radius: 10px;
  height: 34px;
  display: flex;
  align-items: center;
  margin: 16px 0 0;
  transition: transform .18s ease, box-shadow .18s ease;
}
.wh-ticker:hover {
  transform: scale(1.015);
  box-shadow: 0 6px 16px rgba(5, 40, 77, 0.12);
}
.wh-ticker__track {
  display: flex;
  width: max-content;
  animation: whTicker 26s linear infinite;
  white-space: nowrap;
}
.wh-ticker__track span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--wh-orange);
  padding: 0 28px;
}
.wh-ticker__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 40%, rgba(255, 255, 255, 0.85) 50%, transparent 60%);
  mix-blend-mode: overlay;
  animation: whShine 3.2s linear infinite;
  pointer-events: none;
}

/* Hero */
.wh-hero { padding: 40px 0 56px; }
.wh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 40px;
  align-items: center;
}
.wh-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.wh-hero__copy h1,
.wh-hero__copy .wh-hero__bullets,
.wh-hero__copy .wh-hero__ctas,
.wh-hero__copy .wh-reviews,
.wh-hero__copy .wh-hero__lead {
  margin: 0;
}
.wh-hero h1 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--wh-navy);
  text-wrap: pretty;
}
.wh-hero h1 span { color: var(--wh-orange); }
.wh-hero__lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--wh-slate);
  max-width: 620px;
}
.wh-hero__bullets {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px 24px;
}
.wh-hero__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: var(--wh-slate);
  line-height: 1.45;
}
.wh-check {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--wh-orange-soft);
  color: var(--wh-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin-top: 1px;
}
.wh-hero__ctas {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
}
.wh-hero__ctas .wh-btn {
  flex: 0 1 auto;
  width: auto !important;
  white-space: nowrap;
}
.wh-hero__ctas .wh-btn--orange,
.wh-hero__ctas .wh-btn--ghost {
  font-size: 14.5px;
  padding: 14px 22px;
}
.wh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 11px;
  font-weight: 600;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
  overflow: hidden;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
  background-clip: padding-box;
  line-height: 1.2;
  transition: background .15s, transform .15s, color .15s !important;
}
.wh-v2 a.wh-btn,
.wh-v2 a.wh-btn:hover,
.wh-v2 a.wh-btn:focus,
.wh-v2 a.wh-btn:active {
  text-decoration: none !important;
}
.wh-btn svg {
  flex-shrink: 0;
  display: block;
}
.wh-btn--wa .wh-wa-icon {
  color: #fff;
}
.wh-btn:active { transform: scale(0.98); }
.wh-btn--orange {
  background: var(--wh-orange);
  color: #fff !important;
  font-size: 15px;
  padding: 15px 28px;
}
.wh-btn--orange:hover { background: var(--wh-orange-dark); color: #fff !important; }
.wh-btn--navy {
  background: var(--wh-navy);
  color: #fff !important;
  font-size: 14.5px;
  padding: 13px 20px;
}
.wh-btn--navy:hover { background: #0a3868; color: #fff !important; }
.wh-btn--ghost {
  border: 1.5px solid var(--wh-slate);
  color: var(--wh-slate) !important;
  font-size: 15px;
  padding: 14px 26px;
  background: transparent;
}
.wh-btn--ghost:hover { background: var(--wh-bg); color: var(--wh-navy) !important; }
.wh-btn--blue {
  border: 1.5px solid var(--wh-blue);
  color: var(--wh-blue) !important;
  background: #fff;
  font-size: 14px;
  padding: 11px 18px;
}
.wh-btn--blue:hover { background: #eef3fd; color: var(--wh-blue) !important; }
.wh-btn--solid-blue {
  background: var(--wh-blue);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 26px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.wh-btn--solid-blue:hover { background: #2f63c9; color: #fff !important; }
.wh-btn--wa {
  background: var(--wh-green);
  color: #fff !important;
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 15px 28px;
}
.wh-btn--wa:hover { background: var(--wh-green-dark); color: #fff !important; }
.wh-reviews {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.wh-google-word {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1;
}
.wh-reviews__label { font-size: 15px; color: #5f6368; }
.wh-reviews__score {
  display: flex;
  align-items: center;
  gap: 6px;
}
.wh-reviews__score strong {
  font-size: 19px;
  font-weight: 700;
  color: var(--wh-navy);
}
.wh-reviews__stars { font-size: 17px; letter-spacing: 0.5px; line-height: 1; }
.wh-reviews__stars .on { color: var(--wh-navy); }
.wh-reviews__stars .off { color: #c7c7c7; }
.wh-reviews a {
  font-size: 15px;
  color: var(--wh-navy);
  text-decoration: underline;
  font-weight: 500;
}
.wh-reviews a:hover { color: var(--wh-orange); }
.wh-hero__media {
  border-radius: 20px;
  overflow: hidden;
  min-height: 340px;
}
.wh-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.wh-hero__media--contain {
  overflow: visible;
  background: transparent;
}
.wh-hero__media--contain img {
  object-fit: contain;
  object-position: bottom center;
}
.wh-hero__media--campaign {
  min-height: 0;
  aspect-ratio: 16 / 9;
}
.wh-hero__media--campaign img {
  min-height: 0;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.wh-hero-ribbon {
  position: relative;
  overflow: hidden;
  background: #eef2f7;
  border: 1px solid #dde4ec;
  border-radius: 10px;
  height: 34px;
  display: flex;
  align-items: center;
  margin: 12px 0 8px;
  text-decoration: none !important;
}
.wh-hero-ribbon:hover { box-shadow: 0 6px 16px rgba(5, 40, 77, 0.12); }
.wh-hero-ribbon::after,
.wh-ticker::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 40%, rgba(255, 255, 255, 0.85) 50%, transparent 60%);
  mix-blend-mode: overlay;
  animation: whShine 3.2s linear infinite;
  pointer-events: none;
  z-index: 1;
}
.wh-hero-ribbon__track {
  display: flex;
  width: max-content;
  animation: whHeroRibbon 26s linear infinite;
  white-space: nowrap;
}
.wh-hero-ribbon__track span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--wh-orange);
  padding: 0 28px;
}

/* Alan adı arama kutusu */
.wh-search {
  scroll-margin-top: 130px;
  border: 1px solid var(--wh-line);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  background: var(--wh-bg);
  margin-top: 20px;
}
.wh-search input[type="text"] {
  flex: 1;
  min-width: 200px;
  border: 1px solid #d2d8e1;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
  color: var(--wh-navy);
  font-family: inherit;
  background: #fff;
}
.wh-search input[type="text"]:focus {
  outline: none;
  border-color: var(--wh-blue);
}
.wh-search .wh-btn { white-space: nowrap; }
.wh-search-help {
  margin: 12px 0 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--wh-muted);
}
.wh-search-help a { color: var(--wh-navy); }
.wh-search-help a:hover { color: var(--wh-orange); }
.domain__boxes:empty,
#tldslider:empty { display: none; }

/* Brands */
.wh-brands {
  background: #f2f2f2;
  padding: 44px 0;
  overflow: hidden;
}
.wh-brands__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  padding-bottom: 22px;
}
.wh-brands__head h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--wh-navy);
}
.wh-brands__head span { font-size: 14px; color: var(--wh-muted); }
.wh-marquee {
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.wh-marquee__track {
  display: flex;
  width: max-content;
  animation: whMarquee 46s linear infinite;
}
.wh-marquee:hover .wh-marquee__track { animation-play-state: paused; }
.wh-brand {
  flex: 0 0 auto;
  width: 210px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  background: #f2f2f2;
  transition: transform .2s, opacity .2s;
  opacity: 0.55;
}
.wh-brand:hover { transform: scale(1.08); opacity: 1; }
.wh-brand img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  display: block;
}

/* Jumper */
.wh-jumper {
  border-top: 1px solid var(--wh-line);
  border-bottom: 1px solid var(--wh-line);
  background: #fff;
  position: relative;
  z-index: 40;
  transition: transform .3s ease;
  will-change: transform;
}
.wh-jumper.is-stuck {
  position: sticky;
  top: var(--wh-header-h, 72px);
}
.wh-jumper.is-away {
  transform: translateY(calc(-100% - 8px));
  pointer-events: none;
}
.wh-jumper__inner {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.wh-jumper a {
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 500;
  color: var(--wh-muted);
  border-bottom: 3px solid transparent;
}
.wh-jumper a:hover { color: var(--wh-navy); }
.wh-jumper a.is-active {
  font-weight: 600;
  color: var(--wh-navy);
  border-bottom-color: var(--wh-orange);
}

/* Plans */
.wh-plans {
  padding: 64px 0;
  background: var(--wh-bg);
  scroll-margin-top: 130px;
}
.wh-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}
.wh-section-head h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: var(--wh-navy);
}
.wh-section-head p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--wh-muted);
}
.wh-section-head p a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wh-plans__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.wh-plan {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 18px;
  padding: 24px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  transition: box-shadow .2s;
  line-height: 1.4;
  height: 100%;
}
.wh-plan:hover { box-shadow: 0 14px 34px rgba(5, 40, 77, 0.09); }
.wh-plan.is-suggested {
  border: 2px solid var(--wh-orange);
  box-shadow: 0 16px 40px rgba(239, 121, 23, 0.16);
}
.wh-plan__badge {
  position: absolute;
  top: -13px;
  left: 24px;
  background: var(--wh-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 5px 12px;
  border-radius: 6px;
}
.wh-plan h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--wh-navy);
  text-align: center;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
}
.wh-plan__discount-slot { min-height: 24px; }
.wh-plan__discount {
  display: inline-block;
  background: var(--wh-orange-soft);
  color: #c9640c;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 6px;
}
.wh-plan__price-row {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-height: 40px;
  justify-content: center;
}
.wh-plan__old {
  font-size: 13px;
  color: #8a8a8a;
  text-decoration: line-through;
}
.wh-plan__now-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.wh-plan__now {
  font-size: 25px;
  font-weight: 700;
  color: var(--wh-navy);
  line-height: 1.1;
}
.wh-plan__period {
  font-size: 14px;
  color: var(--wh-muted);
}
.wh-plan__period.is-first { color: #e53935; }
.wh-plan__note {
  font-size: 12px;
  color: var(--wh-muted);
}
.wh-plan__note .feather,
.wh-plan__list .feather {
  font-size: 13px;
  margin-left: 4px;
  vertical-align: middle;
  cursor: help;
}
.wh-plan__cart {
  background: var(--wh-orange);
  color: #fff !important;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 18px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wh-plan__cart:hover { background: var(--wh-orange-dark); color: #fff !important; }
.wh-plan > .wh-plan__list:not(.wh-plan__free) {
  flex: 1 1 auto;
}
.wh-plan__list {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--wh-slate);
}
.wh-plan__list li {
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
}
.wh-plan__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wh-bullet);
}
.wh-plan__free {
  border-top: 1px solid var(--wh-line);
  padding-top: 12px;
  margin-top: auto;
}
.wh-plan__free-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--wh-ok);
  margin-bottom: 9px;
  padding-left: 0;
}
.wh-plan__free-label::before { display: none; }

/* Tekil plan + tanıtım kartı (Cloud DNS) */
.wh-soloplan {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: 32px;
  align-items: stretch;
  justify-content: center;
}
.wh-soloplan .wh-plan {
  text-align: center;
  height: 100%;
  align-self: stretch;
}
.wh-soloplan .wh-plan > .wh-plan__list { flex: none; }
.wh-soloplan .wh-plan__price-row { align-items: center; }
.wh-soloplan .wh-plan__note { text-align: center; }
.wh-soloplan .wh-plan__list {
  text-align: left;
  align-self: stretch;
}
.wh-plan__flag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--wh-bullet);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 6px 14px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 0 0 4px rgba(34, 165, 89, 0.18), 0 6px 18px rgba(34, 165, 89, 0.45);
}
.wh-promo {
  background: #fff;
  border: 2px solid var(--wh-orange);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(239, 121, 23, 0.16);
  display: grid;
  grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
  min-height: 0;
  height: 100%;
  max-height: 480px;
}
.wh-promo__copy {
  padding: 28px 18px 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  text-align: left;
  min-width: 0;
}
.wh-promo__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--wh-orange);
}
.wh-promo__copy h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--wh-navy);
}
.wh-promo__copy p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--wh-muted);
}
.wh-promo__media {
  position: relative;
  min-height: 0;
  overflow: hidden;
}
.wh-promo__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 58% 10%;
  display: block;
}

/* "... Nedir?" bölümü */
.wh-nedir {
  padding: 72px 0;
  background: var(--wh-sage);
}
.wh-nedir__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: center;
}
.wh-nedir h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--wh-navy);
}
.wh-nedir__copy {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--wh-slate);
  max-width: 620px;
  text-wrap: pretty;
}
.wh-wa-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(5, 40, 77, 0.10);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 280px;
  position: relative;
}
.wh-wa-card .wh-krican--nedir {
  position: absolute;
  width: 260px;
  height: 335px;
  max-width: none;
  left: 252px;
  top: -15px;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}
.wh-wa-card__copy {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  justify-content: center;
}
.wh-wa-card__copy p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--wh-navy);
  max-width: 220px;
}
.wh-wa-card__art {
  position: relative;
  min-height: 280px;
  background: #fff;
}

/* Platform karşılaştırma */
.wh-platform { padding: 72px 0; }
.wh-platform .wh-section-head { margin-bottom: 36px; }
.wh-platform__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.wh-platform-card {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 20px;
  padding: 24px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow .2s, transform .2s;
}
.wh-platform-card:hover {
  box-shadow: 0 16px 40px rgba(5, 40, 77, 0.10);
  transform: translateY(-3px);
}
.wh-platform-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 8px;
}
.wh-platform-card h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--wh-navy);
}
.wh-platform-card a h3:hover { color: var(--wh-orange); }
.wh-platform-card p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--wh-muted);
  margin: 0 0 26px;
  max-width: 400px;
}
.wh-platform-card .wh-btn { margin-top: auto; font-size: 14.5px; padding: 13px 26px; }

/* Çapraz satış kartları */
.wh-cross { padding: 72px 0; }
.wh-cross__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.wh-cross-card {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  color: var(--wh-navy) !important;
  transition: box-shadow .2s, transform .2s;
}
.wh-cross-card:hover {
  box-shadow: 0 16px 40px rgba(5, 40, 77, 0.10);
  transform: translateY(-3px);
  color: var(--wh-navy) !important;
}
.wh-cross-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.wh-cross-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--wh-navy);
}
.wh-cross-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--wh-muted);
}

/* Uygulama logoları */
.wh-apps { padding: 72px 0; overflow: hidden; }
.wh-apps .wh-section-head { max-width: 780px; }
.wh-apps .wh-section-head .wh-lead {
  font-size: 17px;
  color: var(--wh-slate);
  margin: 0 0 16px;
}
.wh-apps .wh-section-head .wh-body {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--wh-muted);
}
.wh-apps .wh-marquee__track { animation-duration: 38s; }
.wh-app {
  flex: 0 0 auto;
  width: 150px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  gap: 8px;
  transition: transform .2s, opacity .2s;
  opacity: 0.7;
}
.wh-app:hover { transform: scale(1.08); opacity: 1; }
.wh-app img {
  width: 100%;
  height: 64px;
  object-fit: contain;
  display: block;
}
.wh-app span {
  font-size: 13px;
  font-weight: 600;
  color: var(--wh-navy);
  text-align: center;
}

/* Alan adı uzantı kartları */
.wh-tlds { padding: 72px 0; background: var(--wh-bg); scroll-margin-top: 130px; }
.wh-tlds__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.wh-tld {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 18px;
  padding: 28px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: box-shadow .2s;
}
.wh-tld:hover { box-shadow: 0 14px 34px rgba(5, 40, 77, 0.09); }
.wh-tld__ribbon {
  position: absolute;
  top: 18px;
  right: -40px;
  width: 150px;
  padding: 6px 0;
  background: var(--wh-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
  transform: rotate(45deg);
  white-space: nowrap;
  pointer-events: none;
}
.wh-tld img {
  width: 140px;
  height: 64px;
  object-fit: contain;
  background: transparent;
}
.wh-tld__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 4px;
}
.wh-tld__old { font-size: 14px; color: #8a8a8a; text-decoration: line-through; }
.wh-tld__now { font-size: 25px; font-weight: 700; color: var(--wh-navy); }
.wh-tld__cur { font-size: 13px; color: var(--wh-muted); }
.wh-tld .wh-btn {
  margin-top: auto;
  width: 100%;
  max-width: 100%;
  font-size: 14.5px;
  padding: 12px 18px;
}

/* Alan adı fiyat tablosu */
.wh-ptable-sec { padding: 72px 0; scroll-margin-top: 130px; }
.wh-ptable-sec .wh-wrap { max-width: 1100px; }
.wh-ptable__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.wh-ptable__tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.wh-ptable__tabs button {
  background: var(--wh-bg);
  color: var(--wh-slate);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.wh-ptable__tabs button:hover { background: #e6ebf3; }
.wh-ptable__tabs button.is-active { background: var(--wh-orange); color: #fff; }
.wh-ptable {
  border: 1px solid var(--wh-line);
  border-radius: 16px;
  overflow: hidden;
}
.wh-ptable__head,
.wh-ptable__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  align-items: center;
}
.wh-ptable__row[hidden] { display: none; }
.wh-ptable__head {
  background: var(--wh-bg);
  padding: 14px 22px;
  font-size: 13px;
  font-weight: 700;
  color: var(--wh-muted);
  letter-spacing: .02em;
}
.wh-ptable__row {
  padding: 16px 22px;
  font-size: 15px;
  color: var(--wh-navy);
  border-top: 1px solid var(--wh-line);
}
.wh-ptable__ext {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  flex-wrap: wrap;
}
.wh-ptable__tag {
  background: #e7f5ea;
  color: #2f8f4d;
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
}
.wh-ptable__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.wh-ptable__foot p {
  font-size: 12.5px;
  line-height: 1.6;
  color: #8893a5;
  max-width: 640px;
}
.wh-ptable__foot a,
.wh-ptable__more {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--wh-orange);
  white-space: nowrap;
  background: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
}
.wh-ptable__more:hover { color: #c9640c; }
.wh-ptable__more[hidden] { display: none; }

/* Alan adı sorgulama sonuçları */
.wh-results { padding: 0; }
.wh-results:not(:empty) { padding: 40px 0 0; }
.wh-results .domain-results-subheader {
  font-size: 22px;
  font-weight: 700;
  color: var(--wh-navy);
  margin: 0 0 16px;
}
.wh-results .domain-results-rows {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 14px;
  padding: 14px 18px;
  margin: 0 0 12px;
}
.wh-results .domain-results-rows:hover { box-shadow: 0 10px 26px rgba(5, 40, 77, 0.08); }
.wh-results .domain-results-rows > [class*="col-"] {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  padding: 0;
  text-align: left !important;
}
.wh-results .wh-result__icon { flex: 0 0 24px; font-size: 18px; line-height: 1; }
.wh-results .wh-result__domain {
  flex: 1 1 auto;
  min-width: 0;
}
.wh-results .wh-result__domain strong {
  color: var(--wh-navy);
  font-size: 16px;
  word-break: break-all;
}
.wh-results .wh-result__status { flex: 0 0 auto; }
.wh-results .wh-result__price { flex: 0 0 160px; }
.wh-results .wh-result__action {
  flex: 0 0 auto;
  text-align: right;
}
.wh-results .add-domain-to-cart {
  display: inline-flex !important;
  width: auto !important;
  max-width: none;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--wh-orange) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px !important;
  border-radius: 11px;
  border: none;
  text-decoration: none !important;
  line-height: 1.2;
}
.wh-results .add-domain-to-cart:hover { background: var(--wh-orange-dark) !important; color: #fff !important; }
.wh-results .wh-result__whois {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  text-decoration: underline;
  color: var(--wh-orange);
}
.wh-results select[name="price"] {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid var(--wh-line);
  border-radius: 10px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 42px;
  color: var(--wh-navy);
  background: #fff;
  font-family: inherit;
  appearance: auto;
  -webkit-appearance: menulist;
}
.wh-results .badge {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 99px;
  border: none;
}
.wh-results .badge-success { background: #e7f5ea; color: #2f8f4d; }
.wh-results .badge-warning { background: #fff3e0; color: #c9640c; }

/* Müşteri yorumları */
.wh-voices {
  padding: 72px 0;
  background: var(--wh-bg);
  overflow: hidden;
}
.wh-voices__top {
  margin-bottom: 32px;
}
.wh-overline {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--wh-orange);
  margin-bottom: 10px;
}
.wh-voices h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: var(--wh-navy);
}
.wh-voices__intro {
  font-size: 16px;
  line-height: 1.65;
  color: var(--wh-muted);
  max-width: 680px;
}
.wh-voices__frame { position: relative; }
.wh-voices__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d2d8e1;
  background: #fff;
  color: var(--wh-slate);
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(5, 40, 77, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wh-voices__nav:hover {
  border-color: var(--wh-orange);
  color: var(--wh-orange);
}
.wh-voices__nav.is-hidden { display: none; }
.wh-voices__nav--prev { left: 0; }
.wh-voices__nav--next { right: 0; }
.wh-scroller {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 36px 22px 2px;
  scrollbar-width: none;
}
.wh-scroller::-webkit-scrollbar { display: none; }
.wh-voice {
  flex: 0 0 min(380px, 90vw);
  width: min(380px, 90vw);
  scroll-snap-align: start;
  background: var(--wh-slate);
  border-radius: 20px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  border: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-height: 280px;
}
.wh-voice:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(5, 40, 77, 0.22);
}
.wh-voice__mark {
  font-family: Georgia, serif;
  font-size: 40px;
  line-height: 0.6;
  color: var(--wh-orange);
}
.wh-voice__quote {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
  overflow-wrap: break-word;
  word-break: break-word;
}
.wh-voice.is-open .wh-voice__preview { display: none; }
.wh-voice:not(.is-open) .wh-voice__full { display: none; }
.wh-voice.is-complete { cursor: default; }
.wh-voice.is-complete .wh-voice__preview { display: none; }
.wh-voice.is-complete .wh-voice__full { display: block; }
.wh-more {
  color: var(--wh-orange);
  font-weight: 700;
  cursor: pointer;
}
.wh-voice__who {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  gap: 12px;
}
.wh-voice__who img,
.wh-voice__initials {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.wh-voice__initials {
  background: rgba(255, 255, 255, 0.10);
  border: 1px dashed rgba(255, 255, 255, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.wh-voice__name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}
.wh-voice__meta {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}
.wh-voice.is-google {
  background: #fff2e6;
  border: 1px solid #ffd9b3;
}
.wh-voice.is-google:hover {
  box-shadow: 0 20px 44px rgba(239, 121, 23, 0.16);
}
.wh-voice.is-google .wh-google-word { font-size: 19px; }
.wh-voice.is-google .wh-voice__quote { color: #3a2c1f; }
.wh-voice.is-google .wh-voice__who { border-top-color: #ffd9b3; }
.wh-voice.is-google .wh-voice__name { color: var(--wh-navy); }
.wh-voice.is-google .wh-voice__meta { color: #8a6b4d; }
.wh-voice__ghead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wh-voice__stars {
  font-size: 15px;
  letter-spacing: 1px;
  color: var(--wh-orange);
}
.wh-voice__goto {
  flex-shrink: 0;
  background: var(--wh-orange);
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 700;
  padding: 9px 12px;
  border-radius: 9px;
  white-space: nowrap;
  text-decoration: none !important;
}
.wh-voice__who-copy {
  flex: 1;
  min-width: 0;
}
.wh-voice.is-google .wh-voice__name,
.wh-voice.is-google .wh-voice__meta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wh-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
.wh-dots button {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: #d2d8e1;
}
.wh-dots button.is-active {
  width: 26px;
  background: var(--wh-orange);
}
.wh-dots button:hover:not(.is-active) { background: #aeb6c4; }

/* Özellik kartları */
.wh-features {
  padding: 72px 0;
  scroll-margin-top: 130px;
}
.wh-features .wh-section-head { margin-bottom: 44px; }
.wh-features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}
.wh-features__grid.is-compact {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.wh-features__grid.is-four {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.is-four .wh-feature { padding: 22px; }
.is-four .wh-feature h3 { font-size: 16.5px; }
.wh-feature {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 18px;
  padding: 30px;
  transition: box-shadow .2s;
}
.is-compact .wh-feature { padding: 22px; }
.wh-feature:hover { box-shadow: 0 14px 34px rgba(5, 40, 77, 0.09); }
.wh-feature__tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--wh-orange);
  margin-bottom: 10px;
}
.wh-feature h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 12px;
  color: var(--wh-navy);
}
.is-compact .wh-feature h3 { font-size: 16.5px; margin-bottom: 10px; }
.wh-feature p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--wh-muted);
}
.is-compact .wh-feature p { font-size: 13.5px; line-height: 1.6; }
.is-four .wh-feature p { font-size: 13.5px; line-height: 1.6; }
.wh-feature.is-accent h3 { color: var(--wh-orange); }
.is-four .wh-feature.is-accent h3 { font-size: 19px; }

.wh-why {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-bottom: 8px;
}
.wh-why__brand {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.wh-why__logo {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
}
.wh-why__logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  object-fit: contain;
}
.wh-why__copy {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 18px;
  padding: 32px;
}
.wh-why__copy p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--wh-slate);
  margin: 0;
}
.wh-why__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wh-why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 18px;
  padding: 22px 26px;
  transition: box-shadow .2s;
}
.wh-why-item:hover { box-shadow: 0 14px 34px rgba(5, 40, 77, 0.09); }
.wh-why-num {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffe5d2;
  color: var(--wh-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.wh-why-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--wh-slate);
  margin: 0;
}
.wh-features__subhead {
  text-align: center;
  max-width: 760px;
  margin: 56px auto 32px;
}
.wh-features__subhead h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--wh-navy);
}

/* Transfer süreci şeması */
.wh-pipeline { padding: 64px 0; background: var(--wh-bg); }
.wh-pipeline .wh-section-head { margin-bottom: 32px; }
.wh-pipeline .wh-section-head h2 { font-size: 28px; }
.wh-pipeline__row {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 18px;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.wh-pipeline__item {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 180px;
}
.wh-pipeline__box {
  flex: 1;
  background: var(--wh-bg);
  border: 1px solid var(--wh-line);
  border-radius: 12px;
  padding: 14px 12px;
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--wh-navy);
}
.wh-pipeline__arrow {
  color: var(--wh-orange);
  font-size: 20px;
  flex: 0 0 auto;
  line-height: 1;
}

/* Kurumsal e-posta — donanma kupon kartı */
.wh-coupon { padding: 0 0 40px; scroll-margin-top: 130px; }
.wh-coupon__card {
  background: var(--wh-navy);
  border-radius: 24px;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: stretch;
}
.wh-coupon__media img {
  width: 100%;
  height: 236px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.wh-coupon__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.wh-coupon__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.wh-coupon__pill {
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  padding: 11px 18px;
  border-radius: 99px;
}
.wh-coupon__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wh-ok);
  flex-shrink: 0;
}
.wh-coupon__kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #ffb27a;
  margin-bottom: 4px;
}
.wh-coupon__title {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.wh-coupon__code {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--wh-orange);
  padding: 12px 18px;
  border-radius: 11px;
  cursor: pointer;
  border: 0;
  align-self: flex-start;
  color: #fff;
  font-family: inherit;
}
.wh-coupon__code:hover { background: var(--wh-orange-dark); }
.wh-coupon__code strong {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
}
.wh-coupon__code span {
  font-size: 12px;
  font-weight: 600;
  color: #ffe5d2;
}
.wh-coupon__fine {
  font-size: 11.5px;
  color: #8893a5;
}

/* Kurumsal e-posta — kota / toplu mail */
.wh-need {
  padding: 0 0 72px;
  background: var(--wh-bg);
}
.wh-need .wh-section-head { margin-bottom: 32px; }
.wh-need .wh-section-head h2 { font-size: 28px; }
.wh-need__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.wh-need-card {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 18px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.wh-need-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--wh-navy);
}
.wh-need-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--wh-muted);
  flex: 1;
}
.wh-need-card .wh-btn { text-align: center; justify-content: center; width: 100%; }

/* Kurumsal e-posta — mail uygulamaları */
.wh-mailapps {
  padding: 72px 0;
  scroll-margin-top: 130px;
}
.wh-mailapps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.wh-mailapp {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 16px;
  padding: 26px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.wh-mailapp img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  flex-shrink: 0;
}
.wh-mailapp h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--wh-navy);
  margin: 0 0 8px;
}
.wh-mailapp p {
  font-size: 13px;
  color: var(--wh-muted);
  line-height: 1.6;
}
.wh-mailapps__note {
  text-align: center;
  font-size: 13.5px;
  color: #8893a5;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--wh-line);
}

/* Kurumsal e-posta — yolculuk şeması */
.wh-mailflow {
  padding: 72px 0;
  background: var(--wh-sage);
}
.wh-mailflow .wh-section-head { margin-bottom: 28px; }
.wh-mailflow .wh-section-head h2 { font-size: 26px; }
.wh-mailflow__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.2fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}
.wh-mailflow__step {
  border-radius: 16px;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  text-align: center;
  min-height: 150px;
}
.wh-mailflow__step--navy { background: var(--wh-navy); color: #fff; }
.wh-mailflow__step--orange { background: var(--wh-orange); color: #fff; }
.wh-mailflow__step h3 {
  font-size: 16px;
  font-weight: 700;
}
.wh-mailflow__step p { font-size: 13px; }
.wh-mailflow__step--navy p,
.wh-mailflow__step--orange p { color: rgba(255, 255, 255, 0.78); }
.wh-mailflow__proto {
  font-size: 12px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.55);
}
.wh-mailflow__step--orange .wh-mailflow__proto { color: rgba(255, 255, 255, 0.7); }
.wh-mailflow__step--check {
  border: 2px solid var(--wh-navy);
  padding: 18px;
  gap: 10px;
}
.wh-mailflow__step--check h3 {
  font-size: 14.5px;
  color: var(--wh-navy);
}
.wh-mailflow__step--check > p {
  font-size: 11.5px;
  color: var(--wh-muted);
  margin-top: -4px;
}
.wh-mailflow__checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  flex: 1;
}
.wh-mailflow__check {
  background: #eaf3ee;
  border-radius: 10px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.wh-mailflow__check span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--wh-navy);
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wh-mailflow__check strong {
  font-size: 12px;
  font-weight: 700;
  color: var(--wh-navy);
}
.wh-mailflow__pop {
  background: var(--wh-navy);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  text-align: center;
  padding: 6px;
  border-radius: 8px;
}
.wh-mailflow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c7cedb;
  font-size: 22px;
}
.wh-mailflow__foot {
  text-align: center;
  font-size: 13px;
  color: var(--wh-navy);
  margin-top: 20px;
  font-style: italic;
}

/* Kurumsal e-posta — teknik özellik kaydırıcısı */
.wh-teknik {
  padding: 72px 0;
  background: #fff;
  scroll-margin-top: 130px;
}
.wh-teknik .wh-section-head {
  text-align: left;
  margin: 0 0 32px;
  max-width: 760px;
}
.wh-teknik__frame { position: relative; }
.wh-teknik__scroller {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  overflow-x: auto;
  padding: 6px 36px 14px 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.wh-teknik__scroller::-webkit-scrollbar { display: none; }
.wh-teknik-acc {
  flex: 0 0 300px;
  width: 300px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.wh-teknik-acc:hover {
  border-color: var(--wh-orange);
  box-shadow: 0 10px 26px rgba(5, 40, 77, 0.12);
  transform: translateY(-2px);
}
.wh-teknik-acc h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--wh-navy);
}
.wh-teknik-acc ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14px;
  color: var(--wh-slate);
}
.wh-teknik-acc li {
  position: relative;
  padding-left: 18px;
}
.wh-teknik-acc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wh-bullet);
}
.wh-teknik-acc li.is-extra { display: none; }
.wh-teknik-acc.is-open li.is-extra { display: block; }
.wh-teknik-acc .js-teknik-toggle {
  margin-top: auto;
  padding-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--wh-orange);
  cursor: pointer;
  background: none;
  border: 0;
  font-family: inherit;
  text-align: left;
  padding-left: 0;
}
.wh-teknik-acc .js-teknik-toggle:hover { color: var(--wh-orange-dark); }
.wh-teknik__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d2d8e1;
  background: #fff;
  color: var(--wh-slate);
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(5, 40, 77, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wh-teknik__nav:hover {
  border-color: var(--wh-orange);
  color: var(--wh-orange);
}
.wh-teknik__nav.is-hidden { display: none; }
.wh-teknik__nav--prev { left: 0; }
.wh-teknik__nav--next { right: 0; }

/* Transfer adım adım kılavuz */
.wh-guide { padding: 72px 0; }
.wh-guide__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
}
.wh-guide__item {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 16px;
  padding: 22px;
}
.wh-guide__num {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--wh-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
}
.wh-guide__item h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--wh-navy);
}
.wh-guide__item p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--wh-muted);
  margin: 0 0 6px;
}
.wh-guide__tip {
  font-size: 13px;
  line-height: 1.6;
  color: #8893a5;
  margin: 0;
}
.wh-guide__tip strong { color: var(--wh-slate); }

/* Karar CTA */
.wh-decide { padding: 0 0 72px; }
.wh-decide__card {
  background: #fff;
  border: 2px solid var(--wh-orange);
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: stretch;
  box-shadow: 0 18px 44px rgba(239, 121, 23, 0.14);
}
.wh-decide__copy {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.wh-decide__copy h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--wh-navy);
  text-wrap: pretty;
}
.wh-decide__btns { display: flex; flex-wrap: wrap; gap: 14px; }
.wh-decide__btns.is-stacked {
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.wh-decide__btns .wh-btn { font-size: 15.5px; padding: 16px 30px; }
.wh-decide__art {
  position: relative;
  min-height: 280px;
  background: #fff;
}
.wh-decide__art img {
  position: absolute;
  width: 661px;
  height: 519px;
  max-width: none;
  left: -99px;
  top: -82px;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

/* SSS */
.wh-faq {
  padding: 72px 0;
  background: var(--wh-bg);
  scroll-margin-top: 130px;
}
.wh-faq .wh-section-head { max-width: 900px; margin-bottom: 36px; }
.wh-faq__list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wh-faq details {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 14px;
  padding: 20px 24px;
  scroll-margin-top: 140px;
}
.wh-faq summary {
  font-size: 16px;
  font-weight: 600;
  color: var(--wh-navy);
  cursor: pointer;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.wh-faq summary::-webkit-details-marker { display: none; }
.wh-faq-icon {
  color: var(--wh-orange);
  font-size: 20px;
  line-height: 1;
  flex: 0 0 auto;
}
.wh-faq details[open] .wh-faq-icon { transform: rotate(45deg); }
.wh-faq details p,
.wh-faq details .wh-faq-body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--wh-muted);
  margin: 14px 0 0;
}
.wh-faq details a {
  color: var(--wh-orange);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wh-faq details a:hover { color: #d96a0f; }
.wh-faq-points {
  list-style: disc;
  margin: 12px 0 0;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wh-faq-points li { line-height: 1.65; }
.wh-faq-points strong { color: var(--wh-navy); font-weight: 600; }

/* Güven rozetleri */
.wh-trust { padding: 64px 0; }
.wh-trust__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}
.wh-trust-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.wh-trust-logo {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wh-trust-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wh-trust-logo #ETBIS img,
.wh-trust-logo #8364406815757187 img {
  width: 52px !important;
  height: auto !important;
}
.wh-trust-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--wh-navy);
  margin-bottom: 6px;
}
.wh-trust-item p {
  font-size: 14px;
  color: var(--wh-muted);
  line-height: 1.55;
}

/* Kapanış CTA */
.wh-final { padding: 0 0 80px; }
.wh-final__card {
  background: var(--wh-slate);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  justify-content: space-between;
}
.wh-final__card > div:first-child { max-width: 560px; }
.wh-final__card h2 {
  font-size: 33px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
  color: #fff;
  text-wrap: pretty;
}
.wh-final__card p {
  font-size: 16.5px;
  line-height: 1.6;
  color: #d2d8e1;
}
.wh-final__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.wh-final__btns .wh-btn {
  font-size: 15.5px;
  padding: 16px 30px;
  border-radius: 12px;
}

@media (max-width: 980px) {
  .wh-soloplan { grid-template-columns: 1fr; }
  .wh-soloplan .wh-plan { align-self: stretch; }
  .wh-promo {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }
  .wh-promo__copy { max-width: none; padding: 28px 24px; }
  .wh-promo__media { min-height: 240px; }
  .wh-coupon__card { grid-template-columns: 1fr; padding: 28px 24px; }
  .wh-coupon__media img { height: 200px; }
  .wh-mailapps__grid { grid-template-columns: repeat(2, 1fr); }
  .wh-mailflow__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .wh-mailflow__arrow { display: none; }
  .wh-features__grid.is-four { grid-template-columns: repeat(2, 1fr); }
  .wh-why { grid-template-columns: 1fr; }
  .wh-tlds__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .wh-hero { padding: 24px 0 40px; }
  .wh-hero h1 { font-size: 28px; }
  .wh-hero__copy { gap: 20px; }
  .wh-hero__ctas { flex-wrap: wrap; }
  .wh-hero__bullets { grid-template-columns: 1fr; }
  .wh-hero__grid,
  .wh-nedir__grid,
  .wh-wa-card,
  .wh-decide__card { grid-template-columns: 1fr; }
  .wh-hero__media,
  .wh-hero__media img { min-height: 220px; }
  .wh-hero__media--campaign,
  .wh-hero__media--campaign img { min-height: 0; }
  .wh-section-head h2,
  .wh-nedir h2,
  .wh-voices h2,
  .wh-final__card h2 { font-size: 26px; }
  .wh-decide__copy { padding: 32px 24px; }
  .wh-decide__copy h2 { font-size: 24px; }
  .wh-wa-card__art { min-height: 200px; }
  .wh-jumper a { padding: 14px 12px; font-size: 14px; }
  .wh-voices__nav,
  .wh-teknik__nav { display: none; }
  .wh-final__card { padding: 28px 22px; }
  .wh-pipeline__item { flex: 1 1 100%; }
  .wh-pipeline__arrow { display: none; }
  .wh-mailapps__grid { grid-template-columns: 1fr; }
  .wh-guide__item { flex-direction: column; gap: 12px; }
  .wh-features__grid.is-four,
  .wh-tlds__grid { grid-template-columns: 1fr; }
  .wh-results .domain-results-rows {
    flex-wrap: wrap;
    gap: 10px 12px;
  }
  .wh-results .wh-result__domain { flex: 1 1 100%; }
  .wh-results .wh-result__price { flex: 1 1 140px; }
  .wh-ptable__head,
  .wh-ptable__row {
    grid-template-columns: 1.3fr 0.9fr 0.9fr 0.9fr;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12.5px;
  }
  .wh-ptable__foot { justify-content: flex-start; }
  .wh-wa-card .wh-krican--nedir,
  .wh-decide__art img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }
  .wh-decide__art { min-height: 0; }
}
