:root {
  --u-bg: #f6f6f6;
  --u-white: #ffffff;
  --u-cream: #fff6e5;
  --u-dark: #0b1e28;
  --u-pink: #e83c66;
  --u-pink-soft: #ff86a3;
  --u-yellow: #fcc031;
  --u-text: #000000;
  --u-muted: #344b63;
  --u-line: #d1d1d1;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.ucretsiz-page {
  background: var(--u-bg);
  color: var(--u-text);
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.ucretsiz-main {
  display: block;
}

.ucretsiz-container {
  margin: 0 auto;
  width: min(1346px, calc(100% - 32px));
}

.ucretsiz-hero {
  background: var(--u-white);
  min-height: 770px;
  overflow: hidden;
  position: relative;
}

.hero-layout {
  min-height: 770px;
  position: relative;
}

.hero-accent {
  background: var(--u-pink-soft);
  height: 610px;
  pointer-events: none;
  position: absolute;
  right: -206px;
  top: 270px;
  transform: rotate(23.67deg);
  width: 860px;
  z-index: 1;
}

.hero-content {
  max-width: 640px;
  padding-bottom: 32px;
  padding-top: 88px;
  position: relative;
  z-index: 3;
}

.hero-badge {
  align-items: center;
  background: var(--u-yellow);
  border-radius: 33px;
  display: inline-flex;
  font-size: 19.3px;
  font-weight: 400;
  gap: 11px;
  line-height: 28px;
  min-height: 44px;
  padding: 8px 16px;
}

.hero-badge img {
  height: 24px;
  width: 24px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.37px;
  line-height: 1.19;
  margin: 16px 0 0;
  max-width: 1016px;
}

.hero-content p {
  color: #344b63;
  font-size: 22.3px;
  font-weight: 400;
  line-height: 34.7px;
  margin: 28px 0 0;
  max-width: 592px;
}

.hero-proof {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 54px;
}

.hero-proof-avatars {
  display: flex;
  position: relative;
}

.hero-proof-avatars img {
  border-radius: 999px;
  box-shadow: 0 0 0 2px #f3f3f3;
  height: 47px;
  object-fit: cover;
  width: 47px;
}

.hero-proof-avatars img + img {
  margin-left: -22px;
}

.hero-proof span {
  color: #454545;
  font-family: "Inter", sans-serif;
  font-size: 14.56px;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 24px;
}

.download-btn {
  align-items: center;
  background: var(--u-yellow);
  border-radius: 10px;
  box-shadow:
    0 4px 4px rgba(0, 0, 0, 0.25),
    inset 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #000000;
  display: inline-flex;
  font-size: 24.76px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: -0.5px;
  line-height: 29.7px;
  margin-top: 14px;
  min-height: 51px;
  min-width: 245px;
  padding: 10px 24px;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    filter 260ms ease;
}

.hero-media {
  margin: 0;
  position: absolute;
  right: 0;
  top: 112px;
  width: 680px;
  z-index: 2;
}

.hero-media img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.ucretsiz-content {
  background: var(--u-cream);
  padding: 153px 0 84px;
}

.content-overview {
  align-items: center;
  display: grid;
  gap: 84px;
  grid-template-columns: 477px minmax(0, 620px);
  justify-content: center;
}

.overview-cover {
  margin: 0;
  width: 100%;
}

.overview-cover img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.overview-list h2 {
  font-family: "Inter", sans-serif;
  font-size: 43.8px;
  font-weight: 700;
  letter-spacing: -0.48px;
  line-height: 1.5;
  margin: 0;
}

.overview-list {
  width: 100%;
}

.overview-list ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.overview-list li {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}

.overview-list li img {
  flex: 0 0 auto;
  height: 29px;
  margin-top: 2px;
  width: 29px;
}

.overview-list li span {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 1.5;
}

.strategy-copy {
  margin-top: 171px;
  text-align: center;
}

.strategy-copy h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 48px;
  margin: 0;
}

.strategy-copy p {
  font-family: "Inter", sans-serif;
  font-size: 21.84px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 1.5;
  margin: 28px auto 0;
  max-width: 1420px;
}

.faq-wrap {
  margin-top: 86px;
}

