:root {
  --polypus-blue: #265cdc;
  --polypus-blue-dark: #173c96;
  --polypus-orange: #f1813a;
  --polypus-green: #25a85a;
  --polypus-ink: #17213a;
  --polypus-muted: #667085;
  --polypus-line: rgba(23, 33, 58, 0.12);
  --polypus-soft: #f5f8ff;
  --polypus-font-sans: "IBM Plex Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--polypus-ink);
  font-family: var(--polypus-font-sans);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-h-top {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(23, 33, 58, 0.08);
}

.main-h-top .container {
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}

.main-h-top .row.__inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
}

.main-h-top .col-sm-8,
.main-h-top .col-sm-4 {
  float: none;
  width: auto;
  flex: 0 1 auto;
}

.main-h-top .col-sm-4 .mods {
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
}

.main-h-top select {
  min-width: 96px;
  min-height: 28px;
  padding: 4px 28px 4px 10px;
  font-size: 11px;
}

.polypus-top-support {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #536078;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.main-h-top .mods_el-tx,
.main-h-top p {
  color: #536078;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.main-h-top select {
  border: 1px solid rgba(23, 33, 58, 0.16);
  border-radius: 8px;
  color: var(--polypus-ink);
  background-color: #fff;
  font: 700 11px/1 "Rubik", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
}

.main-h-top select:focus {
  border-color: var(--polypus-orange);
  box-shadow: 0 0 0 3px rgba(241, 129, 58, 0.18);
}

.polypus-top-support-label {
  color: #536078;
}

.polypus-top-support a {
  color: var(--polypus-orange) !important;
  font-weight: 700;
  text-decoration: none !important;
}

.polypus-top-support a:hover {
  color: #d96a24 !important;
}

.main-h-bottom .mods-w .mods_el:has(.mods_el-tx a[href^="tel:"]),
.main-h-bottom .mods-w .mods_el:has(.mobile-mod-w),
.main-h-bottom .mods-w .mods_el.__separator {
  display: none !important;
}

@media (min-width: 1200px) {
  .main-h-bottom .mods-w {
    display: none !important;
  }
}

.main-h-bottom-w {
  padding: 10px 0 !important;
  background: linear-gradient(90deg, rgba(38, 92, 220, 0.96), rgba(23, 60, 150, 0.96));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.main-h-bottom-w:not(.sticky) {
  min-height: 84px;
}

.main-h-bottom-w.sticky {
  min-height: 64px;
  padding-top: 8px !important;
  background: rgba(38, 92, 220, 0.98);
}

.main-h-bottom.__dark {
  color: #fff;
}

.main-h-bottom-cnt {
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo-w {
  display: flex;
  align-items: center;
  max-width: 240px;
  padding: 0 !important;
}

.logo {
  max-height: 58px;
  width: auto;
}

.logo:hover {
  margin-top: 0;
  transform: translateY(-2px);
}

.main-h-bottom_menu-and-mods {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 22px;
  float: none;
}

.main-h-bottom .mods,
.main-menu-w {
  padding: 0;
  margin: 0;
}

.main-h-bottom .mods-w {
  order: 2;
  flex: 0 0 auto;
}

.main-h-bottom .main-menu-w {
  order: 1;
}

.main-h-bottom .mods_el-tx,
.main-h-bottom .mods_el-tx a {
  color: rgba(255, 255, 255, 0.88) !important;
}

.main-h-bottom .mods_el-tx {
  max-width: 210px;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.main-menu .menu-item {
  margin: 0;
}

.main-menu a {
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}

.main-menu a:after {
  display: none;
}

.main-menu .current-menu-item > a,
.main-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.popup-menu-mod > a,
.mobile-mod-w > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.popup-menu-popup {
  background: rgba(20, 34, 74, 0.98) !important;
}

.popup-menu a {
  color: #fff !important;
}

.vc_custom_1583171812285 {
  min-height: 680px;
  padding-top: 118px !important;
  padding-bottom: 76px !important;
  overflow: hidden;
}

.vc_custom_1583171812285 .upb_bg_overlay {
  background: linear-gradient(105deg, rgba(18, 44, 118, 0.94), rgba(38, 92, 220, 0.86)) !important;
}

.vc_custom_1583171812285 .wpb_wrapper > .col-md-8,
.vc_custom_1583171812285 .wpb_wrapper > .col-md-4 {
  position: relative;
  z-index: 1;
}

.vc_custom_1583171812285 .wpb_wrapper > .col-md-8 {
  padding-top: 34px;
}

.vc_custom_1583171812285 h4 {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.vc_custom_1583171812285 h2 {
  max-width: 850px;
  margin: 0 auto;
  color: #fff;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 900;
}

.vc_custom_1583171812285 p {
  max-width: 780px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 18px !important;
  line-height: 1.7;
}

.vc_custom_1463581079891 {
  display: flex !important;
  flex-direction: column;
  gap: 18px;
  padding-top: 70px !important;
}

.vc_custom_1463581079891 .wpb_column {
  margin-top: 0 !important;
}

.ubtn {
  min-width: 220px !important;
  min-height: 56px !important;
  padding: 16px 24px !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 34px rgba(7, 17, 42, 0.2);
  letter-spacing: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ubtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(7, 17, 42, 0.26);
}

.ubtn-data {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: normal;
}

#references-desc {
  margin-top: 28px;
  text-align: right;
}

#references-desc a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.owl-carousel .item {
  min-height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(12, 28, 74, 0.72), rgba(33, 82, 183, 0.42));
  box-shadow: 0 16px 38px rgba(3, 11, 28, 0.16);
}

.owl-carousel .item img {
  max-height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.2));
}

.section-title {
  margin: 24px 0 28px !important;
  color: var(--polypus-ink);
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
}

#paketler:not(.polypus-pricing-packages-grid),
.polypus-pricing-packages-grid:not(#paketler) {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px 0;
  width: 100%;
  max-width: 100%;
}

/* Legacy flex layout for old #paketler blocks */
#paketler {
  width: 100%;
  max-width: 100%;
}

.packages {
  margin-bottom: 22px;
}

.packages > .vc_column-inner,
.packages > .vc_column-inner > .wpb_wrapper,
.ult_pricing_table_wrap,
.ult_pricing_table {
  height: 100%;
}

.ult_design_2 .ult_pricing_table {
  overflow: hidden;
  border: 1px solid var(--polypus-line);
  border-radius: 8px;
  color: #344054;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 33, 58, 0.08);
}

.ult_pricing_table:hover {
  box-shadow: 0 24px 60px rgba(23, 33, 58, 0.13);
  transform: translateY(-3px);
}

.ult_pricing_heading {
  min-height: 86px;
}

.ult_design_2 .ult_pricing_table .ult_pricing_heading {
  padding: 24px 18px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--polypus-blue), var(--polypus-blue-dark));
}

