@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&display=swap');

:root {
  --praisi-public-head: "Cinzel", Georgia, serif;
  --praisi-public-body: "Playfair Display", Georgia, serif;
  --praisi-public-ink: #102326;
  --praisi-public-petrol: #0a2c31;
  --praisi-public-petrol-2: #123f45;
  --praisi-public-muted: #425b5f;
}

.home-premium {
  margin: 0;
  background: #f6f5ef;
  color: #102326;
  font-family: var(--praisi-public-body);
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.home-premium a {
  color: inherit;
}

.home-shell {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
}

.home-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(246, 245, 239, .92);
  border-bottom: 1px solid rgba(16, 35, 38, .1);
  backdrop-filter: blur(18px);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.home-brand img {
  width: clamp(154px, 18vw, 238px);
  height: auto;
  display: block;
}

.home-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-nav a {
  color: #31484b;
  font-size: .95rem;
  font-family: var(--praisi-public-head);
  font-weight: 700;
  text-decoration: none;
}

.home-actions,
.home-cta-row,
.home-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.home-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 35, 38, .14);
  border-radius: 8px;
  padding: 0 18px;
  background: #fff;
  color: #102326;
  font-family: var(--praisi-public-head);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(16, 35, 38, .06);
}

.home-btn.primary {
  background: #0b2d33;
  color: #fff;
  border-color: #0b2d33;
}

.home-hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
  padding: 46px 0 76px;
}

.home-kicker {
  display: inline-flex;
  color: #0e4a51;
  font-size: .78rem;
  font-family: var(--praisi-public-head);
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-premium h1,
.home-premium h2,
.home-premium h3,
.home-premium h4,
.home-premium h5,
.home-premium h6 {
  color: var(--praisi-public-ink);
  font-family: var(--praisi-public-head);
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-premium h1 {
  font-size: clamp(2.35rem, 4.4vw, 4.55rem);
  line-height: 1.04;
}

.home-premium h2 {
  font-size: clamp(1.78rem, 2.75vw, 3.05rem);
  line-height: 1.1;
}

.home-premium h3 {
  font-size: clamp(1.22rem, 1.7vw, 1.72rem);
  line-height: 1.18;
}

.home-premium h4 {
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.24;
}

.home-premium h5 {
  font-size: 1rem;
  line-height: 1.28;
}

.home-premium h6 {
  font-size: .88rem;
  line-height: 1.32;
}

.home-premium p {
  font-family: var(--praisi-public-body);
  font-weight: 400;
}

.home-hero h1 {
  max-width: 850px;
  margin: 14px 0 20px;
}

.home-hero p,
.home-section p {
  color: #425b5f;
  font-size: clamp(1.04rem, 1.4vw, 1.24rem);
  line-height: 1.68;
}

.home-hero p {
  max-width: 760px;
}

.home-proof {
  margin-top: 26px;
}

.home-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(16, 35, 38, .12);
  color: #263f43;
  font-weight: 850;
  font-size: .9rem;
  font-family: var(--praisi-public-head);
}

.home-photo-stage {
  display: grid;
  grid-template-columns: 1fr .74fr;
  grid-template-rows: 230px 180px 140px;
  gap: 14px;
}

.home-photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #d7ddd8;
  box-shadow: 0 24px 54px rgba(16, 35, 38, .16);
}

.home-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.9) contrast(1.02);
}

.home-photo.large {
  grid-row: 1 / 3;
}

.home-photo.wide {
  grid-column: 1 / 3;
}

.home-visual-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(7, 31, 36, .84);
  color: #fff;
  font-size: .82rem;
  font-weight: 850;
  font-family: var(--praisi-public-head);
}

.home-section {
  padding: 74px 0;
  border-top: 1px solid rgba(16, 35, 38, .1);
}

.home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.home-section h2 {
  max-width: 760px;
  margin: 10px 0 0;
}

.home-grid-3,
.home-grid-4 {
  display: grid;
  gap: 16px;
}

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

.home-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-card,
.home-metric {
  border-radius: 8px;
  border: 1px solid rgba(16, 35, 38, .12);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 14px 34px rgba(16, 35, 38, .07);
}

.home-card {
  padding: 22px;
}

.home-card h3 {
  margin: 0 0 10px;
}

.home-card p {
  margin: 0;
  font-size: .98rem;
}

.home-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}

.home-metric {
  padding: 20px;
}

.home-metric strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  margin-bottom: 8px;
}

.home-metric span {
  color: #425b5f;
  font-weight: 750;
}

.home-footer {
  padding: 34px 0 42px;
  border-top: 1px solid rgba(16, 35, 38, .12);
  color: #445b5e;
  font-size: .94rem;
}

.home-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.home-footer strong {
  color: #102326;
}

.deluxe-hero {
  grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr);
  align-items: stretch;
  padding-top: 54px;
}

