/* ══════════════════════════════════════════════════════════════
   GOVERNANCE MATURITY ASSESSMENT — Page-Specific Styles
   ══════════════════════════════════════════════════════════════ */

:root {
  --abyss: #0D1B2A;
  --abyss-light: #1E3A5F;
  --aqueous-gold: #C5A55A;
  --snow: #E3F2FD;
  --sacred-mint: #C8E6C9;
  --glacier-ice: #B3E0FF;
}

/* ══ HEADER (Sticky) ══ */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(30, 58, 95, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(179, 224, 255, 0.08);
  transition: box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

header.scrolled {
  box-shadow: 0 4px 40px rgba(30, 58, 95, 0.25);
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.logo {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--ceremonial-snow);
  letter-spacing: 0.06em;
  text-decoration: none;
  z-index: 110;
}

.logo em {
  color: var(--aqueous-gold);
  font-style: normal;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(227, 242, 253, 0.85);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: var(--glacier-ice);
}

.nav-links .cta-nav {
  color: var(--aqueous-gold);
  border: 1px solid rgba(230, 216, 167, 0.3);
  padding: 0.45rem 1.1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.nav-links .cta-nav:hover {
  background: var(--aqueous-gold);
  color: var(--abyss);
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.68rem;
  color: rgba(227, 242, 253, 0.5);
  letter-spacing: 0.1em;
  z-index: 110;
  white-space: nowrap;
}

.lang-switch a {
  color: inherit;
  text-decoration: none;
  padding: 0.2em 0.4em;
  transition: color 0.3s;
}

.lang-switch a.active {
  color: var(--aqueous-gold);
  border: 1px solid rgba(230, 216, 167, 0.3);
  padding: 0.2em 0.5em;
}

.lang-switch a:hover {
  color: var(--glacier-ice);
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 110;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--glacier-ice);
  margin: 5px 0;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(13, 27, 42, 0.99);
    padding: 2rem;
    border-bottom: 1px solid rgba(230, 216, 167, 0.1);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 0.8rem 0;
  }

  .menu-toggle {
    display: block;
  }

  .lang-switch {
    position: absolute;
    top: 1rem;
    left: 2rem;
  }
}

/* ══ SKIP LINK ══ */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  background: #0D1B2A;
  color: #E3F2FD;
  padding: 12px 24px;
  text-align: center;
  font-size: 0.9rem;
  z-index: 10000;
  transition: top 0.2s;
  text-decoration: none;
  font-family: 'Tajawal', sans-serif;
}

.skip-link:focus {
  top: 0;
}

/* ══ HERO SECTION ══ */
.assessment-hero {
  background: var(--abyss);
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(230, 216, 167, 0.1);
}

.assessment-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(179, 224, 255, 0.03) 0%, transparent 60%);
  pointer-events: none;
  animation: float 25s ease-in-out infinite;
}

.hero-content {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--aqueous-gold);
  margin-bottom: 1rem;
  font-weight: 500;
  opacity: 0.7;
}

.hero-title {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 600;
  color: var(--ceremonial-snow);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.hero-subtitle {
  font-size: 0.95rem;
  color: rgba(227, 242, 253, 0.75);
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.hero-duration {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--aqueous-gold);
  margin-top: 1.5rem;
}

/* ══ MAIN ASSESSMENT CONTAINER ══ */
.assessment-container {
  background: var(--ceremonial-snow);
  min-height: 100vh;
  padding: 3rem 2rem;
}

.assessment-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 20px rgba(13, 27, 42, 0.08);
  overflow: hidden;
}

/* ══ PROGRESS BAR ══ */
.progress-section {
  background: linear-gradient(90deg, var(--abyss) 0%, rgba(13, 27, 42, 0.8) 100%);
  padding: 2rem;
  color: white;
  border-bottom: 1px solid rgba(230, 216, 167, 0.15);
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.progress-title {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
}

.progress-counter {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
}

.progress-bar-container {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--aqueous-gold), var(--sacred-mint));
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  width: 0%;
}

.dimensions-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.8rem;
}

