:root {
  --color-primary: #e83c66;
  --color-secondary: #fcc031;
  --color-bg-dark: #0b1e28;
  --color-bg-soft: #f6f6f6;
  --color-text: #000000;
  --color-white: #ffffff;
  --color-muted: #737373;
  --radius-6: 6px;
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-24: 24px;
  --radius-64: 64px;
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.1);
}

* {
  box-sizing: border-box;
}

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

body {
  background: var(--color-bg-soft);
  color: var(--color-text);
  font-family: "Open Sans", sans-serif;
}

.sepet-page {
  background: var(--color-white);
  overflow-x: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 32px);
}

.top-news {
  background: var(--color-primary);
  color: var(--color-white);
}

.top-news-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 44px;
}

.top-news-left {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 18px;
}

.top-news-right {
  align-items: center;
  display: flex;
  gap: 16px;
}

.top-news-right a {
  align-items: center;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  line-height: 20px;
}

.top-news-close {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

.contact-strip {
  background: var(--color-bg-dark);
  border-bottom: 1px solid var(--color-bg-dark);
  color: #f6f6f6;
}

.contact-strip-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 48px;
}

.contact-links {
  align-items: center;
  display: flex;
  gap: 24px;
}

.contact-links a {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  gap: 8px;
  line-height: 18px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-left: 24px;
}

.social-links a {
  align-items: center;
  border-radius: var(--radius-10);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.site-header {
  background: #fafafa;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  min-height: 80px;
  padding: 16px 0;
}

.brand {
  align-items: center;
  display: inline-flex;
  height: 40px;
  margin-right: 32px;
  width: 128px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 32px;
  margin-right: auto;
  position: relative;
}

.main-nav a {
  align-items: center;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  gap: 4px;
  line-height: 20px;
  padding: 10px 0;
}

.main-nav a.active {
  border-bottom: 1px solid var(--color-primary);
  color: #000000;
  font-weight: 600;
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 24px;
}

.btn-icon {
  align-items: center;
  background: #fcf0f3;
  border-radius: var(--radius-12);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  padding: 12px 24px;
}

.btn-login {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-12);
  color: var(--color-white);
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  line-height: 20px;
  padding: 12px 24px;
}

.section-badge {
  align-items: center;
  background: var(--color-secondary);
  border-radius: var(--radius-24);
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  line-height: 20px;
  padding: 6px 12px;
  width: fit-content;
}

.section-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

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

.section-heading p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  max-width: 840px;
}

.pill-btn {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-64);
  color: var(--color-white);
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  letter-spacing: -0.4px;
  line-height: 28px;
  min-height: 52px;
  padding: 12px 24px;
}

.lessons-hero-section {
  margin-top: 32px;
}

.lessons-hero-layout {
  align-items: center;
  display: grid;
  gap: 126px;
  grid-template-columns: 486px 588px;
}

.lessons-hero-content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}

.lessons-hero-content h1 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1.04px;
  line-height: 56px;
  margin: 24px 0 0;
}

.lessons-hero-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.lessons-hero-content p span {
  font-weight: 600;
}

.lessons-hero-content .pill-btn {
  min-width: 240px;
  width: 240px;
}

.lessons-hero-image-wrap {
  border-radius: var(--radius-20);
  height: 846px;
  overflow: hidden;
  width: 588px;
}

.lessons-hero-image-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lesson-programs-section,
.lesson-method-section,
.lesson-level-section,
.lesson-tools-section,
.lesson-teachers-section,
.lesson-reviews-section,
.faq-contact-section {
  margin-top: 120px;
}

.lesson-programs-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lesson-program-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lesson-program-image-wrap {
  border-radius: var(--radius-12);
  height: 460px;
  overflow: hidden;
  position: relative;
}

.lesson-program-image-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-badge {
  align-items: center;
  border-radius: var(--radius-24);
  color: var(--color-white);
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  left: 16px;
  line-height: 20px;
  padding: 6px 12px;
  position: absolute;
  top: 16px;
}

.image-badge-pink {
  background: var(--color-primary);
}

.lesson-program-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lesson-program-content h3 {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  gap: 12px;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 0;
}

.program-icon {
  align-items: center;
  border-radius: var(--radius-12);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.program-icon-pink {
  background: var(--color-primary);
}

.program-icon-yellow {
  background: var(--color-secondary);
}

.program-subtitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 28px;
  margin: 0;
}

.program-desc {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.program-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.program-tags span {
  background: var(--color-primary);
  border-radius: var(--radius-8);
  color: var(--color-white);
  font-size: 14px;
  line-height: 20px;
  padding: 4px 10px;
}

.program-tags-yellow span {
  background: var(--color-secondary);
  color: #2c0a12;
}

.program-link {
  align-items: center;
  border-bottom: 1px solid var(--color-primary);
  color: var(--color-primary);
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 6px;
  letter-spacing: -0.4px;
  line-height: 28px;
  width: fit-content;
}

.lesson-method-video-wrap {
  border-radius: var(--radius-12);
  height: 675px;
  margin-top: 48px;
  overflow: hidden;
  position: relative;
}

.lesson-method-video-wrap::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  inset: 0;
  position: absolute;
}

.lesson-method-video-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.video-play-btn {
  align-items: center;
  background: var(--color-white);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 120px;
  justify-content: center;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  z-index: 2;
}

.level-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.level-card {
  background: var(--color-white);
  border: 1px solid #e7e7e7;
  border-radius: var(--radius-12);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 204px;
  padding: 24px;
}

.level-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.level-chip {
  background: var(--color-primary);
  border-radius: var(--radius-12);
  color: var(--color-white);
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 32px;
  padding: 4px 12px;
}

.level-range {
  color: #737373;
  font-size: 18px;
  line-height: 28px;
}

.level-card h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 0;
}

.level-card p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.level-card-cta {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
  justify-content: flex-start;
  min-height: 212px;
}

.level-cta-icon {
  align-items: center;
  background: #fcf0f3;
  border-radius: var(--radius-12);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.level-card-cta h3 {
  color: var(--color-white);
}

.level-card-cta a {
  align-items: center;
  background: var(--color-white);
  border-radius: var(--radius-64);
  color: var(--color-primary);
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  gap: 6px;
  justify-content: center;
  line-height: 20px;
  min-height: 48px;
  padding: 12px 24px;
  width: 100%;
}

.level-footnote {
  color: var(--color-primary);
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  margin: 24px 0 0;
  text-align: center;
}

.tools-stack {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
}

.tool-row {
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: var(--radius-12);
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 564px 1fr;
  overflow: hidden;
  padding: 32px;
}

.tool-row-reverse {
  grid-template-columns: 1fr 564px;
}

.tool-row-pink {
  background: #fcf0f3;
}

.tool-row-yellow {
  background: #fff5de;
}

.tool-row-blue {
  background: #f0f4f7;
}

.tool-media {
  border-radius: var(--radius-12);
  height: 268px;
  overflow: hidden;
  position: relative;
}

.tool-row:first-child .tool-media {
  height: 240px;
}

.tool-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tool-media-double {
  overflow: hidden;
}

.tool-media-main {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tool-media-overlay {
  height: 413px;
  left: -32px;
  object-fit: cover;
  position: absolute;
  top: -20px;
  width: 614px;
}

.tool-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
}

.tool-content h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 0;
}

