:root {
  --bordo: #5a0f1c;
  --lacivert: #0b1f3a;
  --krem: #f4efe8;
  --metin-soft: #d6cfcb;
  --cam: rgba(255, 255, 255, 0.08);
  --kenar: rgba(255, 255, 255, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--krem);
  font-family: "Inter", sans-serif;
  background: radial-gradient(circle at top right, #132d53 0%, var(--lacivert) 45%, #090f1a 100%);
  line-height: 1.65;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.01em;
  margin: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  backdrop-filter: blur(10px);
  background: linear-gradient(
    to right,
    rgba(90, 15, 28, 0.85),
    rgba(11, 31, 58, 0.85)
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: background-color 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease;
}

.site-header.scrolled {
  background: rgba(8, 12, 20, 0.78);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(2, 4, 10, 0.24);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.logo img {
  width: 44px;
  height: auto;
  display: block;
  opacity: 0.96;
  filter: drop-shadow(0 0 8px rgba(201, 169, 110, 0.32));
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo:hover img {
  opacity: 1;
  filter: drop-shadow(0 0 12px rgba(201, 169, 110, 0.4));
}

.logo-text {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f5e8e9;
  white-space: nowrap;
}

.nav {
  display: flex;
  gap: 1rem;
  color: var(--metin-soft);
  font-size: 0.92rem;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(11, 31, 58, 0.35);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #f8e9eb;
}

.site-header.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-toggle span {
  transition: transform 0.3s ease, opacity 0.25s ease;
}

.nav {
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 1rem;
  left: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: linear-gradient(
    to right,
    rgba(90, 15, 28, 0.85),
    rgba(11, 31, 58, 0.85)
  );
  backdrop-filter: blur(10px);
  padding: 0.8rem;
  flex-direction: column;
  gap: 0.45rem;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.985);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.nav a {
  position: relative;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  transition: background-color 0.26s ease, color 0.26s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.28rem;
  height: 1.5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(201, 169, 110, 0.1), #c9a96e, rgba(201, 169, 110, 0.1));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav a:hover {
  color: #c9a96e;
  background: rgba(255, 255, 255, 0.05);
}

.nav a:hover::after,
.nav a.active::after {
  transform: scaleX(1);
}

.nav a.active {
  background: linear-gradient(90deg, rgba(240, 179, 189, 0.2), rgba(240, 179, 189, 0.08));
  color: #ffe7ea;
}

.site-header.menu-open .nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 6.3rem 1.2rem 1.8rem;
  overflow: hidden;
  isolation: isolate;
}

/* Keep hero visible even if reveal observer fails */
.hero.reveal {
  opacity: 1;
  transform: none;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: -14%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.52;
  animation-play-state: paused;
}

.hero::before {
  background:
    radial-gradient(circle at 18% 28%, rgba(201, 169, 110, 0.15) 0%, rgba(201, 169, 110, 0) 42%),
    radial-gradient(circle at 78% 72%, rgba(159, 47, 69, 0.2) 0%, rgba(159, 47, 69, 0) 48%);
  filter: blur(24px);
  animation: heroAmbientShift 16s ease-in-out infinite alternate;
}

.hero::after {
  background: radial-gradient(circle at 50% 50%, rgba(7, 15, 34, 0) 40%, rgba(7, 15, 34, 0.44) 100%);
  opacity: 0.7;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.1);
  filter: blur(1.6px) saturate(1.04) contrast(1.04);
  transition: opacity 1.1s ease;
  animation: heroBgZoom 24s ease-in-out infinite alternate;
  animation-play-state: paused;
  will-change: transform, background-position, opacity;
}

.hero-slide.active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 241, 220, 0.09) 0%, rgba(255, 241, 220, 0.02) 26%, rgba(0, 0, 0, 0) 56%),
    linear-gradient(128deg, rgba(90, 15, 28, 0.8), rgba(11, 31, 58, 0.9));
}

.hero-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.09;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.14) 0.45px, transparent 0.45px),
    radial-gradient(rgba(0, 0, 0, 0.18) 0.45px, transparent 0.45px);
  background-size: 3px 3px, 5px 5px;
  background-position: 0 0, 1px 1px;
  animation: grainDrift 6s linear infinite;
  animation-play-state: paused;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 740px;
  overflow: visible;
  isolation: isolate;
  padding-inline: 0.2rem;
}

.hero-content > * {
  position: relative;
  z-index: 2;
}

.hero-content::before {
  content: none;
}

