/* ==========================================================================
   Solutions Hub Design System (Warm Luxury & Minimalist Architectural Light Mode)
   Inspired by IslandFlow & Clean Minimal Beige
   Domain: solutions.hero-apps.com
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  /* Warm Cream & Sand Foundation */
  --bg-cream: hsl(38, 30%, 98%);
  --bg-surface: #ffffff;
  --bg-panel: hsla(38, 30%, 96%, 0.85);
  --bg-panel-elevated: #ffffff;
  --bg-panel-translucent: rgba(255, 255, 255, 0.88);
  --bg-card: rgba(255, 255, 255, 0.95);
  --bg-card-hover: #ffffff;

  /* Refined Stone & Gold Borders */
  --border-subtle: hsla(38, 25%, 50%, 0.16);
  --border-medium: hsla(38, 30%, 55%, 0.26);
  --border-highlight: hsl(38, 42%, 42%);

  /* Warm Champagne Gold & Sand Accents (SMB Theme) */
  --primary-gold: hsl(38, 42%, 42%);        /* Rich Warm Gold / Sand */
  --primary-gold-hover: hsl(38, 48%, 35%);  /* Deep Sand Amber */
  --primary-glow: hsla(38, 40%, 45%, 0.12);
  --primary-btn-text: #ffffff;

  --accent-teal: hsl(188, 60%, 28%);        /* Deep Ocean Slate */
  --accent-teal-glow: hsla(188, 60%, 28%, 0.1);

  /* Deep Charcoal Slate Typography */
  --text-primary: hsl(215, 28%, 12%);       /* Deep Charcoal Slate #0f172a */
  --text-secondary: hsl(215, 14%, 34%);     /* Warm Slate #475569 */
  --text-muted: hsl(215, 10%, 50%);         /* Muted Slate #64748b */
  --text-light: #ffffff;

  /* Typography Stacks */
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-mono: 'JetBrains Mono', monospace;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Soft Organic Shadows */
  --shadow-sm: 0 4px 16px rgba(38, 30, 20, 0.04);
  --shadow-card: 0 10px 30px -8px rgba(38, 30, 20, 0.07);
  --shadow-elevated: 0 20px 40px -12px rgba(38, 30, 20, 0.1);

  --transition-fast: 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   Base & Reset
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-sans);
  background-color: var(--bg-cream);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background-color: var(--bg-cream);
  background-image: 
    radial-gradient(circle at 50% 0%, hsla(38, 45%, 92%, 0.55) 0%, transparent 60%),
    radial-gradient(circle at 90% 15%, hsla(188, 40%, 94%, 0.4) 0%, transparent 40%),
    radial-gradient(circle at 10% 80%, hsla(38, 35%, 93%, 0.45) 0%, transparent 50%);
  background-attachment: fixed;
}

/* ==========================================================================
   Dedicated Tourism & Hospitality Sea Blue Theme
   ========================================================================== */
body.theme-tourism {
  --primary-gold: hsl(196, 78%, 34%);        /* Deep Caribbean Sea Blue #11789c */
  --primary-gold-hover: hsl(196, 85%, 28%);  /* Oceanic Blue #0b607e */
  --primary-glow: hsla(196, 78%, 34%, 0.15);
  --border-highlight: hsl(196, 75%, 38%);
  
  background-image: 
    radial-gradient(circle at 50% 0%, hsla(196, 45%, 92%, 0.55) 0%, transparent 60%),
    radial-gradient(circle at 90% 15%, hsla(185, 50%, 93%, 0.45) 0%, transparent 40%),
    radial-gradient(circle at 10% 80%, hsla(38, 35%, 93%, 0.4) 0%, transparent 50%);
}

body.theme-tourism .badge {
  background: hsla(196, 75%, 45%, 0.1);
  border-color: hsla(196, 70%, 40%, 0.25);
  color: hsl(196, 80%, 32%);
}

body.theme-tourism .badge-dot {
  background: hsl(196, 80%, 34%);
}

body.theme-tourism .card-icon {
  background: hsla(196, 70%, 93%, 0.85);
  color: hsl(196, 80%, 34%);
  border-color: hsla(196, 40%, 75%, 0.35);
}

body.theme-tourism .brand-mark {
  color: hsl(196, 80%, 34%);
  border-color: hsla(196, 30%, 75%, 0.35);
}

