/* ============================================
   NEXUS HUB — Main Stylesheet
   Executive Business Center · Maputo
   ============================================ */

/* ── Variables ─────────────────────────────── */
:root {
  --dark:    #0A1628;
  --accent:  #1B3A6B;
  --blue:    #2E6DB4;
  --cyan:    #00B4D8;
  --light:   #E8EDF5;
  --white:   #F5F8FF;
  --muted:   rgba(245, 248, 255, 0.55);
  --border:  rgba(0, 180, 216, 0.15);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--dark);
  color: var(--white);
  overflow-x: hidden;
  cursor: none;
}

img { max-width: 100%; display: block; }
a  { text-decoration: none; color: inherit; }

/* ── Custom Cursor ─────────────────────────── */
.cursor {
  width: 10px;
  height: 10px;
  background: var(--cyan);
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
  mix-blend-mode: screen;
}

.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 180, 216, 0.45);
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: left 0.18s ease, top 0.18s ease, width 0.2s, height 0.2s;
}

/* ── Navigation ────────────────────────────── */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 5%;
  transition: background 0.4s, backdrop-filter 0.4s;
}

.navbar.scrolled {
  background: rgba(10, 22, 40, 0.93);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}

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

.nav-logo img {
  height: 46px;
  width: auto;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
}

.nav-logo-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 3px;
  line-height: 1;
}

.nav-logo-sub {
  font-size: 0.62rem;
  letter-spacing: 2.5px;
  color: var(--cyan);
  text-transform: uppercase;
  font-weight: 300;
}

.nav-links {
  display: flex;
  gap: 2.2rem;
  align-items: center;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  position: relative;
  transition: color 0.2s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--cyan);
  transition: width 0.3s ease;
}

.nav-links a:hover        { color: var(--white); }
.nav-links a:hover::after { width: 100%; }

/* ── Language Toggle ───────────────────────── */
.lang-toggle {
  display: flex;
  border: 1px solid rgba(0, 180, 216, 0.3);
  border-radius: 4px;
  overflow: hidden;
}

.lang-btn {
  padding: 5px 12px;
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  background: transparent;
  border: none;
  color: rgba(245, 248, 255, 0.5);
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
}

.lang-btn.active          { background: var(--cyan); color: var(--dark); font-weight: 500; }
.lang-btn:hover:not(.active) { color: var(--white); }

/* ── Buttons ───────────────────────────────── */
.btn-primary {
  padding: 14px 30px;
  background: var(--cyan);
  color: var(--dark);
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

.btn-primary:hover {
  background: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 180, 216, 0.25);
}

.btn-secondary {
  padding: 13px 30px;
  background: transparent;
  border: 1px solid rgba(0, 180, 216, 0.4);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.btn-secondary:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

/* ── Section Commons ───────────────────────── */
section { padding: 7rem 5%; position: relative; }

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 1rem;
}

.section-tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--cyan);
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.section-title span { color: var(--cyan); font-style: italic; }

.divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, var(--cyan), transparent);
  margin-bottom: 2rem;
}

/* ── Scroll Reveal ─────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── HERO ──────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 5%;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(46,109,180,0.18) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 20% 80%, rgba(0,180,216,0.08) 0%, transparent 60%),
    linear-gradient(160deg, #0A1628 0%, #0d1e35 50%, #0A1628 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(0,180,216,1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,180,216,1) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-line {
  position: absolute;
  left: 5%;
  top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, transparent, var(--cyan), transparent);
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  animation: fadeInUp 1s ease both;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 2rem;
}

.hero-tag::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--cyan);
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.hero-title span { color: var(--cyan); }

.hero-subtitle {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 2.8rem;
  font-weight: 300;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-stats {
  position: absolute;
  right: 5%;
  bottom: 12%;
  display: flex;
  gap: 3rem;
  z-index: 2;
  animation: fadeInRight 1.2s ease 0.4s both;
}

.stat-item { text-align: center; }

.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem;
  color: var(--cyan);
  line-height: 1;
  letter-spacing: 2px;
}

.stat-label {
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(245, 248, 255, 0.4);
  margin-top: 4px;
}

.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(245, 248, 255, 0.3);
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--cyan), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* ── SOBRE ─────────────────────────────────── */
#sobre {
  background: linear-gradient(160deg, #0d1e35 0%, #0A1628 100%);
}

.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.sobre-text p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 1.2rem;
  font-weight: 300;
}

.sobre-text p strong { color: var(--cyan); font-weight: 500; }

.sobre-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.value-card {
  padding: 1.4rem;
  border: 1px solid var(--border);
  background: rgba(27, 58, 107, 0.15);
  transition: border-color 0.3s, transform 0.3s;
}

