/* Webmaster Araçları — Oweb referans, Dodo marka */
:root {
  --arac-orange: #f39233;
  --arac-orange-dark: #e07d1a;
  --arac-navy: #0f172a;
  --arac-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

/* Topbar mega menü */
.cnb-topbar__tools {
  position: relative;
}

.cnb-topbar__link--tools .cnb-topbar__tools-chevron {
  font-size: 10px;
  margin-left: 2px;
  opacity: 0.85;
}

.araclar-mega-dropdown {
  min-width: min(1000px, calc(100vw - 24px));
  padding: 20px !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: var(--arac-shadow) !important;
  margin-top: 12px !important;
  overflow: visible;
}

.araclar-mega-dropdown__bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, var(--arac-orange), #faa733);
  border-radius: 16px 16px 0 0;
}

.araclar-mega-dropdown__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 4px;
}

.araclar-mega-dropdown__head {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--col-color, var(--arac-orange));
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f9;
}

.tool-link-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none !important;
  color: inherit;
  transition: background 0.15s ease, transform 0.15s ease;
  margin-bottom: 2px;
}

.tool-link-item:hover {
  background: #f8f9fc;
  transform: translateX(2px);
}

.tool-link-item--all {
  margin-top: 10px;
  background: #fdf2e9;
}

.tool-link-item--all:hover {
  background: #fce8d4;
}

.tool-link-item .text-box .title {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.3;
}

.tool-link-item--all .text-box .title {
  color: var(--arac-orange);
}

.tool-link-item .text-box .desc {
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.3;
}

.icon-box-sm {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: #fff;
}

