/* ==========================================================================
   PROJECT: CONDO UNIT STAYCATION (THE UPPER ROOM) — THEME & STYLES
   File: css/Upperroomstaycation.css
   Tech Steward Digital AI — Joyce Yap Portfolio
   ========================================================================== */

/* Theme container accent when viewing Staycation (Law Firm luxury gold palette) */
.theme-staycation .pdetail-header-card::before {
  background: linear-gradient(90deg, #d4af37, #f1c40f, #eab308);
}

.theme-staycation .pdetail-badge {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.4);
  color: #f1c40f;
}

.theme-staycation .pdetail-client-badge {
  border-color: rgba(212, 175, 55, 0.25);
}

.theme-staycation .pdetail-spec-card h3 i {
  color: #f1c40f;
}

.theme-staycation .pdetail-feature-item i {
  color: #f1c40f;
}

.theme-staycation .pdetail-tool-chip {
  color: #f1c40f;
  border-color: rgba(212, 175, 55, 0.3);
  background: rgba(212, 175, 55, 0.05);
}

/* Hospitality OTA commission savings badge */
.staycation-savings-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #f1c40f;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: 14px;
}

/* ==========================================================================
   DESKTOP FIT SIZE & FULL WIDTH SPACE MAXIMIZATION (MINIMAL SIDE MARGINS)
   ========================================================================== */

