/* Apexwing Landing Page — static styles */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #F6F5F1; font-family: 'Manrope', sans-serif; color: #061334; overflow-x: hidden; }
a { color: #143DA3; text-decoration: none; }
a:hover { color: #061334; }
h1, h2, h3, h4 { margin: 0; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.img-slot { display:flex; align-items:center; justify-content:center; background:#E7E4DB; color:#5C6478; font-size:13px; text-align:center; padding:12px; width:100%; height:100%; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.container { max-width: 1360px; margin: 0 auto; padding: 0 40px; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid #E7E4DB; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 18px; padding-bottom: 18px; }
.logo { height: 90px; width: auto; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 36px; flex: 1; justify-content: center; }
.nav-link { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 16px; letter-spacing: 0.04em; text-transform: uppercase; color: #3A4356; }
.nav-link:hover { color: #061334 !important; }

.btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: 0.03em; text-transform: uppercase; padding: 17px 36px; border-radius: 999px; transition: all .18s ease; border: none; cursor: pointer; }
.btn-sm { font-size: 16px; padding: 12px 26px; }
.btn-volt { background: #C4F609; color: #061334; box-shadow: 0 12px 28px rgba(196,246,9,0.3); }
.btn-volt:hover { background: #adde08; transform: translateY(-2px); color: #061334; }
.btn-outline { border: 1.5px solid rgba(255,255,255,0.5); color: #FFFFFF; background: transparent; }
.btn-outline:hover { background: rgba(255,255,255,0.1); color: #FFFFFF; }

/* The base .btn display rule appears above; keep mobile-only header controls hidden by default. */
.menu-toggle, .nav-mobile-cta { display: none; }

/* hero */
.hero { position: relative; background: radial-gradient(120% 140% at 85% 0%, #143DA3 0%, #061334 55%), #061334; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .5; background: linear-gradient(135deg, transparent 40%, rgba(196,246,9,0.08) 55%, transparent 70%); }
.hero .container { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; padding-top: 88px; padding-bottom: 100px; position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(159,205,214,0.14); border: 1px solid rgba(159,205,214,0.35); padding: 8px 16px; border-radius: 999px; margin-bottom: 28px; }
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #C4F609; }
.hero-badge span.label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: #9FCDD6; }
.hero h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 88px; line-height: .92; letter-spacing: -.01em; text-transform: uppercase; color: #fff; margin-bottom: 24px; }
.hero p { font-size: 19px; line-height: 1.6; color: #C7CEDD; max-width: 460px; margin-bottom: 40px; }
.hero-cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-media { position: relative; }
.hero-media .glow { position: absolute; inset: -6%; background: radial-gradient(circle at 50% 50%, rgba(196,246,9,0.16), transparent 65%); }
.hero-media .frame { position: relative; border-radius: 28px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,.4); border: 3px solid #C4F609; height: 520px; }

/* categories */
.categories { padding: 110px 40px 100px; background: #C4F609; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; gap: 24px; flex-wrap: wrap; }
.eyebrow { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 15px; letter-spacing: .16em; text-transform: uppercase; color: #061334; }
.section-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 52px; line-height: 1; letter-spacing: -.01em; text-transform: uppercase; color: #061334; margin-top: 10px; }
.section-sub { font-size: 16px; color: #0A1D4D; max-width: 340px; margin: 0; }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cat-card { position: relative; border-radius: 22px; overflow: hidden; height: 320px; cursor: pointer; border: 3px solid #061334; }
.cat-card .cat-img { position: absolute; inset: 0; transition: transform .5s ease; }
.cat-card:hover .cat-img { transform: scale(1.06); }
.cat-card .overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,19,52,.82) 0%, rgba(6,19,52,.05) 55%); pointer-events: none; }
.cat-card .plate { position: absolute; left: 24px; right: 24px; bottom: 22px; transition: transform .3s ease; pointer-events: none; }
.cat-card:hover .plate { transform: translateY(-4px); }
.cat-card .plate .name { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 28px; letter-spacing: -.01em; text-transform: uppercase; color: #fff; }
.cat-card .plate .tag { font-size: 14px; color: #9FCDD6; margin-top: 4px; }

/* featured product */
.featured { padding: 100px 40px; background: #061334; position: relative; overflow: hidden; }
.featured::before { content: ""; position: absolute; top: -140px; right: -140px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(20,61,163,.55), transparent 70%); }
.featured .container { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; position: relative; z-index: 2; }
.featured-media { border-radius: 26px; overflow: hidden; box-shadow: 0 40px 90px rgba(0,0,0,.45); border: 3px solid #C4F609; height: 520px; }
.featured-tag { display: inline-block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: .16em; text-transform: uppercase; color: #061334; background: #C4F609; padding: 8px 16px; border-radius: 999px; margin-bottom: 24px; }
.featured h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 56px; line-height: .98; letter-spacing: -.01em; text-transform: uppercase; color: #fff; margin-bottom: 20px; }
.featured p.desc { font-size: 18px; line-height: 1.7; color: #C7CEDD; max-width: 480px; margin-bottom: 32px; }
.spec-list { list-style: none; padding: 0; margin: 0 0 40px; display: flex; flex-direction: column; gap: 14px; }
.spec-list li { display: flex; align-items: center; gap: 12px; font-size: 16px; color: #E7E4DB; }
.spec-check { width: 20px; height: 20px; border-radius: 50%; background: rgba(196,246,9,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* benefits */
.benefits { padding: 110px 40px; background: #fff; }
.benefits-head { text-align: center; margin-bottom: 64px; }
.benefits-head .eyebrow { color: #143DA3; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.benefit-card { padding: 44px 36px; border-radius: 22px; border: 1px solid #ECE9E1; background: #FCFBF8; }
.benefit-icon { width: 56px; height: 56px; border-radius: 16px; background: #061334; display: flex; align-items: center; justify-content: center; margin-bottom: 28px; }
.benefit-card h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 30px; letter-spacing: -.01em; text-transform: uppercase; color: #061334; margin-bottom: 12px; }
.benefit-card p { font-size: 16px; line-height: 1.65; color: #5C6478; margin: 0; }

/* launches */
.launches { padding: 110px 40px; background: #061334; }
.launches .eyebrow { color: #C4F609; }
.launches .section-title { color: #fff; }
.launches .section-sub { color: #C7CEDD; }
.launch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.launch-card { position: relative; border-radius: 24px; overflow: hidden; background: #fff; border: 1px solid #ECE9E1; transition: all .3s ease; box-shadow: 0 8px 24px rgba(6,19,52,.06); }
.launch-card:hover { box-shadow: 0 24px 48px rgba(6,19,52,.16); transform: translateY(-6px); }
.launch-media { position: relative; height: 280px; }
.launch-badge { position: absolute; top: 20px; left: 20px; background: #C4F609; color: #061334; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; padding: 8px 16px; border-radius: 999px; }
.launch-body { padding: 32px; }
.launch-body h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 32px; letter-spacing: -.01em; text-transform: uppercase; color: #061334; margin-bottom: 10px; }
.launch-body p { font-size: 15px; line-height: 1.6; color: #5C6478; margin: 0 0 24px; }

/* faq */
.faq { padding: 110px 40px; background: #C4F609; }
.faq .container { max-width: 900px; }
.faq-head { text-align: center; margin-bottom: 56px; }
.faq-list { border-top: 1px solid #061334; }
.faq-row { border-bottom: 1px solid #061334; }
.faq-row:hover { background: rgba(6,19,52,.06); }
.faq-q { all: unset; box-sizing: border-box; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 8px; cursor: pointer; }
.faq-q .q-text { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 21px; color: #061334; text-align: left; }
.faq-q .toggle-icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid #061334; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #061334; transition: transform .25s ease; }
.faq-row.open .toggle-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 8px 28px; max-width: 700px; }
.faq-row.open .faq-answer { display: block; }
.faq-answer p { font-size: 16px; line-height: 1.7; color: #5C6478; margin: 0; }

/* footer */
.site-footer { background: #061334; padding: 80px 40px 32px; color: #C7CEDD; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-logo { height: 28px; width: auto; object-fit: contain; margin-bottom: 20px; }
.footer-brand p { font-size: 15px; line-height: 1.7; color: #9AA4BC; max-width: 280px; margin: 0 0 24px; }
.social-row { display: flex; gap: 12px; }
.social-ico { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; color: #fff; transition: all .2s ease; }
.social-ico:hover { background: #C4F609; color: #061334 !important; border-color: #C4F609 !important; }
.footer-col h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 14px; }
.footer-link { font-size: 15px; color: #9AA4BC; transition: color .2s ease; }
.footer-link:hover { color: #C4F609 !important; }
.footer-contact { display: flex; flex-direction: column; gap: 14px; font-size: 15px; color: #9AA4BC; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; font-size: 13px; color: #7C87A3; flex-wrap: wrap; gap: 12px; }

@media (max-width: 1024px) {
  .site-header .container { gap: 20px; }
  .logo { height: 64px; }
  .nav { gap: 20px; }
  .hero .container, .featured .container { grid-template-columns: 1fr; }
  .cat-grid, .benefit-grid, .launch-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 64px; }
}
@media (max-width: 800px) {
  .site-header .container { position: relative; padding-top: 12px; padding-bottom: 12px; }
  .header-cta { display: none; }
  .menu-toggle { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; border: 1px solid #D8D5CC; border-radius: 50%; background: #fff; color: #061334; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 19px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .site-header.menu-open .menu-toggle span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:nth-child(3) { opacity: 0; }
  .site-header.menu-open .menu-toggle span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .nav { display: none; }
  .site-header.menu-open .nav { position: absolute; top: 100%; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 40px 24px; background: rgba(255,255,255,.98); border-bottom: 1px solid #E7E4DB; box-shadow: 0 16px 28px rgba(6,19,52,.12); }
  .site-header.menu-open .nav-link { padding: 13px 0; font-size: 18px; border-bottom: 1px solid #E7E4DB; }
  .nav-mobile-cta { display: inline-flex; justify-content: center; margin-top: 20px; }
  .hero .container { gap: 48px; padding-top: 72px; padding-bottom: 72px; }
  .featured .container { gap: 44px; }
  .hero-media .frame, .featured-media { height: 440px; }
  .benefit-grid { gap: 20px; }
}
@media (max-width: 640px) {
  .container { padding-left: 20px; padding-right: 20px; }
  .site-header .container { gap: 12px; }
  .logo { height: 44px; max-width: 40%; }
  .site-header .btn-sm { font-size: 14px; padding: 10px 16px; }
  .site-header.menu-open .nav { padding-left: 20px; padding-right: 20px; }
  .categories, .featured, .benefits, .launches, .faq { padding: 64px 20px; }
  .site-footer { padding: 64px 20px 28px; }
  .cat-grid, .benefit-grid, .launch-grid, .footer-top { grid-template-columns: 1fr; }
  .hero h1 { font-size: 48px; }
  .section-title { font-size: 36px; }
  .hero .container { gap: 36px; padding-top: 56px; padding-bottom: 56px; }
  .hero-badge { margin-bottom: 20px; padding: 7px 12px; }
  .hero-badge span.label { font-size: 12px; letter-spacing: .1em; }
  .hero p { font-size: 16px; margin-bottom: 28px; }
  .hero-cta-row { align-items: stretch; gap: 12px; }
  .hero-cta-row .btn { justify-content: center; width: 100%; }
  .section-head { margin-bottom: 36px; }
  .section-sub { font-size: 15px; }
  .cat-card { height: 280px; }
  .featured .container { gap: 36px; }
  .hero-media .frame, .featured-media { height: 320px; border-radius: 20px; }
  .featured h2 { font-size: 42px; }
  .featured p.desc { font-size: 16px; }
  .benefits-head, .faq-head { margin-bottom: 40px; }
  .benefit-card { padding: 32px 28px; }
  .launch-media { height: 230px; }
  .launch-body { padding: 28px; }
  .faq-q { gap: 16px; padding: 20px 4px; }
  .faq-q .q-text { font-size: 19px; }
  .footer-top { gap: 32px; padding-bottom: 40px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding-top: 24px; }
}
