﻿:root {
  --ab-bg: #eef2f7;
  --ab-surface: #ffffff;
  --ab-surface-soft: #f8fafc;
  --ab-text: #0b1425;
  --ab-muted: #46566e;
  --ab-line: #dde5f1;
  --ab-accent: #d9a520;
  --ab-accent-2: #f2d07a;
  --ab-dark-1: #081120;
  --ab-dark-2: #10233f;
  --ab-shadow-sm: 0 10px 26px rgba(11, 20, 37, 0.08);
  --ab-shadow-md: 0 24px 56px rgba(11, 20, 37, 0.14);
  --ab-ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ab-ease-smooth: cubic-bezier(0.16, 1, 0.3, 1);
}

.about-hero-clean {
  position: relative;
  overflow: hidden;
  padding: clamp(94px, 10vw, 150px) 20px clamp(70px, 8.5vw, 120px);
  color: #fff;
  text-align: center;
  background:
    linear-gradient(122deg, rgba(8, 17, 32, 0.84), rgba(16, 35, 63, 0.72)),
    url("../images/Mutfak_lavabosu/200A6352-1.webp") center/cover no-repeat;
}

.about-hero-clean::before {
  content: "";
  position: absolute;
  inset: -120px auto auto -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 165, 32, 0.38), rgba(217, 165, 32, 0));
  filter: blur(8px);
  animation: floatBlob 11s ease-in-out infinite;
}

.about-hero-clean::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  animation: floatBlobAlt 14s ease-in-out infinite;
}

.about-hero-clean .wrap {
  position: relative;
  z-index: 1;
  width: min(100%, 1400px);
  margin-inline: auto;
}

.about-hero-clean h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 5.4vw, 4rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  animation: heroUp 0.9s var(--ab-ease-out) both;
}

.about-hero-clean p {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(1rem, 1.65vw, 1.2rem);
  line-height: 1.82;
  color: rgba(246, 249, 255, 0.95);
  animation: heroUp 1.1s var(--ab-ease-out) 0.14s both;
}

.about-section {
  position: relative;
  padding: clamp(52px, 7vw, 96px) clamp(14px, 3vw, 44px);
  background: var(--ab-bg);
}

.about-section .wrap {
  width: min(100%, 1400px);
  max-width: none;
  margin-inline: auto;
}

.about-two-col {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: stretch;
}

.about-story .wrap {
  background: var(--ab-surface);
  border: 1px solid var(--ab-line);
  border-radius: 24px;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: var(--ab-shadow-sm);
  margin-inline: auto;
}

.about-left h2,
.about-long-content h2,
.about-cta-clean h2 {
  margin: 0 0 15px;
  color: var(--ab-text);
  font-size: clamp(1.58rem, 2.65vw, 2.28rem);
  line-height: 1.18;
  font-weight: 800;
}

.about-left h2::after,
.about-long-content h2::after {
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ab-accent), var(--ab-accent-2));
}

.about-left p,
.about-long-content p {
  margin: 0 0 14px;
  color: var(--ab-muted);
  font-size: 1.02rem;
  line-height: 1.84;
}

.about-right {
  position: relative;
}

.about-right img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--ab-line);
  box-shadow: var(--ab-shadow-md);
  transition: transform 0.32s ease, box-shadow 0.32s ease, filter 0.32s ease;
}

.about-right:hover img {
  transform: translateY(-4px);
  filter: saturate(1.06);
  box-shadow: 0 30px 70px rgba(11, 20, 37, 0.2);
}

.about-story {
  padding-top: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(42px, 6vw, 72px);
}

.about-story .about-left h2 {
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
}

.about-story .about-left {
  text-align: center;
  animation: sectionReveal 0.9s var(--ab-ease-out) 0.1s both;
}

.about-story .about-left p {
  font-size: 0.98rem;
  line-height: 1.75;
}

.about-story .about-right img {
  max-height: 360px;
  object-fit: cover;
  animation: sectionReveal 1s var(--ab-ease-out) 0.2s both;
}

.about-surface {
  background: var(--ab-surface-soft);
}

.about-rich-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.about-card {
  position: relative;
  background: var(--ab-surface);
  border: 1px solid var(--ab-line);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--ab-shadow-sm);
  text-align: center;
  transform: translateY(18px);
  opacity: 0;
  animation: cardIn 0.75s var(--ab-ease-smooth) forwards;
}

.about-rich-grid .about-card:nth-child(1) {
  animation-delay: 0.06s;
}

.about-rich-grid .about-card:nth-child(2) {
  animation-delay: 0.16s;
}

.about-rich-grid .about-card:nth-child(3) {
  animation-delay: 0.26s;
}

.about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--ab-accent), var(--ab-accent-2));
}

.about-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  color: var(--ab-text);
}

.about-card p,
.about-card li {
  color: var(--ab-muted);
  line-height: 1.74;
}

.about-card ul {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
}

.about-dark-band {
  padding: clamp(50px, 7vw, 86px) clamp(14px, 3vw, 44px);
  color: #d9e1ef;
  background: linear-gradient(135deg, var(--ab-dark-1) 0%, var(--ab-dark-2) 100%);
}

.about-dark-band .wrap {
  width: min(100%, 1400px);
  max-width: none;
  margin-inline: auto;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.stats-band div {
  text-align: center;
  padding: 20px 12px;
  border: 1px solid rgba(217, 226, 241, 0.24);
  border-radius: 12px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  transform: translateY(14px);
  opacity: 0;
  animation: statIn 0.7s var(--ab-ease-smooth) forwards;
}

.stats-band div:nth-child(1) { animation-delay: 0.05s; }
.stats-band div:nth-child(2) { animation-delay: 0.13s; }
.stats-band div:nth-child(3) { animation-delay: 0.21s; }
.stats-band div:nth-child(4) { animation-delay: 0.29s; }

.stats-band h3 {
  margin: 0 0 6px;
  color: #f2cb66;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  line-height: 1.1;
  animation: softPulse 2.8s ease-in-out infinite;
}

.stats-band span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.48;
  letter-spacing: 0.08em;
  color: #d4deee;
}

.about-long-content {
  width: 100%;
  max-width: none;
  background: var(--ab-surface);
  border: 1px solid var(--ab-line);
  border-radius: 24px;
  padding: clamp(20px, 2.8vw, 36px);
  box-shadow: var(--ab-shadow-sm);
  margin-inline: auto;
  text-align: center;
  animation: sectionReveal 0.9s var(--ab-ease-out) both;
}

.about-long-content h2 + p {
  margin-top: 2px;
}

.about-long-content h2:not(:first-child) {
  margin-top: 34px;
}

.about-long-content p {
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
}

.about-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin: 18px 0 30px;
}

.step-item {
  background: var(--ab-surface-soft);
  border: 1px solid var(--ab-line);
  border-left: 3px solid var(--ab-accent);
  border-radius: 12px;
  padding: 16px;
  box-shadow: none;
  text-align: center;
  opacity: 0;
  transform: translateY(14px);
  animation: liftIn 0.65s var(--ab-ease-smooth) forwards;
}

.about-steps .step-item:nth-child(1) { animation-delay: 0.06s; }
.about-steps .step-item:nth-child(2) { animation-delay: 0.12s; }
.about-steps .step-item:nth-child(3) { animation-delay: 0.18s; }
.about-steps .step-item:nth-child(4) { animation-delay: 0.24s; }

.step-item h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: var(--ab-text);
}

.step-item p {
  margin: 0;
  color: var(--ab-muted);
  line-height: 1.72;
}

.about-faq {
  display: grid;
  gap: 10px;
}

