.pg-home-page{
  background:#f5f7fc;
  color:#152342;
}

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

.pg-home-hero-band{
  position:relative;
  overflow:hidden;
  padding:28px 0 24px;
  background:
    radial-gradient(circle at 12% 14%, rgba(79, 70, 229, 0.22) 0, rgba(79, 70, 229, 0) 28%),
    radial-gradient(circle at 86% 16%, rgba(59, 130, 246, 0.18) 0, rgba(59, 130, 246, 0) 26%),
    radial-gradient(circle at 75% 78%, rgba(236, 72, 153, 0.16) 0, rgba(236, 72, 153, 0) 30%),
    radial-gradient(circle at 18% 82%, rgba(16, 185, 129, 0.14) 0, rgba(16, 185, 129, 0) 24%),
    radial-gradient(circle at 52% 42%, rgba(251, 191, 36, 0.14) 0, rgba(251, 191, 36, 0) 24%),
    linear-gradient(135deg, #f8fbff 0%, #edf3ff 38%, #f8f1ff 68%, #eefcf8 100%);
  border-bottom:1px solid rgba(109, 133, 255, .08);
}

.pg-home-hero-band::before{
  content:"";
  position:absolute;
  inset:-12% -8%;
  background:
    conic-gradient(from 210deg at 50% 50%,
      rgba(99, 102, 241, 0.08),
      rgba(59, 130, 246, 0.07),
      rgba(236, 72, 153, 0.07),
      rgba(16, 185, 129, 0.07),
      rgba(251, 191, 36, 0.07),
      rgba(99, 102, 241, 0.08));
  filter:blur(72px);
  opacity:.92;
  pointer-events:none;
}

.pg-home-hero-card{
  position:relative;
  z-index:2;
  padding:16px;
  border-radius:28px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.58);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:
    0 18px 50px rgba(92, 115, 181, .11),
    0 6px 18px rgba(92, 115, 181, .06);
}

.pg-home-hero-grid{
  display:grid;
  grid-template-columns:minmax(320px, .86fr) minmax(520px, 1.14fr);
  gap:18px;
  align-items:stretch;
}

.pg-home-copy{
  padding:18px 12px 10px;
}

.pg-home-kicker{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(62, 96, 255, .08);
  color:#3c62f4;
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.pg-home-title{
  margin:12px 0 12px;
  font-size:clamp(36px, 4.4vw, 62px);
  line-height:.96;
  letter-spacing:-.05em;
  color:#16233f;
}

.pg-home-lead{
  margin:0;
  max-width:560px;
  color:#566581;
  font-size:15px;
  line-height:1.72;
}

.pg-home-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.pg-home-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:12px;
  border:1px solid transparent;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.pg-home-btn:hover{
  transform:translateY(-1px);
}

.pg-home-btn-primary{
  background:linear-gradient(135deg, #2f66ff 0%, #4b76ff 100%);
  color:#fff;
  box-shadow:0 10px 22px rgba(47, 102, 255, .20);
}

.pg-home-btn-secondary{
  background:rgba(255,255,255,.82);
  color:#16233f;
  border-color:#d8e1f4;
}

.pg-home-chip-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.pg-home-chip{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid #dde5f3;
  color:#304264;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}

.pg-home-stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
  margin-top:20px;
}

.pg-home-stat{
  padding:14px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.78);
  border:1px solid #e3eaf6;
}

.pg-home-stat strong{
  display:block;
  margin-bottom:4px;
  color:#2445ad;
  font-size:22px;
  line-height:1;
}

.pg-home-stat span{
  display:block;
  color:#60708d;
  font-size:12px;
  line-height:1.55;
}

.pg-home-hero-showcase{
  display:grid;
  gap:12px;
}

.pg-home-hero-carousel{
  position:relative;
  min-height:520px;
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(240,244,255,.92) 0%, rgba(231,238,255,.96) 100%);
  border:1px solid #dbe4f7;
  box-shadow:0 12px 28px rgba(101, 120, 176, .10);
}

.pg-home-hero-slides{
  position:relative;
  width:100%;
  height:100%;
  min-height:520px;
}

.pg-home-hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .45s ease, visibility .45s ease;
}

.pg-home-hero-slide.is-active{
  opacity:1;
  visibility:visible;
}

