*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Inter, sans-serif;
  background: #ffffff;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

main {
  max-width: 100%;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

/* Banner — Desktop (Figma 1440×650) */
.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 650px;
  overflow: hidden;
  background: #4e0052;
  padding-top: 46px;
}

.banner .img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.banner .img picture,
.banner .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .img img {
  object-fit: cover;
  object-position: center;
}

.banner .wrapper {
  position: relative;
  z-index: 1;
  padding-left: 86px;
}

.banner .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 506px;
  max-width: 100%;
  color: #ffffff !important;
  overflow-wrap: break-word;
}

.banner h1 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0;
  color: #ffffff !important;
}

.banner .body-1 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

/* Banner — Mobile (Figma 390×641) */
@media (max-width: 1024px) {
  .banner {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    border-radius: 0 0 24px 24px;
  }

  .banner .img {
    position: relative;
    inset: auto;
    width: 100%;
    height: 487px;
    flex: 0 0 487px;
    min-width: 0;
    overflow: hidden;
  }

  .banner .wrapper {
    padding-left: 0;
  }

  .banner .text {
    width: 100%;
    max-width: 100%;
    padding: 16px 16px 24px;
    gap: 16px;
  }

  .banner h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

/* Another-level — Desktop (Figma 1440×515) */
.another-level {
  width: 100%;
  background: #ffffff;
  color: #212121;
}

.another-level .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 64px 76px 32px;
}

.another-level .fixed-aspect-ratio-spacer {
  position: relative;
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  aspect-ratio: 630 / 420;
  overflow: hidden;
  border-radius: 32px;
}

.another-level .fixed-aspect-ratio-spacer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.another-level .sorgu-text {
  display: flex;
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  gap: 16px;
  padding: 32px;
  overflow-wrap: break-word;
}

.another-level h2 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  color: #4e0052;
  white-space: nowrap;
}

.another-level .sorgu-text p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #212121;
}

/* Another-level — Mobile (Figma 390×547) */
@media (max-width: 1024px) {
  .another-level .wrapper {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
  }

  .another-level .fixed-aspect-ratio-spacer {
    flex: none;
    width: calc(100% - 32px);
    margin: 32px 16px 0;
    aspect-ratio: 390 / 250;
  }

  .another-level .sorgu-text {
    flex: none;
    width: auto;
    align-self: auto;
    padding: 16px 16px 24px;
  }

  .another-level h2 {
    white-space: normal;
    width: 100%;
  }
}

/* Discount-code — Desktop (Figma 1440×515) */
.discount-code {
  width: 100%;
  background: #ffffff;
  color: #212121;
}

.discount-code .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 32px 76px 64px;
}

.discount-code .fixed-aspect-ratio-spacer {
  position: relative;
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  aspect-ratio: 630 / 420;
  overflow: hidden;
  border-radius: 32px;
}

.discount-code .fixed-aspect-ratio-spacer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.discount-code .sorgu-text {
  display: flex;
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  gap: 56px;
  padding: 32px;
  overflow-wrap: break-word;
}

.discount-code .frame-2085663018 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.discount-code h2 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  color: #4e0052;
  width: 100%;
}

.discount-code .sorgu-text p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #212121;
}

.discount-code .sorgu-text p a {
  color: #0d7dfe;
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.discount-code .large-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 12px 24px;
  border: none;
  border-radius: 40px;
  background: #4e0052;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.discount-code .large-button:hover {
  background-color: #3d0040;
}

.discount-code .large-button:focus-visible {
  outline: 2px solid #0d7dfe;
  outline-offset: 2px;
}

/* Discount-code — Mobile (Figma 390×611) */
@media (max-width: 1024px) {
  .discount-code .wrapper {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
  }

  .discount-code .fixed-aspect-ratio-spacer {
    flex: none;
    order: -1;
    width: calc(100% - 32px);
    margin: 32px 16px 0;
    aspect-ratio: 390 / 250;
  }

  .discount-code .sorgu-text {
    flex: none;
    width: auto;
    align-self: auto;
    gap: 16px;
    padding: 16px 16px 24px;
  }

  .discount-code .large-button {
    width: 100%;
  }
}