.ult_design_2.ult-cs-green .ult_pricing_table .ult_pricing_heading {
  background: linear-gradient(135deg, var(--polypus-green), #13773b);
}

.ult_design_2.ult-cs-yellow .ult_pricing_table .ult_pricing_heading {
  background: linear-gradient(135deg, #ffb200, #f1813a);
}

.ult_design_2.ult-cs-gray .ult_pricing_table .ult_pricing_heading {
  background: linear-gradient(135deg, #344054, #17213a) !important;
  color: #fff !important;
}

.ult_pricing_table .ult_pricing_heading .price-heading {
  font-size: 24px;
  line-height: 1.2;
}

.ult_design_2 .ult_pricing_table .ult_price_body {
  height: auto;
  min-height: 128px;
  margin: 0 auto;
  padding: 24px 20px 18px;
}

.ult_price_body .ult_price {
  word-break: normal;
}

.ult_price_body .ult_price .ult_price_figure {
  color: var(--polypus-ink);
  font-size: 40px;
  line-height: 1.15;
}

.price-period {
  color: var(--polypus-muted);
  opacity: 1;
}

.btn {
  border: 0;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(23, 33, 58, 0.14);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--circle {
  padding: 13px 18px 12px;
  border-radius: 8px;
  font-size: 14px;
}

.ult_pricing_table .ult_price_features {
  padding: 0 22px 24px;
}

.ult_price_features ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 9px 0 !important;
  border-top: 1px solid rgba(23, 33, 58, 0.08);
  color: #344054;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.ult_price_features ul li:before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--polypus-green);
}

.ult_price_features ul li.disabled:before {
  background: #c7ceda;
}

.ult_price_features ul li.center,
.ult_price_features ul li.borderless {
  display: block;
}

.ult_price_features ul li.center:before,
.ult_price_features ul li.borderless:before {
  display: none;
}

.ult_price_features h5 {
  margin: 8px 0 0;
  color: var(--polypus-blue) !important;
  font-size: 13px;
  text-transform: uppercase;
}

.ult_price_features input[type="text"] {
  width: auto;
  max-width: 120px;
  border: 0;
  color: var(--polypus-blue);
  background: transparent;
  font-weight: 700;
}

.vc_custom_1464109199990,
.vc_custom_1583938287684 {
  background: var(--polypus-soft) !important;
}

iframe {
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(23, 33, 58, 0.12);
}

.main-f-top,
.main-f-bottom {
  background: #101828 !important;
}

.main-f-top {
  padding-top: 46px;
  padding-bottom: 30px;
}

.main-f-bottom {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 1199px) {
  .main-h-bottom_menu-and-mods {
    gap: 12px;
  }

  .vc_custom_1583171812285 h2 {
    font-size: 44px;
  }
}

@media (max-width: 1024px) {
  .vc_custom_1583171812285 {
    min-height: auto;
    padding-top: 96px !important;
    padding-bottom: 64px !important;
  }

  .vc_custom_1583171812285 > .vc_column-inner {
    padding: 40px 24px !important;
  }

  .vc_custom_1463581079891 {
    padding-top: 32px !important;
  }
}

@media (max-width: 767px) {
  .main-h-top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-h-top .container {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .main-h-top .mods {
    padding: 0;
  }

  .main-h-top .row.__inline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .main-h-top .col-sm-8,
  .main-h-top .col-sm-8.__inline {
    display: none;
    margin-bottom: 0;
  }

  .main-h-top .col-sm-4,
  .main-h-top .col-sm-4.__inline {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }

  .main-h-top .col-sm-4 > div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .main-h-top .col-sm-4 .mods {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-left: auto;
  }

  .main-h-top select,
  .main-h-top #lang-selector {
    min-width: 108px;
  }

  .polypus-top-support {
    display: none;
  }

  .main-h-bottom-w {
    padding: 8px 16px !important;
  }

  .main-h-bottom-w:not(.sticky) {
    min-height: 64px;
  }

  .main-h-bottom-cnt {
    min-height: 48px;
    justify-content: space-between;
  }

  .main-h-bottom > .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .logo-w {
    max-width: 190px;
    margin: 0 !important;
    padding-left: 10px !important;
  }

  .logo {
    max-height: 42px;
  }

  .main-h-bottom .mods {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .main-h-bottom .mods-w {
    order: 1;
  }

  .main-h-bottom .main-menu-w {
    order: 2;
  }

  .vc_custom_1583171812285 {
    padding-top: 72px !important;
    padding-bottom: 44px !important;
  }

  .vc_custom_1583171812285 .wpb_wrapper > .col-md-8 {
    padding-top: 84px;
  }

  .vc_custom_1583171812285 h4 {
    display: none;
  }

  .vc_custom_1583171812285 h2 {
    font-size: 34px;
    line-height: 1.16;
  }

  .vc_custom_1583171812285 p {
    margin-top: 22px;
    font-size: 16px !important;
    line-height: 1.65;
  }

  .vc_custom_1463581079891 {
    gap: 12px;
    padding-top: 24px !important;
  }

  .ubtn {
    width: 100% !important;
    min-width: 0 !important;
  }

  #references-desc {
    text-align: center;
  }

  .section-title {
    font-size: 28px;
  }

  .packages {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ult_price_body .ult_price .ult_price_figure {
    font-size: 32px;
  }
}

@media (max-width: 479px) {
  .vc_custom_1583171812285 h2 {
    font-size: 30px;
  }

  .vc_custom_1583171812285 > .vc_column-inner {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .popup-menu-mod > a,
  .mobile-mod-w > a {
    width: 38px;
    height: 38px;
  }
}

/* 2026 refresh layer */
:root {
  --polypus-bg: #f6f8fc;
  --polypus-card: #ffffff;
  --polypus-cyan: #06a6b8;
  --polypus-lime: #7acb4d;
  --polypus-deep: #101b3d;
  --polypus-shadow: 0 24px 70px rgba(16, 27, 61, 0.13);
  --polypus-shadow-soft: 0 14px 38px rgba(16, 27, 61, 0.09);
}

body {
  background:
    linear-gradient(180deg, #f7faff 0, #ffffff 420px),
    var(--polypus-bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.main-w,
.main-cnts-w,
.main-cnts-after {
  background: transparent;
}

.container {
  max-width: 1200px;
}

.main-h-top {
  position: relative;
  z-index: 30;
  background: rgba(250, 252, 255, 0.94) !important;
  backdrop-filter: saturate(155%) blur(14px);
  box-shadow: 0 1px 0 rgba(16, 27, 61, 0.06);
}

.main-h-top .mods {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.main-h-top .mods_el-ic {
  opacity: 0.78;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.main-h-top .mods_el-ic:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.main-h-bottom-w {
  position: relative;
  z-index: 25;
  background:
    linear-gradient(102deg, rgba(15, 30, 76, 0.98) 0%, rgba(38, 92, 220, 0.98) 56%, rgba(6, 166, 184, 0.96) 100%) !important;
  box-shadow: 0 18px 48px rgba(16, 27, 61, 0.18);
}

.main-h-bottom-cnt {
  min-height: 62px;
}

.main-menu a {
  font-weight: 700;
  text-transform: uppercase;
}

.main-menu .current-menu-item > a,
.main-menu a:hover {
  background: rgba(255, 255, 255, 0.17);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.main-h-bottom .mods_el-tx {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.popup-menu-mod > a,
.mobile-mod-w > a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.vc_custom_1583171812285 {
  position: relative;
  isolation: isolate;
  background-color: var(--polypus-deep) !important;
  background-image:
    linear-gradient(120deg, rgba(16, 27, 61, 0.97), rgba(38, 92, 220, 0.88) 58%, rgba(6, 166, 184, 0.82)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 72px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 72px);
}

.vc_custom_1583171812285:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 9, 25, 0.18), rgba(4, 9, 25, 0));
}

.vc_custom_1583171812285 .upb_bg_overlay {
  background:
    linear-gradient(115deg, rgba(16, 27, 61, 0.93), rgba(38, 92, 220, 0.82) 58%, rgba(6, 166, 184, 0.78)) !important;
}

.vc_custom_1583171812285 > .vc_column-inner,
.vc_custom_1583171812285 .wpb_wrapper > .col-md-8,
.vc_custom_1583171812285 .wpb_wrapper > .col-md-4,
.vc_custom_1583171812285 .wpb_wrapper > .col-md-12 {
  position: relative;
  z-index: 1;
}

.vc_custom_1583171812285 h4 span {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.vc_custom_1583171812285 h2 span {
  text-shadow: 0 0 26px rgba(241, 129, 58, 0.42);
}

.vc_custom_1463581079891 .vc_column_container {
  transition: transform 0.2s ease;
}

.vc_custom_1463581079891 .vc_column_container:hover {
  transform: translateX(4px);
}

.ubtn {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  isolation: isolate;
}

.ubtn:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.2s ease;
}

.ubtn:hover:after {
  opacity: 1;
}

.slider {
  max-width: 1120px;
  height: auto;
  border: 1px solid rgba(16, 27, 61, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--polypus-shadow);
}

.wpb_single_image .vc_single_image-wrapper {
  max-width: 100%;
}

.section-title {
  position: relative;
  display: block;
  font-weight: 900;
  text-align: center;
}

.section-title:after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--polypus-orange), var(--polypus-cyan));
}

.vc_custom_1464109199990,
.vc_custom_1583938287684 {
  background:
    linear-gradient(180deg, #f6f9ff 0, #ffffff 100%) !important;
}

.vc_custom_1464109199990 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.vc_custom_1464109199990 > .wpb_column,
.vc_custom_1464109199990 > .wpb_column > .vc_column-inner,
.vc_custom_1464109199990 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: contents;
}

.vc_custom_1464109199990 > .wpb_column:nth-of-type(1) .aio-icon-component:nth-of-type(1) {
  order: 1;
}

.vc_custom_1464109199990 > .wpb_column:nth-of-type(2) .aio-icon-component:nth-of-type(1) {
  order: 2;
}

.vc_custom_1464109199990 > .wpb_column:nth-of-type(3) .aio-icon-component:nth-of-type(1) {
  order: 3;
}

.vc_custom_1464109199990 > .wpb_column:nth-of-type(1) .aio-icon-component:nth-of-type(2) {
  order: 4;
}

.vc_custom_1464109199990 > .wpb_column:nth-of-type(2) .aio-icon-component:nth-of-type(2) {
  order: 5;
}

.vc_custom_1464109199990 > .wpb_column:nth-of-type(3) .aio-icon-component:nth-of-type(2) {
  order: 6;
}

.aio-icon-component {
  height: 100%;
}

.aio-icon-box.left-icon {
  display: flex;
  min-height: 100%;
  gap: 16px;
  padding: 22px !important;
  border: 1px solid rgba(16, 27, 61, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--polypus-shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vc_custom_1464109199990 .aio-icon-component {
  min-width: 0;
}

.vc_custom_1464109199990 .aio-icon-box.left-icon {
  min-height: 360px;
  align-items: flex-start;
}

.vc_custom_1464109199990 .aio-icon-title {
  margin: 0 0 14px;
  font-size: 23px !important;
  line-height: 1.25 !important;
}

.vc_custom_1464109199990 .aio-icon-description {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.aio-icon-box.left-icon:hover,
.feature-sub-list > .vc_column-inner:hover,
.ult_pricing_table:hover {
  border-color: rgba(38, 92, 220, 0.2);
  box-shadow: var(--polypus-shadow);
}

.aio-icon-box.left-icon:hover,
.feature-sub-list > .vc_column-inner:hover {
  transform: translateY(-3px);
}

.aio-icon-left .aio-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(38, 92, 220, 0.12), rgba(6, 166, 184, 0.14));
}

.aio-icon-title,
.feature-list-item h3,
.feature-sub-list h3 {
  color: var(--polypus-ink) !important;
}

.aio-icon-description,
.feature-sub-list p {
  color: #5c667a !important;
}

.feature-sub-list > .vc_column-inner {
  min-height: 100%;
  padding: 24px !important;
  border: 1px solid rgba(16, 27, 61, 0.09);
  border-radius: 8px;
  background: var(--polypus-card);
  box-shadow: var(--polypus-shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vc_custom_1583938287684 {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  overflow: hidden;
}

.vc_custom_1583938287684 > .upb_row_bg {
  position: absolute !important;
  inset: 0;
  height: 100%;
}

.vc_custom_1583938287684 > .feature-sub-list {
  position: relative;
  z-index: 1;
  float: none !important;
  width: auto !important;
  display: flex;
  min-width: 0;
}

.vc_custom_1583938287684 .feature-sub-list > .vc_column-inner {
  width: 100%;
  min-height: 430px;
  padding: 34px 32px !important;
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(16, 27, 61, 0.94), rgba(38, 92, 220, 0.78));
  color: #fff;
  box-shadow: 0 24px 58px rgba(74, 37, 0, 0.2);
}

.vc_custom_1583938287684 .feature-sub-list .wpb_wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.vc_custom_1583938287684 .vc_icon_element {
  margin-bottom: 22px;
}

.vc_custom_1583938287684 .vc_icon_element-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12) !important;
}

.vc_custom_1583938287684 .vc_icon_element-icon {
  color: #fff !important;
}

.vc_custom_1583938287684 h6 {
  margin: 0 0 20px;
  color: #fff !important;
  font-size: 24px;
  line-height: 1.25;
}

.vc_custom_1583938287684 p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.vc_custom_1583938287684 p span {
  color: rgba(255, 255, 255, 0.82) !important;
}

.feature-cover-left,
.feature-cover-right,
.vc_box_shadow img {
  border: 1px solid rgba(16, 27, 61, 0.1);
  border-radius: 8px !important;
  box-shadow: var(--polypus-shadow) !important;
}

.automatic-entegration {
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: linear-gradient(135deg, var(--polypus-orange), #ff9e44) !important;
}

#references {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 34px auto 0;
  max-width: 1000px;
}

#references img {
  width: 100%;
  height: 118px !important;
  margin: 0 !important;
  padding: 22px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(12, 28, 74, 0.78), rgba(33, 82, 183, 0.48));
  box-shadow: 0 16px 38px rgba(3, 11, 28, 0.14);
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.22));
}

.ult_design_2 .ult_pricing_table {
  border-color: rgba(16, 27, 61, 0.1);
  box-shadow: var(--polypus-shadow-soft);
}

.ult_price_features ul {
  margin-left: 0;
}

.priceslider {
  accent-color: var(--polypus-orange);
}

.main-f-top {
  background:
    linear-gradient(135deg, #101828 0%, #15224a 55%, #102c3d 100%) !important;
}

.main-f-top .textwidget > div {
  margin-top: 22px;
}

.polypus-footer-top {
  display: block;
}

.polypus-footer-brand {
  min-width: 0;
  margin-bottom: 28px;
}

.polypus-footer-logo {
  display: inline-block;
  margin-bottom: 0;
}

.polypus-footer-logo img {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
}

.polypus-footer-groups {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px 40px;
  align-items: start;
}

.polypus-footer-acc {
  margin: 0;
  min-width: 0;
}

.polypus-footer-acc-summary {
  list-style: none;
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  cursor: default;
  pointer-events: none;
}

.polypus-footer-acc-summary::-webkit-details-marker {
  display: none;
}

.polypus-footer-acc-summary::after {
  display: none;
}

.polypus-footer-acc-body {
  min-width: 0;
}

.polypus-footer-intro {
  margin: 0 0 16px;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
}

.polypus-footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.polypus-footer-contact-list li + li {
  margin-top: 8px;
}

.polypus-footer-contact-list a {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: #e8eef8 !important;
  line-height: 1.55;
}

.polypus-footer-contact-list a:hover {
  color: #9beff5 !important;
}

.polypus-footer-contact-list .fa {
  margin-top: 3px;
  color: #7adfe8;
}

.polypus-footer-nav,
.polypus-footer-legal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.polypus-footer-nav a,
.polypus-footer-legal a {
  display: inline-block;
  color: #e8eef8 !important;
  font-size: 14px;
  line-height: 1.5;
}

.polypus-footer-nav a:hover,
.polypus-footer-legal a:hover {
  color: #9beff5 !important;
}

.polypus-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.polypus-404-shell {
  padding: 96px 24px 80px;
}

.polypus-404-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.polypus-404-code {
  margin: 0 0 8px;
  color: #265cdc;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.polypus-404-inner h1 {
  margin: 0 0 16px;
}

.polypus-404-inner p {
  margin: 0 0 28px;
  color: #4a5568;
  line-height: 1.65;
}

.polypus-404-inner .polypus-page-actions {
  justify-content: center;
  flex-wrap: wrap;
}

.main-f-top table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.main-f-top td {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.main-f-top strong {
  color: #fff;
  font-size: 18px;
}

.main-f-top a {
  color: #8ee8f0;
  transition: color 0.2s ease;
}

.main-f-top a:hover {
  color: #fff;
}

.main-f-top td[rowspan] a {
  display: inline-flex;
  justify-content: flex-end;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.78);
}

.main-f-bottom {
  background: #0b1228 !important;
}

.main-f-bottom .polypus-footer-copy {
  display: inline-block;
  color: #d7e0ee !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 1 !important;
  text-decoration: none;
}

.main-f-bottom .polypus-footer-copy:hover {
  color: #fff !important;
}

.main-f-bottom .polypus-footer-brand-accent {
  color: #7adfe8;
}

.main-f-bottom .mods_el-ic,
.main-f-bottom .mods_el-ic .fa {
  color: #d7e0ee !important;
}

.main-f-bottom .mods_el-ic:hover,
.main-f-bottom .mods_el-ic:hover .fa {
  color: #9beff5 !important;
}

.go_to_top {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--polypus-orange);
  box-shadow: 0 18px 34px rgba(241, 129, 58, 0.26);
  z-index: 250;
  color: #fff;
}

body:not(.home) .main-cnts-w article {
  background: #fff;
}

/* Normal (overlay olmayan) header: tema 60px üst boşluğunu kaldır */
body.polypus-solid-header .main-cnts-w,
body.polypus-solid-header .main-cnts,
body.polypus-solid-header .main-cnts article {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}

body.polypus-solid-header .main-cnts-before {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:not(.home) .main-cnts-w .wpb_text_column .wpb_wrapper > h4 {
  margin-bottom: 20px;
}

body:not(.home) .main-cnts-w .wpb_text_column .wpb_wrapper > div,
body:not(.home) .main-cnts-w .text-center {
  line-height: 1.75;
}

@media (max-width: 1199px) {
  #references {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .main-h-bottom_menu-and-mods {
    align-items: center;
  }

  .aio-icon-box.left-icon {
    padding: 20px !important;
  }

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

  .polypus-footer-groups {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .main-h-top .mods {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .main-h-bottom .mods_el-tx {
    max-width: none;
    white-space: normal;
  }

  .vc_custom_1583171812285 h4 span {
    display: none;
  }

  .slider {
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(16, 27, 61, 0.14);
  }

  .aio-icon-box.left-icon {
    display: block;
  }

  .aio-icon-left {
    margin-bottom: 14px;
  }

  #references {
    gap: 12px;
  }

  #references img {
    height: 96px !important;
    padding: 16px;
  }

  .main-f-top table,
  .main-f-top tbody,
  .main-f-top tr,
  .main-f-top td {
    display: block;
    width: 100% !important;
  }

  .polypus-footer-top {
    display: block;
    padding: 8px 4px 4px;
  }

  .polypus-footer-brand {
    margin-bottom: 12px;
    padding: 0 4px 8px;
  }

  .polypus-footer-groups {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .polypus-footer-acc {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .polypus-footer-acc-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 18px 4px;
    font-size: 15px;
    cursor: pointer;
    pointer-events: auto;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .polypus-footer-acc-summary::after {
    display: inline-block;
    content: "+";
    color: #8ee8f0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }

  .polypus-footer-acc[open] > .polypus-footer-acc-summary::after {
    content: "–";
  }

  .polypus-footer-acc-summary:focus-visible {
    outline: 2px solid #8ee8f0;
    outline-offset: 2px;
  }

  .polypus-footer-acc-body {
    padding: 0 4px 18px;
  }

  .polypus-footer-intro {
    max-width: none;
    margin-bottom: 14px;
  }

  .polypus-footer-nav,
  .polypus-footer-legal {
    align-items: flex-start;
    text-align: left;
    border-top: 0;
    padding-top: 0;
  }

  .polypus-footer-nav a,
  .polypus-footer-legal a {
    white-space: normal;
    padding: 6px 0;
  }

  .main-f-top {
    padding: 32px 16px 24px !important;
  }

  .main-f-top > .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .main-f-top .textwidget > div {
    margin-top: 0;
  }

  .main-f-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-f-top td[rowspan] {
    margin-top: 18px;
  }

  .main-f-top td[rowspan] p,
  .main-f-top td[rowspan] a {
    text-align: left !important;
    justify-content: flex-start;
  }
}

@media (max-width: 479px) {
  #references {
    grid-template-columns: 1fr;
  }

  .main-menu a {
    font-size: 12px;
  }
}

/* Corrections for legacy Visual Composer feature rows */
.vc_custom_1464109199990 {
  display: block !important;
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.vc_custom_1464109199990:after {
  content: "";
  display: table;
  clear: both;
}

.vc_custom_1464109199990 > .wpb_column {
  display: block !important;
  float: left !important;
  width: 33.333333% !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
  box-sizing: border-box;
}

.vc_custom_1464109199990 > .wpb_column > .vc_column-inner,
.vc_custom_1464109199990 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: block !important;
  height: auto;
}

.vc_custom_1464109199990 .aio-icon-component {
  display: block !important;
  height: auto;
  min-width: 0;
  margin: 0 0 24px !important;
  order: initial !important;
}

.vc_custom_1464109199990 .aio-icon-box.left-icon {
  height: auto;
  min-height: 255px;
  padding: 24px !important;
  overflow: hidden;
}

.vc_custom_1464109199990 .aio-icon-left {
  flex: 0 0 72px;
}

.vc_custom_1464109199990 .aio-icon-title {
  margin: 0 0 12px;
  font-size: 22px !important;
  line-height: 1.25 !important;
}

.vc_custom_1464109199990 .aio-icon-description {
  font-size: 15px !important;
  line-height: 1.62 !important;
}

@media (max-width: 991px) {
  .vc_custom_1464109199990 > .wpb_column {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .vc_custom_1464109199990 .aio-icon-box.left-icon {
    height: auto;
    min-height: 0;
  }

  .vc_custom_1583938287684 {
    grid-template-columns: 1fr;
  }

  .vc_custom_1583938287684 .feature-sub-list > .vc_column-inner {
    min-height: 0;
  }
}

.vc_custom_1583938287684 {
  background: linear-gradient(180deg, #f48a00 0%, #f18100 100%) !important;
}

.vc_custom_1583938287684 > .upb_row_bg {
  display: none !important;
}

.vc_custom_1583938287684 > .feature-sub-list:nth-of-type(2) {
  grid-column: 1;
  grid-row: 1;
}

.vc_custom_1583938287684 > .feature-sub-list:nth-of-type(3) {
  grid-column: 2;
  grid-row: 1;
}

.vc_custom_1583938287684 > .feature-sub-list:nth-of-type(4) {
  grid-column: 3;
  grid-row: 1;
}

/* Product-led SaaS refinement */
:root {
  --saas-navy: #0d1b3d;
  --saas-blue: #2459e6;
  --saas-cyan: #12a9c7;
  --saas-orange: #f18113;
  --saas-green: #18a957;
  --saas-text: #14213d;
  --saas-muted: #667085;
  --saas-border: rgba(20, 33, 61, 0.1);
  --saas-panel: #ffffff;
  --saas-page: #f6f8fb;
  --saas-shadow: 0 22px 60px rgba(20, 33, 61, 0.12);
}

body {
  color: var(--saas-text);
  background:
    linear-gradient(180deg, #f8fbff 0, #ffffff 620px),
    var(--saas-page);
}

.main-cnts-w > .container,
.main-cnts {
  width: 100% !important;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.main-h-top {
  position: relative;
  z-index: 31;
  display: block;
}

.main-h-top .mods {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.main-h-bottom .mods_el-tx {
  padding: 11px 16px;
  max-width: none;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  display: none !important;
}

.main-h-bottom-w {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 12px 0 !important;
  background:
    linear-gradient(90deg, rgba(13, 27, 61, 0.98), rgba(36, 89, 230, 0.98) 62%, rgba(18, 169, 199, 0.96)) !important;
  box-shadow: 0 16px 44px rgba(13, 27, 61, 0.18);
}

.main-h-bottom-cnt {
  min-height: 58px;
}

.logo-w {
  max-width: 210px;
  flex: 0 0 210px;
  min-width: 170px;
}

.logo {
  max-height: 48px;
}

.main-menu {
  gap: 3px;
}

.main-menu a {
  padding: 11px 10px;
  font-size: 12px;
  font-weight: 800;
}

.main-menu .polypus-has-mega {
  position: relative;
}

.main-menu .polypus-has-mega:hover > a,
.main-menu .polypus-has-mega:focus-within > a {
  color: #1a3f9f;
  background: #fff;
  box-shadow: 0 10px 28px rgba(13, 27, 61, 0.18);
}

.polypus-mega {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 120;
  display: block;
  width: 480px;
  max-width: calc(100vw - 48px);
  padding: 12px;
  border: 1px solid rgba(16, 27, 61, 0.1);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(13, 27, 61, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.polypus-mega::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 28px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(16, 27, 61, 0.1);
  border-left: 1px solid rgba(16, 27, 61, 0.1);
  background: #fff;
  transform: rotate(45deg);
}

.polypus-mega:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  height: 12px;
}

.main-menu .polypus-has-mega:hover .polypus-mega,
.main-menu .polypus-has-mega:focus-within .polypus-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu .polypus-has-mega[data-polypus-nav-key="integrations"] .polypus-mega,
.main-menu .polypus-has-mega[data-polypus-nav-key="packages"] .polypus-mega {
  right: 0;
  left: auto;
}

.main-menu .polypus-has-mega[data-polypus-nav-key="integrations"] .polypus-mega::after,
.main-menu .polypus-has-mega[data-polypus-nav-key="packages"] .polypus-mega::after {
  right: 28px;
  left: auto;
}

.main-menu .polypus-has-mega[data-polypus-nav-key="resources"] .polypus-mega {
  right: 0;
  left: auto;
}

.main-menu .polypus-has-mega[data-polypus-nav-key="resources"] .polypus-mega::after {
  right: 28px;
  left: auto;
}

.polypus-mega-head {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(16, 27, 61, 0.08);
}

.polypus-mega-head strong {
  color: #101a33;
  font-size: 15px;
  line-height: 1.2;
}

.polypus-mega-head span {
  color: #647087;
  font-size: 12px;
  line-height: 1.5;
}

.polypus-mega-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}

.polypus-mega-card {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-height: 0;
  padding: 12px 14px !important;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #1a2744 !important;
  text-align: left;
  line-height: 1.4;
  text-transform: none !important;
  white-space: normal !important;
}

.polypus-mega-card:hover,
.polypus-mega-card:focus {
  border-color: transparent !important;
  background: #f4f6fa !important;
  box-shadow: none !important;
}

.polypus-mega-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: 1px;
  border-radius: 4px;
  color: #265cdc;
  background: #eef2f9;
  font-size: 16px;
}

.polypus-mega-card span {
  display: grid;
  gap: 4px;
  min-width: 0;
  text-transform: none !important;
  white-space: normal !important;
}

.polypus-mega-card strong {
  color: #101a33;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.polypus-mega-card small {
  color: #5b667a;
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 400;
}

.main-h-bottom .mods_el-tx {
  padding: 11px 16px;
  max-width: none;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.vc_custom_1583171812285 {
  min-height: auto;
  padding-top: 96px !important;
  padding-bottom: 86px !important;
  background:
    radial-gradient(circle at 74% 20%, rgba(18, 169, 199, 0.24), transparent 34%),
    linear-gradient(125deg, #0b1532 0%, #132b68 52%, #0e8eab 100%) !important;
}

.vc_custom_1583171812285 .upb_bg_overlay {
  background:
    linear-gradient(105deg, rgba(9, 19, 43, 0.88), rgba(30, 76, 185, 0.76) 58%, rgba(18, 169, 199, 0.68)) !important;
}

.vc_custom_1583171812285 > .vc_column-inner {
  padding-right: 28px !important;
  padding-left: 28px !important;
}

.vc_custom_1583171812285 > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 30px 44px;
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: center;
}

.vc_custom_1583171812285 .wpb_wrapper > .col-md-8,
.vc_custom_1583171812285 .wpb_wrapper > .col-md-4,
.vc_custom_1583171812285 .wpb_wrapper > .col-md-12 {
  float: none !important;
  width: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.vc_custom_1583171812285 .wpb_wrapper > .col-md-8 {
  grid-column: 1;
  padding-top: 0;
}

.vc_custom_1583171812285 .wpb_wrapper > .col-md-4 {
  grid-column: 2;
  align-self: center;
}

.vc_custom_1583171812285 .wpb_wrapper > .col-md-12,
.vc_custom_1583171812285 .wpb_single_image.wpb_content_element {
  grid-column: 1 / -1;
}

.vc_custom_1583171812285 h4,
.vc_custom_1583171812285 h2,
.vc_custom_1583171812285 p {
  text-align: left !important;
}

.vc_custom_1583171812285 h4 span {
  padding: 8px 12px;
  border-radius: 8px;
  color: #dce7ff !important;
  background: rgba(255, 255, 255, 0.08);
}

.vc_custom_1583171812285 h2 {
  max-width: 740px;
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
}

.vc_custom_1583171812285 p {
  max-width: 710px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 17px !important;
}

.vc_custom_1463581079891 {
  height: auto !important;
  padding: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(6, 14, 35, 0.34);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
}

.vc_custom_1463581079891 .wpb_column {
  margin-top: 0 !important;
}

.vc_custom_1463581079891 .ubtn {
  width: 100% !important;
  min-width: 0 !important;
  justify-content: flex-start;
  min-height: 54px !important;
  box-shadow: none;
}

#references-desc {
  margin-top: 10px;
}

#references-desc a {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.owl-carousel .item {
  min-height: 118px;
  background: rgba(9, 19, 43, 0.44);
}

.owl-carousel .item img {
  width: auto !important;
  max-width: 82%;
  height: 74px !important;
  margin: 0 !important;
  object-fit: contain;
}

.slider {
  width: min(980px, 100%);
  margin: 12px auto 0;
  padding: 0;
  border: 10px solid rgba(255, 255, 255, 0.92);
  background: #fff;
  box-shadow: 0 30px 84px rgba(3, 11, 28, 0.28);
}

.section-title {
  margin-top: 76px !important;
  margin-bottom: 42px !important;
  color: var(--saas-text);
}

.vc_custom_1464109199990 {
  padding-top: 92px !important;
  padding-bottom: 88px !important;
  background: #f7f9fd !important;
}

.vc_custom_1464109199990 .aio-icon-box.left-icon {
  height: auto;
  min-height: 255px;
  padding: 26px !important;
  border-color: rgba(36, 89, 230, 0.11);
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 33, 61, 0.08);
}

.vc_custom_1464109199990 .aio-icon-left .aio-icon {
  width: 58px;
  height: 58px;
  color: var(--saas-blue);
  background: #eef5ff;
}

.vc_custom_1464109199990 .aio-icon-title {
  color: var(--saas-text) !important;
}

.vc_custom_1464109199990 .aio-icon-description {
  color: #647087 !important;
}

.vc_custom_1583952253598,
.vc_custom_1464448310455,
.vc_custom_1470306252246,
.vc_custom_1583959775889 {
  background: #fff !important;
}

.feature-cover-left,
.feature-cover-right,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {
  background: #fff;
  border: 0;
  box-shadow: 0 24px 62px rgba(20, 33, 61, 0.12) !important;
}

.vc_custom_1583938287684 {
  background:
    linear-gradient(125deg, #0f1d43 0%, #2459e6 62%, #0c9ab5 100%) !important;
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

.vc_custom_1583938287684 .feature-sub-list > .vc_column-inner {
  min-height: 390px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 52px rgba(3, 11, 28, 0.2);
}

.vc_custom_1583938287684 h6 {
  font-size: 21px;
}

.vc_custom_1583938287684 p {
  color: rgba(255, 255, 255, 0.76) !important;
}

.automatic-entegration {
  min-height: 116px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
}

.vc_custom_1583959775889 iframe {
  max-width: 1120px;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
}

#paketler {
  max-width: 1180px;
  margin: 0 auto;
}

body.polypus-pricing-page .main-cnts-w,
body.polypus-pricing-page .main-cnts,
body.polypus-pricing-page .main-cnts article {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  background: #f7f8fb !important;
}

body.polypus-pricing-page .main-cnts-w > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}

body.polypus-pricing-page .main-cnts-before,
body.polypus-pricing-page .main-cnts-after {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.polypus-pricing-page .main-h.__negative,
body.polypus-pricing-page .main-h.__normal {
  position: relative !important;
  height: auto !important;
}

body.polypus-pricing-page .main-h-bottom-w:not(.sticky) {
  min-height: 0 !important;
}

body.polypus-pricing-page {
  background: #f7f8fb;
}

.polypus-pricing-page {
  padding: 0 0 64px;
  background: #f7f8fb;
}

.polypus-pricing-page-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 0;
  padding-top: 0;
}

.polypus-pricing-page-head {
  margin: 0 auto 32px;
  max-width: 760px;
  text-align: center;
}

.polypus-pricing-page-head h1 {
  margin: 0;
  color: var(--polypus-ink);
  font-size: 34px;
  line-height: 1.15;
  font-weight: 600;
}

.polypus-pricing-page-head p {
  margin: 14px 0 0;
  color: var(--polypus-muted);
  font-size: 16px;
  line-height: 1.7;
}

.polypus-pricing-page #paketler.polypus-pricing-packages-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.polypus-pricing-page .packages {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
}

.polypus-pricing-page .packages > .vc_column-inner,
.polypus-pricing-page .packages > .vc_column-inner > .wpb_wrapper {
  padding: 0 !important;
  height: 100%;
}

.polypus-pricing-page .packages.packages-enterprise {
  grid-column: 1 / -1;
}

@media (max-width: 991px) {
  .polypus-pricing-page #paketler.polypus-pricing-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .polypus-pricing-page {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .polypus-pricing-page-head h1 {
    font-size: 28px;
  }

  .polypus-pricing-page #paketler.polypus-pricing-packages-grid {
    grid-template-columns: 1fr;
  }
}

.polypus-pricing-section {
  padding: 48px 0 72px;
  background: #f7f8fb;
}

.polypus-pricing-section > .wpb_column > .vc_column-inner {
  padding-right: 16px;
  padding-left: 16px;
}

.pricing-page-hero + .vc_row-full-width + .polypus-pricing-section {
  margin-top: 0;
}

.ult_design_2 .ult_pricing_table {
  border: 1px solid var(--saas-border);
  box-shadow: 0 18px 52px rgba(20, 33, 61, 0.08);
}

.ult_design_2 .ult_pricing_table .ult_pricing_heading {
  padding: 20px 18px;
  background: #fff !important;
  color: var(--saas-text) !important;
  border-bottom: 1px solid var(--saas-border);
}

.ult_design_2.ult-cs-green .ult_pricing_table {
  border-top: 5px solid var(--saas-green);
}

.ult_design_2.ult-cs-yellow .ult_pricing_table {
  border-top: 5px solid var(--saas-orange);
}

.ult_design_2.ult-cs-blue .ult_pricing_table {
  border-top: 5px solid var(--saas-blue);
  transform: translateY(-10px);
  box-shadow: 0 26px 72px rgba(36, 89, 230, 0.16);
}

.ult_design_2.ult-cs-gray .ult_pricing_table {
  border-top: 5px solid var(--saas-navy);
}

.ult_price_body .ult_price .ult_price_figure {
  color: var(--saas-text);
}

.ult_price_features ul li {
  color: #4b5870;
}

.btn,
.btn--circle {
  border-radius: 8px;
  font-weight: 800;
}

.main-f-top {
  background: #101a33 !important;
}

.main-f-bottom {
  background: #0a1021 !important;
}

@media (max-width: 991px) {
  .vc_custom_1583171812285 > .vc_column-inner > .wpb_wrapper {
    display: block;
  }

  .vc_custom_1583171812285 .wpb_wrapper > .col-md-4 {
    margin-top: 26px;
  }

  .vc_custom_1583171812285 h4,
  .vc_custom_1583171812285 h2,
  .vc_custom_1583171812285 p {
    text-align: center !important;
  }

  .vc_custom_1583171812285 h2 {
    margin-right: auto;
    margin-left: auto;
    font-size: 38px;
  }

  .vc_custom_1583171812285 p {
    margin-right: auto;
    margin-left: auto;
  }

  .vc_custom_1463581079891 {
    max-width: 420px;
    margin: 0 auto;
  }

  .ult_design_2.ult-cs-blue .ult_pricing_table {
    transform: none;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .main-h-bottom-w {
    position: relative;
  }

  .main-h-bottom-cnt {
    min-height: 52px;
  }

  .logo-w {
    max-width: 158px;
    padding-left: 10px !important;
  }

  .logo {
    max-height: 38px;
  }

  .main-h-bottom .mods_el.hidden-xs {
    display: none !important;
  }

  .vc_custom_1583171812285 {
    padding-top: 60px !important;
    padding-bottom: 56px !important;
  }

  .vc_custom_1583171812285 h2 {
    max-width: calc(100vw - 36px);
    font-size: 28px;
    overflow-wrap: break-word;
  }

  .vc_custom_1583171812285 p {
    max-width: calc(100vw - 36px);
    font-size: 15px !important;
  }

  .vc_custom_1463581079891 {
    width: min(100%, 330px);
    padding: 18px !important;
  }

  .vc_custom_1463581079891 .ubtn {
    min-height: 50px !important;
  }

  .vc_custom_1464109199990 .aio-icon-box.left-icon {
    height: auto;
  }

  .vc_custom_1583938287684 {
    grid-template-columns: 1fr;
  }

  .vc_custom_1583938287684 > .feature-sub-list:nth-of-type(2),
  .vc_custom_1583938287684 > .feature-sub-list:nth-of-type(3),
  .vc_custom_1583938287684 > .feature-sub-list:nth-of-type(4) {
    grid-column: 1;
    grid-row: auto;
  }
}

/* Final SaaS layout pass: target the actual Visual Composer wrapper depth. */
.vc_custom_1583171812285 {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow: hidden;
}

.vc_custom_1583171812285 > .wpb_column {
  float: none !important;
  width: 100% !important;
}

.vc_custom_1583171812285 > .wpb_column > .vc_column-inner {
  width: min(1180px, 100%) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 28px !important;
  padding-left: 28px !important;
  box-sizing: border-box;
}

.vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 28px 44px;
  align-items: center;
}

.vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper > .col-md-8,
.vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper > .col-md-4,
.vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper > .col-md-12 {
  float: none !important;
  width: auto !important;
  max-width: 100%;
  min-width: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper > .col-md-8 {
  grid-column: 1;
}

.vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper > .col-md-4 {
  grid-column: 2;
}

.vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper > .col-md-12,
.vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
  grid-column: 1 / -1;
}

.vc_custom_1583171812285 .vc_custom_1463581079891 {
  width: 100% !important;
  max-width: 340px;
  margin-right: 0 !important;
  margin-left: auto !important;
}

.vc_custom_1583171812285 .vc_custom_1463581079891 .ubtn-data {
  justify-content: flex-start;
  text-align: left;
}

.vc_custom_1583171812285 .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.vc_custom_1583171812285 .owl-carousel {
  max-width: 100%;
}

.vc_custom_1583171812285 .owl-carousel .owl-stage-outer {
  overflow: hidden;
}

@media (max-width: 991px) {
  .vc_custom_1583171812285 {
    padding-top: 64px !important;
    padding-bottom: 62px !important;
  }

  .vc_custom_1583171812285 > .wpb_column > .vc_column-inner {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  .vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  .vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper > .col-md-8,
  .vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper > .col-md-4,
  .vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper > .col-md-12,
  .vc_custom_1583171812285 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
    width: 100% !important;
  }

  .vc_custom_1583171812285 .vc_custom_1463581079891 {
    max-width: 380px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .vc_custom_1583171812285 h4,
  .vc_custom_1583171812285 h2,
  .vc_custom_1583171812285 p {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .main-cnts-w > .container,
  .main-cnts-w .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .vc_custom_1583171812285 {
    padding-top: 42px !important;
    padding-bottom: 50px !important;
  }

  .vc_custom_1583171812285 > .wpb_column > .vc_column-inner {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .vc_custom_1583171812285 h2 {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 29px;
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  .vc_custom_1583171812285 p {
    width: 100%;
    max-width: 100%;
    font-size: 15px !important;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .vc_custom_1583171812285 .vc_custom_1463581079891 {
    width: 100% !important;
    max-width: 340px;
    padding: 16px !important;
  }

  .vc_custom_1583171812285 .vc_custom_1463581079891 .ubtn {
    min-height: 50px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  #references-desc {
    margin-top: 2px;
  }

  .owl-carousel .item {
    min-height: 112px;
  }

  .slider {
    width: 100%;
    max-width: 360px;
    border-width: 8px;
  }
}

.popup-menu .polypus-has-mega {
  display: block;
}

.popup-menu .polypus-has-mega > a {
  position: relative;
  padding-right: 44px !important;
}

/* Tema alt çizgisi ::after kullanır; ok için ::before */
.popup-menu .polypus-has-mega > a::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  left: auto !important;
  bottom: auto !important;
  width: 8px !important;
  height: 8px !important;
  margin: -5px 0 0 !important;
  border: 0 !important;
  border-right: 2px solid rgba(255, 255, 255, 0.9) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.9) !important;
  background: transparent !important;
  transform: rotate(45deg) !important;
  transition: transform 0.18s ease, margin 0.18s ease !important;
  pointer-events: none;
}

.popup-menu .polypus-has-mega.is-open > a::before {
  margin-top: -1px !important;
  transform: rotate(225deg) !important;
}

.popup-menu .polypus-has-mega > a::after {
  content: "" !important;
  position: absolute !important;
  top: auto !important;
  right: 0 !important;
  bottom: 5px !important;
  left: auto !important;
  width: 0 !important;
  height: 4px !important;
  margin: 0 !important;
  border: 0 !important;
  background-color: #265cdc !important;
  transform: none !important;
  transition: width 0.4s ease !important;
}

.popup-menu .polypus-has-mega > a:hover::after,
.popup-menu .polypus-has-mega.current-menu-item > a::after {
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
  transform: none !important;
}

.popup-menu .polypus-has-mega.is-open > a {
  background: rgba(255, 255, 255, 0.14);
}

.popup-menu .polypus-mega {
  display: none;
  position: static;
  width: 100%;
  max-width: none;
  margin: 0 0 8px;
  padding: 4px 8px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.popup-menu .polypus-has-mega.is-open > .polypus-mega {
  display: block;
}

.popup-menu .polypus-mega::after {
  display: none;
}

.popup-menu .polypus-mega:before {
  display: none;
}

.popup-menu .polypus-mega-head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.popup-menu .polypus-mega-head strong {
  color: #fff;
}

.popup-menu .polypus-mega-head span {
  color: rgba(255, 255, 255, 0.72);
}

.popup-menu .polypus-mega-grid {
  grid-template-columns: 1fr;
  gap: 4px;
}

.popup-menu .polypus-mega-card {
  min-height: 0;
  padding: 10px 12px !important;
  border: 0;
  background: transparent;
  color: #fff !important;
}

.popup-menu .polypus-mega-card:hover,
.popup-menu .polypus-mega-card:focus {
  background: rgba(255, 255, 255, 0.08) !important;
}

.popup-menu .polypus-mega-card i {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.popup-menu .polypus-mega-card strong {
  color: #fff;
}

.popup-menu .polypus-mega-card small {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1199px) {
  .main-menu a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .main-menu .polypus-mega {
    display: none !important;
  }
}

.references-page-hero {
  min-height: auto !important;
  padding-top: 92px !important;
  padding-bottom: 96px !important;
}

.references-page-hero > .wpb_column > .vc_column-inner {
  width: min(1120px, 100%) !important;
}

.references-page-hero > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: block !important;
}

.references-page-hero .wpb_text_column {
  margin-bottom: 36px !important;
}

.references-page-hero h4 {
  margin: 0 !important;
  text-align: center !important;
}

.references-page-hero h4 span {
  display: inline-flex;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.references-page-hero #references {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.references-page-hero #references img {
  width: 100%;
  height: 136px !important;
  margin: 0 !important;
  padding: 28px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(9, 19, 43, 0.42);
  box-shadow: 0 18px 42px rgba(3, 11, 28, 0.16);
}

@media (max-width: 991px) {
  .references-page-hero #references {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .references-page-hero {
    padding-top: 58px !important;
    padding-bottom: 64px !important;
  }

  .references-page-hero #references {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .references-page-hero #references img {
    height: 104px !important;
    padding: 18px;
  }
}

@media (max-width: 479px) {
  .references-page-hero #references {
    grid-template-columns: 1fr;
  }
}

.contact-page-hero {
  min-height: auto !important;
  padding-top: 92px !important;
  padding-bottom: 96px !important;
}

.contact-page-hero > .wpb_column > .vc_column-inner {
  width: min(1120px, 100%) !important;
}

.contact-page-hero > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: block !important;
}

.polypus-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 28px;
  width: 100%;
  max-width: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 78px rgba(3, 11, 28, 0.18);
  box-sizing: border-box;
}

.polypus-contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 10px 18px 4px;
  color: var(--saas-text);
}

.polypus-contact-copy h1 {
  margin: 0;
  color: var(--saas-text);
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.polypus-contact-copy p {
  margin: 18px 0 0;
  color: #5f6b82 !important;
  font-size: 16px !important;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.polypus-contact-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.polypus-install-cta,
.polypus-contact-link {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  text-align: left;
  text-decoration: none !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.polypus-install-cta {
  padding: 16px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--saas-orange), #ff9a2c);
  box-shadow: 0 18px 44px rgba(241, 129, 19, 0.24);
}

.polypus-install-cta:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

.polypus-install-cta i,
.polypus-contact-link i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.polypus-install-cta i {
  background: rgba(255, 255, 255, 0.18);
}

.polypus-install-cta span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.polypus-install-cta strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.polypus-install-cta small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.45;
}

.polypus-contact-link {
  padding: 12px 14px;
  border: 1px solid rgba(20, 33, 61, 0.1);
  color: #344054 !important;
  background: #fff;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.polypus-contact-link:hover {
  border-color: rgba(36, 89, 230, 0.22);
  color: var(--saas-blue) !important;
}

.polypus-contact-link i {
  color: var(--saas-blue);
  background: #eef5ff;
}

.polypus-contact-map {
  min-width: 0;
  max-width: 100%;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(20, 33, 61, 0.1);
  border-radius: 8px;
  background: #eef3fb;
}

.polypus-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 991px) {
  .polypus-contact-shell {
    grid-template-columns: 1fr;
  }

  .polypus-contact-map,
  .polypus-contact-map iframe {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .contact-page-hero {
    padding-top: 56px !important;
    padding-bottom: 62px !important;
  }

  .polypus-contact-shell {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    overflow: hidden;
  }

  .polypus-contact-copy {
    padding: 6px 0 0;
  }

  .polypus-contact-copy h1 {
    font-size: 27px;
  }

  .polypus-install-cta,
  .polypus-contact-link {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .polypus-install-cta {
    padding: 14px;
  }

  .polypus-contact-map,
  .polypus-contact-map iframe {
    min-height: 340px;
  }
}

.polypus-subpage-hero {
  min-height: auto !important;
  padding-top: 40px !important;
  padding-bottom: 56px !important;
}

.polypus-subpage-hero > .wpb_column > .vc_column-inner {
  width: min(1160px, 100%) !important;
}

.polypus-subpage-hero > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: block !important;
}

.polypus-page-shell {
  width: 100%;
  max-width: 100%;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 250, 255, 0.94)),
    #fff;
  box-shadow: 0 28px 78px rgba(3, 11, 28, 0.18);
  box-sizing: border-box;
}

