/* =========================================================
   RESPONSIVE.CSS - CLEAN FINAL
   Pages: Home / About / Services / Tours / Contact
   Breakpoints:
   1200 / 992 / 768-1024 / 767 / 480 / 360
========================================================= */

/* =========================
   LARGE SCREENS
========================= */
@media (max-width: 1400px) {
  .container {
    width: min(100% - 40px, 1200px);
  }
}

@media (max-width: 1200px) {
  .container {
    width: min(100% - 32px, 1100px);
  }

  .about-grid,
  .contact-grid,
  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .card-grid-3,
  .card-grid-4,
  .tours-grid,
  .feature-list,
  .metrics-grid,
  .about-points,
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 22px;
  }

  .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .programs-hero-wrap {
    gap: 40px;
    align-items: center;
  }

  .programs-image-stack {
    max-width: 500px;
    margin-inline: auto;
  }

  .program-card-large img,
  .program-card-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* =========================
   TABLET + SMALL LAPTOP
========================= */
@media (max-width: 992px) {
  .header-inner {
    min-height: 84px;
    gap: 10px;
  }

  .brand-logo {
    height: 78px;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    inset-inline: 16px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--color-border);
    border-radius: 22px;
    box-shadow: var(--shadow-medium);
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    z-index: 1000;
  }

  .main-nav.show {
    display: flex;
  }

  .main-nav a {
    width: 100%;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-cta {
    display: none;
  }

  .card-grid-3,
  .card-grid-4,
  .tours-grid,
  .feature-list,
  .metrics-grid,
  .about-points,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-card img,
  .hero-image {
    max-height: 420px;
  }

  .floating-card {
    position: static;
    margin-top: 14px;
    max-width: 100%;
  }
}

