/* Reset & base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px; line-height: 1.65;
  color: #d8dcec;
  background: #0a1030;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #e85d1a; text-decoration: none; }
a:hover { color: #ff7a3a; text-decoration: underline; }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.25; color: #fff; margin: 0 0 0.6em; letter-spacing: -0.01em; }
h1 { font-size: 2.2rem; }
h2 { font-size: 1.55rem; margin-top: 1.5em; }
h3 { font-size: 1.2rem; margin-top: 1.2em; color: #ffb587; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em 1.5em; }
li { margin-bottom: 0.4em; color: #d8dcec; }
strong { color: #fff; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* Header */
.header {
  background: #050818;
  border-bottom: 2px solid #1a1f45;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 4px 16px rgba(0,0,0,0.5);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; max-width: 1200px; margin: 0 auto; gap: 20px; }
.header-logo { display: flex; align-items: center; gap: 10px; }
.header-logo img { height: 40px; width: auto; }
.header-logo .brand-text { color: #fff; font-weight: 800; font-size: 1.15rem; letter-spacing: 1px; text-transform: uppercase; }
.header-nav { display: flex; gap: 24px; }
.header-nav a { color: #d8dcec; font-weight: 500; font-size: 0.95rem; }
.header-nav a:hover { color: #e85d1a; text-decoration: none; }
.header-cta {
  background: linear-gradient(135deg, #e85d1a 0%, #ff7a3a 100%);
  color: #fff !important; padding: 10px 22px; border-radius: 6px;
  font-weight: 700; font-size: 0.9rem; text-transform: uppercase;
  letter-spacing: 0.4px; transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 3px 14px rgba(232,93,26,0.4);
}
.header-cta:hover { transform: translateY(-1px); text-decoration: none; box-shadow: 0 5px 22px rgba(232,93,26,0.6); color: #fff !important; }
.hamburger { display: none; background: none; border: none; color: #d8dcec; font-size: 1.5rem; cursor: pointer; }

/* Hero */
.hero {
  background: linear-gradient(135deg, #1a1145 0%, #0a1030 50%, #2a1450 100%);
  color: #fff;
  padding: 60px 20px 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: url('../images/hero-banner.webp');
  background-size: cover; background-position: center;
  opacity: 0.28; z-index: 0;
}
.hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.hero-eyebrow { text-transform: uppercase; letter-spacing: 3px; font-size: 0.85rem; color: #ff9d5c; font-weight: 700; margin-bottom: 14px; }
.hero-title { font-size: 2.5rem; color: #fff; margin-bottom: 14px; text-shadow: 0 2px 14px rgba(0,0,0,0.6); }
.hero-sub { font-size: 1.3rem; color: #ffddc0; margin-bottom: 30px; font-weight: 500; }
.hero-cta {
  display: inline-block;
  background: linear-gradient(135deg, #e85d1a 0%, #ff7a3a 100%);
  color: #fff !important;
  padding: 16px 42px; border-radius: 8px;
  font-weight: 700; font-size: 1.05rem; text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 24px rgba(232,93,26,0.5);
  transition: transform 0.15s, box-shadow 0.15s;
}
.hero-cta:hover { transform: translateY(-2px); text-decoration: none; box-shadow: 0 8px 32px rgba(232,93,26,0.7); color: #fff !important; }
.hero-note { margin-top: 20px; font-size: 0.85rem; color: #a5aac5; }

/* Main content */
.main { padding: 40px 0 60px; }
.article { background: #131740; border-radius: 12px; padding: 40px; box-shadow: 0 4px 30px rgba(0,0,0,0.5); border: 1px solid #22285a; }
.article img { border-radius: 8px; margin: 16px 0; }
.article h2 { border-left: 4px solid #e85d1a; padding-left: 14px; }

/* Passport table */
.passport { width: 100%; border-collapse: collapse; margin: 20px 0 30px; background: #0a1030; border-radius: 8px; overflow: hidden; }
.passport th, .passport td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #22285a; font-size: 0.95rem; color: #d8dcec; }
.passport th { background: #22285a; color: #ffb587; font-weight: 600; width: 35%; }
.passport tr:last-child th, .passport tr:last-child td { border-bottom: none; }
.passport tr:nth-child(even) td { background: #131740; }

/* Screenshot embed */
.screenshot-block { margin: 30px 0; text-align: center; }
.screenshot-block img { display: inline-block; max-width: 100%; border: 2px solid #22285a; box-shadow: 0 8px 30px rgba(0,0,0,0.5); border-radius: 12px; }

/* Reviews */
.reviews-section {
  background: linear-gradient(135deg, #22285a 0%, #131740 60%, #2a1450 100%);
  padding: 40px 30px; border-radius: 12px; margin: 40px 0;
  border: 1px solid #33397d;
}
.reviews-section h2 { border: none; padding-left: 0; text-align: center; margin-top: 0; color: #ffb587; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.review-card {
  background: #131740; border-radius: 10px; padding: 20px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid #33397d;
}
.review-card:hover { transform: translateY(-4px); box-shadow: 0 8px 26px rgba(232,93,26,0.25); border-color: #e85d1a; }
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, #e85d1a, #ff7a3a);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem;
}
.review-meta { flex: 1; }
.review-name { font-weight: 700; font-size: 0.95rem; color: #fff; margin: 0; }
.review-loc { font-size: 0.8rem; color: #a5aac5; margin: 0; }
.review-stars { color: #fbbf24; font-size: 0.95rem; letter-spacing: 2px; margin-bottom: 8px; }
.review-text { font-size: 0.9rem; color: #d8dcec; line-height: 1.55; margin: 0; font-style: italic; }

/* FAQ */
.faq { margin: 30px 0; }
.faq-item {
  background: #0a1030; border: 1px solid #22285a; border-radius: 8px;
  margin-bottom: 12px; overflow: hidden;
}
.faq-question {
  padding: 16px 20px; font-weight: 600; color: #fff;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  background: #22285a;
}
.faq-question:hover { background: #2a3170; }
.faq-question::after { content: '+'; font-size: 1.5rem; color: #e85d1a; font-weight: 400; transition: transform 0.2s; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.25s, padding 0.25s; font-size: 0.95rem; color: #d8dcec; }
.faq-item.open .faq-answer { padding: 12px 20px 18px; max-height: 500px; }

/* Inline CTA */
.cta-inline {
  background: linear-gradient(135deg, #050818 0%, #22285a 100%);
  color: #fff; padding: 26px 30px; border-radius: 10px; margin: 30px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  flex-wrap: wrap; border: 1px solid #33397d;
}
.cta-inline p { margin: 0; font-size: 1.05rem; color: #d8dcec; }
.cta-inline .hero-cta { font-size: 0.95rem; padding: 12px 28px; }

/* Footer */
.footer { background: #050818; color: #a5aac5; padding: 40px 20px 20px; margin-top: 60px; border-top: 2px solid #22285a; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #22285a; }
.footer-legal a { color: #a5aac5; font-size: 0.9rem; }
.footer-legal a:hover { color: #e85d1a; }
.footer-text { text-align: center; font-size: 0.85rem; line-height: 1.6; max-width: 900px; margin: 0 auto; color: #a5aac5; }
.footer-text p { margin-bottom: 10px; }
.footer-text a { color: #e85d1a; }
.footer-badge { display: inline-block; background: #e85d1a; color: #fff; padding: 4px 10px; border-radius: 4px; font-weight: 700; font-size: 0.85rem; margin: 0 4px; }
.footer-copy { margin-top: 20px; font-size: 0.8rem; color: #6b7099; text-align: center; }

/* Static pages */
.page-hero { background: linear-gradient(135deg, #1a1145, #050818); color: #fff; padding: 50px 20px; text-align: center; border-bottom: 2px solid #22285a; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #ffb587; }
.page-content { max-width: 900px; margin: 40px auto; background: #131740; padding: 40px; border-radius: 12px; box-shadow: 0 4px 30px rgba(0,0,0,0.5); border: 1px solid #22285a; }
.page-content h2 { border-left: 4px solid #e85d1a; padding-left: 14px; }
.page-content strong { color: #fff; }
.page-content ul li::marker { color: #e85d1a; }

/* Responsive */
@media (max-width: 800px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-title { font-size: 1.85rem; }
  .hero-sub { font-size: 1.05rem; }
  .article { padding: 24px 20px; }
  .header-nav { display: none; }
  .header-nav.open { display: flex; position: absolute; top: 100%; right: 0; background: #050818; flex-direction: column; padding: 20px; gap: 12px; width: 220px; border-left: 3px solid #e85d1a; border-bottom: 2px solid #22285a; }
  .hamburger { display: block; }
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.3rem; }
  .cta-inline { flex-direction: column; text-align: center; }
  .header-logo .brand-text { display: none; }
}
@media (max-width: 500px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .passport th { width: 45%; font-size: 0.85rem; padding: 10px; }
  .passport td { font-size: 0.85rem; padding: 10px; }
  .header-cta { padding: 8px 14px; font-size: 0.8rem; }
  .header-logo img { height: 32px; }
}