.polypus-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: 28px;
  align-items: stretch;
}

.polypus-page-copy {
  min-width: 0;
  color: var(--saas-text);
}

.polypus-page-copy-centered {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center !important;
}

.polypus-page-copy-centered h1,
.polypus-page-copy-centered h2,
.polypus-page-copy-centered h3,
.polypus-page-copy-centered p {
  text-align: center !important;
}

.polypus-page-copy-centered .polypus-page-actions {
  justify-content: center !important;
}

/* Hero satırı genel sola hizayı, ortalanmış kopyada ezer */
.vc_custom_1583171812285 .polypus-page-copy-centered,
.vc_custom_1583171812285 .polypus-page-copy-centered h1,
.vc_custom_1583171812285 .polypus-page-copy-centered h2,
.vc_custom_1583171812285 .polypus-page-copy-centered h4,
.vc_custom_1583171812285 .polypus-page-copy-centered p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.polypus-page-copy h1 {
  margin: 0;
  color: var(--saas-text);
  font-size: 40px;
  line-height: 1.12;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.polypus-page-copy h1 + p,
.polypus-page-copy p {
  margin: 18px 0 0;
  color: #5f6b82 !important;
  font-size: 16px !important;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.polypus-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.polypus-primary-action,
.polypus-secondary-action,
.polypus-page-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  box-sizing: border-box;
}

.polypus-primary-action,
.polypus-page-banner a {
  color: #fff !important;
  background: linear-gradient(135deg, var(--saas-orange), #ff9a2c);
  box-shadow: 0 16px 38px rgba(241, 129, 19, 0.22);
}

.polypus-secondary-action {
  border: 1px solid rgba(36, 89, 230, 0.16);
  color: var(--saas-blue) !important;
  background: #fff;
}

.polypus-product-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.polypus-product-showcase {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.polypus-app-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  padding: 16px;
  border: 1px solid rgba(20, 33, 61, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 27, 61, 0.96), rgba(38, 92, 220, 0.88)),
    #101b3d;
  box-shadow: 0 18px 46px rgba(20, 33, 61, 0.12);
  box-sizing: border-box;
  overflow: hidden;
}

.polypus-phone-frame {
  min-width: 0;
  margin: 0;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 32px rgba(3, 11, 28, 0.22);
}

.polypus-phone-frame.is-raised {
  transform: translateY(-10px);
}

.polypus-phone-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 6px;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}

