.visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.visual-grid.five {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visual-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid #35393d;
  background: #111318;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 0;
}

.visual-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 22%, rgba(3,4,5,.92) 100%);
}

.visual-card:hover img,
.visual-card:focus-visible img {
  transform: scale(1.035);
}

.visual-card:focus-visible {
  outline: 3px solid #dc0915;
  outline-offset: 3px;
}

.visual-card-copy {
  position: absolute;
  z-index: 2;
  inset: auto 26px 24px;
}

.visual-card-copy small {
  display: block;
  margin-bottom: 8px;
  color: #ff515b;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.visual-card-copy strong {
  display: block;
  font-size: clamp(1.45rem, 2.7vw, 2.4rem);
  line-height: 1;
  letter-spacing: -.035em;
}

.visual-card-copy span {
  display: block;
  margin-top: 12px;
  color: #d3d6d9;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.visual-section {
  padding: 90px 0;
  background: #0b0d10;
  color: #fff;
}

.range-video {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #08090b;
}

.range-video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.range-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,4,5,.92), rgba(3,4,5,.28));
}

.range-video-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding: 70px max(5vw, 28px);
}

.range-video-copy p { color: #d1d4d7; font-size: 1.08rem; }
.video-status {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  color: #fff;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.video-status::before {
  content: "▶";
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.detail-dialog {
  width: min(820px, calc(100% - 28px));
  max-height: calc(100vh - 28px);
  padding: 0;
  border: 1px solid #40444a;
  background: #0d0f12;
  color: #fff;
  box-shadow: 0 30px 90px #000c;
}
.detail-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.detail-dialog img { width: 100%; max-height: 340px; object-fit: cover; display: block; }
.detail-body { padding: 34px; }
.detail-body h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
.detail-body p { color: #c2c6cb; }
.detail-body ul { padding-left: 18px; color: #c2c6cb; }
.detail-body li { margin: 9px 0; }
.detail-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  background: #08090bcc;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.video-panel {
  margin: 0;
  background: #15171b;
  border: 1px solid #35393e;
}

.video-panel iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.video-panel h3 {
  margin: 22px 24px 8px;
  font-size: 1.35rem;
}

.video-panel p {
  margin: 0;
  padding: 0 24px 24px;
  color: #b7bbc0;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.game-card {
  padding: 0;
  border: 1px solid #d0d2d4;
  background: #fff;
  color: #17191d;
  cursor: pointer;
  text-align: left;
}

.game-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.game-card span {
  display: block;
  padding: 15px;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.game-card:hover,
.game-card:focus-visible {
  border-color: #dc0915;
  outline: none;
}

.business-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.business-image-card {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0c0e10;
  color: #fff;
  text-decoration: none;
  border: 1px solid #d1d5d2;
}

.business-image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.business-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,9,8,.05) 20%, rgba(7,9,8,.94) 100%);
}

.business-image-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .6rem;
  width: 100%;
  padding: 1.6rem;
}

