/* OtelAdisyon v2 — ana sayfa ek stiller */
html {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.v2-page {
  overflow-x: clip;
  max-width: 100%;
}

/* Footer düzeltmeleri */
.footer-logo img {
  width: auto;
  height: 34px;
}
.footer-tag { max-width: 300px; }
.footer-tag strong {
  display: block;
  color: rgba(255, 255, 255, .92);
  margin-bottom: 6px;
}
.footer-medya {
  margin-top: 18px;
  display: flex;
  gap: 10px;
}
.footer-medya a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .92);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  font-size: 17px;
  text-decoration: none;
  transition: color .2s, background .2s, transform .2s;
}
.footer-medya a:hover {
  color: #fff;
  background: var(--blue-600, #2563EB);
  border-color: var(--blue-600, #2563EB);
  transform: translateY(-2px);
}

.v2-draft-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 800; letter-spacing: .3px;
  padding: 4px 10px; border-radius: 100px;
  background: #FEF3C7; color: #92400E; margin-left: 8px;
  vertical-align: middle;
}

/* Split hero */
.hero-v2 {
  text-align: left;
  padding: calc(var(--nav-h) + 12px) 0 64px;
  overflow: hidden;
  background: linear-gradient(145deg, #041a31 0%, #073866 46%, #051525 100%);
}

/* Kareli grid ve varsayılan hero ::before kapalı */
.hero.hero-v2::before,
.hero.hero-v2::after {
  display: none;
}

/* Fotoğraf hero arka planı — yazıların arkasında */
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  background: url('../img/hero-6.png') center / cover no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,26,49,.85) 0%, rgba(4,26,49,.67) 45%, rgba(4,26,49,.49) 100%),
    linear-gradient(180deg, rgba(4,26,49,.49) 0%, rgba(4,26,49,.30) 50%, rgba(4,26,49,.59) 100%);
}
.hero-bg-mark {
  display: none;
}
.hero-bg-mark--blur,
.hero-bg-mark--shape {
  display: none;
}
.hero-bg-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero-bg-glow--right {
  width: 420px;
  height: 420px;
  right: 8%;
  top: 18%;
  background: radial-gradient(circle, rgba(37,99,235,.18) 0%, transparent 68%);
}

.hero-v2 .container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}
.hero-v2 .hero-badges { justify-content: flex-start; margin-bottom: 16px; }
.hero-v2 .hero-badge {
  max-width: 100%;
  line-height: 1.45;
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.16);
}
.hero-v2 .hero-cta-row { justify-content: flex-start; }
.hero-v2 .hero-trust { justify-content: flex-start; margin-top: 20px; }

.hero-v2 .hero-pillars li {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-left: 3px solid rgba(147,197,253,.55);
  border-radius: 12px;
  padding: 10px 12px 10px 14px;
}

.hero-v2 .price-calc {
  position: relative;
  z-index: 2;
  backdrop-filter: blur(8px);
  box-shadow: 0 28px 56px rgba(0,0,0,.32);
}

.hero-title-lead {
  display: block;
  font-size: clamp(18px, 2.8vw, 24px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -.3px;
  color: rgba(255,255,255,.88);
  margin-bottom: 10px;
}
.hero-v2 .hero-title {
  margin-bottom: 14px;
}
.hero-v2 .hero-desc {
  margin-bottom: 18px;
}
.hero-v2 .hero-title .highlight {
  display: block;
  font-size: clamp(28px, 4.5vw, 44px);
  line-height: 1.12;
}

.hero-pillars {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0 12px;
  max-width: 640px;
}
.hero-pillars li {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,.72);
  padding-left: 16px;
  border-left: 3px solid rgba(147,197,253,.45);
}
.hero-pillars strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.95);
  margin-bottom: 4px;
}
.hero-tagline {
  font-size: 15px;
  font-weight: 700;
  color: #86EFAC;
  margin-bottom: 4px;
}

