.hero {
  padding: 90px 0 70px;
  background: linear-gradient(135deg, #FAFAFA 0%, #ece6dd 100%);
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.hero-text {
  flex: 1;
}

.hero-badge {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  color: #8a7f73;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-text h1 {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #1f1f1f;
}

.hero-text p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  max-width: 620px;
}

.hero-buttons {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  margin-top: 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-dark {
  background: #111;
  color: #fff;
}

.btn-dark:hover {
  background: #000;
  transform: translateY(-2px);
}

.btn-light {
  background: #fff;
  color: #111;
  border: 1px solid #ddd;
}

.btn-light:hover {
  background: #f3f3f3;
  transform: translateY(-2px);
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero-card {
  width: 100%;
  max-width: 440px;
  height: 520px;
  border-radius: 24px;
  background: linear-gradient(145deg, #d9d1c7, #f7f4ef);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.slider-section,
.featured-cards,
.testimonial-section,
.sponsors-section {
  padding: 85px 0;
}

.section-heading {
  margin-bottom: 35px;
}

.section-heading.center {
  text-align: center;
}

.section-heading span,
.section-mini-title {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #fafafa;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #111;
  margin-bottom: 12px;
}

.section-heading h2,
.info-section h2,
.contact-section h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #1f1f1f;
}

.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.slider-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 100%;
}

.slide-item {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
}

.slide-visual {
  width: 100%;
  height: 220px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ebe4dc, #f8f5f0);
  margin-bottom: 18px;
}

.slide-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
}

.slide-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

.slider-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
  flex-shrink: 0;
}

.slider-btn:hover {
  background: #333;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
}

.feature-image {
  width: 100%;
  height: 250px;
  border-radius: 16px;
  background: linear-gradient(145deg, #e8dfd4, #f8f5f0);
  margin-bottom: 18px;
}

.feature-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
}

.feature-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 16px;
}

.feature-card a {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.info-section {
  padding: 85px 0;
  background: #fff;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.info-section p {
  font-size: 17px;
  line-height: 1.9;
  color: #666;
}

.testimonial-section {
  background: #FAFAFA;
}

.testimonial-slider {
  position: relative;
}

.testimonial-viewport {
  overflow: hidden;
  width: 100%;
  padding: 8px 0 12px;
}

.testimonial-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-height: 230px;
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #ececec;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.testimonial-btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: background 0.3s ease, transform 0.3s ease;
}

.testimonial-btn:hover {
  background: #333;
  transform: translateY(-50%) scale(1.04);
}

.testimonial-btn.prev {
  left: -22px;
}

.testimonial-btn.next {
  right: -22px;
}

.testimonial-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

.testimonial-card strong {
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 4px;
}

.testimonial-card span {
  font-size: 14px;
  color: #888;
}

.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 15px;
}

.sponsor-item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.gray-section {
  background: #f1ede8;
}

.contact-section {
  padding: 90px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.contact-section .contact-grid {
  grid-template-columns: 1fr;
}

.contact-section .contact-grid > div:first-child {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.contact-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.contact-boxes {
  display: grid;
  gap: 16px;
}

.social-contact-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.contact-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  padding: 22px;
}

.contact-box h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #222;
}

.contact-box p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.social-contact-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  color: #181818;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.social-contact-card:hover {
  transform: translateY(-5px);
  border-color: #111;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
}

.social-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #111;
  color: #fff;
}

.social-icon img {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}

.social-contact-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.3;
}

.social-contact-card small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

.footer {
  background: #111;
  color: #fff;
  padding-top: 55px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.1fr 1.5fr;
  gap: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo a {
  display: inline-block;
}

.footer-logo img {
  width: 132px;
  height: auto;
  display: block;
  filter: invert(1);
}

.footer-brand p {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  max-width: 430px;
  padding-left: 18px;
  font-size: 15px;
}

.footer-brand p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: calc(100% - 14px);
  min-height: 42px;
  border-radius: 999px;
  background: #fff;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer-links h4 {
  margin-bottom: 14px;
  font-size: 16px;
  color: #fff;
}

