/* =============================
   RESPONSIVE DESIGN - COMPLETE
   Mobile First Approach
============================= */

/* =============================
   TABLET - 1024px
============================= */
@media (max-width: 1024px) {
  /* Hero Section */
  .hero-container {
    gap: 50px;
  }

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

  .time-card-inner {
    padding: 40px 50px;
  }

  /* Take Care Cards */
  .cards {
    gap: 15px;
  }

  .card {
    width: 200px;
  }
}

/* =============================
   TABLET/MOBILE - 768px
============================= */
@media (max-width: 768px) {
  /* ===== HEADER ===== */
  .nav-right {
    display: none;
  }

  header .container {
    justify-content: space-between;
    padding: 0 20px;
  }

  .logo img {
    height: 60px;
  }

  header.scrolled .logo img {
    height: 35px;
  }

  /* ===== HERO SECTION ===== */
  .hero {
    padding: 80px 20px 60px;
    min-height: auto;
  }

  .hero-container {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .hero-left {
    max-width: 100%;
  }

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

  .hero-description {
    max-width: 100%;
    margin: 0 auto 30px;
    font-size: 15px;
  }

  .hero-buttons {
    justify-content: center;
    width: 100%;
  }

  .btn-login,
  .btn-location {
    padding: 12px 28px;
    font-size: 15px;
  }

  .time-card-inner {
    transform: none;
    padding: 30px 40px;
  }

  .time-card-inner:hover {
    transform: translateY(-5px);
  }

  .clock-wrapper svg {
    width: 100px;
    height: 100px;
  }

  .time-value {
    font-size: 30px;
  }

  .time-label {
    font-size: 18px;
  }

  /* ===== ABOUT SECTION ===== */
  .about-section {
    padding: 0 30px;
    margin-top: 40px;
  }

  .about-section h2 {
    font-size: 26px;
  }

  .about-section .desc {
    font-size: 14px;
    margin-bottom: 25px;
  }

  /* ===== KARYAWAN SECTION ===== */
  .karyawan-section {
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .karyawan-section h2 {
    font-size: 26px;
  }

  .kotak-wrapper {
    gap: 30px;
  }

  .kotak {
    width: 160px;
    padding: 16px;
  }

  .kotak img {
    width: 80px;
    height: 80px;
  }

  .kotak h3 {
    font-size: 15px;
  }

  .kotak .role {
    font-size: 12px;
  }

  .social-icons-emp {
    gap: 10px;
    margin-top: 15px;
  }

  .social-icons-emp a {
    display: inline-block;
  }

  .icon-emp {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px;
  }

  /* ===== JOURNEY SECTION ===== */
  .journey-section {
    padding: 50px 20px;
    background-attachment: scroll;
  }

  .journey-section h2 {
    font-size: 26px;
  }

  .journey-section p {
    font-size: 14px;
    line-height: 1.6;
  }

  .social-icons {
    gap: 30px;
  }

  .icon {
    width: 32px;
    height: 32px;
  }

  /* ===== SERVICE SECTION ===== */
  .service-section {
    padding: 60px 20px 80px;
  }

  .service-section h2 {
    font-size: 32px;
  }

  .service-section .desc {
    font-size: 15px;
    padding: 0 20px;
  }

  .service {
    gap: 30px;
  }

  .service-box {
    width: 260px;
  }

  .service-img-wrapper {
    width: 220px;
    height: 220px;
  }

  .title {
    font-size: 17px;
  }

  .detail {
    font-size: 13px;
  }

  /* ===== TAKE CARE SECTION ===== */
  .take-care-wrapper {
    margin: 30px 20px;
  }

  .tc-wrapper {
    padding: 15px 15px;
  }

  .take-care {
    padding: 30px 15px;
  }

  .take-care .utama {
    font-size: 32px;
  }

  .take-care .kedua {
    font-size: 22px;
  }

  .take-care p {
    font-size: 13px;
  }

  .catalog-scroll-track img {
    height: 180px;
  }

  .cards {
    gap: 15px;
  }

  .card {
    width: 200px;
    padding: 18px;
  }

  .card h4 {
    font-size: 15px;
  }

  .card p {
    font-size: 12px;
  }

  /* ===== MEMBER SECTION ===== */
  .member-section {
    padding: 50px 30px 30px;
  }

  .member-section h2 {
    font-size: 26px;
  }

  .member-section .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* ===== FOOTER ===== */
  footer {
    padding: 12px 15px;
    font-size: 13px;
  }
}

/* =============================
   MOBILE - 480px
============================= */
@media (max-width: 480px) {
  /* ===== HEADER ===== */
  .logo img {
    height: 50px;
  }

  header.scrolled .logo img {
    height: 30px;
  }

  /* ===== HERO SECTION ===== */
  .hero {
    padding: 70px 15px 50px;
  }

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

  .hero-description {
    font-size: 14px;
    margin: 0 auto 25px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .btn-login,
  .btn-location {
    width: 100%;
    padding: 14px 30px;
    font-size: 16px;
  }

  .time-card-inner {
    flex-direction: column;
    padding: 25px;
    gap: 20px;
  }

  .time-text {
    text-align: center;
  }

  .clock-wrapper svg {
    width: 90px;
    height: 90px;
  }

  .time-value {
    font-size: 28px;
  }

  .time-label {
    font-size: 16px;
  }

  .time-to {
    font-size: 18px;
  }

  .decoration-circle {
    display: none;
  }

  /* ===== ABOUT SECTION ===== */
  .about-section {
    padding: 0 20px;
    margin-top: 30px;
  }

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

  .about-section .desc {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.7;
  }

  .divider {
    width: 40px;
    height: 2.5px;
  }

  /* ===== KARYAWAN SECTION ===== */
  .karyawan-section {
    padding: 0 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .divider-emp {
    width: 40px;
    height: 2.5px;
    margin-bottom: 40px;
  }

  .kotak-wrapper {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .kotak {
    width: 100%;
    max-width: 280px;
    padding: 20px;
  }

  .kotak img {
    width: 90px;
    height: 90px;
  }

  .kotak h3 {
    font-size: 16px;
  }

  .kotak .role {
    font-size: 13px;
  }

  .social-icons-emp {
    gap: 12px;
    margin-top: 15px;
  }

  .social-icons-emp a {
    display: inline-block;
  }

  .icon-emp {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px;
  }

  /* Force size untuk semua icon di mobile */
  .social-icons-emp img,
  .social-icons-emp .icon-emp {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
  }

  /* ===== JOURNEY SECTION ===== */
  .journey-section {
    padding: 40px 15px;
  }

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

  .journey-section .divider {
    width: 40px;
    height: 2.5px;
  }

  .journey-section p {
    font-size: 13px;
    line-height: 1.7;
    padding: 0 10px;
  }

  .journey-section p br {
    display: none;
  }

  .social-icons {
    gap: 25px;
    margin-top: 25px;
  }

  .icon {
    width: 30px;
    height: 30px;
  }

  /* ===== SERVICE SECTION ===== */
  .service-section {
    padding: 50px 15px 60px;
  }

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

  .service-section .desc {
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .service-section .desc br {
    display: none;
  }

  .service {
    gap: 25px;
    margin-top: 30px;
  }

  .service-box {
    width: 100%;
    max-width: 320px;
    padding: 18px;
  }

  .service-img-wrapper {
    width: 100%;
    height: 240px;
  }

  .service-img-wrapper img {
    height: 100%;
  }

  .title {
    font-size: 16px;
    margin-top: 10px;
  }

  .detail {
    font-size: 12px;
    margin-top: 8px;
  }

  .zoom-icon {
    width: 45px;
    height: 45px;
    padding: 10px;
  }

  .zoom-icon img {
    width: 20px;
    height: 20px;
  }

  /* ===== TAKE CARE SECTION ===== */
  .take-care-wrapper {
    margin: 25px 15px;
    border-radius: 20px;
  }

  .tc-wrapper {
    padding: 12px 12px;
  }

  .take-care {
    padding: 25px 12px;
    border-radius: 20px;
  }

  .take-care .utama {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .divider-care {
    width: 45px;
    height: 3px;
    margin-bottom: 25px;
  }

  .take-care .kedua {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .take-care p {
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 1.6;
  }

  .catalog-scroll-container {
    padding: 15px 0;
  }

  .catalog-scroll-track {
    gap: 20px;
  }

  .catalog-scroll-track img {
    height: 150px;
    border-radius: 10px;
  }

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

  .card {
    width: 100%;
    max-width: 280px;
    padding: 16px;
    border-radius: 15px;
  }

  .card .icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .card h4 {
    font-size: 14px;
    margin-top: 8px;
  }

  .card p {
    font-size: 11px;
    line-height: 1.5;
  }

  /* ===== MEMBER SECTION ===== */
  .member-section {
    padding: 40px 20px 25px;
  }

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

  .member-section .divider {
    width: 40px;
    height: 2.5px;
    margin-bottom: 15px;
  }

  .member-section .desc {
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 1.7;
  }

  /* ===== FOOTER ===== */
  footer {
    padding: 15px 15px;
    font-size: 12px;
  }

  footer p {
    line-height: 1.5;
  }
}

/* =============================
   EXTRA SMALL MOBILE - 360px
============================= */
@media (max-width: 360px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-description {
    font-size: 13px;
  }

  .about-section h2,
  .karyawan-section h2,
  .journey-section h2,
  .member-section h2 {
    font-size: 22px;
  }

  .service-section h2 {
    font-size: 26px;
  }

  .take-care .utama {
    font-size: 26px;
  }

  .btn-login,
  .btn-location {
    padding: 12px 25px;
    font-size: 15px;
  }

  .time-card-inner {
    padding: 20px;
  }

  .clock-wrapper svg {
    width: 80px;
    height: 80px;
  }

  .time-value {
    font-size: 26px;
  }

  .time-label {
    font-size: 15px;
  }
}

/* =============================
   LANDSCAPE MODE FIX
============================= */
@media (max-height: 500px) and (orientation: landscape) {
  .hero {
    min-height: auto;
    padding: 50px 20px 40px;
  }

  .hero-container {
    gap: 30px;
  }

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

  .time-card-inner {
    padding: 20px 30px;
  }

  .clock-wrapper svg {
    width: 70px;
    height: 70px;
  }
}

/* =============================
   PRINT STYLES (BONUS)
============================= */
@media print {
  .hero-buttons,
  .social-icons,
  .social-icons-emp,
  .decoration-circle {
    display: none;
  }

  .hero {
    background: white;
    color: black;
  }

  body {
    background: white;
  }
}
