
/* =========================================
   LANDING PAGES PREMIUM
========================================= */

.premium-menu a.active,
.premium-mobile-menu a.active{
  color: var(--premium-primary) !important;
}

.premium-menu a.active::after{
  transform:scaleX(1);
}

.landing-hero{
  position:relative;
  padding:110px 0 72px;
  overflow:hidden;
  background:
    radial-gradient(circle at top left, rgba(125,95,134,.10), transparent 30%),
    linear-gradient(180deg, #fbf8fb 0%, #f8f4f3 100%);
}

.landing-hero::before{
  content:"";
  position:absolute;
  right:-80px;
  top:-40px;
  width:280px;
  height:280px;
  background:radial-gradient(circle, rgba(125,95,134,.10) 0%, rgba(125,95,134,0) 70%);
  pointer-events:none;
}

.landing-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
  align-items:center;
}

.landing-hero-copy h1{
  font-size:clamp(2.7rem, 5vw, 4.9rem);
  line-height:1.02;
  margin-bottom:16px;
}

.landing-lead{
  font-size:1.08rem;
  line-height:1.85;
  color:var(--premium-muted);
  margin-bottom:0;
}

.landing-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:28px 0 20px;
}

.landing-includes-note{
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(125,95,134,.07);
  border:1px solid rgba(125,95,134,.10);
  color:var(--premium-text);
  font-weight:600;
}

.landing-includes-note i{
  color:var(--premium-primary);
}

.landing-trust{
  display:grid;
  gap:12px;
  margin-top:22px;
}

.landing-trust li{
  list-style:none;
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:var(--premium-text);
}

.landing-trust i{
  color:var(--premium-primary);
  margin-top:4px;
}

.landing-hero-media{
  position:relative;
}

.landing-hero-image{
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 26px 60px rgba(31,36,48,.14);
  background:#fff;
}

.landing-hero-image img{
  width:100%;
  min-height:540px;
  object-fit:cover;
}

.landing-hero-card{
  position:absolute;
  right:18px;
  bottom:18px;
  max-width:280px;
  background:rgba(255,255,255,.94);
  border-radius:22px;
  padding:18px;
  box-shadow:0 16px 34px rgba(31,36,48,.12);
}

.landing-hero-card strong{
  display:block;
  font-family:'Plus Jakarta Sans',sans-serif;
  margin-bottom:4px;
  color:var(--premium-text);
}

.landing-hero-card span{
  color:var(--premium-muted);
  font-size:.94rem;
}

.landing-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:start;
}

.landing-content-card{
  background:#fff;
  border:1px solid rgba(125,95,134,.08);
  border-radius:28px;
  padding:30px;
  box-shadow:0 16px 36px rgba(31,36,48,.06);
}

.landing-content-card h2{
  font-size:clamp(2rem, 3.5vw, 3.3rem);
  margin-bottom:14px;
}

.landing-content-card p{
  text-align:justify;
  text-justify:inter-word;
  line-height:1.82;
  margin-bottom:14px;
}

.landing-list{
  display:grid;
  gap:14px;
  margin-top:18px;
}

.landing-list li{
  list-style:none;
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.landing-list i{
  color:var(--premium-primary);
  margin-top:5px;
}

.landing-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.landing-card{
  background:#fff;
  border:1px solid rgba(125,95,134,.08);
  border-radius:26px;
  padding:28px 24px;
  box-shadow:0 14px 32px rgba(31,36,48,.06);
  height:100%;
}

.landing-card-icon{
  width:62px;
  height:62px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(125,95,134,.12), rgba(161,130,169,.16));
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}

.landing-card-icon i{
  color:var(--premium-primary);
  font-size:22px;
}

.landing-card h3{
  font-size:1.28rem;
  margin-bottom:10px;
}

.landing-card p{
  text-align:justify;
  text-justify:inter-word;
  line-height:1.75;
  margin:0;
}

.landing-steps{
  display:grid;
  gap:18px;
}

.landing-step{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:14px;
  padding:20px;
  background:#fff;
  border:1px solid rgba(125,95,134,.08);
  border-radius:22px;
  box-shadow:0 12px 28px rgba(31,36,48,.05);
}

.landing-step-number{
  width:56px;
  height:56px;
  border-radius:16px;
  background:linear-gradient(135deg, #7d5f86, #a182a9);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:700;
  font-size:1.1rem;
}

.landing-step p{
  text-align:justify;
  text-justify:inter-word;
  margin:6px 0 0;
}

.landing-highlight-box{
  margin-top:24px;
  padding:20px 22px;
  background:linear-gradient(135deg, rgba(125,95,134,.08), rgba(161,130,169,.10));
  border:1px solid rgba(125,95,134,.10);
  border-radius:22px;
}

.landing-highlight-box p{
  margin:0;
  text-align:justify;
}

.landing-faq-intro{
  max-width:820px;
  margin:0 auto 18px;
  text-align:center;
  color:var(--premium-muted);
}

.landing-service-panel{
  background:linear-gradient(135deg, rgba(125,95,134,.09), rgba(161,130,169,.12));
  border:1px solid rgba(125,95,134,.12);
  border-radius:28px;
  padding:28px;
}

.landing-service-panel p{
  text-align:justify;
  margin-bottom:14px;
}

.landing-service-panel .premium-btn{
  width:auto;
}

.landing-mini-pills{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:18px 0 0;
  padding:0;
}

.landing-mini-pills li{
  list-style:none;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(125,95,134,.08);
  color:var(--premium-primary);
  font-weight:600;
}

.landing-final-cta{
  background:linear-gradient(135deg, #6f5278 0%, #9c7ea4 100%);
  border-radius:34px;
  padding:42px;
  color:#fff;
  box-shadow:0 22px 48px rgba(125,95,134,.24);
}

.landing-final-cta h2,
.landing-final-cta p{
  color:#fff;
}

.landing-final-cta p{
  text-align:justify;
  text-justify:inter-word;
}

.landing-final-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:22px;
}

@media (max-width: 1199px){
  .landing-cards{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width: 991px){
  .landing-hero{
    padding:84px 0 60px;
  }
  .landing-hero-grid,
  .landing-grid-2{
    grid-template-columns:1fr;
  }
  .landing-hero-image img{
    min-height:auto;
    max-height:520px;
  }
}

@media (max-width: 767px){
  .landing-hero{
    padding:72px 0 54px;
  }
  .landing-hero-actions,
  .landing-final-cta-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .landing-hero-actions .premium-btn,
  .landing-final-cta-actions .premium-btn{
    width:100%;
  }
  .landing-hero-card{
    position:static;
    max-width:none;
    margin-top:14px;
  }
  .landing-content-card,
  .landing-service-panel,
  .landing-final-cta{
    padding:22px 18px;
    border-radius:24px;
  }
  .landing-content-card p,
  .landing-card p,
  .landing-step p,
  .landing-service-panel p,
  .landing-final-cta p{
    text-align:left;
  }
  .landing-cards{
    grid-template-columns:1fr;
  }
}
