/* =========================================================
   KS27 HOME HERO V12 — FINAL RESPONSIVE COMPONENT
   Yalnızca .ks27x-hero kökü altında çalışır.
   ========================================================= */
.ks27x-hero,
.ks27x-hero * { box-sizing: border-box; }

.ks27x-hero {
    --ks27x-cyan: #11c7d8;
    --ks27x-cyan-dark: #079fb0;
    --ks27x-yellow: #ffbf16;
    --ks27x-navy: #031522;
    --ks27x-text: #ffffff;
    --ks27x-muted: rgba(255,255,255,.76);
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 940px;
    margin: 0;
    padding: 118px 0 32px;
    overflow: hidden;
    color: var(--ks27x-text);
    background: var(--ks27x-navy);
    font-family: inherit;
}

.ks27x-hero__media,
.ks27x-hero__shade { position: absolute; inset: 0; }
.ks27x-hero__media { z-index: -3; overflow: hidden; background: #031522; }
.ks27x-hero__image,
.ks27x-hero__video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ks27x-hero__frame { position: absolute; top: 50%; left: 50%; width: max(100vw,177.78vh); height: max(56.25vw,100vh); border: 0; transform: translate(-50%,-50%); pointer-events: none; }
.ks27x-hero__shade {
    z-index: -2;
    background:
        linear-gradient(90deg,rgba(0,13,25,.91) 0%,rgba(0,23,39,.78) 39%,rgba(0,22,38,.34) 69%,rgba(0,9,18,.18) 100%),
        linear-gradient(180deg,rgba(0,7,15,.08) 0%,rgba(0,14,25,.08) 58%,rgba(0,10,20,.78) 100%);
}

.ks27x-hero__shell {
    width: min(1360px,calc(100% - 48px));
    max-width: 1360px;
    margin: 0 auto;
}
.ks27x-hero__grid { display: grid; grid-template-columns: minmax(0,820px) 520px; gap: 64px; align-items: start; justify-content: space-between; }
.ks27x-hero__left { min-width: 0; }
.ks27x-hero__kicker { margin: 0 0 15px; color: var(--ks27x-yellow); font-family: "Segoe Script","Brush Script MT",cursive; font-size: 22px; line-height: 1.2; font-weight: 700; }
.ks27x-hero__title { margin: 0; display: flex; flex-direction: column; align-items: flex-start; font-size: clamp(58px,4.7vw,72px); line-height: .94; letter-spacing: -.055em; font-weight: 950; text-shadow: 0 8px 28px rgba(0,0,0,.32); }
.ks27x-hero__title span,
.ks27x-hero__title strong { display: block; line-height: .96; }
.ks27x-hero__title strong { color: var(--ks27x-cyan); font-family: "Segoe Script","Brush Script MT",cursive; font-size: .91em; font-style: italic; letter-spacing: -.045em; white-space: nowrap; }
.ks27x-hero__description { width: 620px; max-width: 100%; margin: 24px 0 26px; color: rgba(255,255,255,.94); font-size: 17px; line-height: 1.58; font-weight: 500; text-shadow: 0 2px 10px rgba(0,0,0,.36); }

.ks27x-hero__benefits { display: flex; align-items: stretch; width: 700px; max-width: 100%; margin: 0 0 29px; }
.ks27x-hero__benefit { min-width: 0; flex: 1 1 0; display: grid; grid-template-columns: 44px minmax(0,1fr); align-items: center; gap: 12px; padding: 0 22px; border-right: 1px solid rgba(255,255,255,.18); }
.ks27x-hero__benefit:first-child { padding-left: 0; }
.ks27x-hero__benefit:last-child { padding-right: 0; border-right: 0; }
.ks27x-hero__benefit-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid var(--ks27x-cyan); border-radius: 50%; color: var(--ks27x-cyan); background: rgba(9,199,216,.08); font-size: 19px; font-style: normal; }
.ks27x-hero__benefit b { display: block; font-size: 14px; line-height: 1.2; }
.ks27x-hero__benefit small { display: block; margin-top: 4px; color: var(--ks27x-muted); font-size: 12px; line-height: 1.2; }