.deluxe-hero-copy {
  align-self: center;
}

.deluxe-hero h1 {
  max-width: 820px;
}

.deluxe-trust-row,
.deluxe-strip,
.deluxe-panel-grid,
.deluxe-panel-flow,
.deluxe-plan-row,
.deluxe-list {
  font-family: var(--praisi-public-head);
}

.deluxe-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.deluxe-trust-row span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 63, 70, .13);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(255, 255, 255, .72);
  color: #17393e;
  font-size: .88rem;
  font-weight: 800;
}

.deluxe-visual-suite {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, .46fr);
  grid-template-rows: 320px 180px;
  gap: 14px;
  align-self: center;
}

.deluxe-visual-main,
.deluxe-visual-side {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 0;
  box-shadow: 0 30px 78px rgba(9, 40, 45, .22);
}

.deluxe-visual-main {
  grid-row: 1 / 3;
}

.deluxe-visual-main img,
.deluxe-visual-side img,
.deluxe-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deluxe-visual-main::after,
.deluxe-visual-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 25, 29, 0) 35%, rgba(6, 25, 29, .72) 100%);
}

.deluxe-visual-suite figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-family: var(--praisi-public-head);
  font-weight: 800;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}

.deluxe-live-card {
  position: absolute;
  left: clamp(18px, 5vw, 46px);
  right: clamp(18px, 5vw, 46px);
  bottom: 24px;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(9, 40, 45, .84);
  color: #fff;
  padding: 18px;
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 56px rgba(0,0,0,.24);
}

.deluxe-live-card span,
.deluxe-live-card strong,
.deluxe-live-card p {
  color: #fff;
}

.deluxe-live-card span {
  display: block;
  color: rgba(255,255,255,.72);
  font-family: var(--praisi-public-head);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.deluxe-live-card strong {
  display: block;
  margin-top: 4px;
  font-family: var(--praisi-public-head);
  font-size: 1.35rem;
}

.deluxe-live-card p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.82);
  font-size: .95rem;
  line-height: 1.45;
}

.deluxe-live-track {
  height: 6px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}

.deluxe-live-track i {
  display: block;
  width: 48%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d8e5e7, #b89562);
  animation: praisi-live-progress 3.8s ease-in-out infinite alternate;
}

@keyframes praisi-live-progress {
  from { transform: translateX(0); }
  to { transform: translateX(108%); }
}

.deluxe-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0 0 56px;
}

.deluxe-strip div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(15, 63, 70, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  padding: 14px;
}

.deluxe-strip strong {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff, #d8e5e7);
  color: #0b2d33 !important;
  border: 1px solid rgba(15,63,70,.2);
  box-shadow: 0 8px 22px rgba(15,63,70,.14);
}

.deluxe-strip span {
  color: #25464b;
  font-weight: 800;
  font-size: .92rem;
}

.deluxe-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.deluxe-band {
  display: grid;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid rgba(15, 63, 70, .13);
  background: linear-gradient(135deg, rgba(255,255,255,.74), rgba(216,229,231,.62));
  padding-left: clamp(22px, 4vw, 42px);
  padding-right: clamp(22px, 4vw, 42px);
}

.deluxe-band h2,
.deluxe-final h2 {
  max-width: 860px;
  margin: 10px 0 0;
}

.deluxe-band p,
.deluxe-final p {
  max-width: 820px;
}

.deluxe-plan-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.deluxe-plan-row article {
  border: 1px solid rgba(15, 63, 70, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
  padding: 18px;
}

.deluxe-plan-row article.is-featured {
  background: #0b2d33;
  color: #fff;
}

.deluxe-plan-row article.is-featured,
.deluxe-plan-row article.is-featured * {
  color: #fff !important;
}

.deluxe-plan-row article.is-featured strong {
  color: #fff;
}

.deluxe-plan-row span {
  color: #0e4a51;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.deluxe-plan-row article.is-featured span,
.deluxe-plan-row article.is-featured p {
  color: rgba(255, 255, 255, .74);
}

.deluxe-plan-row strong {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
}

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

.deluxe-split > div {
  border: 1px solid rgba(16, 35, 38, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .76);
  padding: clamp(22px, 4vw, 34px);
}

.deluxe-split h3 {
  margin-top: 0;
}

.deluxe-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.deluxe-list li {
  position: relative;
  padding-left: 22px;
  color: #25464b;
  font-weight: 700;
}

.deluxe-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0e4a51;
}

.deluxe-final {
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(15, 63, 70, .14);
  background: linear-gradient(135deg, #fff, #eef5f6);
  padding-left: clamp(22px, 5vw, 70px);
  padding-right: clamp(22px, 5vw, 70px);
}

.deluxe-final h2,
.deluxe-final p,
.deluxe-final .home-cta-row {
  margin-left: auto;
  margin-right: auto;
}

.deluxe-final h2 {
  max-width: 780px;
}

.commercial-hero-motion {
  position: relative;
}

.commercial-hero-motion::before {
  content: "";
  position: absolute;
  inset: 24px auto auto 52%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,149,98,.2), transparent 68%);
  animation: praisi-soft-float 7s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes praisi-soft-float {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(28px, 18px, 0); }
}