.dimension-indicator {
  padding: 0.6rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  font-size: 0.7rem;
  text-align: center;
  border-left: 3px solid rgba(230, 216, 167, 0.3);
  transition: all 0.3s;
  cursor: pointer;
}

.dimension-indicator.active {
  background: rgba(230, 216, 167, 0.15);
  border-left-color: var(--aqueous-gold);
  font-weight: 600;
}

.dimension-indicator.completed {
  border-left-color: var(--sacred-mint);
}

/* ══ QUESTION SECTION ══ */
.questions-section {
  padding: 3rem 2.5rem;
  min-height: 500px;
}

.question-content {
  display: none;
  animation: fadeIn 0.4s ease-in;
}

.question-content.active {
  display: block;
}

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

.question-block {
  margin-bottom: 2rem;
  padding: 1.8rem;
  background: var(--lac-leman);
  border-radius: 4px;
  border-right: 4px solid var(--aqueous-gold);
  transition: all 0.3s;
}

.question-block:hover {
  box-shadow: 0 4px 16px rgba(179, 224, 255, 0.12);
}

.question-number {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--aqueous-gold);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.question-text {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--abyss);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.question-dimension {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--forest-depth);
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background: var(--bamboo-leaf);
  border-radius: 2px;
}

.answers-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.answer-option {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: white;
  border: 2px solid rgba(13, 27, 42, 0.1);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}

.answer-option:hover {
  border-color: var(--aqueous-gold);
  background: rgba(230, 216, 167, 0.03);
}

.answer-option input[type="radio"] {
  margin-top: 0.25rem;
  cursor: pointer;
  accent-color: var(--aqueous-gold);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.answer-option input[type="radio"]:focus-visible {
  outline: 2px solid var(--aqueous-gold);
  outline-offset: 2px;
}

.answer-label {
  flex: 1;
  cursor: pointer;
}

.answer-label-score {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--aqueous-gold);
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}

.answer-label-text {
  font-size: 0.95rem;
  color: var(--abyss);
  line-height: 1.5;
}

.answer-option.selected {
  border-color: var(--aqueous-gold);
  background: rgba(230, 216, 167, 0.08);
}

.answer-option.selected input[type="radio"] {
  accent-color: var(--forest-depth);
}

/* ══ NAVIGATION BUTTONS ══ */
.navigation-buttons {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(13, 27, 42, 0.1);
}

.nav-button {
  flex: 1;
  padding: 0.9rem 1.5rem;
  border: 2px solid rgba(13, 27, 42, 0.15);
  background: white;
  color: var(--abyss);
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 3px;
}

.nav-button:hover:not(:disabled) {
  border-color: var(--aqueous-gold);
  background: rgba(230, 216, 167, 0.08);
  color: var(--forest-depth);
}

.nav-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.nav-button.next-btn {
  background: var(--aqueous-gold);
  color: var(--abyss);
  border-color: var(--aqueous-gold);
}

.nav-button.next-btn:hover:not(:disabled) {
  background: var(--sandalwood);
  border-color: var(--sandalwood);
}

/* ══ RESULTS SECTION ══ */
.results-section {
  display: none;
  animation: fadeIn 0.5s ease-in;
}

.results-section.active {
  display: block;
}

.results-header {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, var(--abyss) 0%, rgba(13, 27, 42, 0.9) 100%);
  color: white;
  border-bottom: 1px solid rgba(230, 216, 167, 0.15);
}

.results-title {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.results-subtitle {
  font-size: 0.95rem;
  color: rgba(227, 242, 253, 0.8);
}

.results-content {
  padding: 3rem 2.5rem;
  background: var(--ceremonial-snow);
}

.results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.results-radar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.radar-canvas {
  max-width: 100%;
  height: auto;
}

.results-score-card {
  background: white;
  border-radius: 4px;
  border: 2px solid var(--lac-leman);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.score-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 1rem;
}

.score-number {
  font-family: var(--serif);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--forest-depth);
}

.score-max {
  font-size: 1.2rem;
  color: var(--text-70);
  margin-right: 0.5rem;
}

