/**
 * UNMATCHED FUTURISTIC WEDDING LOGIN PORTAL
 * Cyber-Blush Rose, Champagne Gold & Luxury Glassmorphism
 * Location: admin/themes/default/css/login-portal.css
 */

:root {
  --rose-primary: #F2A7A7;
  --rose-deep: #c46476;
  --rose-dark: #6e2e3a;
  --rose-light: #fff0f3;
  --gold-primary: #d4af37;
  --gold-glow: #e8c372;
  --text-main: #1f1719;
  --text-muted: #78666c;
  --text-light: #9c8990;
  --glass-bg: rgba(255, 255, 255, 0.88);
  --glass-border: rgba(255, 255, 255, 0.9);
  --font-main: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-script: 'Great Vibes', cursive;
  --font-mono: 'Space Grotesk', monospace;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: var(--font-main);
  background-color: #0f0c0e;
  color: var(--text-main);
}

/* ==========================================================================
   PARTICLES CANVAS BACKGROUND
   ========================================================================== */
#stardust-canvas {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 99999 !important;
  pointer-events: none !important;
}

.petal-container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  pointer-events: none !important;
  z-index: 99998 !important;
  overflow: hidden !important;
}

.petal {
  position: absolute;
  top: -25px;
  opacity: 0;
  animation: petalFall linear infinite;
  pointer-events: none !important;
}

