.product-showcase {
  background: #082f4f;
  color: #fff;
  overflow: hidden;
}
.product-showcase .section-heading h2 {
  color: #fff;
}
.product-showcase .section-heading > p {
  color: #abc2d0;
}
.product-showcase .section-kicker {
  color: var(--yellow);
}
.showcase-main {
  display: grid;
  grid-template-columns: 1.55fr 0.65fr;
  gap: 45px;
  align-items: center;
  margin-bottom: 55px;
}
.browser-frame,
.screen-frame {
  background: #f7f9fa;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.browser-bar {
  height: 38px;
  background: #e7edf0;
  color: #617480;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  font-size: 10px;
}
.browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f16d63;
}
.browser-bar i:nth-child(2) {
  background: #f4bd42;
}
.browser-bar i:nth-child(3) {
  background: #5fc477;
}
.browser-bar span {
  margin: auto;
}
.browser-frame img,
.screen-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.showcase-caption > span,
.showcase-card > span,
.showcase-wide > div:last-child > span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6ec8e0;
  font-weight: 800;
}
.showcase-caption h3,
.showcase-card h3 {
  font-size: 29px;
  margin: 12px 0;
  color: #fff;
}
.showcase-caption p,
.showcase-card > p,
.showcase-wide > div:last-child > p {
  color: #afc3cf;
  font-size: 14px;
}
.showcase-caption ul {
  list-style: none;
  padding: 0;
  margin: 23px 0;
}
.showcase-caption li {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
}
.showcase-caption li:before {
  content: "✓";
  color: var(--yellow);
  margin-right: 9px;
}
.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 24px;
}
.showcase-card {
  min-width: 0;
}
.showcase-card .screen-frame,
.phone-gallery,
.service-ui,
.manifest-ui,
.messages-ui {
  height: 330px;
  margin-bottom: 23px;
  border-radius: 18px;
  overflow: hidden;
  background: #f4f7f8;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.23);
}
.screen-frame img {
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.phone-gallery {
  position: relative;
  background: radial-gradient(circle at 50% 40%, #297698, #0b456c 70%);
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 20px;
}
.product-phone {
  width: 157px;
  height: 360px;
  padding: 6px;
  border-radius: 24px;
  background: #122433;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.4);
  transform: rotate(-5deg);
}
.product-phone.second {
  transform: translateY(24px) rotate(5deg);
}
.product-phone img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}
.manifest-ui {
  padding: 16px;
  background: #eaf5fb;
  color: var(--ink);
}
.manifest-head {
  text-align: center;
  margin-bottom: 10px;
}
.manifest-head b,
.manifest-head small {
  display: block;
}
.manifest-head b {
  color: var(--navy);
  font-size: 16px;
}
.manifest-head small {
  color: var(--muted);
  font-size: 9px;
}
.student-card {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 9px;
  align-items: center;
  background: #fff;
  border-radius: 11px;
  padding: 10px;
  margin-top: 8px;
}
.student-avatar {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #dceaff;
  color: var(--navy);
  font-size: 11px;
}
.student-card div > b,
.student-card div > small {
  display: block;
}
.student-card div > b {
  font-size: 11px;
}
.student-card div > small {
  font-size: 8px;
  color: var(--muted);
}
.student-card em {
  font-style: normal;
  font-size: 9px;
  color: #188053;
  background: #def7e7;
  border-radius: 7px;
  padding: 6px;
}
.student-card em.waiting {
  color: #a65e00;
  background: #fff0cc;
}
.student-actions {
  grid-column: 1/-1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.student-actions button {
  border: 0;
  border-radius: 7px;
  padding: 7px 2px;
  background: #dbeaff;
  color: #06458a;
  font-size: 8px;
  font-weight: 800;
}
.student-actions button:nth-child(2) {
  background: #fff0cc;
  color: #a65e00;
}
.student-actions button:nth-child(3) {
  background: #ffe0e0;
  color: #b52121;
}
.service-ui {
  position: relative;
  color: var(--ink);
}
.map-pattern {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #dfeee8, #cce7f0);
  overflow: hidden;
}
.map-pattern:before {
  content: "";
  position: absolute;
  inset: -35%;
  background: repeating-linear-gradient(
    32deg,
    transparent 0 42px,
    rgba(255, 255, 255, 0.8) 43px 49px
  );
}
.map-road {
  position: absolute;
  height: 8px;
  background: white;
  box-shadow: 0 0 0 2px #c3d9dc;
  width: 130%;
  left: -15%;
}
.map-road.r1 {
  top: 43%;
  transform: rotate(-17deg);
}
.map-road.r2 {
  top: 62%;
  transform: rotate(12deg);
}
.drawn-area {
  position: absolute;
  z-index: 2;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border: 3px solid var(--yellow);
  background: rgba(255, 190, 23, 0.2);
  left: 25%;
  top: 17%;
}
.area-bus {
  position: absolute;
  z-index: 3;
  left: 44%;
  top: 34%;
  background: var(--navy);
  color: var(--yellow);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-style: normal;
  display: grid;
  place-items: center;
}
.floating-tool {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 18px;
  width: 265px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(5, 45, 76, 0.25);
}
.floating-tool > b {
  display: block;
  color: var(--navy);
  font-size: 13px;
}
.floating-tool > small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
  margin: 5px 0 10px;
}
.floating-tool > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.floating-tool button {
  border: 1px solid #cad7dc;
  background: #fff;
  padding: 7px;
  font-size: 9px;
}
.floating-tool button:first-child {
  background: #e7f2f6;
  color: var(--navy);
  font-weight: 800;
}
.floating-tool label {
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
}
.floating-tool label span {
  height: 4px;
  background: #c7d5da;
  flex: 1;
  border-radius: 5px;
}
.floating-tool .next-button {
  width: 100%;
  background: var(--yellow);
  border: 0;
  border-radius: 7px;
  color: var(--navy);
  font-weight: 800;
}
.showcase-wide {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 35px;
  align-items: center;
}
.showcase-wide .messages-ui {
  margin-bottom: 0;
}
.messages-ui {
  display: grid;
  grid-template-columns: 42% 58%;
  color: var(--ink);
  background: #f8fafb;
}
.conversation-list {
  padding: 17px 0;
  background: #fff;
  border-right: 1px solid #dae4e8;
}
.conversation-list > b {
  display: block;
  padding: 0 14px 10px;
  color: var(--navy);
}
.conversation-list > span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid #e7edef;
}
.conversation-list > span.active {
  background: #e5edf1;
}
.conversation-list i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #deeff3;
  color: #147a7d;
  font-style: normal;
  font-size: 10px;
}
.conversation-list strong {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 10px;
}
.conversation-list small {
  font-size: 8px;
  color: var(--muted);
  font-weight: 500;
}
.conversation-list em {
  font-size: 8px;
  font-style: normal;
  background: #20a56a;
  color: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
}
.message-thread {
  position: relative;
  padding: 17px;
  background: #f4efe6;
}
.message-thread > b {
  display: flex;
  flex-direction: column;
  font-size: 11px;
}
.message-thread > b small {
  font-size: 8px;
  color: var(--muted);
}
.message-thread > span {
  display: block;
  width: max-content;
  max-width: 80%;
  padding: 9px;
  background: #fff;
  border-radius: 9px;
  margin-top: 28px;
  font-size: 9px;
}
.message-thread > span:nth-of-type(2) {
  margin: 12px 0 0 auto;
  background: #d6f8dc;
}
.message-thread label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #fff;
  border: 1px solid #d3dde1;
  border-radius: 20px;
  padding: 8px 10px;
  color: #9ba8af;
  font-size: 8px;
}
.message-thread label i {
  float: right;
  font-style: normal;
  color: var(--navy);
}
@media (max-width: 900px) {
  .showcase-main {
    grid-template-columns: 1fr;
  }
  .showcase-grid {
    grid-template-columns: 1fr;
  }
  .showcase-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .showcase-wide .messages-ui {
    margin-bottom: 23px;
  }
  .phones-card {
    order: -1;
  }
}
@media (max-width: 600px) {
  .showcase-main {
    gap: 25px;
  }
  .showcase-grid {
    gap: 42px;
  }
  .showcase-card .screen-frame,
  .phone-gallery,
  .service-ui,
  .manifest-ui,
  .messages-ui {
    height: 285px;
  }
  .showcase-caption h3,
  .showcase-card h3 {
    font-size: 25px;
  }
  .product-phone {
    width: 138px;
  }
  .floating-tool {
    width: 235px;
  }
  .messages-ui {
    grid-template-columns: 45% 55%;
  }
  .conversation-list > span {
    padding: 8px;
  }
  .conversation-list strong {
    font-size: 9px;
  }
}

