/* Reysa Tasarım Homepage V1 — yalnız ana sayfa modüllerine uygulanır. */
.reysa-home-v1,
.reysa-v1-categories,
.reysa-v1-products {
  --rv1-ink: #202124;
  --rv1-muted: #65676b;
  --rv1-brand: var(--main-color, #e53935);
  --rv1-brand-dark: #b91c1c;
  --rv1-soft: #fff5f4;
  --rv1-line: #ececec;
  --rv1-radius: 20px;
  color: var(--rv1-ink);
}

.reysa-home-v1 { margin: 0 0 44px; }
.reysa-home-v1 * { box-sizing: border-box; }
.reysa-home-v1 h1,
.reysa-home-v1 h2,
.reysa-home-v1 p { margin-top: 0; }
.reysa-home-v1 h2 { margin-bottom: 8px; font-size: clamp(24px, 3vw, 34px); line-height: 1.16; font-weight: 800; }
.reysa-v1-eyebrow { margin-bottom: 10px; color: var(--rv1-brand-dark); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.pattern-group:has(.reysa-v2-hero) > .container { width: 100% !important; max-width: none !important; padding-right: 0 !important; padding-left: 0 !important; }
.pattern-group:has(.reysa-v2-hero) .pattern-group-body > .row { width: 100% !important; margin-right: 0 !important; margin-left: 0 !important; }
.pattern-group:has(.reysa-v2-hero) .col-list:has(.reysa-v2-hero) { flex: 0 0 100% !important; width: 100% !important; max-width: 100% !important; padding-right: 0 !important; padding-left: 0 !important; }
.reysa-v1-module:has(.reysa-v2-hero) .p-g-mod-body { padding-right: 0 !important; padding-left: 0 !important; }
.reysa-v2-hero { position: relative; width: 100%; height: clamp(450px, 37vw, 500px); border-top: 1px solid #f0dedc; border-bottom: 1px solid #f0dedc; overflow: hidden; background: #fff9f8; box-shadow: 0 18px 50px rgba(35, 28, 27, .07); }
.reysa-v2-hero__viewport,
.reysa-v2-hero__slide { height: 100%; }
.reysa-v2-hero__slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transform: translateX(18px); transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s; }
.reysa-v2-hero__inner { display: grid; width: min(100%, 1520px); height: 100%; grid-template-columns: minmax(0, 1.14fr) minmax(310px, .86fr); gap: clamp(28px, 4vw, 54px); align-items: center; margin: 0 auto; padding: 42px clamp(58px, 5vw, 88px) 54px; }
.reysa-v2-hero__slide::before { position: absolute; inset: 0; z-index: -1; content: ""; background: radial-gradient(circle at 84% 16%, rgba(229,57,53,.12), transparent 30%), linear-gradient(120deg, #fff 0%, #fff8f7 100%); }
.reysa-v2-hero__slide:nth-child(2)::before { background: radial-gradient(circle at 84% 20%, rgba(225,138,96,.16), transparent 32%), linear-gradient(120deg, #fff 0%, #fff7f2 100%); }
.reysa-v2-hero__slide:nth-child(3)::before { background: radial-gradient(circle at 84% 20%, rgba(66,72,83,.13), transparent 32%), linear-gradient(120deg, #fff 0%, #f7f8fa 100%); }
.reysa-v2-hero__slide.is-active { z-index: 1; visibility: visible; opacity: 1; transform: translateX(0); transition-delay: 0s; }
.reysa-v2-hero__content { min-width: 0; }
.reysa-v2-hero h1,
.reysa-v2-hero h2 { max-width: 760px; margin: 0 0 15px; font-size: clamp(34px, 4vw, 56px); line-height: 1.04; font-weight: 850; letter-spacing: -.035em; }
.reysa-v1-lead { max-width: 650px; margin-bottom: 24px; color: var(--rv1-muted); font-size: clamp(16px, 1.7vw, 19px); line-height: 1.62; }
.reysa-v1-search { display: flex; align-items: center; max-width: 690px; min-height: 58px; padding: 6px 7px 6px 18px; border: 1px solid #dedede; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(31, 31, 31, .08); }
.reysa-v1-search > i { flex: 0 0 auto; color: var(--rv1-brand); font-size: 17px; }
.reysa-v1-search input { min-width: 0; flex: 1; height: 44px; padding: 0 14px; border: 0; outline: 0; color: var(--rv1-ink); background: transparent; font-size: 15px; }
.reysa-v1-search button { min-width: 76px; height: 44px; border: 0; border-radius: 12px; color: #fff; background: var(--rv1-brand); font-weight: 800; cursor: pointer; transition: background-color .2s ease, transform .2s ease; }
.reysa-v1-search button:hover { background: var(--rv1-brand-dark); transform: translateY(-1px); }
.reysa-v1-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.reysa-v1-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.reysa-v1-button:hover { transform: translateY(-2px); }
.reysa-v1-button--primary { color: #fff !important; background: var(--rv1-brand); box-shadow: 0 8px 18px rgba(185, 28, 28, .18); }
.reysa-v1-button--primary:hover { background: var(--rv1-brand-dark); }
.reysa-v1-button--secondary { border-color: #dfd7d5; color: var(--rv1-ink) !important; background: #fff; }
.reysa-v2-hero__media { position: relative; display: flex; height: 360px; align-items: center; justify-content: center; padding: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 24px; color: var(--rv1-ink); background: rgba(255,255,255,.88); box-shadow: 0 18px 38px rgba(72,42,38,.12); text-decoration: none !important; }
.reysa-v2-hero__media::after { position: absolute; inset: auto -40px -58px auto; width: 180px; height: 180px; border-radius: 50%; content: ""; background: rgba(229,57,53,.09); }
.reysa-v2-hero__media img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.reysa-v2-hero__media:hover img { transform: scale(1.025); }
.reysa-v2-hero__media-note { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 8px 11px; border: 1px solid rgba(185,28,28,.13); border-radius: 999px; color: var(--rv1-brand-dark); background: rgba(255,255,255,.93); font-size: 11px; font-weight: 800; letter-spacing: .02em; }
.reysa-v2-hero__arrow { position: absolute; top: 50%; z-index: 4; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(32,33,36,.1); border-radius: 50%; color: var(--rv1-ink); background: rgba(255,255,255,.94); box-shadow: 0 8px 20px rgba(31,31,31,.09); cursor: pointer; transform: translateY(-50%); transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.reysa-v2-hero__arrow:hover { color: #fff; background: var(--rv1-brand); transform: translateY(-50%) scale(1.04); }
.reysa-v2-hero__arrow--prev { left: max(16px, calc((100vw - 1520px) / 2 - 52px)); }
.reysa-v2-hero__arrow--next { right: max(16px, calc((100vw - 1520px) / 2 - 52px)); }
.reysa-v2-hero__dots { position: absolute; bottom: 18px; left: 50%; z-index: 4; display: flex; gap: 8px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: 0 6px 18px rgba(31,31,31,.08); transform: translateX(-50%); }
.reysa-v2-hero__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #c9c9c9; cursor: pointer; transition: width .25s ease, background-color .25s ease; }
.reysa-v2-hero__dots button.is-active { width: 24px; background: var(--rv1-brand); }

.reysa-v1-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; }
.reysa-v1-section-head p:not(.reysa-v1-eyebrow) { margin-bottom: 0; color: var(--rv1-muted); line-height: 1.6; }
.reysa-v1-section-head > a { flex: 0 0 auto; color: var(--rv1-brand-dark); font-weight: 800; text-decoration: none; }

.reysa-v1-categories { margin-bottom: 48px !important; }
.reysa-v1-categories .block-module-title,
.reysa-v1-categories > .title { display: none !important; }
.reysa-v1-categories ul { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.reysa-v1-categories li { min-width: 0; }
.reysa-v1-categories li a { display: flex; align-items: center; min-height: 74px; height: 100%; padding: 16px; border: 1px solid var(--rv1-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(31,31,31,.05); line-height: 1.25; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.reysa-v1-categories li a:hover { border-color: rgba(185,28,28,.35); color: var(--rv1-brand-dark); transform: translateY(-2px); }
.reysa-v1-categories li i { margin-right: 9px; color: var(--rv1-brand); }
.reysa-v1-categories img { aspect-ratio: 1 / 1; width: 100%; object-fit: cover; border-radius: 17px; background: #f5f5f5; }
.reysa-v1-categories a { color: var(--rv1-ink); font-weight: 750; }
.reysa-v1-categories [class*="col-"] { margin-bottom: 16px; }

.reysa-v1-popular__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.reysa-v1-popular__grid > a { display: grid; grid-template-columns: 48px minmax(0,1fr) 18px; gap: 14px; align-items: center; min-height: 110px; padding: 20px; border: 1px solid var(--rv1-line); border-radius: 18px; color: var(--rv1-ink); background: #fff; text-decoration: none !important; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.reysa-v1-popular__grid > a:hover { transform: translateY(-3px); border-color: #efc6c3; box-shadow: 0 12px 26px rgba(42,32,30,.08); }
.reysa-v1-popular__grid > a > i:first-child { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: var(--rv1-brand-dark); background: var(--rv1-soft); font-size: 20px; }
.reysa-v1-popular__grid > a > i:last-child { color: #aaa; }
.reysa-v1-popular__grid span { min-width: 0; }
.reysa-v1-popular__grid strong,
.reysa-v1-popular__grid small { display: block; }
.reysa-v1-popular__grid strong { margin-bottom: 5px; line-height: 1.25; }
.reysa-v1-popular__grid small { color: var(--rv1-muted); line-height: 1.35; }

.reysa-v1-products { margin-bottom: 48px !important; }
.reysa-v1-products .product-item { height: 100%; border: 1px solid var(--rv1-line); border-radius: 18px; overflow: hidden; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.reysa-v1-products .product-item:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(26,26,26,.08); }
.reysa-v1-products .product-item img { width: 100%; object-fit: contain; }
.reysa-v1-products .product-item .title { display: -webkit-box; min-height: 42px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.reysa-v1-personal { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 42px; padding: clamp(28px,4vw,48px); border-radius: 24px; color: #fff; background: #282323; }
.reysa-v1-personal .reysa-v1-eyebrow { color: #ffb7b2; }
.reysa-v1-personal__intro p:not(.reysa-v1-eyebrow) { max-width: 500px; color: rgba(255,255,255,.72); line-height: 1.65; }
.reysa-v1-steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.reysa-v1-steps li { display: flex; gap: 12px; align-items: center; min-height: 104px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.06); }
.reysa-v1-steps li > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--rv1-brand); font-weight: 800; }
.reysa-v1-steps strong,
.reysa-v1-steps small { display: block; }
.reysa-v1-steps small { margin-top: 4px; color: rgba(255,255,255,.64); line-height: 1.4; }

.reysa-v1-discover__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.reysa-v1-discover__grid > a { display: flex; min-height: 190px; flex-direction: column; align-items: flex-start; padding: 23px; border: 1px solid var(--rv1-line); border-radius: 19px; color: var(--rv1-ink); background: #fff; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease; }
.reysa-v1-discover__grid > a:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(42,32,30,.08); }
.reysa-v1-discover__icon { display: grid; width: 52px; height: 52px; margin-bottom: 28px; place-items: center; border-radius: 16px; color: var(--rv1-brand-dark); background: var(--rv1-soft); font-size: 21px; }
.reysa-v1-discover__grid strong { margin-bottom: 7px; font-size: 17px; line-height: 1.3; }
.reysa-v1-discover__grid small { color: var(--rv1-muted); line-height: 1.45; }

.reysa-v1-why { margin-bottom: 20px; padding-top: 4px; }
.reysa-v1-why__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.reysa-v1-why__grid > div { display: flex; gap: 14px; align-items: flex-start; padding: 20px; border: 1px solid var(--rv1-line); border-radius: 16px; background: #fafafa; }
.reysa-v1-why__grid i { color: var(--rv1-brand); font-size: 22px; }
.reysa-v1-why__grid strong,
.reysa-v1-why__grid small { display: block; }
.reysa-v1-why__grid small { margin-top: 5px; color: var(--rv1-muted); line-height: 1.45; }

@media (max-width: 991.98px) {
  .reysa-v2-hero { height: 470px; }
  .reysa-v2-hero__inner { grid-template-columns: minmax(0,1.18fr) minmax(250px,.82fr); gap: 26px; padding: 38px 44px 52px; }
  .reysa-v2-hero h1,
  .reysa-v2-hero h2 { font-size: clamp(34px,5vw,47px); }
  .reysa-v2-hero__media { height: 320px; }
  .reysa-v1-popular__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .reysa-v1-categories ul { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .reysa-v1-personal { grid-template-columns: 1fr; }
  .reysa-v1-discover__grid,
  .reysa-v1-why__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 575.98px) {
  .reysa-home-v1 { margin-bottom: 34px; }
  .reysa-v2-hero { height: 430px; }
  .reysa-v2-hero__inner { grid-template-columns: 1fr; grid-template-rows: minmax(0,1fr) 72px; gap: 8px; align-items: start; padding: 18px 18px 44px; }
  .reysa-v2-hero h1,
  .reysa-v2-hero h2 { margin-bottom: 8px; font-size: clamp(24px,7.2vw,28px); line-height: 1.05; }
  .reysa-v2-hero .reysa-v1-eyebrow { margin-bottom: 7px; font-size: 10px; }
  .reysa-v2-hero .reysa-v1-lead { display: -webkit-box; margin-bottom: 8px; overflow: hidden; font-size: 13px; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
  .reysa-v2-hero .reysa-v1-search { min-height: 46px; padding: 4px 5px 4px 12px; border-radius: 13px; }
  .reysa-v2-hero .reysa-v1-search input { height: 38px; padding: 0 8px; font-size: 12px; }
  .reysa-v2-hero .reysa-v1-search button { min-width: 56px; height: 38px; border-radius: 10px; }
  .reysa-v2-hero .reysa-v1-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 11px; }
  .reysa-v2-hero__slide:nth-child(2) .reysa-v1-actions { grid-template-columns: 1fr; }
  .reysa-v2-hero .reysa-v1-button { min-height: 40px; padding: 8px 10px; font-size: 12px; text-align: center; }
  .reysa-v2-hero__media { height: 72px; padding: 7px 12px; border-radius: 14px; box-shadow: 0 8px 18px rgba(72,42,38,.09); }
  .reysa-v2-hero__media img { max-width: 150px; }
  .reysa-v2-hero__media-note { top: 9px; left: 10px; padding: 5px 8px; font-size: 9px; }
  .reysa-v2-hero__arrow { top: auto; bottom: 10px; width: 32px; height: 32px; transform: none; }
  .reysa-v2-hero__arrow:hover { transform: scale(1.04); }
  .reysa-v2-hero__arrow--prev { left: 12px; }
  .reysa-v2-hero__arrow--next { right: 12px; }
  .reysa-v2-hero__dots { bottom: 12px; padding: 6px 9px; }
  .reysa-v1-section-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .reysa-v1-popular__grid { grid-template-columns: 1fr; }
  .reysa-v1-popular__grid > a { min-height: 94px; padding: 16px; }
  .reysa-v1-personal { gap: 28px; padding: 27px 20px; border-radius: 20px; }
  .reysa-v1-steps { grid-template-columns: 1fr; }
  .reysa-v1-steps li { min-height: 88px; }
  .reysa-v1-discover__grid,
  .reysa-v1-why__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .reysa-v1-discover__grid > a { min-height: 178px; padding: 17px; }
  .reysa-v1-discover__icon { margin-bottom: 22px; }
  .reysa-v1-why__grid > div { display: block; padding: 16px; }
  .reysa-v1-why__grid i { margin-bottom: 12px; }
  .reysa-v1-categories [class*="col-"] { width: 50%; }
  .reysa-v1-categories ul { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .reysa-v1-categories li a { min-height: 64px; padding: 12px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .reysa-home-v1 *,
  .reysa-v1-products * { scroll-behavior: auto !important; transition: none !important; }
}
