:root {
  --brand: #0066ff;
  --brand-hover: #004ed1;
  --brand-soft: #e8f1ff;
  --ink: #0f172a;
  --muted: #475569;
  --line: #e2e8f0;
  --bg: #f5f7fb;
  --surface: #ffffff;
  --dark: #0b1220;
  --dark-2: #111827;
  --radius: 18px;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --wrap: 1120px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

.thq-heading-2,
.thq-heading-3,
.section-heading {
  font-family: Poppins, Inter, sans-serif;
}

.thq-body-large,
.thq-body-small {
  font-family: Inter, sans-serif;
  line-height: 1.7;
}

#hizmetler,
#Pricing,
#iletisim,
#Footer3 {
  scroll-margin-top: 124px;
}

/* Navbar */
.page-container11 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
}

.page-thq-navbar-interactive-elm {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 12px 24px;
}

.page-thq-image1-elm,
.page-thq-logo-elm {
  width: auto;
  max-width: 320px;
  height: 80px;
  object-fit: contain;
}

.page-thq-links-elm1 {
  gap: 10px;
}

.page-thq-links-elm1 a,
.page-thq-links-elm2 a {
  color: var(--ink);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  background: none;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.page-thq-links-elm1 a:hover,
.page-thq-links-elm2 a:hover {
  background: var(--brand-soft);
  color: var(--brand);
  -webkit-text-fill-color: var(--brand);
}

.page-icon10,
.page-icon12 {
  width: 22px;
  height: 22px;
}

.page-thq-burger-menu-elm,
.page-thq-close-menu-elm {
  width: 44px;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.page-thq-buttons-elm2 {
  flex-wrap: wrap;
}

.page-thq-buttons-elm2 .lang-switch {
  width: 100%;
  justify-content: center;
}

.auth-btn {
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.page-thq-buttons-elm1 .auth-btn,
.page-thq-buttons-elm2 .auth-btn {
  min-height: 46px;
  padding: 12px 22px;
  font-size: 16px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.lang-switch button {
  min-width: 40px;
  min-height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.lang-switch button.is-active {
  color: #fff;
  background: var(--brand);
}

.auth-btn-primary,
.page-thq-action1-elm1.thq-button-filled {
  color: #fff !important;
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  box-shadow: 0 10px 20px rgba(0, 102, 255, 0.22);
}

.auth-btn-primary:hover,
.auth-btn-primary:focus-visible,
.page-thq-action1-elm1.thq-button-filled:hover,
.thq-button-filled:hover {
  color: #fff !important;
  fill: #fff !important;
  background: var(--brand-hover) !important;
  border-color: var(--brand-hover) !important;
}

.auth-btn-secondary {
  color: var(--brand);
  background: transparent;
  border-color: var(--brand);
}

.auth-btn-secondary:hover,
.auth-btn-secondary:focus-visible {
  color: #fff !important;
  background: var(--brand) !important;
  border-color: var(--brand) !important;
}

.thq-button-outline:hover,
.thq-button-flat:hover {
  color: #fff !important;
  fill: #fff !important;
  background: var(--brand) !important;
  border-color: var(--brand) !important;
}

.get-started:hover {
  opacity: 1;
}

/* Hero */
.hero-thq-hero-elm {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 48px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 72px max(24px, calc((100% - 1120px) / 2)) 64px !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 163, 255, 0.18), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(0, 102, 255, 0.16), transparent 26%),
    var(--dark) !important;
}

.hero-thq-hero-elm > * {
  min-width: 0;
}

.hero-thq-thq-hero-elm-elm,
.hero-thq-thq-content-elm-elm,
.hero-thq-thq-main-elm-elm,
.hero-thq-thq-header-elm-elm {
  width: 100%;
  max-width: 640px;
  background: transparent !important;
}

.hero-kicker {
  margin-bottom: 14px;
  color: #93c5fd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-thq-thq-heading-elm-elm {
  color: #fff !important;
  font-size: clamp(34px, 4.6vw, 56px) !important;
  font-weight: 650;
  line-height: 1.12 !important;
  letter-spacing: -0.03em;
}

.hero-lead {
  max-width: 520px;
  margin-top: 18px;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.hero-btn-ghost:hover,
.hero-btn-ghost:focus-visible {
  color: var(--dark) !important;
  background: #fff !important;
  border-color: #fff !important;
}

.hero-image {
  width: min(520px, 100%) !important;
  height: auto !important;
  margin: 0 auto;
  object-fit: contain !important;
}

/* Shared sections */
.faq14-thq-faq8-elm,
.cta1-container,
.kvkk-kapsam-thq-section-elm,
.demolar-thq-section-elm,
.features1-thq-thq-layout251-elm-elm,
.features11-thq-thq-thq-layout251-elm-elm-elm,
.pricing-thq-pricing-elm1,
.pricing1-thq-pricing-elm1,
.page-container12,
.footer3-thq-footer4-elm {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
}

.faq14-thq-max-width-elm,
.cta1-thq-max-width-elm,
.kvkk-kapsam-thq-cards-elm,
.demolar-thq-banner-elm,
.features1-thq-thq-max-width-elm-elm,
.features11-thq-thq-thq-max-width-elm-elm-elm,
.pricing-thq-plans-container-elm,
.pricing1-thq-plans-container-elm {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
}

/* FAQ / who can use */
.faq14-thq-faq8-elm {
  background: var(--bg);
}

.faq14-thq-text-elm1,
.faq14-thq-text-elm1 .page-text113 {
  color: var(--ink);
  font-size: clamp(28px, 3vw, 40px);
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.faq14-thq-text-elm2,
.faq14-thq-text-elm2.section-lead,
.faq14-thq-text-elm2 .page-text115 {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  color: #334155;
  font-size: clamp(19px, 1.7vw, 22px);
  font-weight: 450;
  line-height: 1.75;
  letter-spacing: -0.01em;
  text-align: center;
}

.faq14-thq-section-title-elm .page-thq-action1-elm1 {
  min-height: 46px;
  margin-top: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  overflow: hidden;
}

.page-thq-action1-elm1.thq-button-animated::before,
.page-thq-action1-elm1.thq-button-filled::before {
  content: none;
  display: none;
}

.page-thq-action1-elm1:hover,
.page-thq-action1-elm1:focus-visible {
  color: #fff !important;
  background: var(--brand-hover) !important;
  border-color: var(--brand-hover) !important;
}

.page-thq-action1-elm1:hover .page-text105,
.page-thq-action1-elm1:hover span {
  color: #fff !important;
}

.faq14-thq-faq1-question-elm1,
.faq14-thq-faq2-question-elm1,
.faq14-thq-faq2-question-elm2,
.faq14-thq-faq2-question-elm3,
.faq14-thq-faq1-question-elm2 {
  color: var(--ink);
  text-align: left;
  font-size: 17px;
  font-weight: 700;
}

.faq14-thq-faq1-elm,
.faq14-thq-faq2-elm,
.faq14-thq-faq3-elm,
.faq14-thq-faq4-elm,
.faq14-thq-faq5-elm {
  padding: 20px 22px;
  background: var(--surface);
  border: 1px solid #dbe3ee;
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.faq14-thq-list-elm .thq-divider-horizontal {
  display: none;
}

.faq14-thq-list-elm {
  gap: 14px;
}

.faq14-container12,
.faq14-container15,
.faq14-container18,
.faq14-container21,
.faq14-container24 {
  color: var(--muted);
  padding: 8px 0 0;
}

/* CTA band */
.cta1-container,
.cta1-thq-max-width-elm {
  height: auto !important;
}

.cta1-container {
  padding: 72px 24px !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 163, 255, 0.16), transparent 30%),
    var(--dark) !important;
}

.cta1-thq-heading1-elm,
.cta1-thq-content1-elm {
  width: 100% !important;
  max-width: 800px;
  height: auto !important;
}

.cta1-thq-heading1-elm {
  color: #fff !important;
  font-size: clamp(26px, 3vw, 40px);
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.cta1-thq-content1-elm {
  color: #cbd5e1 !important;
  font-size: 17px;
  line-height: 1.7;
}

/* KVKK cards */
.kvkk-kapsam-thq-section-elm {
  padding: 72px 24px !important;
  background: var(--bg) !important;
  border: 0;
}

.kvkk-kapsam-thq-paragraph-elm {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin-bottom: 8px;
  color: var(--ink) !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
}

.kvkk-kapsam-thq-cards-elm {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.card-thq-card-elm,
.card-thq-card-elm1,
.card-thq-card-elm2 {
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.card-thq-header-elm,
.card-thq-header-elm1,
.card-thq-header-elm2 {
  color: var(--ink);
}

.card-thq-description-elm,
.card-thq-description-elm1,
.card-thq-description-elm2 {
  color: var(--muted);
}

.card-thq-icon-elm1,
.card-thq-icon-elm3,
.card-thq-icon-elm5 {
  background: var(--brand);
}

/* Demo */
.demolar-thq-cube-elm {
  display: none;
}

.demolar-thq-section-elm,
.demolar-thq-banner-elm {
  background: var(--dark-2) !important;
}

.demolar-thq-section-elm {
  padding: 28px 24px 64px;
}

.demolar-thq-banner-elm {
  gap: 24px;
  padding: 8px 0 0;
}

.demolar-thq-description-elm {
  color: #94a3b8;
}

.demolar-thq-get-started-elm,
.demolar-thq-book-demo-elm,
.features1-link,
.features11-link,
[class*="-thq-buy-elm"] {
  opacity: 1;
  border-radius: 999px;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.demolar-thq-get-started-elm,
.features1-link,
.features11-link,
[class*="-thq-buy-elm"] {
  color: #fff;
  background: var(--brand) !important;
}

.demolar-thq-book-demo-elm {
  background: #fff !important;
}

.button:hover {
  opacity: 1;
}

.demolar-thq-get-started-elm:hover,
.features1-link:hover,
.features11-link:hover,
[class*="-thq-buy-elm"]:hover {
  opacity: 1 !important;
  color: #fff !important;
  background: var(--brand-hover) !important;
  transform: translateY(-1px);
}

.demolar-thq-book-demo-elm:hover {
  opacity: 1 !important;
  color: var(--brand) !important;
  background: var(--brand-soft) !important;
}

.demolar-thq-get-started-elm:hover .demolar-thq-text-elm1,
.features1-link:hover .features1-text147,
.features11-link:hover .features11-text10,
.features11-link:hover .page-text212,
[class*="-thq-buy-elm"]:hover [class*="-thq-text-elm"],
[class*="-thq-buy-elm"]:hover [class*="pricing-text"] {
  color: #fff !important;
}

.demolar-thq-book-demo-elm:hover .demolar-thq-text-elm2 {
  color: var(--brand) !important;
}

/* Product sections */
.features1-thq-thq-layout251-elm-elm {
  background: var(--bg);
}

.features11-thq-thq-thq-layout251-elm-elm-elm {
  background: var(--dark);
}

.features1-thq-thq-text-elm-elm1,
.features11-thq-thq-thq-text-elm-elm-elm1 {
  width: 100% !important;
  max-width: var(--wrap);
  height: auto !important;
  margin: 0 auto 8px;
  font-size: clamp(28px, 3vw, 40px);
  font-family: Poppins, Inter, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.dx-kicker {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.features1-thq-thq-section-title-elm-elm {
  display: block !important;
  width: 100%;
  padding-bottom: 0;
}

.dx-lead,
.features1-thq-thq-text-elm-elm2,
.features1-thq-thq-text-elm-elm2 .page-text108 {
  display: block;
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  color: #334155;
  font-size: clamp(17px, 1.5vw, 19px);
  font-family: Inter, sans-serif;
  font-weight: 450;
  line-height: 1.75;
  letter-spacing: -0.01em;
  text-align: center;
}

.dx-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 720px;
  margin: 28px auto 0;
}

.dx-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 18px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.dx-stat strong {
  color: var(--ink);
  font-size: 28px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.dx-stat span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.features1-thq-thq-content-elm-elm1 {
  gap: 20px;
  padding-top: 28px;
}

.dx-panel,
.features1-thq-thq-row-elm-elm {
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.dx-panel-label {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dx-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dx-chips span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: #1e3a5f;
  background: var(--brand-soft);
  border: 1px solid #d7e6ff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.dx-note,
.features1-thq-thq-text-elm-elm3 {
  display: block;
  max-width: 100%;
  padding: 18px 20px;
  color: #475569;
  background: #f8fafc;
  border-left: 3px solid var(--brand);
  border-radius: 12px;
  font-size: 15px;
  font-family: Inter, sans-serif;
  line-height: 1.7;
}

.features1-thq-thq-text-elm-elm2,
.features1-thq-thq-text-elm-elm3,
.features11-thq-thq-thq-text-elm-elm-elm2,
.features11-thq-thq-thq-feature1-description-elm-elm-elm,
.features11-thq-thq-thq-feature2-description-elm-elm-elm,
.features11-thq-thq-thq-feature3-description-elm-elm-elm {
  line-height: 1.7;
}

.features11-thq-thq-thq-text-elm-elm-elm3 {
  display: none;
}

.features11-thq-thq-thq-section-title-elm-elm-elm,
.features11-thq-thq-thq-text-elm-elm-elm2 {
  width: 100%;
  margin-bottom: 36px;
}

.features11-thq-thq-thq-row-elm-elm-elm {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch !important;
}

.features11-thq-thq-thq-feature1-elm-elm-elm,
.features11-thq-thq-thq-feature2-elm-elm-elm,
.features11-thq-thq-thq-feature3-elm-elm-elm {
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  padding: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
}

.features11-thq-thq-thq-content-elm-elm-elm2,
.features11-thq-thq-thq-content-elm-elm-elm3,
.features11-thq-thq-thq-content-elm-elm-elm4 {
  flex: 1;
  height: 100%;
}

.features1-link,
.features11-link {
  margin-top: 28px;
}

/* Pricing */
.pricing-wrapper,
.pricing1-wrapper {
  display: block;
  padding: 8px 24px 16px;
  background: var(--bg);
}

.pricing-thq-pricing-elm1,
.pricing1-thq-pricing-elm1 {
  width: 100% !important;
  max-width: var(--wrap) !important;
  margin: 0 auto;
  padding-top: 40px;
  z-index: auto;
}

.pricing-thq-heading-elm1,
.pricing1-thq-heading-elm1 {
  color: var(--ink) !important;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.03em;
  text-align: center;
}

.pricing-thq-left-elm,
.pricing1-thq-left-elm,
.pricing-thq-header-elm1,
.pricing1-thq-header-elm1 {
  width: 100%;
  max-width: none;
}

.pricing-lead {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  color: #334155;
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

.pricing-thq-plans-container-elm,
.pricing1-thq-plans-container-elm {
  gap: 20px;
  width: 100%;
}

.pricing-group-title {
  width: 100%;
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-thq-plans-elm1,
.pricing-thq-plans-elm2,
.pricing1-thq-plans-elm1,
.pricing1-thq-plans-elm2,
.pricing1-thq-plans-elm3 {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  width: 100%;
  max-width: none;
  padding: 0;
  z-index: auto;
  align-items: stretch;
  border-radius: 0;
}

[class*="pricing-thq-plan-elm"],
[class*="pricing1-thq-plan-elm"] {
  display: flex;
  height: auto !important;
  min-height: 100%;
  gap: 18px !important;
  padding: 24px !important;
  background: #fff !important;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

[class*="pricing-thq-plan-elm"]:hover,
[class*="pricing1-thq-plan-elm"]:hover {
  transform: translateY(-3px);
  border-color: #c7d7f5;
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.1);
}

.plan-featured {
  border-color: var(--brand) !important;
  box-shadow: 0 18px 40px rgba(0, 102, 255, 0.14);
}

.plan-featured:hover {
  border-color: var(--brand) !important;
  box-shadow: 0 22px 44px rgba(0, 102, 255, 0.18);
}

[class*="-thq-plan-elm"] > label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  color: var(--brand) !important;
  background: var(--brand-soft);
  border-radius: 999px;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.plan-featured > label {
  color: #fff !important;
  background: var(--brand);
}

[class*="-thq-details-elm"],
[class*="-thq-header-elm"] {
  width: 100%;
  gap: 8px;
}

[class*="-thq-header-elm"] label,
[class*="-thq-header-elm"] [class*="-thq-name-elm"] {
  color: var(--ink) !important;
  padding: 0;
  background: none;
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3 !important;
  text-transform: none;
}

[class*="-thq-price-elm"],
[class*="-thq-price-elm"] span {
  color: var(--ink) !important;
  margin: 0;
  font-size: 36px !important;
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.pricing-thq-price-elm1::after,
.pricing-thq-price-elm2::after {
  content: " / ay";
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.pricing-thq-price-elm3::after,
.pricing-thq-price-elm4::after {
  content: " / yıl";
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

html[lang="en"] .pricing-thq-price-elm1::after,
html[lang="en"] .pricing-thq-price-elm2::after {
  content: " / mo";
}

html[lang="en"] .pricing-thq-price-elm3::after,
html[lang="en"] .pricing-thq-price-elm4::after {
  content: " / yr";
}

[class*="-thq-buy-details-elm"] {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

[class*="-thq-features-elm"] {
  order: 1;
  width: 100%;
}

[class*="-thq-buy-elm"] {
  order: 2;
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  justify-content: center;
}

[class*="-thq-buy-elm"] br {
  display: none;
}

[class*="-thq-features-elm"] br {
  display: none;
}

[class*="-thq-features-elm"] [class*="-thq-heading-elm"] > span {
  display: block;
  position: relative;
  padding: 8px 0 8px 28px;
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  border-top: 1px solid #eef2f7;
}

[class*="-thq-features-elm"] [class*="-thq-heading-elm"] > span:first-child {
  border-top: 0;
  padding-top: 0;
}

[class*="-thq-features-elm"] [class*="-thq-heading-elm"] > span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--brand-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%230066ff' d='M6.4 11.2 3.2 8l1.13-1.13L6.4 8.93l5.27-5.26L12.8 4.8z'/></svg>") center / 10px no-repeat;
}

[class*="-thq-features-elm"] [class*="-thq-heading-elm"] > span:first-child::before {
  top: 4px;
}

/* Contact */
.page-container12 {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 24px 24px 64px;
  overflow: hidden;
}

.page-iframe {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 920px;
  border-radius: 20px;
  background: #fff;
}

.jotform-clip {
  overflow: hidden;
  width: 100%;
}

.jotform-clip .page-iframe {
  display: block;
  margin-bottom: -96px;
}

/* Footer */
.footer3-thq-footer4-elm {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100% !important;
  max-width: none !important;
  padding: 56px 24px 28px !important;
  background: var(--dark) !important;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 1.1fr;
  gap: 32px 40px;
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  align-items: start;
}

.footer-logo {
  width: auto;
  max-width: 220px;
  height: 52px;
  margin-bottom: 14px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 280px;
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.65;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-col a,
.footer-col .cookie-settings-trigger {
  color: #cbd5e1;
  background: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
}

.footer-col a:hover,
.footer-col .cookie-settings-trigger:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
  font-size: 13px;
}

@media (max-width: 991px) {
  .hero-thq-hero-elm {
    grid-template-columns: 1fr;
    padding: 48px 20px 40px !important;
    text-align: center;
  }

  .hero-thq-thq-hero-elm-elm,
  .hero-thq-thq-content-elm-elm,
  .hero-thq-thq-main-elm-elm,
  .hero-thq-thq-header-elm-elm {
    max-width: 100%;
  }

  .hero-lead,
  .hero-actions {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .hero-image {
    width: min(380px, 86%) !important;
  }

  .dx-stats {
    grid-template-columns: 1fr;
  }

  .dx-chips span {
    white-space: normal;
  }

  .features11-thq-thq-thq-row-elm-elm-elm,
  .kvkk-kapsam-thq-cards-elm {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .page-thq-navbar-interactive-elm {
    padding: 12px 16px;
  }

  .hero-thq-thq-heading-elm-elm {
    font-size: 30px !important;
  }

  .page-iframe {
    height: 1080px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