.icon-box-sm.bg-orange { background: linear-gradient(135deg, #f39233, #e07d1a); }
.icon-box-sm.bg-blue { background: linear-gradient(135deg, #5b64da, #4a52c4); }
.icon-box-sm.bg-cyan { background: linear-gradient(135deg, #21759b, #1a5f80); }
.icon-box-sm.bg-green { background: linear-gradient(135deg, #10ac84, #0d966f); }

@media (max-width: 991px) {
  .araclar-mega-dropdown__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .araclar-mega-dropdown__grid {
    grid-template-columns: 1fr;
  }
}

/* Hub sayfası */
.araclar-page {
  background: #f8fafc;
}

.araclar-hero {
  background: linear-gradient(105deg, #0f172a 0%, #1e293b 55%, rgba(243, 146, 51, 0.12) 100%);
  padding: 3.5rem 0 4rem;
  text-align: center;
}

.araclar-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--arac-orange);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.araclar-hero h1 {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  margin: 0 0 1rem;
}

.araclar-hero__desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
}

.araclar-hub__section-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.araclar-card-link {
  text-decoration: none !important;
  display: block;
  height: 100%;
}

.araclar-page .tool-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  background: #fff;
}

.araclar-page .tool-card:hover {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
  border-color: rgba(243, 146, 51, 0.35);
}

.araclar-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.25rem;
}

.araclar-card__desc {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
}

.araclar-page .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
}

.icon-box--primary { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.icon-box--warning { background: linear-gradient(135deg, #f59e0b, #d97706); }
.icon-box--info { background: linear-gradient(135deg, #0ea5e9, #0284c7); }
.icon-box--success { background: linear-gradient(135deg, #10b981, #059669); }

/* Tekil araç sayfası */
.araclar-tool-hero {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 2rem 0;
}

.araclar-tool-hero__inner {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.araclar-tool-hero .icon-box--hero {
  width: 56px;
  height: 56px;
  font-size: 1.4rem;
}

.araclar-tool-hero h1 {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0.35rem 0 0.5rem;
}

.araclar-tool-hero p {
  color: #64748b;
  margin: 0;
}

.araclar-tool-hero__back {
  font-size: 0.85rem;
  color: var(--arac-orange);
  text-decoration: none;
  font-weight: 600;
}

.araclar-tool-hero__back:hover {
  color: var(--arac-orange-dark);
}

.araclar-tool-card {
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.araclar-tool-card .form-control,
.araclar-tool-card textarea {
  border-radius: 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.araclar-tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.araclar-btn {
  border-radius: 8px;
  font-weight: 600;
  padding: 0.5rem 1.1rem;
}

.araclar-btn--primary {
  background: var(--arac-orange);
  border-color: var(--arac-orange);
  color: #fff;
}

.araclar-btn--primary:hover {
  background: var(--arac-orange-dark);
  border-color: var(--arac-orange-dark);
  color: #fff;
}

.araclar-result {
  background: #f1f5f9;
  border-radius: 10px;
  padding: 1rem;
  font-family: ui-monospace, monospace;
  font-size: 0.85rem;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 400px;
  overflow: auto;
}

.araclar-result.is-error {
  background: #fef2f2;
  color: #b91c1c;
}

.araclar-stats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.araclar-stat {
  background: #f8fafc;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}

.araclar-stat strong {
  display: block;
  font-size: 1.35rem;
  color: var(--arac-orange);
}

.araclar-stat span {
  font-size: 0.8rem;
  color: #64748b;
}

.araclar-chain-item {
  padding: 0.65rem 1rem;
  border-left: 3px solid var(--arac-orange);
  background: #fff;
  margin-bottom: 0.5rem;
  border-radius: 0 8px 8px 0;
}

.araclar-tool-loading {
  min-height: 120px;
}

.araclar-tool-form .araclar-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #334155;
  margin-bottom: 0.35rem;
  display: block;
}

.araclar-tool-form kbd {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 0.1em 0.4em;
  font-size: 0.8em;
}

.araclar-result-table th {
  width: 42%;
  font-size: 0.8rem;
  vertical-align: top;
}

.araclar-btn.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.araclar-result:empty {
  display: none;
}

/* Hız testi: zengin sonuçlar .araclar-result dışında render edilir */
.araclar-tool-page[data-tool-slug="website-hiz-testi"] #araclarToolWorkspace {
  font-family: inherit;
}

.araclar-tool-page[data-tool-slug="website-hiz-testi"] #araclarToolWorkspace .araclar-result {
  font-family: inherit;
  white-space: normal;
  max-height: none;
  overflow: visible;
  background: transparent;
  padding: 0;
}

/* Site hız testi */
.araclar-tool-page[data-tool-slug="website-hiz-testi"] .araclar-tool-hero {
  background: linear-gradient(120deg, #0f172a 0%, #1e3a5f 45%, rgba(243, 146, 51, 0.15) 100%);
  border-bottom: none;
  padding: 2.5rem 0;
}

.araclar-tool-page[data-tool-slug="website-hiz-testi"] .araclar-tool-hero h1,
.araclar-tool-page[data-tool-slug="website-hiz-testi"] .araclar-tool-hero p,
.araclar-tool-page[data-tool-slug="website-hiz-testi"] .araclar-tool-hero__back {
  color: #fff;
}

.araclar-tool-page[data-tool-slug="website-hiz-testi"] .araclar-tool-hero p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 640px;
}

.araclar-tool-page[data-tool-slug="website-hiz-testi"] .araclar-tool-card {
  border: none;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.araclar-tool-page[data-tool-slug="website-hiz-testi"] .araclar-tool-card .card-body {
  padding: 2rem 1.75rem !important;
}

@media (min-width: 768px) {
  .araclar-tool-page[data-tool-slug="website-hiz-testi"] .araclar-tool-card .card-body {
    padding: 2.25rem 2.5rem !important;
  }
}

.hiztest-results {
  width: 100%;
  font-family: inherit;
  color: #1e293b;
  line-height: 1.5;
}

.hiztest-results * {
  white-space: normal;
}

.hiztest-results__head {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.hiztest-results__head strong {
  color: #0f172a;
}

.hiztest-hero-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.75rem;
}

.hiztest-gauge {
  --score: 50;
  --gauge-color: #d97706;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background: conic-gradient(
    var(--gauge-color) calc(var(--score) * 1%),
    #e2e8f0 calc(var(--score) * 1%)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.hiztest-gauge::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #fff;
}

.hiztest-gauge__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hiztest-gauge__value {
  display: block;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
}

.hiztest-gauge__max {
  font-size: 0.85rem;
  color: #94a3b8;
  font-weight: 600;
}

.hiztest-gauge__label {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #334155;
}

.hiztest-gauge__grade {
  font-size: 0.85rem;
  color: #64748b;
}

.hiztest-gauge.excellent { --gauge-color: #059669; }
.hiztest-gauge.good { --gauge-color: #0d9488; }
.hiztest-gauge.fair { --gauge-color: #d97706; }
.hiztest-gauge.poor { --gauge-color: #dc2626; }

.hiztest-pitch {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 2px solid #fdba74;
  border-radius: 16px;
  padding: 1.5rem 1.35rem;
  margin-bottom: 1.75rem;
  text-align: center;
  box-shadow: 0 4px 24px rgba(243, 146, 51, 0.12);
}

.hiztest-pitch__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--arac-orange), #e67e22);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.hiztest-pitch h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #9a3412;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}

.hiztest-pitch__score-line {
  font-size: 0.95rem;
  color: #c2410c;
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.hiztest-pitch p {
  font-size: 0.92rem;
  color: #78350f;
  margin: 0 0 1rem;
  line-height: 1.55;
}

.hiztest-pitch__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.hiztest-pitch__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--arac-orange), #e67e22);
  color: #fff !important;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(243, 146, 51, 0.35);
}

.hiztest-pitch__btn-primary:hover {
  transform: translateY(-1px);
  color: #fff;
}

.hiztest-pitch__btn-ghost {
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid #fdba74;
  border-radius: 10px;
  background: #fff;
  color: #9a3412;
  cursor: pointer;
}

.hiztest-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hiztest-section-title i {
  color: var(--arac-orange);
}

.hiztest-details-toggle {
  margin-bottom: 1.25rem;
}

.hiztest-details-panel[hidden] {
  display: none !important;
}

.hiztest-form {
  max-width: 720px;
  margin: 0 auto;
}

.hiztest-form__row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hiztest-form__row .form-control {
  flex: 1;
  min-width: 200px;
  font-family: inherit;
  font-size: 1.05rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 2px solid #e2e8f0;
}

.hiztest-form__row .form-control:focus {
  border-color: var(--arac-orange);
  box-shadow: 0 0 0 3px rgba(243, 146, 51, 0.2);
}

.hiztest-form__hint {
  font-size: 0.85rem;
  color: #64748b;
  margin-top: 0.75rem;
  text-align: center;
}

.hiztest-scanning {
  text-align: center;
  padding: 2.5rem 1rem;
}

.hiztest-scanning__bar {
  height: 6px;
  background: #e2e8f0;
  border-radius: 99px;
  overflow: hidden;
  max-width: 320px;
  margin: 1rem auto 0;
}

.hiztest-scanning__bar span {
  display: block;
  height: 100%;
  width: 40%;
  background: linear-gradient(90deg, var(--arac-orange), #fbbf24);
  border-radius: 99px;
  animation: hiztest-pulse 1.2s ease-in-out infinite;
}

@keyframes hiztest-pulse {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(350%); }
}

.hiztest-hero-subscores {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.6;
}

.hiztest-hero-subscores strong {
  color: #0f172a;
  font-weight: 700;
}

.hiztest-scores {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hiztest-scores--4 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .hiztest-scores--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.hiztest-score-ring {
  text-align: center;
  padding: 1.25rem 0.75rem;
  background: #f8fafc;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.hiztest-score-ring__value {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.hiztest-score-ring__value small {
  font-size: 0.45em;
  font-weight: 600;
  color: #94a3b8;
}

.hiztest-score-ring__value.excellent { color: #059669; }
.hiztest-score-ring__value.good { color: #0d9488; }
.hiztest-score-ring__value.fair { color: #d97706; }
.hiztest-score-ring__value.poor { color: #dc2626; }

.hiztest-score-ring__label {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hiztest-score-ring__grade {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-top: 0.2rem;
}

.hiztest-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.hiztest-metric {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.85rem 1rem;
}

.hiztest-metric strong {
  display: block;
  font-size: 1.1rem;
  color: #0f172a;
}

.hiztest-metric span {
  font-size: 0.75rem;
  color: #64748b;
}

.hiztest-recs {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hiztest-rec {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.hiztest-rec--ok { border-left: 4px solid #10b981; background: #f0fdf4; }
.hiztest-rec--warn { border-left: 4px solid #f59e0b; background: #fffbeb; }
.hiztest-rec--bad { border-left: 4px solid #ef4444; background: #fef2f2; }

.hiztest-rec__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.8);
}

.hiztest-rec h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #0f172a;
}

.hiztest-rec p {
  margin: 0;
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.5;
}

.hiztest-seo-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.hiztest-seo-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.9rem;
}

.hiztest-seo-list li i.fa-check-circle { color: #10b981; }
.hiztest-seo-list li i.fa-times-circle { color: #ef4444; }

.hiztest-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hiztest-check-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.4rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.88rem;
}

.hiztest-check-list__item.is-ok i { color: #10b981; margin-top: 0.15rem; }
.hiztest-check-list__item.is-fail i { color: #ef4444; margin-top: 0.15rem; }

.hiztest-check-list__item span {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.hiztest-check-list__item em {
  font-style: normal;
  color: #64748b;
  font-size: 0.82rem;
}

.hiztest-tabs {
  margin-bottom: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.hiztest-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.35rem;
}

.hiztest-tabs__btn {
  flex: 1;
  min-width: 72px;
  border: none;
  background: transparent;
  padding: 0.6rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.hiztest-tabs__btn.is-active {
  background: #fff;
  color: var(--arac-orange);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}

.hiztest-tabs__panel {
  padding: 1.15rem 1.25rem;
}

.hiztest-tabs__panel[hidden] {
  display: none !important;
}

.hiztest-tabs__intro {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0 0 1rem;
}

.hiztest-tech-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .hiztest-tech-stats {
    grid-template-columns: repeat(6, 1fr);
  }
}

.hiztest-tech-stat {
  text-align: center;
  padding: 0.65rem 0.35rem;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.hiztest-tech-stat strong {
  display: block;
  font-size: 1rem;
  color: #0f172a;
}

.hiztest-tech-stat span {
  font-size: 0.68rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hiztest-scanning__steps {
  list-style: none;
  padding: 0;
  margin: 1rem auto 0;
  max-width: 280px;
  text-align: left;
  font-size: 0.85rem;
  color: #64748b;
}

.hiztest-scanning__steps li {
  padding: 0.35rem 0 0.35rem 1.5rem;
  position: relative;
}

.hiztest-scanning__steps li::before {
  content: '';
  position: absolute;
  left: 0.35rem;
  top: 0.65rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--arac-orange);
  opacity: 0.5;
  animation: hiztest-step-pulse 1.4s ease-in-out infinite;
}

.hiztest-scanning__steps li:nth-child(2)::before { animation-delay: 0.2s; }
.hiztest-scanning__steps li:nth-child(3)::before { animation-delay: 0.4s; }
.hiztest-scanning__steps li:nth-child(4)::before { animation-delay: 0.6s; }
.hiztest-scanning__steps li:nth-child(5)::before { animation-delay: 0.8s; }

@keyframes hiztest-step-pulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.2); }
}

.hiztest-cta {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 16px;
  padding: 2rem;
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
}

.hiztest-cta h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: #fff;
}

.hiztest-cta > p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
}

.hiztest-cta__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
}

.hiztest-cta__benefits span i {
  color: var(--arac-orange);
  margin-right: 0.35rem;
}

.hiztest-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(243, 146, 51, 0.2);
  color: #fbbf24;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 99px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hiztest-cta__intro {
  margin-bottom: 0.5rem;
}

.hiztest-cta__main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 420px;
  padding: 1rem 1.5rem !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  border-radius: 12px !important;
  border: none !important;
  background: linear-gradient(135deg, var(--arac-orange) 0%, #e67e22 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 28px rgba(243, 146, 51, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hiztest-cta__main-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(243, 146, 51, 0.55);
  color: #fff !important;
}

.hiztest-cta__main-btn.is-loading {
  opacity: 0.75;
  pointer-events: none;
}

.hiztest-cta__intro-note {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.hiztest-migrate-form {
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1.35rem 1.25rem;
}

.hiztest-migrate-form__lead {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  margin: 0 0 1rem;
  text-align: center;
}

.hiztest-migrate-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin: 0.65rem 0 0.3rem;
}

.hiztest-migrate-form .form-control {
  font-family: inherit;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(15, 23, 42, 0.5);
  color: #fff;
}

.hiztest-migrate-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.hiztest-migrate-form .form-control:focus {
  background: rgba(15, 23, 42, 0.7);
  border-color: var(--arac-orange);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(243, 146, 51, 0.25);
}

.hiztest-migrate-hint {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0.5rem 0 0;
}

.hiztest-migrate-hint i {
  color: var(--arac-orange);
  margin-right: 0.25rem;
}

.hiztest-migrate-divider {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 1.25rem 0;
}

.hiztest-migrate-form .hiztest-cta__main-btn {
  margin-top: 1rem;
  max-width: none;
}

.hiztest-migrate-back {
  display: block;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6) !important;
  margin-top: 0.5rem;
}

.hiztest-migrate-error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #fecaca;
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  font-size: 0.85rem;
  margin-top: 0.75rem;
}

.hiztest-migrate-done {
  text-align: center;
  padding: 1rem 0.5rem;
}

.hiztest-migrate-done__icon {
  font-size: 3rem;
  color: #34d399;
  margin-bottom: 0.75rem;
}

.hiztest-migrate-done h4 {
  color: #fff;
  font-weight: 800;
  margin: 0 0 0.5rem;
}

.hiztest-migrate-done p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  margin: 0 0 0.5rem;
}

.hiztest-cta__links {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.hiztest-cta__links a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  text-decoration: underline;
}

/* Site hız testi — SEO içerik bloğu */
.hiztest-seo-content {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  padding: 3rem 0 2rem;
}

.hiztest-seo-content__intro {
  max-width: 780px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.hiztest-seo-content__eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--arac-orange);
  margin-bottom: 0.5rem;
}

.hiztest-seo-content__intro h2 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.hiztest-seo-content__intro p {
  font-size: 1rem;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

.hiztest-seo-content__grid {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .hiztest-seo-content__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hiztest-seo-content__grid article {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
  height: 100%;
}

.hiztest-seo-content__grid h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.75rem;
}

.hiztest-seo-content__grid p,
.hiztest-seo-content__grid li {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.55;
}

.hiztest-seo-content__grid ul,
.hiztest-seo-content__grid ol {
  margin: 0;
  padding-left: 1.15rem;
}

.hiztest-seo-content__grid a {
  color: var(--arac-orange);
  font-weight: 600;
}

.hiztest-seo-content__cta {
  background: linear-gradient(135deg, #fff7ed 0%, #f8fafc 100%);
  border: 1px solid #fed7aa;
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  text-align: center;
}

.hiztest-seo-content__cta h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #9a3412;
  margin: 0 0 0.5rem;
}

.hiztest-seo-content__cta p {
  color: #78350f;
  margin: 0 0 1rem;
  font-size: 0.92rem;
}

.araclar-speed-faq {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 3rem 0;
}

.araclar-speed-faq h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.25rem;
}

.araclar-speed-faq details {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 0.65rem;
  padding: 0.85rem 1rem;
  background: #f8fafc;
}

.araclar-speed-faq summary {
  font-weight: 600;
  cursor: pointer;
  color: #1e293b;
}

.araclar-speed-faq details p {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
}
