/* Arctrn — brand styles on Bootstrap 5.
   Chulapa-inspired cinematic look (full-bleed hero, slab-serif display),
   kept on the Arctrn arctic-blue + amber palette. No build step. */

:root {
  --primary: #0F4C75;
  --primary-light: #1C6EA4;   /* lighter step for hovers */
  --primary-deep: #0C1B2A;    /* hero fallback / deep arctic */
  --accent: #E8985A;          /* amber call-to-action accent */
  --accent-light: #F0B07A;
  --dark: #1D1B19;
  --light: #FDF9F5;           /* alt-section background */
  --text: #3D3835;
  --text-light: #6B6560;
  --border: #EBE5DE;
  --white: #fff;
}

/* Base */
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); background: var(--white); line-height: 1.75; }
h1, h2, h3, h4, h5 { font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif; color: var(--dark); font-weight: 700; letter-spacing: -0.01em; }

/* Navbar — solid, clean (Chulapa pours the energy into the hero, not the nav) */
.navbar { padding: 1rem 0; background: var(--white); box-shadow: 0 1px 0 rgba(0,0,0,0.06); }
.navbar-brand { font-family: 'Roboto Slab', serif; font-size: 1.5rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--primary) !important; }
.nav-link { color: var(--text) !important; font-weight: 500; padding: 0.5rem 1rem !important; transition: color 0.2s; }
.nav-link:hover, .nav-link.active { color: var(--primary) !important; }