.pg-home-hero-slide-link{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

.pg-home-hero-media{
  position:absolute;
  inset:0;
}

.pg-home-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.pg-home-media-fallback{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  text-align:center;
  background:
    radial-gradient(circle at top left, rgba(86, 121, 255, .22), rgba(86, 121, 255, 0) 36%),
    radial-gradient(circle at bottom right, rgba(236, 72, 153, .16), rgba(236, 72, 153, 0) 34%),
    linear-gradient(180deg, #edf2ff 0%, #dfe9ff 100%);
  color:#2445ad;
  font-size:clamp(28px, 3.2vw, 52px);
  font-weight:800;
  letter-spacing:-.04em;
}

.pg-home-hero-overlay{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
  padding:20px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(28, 47, 96, .10) 0%, rgba(20, 30, 60, .78) 100%);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  color:#fff;
}

.pg-home-card-label{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 8px;
  border-radius:999px;
  background:rgba(62, 96, 255, .10);
  color:#3c62f4;
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.pg-home-hero-overlay .pg-home-card-label{
  background:rgba(255,255,255,.16);
  color:#fff;
}

.pg-home-hero-overlay h2{
  margin:10px 0 8px;
  font-size:40px;
  line-height:1;
  letter-spacing:-.045em;
}

.pg-home-hero-overlay p{
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:14px;
  line-height:1.72;
}

.pg-home-inline-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  margin-top:14px;
  padding:0 14px;
  border-radius:10px;
  background:#2f66ff;
  color:#fff;
  font-size:12px;
  font-weight:700;
}

.pg-home-carousel-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.84);
  color:#17336e;
  box-shadow:0 10px 24px rgba(38, 63, 122, .14);
  cursor:pointer;
  transition:transform .18s ease, background .18s ease;
}

.pg-home-carousel-arrow:hover{
  transform:translateY(-50%) scale(1.03);
}

.pg-home-carousel-arrow span{
  font-size:28px;
  line-height:1;
}

.pg-home-carousel-arrow.is-prev{
  left:16px;
}

.pg-home-carousel-arrow.is-next{
  right:16px;
}

.pg-home-carousel-dots{
  position:absolute;
  left:18px;
  right:18px;
  bottom:128px;
  z-index:3;
  display:flex;
  gap:8px;
}

.pg-home-carousel-dot{
  width:10px;
  height:10px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.44);
  cursor:pointer;
  transition:width .18s ease, background .18s ease;
}

.pg-home-carousel-dot.is-active{
  width:28px;
  background:#fff;
}

.pg-home-hero-strip{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:10px;
}

.pg-home-strip-card{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-height:86px;
  padding:12px;
  border-radius:16px;
  background:rgba(255,255,255,.82);
  border:1px solid #dde6f3;
  color:#1d2d4c;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(101, 120, 176, .06);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.pg-home-strip-card:hover,
.pg-home-strip-card.is-active{
  transform:translateY(-2px);
  border-color:#b9cbff;
  box-shadow:0 14px 28px rgba(101, 120, 176, .12);
}

.pg-home-strip-label{
  color:#3c62f4;
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.pg-home-strip-card strong{
  display:block;
  font-size:14px;
  line-height:1.35;
}

.pg-home-section{
  margin-top:18px;
  padding:14px;
  border-radius:24px;
  background:rgba(255,255,255,.76);
  border:1px solid #e2e9f5;
  box-shadow:0 10px 24px rgba(101, 120, 176, .06);
}

.pg-home-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
  padding:4px 2px 0;
}

.pg-home-section-head h2{
  margin:0;
  color:#16233f;
  font-size:clamp(28px, 3.1vw, 40px);
  line-height:1;
  letter-spacing:-.04em;
}

.pg-home-section-head p{
  margin:8px 0 0;
  color:#6a7894;
  font-size:13px;
  line-height:1.6;
}

.pg-home-hot-grid,
.pg-home-featured-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.pg-home-hot-card,
.pg-home-feature-card{
  overflow:hidden;
  border-radius:20px;
  background:#f9fbff;
  border:1px solid #dde6f4;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(101, 120, 176, .06);
  transition:transform .18s ease, box-shadow .18s ease;
}

.pg-home-hot-card:hover,
.pg-home-feature-card:hover,
.pg-home-theme-card:hover,
.pg-home-news-card:hover,
.pg-home-info-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(101, 120, 176, .12);
}

.pg-home-hot-media,
.pg-home-feature-media{
  aspect-ratio:16 / 10;
  overflow:hidden;
}

.pg-home-hot-media img,
.pg-home-feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.pg-home-hot-body,
.pg-home-feature-body{
  padding:16px;
}

