/* =========================================================
   Palmiye Rentals Turizm — Marka tanıtım sitesi
   Modern kurumsal tema
   ========================================================= */

:root {
  --ink: #12151c;
  --ink-2: #1b2029;
  --bg: #f7f5f1;
  --bg-soft: #efece5;
  --card: #ffffff;
  --muted: #616b7a;
  --muted-d: #9aa1ac;
  --line: #e6e1d8;
  --line-d: #2b313c;
  --accent: #b8894b;
  --accent-2: #caa062;
  --white: #ffffff;

  --wrap: 1200px;
  --radius: 18px;
  --radius-s: 12px;
  --shadow: 0 24px 60px -28px rgba(18, 21, 28, .30);
  --shadow-s: 0 12px 30px -18px rgba(18, 21, 28, .28);
  --ease: cubic-bezier(.21, .6, .35, 1);

  --f-display: 'Space Grotesk', 'Segoe UI', system-ui, sans-serif;
  --f-body: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--f-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 26px; }

h1, h2, h3 { font-family: var(--f-display); font-weight: 600; line-height: 1.12; letter-spacing: -.01em; }

.kicker {
  display: inline-block;
  font-family: var(--f-body);
  font-size: .76rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.kicker--light { color: var(--accent-2); }

.sec { padding: 104px 0; }
.sec--soft { background: var(--bg-soft); }
.sec__head { margin-bottom: 54px; }
.sec__title { font-size: clamp(1.7rem, 3.6vw, 2.6rem); color: var(--ink); }
.sec__sub { margin-top: 16px; color: var(--muted); font-size: 1.05rem; }
.sec__sub--light { color: rgba(255,255,255,.66); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px; border-radius: 40px;
  font-family: var(--f-body); font-weight: 600; font-size: .95rem;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .3s var(--ease), background .3s var(--ease), color .3s var(--ease), box-shadow .3s var(--ease);
}
.btn--solid { background: var(--accent); color: #fff; }
.btn--solid:hover { background: var(--accent-2); transform: translateY(-2px); box-shadow: 0 16px 34px -14px rgba(184,137,75,.7); }
.btn--line { color: #fff; border-color: rgba(255,255,255,.35); }
.btn--line:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  background: radial-gradient(120% 120% at 50% 0%, #1c2230 0%, var(--ink) 55%, #0c0e13 100%);
  color: #fff; overflow: hidden;
}
.hero__glow { position: absolute; inset: 0; pointer-events: none; }
.hero__glow::before, .hero__glow::after {
  content: ''; position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5;
}
.hero__glow::before { width: 520px; height: 520px; top: -120px; right: -60px;
  background: radial-gradient(circle, rgba(184,137,75,.55), transparent 70%); }
.hero__glow::after { width: 460px; height: 460px; bottom: -160px; left: -80px;
  background: radial-gradient(circle, rgba(62,125,49,.4), transparent 70%); }

.hero__inner { position: relative; width: 100%; max-width: none; padding: 90px 26px; text-align: center; }
.hero__eyebrow { font-size: .8rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--accent-2); margin-bottom: 24px; }
.hero__title { font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 600; margin-bottom: 26px; }
.hero__title span { color: transparent; background: linear-gradient(90deg, var(--accent-2), #e6cfa6); -webkit-background-clip: text; background-clip: text; }
.hero__lead { max-width: 852px; margin: 0 auto 40px; font-size: clamp(1rem, 1.9vw, 1.18rem); color: rgba(255,255,255,.78); font-weight: 300; }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-bottom: 70px; }

.hero__stats { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 56px; }
.hero__stats li { display: flex; flex-direction: column; }
.hero__stats strong { font-family: var(--f-display); font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 600; color: #fff; line-height: 1; }
.hero__stats span { font-size: .82rem; color: rgba(255,255,255,.55); margin-top: 8px; letter-spacing: .02em; }
.hero__cert { align-items: center; }
.hero__cert-logo { width: 125px; height: auto; padding: 2px; background: #fff; border-radius: 11px; box-shadow: 0 10px 24px -12px rgba(0,0,0,.55); }

/* =========================================================
   HAKKIMIZDA
   ========================================================= */
.about__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: start; margin-top: 20px; }
.about__lead p { color: var(--muted); font-size: 1.06rem; margin-bottom: 18px; }
.about__lead p:last-child { margin-bottom: 0; }
.about__points { display: grid; gap: 26px; }
.about__points li { display: flex; gap: 16px; align-items: flex-start; }
.about__points .dot { flex-shrink: 0; width: 12px; height: 12px; margin-top: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(184,137,75,.15); }
.about__points h3 { font-size: 1.12rem; color: var(--ink); margin-bottom: 4px; }
.about__points p { color: var(--muted); font-size: .96rem; }

/* =========================================================
   MARKALAR
   ========================================================= */
.brands { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.brand {
  flex: 0 1 calc((100% - 48px) / 3);
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 28px 26px;
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.brand::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: var(--c); transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease);
}
.brand:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--c) 40%, var(--line)); }
.brand:hover::before { transform: scaleX(1); }

.brand__top { margin-bottom: 18px; }
.brand__logo {
  height: 66px; display: flex; align-items: center; margin-bottom: 18px;
}
.brand__logo img { max-height: 54px; max-width: 82%; width: auto; object-fit: contain; }
.brand__sector {
  display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--c); background: color-mix(in srgb, var(--c) 12%, transparent);
  padding: 6px 13px; border-radius: 30px;
}
.brand__desc { color: var(--muted); font-size: .96rem; margin-bottom: 22px; }

