/* ============================================================
   NORTH EAST ACCOMMODATION â CORE STYLESHEET v2.0
   ============================================================ */

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  color: #1a1a1a; background: #ffffff;
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { padding-left: 1.25rem; }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, h5 { font-weight: 700; line-height: 1.2; color: #111111; }
h1 { font-size: clamp(1.85rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.45rem, 3vw, 2.2rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
h4 { font-size: 1.1rem; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
.lead { font-size: 1.15rem; color: #374151; line-height: 1.75; }

/* ---- LAYOUT ---- */
.container { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.container--narrow { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }
section { padding: 4.5rem 0; }
section.section--tight { padding: 2.5rem 0; }
section.section--dark { background: #0d1b2a; color: #f0f4f8; }
section.section--dark h2, section.section--dark h3, section.section--dark p { color: #f0f4f8; }
section.section--grey { background: #f4f7fb; }
section.section--white { background: #ffffff; }

/* ---- TOP BAR ---- */
.topbar {
  background: #070f1a;
  color: #8899a6;
  font-size: 0.8rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid #1a2a3a;
}
.topbar .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}
.topbar a { color: #93c5fd; text-decoration: none; transition: color 0.2s; }
.topbar a:hover { color: #fff; text-decoration: none; }
.topbar-item { display: flex; align-items: center; gap: 0.4rem; }
.topbar-item i { font-size: 0.8rem; color: #93c5fd; }

/* ---- NAVIGATION ---- */
.site-nav {
  background: #0d1b2a;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 16px rgba(0,0,0,0.2);
}
.site-nav .container {
  display: flex; align-items: center;
  justify-content: space-between; height: 68px;
}

/* Shield logo */
.nav-logo {
  display: flex; align-items: center; gap: 0.75rem;
  text-decoration: none; flex-shrink: 0;
}
.nav-logo:hover { text-decoration: none; }
.nav-logo-shield {
  width: 36px !important; height: 36px !important;
  min-width: 36px; max-width: 36px;
  flex-shrink: 0; display: block;
}
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo-main {
  font-size: 1.05rem; font-weight: 700; color: #ffffff; letter-spacing: -0.01em;
}
.nav-logo-main span { color: #3b82f6; }
.nav-logo-byline { font-size: 0.68rem; color: #6b8aa3; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }

.nav-links { display: flex; list-style: none; gap: 0.15rem; padding: 0; align-items: center; }
.nav-links a {
  color: #cdd9e5; text-decoration: none; font-size: 0.875rem; font-weight: 500;
  padding: 0.5rem 0.8rem; border-radius: 4px; transition: color 0.2s, background 0.2s;
}
.nav-links a:hover { color: #ffffff; background: rgba(255,255,255,0.08); text-decoration: none; }
.nav-links .nav-cta a {
  background: #2563eb; color: #ffffff; padding: 0.5rem 1.1rem; border-radius: 6px; font-weight: 600;
}
.nav-links .nav-cta a:hover { background: #1d4ed8; }
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  padding: 0.5rem; flex-direction: column; gap: 5px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: #ffffff; border-radius: 2px; transition: all 0.3s; }

/* ---- HERO ---- */
.hero {
  background: linear-gradient(135deg, #070f1a 0%, #0d1b2a 40%, #132840 100%);
  color: #ffffff; padding: 5.5rem 0 4.5rem; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url('../images/professional-accommodation-newcastle-hero.svg') center/cover no-repeat;
  opacity: 0.08;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(7,15,26,0.7) 40%, transparent 100%);
}
.hero .container { position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-block;
  background: rgba(59,130,246,0.15); border: 1px solid rgba(59,130,246,0.35);
  color: #93c5fd; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.35rem 1rem; border-radius: 20px; margin-bottom: 1.5rem;
}
.hero h1 { color: #ffffff; max-width: 700px; margin-bottom: 1.25rem; font-size: clamp(2rem, 5vw, 3.25rem); }
.hero .lead { color: #b8cfe0; max-width: 580px; margin-bottom: 2.25rem; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.875rem; align-items: center; }
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 3rem;
  padding-top: 2.25rem; border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-stat { text-align: left; }
.hero-stat-number { font-size: 2rem; font-weight: 800; color: #3b82f6; display: block; line-height: 1; }
.hero-stat-label { font-size: 0.8rem; color: #6b8aa3; margin-top: 0.25rem; }
.hero-badges {
  display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem;
  padding-top: 1.75rem; border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-badge {
  display: flex; align-items: center; gap: 0.45rem;
  font-size: 0.84rem; color: #93c5fd; font-weight: 500;
}
.hero-badge::before { content: 'â'; font-weight: 700; color: #34d399; }

/* ---- BUTTONS ---- */
.btn {
  display: inline-block; padding: 0.8rem 1.9rem; border-radius: 7px;
  font-weight: 600; font-size: 0.95rem; cursor: pointer;
  border: 2px solid transparent; text-decoration: none;
  transition: all 0.2s; line-height: 1.4; text-align: center;
}
.btn:hover { text-decoration: none; }
.btn-primary { background: #2563eb; color: #fff; border-color: #2563eb; }
.btn-primary:hover { background: #1d4ed8; border-color: #1d4ed8; color: #fff; }
.btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }
.btn-outline { background: transparent; color: #2563eb; border-color: #2563eb; }
.btn-outline:hover { background: #2563eb; color: #fff; }
.btn-dark { background: #0d1b2a; color: #fff; border-color: #0d1b2a; }
.btn-dark:hover { background: #1a3350; border-color: #1a3350; color: #fff; }
.btn-whatsapp { background: #25d366; color: #fff; border-color: #25d366; }
.btn-whatsapp:hover { background: #1ebe5d; border-color: #1ebe5d; color: #fff; }
.btn-lg { padding: 1rem 2.4rem; font-size: 1.05rem; }
.btn-sm { padding: 0.5rem 1.1rem; font-size: 0.85rem; }

/* ---- TRUST BAR ---- */
.trust-bar {
  background: #ffffff; border-top: 1px solid #e5eaf2;
  border-bottom: 3px solid #e5eaf2; padding: 1.25rem 0;
}
.trust-bar .container {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 2.25rem;
}
.trust-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.875rem; font-weight: 600; color: #374151; }
.trust-item-icon { font-size: 1rem; color: #2563eb; display: flex; align-items: center; }
.trust-item-icon i { font-size: 1rem; color: #2563eb; }

/* ---- SECTION HEADERS ---- */
.section-header { margin-bottom: 2.75rem; }
.section-header.center { text-align: center; }
.section-label {
  display: inline-block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #2563eb; margin-bottom: 0.65rem;
}
.section-header h2 { margin-bottom: 0.6rem; }
.section-header p { color: #4b5563; max-width: 600px; }
.section-header.center p { margin-left: auto; margin-right: auto; }

/* ---- DIVIDER ACCENT ---- */
.section-header h2::after {
  display: none; /* Using label instead */
}

/* ---- CARDS ---- */
.card-grid { display: grid; gap: 1.75rem; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.card-grid--2 { grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); }
.card {
  background: #ffffff; border: 1px solid #e5eaf2; border-radius: 12px;
  overflow: hidden; transition: box-shadow 0.25s, transform 0.25s;
}
.card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-3px); }
.card-image { width: 100%; height: 230px; object-fit: cover; background: #e2e8f0; }
.card-image-placeholder {
  width: 100%; height: 230px;
  background: linear-gradient(135deg, #1e3a5f, #2563eb);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.35); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase;
}
.card-body { padding: 1.6rem; }
.card-body h3 { margin-bottom: 0.5rem; }
.card-body p { color: #4b5563; font-size: 0.9rem; margin-bottom: 1rem; }
.card-meta { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; }
.tag { display: inline-block; background: #eff6ff; color: #1d4ed8; font-size: 0.73rem; font-weight: 600; padding: 0.25rem 0.7rem; border-radius: 20px; }
.tag--green { background: #f0fdf4; color: #166534; }
.tag--grey { background: #f1f5f9; color: #475569; }

/* ---- FEATURES GRID ---- */
.features-grid { display: grid; gap: 2.25rem; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.feature-item { display: flex; flex-direction: column; gap: 0.5rem; }
.feature-icon {
  width: 52px; height: 52px; background: #eff6ff; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 0.5rem; color: #2563eb;
}
.feature-icon i, .feature-icon svg { font-size: 1.35rem; color: #2563eb; }
.feature-item h3 { font-size: 1.05rem; margin-bottom: 0.2rem; }
.feature-item p { font-size: 0.9rem; color: #4b5563; }

/* ---- FEATURE CARDS (inner pages) ---- */
.feature-card { background: #fff; border: 1px solid #e5eaf2; border-radius: 12px; padding: 1.75rem; }
.feature-card .feature-icon { background: #eff6ff; }
.feature-card h3 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.feature-card p { font-size: 0.9rem; color: #4b5563; }

/* ---- STAT CARDS ---- */
.stat-row { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; }
.stat-item {
  text-align: center; padding: 1.75rem 2rem;
  background: #fff; border: 1px solid #e5eaf2; border-radius: 12px;
  min-width: 150px; flex: 1; max-width: 220px;
}
.stat-number { font-size: 2.25rem; font-weight: 800; color: #2563eb; display: block; }
.stat-label { font-size: 0.85rem; color: #6b7280; margin-top: 0.25rem; }

/* ---- AUDIENCE GRID ---- */
.audience-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.audience-item {
  background: #f8fafc; border: 1px solid #e2e8f0;
  border-left: 4px solid #2563eb; padding: 1.25rem;
  border-radius: 0 10px 10px 0; transition: border-color 0.2s, background 0.2s;
}
.audience-item:hover { background: #eff6ff; border-left-color: #1d4ed8; }
.audience-item h4 { font-size: 0.95rem; margin-bottom: 0.25rem; }
.audience-item p { font-size: 0.85rem; color: #6b7280; }

/* ---- NOTICE BLOCK ---- */
.notice-block {
  background: #fff7ed; border: 1px solid #fed7aa;
  border-left: 5px solid #ea580c; padding: 1.25rem 1.5rem;
  border-radius: 0 10px 10px 0; margin: 1.5rem 0;
}
.notice-block p { font-size: 0.9rem; color: #7c2d12; font-weight: 500; margin: 0; }
.notice-block strong { color: #c2410c; }

/* ---- SPEC LIST ---- */
.spec-list { list-style: none; padding: 0; display: grid; gap: 0.5rem; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.spec-list li {
  display: flex; align-items: center; gap: 0.65rem;
  font-size: 0.9rem; color: #374151; padding: 0.55rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.spec-list li::before { content: 'â'; color: #2563eb; font-weight: 700; flex-shrink: 0; }

/* ---- FAQ ---- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #e5eaf2; }
.faq-question {
  width: 100%; background: none; border: none; text-align: left;
  font-size: 1rem; font-weight: 600; color: #111; padding: 1.2rem 2.5rem 1.2rem 0;
  cursor: pointer; position: relative; line-height: 1.45;
}
.faq-question::after {
  content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 300; color: #2563eb; transition: transform 0.2s;
}
.faq-item.open .faq-question::after { content: 'â'; }
.faq-answer { display: none; padding: 0 1rem 1.25rem; color: #4b5563; font-size: 0.95rem; line-height: 1.75; }
.faq-item.open .faq-answer { display: block; }

/* ---- CONTACT SECTION ---- */
.contact-block { background: #0d1b2a; color: #f0f4f8; padding: 4rem 0; }
.contact-block h2, .contact-block p { color: #f0f4f8; }
.contact-methods { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.75rem; }
.contact-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px; padding: 1.4rem 1.6rem; flex: 1; min-width: 200px;
  transition: background 0.2s, border-color 0.2s;
}
.contact-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(59,130,246,0.4); }
.contact-card-label { font-size: 0.73rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #93c5fd; margin-bottom: 0.5rem; }
.contact-card-value {
  font-size: 1.05rem; font-weight: 600; color: #ffffff;
  overflow-wrap: break-word; word-break: break-word; hyphens: auto;
}
.contact-card-value a { color: #ffffff; }
.contact-card-value a:hover { color: #93c5fd; text-decoration: none; }

/* ---- CTA SECTION ---- */
.cta-section {
  background: linear-gradient(135deg, #0d1b2a 0%, #1e3a5f 50%, #2563eb 100%);
  color: #ffffff; text-align: center; padding: 5rem 0; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(255,255,255,0.015) 40px, rgba(255,255,255,0.015) 80px);
}
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { color: #ffffff; margin-bottom: 0.75rem; font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
.cta-section p { color: rgba(255,255,255,0.8); font-size: 1.1rem; max-width: 560px; margin: 0 auto 2.25rem; }
.cta-section .btn-secondary { border-color: rgba(255,255,255,0.5); }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
  background: linear-gradient(135deg, #070f1a 0%, #0d1b2a 50%, #1a3350 100%);
  color: #ffffff; padding: 3.5rem 0 3rem; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 60px,
    rgba(37,99,235,0.04) 60px, rgba(37,99,235,0.04) 120px
  );
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #ffffff; margin-bottom: 0.75rem; }
.page-hero p { color: #b8cfe0; font-size: 1.05rem; max-width: 620px; }
.page-hero .hero-eyebrow { margin-bottom: 1rem; }

/* ---- TWO / THREE COL ---- */
.two-col { display: grid; gap: 3.5rem; grid-template-columns: 1fr 1fr; align-items: start; }
.three-col { display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); }

/* ---- FOOTER ---- */
.site-footer { background: #070f1a; color: #8899a6; padding: 3.5rem 0 1.5rem; font-size: 0.875rem; }
.footer-grid { display: grid; gap: 2.5rem; grid-template-columns: 2.5fr 1fr 1fr 1fr; margin-bottom: 2.5rem; }
.footer-brand p { color: #8899a6; font-size: 0.875rem; margin-top: 0.75rem; max-width: 280px; line-height: 1.7; }
.footer-col h4 { color: #ffffff; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col ul a { color: #8899a6; text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
.footer-col ul a:hover { color: #ffffff; text-decoration: none; }
.footer-bottom {
  border-top: 1px solid #1a2a3a; padding-top: 1.25rem;
  display: flex; flex-wrap: wrap; justify-content: space-between;
  gap: 0.75rem; color: #4a5a6a; font-size: 0.8rem;
}
.footer-logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.footer-logo-text { font-size: 1rem; font-weight: 700; color: #ffffff; }
.footer-logo-text span { color: #3b82f6; }
.footer-notice { font-size: 0.78rem; color: #4a5a6a; margin-top: 0.5rem; }

/* ---- BREADCRUMB ---- */
.breadcrumb { font-size: 0.8rem; color: #6b7280; padding: 0.75rem 0; border-bottom: 1px solid #f1f5f9; margin-bottom: 2rem; }
.breadcrumb a { color: #6b7280; }
.breadcrumb a:hover { color: #2563eb; }
.breadcrumb-sep { margin: 0 0.4rem; color: #cbd5e1; }

/* ---- TESTIMONIALS ---- */
.testimonial-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.testimonial {
  background: #f8fafc; border: 1px solid #e5eaf2; border-radius: 12px;
  padding: 1.75rem; position: relative;
}
.testimonial::before { content: '"'; position: absolute; top: 0.75rem; left: 1.25rem; font-size: 3rem; color: #dbeafe; line-height: 1; font-family: Georgia, serif; }
.testimonial-text { font-size: 0.95rem; color: #374151; line-height: 1.75; margin-bottom: 1.1rem; padding-top: 1rem; }
.testimonial-author { font-size: 0.875rem; font-weight: 700; color: #111; }
.testimonial-role { font-size: 0.8rem; color: #6b7280; }

/* ---- INLINE ACCENT BLOCKS ---- */
.accent-block {
  background: #eff6ff; border-left: 4px solid #2563eb;
  padding: 1.25rem 1.5rem; border-radius: 0 10px 10px 0; margin: 1.5rem 0;
}
.accent-block p { color: #1e40af; margin: 0; font-weight: 500; }

/* ---- UTILITIES ---- */
.text-center { text-align: center; }
.text-muted { color: #6b7280; }
.mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2rem; }
.mb-1 { margin-bottom: 0.5rem; } .mb-2 { margin-bottom: 1rem; } .mb-3 { margin-bottom: 1.5rem; } .mb-4 { margin-bottom: 2rem; }
.fw-bold { font-weight: 700; }
.d-flex { display: flex; } .gap-1 { gap: 0.5rem; } .gap-2 { gap: 1rem; }
.align-center { align-items: center; } .justify-center { justify-content: center; } .flex-wrap { flex-wrap: wrap; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .three-col { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  section { padding: 3rem 0; }
  .topbar { display: none; }
  .nav-links {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    background: #0d1b2a; flex-direction: column; padding: 1rem;
    gap: 0.25rem; box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.75rem 1rem; }
  .nav-toggle { display: flex; }
  .site-nav .container { position: relative; }
  .hero { padding: 3.5rem 0 3rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero