/* ============================================
   CURE BATUMI - Improved Responsive Styles
   Mobile First Approach with Better Breakpoints
   ============================================ */

/* ============================================
   LARGE DESKTOP (max-width: 1600px)
   ============================================ */
@media (max-width: 1600px) {
  .about-section {
    padding: 80px 60px 60px 60px;
  }
}

/* ============================================
   DESKTOP (max-width: 1440px)
   ============================================ */
@media (max-width: 1440px) {
  .hero-title {
    font-size: 80px;
  }

  .about-section {
    padding: 70px 50px 50px 50px;
  }

  .about-content {
    gap: 80px;
  }

  .about-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}

/* ============================================
   SMALL DESKTOP / LARGE LAPTOP (max-width: 1200px)
   ============================================ */
@media (max-width: 1200px) {
  .hero {
    height: 800px;
  }

  .hero-title {
    font-size: 72px;
  }

  .about-section {
    padding: 60px 40px 40px 40px;
  }

  .about-content {
    gap: 60px;
  }

  .about-image {
    margin-top: -80px;
  }

  .about-image img {
    width: 100%;
    max-width: 360px;
    height: auto;
  }

  .section-title {
    font-size: 56px;
  }

  .section-title-center {
    font-size: 56px;
  }
}

/* ============================================
   LAPTOP / LARGE TABLET (max-width: 1024px)
   ============================================ */