.light-sweep {
  position: absolute;
  top: -18%;
  left: -58%;
  width: 44%;
  height: 160%;
  z-index: 3;
  pointer-events: none;
  opacity: 0.42;
  transform: skewX(-18deg) translateX(0);
  filter: blur(7px);
  mix-blend-mode: screen;
  background: linear-gradient(
    95deg,
    rgba(201, 169, 110, 0),
    rgba(201, 169, 110, 0.2),
    rgba(248, 231, 191, 0.56),
    rgba(201, 169, 110, 0.28),
    rgba(201, 169, 110, 0)
  );
  animation: lightSweepUltra 20s cubic-bezier(0.35, 0, 0.15, 1) infinite;
  animation-play-state: paused;
}

.hero-logo {
  width: min(76vw, 360px);
  height: auto;
  margin: -0.2rem auto 1.1rem;
  position: relative;
  left: -18px;
  display: block;
  opacity: 0.9;
  filter: brightness(0.95) contrast(1.05) saturate(0.96)
    drop-shadow(0 0 10px rgba(201, 169, 110, 0.2))
    drop-shadow(0 10px 24px rgba(0, 0, 0, 0.3));
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
  animation: logoReveal 1.25s ease forwards, heroLogoFloat 7.2s ease-in-out infinite;
  animation-play-state: running, paused;
  will-change: transform, filter;
}

.hero-logo:hover {
  opacity: 0.95;
  filter: brightness(0.98) contrast(1.07) saturate(1)
    drop-shadow(0 0 14px rgba(201, 169, 110, 0.26))
    drop-shadow(0 12px 28px rgba(0, 0, 0, 0.34));
  transform: translateY(-2px);
}

.hero.hero-animated .hero-slide,
.hero.hero-animated .light-sweep,
.hero.hero-animated .hero-grain {
  animation-play-state: running;
}

#hizmetler.services-animated .services-slide {
  animation-play-state: running;
}

.hero.hero-animated::before,
.hero.hero-animated .hero-logo {
  animation-play-state: running;
}

.hero.hero-animated .eyebrow::before {
  animation-play-state: running;
}

.eyebrow {
  position: relative;
  width: fit-content;
  margin: 0 auto 0.8rem;
  padding: 0.36rem 0.82rem 0.34rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #ead6b1;
  font-size: 0.68rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid rgba(201, 169, 110, 0.38);
  background: linear-gradient(135deg, rgba(112, 24, 41, 0.34), rgba(12, 30, 56, 0.34));
  box-shadow: 0 0 0 1px rgba(255, 241, 210, 0.06) inset, 0 6px 14px rgba(0, 0, 0, 0.18);
  text-shadow: 0 0 7px rgba(201, 169, 110, 0.16);
  overflow: hidden;
}

.eyebrow::before {
  content: "";
  position: absolute;
  top: -160%;
  left: -38%;
  width: 34%;
  height: 420%;
  transform: rotate(22deg);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 244, 214, 0),
    rgba(255, 244, 214, 0.44),
    rgba(255, 244, 214, 0)
  );
  opacity: 0.42;
  filter: blur(0.2px);
  animation: eyebrowSheen 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-play-state: paused;
}

.hero h1 {
  font-size: clamp(2.1rem, 8vw, 4.9rem);
  line-height: 1.12;
  letter-spacing: 1.05px;
}

.hero-title {
  position: relative;
  animation: textRise 1.1s ease 0.25s both;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.5), 0 0 22px rgba(10, 18, 37, 0.34);
  color: #f8f3eb;
  max-width: 12.5ch;
  margin-inline: auto;
  padding-top: 1.15rem;
  filter: drop-shadow(0 0 10px rgba(255, 246, 230, 0.06));
  letter-spacing: 1.2px;
  line-height: 1.08;
}

.hero-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 92px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(201, 169, 110, 0), #e0c58f, rgba(201, 169, 110, 0));
  opacity: 0.95;
}

