* {
  box-sizing: border-box;
  outline: none;
}
* :before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
html {
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
li {
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 900;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
svg {
  pointer-events: none;
}
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  padding: 0;
  overflow: visible;
  border: none;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  outline: none;
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  resize: none;
  display: block;
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
::-webkit-file-upload-button {
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden],
.hidden {
  display: none !important;
}
body {
  color: #030514;
}
.hero {
  display: flex;
  max-width: 1680px;
  margin: 0 auto;
}
.hero .container {
  justify-content: flex-start;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 644px;
  width: 100%;
  margin: 120px 0 120px auto;
}
.hero-left h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.hero-left h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -1.2px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.hero-left span {
  color: #050C34;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.34px;
}
.hero-right {
  padding-left: 32px;
  display: flex;
  align-items: center;
}
.gradient-green {
  background: linear-gradient(90deg, #0075E3 0%, #049E38 100%);
}
.gradient-blue {
  background: var(--enterprise-blue, linear-gradient(270deg, #00CAD7 0%, #3B5DFF 100%));
}
.gradient-color {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.bg-dark-section {
  background-color: #030514;
  display: flex;
  padding: 120px 16px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
.text-content-wrapper {
  max-width: 1072px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.text-content-wrapper p {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -1.26px;
}
.text-content-wrapper .contact-us-text {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.38px;
  margin-top: 32px;
  font-weight: 400;
  cursor: pointer;
}
.text-content-wrapper .contact-us-text .color-blue {
  color: #09F;
  margin: 0 8px 0 16px;
}
.text-content-wrapper .contact-us-text svg {
  fill: #09F;
}
section.image-text-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0;
}
section.image-text-content h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -1.26px;
}
section.image-text-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.34px;
  margin-top: 32px;
}
.right-content {
  max-width: 536px;
  margin-left: 32px;
}
.wp-section--buttons {
  display: flex;
  gap: 12px;
}
.wp-section--cta {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 16px 32px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.198px;
  transition: all 0.3s ease;
  min-width: 184px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.wp-section--cta-blue:not(.wp-section--cta-outline-blue) {
  background: #0075E3;
}
.wp-section--cta-blue:not(.wp-section--cta-outline-blue):hover {
  background-color: #fff;
  border: 1px solid #0075E3;
  color: #0075E3;
}
.wp-section--cta-outline-blue {
  background-color: transparent;
  border: 1px solid #0075E3;
  color: #0075E3;
}
.wp-section--cta-outline-blue:hover {
  background: #0075E3;
  color: #fff;
}
.wp-section--cta-white:not(.wp-section--cta-outline-white) {
  background: #fff;
}
.wp-section--cta-outline-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.wp-section--cta-outline-white:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #030514;
}
.faq-section {
  background: linear-gradient(180deg, rgba(0, 202, 215, 0.15) 0%, rgba(54, 104, 252, 0.15) 100%);
}
.accordion--item-content a {
  pointer-events: auto;
  cursor: pointer;
}
.accordion-section {
  background: linear-gradient(350deg, rgba(54, 104, 252, 0.1) -6.16%, rgba(54, 104, 252, 0) 129.03%), linear-gradient(11deg, rgba(0, 202, 215, 0.05) 26.3%, rgba(0, 202, 215, 0) 106.5%), #FFF;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin: 0;
  padding: 88px 32px;
}
@media only screen and (min-width: 64rem) {
  .accordion-section {
    gap: 64px;
  }
}
.accordion-section--title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.176px;
  text-align: center;
  color: #0a1551;
}
@media only screen and (min-width: 64rem) {
  .accordion-section--title {
    font-size: 48px;
    line-height: 56px;
  }
}
.accordion--list {
  max-width: 1320px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.accordion--list a {
  text-decoration: underline;
  color: #09f;
}
.accordion--item-content .faq-list {
  list-style: disc outside;
  padding-left: 1.5rem;
  margin-top: 16px;
}
.accordion--item-content .faq-list > li {
  display: list-item;
  list-style: inherit;
  padding-bottom: 12px;
}
.accordion--item-content .faq-list > li::before,
.accordion--item-content .faq-list > li::after {
  content: none;
}
.accordion--item-content,
.accordion--item-content-text {
  overflow: visible;
}
.accordion--list-item {
  display: flex;
  flex-direction: column;
}
.accordion--list-item + li {
  border-top: 1px solid #e3e5f5;
}
.accordion--list-item.isExpanded .accordion--item-header span {
  color: #0075E3;
}
.accordion--list-item.isExpanded .accordion--item-header svg {
  color: #0075E3;
  transform: rotate(90deg);
}
html[dir=rtl] .accordion--list-item.isExpanded .accordion--item-header svg {
  transform: rotate(90deg);
}
.accordion--list-item.isExpanded .accordion--item-content {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.accordion--list-item.isExpanded .accordion--item-content-image {
  opacity: 1;
  visibility: visible;
}
.accordion--item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 16px 0;
  cursor: pointer;
  width: 100%;
}
.accordion--item-header:focus-visible {
  outline: 3px solid rgba(0, 117, 227, 0.5);
}
@media only screen and (min-width: 64rem) {
  .accordion--item-header {
    padding: 24px 0;
  }
}
.accordion--item-header span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  transition: color 0.3s ease;
  color: #0a1551;
}
@media only screen and (min-width: 64rem) {
  .accordion--item-header span {
    font-size: 24px;
    line-height: 32px;
  }
}
.accordion--item-header svg {
  color: #c8ceed;
  transition: transform 0.3s ease;
}
html[dir=rtl] .accordion--item-header svg {
  transform: rotate(180deg);
}
.accordion--item-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.accordion--item-content-image {
  transition: opacity 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 24px;
  width: 80%;
  opacity: 0;
  visibility: hidden;
}
.accordion--item-content-image-r {
  width: 100%;
  height: auto;
  max-height: 620px;
  display: block;
  object-fit: contain;
  object-position: left top;
  border-radius: 16px;
}
@media only screen and (min-width: 64rem) {
  .accordion--item-content-image {
    margin-bottom: 0;
    position: absolute;
    left: 100%;
    width: 100%;
    margin-inline-start: 24px;
    top: 0;
  }
  html[dir=rtl] .accordion--item-content-image {
    left: auto;
    right: 100%;
  }
}
.accordion--item-content-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  color: #6C73A8;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.176px;
  text-align: left;
}
.header-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 64px;
}
.header-buttons-wrapper .wp-section--cta {
  padding: 8px 10px;
  font-size: 14px;
  min-width: 120px;
  height: 40px;
}
.main-wrapper {
  max-width: 1492px;
  width: 100%;
  margin: 0 auto;
}
.dummy-image-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
.dummy-image-wrapper svg {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .hero {
    padding: 32px;
  }
  .hero-left {
    margin: 120px auto;
  }
}
@media screen and (max-width: 850px) {
  section {
    padding: 64px 16px;
    flex-direction: column;
    text-align: center;
  }
  .wp-section--buttons {
    justify-content: center;
  }
  .bg-dark-section .wp-section--buttons {
    flex-direction: column;
    align-items: center;
  }
  .hero-left {
    margin: 32px auto;
  }
  .right-content,
  .hero-right {
    margin-left: 0;
  }
}
#modal-container[hidden] {
  display: none;
}
#modal-container {
  position: fixed;
  inset: 0;
  z-index: 99999;
}
.mc-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(52, 60, 106, 0.5);
}
.mc-dialog {
  position: relative;
  margin: 3vh auto;
  width: min(1200px, 96vw);
  height: 94vh;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
#mc-frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#mc-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 24px;
  font-weight: 700;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.button-wrapper {
  gap: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  height: 45px;
  border-top: 1px solid #d7d8e1;
  align-items: center;
  justify-content: end;
}
.button-wrapper {
  display: flex;
}
.button-wrapper.is-hidden {
  display: none;
}
.jotform-logo.is-hidden {
  display: none;
}
/* embed’i gizlemek için */
#jotform-slot.hidden {
  display: none;
}
.form-slot {
  position: relative;
}
.form-actions {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
  z-index: 5;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.form-slot:hover .form-actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.btn {
  border: 0;
  padding: 10px 14px;
  border-radius: 10px;
  font: 600 14px/1 system-ui, sans-serif;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.btn.edit {
  background: #1976d2;
  color: #fff;
}
.btn.delete {
  background: #d32f2f;
  color: #fff;
}
