/* Product page hero enhancement */
.product-hero-fullscreen{
  position:relative;
  min-height:calc(100vh - 76px);
  padding:34px 0 70px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.product-hero-fullscreen::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 7% 18%, rgba(18,104,255,.22), transparent 30rem),
    radial-gradient(circle at 90% 8%, rgba(6,182,212,.18), transparent 29rem),
    linear-gradient(180deg,#fbfdff 0%,#eef5ff 100%);
  pointer-events:none;
}
.product-hero-fullscreen::after{
  content:"";
  position:absolute;
  right:-12rem;
  top:7rem;
  width:34rem;
  height:34rem;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(18,104,255,.12),rgba(6,182,212,.10));
  filter:blur(6px);
}
.product-hero-fullscreen > .container{
  position:relative;
  z-index:1;
}
.product-hero-stage{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:42px;
  align-items:center;
  padding:38px;
  border:1px solid rgba(226,234,247,.85);
  border-radius:46px;
  background:rgba(255,255,255,.72);
  box-shadow:0 32px 90px rgba(15,35,70,.14);
  backdrop-filter:blur(18px);
}
.product-hero-copy h1{
  max-width:760px;
}
.hero-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:26px 0 18px;
}
.hero-proof-grid div{
  padding:14px 16px;
  border-radius:20px;
  background:#fff;
  border:1px solid #e4ebf7;
  box-shadow:0 10px 26px rgba(15,35,70,.06);
}
.hero-proof-grid strong{
  display:block;
  color:#0b172a;
  font-size:20px;
  letter-spacing:-.04em;
}
.hero-proof-grid span{
  color:#667085;
  font-size:13px;
  font-weight:760;
}
.product-hero-visual-clean{
  position:relative;
  min-width:0;
}
.product-dashboard-frame{
  position:relative;
  padding:18px;
  border-radius:36px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(245,249,255,.88));
  border:1px solid #e4ebf7;
  box-shadow:0 28px 80px rgba(15,35,70,.17);
  overflow:hidden;
}
.product-dashboard-frame::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 0%,rgba(18,104,255,.08),transparent 18rem),
    radial-gradient(circle at 85% 15%,rgba(6,182,212,.10),transparent 18rem);
  pointer-events:none;
}
.product-dashboard-frame img{
  position:relative;
  z-index:1;
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:contain;
  object-position:center;
  border-radius:24px;
  background:#f7faff;
}
.hero-floating-panel{
  position:absolute;
  z-index:3;
  width:176px;
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.94);
  border:1px solid #e4ebf7;
  box-shadow:0 20px 48px rgba(15,35,70,.16);
  backdrop-filter:blur(14px);
}
.hero-floating-panel span,
.hero-floating-panel small{
  display:block;
  color:#667085;
  font-size:12px;
  font-weight:850;
}
.hero-floating-panel strong{
  display:block;
  font-size:32px;
  line-height:1;
  letter-spacing:-.06em;
  color:#0d55d6;
  margin:5px 0;
}
.hero-floating-panel-left{
  left:-18px;
  top:8%;
}
.hero-floating-panel-right{
  right:-18px;
  bottom:8%;
}
.product-hero-metrics{
  margin-top:22px;
}