.hero-title-accent {
  color: #c9a96e;
  background: linear-gradient(102deg, #b63d54, #e2c893 52%, #b37a3a 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 12px rgba(201, 169, 110, 0.24);
}

.premium-accent {
  color: #c9a96e;
  background: linear-gradient(100deg, #9f2f45, #d7bc86 58%, #b9843f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtext {
  animation: textRise 1.2s ease 0.4s both;
  max-width: min(92vw, 640px);
  margin: 1.28rem auto 0;
  padding: 0.98rem 1.18rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 42%),
    linear-gradient(140deg, rgba(9, 18, 38, 0.62), rgba(16, 31, 56, 0.4));
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 22px rgba(201, 169, 110, 0.08);
  color: rgba(247, 241, 232, 0.95);
  letter-spacing: 0.22px;
  line-height: 1.68;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero p {
  margin: 0.95rem auto 0;
  max-width: 620px;
  color: var(--metin-soft);
}

.hero-actions {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-actions .btn {
  min-height: 52px;
  min-width: 230px;
  padding-inline: 1.25rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  border-radius: 999px;
  padding: 0.86rem 1.18rem;
  font-weight: 600;
  transition: transform 0.28s ease, opacity 0.28s ease, background-color 0.28s ease,
    box-shadow 0.28s ease, border-color 0.28s ease;
}

.btn-icon {
  width: 0.92rem;
  height: 0.92rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.88;
}

.btn-icon-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.btn-icon-trail {
  opacity: 0.66;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background: linear-gradient(100deg, #4f0e1a, #7f2336 54%, #c79f62);
  color: #fff;
  border: 1px solid rgba(220, 184, 123, 0.62);
  box-shadow: 0 0 0 1px rgba(255, 228, 175, 0.14) inset, 0 1px 0 rgba(255, 248, 231, 0.2) inset,
    0 7px 18px rgba(90, 15, 28, 0.28), 0 0 16px rgba(201, 169, 110, 0.2);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, filter 0.2s ease-out;
}

.hero-actions .btn-primary::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 244, 217, 0.3), rgba(255, 244, 217, 0) 43%);
  mix-blend-mode: screen;
}

.hero-actions .btn-primary::after {
  content: "";
  position: absolute;
  top: -140%;
  left: -44%;
  width: 48%;
  height: 320%;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  transform: rotate(20deg);
  background: linear-gradient(
    180deg,
    rgba(255, 246, 220, 0),
    rgba(255, 246, 220, 0.52),
    rgba(255, 246, 220, 0)
  );
  opacity: 0.56;
  filter: blur(0.4px);
  transition: left 0.62s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.btn-primary:hover {
  box-shadow: 0 0 0 1px rgba(255, 228, 175, 0.18) inset, 0 1px 0 rgba(255, 248, 231, 0.26) inset,
    0 10px 23px rgba(90, 15, 28, 0.32), 0 0 20px rgba(201, 169, 110, 0.28);
  filter: saturate(1.04);
}

.hero-actions .btn-primary:hover::after {
  left: 112%;
  opacity: 0.72;
}

.cta-premium {
  letter-spacing: 0.045em;
  font-weight: 700;
}

.btn-outline {
  border: 1px solid rgba(185, 196, 216, 0.55);
  color: #f3f6ff;
  background: linear-gradient(140deg, rgba(9, 18, 38, 0.64), rgba(16, 30, 54, 0.66));
  backdrop-filter: blur(12px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 8px 18px rgba(8, 12, 22, 0.24);
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-actions .btn-outline::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 48%);
}

.hero-actions .btn > * {
  position: relative;
  z-index: 1;
}

.btn-outline:hover {
  border-color: rgba(214, 224, 244, 0.68);
  background: linear-gradient(140deg, rgba(10, 22, 45, 0.7), rgba(20, 36, 66, 0.72));
  box-shadow: 0 10px 20px rgba(8, 12, 22, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.23);
}

.scroll-indicator {
  margin: 1.3rem auto 0;
  width: fit-content;
  display: grid;
  justify-items: center;
  gap: 0.08rem;
  color: rgba(244, 239, 232, 0.85);
  font-size: 0.74rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.86;
  animation: textRise 1.3s ease 0.55s both;
}

.scroll-indicator .arrow {
  font-size: 1rem;
  animation: scrollArrow 2.2s ease-in-out infinite;
}

.section {
  padding: 4.8rem 1.2rem;
}

.section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 1.8rem;
}

.section-head h2 {
  font-size: clamp(1.8rem, 5.2vw, 3rem);
}

.section-desc {
  margin: 0.78rem auto 0;
  max-width: 640px;
  color: rgba(232, 225, 218, 0.88);
}

.cards {
  display: grid;
  gap: 1rem;
}

.card {
  position: relative;
  background: var(--cam);
  border: 1px solid var(--kenar);
  border-radius: 18px;
  padding: 1.2rem;
  backdrop-filter: blur(5px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.card::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: 1.2rem;
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 169, 110, 0.8), rgba(201, 169, 110, 0));
  opacity: 0.92;
}