.commercial-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, .45fr);
  grid-template-rows: 300px 180px;
  gap: 14px;
}

.commercial-mosaic figure,
.commercial-photo-band figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 26px 68px rgba(15,63,70,.18);
}

.commercial-mosaic figure:first-child {
  grid-row: 1 / 3;
}

.commercial-mosaic img,
.commercial-photo-band img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.commercial-mosaic figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  right: 14px;
  color: #fff;
  font-family: var(--praisi-public-head);
  font-weight: 800;
  text-shadow: 0 2px 14px rgba(0,0,0,.4);
}

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

.commercial-service-card {
  min-height: 210px;
  border: 1px solid rgba(16,35,38,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  padding: 20px;
  box-shadow: 0 16px 38px rgba(16,35,38,.07);
}

.commercial-service-card strong {
  display: block;
  margin-bottom: 10px;
  color: #0a2c31;
  font-family: var(--praisi-public-head);
  font-size: 1.08rem;
}

.commercial-photo-band {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 54px);
  align-items: center;
}

.commercial-photo-band figure {
  aspect-ratio: 4 / 3;
}

.commercial-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.commercial-proof-list li {
  border: 1px solid rgba(16,35,38,.12);
  border-radius: 8px;
  background: #fff;
  padding: 14px 16px;
  color: #25464b;
  font-weight: 700;
}

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

.comparison-grid article {
  border: 1px solid rgba(16,35,38,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  padding: 22px;
  box-shadow: 0 16px 38px rgba(16,35,38,.07);
}

.comparison-grid article.is-praisi {
  background: linear-gradient(150deg, #0a2c31, #123f45 68%, #6f6456);
  color: #fff;
}

.comparison-grid article.is-praisi,
.comparison-grid article.is-praisi * {
  color: #fff !important;
}

.deluxe-final .home-cta-row {
  justify-content: center;
}

.deluxe-showcase {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: center;
}

.deluxe-showcase figure {
  min-height: auto;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 30px 78px rgba(9, 40, 45, .18);
}

.deluxe-showcase img {
  object-position: center;
}

.deluxe-photo-section .home-card img {
  transition: transform .45s ease, filter .45s ease;
}

.deluxe-photo-section .home-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.04);
}

.praisi-public-footer,
.praisi-public-footer *,
.praisi-public-footer h2,
.praisi-public-footer a,
.praisi-public-footer span,
.praisi-public-footer strong {
  color: #fff !important;
}

.praisi-footer-col h2 {
  color: #fff !important;
  text-shadow: 0 1px 12px rgba(0,0,0,.18);
}

.home-app-menu-toggle,
.home-app-bottom-nav,
.home-app-menu-backdrop,
.home-app-drawer {
  display: none;
}

.home-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  padding: 62px 0 74px;
}

.home-page-hero h1 {
  max-width: 860px;
  margin: 12px 0 18px;
  font-size: clamp(2.18rem, 4vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.home-page-hero p {
  max-width: 760px;
  color: #425b5f;
  font-size: clamp(1.04rem, 1.4vw, 1.22rem);
  line-height: 1.68;
}

.home-page-photo {
  overflow: hidden;
  border-radius: 8px;
  min-height: 380px;
  background: #d7ddd8;
  box-shadow: 0 24px 54px rgba(16, 35, 38, .16);
}

.home-page-photo img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: block;
  object-fit: cover;
}

.home-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.home-list li {
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(16,35,38,.12);
  color: #263f43;
  font-weight: 760;
}

.home-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 16px 0;
}

.home-price strong {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.home-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 34px rgba(16,35,38,.07);
}

.home-table th,
.home-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(16,35,38,.1);
  text-align: left;
  vertical-align: top;
}

.home-table th {
  color: #0e4a51;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-faq {
  display: grid;
  gap: 14px;
}

.home-faq details {
  border-radius: 8px;
  border: 1px solid rgba(16,35,38,.12);
  background: rgba(255,255,255,.78);
  padding: 18px 20px;
  box-shadow: 0 12px 28px rgba(16,35,38,.06);
}

.home-faq summary {
  cursor: pointer;
  font-weight: 900;
  color: #102326;
}

.home-faq p {
  margin-bottom: 0;
  font-size: .98rem;
}