.value-card:hover {
  border-color: rgba(0, 180, 216, 0.4);
  transform: translateY(-3px);
}

.value-icon { font-size: 1.4rem; margin-bottom: 0.7rem; }

.value-name {
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 0.3rem;
}

.value-desc { font-size: 0.82rem; color: rgba(245, 248, 255, 0.5); line-height: 1.5; }

.sobre-visual {
  position: relative;
  height: 480px;
}

.sobre-box {
  position: absolute;
  border: 1px solid rgba(0, 180, 216, 0.15);
  background: rgba(27, 58, 107, 0.1);
}

.sobre-box:nth-child(1) { inset: 0; }

.sobre-box:nth-child(2) {
  inset: 20px;
  border-color: rgba(0, 180, 216, 0.08);
  background: rgba(27, 58, 107, 0.2);
}

.sobre-box:nth-child(3) {
  bottom: 0; right: 0;
  width: 65%; height: 55%;
  background: rgba(27, 58, 107, 0.35);
  border-color: rgba(0, 180, 216, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  padding: 2rem;
}

.sobre-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.4;
}

.sobre-quote-sub {
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cyan);
}

.sobre-corner {
  position: absolute;
  top: 0; left: 0;
  width: 40px; height: 40px;
  border-top: 2px solid var(--cyan);
  border-left: 2px solid var(--cyan);
}

.sobre-corner-br {
  position: absolute;
  bottom: 0; right: 0;
  width: 40px; height: 40px;
  border-bottom: 2px solid var(--cyan);
  border-right: 2px solid var(--cyan);
}

/* ── SERVIÇOS ──────────────────────────────── */
#servicos { background: var(--dark); }

.servicos-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 5rem;
  align-items: end;
}

.servicos-intro p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
}

.service-tabs {
  display: flex;
  border-bottom: 1px solid rgba(0, 180, 216, 0.12);
  margin-bottom: 3rem;
}

.tab-btn {
  padding: 1rem 2rem;
  background: transparent;
  border: none;
  color: rgba(245, 248, 255, 0.4);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
}

.tab-btn.active { color: var(--cyan); }

.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  height: 2px;
  background: var(--cyan);
}

.tab-btn:hover:not(.active) { color: rgba(245, 248, 255, 0.7); }

.tab-panel         { display: none; }
.tab-panel.active  { display: block; }

/* Plans Grid */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.plan-card {
  border: 1px solid var(--border);
  background: rgba(27, 58, 107, 0.08);
  padding: 2.5rem 2rem;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}

.plan-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: transparent;
  transition: background 0.3s;
}

.plan-card:hover           { border-color: rgba(0,180,216,0.35); transform: translateY(-6px); }
.plan-card:hover::before   { background: var(--cyan); }
.plan-card.featured        { border-color: rgba(0,180,216,0.35); background: rgba(27,58,107,0.25); }
.plan-card.featured::before{ background: var(--cyan); }

.plan-badge {
  font-size: 0.65rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--cyan);
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.plan-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.plan-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  color: var(--cyan);
  font-weight: 300;
  margin-bottom: 0.3rem;
}

.plan-price sub { font-size: 1rem; vertical-align: super; }

.plan-period {
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  color: rgba(245, 248, 255, 0.4);
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.plan-features        { list-style: none; margin-bottom: 2rem; }

.plan-features li {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(245, 248, 255, 0.05);
  font-size: 0.85rem;
  color: rgba(245, 248, 255, 0.65);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.plan-features li::before {
  content: '—';
  color: var(--cyan);
  flex-shrink: 0;
  font-size: 0.8rem;
}

/* Private Office */
.private-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  border: 1px solid rgba(0, 180, 216, 0.2);
  padding: 3rem;
  background: rgba(27, 58, 107, 0.12);
}

.private-price-box {
  text-align: center;
  padding: 2rem;
  background: rgba(27, 58, 107, 0.3);
}

.private-price-label {
  font-size: 0.7rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 0.5rem;
}

.private-price-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
}

.private-price-sub {
  font-size: 0.75rem;
  color: rgba(245, 248, 255, 0.4);
}

