/* ============================================
   RESPONSIVE STYLES - TABLET & MOBILE
   ============================================ */

/* Tablet styles (max-width: 768px) */
@media screen and (max-width: 768px) {
  .site-header {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }

  .hero {
    padding: 10px 10px 4px;
  }

  .site-logo {
    height: 70px;
  }

  .site-header.shrink .hero {
    padding: 5px 10px 3px;
  }

  .site-header.shrink .site-logo {
    height: 50px;
  }

  .hero-row {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .hero-left {
    width: 100%;
  }

  .hero-right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6px;
    border-top: 1px solid var(--border);
    gap: 8px;
    font-size: 1.2rem;
  }

  .site-header.shrink .hero-right {
    gap: 6px;
    font-size: 1rem;
    padding-top: 4px;
  }

  .contact-item {
    width: 100%;
    font-size: 1.1rem;
  }

  .site-header.shrink .contact-item {
    font-size: 0.95rem;
  }

  .header-booking-button {
    padding: 8px 16px;
    font-size: 1rem;
  }

  .site-header.shrink .header-booking-button {
    padding: 6px 14px;
    font-size: 0.9rem;
  }

  .main-menu {
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 10px;
    justify-content: center;
  }

  .main-menu a {
    font-size: 0.85rem;
    padding: 4px 6px;
  }

  .site-header.shrink .main-menu {
    padding: 4px 8px;
    gap: 6px;
  }

  .site-header.shrink .main-menu a {
    font-size: 0.8rem;
    padding: 3px 5px;
  }

  main {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .landing-image {
    min-height: 400px;
  }

  .landing-text h1 {
    font-size: 2.2rem;
  }

  .landing-button {
    padding: 12px 30px;
    font-size: 1.1rem;
  }

  .home-hero {
    padding: 30px 0;
  }

  .home-hero-content {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .home-logo-container {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .home-logo {
    max-width: 400px;
    margin: 0 auto;
  }

  .home-welcome {
    text-align: center;
    min-width: auto;
  }

  .home-welcome h2 {
    font-size: 1.8rem;
  }

  .steps-section {
    padding: 40px 0;
  }

  .steps-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .services-page-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .steps-container {
    gap: 20px;
  }

  .step-wrapper {
    min-width: 200px;
    max-width: 300px;
  }

  .step-item {
    min-height: 250px;
  }

  .step-item h3 {
    font-size: 1.1rem;
    padding: 15px;
  }

  .step-description {
    font-size: 0.95rem;
  }

  .pricing-packages {
    gap: 20px;
    margin-top: 30px;
  }

  .pricing-package {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    text-align: center;
  }

  .pricing-image {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .package-image {
    max-width: 300px;
    margin: 0 auto;
  }

  .pricing-content h3 {
    font-size: 1.3rem;
  }

  .pricing-cost {
    font-size: 1.2rem;
  }

  .steps-section {
    padding: 30px 0;
  }

  .steps-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .services-page-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .steps-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .step-wrapper {
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }

  .step-item {
    min-height: 250px;
  }

  .step-item h3 {
    font-size: 1.2rem;
    padding: 15px;
  }

  .step-description {
    font-size: 0.9rem;
    padding: 0 15px;
  }

  .booking-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .calendar-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .calendar {
    gap: 3px;
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .calendar-day {
    min-height: 60px;
    padding: 4px;
    box-sizing: border-box;
  }

  .calendar-day-name {
    font-size: 0.7rem;
    padding: 6px 2px;
  }

  .day-link strong {
    font-size: 0.85rem;
  }

  .slot-count {
    font-size: 0.65rem;
    word-break: break-word;
  }

  .booking-form-container {
    padding: 15px;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

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

  table {
    font-size: 0.9rem;
  }
}

/* Mobile styles (max-width: 480px) */
@media screen and (max-width: 480px) {
  .site-header {
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .hero {
    padding: 8px 10px 4px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .site-logo {
    height: 60px;
  }

  .site-header.shrink .hero {
    padding: 4px 10px;
  }

  .site-header.shrink .site-logo {
    height: 45px;
  }


  .hero-row {
    flex-direction: row;
    gap: 8px;
    align-items: center;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    overflow: visible;
  }

  .hero-left {
    max-width: none;
    width: auto;
    overflow: visible;
    text-align: left;
    order: 1;
    flex-shrink: 1;
    flex-grow: 0;
  }

  .logo-link {
    position: relative;
    z-index: 2;
  }

  .hero-left p {
    position: relative;
    z-index: 2;
  }

  .hero-right {
    max-width: none;
    width: auto;
    min-width: 0;
    order: 2;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    padding-top: 0;
    border-top: none;
    font-size: 0.9rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: visible;
    flex: 0 1 auto;
  }

  .site-header.shrink .hero-right {
    gap: 3px;
    font-size: 0.85rem;
  }

  .contact-item {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.7rem;
    justify-content: center;
    width: auto;
    min-width: auto;
    padding: 2px 4px;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    color: var(--text-muted) !important;
  }

  /* Show email and phone on mobile */
  .hero-right > a.contact-item[href^="mailto:"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.7rem;
    padding: 2px 4px;
    color: var(--text-muted) !important;
  }

  /* Make phone number smaller */
  .hero-right > a.contact-item[href^="tel:"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.7rem;
    padding: 2px 4px;
    color: var(--text-muted) !important;
  }

  .site-header.shrink .hero-right > a.contact-item[href^="tel:"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.65rem;
    padding: 2px 3px;
    color: var(--text-muted) !important;
  }

  .site-header.shrink .hero-right > a.contact-item[href^="mailto:"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.65rem;
    padding: 2px 3px;
    color: var(--text-muted) !important;
  }

  .contact-item span {
    word-break: break-word;
    display: inline-block;
    max-width: 100%;
  }

  .language-selector {
    width: auto;
    justify-content: center;
    margin-bottom: 0;
  }

  .language-selector form {
    width: auto;
    justify-content: center;
  }

  .language-selector select {
    font-size: 0.65rem;
    padding: 3px 18px 3px 5px;
    min-width: 70px;
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 4px;
  }

  .site-header.shrink .language-selector select {
    font-size: 0.6rem;
    padding: 2px 16px 2px 4px;
    min-width: 65px;
  }

  .header-booking-button {
    padding: 5px 10px;
    font-size: 0.7rem;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .site-header.shrink .header-booking-button {
    padding: 4px 8px;
    font-size: 0.65rem;
  }

  .main-menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    padding: 6px 8px;
    justify-content: center;
  }

  .main-menu a {
    flex: 1 1 auto;
    min-width: calc(33.333% - 3px);
    max-width: calc(33.333% - 3px);
    text-align: center;
    padding: 6px 2px;
    font-size: 0.75rem;
  }

  .site-header.shrink .main-menu {
    padding: 4px 6px;
    gap: 3px;
  }

  .site-header.shrink .main-menu a {
    padding: 4px 2px;
    font-size: 0.7rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .booking-layout {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 0;
  }

  .calendar-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .calendar-header {
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    padding: 0 5px;
  }

  .calendar-header h3 {
    font-size: 1rem;
    min-width: 120px;
    flex-shrink: 0;
  }

  .calendar-nav-btn {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
    flex-shrink: 0;
  }

  .calendar {
    gap: 2px;
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 2px;
  }

  .calendar-day-name {
    padding: 4px 1px;
    font-size: 0.65rem;
  }

  .calendar-day {
    min-height: 45px;
    padding: 3px;
    box-sizing: border-box;
  }

  .day-link strong {
    font-size: 0.8rem;
  }

  .slot-count {
    font-size: 0.6rem;
    word-break: break-word;
    line-height: 1.2;
  }

  .booking-form-container {
    padding: 12px;
    margin-top: 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .booking-form-container h3 {
    font-size: 1.1rem;
    word-wrap: break-word;
  }

  .timeslot-item {
    padding: 12px 15px;
  }

  .timeslot-time {
    font-size: 1rem;
  }

  .form-group {
    margin-bottom: 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .form-group label {
    font-size: 0.85rem;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .form-address-group {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .form-actions {
    flex-direction: column;
    gap: 10px;
  }

  .form-actions button,
  .form-actions .button-link {
    width: 100%;
    padding: 12px;
    font-size: 0.9rem;
  }

  button {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .button-link {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }

  .footer-content {
    padding: 0;
  }

  .footer-section {
    text-align: center;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.85rem;
  }

  th, td {
    padding: 6px;
    min-width: 80px;
  }

  /* Stack form buttons vertically on mobile */
  .form-group button + .button-link {
    margin-top: 10px;
  }

  .landing-image {
    min-height: 300px;
  }

  .landing-text h1 {
    font-size: 1.5rem;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .landing-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .home-hero {
    padding: 20px 0;
  }

  .home-hero-content {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .home-logo-container {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .home-logo {
    max-width: 100%;
    margin: 0 auto;
  }

  .home-welcome {
    text-align: center;
    min-width: auto;
  }

  .home-welcome h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .home-welcome p {
    font-size: 1rem;
  }

  .cookie-consent {
    font-size: 0.8rem;
    padding: 10px 12px;
  }

  .cookie-consent__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-package {
    padding: 15px;
    gap: 15px;
  }

  .pricing-image {
    max-width: 100%;
  }

  .package-image {
    max-width: 100%;
  }

  .pricing-content h3 {
    font-size: 1.2rem;
  }

  .pricing-content p {
    font-size: 0.95rem;
  }

  .pricing-cost {
    font-size: 1.1rem;
  }

  .login-section {
    min-height: 50vh;
    padding: 20px 15px;
  }

  .login-container {
    padding: 30px 20px;
  }

  .login-container h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

