/* ===== PRIORILIFE - HOME PREMIUM ===== */
.home-page {
  color: #001b3f;
  overflow: hidden;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-premium {
  position: relative;
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at 80% 20%, rgba(245, 130, 69, .18), transparent 32%),
    radial-gradient(circle at 15% 30%, rgba(31, 183, 178, .20), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f6fbfb 55%, #fff4ed 100%);
}

.hero-premium::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(31, 183, 178, .10);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(31, 183, 178, .12);
  color: #007f7b;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .02em;
}

.hero-copy h1 {
  margin: 18px 0 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.hero-copy p {
  max-width: 610px;
  color: #29405f;
  font-size: 19px;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #1fb7b2, #f58245);
  box-shadow: 0 14px 30px rgba(31, 183, 178, .24);
}

.btn-secondary {
  color: #007f7b;
  background: #fff;
  border: 1px solid rgba(31, 183, 178, .22);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-3px);
}

.hero-visual {
  position: relative;
  padding: 26px;
  border-radius: 34px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 30px 70px rgba(0, 27, 63, .10);
  border: 1px solid rgba(255,255,255,.8);
}

.hero-visual img,
.why-image img {
  width: 100%;
  display: block;
}

.trust-strip {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.trust-card {
  padding: 26px 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e3edf0;
  box-shadow: 0 18px 44px rgba(0, 27, 63, .07);
}

.trust-card strong {
  display: block;
  font-size: 28px;
  margin-bottom: 8px;
}

.trust-card span {
  color: #29405f;
  line-height: 1.5;
}

.why-priorilife,
.plans-home,
.home-cta {
  padding: 86px 0;
}

.why-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 56px;
}

.why-image {
  border-radius: 34px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(31,183,178,.10), rgba(245,130,69,.10));
  box-shadow: inset 0 0 0 1px rgba(31,183,178,.10);
}

.why-content h2,
.section-title h2,
.cta-box h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 16px 0;
}

.why-content p,
.section-title p,
.cta-box p {
  color: #29405f;
  font-size: 18px;
  line-height: 1.7;
}

.benefit-list {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.benefit-list div {
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e3edf0;
}

.benefit-list strong,
.benefit-list span {
  display: block;
}

.benefit-list span {
  margin-top: 4px;
  color: #536a86;
}

.section-title {
  max-width: 720px;
  margin-bottom: 34px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.plan-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 30px 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid #e3edf0;
  box-shadow: 0 16px 40px rgba(0, 27, 63, .06);
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #1fb7b2, #f58245);
}

.plan-card span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(31,183,178,.10);
  color: #007f7b;
  font-size: 13px;
  font-weight: 800;
}

.plan-card h3 {
  margin: 36px 0 16px;
  font-size: 22px;
}

.plan-card p {
  color: #29405f;
  line-height: 1.65;
}

.cta-box {
  text-align: center;
  padding: 54px 30px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 20%, rgba(31,183,178,.22), transparent 30%),
    linear-gradient(135deg, #001b3f, #003e5a);
  color: #fff;
  box-shadow: 0 28px 70px rgba(0, 27, 63, .18);
}

.cta-box p {
  color: rgba(255,255,255,.82);
}

.float-soft {
  animation: floatSoft 5.5s ease-in-out infinite;
}

.fade-up {
  opacity: 0;
  animation: fadeUp .8s ease forwards;
}

.delay-1 {
  animation-delay: .18s;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@media (max-width: 920px) {
  .hero-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .plans-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .hero-premium {
    padding-top: 58px;
  }

  .trust-grid,
  .plans-grid {
    grid-template-columns: 1fr;
  }

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