.polypus-phone-frame figcaption {
  min-height: 30px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.polypus-product-card,
.polypus-page-card,
.polypus-price-card,
.polypus-integration-panel {
  border: 1px solid rgba(20, 33, 61, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(20, 33, 61, 0.08);
  box-sizing: border-box;
}

.polypus-product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  min-height: 100%;
  padding: 28px 28px 32px !important;
  box-sizing: border-box;
}

.polypus-product-card::after {
  content: "";
  display: block;
  flex: 1 0 20px;
  width: 100%;
  min-height: 20px;
  pointer-events: none;
}

.polypus-product-card i,
.polypus-page-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--saas-blue);
  background: #eef5ff;
  font-size: 24px;
}

.polypus-product-card i.fa-mobile,
.polypus-page-card i.fa-mobile,
.polypus-mega-card i.fa-mobile {
  font-size: 32px;
}

.polypus-mega-card i.fa-mobile {
  font-size: 22px;
}

.polypus-product-card h2,
.polypus-page-card h2,
.polypus-price-card h2,
.polypus-integration-panel h2 {
  margin: 0;
  color: var(--saas-text);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.polypus-product-card p,
.polypus-page-card p,
.polypus-price-card p,
.polypus-integration-panel p {
  margin: 14px 0 0;
  color: #647087 !important;
  font-size: 14px !important;
  line-height: 1.65;
}

.polypus-product-card ul,
.polypus-integration-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.polypus-product-card li,
.polypus-integration-list li {
  position: relative;
  padding-left: 24px;
  color: #3d4960;
  font-size: 14px;
  line-height: 1.5;
}

.polypus-product-card li:before,
.polypus-integration-list li:before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--saas-green);
  font-family: FontAwesome;
  font-size: 13px;
}

