/* ═══════════════════════════════════════════════════════════════════════════
   BêTráp — Responsive CSS v1.0
   Tối ưu hoá giao diện trên Mobile, Tablet & Desktop
   Breakpoints: 1024px | 768px | 640px | 480px | 360px
   ═══════════════════════════════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════════════════════════════════
   TABLET LANDSCAPE — max-width: 1024px
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  /* Hero */
  .hero-v2-inner {
    gap: 32px;
    padding: 100px 0 50px;
  }
  .hero-main-img {
    width: 300px;
    height: 380px;
  }
  .hero-secondary-img {
    width: 180px;
    height: 220px;
  }
  
  /* Section spacing */
  .section-v2 {
    padding: 80px 0;
  }
  
  /* Steps */
  .steps-v2 {
    gap: 24px;
    margin-top: 40px;
  }
  
  /* Dashboard */
  .order-row {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }
  
  /* Profile grid */
  #panel-profile [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   TABLET PORTRAIT — max-width: 768px
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* ── Navbar ─────────────────────────────────────────── */
  .navbar {
    justify-content: space-between;
  }
  .navbar-brand span {
    font-size: 1.1rem !important;
  }
  .navbar-brand img {
    height: 38px !important;
  }
  
  /* ── Hero Section ───────────────────────────────────── */
  .hero-v2 {
    min-height: auto;
    padding-bottom: 40px;
  }
  .hero-v2-inner {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding: 90px 0 30px;
    gap: 24px;
  }
  .hero-right {
    display: none !important;
  }
  .hero-v2 h1 {
    font-size: clamp(2.2rem, 7vw, 3rem) !important;
  }
  .hero-v2 p {
    font-size: 0.95rem;
    margin: 0 auto 24px;
    max-width: 440px;
  }
  .hero-cta {
    justify-content: center;
  }
  .hero-tag {
    margin: 0 auto 16px;
  }
  .hero-stats-row {
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    padding-top: 20px;
  }
  
  /* ── Wave Container ─────────────────────────────────── */
  .wave-container {
    height: 70px;
  }
  .wave-svg { height: 70px; }
  .wave-svg-2 { height: 50px; }
  .wave-svg-3 { height: 35px; }
  
  /* ── Bento Grid ─────────────────────────────────────── */
  .bento-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: auto !important;
    gap: 12px;
  }
  .bento-item.big {
    grid-column: span 2;
  }
  .bento-item {
    border-radius: 20px;
    min-height: 160px;
  }
  
  /* ── Section Shared ─────────────────────────────────── */
  .section-v2 {
    padding: 60px 0;
  }
  .section-title-v2 {
    font-size: clamp(1.4rem, 4vw, 2rem);
  }
  .section-sub-v2 {
    font-size: 0.92rem;
  }
  
  /* ── Steps / How It Works ───────────────────────────── */
  .steps-v2 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
    margin-top: 36px;
  }
  .steps-v2::before {
    display: none !important;
  }
  .step-v2-num {
    width: 52px;
    height: 52px;
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .step-v2 h4 {
    font-size: 1rem;
  }
  .step-v2 p {
    font-size: 0.85rem;
    line-height: 1.7;
  }
  
  /* ── Featured Services ──────────────────────────────── */
  .services-grid-v2 {
    grid-template-columns: 1fr !important;
    gap: 20px;
    margin-top: 32px;
  }
  
  /* ── Reviews ────────────────────────────────────────── */
  .reviews-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 32px;
  }
  .review-card-v2 {
    padding: 20px;
    border-radius: 18px;
  }
  
  /* ── CTA / Form ─────────────────────────────────────── */
  .cta-v2 {
    padding: 40px 20px !important;
    border-radius: 20px !important;
  }
  .cta-v2-grid {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }
  .cta-v2 h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .cta-v2 p {
    text-align: center;
  }
  .cta-form {
    padding: 24px;
    border-radius: 18px;
  }
  
  /* ── Dashboard ──────────────────────────────────────── */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .stat-card {
    padding: 16px;
    gap: 12px;
  }
  .stat-icon {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }
  .stat-value {
    font-size: 1.4rem;
  }
  .quick-actions {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .order-row {
    grid-template-columns: 1fr auto !important;
    gap: 8px;
    padding: 12px 16px;
  }
  .orders-table-header {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start !important;
  }
  
  /* ── Service Detail ─────────────────────────────────── */
  .detail-layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .main-img {
    height: 280px !important;
    border-radius: 16px !important;
  }
  .booking-card {
    position: static !important;
    border-radius: 20px;
  }
  .review-grid {
    grid-template-columns: 1fr !important;
  }
  
  /* ── Blog Detail ────────────────────────────────────── */
  .blog-detail-layout {
    grid-template-columns: 1fr !important;
  }
  
  /* ── Login / Register ───────────────────────────────── */
  .auth-layout {
    grid-template-columns: 1fr !important;
  }
  .auth-side {
    display: none;
  }
  
  /* ── Modal ──────────────────────────────────────────── */
  .modal {
    max-width: 95vw !important;
    border-radius: 20px !important;
    padding: 20px !important;
  }
  .modal-title {
    font-size: 1.2rem !important;
  }
  
  /* ── Footer ─────────────────────────────────────────── */
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    gap: 12px;
    text-align: center;
  }
  
  /* ── Filter Bar ─────────────────────────────────────── */
  .filter-bar {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 12px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .filter-bar::-webkit-scrollbar {
    display: none;
  }
  .filter-chip {
    flex-shrink: 0;
    font-size: 0.8rem;
    padding: 6px 14px;
  }
  
  /* ── Toast ──────────────────────────────────────────── */
  #toast-container {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
  }
  .toast {
    min-width: auto !important;
    font-size: 0.85rem;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   MOBILE — max-width: 640px
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  /* ── Typography ─────────────────────────────────────── */
  h1 { font-size: clamp(1.6rem, 5vw, 2.2rem) !important; }
  h2 { font-size: clamp(1.3rem, 4vw, 1.8rem) !important; }
  h3 { font-size: clamp(1rem, 3vw, 1.3rem) !important; }
  
  /* ── Container ──────────────────────────────────────── */
  .container {
    padding: 0 16px !important;
  }
  
  /* ── Hero ────────────────────────────────────────────── */
  .hero-v2 h1 {
    font-size: clamp(2rem, 6.5vw, 2.8rem) !important;
    line-height: 1.15 !important;
  }
  .hero-v2 p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  .hero-tag {
    font-size: 0.72rem;
    padding: 5px 12px;
  }
  .btn-pink, .btn-ghost-dark {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
  .hero-stats-row {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-stat .num {
    font-size: 1.5rem;
  }
  .hero-stat .lbl {
    font-size: 0.7rem;
  }
  
  /* ── Bento ──────────────────────────────────────────── */
  .bento-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
  }
  .bento-item.big {
    grid-column: span 1;
  }
  .bento-item {
    min-height: 180px;
    border-radius: 16px;
  }
  .bento-name {
    font-size: 1rem;
  }
  
  /* ── Steps ──────────────────────────────────────────── */
  .steps-v2 {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
  .step-v2 {
    text-align: center;
    padding: 0 12px;
  }
  
  /* ── Section spacing ────────────────────────────────── */
  .section-v2 {
    padding: 48px 0;
  }
  .section-pill {
    font-size: 0.72rem;
    padding: 5px 12px;
  }
  
  /* ── Dashboard stats ────────────────────────────────── */
  .stats-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .stat-card {
    flex-direction: column;
    text-align: center;
    padding: 16px 12px;
    gap: 8px;
  }
  .stat-icon {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }
  .stat-value {
    font-size: 1.3rem;
  }
  .stat-label {
    font-size: 0.72rem;
  }
  
  .quick-actions {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .quick-action {
    padding: 16px 12px;
  }
  .quick-action i {
    font-size: 1.5rem;
  }
  .quick-action span {
    font-size: 0.8rem;
  }
  
  /* ── Wishlist ───────────────────────────────────────── */
  .wishlist-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
  .wish-card-img {
    height: 120px;
  }
  .wish-card-body {
    padding: 10px;
  }
  .wish-card-title {
    font-size: 0.82rem;
  }
  .wish-card-price {
    font-size: 0.85rem;
  }
  
  /* ── Service Detail ─────────────────────────────────── */
  .main-img {
    height: 220px !important;
    border-radius: 14px !important;
  }
  .booking-card {
    padding: 20px !important;
    border-radius: 16px !important;
  }
  .tags {
    gap: 6px;
  }
  .tag {
    padding: 4px 10px;
    font-size: 0.72rem;
  }
  .provider-card {
    padding: 12px;
    border-radius: 12px;
    gap: 12px;
  }
  
  /* ── Service Card ───────────────────────────────────── */
  .service-card-img,
  .service-card-img[style*="height"] {
    height: 180px !important;
  }
  .service-card-body {
    padding: 12px 14px 14px;
  }
  .service-card-title {
    font-size: 0.95rem;
  }
  .service-card-price {
    font-size: 1.1rem;
  }
  
  /* ── Cards (generic) ────────────────────────────────── */
  .card-body {
    padding: 16px;
  }
  .card-img {
    height: 160px;
  }
  
  /* ── Forms ──────────────────────────────────────────── */
  .form-control {
    padding: 12px 14px;
    font-size: 0.9rem;
  }
  .form-label {
    font-size: 0.8rem;
  }
  .form-group {
    margin-bottom: 16px;
  }
  
  /* ── Buttons ────────────────────────────────────────── */
  .btn {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
  .btn-sm {
    padding: 7px 14px;
    font-size: 0.8rem;
  }
  .btn-lg {
    padding: 14px 28px;
    font-size: 0.95rem;
  }
  
  /* ── Blog Grid ──────────────────────────────────────── */
  .blog-grid {
    grid-template-columns: 1fr !important;
  }
  
  /* ── Checkout ───────────────────────────────────────── */
  .checkout-layout {
    grid-template-columns: 1fr !important;
  }
  
  /* ── Page Header ────────────────────────────────────── */
  .page-header {
    padding: calc(var(--nav-h) + 24px) 0 24px;
  }
  .page-header h1 {
    font-size: 1.5rem !important;
  }
  
  /* ── Empty State ────────────────────────────────────── */
  .empty-state {
    padding: 40px 16px;
  }
  .empty-state .empty-icon,
  .empty-icon {
    font-size: 2.8rem;
  }
  
  /* ── Chat Layout ────────────────────────────────────── */
  .chat-layout {
    grid-template-columns: 1fr !important;
    height: calc(100vh - var(--nav-h));
  }
  .chat-bubble {
    max-width: 85%;
  }
  
  /* ── Services Page (svc-layout) ─────────────────────── */
  .svc-hero img {
    max-height: 200px;
  }
  .svc-hero-title {
    font-size: 1.6rem !important;
  }
  .svc-hero-sub {
    font-size: 0.85rem;
  }
  .svc-hero-overlay {
    padding: 24px 16px;
  }
  
  /* ── Combo Banner ───────────────────────────────────── */
  .combo-banner {
    flex-direction: column;
    text-align: center;
    padding: 16px;
    gap: 12px;
  }
  .combo-banner-btn {
    margin-left: 0;
    width: 100%;
  }
  
  /* ── Photo Grid ─────────────────────────────────────── */
  .photo-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
  
  /* ── History / Orders ───────────────────────────────── */
  .order-card {
    padding: 14px;
  }
  .order-meta {
    flex-direction: column;
    gap: 6px;
  }
  
  /* ── Detail Modal ───────────────────────────────────── */
  .detail-inner {
    flex-direction: column !important;
    width: 95vw !important;
    max-height: 92vh !important;
    border-radius: 16px !important;
  }
  .detail-img {
    min-height: 200px !important;
    max-height: 250px;
  }
  .detail-info {
    padding: 20px !important;
    gap: 10px;
  }
  .detail-name {
    font-size: 1.3rem !important;
  }
  
  /* ── Section-specific (CTA check) ───────────────────── */
  [style*="display:flex"][style*="justify-content:space-between"] {
    flex-wrap: wrap;
    gap: 12px;
  }
  
  /* ── Service Card Horizontal ────────────────────────── */
  .svc-card-h {
    flex-direction: column !important;
  }
  .svc-card-h-img {
    width: 100% !important;
    height: 180px !important;
  }
  .svc-card-h-body {
    padding: 14px 16px;
  }
  
  /* ── Blog Editor ────────────────────────────────────── */
  .editor-toolbar {
    flex-wrap: wrap;
    gap: 6px;
  }
  
  /* ── Provider Dashboard ─────────────────────────────── */
  .provider-stats {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   SMALL MOBILE — max-width: 480px
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  
  /* ── Hero ────────────────────────────────────────────── */
  .hero-v2-inner {
    padding: 80px 0 20px !important;
  }
  .hero-v2 h1 {
    font-size: clamp(1.8rem, 6vw, 2.4rem) !important;
  }
  .hero-cta {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .btn-pink, .btn-ghost-dark {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  
  /* ── Bento ──────────────────────────────────────────── */
  .bento-item {
    min-height: 150px;
  }
  
  /* ── Stats ──────────────────────────────────────────── */
  .stats-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  .stat-card {
    padding: 12px 8px;
  }
  .stat-value {
    font-size: 1.1rem;
  }
  
  /* ── Service Detail ─────────────────────────────────── */
  .main-img {
    height: 200px !important;
  }
  
  /* ── Section Title ──────────────────────────────────── */
  .section-title-v2 {
    font-size: 1.3rem !important;
  }
  .section-sub-v2 {
    font-size: 0.85rem;
  }
  
  /* ── Photo Grid ─────────────────────────────────────── */
  .photo-grid {
    grid-template-columns: 1fr !important;
  }
  
  /* ── Wishlist ───────────────────────────────────────── */
  .wishlist-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px;
  }
  
  /* ── Order Row ──────────────────────────────────────── */
  .order-row {
    grid-template-columns: 1fr !important;
    gap: 6px;
    padding: 12px !important;
  }
  
  /* ── Fav Button on detail ───────────────────────────── */
  #fav-btn {
    font-size: 0.8rem !important;
    padding: 6px 12px !important;
  }
  
  /* ── Page Header ────────────────────────────────────── */
  .page-header h1 {
    font-size: 1.3rem !important;
  }
  
  /* ── CTA section ────────────────────────────────────── */
  .cta-v2 {
    padding: 28px 16px !important;
    border-radius: 16px !important;
  }
  .cta-form {
    padding: 18px;
    border-radius: 14px;
  }
  .btn-cta {
    padding: 12px 20px;
    font-size: 0.92rem;
  }
  
  /* ── Services Hero ──────────────────────────────────── */
  .svc-hero img {
    max-height: 160px;
  }
  .svc-hero-title {
    font-size: 1.3rem !important;
  }
  
  /* ── History page ───────────────────────────────────── */
  .order-card-full {
    padding: 14px 12px;
  }
  
  /* ── Buttons full width on mobile ───────────────────── */
  .btn-block-mobile {
    width: 100%;
    text-align: center;
  }
  
  /* ── Payment ────────────────────────────────────────── */
  .payment-option {
    padding: 12px;
    gap: 10px;
  }
  .payment-icon {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
  
  /* ── Role option ────────────────────────────────────── */
  .role-option .role-icon {
    font-size: 2rem;
  }
  .role-option {
    padding: 16px;
  }
  
  /* ── Thank you button ───────────────────────────────── */
  #btn-thank-you {
    padding: 14px 28px !important;
    font-size: 0.95rem !important;
    width: calc(100% - 32px);
    max-width: 320px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   EXTRA SMALL — max-width: 360px (iPhone SE, small devices)
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 360px) {
  .container {
    padding: 0 12px !important;
  }
  
  .hero-v2 h1 {
    font-size: 1.6rem !important;
  }
  
  .stats-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .stat-card {
    flex-direction: row !important;
    text-align: left;
  }
  
  .wishlist-grid {
    grid-template-columns: 1fr !important;
  }
  
  .btn {
    padding: 10px 20px;
    font-size: 0.85rem;
  }
  
  .section-title-v2 {
    font-size: 1.15rem !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   GLOBAL MOBILE UX ENHANCEMENTS
   ══════════════════════════════════════════════════════════════════════════ */

/* Improve tap targets */
@media (max-width: 768px) {
  a, button, .filter-chip, .bento-item, .service-card, .quick-action {
    -webkit-tap-highlight-color: rgba(212,185,150,.15);
  }
  
  /* Disable hover effects on touch */
  @media (hover: none) {
    .service-card:hover,
    .bento-item:hover,
    .quick-action:hover,
    .stat-card:hover,
    .review-card-v2:hover,
    .wish-card:hover {
      transform: none;
      box-shadow: inherit;
    }
  }
}

/* Smooth scrolling fix for mobile */
@media (max-width: 768px) {
  html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Safe area for notched phones */
  body {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
  
  /* Fix input zoom on iOS */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="date"],
  input[type="time"],
  input[type="password"],
  input[type="number"],
  select,
  textarea {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  /* ── Navbar Layout ── */
  .navbar {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
  }
  
  .navbar-actions {
    flex-direction: row-reverse !important;
    gap: 8px !important;
    position: relative !important;
    z-index: 10000 !important;
  }

  /* Hamburger & Animation */
  .navbar-hamburger {
    width: 40px;
    height: 40px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background 0.2s;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .navbar-hamburger:hover {
    background: rgba(212,185,150,.1);
  }
  
  /* Hamburger burger bar transitions */
  .navbar-hamburger span {
    transition: transform 0.3s, opacity 0.3s !important;
  }
  .navbar-hamburger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .navbar-hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .navbar-hamburger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* Left Drawer Mobile Menu */
  .navbar-links {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: 280px !important;
    height: 100vh !important;
    background: #ffffff !important;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15) !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 80px 24px 30px !important;
    gap: 8px !important;
    z-index: 9999 !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s !important;
    visibility: hidden !important;
    margin: 0 !important;
  }
  
  .navbar-links.mobile-open {
    transform: translateX(0) !important;
    visibility: visible !important;
    animation: none !important;
  }
  
  .navbar-links a {
    width: 100% !important;
    padding: 14px 0 !important;
    font-size: 1.05rem !important;
    color: var(--text-dark) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    display: block !important;
    text-align: left !important;
    transition: all 0.2s !important;
  }
  
  .navbar-links a::after {
    display: none !important;
  }
  
  .navbar-links a:hover {
    padding-left: 8px !important;
    color: var(--pink) !important;
  }
  
  /* Backdrop overlay */
  .navbar-links-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .navbar-links-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* Nav dropdown for mobile */
  .nav-dropdown-menu {
    position: fixed !important;
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0 !important;
    max-height: 60vh;
    overflow-y: auto;
    min-width: 100% !important;
    animation: slideUp 0.3s ease !important;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.15) !important;
  }
  
  @keyframes slideUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .nav-dropdown-item {
    padding: 14px 20px;
    font-size: 0.95rem;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   LANDSCAPE ORIENTATION FIX
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-v2 {
    min-height: auto;
    padding: 80px 0 40px;
  }
  .hero-v2-inner {
    padding: 60px 0 20px !important;
  }
  .section-v2 {
    padding: 40px 0;
  }
  .navbar-links.mobile-open {
    overflow-y: auto;
    justify-content: flex-start !important;
    padding-top: 20px !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   PRINT STYLES
   ══════════════════════════════════════════════════════════════════════════ */
@media print {
  .navbar, .navbar-hamburger, .footer-grid, .footer-bottom,
  #toast-container, .svc-mobile-toggle, .svc-mobile-overlay {
    display: none !important;
  }
  .hero-v2, .section-v2, .page-content {
    padding: 20px 0;
  }
  body {
    background: white;
    color: black;
  }
}