.family-story {
  background: #fff;
}
.family-story-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 65px;
  align-items: center;
}
.family-image {
  position: relative;
}
.family-image::before {
  content: "";
  position: absolute;
  inset: 25px -18px -18px 35px;
  border-radius: 28px;
  background: var(--yellow);
}
.family-image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.family-copy h2 {
  color: var(--navy-deep);
  font-size: clamp(36px, 4vw, 55px);
  letter-spacing: -0.045em;
}
.family-copy > p:not(.section-kicker) {
  color: var(--muted);
  margin: 23px 0 28px;
}
.family-points {
  display: flex;
  flex-direction: column;
}
.family-points span {
  display: grid;
  grid-template-columns: 35px 1fr;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}
.family-points i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #dcf5e7;
  color: var(--green);
  font-style: normal;
  font-size: 11px;
}
.family-points b {
  font-size: 13px;
}
.family-points small {
  color: var(--muted);
}
@media (max-width: 900px) {
  .family-story-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .family-image::before {
    inset: 14px -7px -9px 18px;
  }
}
.campaign-stories {
  padding: 0 0 112px;
  background: #fff;
}
.campaign-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.campaign-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--navy-deep);
  min-height: 510px;
  box-shadow: var(--shadow);
}
.campaign-image {
  position: absolute;
  inset: 0;
}
.campaign-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(5, 34, 55, 0.95) 0%,
    rgba(5, 34, 55, 0.25) 55%,
    transparent 75%
  );
}
.campaign-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.campaign-copy {
  position: absolute;
  z-index: 2;
  left: 35px;
  right: 35px;
  bottom: 30px;
  color: #fff;
}
.campaign-copy span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--yellow);
  font-weight: 800;
}
.campaign-copy h3 {
  font-size: 29px;
  margin: 8px 0;
}
.campaign-copy p {
  color: #c6d5df;
  font-size: 13px;
  max-width: 500px;
  margin: 0;
}
@media (max-width: 700px) {
  .campaign-stories {
    padding-bottom: 78px;
  }
  .campaign-grid {
    grid-template-columns: 1fr;
  }
  .campaign-card {
    min-height: 430px;
  }
  .campaign-copy {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
  .campaign-copy h3 {
    font-size: 25px;
  }
}
.campaign-featured {
  grid-column: 1/-1;
  min-height: 610px;
}
.hero-art::before,
.family-image::after,
.story-visual::after,
.campaign-image::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 112px;
  height: 38px;
  background: url("assets/waynkon-logo.png") center/contain no-repeat;
  opacity: 0.72;
  filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 0.8));
  pointer-events: none;
}
.hero-art::before {
  right: 28px;
  bottom: 22px;
}
.family-image::after {
  right: 18px;
  bottom: 13px;
}
.story-visual::after {
  right: 18px;
  bottom: 14px;
}
.campaign-image::before {
  right: 22px;
  top: 18px;
}
.campaign-featured .campaign-image img {
  object-position: center 35%;
}
@media (max-width: 700px) {
  .campaign-featured {
    grid-column: auto;
    min-height: 430px;
  }
  .hero-art::before {
    right: 14px;
    bottom: 22px;
  }
}