.polypus-feature-matrix,
.polypus-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.polypus-feature-group {
  margin-top: 40px;
}

.polypus-feature-group:first-of-type {
  margin-top: 32px;
}

.polypus-feature-group-head {
  margin: 0 0 16px;
  max-width: 720px;
}

.polypus-feature-group-head h2 {
  margin: 0 0 8px;
  color: var(--saas-text);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

.polypus-feature-group-head p {
  margin: 0;
  color: #647087;
  font-size: 15px;
  line-height: 1.6;
}

.polypus-features-page .polypus-page-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  min-height: 100%;
  padding: 24px !important;
  box-sizing: border-box;
}

.polypus-features-page .polypus-page-card > p:last-child {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

/* Eşit yükseklikte son cümleden sonra her zaman boşluk kalsın */
.polypus-features-page .polypus-page-card::after {
  content: "";
  display: block;
  flex: 1 0 28px;
  width: 100%;
  min-height: 28px;
  pointer-events: none;
}

.polypus-features-page .polypus-page-card h3 {
  margin: 0 0 10px;
  color: var(--saas-text);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.polypus-features-page .polypus-page-actions {
  justify-content: center;
  margin-top: 24px;
}

.polypus-page-card {
  min-height: 250px;
  padding: 24px !important;
  box-sizing: border-box;
}

.polypus-page-banner {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(36, 89, 230, 0.13);
  border-radius: 8px;
  background: #f3f7ff;
}

.polypus-page-banner strong {
  color: var(--saas-text);
  font-size: 17px;
  line-height: 1.3;
}

.polypus-page-banner span {
  color: #647087;
  font-size: 14px;
  line-height: 1.5;
}

.polypus-integration-tabs {
  display: grid;
  gap: 16px;
}

.polypus-integration-surface {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.96)),
    #fff;
}

