:root {
  --pg75-primary: #ff69b4;
  --pg75-primary-dark: #d83f91;
  --pg75-accent: #ffffba;
  --pg75-bg: #0d0d1d;
  --pg75-surface: #1a1a2e;
  --pg75-surface-soft: #252544;
  --pg75-text: #e9ecef;
  --pg75-muted: #b9bdc7;
  --pg75-border: rgba(255, 255, 186, .18);
  --pg75-success: #62e6a7;
  --pg75-radius: 1.6rem;
  --pg75-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { font-size: 62.5%; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: radial-gradient(circle at 50% -10%, #302245 0, var(--pg75-bg) 38rem); color: var(--pg75-text); font-family: Inter, Arial, sans-serif; font-size: 1.5rem; line-height: 1.5rem; }
body.pg75-menu-lock { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.pg75-container { width: min(100% - 2.4rem, 118rem); margin-inline: auto; }
.pg75-wrapper { max-width: 118rem; margin-inline: auto; }
.pg75-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 6.4rem; border-bottom: 1px solid var(--pg75-border); background: rgba(13, 13, 29, .94); backdrop-filter: blur(16px); }
.pg75-nav { height: 100%; display: flex; align-items: center; gap: .8rem; }
.pg75-brand { display: flex; align-items: center; min-width: 0; margin-right: auto; text-decoration: none; }
.pg75-brand-mark { display: grid; place-items: center; width: 3.2rem; height: 3.2rem; border-radius: 1rem; background: linear-gradient(135deg, var(--pg75-accent), var(--pg75-primary)); color: var(--pg75-surface); font-size: 1.8rem; box-shadow: 0 0 2rem rgba(255, 105, 180, .35); }
.pg75-brand-name { overflow: hidden; margin-left: .7rem; color: var(--pg75-accent); font-weight: 900; font-size: 1.7rem; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.pg75-desktop-links { display: none; align-items: center; gap: .4rem; }
.pg75-desktop-link { min-height: 4.4rem; padding: 1.4rem 1rem; border-radius: 1rem; color: var(--pg75-text); font-size: 1.3rem; font-weight: 700; text-decoration: none; }
.pg75-desktop-link:hover { color: var(--pg75-accent); background: var(--pg75-surface-soft); }
.pg75-actions { display: flex; gap: .5rem; }
.pg75-btn { min-height: 4.4rem; border: 0; border-radius: 1.1rem; padding: 0 1.2rem; cursor: pointer; color: #171428; font-weight: 900; font-size: 1.2rem; transition: transform .18s ease, filter .18s ease; }
.pg75-btn:active { transform: scale(.95); }
.pg75-btn:hover { filter: brightness(1.1); }
.pg75-btn-login { background: var(--pg75-accent); }
.pg75-btn-register { background: linear-gradient(135deg, #ff8ec7, var(--pg75-primary)); }
.pg75-menu-button { display: grid; place-items: center; width: 4.4rem; min-width: 4.4rem; height: 4.4rem; padding: 0; border: 1px solid var(--pg75-border); border-radius: 1.1rem; background: var(--pg75-surface-soft); color: var(--pg75-text); cursor: pointer; font-size: 2.2rem; }

.pg75-menu-overlay { position: fixed; inset: 6.4rem 0 0; z-index: 9998; visibility: hidden; opacity: 0; background: rgba(0, 0, 0, .66); transition: opacity .2s ease, visibility .2s ease; }
.pg75-overlay-open { visibility: visible; opacity: 1; }
.pg75-mobile-menu { position: fixed; z-index: 9999; top: 6.4rem; right: 0; width: min(86vw, 34rem); height: calc(100dvh - 6.4rem); padding: 2rem; transform: translateX(105%); border-left: 1px solid var(--pg75-border); background: #151527; box-shadow: var(--pg75-shadow); transition: transform .24s ease; }
.pg75-menu-open { transform: translateX(0); }
.pg75-menu-title { margin: 0 0 1.4rem; color: var(--pg75-accent); font-size: 1.7rem; }
.pg75-menu-list { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.pg75-menu-link { display: flex; align-items: center; gap: 1rem; min-height: 4.8rem; padding: 0 1.4rem; border: 1px solid var(--pg75-border); border-radius: 1.2rem; background: var(--pg75-surface); font-weight: 800; text-decoration: none; }
.pg75-menu-link i, .pg75-menu-link ion-icon { width: 2.2rem; color: var(--pg75-primary); font-size: 2rem; text-align: center; }

.pg75-main { padding-top: 6.4rem; }
.pg75-hero { position: relative; min-height: 46rem; overflow: hidden; }
.pg75-carousel { position: absolute; inset: 0; }
.pg75-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .55s ease, visibility .55s ease; }
.pg75-slide-active { visibility: visible; opacity: 1; }
.pg75-slide img { width: 100%; height: 100%; object-fit: cover; }
.pg75-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,13,29,.15), rgba(13,13,29,.8) 64%, var(--pg75-bg)); }
.pg75-hero-content { position: relative; z-index: 2; display: flex; min-height: 46rem; flex-direction: column; justify-content: flex-end; padding: 9rem 0 5.2rem; }
.pg75-kicker { display: inline-flex; align-items: center; align-self: flex-start; gap: .6rem; margin: 0 0 1.2rem; padding: .8rem 1rem; border: 1px solid rgba(255,255,186,.45); border-radius: 999px; background: rgba(26,26,46,.78); color: var(--pg75-accent); font-size: 1.2rem; font-weight: 900; }
.pg75-title { max-width: 74rem; margin: 0; color: #fff; font-size: clamp(3.2rem, 8vw, 6rem); line-height: 1.03; text-shadow: 0 .4rem 2rem rgba(0,0,0,.65); }
.pg75-hero-copy { max-width: 65rem; margin: 1.4rem 0 2rem; color: #f1f2f6; font-size: 1.6rem; line-height: 2.4rem; }
.pg75-hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; }
.pg75-cta { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 4.8rem; padding: 0 1.8rem; border: 0; border-radius: 1.3rem; background: linear-gradient(135deg, var(--pg75-primary), #ff9ecd); color: #211529; cursor: pointer; font-weight: 900; text-decoration: none; box-shadow: 0 .8rem 2rem rgba(255,105,180,.28); }
.pg75-cta-alt { border: 1px solid var(--pg75-border); background: rgba(26,26,46,.88); color: var(--pg75-accent); box-shadow: none; }
.pg75-carousel-controls { position: absolute; z-index: 3; right: 1.2rem; bottom: 1.4rem; left: 1.2rem; display: flex; align-items: center; justify-content: center; gap: .7rem; }
.pg75-carousel-dot { width: 4.4rem; height: 4.4rem; padding: 0; border: 0; background: transparent; cursor: pointer; }
.pg75-carousel-dot::before { content: ''; display: block; width: .8rem; height: .8rem; margin: auto; border-radius: 50%; background: #a6a6ad; transition: width .2s, border-radius .2s, background .2s; }
.pg75-dot-active::before { width: 2.4rem; border-radius: 1rem; background: var(--pg75-primary); }
.pg75-carousel-arrow { position: absolute; z-index: 3; top: 48%; display: grid; place-items: center; width: 4.4rem; height: 4.4rem; border: 1px solid var(--pg75-border); border-radius: 50%; background: rgba(13,13,29,.72); color: white; cursor: pointer; }
.pg75-carousel-prev { left: 1.2rem; }
.pg75-carousel-next { right: 1.2rem; }

.pg75-section { padding: 4.2rem 0; scroll-margin-top: 7.4rem; }
.pg75-section-soft { border-block: 1px solid var(--pg75-border); background: rgba(26, 26, 46, .7); }
.pg75-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.pg75-section-heading h2 { margin: 0; color: var(--pg75-accent); font-size: 2.5rem; line-height: 3rem; }
.pg75-section-heading p { max-width: 58rem; margin: .8rem 0 0; color: var(--pg75-muted); line-height: 2.2rem; }
.pg75-count { flex: none; padding: .7rem 1rem; border-radius: 999px; background: var(--pg75-primary); color: #211529; font-size: 1.2rem; font-weight: 900; }
.pg75-category { margin-top: 3rem; }
.pg75-category-title { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.3rem; color: #fff; font-size: 1.9rem; line-height: 2.4rem; }
.pg75-category-title i, .pg75-category-title ion-icon { color: var(--pg75-primary); font-size: 2.3rem; }
.pg75-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; }
.pg75-card { position: relative; overflow: hidden; min-width: 0; border: 1px solid var(--pg75-border); border-radius: 1.2rem; background: var(--pg75-surface); cursor: pointer; box-shadow: 0 .6rem 1.6rem rgba(0,0,0,.18); transition: transform .18s ease, border-color .18s ease; }
.pg75-card:hover { transform: translateY(-.3rem); border-color: var(--pg75-primary); }
.pg75-card:focus-visible { outline: .3rem solid var(--pg75-accent); outline-offset: .2rem; }
.pg75-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #111121; }
.pg75-card-name { display: flex; align-items: center; justify-content: center; min-height: 4.5rem; padding: .6rem; overflow: hidden; font-size: 1.1rem; font-weight: 800; line-height: 1.35rem; text-align: center; }
.pg75-card-badge { position: absolute; top: .5rem; left: .5rem; padding: .35rem .55rem; border-radius: .6rem; background: rgba(255,105,180,.92); color: #221525; font-size: .9rem; font-weight: 900; }

.pg75-info-grid { display: grid; gap: 1.2rem; }
.pg75-panel { padding: 1.8rem; border: 1px solid var(--pg75-border); border-radius: var(--pg75-radius); background: linear-gradient(145deg, var(--pg75-surface), #151528); }
.pg75-panel h2, .pg75-panel h3 { margin-top: 0; color: var(--pg75-accent); line-height: 1.25; }
.pg75-panel h2 { font-size: 2.3rem; }
.pg75-panel h3 { font-size: 1.7rem; }
.pg75-panel p, .pg75-panel li { color: var(--pg75-muted); line-height: 2.3rem; }
.pg75-panel strong { color: #fff; }
.pg75-text-link { border: 0; padding: 0; background: none; color: var(--pg75-primary); cursor: pointer; font-weight: 900; text-decoration: underline; text-underline-offset: .3rem; }
.pg75-steps { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: pg75-step; }
.pg75-step { position: relative; min-height: 5rem; padding-left: 5.8rem; counter-increment: pg75-step; }
.pg75-step::before { content: counter(pg75-step); position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 4.2rem; height: 4.2rem; border-radius: 1.2rem; background: var(--pg75-primary); color: #211529; font-weight: 900; }
.pg75-stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.pg75-stat { padding: 1.4rem; border: 1px solid var(--pg75-border); border-radius: 1.2rem; background: #111122; }
.pg75-stat strong { display: block; margin-bottom: .4rem; color: var(--pg75-primary); font-size: 2.2rem; line-height: 2.6rem; }
.pg75-stat span { color: var(--pg75-muted); font-size: 1.2rem; line-height: 1.6rem; }
.pg75-feature-list { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.pg75-feature-item { display: flex; gap: 1rem; padding: 1.2rem; border-radius: 1.2rem; background: #111122; }
.pg75-feature-icon { display: grid; place-items: center; flex: 0 0 4.4rem; height: 4.4rem; border-radius: 1.2rem; background: rgba(255,105,180,.14); color: var(--pg75-primary); font-size: 2.2rem; }
.pg75-feature-item h3 { margin: 0 0 .4rem; }
.pg75-feature-item p { margin: 0; }
.pg75-review-grid { display: grid; gap: 1rem; }
.pg75-review { margin: 0; padding: 1.6rem; border: 1px solid var(--pg75-border); border-radius: 1.4rem; background: #111122; }
.pg75-review-stars { color: var(--pg75-accent); letter-spacing: .2rem; }
.pg75-review blockquote { margin: 1rem 0; color: var(--pg75-text); line-height: 2.2rem; }
.pg75-review cite { color: var(--pg75-muted); font-size: 1.2rem; }
.pg75-payment-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.pg75-payment { display: flex; align-items: center; gap: .7rem; min-height: 4.4rem; padding: 0 1.2rem; border: 1px solid var(--pg75-border); border-radius: 1rem; background: #111122; font-size: 1.2rem; font-weight: 800; }
.pg75-payment i { color: var(--pg75-success); font-size: 1.9rem; }
.pg75-promo-band { display: grid; gap: 1.5rem; align-items: center; padding: 2.2rem; border: 1px solid rgba(255,105,180,.45); border-radius: 2rem; background: linear-gradient(135deg, #282044, #3a1c3b); box-shadow: var(--pg75-shadow); }
.pg75-promo-band h2 { margin: 0; color: var(--pg75-accent); font-size: 2.5rem; line-height: 3rem; }
.pg75-promo-band p { margin: .7rem 0 0; color: var(--pg75-text); line-height: 2.2rem; }

.pg75-footer { padding: 4rem 0 8.5rem; border-top: 1px solid var(--pg75-border); background: #090915; }
.pg75-footer-grid { display: grid; gap: 2.4rem; }
.pg75-footer h2, .pg75-footer h3 { color: var(--pg75-accent); line-height: 1.3; }
.pg75-footer h2 { margin: 0 0 1rem; font-size: 2.2rem; }
.pg75-footer h3 { margin: 0 0 1rem; font-size: 1.5rem; }
.pg75-footer p { color: var(--pg75-muted); line-height: 2.2rem; }
.pg75-footer-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.pg75-footer-link { min-height: 4.4rem; padding: 1.3rem; border: 1px solid var(--pg75-border); border-radius: 1rem; color: var(--pg75-text); font-size: 1.2rem; font-weight: 800; text-decoration: none; }
.pg75-footer-link:hover { color: var(--pg75-primary); border-color: var(--pg75-primary); }
.pg75-footer-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.pg75-footer-action { min-height: 4.4rem; border: 0; border-radius: 1rem; background: var(--pg75-primary); color: #211529; cursor: pointer; font-weight: 900; }
.pg75-legal { margin-top: 2.5rem; padding-top: 1.8rem; border-top: 1px solid var(--pg75-border); color: #858796; font-size: 1.1rem; line-height: 1.8rem; text-align: center; }

.pg75-bottom-nav { position: fixed; z-index: 1000; right: 0; bottom: 0; left: 0; display: flex; height: 6.2rem; justify-content: space-around; border-top: 1px solid rgba(255,255,186,.25); background: #17172b; box-shadow: 0 -1rem 2.5rem rgba(0,0,0,.35); }
.pg75-bottom-item { position: relative; display: flex; min-width: 6rem; min-height: 6rem; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; border: 0; background: transparent; color: #b4b5c0; cursor: pointer; font-size: 1rem; font-weight: 800; text-decoration: none; transition: color .18s, transform .18s; }
.pg75-bottom-item:active { transform: scale(.9); }
.pg75-bottom-item i, .pg75-bottom-item ion-icon, .pg75-bottom-item .material-icons { font-size: 2.3rem; line-height: 2.3rem; }
.pg75-bottom-active { color: var(--pg75-accent); }
.pg75-bottom-active::before { content: ''; position: absolute; top: 0; width: 3.2rem; height: .3rem; border-radius: 0 0 .5rem .5rem; background: var(--pg75-primary); }
.pg75-nav-badge { position: absolute; top: .4rem; right: calc(50% - 2.2rem); display: grid; place-items: center; min-width: 1.6rem; height: 1.6rem; padding: 0 .35rem; border-radius: 1rem; background: var(--pg75-primary); color: #211529; font-size: .8rem; }

@media (max-width: 768px) {
  .pg75-main { padding-bottom: 8rem; }
}

@media (max-width: 430px) {
  .pg75-container { width: min(100% - 2rem, 41rem); }
  .pg75-header { height: 6.2rem; }
  .pg75-main { padding-top: 6.2rem; padding-bottom: 8rem; }
  .pg75-brand-name { max-width: 9.4rem; font-size: 1.5rem; }
  .pg75-btn { padding-inline: .9rem; font-size: 1.1rem; }
  .pg75-hero, .pg75-hero-content { min-height: 44rem; }
  .pg75-title { font-size: 3.5rem; }
  .pg75-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; }
  .pg75-card-name { min-height: 4.2rem; padding: .45rem; font-size: 1rem; }
}

@media (min-width: 540px) {
  .pg75-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pg75-info-grid, .pg75-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 769px) {
  .pg75-bottom-nav { display: none; }
  .pg75-footer { padding-bottom: 4rem; }
  .pg75-menu-button, .pg75-mobile-menu, .pg75-menu-overlay { display: none; }
  .pg75-desktop-links { display: flex; }
  .pg75-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.2rem; }
  .pg75-card-name { font-size: 1.25rem; line-height: 1.6rem; }
  .pg75-promo-band { grid-template-columns: 1fr auto; }
  .pg75-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .pg75-footer-actions { grid-template-columns: 1fr; }
}

@media (min-width: 1024px) {
  .pg75-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .pg75-hero, .pg75-hero-content { min-height: 56rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
