:root {
  --navy: #0b1d43;
  --navy-2: #18265c;
  --ink: #121d32;
  --muted: #687386;
  --pink: #e61774;
  --pink-dark: #bd075c;
  --blush: #fff2f7;
  --paper: #fff;
  --soft: #f5f6fa;
  --line: #e0e4ec;
  --green: #1daf70;
  --shadow: 0 22px 70px rgba(11, 29, 67, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  direction: rtl;
  text-align: right;
  color: var(--ink);
  background: var(--paper);
  font-family: "Cairo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
svg { width: 20px; height: 20px; stroke-width: 1.8; }
bdi { direction: ltr; unicode-bidi: isolate; }

.site-header {
  height: 82px;
  padding: 0 max(5vw, 24px);
  display: flex;
  align-items: center;
  gap: 30px;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(11,29,67,.08);
  position: relative;
  z-index: 20;
}
.brand { width: 116px; height: 70px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; flex: 0 0 auto; }
.brand img { width: 92px; height: 92px; object-fit: contain; }
.desktop-nav { display: flex; gap: 34px; margin-right: auto; }
.desktop-nav a { font-size: 14px; font-weight: 700; color: #39465a; transition: color .2s; }
.desktop-nav a:hover { color: var(--pink); }

.button {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 13px;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 17px; }
.button-small svg { width: 17px; }
.button-outline { border: 1px solid #d5dbe4; }
.button-outline:hover { border-color: var(--pink); color: var(--pink); }
.button-primary { color: #fff; background: var(--pink); box-shadow: 0 12px 28px rgba(230,23,116,.24); }
.button-primary:hover { background: var(--pink-dark); }
.button-card { border: 1px solid var(--navy); color: var(--navy); }
.button-card:hover { background: var(--navy); color: #fff; }
.button-white { background: #fff; color: var(--navy); }
.button-dark { background: var(--navy); color: #fff; }

.hero { height: min(760px, calc(100vh - 82px)); min-height: 660px; position: relative; overflow: hidden; color: #fff; }
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg { background: url("assets/istanbul-antalya-official-hero.png") center/cover no-repeat; transform: scale(1.01); }
.hero-overlay {
  background:
    linear-gradient(270deg, rgba(5,15,37,.9) 0%, rgba(5,15,37,.62) 39%, rgba(5,15,37,.08) 74%),
    linear-gradient(0deg, rgba(5,15,37,.45), transparent 46%);
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1260px;
  margin: auto;
  padding: 70px 40px 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.eyebrow, .section-kicker { font-size: 11px; font-weight: 900; color: var(--pink); letter-spacing: .04em; }
.eyebrow { color: #fff; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 2px; background: var(--pink); }
.hero h1, h2, h3 { font-family: "Cairo", sans-serif; }
.hero h1 { font-size: clamp(58px, 7vw, 104px); line-height: 1.05; letter-spacing: -.055em; margin: 20px 0 10px; }
.hero h1 em { color: var(--pink); font-style: normal; font-weight: 700; }
.hero-subtitle { font-size: clamp(18px, 2vw, 23px); margin: 0 0 32px; color: rgba(255,255,255,.88); }
.hero-meta { display: flex; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; backdrop-filter: blur(8px); background: rgba(11,29,67,.3); }
.hero-meta > div { display: flex; align-items: center; gap: 12px; padding: 14px 22px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-meta > div:last-child { border: 0; }
.hero-meta svg { color: #ff71b1; }
.hero-meta span { display: grid; }
.hero-meta strong { font-size: 13px; }
.hero-meta small { font-size: 10px; color: rgba(255,255,255,.68); margin-top: 3px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 31px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 4px; }
.text-link svg { width: 16px; }
.hero-price {
  position: absolute;
  z-index: 3;
  left: max(5vw, 30px);
  bottom: 36px;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  transform: rotate(-3deg);
}
.hero-price span { font-size: 11px; color: var(--muted); }
.hero-price strong { font-size: 29px; line-height: 1.4; margin: 2px 0; color: var(--pink); }
.hero-price strong small { font-size: 12px; }

.dates-bar {
  max-width: 1180px;
  margin: -1px auto 0;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: 180px 1fr 1fr 230px;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.date-options { display: contents; }
.date-card { padding: 12px 18px; display: grid; grid-template-columns: 40px 1fr; gap: 2px 10px; border-right: 1px solid var(--line); }
.date-icon { grid-row: 1 / 3; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--blush); color: var(--pink); }
.date-icon svg { width: 17px; }
.date-card > div:nth-child(2) { display: flex; align-items: center; gap: 8px; font-weight: 900; font-size: 13px; color: var(--navy); }
.date-card > div:nth-child(2) svg { width: 13px; color: #9ba4b2; }
.date-card small { font-size: 10px; color: var(--muted); direction: ltr; text-align: right; }
.airline-dot { width: 7px; height: 7px; border-radius: 50%; background: #d71920; display: inline-block; margin-right: 5px; }
.dates-bar > p { font-size: 11px; color: var(--muted); display: flex; gap: 7px; line-height: 1.7; }
.dates-bar > p svg { width: 17px; color: var(--green); flex: 0 0 auto; }

.section { max-width: 1180px; margin: auto; padding: 100px 30px; }
.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 45px 90px; align-items: end; }
h2 { font-size: clamp(38px, 4.5vw, 62px); line-height: 1.25; letter-spacing: -.04em; color: var(--navy); margin: 11px 0 0; }
h2 span { color: var(--pink); }
.intro > p, .section-heading p { font-size: 16px; line-height: 2; color: var(--muted); margin: 0; }
.feature-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.feature-list span { padding: 21px 18px; display: flex; align-items: center; gap: 11px; color: var(--navy); font-weight: 800; font-size: 13px; border-left: 1px solid var(--line); }
.feature-list span:last-child { border: 0; }
.feature-list svg { color: var(--pink); }

.packages { max-width: none; background: var(--soft); }
.packages > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-heading.centered { text-align: center; max-width: 700px; }
.section-heading h2 { font-size: clamp(42px, 5vw, 58px); }
.section-heading p { margin-top: 13px; }
.pricing-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 0 30px 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .25s, box-shadow .25s;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card.basic { border-color: rgba(11,29,67,.22); box-shadow: 0 12px 35px rgba(11,29,67,.05); }
.price-card.featured { border: 2px solid var(--pink); box-shadow: 0 20px 60px rgba(230,23,116,.16); }
.price-card.premium {
  background: linear-gradient(155deg, #142a5c 0%, #081a3d 72%);
  color: #fff;
  border-color: #b89b5e;
  box-shadow: 0 20px 55px rgba(11,29,67,.2);
}
.media-placeholder {
  height: 116px;
  margin: 0 -30px 24px;
  background:
    linear-gradient(135deg, rgba(230,23,116,.035), rgba(11,29,67,.055)),
    repeating-linear-gradient(-45deg, transparent, transparent 9px, rgba(11,29,67,.025) 9px, rgba(11,29,67,.025) 10px);
  border-bottom: 1px dashed rgba(104,115,134,.22);
}
.premium .media-placeholder { background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.1); }
.card-ribbon {
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 2;
  padding: 8px 16px;
  background: var(--navy);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 6px 16px rgba(11,29,67,.13);
}
.featured .card-ribbon { background: var(--pink); }
.premium .card-ribbon { color: #201a0c; background: linear-gradient(135deg, #f0d691, #b89b5e); }
.tier-label { font-size: 10px; font-weight: 900; color: var(--pink); }
.tier-heading h3 { font-size: 20px; margin: 10px 0 18px; color: var(--navy); }
.premium .tier-heading h3 { color: #fff; }
.tier-heading p { margin: 0; color: var(--muted); }
.tier-heading p strong { font-size: 36px; line-height: 1; color: var(--navy); }
.premium .tier-heading p strong { color: #fff; }
.tier-heading p small { font-size: 11px; }
.hotel-block { margin: 25px 0 20px; padding: 10px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 0; }
.premium .hotel-block { border-color: rgba(255,255,255,.14); }
.hotel-row { min-height: 62px; display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(104,115,134,.14); }
.hotel-row:last-child { border-bottom: 0; }
.hotel-row > svg { width: 19px; color: var(--pink); }
.hotel-row > span { display: grid; gap: 3px; min-width: 0; }
.hotel-row strong { font-size: 11px; color: var(--ink); white-space: normal; }
.hotel-row small { font-size: 9px; color: var(--muted); }
.hotel-stars { padding: 5px 7px; border-radius: 5px; background: var(--blush); color: var(--pink); font-size: 10px; white-space: nowrap; }
.premium .hotel-row { border-color: rgba(255,255,255,.1); }
.premium .hotel-row strong { color: #fff; }
.premium .hotel-stars { background: rgba(240,214,145,.12); color: #f0d691; }
.price-card ul { list-style: none; margin: 0 0 25px; padding: 0; display: grid; gap: 11px; flex: 1; }
.price-card li { display: flex; gap: 9px; align-items: center; font-size: 12px; color: #596578; }
.premium li { color: rgba(255,255,255,.72); }
.price-card li svg { width: 16px; color: var(--green); flex: 0 0 auto; }
.premium .button-card { border-color: rgba(255,255,255,.5); color: #fff; }
.premium .button-card:hover { background: #fff; color: var(--navy); }
.package-note { margin-top: 24px !important; text-align: center; color: var(--muted); font-size: 12px; }
.package-note svg { width: 15px; vertical-align: middle; color: var(--pink); }

.tours {
  background:
    radial-gradient(circle at 12% 12%, rgba(230,23,116,.14), transparent 30%),
    linear-gradient(135deg, #1a3b70 0%, #102a56 48%, #173765 100%);
  color: #fff;
  padding: 96px max(5vw, 30px);
}
.tours-copy { max-width: 1180px; margin: 0 auto 42px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; align-items: end; }
.tours-copy .section-kicker, .tours-copy h2 { grid-column: 1; }
.tours-copy > p { grid-column: 2; grid-row: 1 / 3; align-self: end; }
.tours-copy .tour-price, .tours-copy .small-note { grid-column: 1; }
.section-kicker.light { color: #ff91c2; }
.tours h2 { color: #fff; }
.tours-copy > p { color: rgba(255,255,255,.68); line-height: 2; }
.tour-price { display: flex; align-items: center; gap: 13px; margin: 26px 0 0; }
.tour-price strong { font-size: 70px; line-height: 1.2; letter-spacing: -.04em; }
.tour-price span { display: grid; color: #ff79b5; font-weight: 900; }
.tour-price small { color: rgba(255,255,255,.6); font-size: 10px; font-weight: 500; margin-top: 3px; }
.small-note { font-size: 11px; margin: 5px 0 24px; }
.tour-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.tour-card {
  min-width: 0;
  overflow: hidden;
  background: rgba(255,255,255,.98);
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 13px;
  box-shadow: 0 18px 45px rgba(4,17,42,.18);
  transition: transform .25s, box-shadow .25s;
}
.tour-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(4,17,42,.26); }
.tour-media {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  background: #dfe6ef;
  border-bottom: 1px solid rgba(11,29,67,.08);
}
.tour-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.tour-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(11,29,67,.04), rgba(11,29,67,.32));
}
.tour-card:hover .tour-media img { transform: scale(1.045); }
.tour-card-body { padding: 18px; display: flex; min-height: 230px; flex-direction: column; }
.tour-card-title { display: flex; align-items: center; gap: 8px; }
.tour-card-title > svg { width: 20px; color: var(--pink); flex: 0 0 auto; }
.tour-card-title h3 { margin: 0; color: var(--navy); font-size: 15px; line-height: 1.5; }
.tour-card-body > p { margin: 10px 0 14px; color: var(--muted); font-size: 10px; line-height: 1.8; }
.tour-package-label { display: flex; justify-content: space-between; gap: 6px; margin-top: auto; padding: 9px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.tour-package-label b { color: var(--pink); white-space: nowrap; }
.tour-button {
  min-height: 39px;
  margin-top: 9px;
  border: 1px solid rgba(230,23,116,.34);
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: var(--pink);
  font-size: 10px;
  font-weight: 900;
  transition: background .2s, color .2s;
}
.tour-button:hover { color: #fff; background: var(--pink); }
.tour-button svg { width: 15px; }

.itinerary .section-heading { max-width: 680px; }
.timeline { margin-top: 52px; border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: 90px 1fr 50px; gap: 28px; align-items: center; min-height: 126px; border-bottom: 1px solid var(--line); position: relative; }
.timeline article::before { content: ""; position: absolute; right: 89px; top: 0; bottom: 0; width: 1px; background: var(--line); }
.day { font-size: 28px; line-height: 1; font-weight: 900; color: var(--navy); display: flex; flex-direction: column; }
.day small { font-size: 8px; color: var(--pink); margin-bottom: 7px; }
.timeline-content { padding: 25px 0; }
.timeline-content span { color: var(--pink); font-size: 9px; font-weight: 900; }
.timeline-content h3 { margin: 5px 0 7px; color: var(--navy); font-size: 19px; }
.timeline-content p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.timeline article > svg { color: #a8b0bd; }
.timeline .transfer-day { background: var(--blush); margin: 0 -22px; padding: 0 22px; border-bottom: 0; }
.timeline .transfer-day::before { right: 111px; background: #f0bfd4; }
.timeline .transfer-day > svg { color: var(--pink); }

.payment-section { max-width: 1180px; margin: 0 auto 100px; padding: 48px; background: var(--blush); border-radius: 14px; display: grid; grid-template-columns: 1.15fr 1fr auto; gap: 38px; align-items: center; }
.payment-intro { display: flex; gap: 20px; align-items: flex-start; }
.icon-chip { width: 52px; height: 52px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--pink); }
.payment-intro h2 { font-size: 30px; margin-top: 5px; }
.payment-intro p { color: var(--muted); font-size: 12px; line-height: 1.8; margin-bottom: 0; }
.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.payment-options article { background: #fff; padding: 16px; border-radius: 8px; }
.payment-options span { display: block; color: var(--muted); font-size: 9px; }
.payment-options strong { font-size: 30px; color: var(--navy); }
.payment-options strong small { font-size: 11px; }
.payment-options p { margin: 3px 0 0; font-size: 10px; color: var(--muted); }
.payment-options b { color: var(--pink); }

.final-cta { background: linear-gradient(115deg, #122450, #091936); color: #fff; padding: 72px max(8vw, 35px); display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { color: #fff; font-size: clamp(42px, 5vw, 63px); }
.final-cta p { color: rgba(255,255,255,.67); max-width: 620px; line-height: 1.9; }
.final-cta .button { flex: 0 0 auto; }

footer { padding: 36px max(5vw, 25px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; border-top: 1px solid var(--line); }
.footer-brand { grid-row: 1 / 3; width: 120px; height: 92px; }
.footer-brand img { width: 112px; height: 112px; }
footer > p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #4f5c70; }
.footer-links svg { width: 14px; color: var(--pink); }
footer > small { grid-column: 3; text-align: left; color: #9aa3b0; font-size: 9px; }
.floating-whatsapp { position: fixed; left: 22px; bottom: 22px; z-index: 30; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(0,0,0,.25); transition: transform .2s; }
.floating-whatsapp:hover { transform: scale(1.08); }
.floating-whatsapp svg { width: 27px; height: 27px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .site-header .button { margin-right: auto; }
  .hero { min-height: 690px; }
  .hero-content { padding-left: 30px; padding-right: 30px; }
  .hero-bg { background-position: 50% center; }
  .dates-bar { grid-template-columns: 1fr 1fr; padding: 26px; }
  .dates-bar > .section-kicker, .dates-bar > p { grid-column: 1 / -1; }
  .date-card { border-right: 0; border-top: 1px solid var(--line); padding-top: 20px; }
  .intro { grid-template-columns: 1fr; gap: 28px; }
  .feature-list { grid-template-columns: 1fr 1fr; }
  .feature-list span:nth-child(2) { border-left: 0; }
  .feature-list span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 570px; }
  .tours-copy { grid-template-columns: 1fr; }
  .tours-copy .section-kicker, .tours-copy h2, .tours-copy > p, .tours-copy .tour-price, .tours-copy .small-note { grid-column: 1; grid-row: auto; }
  .tour-grid { grid-template-columns: repeat(2, 1fr); }
  .payment-section { margin: 0 30px 80px; grid-template-columns: 1fr 1fr; }
  .payment-section > .button { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-brand, footer > small { grid-row: auto; grid-column: auto; text-align: center; }
}

@media (max-width: 640px) {
  .site-header { height: 70px; padding: 0 15px; }
  .brand { width: 78px; height: 62px; }
  .brand img { width: 70px; height: 70px; }
  .site-header .button { min-width: 42px; width: 42px; padding: 0; font-size: 0; }
  .hero { height: auto; min-height: 735px; }
  .hero-bg { background-position: 52% center; }
  .hero-overlay { background: linear-gradient(270deg, rgba(5,15,37,.9), rgba(5,15,37,.38)), linear-gradient(0deg, rgba(5,15,37,.58), transparent 56%); }
  .hero-content { padding: 65px 20px 132px; justify-content: flex-start; }
  .hero h1 { font-size: 52px; margin-top: 20px; line-height: 1.15; }
  .hero-subtitle { font-size: 16px; }
  .hero-meta { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .hero-meta > div { padding: 12px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .hero-meta > div:nth-child(2) { border-left: 0; }
  .hero-meta > div:last-child { grid-column: 1 / -1; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 25px; }
  .hero-price { width: 126px; height: 126px; left: 18px; bottom: 23px; }
  .hero-price strong { font-size: 23px; }
  .dates-bar { grid-template-columns: 1fr; }
  .date-options { display: grid; }
  .section { padding: 76px 20px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list span { border-left: 0; border-bottom: 1px solid var(--line); }
  .feature-list span:nth-child(3) { border-bottom: 1px solid var(--line); }
  .pricing-grid { margin-top: 36px; }
  .price-card { padding-left: 22px; padding-right: 22px; }
  .media-placeholder { margin-left: -22px; margin-right: -22px; }
  .tours { padding: 76px 20px; }
  .tour-price strong { font-size: 58px; }
  .tour-grid { grid-template-columns: 1fr; width: 100%; }
  .tour-media { height: 190px; }
  .tour-card-body { min-height: 215px; }
  .timeline article { grid-template-columns: 62px 1fr 28px; gap: 17px; min-height: 140px; }
  .timeline article::before { right: 61px; }
  .timeline .transfer-day { margin: 0 -10px; padding: 0 10px; }
  .timeline .transfer-day::before { right: 71px; }
  .day { font-size: 22px; }
  .timeline-content h3 { font-size: 17px; }
  .timeline-content p { font-size: 11px; }
  .payment-section { margin: 0 20px 70px; padding: 28px 20px; grid-template-columns: 1fr; }
  .payment-intro { flex-direction: column; }
  .payment-section > .button { grid-column: auto; }
  .final-cta { padding: 62px 20px; flex-direction: column; align-items: flex-start; }
  .final-cta .button { width: 100%; }
  .footer-links { flex-direction: column; gap: 12px; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