.score-percentage {
  font-size: 1rem;
  color: var(--aqueous-gold);
  font-weight: 600;
}

.score-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-50);
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.gate-level {
  text-align: center;
  padding: 1.2rem;
  background: linear-gradient(135deg, var(--bamboo-leaf), rgba(200, 230, 201, 0.8));
  border-radius: 3px;
  border-left: 4px solid var(--sacred-mint);
  margin-bottom: 1.5rem;
}

.gate-level.gate1 {
  background: linear-gradient(135deg, #FFEBEE, rgba(239, 154, 154, 0.15));
  border-left-color: var(--ember);
}

.gate-level.gate2 {
  background: linear-gradient(135deg, #FFF3E0, rgba(255, 167, 38, 0.15));
  border-left-color: #FFA726;
}

.gate-level.gate3 {
  background: linear-gradient(135deg, #FFF9C4, rgba(255, 235, 59, 0.15));
  border-left-color: #FFD54F;
}

.gate-level.gate4 {
  background: linear-gradient(135deg, var(--bamboo-leaf), rgba(200, 230, 201, 0.8));
  border-left-color: var(--sacred-mint);
}

.gate-name {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--abyss);
  margin-bottom: 0.3rem;
}

.gate-description {
  font-size: 0.85rem;
  color: var(--text-70);
  line-height: 1.5;
}

.dimensions-breakdown {
  background: white;
  border-radius: 4px;
  border: 2px solid var(--lac-leman);
  padding: 2rem;
  margin-bottom: 2rem;
}

.breakdown-title {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--abyss);
  margin-bottom: 1.5rem;
}

.dimension-score {
  margin-bottom: 1.5rem;
}

.dimension-score:last-child {
  margin-bottom: 0;
}

.dimension-score-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}

.dimension-score-name {
  font-weight: 600;
  color: var(--abyss);
  font-size: 0.95rem;
}

.dimension-score-value {
  font-weight: 700;
  color: var(--forest-depth);
  font-size: 1rem;
}

.dimension-score-bar {
  height: 6px;
  background: rgba(13, 27, 42, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.dimension-score-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--sacred-mint), var(--forest-depth));
  border-radius: 3px;
  transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.recommendation-section {
  background: linear-gradient(135deg, var(--abyss) 0%, rgba(13, 27, 42, 0.9) 100%);
  color: white;
  padding: 2.5rem;
  border-radius: 4px;
  margin-bottom: 2rem;
}

.recommendation-title {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  color: var(--aqueous-gold);
}

.recommendation-text {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: rgba(227, 242, 253, 0.9);
}

.recommendation-program {
  background: rgba(230, 216, 167, 0.1);
  border-left: 3px solid var(--aqueous-gold);
  padding: 1.2rem;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.program-name {
  font-weight: 700;
  color: var(--aqueous-gold);
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.program-duration {
  font-size: 0.85rem;
  color: rgba(227, 242, 253, 0.7);
}

.trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  padding: 2rem;
  background: rgba(227, 242, 253, 0.02);
  border: 1px solid rgba(179, 224, 255, 0.08);
  border-radius: 2px;
  margin-bottom: 2rem;
}

.trust-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
}

.trust-badge-icon {
  font-size: 1.8rem;
}

.trust-badge-text {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: rgba(227, 242, 253, 0.75);
  font-weight: 500;
  line-height: 1.4;
}

/* ══ CALL-TO-ACTION ══ */
.results-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}

.cta-button {
  padding: 1rem 2rem;
  border-radius: 3px;
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid var(--aqueous-gold);
  color: var(--abyss);
}

.cta-button.primary {
  background: var(--aqueous-gold);
  color: var(--abyss);
}

.cta-button.primary:hover {
  background: var(--sandalwood);
  border-color: var(--sandalwood);
}

.cta-button.secondary {
  background: transparent;
  color: var(--abyss);
  border-color: rgba(13, 27, 42, 0.2);
}

.cta-button.secondary:hover {
  background: rgba(13, 27, 42, 0.05);
  border-color: var(--aqueous-gold);
}