.faq-wrap h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 48px;
  margin: 0;
  text-align: center;
}

.faq-list {
  margin: 44px auto 0;
  max-width: 1250px;
}

.faq-item {
  border-bottom: 1px solid var(--u-line);
  overflow: hidden;
}

.faq-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  text-align: left;
  width: 100%;
}

.faq-trigger span {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.5;
  padding-right: 24px;
}

.faq-chevron {
  flex: 0 0 auto;
  height: 33px;
  transform: rotate(0deg);
  transition: transform 460ms cubic-bezier(0.33, 0, 0.2, 1);
  width: 33px;
}

.faq-item.is-active .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, -6px, 0);
  transition:
    max-height 760ms cubic-bezier(0.33, 0, 0.2, 1),
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.33, 0, 0.2, 1);
  will-change: max-height, opacity, transform;
}

.faq-item.is-active .faq-answer {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.faq-answer-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.45);
  font-family: "Inter", sans-serif;
  font-size: 16.67px;
  font-weight: 400;
  letter-spacing: -0.33px;
  line-height: 27px;
  margin: 0 20.8px;
  opacity: 0;
  padding: 16px 0 20px;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-item.is-active .faq-answer-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 90ms;
}

.final-cta {
  margin-top: 60px;
  text-align: center;
}

.final-cta p {
  font-size: 24.5px;
  font-weight: 600;
  letter-spacing: -0.49px;
  line-height: 29.4px;
  margin: 0;
}

.final-cta .download-btn {
  margin-top: 28px;
}

.free-download-modal[hidden] {
  display: none;
}

body.free-download-modal-open {
  overflow: hidden;
}

.free-download-modal {
  inset: 0;
  position: fixed;
  z-index: 10000;
}

.free-download-modal-backdrop {
  background: rgba(11, 30, 40, 0.62);
  inset: 0;
  position: absolute;
}

.free-download-dialog {
  background: #ffffff;
  border: 1px solid rgba(11, 30, 40, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(11, 30, 40, 0.32);
  left: 50%;
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 28px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, calc(100vw - 32px));
}

.free-download-close {
  align-items: center;
  background: #f2f5f7;
  border: 1px solid rgba(11, 30, 40, 0.12);
  border-radius: 999px;
  color: #0b1e28;
  cursor: pointer;
  display: inline-flex;
  font-size: 25px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 40px;
}

.free-download-dialog-head {
  padding-right: 48px;
}