.tool-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.tools-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.lesson-teachers-section .section-heading,
.lesson-reviews-section .section-heading {
  margin-bottom: 48px;
}

.teachers-layout {
  display: grid;
  gap: 32px;
  grid-template-columns: 378px 378px 380px;
}

.teachers-card {
  border-radius: var(--radius-12);
  height: 592px;
  overflow: hidden;
  position: relative;
}

.teachers-photo {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.teachers-info-box {
  background: #ffe49e;
  border-radius: var(--radius-12);
  bottom: 24px;
  color: var(--color-text);
  left: 16px;
  padding: 16px;
  position: absolute;
  right: 16px;
}

.teachers-info-box h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 28px;
  margin: 0 0 12px;
}

.teachers-role {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 12px;
}

.teachers-info-box p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.teachers-side-panel {
  background: #ffe49e;
  border-radius: var(--radius-12);
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.teachers-side-panel h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 28px;
  margin: 0 0 16px;
}

.teachers-side-panel ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.teachers-side-panel li {
  display: flex;
  font-size: 18px;
  gap: 12px;
  line-height: 28px;
}

.teachers-side-panel li img {
  flex: 0 0 20px;
  margin-top: 4px;
}

.teachers-nav-arrows {
  display: flex;
  gap: 4px;
  margin-top: 32px;
}

.teachers-arrow {
  align-items: center;
  background: transparent;
  border-radius: var(--radius-64);
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 8px;
  width: 40px;
}

.teachers-arrow-left {
  border: 1px solid #d1d1d1;
}

.teachers-arrow-right {
  border: 1px solid #454545;
}

.reviews-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  background: #f6f6f6;
  border-radius: var(--radius-12);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}