.story-band {
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* Marketing narrative first, product proof second. */
main {
  display: flex;
  flex-direction: column;
}
.hero {
  order: 10;
}
.intro {
  order: 20;
}
.family-story {
  order: 30;
}
.story-geofence {
  order: 40;
}
.story-messaging {
  order: 50;
}
.story-boarding {
  order: 60;
}
.story-tinted {
  order: 70;
}
.story-community {
  order: 80;
}
.platform {
  order: 90;
}
.product-showcase {
  order: 100;
}
.safety {
  order: 110;
}
.audiences {
  order: 120;
}
.technology {
  order: 130;
}
.about {
  order: 140;
}
.contact {
  order: 150;
}
.story-band.section {
  padding-block: 88px;
}
.story-tinted {
  background: #edf7fa;
}
.story-messaging {
  background: #fff8df;
}
.story-boarding {
  background: #f4f8fb;
}
.story-community {
  background: #eef3fb;
}
.story-geofence {
  background: #eef8f3;
}
.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  gap: clamp(45px, 6vw, 90px);
  align-items: center;
}
.story-reverse .story-visual {
  order: 2;
}
.story-reverse .story-copy {
  order: 1;
}
.story-visual {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 28px 65px rgba(5, 45, 76, 0.17);
}
.story-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.story-visual:hover img {
  transform: scale(1.025);
}
.story-copy h2 {
  color: var(--navy-deep);
  font-size: clamp(35px, 4vw, 55px);
  letter-spacing: -0.045em;
}
.story-copy > p:not(.section-kicker) {
  color: var(--muted);
  margin: 22px 0 27px;
  line-height: 1.8;
}
.story-copy .tech-tags {
  margin-top: 27px;
}
@media (max-width: 850px) {
  .story-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .story-reverse .story-visual,
  .story-reverse .story-copy {
    order: initial;
  }
}
@media (max-width: 600px) {
  .story-visual {
    border-radius: 18px;
    aspect-ratio: 4/3;
  }
}
