/* =========================
   VoiceAura Plus Page
========================= */

.plus-page{
  position:relative;
  z-index:10;
}

.plus-page > *{
  position:relative;
  z-index:20;
}

.plus-hero{
  margin-top:18px;
  padding:34px 24px 26px;
  text-align:center;
}

.plus-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  margin-bottom:18px;
  font-weight:800;
  color:#fde68a;
  background:rgba(120,80,25,.45);
  border:1px solid rgba(245,180,40,.45);
}

.plus-hero h1{
  margin:0;
  color:white;
  font-size:42px;
  line-height:1.25;
  letter-spacing:-0.02em;
}

.plus-hero p{
  max-width:760px;
  margin:18px auto 0;
  color:rgba(255,255,255,.88);
  line-height:1.9;
  font-size:17px;
}

.plus-note-panel p,
.plus-limit-panel p,
.plus-plan-panel p,
.plus-contact-panel p{
  color:rgba(255,255,255,.88);
  line-height:1.9;
}

.plus-safe-note{
  margin-top:14px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
}

.plus-card-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  margin-top:18px;
}

.plus-feature-card{
  padding:24px;
  border-radius:26px;
  background:
    linear-gradient(135deg,
      rgba(90,70,52,.72),
      rgba(17,43,74,.82));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 38px rgba(0,0,0,.28);
  color:white;
}

.plus-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:20px;
}

.plus-service-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border-radius:999px;
  font-weight:800;
  font-size:15px;
  white-space:nowrap;
  color:#fde68a;
  background:rgba(120,80,25,.45);
}

.plus-paid-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:76px;
  padding:9px 14px;
  border-radius:999px;
  font-weight:800;
  font-size:15px;
  white-space:nowrap;
  color:#fde68a;
  border:1px solid rgba(245,180,40,.85);
  background:rgba(120,80,25,.24);
}

.plus-feature-card h3{
  margin:0 0 14px;
  font-size:25px;
  line-height:1.35;
}

.plus-feature-card p{
  color:rgba(255,255,255,.88);
  line-height:1.85;
}

.plus-feature-card ul{
  margin:16px 0 20px;
  padding-left:18px;
  color:rgba(255,255,255,.86);
  line-height:1.9;
}

.plus-action-btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:44px;
  padding:10px 18px;
  border-radius:999px;
  text-decoration:none;
  color:white;
  font-weight:800;
  background:linear-gradient(135deg,#f59e0b,#06b6d4,#2563eb);
  box-shadow:0 12px 28px rgba(6,182,212,.2);
}

.plus-compare-table{
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  margin-top:16px;
}

.plus-compare-row{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:0;
  border-top:1px solid rgba(255,255,255,.1);
}

.plus-compare-row:first-child{
  border-top:none;
}

.plus-compare-row > div{
  padding:14px 16px;
  color:rgba(255,255,255,.9);
  line-height:1.7;
  border-left:1px solid rgba(255,255,255,.1);
}

.plus-compare-row > div:first-child{
  border-left:none;
  font-weight:800;
}

.plus-compare-head{
  background:rgba(255,255,255,.08);
  font-weight:800;
}

.plus-mini-flow{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:18px;
}

.plus-mini-flow div,
.plus-plan-card{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.9);
  line-height:1.8;
}

.plus-plan-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:16px;
}

.plus-plan-card h3{
  margin:0 0 8px;
  color:white;
}

.plus-plan-card.muted{
  opacity:.78;
}

.plus-link-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:12px;
  margin-top:16px;
}

.plus-link-card{
  display:block;
  padding:14px 16px;
  border-radius:16px;
  text-decoration:none;
  color:white;
  font-weight:800;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  transition:.2s;
}

.plus-link-card:hover{
  transform:translateY(-2px);
  background:rgba(6,182,212,.18);
}

@media(max-width:900px){
  .plus-card-grid{
    grid-template-columns:1fr;
  }

  .plus-link-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){

  .plus-hero{
    padding:26px 14px 18px;
  }

  .plus-hero h1{
    font-size:30px;
    line-height:1.3;
  }

  .plus-hero p{
    font-size:15px;
  }

  .plus-feature-card{
    padding:22px 18px;
    border-radius:24px;
  }

  .plus-service-badge,
  .plus-paid-badge{
    font-size:14px;
    padding:8px 13px;
  }

  .plus-feature-card h3{
    font-size:26px;
  }

  .plus-compare-row{
    grid-template-columns:1fr;
  }

  .plus-compare-row > div{
    border-left:none;
    border-top:1px solid rgba(255,255,255,.08);
  }

  .plus-compare-row > div:first-child{
    border-top:none;
    background:rgba(255,255,255,.05);
  }

  .plus-mini-flow,
  .plus-plan-grid{
    grid-template-columns:1fr;
  }
}