/* Hero — full-bleed cinematic (the Chulapa signature) */
.hero {
  position: relative; min-height: 92vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: #fff;
  background-color: var(--primary-deep);
  background-image: linear-gradient(rgba(12,27,42,0.55), rgba(12,27,42,0.80)), url('/images/hero-bg.jpg');
  background-size: cover; background-position: center; background-attachment: fixed;
}
.hero .container { padding: 6rem 1rem; }
.hero h1 { color: #fff; font-size: 4rem; line-height: 1.05; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 1.5rem; text-shadow: 0 2px 28px rgba(0,0,0,0.4); }
.hero .lead { color: rgba(255,255,255,0.92); font-size: 1.35rem; font-weight: 300; max-width: 680px; margin: 0 auto 2.25rem; text-shadow: 0 1px 14px rgba(0,0,0,0.4); }
.hero-divider { width: 72px; height: 3px; background: var(--accent); border: 0; opacity: 1; margin: 0 auto 1.5rem; }

/* Page hero — compact dark band for inner pages */
.page-hero { background: linear-gradient(135deg, var(--primary), var(--primary-deep)); color: #fff; text-align: center; padding: 6rem 0 4rem; }
.page-hero h1 { color: #fff; font-size: 2.8rem; }
.page-hero p { color: rgba(255,255,255,0.85); max-width: 640px; margin: 0.75rem auto 0; }

/* Buttons */
.btn-primary-custom { background: var(--primary); color: var(--white); border: none; padding: 0.85rem 2.1rem; border-radius: 100px; font-weight: 600; font-size: 1rem; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-primary-custom:hover { background: var(--primary-light); color: var(--white); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
.btn-outline-custom { border: 2px solid var(--primary); color: var(--primary); background: transparent; padding: 0.75rem 1.85rem; border-radius: 100px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.2s; }
.btn-outline-custom:hover { background: var(--primary); color: var(--white); }
/* Ghost button for the cinematic hero */
.btn-hero { border: 2px solid rgba(255,255,255,0.85); color: #fff; background: transparent; padding: 0.85rem 2.3rem; border-radius: 100px; font-weight: 600; letter-spacing: 0.02em; text-decoration: none; display: inline-block; transition: all 0.2s; }
.btn-hero:hover { background: #fff; color: var(--primary-deep); transform: translateY(-1px); }

/* Sections */
.section { padding: 6rem 0; }
.section-alt { background: var(--light); }
.section-title { text-align: center; margin-bottom: 3.5rem; }
.section-title h2 { font-size: 2.5rem; margin-bottom: 0.75rem; }
.section-title p { color: var(--text-light); font-size: 1.1rem; max-width: 620px; margin: 0 auto; }

/* Branded quote panel (stand-in where a photo isn't placed yet) */
.quote-panel { background: linear-gradient(150deg, var(--primary), var(--primary-deep)); color: #fff; border-radius: 18px; padding: 3rem 2.5rem; text-align: center; }
.quote-panel blockquote { font-family: 'Roboto Slab', serif; font-size: 1.7rem; font-weight: 600; line-height: 1.35; margin: 0 0 0.75rem; }
.quote-panel span { color: rgba(255,255,255,0.75); font-size: 0.95rem; letter-spacing: 0.04em; text-transform: uppercase; }

/* Feature cards */
.feature-card { text-align: center; padding: 2.5rem 1.5rem; border-radius: 16px; transition: transform 0.2s; }
.feature-card:hover { transform: translateY(-3px); }
.feature-card h3 { font-size: 1.4rem; margin-bottom: 0.75rem; color: var(--primary); }
.feature-card p { color: var(--text-light); }

/* Offer / package cards */
.package-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; height: 100%; transition: box-shadow 0.2s; }
.package-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.package-card h3 { color: var(--primary); font-size: 1.5rem; }
.package-card .price { font-size: 2rem; font-weight: 700; color: var(--dark); margin: 0.5rem 0 1rem; }
.package-card ul { list-style: none; padding: 0; }
.package-card ul li { padding: 0.4rem 0 0.4rem 1.5rem; position: relative; color: var(--text-light); }
.package-card ul li::before { content: "\2713"; position: absolute; left: 0; color: var(--primary); font-weight: 700; }

/* Tag pills */
.tag-list { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; list-style: none; padding: 0; }
.tag-list li { background: var(--white); border: 1px solid var(--border); border-radius: 100px; padding: 0.5rem 1.25rem; font-size: 0.95rem; color: var(--text); }

/* Process steps */
.step { display: flex; gap: 2rem; margin-bottom: 3rem; align-items: flex-start; }
.step-number { flex-shrink: 0; width: 50px; height: 50px; background: var(--accent); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem; }
.step-content h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.step-content p { color: var(--text-light); margin-bottom: 0.25rem; }

/* CTA band */
.cta-section { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 100%); color: var(--white); text-align: center; padding: 5.5rem 0; }
.cta-section h2 { color: var(--white); font-size: 2.2rem; margin-bottom: 0.75rem; }
.cta-section p { opacity: 0.9; font-size: 1.1rem; margin-bottom: 2rem; }
.cta-section .btn-primary-custom { background: var(--accent); color: var(--primary-deep); }
.cta-section .btn-primary-custom:hover { background: var(--accent-light); }

/* Credentials / bio */
.bio-section { max-width: 700px; }
.credentials-list { list-style: none; padding: 0; }
.credentials-list li { padding: 0.3rem 0 0.3rem 1.5rem; position: relative; }
.credentials-list li::before { content: "\2014"; position: absolute; left: 0; color: var(--accent); }

/* FAQ */
.faq-item { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.faq-item h4 { font-family: 'Inter', sans-serif; font-size: 1.05rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--dark); }
.faq-item p { color: var(--text-light); margin-bottom: 0; }

/* Forms */
.contact-form .form-control { border: 1px solid var(--border); border-radius: 8px; padding: 0.75rem 1rem; }
.contact-form .form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(15,76,117,0.12); }
.contact-form label { font-weight: 500; margin-bottom: 0.3rem; font-size: 0.9rem; }

/* Footer */
.footer { background: var(--dark); color: rgba(255,255,255,0.7); padding: 3.5rem 0 2rem; }
.footer a { color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; }
.footer a:hover { color: var(--accent); }
.footer-brand { font-family: 'Roboto Slab', serif; font-size: 1.3rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--white); margin-bottom: 0.5rem; }

/* Responsive */
@media (max-width: 768px) {
  .hero { min-height: 88vh; background-attachment: scroll; }
  .hero h1 { font-size: 2.6rem; }
  .hero .lead { font-size: 1.15rem; }
  .section { padding: 4rem 0; }
  .section-title h2 { font-size: 2rem; }
  .step { flex-direction: column; gap: 1rem; }
}