/* Price calculator card */
.price-calc {
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--r-xl);
  padding: 28px;
  color: var(--slate-800);
  box-shadow: 0 24px 48px rgba(0,0,0,.28);
  text-align: left;
}
.price-calc-kicker {
  font-size: 11px; font-weight: 800; letter-spacing: 1.2px;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 8px;
}
.price-calc h3,
.price-calc-title {
  font-size: 20px; font-weight: 800; color: var(--slate-900);
  margin-bottom: 20px; line-height: 1.25;
}
.price-calc-slider {
  width: 100%; accent-color: var(--accent);
  margin: 8px 0 4px;
}
.price-calc-rooms {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 16px;
}
.price-calc-rooms strong {
  font-size: 36px; font-weight: 900; color: var(--navy);
  line-height: 1;
}
.price-calc-rooms span { font-size: 14px; color: var(--slate-500); font-weight: 600; }
.price-calc-result {
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  border-radius: var(--r-lg);
  padding: 16px 18px;
  margin-bottom: 16px;
}
.price-calc-tier {
  font-size: 13px; font-weight: 700; color: var(--navy);
  margin-bottom: 4px;
}
.price-calc-amount {
  font-size: 28px; font-weight: 900; color: var(--slate-900);
  white-space: nowrap;
}
.price-calc-amount small {
  font-size: 14px; font-weight: 600; color: var(--slate-500);
}
.price-calc-amount .price-vat,
.price-calc-addon-price .price-vat {
  font-size: 13px; font-weight: 800; color: var(--slate-500);
  white-space: nowrap;
  margin-left: 4px;
}
.price-calc-note {
  font-size: 12px; color: var(--slate-500); line-height: 1.5;
  margin-top: 8px;
}

.price-calc-free {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; font-weight: 800; color: #166534;
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: var(--r);
  background: #ECFDF5;
  border: 1px solid #86EFAC;
}
.price-calc-free i { font-size: 15px; color: #16A34A; }

.price-calc-addon {
  margin-top: 16px;
  padding: 16px;
  border: 1px dashed var(--slate-300);
  border-radius: var(--r-lg);
  background: var(--slate-50);
}
.price-calc-addon-badge {
  display: inline-block;
  font-size: 10px; font-weight: 800; letter-spacing: .8px;
  text-transform: uppercase; color: var(--accent);
  background: var(--blue-50); border: 1px solid var(--blue-100);
  padding: 3px 10px; border-radius: 100px;
  margin-bottom: 8px;
}
.price-calc-addon-title {
  display: block;
  font-size: 15px; font-weight: 800; color: var(--slate-900);
  margin-bottom: 4px;
}
.price-calc-addon-desc {
  font-size: 12px; color: var(--slate-500); line-height: 1.55;
  margin-bottom: 12px;
}
.price-calc-addon-row {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.price-calc-addon-price {
  font-size: 20px; font-weight: 900; color: var(--navy);
  margin-top: 2px;
  white-space: nowrap;
}
.price-calc-addon-price small {
  font-size: 12px; font-weight: 600; color: var(--slate-500);
}

/* Hotel type pills */
.type-pills {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center; margin-bottom: 32px;
}
.type-pill {
  font-family: inherit; font-size: 14px; font-weight: 700;
  padding: 12px 20px; border-radius: 100px;
  border: 2px solid var(--slate-200); background: white;
  color: var(--slate-600); cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
}
.type-pill:hover { border-color: var(--blue-200); color: var(--navy); }
.type-pill.active {
  border-color: var(--accent); background: var(--blue-50);
  color: var(--navy);
}
.type-pill i { margin-right: 6px; }

/* Founder */
.founder {
  padding: 72px 0;
  background: white;
}
.founder-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
}
.founder-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--r-xl);
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  display: block;
}
.founder-title {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 800;
  color: var(--slate-900);
  line-height: 1.2;
  letter-spacing: -.4px;
  margin-bottom: 14px;
}
.founder-intro {
  font-size: 16px;
  color: var(--slate-600);
  line-height: 1.7;
  margin-bottom: 20px;
}
.founder-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.founder-points li {
  padding: 14px 16px;
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-left: 3px solid var(--accent);
  border-radius: var(--r);
  font-size: 14px;
  color: var(--slate-600);
  line-height: 1.6;
}
.founder-points strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 4px;
}
.founder-quote {
  font-size: clamp(20px, 3vw, 26px); font-weight: 700;
  color: var(--slate-900); line-height: 1.45;
  margin-bottom: 20px;
}
.founder-quote em { font-style: normal; color: var(--accent); }
.founder-meta { font-size: 15px; color: var(--slate-500); line-height: 1.7; }
.founder-badges {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px;
}
.founder-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: var(--r);
  background: var(--slate-50); border: 1px solid var(--slate-200);
  font-size: 13px; font-weight: 700; color: var(--slate-700);
}
.founder-badge i { color: var(--green); }

