/* Style.css Responsive Styles */
/* Extracted from Style.css */

/* Responsive (Mobil Uyumlu) */
@media (max-width: 768px) {
  .content-container {
    padding: 0 16px;
  }

  .header {
    padding: 24px 16px 16px;
  }

  .logo {
    font-size: 1.8rem;
  }

  .header-top-row .logo {
    font-size: 1.8rem;
  }

  .theme-toggle {
    width: 34px;
    height: 34px;
    font-size: 1.05rem;
  }

  .main-content {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .footer {
    padding: 12px 16px;
    font-size: 0.75rem;
  }

  .tagline {
    font-size: 0.85rem;
  }

  .footer-nav {
    padding: 10px 16px;
  }

  .footer-nav-btn {
    padding: 10px 16px;
    font-size: 0.85rem;
    min-width: 110px;
  }
}

@media (max-width: 480px) {
  .header {
    padding: 20px 16px 16px;
  }

  .main-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .theme-toggle {
    width: 30px;
    height: 30px;
  }

  .theme-toggle .icon-sun,
  .theme-toggle .icon-moon {
    font-size: 0.95rem;
  }

  .footer-nav-btn {
    padding: 8px 12px;
    font-size: 0.8rem;
    min-width: 90px;
  }

  .footer-nav-icon {
    font-size: 0.9rem;
  }

  .footer-nav-double {
    max-width: 150px;
  }
}

/* Ultra Küçük Mobil (max 360px) - Samsung Galaxy S21, Pixel gibi */
@media (max-width: 360px) {
  .content-container {
    padding: 0 12px;
  }

  .header {
    padding: 28px 12px 14px;
  }

  .logo {
    font-size: 1.6rem;
  }

  .header-top-row .logo {
    font-size: 1.6rem;
  }

  .theme-toggle {
    width: 28px;
    height: 28px;
  }

  .theme-toggle .icon-sun,
  .theme-toggle .icon-moon {
    font-size: 0.9rem;
  }

  .main-content {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
  }

  .footer {
    padding: 10px 12px;
  }

  .footer-nav {
    padding: 8px 12px;
  }

  .footer-nav-btn {
    padding: 6px 10px;
    font-size: 0.75rem;
    min-width: 80px;
  }

  .footer-nav-icon {
    font-size: 0.85rem;
  }

  .footer-nav-double {
    max-width: 130px;
  }
}

/* Çok Küçük Mobil (max 320px) - Samsung Galaxy S8, iPhone SE gibi */
@media (max-width: 320px) {
  .header {
    padding: 24px 10px 12px;
  }

  .logo {
    font-size: 1.4rem;
  }

  .header-top-row .logo {
    font-size: 1.4rem;
  }

  .theme-toggle {
    width: 26px;
    height: 26px;
  }

  .content-container {
    padding: 0 10px;
  }

  .main-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6px;
  }
}

/* Content decoration responsive */
@media (max-width: 480px) {
  .content-blob-1 {
    width: 14px;
    height: 14px;
  }

  .content-blob-2,
  .content-blob-3 {
    width: 10px;
    height: 10px;
  }

  .content-blob-4 {
    width: 10px;
    height: 10px;
  }

  .content-blob-5 {
    width: 8px;
    height: 14px;
  }

  .content-blob-6 {
    width: 12px;
    height: 8px;
  }
}

@media (max-width: 360px) {
  .content-decoration {
    display: none;
  }
}

/* Mobil cihazlarda body decoration boyutları */
@media (max-width: 768px) {
  .body-decoration::before {
    width: 80px;
    height: 40px;
  }

  .body-decoration::after {
    width: 70px;
    height: 35px;
  }

  .body-decoration .blob-1 {
    width: 60px;
    height: 35px;
  }

  .body-decoration .blob-2 {
    width: 50px;
    height: 30px;
  }

  .body-decoration .star-1 {
    width: 20px;
    height: 20px;
  }

  body.dark .body-decoration .moon-emoji {
    font-size: 1.8rem;
  }

  body.dark .body-decoration .star-emoji {
    font-size: 0.7rem;
  }
}

@media (max-width: 360px) {
  .body-decoration {
    display: none;
  }
}

/* Mobil home button + activities button */
@media (max-width: 768px) {
  .home-button,
  .activities-button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }

  .home-button .icon-home,
  .activities-button .icon-activities {
    font-size: 1.05rem;
  }

  .header-top-row .activities-button {
    left: 44px;
  }
}

@media (max-width: 480px) {
  .home-button,
  .activities-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  .home-button .icon-home,
  .activities-button .icon-activities {
    font-size: 0.95rem;
  }

  .header-top-row .activities-button {
    left: 40px;
  }
}

@media (max-width: 360px) {
  .home-button,
  .activities-button {
    width: 28px;
    height: 28px;
  }

  .home-button .icon-home,
  .activities-button .icon-activities {
    font-size: 0.9rem;
  }

  .header-top-row .activities-button {
    left: 38px;
  }
}

@media (max-width: 320px) {
  .home-button,
  .activities-button {
    width: 26px;
    height: 26px;
  }

  .home-button .icon-home,
  .activities-button .icon-activities {
    font-size: 0.85rem;
  }

  .header-top-row .activities-button {
    left: 36px;
  }
}