.card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 188, 134, 0.56);
  box-shadow: 0 14px 26px rgba(4, 8, 18, 0.3);
}

#hizmetler {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(201, 169, 110, 0.1), rgba(201, 169, 110, 0) 46%),
    radial-gradient(circle at 84% 70%, rgba(177, 61, 88, 0.1), rgba(177, 61, 88, 0) 42%),
    linear-gradient(160deg, rgba(90, 15, 28, 0.2), rgba(11, 31, 58, 0.1));
}

.services-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.services-slider::before,
.services-slider::after {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
  z-index: 2;
}

.services-slider::before {
  background:
    radial-gradient(circle at 20% 28%, rgba(255, 225, 175, 0.16), rgba(255, 225, 175, 0) 38%),
    radial-gradient(circle at 82% 74%, rgba(165, 74, 103, 0.2), rgba(165, 74, 103, 0) 44%);
  filter: blur(26px);
  opacity: 0.72;
  animation: servicesAirDrift 14s ease-in-out infinite alternate;
}

.services-slider::after {
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 241, 208, 0.12), rgba(255, 241, 208, 0) 35%),
    radial-gradient(circle at 50% 82%, rgba(6, 14, 30, 0), rgba(6, 14, 30, 0.44) 88%);
  opacity: 0.6;
}

.services-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.08);
  filter: blur(5.8px) saturate(0.68) brightness(0.3) contrast(0.82);
  transition: opacity 1.1s ease;
  animation: heroBgZoom 26s ease-in-out infinite alternate;
  animation-play-state: paused;
  will-change: transform, background-position, opacity;
}

.services-slide.active {
  opacity: 0.82;
}

#hizmetler::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.14) 0.45px, transparent 0.45px),
    radial-gradient(rgba(0, 0, 0, 0.18) 0.45px, transparent 0.45px);
  background-size: 3px 3px, 5px 5px;
  background-position: 0 0, 1px 1px;
}

#hizmetler::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 237, 196, 0.12), rgba(255, 237, 196, 0) 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  opacity: 0.5;
}

.hero + #hizmetler::after {
  background:
    linear-gradient(
      180deg,
      rgba(11, 31, 58, 0.96) 0%,
      rgba(11, 31, 58, 0.7) 32%,
      rgba(11, 31, 58, 0.22) 68%,
      rgba(11, 31, 58, 0) 100%
    ),
    radial-gradient(circle at 50% 2%, rgba(255, 237, 196, 0.13), rgba(255, 237, 196, 0) 42%);
  opacity: 0.78;
}

.services-premium-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}

#hizmetler .section-head {
  position: relative;
  z-index: 1;
}

.service-card {
  position: relative;
  border-radius: 22px;
  padding: 1.2rem 1.15rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 42%),
    linear-gradient(145deg, rgba(14, 30, 54, 0.62), rgba(16, 30, 56, 0.4));
  backdrop-filter: blur(13px);
  box-shadow: 0 9px 20px rgba(3, 8, 18, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, filter 0.35s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0.86rem;
  left: 1.15rem;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 169, 110, 0.9), rgba(201, 169, 110, 0));
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(224, 196, 142, 0.58);
  box-shadow: 0 12px 24px rgba(4, 8, 18, 0.3), 0 0 14px rgba(201, 169, 110, 0.1);
  filter: saturate(1.02);
}

.service-card-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(201, 169, 110, 0.42);
  color: #dfc697;
  background: linear-gradient(145deg, rgba(201, 169, 110, 0.18), rgba(201, 169, 110, 0.03));
  margin-bottom: 0.72rem;
}

.service-card-icon svg {
  width: 18px;
  height: 18px;
}

.service-card h3 {
  font-size: 1.42rem;
  margin-bottom: 0.46rem;
}

.service-card p {
  margin: 0;
  color: rgba(225, 218, 212, 0.86);
}

.service-meta {
  margin-top: 0.72rem;
  display: inline-block;
  color: #f0bfc5;
  font-weight: 600;
}

.service-btn {
  margin-top: 0.95rem;
  width: 100%;
  justify-content: center;
}