.ks27x-hero__tour-heading { width: 810px; max-width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.ks27x-hero__tour-heading h2 { margin: 0; font-size: 17px; line-height: 1.2; }
.ks27x-hero__tour-heading h2 i { color: var(--ks27x-yellow); font-style: normal; }
.ks27x-hero__tour-heading a { color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.ks27x-hero__cards { width: 810px; max-width: 100%; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.ks27x-card { min-width: 0; height: 230px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: #13273a; background: #fff; box-shadow: 0 18px 38px rgba(0,0,0,.22); text-decoration: none; transition: transform .22s ease,box-shadow .22s ease; }
.ks27x-card:hover { transform: translateY(-4px); box-shadow: 0 24px 46px rgba(0,0,0,.28); }
.ks27x-card__image { position: relative; height: 122px; overflow: hidden; background: #d8e3e8; }
.ks27x-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ks27x-card:hover .ks27x-card__image img { transform: scale(1.045); }
.ks27x-card__tag { position: absolute; left: 10px; top: 10px; max-width: calc(100% - 50px); padding: 6px 9px; overflow: hidden; border-radius: 999px; color: #fff; background: rgba(4,24,38,.82); font-size: 9px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.ks27x-card__heart { position: absolute; right: 10px; top: 10px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(4,24,38,.67); font-size: 17px; }
.ks27x-card__body { padding: 11px 12px 12px; }
.ks27x-card__title { min-height: 34px; margin: 0 0 7px; overflow: hidden; font-size: 13px; line-height: 1.3; font-weight: 900; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ks27x-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #718093; font-size: 8.5px; white-space: nowrap; }
.ks27x-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 9px; }
.ks27x-card__rating { color: #25394d; font-size: 10px; font-weight: 800; }
.ks27x-card__rating i { color: var(--ks27x-yellow); font-style: normal; }
.ks27x-card__price { max-width: 58%; color: #08aabc; font-size: 11px; font-weight: 900; text-align: right; }

.ks27x-booking { width: 520px; max-width: 100%; margin-top: 18px; overflow: visible; border: 1px solid rgba(255,255,255,.2); border-radius: 25px; background: rgba(3,23,37,.94); box-shadow: 0 28px 70px rgba(0,0,0,.38); backdrop-filter: blur(18px); }
.ks27x-booking__main { position: relative; overflow: visible; padding: 34px 33px 38px; }
.ks27x-booking__head { display: grid; grid-template-columns: 68px minmax(0,1fr); align-items: center; gap: 17px; margin-bottom: 29px; }
.ks27x-booking__compass { width: 68px; height: 68px; display: grid; place-items: center; border: 2px solid rgba(17,199,216,.74); border-radius: 50%; color: var(--ks27x-cyan); background: rgba(17,199,216,.08); }
.ks27x-booking__compass svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.ks27x-booking__eyebrow { display: block; margin-bottom: 3px; color: var(--ks27x-yellow); font-size: 12px; font-weight: 800; }
.ks27x-booking__title { margin: 0; color: #fff; font-size: 34px; line-height: 1.05; letter-spacing: -.025em; }
.ks27x-booking__sub { margin: 6px 0 0; color: rgba(255,255,255,.68); font-size: 12px; }
.ks27x-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 17px 15px; }
.ks27x-field { min-width: 0; }
.ks27x-field > label { display: block; margin: 0 0 7px; color: rgba(255,255,255,.88); font-size: 11px; line-height: 1.2; font-weight: 800; }
.ks27x-control,
.ks27x-select__trigger { position: relative; width: 100%; height: 62px; display: grid; grid-template-columns: 47px minmax(0,1fr) 34px; align-items: center; overflow: visible; padding: 0; border: 1px solid rgba(7,23,39,.13); border-radius: 11px; color: #12263a; background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.11); font: inherit; text-align: left; }
.ks27x-control { grid-template-columns: 47px minmax(0,1fr); }
.ks27x-control__icon { display: grid; place-items: center; color: #14283c; font-size: 20px; }
.ks27x-date-label,
.ks27x-select__value { min-width: 0; overflow: hidden; color: #526175; font-size: 13px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.ks27x-control--date { cursor: pointer; user-select: none; }
.ks27x-control--date:focus-visible { outline: 3px solid rgba(17,199,216,.38); outline-offset: 2px; }
.ks27x-control--date.is-selected .ks27x-date-label { color: #12263a; }
.ks27x-date-input { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); border: 0; white-space: nowrap; pointer-events: none; }
.ks27x-control--people { grid-template-columns: 48px minmax(0,1fr) 48px; padding: 7px 9px; }
.ks27x-people-btn { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #13293b; background: #edf1f4; font: inherit; font-size: 22px; font-weight: 900; cursor: pointer; }
.ks27x-people-btn:hover { background: #dfe8ec; }
.ks27x-people-value { display: flex; align-items: center; justify-content: center; gap: 5px; color: #12263a; }
.ks27x-people-value strong { font-size: 18px; }
.ks27x-people-value span { font-size: 14px; font-weight: 750; }

.ks27x-select { position: relative; z-index: 3; }
.ks27x-select.is-open { z-index: 20; }
.ks27x-select.is-open .ks27x-select__panel { position: absolute; left: 0; right: 0; top: calc(100% + 8px); margin-top: 0; }
.ks27x-select__trigger { cursor: pointer; }
.ks27x-select__trigger:focus-visible,
.ks27x-people-btn:focus-visible,
.ks27x-submit:focus-visible,
.ks27x-select__option:focus-visible { outline: 3px solid rgba(17,199,216,.38); outline-offset: 2px; }
.ks27x-select__chevron { display: grid; place-items: center; color: #13293b; font-size: 19px; transition: transform .2s ease; }
.ks27x-select.is-open .ks27x-select__chevron { transform: rotate(180deg); }
.ks27x-select__panel { position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 100; padding: 9px; overflow: hidden; border: 1px solid rgba(17,44,63,.14); border-radius: 13px; background: #fff; box-shadow: 0 20px 44px rgba(0,0,0,.24); animation: ks27xSelectIn .18s ease both; }
.ks27x-select__search-wrap { height: 42px; display: grid; grid-template-columns: 32px minmax(0,1fr); align-items: center; margin-bottom: 7px; border: 1px solid #dce5e9; border-radius: 9px; color: #6a7885; background: #f7fafb; }
.ks27x-select__search-wrap > span { display: grid; place-items: center; }
.ks27x-select__search { width: 100%; height: 40px; padding: 0 10px 0 0; border: 0; outline: 0; color: #172c3d; background: transparent; font: inherit; font-size: 13px; }
.ks27x-select__options { max-height: 230px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.ks27x-select__option { width: 100%; min-height: 39px; display: flex; align-items: center; padding: 8px 10px; border: 0; border-radius: 8px; color: #213548; background: transparent; font: inherit; font-size: 13px; font-weight: 700; text-align: left; cursor: pointer; }
.ks27x-select__option:hover,
.ks27x-select__option.is-active { color: #067f8e; background: #eaf9fb; }
.ks27x-select__option.is-selected { color: #057b89; background: #ddf6f8; }
.ks27x-select__empty { margin: 8px 4px 4px; color: #6f7d89; font-size: 12px; text-align: center; }
@keyframes ks27xSelectIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

.ks27x-submit { width: 100%; height: 64px; margin: 27px 0 0; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 0; border-radius: 11px; color: #fff; background: linear-gradient(135deg,#10cbd9,#08aabd); box-shadow: 0 14px 32px rgba(5,183,200,.27); font: inherit; font-size: 15px; font-weight: 950; text-transform: uppercase; cursor: pointer; transition: transform .2s ease,filter .2s ease; }
.ks27x-submit:hover { transform: translateY(-2px); filter: brightness(1.06); }
.ks27x-form__feedback { margin-top: 11px; color: #ffd8d2; font-size: 12px; font-weight: 700; }
.ks27x-booking__trust { min-height: 94px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: center; gap: 8px; padding: 17px 20px; color: #102238; background: #fff; border-radius: 0 0 24px 24px; }
.ks27x-trust { min-width: 0; display: grid; grid-template-columns: 29px minmax(0,1fr); grid-template-rows: auto auto; column-gap: 7px; }
.ks27x-trust i { grid-row: 1/3; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #b8dce2; border-radius: 50%; color: #08aebf; font-style: normal; }
.ks27x-trust b { overflow: hidden; font-size: 10px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.ks27x-trust small { overflow: hidden; color: #718093; font-size: 8.5px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }

.ks27x-stats { min-height: 96px; margin-top: 31px; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(2,25,40,.84); box-shadow: 0 18px 42px rgba(0,0,0,.20); backdrop-filter: blur(14px); }
.ks27x-stat { min-width: 0; height: 60px; display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 10px; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.15); }
.ks27x-stat:last-child { border-right: 0; }
.ks27x-stat i { color: var(--ks27x-cyan); font-size: 29px; font-style: normal; text-align: center; }
.ks27x-stat b { display: block; color: #fff; font-size: 15px; line-height: 1.15; }
.ks27x-stat span { display: block; margin-top: 4px; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.15; }

@media (max-width: 1500px) {
    .ks27x-hero { min-height: 904px; padding-top: 104px; }
    .ks27x-hero__shell { width: min(1360px,calc(100% - 48px)); max-width: 1360px; }
    .ks27x-hero__grid { grid-template-columns: minmax(0,750px) 480px; gap: 44px; }
    .ks27x-hero__title { font-size: 60px; }
    .ks27x-hero__tour-heading,
    .ks27x-hero__cards { width: 735px; }
    .ks27x-card { height: 214px; }
    .ks27x-card__image { height: 110px; }
    .ks27x-booking { width: 480px; margin-top: 13px; }
    .ks27x-booking__main { padding: 29px 27px 33px; }
    .ks27x-booking__title { font-size: 30px; }
}

@media (max-width: 1220px) {
    .ks27x-hero { min-height: 0; padding: 92px 0 30px; }
    .ks27x-hero__shell { width: min(980px,calc(100% - 40px)); }
    .ks27x-hero__grid { grid-template-columns: 1fr; gap: 34px; }
    .ks27x-hero__left { max-width: 900px; margin: 0 auto; }
    .ks27x-hero__title { font-size: clamp(54px,7vw,68px); }
    .ks27x-hero__tour-heading,
    .ks27x-hero__cards { width: 100%; }
    .ks27x-booking { width: min(760px,100%); margin: 0 auto; }
    .ks27x-form__grid { gap: 15px; }
    .ks27x-stats { grid-template-columns: repeat(3,1fr); }
    .ks27x-stat:nth-child(3n) { border-right: 0; }
    .ks27x-stat:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.15); }
}


/* Dropdown açıldığında form yüksekliği değişmez; panel kartın üzerinde katman olarak görünür. */
@media (min-width: 761px) {
    .ks27x-form__grid { position: relative; }
    .ks27x-field { position: relative; }
    .ks27x-select.is-open { z-index: 200; }
    .ks27x-select__panel { min-width: 100%; max-height: 330px; }
}

@media (max-width: 760px) {
    .ks27x-hero { padding: 82px 0 20px; }
    .ks27x-hero__shade { background: linear-gradient(180deg,rgba(1,18,30,.83),rgba(1,18,30,.76) 54%,rgba(1,14,24,.9)); }
    .ks27x-hero__shell { width: calc(100% - 24px); }
    .ks27x-hero__grid { gap: 25px; }
    .ks27x-hero__kicker { margin-bottom: 10px; font-size: 16px; }
    .ks27x-hero__title { font-size: clamp(38px,11.4vw,52px); line-height: .98; letter-spacing: -.04em; }
    .ks27x-hero__title strong { font-family: inherit; font-size: 1em; font-style: normal; white-space: normal; }
    .ks27x-hero__description { margin: 17px 0 18px; font-size: 14px; line-height: 1.52; }
    .ks27x-hero__benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-bottom: 22px; }
    .ks27x-hero__benefit { display: flex; flex-direction: column; gap: 6px; padding: 7px 5px; border-right: 1px solid rgba(255,255,255,.18); text-align: center; }
    .ks27x-hero__benefit:first-child { padding-left: 5px; }
    .ks27x-hero__benefit:last-child { padding-right: 5px; }
    .ks27x-hero__benefit-icon { width: 34px; height: 34px; font-size: 15px; }
    .ks27x-hero__benefit b { font-size: 10px; }
    .ks27x-hero__benefit small { font-size: 8px; }
    .ks27x-hero__tour-heading h2 { font-size: 15px; }
    .ks27x-hero__cards { display: flex; gap: 11px; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .ks27x-hero__cards::-webkit-scrollbar { display: none; }
    .ks27x-card { flex: 0 0 min(79vw,295px); width: min(79vw,295px); height: 214px; scroll-snap-align: start; }
    .ks27x-card__image { height: 112px; }
    .ks27x-booking { border-radius: 22px; }
    .ks27x-booking__main { padding: 22px 15px 24px; }
    .ks27x-booking__head { grid-template-columns: 57px minmax(0,1fr); gap: 13px; margin-bottom: 21px; }
    .ks27x-booking__compass { width: 57px; height: 57px; }
    .ks27x-booking__title { font-size: 25px; }
    .ks27x-form__grid { grid-template-columns: 1fr; gap: 13px; }
    .ks27x-control,
    .ks27x-select__trigger { height: 58px; }
    .ks27x-select.is-open .ks27x-select__panel { position: fixed; left: 12px; right: 12px; top: auto; bottom: 12px; margin-top: 0; max-height: min(70vh,520px); border-radius: 18px; }
    .ks27x-select__options { max-height: min(48vh,340px); }
    .ks27x-submit { height: 59px; margin-top: 20px; font-size: 13px; }
    .ks27x-booking__trust { min-height: 80px; padding: 13px 7px; border-radius: 0 0 21px 21px; }
    .ks27x-trust { grid-template-columns: 1fr; text-align: center; }
    .ks27x-trust i { grid-row: auto; margin: 0 auto 4px; }
    .ks27x-trust b { font-size: 9px; }
    .ks27x-trust small { display: none; }
    .ks27x-stats { grid-template-columns: repeat(2,1fr); margin-top: 22px; }
    .ks27x-stat { height: 67px; grid-template-columns: 32px minmax(0,1fr); gap: 7px; padding: 0 9px; }
    .ks27x-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
    .ks27x-stat:nth-child(even) { border-right: 0; }
    .ks27x-stat:nth-child(-n+4) { border-bottom: 1px solid rgba(255,255,255,.15); }
    .ks27x-stat i { font-size: 24px; }
    .ks27x-stat b { font-size: 12px; }
    .ks27x-stat span { font-size: 8px; }
}

@media (max-width: 520px) {
    .ks27x-hero { padding-top: 76px; }
}

@media (max-width: 390px) {
    .ks27x-hero__shell { width: calc(100% - 18px); }
    .ks27x-hero__title { font-size: 37px; }
    .ks27x-booking__main { padding-left: 12px; padding-right: 12px; }
    .ks27x-booking__eyebrow { font-size: 10px; }
    .ks27x-booking__title { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
    .ks27x-hero__video,
    .ks27x-hero__frame { display: none; }
    .ks27x-submit,
    .ks27x-card,
    .ks27x-card__image img,
    .ks27x-select__chevron { transition: none; }
    .ks27x-select__panel { animation: none; }
}


/* =========================================================
   ANTALYA TURLARI — REFERANS HERO FINAL
   Referans görsel: 3 yatay rezervasyon butonu + modal
   ========================================================= */

.ks27x-hero{
    --ks27ref-cyan:#10cce5;
    --ks27ref-blue:#1b63a8;
    --ks27ref-orange:#ff681f;
    --ks27ref-navy:#031f31;
    --ks27ref-line:rgba(207,244,255,.22);
    min-height:calc(100vh - 92px);
}

.ks27x-hero__shade{
    background:
        linear-gradient(90deg,rgba(1,22,36,.94) 0%,rgba(1,25,40,.78) 31%,rgba(1,31,48,.34) 60%,rgba(2,26,39,.23) 100%),
        linear-gradient(180deg,rgba(3,27,42,.20) 0%,rgba(1,17,28,.08) 45%,rgba(1,19,30,.68) 100%)!important;
}

.ks27x-hero__shell{
    width:min(1460px,calc(100% - 42px))!important;
    padding-top:26px!important;
}

.ks27x-hero__grid{
    grid-template-columns:minmax(0,1.06fr) minmax(560px,.94fr)!important;
    gap:34px!important;
    align-items:start!important;
}

.ks27x-hero__left{
    max-width:790px;
}

.ks27x-hero__kicker{
    margin-bottom:7px!important;
    color:#ffc719!important;
    font-size:24px!important;
    line-height:1.1!important;
}

.ks27x-hero__title{
    max-width:760px;
    margin-bottom:17px!important;
    font-size:clamp(54px,4.15vw,79px)!important;
    line-height:.96!important;
    letter-spacing:-.045em!important;
}

.ks27x-hero__title strong{
    color:#13c7e0!important;
}

.ks27x-hero__description{
    max-width:630px!important;
    margin-bottom:18px!important;
    color:rgba(255,255,255,.89)!important;
    font-size:15px!important;
    line-height:1.55!important;
}

.ks27x-hero__benefits{
    max-width:650px!important;
    margin-bottom:17px!important;
}

.ks27x-hero__benefit{
    padding-right:27px!important;
}

.ks27x-hero__benefit-icon{
    width:42px!important;
    height:42px!important;
    color:#12d2e7!important;
    border-color:#12d2e7!important;
    background:rgba(5,50,67,.42)!important;
}

.ks27x-hero__tour-heading{
    max-width:780px!important;
    margin-top:0!important;
    margin-bottom:9px!important;
}

.ks27x-hero__tour-heading h2{
    font-size:15px!important;
}

.ks27x-hero__cards{
    max-width:780px!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
}

.ks27x-card{
    border-radius:13px!important;
}

.ks27x-card__image{
    height:118px!important;
}

.ks27x-card__body{
    padding:9px 11px 10px!important;
}

.ks27x-card__title{
    min-height:33px!important;
    font-size:12px!important;
    line-height:1.25!important;
}

.ks27x-card__meta{
    font-size:8px!important;
}

.ks27x-card__bottom{
    margin-top:7px!important;
}

.ks27x-card__rating,
.ks27x-card__price{
    font-size:10px!important;
}

/* Referanstaki tek cam panel ve 3 büyük buton */
.ks27ref-launcher{
    width:100%;
    margin-top:112px;
    align-self:start;
}

.ks27ref-launcher__glass{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    padding:17px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:20px;
    background:
        linear-gradient(145deg,rgba(166,215,232,.18),rgba(3,25,39,.46)),
        rgba(8,35,50,.68);
    box-shadow:
        0 25px 60px rgba(0,0,0,.32),
        inset 0 1px 0 rgba(255,255,255,.16);
    -webkit-backdrop-filter:blur(20px) saturate(135%);
    backdrop-filter:blur(20px) saturate(135%);
}

.ks27ref-launcher__btn{
    min-width:0;
    min-height:92px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
    position:relative;
    overflow:hidden;
    padding:13px 9px;
    border:1px solid rgba(255,255,255,.23);
    border-radius:12px;
    color:#fff;
    font:inherit;
    cursor:pointer;
    transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}

.ks27ref-launcher__btn::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(255,255,255,.10),transparent 55%);
    pointer-events:none;
}

.ks27ref-launcher__btn:hover,
.ks27ref-launcher__btn:focus-visible{
    transform:translateY(-3px);
    filter:brightness(1.08);
    outline:none;
}

.ks27ref-launcher__btn--tour{
    border-color:#24e1ed;
    background:linear-gradient(145deg,#12b9d0,#087f9d);
    box-shadow:0 0 0 1px rgba(91,244,255,.13) inset,0 0 24px rgba(9,198,220,.36);
}

.ks27ref-launcher__btn--vip{
    border-color:rgba(80,173,255,.70);
    background:linear-gradient(145deg,#174b76,#0a3457);
    box-shadow:0 0 0 1px rgba(116,191,255,.12) inset,0 0 20px rgba(31,109,184,.24);
}

.ks27ref-launcher__btn--hotel{
    border-color:#ffb03d;
    background:linear-gradient(145deg,#ff7b27,#e95715);
    box-shadow:0 0 0 1px rgba(255,215,133,.15) inset,0 0 25px rgba(255,96,24,.34);
}

.ks27ref-launcher__icon{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
}

.ks27ref-launcher__icon svg{
    width:31px;
    height:31px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.ks27ref-launcher__btn strong{
    color:#fff;
    font-size:13px;
    line-height:1.1;
    font-weight:950;
    letter-spacing:.01em;
}

/* Alt istatistik barı referansa yakın */
.ks27x-stats{
    min-height:74px!important;
    margin-top:22px!important;
    border-radius:15px!important;
    background:rgba(2,27,43,.86)!important;
}

.ks27x-stat{
    height:54px!important;
    padding:0 14px!important;
}

.ks27x-stat i{
    font-size:24px!important;
}

.ks27x-stat b{
    font-size:13px!important;
}

.ks27x-stat span{
    font-size:8px!important;
}

/* ====================== MODAL ====================== */
html.ks27ref-modal-open,
body.ks27ref-modal-open{
    overflow:hidden!important;
}

.ks27ref-modal-layer{
    position:fixed;
    inset:0;
    z-index:999999;
    display:grid;
    place-items:center;
    padding:24px;
}

.ks27ref-modal-layer[hidden]{
    display:none!important;
}

.ks27ref-modal-backdrop{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
    background:rgba(1,15,26,.76);
    -webkit-backdrop-filter:blur(11px);
    backdrop-filter:blur(11px);
    cursor:default;
}

.ks27ref-modal{
    position:relative;
    z-index:2;
    width:min(600px,calc(100vw - 34px));
    max-height:calc(100vh - 42px);
    overflow:auto;
    border:1px solid rgba(122,220,239,.33);
    border-radius:18px;
    background:
        linear-gradient(145deg,rgba(18,60,80,.96),rgba(5,34,50,.98));
    box-shadow:0 30px 100px rgba(0,0,0,.58);
    scrollbar-width:thin;
    color:#fff;
}

.ks27ref-modal[hidden]{
    display:none!important;
}

.ks27ref-modal--hotel{
    border-color:rgba(255,139,51,.56);
}

.ks27ref-modal__header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:17px 20px 14px;
    border-bottom:1px solid rgba(255,255,255,.11);
}

.ks27ref-modal__heading{
    display:flex;
    align-items:center;
    gap:12px;
}

.ks27ref-modal__symbol{
    flex:0 0 44px;
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:rgba(8,51,67,.52);
}

.ks27ref-modal__symbol svg{
    width:34px;
    height:34px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.ks27ref-modal__symbol--tour{color:#15d4e6}
.ks27ref-modal__symbol--vip{color:#2296ff}
.ks27ref-modal__symbol--hotel{color:#ff7b18}

.ks27ref-modal__heading h2{
    margin:0;
    color:#fff;
    font-size:18px;
    line-height:1.1;
    font-weight:950;
}

.ks27ref-modal__heading p{
    margin:3px 0 0;
    color:rgba(225,244,251,.70);
    font-size:9px;
}

.ks27ref-modal__close{
    flex:0 0 34px;
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    padding:0;
    border:0;
    border-radius:8px;
    color:#fff;
    background:transparent;
    font:inherit;
    font-size:28px;
    line-height:1;
    cursor:pointer;
}

.ks27ref-modal__body{
    padding:17px 20px 20px;
}

.ks27ref-modal-panel{
    display:block!important;
    min-height:0!important;
}

.ks27ref-modal-panel .ks27x-booking__head{
    display:none!important;
}

.ks27ref-modal-panel .ks27x-form__grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px 12px!important;
}

.ks27ref-modal-panel .ks27x-field{
    min-width:0;
}

.ks27ref-modal-panel .ks27x-field>label{
    margin-bottom:5px!important;
    color:#fff!important;
    font-size:9px!important;
    font-weight:850!important;
}

.ks27ref-modal-panel .ks27x-control,
.ks27ref-modal-panel .ks27x-select__trigger{
    min-height:45px!important;
    height:45px!important;
    border-radius:7px!important;
    background:#f6f8fa!important;
}

.ks27ref-modal-panel .ks27x-submit{
    min-height:50px!important;
    height:50px!important;
    margin-top:14px!important;
    border-radius:7px!important;
    font-size:12px!important;
}

.ks27ref-modal--vip .ks27x-submit{
    background:linear-gradient(90deg,#18539a,#2876d1)!important;
}

.ks27ref-modal--hotel .ks27ref-submit{
    background:linear-gradient(90deg,#f05a10,#ff7c1c);
}

.ks27ref-hotel-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 12px;
}

.ks27ref-field--full{
    grid-column:1 / -1;
}

.ks27ref-native-control{
    height:45px;
    display:flex;
    align-items:center;
    border-radius:7px;
    background:#f6f8fa;
    overflow:hidden;
}

.ks27ref-native-control select,
.ks27ref-native-control input{
    width:100%;
    height:100%;
    padding:0 12px;
    border:0;
    outline:0;
    color:#213447;
    background:transparent;
    font:inherit;
    font-size:11px;
    font-weight:650;
}

.ks27ref-counter{
    height:45px;
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 44px;
    align-items:center;
    overflow:hidden;
    border-radius:7px;
    color:#173247;
    background:#f6f8fa;
}

.ks27ref-counter button{
    height:100%;
    border:0;
    color:#173247;
    background:#edf2f5;
    font:inherit;
    font-size:19px;
    cursor:pointer;
}

.ks27ref-counter span{
    text-align:center;
    font-size:10px;
}

.ks27ref-submit{
    width:100%;
    min-height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:14px;
    border:0;
    border-radius:7px;
    color:#fff;
    font:inherit;
    font-size:12px;
    font-weight:950;
    cursor:pointer;
}

.ks27ref-feedback{
    margin-top:10px;
    padding:9px 11px;
    border-radius:7px;
    color:#fff;
    background:rgba(190,40,50,.55);
    font-size:10px;
}

/* ====================== TABLET ====================== */
@media (max-width:1220px){
    .ks27x-hero__grid{
        grid-template-columns:1fr!important;
        gap:18px!important;
    }

    .ks27x-hero__left{
        max-width:none;
    }

    .ks27ref-launcher{
        max-width:900px;
        margin:0 auto!important;
    }

    .ks27ref-launcher__glass{
        width:100%;
    }

    .ks27x-hero__cards{
        max-width:900px!important;
    }
}

/* ====================== MOBILE ====================== */
@media (max-width:760px){
    .ks27x-hero{
        min-height:auto!important;
    }

    .ks27x-hero__shell{
        width:min(100% - 20px,560px)!important;
        padding-top:14px!important;
    }

    .ks27x-hero__title{
        font-size:clamp(41px,12.8vw,60px)!important;
    }

    .ks27x-hero__kicker{
        font-size:17px!important;
    }

    .ks27x-hero__description{
        font-size:12px!important;
    }

    .ks27ref-launcher{
        width:100%;
        max-width:none;
        margin:8px 0 0!important;
    }

    .ks27ref-launcher__glass{
        grid-template-columns:1fr;
        gap:8px;
        padding:10px;
        border-radius:15px;
    }

    .ks27ref-launcher__btn{
        min-height:54px;
        display:grid;
        grid-template-columns:35px minmax(0,1fr);
        justify-items:start;
        align-items:center;
        gap:9px;
        padding:8px 13px;
    }

    .ks27ref-launcher__icon{
        width:32px;
        height:32px;
    }

    .ks27ref-launcher__icon svg{
        width:27px;
        height:27px;
    }

    .ks27ref-launcher__btn strong{
        font-size:11px;
    }

    /* Popüler 3 kart korunur; mobilde yatay kaydırma */
    .ks27x-hero__cards{
        display:grid!important;
        grid-auto-flow:column!important;
        grid-auto-columns:82%!important;
        grid-template-columns:none!important;
        gap:10px!important;
        overflow-x:auto!important;
        scroll-snap-type:x mandatory;
        padding-bottom:4px;
        scrollbar-width:none;
    }

    .ks27x-hero__cards::-webkit-scrollbar{
        display:none;
    }

    .ks27x-card{
        scroll-snap-align:start;
    }

    .ks27x-card__image{
        height:125px!important;
    }

    .ks27x-stats{
        grid-template-columns:repeat(2,1fr)!important;
    }

    .ks27ref-modal-layer{
        align-items:end;
        padding:0;
    }

    .ks27ref-modal{
        width:100%;
        max-height:92vh;
        border-radius:18px 18px 0 0;
        border-left:0;
        border-right:0;
        border-bottom:0;
    }

    .ks27ref-modal__header{
        position:sticky;
        top:0;
        z-index:30;
        padding:14px;
        background:rgba(7,46,65,.97);
    }

    .ks27ref-modal__body{
        padding:13px 12px calc(18px + env(safe-area-inset-bottom));
    }

    .ks27ref-modal-panel .ks27x-form__grid,
    .ks27ref-hotel-grid{
        grid-template-columns:1fr!important;
        gap:9px!important;
    }

    .ks27ref-field--full{
        grid-column:auto;
    }

    .ks27ref-modal-panel .ks27x-control,
    .ks27ref-modal-panel .ks27x-select__trigger,
    .ks27ref-native-control,
    .ks27ref-counter{
        min-height:49px!important;
        height:49px!important;
    }

    .ks27ref-modal-panel .ks27x-submit,
    .ks27ref-submit{
        min-height:51px!important;
        height:51px!important;
    }

    .ks27ref-modal-panel .ks27x-select__panel{
        position:fixed!important;
        left:10px!important;
        right:10px!important;
        top:auto!important;
        bottom:10px!important;
        width:auto!important;
        max-height:62vh!important;
        z-index:100!important;
    }
}


/* =========================================================
   HERO + 3 MODAL — FULL RESPONSIVE FINAL OVERRIDE
   Desktop / Tablet / Mobile
   ========================================================= */

/* ---------- HERO BUTTON PANEL ---------- */
.ks27ref-launcher{
    width:100%!important;
    max-width:680px!important;
    margin:120px 0 0 auto!important;
}

.ks27ref-launcher__glass{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    padding:16px!important;
    border-radius:20px!important;
}

.ks27ref-launcher__btn{
    min-width:0!important;
    min-height:98px!important;
    height:98px!important;
    padding:12px 10px!important;
    border-radius:12px!important;
}

.ks27ref-launcher__btn strong{
    font-size:13px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
}

/* ---------- MODAL GLOBAL STANDARD ---------- */
.ks27ref-modal{
    width:min(620px,calc(100vw - 34px))!important;
    max-height:calc(100vh - 40px)!important;
    border-radius:18px!important;
}

.ks27ref-modal__header{
    min-height:82px!important;
    padding:16px 18px!important;
}

.ks27ref-modal__heading{
    min-width:0!important;
}

.ks27ref-modal__heading h2{
    font-size:18px!important;
    line-height:1.1!important;
}

.ks27ref-modal__heading p{
    margin-top:3px!important;
    font-size:9px!important;
    line-height:1.25!important;
}

.ks27ref-modal__symbol{
    width:42px!important;
    height:42px!important;
    flex-basis:42px!important;
}

.ks27ref-modal__close{
    width:34px!important;
    height:34px!important;
    flex-basis:34px!important;
}

.ks27ref-modal__body{
    padding:16px 18px 18px!important;
}

/* ---------- UNIFY ALL FORM GRIDS ---------- */
.ks27ref-modal-panel .ks27x-form__grid,
.ks27ref-hotel-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px 12px!important;
}

.ks27ref-modal-panel .ks27x-field,
.ks27ref-hotel-grid .ks27x-field{
    min-width:0!important;
}

.ks27ref-modal-panel .ks27x-field>label,
.ks27ref-hotel-grid .ks27x-field>label{
    display:block!important;
    margin:0 0 5px!important;
    color:#f7fbff!important;
    font-size:9px!important;
    line-height:1.15!important;
    font-weight:850!important;
}

/* ---------- UNIFY ALL INPUT HEIGHTS ---------- */
.ks27ref-modal-panel .ks27x-control,
.ks27ref-modal-panel .ks27x-select__trigger,
.ks27ref-native-control,
.ks27ref-counter{
    min-height:46px!important;
    height:46px!important;
    border-radius:7px!important;
}

.ks27ref-modal-panel .ks27x-control,
.ks27ref-modal-panel .ks27x-select__trigger,
.ks27ref-native-control{
    background:#f6f8fa!important;
    border:1px solid rgba(3,25,40,.08)!important;
}

/* fix native time/date/select appearance */
.ks27ref-modal input[type="time"],
.ks27ref-modal input[type="date"],
.ks27ref-modal select{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    padding:0 12px!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    color:#203548!important;
    background:transparent!important;
    font:inherit!important;
    font-size:11px!important;
    font-weight:700!important;
    appearance:auto!important;
}

.ks27ref-modal input[type="time"]::-webkit-calendar-picker-indicator,
.ks27ref-modal input[type="date"]::-webkit-calendar-picker-indicator{
    opacity:.8!important;
    cursor:pointer!important;
}

/* custom select trigger consistency */
.ks27ref-modal-panel .ks27x-select__trigger{
    padding:0 12px!important;
    color:#203548!important;
}

.ks27ref-modal-panel .ks27x-select__value{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
}

/* counter consistency */
.ks27ref-counter,
.ks27ref-modal-panel .ks27x-control--people{
    min-height:46px!important;
    height:46px!important;
}

.ks27ref-counter button,
.ks27ref-modal-panel .ks27x-people-btn{
    width:44px!important;
    min-width:44px!important;
    height:100%!important;
}

.ks27ref-counter span,
.ks27ref-modal-panel .ks27x-people-value{
    font-size:10px!important;
}

/* ---------- CTA SAME SIZE ---------- */
.ks27ref-modal-panel .ks27x-submit,
.ks27ref-submit{
    width:100%!important;
    min-height:50px!important;
    height:50px!important;
    margin-top:14px!important;
    border-radius:7px!important;
    font-size:12px!important;
    font-weight:950!important;
    letter-spacing:.01em!important;
}

/* Tour = cyan */
.ks27ref-modal--tour .ks27x-submit{
    background:linear-gradient(90deg,#15bfd3,#12abc1)!important;
}

/* VIP = blue */
.ks27ref-modal--vip .ks27x-submit{
    background:linear-gradient(90deg,#1c5db2,#2a7bd4)!important;
}

/* Hotel = orange */
.ks27ref-modal--hotel .ks27ref-submit{
    background:linear-gradient(90deg,#f65b13,#ff7a1a)!important;
}

/* ---------- SELECT DROPDOWNS ---------- */
.ks27ref-modal-panel .ks27x-select{
    position:relative!important;
}

.ks27ref-modal-panel .ks27x-select__panel{
    width:100%!important;
    max-height:280px!important;
    overflow:auto!important;
    z-index:1000!important;
    border-radius:10px!important;
}

/* ---------- DESKTOP >= 1280 ---------- */
@media (min-width:1280px){
    .ks27x-hero__grid{
        grid-template-columns:minmax(0,1.08fr) minmax(560px,.92fr)!important;
        gap:34px!important;
        align-items:start!important;
    }

    .ks27x-hero__left{
        max-width:790px!important;
    }

    .ks27ref-launcher{
        max-width:690px!important;
        margin-top:118px!important;
    }
}

/* ---------- SMALL DESKTOP / LARGE TABLET ---------- */
@media (min-width:992px) and (max-width:1279px){
    .ks27x-hero__grid{
        grid-template-columns:minmax(0,1fr) minmax(500px,.92fr)!important;
        gap:24px!important;
    }

    .ks27x-hero__title{
        font-size:clamp(50px,5vw,68px)!important;
    }

    .ks27ref-launcher{
        max-width:610px!important;
        margin-top:104px!important;
    }

    .ks27ref-launcher__btn{
        min-height:90px!important;
        height:90px!important;
    }
}

/* ---------- TABLET 768–991 ---------- */
@media (min-width:768px) and (max-width:991px){
    .ks27x-hero__grid{
        grid-template-columns:1fr!important;
        gap:18px!important;
    }

    .ks27ref-launcher{
        max-width:820px!important;
        margin:4px auto 0!important;
    }

    .ks27ref-launcher__glass{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }

    .ks27ref-launcher__btn{
        min-height:82px!important;
        height:82px!important;
    }

    .ks27x-hero__cards{
        max-width:100%!important;
    }

    .ks27ref-modal{
        width:min(640px,calc(100vw - 36px))!important;
    }
}

/* ---------- MOBILE <= 767 ---------- */
@media (max-width:767px){
    .ks27x-hero__grid{
        grid-template-columns:1fr!important;
        gap:12px!important;
    }

    .ks27ref-launcher{
        width:100%!important;
        max-width:none!important;
        margin:6px 0 0!important;
    }

    .ks27ref-launcher__glass{
        grid-template-columns:1fr!important;
        gap:8px!important;
        padding:10px!important;
        border-radius:15px!important;
    }

    .ks27ref-launcher__btn{
        min-height:58px!important;
        height:58px!important;
        display:grid!important;
        grid-template-columns:36px minmax(0,1fr)!important;
        align-items:center!important;
        justify-items:start!important;
        gap:10px!important;
        padding:8px 12px!important;
    }

    .ks27ref-launcher__icon{
        width:34px!important;
        height:34px!important;
    }

    .ks27ref-launcher__icon svg{
        width:27px!important;
        height:27px!important;
    }

    .ks27ref-launcher__btn strong{
        font-size:11px!important;
        white-space:normal!important;
    }

    /* Modal bottom sheet */
    .ks27ref-modal-layer{
        align-items:end!important;
        padding:0!important;
    }

    .ks27ref-modal{
        width:100%!important;
        max-width:none!important;
        max-height:92dvh!important;
        border-radius:18px 18px 0 0!important;
        border-left:0!important;
        border-right:0!important;
        border-bottom:0!important;
    }

    .ks27ref-modal__header{
        position:sticky!important;
        top:0!important;
        z-index:50!important;
        min-height:72px!important;
        padding:13px 14px!important;
        background:rgba(7,46,65,.98)!important;
    }

    .ks27ref-modal__heading h2{
        font-size:16px!important;
    }

    .ks27ref-modal__heading p{
        font-size:8.5px!important;
    }

    .ks27ref-modal__symbol{
        width:38px!important;
        height:38px!important;
        flex-basis:38px!important;
    }

    .ks27ref-modal__close{
        width:32px!important;
        height:32px!important;
        flex-basis:32px!important;
    }

    .ks27ref-modal__body{
        padding:12px 12px calc(16px + env(safe-area-inset-bottom))!important;
    }

    .ks27ref-modal-panel .ks27x-form__grid,
    .ks27ref-hotel-grid{
        grid-template-columns:1fr!important;
        gap:9px!important;
    }

    .ks27ref-field--full{
        grid-column:auto!important;
    }

    .ks27ref-modal-panel .ks27x-control,
    .ks27ref-modal-panel .ks27x-select__trigger,
    .ks27ref-native-control,
    .ks27ref-counter,
    .ks27ref-modal-panel .ks27x-control--people{
        min-height:50px!important;
        height:50px!important;
    }

    .ks27ref-modal-panel .ks27x-submit,
    .ks27ref-submit{
        min-height:52px!important;
        height:52px!important;
        margin-top:12px!important;
    }

    .ks27ref-modal-panel .ks27x-select__panel{
        position:fixed!important;
        left:10px!important;
        right:10px!important;
        top:auto!important;
        bottom:10px!important;
        width:auto!important;
        max-height:62dvh!important;
        z-index:9999999!important;
    }
}

/* ---------- SMALL MOBILE <= 430 ---------- */
@media (max-width:430px){
    .ks27ref-modal__heading{
        gap:9px!important;
    }

    .ks27ref-modal__heading h2{
        font-size:15px!important;
    }

    .ks27ref-modal__heading p{
        display:none!important;
    }

    .ks27ref-modal__body{
        padding-left:10px!important;
        padding-right:10px!important;
    }

    .ks27ref-launcher__btn{
        min-height:56px!important;
        height:56px!important;
    }
}


/* =========================================================
   HERO 3 BUTTONS — CENTERED / NO TITLE OVERLAP FINAL
   Only button panel positioning & sizing
   ========================================================= */

/* Desktop hero columns */
@media (min-width:1280px){
    .ks27x-hero__grid{
        grid-template-columns:minmax(0,1.16fr) minmax(500px,.84fr)!important;
        gap:46px!important;
        align-items:start!important;
    }

    .ks27x-hero__left{
        position:relative!important;
        z-index:2!important;
        max-width:820px!important;
        min-width:0!important;
    }

    .ks27ref-launcher{
        position:relative!important;
        z-index:3!important;
        width:100%!important;
        max-width:640px!important;
        margin:138px auto 0!important;
        align-self:start!important;
        justify-self:center!important;
        transform:none!important;
    }

    .ks27ref-launcher__glass{
        width:100%!important;
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
        gap:12px!important;
        padding:15px!important;
    }

    .ks27ref-launcher__btn{
        min-height:94px!important;
        height:94px!important;
        padding:12px 8px!important;
    }
}

/* Smaller desktop */
@media (min-width:1100px) and (max-width:1279px){
    .ks27x-hero__grid{
        grid-template-columns:minmax(0,1.12fr) minmax(470px,.88fr)!important;
        gap:34px!important;
    }

    .ks27x-hero__left{
        max-width:760px!important;
    }

    .ks27ref-launcher{
        width:100%!important;
        max-width:590px!important;
        margin:126px auto 0!important;
        justify-self:center!important;
    }

    .ks27ref-launcher__btn{
        min-height:88px!important;
        height:88px!important;
    }

    .ks27ref-launcher__btn strong{
        font-size:12px!important;
    }
}

/* Tablet landscape */
@media (min-width:992px) and (max-width:1099px){
    .ks27x-hero__grid{
        grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr)!important;
        gap:26px!important;
    }

    .ks27x-hero__left{
        max-width:700px!important;
    }

    .ks27ref-launcher{
        width:100%!important;
        max-width:540px!important;
        margin:118px auto 0!important;
        justify-self:center!important;
    }

    .ks27ref-launcher__glass{
        gap:9px!important;
        padding:12px!important;
    }

    .ks27ref-launcher__btn{
        min-height:82px!important;
        height:82px!important;
    }

    .ks27ref-launcher__btn strong{
        font-size:11px!important;
    }
}

/* Tablet portrait: button group moves under left content, centered */
@media (min-width:768px) and (max-width:991px){
    .ks27x-hero__grid{
        grid-template-columns:1fr!important;
        gap:18px!important;
    }

    .ks27ref-launcher{
        width:min(100%,760px)!important;
        max-width:760px!important;
        margin:4px auto 0!important;
        justify-self:center!important;
    }

    .ks27ref-launcher__glass{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
        gap:10px!important;
        padding:12px!important;
    }

    .ks27ref-launcher__btn{
        min-height:78px!important;
        height:78px!important;
    }
}

/* Mobile: centered, full width, stacked */
@media (max-width:767px){
    .ks27ref-launcher{
        width:100%!important;
        max-width:100%!important;
        margin:10px auto 0!important;
        justify-self:center!important;
    }

    .ks27ref-launcher__glass{
        width:100%!important;
        grid-template-columns:1fr!important;
        gap:8px!important;
        padding:9px!important;
    }

    .ks27ref-launcher__btn{
        width:100%!important;
        min-height:56px!important;
        height:56px!important;
        grid-template-columns:34px minmax(0,1fr)!important;
        justify-content:start!important;
        text-align:left!important;
        padding:8px 13px!important;
    }

    .ks27ref-launcher__btn strong{
        font-size:11px!important;
        white-space:normal!important;
    }
}


/* =========================================================
   HERO BUTTON PANEL — LOWER POSITION FINAL
   Onaylanan görsele göre sadece buton konumu/ölçüsü
   ========================================================= */

/* Büyük desktop */
@media (min-width:1280px){
    .ks27x-hero__grid{
        grid-template-columns:minmax(0,1.18fr) minmax(520px,.82fr)!important;
        gap:42px!important;
        align-items:start!important;
    }

    .ks27x-hero__left{
        max-width:830px!important;
    }

    .ks27ref-launcher{
        width:100%!important;
        max-width:680px!important;
        margin:330px auto 0!important;
        align-self:start!important;
        justify-self:center!important;
    }

    .ks27ref-launcher__glass{
        width:100%!important;
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
        gap:12px!important;
        padding:16px!important;
    }

    .ks27ref-launcher__btn{
        min-height:98px!important;
        height:98px!important;
        padding:12px 10px!important;
    }

    .ks27ref-launcher__btn strong{
        font-size:13px!important;
        white-space:nowrap!important;
    }
}

/* 1100 - 1279 */
@media (min-width:1100px) and (max-width:1279px){
    .ks27x-hero__grid{
        grid-template-columns:minmax(0,1.14fr) minmax(480px,.86fr)!important;
        gap:32px!important;
    }

    .ks27ref-launcher{
        width:100%!important;
        max-width:610px!important;
        margin:300px auto 0!important;
        justify-self:center!important;
    }

    .ks27ref-launcher__glass{
        gap:10px!important;
        padding:14px!important;
    }

    .ks27ref-launcher__btn{
        min-height:90px!important;
        height:90px!important;
    }
}

/* 992 - 1099 */
@media (min-width:992px) and (max-width:1099px){
    .ks27x-hero__grid{
        grid-template-columns:minmax(0,1.10fr) minmax(450px,.90fr)!important;
        gap:24px!important;
    }

    .ks27ref-launcher{
        width:100%!important;
        max-width:560px!important;
        margin:270px auto 0!important;
        justify-self:center!important;
    }

    .ks27ref-launcher__glass{
        gap:9px!important;
        padding:12px!important;
    }

    .ks27ref-launcher__btn{
        min-height:84px!important;
        height:84px!important;
    }

    .ks27ref-launcher__btn strong{
        font-size:11px!important;
    }
}

/* Tablet portrait */
@media (min-width:768px) and (max-width:991px){
    .ks27x-hero__grid{
        grid-template-columns:1fr!important;
        gap:18px!important;
    }

    .ks27ref-launcher{
        width:min(100%,780px)!important;
        max-width:780px!important;
        margin:18px auto 0!important;
        justify-self:center!important;
    }

    .ks27ref-launcher__glass{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
        gap:10px!important;
        padding:12px!important;
    }

    .ks27ref-launcher__btn{
        min-height:80px!important;
        height:80px!important;
    }
}

/* Mobil */
@media (max-width:767px){
    .ks27ref-launcher{
        width:100%!important;
        max-width:100%!important;
        margin:14px auto 0!important;
    }

    .ks27ref-launcher__glass{
        width:100%!important;
        grid-template-columns:1fr!important;
        gap:8px!important;
        padding:9px!important;
    }

    .ks27ref-launcher__btn{
        width:100%!important;
        min-height:58px!important;
        height:58px!important;
        display:grid!important;
        grid-template-columns:36px minmax(0,1fr)!important;
        align-items:center!important;
        justify-items:start!important;
        text-align:left!important;
        gap:10px!important;
        padding:8px 13px!important;
    }

    .ks27ref-launcher__btn strong{
        font-size:11px!important;
        white-space:normal!important;
    }
}