@media (max-width: 1024px) {
  /* Header */
  .header {
    padding: 15px 30px;
  }

  .logo {
    height: 62px;
  }

  .nav {
    gap: 20px;
  }

  .nav-link {
    font-size: 20px;
  }

  .language-select {
    font-size: 20px;
  }

  /* Hero */
  .hero {
    height: 700px;
  }

  .hero-title {
    font-size: 64px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  /* About Section */
  .about-section {
    padding: 60px 40px 40px 40px;
  }

  .about-content {
    gap: 50px;
  }

  .about-image {
    margin-top: -60px;
  }

  .about-image img {
    width: 100%;
    max-width: 340px;
    height: auto;
  }

  .section-title {
    font-size: 52px;
  }

  .divider {
    width: 100%;
  }

  /* Courses */
  .courses-section {
    padding: 80px 40px;
  }

  .courses-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section-title-center {
    font-size: 52px;
  }

  /* Treatments */
  .treatments-section {
    padding: 80px 40px;
  }

  .treatment-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .treatments-details {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .conditions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Testimonials */
  .testimonials-section {
    padding: 80px 40px;
  }

  .testimonials-slider {
    max-width: 900px;
  }

  .testimonial-card {
    padding: 40px 30px;
  }

  .testimonial-card blockquote {
    font-size: 20px;
    max-width: 700px;
  }

  .quote-icon {
    width: 70px;
    height: 55px;
  }

  .stars-large img {
    width: 32px;
    height: 30px;
  }

  .testimonial-author img {
    width: 80px;
    height: 80px;
  }

  .author-name,
  .author-handle {
    font-size: 20px;
  }

  .nav-btn {
    width: 60px;
    height: 60px;
  }

  /* Blog */
  .blog-section {
    padding: 80px 40px;
  }

  .blog-header {
    flex-direction: column;
    gap: 40px;
  }

  .blog-intro {
    width: 100%;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  /* FAQ */
  .faq-section {
    padding: 80px 40px;
  }

  /* Newsletter */
  .newsletter-section {
    padding: 60px 40px;
  }

  .newsletter-section h2 {
    font-size: 48px;
  }

  /* Footer */
  .footer {
    padding: 40px 40px;
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  /* CTA Button */
  .btn-cta {
    width: 100%;
    max-width: 370px;
  }
}

/* ============================================
   TABLET PORTRAIT / SMALL LAPTOP (max-width: 900px)
   ============================================ */
@media (max-width: 900px) {
  .about-content {
    flex-direction: column;
    gap: 40px;
  }

  .about-image {
    margin-top: 0;
    order: 2;
  }

  .about-text {
    order: 1;
  }

  .about-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .experience-badge {
    left: 20px;
    bottom: 20px;
  }

  .treatment-cards {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}

/* ============================================
   MOBILE LANDSCAPE (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
  /* Header */
  .header {
    padding: 15px 20px;
  }

  .logo {
    height: 52px;
  }

  .nav {
    display: none;
  }

  .header-actions {
    gap: 15px;
  }

  /* Contact button */
  .btn-text-full {
    display: none;
  }
  
  .btn-text-short {
    display: inline;
  }

  /* Hero */
  .hero {
    height: 550px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 17px;
    margin-bottom: 30px;
    padding: 0px 10px 0px 10px;
  }

  .btn-hero {
    padding: 12px 40px;
    font-size: 18px;
  }

  /* About Section */
  .about-section {
    padding: 40px 20px 20px 20px;
    margin-top: 0;
  }

  .about-content {
    gap: 30px;
  }

  .about-text {
    max-width: 100%;
  }

  .section-title {
    font-size: 42px;
  }

  .about-description {
    font-size: 18px;
  }

  .about-features {
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }

  .feature-item {
    flex: 1;
    min-width: 0;
    gap: 8px;
  }

  .feature-item img {
    width: 35px;
    height: 35px;
  }

  .feature-item p {
    font-size: 13px;
    line-height: 1.3;
  }

  .feature-item span {
    font-size: 10px;
  }

  .about-cta {
    margin-top: 30px;
  }

  .about-cta .btn {
    width: 100%;
    max-width: 100%;
  }

  .about-image img {
    max-width: 350px;
  }

  /* Courses */
  .courses-section {
    padding: 60px 20px;
  }

  .section-title-center {
    font-size: 36px;
  }

  .section-subtitle {
    font-size: 18px;
  }

  .course-image {
    height: 300px;
  }

  .course-content {
    padding: 30px 15px;
  }

  .course-title {
    font-size: 28px;
  }

  .course-description {
    font-size: 18px;
  }

  .module summary {
    font-size: 20px;
  }

  .course-actions {
    flex-direction: column;
    gap: 15px;
  }

  .course-actions .btn {
    max-width: 100%;
    width: 100%;
  }

  /* Treatments */
  .treatments-section {
    padding: 40px 15px;
  }

  .section-subtitle-large {
    font-size: 24px;
  }

  .treatment-card {
  padding: 30px 20px;
  width: 290px;
  max-height: 260px;
  margin: 0 auto;
  }

  .treatment-card h3 {
    font-size: 28px;
  }

  .treatment-card p {
    font-size: 18px;
  }

  .conditions-list {
    padding: 30px 20px;
  }

  .conditions-list h3 {
    font-size: 28px;
  }

  .condition-item p {
    font-size: 18px;
  }

  .treatment-note {
    padding: 20px;
  }

  .treatment-note p {
    font-size: 18px;
  }

  .cta-card {
    padding: 40px 20px;
  }

  .cta-card h3 {
    font-size: 28px;
  }

  .cta-card > p {
    font-size: 18px;
  }

  .btn-cta {
    font-size: 22px;
  }

  .phone-number {
    font-size: 22px;
  }

  .why-choose h4 {
    font-size: 22px;
  }

  .why-choose ul {
    font-size: 18px;
  }

  /* Testimonials */
  .testimonials-section {
    padding: 60px 20px;
  }

  .testimonial-card {
    padding: 30px 20px;
  }

  .quote-icon {
    width: 60px;
    height: 47px;
  }

  .stars-large img {
    width: 28px;
    height: 26px;
  }

  .testimonial-card blockquote {
    font-size: 18px;
  }

  .testimonial-author img {
    width: 70px;
    height: 70px;
  }

  .author-name,
  .author-handle {
    font-size: 18px;
  }

  .nav-btn {
    width: 50px;
    height: 50px;
  }

  .testimonial-nav {
    gap: 20px;
  }

  /* Blog */
  .blog-section {
    padding: 0px 20px 60px 20px;
  }

  .blog-intro h2 {
    font-size: 42px;
  }

  .blog-intro p {
    font-size: 18px;
  }

  .blog-image {
    height: 220px;
  }

  .blog-card h3 {
    font-size: 18px;
  }

  /* FAQ */
  .faq-section {
    padding: 60px 20px;
  }

  .faq-item {
    padding: 20px;
  }

  .faq-item summary {
    font-size: 20px;
  }

  .faq-item p {
    font-size: 18px;
  }

  /* Newsletter */
  .newsletter-section {
    padding: 50px 20px;
  }

  .newsletter-section h2 {
    font-size: 36px;
  }

  .newsletter-section > p:first-of-type {
    font-size: 18px;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .newsletter-form input {
    width: 100%;
    max-width: 100%;
  }

  .btn-newsletter {
    width: 100%;
    max-width: 100%;
  }

  /* Footer */
  .footer {
    padding: 40px 20px;
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .footer-brand {
    grid-column: 1 / -1; /* Logo takes full width */
    margin-bottom: 10px;
  }

  .footer-brand h3 {
    font-size: 32px;
  }

  .footer-column h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer-column a,
  .footer-column address p {
    font-size: 16px;
  }

  .footer-column nav {
    gap: 15px;
  }

  .footer-column address {
    gap: 15px;
  }
}

/* ============================================
   MOBILE PORTRAIT (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
  .hero {
    height: 350px;
    align-items: flex-end;
    padding-bottom: 75px;
  }

  .hero-title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .hero-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .btn-hero {
    padding: 10px 28px;
    font-size: 15px;
  }

  .section-title {
    font-size: 32px;
  }

  .about-description {
    font-size: 16px;
  }

  .feature-item p {
    font-size: 14px;
  }

  .experience-badge {
    width: 100px;
    height: 110px;
  }

  .experience-number {
    font-size: 28px;
  }

  .experience-text {
    font-size: 18px;
  }

  .section-title-center {
    font-size: 28px;
  }

  .treatments-header {
    margin-bottom: 40px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .course-title {
    font-size: 24px;
  }

  .course-description {
    font-size: 16px;
  }

  .module summary {
    font-size: 18px;
  }

  .module p {
    font-size: 16px;
  }

  .badge {
    font-size: 16px;
    padding: 8px 20px;
  }

  .section-subtitle-large {
    font-size: 20px;
  }

  .treatment-card h3 {
    font-size: 24px;
  }

  .treatment-card p {
    font-size: 16px;
  }

  .conditions-list h3 {
    font-size: 24px;
  }

  .condition-item p {
    font-size: 16px;
  }

  .cta-card h3 {
    font-size: 24px;
  }

  .cta-card > p {
    font-size: 16px;
  }

  .btn-cta {
    font-size: 20px;
    padding: 15px 30px;
  }

  .phone-number {
    font-size: 20px;
  }

  .availability {
    font-size: 16px;
  }

  .why-choose h4 {
    font-size: 20px;
  }

  .why-choose ul {
    font-size: 16px;
  }

  .testimonial-card blockquote {
    font-size: 16px;
  }

  .author-name,
  .author-handle {
    font-size: 16px;
  }

  .nav-btn {
    width: 45px;
    height: 45px;
  }

  .dot {
    width: 15px;
    height: 15px;
  }

  .dot.active {
    width: 45px;
    height: 15px;
  }

  .blog-intro h2 {
    font-size: 32px;
  }

  .blog-card h3 {
    font-size: 16px;
  }

  .faq-item summary {
    font-size: 18px;
  }

  .faq-item p {
    font-size: 16px;
  }

  .faq-icon {
    width: 40px;
    height: 38px;
    font-size: 28px;
  }

  .newsletter-section h2 {
    font-size: 28px;
  }

  .newsletter-section > p:first-of-type {
    font-size: 16px;
  }

  .newsletter-note {
    font-size: 16px;
  }

  /* Footer - Keep 2 columns on small mobile */
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 5px;
  }

  .footer-brand h3 {
    font-size: 24px;
  }

  .footer-column h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer-column a,
  .footer-column address p {
    font-size: 13px;
  }

  .footer-column nav {
    gap: 10px;
  }

  .footer-column address {
    gap: 10px;
  }

  .hours-row {
    font-size: 13px;
  }
}

/* ============================================
   EXTRA SMALL MOBILE (max-width: 360px)
   ============================================ */
@media (max-width: 360px) {
  .hero {
    height: 320px;
    align-items: flex-end;
    padding-bottom: 50px;
  }

  .hero-title {
    font-size: 26px;
  }

  .hero-subtitle {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .btn-hero {
    padding: 9px 24px;
    font-size: 14px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-title-center {
    font-size: 24px;
  }

  .course-title {
    font-size: 20px;
  }

  .treatment-card h3 {
    font-size: 20px;
  }

  .cta-card h3 {
    font-size: 20px;
  }

  .blog-intro h2 {
    font-size: 28px;
  }

  .newsletter-section h2 {
    font-size: 24px;
  }
}

/* ============================================
   LANDSCAPE ORIENTATION
   ============================================ */
@media (max-height: 500px) and (orientation: landscape) {
  .hero {
    height: 100vh;
    min-height: 400px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 16px;
  }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
  .header,
  .footer,
  .btn,
  .newsletter-section {
    display: none;
  }

  body {
    background: white;
  }

  .hero {
    height: auto;
    padding: 40px 20px;
  }
}