body.theme-tourism .success-icon-wrap {
  background: hsla(196, 70%, 93%, 1);
  border-color: hsl(196, 80%, 34%);
  color: hsl(196, 80%, 34%);
}

body.theme-tourism .step-indicator.active {
  background: hsl(196, 80%, 34%);
  border-color: hsl(196, 80%, 34%);
  box-shadow: 0 0 10px rgba(17, 120, 156, 0.35);
}

body.theme-tourism .step-indicator.completed {
  background: hsla(196, 70%, 92%, 1);
  border-color: hsl(196, 80%, 34%);
  color: hsl(196, 80%, 34%);
}

body.theme-tourism .btn-primary {
  background: hsl(196, 80%, 34%);
  border-color: hsl(196, 80%, 34%);
  box-shadow: 0 4px 14px rgba(17, 120, 156, 0.25);
}

body.theme-tourism .btn-primary:hover {
  background: hsl(196, 85%, 28%);
  border-color: hsl(196, 85%, 28%);
  box-shadow: 0 8px 20px rgba(17, 120, 156, 0.35);
}

body.theme-tourism .scale-btn.active,
body.theme-tourism .feedback-cat-pill.active {
  background: hsl(196, 80%, 34%);
  border-color: hsl(196, 80%, 34%);
}

body.theme-tourism .proof-badge {
  background: hsla(196, 70%, 93%, 1);
  color: hsl(196, 80%, 34%);
  border-color: hsla(196, 40%, 75%, 0.35);
}

body.theme-tourism .floating-feedback-btn {
  color: hsl(196, 80%, 34%);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: none;
  border: none;
}

img, svg {
  display: block;
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ==========================================================================
   Typography & Accents
   ========================================================================== */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.22;
  color: var(--text-primary);
  letter-spacing: -0.015em;
}

h1 {
  font-size: clamp(2.35rem, 4.6vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.025em;
}

h2 {
  font-size: clamp(1.85rem, 3.4vw, 2.4rem);
  font-weight: 500;
}

h3 {
  font-size: 1.25rem;
  font-family: var(--font-sans);
  font-weight: 700;
}

p {
  color: var(--text-secondary);
}

.text-gold {
  color: var(--primary-gold);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: hsla(38, 45%, 55%, 0.1);
  border: 1px solid hsla(38, 45%, 45%, 0.25);
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary-gold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-sans);
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-gold);
}

/* ==========================================================================
   Navigation Bar (Minimal, High-End & Clean)
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(253, 251, 247, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-subtle);
  transition: all var(--transition-smooth);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--text-primary);
  font-family: var(--font-serif);
  letter-spacing: -0.01em;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid var(--border-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  box-shadow: var(--shadow-sm);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.nav-link:hover {
  color: var(--primary-gold);
}

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

/* ==========================================================================
   Buttons & Actions
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-smooth);
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition-fast);
}

.btn-primary {
  background: var(--primary-gold);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 14px rgba(179, 136, 56, 0.22);
  border: 1px solid var(--primary-gold);
}

.btn-primary:hover {
  background: var(--primary-gold-hover);
  border-color: var(--primary-gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(179, 136, 56, 0.3);
  color: #ffffff;
}

.btn-primary:hover .btn-arrow svg {
  transform: translateX(4px);
}

.btn-secondary {
  background: #ffffff;
  border: 1px solid var(--border-medium);
  color: var(--text-primary);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  background: hsla(38, 40%, 96%, 0.9);
  border-color: var(--primary-gold);
  color: var(--primary-gold);
}

.btn-back:hover .btn-arrow svg {
  transform: translateX(-4px);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.84rem;
  border-radius: var(--radius-sm);
}

.btn-lg {
  padding: 15px 30px;
  font-size: 1rem;
  border-radius: var(--radius-md);
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  padding: 76px 0 64px;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 52px;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-lead {
  font-size: 1.12rem;
  color: var(--text-secondary);
  line-height: 1.68;
  font-weight: 400;
  max-width: 560px;
}

.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--border-subtle);
}

.hero-stat-item {
  display: flex;
  flex-direction: column;
}

.hero-stat-num {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--primary-gold);
  font-family: var(--font-serif);
}

.hero-stat-label {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Diagnostic Intake Form Card (Clean Architectural Style)
   ========================================================================== */
.diagnostic-card {
  background: #ffffff;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-xl);
  padding: 34px;
  box-shadow: var(--shadow-elevated);
  position: relative;
  overflow: hidden;
}

