

@media (min-width: 981px) {
  .sfa-nav a.nav-link, .sfa-nav button.nav-link { padding: 26px 9px; font-size: 0.8rem; white-space: nowrap; letter-spacing: 0.2px; }
  .sfa-nav .nav-cta a.nav-link { margin-left: 6px; padding: 9px 18px; }
  .sfa-nav { flex-wrap: nowrap; }
}
@media (min-width: 981px) and (max-width: 1320px) {
  .sfa-header .brand img { height: 28px; }
  .sfa-nav a.nav-link, .sfa-nav button.nav-link { padding: 26px 7px; font-size: 0.76rem; }
}
.sfa-nav .nav-cta a.nav-link {
  border-radius: 40px;
  background: var(--sfa-red);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.sfa-nav .nav-cta a.nav-link:hover { background: #a52626; }
.sfa-nav .nav-signin a.nav-link { color: rgba(255,255,255,0.6); }
.sfa-drawer { min-width: 320px; padding: 8px 0; }
@media (min-width: 981px) { .sfa-drawer { left: auto; right: 0; } }
.sfa-drawer a { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; }
.sfa-drawer a small { font-size: 0.72rem; color: rgba(255,255,255,0.42); letter-spacing: 0.3px; white-space: nowrap; }
.sfa-drawer .drawer-sep { height: 1px; background: rgba(255,255,255,0.08); margin: 6px 0; }
@media (max-width: 1180px) and (min-width: 981px) {
  .sfa-header .brand img { height: 24px; }
  .sfa-nav a.nav-link, .sfa-nav button.nav-link { padding: 26px 6px; font-size: 0.72rem; }
}
@media (max-width: 980px) {
  .sfa-nav .nav-cta a.nav-link { display: inline-block; width: auto; margin: 14px 0 6px; padding: 12px 26px; text-align: center; }
  .sfa-drawer a { justify-content: flex-start; }
  .sfa-drawer a small { margin-left: 10px; }
}

.product-hero { min-height: 58vh; }
.product-hero .hero-kicker {
  margin-top: 22px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.product-hero .hero-actions { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.product-hero video.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.product-hero.has-video > * { position: relative; z-index: 1; }
.product-hero.has-video h1, .product-hero.has-video p { text-shadow: 0 2px 18px rgba(0,0,0,0.55); }

.options-band { padding-top: 80px; }
.opt-head { max-width: 1240px; margin: 0 auto 36px; }
.opt-head p { color: rgba(255,255,255,0.62); font-size: 0.95rem; line-height: 1.8; max-width: 680px; margin-top: 10px; }
.option-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  max-width: 1240px;
  margin: 0 auto;
}
.option-row.cols-2 { grid-template-columns: repeat(2, minmax(260px, 1fr)); max-width: 900px; }
.option-row.cols-3 { grid-template-columns: repeat(3, minmax(240px, 1fr)); }
.option-row.single { grid-template-columns: minmax(280px, 1.15fr) minmax(280px, 1fr); }
.opt-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.12);
  border-top: 2px solid var(--accent, #2e7d6b);
  background: rgba(255,255,255,0.02);
  padding: 30px 28px 26px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.opt-card:hover { border-color: rgba(255,255,255,0.32); transform: translateY(-3px); }
.opt-card.featured { background: rgba(255,255,255,0.035); }
.opt-badge {
  position: absolute; top: -12px; left: 24px;
  font-size: 0.62rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  background: var(--sfa-red); color: #fff; padding: 5px 12px; border-radius: 20px;
}
.opt-type { font-size: 0.68rem; letter-spacing: 2.2px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 10px; }
.opt-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.45rem; color: #fff; line-height: 1.2; }
.opt-sub { font-size: 0.88rem; color: rgba(255,255,255,0.55); margin-top: 6px; line-height: 1.6; }
.opt-price { font-family: var(--font-display); font-weight: 300; font-size: 2.3rem; color: #fff; margin-top: 18px; line-height: 1; }
.opt-price .from { font-size: 0.8rem; font-family: var(--font-body); color: rgba(255,255,255,0.5); margin-right: 6px; vertical-align: middle; }
.opt-price-note { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin-top: 8px; line-height: 1.6; }
.opt-actions { margin: 22px 0 20px; display: flex; flex-direction: column; gap: 10px; }
.btn-apply {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-size: 0.86rem; font-weight: 600; letter-spacing: 0.6px;
  color: #fff; background: var(--sfa-red); border: 1px solid var(--sfa-red);
  border-radius: 40px; padding: 13px 26px; text-decoration: none; cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}
.btn-apply:hover { background: #a52626; transform: translateY(-1px); }
.opt-link { font-size: 0.8rem; color: rgba(255,255,255,0.55); text-decoration: none; text-align: center; }
.opt-link:hover { color: #fff; text-decoration: underline; }
.opt-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 16px; }
.opt-list li { position: relative; padding-left: 24px; font-size: 0.88rem; line-height: 1.65; color: rgba(255,255,255,0.72); margin-bottom: 9px; }
.opt-list li::before { content: '\2713'; position: absolute; left: 0; top: 0; color: #5cc3ab; font-size: 0.85rem; }
.opt-note { max-width: 1240px; margin: 26px auto 0; font-size: 0.8rem; line-height: 1.7; color: rgba(255,255,255,0.45); }

.feature-strip {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: start;
}
.feature-strip .fs-item { border: 1px solid rgba(255,255,255,0.1); padding: 18px 18px 16px; background: rgba(255,255,255,0.015); }
.feature-strip .fs-label { font-size: 0.64rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.42); margin-bottom: 8px; }
.feature-strip .fs-value { font-family: var(--font-display); font-size: 1.15rem; color: #fff; line-height: 1.3; }
.feature-strip .fs-sub { font-size: 0.8rem; color: rgba(255,255,255,0.55); margin-top: 6px; line-height: 1.55; }
.feature-strip .fs-wide { grid-column: 1 / -1; }
.feature-strip .fs-wide a { color: rgba(255,255,255,0.8); }

.sticky-bar {
  position: fixed; top: 74px; left: 0; right: 0; z-index: 90;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 10px 3vw;
  background: rgba(10, 18, 28, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transform: translateY(-110%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.sticky-bar.show { transform: translateY(0); opacity: 1; }
.sticky-bar .sb-title { font-family: var(--font-display); font-size: 1.02rem; color: #fff; white-space: nowrap; }
.sticky-bar .sb-opts { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.sticky-bar .sb-chip {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 40px; padding: 6px 8px 6px 16px;
  font-size: 0.8rem; color: rgba(255,255,255,0.8); text-decoration: none; white-space: nowrap;
  transition: border-color 0.25s ease;
}
.sticky-bar .sb-chip:hover { border-color: rgba(255,255,255,0.4); }
.sticky-bar .sb-chip b { font-weight: 600; color: #fff; }
.sticky-bar .sb-chip .sb-price { color: rgba(255,255,255,0.6); }
.sticky-bar .sb-chip .sb-go { background: var(--sfa-red); color: #fff; border-radius: 30px; padding: 6px 14px; font-weight: 600; font-size: 0.74rem; letter-spacing: 0.5px; }
.sticky-bar.many .sb-chip { padding: 5px 12px; gap: 8px; font-size: 0.76rem; }
.sticky-bar.many .sb-chip .sb-go { display: none; }
.sticky-bar.many .sb-chip:hover { background: rgba(255,255,255,0.06); }
.sticky-bar .sb-cta { display: none; white-space: nowrap; padding: 9px 18px; font-size: 0.78rem; }
.sticky-bar.many .sb-cta { display: inline-flex; }
.sticky-bar .sb-mobile { display: none; align-items: center; gap: 14px; }
.sticky-bar .sb-mobile .sb-from { font-size: 0.9rem; color: #fff; }
.sticky-bar .sb-mobile .sb-from small { color: rgba(255,255,255,0.55); font-size: 0.72rem; margin-right: 4px; }
@media (max-width: 980px) {
  .sticky-bar { padding: 9px 5vw; }
  .sticky-bar .sb-opts, .sticky-bar.many .sb-cta { display: none; }
  .sticky-bar .sb-mobile { display: flex; }
  .sticky-bar .sb-title { font-size: 0.92rem; overflow: hidden; text-overflow: ellipsis; }
  .option-row.single, .option-row.cols-2, .option-row.cols-3 { grid-template-columns: 1fr; max-width: 640px; }
}
body.has-sticky-bar .sfa-nav.open { top: 74px; }

.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 1240px; margin: 0 auto; }
.module-card { border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.015); padding: 30px 28px; }
.module-card .mc-num { font-family: var(--font-display); font-size: 2rem; font-weight: 300; color: rgba(255,255,255,0.25); line-height: 1; margin-bottom: 14px; }
.module-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.25rem; color: #fff; margin-bottom: 12px; }
.module-card p { font-size: 0.9rem; line-height: 1.8; color: rgba(255,255,255,0.62); }
.module-card ul { list-style: none; padding: 0; margin: 14px 0 0; }
.module-card li { font-size: 0.86rem; line-height: 1.7; color: rgba(255,255,255,0.62); padding-left: 16px; position: relative; }
.module-card li::before { content: ''; position: absolute; left: 0; top: 0.75em; width: 6px; height: 1px; background: rgba(255,255,255,0.4); }
.cover-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 40px; max-width: 1000px; margin: 30px auto 0; padding: 0; list-style: none; }
.cover-list li { font-size: 0.95rem; line-height: 1.75; color: rgba(255,255,255,0.72); padding-left: 22px; position: relative; }
.cover-list li::before { content: '\2713'; position: absolute; left: 0; color: #5cc3ab; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1240px; margin: 40px auto 0; }
.pillar { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 18px; }
.pillar h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.1rem; color: #fff; margin-bottom: 8px; }
.pillar p { font-size: 0.86rem; line-height: 1.75; color: rgba(255,255,255,0.6); }

.sample-video { width: 100%; background: #000; border: 1px solid rgba(255,255,255,0.12); display: block; }
.sample-caption { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-top: 12px; line-height: 1.6; }

.faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.1); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  background: none; border: none; cursor: pointer; text-align: left;
  padding: 22px 4px; font-family: var(--font-display); font-size: 1.15rem; font-weight: 400; color: #fff;
}
.faq-q .faq-icon { font-size: 1.3rem; color: rgba(255,255,255,0.5); transition: transform 0.3s ease; flex-shrink: 0; }
.faq-item.open .faq-q .faq-icon { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 4px 24px; }
.faq-item.open .faq-a { display: block; }
.faq-a p { font-size: 0.95rem; line-height: 1.85; color: rgba(255,255,255,0.7); margin-bottom: 12px; }
.faq-a p:last-child { margin-bottom: 0; }

.xsell-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1240px; margin: 0 auto; }
.xsell { display: block; text-decoration: none; border: 1px solid rgba(255,255,255,0.1); padding: 24px 24px 22px; background: rgba(255,255,255,0.015); transition: border-color 0.3s ease, transform 0.3s ease; }
.xsell:hover { border-color: rgba(255,255,255,0.3); transform: translateY(-3px); }
.xsell .xs-type { font-size: 0.64rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.42); margin-bottom: 8px; }
.xsell h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.15rem; color: #fff; margin-bottom: 8px; }
.xsell p { font-size: 0.86rem; line-height: 1.7; color: rgba(255,255,255,0.6); }
.xsell .xs-price { margin-top: 12px; font-size: 0.86rem; color: #fff; }

.router-band { padding: 80px 6vw 90px; }
.router-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1280px; margin: 0 auto; }
.router-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.02); transition: border-color 0.3s ease, transform 0.3s ease; }
.router-card:hover { border-color: rgba(255,255,255,0.32); transform: translateY(-4px); }
.router-card .rc-media { aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.08); }
.router-card .rc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.router-card:hover .rc-media img { transform: scale(1.04); }
.router-card .rc-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.router-card .rc-type { font-size: 0.62rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.42); margin-bottom: 8px; }
.router-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.3rem; color: #fff; line-height: 1.2; }
.router-card p { font-size: 0.86rem; line-height: 1.7; color: rgba(255,255,255,0.62); margin: 10px 0 16px; flex: 1; }
.router-card .rc-price { font-family: var(--font-display); font-size: 1.5rem; color: #fff; margin-bottom: 14px; }
.router-card .rc-price small { font-family: var(--font-body); font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-right: 5px; }
.router-card .rc-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.router-card .rc-actions .btn-apply { padding: 10px 20px; font-size: 0.8rem; }
.router-card .rc-actions .rc-more { font-size: 0.82rem; color: rgba(255,255,255,0.7); text-decoration: none; }
.router-card .rc-actions .rc-more:hover { color: #fff; text-decoration: underline; }
.router-more { text-align: center; margin-top: 34px; }

@media (max-width: 1100px) {
  .router-grid { grid-template-columns: repeat(2, 1fr); }
  .module-grid, .xsell-grid { grid-template-columns: 1fr 1fr; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .router-grid, .module-grid, .xsell-grid, .pillar-grid, .cover-list, .feature-strip { grid-template-columns: 1fr; }
  .opt-price { font-size: 2rem; }
  .options-band { padding-top: 60px; }
}

.opt-card .btn-apply.is-soon { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6); cursor: default; pointer-events: none; }
.opt-card .btn-apply.is-soon:hover { background: rgba(255,255,255,0.08); transform: none; }
.opt-card .opt-soon-note { font-size: 0.78rem; color: rgba(255, 220, 160, 0.85); margin-top: 8px; line-height: 1.5; }
.sb-chip.is-soon { opacity: 0.55; pointer-events: none; }

.platform-band .center p { max-width: 720px; margin: 16px auto 0; color: rgba(255,255,255,0.68); line-height: 1.85; }
.platform-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; max-width: 1240px; margin: 0 auto; }
.platform-shot { margin: 0; border: 1px solid rgba(255,255,255,0.12); background: #070d15; overflow: hidden; border-radius: 8px; display: flex; flex-direction: column; transition: border-color .3s ease, transform .3s ease; }
.platform-shot:hover { border-color: rgba(255,255,255,0.3); transform: translateY(-3px); }
.platform-shot .win { height: 26px; display: flex; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid rgba(255,255,255,0.08); background: #0b1420; }
.platform-shot .win i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.14); display: block; }
.platform-shot .win span { margin-left: auto; font-size: 0.62rem; letter-spacing: 1.6px; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.platform-shot img { width: 100%; display: block; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; }
.platform-shot figcaption { padding: 16px 18px 18px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; gap: 5px; }
.platform-shot figcaption b { font-family: var(--font-display); font-weight: 400; font-size: 1.12rem; color: #fff; }
.platform-shot figcaption span { font-size: 0.85rem; line-height: 1.65; color: rgba(255,255,255,0.6); }
.platform-note { text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.42); margin: 26px auto 0; max-width: 760px; line-height: 1.7; }
@media (max-width: 860px) { .platform-grid { grid-template-columns: 1fr; } }

@media (min-width: 981px) {
  .product-hero.has-poster { display: grid; grid-template-columns: minmax(0, 1fr) 320px; column-gap: 64px; align-content: end; align-items: end; }
  .product-hero.has-poster > * { grid-column: 1; }
  .product-hero.has-poster .hero-poster { grid-column: 2; grid-row: 1 / span 5; align-self: center; width: 320px; height: auto; border-radius: 10px; border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 30px 60px rgba(0,0,0,0.5); justify-self: end; }
}
@media (max-width: 980px) { .product-hero .hero-poster { display: none; } }
.product-hero.has-poster::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,18,28,0.78) 0%, rgba(10,18,28,0.55) 45%, rgba(10,18,28,0.25) 100%); z-index: 0; pointer-events: none; }
.product-hero.has-poster > * { position: relative; z-index: 1; }