@media (max-width: 980px) {
  .home-premium {
    padding-bottom: 86px;
    overflow-x: hidden;
  }

  .home-topbar {
    position: sticky;
    top: 0;
    z-index: 99970;
    align-items: center;
    flex-direction: row;
    gap: 12px;
    padding: 12px 16px;
  }

  .home-brand img {
    width: min(58vw, 260px);
  }

  .home-actions {
    display: none;
  }

  .home-app-menu-toggle {
    position: relative;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 35, 38, .12);
    border-radius: 999px;
    background: #fff;
    color: #102326;
    font-size: 0;
    box-shadow: 0 12px 28px rgba(16, 35, 38, .08);
  }

  .home-app-menu-toggle::before,
  .home-app-menu-toggle::after,
  .home-app-menu-toggle span {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #102326;
    position: absolute;
  }

  .home-app-menu-toggle::before {
    transform: translateY(-6px);
  }

  .home-app-menu-toggle::after {
    transform: translateY(6px);
  }

  .home-nav {
    display: none !important;
  }

  .home-app-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99981;
    display: block;
    border: 0;
    padding: 0;
    background: rgba(16, 35, 38, .22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
  }

  .home-app-drawer {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 86px;
    z-index: 99982;
    display: block;
    padding: 16px;
    border: 1px solid rgba(16, 35, 38, .14);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 62px rgba(16, 35, 38, .28);
    transform: translateY(18px) scale(.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
  }

  .home-premium.home-menu-open .home-app-menu-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .home-premium.home-menu-open .home-app-drawer {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .home-app-drawer-head {
    display: grid;
    gap: 2px;
    margin-bottom: 12px;
    color: #102326;
  }

  .home-app-drawer-head strong {
    font-size: 1.06rem;
  }

  .home-app-drawer-head span {
    color: #5a6f72;
    font-size: .82rem;
    font-weight: 800;
  }

  .home-app-drawer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home-app-drawer-links a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #f6f5ef;
    color: #102326;
    font-size: .94rem;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
  }

  .home-app-drawer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .home-app-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 99980;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(16, 35, 38, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 42px rgba(16, 35, 38, .18);
    backdrop-filter: blur(18px);
  }

  .home-app-tab {
    min-height: 52px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: #31484b;
    font: inherit;
    font-size: .72rem;
    font-weight: 900;
    text-decoration: none;
  }

  .home-app-tab strong {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef3f1;
    color: #0e4a51;
    font-size: .7rem;
    line-height: 1;
  }

  .home-app-tab.primary {
    background: #0b2d33;
    color: #fff;
  }

  .home-app-tab.primary strong {
    background: rgba(255, 255, 255, .16);
    color: #fff;
  }

  .home-premium .praisi-theme-toggle:not(.praisi-theme-toggle--inline) {
    top: 16px !important;
    right: 74px !important;
    bottom: auto !important;
    z-index: 99975 !important;
    min-height: 42px !important;
    width: 42px !important;
    padding: 0 !important;
    justify-content: center !important;
  }

  .home-premium .praisi-theme-toggle__label {
    display: none !important;
  }

  .home-table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }

  .home-table th,
  .home-table td {
    min-width: 112px;
    padding: 12px 10px;
    font-size: .88rem;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .home-table th:first-child,
  .home-table td:first-child {
    min-width: 168px;
  }

  .home-hero,
  .home-page-hero {
    min-height: auto;
    padding: 34px 0 56px;
  }

  .home-hero h1,
  .home-page-hero h1 {
    font-size: clamp(2.05rem, 10vw, 3.25rem);
    line-height: 1.06;
  }

  .home-hero,
  .home-page-hero,
  .home-grid-3,
  .home-grid-4 {
    grid-template-columns: 1fr;
  }

  .home-photo-stage {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 220px);
  }

  .home-photo.large,
  .home-photo.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .deluxe-hero,
  .deluxe-strip,
  .deluxe-panel-grid,
  .deluxe-plan-row,
  .deluxe-split,
  .commercial-mosaic,
  .commercial-photo-band,
  .commercial-service-grid,
  .comparison-grid,
  .commercial-proof-list {
    grid-template-columns: 1fr;
  }

  .deluxe-strip {
    padding-bottom: 34px;
  }

  .deluxe-card {
    min-height: auto;
  }

  .deluxe-visual-suite,
  .deluxe-showcase {
    grid-template-columns: 1fr;
  }

  .deluxe-visual-suite {
    grid-template-rows: 300px 190px;
  }

  .deluxe-visual-main {
    grid-row: auto;
  }

  .deluxe-live-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -34px;
  }

  .deluxe-showcase figure {
    min-height: auto;
    aspect-ratio: 16 / 11;
  }

  .commercial-mosaic {
    grid-template-rows: repeat(2, 220px);
  }

  .commercial-mosaic figure:first-child {
    grid-row: auto;
  }

  .deluxe-band,
  .deluxe-final {
    padding-left: 18px;
    padding-right: 18px;
  }
}