/* Live strip */
.live-strip {
  background: var(--navy);
  color: white;
  padding: calc(var(--nav-h, 68px) + 10px) 0 14px;
}
.live-strip-inner {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 12px 28px;
  font-size: 14px; font-weight: 600;
}
.live-strip-inner i { color: #86EFAC; }
.live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22C55E; display: inline-block;
  animation: live-pulse 2s ease infinite;
}
@keyframes live-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .4; }
}

/* Pain points */
.pain {
  padding: 72px 0;
  background: var(--slate-50);
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.pain-card {
  background: white;
  border: 1px solid var(--slate-200);
  border-radius: var(--r-lg);
  padding: 24px 20px;
  box-shadow: 0 1px 3px rgba(15,23,42,.04);
}
.pain-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; margin-bottom: 14px;
}
.pain-icon--red { background: #FEF2F2; color: #DC2626; }
.pain-icon--orange { background: var(--orange-bg); color: var(--orange); }
.pain-icon--blue { background: var(--blue-50); color: var(--accent); }
.pain-icon--green { background: var(--green-bg); color: var(--green); }
.pain-card h3 {
  font-size: 16px; font-weight: 800; color: var(--slate-900);
  margin-bottom: 8px;
}
.pain-card p { font-size: 14px; color: var(--slate-500); line-height: 1.55; }

/* Screens */
.screens {
  padding: 72px 0;
  background: linear-gradient(180deg, #fff 0%, var(--slate-50) 100%);
}
.screens-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.screen-card {
  background: white;
  border: 1px solid var(--slate-200);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.screen-preview {
  aspect-ratio: 16/10;
  background: linear-gradient(160deg, #0f172a 0%, var(--navy) 100%);
  padding: 16px;
  display: flex; flex-direction: column; gap: 8px;
}
.screen-preview-bar {
  display: flex; gap: 6px; margin-bottom: 4px;
}
.screen-preview-bar span {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.25);
}
.screen-preview-body {
  flex: 1; background: rgba(255,255,255,.06);
  border-radius: 8px; padding: 12px;
  display: grid; gap: 6px;
}
.screen-line {
  height: 8px; border-radius: 4px;
  background: rgba(255,255,255,.12);
}
.screen-line--short { width: 60%; }
.screen-line--accent { background: rgba(37,99,235,.45); width: 80%; }
.screen-card figcaption {
  padding: 14px 16px;
  font-size: 13px; font-weight: 700; color: var(--slate-700);
}

/* FAQ */
.faq {
  padding: 72px 0;
}
.faq-list {
  max-width: 720px;
  margin: 36px auto 0;
  display: flex; flex-direction: column; gap: 10px;
}
.faq-item {
  border: 1px solid var(--slate-200);
  border-radius: var(--r-lg);
  background: white;
  overflow: hidden;
}
.faq-item summary {
  padding: 18px 20px;
  font-size: 15px; font-weight: 700;
  color: var(--slate-800);
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 20px; font-weight: 400;
  color: var(--slate-400); flex-shrink: 0;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p {
  padding: 0 20px 18px;
  font-size: 14px; color: var(--slate-500);
  line-height: 1.65;
}

/* WhatsApp sabit buton — scroll-top'un üzerinde */
.wa-float {
  position: fixed;
  right: 20px;
  bottom: 82px;
  z-index: 185;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #25D366;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .38);
  transition: transform .2s, box-shadow .2s, background .2s;
}
.wa-float:hover {
  background: #1EBE5A;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, .46);
}
.wa-float:focus-visible {
  outline: 2px solid #25D366;
  outline-offset: 3px;
}
.wa-float i { font-size: 22px; }

/* Tek Paket bölümü — fotoğraf arka plan */
.varyon {
  position: relative;
  background: url('../img/tekpaket-bg.png') 30% center / cover no-repeat;
}
.varyon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(7,56,102,.82) 0%, rgba(4,26,49,.79) 100%);
}
.varyon > .container {
  position: relative;
  z-index: 1;
}
.varyon .section-title { color: #fff; }
.varyon .varyon-col--yok {
  border: 1px solid rgba(255,255,255,.18);
}

/* Fiyat özet kutuları — tıklanabilir */
a.pricing-quick-item {
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
a.pricing-quick-item:hover {
  transform: translateY(-3px);
  border-color: var(--accent, #2563EB);
  box-shadow: 0 10px 24px rgba(7, 56, 102, .12);
}
.price-card { scroll-margin-top: 90px; }
@keyframes price-card-flash {
  0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, .45); }
  60% { box-shadow: 0 0 0 10px rgba(37, 99, 235, .12); }
  100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}
.price-card--flash {
  animation: price-card-flash 1.6s ease-out;
  border-color: var(--accent, #2563EB) !important;
}

/* Seçim yapılınca vurgu tıklanan kutuya/karta geçer */
a.pricing-quick-item.is-selected {
  border-color: var(--accent, #2563EB);
  background: linear-gradient(180deg, var(--blue-50, #EFF6FF), #fff);
  box-shadow: 0 10px 24px rgba(7, 56, 102, .12);
}
.pricing-quick.has-selection .pricing-quick-item--featured:not(.is-selected) {
  border-color: var(--slate-200, #E2E8F0);
  background: #fff;
  box-shadow: none;
}
.pricing-mode-panel .price-card.is-selected {
  border-color: var(--accent, #2563EB);
  background: linear-gradient(180deg, var(--blue-50, #EFF6FF) 0%, #fff 120px);
  box-shadow: 0 18px 40px rgba(7, 56, 102, .14);
}
.pricing-mode-panel.has-selection .price-card.featured:not(.is-selected) {
  border-color: var(--slate-200, #E2E8F0);
  background: #fff;
  box-shadow: none;
}
.pricing-mode-panel.has-selection .price-card.featured:not(.is-selected) .price-tier {
  color: var(--slate-700, #334155);
}

/* Fiyat bölümü — detaylı başlangıç notu */
.price-note--detail {
  max-width: 760px;
  margin: 28px auto 0;
  padding: 20px 24px;
  text-align: left;
  font-size: 14px;
  color: var(--slate-600, #475569);
  background: #fff;
  border: 1px solid var(--slate-200, #E2E8F0);
  border-radius: 14px;
}
.price-note-title {
  display: block;
  font-size: 15px;
  color: var(--navy, #073866);
  margin-bottom: 12px;
}
.price-note--detail ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.price-note--detail ul li {
  position: relative;
  padding-left: 22px;
  line-height: 1.55;
}
.price-note--detail ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green, #16A34A);
  font-weight: 900;
}
.price-note--detail ul li strong { color: var(--navy, #073866); }

/* Kanal & entegrasyon bölümü — fotoğraf arka plan */
.channels-section .channel-band {
  position: relative;
  background: url('../img/channels-room.png') center / cover no-repeat;
}
.channels-section .channel-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, rgba(7,56,102,.78) 0%, rgba(4,26,49,.75) 100%);
}
.channels-section .channel-duo {
  position: relative;
  z-index: 1;
}
#kanallar,
#kanal-yonetimi {
  scroll-margin-top: calc(var(--nav-h, 68px) + 12px);
}

/* Signup v2 */
.signup {
  position: relative;
  background: url('../img/signup-lobby.png') center / cover no-repeat;
}
.signup::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(2,13,26,.90) 0%, rgba(7,56,102,.86) 50%, rgba(4,26,49,.90) 100%);
}
.signup > .container {
  position: relative;
  z-index: 1;
}
.signup-perks--stack { margin-top: 18px; gap: 10px; }
.signup-perk {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.signup-perk-text {
  flex: 1;
  min-width: 0;
  line-height: 1.55;
  overflow-wrap: break-word;
}
.signup-perks--stack span { align-items: flex-start; line-height: 1.5; }
.signup-perks--stack i { margin-top: 3px; flex-shrink: 0; }
.signup-perks--stack strong,
.signup-perk-text strong {
  display: block;
  color: #fff;
  margin-bottom: 2px;
}
.signup-features-title {
  margin: 26px 0 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--blue-200);
}
.signup-v2-form h3 { margin-bottom: 4px; }
.signup-v2-form .field-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-status {
  display: none;
  margin: 12px 0 0;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  white-space: pre-line;
}
.form-status.is-visible { display: block; }
.form-status.is-success {
  color: #166534;
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
}
.form-status.is-error {
  color: #991B1B;
  background: #FEF2F2;
  border: 1px solid #FECACA;
}
.signup-wa-note {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 14px; border-radius: var(--r);
  background: #F0FDF4; border: 1px solid #BBF7D0;
  font-size: 13px; color: #166534; line-height: 1.5;
  margin-bottom: 16px;
}
.signup-wa-note i { font-size: 20px; margin-top: 2px; }
.btn-whatsapp {
  background: #25D366; color: white;
  box-shadow: 0 4px 14px rgba(37,211,102,.35);
}
.btn-whatsapp:hover { background: #1EBE5A; }

/* Dynamic type panels */
[data-type-panel] { display: none; }
[data-type-panel].active { display: block; }

/* Canlı akış — HTML timeline */
.easy-flow-visual {
  padding: 12px;
}
.flow-panel {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 18px 16px 20px;
  border-radius: 20px;
  background: linear-gradient(160deg, #EFF6FF 0%, #fff 42%, #F8FAFC 100%);
  border: 1px solid #DBEAFE;
  box-shadow: 0 18px 40px rgba(7, 56, 102, .08);
}
.flow-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(7, 56, 102, .07);
}
.flow-panel-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.flow-panel-brand strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #073866;
  line-height: 1.2;
}
.flow-panel-brand span {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #64748B;
  line-height: 1.3;
}
.flow-panel-logo {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #073866, #2563EB);
  position: relative;
}
.flow-panel-logo::before,
.flow-panel-logo::after {
  content: '';
  position: absolute;
  left: 8px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255,255,255,.9);
}
.flow-panel-logo::before { top: 9px; width: 12px; }
.flow-panel-logo::after { top: 15px; width: 8px; opacity: .65; }
.flow-panel-badge {
  flex-shrink: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 100px;
  background: #DCFCE7;
  color: #16A34A;
}
.flow-steps {
  list-style: none;
  margin: 0;
  padding: 0 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.flow-steps::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, #2563EB 0%, #073866 100%);
  opacity: .18;
}
.flow-step {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: start;
  position: relative;
}
.flow-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  background: #fff;
  border: 3px solid var(--flow-ring, #BFDBFE);
  color: var(--flow-accent, #2563EB);
  position: relative;
  z-index: 1;
}
.flow-step-body {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(7, 56, 102, .06);
  border: 1px solid #F1F5F9;
}
.flow-step-body > div {
  flex: 1;
  min-width: 0;
}
.flow-step-body strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.25;
}
.flow-step-meta {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #64748B;
  line-height: 1.35;
}
.flow-step-meta--green { color: #16A34A; }
.flow-step-meta--sub {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 500;
  color: #94A3B8;
  line-height: 1.4;
}
.flow-step-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 15px;
  background: var(--flow-icon-bg, #DBEAFE);
  color: var(--flow-accent, #2563EB);
}
.flow-step-tag {
  flex-shrink: 0;
  align-self: flex-start;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2px;
  padding: 4px 8px;
  border-radius: 100px;
  background: #F5F3FF;
  color: #7C3AED;
  border: 1px dashed #C4B5FD;
  white-space: nowrap;
}
.flow-step-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}
.flow-step-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  min-width: 0;
}
.flow-step-chip i {
  flex-shrink: 0;
  font-size: 14px;
}
.flow-step-chip strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #073866;
  line-height: 1.2;
}
.flow-step-chip span {
  display: block;
  font-size: 9px;
  color: #64748B;
  line-height: 1.3;
}
.flow-step-chip--red {
  background: #FEF2F2;
  border: 1px solid #FECACA;
}
.flow-step-chip--red i { color: #DC2626; }
.flow-step-chip--green {
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
}
.flow-step-chip--green i { color: #16A34A; }
.flow-step--wide .flow-step-body {
  align-items: stretch;
  padding: 10px;
}
.flow-step--wide .flow-step-icon { display: none; }
.flow-step--optional .flow-step-body {
  border-style: dashed;
  border-color: #DDD6FE;
  background: linear-gradient(135deg, #fff 0%, #FAF5FF 100%);
}
.flow-step--optional { opacity: .92; }
.flow-step--detail .flow-step-body {
  align-items: flex-start;
  min-height: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}
.flow-step--detail .flow-step-icon { margin-top: 2px; }
.flow-step--blue { --flow-ring: #BFDBFE; --flow-accent: #2563EB; --flow-icon-bg: #DBEAFE; }
.flow-step--orange { --flow-ring: #FED7AA; --flow-accent: #EA580C; --flow-icon-bg: #FFEDD5; }
.flow-step--red { --flow-ring: #FECACA; --flow-accent: #DC2626; --flow-icon-bg: #FEE2E2; }
.flow-step--purple { --flow-ring: #C4B5FD; --flow-accent: #7C3AED; --flow-icon-bg: #EDE9FE; }
.flow-step--amber { --flow-ring: #FDE68A; --flow-accent: #D97706; --flow-icon-bg: #FFFBEB; }
.flow-step--navy { --flow-ring: #BFDBFE; --flow-accent: #073866; --flow-icon-bg: #EFF6FF; }
.flow-step--green { --flow-ring: #86EFAC; --flow-accent: #16A34A; --flow-icon-bg: #DCFCE7; }
.flow-step--pink { --flow-ring: #F9A8D4; --flow-accent: #DB2777; --flow-icon-bg: #FCE7F3; }
.flow-step--cyan { --flow-ring: #A5F3FC; --flow-accent: #0891B2; --flow-icon-bg: #ECFEFF; }

@media (max-width: 900px) {
  .flow-step-split { grid-template-columns: 1fr; }
}

@media (min-width: 961px) {
  .nav-inner {
    gap: 12px;
  }
  .nav-links {
    flex: 1;
    justify-content: center;
    flex-wrap: nowrap;
    min-width: 0;
    gap: 0;
  }
  .nav-links a {
    white-space: nowrap;
    font-size: 13px;
    padding: 8px 10px;
  }
  .nav-logo {
    flex-shrink: 0;
  }
  .nav-cta {
    flex-shrink: 0;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  .nav-links a {
    font-size: 12px;
    padding: 8px 8px;
  }
  .nav-logo img {
    height: 30px;
  }
  .nav-cta .btn-sm {
    font-size: 12px;
    padding: 8px 12px;
  }
}

@media (max-width: 960px) {
  .hero-bg-glow--right {
    right: 50%;
    transform: translateX(50%);
    opacity: .7;
  }
  .hero-v2 .container { grid-template-columns: 1fr; text-align: center; }
  .hero-v2 .hero-badges,
  .hero-v2 .hero-cta-row,
  .hero-v2 .hero-trust { justify-content: center; }
  .hero-pillars { margin-left: auto; margin-right: auto; text-align: left; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-photo { max-width: 200px; margin: 0 auto; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .screens-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .pain-grid { grid-template-columns: 1fr; }
  .signup-v2-form .field-row { grid-template-columns: 1fr; }
  .v2-draft-pill { display: none; }
}

/* ── Mobil (Galaxy S24 / 360–430px) ── */
@media (max-width: 640px) {
  .container,
  .container-narrow {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.v2-page {
    padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px));
  }

  .footer {
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  }

  /* Üst bar: menü + logo, CTA altta sticky'de */
  .nav-cta { display: none; }
  .nav-inner { gap: 10px; }
  .nav-logo img { height: 30px; }
  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .live-strip {
    padding-top: calc(var(--nav-h, 68px) + 6px);
    padding-bottom: 10px;
  }
  .live-strip-inner {
    gap: 8px 14px;
    font-size: 12px;
    line-height: 1.45;
    justify-content: flex-start;
  }
  .live-strip-inner > span {
    min-width: 0;
    max-width: 100%;
  }

  .hero-v2 {
    padding: 28px 0 48px;
    text-align: left;
  }
  .hero-v2 .container {
    gap: 24px;
  }
  .hero-v2 .hero-badges,
  .hero-v2 .hero-cta-row,
  .hero-v2 .hero-trust {
    justify-content: flex-start;
  }
  .hero-v2 .hero-badge {
    font-size: 13px;
    padding: 9px 14px;
    line-height: 1.45;
  }
  .hero-title-lead {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .hero-v2 .hero-title .highlight {
    font-size: clamp(24px, 7.2vw, 30px);
    letter-spacing: -.6px;
  }
  .hero-v2 .hero-desc {
    font-size: 15px;
    line-height: 1.6;
  }
  .hero-pillars {
    margin-top: 10px;
    gap: 8px;
  }
  .hero-pillars li {
    font-size: 13px;
    padding: 10px 12px;
  }
  .hero-cta-row .btn-lg {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    padding: 13px 14px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
  .hero-trust {
    gap: 10px 14px;
    margin-top: 14px;
  }
  .trust-item {
    font-size: 12px;
  }
  .hero-bg-glow--right { display: none; }

  .price-calc {
    padding: 18px 16px;
  }
  .price-calc h3,
  .price-calc-title {
    font-size: 18px;
  }
  .price-calc-rooms strong {
    font-size: 30px;
  }
  .price-calc-addon-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .price-calc-addon-row .btn {
    width: 100%;
    white-space: normal;
  }

  .founder,
  .pain,
  .faq {
    padding: 52px 0;
  }
  .pricing,
  .easy-flow,
  .varyon,
  .signup {
    padding: 56px 0;
  }
  .section-title {
    font-size: clamp(24px, 7vw, 30px);
    letter-spacing: -.4px;
  }
  .section-subtitle {
    font-size: 15px;
    margin-top: 10px;
  }

  .pricing-quick {
    max-width: none;
    width: 100%;
    margin-top: 24px;
    gap: 10px;
  }
  .pricing-quick-item {
    padding: 14px 12px;
  }
  .pricing-toggle {
    gap: 10px;
    margin-top: 22px;
  }
  .pricing-toggle span {
    font-size: 13px;
  }
  .save-badge {
    font-size: 10px;
    padding: 4px 8px;
  }
  .pricing-mode-tabs {
    margin-top: 18px;
    gap: 6px;
  }
  .pricing-mode-tab {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    padding: 10px 12px;
    font-size: 13px;
    text-align: center;
    white-space: normal;
    line-height: 1.3;
  }

  .price-grid--otel,
  .price-grid--pos {
    max-width: none;
    width: 100%;
    margin-top: 22px;
    gap: 16px;
  }
  .price-card {
    padding: 24px 18px;
    scroll-margin-top: calc(var(--nav-h, 68px) + 12px);
  }
  .price-amount {
    font-size: 36px;
    letter-spacing: -1px;
  }
  .price-note--detail {
    padding: 16px;
    font-size: 13px;
  }

  .pricing-addon-bar {
    padding: 16px;
    gap: 14px;
  }
  .pricing-addon-bar-body {
    min-width: 0;
  }
  .pricing-addon-bar-title {
    font-size: 17px;
  }
  .pricing-addon-bar-desc {
    font-size: 13px;
  }
  .pricing-addon-bar-cta {
    min-width: 0;
    white-space: normal;
  }
  .pricing-addon-bar-side {
    min-width: 0;
    width: 100%;
  }
  .pricing-addon-bar-price {
    white-space: normal;
    font-size: 26px;
  }
  .price-card .btn,
  .pricing-addon-bar .btn {
    white-space: normal;
  }

  .varyon-col {
    padding: 24px 18px;
  }
  .varyon-col--yok {
    padding: 26px 18px;
  }
  .varyon-col--yok ul li {
    font-size: 15px;
    padding-left: 22px;
  }

  .easy-flow-grid {
    gap: 24px;
  }
  .easy-flow-story p {
    font-size: 15px;
    line-height: 1.65;
  }
  .easy-flow-tagline {
    font-size: 15px !important;
    padding: 12px 14px;
  }
  .easy-flow-visual {
    padding: 6px;
    border-radius: 18px;
  }
  .flow-panel {
    max-width: none;
    width: 100%;
    padding: 14px 12px 16px;
    border-radius: 16px;
  }
  .flow-panel-head {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 12px;
  }
  .flow-panel-badge {
    font-size: 8px;
    padding: 4px 8px;
  }
  .flow-step-body {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    padding: 9px 10px;
  }
  .flow-step-tag {
    white-space: normal;
    text-align: center;
    line-height: 1.25;
    max-width: 100%;
  }
  .flow-step-chip strong {
    font-size: 10px;
  }
  .flow-step-chip span {
    font-size: 8px;
  }

  .channel-band {
    padding-left: 0;
    padding-right: 0;
  }
  .channel-item,
  .channel-item--long {
    min-height: 76px;
    padding: 10px 6px;
  }

  .signup-grid {
    gap: 28px;
  }
  .signup-perk-text {
    font-size: 13px;
    line-height: 1.6;
  }
  .signup-perk-text strong {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .signup-features-title {
    font-size: 15px;
  }
  .signup-v2-form .btn-block {
    white-space: normal;
  }

  .faq-item summary {
    font-size: 14px;
    padding: 14px 16px;
  }
  .faq-item p {
    font-size: 13px;
    padding: 0 16px 14px;
  }

  .footer-tag {
    max-width: none;
  }

  .sticky-cta {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sticky-cta .btn {
    white-space: normal;
    font-size: 14px;
    padding: 12px 14px;
  }

  /* Sticky CTA'da WhatsApp var — çift buton ve kart üstü bindirmeyi önle */
  .wa-float {
    display: none;
  }

  .scroll-top {
    right: 12px;
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    width: 42px;
    height: 42px;
  }
}

/* Çok dar telefonlar (iPhone SE, küçük Android) */
@media (max-width: 380px) {
  .container,
  .container-narrow {
    padding-left: 14px;
    padding-right: 14px;
  }

  .live-strip-inner {
    font-size: 11px;
    gap: 6px 10px;
  }

  .pricing-quick-rooms {
    font-size: 11px;
    letter-spacing: .3px;
  }
  .pricing-quick-price {
    font-size: 18px;
  }
  .pricing-quick-item {
    padding: 12px 10px;
  }

  .price-card {
    padding: 20px 14px;
  }
  .price-amount {
    font-size: 32px;
  }

  .hero-v2 .hero-badge {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* Yatay (landscape) mobil */
@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  .hero-v2 {
    padding: 20px 0 36px;
  }
  .hero-v2 .container {
    gap: 18px;
  }
  .live-strip {
    padding-top: calc(var(--nav-h, 68px) + 4px);
    padding-bottom: 8px;
  }
  .live-strip-inner {
    font-size: 11px;
    gap: 6px 12px;
  }
  .hero-bg-glow--right {
    display: none;
  }
  .founder,
  .pain,
  .faq,
  .pricing,
  .easy-flow,
  .varyon,
  .signup {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