.polypus-integration-page {
  display: grid;
  gap: 24px;
}

.polypus-integration-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

.polypus-integration-map {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(20, 33, 61, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0%, rgba(241, 129, 19, 0.16), transparent 34%),
    linear-gradient(135deg, #101b3d, #2459e6 62%, #06a6b8);
  color: #fff;
  box-shadow: 0 20px 58px rgba(16, 27, 61, 0.18);
  box-sizing: border-box;
}

.polypus-map-label,
.polypus-integration-tabs-head span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.polypus-map-label {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.polypus-integration-map h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
}

.polypus-flow-steps {
  display: grid;
  gap: 10px;
}

.polypus-flow-steps div,
.polypus-integration-chip-grid span {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.polypus-flow-steps strong,
.polypus-integration-chip-grid strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.polypus-flow-steps small,
.polypus-integration-chip-grid small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.45;
}

.polypus-integration-chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.polypus-integration-tabs-head {
  display: grid;
  gap: 8px;
}

.polypus-integration-tabs-head span {
  color: var(--saas-blue);
  background: #eef5ff;
}

.polypus-integration-tabs-head p {
  max-width: 780px;
  margin: 0;
  color: #647087 !important;
  font-size: 15px !important;
  line-height: 1.6;
}

.polypus-tab-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: #eef3fb;
}