.private-features {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.private-features li {
  font-size: 0.82rem;
  color: rgba(245, 248, 255, 0.6);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0.4rem 0;
}

.private-features li::before {
  content: '✦';
  color: var(--cyan);
  font-size: 0.6rem;
  flex-shrink: 0;
  margin-top: 3px;
}

/* Meeting Rooms */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.room-card {
  border: 1px solid rgba(0, 180, 216, 0.1);
  padding: 1.8rem 1.2rem;
  text-align: center;
  background: rgba(27, 58, 107, 0.08);
  transition: all 0.3s;
}

.room-card:hover {
  border-color: rgba(0, 180, 216, 0.4);
  background: rgba(27, 58, 107, 0.25);
  transform: translateY(-4px);
}

.room-period {
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(245, 248, 255, 0.4);
  margin-bottom: 0.8rem;
}

.room-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: var(--cyan);
  font-weight: 300;
  margin-bottom: 0.2rem;
}

.room-currency { font-size: 0.75rem; color: rgba(245, 248, 255, 0.4); }

.rooms-cta { margin-top: 2rem; text-align: center; }

/* ── LOCALIZAÇÃO ───────────────────────────── */
#localizacao {
  background: linear-gradient(160deg, #0d1e35 0%, #0A1628 100%);
}

.local-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: start;
}

.local-info p {
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 1rem;
  font-weight: 300;
}

.address-block {
  border-left: 2px solid var(--cyan);
  padding-left: 1.5rem;
  margin: 2rem 0;
}

.addr-label {
  font-size: 0.68rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 0.4rem;
}

.addr-val {
  font-size: 0.95rem;
  line-height: 1.6;
}

.addr-val a:hover { color: var(--cyan); }

.map-embed {
  width: 100%;
  border: 1px solid rgba(0, 180, 216, 0.2);
  position: relative;
  overflow: hidden;
}

.map-embed iframe {
  width: 100%;
  height: 380px;
  border: none;
  filter: grayscale(30%) contrast(1.1);
  display: block;
}

.map-overlay {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--cyan), transparent);
}

/* ── CONTACTOS ─────────────────────────────── */
#contactos { background: var(--dark); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}

.form-group { margin-bottom: 1.3rem; }

.form-group label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(245, 248, 255, 0.4);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  background: rgba(27, 58, 107, 0.15);
  border: 1px solid var(--border);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.3s;
  -webkit-appearance: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: rgba(0, 180, 216, 0.5);
}

.form-group textarea { resize: vertical; min-height: 110px; }
.form-group select option { background: var(--dark); }

.contact-item {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(245, 248, 255, 0.05);
}

.contact-item-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid rgba(0, 180, 216, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cyan);
  font-size: 1rem;
}

.contact-item-label {
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(245, 248, 255, 0.35);
  margin-bottom: 3px;
}

.contact-item-val { font-size: 0.9rem; }
.contact-item-val a:hover { color: var(--cyan); }

/* ── FOOTER ────────────────────────────────── */
footer {
  background: #070e1c;
  padding: 3rem 5%;
  border-top: 1px solid rgba(0, 180, 216, 0.08);
}

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

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

.footer-logo img { height: 38px; opacity: 0.8; }

.footer-logo-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 3px;
  color: rgba(245, 248, 255, 0.5);
}

.footer-links {
  display: flex;
  gap: 1.8rem;
}

.footer-links a {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(245, 248, 255, 0.35);
  transition: color 0.2s;
}

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

.footer-copy {
  font-size: 0.75rem;
  color: rgba(245, 248, 255, 0.2);
  text-align: center;
  margin-top: 1.5rem;
}

/* ── Animations ────────────────────────────── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(32px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; }
  50%       { opacity: 1; }
}

/* ── Responsive ────────────────────────────── */
@media (max-width: 1024px) {
  .plans-grid { grid-template-columns: 1fr 1fr; }
  .rooms-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .sobre-grid,
  .servicos-intro,
  .private-card,
  .local-grid,
  .contact-grid,
  .footer-inner  { grid-template-columns: 1fr; gap: 2.5rem; }

  .plans-grid    { grid-template-columns: 1fr; }
  .rooms-grid    { grid-template-columns: repeat(2, 1fr); }
  .hero-stats    { display: none; }
  .nav-links     { display: none; }
  .sobre-visual  { height: 220px; }
  .footer-links  { display: none; }
}

@media (max-width: 480px) {
  .hero-ctas     { flex-direction: column; }
  .sobre-values  { grid-template-columns: 1fr; }
  .rooms-grid    { grid-template-columns: 1fr 1fr; }
  .private-features { grid-template-columns: 1fr; }
}


/* ══════════════════════════════════════════════
   FLOATING CLOCK
══════════════════════════════════════════════ */
.floating-clock {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 200;
  pointer-events: none;
  animation: clockReveal 1.2s ease 0.8s both;
}

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

.float-clock-inner {
  background: rgba(10, 22, 40, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 180, 216, 0.25);
  padding: 0.85rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,180,216,0.08) inset;
  position: relative;
}