.brand__links { margin-top: auto; display: grid; gap: 2px; border-top: 1px solid var(--line); padding-top: 14px; }
.brand__links a { display: flex; align-items: center; gap: 11px; padding: 8px 8px; margin: 0 -8px; border-radius: 10px; font-size: .9rem; font-weight: 500; color: var(--ink-2); transition: background .22s var(--ease), color .22s var(--ease); }
.brand__links a:hover { background: color-mix(in srgb, var(--c) 9%, transparent); color: var(--c); }
.brand__links svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--c); }
.brand__links span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* =========================================================
   BELGELER
   ========================================================= */
.docs { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; margin: 0 auto; }
.doc {
  flex: 0 1 calc((100% - 52px) / 3);
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; cursor: pointer; box-shadow: var(--shadow-s);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.doc:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.doc__thumb { position: relative; height: 300px; background: #e9e5dd; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.doc__thumb img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform .4s var(--ease); }
.doc:hover .doc__thumb img { transform: scale(1.03); }
.doc__zoom {
  position: absolute; right: 14px; bottom: 14px; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(18,21,28,.82); color: #fff; display: grid; place-items: center;
  opacity: 0; transform: translateY(6px); transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.doc__zoom svg { width: 20px; height: 20px; }
.doc:hover .doc__zoom { opacity: 1; transform: translateY(0); }
.doc figcaption { padding: 20px 22px; border-top: 1px solid var(--line); }
.doc figcaption h3 { font-size: 1.12rem; margin-bottom: 4px; }
.doc figcaption p { color: var(--muted); font-size: .9rem; }

/* =========================================================
   İLETİŞİM (dark)
   ========================================================= */
.sec--dark { background: var(--ink); color: #fff; }
.sec--dark .sec__title { color: #fff; }
.contact__head { max-width: 640px; margin-bottom: 50px; }
.contact__grid { display: block; }
.contact__info { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 46px; }
.cinfo { display: flex; gap: 18px; align-items: flex-start; }
.cinfo__ico { flex-shrink: 0; width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.cinfo__ico svg { width: 22px; height: 22px; color: var(--accent-2); }
.cinfo h3 { font-size: 1.05rem; color: #fff; margin-bottom: 5px; }
.cinfo p { color: rgba(255,255,255,.66); font-size: .96rem; }
.cinfo a { color: rgba(255,255,255,.82); transition: color .22s var(--ease); }
.cinfo a:hover { color: var(--accent-2); }
.cinfo__social { display: flex; flex-wrap: wrap; gap: 8px; }
.cinfo__social a { font-size: .84rem; padding: 6px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; }
.cinfo__social a:hover { border-color: var(--accent-2); color: var(--accent-2); }

/* =========================================================
   FOOTER
   ========================================================= */
.foot { background: #0c0e13; color: #fff; padding-top: 54px; }
.foot__inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding-bottom: 40px; }
.foot__legal { color: rgba(255,255,255,.5); font-size: .86rem; }
.foot__nav { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
.foot__nav a { color: rgba(255,255,255,.72); font-size: .92rem; font-weight: 500; transition: color .22s var(--ease); }
.foot__nav a:hover { color: var(--accent-2); }
.foot__bar { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.foot__bar-in { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.foot__bar span { color: rgba(255,255,255,.45); font-size: .82rem; }

/* =========================================================
   LIGHTBOX
   ========================================================= */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none;
  background: rgba(10,12,16,.9); backdrop-filter: blur(6px);
  padding: 40px; align-items: center; justify-content: center;
}
.lightbox.open { display: flex; animation: lbfade .25s var(--ease); }
@keyframes lbfade { from { opacity: 0; } to { opacity: 1; } }
.lightbox__fig { max-width: 900px; max-height: 90vh; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.lightbox__fig img { max-width: 100%; max-height: 80vh; border-radius: 8px; box-shadow: 0 30px 80px -20px rgba(0,0,0,.7); background: #fff; }
.lightbox__fig figcaption { color: rgba(255,255,255,.85); font-size: .95rem; text-align: center; }
.lightbox__close {
  position: absolute; top: 22px; right: 30px; width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.2);
  font-size: 1.8rem; line-height: 1; cursor: pointer; transition: background .22s var(--ease);
}
.lightbox__close:hover { background: rgba(255,255,255,.22); }

/* =========================================================
   TO TOP
   ========================================================= */
.totop {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  width: 48px; height: 48px; border-radius: 50%; background: var(--accent); color: #fff;
  display: grid; place-items: center; box-shadow: 0 14px 30px -12px rgba(184,137,75,.7);
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), background .25s var(--ease);
}
.totop svg { width: 22px; height: 22px; }
.totop.show { opacity: 1; visibility: visible; transform: translateY(0); }
.totop:hover { background: var(--accent-2); transform: translateY(-3px); }

/* =========================================================
   REVEAL
   ========================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1000px) {
  .brand { flex: 0 1 calc((100% - 24px) / 2); }
  .doc { flex: 0 1 calc((100% - 26px) / 2); }
  .about__grid { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 680px) {
  .sec { padding: 74px 0; }
  .hero__inner { padding: 80px 26px; }
  .brand { flex: 1 1 100%; }
  .doc { flex: 1 1 100%; }
  .foot__inner { flex-direction: column; }
  .foot__bar-in { flex-direction: column; }
  .hero__stats { gap: 22px 40px; }
  .contact__info { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .wrap { padding: 0 18px; }
  .hero__inner { padding: 70px 18px; }
  .btn { width: 100%; }
  .hero__actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