.card-header {
  margin-bottom: 24px;
}

.card-header .card-title {
  font-size: 1.25rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-serif);
}

.card-header .card-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Form Progress Bar */
.form-progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  position: relative;
}

.form-progress-bar::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: hsla(38, 30%, 88%, 1);
  z-index: 1;
  transform: translateY(-50%);
}

.form-progress-fill {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background: var(--primary-gold);
  z-index: 2;
  transform: translateY(-50%);
  transition: width var(--transition-smooth);
}

.step-indicator {
  position: relative;
  z-index: 3;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--border-medium);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  transition: all var(--transition-smooth);
}

.step-indicator.active {
  background: var(--primary-gold);
  border-color: var(--primary-gold);
  color: #ffffff;
  box-shadow: 0 0 10px rgba(179, 136, 56, 0.35);
}

.step-indicator.completed {
  background: hsla(38, 45%, 92%, 1);
  border-color: var(--primary-gold);
  color: var(--primary-gold);
}

/* Form Steps */
.form-step {
  display: none;
  animation: fadeInStep 0.3s ease forwards;
}

.form-step.active {
  display: block;
}

@keyframes fadeInStep {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.step-prompt {
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--text-primary);
}

/* Options Grid */
.options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}

.option-pill-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: hsla(38, 30%, 98%, 0.8);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-fast);
  font-size: 0.86rem;
  color: var(--text-secondary);
}

.option-pill-label:hover {
  background: #ffffff;
  border-color: var(--border-medium);
  color: var(--text-primary);
  box-shadow: var(--shadow-sm);
}

.option-pill-label input[type="radio"] {
  accent-color: var(--primary-gold);
  width: 16px;
  height: 16px;
}

.option-pill-label.selected {
  background: hsla(38, 45%, 94%, 0.9);
  border-color: var(--primary-gold);
  color: var(--text-primary);
  font-weight: 600;
}

/* Form Controls */
.form-group {
  margin-bottom: 15px;
}

.form-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-secondary);
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 11px 15px;
  background: #ffffff;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-size: 0.9rem;
  transition: all var(--transition-fast);
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 3px rgba(179, 136, 56, 0.14);
  background: #ffffff;
}

.form-input::placeholder, .form-textarea::placeholder {
  color: var(--text-muted);
}

.form-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  gap: 12px;
}

/* Success Screen */
.step-success {
  text-align: center;
  padding: 8px 0;
}

.success-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: hsla(38, 45%, 92%, 1);
  border: 2px solid var(--primary-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--primary-gold);
}

.blueprint-preview-box {
  background: hsla(38, 30%, 97%, 0.9);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  padding: 16px;
  text-align: left;
  margin: 16px 0;
  font-size: 0.84rem;
}

.blueprint-preview-box .bp-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.blueprint-preview-box .bp-row:last-child {
  border-bottom: none;
}

.bp-label {
  color: var(--text-muted);
}

.bp-val {
  font-weight: 600;
  color: var(--primary-gold);
}

/* ==========================================================================
   Pillars & Feature Cards
   ========================================================================== */
.section {
  padding: 86px 0;
  position: relative;
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 46px;
}

.section-header .section-title {
  margin-top: 12px;
  margin-bottom: 10px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.glass-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all var(--transition-smooth);
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}

.glass-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-highlight);
  box-shadow: var(--shadow-card);
}

.card-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: hsla(38, 45%, 92%, 0.8);
  border: 1px solid var(--border-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  margin-bottom: 18px;
}

.glass-card h3 {
  margin-bottom: 10px;
}

.glass-card p {
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.card-feature-list {
  list-style: none;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--text-secondary);
}

.card-feature-item svg {
  color: var(--primary-gold);
  flex-shrink: 0;
}

/* ==========================================================================
   Case Studies / Proof Cards
   ========================================================================== */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}

.proof-card {
  background: #ffffff;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--shadow-sm);
}

.proof-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proof-client {
  font-weight: 700;
  font-size: 1.05rem;
  font-family: var(--font-serif);
}

.proof-badge {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  background: hsla(38, 45%, 92%, 1);
  color: var(--primary-gold);
  border: 1px solid var(--border-medium);
  font-weight: 700;
}

.delta-compare-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: hsla(38, 30%, 97%, 0.9);
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
}

.delta-col {
  display: flex;
  flex-direction: column;
}

.delta-col-title {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.delta-val-before {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: #dc2626;
  text-decoration: line-through;
}

.delta-val-after {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-gold);
}

