/* CSS Variables based on Tailwind / React setup */
:root {
  --primary: #00A9E0;
  --secondary: #84BE01;
  --accent: #652D86;
  --orange: #F37035;
  --dark: #030213;
  --text-gray-900: #111827;
  --text-gray-600: #4B5563;
  --text-gray-700: #374151;

  --bs-primary: #00A9E0;
  --bs-primary-rgb: 0, 169, 224;
  --bs-body-font-family: 'Poppins', sans-serif;
  --bs-body-color: var(--dark);
}

body {
  font-family: var(--bs-body-font-family);
  overflow-x: hidden;
  color: var(--dark);
}

.max-w-7xl {
  max-width: 80rem;
  /* 1280px */
  margin-left: auto;
  margin-right: auto;
}

/* Header */
.header {
  height: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(229, 231, 235, 0.4);
  z-index: 1050;
  display: flex;
  align-items: center;
}

.header.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(229, 231, 235, 0.6);
}

.logo-img {
  height: calc(.25rem * 44);
  width: auto;
}

@media (max-width: 767.98px) {
  .logo-img {
    max-width: 100%;
  }

  .header {
    padding: 10px 0;
  }

  #navbarMenu {
    background: white;
    border-top: 1px solid #e5e7eb;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    padding: 1rem 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #navbarMenu .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem !important;
    padding: 0 1.5rem;
  }

  #navbarMenu .nav-item {
    margin-bottom: 0;
  }

  #navbarMenu .nav-link {
    font-size: 1rem !important;
    font-weight: 500;
    padding: 0.5rem 0;
    text-align: left;
  }

  #navbarMenu .d-flex {
    margin-top: 0 !important;
    padding: 1rem 1.5rem 0 1.5rem;
    justify-content: flex-start !important;
  }
}

.nav-link {
  color: var(--text-gray-700) !important;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: var(--primary) !important;
}

@media (min-width: 768px) {
  .nav-link.active-link {
    color: var(--primary) !important;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 4px;
  }
}

@media (max-width: 767.98px) {
  .nav-link.active-link {
    color: var(--primary) !important;
    border-left: 4px solid var(--primary);
    padding-left: 12px !important;
  }
}

.btn-giris {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: white;
}

.btn-giris:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

/* Base Blob Styles */
.blob {
  border-radius: 50%;
  filter: blur(48px);
}

/* Hero Section */
.hero {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background: linear-gradient(to bottom, rgba(239, 246, 255, 0.3), white);
  /* blue-50/30 to white */
}

.hero-title {
  font-size: 3rem;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .hero-title {
    font-size: 3.75rem;
  }
}

.img-scale {
  transform: scale(1.25);
}

.blob-1 {
  position: absolute;
  top: -6rem;
  right: -6rem;
  width: 24rem;
  height: 24rem;
  background-color: rgba(0, 169, 224, 0.1);
  filter: blur(64px);
}

.blob-2 {
  position: absolute;
  top: 33%;
  left: -8rem;
  width: 20rem;
  height: 20rem;
  background-color: rgba(132, 190, 1, 0.1);
  filter: blur(64px);
}

.blob-3 {
  position: absolute;
  bottom: 5rem;
  right: 25%;
  width: 16rem;
  height: 16rem;
  background-color: rgba(101, 45, 134, 0.08);
  filter: blur(40px);
}

.blob-4 {
  position: absolute;
  top: 10rem;
  left: 25%;
  width: 12rem;
  height: 12rem;
  background-color: rgba(243, 112, 53, 0.08);
  filter: blur(40px);
}

.blob-hero-right {
  top: 25%;
  right: -3rem;
  width: 16rem;
  height: 16rem;
  background-color: rgba(0, 169, 224, 0.1);
  filter: blur(64px);
}

.blob-hero-left {
  bottom: 25%;
  left: -3rem;
  width: 16rem;
  height: 16rem;
  background-color: rgba(132, 190, 1, 0.1);
  filter: blur(64px);
}


/* Titles */
.section-title {
  font-size: 2.25rem;
}

@media (min-width: 992px) {
  .section-title {
    font-size: 3rem;
  }
}

.title-underline {
  width: 16rem;
  height: 1px;
  background: linear-gradient(to right, var(--primary), var(--secondary));
}

/* Features Section */
.features {
  padding-top: 5.625rem;
  /* 90px */
  padding-bottom: 5.625rem;
}

.feature-img-scale {
  transform: scale(1.1);
}

.blob-feat-1 {
  position: absolute;
  top: 10rem;
  left: -12rem;
  width: 28rem;
  height: 28rem;
  background-color: rgba(132, 190, 1, 0.08);
  filter: blur(64px);
}

.blob-feat-2 {
  position: absolute;
  top: 37.5rem;
  right: -10rem;
  width: 25rem;
  height: 25rem;
  background-color: rgba(101, 45, 134, 0.08);
  filter: blur(64px);
}

.blob-feat-3 {
  position: absolute;
  top: 75rem;
  left: -8rem;
  width: 23.75rem;
  height: 23.75rem;
  background-color: rgba(243, 112, 53, 0.07);
  filter: blur(64px);
}

.blob-feat-4 {
  position: absolute;
  top: 112.5rem;
  right: 5rem;
  width: 26.25rem;
  height: 26.25rem;
  background-color: rgba(0, 169, 224, 0.08);
  filter: blur(64px);
}

.blob-feat-5 {
  position: absolute;
  top: 56.25rem;
  right: 33%;
  width: 16rem;
  height: 16rem;
  background-color: rgba(0, 169, 224, 0.06);
  filter: blur(40px);
}

