/* ==========================================================================
   QUỐC PHONG HAIR SALON & HEAD SPA — CƠ SỞ 02
   RESPONSIVE & MICRO-INTERACTION REFINEMENTS
   ========================================================================== */

/* Laptop & Medium Screens (1024px to 1280px) */
@media (min-width: 1024px) and (max-width: 1280px) {
  :root {
    --container-padding: 1.25rem;
  }

  .drawer-nav-list {
    gap: 0.95rem;
  }

  .drawer-nav-item {
    font-size: 0.8125rem;
  }

  .site-logo-img {
    height: 38px;
  }

  .site-logo-title {
    font-size: 1.05rem;
  }

  .hero-grid {
    gap: var(--space-8);
  }

  .hero-media-wrapper {
    height: 420px;
  }

  .support-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
  }
}

/* Tablet & iPad (768px to 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --container-padding: 1.25rem;
  }

  .site-header .header-inner {
    height: 72px;
  }

  .hero-section {
    padding-top: 105px;
    padding-bottom: var(--space-12);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .hero-swiper-container {
    max-width: 400px;
  }

  .swiper.hero-cards-swiper {
    height: 440px;
  }

  /* Section 02 Fast Trust Tablet */
  .trust-credentials-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
    padding: var(--space-5);
  }

  .credential-item:nth-child(2) {
    border-right: none;
  }

  .trust-hub-header {
    grid-template-columns: 1fr;
    gap: var(--space-3);
  }

  .trust-editorial-layout {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .featured-image-wrapper {
    min-height: 340px;
  }

  .concierge-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-5);
  }

  .concierge-visual {
    height: 230px;
  }

  .need-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  .assessment-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .assessment-studio-col {
    position: static;
  }

  .assessment-media-wrap {
    height: 300px;
  }

  .solution-workflow-layout {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .workflow-hospitality-col {
    position: static;
  }

  .heritage-media-wrap {
    height: 290px;
  }

  .support-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-5);
  }

  .concierge-editorial-grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .concierge-showcase-col {
    padding-top: var(--space-4);
  }

  .hero-case-card {
    grid-template-columns: 1fr;
  }

  .hero-case-media {
    min-height: 380px;
  }

  .cases-editorial-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-5);
  }

  /* Section 09 The 7-Step Process Tablet */
  .journey-stage-rail {
    padding: 8px 12px;
    gap: 6px;
  }

  .stage-rail-item {
    padding: 6px 12px;
    gap: 8px;
  }

  .chapter-cards-trio {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  .chapter-cards-trio > .journey-card:last-child {
    grid-column: 1 / -1;
  }

  .journey-master-banner {
    padding: var(--space-6);
  }

  .master-banner-layout {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  /* Section 10 & 11 Services & Investment Tablet */
  .atelier-standard-strip {
    padding: 8px 16px;
    gap: var(--space-3);
  }

  .standard-strip-item {
    font-size: 10.5px;
  }

  .services-atelier-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  .transparency-master-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
    padding: var(--space-5);
  }

  .transparency-strip-right {
    width: 100%;
  }

  .transparency-strip-right .btn {
    width: 100%;
    justify-content: center;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Section 12 Reviews Tablet */
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  /* Section 13 Location Tablet */
  .location-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .map-wrapper {
    min-height: 380px;
  }

  .map-wrapper iframe {
    min-height: 380px;
  }

  /* Section 16 Final CTA Tablet */
  .final-lounge-card {
    padding: var(--space-6);
  }

  .final-lounge-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-6);
  }
}