.free-download-dialog-head span {
  color: var(--u-pink);
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.free-download-dialog-head h3 {
  color: #0b1e28;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 8px 0 0;
}

.free-download-dialog-head p {
  color: #344b63;
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.free-download-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.free-download-form label {
  color: #0b1e28;
  display: grid;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
  line-height: 1.4;
}

.free-download-field-label {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.free-download-optional {
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}

.free-download-form input[type="text"],
.free-download-form input[type="email"],
.free-download-form input[type="tel"],
.free-download-form select {
  appearance: none;
  background: #ffffff;
  border: 1px solid rgba(11, 30, 40, 0.18);
  border-radius: 8px;
  color: #0b1e28;
  font: inherit;
  font-weight: 500;
  min-height: 46px;
  outline: none;
  padding: 10px 12px;
}

.free-download-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, #344b63 50%),
    linear-gradient(135deg, #344b63 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size:
    6px 6px,
    6px 6px;
  padding-right: 36px;
}

.free-download-form input:focus,
.free-download-form select:focus {
  border-color: var(--u-pink);
  box-shadow: 0 0 0 3px rgba(232, 60, 102, 0.12);
}

.free-download-consent {
  align-items: flex-start;
  display: flex !important;
  gap: 10px !important;
}

.free-download-consent input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.free-download-consent span {
  color: #344b63;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.free-download-consent a {
  color: #0b1e28;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.free-download-submit {
  background: var(--u-yellow);
  border: 0;
  border-radius: 8px;
  color: #0b1e28;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  min-height: 50px;
  padding: 12px 18px;
}

.free-download-feedback {
  color: #344b63;
  display: none;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.free-download-feedback.is-visible {
  display: block;
}

.free-download-feedback.is-error {
  color: #b42318;
}

.ucretsiz-page .site-footer {
  margin-top: 0;
}

.ucretsiz-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 560ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--u-delay, 0ms);
}

.ucretsiz-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (hover: hover) and (pointer: fine) {
  .download-btn:hover {
    box-shadow:
      0 12px 18px rgba(0, 0, 0, 0.2),
      inset 0 2px 3px rgba(0, 0, 0, 0.18);
    filter: brightness(0.99);
    transform: translate3d(0, -2px, 0);
  }

  .faq-trigger:hover span {
    color: #111827;
  }
}

@media (max-width: 1280px) {
  .hero-accent {
    display: none;
  }

  .hero-content h1 {
    font-size: 46px;
    line-height: 52px;
  }

  .hero-content p {
    font-size: 20px;
    line-height: 32px;
  }

  .hero-media {
    right: 0;
    top: 52px;
    width: 620px;
  }

  .hero-media img {
    height: auto;
    width: 100%;
  }

  .content-overview {
    gap: 44px;
    grid-template-columns: 420px minmax(0, 560px);
  }

  .overview-cover img {
    height: auto;
    width: 100%;
  }

  .overview-list h2 {
    font-size: 38px;
  }

  .overview-list li span {
    font-size: 20px;
  }

  .strategy-copy p {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .ucretsiz-container {
    width: calc(100% - 40px);
  }

  .ucretsiz-hero {
    min-height: 0;
    padding: 24px 0 40px;
  }

  .hero-layout {
    min-height: 0;
  }

  .hero-accent {
    height: 360px;
    right: -220px;
    top: 280px;
    width: 620px;
  }

  .hero-content {
    max-width: none;
    padding-top: 16px;
  }

  .hero-badge {
    font-size: 14px;
    line-height: 20px;
    min-height: 32px;
    padding: 6px 12px;
  }

  .hero-badge img {
    height: 18px;
    width: 18px;
  }

  .hero-content h1 {
    font-size: 32px;
    letter-spacing: -0.3px;
    line-height: 40px;
    margin-top: 12px;
  }

  .hero-content p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 18px;
    max-width: 100%;
  }

  .hero-proof {
    margin-top: 24px;
  }

  .hero-proof span {
    font-size: 13px;
    line-height: 20px;
  }

  .download-btn {
    font-size: 20px;
    line-height: 25px;
    min-height: 44px;
    min-width: 200px;
    padding: 8px 18px;
  }

  .hero-media {
    margin: 18px auto 0;
    max-width: 520px;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .ucretsiz-content {
    padding: 56px 0 48px;
  }

  .content-overview {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .overview-cover {
    margin: 0 auto;
    max-width: 430px;
  }

  .overview-list h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .overview-list li span {
    font-size: 18px;
    line-height: 28px;
  }

  .strategy-copy {
    margin-top: 56px;
  }

  .strategy-copy h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .strategy-copy p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 18px;
  }

  .faq-wrap {
    margin-top: 48px;
  }

  .faq-wrap h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .faq-list {
    margin-top: 24px;
  }

  .faq-trigger {
    padding: 18px 0;
  }

  .faq-trigger span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 12px;
  }

  .faq-answer-inner {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    padding: 12px 0 16px;
  }

  .final-cta {
    margin-top: 44px;
  }

  .final-cta p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 640px) {
  .ucretsiz-container {
    width: calc(100% - 24px);
  }

  .hero-content h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero-proof-avatars img {
    height: 42px;
    width: 42px;
  }

  .hero-proof-avatars img + img {
    margin-left: -18px;
  }

  .download-btn {
    font-size: 18px;
    min-width: 160px;
  }

  .overview-list h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .overview-list li span {
    font-size: 16px;
    line-height: 24px;
  }

  .strategy-copy h2,
  .faq-wrap h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .free-download-dialog {
    max-height: calc(100vh - 24px);
    padding: 22px;
    width: calc(100vw - 24px);
  }

  .free-download-dialog-head {
    padding-right: 42px;
  }

  .free-download-dialog-head h3 {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ucretsiz-reveal,
  .faq-answer,
  .faq-answer-inner,
  .faq-chevron,
  .download-btn {
    transition-duration: 1ms !important;
  }
}
