/* ============================================================
   NORTH EAST ACCOMMODATION - CORE STYLESHEET v3.0
   Megstone Associates scheme: Navy / Stone / Teal
   ============================================================ */

/* ---- 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: #1f2730; background: #ffffff;
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #176058; text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { padding-left: 1.25rem; }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, h5 { font-family: Georgia, 'Times New Roman', serif; font-weight: 600; line-height: 1.2; color: #14233b; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); letter-spacing: -0.01em; }
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: #5a6573; 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: #0e1a2c; color: #eef3f7; }
section.section--dark h2, section.section--dark h3, section.section--dark p { color: #eef3f7; }
section.section--grey { background: #f6f3ec; }
section.section--white { background: #ffffff; }

/* ---- TOP BAR ---- */
.topbar { background: #0a1422; color: #9fb0c0; 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: #5fd1c4; 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: #5fd1c4; }

/* ---- NAVIGATION ---- */
.site-nav { background: #0e1a2c; 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: 72px; }
.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, .nav-logo-mark {
  width: 42px !important; height: 42px !important;
  min-width: 42px; max-width: 42px; flex-shrink: 0; display: block;
}
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.12; }
.nav-logo-main { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 600; color: #ffffff; letter-spacing: 0.01em; }
.nav-logo-main span { color: #5fd1c4; }
.nav-logo-byline { font-size: 0.64rem; color: #8aa0b2; font-weight: 600; letter-spacing: 0.13em; 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: #1f7a72; color: #ffffff; padding: 0.55rem 1.15rem; border-radius: 6px; font-weight: 600; }
.nav-links .nav-cta a:hover { background: #176058; }
.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, #0a1422 0%, #0e1a2c 45%, #1d3253 110%); color: #ffffff; padding: 5rem 0 0; position: relative; overflow: hidden; }
.hero .container { position: relative; z-index: 2; }
.hero-eyebrow { display: inline-block; background: rgba(95,209,196,0.13); border: 1px solid rgba(95,209,196,0.35); color: #5fd1c4; 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: 720px; margin-bottom: 1.25rem; }
.hero h1 span { color: #5fd1c4; }
.hero .lead { color: #c2d2df; max-width: 600px; 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: #5fd1c4; display: block; line-height: 1; }
.hero-stat-label { font-size: 0.8rem; color: #8aa0b2; margin-top: 0.25rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-top: 2rem; padding: 1.75rem 0 5.5rem; position: relative; z-index: 2; }
.hero-badge { display: flex; align-items: center; gap: 0.45rem; font-size: 0.84rem; color: #bcd6d1; font-weight: 500; }
.hero-badge::before { content: '\2713'; font-weight: 700; color: #5fd1c4; }
.hero-skyline { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: auto; z-index: 1; display: block; }

/* ---- 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: #1f7a72; color: #fff; border-color: #1f7a72; }
.btn-primary:hover { background: #176058; border-color: #176058; 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: #176058; border-color: #1f7a72; }
.btn-outline:hover { background: #1f7a72; color: #fff; }
.btn-dark { background: #14233b; color: #fff; border-color: #14233b; }
.btn-dark:hover { background: #1d3253; border-color: #1d3253; 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 #e3ddd1; border-bottom: 3px solid #e3ddd1; 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: #1f7a72; display: flex; align-items: center; }
.trust-item-icon i { font-size: 1rem; color: #1f7a72; }

/* ---- 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: #176058; margin-bottom: 0.65rem; }
.section-header h2 { margin-bottom: 0.6rem; }
.section-header p { color: #5a6573; max-width: 620px; }
.section-header.center p { margin-left: auto; margin-right: auto; }

/* ---- 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 #e3ddd1; border-radius: 12px; overflow: hidden; transition: box-shadow 0.25s, transform 0.25s; }
.card:hover { box-shadow: 0 12px 40px rgba(20,35,59,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, #14233b, #1d3253 60%, #176058 130%); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); 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: #5a6573; 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: #e4f1ef; color: #176058; font-size: 0.73rem; font-weight: 600; padding: 0.25rem 0.7rem; border-radius: 20px; }
.tag--green { background: #eaf5ee; color: #166534; }
.tag--grey { background: #f1efe9; color: #5a6573; }

/* ---- 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: #e4f1ef; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 0.5rem; color: #176058; }
.feature-icon i, .feature-icon svg { font-size: 1.35rem; color: #176058; }
.feature-item h3 { font-size: 1.05rem; margin-bottom: 0.2rem; }
.feature-item p { font-size: 0.9rem; color: #5a6573; }

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

/* ---- 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 #e3ddd1; border-radius: 12px; min-width: 150px; flex: 1; max-width: 220px; }
.stat-number { font-size: 2.25rem; font-weight: 800; color: #1f7a72; display: block; }
.stat-label { font-size: 0.85rem; color: #5a6573; margin-top: 0.25rem; }

/* ---- AUDIENCE GRID ---- */
.audience-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.audience-item { background: #ffffff; border: 1px solid #e3ddd1; border-left: 4px solid #1f7a72; padding: 1.25rem; border-radius: 0 10px 10px 0; transition: border-color 0.2s, background 0.2s; }
.audience-item:hover { background: #e4f1ef; border-left-color: #176058; }
.audience-item h4 { font-size: 0.95rem; margin-bottom: 0.25rem; }
.audience-item p { font-size: 0.85rem; color: #5a6573; }

/* ---- NOTICE BLOCK ---- */
.notice-block { background: #fbf6ee; border: 1px solid #e8d9be; border-left: 5px solid #1f7a72; padding: 1.25rem 1.5rem; border-radius: 0 10px 10px 0; margin: 1.5rem 0; }
.notice-block p { font-size: 0.92rem; color: #5b4a2f; font-weight: 500; margin: 0; }
.notice-block strong { color: #14233b; }

/* ---- 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 #f1efe9; }
.spec-list li::before { content: '\2713'; color: #1f7a72; font-weight: 700; flex-shrink: 0; }

/* ---- FAQ ---- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #e3ddd1; }
.faq-question { width: 100%; background: none; border: none; text-align: left; font-family: Georgia, serif; font-size: 1.02rem; font-weight: 600; color: #14233b; 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: #176058; transition: transform 0.2s; }
.faq-item.open .faq-question::after { content: '\2212'; }
.faq-answer { display: none; padding: 0 1rem 1.25rem; color: #5a6573; font-size: 0.95rem; line-height: 1.75; }
.faq-item.open .faq-answer { display: block; }

/* ---- CONTACT SECTION ---- */
.contact-block { background: #0e1a2c; color: #eef3f7; padding: 4rem 0; }
.contact-block h2, .contact-block p { color: #eef3f7; }
.contact-methods { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.75rem; }
.contact-card { background: rgba(255,255,255,0.05); 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.09); border-color: rgba(95,209,196,0.4); }
.contact-card-label { font-size: 0.73rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #5fd1c4; 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: #5fd1c4; text-decoration: none; }

/* ---- CTA SECTION ---- */
.cta-section { background: linear-gradient(135deg, #0e1a2c 0%, #14233b 50%, #176058 130%); 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.85); 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, #0a1422 0%, #0e1a2c 50%, #1d3253 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(95,209,196,0.05) 60px, rgba(95,209,196,0.05) 120px); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #ffffff; margin-bottom: 0.75rem; }
.page-hero p { color: #c2d2df; 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: #0a1422; color: #8ea0b0; 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: #8ea0b0; 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: #8ea0b0; 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: #566776; font-size: 0.8rem; }
.footer-logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.footer-logo-text { font-family: Georgia, serif; font-size: 1rem; font-weight: 600; color: #ffffff; }
.footer-logo-text span { color: #5fd1c4; }
.footer-notice { font-size: 0.78rem; color: #566776; margin-top: 0.5rem; }

/* ---- BREADCRUMB ---- */
.breadcrumb { font-size: 0.8rem; color: #5a6573; padding: 0.75rem 0; border-bottom: 1px solid #f1efe9; margin-bottom: 2rem; }
.breadcrumb a { color: #5a6573; }
.breadcrumb a:hover { color: #176058; }
.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: #faf8f3; border: 1px solid #e3ddd1; border-radius: 12px; padding: 1.75rem; position: relative; }
.testimonial::before { content: '\201C'; position: absolute; top: 0.75rem; left: 1.25rem; font-size: 3rem; color: #cfe6e2; 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: #14233b; }
.testimonial-role { font-size: 0.8rem; color: #5a6573; }

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

/* ---- UTILITIES ---- */
.text-center { text-align: center; }
.text-muted { color: #5a6573; }
.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); }
  .two-col { gap: 2.5rem; }
}
@media (max-width: 768px) {
  section { padding: 3rem 0; }
  .topbar { display: none; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #0e1a2c; 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 0; }
  .hero-badges { padding-bottom: 4rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .two-col, .three-col { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .footer-bottom { flex-direction: column; }
}