.blob-feat-6 {
  position: absolute;
  top: 93.75rem;
  left: 25%;
  width: 14rem;
  height: 14rem;
  background-color: rgba(132, 190, 1, 0.06);
  filter: blur(40px);
}

.shadow-hover:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.btn-primary {
  background-color: var(--primary);
}

.btn-primary:hover {
  background-color: #0090c7;
}

/* Why PowerLabz */
.why-powerlabz {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background: linear-gradient(to bottom, white, #f9fafb);
}

.blob-why-1 {
  position: absolute;
  top: 5rem;
  right: -10rem;
  width: 31.25rem;
  height: 31.25rem;
  background-color: rgba(0, 169, 224, 0.08);
  filter: blur(64px);
}

.blob-why-2 {
  position: absolute;
  bottom: 8rem;
  left: -8rem;
  width: 24rem;
  height: 24rem;
  background-color: rgba(132, 190, 1, 0.08);
  filter: blur(64px);
}

.blob-why-3 {
  position: absolute;
  top: 50%;
  left: 33%;
  width: 16rem;
  height: 16rem;
  background-color: rgba(101, 45, 134, 0.06);
  filter: blur(40px);
}

.blob-why-4 {
  position: absolute;
  bottom: 25%;
  right: 33%;
  width: 14rem;
  height: 14rem;
  background-color: rgba(243, 112, 53, 0.06);
  filter: blur(40px);
}

.icon-box {
  display: inline-flex;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.feature-card:hover .icon-box {
  transform: scale(1.1);
}

.feature-card:hover .hover-show-bg {
  opacity: 1 !important;
}

.feature-card {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(243, 244, 246, 1);
  transition: all 0.3s;
}

.feature-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.5rem);
}

/* How It Works Section */
.how-it-works {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background: linear-gradient(to bottom right, rgba(0, 169, 224, 0.2), white, rgba(132, 190, 1, 0.2));
}

.blob-hiw-1 {
  position: absolute;
  top: 8rem;
  right: -8rem;
  width: 26.25rem;
  height: 26.25rem;
  background-color: rgba(0, 169, 224, 0.08);
  filter: blur(64px);
}

.blob-hiw-2 {
  position: absolute;
  bottom: 5rem;
  left: -10rem;
  width: 25rem;
  height: 25rem;
  background-color: rgba(132, 190, 1, 0.08);
  filter: blur(64px);
}

.blob-hiw-3 {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 18rem;
  height: 18rem;
  background-color: rgba(101, 45, 134, 0.06);
  filter: blur(40px);
}

.blob-hiw-4 {
  position: absolute;
  top: 33%;
  right: 25%;
  width: 16rem;
  height: 16rem;
  background-color: rgba(243, 112, 53, 0.06);
  filter: blur(40px);
}

.step-card {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(243, 244, 246, 1);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.step-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.step-badge {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #e5e7eb;
  transform: translateY(-50%);
  display: none;
}

@media (min-width: 992px) {
  .timeline-line {
    display: block;
  }
}

.step-arrow-desk {
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  z-index: 20;
  display: none;
}

@media (min-width: 992px) {
  .step-arrow-desk {
    display: block;
  }
}

/* FAQ Section */
.faq {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background: linear-gradient(to bottom, white, #f9fafb);
}

.blob-faq-1 {
  position: absolute;
  top: 5rem;
  right: 2.5rem;
  width: 21.875rem;
  height: 21.875rem;
  background-color: rgba(0, 169, 224, 0.06);
  filter: blur(64px);
}

.blob-faq-2 {
  position: absolute;
  bottom: 8rem;
  left: 2.5rem;
  width: 20rem;
  height: 20rem;
  background-color: rgba(132, 190, 1, 0.06);
  filter: blur(64px);
}

.accordion-item {
  background-color: white;
  border-radius: 0.75rem !important;
  border: 2px solid #f3f4f6 !important;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s;
}

.accordion-item:hover {
  border-color: rgba(0, 169, 224, 0.3) !important;
}

.accordion-button {
  padding: 1.5rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dark);
  box-shadow: none !important;
  background: transparent !important;
}

.accordion-button:not(.collapsed) {
  color: var(--dark);
  background: transparent !important;
}

.accordion-body {
  padding: 0 2rem 2rem 2rem;
  font-size: 1.125rem;
  color: var(--text-gray-600);
}

/* Demo Request */
.demo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(to bottom right, rgba(0, 169, 224, 0.2), white, rgba(132, 190, 1, 0.2));
}

/* Footer */
.footer-wrapper {
  background-color: rgba(17, 24, 39, 0.95);
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-link {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-wrapper .footer-logo {
  height: calc(.25rem * 8);
  object-position: center;
  object-fit: cover;
  width: 100%;
}

/* Contact Form */
.contact-input {
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  border: 2px solid #e5e7eb;
  background-color: white;
  transition: all 0.3s;
  outline: none;
}

.contact-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(0, 169, 224, 0.2);
}

.contact-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  border: 2px solid var(--primary);
  appearance: none;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.contact-checkbox:checked {
  background-color: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

/* Utilities */
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.text-dark {
  color: var(--text-gray-900) !important;
}

.text-secondary {
  color: var(--text-gray-600) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.social-icon-btn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.social-icon-btn svg {
  width: 1rem;
  height: 1rem;
  color: white;
  transition: color 0.3s ease;
}

.social-icon-btn.li-btn:hover {
  background-color: #00A9E0;
}

.social-icon-btn.tw-btn:hover {
  background-color: #84BE01;
}

.social-icon-btn.fb-btn:hover {
  background-color: #652D86;
}