/* Maximize container space and decrease left/right margin spacing for any desktop view */
.theme-staycation .pdetail-page {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.theme-staycation .container {
  max-width: 96vw !important;
  width: 96vw !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 1200px) {
  .theme-staycation .container {
    max-width: 96vw !important;
    width: 96vw !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (min-width: 1600px) {
  .theme-staycation .container {
    max-width: 95vw !important;
    width: 95vw !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* ==========================================================================
   DEDICATED UPPER ROOM STAYCATION SUITE (LAW FIRM ARCHITECTURE & COLOR SYSTEM)
   ========================================================================== */

.staycation-suite {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* PC Screen wrapper glow accent */
.staycation-suite .lawfirm-pc-screen-wrap {
  border-color: rgba(241, 196, 15, 0.35);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2), 0 0 30px rgba(241, 196, 15, 0.1);
}

.staycation-suite .lawfirm-pc-screen-wrap:hover {
  border-color: rgba(241, 196, 15, 0.6);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.25), 0 0 40px rgba(241, 196, 15, 0.2);
}

.staycation-suite .lawfirm-screen-iframe {
  width: 100%;
  height: 840px;
  border: none;
  display: block;
  background: #faf7f0;
}

/* Mobile view phone chassis styling & gold interactive hover */
.staycation-suite .lawfirm-phone-chassis {
  box-shadow: 
    0 24px 70px rgba(0, 0, 0, 0.65), 
    0 0 35px rgba(241, 196, 15, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.staycation-suite .lawfirm-phone-chassis:hover {
  border-color: #241c2e;
  box-shadow: 
    0 28px 80px rgba(0, 0, 0, 0.75), 
    0 0 45px rgba(241, 196, 15, 0.25),
    inset 0 0 0 1.5px rgba(241, 196, 15, 0.45);
}

.staycation-suite .phone-url-text i {
  color: #f1c40f;
}

.staycation-suite .phone-launch-btn {
  background: rgba(241, 196, 15, 0.15);
  color: #f1c40f;
  border: 1px solid rgba(241, 196, 15, 0.35);
}

.staycation-suite .phone-launch-btn:hover {
  background: #f1c40f;
  color: #04091a;
  transform: scale(1.1);
}

/* Pure unframed brand tool images hover elevation */
.staycation-suite .lawfirm-pure-tool-img:hover {
  transform: translateY(-4px) scale(1.18);
  filter: drop-shadow(0 8px 22px rgba(241, 196, 15, 0.6));
}

@media (max-width: 768px) {
  .staycation-suite .lawfirm-screen-iframe {
    height: 650px;
  }
}

/* ==========================================================================
   ROW 1: 3-COLUMN TRIO LAYOUT (LIVE PHONE + PROJECT INFO + AUTO-SLIDE PHONE)
   ========================================================================== */

.staycation-suite .lawfirm-split-grid {
  display: grid;
  grid-template-columns: minmax(310px, 350px) minmax(380px, 1fr) minmax(310px, 350px);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 40px;
}

.staycation-suite .lawfirm-info-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.staycation-mobile-phone-slider {
  position: relative;
  overflow: hidden;
}

.staycation-phone-slider-body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 580px;
  overflow: hidden;
  background: #080d1a;
  cursor: pointer;
}

.staycation-mobile-slide-track {
  display: flex;
  width: 200%;
  height: 100%;
  animation: staycationMobileAutoSlide 7s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.staycation-phone-slider-body:hover .staycation-mobile-slide-track {
  animation-play-state: paused;
}

@keyframes staycationMobileAutoSlide {
  0%, 42% {
    transform: translateX(0%);
  }
  50%, 92% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.staycation-mobile-slide-item {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #060a17;
}

.staycation-mobile-slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.4s ease;
}

.staycation-mobile-slide-item:hover img {
  transform: scale(1.025);
}

.staycation-mobile-slide-badge {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(13, 27, 62, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(241, 196, 15, 0.4);
  color: #f1c40f;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
  z-index: 5;
}

.staycation-mobile-zoom-hint {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  opacity: 0;
  transform: translateY(-4px);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.staycation-phone-slider-body:hover .staycation-mobile-zoom-hint {
  opacity: 1;
  transform: translateY(0);
}

.staycation-case-study-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #d4af37, #f1c40f);
  color: #04091a;
  font-family: var(--font-headline);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 18px rgba(241, 196, 15, 0.3);
  margin-top: 18px;
  width: 100%;
  justify-content: center;
}

.staycation-case-study-cta:hover {
  background: linear-gradient(135deg, #f1c40f, #ffd700);
  box-shadow: 0 6px 24px rgba(241, 196, 15, 0.5);
  transform: translateY(-2px);
  color: #04091a;
}

@media (max-width: 1380px) {
  .staycation-suite .lawfirm-split-grid {
    grid-template-columns: minmax(290px, 330px) 1fr minmax(290px, 330px);
    gap: 18px;
  }
}

@media (max-width: 1200px) {
  .staycation-suite .lawfirm-split-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .staycation-suite .staycation-mobile-slider-wrap {
    grid-column: span 2;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 860px) {
  .staycation-suite .lawfirm-split-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .staycation-suite .staycation-mobile-slider-wrap {
    grid-column: span 1;
  }
}

/* ==========================================================================
   ROW 3: FULL DESKTOP VIEW WITH CSS AUTO SLIDE SHOWCASE
   ========================================================================== */

.staycation-desktop-showcase-wrap {
  background: rgba(13, 27, 62, 0.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(241, 196, 15, 0.35);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.3), 0 0 35px rgba(241, 196, 15, 0.12);
  margin-bottom: 38px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.staycation-desktop-showcase-wrap:hover {
  border-color: rgba(241, 196, 15, 0.6);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.4), 0 0 45px rgba(241, 196, 15, 0.22);
}

.staycation-desktop-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 14px;
  flex-wrap: wrap;
}

.staycation-chrome-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.staycation-chrome-url {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: #cbd5e1;
  background: rgba(0, 0, 0, 0.35);
  padding: 6px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.03em;
}

.staycation-chrome-url i {
  color: #f1c40f;
}

.staycation-chrome-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.staycation-auto-slide-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: #bbf900;
  background: rgba(187, 249, 0, 0.12);
  border: 1px solid rgba(187, 249, 0, 0.35);
  border-radius: var(--radius-pill);
  padding: 4px 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.staycation-auto-slide-indicator i {
  font-size: 0.65rem;
  animation: pulsePlayIcon 2s ease-in-out infinite;
}

@keyframes pulsePlayIcon {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

/* Desktop Viewport & CSS Auto Slide Track */
.staycation-desktop-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #080d1a;
}

.staycation-desktop-track {
  display: flex;
  width: 200%;
  animation: staycationDesktopAutoSlide 8s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.staycation-desktop-viewport:hover .staycation-desktop-track {
  animation-play-state: paused;
}

@keyframes staycationDesktopAutoSlide {
  0%, 42% {
    transform: translateX(0%);
  }
  50%, 92% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.staycation-desktop-slide {
  width: 50%;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #080d1a;
}

.staycation-desktop-slide img {
  width: 100%;
  height: auto;
  max-height: 740px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.staycation-desktop-zoom-overlay {
  display: none !important;
}

/* Overlay Navigation Arrows */
.staycation-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(8, 13, 26, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(241, 196, 15, 0.4);
  color: #f1c40f;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
}

.staycation-desktop-viewport:hover .staycation-nav-arrow {
  opacity: 1;
}

.staycation-nav-arrow.arrow-left {
  left: 20px;
}

.staycation-nav-arrow.arrow-right {
  right: 20px;
}

.staycation-nav-arrow:hover {
  background: #f1c40f;
  color: #04091a;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0 20px rgba(241, 196, 15, 0.6);
}

/* Bottom Floating Footer Bar */
.staycation-slider-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 24px;
  background: linear-gradient(180deg, rgba(8, 13, 26, 0) 0%, rgba(8, 13, 26, 0.9) 35%, rgba(8, 13, 26, 0.98) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 8;
  flex-wrap: wrap;
}

.staycation-footer-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.staycation-slider-badge {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: #04091a;
  background: #f1c40f;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.staycation-slider-caption {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
}

.staycation-slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.staycation-slide-dot {
  width: 28px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.staycation-slide-dot.active {
  background: #f1c40f;
  box-shadow: 0 0 10px rgba(241, 196, 15, 0.6);
  width: 42px;
}

.staycation-slider-fs-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  color: #f1c40f;
  background: rgba(241, 196, 15, 0.12);
  border: 1px solid rgba(241, 196, 15, 0.35);
  border-radius: var(--radius-pill);
  padding: 6px 16px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.staycation-slider-fs-btn:hover {
  background: #f1c40f;
  color: #04091a;
  box-shadow: 0 4px 16px rgba(241, 196, 15, 0.4);
}

/* ==========================================================================
   ROW 4: TWO-COLUMN VERIFIED AUTOMATED GMAIL DISPATCH & OPERATIONS PROOFS
   ========================================================================== */

.staycation-proofs-section {
  margin-top: 16px;
  margin-bottom: 40px;
}

.staycation-proofs-header {
  margin-bottom: 24px;
  padding: 18px 26px;
  background: rgba(13, 27, 62, 0.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(241, 196, 15, 0.35);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.staycation-proofs-title {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  letter-spacing: 0.02em;
}

.staycation-proofs-title i {
  color: #f1c40f;
}

.staycation-proofs-sub {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: #cbd5e1;
  margin-top: 6px;
  letter-spacing: 0.02em;
}

/* 2-Column Responsive Layout */
.staycation-two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

@media (max-width: 960px) {
  .staycation-two-col-grid {
    grid-template-columns: 1fr;
  }
}

.staycation-column-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.staycation-col-banner {
  background: rgba(18, 24, 40, 0.85);
  border: 1.5px solid rgba(241, 196, 15, 0.3);
  border-radius: var(--radius-pill);
  padding: 11px 22px;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 700;
  color: #f1c40f;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

.staycation-col-banner i {
  color: #bbf900;
}

.staycation-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Individual Proof Cards */
.staycation-proof-card {
  background: rgba(13, 27, 62, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
  position: relative;
}

.staycation-proof-card:hover {
  border-color: #f1c40f;
  transform: translateY(-5px);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.45), 0 0 30px rgba(241, 196, 15, 0.25);
}

.staycation-proof-img-frame {
  position: relative;
  width: 100%;
  background: #080d1a;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.staycation-proof-img-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.staycation-proof-card:hover .staycation-proof-img-frame img {
  transform: scale(1.025);
}

.staycation-proof-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 9, 26, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.staycation-proof-card:hover .staycation-proof-overlay {
  opacity: 1;
}

.staycation-proof-zoom-pill {
  background: #f1c40f;
  color: #04091a;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transform: translateY(6px);
  transition: transform 0.3s ease;
}

.staycation-proof-card:hover .staycation-proof-zoom-pill {
  transform: translateY(0);
}

.staycation-proof-caption-bar {
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.staycation-proof-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: #f1c40f;
  background: rgba(241, 196, 15, 0.12);
  border: 1px solid rgba(241, 196, 15, 0.35);
  border-radius: var(--radius-pill);
  padding: 4px 12px;
  white-space: nowrap;
  letter-spacing: 0.03em;
}

.staycation-proof-label {
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 600;
  color: #cbd5e1;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