.service-card-vip {
  background:
    linear-gradient(150deg, rgba(95, 16, 31, 0.82), rgba(16, 31, 56, 0.74)),
    linear-gradient(100deg, rgba(206, 172, 112, 0.2), rgba(206, 172, 112, 0));
  border-color: rgba(223, 189, 129, 0.78);
  box-shadow: 0 0 0 1px rgba(255, 238, 205, 0.24) inset, 0 20px 42px rgba(90, 15, 28, 0.36),
    0 0 34px rgba(201, 169, 110, 0.3);
  filter: saturate(1.06);
  animation: vipGlowPulse 4.8s ease-in-out infinite;
}

.service-card-vip::before {
  width: 66px;
}

.service-popular {
  position: absolute;
  top: 0.92rem;
  right: 1rem;
  padding: 0.24rem 0.58rem;
  border-radius: 999px;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #2a1605;
  background: linear-gradient(100deg, #e9cd98, #c89f62);
  box-shadow: 0 7px 14px rgba(9, 10, 15, 0.22), 0 0 12px rgba(233, 205, 152, 0.24);
  animation: vipBadgeFloat 3.8s ease-in-out infinite;
}

.hero + #hizmetler {
  margin-top: 0;
}

.card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.card p {
  margin-top: 0;
  color: var(--metin-soft);
}

.card span {
  color: #f0b3bd;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.gallery-grid img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-grid img:hover {
  transform: scale(1.02);
  filter: saturate(1.1);
}

.about-wrap {
  max-width: 820px;
  margin: 0 auto;
  color: var(--metin-soft);
  text-align: center;
}

.booking-form {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 0.9rem;
}

.booking-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--metin-soft);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 0.78rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(11, 31, 58, 0.54);
  color: var(--krem);
  font: inherit;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: 1px solid #d38f9c;
  border-color: #d38f9c;
}

.form-row {
  display: grid;
  gap: 0.9rem;
}

#bookingMessage {
  min-height: 1.3rem;
  color: #f0b3bd;
  margin: 0.1rem 0 0;
}

.sticky-booking {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: linear-gradient(90deg, var(--bordo), #7b1f31);
  color: #fff;
  border-radius: 999px;
  padding: 0.74rem 1rem;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(90, 15, 28, 0.5);
  animation: pulseSoft 4.2s ease-in-out infinite;
  transition: padding 0.28s ease, font-size 0.28s ease, bottom 0.28s ease, right 0.28s ease;
}

.sticky-booking.cta-premium {
  border: 1px solid rgba(225, 196, 138, 0.55);
  box-shadow: 0 10px 25px rgba(90, 15, 28, 0.5), 0 0 12px rgba(201, 169, 110, 0.22);
}

body.sticky-compact .sticky-booking {
  padding: 0.58rem 0.82rem;
  font-size: 0.86rem;
  right: 0.8rem;
  bottom: 0.8rem;
}

.footer {
  text-align: center;
  padding: 2.4rem 1rem 5.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--metin-soft);
}

.footer h2 {
  margin-bottom: 0.8rem;
}

.socials {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.socials a {
  color: #f9dde2;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroBgZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1.16);
  }
}

@keyframes logoReveal {
  0% {
    opacity: 0;
    filter: blur(8px) brightness(0.92) contrast(1)
      drop-shadow(0 0 4px rgba(201, 169, 110, 0.14));
    transform: translateY(10px) scale(0.985);
  }
  100% {
    opacity: 0.9;
    filter: brightness(0.95) contrast(1.05) saturate(0.96)
      drop-shadow(0 0 10px rgba(201, 169, 110, 0.2))
      drop-shadow(0 10px 24px rgba(0, 0, 0, 0.3));
    transform: translateY(0) scale(1);
  }
}

@keyframes textRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseSoft {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(90, 15, 28, 0.5);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 12px 24px rgba(90, 15, 28, 0.5), 0 0 10px rgba(201, 169, 110, 0.14);
  }
}

@keyframes lightSweepUltra {
  0%,
  100% {
    transform: skewX(-18deg) translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 0.12;
  }
  46% {
    transform: skewX(-18deg) translateX(395%);
    opacity: 0.6;
  }
  60% {
    opacity: 0.08;
  }
}

@keyframes heroAmbientShift {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
    opacity: 0.42;
  }
  100% {
    transform: translate3d(1.5%, 1%, 0) scale(1.05);
    opacity: 0.62;
  }
}

@keyframes grainDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-0.8%, 1%, 0);
  }
  100% {
    transform: translate3d(0.8%, -1%, 0);
  }
}