/* ══ PRINT STYLES ══ */
@media print {
  header, .skip-link, .navigation-buttons {
    display: none !important;
  }

  .assessment-container {
    background: white;
    padding: 0;
  }

  .assessment-wrapper {
    box-shadow: none;
    border: 1px solid #ccc;
  }

  .questions-section {
    display: none;
  }

  .results-section {
    display: block !important;
  }

  .results-cta {
    display: none;
  }
}

/* ══ RESPONSIVE DESIGN ══ */
@media (max-width: 768px) {
  .assessment-container {
    padding: 1.5rem 1rem;
  }

  .questions-section {
    padding: 2rem 1.5rem;
  }

  .results-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .question-block {
    padding: 1.2rem;
  }

  .question-text {
    font-size: 1rem;
  }

  .results-content {
    padding: 2rem 1.5rem;
  }

  .recommendation-section {
    padding: 1.5rem;
  }

  .dimensions-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  nav {
    padding: 0.7rem 1rem;
  }

  .logo {
    font-size: 1.1rem;
  }

  .hero-title {
    font-size: 1.4rem;
  }

  .questions-section {
    padding: 1.5rem 1rem;
  }

  .question-block {
    padding: 1rem;
  }

  .question-text {
    font-size: 0.95rem;
  }

  .navigation-buttons {
    flex-direction: column;
  }

  .nav-button {
    width: 100%;
  }

  .dimensions-list {
    grid-template-columns: 1fr;
  }

  .results-grid {
    padding: 0;
  }

  .score-number {
    font-size: 2.5rem;
  }

  .recommendation-section {
    padding: 1.2rem;
  }

  .results-cta {
    flex-direction: column;
  }

  .cta-button {
    width: 100%;
    text-align: center;
  }
}

/* ══ ANIMATIONS ══ */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.reveal {
  animation: slideIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ══ ACCESSIBILITY ══ */
*:focus-visible {
  outline: 2px solid var(--aqueous-gold);
  outline-offset: 3px;
}

button:focus-visible {
  outline: 2px solid var(--glacier-ice);
  outline-offset: 2px;
}

input[type="radio"]:focus-visible {
  outline: 2px solid var(--aqueous-gold);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 27, 42, 0.7);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.modal-overlay.active {
  display: flex;
}

.modal-content {
  background: white;
  padding: 3rem;
  border-radius: 4px;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
}

.modal-content h2 {
  margin-bottom: 1.5rem;
  color: var(--abyss);
}

.modal-content p {
  margin-bottom: 1rem;
  color: var(--text-70);
  line-height: 1.8;
}

.modal-close {
  background: var(--aqueous-gold);
  color: var(--abyss);
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 1.5rem;
}

.modal-close:hover {
  background: var(--sandalwood);
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--aqueous-gold);
  color: var(--abyss);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 50;
  text-decoration: none;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--sandalwood);
  transform: translateY(-3px);
}

.back-to-top svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
}

footer {
  background: var(--abyss-deep);
  color: white;
  padding: 3rem 2rem;
  border-top: 1px solid rgba(230, 216, 167, 0.1);
  margin-top: 3rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.footer-left p {
  font-size: 0.7rem;
  color: rgba(227, 242, 253, 0.6);
  line-height: 1.6;
}

.footer-right {
  display: flex;
  gap: 1.5rem;
}

.footer-right a {
  font-size: 0.65rem;
  color: rgba(227, 242, 253, 0.6);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-right a:hover {
  color: var(--aqueous-gold);
  text-decoration: underline;
}

.feng-shui-bar {
  border-top: 1px solid rgba(230, 216, 167, 0.1);
  padding-top: 1rem;
  margin-top: 1rem;
}

.feng-shui-inner {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.fs-indicator {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.65rem;
  color: rgba(227, 242, 253, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fs-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.fs-dot.water {
  background: var(--glacier-ice);
}

.fs-dot.wood {
  background: var(--sacred-mint);
}

.fs-dot.gold {
  background: var(--aqueous-gold);
}
.sr-only:focus{position:fixed!important;top:0;left:0;width:auto;height:auto;clip:auto;overflow:visible;z-index:9999}