.proof-quote {
  font-size: 0.88rem;
  font-style: italic;
  color: var(--text-secondary);
}

/* ==========================================================================
   Methodology Process
   ========================================================================== */
.methodology-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.method-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}

.method-step-num {
  font-family: var(--font-serif);
  font-size: 2.1rem;
  font-weight: 700;
  color: hsla(38, 40%, 75%, 0.5);
  margin-bottom: 12px;
}

.method-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.method-card p {
  font-size: 0.85rem;
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */
.faq-wrap {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--transition-fast);
}

.faq-item.open {
  border-color: var(--primary-gold);
}

.faq-header {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

.faq-question {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--text-primary);
}

.faq-chevron {
  color: var(--primary-gold);
  transition: transform var(--transition-fast);
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 22px;
  font-size: 0.91rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

.faq-item.open .faq-body {
  max-height: 250px;
  padding-bottom: 18px;
}

/* ==========================================================================
   Feedback Drawer (Clean Numeric Scale - No Childish Stars)
   ========================================================================== */
.floating-feedback-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 80;
  background: #ffffff;
  border: 1px solid var(--border-medium);
  color: var(--primary-gold);
  padding: 9px 18px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: var(--shadow-card);
  transition: all var(--transition-smooth);
}

.floating-feedback-btn:hover {
  background: hsla(38, 40%, 96%, 1);
  border-color: var(--primary-gold);
  transform: translateY(-2px);
  box-shadow: var(--shadow-elevated);
}

.feedback-drawer {
  position: fixed;
  bottom: 0;
  right: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: #ffffff;
  border-left: 1px solid var(--border-medium);
  z-index: 110;
  transition: right var(--transition-smooth);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 35px rgba(38, 30, 20, 0.12);
  overflow-y: auto;
}

.feedback-drawer.open {
  right: 0;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.modal-close-btn {
  background: hsla(38, 30%, 94%, 1);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.modal-close-btn:hover {
  background: hsla(38, 30%, 88%, 1);
  color: var(--text-primary);
}

/* Numeric Rating Scale (Professional Alternative to Stars) */
.rating-scale {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 10px 0 16px;
}

.scale-btn {
  padding: 10px 0;
  background: hsla(38, 30%, 96%, 1);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition-fast);
  text-align: center;
}

.scale-btn:hover {
  background: #ffffff;
  border-color: var(--border-medium);
  color: var(--text-primary);
}

.scale-btn.active {
  background: var(--primary-gold);
  border-color: var(--primary-gold);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(179, 136, 56, 0.3);
}

.feedback-cat-pill {
  padding: 6px 14px;
  background: hsla(38, 30%, 96%, 1);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
}

.feedback-cat-pill.active {
  background: var(--primary-gold);
  border-color: var(--primary-gold);
  color: #ffffff;
}

/* ==========================================================================
   Toast Notification System
   ========================================================================== */
.toast-container {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background: #ffffff;
  border: 1px solid var(--primary-gold);
  border-radius: var(--radius-md);
  padding: 12px 20px;
  font-size: 0.88rem;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-card);
  animation: slideInToast 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideInToast {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   Site Footer (Professional Executive & Clean Layout)
   ========================================================================== */
.site-footer {
  background: hsla(38, 25%, 95%, 1);
  border-top: 1px solid var(--border-medium);
  padding: 64px 0 28px;
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 44px;
}

.footer-col-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-primary);
  margin-bottom: 16px;
  font-family: var(--font-sans);
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-links a {
  font-size: 0.86rem;
  color: var(--text-secondary);
}

.footer-links a:hover {
  color: var(--primary-gold);
}

.footer-brand p {
  font-size: 0.86rem;
  margin-top: 10px;
  margin-bottom: 16px;
  max-width: 280px;
}

.footer-social-row {
  display: flex;
  gap: 10px;
}

.social-icon-link {
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  background: #ffffff;
  border: 1px solid var(--border-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
}

.social-icon-link:hover {
  color: var(--primary-gold);
  border-color: var(--primary-gold);
}

.footer-bottom {
  padding-top: 22px;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 16px;
}

.footer-credit {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-credit a {
  color: var(--text-primary);
  font-weight: 600;
}

.footer-credit a:hover {
  color: var(--primary-gold);
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .methodology-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .options-grid {
    grid-template-columns: 1fr;
  }
  .methodology-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