.pg-home-hot-body h3,
.pg-home-feature-body h3{
  margin:10px 0 8px;
  color:#16233f;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.04em;
}

.pg-home-hot-body p,
.pg-home-feature-body p{
  margin:0;
  color:#62718d;
  font-size:13px;
  line-height:1.72;
}

.pg-home-card-meta{
  display:inline-block;
  margin-top:10px;
  color:#7a87a1;
  font-size:12px;
}

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

.pg-home-theme-card{
  position:relative;
  min-height:190px;
  padding:18px;
  overflow:hidden;
  border-radius:18px;
  background:
    radial-gradient(circle at bottom right, rgba(80, 115, 255, .08), rgba(80, 115, 255, 0) 32%),
    linear-gradient(180deg, #fbfdff 0%, #f3f7ff 100%);
  border:1px solid #dfe7f4;
  box-shadow:0 8px 18px rgba(101, 120, 176, .06);
  text-decoration:none;
}

.pg-home-theme-card h3{
  margin:10px 0 8px;
  color:#16233f;
  font-size:28px;
  line-height:1.02;
  letter-spacing:-.035em;
}

.pg-home-theme-card p{
  margin:0;
  color:#63728f;
  font-size:13px;
  line-height:1.7;
}

.pg-home-section-footer{
  margin-top:14px;
}

.pg-home-provider-card{
  padding:18px;
  border-radius:20px;
  background:
    radial-gradient(circle at top right, rgba(86,121,255,.10), rgba(86,121,255,0) 35%),
    linear-gradient(180deg, #fbfdff 0%, #f5f8ff 100%);
  border:1px solid #dfe7f4;
}

.pg-home-provider-copy h3{
  margin:10px 0 8px;
  color:#16233f;
  font-size:30px;
  line-height:1;
  letter-spacing:-.04em;
}

.pg-home-provider-copy p{
  max-width:860px;
  margin:0;
  color:#61708d;
  font-size:14px;
  line-height:1.7;
}

.pg-home-provider-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:14px 0 18px;
}

.pg-home-provider-tags span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dde6f3;
  color:#405271;
  font-size:12px;
  font-weight:700;
}

.pg-home-duo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.pg-home-info-card{
  padding:16px;
  border-radius:18px;
  background:#fbfdff;
  border:1px solid #dfe7f4;
  text-decoration:none;
}

.pg-home-info-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
  padding-bottom:12px;
  border-bottom:1px solid #dfe7f4;
}

.pg-home-info-top h3{
  margin:0;
  color:#16233f;
  font-size:22px;
  line-height:1.1;
  letter-spacing:-.03em;
}

.pg-home-info-top span{
  color:#3563f6;
  font-size:12px;
  font-weight:700;
}

.pg-home-info-box h4{
  margin:10px 0 8px;
  color:#16233f;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.03em;
}

.pg-home-info-box p{
  margin:0;
  color:#63728f;
  font-size:13px;
  line-height:1.75;
}

.pg-home-news-card{
  display:block;
  padding:18px;
  border-radius:18px;
  background:
    radial-gradient(circle at top right, rgba(86,121,255,.10), rgba(86,121,255,0) 34%),
    linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
  border:1px solid #dfe7f4;
  text-decoration:none;
}

.pg-home-news-card h3{
  margin:10px 0 8px;
  color:#16233f;
  font-size:30px;
  line-height:1.04;
  letter-spacing:-.04em;
}

.pg-home-news-card p{
  max-width:900px;
  margin:0;
  color:#60708d;
  font-size:14px;
  line-height:1.75;
}

.pg-home-news-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  margin-top:14px;
  padding:0 12px;
  border-radius:10px;
  background:#fff;
  border:1px solid #dbe3f2;
  color:#16233f;
  font-size:12px;
  font-weight:700;
}

.pg-home-about-grid{
  display:grid;
  grid-template-columns:1.35fr .78fr;
  gap:14px;
}

.pg-home-about-card{
  padding:18px;
  border-radius:18px;
  background:#fbfdff;
  border:1px solid #dfe7f4;
}

.pg-home-about-card p{
  margin:0;
  color:#60708d;
  font-size:14px;
  line-height:1.8;
}

.pg-home-side-stack{
  display:grid;
  gap:14px;
}

.pg-home-age-card{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:18px;
  border-radius:18px;
  background:#fff1f2;
  border:1px solid #ffd6dc;
}