/* =========================
   IPAD FIX 768 - 1024
========================= */
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: min(100% - 34px, 920px);
  }

  .section {
    padding: 72px 0;
  }

  .hero-section,
  .about-corporate,
  .services-hero-clean,
  .programs-hero-luxury,
  .contact-hero {
    padding-top: 132px;
  }

  .section-head,
  .about-section-head,
  .about-corporate-head,
  .cta-content,
  .about-cta-content,
  .contact-hero-content,
  .services-hero-inner,
  .programs-hero-content {
    text-align: center;
  }

  .section-title,
  .section-title-left,
  .about-section-head h2,
  .about-corporate-head h1,
  .cta-content h2,
  .about-cta-content h2,
  .contact-hero-title,
  .services-hero-inner h1,
  .programs-hero-content h1,
  .hero-title {
    max-width: 760px;
    margin-inline: auto;
  }

  .section-desc,
  .about-corporate-head p,
  .about-section-head p,
  .cta-content p,
  .about-cta-content p,
  .contact-hero-text,
  .services-hero-inner p,
  .programs-hero-content p,
  .hero-text {
    max-width: 720px;
    margin-inline: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-content {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-badge {
    display: inline-flex;
    margin: 0 auto 18px;
  }

  .hero-title {
    font-size: clamp(36px, 4.6vw, 52px);
    line-height: 1.15;
    margin-bottom: 18px;
  }

  .hero-text {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 26px;
  }

  .hero-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }

  .hero-actions .btn {
    min-width: 220px;
    min-height: 56px;
    border-radius: 18px;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 860px;
    margin: 0 auto;
  }

  .stat-card {
    min-height: 156px;
    padding: 26px 18px;
    border-radius: 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .stat-card strong {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .stat-card span {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-visual {
    max-width: 760px;
    margin-inline: auto;
  }

  .hero-image-wrap {
    border-radius: 30px;
    overflow: hidden;
  }

  .hero-image {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
  }

  .card-grid-3,
  .services-grid,
  .card-grid-4,
  .tours-grid,
  .about-values-grid,
  .about-steps-grid,
  .about-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }

  .metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .card-grid-3 .info-card:last-child,
  .about-story-grid .about-story-card:last-child {
    grid-column: 1 / -1;
    max-width: 420px;
    width: 100%;
    margin-inline: auto;
  }

  .tour-card,
  .service-card,
  .about-stat-card,
  .about-step-item {
    height: 100%;
  }

  .tour-image {
    min-height: 250px;
  }

  .cta-box,
  .about-cta-box {
    padding: 34px 28px;
    border-radius: 28px;
  }

  .cta-actions,
  .about-cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 22px;
  }

  .cta-actions .btn,
  .about-cta-actions .btn {
    min-width: 220px;
  }

  .about-corporate {
    padding-bottom: 52px;
  }

  .about-corporate-head h1 {
    font-size: clamp(36px, 4.4vw, 50px);
    line-height: 1.18;
  }

  .about-corporate-head p {
    font-size: 16px;
    line-height: 1.95;
  }

  .about-stat-card {
    min-height: 146px;
    border-radius: 24px;
    padding: 24px 18px;
    text-align: center;
  }

  .about-stat-card strong {
    font-size: 38px;
    display: block;
    margin-bottom: 10px;
  }

  .about-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .about-value-box,
  .about-step-item,
  .about-story-card {
    border-radius: 24px;
    padding: 24px 20px;
  }

  .services-hero-clean {
    padding-bottom: 60px;
  }

  .services-hero-inner {
    max-width: 760px;
    margin-inline: auto;
  }

  .services-hero-inner h1 {
    font-size: clamp(36px, 4.4vw, 50px);
    line-height: 1.18;
  }

  .services-hero-inner p {
    max-width: 700px;
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.9;
  }

  .services-hero-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 620px;
    margin: 26px auto 0;
  }

  .services-point {
    min-height: 60px;
    padding: 0 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .services-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .services-hero-actions .btn {
    min-width: 220px;
    min-height: 56px;
    border-radius: 18px;
  }

  .service-card {
    min-height: 240px;
    border-radius: 24px;
    padding: 24px 20px;
  }

  .programs-hero-luxury {
    padding-bottom: 64px;
  }

  .programs-hero-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .programs-hero-content {
    max-width: 760px;
    margin-inline: auto;
  }

  .programs-mini-label {
    display: inline-flex;
    margin: 0 auto 18px;
  }

  .programs-hero-content h1 {
    max-width: 700px;
    margin: 0 auto 18px;
    font-size: clamp(36px, 4.6vw, 50px);
    line-height: 1.16;
  }

  .programs-hero-content p {
    max-width: 660px;
    margin: 0 auto 26px;
    font-size: 16px;
    line-height: 1.9;
  }

  .programs-hero-features {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 760px;
    margin: 0 auto 24px;
  }

  .programs-feature-pill {
    min-width: 168px;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .programs-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  .btn-programs-primary,
  .btn-programs-secondary {
    min-width: 220px;
    min-height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .programs-hero-visual {
    max-width: 760px;
    margin-inline: auto;
    width: 100%;
  }

  .programs-image-stack {
    position: relative;
    max-width: 620px;
    margin-inline: auto;
    min-height: 430px;
  }

  .program-card-large {
    width: 100%;
    height: 360px;
    border-radius: 28px;
    overflow: hidden;
  }

  .program-card-small {
    position: absolute;
    width: 180px;
    height: 130px;
    border-radius: 20px;
    overflow: hidden;
  }

  .program-card-small.top-card {
    top: -10px;
    left: 18px;
  }

  .program-card-small.bottom-card {
    right: 18px;
    bottom: -10px;
  }

  .program-card-overlay {
    padding: 20px;
  }

  .program-card-overlay h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  .tour-card {
    border-radius: 24px;
    overflow: hidden;
  }

  .tour-body {
    padding: 22px 20px;
  }

  .contact-hero {
    padding-bottom: 56px;
  }

  .contact-hero-title {
    font-size: clamp(36px, 4.4vw, 48px);
    line-height: 1.18;
  }

  .contact-hero-text {
    font-size: 16px;
    line-height: 1.9;
  }

  .contact-hero-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
  }

  .contact-hero-card,
  .contact-panel,
  .contact-form-wrap {
    border-radius: 24px;
  }

  .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-panel,
  .contact-form-wrap {
    padding: 28px 24px;
  }

  .contact-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  .contact-actions .btn {
    min-width: 220px;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .container {
    width: min(100% - 30px, 780px);
  }

  .hero-title,
  .programs-hero-content h1,
  .services-hero-inner h1,
  .about-corporate-head h1,
  .contact-hero-title {
    font-size: clamp(32px, 5vw, 42px);
    line-height: 1.18;
  }

  .hero-text,
  .programs-hero-content p,
  .services-hero-inner p,
  .about-corporate-head p,
  .contact-hero-text {
    font-size: 15px;
    line-height: 1.85;
  }

  .hero-actions,
  .services-hero-actions,
  .programs-hero-actions,
  .cta-actions,
  .about-cta-actions,
  .contact-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero-actions .btn,
  .services-hero-actions .btn,
  .btn-programs-primary,
  .btn-programs-secondary,
  .cta-actions .btn,
  .about-cta-actions .btn,
  .contact-actions .btn {
    width: min(100%, 420px);
    min-width: 0;
  }

  .hero-stats,
  .about-stats-grid,
  .about-story-grid,
  .about-values-grid,
  .about-steps-grid,
  .services-grid,
  .card-grid-4,
  .tours-grid,
  .card-grid-3,
  .about-points,
  .contact-hero-cards {
    grid-template-columns: 1fr;
  }

  .card-grid-3 .info-card:last-child,
  .about-story-grid .about-story-card:last-child {
    grid-column: auto;
    max-width: 100%;
  }

  .stat-card,
  .about-stat-card,
  .about-step-item,
  .service-card {
    min-height: auto;
  }

  .programs-hero-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 420px;
  }

  .programs-feature-pill {
    width: 100%;
    min-width: 0;
  }

  .programs-image-stack {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 100%;
  }

  .program-card-large,
  .program-card-small,
  .program-card-small.top-card,
  .program-card-small.bottom-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .program-card-large {
    height: 300px;
  }

  .program-card-small {
    height: 180px;
  }

  .floating-card {
    position: static;
    max-width: 100%;
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .container,
  .site-footer .container {
    width: min(100% - 20px, 100%);
  }

  .section {
    padding: 52px 0;
  }

  .hero-section,
  .about-corporate,
  .services-hero-clean,
  .programs-hero-luxury,
  .contact-hero,
  .page-hero {
    padding-top: 112px;
  }

  .section-head,
  .about-section-head,
  .about-corporate-head,
  .cta-content,
  .about-cta-content,
  .contact-hero-content,
  .services-hero-inner,
  .programs-hero-content,
  .hero-content {
    text-align: center;
  }

  .page-hero-title,
  .hero-title,
  .about-corporate-head h1,
  .services-hero-inner h1,
  .programs-hero-content h1,
  .contact-hero-title,
  .section-title,
  .section-title-left {
    max-width: 100%;
    margin-inline: auto;
    line-height: 1.22;
  }

  .page-hero-text,
  .section-desc,
  .about-text,
  .hero-text,
  .about-corporate-head p,
  .about-section-head p,
  .services-hero-inner p,
  .programs-hero-content p,
  .contact-hero-text,
  .cta-content p,
  .about-cta-content p {
    max-width: 100%;
    margin-inline: auto;
    line-height: 1.82;
  }

  .hero-actions,
  .services-hero-actions,
  .programs-hero-actions,
  .cta-actions,
  .about-cta-actions,
  .contact-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    width: 100%;
  }

  .hero-actions .btn,
  .services-hero-actions .btn,
  .btn-programs-primary,
  .btn-programs-secondary,
  .cta-actions .btn,
  .about-cta-actions .btn,
  .contact-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    border-radius: 18px;
    justify-content: center;
  }

  .card-grid-3,
  .card-grid-4,
  .tours-grid,
  .about-story-grid,
  .about-values-grid,
  .about-steps-grid,
  .services-grid,
  .contact-grid,
  .about-grid,
  .about-points,
  .metrics-grid,
  .hero-stats,
  .about-stats-grid,
  .contact-hero-cards,
  .form-grid,
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .info-card,
  .service-card,
  .tour-card,
  .about-story-card,
  .about-value-box,
  .about-step-item,
  .about-stat-card,
  .stat-card,
  .contact-hero-card,
  .contact-panel,
  .contact-form-wrap,
  .about-side-card,
  .cta-box,
  .about-cta-box,
  .page-hero-card {
    border-radius: 22px;
    padding: 22px 18px;
  }

  .footer-grid {
    padding: 48px 0 30px;
    gap: 26px;
  }

  .footer-brand,
  .footer-column,
  .footer-column.social-column {
    align-items: center !important;
    text-align: center !important;
    justify-self: center;
    max-width: 100%;
  }

  .social-links,
  .social-links-contact {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero-section {
    padding-bottom: 48px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-badge {
    display: inline-flex;
    margin: 0 auto 16px;
  }

  .hero-title {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .hero-text {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .hero-actions {
    margin-bottom: 22px;
  }

  .stat-card {
    min-height: 112px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .stat-card strong {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 8px;
  }

  .stat-card span {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-image-wrap {
    border-radius: 24px;
    overflow: hidden;
  }

  .hero-image {
    width: 100%;
    aspect-ratio: 1.08 / 1;
    object-fit: cover;
    display: block;
    max-height: none;
  }

  .floating-card {
    position: static;
    max-width: 100%;
    margin-top: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .about-point {
    justify-content: center;
    text-align: center;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .metric-box {
    min-height: 92px;
    text-align: center;
    padding: 16px;
    border-radius: 16px;
  }

  .tour-card {
    overflow: hidden;
  }

  .tour-image {
    min-height: 220px;
    height: auto;
  }

  .tour-body {
    padding: 20px 18px;
  }

  .tour-body h3 {
    font-size: 21px;
    line-height: 1.4;
  }

  .tour-body p {
    font-size: 14px;
    line-height: 1.8;
  }

  .about-corporate {
    padding-bottom: 46px;
  }

  .about-corporate-head h1 {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .about-corporate-head p {
    font-size: 15px;
    line-height: 1.9;
  }

  .about-stat-card strong {
    font-size: 32px;
    display: block;
    margin-bottom: 8px;
  }

  .about-story-card,
  .about-value-box,
  .about-step-item {
    text-align: center;
  }

  .services-hero-clean {
    padding-bottom: 48px;
  }

  .services-hero-inner h1 {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .services-hero-inner p {
    font-size: 15px;
    line-height: 1.85;
  }

  .services-hero-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .services-point {
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 16px;
    justify-content: center;
    text-align: center;
  }

  .service-card {
    min-height: 210px;
    text-align: center;
  }

  .service-number {
    display: inline-block;
    margin: 10px 0 8px;
  }

  .programs-hero-luxury {
    padding-bottom: 48px;
  }

  .programs-hero-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .programs-mini-label {
    display: inline-flex;
    margin: 0 auto 16px;
  }

  .programs-hero-content h1 {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .programs-hero-content p {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .programs-hero-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }

  .programs-feature-pill {
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 18px;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .programs-image-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
    max-width: 100%;
  }

  .program-card-large,
  .program-card-small,
  .program-card-small.top-card,
  .program-card-small.bottom-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
  }

  .program-card-large {
    height: 260px;
  }

  .program-card-small {
    height: 165px;
  }

  .program-card-overlay {
    padding: 16px;
  }

  .program-card-overlay h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  .contact-hero {
    padding-bottom: 44px;
  }

  .contact-hero-title {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .contact-hero-text {
    font-size: 15px;
  }

  .contact-hero-cards {
    margin-top: 24px;
  }

  .contact-list {
    gap: 14px;
  }

  .contact-item {
    gap: 12px;
    padding: 14px 0;
  }

  .contact-item i {
    flex-shrink: 0;
  }

  .whatsapp-cta {
    padding: 16px;
    border-radius: 18px;
  }

  .form-group.full {
    grid-column: auto;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    min-height: 52px;
    border-radius: 16px;
  }

  .form-group textarea {
    min-height: 140px;
  }
}

@media (max-width: 480px) {
  .container,
  .site-footer .container {
    width: min(100% - 16px, 100%);
  }

  .section {
    padding: 44px 0;
  }

  .hero-section,
  .about-corporate,
  .services-hero-clean,
  .programs-hero-luxury,
  .contact-hero,
  .page-hero {
    padding-top: 104px;
  }

  .page-hero-title,
  .hero-title,
  .about-corporate-head h1,
  .services-hero-inner h1,
  .programs-hero-content h1,
  .contact-hero-title,
  .section-title,
  .section-title-left {
    font-size: 27px;
    line-height: 1.24;
  }

  .page-hero-text,
  .hero-text,
  .about-corporate-head p,
  .services-hero-inner p,
  .programs-hero-content p,
  .contact-hero-text,
  .section-desc,
  .about-section-head p,
  .cta-content p,
  .about-cta-content p,
  .about-text {
    font-size: 14px;
    line-height: 1.8;
  }

  .hero-badge,
  .programs-mini-label,
  .contact-hero-badge,
  .services-hero-badge,
  .about-corporate-badge,
  .section-kicker,
  .section-mini-badge {
    font-size: 12px;
    padding: 8px 14px;
    border-radius: 999px;
  }

  .hero-actions .btn,
  .services-hero-actions .btn,
  .btn-programs-primary,
  .btn-programs-secondary,
  .cta-actions .btn,
  .about-cta-actions .btn,
  .contact-actions .btn {
    min-height: 50px;
    border-radius: 16px;
    padding-inline: 16px;
    font-size: 15px;
  }

  .stat-card,
  .about-stat-card,
  .info-card,
  .service-card,
  .about-story-card,
  .about-value-box,
  .about-step-item,
  .contact-hero-card,
  .contact-panel,
  .contact-form-wrap,
  .about-side-card,
  .about-side-inner,
  .cta-box,
  .about-cta-box,
  .page-hero-card {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .stat-card strong,
  .about-stat-card strong {
    font-size: 28px;
  }

  .stat-card span,
  .about-stat-card span {
    font-size: 14px;
  }

  .hero-image {
    aspect-ratio: 1 / 1;
  }

  .tour-image {
    min-height: 200px;
  }

  .program-card-large {
    height: 220px;
  }

  .program-card-small {
    height: 145px;
  }

  .program-card-overlay h4 {
    font-size: 16px;
  }

  .tour-body h3 {
    font-size: 20px;
  }

  .tour-body p {
    font-size: 14px;
  }

  .contact-item h4 {
    font-size: 15px;
  }

  .contact-item a,
  .contact-item p,
  .whatsapp-cta span {
    font-size: 14px;
  }

  .social-link {
    width: 42px;
    height: 42px;
  }

  .footer-logo {
    width: 84px;
    height: 84px;
  }
}

@media (max-width: 360px) {
  .page-hero-title,
  .hero-title,
  .about-corporate-head h1,
  .services-hero-inner h1,
  .programs-hero-content h1,
  .contact-hero-title,
  .section-title,
  .section-title-left {
    font-size: 24px;
  }

  .page-hero-text,
  .hero-text,
  .about-corporate-head p,
  .services-hero-inner p,
  .programs-hero-content p,
  .contact-hero-text,
  .section-desc,
  .about-text,
  .info-card p,
  .tour-card p {
    font-size: 13.5px;
  }

  .hero-actions .btn,
  .services-hero-actions .btn,
  .btn-programs-primary,
  .btn-programs-secondary,
  .cta-actions .btn,
  .about-cta-actions .btn,
  .contact-actions .btn {
    min-height: 48px;
    font-size: 14px;
  }

  .stat-card strong,
  .about-stat-card strong {
    font-size: 26px;
  }

  .program-card-large {
    height: 205px;
  }

  .program-card-small {
    height: 132px;
  }

  .tour-image {
    min-height: 185px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    border-radius: 14px;
  }
}

@media (max-width: 320px) {
  .container,
  .site-footer .container {
    width: min(100% - 14px, 100%);
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-logo {
    height: 64px;
  }

  .lang-switch,
  .menu-toggle {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .page-hero-title,
  .hero-title,
  .about-corporate-head h1,
  .services-hero-inner h1,
  .programs-hero-content h1,
  .contact-hero-title,
  .section-title,
  .section-title-left {
    font-size: 22px;
  }

  .page-hero-text,
  .hero-text,
  .about-corporate-head p,
  .services-hero-inner p,
  .programs-hero-content p,
  .contact-hero-text,
  .section-desc,
  .about-text,
  .info-card p,
  .tour-card p,
  .footer-column a,
  .footer-column span,
  .footer-brand p,
  .footer-bottom p {
    font-size: 0.84rem;
    line-height: 1.75;
  }

  .page-hero,
  .hero-section,
  .about-corporate,
  .services-hero-clean,
  .programs-hero-luxury,
  .contact-hero {
    padding-top: 96px;
  }

  .info-card,
  .contact-panel,
  .contact-form-wrap,
  .about-side-card,
  .cta-box,
  .page-hero-card {
    padding: 16px;
    border-radius: 18px;
  }
}


/* =========================================================
   FINAL MOBILE + TABLET POLISH FIX
========================================================= */

/* ---------- توحيد الأزرار ---------- */
@media (max-width: 1024px) {
  .hero-actions,
  .services-hero-actions,
  .programs-hero-actions,
  .cta-actions,
  .about-cta-actions,
  .contact-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .hero-actions .btn,
  .services-hero-actions .btn,
  .programs-hero-actions a,
  .btn-programs-primary,
  .btn-programs-secondary,
  .cta-actions .btn,
  .about-cta-actions .btn,
  .contact-actions .btn {
    width: min(100%, 280px);
    min-width: 0;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 18px;
    padding-inline: 18px;
  }

  .cta-box,
  .about-cta-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 22px;
  }

  .cta-content,
  .about-cta-content {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    text-align: center;
  }
}

/* ---------- صفحة الخدمات: توسيط كامل ---------- */
@media (max-width: 1024px) {
  .services-grid {
    justify-items: center;
  }

  .service-card {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .service-icon {
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service-number {
    display: block;
    margin-inline: auto;
    text-align: center;
  }

  .service-card h3,
  .service-card p {
    text-align: center;
    width: 100%;
  }
}

/* ---------- البطاقات العامة: توسيط أنظف ---------- */
@media (max-width: 767px) {
  .info-card,
  .about-story-card,
  .about-value-box,
  .about-step-item,
  .contact-hero-card,
  .stat-card,
  .about-stat-card {
    text-align: center;
  }

  .card-icon,
  .contact-hero-card-icon {
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-head,
  .about-section-head,
  .about-corporate-head,
  .contact-hero-content,
  .hero-content,
  .services-hero-inner,
  .programs-hero-content {
    margin-inline: auto;
    text-align: center;
  }
}

/* ---------- صور البرامج: تقليل القص ---------- */
@media (max-width: 1024px) {
  .program-card-large,
  .program-card-small {
    overflow: hidden;
  }

  .program-card-large img,
  .program-card-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
}

@media (max-width: 767px) {
  .program-card-large {
    height: auto;
    aspect-ratio: 1.35 / 1;
  }

  .program-card-small {
    height: auto;
    aspect-ratio: 1.7 / 1;
  }
}

@media (max-width: 480px) {
  .program-card-large {
    aspect-ratio: 1.22 / 1;
  }

  .program-card-small {
    aspect-ratio: 1.5 / 1;
  }
}

/* ---------- صور بطاقات البرامج السفلية: إلغاء القص الزائد ---------- */
@media (max-width: 767px) {
  .tour-image,
  .tour-image.tour-main {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1.38 / 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .tour-image,
  .tour-image.tour-main {
    aspect-ratio: 1.22 / 1;
  }
}

@media (max-width: 360px) {
  .tour-image,
  .tour-image.tour-main {
    aspect-ratio: 1.15 / 1;
  }
}

/* ---------- صفحة التواصل: توسيط وترتيب ---------- */
@media (max-width: 767px) {
  .contact-hero-cards {
    justify-items: center;
  }

  .contact-hero-card {
    width: 100%;
    text-align: center;
  }

  .contact-panel,
  .contact-form-wrap {
    width: 100%;
    margin-inline: auto;
  }

  .contact-item {
    align-items: flex-start;
  }

  .social-links-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .whatsapp-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
  }
}

/* ---------- آيباد: CTA أجمل ---------- */
@media (min-width: 768px) and (max-width: 1024px) {
  .cta-actions,
  .about-cta-actions {
    flex-direction: column;
  }

  .cta-actions .btn,
  .about-cta-actions .btn {
    width: min(100%, 260px);
  }
}


/* =========================================================
   IPAD ONLY - CLEAN PROFESSIONAL FIX
   768px - 1024px
   ضع هذا في آخر responsive.css
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: min(100% - 44px, 940px);
  }

  .section {
    padding: 58px 0;
  }

  .hero-section,
  .about-corporate,
  .services-hero-clean,
  .programs-hero-luxury,
  .contact-hero,
  .page-hero {
    padding-top: 118px;
  }

  .header-inner {
    min-height: 80px;
  }

  .brand-logo {
    height: 78px;
  }

  /* العناوين والنصوص */
  .hero-content,
  .services-hero-inner,
  .programs-hero-content,
  .about-corporate-head,
  .contact-hero-content,
  .section-head,
  .about-section-head,
  .page-hero-content {
    text-align: center;
    margin-inline: auto;
  }

  .hero-title,
  .services-hero-inner h1,
  .programs-hero-content h1,
  .about-corporate-head h1,
  .contact-hero-title,
  .page-hero-title,
  .section-title,
  .section-title-left {
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    line-height: 1.16;
    max-width: 14ch;
    margin-inline: auto;
  }

  .hero-text,
  .services-hero-inner p,
  .programs-hero-content p,
  .about-corporate-head p,
  .contact-hero-text,
  .page-hero-text,
  .section-desc,
  .about-text,
  .about-section-head p {
    font-size: 15px;
    line-height: 1.85;
    max-width: 720px;
    margin-inline: auto;
  }

  /* الأزرار */
  .hero-actions,
  .services-hero-actions,
  .programs-hero-actions,
  .cta-actions,
  .about-cta-actions,
  .contact-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero-actions .btn,
  .services-hero-actions .btn,
  .btn-programs-primary,
  .btn-programs-secondary,
  .cta-actions .btn,
  .about-cta-actions .btn,
  .contact-actions .btn {
    min-width: 170px;
    max-width: 220px;
    min-height: 50px;
    border-radius: 16px;
  }

  /* الهيرو */
  .hero-grid,
  .programs-hero-wrap,
  .about-grid,
  .contact-grid,
  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hero-visual,
  .programs-hero-visual {
    max-width: 720px;
    margin-inline: auto;
  }

  .hero-image {
    aspect-ratio: 1.45 / 1;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
    margin: 0 auto;
  }

  .stat-card {
    min-height: 120px;
    padding: 20px 16px;
    border-radius: 22px;
  }

  .stat-card strong {
    font-size: 2rem;
    margin-bottom: 8px;
  }

  .stat-card span {
    font-size: 15px;
  }

  /* الكروت العامة */
  .card-grid-4,
  .services-grid,
  .tours-grid,
  .about-values-grid,
  .about-steps-grid,
  .about-story-grid,
  .about-stats-grid,
  .about-points,
  .metrics-grid,
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  /* الكروت الثلاثية: خلي 2 فوق و1 بالنص */
  .card-grid-3 {
    grid-template-columns: repeat(2, minmax(260px, 360px));
    justify-content: center;
    gap: 18px;
  }

  .card-grid-3 > *:last-child {
    grid-column: 1 / -1;
    max-width: 360px;
    width: 100%;
    justify-self: center;
  }

  .contact-hero-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 18px;
  }

  .contact-hero-cards > *:last-child {
    grid-column: 1 / -1;
    max-width: 360px;
    width: 100%;
    justify-self: center;
  }

  .info-card,
  .service-card,
  .tour-card,
  .about-story-card,
  .about-value-box,
  .about-step-item,
  .about-stat-card,
  .contact-hero-card,
  .contact-panel,
  .contact-form-wrap,
  .cta-box,
  .about-cta-box {
    border-radius: 22px;
  }

  .info-card,
  .service-card,
  .about-story-card,
  .about-value-box,
  .about-step-item,
  .about-stat-card,
  .contact-hero-card {
    padding: 22px 18px;
  }

  .service-card {
    min-height: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .service-icon,
  .card-icon,
  .contact-hero-card-icon {
    margin-inline: auto;
    margin-bottom: 14px;
  }

  .service-card h3 {
    font-size: 1.35rem;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .service-card p,
  .info-card p,
  .about-story-card p,
  .about-value-box p,
  .about-step-item p,
  .contact-hero-card p {
    font-size: 15px;
    line-height: 1.8;
  }

  /* البرامج */
  .programs-hero-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 700px;
    margin-inline: auto;
  }

  .programs-feature-pill {
    min-width: 145px;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 16px;
  }

  .programs-image-stack {
    max-width: 580px;
    min-height: 360px;
    margin-inline: auto;
  }

  .program-card-large {
    height: 300px;
    border-radius: 24px;
  }

  .program-card-small {
    width: 150px;
    height: 105px;
    border-radius: 18px;
  }

  .program-card-small.top-card {
    top: -6px;
    left: 14px;
  }

  .program-card-small.bottom-card {
    right: 14px;
    bottom: -6px;
  }

  /* التواصل */
  .contact-panel,
  .contact-form-wrap {
    padding: 24px 20px;
  }

  .contact-item {
    padding: 16px;
    border-radius: 18px;
  }

  /* CTA */
  .cta-box,
  .about-cta-box {
    padding: 30px 24px;
    text-align: center;
    gap: 18px;
  }
}

/* iPad Portrait */
@media (min-width: 768px) and (max-width: 820px) {
  .container {
    width: min(100% - 34px, 780px);
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-hero-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .programs-image-stack {
    min-height: 330px;
  }

  .program-card-large {
    height: 270px;
  }

  .program-card-small {
    width: 135px;
    height: 96px;
  }
}

/* ===== iPad: 3 cards centered in one row ===== */
@media (min-width: 768px) and (max-width: 1024px) {
  .card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch;
  }

  .card-grid-3 > * {
    max-width: none !important;
    width: 100% !important;
    grid-column: auto !important;
    justify-self: stretch !important;
  }

  .card-grid-3 > *:last-child {
    max-width: none !important;
    grid-column: auto !important;
    justify-self: stretch !important;
  }

  .info-card {
    padding: 22px 18px !important;
    border-radius: 22px !important;
    min-height: 220px !important;
    text-align: center;
  }

  .card-icon {
    margin: 0 auto 14px !important;
  }

  .info-card h3 {
    font-size: 1.15rem !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }

  .info-card p {
    font-size: 0.98rem !important;
    line-height: 1.75 !important;
  }
}

/* ===== iPad: tours cards 3 in one row like services ===== */
@media (min-width: 768px) and (max-width: 1024px) {
  .tours-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch;
  }

  .tours-grid > * {
    width: 100% !important;
    max-width: none !important;
    grid-column: auto !important;
    justify-self: stretch !important;
  }

  .tour-card {
    border-radius: 22px !important;
    overflow: hidden;
  }

  .tour-image {
    height: 190px !important;
    min-height: 190px !important;
  }

  .tour-body {
    padding: 18px 16px !important;
    text-align: center;
  }

  .tour-badge {
    margin-bottom: 12px !important;
  }

  .tour-card h3 {
    font-size: 1.05rem !important;
    line-height: 1.45 !important;
    margin-bottom: 10px !important;
  }

  .tour-card p {
    font-size: 0.95rem !important;
    line-height: 1.75 !important;
    margin-bottom: 12px !important;
  }

  .tour-link {
    justify-content: center;
  }
}

/* ===== iPad: about stats in one clean row ===== */
@media (min-width: 768px) and (max-width: 1024px) {
  .about-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: stretch;
  }

  .about-stat-card {
    min-height: 170px !important;
    padding: 22px 14px !important;
    border-radius: 22px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .about-stat-card strong {
    font-size: 2.1rem !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }

  .about-stat-card span {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
  }
}

/* ===== iPad: 3 cards = 2 top + 1 centered below ===== */
@media (min-width: 768px) and (max-width: 1024px) {
  .about-story-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    justify-content: center !important;
    align-items: stretch;
  }

  .about-story-grid > * {
    width: 100% !important;
    max-width: none !important;
    grid-column: auto !important;
    justify-self: stretch !important;
  }

  .about-story-grid > *:last-child {
    grid-column: 1 / -1 !important;
    max-width: 430px !important;
    width: 100% !important;
    justify-self: center !important;
  }

  .about-story-card {
    padding: 24px 18px !important;
    border-radius: 22px !important;
    min-height: 220px !important;
    text-align: center;
  }

  .about-story-card i {
    margin: 0 auto 14px !important;
  }

  .about-story-card h3 {
    font-size: 1.1rem !important;
    line-height: 1.45 !important;
  }

  .about-story-card p {
    font-size: 0.96rem !important;
    line-height: 1.8 !important;
  }
}