/* Web Hosting page — matches "Kriweb Web Hosting Sayfasi" design */
.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;
  color: var(--wh-navy);
  font-family: Poppins, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.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%); }
}

.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; }

/* Hero */
.wh-hero { padding: 40px 0 56px; }
.wh-hero__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 48px;
  align-items: center;
}
.wh-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.wh-hero__copy h1,
.wh-hero__copy .wh-hero__bullets,
.wh-hero__copy .wh-hero__ctas,
.wh-hero__copy .wh-reviews {
  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__bullets {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}
.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: wrap;
  gap: 14px;
  align-items: center;
}
.wh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 11px;
  font-weight: 600;
  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--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--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;
}

/* 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;
  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: 72px 0;
  background: var(--wh-bg);
  scroll-margin-top: 130px;
}
.wh-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}
.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-plans__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: 20px;
  align-items: start;
}
.wh-plan {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 18px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  transition: box-shadow .2s;
}
.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: 18px;
  font-weight: 700;
  color: var(--wh-navy);
  text-align: center;
}
.wh-plan__discount-slot { min-height: 40px; }
.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;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  white-space: nowrap;
}
.wh-plan__old {
  font-size: 15px;
  color: #8a8a8a;
  text-decoration: line-through;
  flex: 0 0 auto;
}
.wh-plan__old.is-first { font-size: 25px; }
.wh-plan__now {
  font-size: 27px;
  font-weight: 700;
  color: var(--wh-navy);
  flex: 0 0 auto;
}
.wh-plan__period {
  font-size: 14px;
  color: var(--wh-muted);
  flex: 0 0 auto;
}
.wh-plan__period.is-first { color: #e53935; }
.wh-plan__note {
  font-size: 11px;
  color: var(--wh-muted);
}
.wh-plan__note .feather,
.wh-plan__note i {
  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;
  padding: 13px 20px;
  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__list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14px;
  color: var(--wh-slate);
}
.wh-plan__free {
  border-top: 1px solid var(--wh-line);
  padding-top: 14px;
  margin-top: 4px;
}
.wh-plan__free-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--wh-ok);
  margin-bottom: 9px;
}

/* Hosting nedir */
.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);
}
.wh-wa-card__art {
  position: relative;
  min-height: 280px;
  background: #fff;
}

/* Platform */
.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; }

/* Apps */
.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;
}

/* Testimonials */
.wh-voices {
  padding: 72px 0;
  background: var(--wh-bg);
  overflow: hidden;
}
.wh-voices__top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  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__nav { display: flex; gap: 10px; align-items: center; }
.wh-voices__nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d2d8e1;
  background: #fff;
  color: var(--wh-slate);
  font-size: 18px;
  cursor: pointer;
}
.wh-voices__nav button:hover {
  border-color: var(--wh-orange);
  color: var(--wh-orange);
}
.wh-scroller {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 2px 22px;
  scrollbar-width: none;
}
.wh-scroller::-webkit-scrollbar { display: none; }
.wh-voice {
  flex: 0 0 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;
}
.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);
}
.wh-voice.is-open .wh-voice__preview { display: none; }
.wh-voice:not(.is-open) .wh-voice__full { display: none; }
.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-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; }

/* Features */
.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-feature {
  background: #fff;
  border: 1px solid var(--wh-line);
  border-radius: 18px;
  padding: 30px;
  transition: box-shadow .2s;
}
.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);
}
.wh-feature p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--wh-muted);
}

/* Decision 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 .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;
}

/* FAQ */
.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; }

/* Trust */
.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;
}

/* Final 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 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: 760px) {
  .wh-hero { padding: 24px 0 40px; }
  .wh-hero h1 { font-size: 28px; }
  .wh-hero__copy { gap: 24px; }
  .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-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-final__card { padding: 28px 22px; }
  .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; }
}