/* Notebook-discounts — Desktop (Figma 1440×490) */
.notebook-discounts {
  width: 100%;
  background: linear-gradient(180deg, #fff1fb 0%, #ffffff 100%);
  color: #212121;
}

.notebook-discounts .wrapper {
  padding: 64px 76px;
}

.notebook-discounts .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.notebook-discounts h2 {
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  color: #4e0052;
  text-align: center;
}

.notebook-discounts .icons {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}

.notebook-discounts article {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 0;
  overflow: hidden;
  padding-bottom: 24px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 32px;
}

.notebook-discounts article img {
  display: block;
  width: 100%;
  height: 172px;
  object-fit: cover;
  object-position: center;
}

.notebook-discounts article p {
  width: 100%;
  padding: 0 24px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #212121;
  text-align: center;
  overflow-wrap: break-word;
  margin-bottom: 0;
}

.notebook-discounts article .tiny-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #4e0052;
}

/* Notebook-discounts — Mobile slider (Figma 390×394) */
@media (max-width: 1024px) {
  .notebook-discounts .wrapper {
    padding: 24px 16px;
  }

  .notebook-discounts .content {
    gap: 16px;
  }

  .notebook-discounts .icons {
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-x;
  }

  .notebook-discounts .icons::-webkit-scrollbar {
    display: none;
  }

  .notebook-discounts article {
    flex: 0 0 280px;
    width: 280px;
    padding-bottom: 16px;
    scroll-snap-align: start;
  }

  .notebook-discounts article p {
    padding: 0;
  }

  .notebook-discounts .icons.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
  }
}

/* FAQ — Desktop (Figma 1440×590) */
.faq {
  width: 100%;
  background: #fafafa;
}

.faq .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq .soru-cevap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 848px;
  padding: 64px 16px;
}

.faq .frame-500 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0 16px 8px;
  text-align: center;
}

.faq h2 {
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  color: #4e0052;
}

.faq .frame-500 > p {
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #9e9e9e;
}

.faq details {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.faq details:last-of-type {
  border-bottom: none;
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 0;
  list-style: none;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #4e0052;
}

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

.faq summary::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../images/chevron-left.svg") center / 24px 24px no-repeat;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.faq details[open] summary::after {
  transform: rotate(90deg);
}

.faq details > p {
  padding: 0 32px 16px 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #212121;
}

/* FAQ — Mobile (Figma 390×546) */
@media (max-width: 1024px) {
  .faq .soru-cevap {
    padding: 32px 16px;
  }
}

/* Campaign-conditions — Desktop (Figma 1440×864, expanded) */
.campaign-conditions {
  width: 100%;
  background: #fafafa;
}

.campaign-conditions .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 16px;
}

.campaign-conditions .card-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 848px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 32px;
}

.campaign-conditions h2 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  color: #4e0052;
  text-align: center;
  white-space: nowrap;
}

.campaign-conditions .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.campaign-conditions .card-row:not(.is-open) .text {
  display: none;
}

.campaign-conditions .text p {
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #212121;
}

.campaign-conditions .text a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.campaign-conditions .light-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: none;
  background: none;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #4e0052;
  text-align: right;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.campaign-conditions .light-button:hover {
  opacity: 0.7;
}

.campaign-conditions .light-button:focus-visible {
  outline: 2px solid #0d7dfe;
  outline-offset: 2px;
}

/* Campaign-conditions — Mobile (Figma 390×172, collapsed) */
@media (max-width: 1024px) {
  .campaign-conditions .wrapper {
    padding: 24px 20px;
  }

  .campaign-conditions .card-row {
    padding: 24px 16px;
  }
}