.footer-links a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 20px 26px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .hero-inner,
  .info-grid,
  .contact-grid,
  .footer-top {
    grid-template-columns: 1fr;
    display: grid;
  }

  .footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .slider-track,
  .card-grid,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .testimonial-btn.prev {
    left: -10px;
  }

  .testimonial-btn.next {
    right: -10px;
  }

  .sponsors-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .social-contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-text h1 {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 70px 0 50px;
  }

  .hero-inner,
  .slider-track,
  .card-grid,
  .sponsors-grid,
  .social-contact-list,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-logo img {
    width: 118px;
  }

  .social-contact-card {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .testimonial-card {
    flex-basis: 100%;
  }

  .testimonial-btn {
    display: none;
  }

  .hero-text h1 {
    font-size: 34px;
  }

  .section-heading h2,
  .info-section h2,
  .contact-section h2 {
    font-size: 28px;
  }

  .slider-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .slider-btn {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ANA ALAN */
.hero-fan {
  position: relative;
  width: 500px;
  height: 520px;

  display: flex;
  align-items: center;
  justify-content: center;

  transform-style: preserve-3d;

  animation: floating 6s ease-in-out infinite;
}

/* YAVAŞ DÖNÜŞ */
.hero-fan .fan-card {
  animation: slowRotate 14s ease-in-out infinite;
}

/* HER KARTA FARKLI GECİKME */
.fan-1 {
  left: 0;
  top: 40px;
  transform: rotate(-12deg);
  z-index: 1;

  animation-delay: 0s !important;
}

.fan-2 {
  left: 90px;
  top: 0;
  transform: rotate(0deg);
  z-index: 3;

  animation-delay: 0.8s !important;
}

.fan-3 {
  left: 180px;
  top: 40px;
  transform: rotate(12deg);
  z-index: 2;

  animation-delay: 1.6s !important;
}

/* FLOATING */
@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* PREMIUM CAROUSEL HAREKETİ */
@keyframes slowRotate {

  0% {
    transform:
      translateY(0px)
      rotate(var(--rotate))
      scale(1);
  }

  25% {
    transform:
      translateY(-10px)
      rotate(calc(var(--rotate) + 2deg))
      scale(1.02);
  }

  50% {
    transform:
      translateY(0px)
      rotate(calc(var(--rotate) - 2deg))
      scale(1);
  }

  75% {
    transform:
      translateY(8px)
      rotate(calc(var(--rotate) + 1deg))
      scale(0.99);
  }

  100% {
    transform:
      translateY(0px)
      rotate(var(--rotate))
      scale(1);
  }
}
.hero-slider {
  position: relative;
  height: clamp(430px, 48vw, 620px);
  overflow: hidden;
  background: #07101b;
}

.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.16) 72%);
  pointer-events: none;
}

.hero-slider-track,
.hero-slide {
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.hero-slide::before {
  display: none;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider-content {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 88px;
  padding-left: 88px;
  color: #fff;
  pointer-events: none;
}

.hero-slider-content span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hero-slider-content h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 54px;
  line-height: 1.08;
  color: #fff;
}

.hero-slider-content p {
  max-width: 620px;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
}

.hero-slider-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  pointer-events: auto;
}

.hero-slider-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.hero-slider-actions a + a {
  background: transparent;
  color: #fff;
}

.hero-slider-actions a:hover {
  transform: translateY(-2px);
  background: #111;
  border-color: #111;
  color: #fff;
}

.hero-slide-content {
  position: static;
  transform: none;
  max-width: 560px;
  color: #1f1f1f;
}

.hero-slide-content span {
  color: #8a7f73;
}

.hero-slide-content h1 {
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-slide-content p {
  color: #666;
}

.hero-prev,
.hero-next {
  background: #111;
  color: #fff;
  border-radius: 999px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.hero-prev {
  left: 28px;
}

.hero-next {
  right: 28px;
}

@media (max-width: 768px) {
  .hero-slider {
    height: 470px;
  }

  .hero-slide {
    position: absolute;
    display: none;
    padding: 0;
  }

  .hero-slide.active {
    display: block;
  }

  .hero-slide img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }

  .hero-slider::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.78) 68%, rgba(0, 0, 0, 0.86) 100%);
  }

  .hero-slider-content {
    justify-content: flex-end;
    padding: 0 14px 34px;
  }

  .hero-slider-content span {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .hero-slider-content h1 {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.14;
  }

  .hero-slider-content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-slider-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .hero-slider-actions a {
    min-height: 44px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .hero-slide-content h1 {
    font-size: 34px;
  }

  .hero-prev,
  .hero-next {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-slider {
    height: 510px;
  }

  .hero-slider-content h1 {
    font-size: 28px;
  }

  .hero-slider-content {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-slider-actions {
    width: 100%;
  }

  .hero-slider-actions a {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .info-section,
  .testimonial-section {
    padding: 56px 0;
  }

  .info-grid {
    gap: 28px;
  }

  .testimonial-card {
    padding: 22px;
  }

  .footer {
    padding-top: 42px;
  }

  .footer-top {
    gap: 30px;
    padding-bottom: 28px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .footer-links > :last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    padding: 18px 14px 24px;
  }
}

@media (max-width: 480px) {
  .section-heading,
  .reviews-head,
  .about-section-head,
  .map-head {
    margin-bottom: 28px;
  }

  .footer-brand p {
    padding-left: 14px;
    font-size: 14px;
  }

  .footer-links {
    gap: 22px 14px;
  }

  .footer-links h4 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .footer-links a {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .footer-bottom {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }
}