/* Mobile & iPhone (up to 767px) */
@media (max-width: 767px) {
  :root {
    --container-padding: 1rem;
  }

  .section {
    padding-top: var(--space-10);
    padding-bottom: var(--space-10);
  }

  /* Header Mobile Compact */
  .site-header .header-inner {
    height: 64px;
    gap: 8px;
  }

  .site-logo-link {
    gap: 8px;
    min-width: 0;
    flex-shrink: 1;
    overflow: hidden;
  }

  .site-logo-img {
    height: 34px;
    width: 34px;
    min-width: 34px;
    border-radius: var(--radius-sm);
  }

  .site-logo-text {
    min-width: 0;
    overflow: hidden;
  }

  .site-logo-title {
    font-size: 0.98rem;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-logo-branch {
    font-size: 0.52rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
  }

  .header-actions {
    gap: 7px;
    flex-shrink: 0;
    align-items: center;
  }

  .lang-switch {
    padding: 3px 7px;
    font-size: 10.5px;
    font-weight: 700;
    gap: 3px;
    border-radius: var(--radius-full);
  }

  .header-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-sm);
  }

  .header-icon-btn svg {
    width: 18px;
    height: 18px;
  }

  .mobile-toggle {
    width: 38px;
    height: 38px;
    border-radius: var(--radius-sm);
  }

  .hamburger-box {
    width: 18px;
    height: 13px;
  }

  .mobile-toggle.active .line-top {
    transform: translateY(5.5px) rotate(45deg);
  }

  .mobile-toggle.active .line-bot {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  .hero-section {
    padding-top: 76px;
    padding-bottom: var(--space-8);
  }

  .hero-grid {
    gap: var(--space-3);
  }

  .hero-content {
    text-align: center;
  }

  /* 1. Hide location status bar on mobile hero */
  .hero-status-bar {
    display: none !important;
  }

  .hero-title {
    margin-bottom: var(--space-2);
  }

  .hero-title-lead {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    margin-bottom: 2px;
  }

  .hero-title-highlight {
    font-size: clamp(1.65rem, 6.5vw, 2rem);
    line-height: 1.1;
  }

  .hero-title-location {
    font-size: clamp(1.2rem, 5vw, 1.45rem);
  }

  .hero-subtitle {
    font-size: 0.85rem;
    line-height: 1.45;
    padding-left: 0;
    border-left: none;
    margin-bottom: var(--space-2);
    opacity: 0.88;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  /* 2. Hide hero banner CTA buttons on mobile (already provided in sticky bar & widget) */
  .hero-cta-group {
    display: none !important;
  }

  /* Compact Micro Proof Strip */
  .hero-proof-strip {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.72rem;
    margin-bottom: var(--space-3);
  }

  .hero-proof-divider {
    display: inline;
    opacity: 0.5;
  }

  /* 3. Prominent First View Swiper Lookbook Slider */
  .hero-showcase {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .hero-swiper-container {
    max-width: 290px;
    width: 100%;
  }

  .swiper.hero-cards-swiper {
    height: 390px;
  }

  .swiper-slide.hero-card-slide {
    border-radius: 16px;
  }

  .hero-card-content {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .card-title {
    font-size: 1.05rem;
    line-height: 1.2;
    margin-bottom: 3px;
  }

  .card-desc {
    font-size: 10.5px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .deck-controls {
    margin-top: 8px;
  }

  .hero-floating-chip {
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    font-size: 0.62rem;
  }

  .deck-arrow-btn {
    width: 28px;
    height: 28px;
  }

  .deck-arrow-btn svg {
    width: 13px;
    height: 13px;
  }

  /* Section 02 Fast Trust Mobile */
  .trust-credentials-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 10px;
    padding: var(--space-4) var(--space-3);
    margin-bottom: var(--space-8);
  }

  .credential-item {
    padding: 0 4px;
    border-right: none;
    gap: 8px;
  }

  .credential-num {
    font-size: 1.55rem;
  }

  .credential-info strong {
    font-size: 10px;
  }

  .credential-info span {
    font-size: 9.5px;
  }

  .trust-hub-header {
    grid-template-columns: 1fr;
    gap: var(--space-3);
    margin-bottom: var(--space-6);
  }

  .trust-hub-title {
    font-size: 1.55rem;
  }

  .trust-editorial-layout {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .featured-image-wrapper {
    min-height: 290px;
  }

  .trust-guarantee-seal {
    top: 10px;
    right: 10px;
    padding: 6px 10px;
  }

  .seal-inner span {
    font-size: 9px;
  }

  .featured-quote-card {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: var(--space-3);
  }

  .quote-text {
    font-size: 0.82rem;
  }

  .trust-quick-action-card {
    padding: var(--space-3);
    gap: 10px;
    border-radius: var(--radius-lg);
  }

  .action-icon {
    width: 38px;
    height: 38px;
  }

  .action-icon svg {
    width: 18px;
    height: 18px;
  }

  .action-details h4 {
    font-size: 11.5px;
  }

  .protocol-card {
    padding: var(--space-3) var(--space-4);
  }

  .protocol-title {
    font-size: 1.05rem;
  }

  .protocol-desc {
    font-size: 11.5px;
  }

  .concierge-cards-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .concierge-visual {
    height: 210px;
  }

  .chat-visual-bg {
    padding: 4px;
  }

  .wa-bubble-content p {
    font-size: 9px;
  }

  .concierge-body {
    padding: var(--space-4);
  }

  .concierge-title {
    font-size: 1.15rem;
  }

  .concierge-desc {
    font-size: 11.5px;
  }

  .concierge-duration-chips {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .duration-chip {
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 8px;
  }

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

  .assessment-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .assessment-studio-col {
    position: static !important;
    top: auto !important;
  }

  .assessment-media-wrap {
    height: 260px;
  }

  .diagnostic-pillar-card {
    padding: var(--space-3) var(--space-4);
  }

  .pillar-side-meta {
    width: 36px;
  }

  .pillar-icon-wrap {
    width: 30px;
    height: 30px;
  }

  .pillar-icon-wrap svg {
    width: 15px;
    height: 15px;
  }

  .pillar-num {
    font-size: 14px;
  }

  .solution-workflow-layout {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .workflow-hospitality-col {
    position: static !important;
    top: auto !important;
  }

  .heritage-media-wrap {
    height: 250px;
  }

  .workflow-stream-col {
    padding-left: 10px;
  }

  .workflow-thread-line {
    left: 28px;
  }

  .workflow-step-card {
    padding: var(--space-3) var(--space-4);
  }

  .step-badge-cluster {
    width: 36px;
  }

  .step-icon-node {
    width: 30px;
    height: 30px;
  }

  .step-icon-node svg {
    width: 15px;
    height: 15px;
  }

  .step-num {
    font-size: 13px;
  }

  .support-cards-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .support-card-media {
    height: 180px;
  }

  .concierge-editorial-lounge {
    padding: var(--space-6) var(--space-4);
    border-radius: var(--radius-xl);
  }

  .concierge-editorial-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .concierge-story-title {
    font-size: 1.75rem;
  }

  .concierge-story-desc {
    font-size: 0.9rem;
  }

  .phone-consult-frame {
    width: 100%;
    max-width: 320px;
    transform: none;
  }

  .floating-polaroid-card {
    display: none;
  }

  .live-stylist-card {
    right: 0;
    top: -10px;
  }

  .concierge-action-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .btn-editorial-wa {
    width: 100%;
    justify-content: center;
  }

  .btn-editorial-ghost {
    width: 100%;
    justify-content: center;
  }

  .concierge-guarantees {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .hero-case-card {
    grid-template-columns: 1fr;
    border-radius: var(--radius-xl);
  }

  .hero-case-media {
    min-height: 300px;
  }

  .hero-case-content {
    padding: var(--space-5);
  }

  .hero-case-title {
    font-size: 1.35rem;
  }

  .case-recipe-matrix {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cases-editorial-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .hero-case-before-card {
    bottom: 10px;
    left: 10px;
    padding: 4px 8px 4px 4px;
  }

  .before-thumb {
    width: 36px;
    height: 36px;
  }

  .hero-case-duration-pill {
    bottom: 10px;
    right: 10px;
    font-size: 9.5px;
    padding: 4px 10px;
  }

  /* Section 09 The 7-Step Process Mobile */
  .journey-stage-rail {
    flex-direction: column;
    align-items: stretch;
    border-radius: var(--radius-xl);
    padding: var(--space-3);
    gap: 6px;
  }

  .stage-rail-connector {
    transform: rotate(90deg);
    padding: 2px 0;
  }

  .stage-rail-item {
    padding: 6px 10px;
    justify-content: flex-start;
  }

  .chapter-label-strip {
    font-size: 8.5px;
    padding: 4px 10px;
    white-space: normal;
  }

  .chapter-cards-trio {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .journey-card {
    padding: var(--space-4);
  }

  .journey-master-banner {
    padding: var(--space-4);
    border-radius: var(--radius-xl);
  }

  .master-banner-layout {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .master-badge-cluster {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .node-sun-giant {
    width: 46px;
    height: 46px;
  }

  .node-sun-giant svg {
    width: 22px;
    height: 22px;
  }

  .master-title {
    font-size: 1.2rem;
  }

  .master-proof-cluster {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .proof-tag-gold {
    width: 100%;
  }

  /* Section 10 & 11 Services & Investment Mobile */
  .atelier-standard-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: var(--radius-xl);
    padding: var(--space-3) var(--space-4);
  }

  .standard-strip-dot {
    display: none;
  }

  .standard-strip-item {
    font-size: 10.5px;
    white-space: normal;
  }

  .services-atelier-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .service-card-media {
    height: 180px;
  }

  .service-card-core {
    padding: var(--space-4);
  }

  .transparency-master-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
    padding: var(--space-4);
    border-radius: var(--radius-xl);
  }

  .transparency-strip-left {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
  }

  .transparency-strip-right {
    width: 100%;
  }

  .transparency-strip-right .btn {
    width: 100%;
    justify-content: center;
  }

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

  /* Section 12 Reviews Mobile */
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  /* Section 13 Location Mobile */
  .location-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .map-wrapper {
    min-height: 290px;
  }

  .map-wrapper iframe {
    min-height: 290px;
  }

  .location-info-card {
    padding: var(--space-4);
  }

  .location-actions-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    gap: 12px;
    margin-top: var(--space-4);
  }

  .location-actions-group .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  /* Section 16 Final CTA Mobile */
  .final-experience-section {
    padding: var(--space-14) 0;
    min-height: auto;
  }

  .final-lounge-card.final-lounge-centered {
    padding: 0 var(--space-4);
    margin: 0;
  }

  .final-lounge-centered .final-main-title {
    font-size: clamp(1.85rem, 7vw, 2.4rem);
    line-height: 1.25;
  }

  .final-lounge-centered .final-main-desc {
    font-size: 14px;
    margin-bottom: var(--space-6);
  }

  .final-cta-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .final-cta-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .stylist-card-header {
    height: 160px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .modal-card {
    padding: var(--space-6) var(--space-4);
  }
}

/* Touch targets optimization */
@media (pointer: coarse) {
  .btn, .form-control, .faq-question {
    min-height: 48px;
  }
  
  .nav-link {
    padding: 0.75rem 0;
  }
}

/* ==========================================================================
   Compact Mobile (up to 480px)
   ========================================================================== */
@media (max-width: 480px) {
  :root {
    --container-padding: 0.875rem;
  }

  .text-nowrap {
    white-space: normal;
  }

  .site-header .header-inner {
    height: 60px;
    gap: 6px;
  }

  .site-logo-img {
    height: 32px;
    width: 32px;
    min-width: 32px;
  }

  .site-logo-title {
    font-size: 0.92rem;
  }

  .site-logo-branch {
    font-size: 0.5rem;
    letter-spacing: 0.06em;
  }

  .header-actions {
    gap: 6px;
  }

  .lang-switch {
    padding: 3px 6px;
    font-size: 10px;
  }

  .header-icon-btn {
    width: 34px;
    height: 34px;
  }

  .header-icon-btn svg {
    width: 17px;
    height: 17px;
  }

  .mobile-toggle {
    width: 36px;
    height: 36px;
  }

  .hamburger-box {
    width: 17px;
    height: 12px;
  }

  .mobile-toggle.active .line-top {
    transform: translateY(5px) rotate(45deg);
  }

  .mobile-toggle.active .line-bot {
    transform: translateY(-5px) rotate(-45deg);
  }

  /* Drawer Navigation on 480px */
  .nav-menu {
    width: 295px;
    max-width: 86vw;
  }

  .drawer-header {
    padding: 12px 14px;
  }

  .drawer-logo-img {
    width: 30px;
    height: 30px;
  }

  .drawer-brand-title {
    font-size: 0.88rem;
  }

  .drawer-brand-sub {
    font-size: 7.5px;
  }

  .drawer-close-btn {
    width: 30px;
    height: 30px;
  }

  .drawer-nav-list {
    padding: 8px 10px;
    gap: 2px;
  }

  .drawer-nav-item {
    padding: 8px 12px;
    font-size: 0.86rem;
    gap: 10px;
  }

  .drawer-footer {
    padding: 10px 12px 14px 12px;
    gap: 8px;
  }

  .drawer-cta-button {
    padding: 9px 12px;
    font-size: 11px;
  }

  /* Hero Lookbook Swiper */
  .hero-swiper-container {
    max-width: 280px;
  }

  .swiper.hero-cards-swiper {
    height: 380px;
  }

  /* Fast Trust Credentials */
  .trust-credentials-bar {
    padding: 12px 8px;
    gap: 10px 8px;
  }

  .credential-num {
    font-size: 1.4rem;
  }

  /* Floating CTA */
  .floating-cta-widget {
    bottom: 68px;
    right: 8px;
    gap: 8px;
  }

  .floating-cta-btn {
    width: 38px;
    height: 38px;
  }

  .floating-cta-btn svg {
    width: 18px;
    height: 18px;
  }

  /* Sticky Mobile Bar */
  .sticky-mobile-bar {
    height: 52px;
  }

  .sticky-btn {
    font-size: 10.5px;
    padding: 0 6px;
    gap: 5px;
  }

  .sticky-btn svg {
    width: 15px;
    height: 15px;
  }
}

/* ==========================================================================
   Small Mobile & iPhone SE / Mini (up to 375px)
   ========================================================================== */
@media (max-width: 375px) {
  :root {
    --container-padding: 0.75rem;
  }

  .site-header .header-inner {
    height: 58px;
    gap: 5px;
  }

  .site-logo-link {
    gap: 6px;
  }

  .site-logo-img {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }

  .site-logo-title {
    font-size: 0.84rem;
  }

  .site-logo-branch {
    font-size: 0.46rem;
    letter-spacing: 0.04em;
  }

  .header-actions {
    gap: 5px;
  }

  .lang-switch {
    padding: 2px 5px;
    font-size: 9.5px;
  }

  .header-icon-btn {
    width: 32px;
    height: 32px;
  }

  .header-icon-btn svg {
    width: 15px;
    height: 15px;
  }

  .mobile-toggle {
    width: 34px;
    height: 34px;
  }

  .hamburger-box {
    width: 15px;
    height: 11px;
  }

  .mobile-toggle.active .line-top {
    transform: translateY(4.5px) rotate(45deg);
  }

  .mobile-toggle.active .line-bot {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  /* Drawer on 375px */
  .nav-menu {
    width: 275px;
    max-width: 88vw;
  }

  .drawer-nav-item {
    font-size: 0.82rem;
    padding: 7px 10px;
    gap: 8px;
  }

  .drawer-item-icon {
    width: 15px;
    height: 15px;
  }

  /* Hero & Swiper on 375px */
  .hero-title-highlight {
    font-size: 1.6rem;
  }

  .hero-title-location {
    font-size: 1.15rem;
  }

  .hero-swiper-container {
    max-width: 260px;
  }

  .swiper.hero-cards-swiper {
    height: 360px;
  }

  .hero-floating-chip {
    font-size: 0.58rem;
    padding: 2px 6px;
    top: 6px;
    right: 6px;
  }

  .card-title {
    font-size: 0.98rem;
  }

  .card-desc {
    font-size: 10px;
  }

  /* Fast Trust on 375px */
  .trust-credentials-bar {
    padding: 10px 6px;
    gap: 8px 6px;
  }

  .credential-num {
    font-size: 1.3rem;
  }

  .credential-info strong {
    font-size: 9.5px;
  }

  .credential-info span {
    font-size: 8.5px;
  }

  .trust-hub-title {
    font-size: 1.35rem;
  }

  .featured-quote-card {
    padding: 8px 10px;
  }

  .quote-text {
    font-size: 0.74rem;
  }

  .trust-quick-action-card {
    padding: 10px;
  }

  /* Buttons on 375px */
  .btn {
    padding: 0.65rem 1rem;
    font-size: 11px;
  }

  .final-cta-buttons .btn {
    min-width: 0 !important;
  }
}

/* ==========================================================================
   Ultra-Compact (up to 320px)
   ========================================================================== */
@media (max-width: 320px) {
  :root {
    --container-padding: 0.5rem;
  }

  .site-logo-branch {
    display: none;
  }

  .hero-swiper-container {
    max-width: 240px;
  }

  .swiper.hero-cards-swiper {
    height: 340px;
  }
}