.polypus-tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  color: #526079;
  background: transparent;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
}

.polypus-tab-button.is-active,
.polypus-tab-button[aria-selected="true"] {
  color: var(--saas-blue);
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 33, 61, 0.08);
}

.polypus-integration-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  padding: 26px;
}

.polypus-integration-panel[hidden] {
  display: none;
}

.polypus-price-card {
  min-height: 220px;
  padding: 24px;
}

.polypus-price-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--saas-blue);
  background: #eef5ff;
  font-size: 12px;
  font-weight: 900;
}

.polypus-price-card.is-featured {
  border-color: rgba(241, 129, 19, 0.28);
  box-shadow: 0 22px 58px rgba(241, 129, 19, 0.15);
}

.polypus-price-card.is-featured span {
  color: #fff;
  background: var(--saas-orange);
}

@media (max-width: 991px) {
  .polypus-page-hero-grid,
  .polypus-integration-hero,
  .polypus-integration-panel {
    grid-template-columns: 1fr;
  }

  .polypus-product-stack,
  .polypus-integration-chip-grid,
  .polypus-feature-matrix,
  .polypus-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polypus-page-banner {
    grid-template-columns: 1fr;
  }

  .polypus-page-banner a {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .main-cnts-w .row,
  .main-f .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .main-cnts-w [class*="col-"],
  .main-f [class*="col-"] {
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
  }

  .polypus-subpage-hero {
    padding-top: 20px !important;
    padding-bottom: 28px !important;
  }

  .polypus-subpage-hero > .wpb_column > .vc_column-inner {
    width: 100% !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
    box-sizing: border-box !important;
  }

  .polypus-subpage-hero,
  .polypus-subpage-hero > .wpb_column,
  .polypus-subpage-hero > .wpb_column > .vc_column-inner,
  .polypus-subpage-hero > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow-x: hidden;
  }

  .polypus-page-shell {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto;
    margin-left: auto;
    padding: 18px 16px 28px;
    overflow: visible;
  }

  .polypus-page-copy,
  .polypus-product-card,
  .polypus-page-card,
  .polypus-price-card,
  .polypus-integration-panel,
  .polypus-integration-list,
  .polypus-integration-list li {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .polypus-page-copy h1 {
    font-size: 24px;
    line-height: 1.16;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal !important;
  }

  .polypus-page-copy-centered {
    margin-bottom: 20px;
    text-align: center !important;
  }

  .polypus-page-copy-centered h1,
  .polypus-page-copy-centered p {
    text-align: center !important;
  }

  .polypus-product-stack,
  .polypus-feature-matrix,
  .polypus-pricing-grid,
  .polypus-integration-chip-grid,
  .polypus-tab-list {
    grid-template-columns: 1fr;
  }

  .polypus-app-gallery {
    grid-template-columns: repeat(3, minmax(146px, 1fr));
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .polypus-phone-frame {
    min-width: 146px;
  }

  .polypus-phone-frame.is-raised {
    transform: none;
  }

  .polypus-integration-map {
    padding: 18px;
  }

  .polypus-integration-map h2 {
    font-size: 23px;
  }

  .polypus-product-card,
  .polypus-page-card,
  .polypus-price-card,
  .polypus-integration-panel {
    min-height: 0;
    padding: 24px 20px 28px !important;
  }

  .polypus-product-card::after {
    flex-basis: 16px;
    min-height: 16px;
  }

  .polypus-features-page .polypus-page-card {
    padding: 24px 20px 28px !important;
  }

  .polypus-features-page .polypus-page-card::after {
    flex-basis: 24px;
    min-height: 24px;
  }

  .polypus-tab-button {
    justify-content: flex-start;
    white-space: normal;
    text-align: left;
  }

  .polypus-integration-panel h2 {
    font-size: 23px;
  }

  .main-f,
  .main-f-top,
  .main-f-inner {
    height: auto !important;
  }

  .main-f-top table,
  .main-f-top tbody,
  .main-f-top tr,
  .main-f-top td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  .polypus-footer-top {
    display: block;
    padding: 8px 4px 4px;
  }

  .polypus-footer-brand {
    margin-bottom: 12px;
    padding: 0 4px 8px;
  }

  .polypus-footer-groups {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .polypus-footer-acc {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .polypus-footer-acc-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 18px 4px;
    font-size: 15px;
    cursor: pointer;
    pointer-events: auto;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .polypus-footer-acc-summary::after {
    display: inline-block;
    content: "+";
    color: #8ee8f0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }

  .polypus-footer-acc[open] > .polypus-footer-acc-summary::after {
    content: "–";
  }

  .polypus-footer-acc-body {
    padding: 0 4px 18px;
  }

  .polypus-footer-nav,
  .polypus-footer-legal {
    align-items: flex-start;
    text-align: left;
    border-top: 0;
    padding-top: 0;
  }

  .polypus-footer-nav a,
  .polypus-footer-legal a {
    white-space: normal;
    padding: 6px 0;
  }

  .main-f-top {
    padding: 32px 16px 24px !important;
  }

  .main-f-top > .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .main-f-top .textwidget > div {
    margin-top: 0;
  }

  .main-f-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-f-top td[rowspan] {
    margin-top: 22px;
  }

  .main-f-top td p {
    text-align: left !important;
  }

  .main-f-top .textwidget {
    overflow: hidden;
  }

  .popup-menu,
  .popup-menu li,
  .popup-menu a,
  .popup-menu .polypus-mega-head,
  .popup-menu .polypus-mega-card {
    text-align: left !important;
  }
}

/* Ana sayfa */
.polypus-home-hero {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.polypus-home-hero-shell {
  margin: 0 auto;
}

.polypus-home-hero-grid {
  align-items: center;
}

.polypus-home-hero-copy h1 {
  color: var(--saas-text);
}

.polypus-home-product-shot {
  margin: 0;
  min-width: 0;
}

.polypus-home-product-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(20, 33, 61, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(20, 33, 61, 0.14);
}

.polypus-home-hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
  min-width: 0;
  padding: 8px 0 4px;
}

.polypus-home-hero-phone {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 33, 61, 0.12);
  border-radius: 20px;
  background: #0f172a;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.22);
}

.polypus-home-hero-phone img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 19;
  object-fit: cover;
  object-position: top center;
}

.polypus-home-hero-phone.is-primary {
  transform: translateY(-12px);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.28);
}

.polypus-home-hero-phone.is-back {
  opacity: 0.96;
}

.polypus-home-container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  box-sizing: border-box;
}

.polypus-home-band {
  padding: 72px 0;
}

.polypus-home-band-muted {
  background: #f6f9ff;
}

.polypus-home-band-dark {
  background:
    linear-gradient(125deg, #0b1532 0%, #132b68 52%, #0e8eab 100%);
  color: #fff;
}

.polypus-home-section-head {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.polypus-home-section-head-centered {
  text-align: center;
}

.polypus-home-section-head-left {
  max-width: none;
  margin: 0 0 0;
  text-align: left;
}

.polypus-home-section-head-light h2,
.polypus-home-section-head-light p {
  color: #fff !important;
}

.polypus-home-section-head-inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  max-width: none;
  text-align: left;
}

.polypus-home-section-head h2 {
  margin: 0;
  color: var(--saas-text);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 900;
}

.polypus-home-section-head p {
  margin: 16px 0 0;
  color: #647087 !important;
  font-size: 16px !important;
  line-height: 1.7;
}

.polypus-home-text-link {
  color: var(--saas-blue) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

.polypus-home-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu .polypus-nav-cta-item > a,
.popup-menu .polypus-nav-cta-item > a {
  color: #fff !important;
  background: linear-gradient(135deg, var(--saas-orange), #ff9a2c);
  box-shadow: 0 12px 28px rgba(241, 129, 19, 0.24);
}

.main-menu .polypus-nav-cta-item > a:hover,
.popup-menu .polypus-nav-cta-item > a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #ff9a2c, var(--saas-orange));
}

.polypus-home-logo-grid li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(12, 28, 74, 0.78), rgba(33, 82, 183, 0.48));
  box-shadow: 0 16px 38px rgba(3, 11, 28, 0.14);
}

.polypus-home-logo-grid img {
  display: block;
  width: 100%;
  height: 72px;
  max-width: 100%;
  max-height: none;
  padding: 4px;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
}

.polypus-home-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.polypus-home-problem-card {
  padding: 22px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 33, 61, 0.06);
}