/* Cyan glow accent top-right corner */
.float-clock-inner::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 10px; height: 10px;
  border-top: 1px solid var(--cyan);
  border-right: 1px solid var(--cyan);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.float-clock-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  align-self: flex-end;
  margin-bottom: 2px;
  animation: dotBlink 1s ease-in-out infinite;
}

@keyframes dotBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.2; }
}

.float-clock-time {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 4px;
  color: var(--white);
  line-height: 1;
}

.float-clock-ms {
  color: var(--cyan);
  letter-spacing: 2px;
}

.float-clock-label {
  font-size: 0.56rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(0, 180, 216, 0.5);
  margin-top: 1px;
}

@media (max-width: 600px) {
  .floating-clock {
    bottom: 1.2rem;
    right: 1rem;
  }
  .float-clock-time { font-size: 1.2rem; }
}


/* ══════════════════════════════════════════════
   GALERIA / SLIDESHOW
══════════════════════════════════════════════ */
.galeria-section {
  background: #070e1c;
  padding: 7rem 5%;
  position: relative;
  overflow: hidden;
}

.galeria-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(0,180,216,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.galeria-header {
  margin-bottom: 3.5rem;
}

.slideshow-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slideshow {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

/* Each slide */
.slide {
  display: none;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  min-height: 460px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.slide.active {
  display: grid;
  opacity: 1;
}

.slide.fade-in  { animation: slideFadeIn  0.6s ease forwards; }
.slide.fade-out { animation: slideFadeOut 0.4s ease forwards; }

@keyframes slideFadeIn {
  from { opacity: 0; transform: translateX(24px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes slideFadeOut {
  from { opacity: 1; transform: translateX(0); }
  to   { opacity: 0; transform: translateX(-24px); }
}

/* Image panel */
.slide-img {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Placeholder (before real photos) */
.slide-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.placeholder-icon {
  font-size: 5rem;
  color: rgba(0,180,216,0.2);
  line-height: 1;
}

.slide-placeholder span {
  font-size: 0.72rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(245,248,255,0.2);
}

/* Corner accents on image */
.slide-img::before,
.slide-img::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 2;
}

.slide-img::before {
  top: 16px; left: 16px;
  border-top: 2px solid rgba(0,180,216,0.5);
  border-left: 2px solid rgba(0,180,216,0.5);
}

.slide-img::after {
  bottom: 16px; right: 16px;
  border-bottom: 2px solid rgba(0,180,216,0.5);
  border-right: 2px solid rgba(0,180,216,0.5);
}

/* Info panel */
.slide-info {
  background: rgba(27,58,107,0.18);
  border: 1px solid rgba(0,180,216,0.1);
  border-left: none;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.slide-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 4px;
  color: var(--cyan);
  opacity: 0.6;
}

.slide-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--white);
}

.slide-desc {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(245,248,255,0.6);
  font-weight: 300;
  border-top: 1px solid rgba(0,180,216,0.1);
  padding-top: 1rem;
}

/* Curiosity box */
.slide-curiosity {
  background: rgba(0,180,216,0.06);
  border: 1px solid rgba(0,180,216,0.15);
  border-left: 3px solid var(--cyan);
  padding: 1rem 1.2rem;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.curiosity-label {
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cyan);
}

.curiosity-text {
  font-size: 0.82rem;
  line-height: 1.65;
  color: rgba(245,248,255,0.55);
  font-style: italic;
}

/* Arrows */
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(10,22,40,0.85);
  border: 1px solid rgba(0,180,216,0.25);
  color: var(--white);
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}

.slide-arrow:hover {
  background: var(--cyan);
  color: var(--dark);
  border-color: var(--cyan);
}

.slide-prev { left: 1rem; }
.slide-next { right: 1rem; }

/* Dots */
.slide-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.8rem;
}

.dot {
  width: 28px;
  height: 3px;
  background: rgba(245,248,255,0.15);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.dot.active,
.dot:hover {
  background: var(--cyan);
  width: 48px;
}

/* Progress bar */
.slide-progress {
  height: 2px;
  background: rgba(245,248,255,0.06);
  margin-top: 0.8rem;
  overflow: hidden;
}

.slide-progress-bar {
  height: 100%;
  background: var(--cyan);
  width: 0%;
  transition: width 0.1s linear;
}

/* Responsive */
@media (max-width: 900px) {
  .slide.active { grid-template-columns: 1fr; }
  .slide-img    { min-height: 240px; }
  .slide-info   { border-left: 1px solid rgba(0,180,216,0.1); border-top: none; padding: 2rem 1.5rem; }
  .slide-arrow  { display: none; }
}