@keyframes heroLogoFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes eyebrowSheen {
  0%,
  82%,
  100% {
    left: -38%;
    opacity: 0;
  }
  88% {
    left: 118%;
    opacity: 0.5;
  }
}

@keyframes vipGlowPulse {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(255, 238, 205, 0.24) inset, 0 20px 42px rgba(90, 15, 28, 0.36),
      0 0 34px rgba(201, 169, 110, 0.3);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(255, 238, 205, 0.28) inset, 0 24px 48px rgba(90, 15, 28, 0.42),
      0 0 42px rgba(201, 169, 110, 0.38);
  }
}

@keyframes vipBadgeFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@keyframes servicesAirDrift {
  0% {
    transform: translate3d(-1.4%, -1.2%, 0) scale(1);
    opacity: 0.62;
  }
  100% {
    transform: translate3d(1.6%, 1.2%, 0) scale(1.04);
    opacity: 0.82;
  }
}

@keyframes scrollArrow {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.82;
  }
  50% {
    transform: translateY(5px);
    opacity: 1;
  }
}

@media (min-width: 760px) {
  .site-header {
    padding-inline: 1.7rem;
  }

  .nav {
    position: static;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    flex-direction: row;
    gap: 1rem;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: none;
  }

  .nav a {
    padding: 0.35rem 0.2rem;
    border-radius: 0;
  }

  .nav a::after {
    left: 0.1rem;
    right: 0.1rem;
    bottom: -0.05rem;
  }

  .nav a:hover {
    background: transparent;
  }

  .menu-toggle {
    display: none;
  }

  .logo img {
    width: 50px;
  }

  .logo-text {
    font-size: 1.08rem;
  }

  .hero-actions {
    flex-direction: row;
    justify-content: center;
  }

  .services-grid,
  .testimonials-grid {
    max-width: 1100px;
    margin-inline: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .services-premium-grid {
    max-width: 1120px;
    margin-inline: auto;
    grid-template-columns: 1fr 1.18fr 1fr;
    align-items: stretch;
    gap: 1.05rem;
  }

  .service-card-vip {
    transform: scale(1.065);
  }

  .service-card-vip:hover {
    transform: translateY(-10px) scale(1.082);
    box-shadow: 0 0 0 1px rgba(255, 238, 205, 0.26) inset, 0 24px 48px rgba(90, 15, 28, 0.4),
      0 0 38px rgba(201, 169, 110, 0.34);
  }

  .gallery-grid {
    max-width: 1100px;
    margin-inline: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .gallery-grid img {
    height: 250px;
  }

  .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 759px) {
  .hero {
    display: block;
    min-height: auto;
    padding: 5.8rem 1rem 0;
  }

  .hero-content {
    max-width: 560px;
    margin-inline: auto;
  }

  .hero-title {
    letter-spacing: 0.9px;
    line-height: 1.1;
  }

  .hero-subtext {
    padding: 0.9rem 0.95rem;
    border-radius: 15px;
    line-height: 1.58;
  }

  .hero-actions {
    margin-bottom: 0;
  }

  .hero-actions .btn:last-child {
    margin-bottom: 0;
  }

  .hero-logo {
    margin-top: -1.35rem;
    left: -18px;
  }

  .hero-content::before {
    content: none;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 50% 34%, rgba(255, 241, 220, 0.08) 0%, rgba(255, 241, 220, 0.015) 24%, rgba(0, 0, 0, 0) 52%),
      linear-gradient(128deg, rgba(90, 15, 28, 0.82), rgba(11, 31, 58, 0.9));
  }

  .services-premium-grid {
    gap: 0.92rem;
  }

  .service-card {
    padding: 1.1rem 1rem 1rem;
    border-radius: 18px;
  }

  .service-card h3 {
    font-size: 1.28rem;
  }

  .service-popular {
    top: 0.78rem;
    right: 0.82rem;
  }

  .section {
    padding: 2.4rem 1rem;
  }

  #hizmetler {
    padding-top: 1.1rem;
  }

  .hero + .section {
    margin-top: 0;
  }

  .footer {
    padding-bottom: 3.6rem;
  }
}

.scroll-indicator {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-slide,
  .services-slide,
  .hero-logo,
  .hero-title,
  .hero-subtext,
  .light-sweep,
  .hero-grain,
  .scroll-indicator,
  .scroll-indicator .arrow,
  .sticky-booking,
  .reveal {
    animation: none !important;
    transform: none !important;
  }

  .reveal {
    opacity: 1 !important;
  }
}