/* Dedicated dynamic pricing table */
.pricing-section{
  background:linear-gradient(180deg,#fff 0%,#f7faff 100%);
}
.pricing-heading{
  display:grid;
  grid-template-columns:1fr auto;
  gap:26px;
  align-items:end;
  margin-bottom:32px;
}
.pricing-secure-badge{
  min-width:220px;
  padding:18px 20px;
  border-radius:24px;
  background:#fff;
  border:1px solid #e4ebf7;
  box-shadow:0 14px 36px rgba(15,35,70,.08);
}
.pricing-secure-badge span{
  display:block;
  color:#667085;
  font-size:13px;
  font-weight:800;
}
.pricing-secure-badge strong{
  display:block;
  color:#0d55d6;
  font-size:18px;
  margin-top:4px;
}
.pricing-layout{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:24px;
  align-items:start;
}
.pricing-summary-card,
.pricing-interactive-card{
  background:#fff;
  border:1px solid #e4ebf7;
  border-radius:32px;
  box-shadow:0 24px 70px rgba(15,35,70,.11);
}
.pricing-summary-card{
  padding:28px;
  position:sticky;
  top:96px;
}
.selected-license{
  margin-top:18px;
  font-weight:950;
  font-size:22px;
  color:#0b172a;
  letter-spacing:-.03em;
}
.selected-price{
  margin:10px 0 12px;
  display:flex;
  align-items:flex-end;
  gap:8px;
}
.selected-price span{
  font-size:62px;
  line-height:.9;
  font-weight:950;
  letter-spacing:-.075em;
  color:#0d55d6;
}
.selected-price small{
  color:#667085;
  font-size:16px;
  font-weight:850;
  margin-bottom:5px;
}
.selected-message,
.checkout-status{
  color:#667085;
  line-height:1.65;
}
.checkout-status{
  margin:14px 0 0;
  padding:12px 14px;
  border-radius:16px;
  background:#f8fbff;
  border:1px solid #e4ebf7;
  font-size:13px;
}
.summary-list{
  list-style:none;
  margin:22px 0 0;
  padding:0;
  display:grid;
  gap:12px;
  color:#485668;
}
.summary-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.pricing-interactive-card{
  padding:26px;
}
.billing-switch{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  padding:7px;
  border-radius:20px;
  background:#f2f7ff;
  border:1px solid #e4ebf7;
  margin-bottom:18px;
}
.billing-btn{
  border:0;
  border-radius:15px;
  padding:14px;
  background:transparent;
  color:#46566d;
  font-weight:950;
  cursor:pointer;
  transition:.2s ease;
}
.billing-btn.active{
  background:#fff;
  color:#0d55d6;
  box-shadow:0 10px 26px rgba(18,104,255,.12);
}
.pricing-label{
  display:block;
  margin:12px 0 8px;
  color:#344257;
  font-size:14px;
  font-weight:950;
}
.pricing-select{
  width:100%;
  padding:15px 16px;
  border-radius:17px;
  border:1px solid #d9e5f7;
  background:#fff;
  color:#0b172a;
  font-weight:900;
  outline:none;
}
.pricing-select:focus{
  border-color:#1268ff;
  box-shadow:0 0 0 4px rgba(18,104,255,.12);
}
.pricing-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:20px 0;
}
.pricing-card-option{
  position:relative;
  overflow:hidden;
  border:1px solid #e4ebf7;
  background:linear-gradient(180deg,#fff,#f8fbff);
  border-radius:24px;
  padding:18px;
  text-align:left;
  cursor:pointer;
  display:grid;
  gap:8px;
  transition:.22s ease;
  min-height:225px;
}
.pricing-card-option::after{
  content:"";
  position:absolute;
  right:-44px;
  top:-44px;
  width:104px;
  height:104px;
  border-radius:50%;
  background:rgba(18,104,255,.075);
}
.pricing-card-option > *{
  position:relative;
  z-index:1;
}
.pricing-card-option:hover{
  transform:translateY(-3px);
  border-color:#a9c7ff;
  box-shadow:0 16px 36px rgba(18,104,255,.12);
}
.pricing-card-option.active{
  border-color:#1268ff;
  background:linear-gradient(180deg,#ffffff,#eef5ff);
  box-shadow:0 20px 44px rgba(18,104,255,.16);
}
.license-title{
  font-weight:950;
  color:#0b172a;
  font-size:18px;
}
.license-meta{
  color:#0d55d6;
  font-weight:850;
  font-size:13px;
}
.option-price{
  font-size:34px;
  line-height:1;
  letter-spacing:-.065em;
  color:#0b172a;
  margin-top:8px;
}
.pricing-card-option.active .option-price{
  color:#0d55d6;
}
.option-period{
  color:#667085;
  font-weight:850;
}
.option-note{
  color:#667085;
  font-size:13px;
  line-height:1.45;
}
.option-link-preview{
  margin-top:auto;
  padding:7px 9px;
  border-radius:999px;
  background:#eef5ff;
  color:#0d55d6;
  font-size:12px;
  font-weight:850;
  width:max-content;
}
.pricing-details-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.pricing-details-grid div{
  padding:15px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid #e4ebf7;
}
.pricing-details-grid strong{
  display:block;
  color:#0b172a;
  margin-bottom:4px;
}
.pricing-details-grid span{
  color:#667085;
  font-size:13px;
  line-height:1.45;
}
.dtfw-buy-button{
  width:100%;
  min-height:54px;
}
.dtfw-buy-button::after{
  content:" ↗";
  font-weight:900;
}

@media(max-width:1100px){
  .product-hero-stage{
    grid-template-columns:1fr;
  }
  .product-dashboard-frame img{
    max-height:none;
  }
  .hero-floating-panel{
    position:static;
    width:auto;
    margin-top:12px;
    display:inline-block;
    margin-right:10px;
  }
}
@media(max-width:980px){
  .product-hero-fullscreen{
    min-height:auto;
    padding-top:32px;
  }
  .pricing-layout,
  .pricing-heading{
    grid-template-columns:1fr;
  }
  .pricing-summary-card{
    position:relative;
    top:auto;
    order:2;
  }
  .pricing-interactive-card{
    order:1;
  }
  .hero-proof-grid,
  .pricing-details-grid{
    grid-template-columns:1fr;
  }
  .pricing-cards{
    grid-template-columns:1fr;
  }
  .pricing-card-option{
    min-height:auto;
  }
}
@media(max-width:640px){
  .product-hero-stage{
    padding:20px;
    border-radius:28px;
  }
  .product-dashboard-frame{
    padding:8px;
    border-radius:24px;
  }
  .product-dashboard-frame img{
    border-radius:18px;
  }
  .selected-price span{
    font-size:48px;
  }
  .pricing-summary-card,
  .pricing-interactive-card{
    padding:20px;
    border-radius:24px;
  }
  .billing-switch{
    position:sticky;
    top:68px;
    z-index:8;
    box-shadow:0 12px 28px rgba(15,35,70,.10);
  }
  .dtfw-buy-button{
    position:sticky;
    bottom:14px;
    z-index:9;
    box-shadow:0 18px 40px rgba(18,104,255,.28);
  }
  .option-price{
    font-size:32px;
  }
}


/* Visual polish for product page sections */
.pricing-section{
  padding-top:72px;
}
.pricing-heading .lead{
  max-width:62ch;
}
@media (max-width: 640px){
  .pricing-section{
    padding-top:54px;
  }
}