.polypus-home-problem-card h3 {
  margin: 0;
  color: var(--saas-text);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.polypus-home-problem-card p {
  margin: 12px 0 0;
  color: #647087;
  font-size: 14px;
  line-height: 1.65;
}

.polypus-home-module-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.polypus-page-card h3,
.polypus-price-card h3 {
  margin: 0;
  color: var(--saas-text);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.polypus-home-flow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.polypus-home-flow-list li {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.polypus-home-flow-list strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.polypus-home-flow-list span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

.polypus-home-mobile-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 28px;
  align-items: center;
}

.polypus-home-integration-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.polypus-home-integration-card {
  padding: 24px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 33, 61, 0.06);
}

.polypus-home-integration-card h3 {
  margin: 0;
  color: var(--saas-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.polypus-home-integration-card p {
  margin: 12px 0 0;
  color: #647087;
  font-size: 14px;
  line-height: 1.65;
}

.polypus-home-logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.polypus-home-logo-strip li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: #f8fbff;
}

.polypus-home-logo-strip img {
  display: block;
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}

.polypus-home-integration-banner {
  margin-top: 0;
}

.polypus-home-band .polypus-pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.polypus-home-pricing-band .polypus-pricing-section {
  padding: 0;
  background: transparent;
}

.polypus-home-pricing-band .polypus-pricing-section > .wpb_column > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.polypus-home-pricing-band .polypus-pricing-packages-grid {
  max-width: 100%;
  width: 100%;
  margin-top: 8px;
}

.polypus-home-pricing-band .packages,
.polypus-home-pricing-band .ult_pricing_table_wrap,
.polypus-home-pricing-band .ult_pricing_table {
  display: block;
  visibility: visible;
  opacity: 1;
}

.polypus-home-reporting-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 28px;
  align-items: center;
}

.polypus-home-checklist {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.polypus-home-checklist li {
  position: relative;
  padding-left: 24px;
  color: #3d4960;
  font-size: 14px;
  line-height: 1.55;
}

.polypus-home-checklist li:before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--saas-green);
  font-family: FontAwesome;
  font-size: 13px;
}

.polypus-home-reporting-visual {
  margin: 0;
  min-width: 0;
}

.polypus-home-reporting-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(20, 33, 61, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(20, 33, 61, 0.12);
}

.polypus-home-faq .polypus-home-section-head {
  margin-bottom: 32px;
}

.polypus-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.polypus-faq-item {
  margin: 0;
  border: 1px solid rgba(16, 27, 61, 0.12);
  background: #fff;
}

.polypus-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: #101b3d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.polypus-faq-item summary::-webkit-details-marker {
  display: none;
}

.polypus-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #265cdc;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.polypus-faq-item[open] summary::after {
  content: "–";
}

.polypus-faq-item summary:focus-visible {
  outline: 2px solid #265cdc;
  outline-offset: 2px;
}

.polypus-faq-answer {
  padding: 0 20px 20px;
}

.polypus-faq-answer p {
  margin: 0;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.7;
}

.polypus-home-final-cta {
  padding: 64px 0;
  background:
    linear-gradient(120deg, rgba(16, 27, 61, 0.97), rgba(38, 92, 220, 0.88) 58%, rgba(6, 166, 184, 0.82));
}

.polypus-home-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.polypus-home-final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.16;
  font-weight: 900;
}

.polypus-home-final-cta p {
  margin: 14px 0 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 16px !important;
  line-height: 1.7;
}

.polypus-home-final-actions {
  margin-top: 0;
  flex: 0 0 auto;
}

.polypus-secondary-action-light {
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 1199px) {
  .polypus-home-problem-grid,
  .polypus-home-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polypus-home-band .polypus-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polypus-home-flow-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .polypus-home-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .polypus-home-hero-grid,
  .polypus-home-mobile-grid,
  .polypus-home-reporting-grid,
  .polypus-home-final-cta-inner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .polypus-home-hero-visual {
    max-width: 420px;
    margin: 0 auto;
    gap: 10px;
  }

  .polypus-home-hero-phone.is-primary {
    transform: none;
  }

  .polypus-home-section-head-inline {
    flex-direction: column;
    align-items: flex-start;
  }

  .polypus-home-flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polypus-home-integration-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .polypus-home-hero {
    padding-top: 48px !important;
    padding-bottom: 40px !important;
  }

  .polypus-home-band {
    padding: 56px 0;
  }

  .polypus-home-container {
    width: calc(100% - 32px);
  }

  .polypus-home-section-head h2,
  .polypus-home-final-cta h2 {
    font-size: 28px;
  }

  .polypus-home-problem-grid,
  .polypus-home-module-grid,
  .polypus-home-flow-list,
  .polypus-home-logo-grid {
    grid-template-columns: 1fr;
  }

  .polypus-home-final-actions {
    width: 100%;
  }

  .polypus-home-final-actions .polypus-primary-action,
  .polypus-home-final-actions .polypus-secondary-action {
    width: 100%;
  }

  .polypus-app-gallery {
    grid-template-columns: 1fr;
  }

  .polypus-phone-frame.is-raised {
    transform: none;
  }
}

@media (max-width: 479px) {
  .polypus-home-section-head h2,
  .polypus-home-final-cta h2 {
    font-size: 24px;
  }
}

/* Corporate typography — IBM Plex Sans overrides legacy Rubik theme */
body,
.main-h,
.main-f,
.main-menu,
.main-menu a,
.popup-menu a,
.mods_el-tx,
.wpb_wrapper,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
td,
th,
label,
button,
input,
select,
textarea {
  font-family: var(--polypus-font-sans) !important;
}

/* Icon fonts must keep their own faces (do not inherit IBM Plex) */
.fa,
.fa:before,
.fas,
.fas:before,
.far,
.far:before {
  font-family: FontAwesome !important;
}

[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: feather !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.go_to_top {
  z-index: 250 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  color: #fff !important;
}

.go_to_top .icon-arrow-up {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1 !important;
  vertical-align: middle;
}

.go_to_top .icon-arrow-up::before {
  display: block;
  margin: 0;
  line-height: 1 !important;
}

.popup-menu-mod > a .icon-menu,
.popup-menu-popup-close .icon-cross {
  color: #fff !important;
  font-size: 22px;
  line-height: 1;
}

h1,
h2,
h3,
.polypus-page-copy h1,
.polypus-home-section-head h2,
.polypus-home-final-cta h2,
.polypus-page-card h2,
.polypus-product-card h2 {
  font-weight: 600 !important;
  letter-spacing: -0.02em;
}

.main-menu > li > a {
  font-weight: 600 !important;
  letter-spacing: 0.04em;
}

.polypus-primary-action,
.polypus-secondary-action,
.polypus-page-banner a {
  font-weight: 600 !important;
  letter-spacing: 0;
}

/* Legal pages (KVKK, privacy, cookies) */
body.polypus-legal-page-body .main-h.__negative,
body.polypus-legal-page-body .main-h.__normal {
  position: relative !important;
  height: auto !important;
}

body.polypus-legal-page-body .main-cnts-w,
body.polypus-legal-page-body .main-cnts,
body.polypus-legal-page-body .main-cnts article {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: #f7f8fb !important;
}

body.polypus-legal-page-body {
  background: #f7f8fb;
}

body.polypus-legal-page-body .main-h-bottom-w:not(.sticky) {
  min-height: 0;
}

.polypus-legal-page {
  padding: 64px 0 80px;
  background: #f7f8fb;
}

.polypus-legal-page-inner {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 48px;
  border: 1px solid var(--polypus-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 33, 58, 0.06);
}

.polypus-legal-page-head {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--polypus-line);
  text-align: center;
}

.polypus-legal-page-head h1 {
  margin: 0;
  color: var(--polypus-ink);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600 !important;
}

.polypus-legal-content {
  color: #344054;
  font-size: 15px;
  line-height: 1.75;
}

.polypus-legal-content p {
  margin: 0 0 16px;
  text-align: left !important;
}

.polypus-legal-content strong {
  color: var(--polypus-ink);
  font-weight: 600;
}

.polypus-legal-content ul {
  margin: 0 0 20px;
  padding-left: 24px;
  list-style: disc;
}

.polypus-legal-content h4,
.polypus-legal-content h5,
.polypus-legal-content h6 {
  margin: 28px 0 12px;
  color: var(--polypus-ink);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600 !important;
}

.polypus-legal-content ol {
  margin: 0 0 20px;
  padding-left: 24px;
}

.polypus-legal-content ol li {
  margin-bottom: 8px;
}

.polypus-legal-content p > ul {
  margin-top: 8px;
}

.polypus-legal-table-wrap {
  overflow-x: auto;
  margin: 20px 0 28px;
}

.polypus-legal-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.polypus-legal-content table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--polypus-line);
  vertical-align: top;
}

.polypus-legal-content table tr:first-child td {
  font-weight: 600;
  color: var(--polypus-ink);
  background: #f5f8ff;
}

@media (max-width: 767px) {
  .polypus-legal-page {
    padding-top: 40px;
  }

  .polypus-legal-page-inner {
    padding: 24px 20px;
  }

  .polypus-legal-page-head h1 {
    font-size: 26px;
  }
}