.review-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.reviewer {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviewer img {
  border-radius: 50%;
  flex: 0 0 52px;
}

.reviewer h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.reviewer p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.review-meta {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.review-score {
  align-items: center;
  background: var(--color-primary);
  border-radius: 30px;
  color: var(--color-white);
  display: inline-flex;
  font-size: 12px;
  gap: 3px;
  line-height: 18px;
  padding: 2px 12px;
}

.review-date {
  font-size: 12px;
  line-height: 18px;
}

.review-card > p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.faq-contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.faq-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.faq-intro p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  min-height: var(--faq-list-stable-height, auto);
  overflow-anchor: none;
}

.faq-item {
  border-bottom: 1px solid #d1d1d1;
  overflow: hidden;
  transition: background-color 260ms ease;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 28px;
  padding: 24px;
  text-align: left;
  width: 100%;
}

.faq-trigger span {
  flex: 1;
  min-width: 0;
  padding-right: 24px;
}

.faq-chevron {
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
  transition: transform 460ms cubic-bezier(0.33, 0, 0.2, 1), opacity 260ms ease;
}

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

.faq-list .faq-answer {
  max-height: 0;
  min-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-answer-inner {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  padding: 16px 20px 24px;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-answer-inner::before {
  background: #1f1f1f;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 16px;
  opacity: 0.28;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-answer-inner p {
  margin: 0;
}

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

.faq-item.is-active .faq-answer-inner::before {
  opacity: 0.52;
  transform: scaleX(1);
}

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

.contact-form-section {
  background: var(--color-primary);
  border-radius: var(--radius-12);
  overflow: hidden;
  padding: 64px;
}

.contact-form-wrap {
  align-items: flex-start;
  display: grid;
  gap: 48px;
  grid-template-columns: 380px 578px;
  margin: 0 auto;
  max-width: 1006px;
}

.contact-card {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-card-visual {
  border-radius: var(--radius-12);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 191px;
  overflow: hidden;
  width: 100%;
}

.contact-card-visual-link {
  display: block;
  height: 100%;
}

.contact-card-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.contact-card h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 48px;
  margin: 24px 0 0;
}

.contact-card h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 6px 0 0;
  max-width: 446px;
}

.contact-card p {
  font-size: 18px;
  line-height: 28px;
  margin: 6px 0 0;
  max-width: 446px;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 23px;
}

.contact-cta {
  align-items: center;
  border-radius: var(--radius-64);
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  letter-spacing: -0.4px;
  line-height: 28px;
  min-height: 52px;
  width: 100%;
}

.contact-cta-primary {
  background: var(--color-white);
  color: #0b1e28;
}

.contact-cta-outline {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

.contact-form {
  background: var(--color-white);
  border-radius: var(--radius-16);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}

.contact-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.contact-row {
  display: grid;
  gap: 16px;
}

.contact-row.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-row-phone {
  gap: 24px;
}

.contact-form label,
.phone-stack label {
  color: #000000;
  display: flex;
  flex-direction: column;
  font-family: "SF Pro Text", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  line-height: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: var(--color-white);
  background-image: none;
  border: 1px solid #d1d1d1;
  border-radius: var(--radius-6);
  color: #000000;
  font-family: "SF Pro Text", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 12px;
}

.contact-form input::placeholder,
.contact-form select,
.contact-form textarea::placeholder {
  color: #b0b0b0;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form select {
  padding-right: 32px;
}

.phone-stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.phone-row {
  display: grid;
  gap: 6px;
  grid-template-columns: 79px minmax(0, 1fr);
}

.select-wrap {
  position: relative;
}

.select-wrap select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  width: 100%;
}

.select-wrap img {
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.contact-form textarea {
  min-height: 113px;
  resize: none;
}

.contact-submit {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: var(--radius-24);
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  letter-spacing: -0.4px;
  line-height: 28px;
  min-height: 52px;
  width: 100%;
}

.contact-cta img,
.contact-submit img {
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.contact-note {
  align-items: center;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  gap: 4px;
  justify-content: center;
  letter-spacing: -0.1504px;
  line-height: 20px;
  margin: 0;
}

.contact-note img {
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.site-footer {
  background: #0b1e28;
  margin-top: 100px;
  padding: 48px 0;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer-top {
  display: grid;
  gap: 32px;
  grid-template-columns: 492px 1fr;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-newsletter p {
  color: #f6f6f6;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 279px;
}

.footer-newsletter-form label {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  gap: 4px;
  line-height: 20px;
}

.footer-newsletter-form input {
  background: transparent;
  border: 1px solid #b0b0b0;
  border-radius: var(--radius-6);
  color: var(--color-white);
  min-height: 48px;
  padding: 14px 16px;
}

.footer-newsletter-form input::placeholder {
  color: #888888;
}

.footer-newsletter-btn {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: var(--radius-64);
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  gap: 6px;
  justify-content: center;
  line-height: 20px;
  min-height: 44px;
  padding: 12px 24px;
  width: fit-content;
}

.footer-newsletter-note {
  color: #f6f6f6;
  font-size: 12px;
  line-height: 18px;
}

.footer-links-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-links-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-col h4 {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 4px;
}

.footer-links-col a {
  color: #f6f6f6;
  font-size: 16px;
  line-height: 24px;
}

.footer-contact-link {
  align-items: center;
  display: flex;
  gap: 12px;
}

.footer-contact-icon {
  align-items: center;
  background: #344b63;
  border-radius: var(--radius-10);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.footer-contact-address {
  color: #f6f6f6;
  display: grid;
  gap: 0;
  grid-template-columns: 40px 1fr;
  line-height: 24px;
}

.footer-contact-address span:first-child {
  align-items: center;
  display: inline-flex;
  grid-row: 1 / 3;
}

.footer-contact-address span:last-child {
  display: block;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid #344b63;
  display: flex;
  justify-content: space-between;
  padding-top: 33px;
}

.footer-copy {
  color: #f6f6f6;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  align-items: center;
  background: #344b63;
  border-radius: var(--radius-10);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  color: #f6f6f6;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1280px) {
  .lessons-hero-layout {
    gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .lessons-hero-image-wrap {
    height: 720px;
    width: 100%;
  }

  .tool-row,
  .tool-row-reverse {
    grid-template-columns: 1fr;
  }

  .tool-media,
  .tool-row:first-child .tool-media {
    height: 320px;
    width: 100%;
  }

  .tool-media-overlay {
    inset: 0;
    width: 100%;
  }

  .teachers-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .teachers-side-panel {
    grid-column: 1 / -1;
  }

  .contact-form-wrap {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .main-nav {
    display: none;
  }

  .contact-strip-inner {
    flex-direction: column;
    gap: 8px;
    padding: 8px 0;
  }

  .social-links {
    margin-left: 0;
  }

  .lesson-programs-grid,
  .level-grid,
  .reviews-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-row.two-col {
    grid-template-columns: 1fr;
  }

  .footer-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

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

  .top-news-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
  }

  .top-news-right {
    width: 100%;
  }

  .header-inner {
    min-height: auto;
    padding: 12px 0;
  }

  .nav-actions {
    gap: 8px;
  }

  .btn-icon,
  .btn-login {
    padding: 10px 12px;
  }

  .btn-login {
    font-size: 14px;
  }

  .lessons-hero-layout {
    grid-template-columns: 1fr;
  }

  .lessons-hero-content h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .lessons-hero-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .section-heading h2,
  .faq-intro h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-heading p,
  .program-desc,
  .level-card p,
  .tool-content p,
  .faq-intro p,
  .contact-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .lesson-method-video-wrap {
    height: 420px;
  }

  .level-card,
  .level-card-cta,
  .review-card {
    min-height: 0;
  }

  .tool-content {
    padding: 20px;
  }

  .teachers-layout {
    grid-template-columns: 1fr;
  }

  .contact-form-section {
    padding: 20px;
  }

  .contact-card h3 {
    font-size: 34px;
    line-height: 40px;
  }

  .contact-card h4 {
    font-size: 22px;
  }

  .contact-cta,
  .contact-submit {
    font-size: 24px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 12px;
  }
}

/* ===== Sepet Sayfasi ===== */
.sepet-page {
  background: var(--color-bg-soft);
}

.sepet-page main {
  padding-top: 0;
}

.sepet-page .container {
  max-width: 1427px;
  width: calc(100% - 26px);
}

.sepet-page .top-news .container,
.sepet-page .contact-strip .container,
.sepet-page .site-header .container {
  max-width: 1200px;
  width: calc(100% - 40px);
}

.sepet-page .main-nav a.active {
  border-bottom-color: var(--color-primary);
}

.btn-icon-cart {
  color: var(--color-primary);
  gap: 8px;
  height: 48px;
  padding: 12px 16px;
  width: auto;
}

.btn-icon-cart span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}

.cart-hero-section {
  background: #fff5de;
  padding: 69px 0;
}

.sepet-page .cart-hero-inner {
  max-width: 1427px;
}

.cart-hero-inner > h1 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1.04px;
  line-height: 56px;
  margin: 0;
}

.cart-feature-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 22px;
}

.cart-feature-item {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  gap: 8px;
  line-height: 28px;
}

.cart-feature-icon {
  display: inline-flex;
  flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

.cart-panel {
  background: var(--color-white);
  border-radius: 50px 50px 0 0;
  margin-top: 32px;
  padding: 40px;
}

.cart-top-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) 444px;
}

.cart-program-column h2,
.cart-kur-column h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 0;
}

.program-type-cards {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  max-width: 430px;
}

.program-type-card {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 12px 14px;
}

.program-type-card h3 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.program-type-card p {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 18px;
  margin: 2px 0 0;
}

.program-type-card.is-active h3 {
  color: var(--color-primary);
}

.cart-filter-row {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.cart-filter-row button {
  align-items: center;
  background: var(--color-white);
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  color: #1a1a1a;
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 8px;
  line-height: 28px;
  min-height: 50px;
  padding: 10px 18px;
}

.cart-filter-row button:first-child {
  width: 227px;
}

.cart-filter-row button:nth-child(2) {
  width: 211px;
}

.cart-kur-column > p {
  font-size: 18px;
  line-height: 28px;
  margin: 4px 0 0;
}

.cart-panel-message {
  font-size: 13px;
  line-height: 18px;
  margin: 6px 0 0;
  min-height: 18px;
}

.cart-panel-message.is-error {
  color: #cf2f59;
}

.cart-panel-message.is-success {
  color: #2c8a4a;
}

.cart-kur-count {
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}

.cart-kur-column.is-busy {
  opacity: 0.66;
  pointer-events: none;
}

.kur-cards {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.kur-card {
  align-items: flex-end;
  background: var(--color-white);
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  display: flex;
  justify-content: space-between;
  min-height: 110px;
  padding: 12px 22px;
  position: relative;
}

.kur-card h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 0;
}

.kur-card p {
  font-size: 18px;
  line-height: 28px;
  margin: 2px 0 0;
}

.kur-card strong {
  font-size: 27.6px;
  font-weight: 400;
  line-height: 42.9px;
  padding-bottom: 10px;
}

.kur-card-favorite {
  padding-top: 23px;
}

.kur-favorite-badge {
  align-items: center;
  background: #ffdbe4;
  border: 1px solid #dfdddd;
  border-radius: 2px;
  display: inline-flex;
  font-size: 10px;
  gap: 4px;
  left: -1px;
  line-height: 14px;
  min-height: 15px;
  padding: 0 12px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.cart-item-card {
  align-items: center;
}

.cart-item-main {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.cart-item-main h3 {
  font-size: 21px;
  line-height: 29px;
}

.cart-item-main p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.cart-item-side {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-item-side strong {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 0;
}

.cart-item-qty {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  margin-top: 6px;
}

.cart-item-qty-btn {
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: #1a1a1a;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 30px;
}

.cart-item-qty-value {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  min-width: 54px;
  text-align: center;
}

.cart-item-remove-btn {
  background: transparent;
  border: 0;
  color: #cf2f59;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 0;
  text-decoration: underline;
}

.cart-item-card-empty {
  align-items: center;
  gap: 14px;
}

.cart-item-card-empty h3 {
  font-size: 22px;
  line-height: 30px;
}

.cart-item-card-empty p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.cart-item-empty-link {
  align-items: center;
  background: #1a1a1a;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  text-decoration: none;
  white-space: nowrap;
}

.cart-item-empty-value {
  color: #1a1a1a;
  font-size: 28px;
  line-height: 36px;
}

.cart-coupon-form {
  margin-top: 16px;
}

.cart-coupon-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 6px;
}

.cart-coupon-row {
  display: flex;
  gap: 8px;
}

.cart-coupon-row input {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  color: #1a1a1a;
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 20px;
  min-height: 42px;
  padding: 10px 12px;
  text-transform: uppercase;
}

.cart-coupon-row button {
  background: #1a1a1a;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-width: 90px;
  padding: 10px 16px;
}

.cart-coupon-message {
  font-size: 13px;
  line-height: 18px;
  margin: 8px 0 0;
  min-height: 18px;
}

.cart-coupon-message.is-error {
  color: #cf2f59;
}

.cart-coupon-message.is-success {
  color: #2c8f57;
}

.cart-summary-card {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  margin-top: 14px;
  padding: 14px;
}

.cart-summary-row {
  align-items: center;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  line-height: 22px;
  padding: 4px 0;
}

.cart-summary-row strong {
  font-size: 16px;
  line-height: 22px;
}

.cart-summary-row-total {
  border-top: 1px solid #ddd;
  margin-top: 6px;
  padding-top: 10px;
}

.cart-summary-row-total strong {
  color: #1a1a1a;
  font-size: 20px;
  line-height: 28px;
}

.cart-checkout-btn {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  margin-top: 14px;
  min-height: 48px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cart-checkout-btn.is-disabled,
.cart-checkout-btn:disabled {
  background: #b7b7b7;
  cursor: not-allowed;
}

.sepet-page .cart-top-grid {
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 430px;
}

.sepet-page .program-type-cards {
  max-width: 520px;
}

.sepet-page .program-type-card {
  border-radius: 12px;
  cursor: pointer;
  min-height: 96px;
  padding: 14px 16px;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sepet-page .program-type-card:hover {
  border-color: #d8cfd2;
  transform: translateY(-1px);
}

.sepet-page .program-type-card.is-active {
  border-color: rgba(232, 60, 102, 0.45);
  box-shadow: 0 0 0 1px rgba(232, 60, 102, 0.12);
}

.sepet-page .program-type-card h3 {
  color: var(--color-primary);
  margin-right: 132px;
}

.sepet-page .program-type-card p {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 21px;
  margin-top: 4px;
}

.sepet-page .program-type-card-badge {
  align-items: center;
  background: #df5679;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  gap: 6px;
  line-height: 18px;
  padding: 5px 10px;
  position: absolute;
  right: 12px;
  top: 10px;
}

.sepet-page .program-type-card-badge img {
  filter: brightness(0) invert(1);
  height: 14px;
  width: 14px;
}

.sepet-page .cart-filter-group {
  margin-top: 36px;
}

.sepet-page .cart-filter-group h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 38px;
  margin: 0 0 10px;
}

.sepet-page .cart-filter-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  max-width: 100%;
}

.sepet-page .cart-filter-row[hidden] {
  display: none;
}

.sepet-page .cart-filter-stock-message {
  background: #fff7f9;
  border: 1px solid rgba(232, 60, 102, 0.22);
  border-radius: 12px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  max-width: 720px;
  padding: 16px 18px;
}

.sepet-page .cart-filter-stock-message[hidden] {
  display: none;
}

.sepet-page .cart-filter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  width: auto;
}

.sepet-page .cart-filter-field > span {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.sepet-page .cart-filter-select-wrap {
  position: relative;
}

.sepet-page .cart-filter-select-wrap select {
  -webkit-appearance: none;
  appearance: none;
  background: var(--color-white);
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  min-height: 48px;
  padding: 10px 40px 10px 16px;
  width: 100%;
}

.sepet-page .cart-filter-select-wrap img {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.sepet-page .cart-kur-column > p {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.sepet-page .cart-kur-column > p.is-selection-pending {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.sepet-page .kur-cards {
  margin-top: 14px;
}

.sepet-page .kur-card {
  align-items: stretch;
  border-radius: 12px;
  cursor: pointer;
  min-height: 106px;
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sepet-page .kur-card:hover {
  border-color: #d6c7cb;
}

.sepet-page .kur-card.is-active {
  border-color: #d77e95;
  box-shadow: 0 0 0 2px rgba(232, 60, 102, 0.12);
}

.sepet-page .kur-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.sepet-page .kur-card-main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
}

.sepet-page .kur-card-main h3 {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  line-height: 26px;
  margin: 0;
}

.sepet-page .kur-card-copy {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.sepet-page .kur-card-price {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 120px;
  text-align: right;
}

.sepet-page .kur-card-price-label {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.sepet-page .kur-card-price-value {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
}

.sepet-page .kur-card-price-value strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
}

.sepet-page .kur-card-price-value span {
  font-size: 15px;
  font-weight: 600;
  margin-left: 2px;
}

.sepet-page .kur-favorite-badge {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  justify-content: center;
}

.sepet-page .kur-favorite-badge img {
  height: 12px;
  width: 12px;
}

.sepet-page .cart-kur-column .cart-upsell-column {
  margin-top: 28px;
}

.sepet-page .cart-kur-column .cart-upsell-column .upsell-cards {
  margin-top: 22px;
}

.sepet-page .cart-kur-column .upsell-card {
  min-height: 184px;
}

.sepet-page .cart-kur-column .upsell-card p {
  display: block;
}

.sepet-page .cart-kur-column .upsell-note {
  margin-top: 16px;
}

.sepet-page .cart-kur-column .upsell-actions {
  margin-top: 22px;
}

.sepet-page .cart-bottom-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.cart-checkout-panel {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  margin-top: 12px;
  padding: 16px;
}

.cart-checkout-panel h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 28px;
  margin: 0;
}

.cart-checkout-panel > p {
  color: #5a5a5a;
  font-size: 13px;
  line-height: 18px;
  margin: 4px 0 0;
}

.cart-checkout-form {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.cart-checkout-form label {
  color: #1a1a1a;
  display: grid;
  font-size: 13px;
  font-weight: 600;
  gap: 5px;
  line-height: 18px;
}

.cart-checkout-form input,
.cart-checkout-form textarea {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
  width: 100%;
}

.cart-checkout-form textarea {
  min-height: 92px;
  resize: vertical;
}

.cart-payment-methods {
  border: 1px solid #ececec;
  border-radius: 12px;
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 10px;
}

.cart-payment-methods legend {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 4px;
}

.cart-payment-option {
  align-items: center;
  border: 1px solid #ededed;
  border-radius: 10px;
  cursor: pointer;
  display: flex !important;
  gap: 10px;
  padding: 9px 10px;
}

.cart-payment-option.is-disabled {
  opacity: 0.45;
}

.cart-payment-option input {
  flex: 0 0 auto;
  margin: 0;
  width: 16px;
}

.cart-payment-option span {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.cart-bank-transfer-info {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 12px;
}

.cart-bank-transfer-info h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}

.cart-bank-info-grid {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.cart-bank-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.cart-bank-row span {
  color: #5a5a5a;
  font-size: 12px;
  line-height: 16px;
}

.cart-bank-row strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: right;
}

.cart-bank-note {
  color: #4d4d4d;
  font-size: 12px;
  line-height: 16px;
  margin: 8px 0 0;
}

.cart-checkout-message {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  min-height: 18px;
}

.cart-checkout-message.is-error {
  color: #cf2f59;
}

.cart-checkout-message.is-success {
  color: #2c8f57;
}

.cart-place-order-btn {
  align-items: center;
  background: #1a1a1a;
  border: 0;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  min-height: 46px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cart-place-order-btn:disabled {
  background: #b7b7b7;
  cursor: not-allowed;
}

.cart-count-badge {
  align-items: center;
  background: #cf2f59;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 6px;
  position: absolute;
  right: -8px;
  top: -8px;
}

.cart-count-badge.is-hidden {
  display: none;
}

.sepet-page .btn-cart {
  position: relative;
}

.cart-bottom-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) 444px;
  margin-top: 30px;
}

.cart-benefits-column h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.cart-benefits-column ul {
  margin: 8px 0 0;
  padding-left: 16px;
}

.cart-benefits-column li {
  font-size: 16px;
  line-height: 25.6px;
  margin-top: 2px;
}

.level-reminder-card {
  align-items: center;
  background: var(--color-primary);
  border-radius: 12px;
  display: flex;
  gap: 10px;
  margin-top: 38px;
  max-width: 325px;
  padding: 8px 12px;
}

.level-reminder-icon {
  align-items: center;
  background: #fcf0f3;
  border-radius: var(--radius-12);
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
}

.level-reminder-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}

.level-reminder-content span {
  color: var(--color-white);
  font-size: 16px;
  line-height: 24px;
}

.level-reminder-content a {
  align-items: center;
  background: var(--color-white);
  border-radius: var(--radius-64);
  color: var(--color-primary);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 4px;
  justify-content: center;
  line-height: 20px;
  padding: 5px 10px;
  white-space: nowrap;
  width: 100%;
}

.level-reminder-arrow-icon {
  flex: 0 0 14px;
  height: 14px;
  width: 14px;
}

.cart-upsell-column h3 {
  align-items: center;
  display: inline-flex;
  font-size: 24px;
  font-weight: 600;
  gap: 8px;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 0;
}

.cart-upsell-intro {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0 0;
  max-width: 430px;
}

.upsell-cards {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(2, 210px);
  margin-top: 16px;
}

.upsell-card {
  background: var(--color-white);
  border: 1px solid #ffc94c;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  display: grid;
  column-gap: 8px;
  grid-template-columns: 16px minmax(0, 1fr);
  grid-auto-rows: min-content;
  min-height: 160px;
  padding: 10px 12px 12px;
  row-gap: 4px;
}

.upsell-card:focus-visible {
  outline: 2px solid #e83c66;
  outline-offset: 2px;
}

.upsell-check-wrap {
  display: inline-flex;
  grid-column: 1;
  grid-row: 1;
  margin-top: 2px;
  position: relative;
}

.upsell-check-input {
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1px;
}

.upsell-check {
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 15px;
}

.upsell-check::after {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  content: "";
  height: 4px;
  transform: rotate(-45deg);
  width: 7px;
}

.upsell-check-input:checked + .upsell-check {
  background: #e83c66;
  border-color: #e83c66;
}

.upsell-check-input:checked + .upsell-check::after {
  border-color: #ffffff;
}

.upsell-check-input:focus-visible + .upsell-check {
  box-shadow: 0 0 0 2px rgba(232, 60, 102, 0.35);
}

.upsell-card.is-selected {
  border-color: #e83c66;
  box-shadow: 0 0 0 1px rgba(232, 60, 102, 0.2), var(--shadow-sm);
}

.upsell-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.upsell-card img {
  border-radius: 6px;
  height: 56px;
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  margin-left: 0;
  object-fit: cover;
  width: 60px;
}

.upsell-card h4 {
  font-size: 14px;
  font-weight: 600;
  grid-column: 2;
  line-height: 20px;
  margin: 2px 0 0;
}

.upsell-card p {
  color: #000000;
  font-size: 12px;
  grid-column: 2;
  line-height: 18px;
  margin: 0;
}

.upsell-variant-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  grid-column: 2;
  margin-top: 2px;
}

.upsell-variant-label {
  color: #47360e;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.upsell-variant-select {
  background: #fff;
  border: 1px solid #dfd4b5;
  border-radius: 8px;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 18px;
  min-height: 32px;
  padding: 6px 10px;
  width: 100%;
}

.upsell-variant-select:focus-visible {
  border-color: #e83c66;
  box-shadow: 0 0 0 2px rgba(232, 60, 102, 0.2);
  outline: none;
}

.upsell-variant-select:disabled {
  background: #f6f6f6;
  color: #8a8a8a;
  cursor: not-allowed;
}

.upsell-variant-stock {
  color: #6d6d6d;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  min-height: 16px;
}

.upsell-variant-stock.is-low {
  color: #a85d00;
}

.upsell-variant-stock.is-out {
  color: #cf2f59;
}

.upsell-price {
  color: #47360e;
  font-size: 12px;
  grid-column: 2;
  line-height: 18px;
  margin: 0;
}

.upsell-note {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  margin: 12px 0 0;
}

.upsell-note strong {
  font-weight: 600;
}

.upsell-actions {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.upsell-buy-btn,
.upsell-wa-btn {
  align-items: center;
  box-shadow: var(--shadow-sm);
  border-radius: 64px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  gap: 6px;
  height: 52px;
  justify-content: center;
  letter-spacing: -0.36px;
  line-height: 28px;
  min-width: 210px;
  padding: 12px 24px;
}

.upsell-buy-btn {
  background: linear-gradient(84.54deg, #e83c66 0%, #e74e73 100%);
  color: var(--color-white);
  height: 55px;
}

.upsell-buy-btn img {
  display: block;
  filter: brightness(0) invert(1);
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.upsell-buy-btn.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.upsell-wa-btn {
  background: #25d366;
  color: var(--color-white);
  height: 52px;
  min-width: 208px;
}

.upsell-wa-btn img {
  display: block;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.cart-diff-section {
  background: var(--color-white);
  padding: 60px 0 24px;
}

.cart-diff-section .container {
  max-width: 1200px;
}

.cart-diff-cards {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.cart-diff-card {
  display: flex;
  flex-direction: column;
}

.cart-diff-media {
  border-radius: 12px;
  height: 378px;
  overflow: hidden;
}

.cart-diff-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cart-diff-card h3 {
  align-items: center;
  display: inline-flex;
  font-size: 24px;
  font-weight: 600;
  gap: 12px;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 32px 0 0;
}

.cart-diff-card h3 span {
  align-items: center;
  background: var(--color-primary);
  border-radius: 12px;
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
}

.cart-diff-card p {
  font-size: 18px;
  line-height: 28px;
  margin: 24px 0 0;
}

.cart-tools-section {
  background: var(--color-white);
  overflow: hidden;
  padding: 32px 0 32px;
}

.cart-tools-section .container {
  max-width: 1422px;
}

.cart-tools-slider {
  margin-top: 40px;
  position: relative;
}

.cart-tools-viewport {
  clip-path: inset(0);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  overscroll-behavior-x: contain;
  position: relative;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-gutter: stable;
  cursor: grab;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #cfcfcf transparent;
  touch-action: pan-y;
}

.cart-tools-arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  box-sizing: border-box;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  opacity: 0.92;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  user-select: none;
  width: 52px;
  z-index: 4;
}

.cart-tools-arrow:hover {
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.2);
}

.cart-tools-arrow:focus-visible {
  outline: 3px solid rgba(232, 60, 102, 0.35);
  outline-offset: 3px;
}

.cart-tools-arrow[disabled] {
  cursor: default;
  opacity: 0.34;
}

.cart-tools-arrow.is-hidden {
  display: none;
}

.cart-tools-arrow img {
  display: block;
  height: 16px;
  pointer-events: none;
  width: 16px;
}

.cart-tools-arrow-left {
  left: 12px;
}

.cart-tools-arrow-left img {
  transform: rotate(180deg);
}

.cart-tools-arrow-right {
  right: 12px;
}

.cart-tools-viewport.is-safari-lock {
  overflow-x: hidden;
  scrollbar-width: none;
  touch-action: pan-y;
}

.cart-tools-viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.cart-tools-viewport img {
  -webkit-user-drag: none;
  user-select: none;
}

.cart-tools-viewport::-webkit-scrollbar {
  height: 8px;
}

.cart-tools-viewport::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 999px;
}

.cart-tools-viewport.is-safari-lock::-webkit-scrollbar {
  display: none;
}

.cart-tools-scrollbar {
  height: 8px;
  margin-top: 6px;
  max-width: 100%;
  position: relative;
}

.cart-tools-scrollbar::before {
  background: #ededed;
  border-radius: 999px;
  content: "";
  inset: 2px 0;
  position: absolute;
}

.cart-tools-scrollbar.is-hidden {
  display: none;
}

.cart-tools-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 999px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
}

.section-badge.section-badge-green {
  background: #4ade80;
  color: #000000;
}

.cart-tools-grid {
  display: flex;
  gap: 44px;
  min-width: 100%;
  padding-bottom: 10px;
  transform: none;
  transform-origin: left center;
  will-change: auto;
  width: max-content;
}

.cart-tools-viewport.is-safari-lock .cart-tools-grid {
  will-change: transform;
}

.cart-tool-card {
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  flex: 0 0 384px;
  height: 400px;
  min-height: 400px;
  min-width: 0;
  overflow: hidden;
  padding: 24px;
  scroll-snap-align: start;
}

.cart-tool-card h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 0;
}

.cart-tool-card p {
  font-size: 18px;
  line-height: 28px;
  margin: 8px 0 0;
}

.cart-tool-card img {
  border-radius: 12px;
  margin-top: 20px;
  width: 100%;
}

.cart-tool-green {
  background: #daffda;
}

.cart-tool-yellow {
  background: #ffeea9;
}

.cart-tool-pink {
  background: #ffdaf0;
}

.cart-tool-blue {
  background: #a9deff;
}

.cart-tool-yellow img {
  height: 185px;
  margin-top: 0;
  object-fit: cover;
  object-position: center;
}

.cart-tool-green img {
  height: 185px;
  margin-top: 12px;
  object-fit: cover;
  object-position: center;
}

.cart-tool-blue img {
  height: 185px;
  margin-top: 0;
  object-fit: cover;
}

.cart-tool-pink img {
  height: 168px;
  object-fit: cover;
}

.cart-tool-yellow h3,
.cart-tool-blue h3 {
  margin-top: 18px;
}

.cart-reviews-section {
  background: var(--color-white);
  padding: 26px 0 18px;
}

.cart-reviews-section .container {
  max-width: 1274px;
}

.cart-reviews-grid {
  display: grid;
  gap: 46px;
  grid-template-columns: repeat(4, 284px);
  justify-content: center;
  margin-top: 22px;
}

.cart-review-card {
  background: #fbfafa;
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  min-height: 169px;
  padding: 24px;
}

.cart-review-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}

.cart-review-stars {
  height: 40px;
  object-fit: cover;
  width: 133px;
}

.cart-review-verified {
  display: none;
}

.cart-review-verified-badge {
  align-items: center;
  color: #1d1d1d;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
  line-height: 16px;
  white-space: nowrap;
}

.cart-review-verified-icon {
  align-items: center;
  background: #1ab152;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 14px;
  font-size: 10px;
  font-weight: 700;
  height: 14px;
  justify-content: center;
  line-height: 1;
  width: 14px;
}

.cart-review-card h3 {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.714px;
  margin: 6px 0 0;
}

.cart-review-card p {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.714px;
  margin: 0;
}

.cart-review-meta {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.cart-review-name {
  color: #466484;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.714px;
}

.cart-review-date {
  color: #466484;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.714px;
}

.cart-reviews-footnote {
  color: #466484;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  margin: 16px 0 0;
  text-align: center;
}

.cart-reviews-footnote strong {
  font-weight: 700;
}

.cart-reviews-brand {
  display: flex;
  justify-content: center;
  margin-top: -2px;
}

.cart-reviews-brand img {
  height: auto;
  width: 158px;
}

.sepet-page .faq-contact-section {
  background: var(--color-white);
  margin-top: 0;
  padding-top: 24px;
}

.sepet-page .site-footer .footer-bottom {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  width: 100%;
}

.sepet-page .site-footer .footer-bottom > * {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.sepet-page .site-footer .footer-copy {
  color: #f6f6f6;
  display: block;
  margin: 0;
  max-width: 1120px;
  opacity: 1;
  text-align: center;
  visibility: visible;
  width: 100%;
}

.sepet-page .site-footer .footer-social,
.sepet-page .site-footer .footer-legal {
  justify-content: center;
}

.sepet-page .faq-intro .section-badge {
  background: var(--color-secondary);
}

.sepet-page .faq-contact-section > .container {
  max-width: 1405px;
}

.sepet-page .contact-card-visual img {
  height: 188px;
  object-fit: cover;
  object-position: top;
}

.sepet-page .contact-form-wrap {
  align-items: stretch;
}

.sepet-page .contact-form-section {
  margin: 0 auto;
  max-width: 1269px;
}

@media (max-width: 1240px) {
  .btn-icon-cart span {
    display: none;
  }

  .cart-top-grid,
  .cart-bottom-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cart-diff-cards,
  .cart-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-reviews-grid {
    gap: 16px;
  }

  .cart-reviews-footnote {
    font-size: 18px;
    line-height: 28px;
  }

  .cart-tools-grid {
    gap: 20px;
    width: max-content;
  }

  .cart-tools-arrow {
    height: 46px;
    width: 46px;
  }

  .cart-tool-card {
    flex: 0 0 320px;
    height: auto;
    min-height: 360px;
  }

  .cart-feature-row {
    gap: 16px;
  }

  .sepet-page .cart-top-grid {
    gap: 24px;
    grid-template-columns: minmax(0, 1fr);
  }

  .sepet-page .cart-filter-row {
    gap: 12px;
  }

  .sepet-page .cart-filter-field {
    width: auto;
  }
}

@media (max-width: 767px) {
  .cart-hero-section {
    padding: 40px 0 52px;
  }

  .cart-hero-inner > h1 {
    font-size: 34px;
    letter-spacing: -0.68px;
    line-height: 40px;
  }

  .sepet-page .cart-feature-row {
    align-items: flex-start;
    display: grid;
    gap: 16px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-feature-item {
    font-size: 16px;
    line-height: 24px;
    min-width: 0;
  }

  .cart-panel {
    border-radius: 24px 24px 0 0;
    margin-top: 24px;
    padding: 20px;
  }

  .kur-card h3,
  .cart-diff-card h3,
  .cart-tool-card h3,
  .cart-upsell-column h3 {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 32px;
  }

  .cart-filter-row {
    flex-direction: column;
  }

  .cart-filter-row button {
    justify-content: space-between;
    width: 100%;
  }

  .cart-item-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .cart-item-main {
    width: 100%;
  }

  .cart-item-side {
    align-items: flex-start;
    width: 100%;
  }

  .cart-item-side strong {
    font-size: 22px;
    line-height: 30px;
  }

  .cart-coupon-row {
    flex-direction: column;
  }

  .cart-coupon-row button {
    width: 100%;
  }

  .cart-diff-cards,
  .cart-reviews-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sepet-page .cart-diff-media {
    aspect-ratio: 1 / 1;
    height: auto;
    margin-inline: auto;
    width: 70%;
  }

  .cart-reviews-grid {
    gap: 16px;
  }

  .cart-reviews-footnote {
    font-size: 14px;
    line-height: 20px;
  }

  .cart-tools-grid {
    gap: 16px;
    width: max-content;
  }

  .cart-tools-arrow {
    height: 40px;
    width: 40px;
  }

  .cart-tools-arrow-left {
    left: 6px;
  }

  .cart-tools-arrow-right {
    right: 6px;
  }

  .cart-tool-card {
    flex: 0 0 min(84vw, 320px);
    height: auto;
    min-height: 0;
  }

  .upsell-actions {
    flex-direction: column;
  }

  .upsell-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .upsell-card {
    min-height: 0;
  }

  .upsell-buy-btn,
  .upsell-wa-btn {
    width: 100%;
  }

  .sepet-page .cart-filter-group {
    margin-top: 22px;
  }

  .sepet-page .cart-filter-group h3 {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 30px;
  }

  .sepet-page .cart-filter-row {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
  }

  .sepet-page .cart-filter-field {
    width: 100%;
  }

  .sepet-page .cart-filter-field > span {
    font-size: 13px;
  }

  .sepet-page .cart-filter-select-wrap select {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    padding: 10px 38px 10px 14px;
  }

  .sepet-page .kur-card {
    min-height: 0;
    padding: 12px;
  }

  .sepet-page .kur-card-main h3 {
    font-size: 17px;
    letter-spacing: -0.34px;
    line-height: 24px;
  }

  .sepet-page .kur-card-copy {
    font-size: 13px;
    line-height: 19px;
  }

  .sepet-page .kur-card-price {
    margin-top: 10px;
  }

  .sepet-page .kur-card-price-label {
    font-size: 13px;
    line-height: 18px;
  }

  .sepet-page .kur-card-price-value,
  .sepet-page .kur-card-price-value strong {
    font-size: 15px;
    line-height: 22px;
  }

  .sepet-page .kur-card-price-value span {
    font-size: 14px;
  }

  .sepet-page .program-type-card {
    min-height: 0;
    padding: 14px;
  }

  .sepet-page .program-type-card h3 {
    margin-right: 0;
    padding-right: 0;
  }

  .sepet-page .program-type-card-badge {
    margin-top: 8px;
    position: static;
    width: fit-content;
  }
}

/* ===== Sepet Effects ===== */
body.homepage-effects {
  overflow-x: hidden;
}

.homepage-effects .site-wrapper {
  isolation: isolate;
  position: relative;
}

.homepage-effects .top-news-right a,
.homepage-effects .social-links a,
.homepage-effects .main-nav a,
.homepage-effects .btn-icon,
.homepage-effects .btn-cart,
.homepage-effects .btn-login,
.homepage-effects .cart-filter-row button,
.homepage-effects .upsell-buy-btn,
.homepage-effects .upsell-wa-btn,
.homepage-effects .contact-cta,
.homepage-effects .contact-submit,
.homepage-effects .footer-newsletter-btn,
.homepage-effects .footer-social a,
.homepage-effects .footer-links-col a,
.homepage-effects .footer-legal a,
.homepage-effects .teachers-arrow,
.homepage-effects .section-badge,
.homepage-effects .faq-chevron,
.homepage-effects .upsell-check,
.homepage-effects .contact-form input,
.homepage-effects .contact-form select,
.homepage-effects .contact-form textarea {
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 280ms ease,
    background-color 280ms ease,
    color 280ms ease,
    filter 320ms ease,
    opacity 280ms ease;
}

.homepage-effects .pill-btn,
.homepage-effects .upsell-buy-btn,
.homepage-effects .upsell-wa-btn,
.homepage-effects .contact-cta,
.homepage-effects .contact-submit,
.homepage-effects .footer-newsletter-btn,
.homepage-effects .btn-login {
  overflow: hidden;
  position: relative;
}

.homepage-effects .pill-btn::before,
.homepage-effects .cart-checkout-btn::before,
.homepage-effects .cart-place-order-btn::before,
.homepage-effects .upsell-buy-btn::before,
.homepage-effects .upsell-wa-btn::before,
.homepage-effects .contact-cta::before,
.homepage-effects .contact-submit::before,
.homepage-effects .footer-newsletter-btn::before,
.homepage-effects .btn-login::before {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 18%,
    rgba(255, 255, 255, 0.24) 50%,
    rgba(255, 255, 255, 0) 82%
  );
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%);
  transition: opacity 280ms ease;
}

.homepage-effects .cart-panel,
.homepage-effects .cart-checkout-panel,
.homepage-effects .program-type-card,
.homepage-effects .kur-card,
.homepage-effects .level-reminder-card,
.homepage-effects .upsell-card,
.homepage-effects .cart-diff-card,
.homepage-effects .cart-tool-card,
.homepage-effects .cart-review-card,
.homepage-effects .faq-list[data-faq-mode] .faq-item,
.homepage-effects .contact-card,
.homepage-effects .contact-form,
.homepage-effects .footer-newsletter,
.homepage-effects .footer-links-col {
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    background-color 320ms ease;
}

.homepage-effects .cart-diff-media,
.homepage-effects .cart-tool-card {
  overflow: hidden;
}

.homepage-effects .cart-diff-media img,
.homepage-effects .cart-tool-card img,
.homepage-effects .contact-card-visual img {
  transform: scale(1.01);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
  will-change: transform;
}

.homepage-effects .contact-form input:focus,
.homepage-effects .contact-form select:focus,
.homepage-effects .contact-form textarea:focus {
  border-color: rgba(232, 60, 102, 0.42);
  box-shadow: 0 0 0 4px rgba(232, 60, 102, 0.14);
  outline: none;
}

.homepage-effects .cart-checkout-form input:focus,
.homepage-effects .cart-checkout-form textarea:focus {
  border-color: rgba(232, 60, 102, 0.42);
  box-shadow: 0 0 0 4px rgba(232, 60, 102, 0.14);
  outline: none;
}

.homepage-effects.homepage-scrolled .site-header {
  box-shadow: 0 18px 38px rgba(11, 30, 40, 0.12);
}

.homepage-effects .fx-reveal {
  --reveal-translate-x: 0px;
  --reveal-translate-y: 36px;
  filter: blur(14px);
  opacity: 0;
  transform: translate3d(var(--reveal-translate-x), var(--reveal-translate-y), 0)
    scale(0.985);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity, filter;
}

.homepage-effects .fx-reveal.fx-from-left {
  --reveal-translate-x: -48px;
  --reveal-translate-y: 0px;
}

.homepage-effects .fx-reveal.fx-from-right {
  --reveal-translate-x: 48px;
  --reveal-translate-y: 0px;
}

.homepage-effects .fx-reveal.fx-from-small {
  --reveal-translate-y: 20px;
}

.homepage-effects .fx-reveal.is-visible {
  filter: blur(0);
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .homepage-effects .top-news-right a:hover,
  .homepage-effects .social-links a:hover,
  .homepage-effects .footer-social a:hover,
  .homepage-effects .footer-links-col a:hover,
  .homepage-effects .footer-legal a:hover {
    transform: translateY(-2px);
  }

  .homepage-effects .main-nav a:hover {
    color: var(--color-primary);
  }

  .homepage-effects .upsell-buy-btn:hover,
  .homepage-effects .cart-checkout-btn:hover,
  .homepage-effects .cart-place-order-btn:hover,
  .homepage-effects .upsell-wa-btn:hover,
  .homepage-effects .contact-cta:hover,
  .homepage-effects .contact-submit:hover,
  .homepage-effects .footer-newsletter-btn:hover,
  .homepage-effects .btn-login:hover {
    box-shadow: 0 28px 44px rgba(232, 60, 102, 0.24);
    transform: translateY(-4px);
  }

  .homepage-effects .btn-icon:hover,
  .homepage-effects .btn-cart:hover {
    box-shadow: 0 18px 30px rgba(11, 30, 40, 0.12);
    transform: translateY(-3px);
  }

  .homepage-effects .upsell-buy-btn:hover::before,
  .homepage-effects .cart-checkout-btn:hover::before,
  .homepage-effects .cart-place-order-btn:hover::before,
  .homepage-effects .upsell-wa-btn:hover::before,
  .homepage-effects .contact-cta:hover::before,
  .homepage-effects .contact-submit:hover::before,
  .homepage-effects .footer-newsletter-btn:hover::before,
  .homepage-effects .btn-login:hover::before {
    opacity: 1;
    transform: translateX(120%);
    transition: transform 720ms ease, opacity 240ms ease;
  }

  .homepage-effects .cart-panel:hover,
  .homepage-effects .cart-checkout-panel:hover,
  .homepage-effects .program-type-card:hover,
  .homepage-effects .kur-card:hover,
  .homepage-effects .level-reminder-card:hover,
  .homepage-effects .upsell-card:hover,
  .homepage-effects .cart-diff-card:hover,
  .homepage-effects .cart-tool-card:hover,
  .homepage-effects .cart-review-card:hover,
  .homepage-effects .contact-card:hover,
  .homepage-effects .contact-form:hover {
    transform: translateY(-8px);
  }

  .homepage-effects .cart-diff-card:hover .cart-diff-media img,
  .homepage-effects .cart-tool-card:hover img,
  .homepage-effects .contact-card:hover .contact-card-visual img {
    filter: saturate(1.06);
    transform: scale(1.06);
  }

  .homepage-effects .faq-list[data-faq-mode] .faq-item:hover {
    border-top-color: #b8b8b8;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-effects .fx-reveal,
  .homepage-effects .top-news-right a,
  .homepage-effects .social-links a,
  .homepage-effects .main-nav a,
  .homepage-effects .btn-icon,
  .homepage-effects .btn-cart,
  .homepage-effects .btn-login,
  .homepage-effects .cart-filter-row button,
  .homepage-effects .cart-checkout-btn,
  .homepage-effects .cart-place-order-btn,
  .homepage-effects .upsell-buy-btn,
  .homepage-effects .upsell-wa-btn,
  .homepage-effects .contact-cta,
  .homepage-effects .contact-submit,
  .homepage-effects .footer-newsletter-btn,
  .homepage-effects .footer-social a,
  .homepage-effects .footer-links-col a,
  .homepage-effects .footer-legal a,
  .homepage-effects .teachers-arrow,
  .homepage-effects .section-badge,
  .homepage-effects .faq-chevron,
  .homepage-effects .upsell-check,
  .homepage-effects .contact-form input,
  .homepage-effects .contact-form select,
  .homepage-effects .contact-form textarea,
  .homepage-effects .cart-panel,
  .homepage-effects .cart-checkout-panel,
  .homepage-effects .program-type-card,
  .homepage-effects .kur-card,
  .homepage-effects .level-reminder-card,
  .homepage-effects .upsell-card,
  .homepage-effects .cart-diff-card,
  .homepage-effects .cart-tool-card,
  .homepage-effects .cart-review-card,
  .homepage-effects .faq-list[data-faq-mode] .faq-item,
  .homepage-effects .contact-card,
  .homepage-effects .contact-form,
  .homepage-effects .footer-newsletter,
  .homepage-effects .footer-links-col,
  .homepage-effects .cart-diff-media img,
  .homepage-effects .cart-tool-card img,
  .homepage-effects .contact-card-visual img {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 767px) {
  .sepet-page .cart-diff-section .cart-diff-card > .cart-diff-media {
    aspect-ratio: 1 / 1;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 70% !important;
    width: 70% !important;
  }
}