.business-image-copy strong { font-size: clamp(1.45rem, 2.6vw, 2.15rem); line-height: 1.05; }
.business-image-copy > span { color: #e0e5e1; line-height: 1.5; }
.business-image-copy b { color: #8fe44e; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.business-image-card:hover img,
.business-image-card:focus-visible img { transform: scale(1.035); }
.business-image-card:focus-visible { outline: 3px solid #79d438; outline-offset: 3px; }

.residential-section {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 650px;
  background: #101310;
  color: #fff;
}

.residential-image { min-height: 480px; overflow: hidden; }
.residential-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.residential-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 6rem); }
.residential-copy .lead { color: #e1e5e2; }
.residential-copy ul { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.residential-copy li { padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.16); color: #d0d6d1; }
.home-paths { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 1.2rem; }
.home-paths span { display: grid; gap: .3rem; padding: 1rem; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: #ccd3cd; }
.home-paths b { color: #fff; }
.residential-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1.4rem; background: rgba(255,255,255,.18); }
.residential-specs span { display: grid; gap: .2rem; padding: 1rem; background: #181c19; color: #bfc6c0; font-size: .82rem; }
.residential-specs b { color: #fff; font-size: 1.12rem; }
.residential-specs.wide { margin-top: 2rem; }
.home-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.home-detail-grid article { background: #15171b; border: 1px solid #34383d; }
.home-detail-grid img { display: block; width: 100%; height: 300px; object-fit: cover; }
.home-detail-grid article > div { padding: 1.5rem; }
.home-detail-grid h3 { color: #fff; font-size: 1.45rem; }
.home-detail-grid p { color: #bbc0bc; margin-bottom: 0; }

.form-fallback {
  grid-column: 1 / -1;
  margin: .15rem 0 0;
  color: #b9bfba;
  font-size: .9rem;
}

.form-fallback a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-honey {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.5rem;
  margin: 0;
  color: #d7dbd8;
  font-size: .95rem;
}

.form-status.success {
  color: #b9efc9;
}

.form-status.error {
  color: #ffd0d3;
}

.form-status a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form button:disabled {
  cursor: wait;
  opacity: .7;
}

.upgrade-section {
  position: relative;
  overflow: hidden;
  background: #111613;
  color: #fff;
}

.upgrade-section::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 46%;
  background: linear-gradient(90deg, rgba(17,22,19,.96), rgba(17,22,19,.42)), url('/media/apogee.jpg') center / cover no-repeat;
  opacity: .48;
}

.upgrade-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: clamp(2rem,5vw,5rem);
  align-items: center;
}

.upgrade-copy { max-width: 42rem; }
.upgrade-copy .lead { color: #fff; }
.upgrade-copy p { color: #d6ddd8; }
.upgrade-steps { display: grid; gap: 1rem; }

.upgrade-steps article {
  display: grid;
  grid-template-columns: 3.1rem 1fr;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(5,9,7,.82);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(7px);
}

.upgrade-steps article > span {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: #79d438;
  color: #0b0d0c;
  font-weight: 800;
}

.upgrade-steps h3 { margin: 0 0 .35rem; color: #fff; }
.upgrade-steps p { margin: 0; color: #cfd7d1; }
.faq-section { background: #f3f3f1; color: #08090b; }
.faq-intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: 3rem;
}
.faq-intro h2 { max-width: 760px; margin-bottom: 0; }
.faq-intro > p { max-width: 590px; margin: 0 0 .4rem; color: #4f5650; font-size: 1.08rem; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; align-items: start; }
.faq-column { display: grid; gap: .9rem; align-content: start; }
.faq-item { background: #fff; border: 1px solid #d7dcd8; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-item[open] { border-color: #dc0915; box-shadow: 0 10px 28px rgba(8,9,11,.07); }
.faq-item summary {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) 2rem;
  gap: .9rem;
  align-items: center;
  min-height: 78px;
  padding: 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-number { color: #c30813; font-size: .73rem; font-weight: 900; letter-spacing: .12em; }
.faq-item summary strong { font-size: 1rem; line-height: 1.35; }
.faq-toggle {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid #c7ccc8;
  border-radius: 50%;
}
.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .72rem;
  height: 2px;
  background: #151815;
  transform: translate(-50%, -50%);
}
.faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.faq-item[open] .faq-toggle { border-color: #dc0915; background: #dc0915; }
.faq-item[open] .faq-toggle::before,
.faq-item[open] .faq-toggle::after { background: #fff; }
.faq-item[open] .faq-toggle::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { padding: 0 1.2rem 1.35rem 4.55rem; }
.faq-answer p { max-width: none; margin: 0; color: #4f5650; line-height: 1.7; }

@media (max-width: 900px) {
  .visual-grid.five { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .game-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .business-image-grid { grid-template-columns: 1fr; }
  .residential-section { grid-template-columns: 1fr; }
  .residential-image { min-height: 390px; }
  .home-detail-grid { grid-template-columns: 1fr; }
  .upgrade-wrap { grid-template-columns: 1fr; }
  .upgrade-section::before { width: 100%; opacity: .2; }
  .faq-intro { grid-template-columns: 1fr; gap: 1rem; }
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .visual-grid,.visual-grid.five { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .visual-card { min-height: 285px; }
  .range-video { min-height: 500px; }
  .detail-body { padding: 26px 22px; }
  .home-paths,.residential-specs { grid-template-columns: 1fr; }
  .faq-intro { margin-bottom: 2rem; }
  .faq-item summary { grid-template-columns: 2rem minmax(0, 1fr) 1.8rem; gap: .65rem; padding: .9rem; }
  .faq-answer { padding: 0 .95rem 1.15rem 3.55rem; }
}
