.light-page {
  --light-mint: #5ae8bc;
  --light-cyan: #66c8ff;
  --light-lilac: #a887ff;
  --light-card: rgba(15, 13, 36, 0.68);
  --light-border: rgba(205, 195, 255, 0.16);
  background:
    radial-gradient(circle at 8% 7%, rgba(56, 94, 170, 0.22), transparent 30%),
    radial-gradient(circle at 92% 13%, rgba(85, 193, 167, 0.12), transparent 28%),
    linear-gradient(175deg, #070614 0%, #09071b 48%, #05040f 100%);
}

.light-scene .orb-one {
  background: #3bc6b0;
  opacity: 0.12;
}

.light-scene .orb-two {
  background: #5a63ff;
  opacity: 0.2;
}

.light-brand-tag {
  margin-right: auto;
  padding: 0.34rem 0.65rem;
  border: 1px solid rgba(107, 223, 190, 0.28);
  border-radius: 999px;
  color: #93efd3;
  background: rgba(68, 205, 169, 0.08);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.light-product-switch {
  position: relative;
}

.light-product-switch::after {
  content: "";
  position: absolute;
  right: -0.3rem;
  width: 1px;
  height: 22px;
  background: rgba(218, 208, 243, 0.16);
}

.light-main {
  width: min(1320px, calc(100% - 2.4rem));
}

.light-main section {
  position: relative;
}

.light-eyebrow {
  margin: 0;
  color: rgba(199, 191, 226, 0.76);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.light-eyebrow > span {
  display: inline-flex;
  margin-right: 0.65rem;
  padding: 0.32rem 0.56rem;
  border: 1px solid rgba(90, 232, 188, 0.35);
  border-radius: 999px;
  color: #8ff2d4;
  background: rgba(90, 232, 188, 0.08);
  letter-spacing: 0.1em;
}

.light-hero {
  min-height: min(900px, 100svh);
  padding: clamp(8.7rem, 16vh, 11.5rem) 0 clamp(5rem, 10vh, 7.5rem);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.light-hero-copy {
  position: relative;
  z-index: 2;
}

.light-hero h1 {
  max-width: 760px;
  margin: 1.15rem 0 0;
  color: #f5f1ff;
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.light-hero h1 em {
  color: transparent;
  background: linear-gradient(90deg, var(--light-cyan), var(--light-lilac), var(--light-mint));
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.light-hero-intro {
  max-width: 680px;
  margin: 1.65rem 0 0;
  color: rgba(230, 224, 246, 0.94);
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  font-weight: 300;
  line-height: 1.62;
}

.light-hero-support {
  max-width: 650px;
  margin: 0.8rem 0 0;
  color: rgba(190, 182, 215, 0.84);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.58;
}

.light-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.light-primary-cta {
  background: linear-gradient(135deg, #6b55ff, #9d4dff 58%, #46c9ac);
}

.light-secondary-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.25rem;
  color: rgba(235, 229, 249, 0.9);
  font-weight: 600;
  text-decoration: none;
}

.light-secondary-cta span {
  color: var(--light-mint);
  transition: transform 180ms ease;
}

.light-secondary-cta:hover span {
  transform: translateY(3px);
}

.light-hero-signoff {
  margin: 1.45rem 0 0;
  color: rgba(156, 238, 210, 0.84);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.light-product-visual {
  position: relative;
  width: 112%;
  margin-left: -8%;
  min-width: 0;
  perspective: 1400px;
}

.light-product-visual::before {
  content: "";
  position: absolute;
  inset: 12% 3% 2%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(84, 109, 255, 0.28), rgba(71, 207, 175, 0.11) 45%, transparent 72%);
  filter: blur(36px);
}

.light-window {
  overflow: hidden;
  border: 1px solid rgba(199, 192, 255, 0.22);
  border-radius: 25px;
  background: rgba(9, 9, 24, 0.9);
  box-shadow: 0 36px 90px rgba(2, 2, 14, 0.55), 0 0 60px rgba(84, 103, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: rotateY(-5deg) rotateX(2deg);
  transform-origin: center;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), border-color 300ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .light-product-visual:hover .light-window {
    transform: rotateY(-1deg) rotateX(0deg) translateY(-5px);
    border-color: rgba(127, 230, 204, 0.38);
  }
}

.light-app-topbar {
  min-height: 54px;
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d1728;
  display: grid;
  grid-template-columns: auto minmax(170px, 1fr) auto auto;
  align-items: center;
  gap: 0.55rem;
}

.light-app-identity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.light-window-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: #f5f1ff;
  font-size: 0.66rem;
  font-weight: 700;
  white-space: nowrap;
}

.light-window-logo img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.light-window-logo b {
  color: #f453df;
  font-size: 0.5rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.light-window-property {
  color: rgba(237, 234, 246, 0.9);
  font-size: 0.52rem;
  font-weight: 650;
  white-space: nowrap;
}

.light-app-modules,
.light-app-month,
.light-app-actions {
  display: flex;
  align-items: center;
}

.light-app-modules {
  gap: 0.28rem;
}

.light-app-modules span {
  padding: 0.42rem 0.46rem;
  border-radius: 6px;
  color: rgba(180, 183, 195, 0.66);
  font-size: 0.5rem;
  font-weight: 600;
  white-space: nowrap;
}

.light-app-modules .is-active {
  color: #e7fbff;
  background: rgba(37, 199, 239, 0.12);
  box-shadow: inset 0 -2px #20c9ef;
}

.light-app-month {
  gap: 0.38rem;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(188, 190, 202, 0.72);
  font-size: 0.52rem;
  white-space: nowrap;
}

.light-app-month b {
  color: rgba(226, 223, 234, 0.82);
}

.light-app-month strong {
  color: #f3f1f7;
  font-size: 0.58rem;
}

.light-app-actions {
  justify-content: flex-end;
  gap: 0.32rem;
}

.light-app-actions small {
  color: rgba(181, 184, 194, 0.68);
  font-size: 0.45rem;
  white-space: nowrap;
}

.light-app-actions small b {
  color: rgba(242, 241, 247, 0.9);
}

.light-app-actions > span,
.light-app-actions > strong {
  padding: 0.4rem 0.48rem;
  border-radius: 7px;
  font-size: 0.46rem;
  white-space: nowrap;
}

.light-app-actions > span {
  color: rgba(238, 237, 245, 0.9);
  background: rgba(255, 255, 255, 0.08);
}

.light-app-actions > strong {
  color: #062230;
  background: #24ccef;
  box-shadow: 0 0 20px rgba(36, 204, 239, 0.16);
}

.light-calendar-toolbar {
  min-height: 52px;
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #151517;
  display: grid;
  grid-template-columns: auto minmax(130px, 0.7fr) minmax(255px, 1.3fr) auto;
  align-items: center;
  gap: 0.6rem;
}

.light-calendar-search {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: rgba(233, 231, 239, 0.78);
  background: rgba(255, 255, 255, 0.075);
  display: grid;
  place-items: center;
  font-size: 1rem;
}

.light-room-filters {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.light-room-filters strong,
.light-room-filters span {
  padding: 0.36rem 0.52rem;
  border-radius: 999px;
  font-size: 0.47rem;
  white-space: nowrap;
}

.light-room-filters strong {
  color: #f2f0f5;
  background: rgba(255, 255, 255, 0.11);
}

.light-room-filters span {
  color: rgba(199, 196, 206, 0.7);
}

.light-status-legend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.46rem;
}

.light-status-legend small,
.light-status-legend span {
  color: rgba(190, 188, 198, 0.66);
  font-size: 0.43rem;
  white-space: nowrap;
}

.light-status-legend small {
  margin-right: 0.2rem;
  font-weight: 650;
}

.light-status-legend span::before {
  content: "";
  width: 7px;
  height: 5px;
  margin-right: 0.22rem;
  border-radius: 2px;
  display: inline-block;
}

.light-status-legend .confirmed::before { background: #4586df; }
.light-status-legend .checked-in::before { background: #27bd72; }
.light-status-legend .pending::before { background: #f1a51e; }
.light-status-legend .waitlist::before { background: #aeb9c9; }

.light-room-search {
  min-width: 70px;
  padding: 0.46rem 0.55rem;
  border-radius: 7px;
  color: rgba(180, 177, 188, 0.58);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.46rem;
}

.light-window-body {
  min-height: 400px;
  background: #19191c;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
}

.light-room-calendar {
  min-width: 0;
  padding: 0.6rem 0 0.8rem 0.6rem;
}

.light-calendar-days {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 0;
  border-radius: 9px 0 0;
  background: #202024;
  display: grid;
  grid-template-columns: 60px repeat(8, minmax(0, 1fr));
}

.light-calendar-days > span {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(191, 188, 200, 0.64);
  display: grid;
  place-content: center;
  text-align: center;
}

.light-calendar-days .light-room-column {
  border-left: 0;
  place-content: center start;
  padding-left: 0.55rem;
  font-size: 0.44rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.light-calendar-days small {
  font-size: 0.38rem;
  text-transform: uppercase;
}

.light-calendar-days b {
  margin-top: 0.08rem;
  color: rgba(241, 239, 246, 0.92);
  font-size: 0.56rem;
}

.light-calendar-days .is-today {
  color: #5fddf4;
  background: rgba(35, 198, 231, 0.13);
  box-shadow: inset 0 2px #28c9e9;
}

.light-calendar-days .is-today b {
  color: #49daf4;
}

.light-room-type {
  min-height: 21px;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.065);
  color: rgba(210, 206, 216, 0.68);
  background: #262629;
  font-size: 0.42rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.light-room-grid {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.light-room-row {
  min-height: 39px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
}

.light-room-row:last-child {
  border-bottom: 0;
}

.light-room-name {
  padding: 0.38rem 0.48rem;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  background: #1d1d20;
  display: grid;
  align-content: center;
}

.light-room-name b {
  color: rgba(241, 239, 245, 0.94);
  font-size: 0.56rem;
}

.light-room-name small {
  margin-top: 0.08rem;
  color: rgba(159, 156, 168, 0.58);
  font-size: 0.34rem;
}

.light-room-timeline {
  min-width: 0;
  padding: 0.35rem 0;
  background-color: #1a1a1d;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(12.5% - 1px),
    rgba(255, 255, 255, 0.055) calc(12.5% - 1px),
    rgba(255, 255, 255, 0.055) 12.5%
  );
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: center;
}

.light-booking {
  position: relative;
  min-width: 0;
  height: 25px;
  margin: 0 2px;
  padding: 0 0.35rem;
  border-radius: 5px;
  grid-column: var(--start) / span var(--span);
  display: flex;
  align-items: center;
  gap: 0.22rem;
  overflow: hidden;
  color: rgba(246, 247, 250, 0.94);
  font-size: 0.39rem;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  transform-origin: left center;
  animation: lightBookingReveal 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.light-room-row:nth-child(2) .light-booking { animation-delay: 80ms; }
.light-room-row:nth-child(3) .light-booking { animation-delay: 140ms; }
.light-room-row:nth-child(4) .light-booking { animation-delay: 200ms; }
.light-room-row:nth-child(5) .light-booking { animation-delay: 260ms; }
.light-room-row:nth-child(6) .light-booking { animation-delay: 320ms; }
.light-room-row:nth-child(7) .light-booking { animation-delay: 380ms; }
.light-room-row:nth-child(8) .light-booking { animation-delay: 440ms; }

.light-booking b {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  font-size: 0.36rem;
}

.light-booking.confirmed { background: #29466f; }
.light-booking.checked-in { background: #1c5036; }
.light-booking.pending { background: #634819; }
.light-booking.waitlist {
  border: 1px dashed rgba(188, 198, 211, 0.5);
  color: rgba(229, 232, 237, 0.8);
  background: #34383e;
}

.light-today-panel {
  min-width: 0;
  padding: 0.75rem 0.7rem;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  background: #18191c;
}

.light-today-head {
  display: grid;
  gap: 0.18rem;
}

.light-today-head strong {
  color: #f2eff7;
  font-size: 0.68rem;
}

.light-today-head span {
  color: rgba(179, 175, 188, 0.62);
  font-size: 0.42rem;
}

.light-today-stats {
  margin-top: 0.65rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.32rem 0.55rem;
}

.light-today-stats span {
  color: rgba(191, 187, 199, 0.7);
  font-size: 0.42rem;
  white-space: nowrap;
}

.light-today-stats b {
  color: var(--light-mint);
  font-size: 0.52rem;
}

.light-today-stats span:nth-child(2) b {
  color: #f0ad31;
}

.light-today-stats span:last-child {
  grid-column: 1 / -1;
}

.light-today-list {
  margin-top: 0.65rem;
  display: grid;
  gap: 0.32rem;
}

.light-today-list strong {
  color: rgba(218, 215, 225, 0.82);
  font-size: 0.47rem;
}

.light-today-list span {
  padding: 0.32rem 0.4rem;
  border-radius: 5px;
  color: rgba(179, 176, 188, 0.68);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.39rem;
}

@keyframes lightBookingReveal {
  from {
    opacity: 0;
    transform: scaleX(0.35);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.light-section-head {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.light-section-head-left {
  margin-left: 0;
  text-align: left;
}

.light-section-head h2,
.light-ksef-copy h2,
.light-comparison-copy h2,
.light-final h2 {
  margin: 0.85rem 0 0;
  color: #f4efff;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
}

.light-section-head > p:last-child,
.light-comparison-copy > p:last-child {
  max-width: 760px;
  margin: 1.25rem auto 0;
  color: rgba(200, 192, 221, 0.84);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 300;
  line-height: 1.65;
}

.light-section-head-left > p:last-child {
  margin-left: 0;
}

.light-audience,
.light-features,
.light-journey,
.light-why,
.light-faq {
  padding: clamp(5rem, 11vh, 8rem) 0;
}

.light-property-types {
  max-width: 1100px;
  margin: 3rem auto 0;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.light-property-types span {
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--light-border);
  border-radius: 999px;
  color: rgba(232, 227, 245, 0.88);
  background: rgba(255, 255, 255, 0.025);
  display: inline-flex;
  align-items: center;
  font-size: 0.92rem;
}

.light-audience-note {
  margin: 1.4rem 0 0;
  color: var(--light-mint);
  text-align: center;
}

.light-feature-grid {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.light-feature-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid var(--light-border);
  border-radius: 27px;
  background:
    radial-gradient(circle at 92% 8%, rgba(91, 107, 255, 0.14), transparent 36%),
    linear-gradient(145deg, rgba(35, 29, 69, 0.5), rgba(10, 9, 27, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 260ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .light-feature-card:hover,
  .light-supporting article:hover,
  .light-why-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(119, 222, 195, 0.34);
    box-shadow: 0 20px 44px rgba(3, 3, 16, 0.34), 0 0 32px rgba(85, 196, 172, 0.07);
  }
}

.light-feature-number {
  position: absolute;
  top: 1.6rem;
  right: 1.8rem;
  color: rgba(147, 238, 211, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.light-feature-icon,
.light-support-icon {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(121, 215, 190, 0.18);
  border-radius: 15px;
  color: var(--light-mint);
  background: rgba(90, 232, 188, 0.075);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}

.light-feature-card h3,
.light-supporting h3,
.light-why-grid h3 {
  margin: 1.45rem 0 0;
  color: #f3effa;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.light-feature-card > p,
.light-supporting article > p:last-child,
.light-why-grid p {
  margin: 0.85rem 0 0;
  color: rgba(196, 188, 216, 0.84);
  font-weight: 300;
  line-height: 1.62;
}

.light-feature-card ul,
.light-check-list {
  margin: 1.3rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  list-style: none;
}

.light-feature-card li,
.light-check-list li {
  position: relative;
  padding-left: 1.45rem;
  color: rgba(225, 219, 239, 0.87);
  line-height: 1.45;
}

.light-feature-card li::before,
.light-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--light-mint);
  font-weight: 700;
}

.light-ksef {
  margin: clamp(4rem, 10vh, 7rem) 0;
  padding: clamp(2rem, 5vw, 4.2rem);
  border: 1px solid rgba(94, 225, 189, 0.2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 12%, rgba(62, 211, 171, 0.15), transparent 35%),
    radial-gradient(circle at 10% 90%, rgba(91, 93, 255, 0.18), transparent 36%),
    rgba(12, 10, 31, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 30px 80px rgba(2, 2, 13, 0.32);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.light-ksef-copy h2 {
  max-width: 720px;
}

.light-ksef-copy > p:not(.light-eyebrow) {
  margin: 1.35rem 0 0;
  color: rgba(205, 198, 225, 0.86);
  font-weight: 300;
  line-height: 1.65;
}

.light-invoice-demo {
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 23px;
  background: rgba(7, 8, 20, 0.82);
  box-shadow: 0 28px 64px rgba(2, 2, 14, 0.42);
}

.light-invoice-head {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.light-invoice-head div {
  display: grid;
}

.light-invoice-head strong {
  margin-top: 0.2rem;
  color: #f2eff9;
}

.light-invoice-head > span {
  align-self: center;
  color: var(--light-mint);
  font-size: 0.78rem;
  font-weight: 600;
}

.light-invoice-lines {
  padding: 1rem 0;
  display: grid;
  gap: 0.25rem;
}

.light-invoice-lines span {
  min-height: 44px;
  padding: 0.65rem 0.7rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.light-invoice-lines b,
.light-invoice-lines em {
  color: rgba(218, 213, 231, 0.8);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
}

.light-invoice-action {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.light-invoice-action > span {
  color: rgba(191, 216, 208, 0.8);
  font-size: 0.7rem;
}

.light-invoice-action i {
  color: var(--light-mint);
  font-style: normal;
}

.light-invoice-action button {
  padding: 0.65rem 0.85rem;
  border: 0;
  border-radius: 9px;
  color: #071d16;
  background: var(--light-mint);
  font: 700 0.72rem "Outfit", sans-serif;
  pointer-events: none;
}

.light-invoice-success {
  margin-top: 0.8rem;
  padding: 0.8rem;
  border: 1px solid rgba(90, 232, 188, 0.16);
  border-radius: 10px;
  color: #a6f4dd;
  background: rgba(90, 232, 188, 0.06);
  font-size: 0.75rem;
  text-align: center;
}

.light-invoice-success span {
  margin-right: 0.35rem;
}

.light-supporting {
  padding: clamp(4rem, 9vh, 7rem) 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.light-supporting article {
  min-height: 330px;
  padding: 1.7rem;
  border: 1px solid var(--light-border);
  border-radius: 25px;
  background: var(--light-card);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 260ms ease;
}

.light-card-kicker {
  margin: 1.2rem 0 0;
  color: rgba(118, 226, 195, 0.72);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.light-supporting h3 {
  margin-top: 0.7rem;
}

.light-journey {
  text-align: center;
}

.light-journey-flow {
  position: relative;
  margin: 3.2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  list-style: none;
}

.light-journey-flow::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 7%;
  right: 7%;
  height: 1px;
  background: linear-gradient(90deg, rgba(93, 203, 176, 0.1), rgba(104, 113, 255, 0.8), rgba(93, 203, 176, 0.1));
}

.light-journey-flow li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.85rem;
}

.light-journey-flow span {
  width: 48px;
  height: 48px;
  z-index: 1;
  border: 1px solid rgba(198, 189, 230, 0.22);
  border-radius: 50%;
  color: rgba(210, 203, 229, 0.66);
  background: #0b091d;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 600;
}

.light-journey-flow strong {
  color: rgba(232, 226, 245, 0.85);
  font-size: 0.78rem;
  font-weight: 500;
}

.light-journey-flow .is-highlighted span {
  border-color: rgba(90, 232, 188, 0.5);
  color: #062219;
  background: var(--light-mint);
  box-shadow: 0 0 22px rgba(90, 232, 188, 0.2);
}

.light-journey-flow .is-highlighted strong {
  color: #a9f5df;
}

.light-outcomes {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.light-outcomes span {
  padding: 0.55rem 0.8rem;
  color: rgba(216, 209, 233, 0.82);
  font-size: 0.78rem;
}

.light-outcomes span::before {
  content: "✓";
  margin-right: 0.45rem;
  color: var(--light-mint);
}

.light-why-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.light-why-grid article {
  min-height: 230px;
  padding: 1.5rem;
  border: 1px solid var(--light-border);
  border-radius: 22px;
  background: rgba(18, 14, 42, 0.54);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 260ms ease;
}

.light-why-grid article > span {
  color: rgba(112, 230, 197, 0.64);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.light-why-grid h3 {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.light-comparison {
  margin: clamp(4rem, 10vh, 7rem) 0;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--light-border);
  border-radius: 32px;
  background: rgba(12, 9, 31, 0.68);
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
}

.light-comparison-copy > p:last-child {
  margin-left: 0;
}

.light-comparison-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(170px, 0.7fr);
  align-items: center;
  gap: 1rem;
}

.light-fragmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.light-fragmented span {
  min-height: 58px;
  padding: 0.75rem;
  border: 1px solid rgba(255, 134, 170, 0.13);
  border-radius: 11px;
  color: rgba(213, 196, 213, 0.65);
  background: rgba(255, 111, 150, 0.035);
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  text-align: center;
}

.light-comparison-arrow {
  color: rgba(100, 225, 190, 0.7);
  font-size: 1.6rem;
}

.light-unified {
  min-height: 180px;
  padding: 1.2rem;
  border: 1px solid rgba(90, 232, 188, 0.28);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(70, 202, 167, 0.1), rgba(76, 73, 181, 0.1));
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.55rem;
  text-align: center;
}

.light-unified img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.light-unified strong {
  color: #f0fff9;
}

.light-unified span {
  color: rgba(171, 220, 207, 0.72);
  font-size: 0.7rem;
}

.light-faq {
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.light-faq .light-section-head {
  position: sticky;
  top: 8rem;
}

.light-faq-list {
  display: grid;
  gap: 0.75rem;
}

.light-faq details {
  border: 1px solid var(--light-border);
  border-radius: 18px;
  background: rgba(15, 12, 37, 0.64);
  transition: border-color 200ms ease, background 200ms ease;
}

.light-faq details[open] {
  border-color: rgba(96, 220, 187, 0.3);
  background: rgba(18, 18, 43, 0.82);
}

.light-faq summary {
  min-height: 68px;
  padding: 1.2rem 3.4rem 1.2rem 1.3rem;
  position: relative;
  color: rgba(241, 236, 250, 0.94);
  font-size: 1.02rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.light-faq summary::-webkit-details-marker {
  display: none;
}

.light-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.3rem;
  color: var(--light-mint);
  font-size: 1.35rem;
  font-weight: 300;
  transform: translateY(-50%);
}

.light-faq details[open] summary::after {
  content: "−";
}

.light-faq details p {
  margin: -0.2rem 0 0;
  padding: 0 1.3rem 1.3rem;
  color: rgba(195, 188, 214, 0.84);
  font-weight: 300;
  line-height: 1.62;
}

.light-final {
  margin: clamp(5rem, 12vh, 9rem) 0;
  padding: clamp(4rem, 9vw, 8rem) clamp(1.5rem, 6vw, 5rem);
  overflow: hidden;
  border: 1px solid rgba(122, 213, 190, 0.22);
  border-radius: 38px;
  background:
    radial-gradient(circle at 14% 80%, rgba(76, 102, 255, 0.3), transparent 38%),
    radial-gradient(circle at 88% 18%, rgba(75, 215, 178, 0.2), transparent 34%),
    rgba(15, 10, 37, 0.82);
  box-shadow: 0 34px 100px rgba(3, 2, 17, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  text-align: center;
}

.light-final h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.light-final > p:not(.light-eyebrow) {
  max-width: 720px;
  margin: 1.35rem auto 0;
  color: rgba(207, 200, 225, 0.88);
  font-size: 1.08rem;
  font-weight: 300;
  line-height: 1.62;
}

.light-final-cta {
  margin-top: 2rem;
  background: linear-gradient(135deg, #6c58ff, #a14fff 56%, #48c9ae);
}

.light-final-points {
  margin-top: 2.2rem;
  display: flex;
  justify-content: center;
  gap: 1.3rem;
  flex-wrap: wrap;
}

.light-final-points span {
  color: rgba(179, 225, 211, 0.76);
  font-size: 0.78rem;
}

@media (max-width: 1080px) {
  .light-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .light-hero-copy {
    max-width: 860px;
  }

  .light-product-visual {
    width: min(820px, 96%);
    margin: 0 auto;
  }

  .light-ksef,
  .light-comparison {
    grid-template-columns: 1fr;
  }

  .light-ksef-copy {
    max-width: 760px;
  }

  .light-supporting,
  .light-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .light-brand-tag {
    margin-right: 0;
    padding: 0.28rem 0.5rem;
    font-size: 0.62rem;
  }

  .light-product-switch::after {
    display: none;
  }

  .light-hero {
    padding-top: 7.2rem;
    gap: 3.5rem;
  }

  .light-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  .light-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .light-actions a {
    width: 100%;
  }

  .light-secondary-cta {
    justify-content: center;
  }

  .light-product-visual {
    width: 100%;
  }

  .light-window {
    border-radius: 18px;
    transform: none;
  }

  .light-app-topbar {
    grid-template-columns: 1fr auto;
    gap: 0.38rem;
  }

  .light-app-modules {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
  }

  .light-app-month {
    grid-column: 1;
    grid-row: 3;
  }

  .light-app-actions {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-items: flex-end;
    flex-direction: column;
  }

  .light-app-actions small {
    order: 3;
  }

  .light-calendar-toolbar {
    grid-template-columns: auto 1fr auto;
  }

  .light-status-legend {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
  }

  .light-window-body {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .light-room-calendar {
    padding-right: 0.6rem;
  }

  .light-calendar-days {
    grid-template-columns: 46px repeat(8, minmax(0, 1fr));
  }

  .light-room-row {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .light-room-name {
    padding-left: 0.35rem;
  }

  .light-booking {
    padding: 0 0.2rem;
    font-size: 0;
  }

  .light-booking b {
    font-size: 0.34rem;
  }

  .light-today-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 0;
    display: grid;
    grid-template-columns: 0.8fr 1fr 1fr;
    gap: 0.6rem;
  }

  .light-today-stats,
  .light-today-list {
    margin-top: 0;
  }

  .light-feature-grid,
  .light-supporting,
  .light-why-grid {
    grid-template-columns: 1fr;
  }

  .light-feature-card,
  .light-supporting article,
  .light-why-grid article {
    min-height: 0;
  }

  .light-ksef {
    padding: 1.35rem;
    border-radius: 24px;
  }

  .light-invoice-action {
    align-items: stretch;
    flex-direction: column;
  }

  .light-invoice-action button {
    min-height: 42px;
  }

  .light-journey-flow {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .light-journey-flow::before {
    top: 24px;
    bottom: 24px;
    left: 24px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .light-journey-flow li {
    grid-template-columns: 48px 1fr;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .light-comparison {
    padding: 1.35rem;
    border-radius: 24px;
  }

  .light-comparison-visual {
    grid-template-columns: 1fr;
  }

  .light-comparison-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .light-faq {
    grid-template-columns: 1fr;
  }

  .light-faq .light-section-head {
    position: static;
  }

  .light-final {
    border-radius: 26px;
  }

  .light-final-points {
    align-items: center;
    flex-direction: column;
    gap: 0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .light-window,
  .light-booking,
  .light-feature-card,
  .light-supporting article,
  .light-why-grid article,
  .light-secondary-cta span {
    transition: none;
    transform: none;
    animation: none;
  }
}