.faq-item {
  background: var(--ab-surface-soft);
  border: 1px solid var(--ab-line);
  border-radius: 12px;
  padding: 14px 16px;
  text-align: center;
  opacity: 0;
  transform: translateY(12px);
  animation: liftIn 0.6s var(--ab-ease-smooth) forwards;
}

.about-faq .faq-item:nth-child(1) { animation-delay: 0.06s; }
.about-faq .faq-item:nth-child(2) { animation-delay: 0.13s; }
.about-faq .faq-item:nth-child(3) { animation-delay: 0.2s; }

.faq-item h3 {
  margin: 0 0 6px;
  color: var(--ab-text);
  font-size: 1.02rem;
}

.faq-item p {
  margin: 0;
  color: var(--ab-muted);
  line-height: 1.7;
}

.about-cta-clean {
  padding: clamp(52px, 7vw, 96px) clamp(14px, 3vw, 44px);
  text-align: center;
  background: linear-gradient(180deg, #f8fbff 0%, #edf2f9 100%);
}

.about-cta-clean .wrap {
  width: min(100%, 1200px);
  max-width: none;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--ab-line);
  border-radius: 24px;
  padding: clamp(26px, 4vw, 42px);
  box-shadow: var(--ab-shadow-sm);
  margin-inline: auto;
  animation: sectionReveal 0.85s var(--ab-ease-out) both;
}

.about-cta-clean p {
  margin: 0 auto;
  max-width: 85ch;
  color: var(--ab-muted);
  line-height: 1.8;
}

.about-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 13px 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: linear-gradient(105deg, var(--ab-accent), var(--ab-accent-2));
  color: #0e1728;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(217, 165, 32, 0.35);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  animation: ctaGlow 2.2s ease-in-out infinite;
}

.about-btn::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -45%;
  width: 34%;
  height: 170%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  transform: rotate(20deg);
  animation: shimmer 3.4s linear infinite;
}

.about-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 18px 34px rgba(217, 165, 32, 0.44);
}

@keyframes heroUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sectionReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes statIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes liftIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softPulse {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(242, 203, 102, 0);
  }
  50% {
    text-shadow: 0 0 16px rgba(242, 203, 102, 0.2);
  }
}

@keyframes ctaGlow {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(217, 165, 32, 0.35);
  }
  50% {
    box-shadow: 0 18px 36px rgba(217, 165, 32, 0.5);
  }
}

@keyframes shimmer {
  from {
    left: -45%;
  }
  to {
    left: 125%;
  }
}

@keyframes floatBlob {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(16px, -8px, 0) scale(1.08);
  }
}

@keyframes floatBlobAlt {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-14px, 10px, 0) scale(1.06);
  }
}

@media (max-width: 1024px) {
  .about-two-col,
  .about-rich-grid {
    grid-template-columns: 1fr;
  }

  .about-story .about-right img {
    max-height: 320px;
  }
}

@media (max-width: 640px) {
  .about-hero-clean {
    padding: 86px 14px 56px;
  }

  .about-section,
  .about-dark-band,
  .about-cta-clean {
    padding-left: 12px;
    padding-right: 12px;
  }

  .stats-band {
    grid-template-columns: 1fr;
  }

  .about-card,
  .step-item,
  .faq-item {
    padding: 14px;
  }

  .about-story .wrap,
  .about-long-content,
  .about-cta-clean .wrap {
    border-radius: 18px;
    padding: 18px;
  }

  .about-story {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .about-story .about-right img {
    max-height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-clean::before,
  .about-hero-clean::after,
  .about-hero-clean h1,
  .about-hero-clean p,
  .about-story .about-left,
  .about-story .about-right img,
  .about-card,
  .stats-band div,
  .stats-band h3,
  .about-long-content,
  .step-item,
  .faq-item,
  .about-cta-clean .wrap,
  .about-btn,
  .about-btn::after {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .about-right img,
  .about-btn {
    transition: none;
  }
}