.petal:nth-child(1), .petal.petal-snow-1 { left: 4%; width: 10px; height: 10px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 10px rgba(255,255,255,0.95); animation-duration: 8s; animation-delay: 0s; }
.petal:nth-child(2), .petal.petal-snow-2 { left: 12%; width: 14px; height: 14px; border-radius: 50% 0 50% 50%; background: radial-gradient(ellipse, #F2A7A7 40%, #ffffff 100%); filter: drop-shadow(0 0 4px #F2A7A7); animation-duration: 13s; animation-delay: 1.5s; }
.petal:nth-child(3), .petal.petal-snow-3 { left: 22%; width: 7px; height: 7px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 8px rgba(255,255,255,0.9); animation-duration: 9s; animation-delay: 3s; }
.petal:nth-child(4), .petal.petal-snow-4 { left: 32%; width: 16px; height: 16px; border-radius: 50% 0 50% 50%; background: radial-gradient(ellipse, #fad2d6 30%, #F2A7A7 100%); filter: drop-shadow(0 0 5px #F2A7A7); animation-duration: 15s; animation-delay: 0.5s; }
.petal:nth-child(5), .petal.petal-snow-5 { left: 42%; width: 9px; height: 9px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 12px rgba(255,255,255,1); animation-duration: 7s; animation-delay: 2s; }
.petal:nth-child(6), .petal.petal-snow-6 { left: 52%; width: 13px; height: 13px; border-radius: 50% 0 50% 50%; background: radial-gradient(ellipse, #ffe082 40%, #ffffff 100%); filter: drop-shadow(0 0 4px #ffe082); animation-duration: 12s; animation-delay: 4.5s; }
.petal:nth-child(7), .petal.petal-snow-7 { left: 62%; width: 8px; height: 8px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 8px rgba(255,255,255,0.9); animation-duration: 10s; animation-delay: 1s; }
.petal:nth-child(8), .petal.petal-snow-8 { left: 72%; width: 15px; height: 15px; border-radius: 50% 0 50% 50%; background: radial-gradient(ellipse, #F2A7A7 30%, #fde2e4 100%); filter: drop-shadow(0 0 6px #F2A7A7); animation-duration: 14s; animation-delay: 2.8s; }
.petal:nth-child(9), .petal.petal-snow-9 { left: 82%; width: 11px; height: 11px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 10px rgba(255,255,255,0.95); animation-duration: 8.5s; animation-delay: 0.8s; }
.petal:nth-child(10), .petal.petal-snow-10 { left: 92%; width: 13px; height: 13px; border-radius: 50% 0 50% 50%; background: radial-gradient(ellipse, #fad2d6 40%, #ffffff 100%); filter: drop-shadow(0 0 4px #F2A7A7); animation-duration: 13.5s; animation-delay: 3.5s; }
.petal:nth-child(11), .petal.petal-snow-11 { left: 8%; width: 6px; height: 6px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 6px rgba(255,255,255,0.8); animation-duration: 11s; animation-delay: 5s; }
.petal:nth-child(12), .petal.petal-snow-12 { left: 28%; width: 12px; height: 12px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 10px rgba(255,255,255,1); animation-duration: 9.5s; animation-delay: 1.2s; }
.petal:nth-child(13), .petal.petal-snow-13 { left: 48%; width: 14px; height: 14px; border-radius: 50% 0 50% 50%; background: radial-gradient(ellipse, #F2A7A7 40%, #ffffff 100%); filter: drop-shadow(0 0 4px #F2A7A7); animation-duration: 16s; animation-delay: 4s; }
.petal:nth-child(14), .petal.petal-snow-14 { left: 68%; width: 7px; height: 7px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 8px rgba(255,255,255,0.9); animation-duration: 10.5s; animation-delay: 2.2s; }
.petal:nth-child(15), .petal.petal-snow-15 { left: 88%; width: 10px; height: 10px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 10px rgba(255,255,255,0.95); animation-duration: 7.5s; animation-delay: 3.8s; }

@keyframes petalFall {
  0%   { opacity: 0; transform: translateY(-10px) rotate(0deg) translateX(0); }
  10%  { opacity: 0.85; }
  50%  { transform: translateY(50vh) rotate(180deg) translateX(35px); }
  90%  { opacity: 0.7; }
  100% { opacity: 0; transform: translateY(105vh) rotate(360deg) translateX(-25px); }
}

/* ==========================================================================
   FULLSCREEN SPLIT-PORTAL WRAPPER
   ========================================================================== */
.portal-wrapper {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  background: #0f0c0e;
}

/* ==========================================================================
   LEFT CINEMATIC SHOWCASE (DESKTOP)
   ========================================================================== */
.portal-showcase {
  flex: 1.15;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 70px;
  overflow: hidden;
  color: #ffffff;
}

/* Cinematic Background Slideshow / Ken-Burns */
.showcase-bg-layer {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-size: cover;
  background-position: center;
  filter: brightness(0.68) saturate(1.15);
  animation: kenBurnsSlow 24s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes kenBurnsSlow {
  0% { transform: scale(1) translate(0, 0); }
  50% { transform: scale(1.08) translate(-10px, -8px); }
  100% { transform: scale(1.03) translate(8px, 6px); }
}

.showcase-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(15, 12, 14, 0.88) 0%, rgba(110, 46, 58, 0.45) 50%, rgba(15, 12, 14, 0.92) 100%),
              radial-gradient(circle at 30% 20%, rgba(242, 167, 167, 0.3) 0%, transparent 60%);
  z-index: 1;
}

.showcase-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
}

.showcase-logo-badge {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(242, 167, 167, 0.3));
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-script);
  font-size: 26px;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.showcase-brand-name {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

.showcase-brand-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--rose-primary);
}

.showcase-body {
  position: relative;
  z-index: 2;
  max-width: 580px;
  margin: 40px 0;
}

.showcase-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242, 167, 167, 0.2);
  border: 1px solid rgba(242, 167, 167, 0.45);
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  margin-bottom: 22px;
  box-shadow: 0 4px 16px rgba(242, 167, 167, 0.25);
}

.showcase-pill-badge i {
  color: var(--gold-glow);
  animation: pulseGold 2s infinite;
}

@keyframes pulseGold {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.2); }
}

.showcase-headline {
  font-family: var(--font-serif);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #ffffff 30%, #f7d2d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.showcase-headline span {
  font-family: var(--font-script);
  font-size: 58px;
  font-weight: 400;
  background: linear-gradient(135deg, #F2A7A7 0%, #e8c372 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  transform: translateY(4px);
}

.showcase-description {
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 34px;
  font-weight: 400;
}

/* Floating Stats Grid */
.showcase-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.showcase-stat-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 16px 18px;
  transition: all 0.3s ease;
}

.showcase-stat-card:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-4px);
  border-color: rgba(242, 167, 167, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.stat-icon {
  font-size: 18px;
  color: var(--rose-primary);
  margin-bottom: 8px;
}

.stat-num {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.stat-label {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  margin-top: 2px;
}

.showcase-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
}

.showcase-footer a {
  color: var(--rose-primary);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.showcase-footer a:hover {
  color: #ffffff;
}

/* ==========================================================================
   RIGHT FORM DECK (GLASSMORPHISM LUXURY)
   ========================================================================== */
.portal-form-deck {
  flex: 0.95;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  position: relative;
  background: linear-gradient(135deg, #181316 0%, #20181c 50%, #151013 100%);
}

.deck-glow-halo {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 167, 167, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}

.deck-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border-radius: 32px;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 40px rgba(242, 167, 167, 0.2);
  padding: 44px 40px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Royal 3D Wax Seal Monogram */
.deck-seal-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.deck-seal {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fddde2 0%, #F2A7A7 40%, #c46476 80%, #6e2e3a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(196, 100, 118, 0.45), inset 0 2px 5px rgba(255, 255, 255, 0.7);
  border: 2.5px solid rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 2;
}

.deck-seal-monogram {
  font-family: var(--font-script);
  font-size: 42px;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(110, 46, 58, 0.5);
  line-height: 1;
}

.deck-seal-ring-outer {
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 1.5px dashed rgba(242, 167, 167, 0.85);
  animation: rotateClockwise 28s linear infinite;
  z-index: 1;
}

.deck-seal-ring-inner {
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  border-radius: 50%;
  border: 1px dotted rgba(212, 175, 55, 0.6);
  animation: rotateCounterClockwise 35s linear infinite;
  z-index: 0;
}

@keyframes rotateClockwise {
  100% { transform: rotate(360deg); }
}

@keyframes rotateCounterClockwise {
  100% { transform: rotate(-360deg); }
}

/* Badge Indicator */
.deck-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(242, 167, 167, 0.16);
  border: 1px solid rgba(242, 167, 167, 0.45);
  color: var(--rose-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.deck-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--rose-dark);
  margin: 0 0 6px;
  letter-spacing: -0.5px;
}

.deck-subtitle {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0 0 26px;
}

/* ==========================================================================
   FAIR DUAL-ROLE BALANCE SYSTEM (ZERO BIAS)
   ========================================================================== */
.deck-roles-container {
  margin-bottom: 24px;
}

.deck-roles-fair-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background: #faf4f5;
  border: 1.5px solid #ebd7dc;
  border-radius: 18px;
  padding: 10px;
}

.role-fair-card {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  background: #ffffff;
  border: 1px solid rgba(230, 205, 212, 0.7);
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  transition: all 0.25s ease;
}

.role-fair-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.role-fair-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.role-pengantin .role-fair-icon {
  background: rgba(242, 167, 167, 0.25);
  color: #b55d6e;
}

.role-admin .role-fair-icon {
  background: rgba(74, 78, 105, 0.15);
  color: #4a4e69;
}

.role-fair-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.role-fair-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.2;
  white-space: nowrap;
}

.role-fair-desc {
  font-size: 10px;
  color: var(--text-muted);
  line-height: 1.2;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.role-fair-status-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  padding: 4px 12px;
  background: rgba(242, 167, 167, 0.15);
  border: 1px dashed rgba(242, 167, 167, 0.6);
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 700;
  color: #8c5360;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.role-fair-status-bar i {
  color: #d4af37;
}

/* Form Styles */
.deck-form-group {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

.deck-label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--rose-dark);
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.deck-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.deck-input-icon {
  position: absolute;
  left: 18px;
  color: #bfa3ab;
  font-size: 15px;
  transition: color 0.25s ease;
  pointer-events: none;
  z-index: 2;
}

.deck-input {
  width: 100%;
  height: 52px;
  padding: 12px 48px 12px 48px;
  font-family: var(--font-main);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-main);
  background: #ffffff;
  border: 1.5px solid #ebd3d8;
  border-radius: 16px;
  outline: none;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.deck-input:focus {
  border-color: var(--rose-primary);
  background: #fffdfd;
  box-shadow: 0 0 0 4px rgba(242, 167, 167, 0.28), inset 0 2px 4px rgba(0, 0, 0, 0.01);
}

.deck-input:focus ~ .deck-input-icon {
  color: var(--rose-deep);
}

/* Password Toggle Button */
.deck-pw-toggle {
  position: absolute;
  right: 16px;
  background: none;
  border: none;
  color: #bfa3ab;
  font-size: 15px;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
  z-index: 2;
}

.deck-pw-toggle:hover {
  color: var(--rose-deep);
}

/* Options Row (Remember Me & Help) */
.deck-options-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 22px;
  font-size: 12.5px;
}

.deck-remember-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  user-select: none;
  color: var(--text-muted);
  font-weight: 500;
}

.deck-remember-wrap input[type="checkbox"] {
  accent-color: var(--rose-deep);
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.deck-help-link {
  color: var(--rose-deep);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.deck-help-link:hover {
  color: var(--rose-dark);
  text-decoration: underline;
}

/* Submit Button */
.btn-deck-submit {
  width: 100%;
  height: 54px;
  background: linear-gradient(135deg, #F2A7A7 0%, #d87093 50%, #b55d6e 100%);
  background-size: 200% auto;
  color: #ffffff;
  border: none;
  border-radius: 16px;
  font-family: var(--font-main);
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(216, 112, 147, 0.45);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-deck-submit:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(216, 112, 147, 0.55);
  color: #ffffff;
}

.btn-deck-submit:active {
  transform: translateY(0);
}

/* Divider & Prompts */
.deck-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 26px 0 20px;
}

.deck-divider::before,
.deck-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ebced4;
}

.deck-divider span {
  padding: 0 14px;
  font-size: 11.5px;
  color: #ab9299;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.deck-register-prompt {
  font-size: 13.5px;
  color: var(--text-muted);
  margin-bottom: 18px;
  line-height: 1.5;
}

.deck-register-prompt a {
  color: var(--rose-deep);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1.5px dotted var(--rose-primary);
  transition: all 0.2s;
}

.deck-register-prompt a:hover {
  color: var(--rose-dark);
  border-bottom-style: solid;
  transform: translateY(-1px);
}

.deck-back-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #8c757d;
  text-decoration: none;
  transition: all 0.25s;
}

.deck-back-home:hover {
  color: var(--rose-deep);
  text-decoration: none;
  transform: translateX(-4px);
}

/* Alerts */
.deck-alert {
  border-radius: 14px;
  padding: 12px 18px;
  margin-bottom: 22px;
  font-size: 13.5px;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}

.deck-alert-error {
  background: #fef2f2;
  border: 1.5px solid #fca5a5;
  color: #991b1b;
}

.deck-alert-success {
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  color: #166534;
}

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .portal-wrapper {
    flex-direction: column;
  }
  .portal-showcase {
    flex: none;
    padding: 50px 30px 40px;
    min-height: 380px;
  }
  .showcase-headline {
    font-size: 32px;
  }
  .showcase-headline span {
    font-size: 42px;
  }
  .showcase-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .portal-form-deck {
    flex: none;
    padding: 30px 20px 60px;
  }
}

@media (max-width: 640px) {
  .portal-showcase {
    display: none; /* Streamline on mobile directly to luxury deck */
  }
  .portal-form-deck {
    min-height: 100vh;
    padding: 30px 16px;
  }
  .deck-card {
    padding: 36px 24px 28px;
    border-radius: 26px;
  }
  .deck-title {
    font-size: 24px;
  }
  .deck-input {
    height: 48px;
    font-size: 14px;
  }
  .btn-deck-submit {
    height: 50px;
    font-size: 15px;
  }
}
