/* Charisma product premium hero — inspired by the approved dark-left / clean-right concept. */
.premium-product-hero{
  --hero-accent:#1d75f0;
  --hero-accent-rgb:29,117,240;
  position:relative;
  overflow:hidden;
  width:min(1140px,100%);
  margin-inline:auto;
  border-radius:30px;
  background:#fff;
  border:1px solid #d9e7f5;
  box-shadow:0 26px 72px rgba(6,24,45,.15), inset 0 1px 0 rgba(255,255,255,.92);
}
.premium-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);
  min-height:430px;
  direction:rtl;
}
.premium-hero-copy{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 34px 18px;
  background:
    radial-gradient(circle at 86% 8%,rgba(var(--hero-accent-rgb),.08),transparent 28%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.premium-hero-kicker{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(var(--hero-accent-rgb),.09);
  color:var(--hero-accent);
  border:1px solid rgba(var(--hero-accent-rgb),.16);
  font-size:.88rem;
  font-weight:950;
}
.premium-hero-kicker:before{
  content:'✦';
  font-size:.85rem;
  color:var(--hero-accent);
}
.premium-hero-title{
  margin:8px 0 0;
  color:#0a1c36;
  font-size:clamp(1.8rem,3vw,2.7rem);
  line-height:1.32;
  letter-spacing:-1.1px;
  font-weight:950;
}
.premium-hero-title span,.premium-hero-title strong{display:block}
.premium-hero-title strong{color:var(--hero-accent);font-weight:950}
.premium-hero-lead{
  margin:9px 0 0;
  color:#152d49;
  font-size:1rem;
  font-weight:900;
  line-height:1.85;
}
.premium-hero-desc{
  margin:4px 0 0;
  color:#65768c;
  font-size:.9rem;
  line-height:1.88;
  max-width:none;
}
.premium-hero-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:12px;
}
.premium-hero-actions .btn{
  min-height:44px;
  padding:9px 16px;
  border-radius:14px;
  font-size:.9rem;
  box-shadow:none;
}
.premium-hero-actions .premium-primary{
  background:linear-gradient(135deg,var(--hero-accent),#0d4eb8);
  color:#fff;
  border:1px solid rgba(var(--hero-accent-rgb),.35);
  box-shadow:0 16px 32px rgba(var(--hero-accent-rgb),.22);
}
.premium-hero-actions .premium-secondary{
  background:#fff;
  color:#102947;
  border:1px solid #caddee;
}
.premium-hero-actions .premium-tertiary{
  background:rgba(var(--hero-accent-rgb),.08);
  color:var(--hero-accent);
  border:1px solid rgba(var(--hero-accent-rgb),.18);
}
.premium-trust-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:10px;
  padding:9px 0;
  border-top:1px solid #e3edf6;
  border-bottom:1px solid #e3edf6;
}
.premium-trust-item{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:9px;
  align-items:center;
  min-width:0;
  padding:4px 13px;
  border-left:1px solid #e3edf6;
}
.premium-trust-item:last-child{border-left:0}
.premium-trust-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(var(--hero-accent-rgb),.09);
  color:var(--hero-accent);
  font-size:1.05rem;
  font-weight:950;
}
.premium-trust-item strong{display:block;color:#102947;font-size:.83rem;line-height:1.45}
.premium-trust-item small{display:block;color:#77889b;font-size:.7rem;line-height:1.5;margin-top:2px}
.premium-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:10px;
}
.premium-benefit{
  min-height:86px;
  padding:11px 12px;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,rgba(var(--hero-accent-rgb),.045));
  border:1px solid rgba(var(--hero-accent-rgb),.15);
  box-shadow:0 12px 28px rgba(8,35,67,.06);
}
.premium-benefit:nth-child(2){background:linear-gradient(180deg,#fff,#f5fbff)}
.premium-benefit:nth-child(3){background:linear-gradient(180deg,#fff,#fff9f4)}
.premium-benefit-icon{
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  border-radius:12px;
  margin-bottom:6px;
  color:var(--hero-accent);
  background:rgba(var(--hero-accent-rgb),.09);
  font-weight:950;
}
.premium-benefit h3{font-size:.92rem;color:#102947;line-height:1.55}
.premium-benefit p{margin:5px 0 0;color:#718095;font-size:.78rem;line-height:1.75}
.premium-hero-visual{
  position:relative;
  min-width:0;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 20px 8px;
  background:
    radial-gradient(circle at 52% 52%,rgba(255,255,255,.14),transparent 28%),
    radial-gradient(circle at 72% 24%,rgba(var(--hero-accent-rgb),.52),transparent 38%),
    radial-gradient(circle at 18% 92%,rgba(var(--hero-accent-rgb),.28),transparent 36%),
    linear-gradient(145deg,#061426 0%,#0b2c50 58%,#061426 100%);
}
.premium-hero-visual:before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(115deg,transparent 0 57%,rgba(var(--hero-accent-rgb),.22) 57% 64%,transparent 64% 70%,rgba(var(--hero-accent-rgb),.13) 70% 75%,transparent 75%),
    radial-gradient(circle at 50% 95%,rgba(255,255,255,.10),transparent 34%);
  pointer-events:none;
}
.premium-hero-visual:after{
  content:attr(data-business-icon);
  position:absolute;
  left:-16px;
  bottom:4px;
  color:#fff;
  opacity:.055;
  font-size:13rem;
  line-height:1;
  filter:grayscale(1);
  pointer-events:none;
}
.premium-cover-stage{
  position:relative;
  z-index:2;
  width:min(96%,470px);
  min-height:100%;
  margin:0 auto;
  padding:6px 0 14px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.premium-cover-stage:before{
  content:'';
  position:absolute;
  z-index:-1;
  left:50%;
  bottom:4px;
  width:88%;
  height:72px;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(var(--hero-accent-rgb),.48),rgba(255,255,255,.10) 42%,transparent 72%);
  filter:blur(5px);
}
.premium-cover-stage img{
  display:block;
  width:min(100%,440px);
  max-width:100%;
  max-height:412px;
  height:auto;
  margin:0 auto;
  object-fit:contain;
  object-position:center center;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  filter:drop-shadow(0 30px 32px rgba(0,0,0,.36)) drop-shadow(0 0 1px rgba(255,255,255,.25));
  transform:none;
  image-rendering:auto;
}
.premium-cover-caption{
  position:absolute;
  z-index:3;
  right:50%;
  bottom:6px;
  transform:translateX(50%);
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 12px;
  border-radius:999px;
  color:#fff;
  background:rgba(5,20,39,.76);
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(10px);
  font-size:.75rem;
  font-weight:850;
}
.premium-cover-caption:before{content:'✦';color:var(--hero-accent)}

@media(max-width:980px){
  .premium-product-hero{width:100%}
  .premium-hero-grid{grid-template-columns:1fr;min-height:0}
  .premium-hero-copy{padding:24px 24px 20px}
  .premium-hero-visual{min-height:0;order:2;padding:14px 16px 10px}
  .premium-cover-stage{width:min(74%,430px)}
}
@media(max-width:820px){
  .premium-trust-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 0}
  .premium-trust-item{border-left:0;border:1px solid #e2edf6;border-radius:16px;padding:10px 12px;background:#fff}
  .premium-benefit-grid{grid-template-columns:1fr}
  .premium-benefit{min-height:auto}
}
@media(max-width:760px){
  .hero{padding-top:18px}
  .premium-product-hero{border-radius:26px}
  .premium-hero-copy{padding:24px 18px 22px}
  .premium-hero-title{font-size:clamp(1.8rem,9vw,2.35rem);letter-spacing:-.6px}
  .premium-hero-lead{font-size:.96rem}
  .premium-hero-desc{font-size:.86rem}
  .premium-hero-actions{display:grid;grid-template-columns:1fr;margin-top:16px}
  .premium-hero-actions .btn{width:100%;min-height:48px}
  .premium-trust-row{grid-template-columns:1fr 1fr}
  .premium-trust-item strong{font-size:.78rem}.premium-trust-item small{font-size:.66rem}
  .premium-hero-visual{min-height:0;padding:14px 12px 12px}
  .premium-cover-stage{width:min(90%,390px)}
  .premium-cover-stage img{width:min(100%,360px);max-height:360px;border-radius:0;transform:none}
  .premium-cover-caption{font-size:.66rem}
}
@media(max-width:430px){
  .premium-trust-row{grid-template-columns:1fr}
  .premium-hero-kicker{font-size:.8rem}
}