.pg-home-age-card strong{
  color:#dc2626;
  font-size:20px;
  line-height:1;
}

.pg-home-age-card span{
  color:#9f1d1d;
  font-size:13px;
  line-height:1.6;
}

.pg-home-link-card{
  display:grid;
  gap:10px;
}

.pg-home-link-card a{
  display:flex;
  align-items:center;
  min-height:46px;
  padding:0 14px;
  border-radius:14px;
  background:#fff;
  border:1px solid #dde5f3;
  color:#1c2b49;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

@media (max-width: 1180px){
  .pg-home-hero-grid{
    grid-template-columns:1fr;
  }

  .pg-home-hero-carousel,
  .pg-home-hero-slides{
    min-height:460px;
  }

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

@media (max-width: 860px){
  .pg-home-shell{
    width:min(100% - 24px, 1180px);
  }

  .pg-home-hero-band{
    padding:18px 0 14px;
  }

  .pg-home-hero-card,
  .pg-home-section{
    border-radius:20px;
  }

  .pg-home-title{
    font-size:44px;
  }

  .pg-home-stats{
    grid-template-columns:1fr;
  }

  .pg-home-hero-carousel,
  .pg-home-hero-slides{
    min-height:380px;
  }

  .pg-home-carousel-dots{
    bottom:118px;
  }

  .pg-home-hero-strip{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .pg-home-hot-grid,
  .pg-home-featured-grid,
  .pg-home-duo-grid,
  .pg-home-about-grid{
    grid-template-columns:1fr;
  }

  .pg-home-theme-card h3,
  .pg-home-news-card h3{
    font-size:24px;
  }

  .pg-home-provider-copy h3{
    font-size:26px;
  }
}

@media (max-width: 560px){
  .pg-home-copy{
    padding:8px 4px 6px;
  }

  .pg-home-title{
    font-size:38px;
    line-height:.98;
  }

  .pg-home-lead{
    font-size:14px;
    line-height:1.72;
  }

  .pg-home-actions{
    gap:8px;
  }

  .pg-home-btn{
    width:100%;
  }

  .pg-home-hero-carousel,
  .pg-home-hero-slides{
    min-height:320px;
  }

  .pg-home-hero-overlay{
    left:12px;
    right:12px;
    bottom:12px;
    padding:14px;
    border-radius:16px;
  }

  .pg-home-hero-overlay h2{
    font-size:28px;
  }

  .pg-home-hero-overlay p{
    font-size:13px;
  }

  .pg-home-carousel-arrow{
    width:40px;
    height:40px;
  }

  .pg-home-carousel-dots{
    left:12px;
    right:12px;
    bottom:110px;
  }

  .pg-home-hero-strip{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .pg-home-strip-card{
    min-height:76px;
    padding:10px;
    border-radius:14px;
  }

  .pg-home-section-head h2{
    font-size:26px;
  }

  .pg-home-theme-grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .pg-home-theme-card,
  .pg-home-info-card,
  .pg-home-news-card,
  .pg-home-provider-card,
  .pg-home-about-card{
    border-radius:16px;
  }

  .pg-home-theme-card{
    min-height:172px;
    padding:14px;
  }

  .pg-home-theme-card h3{
    font-size:22px;
  }

  .pg-home-hot-body h3,
  .pg-home-feature-body h3,
  .pg-home-info-box h4,
  .pg-home-news-card h3{
    font-size:22px;
  }
}
.pg-home-media-fallback.is-empty{
  background:
    linear-gradient(180deg, rgba(238,243,255,.9) 0%, rgba(232,238,252,.95) 100%);
  color:transparent;
}

.pg-home-strip-card.is-empty,
.pg-home-hot-card.is-empty,
.pg-home-feature-card.is-empty{
  pointer-events:none;
  box-shadow:none;
}

.pg-home-strip-card.is-empty{
  background:rgba(255,255,255,.55);
  border:1px dashed #dbe4f4;
}

.pg-home-hot-card.is-empty,
.pg-home-feature-card.is-empty{
  background:#f8fbff;
  border:1px dashed #dbe4f4;
}

.pg-home-hot-card.is-empty .pg-home-hot-body,
.pg-home-feature-card.is-empty .pg-home-feature-body{
  min-height:84px;
}

.pg-home-hot-card.is-empty:hover,
.pg-home-feature-card.is-empty:hover,
.pg-home-strip-card.is-empty:hover{
  transform:none;
  box-shadow:none;
}