/* AttendGate v16 — product-information update layered on top of the approved v15 design. */

/* Feature grid now supports 12 cards cleanly. */
.ag-feature-grid .ag-feature-card{border-right:1px solid #e7ebf1;border-bottom:1px solid #e7ebf1}
.ag-feature-grid .ag-feature-card:nth-child(3n){border-right:0}
.ag-feature-grid .ag-feature-card:nth-last-child(-n+3){border-bottom:0}
.ag-feature-card{min-height:218px}
.ag-feature-card p{max-width:330px}

/* Pricing: current Free plan + unannounced future capacity plan. */
.ag-price-current{background:linear-gradient(145deg,#f8fafc 0%,#eef5ff 100%);border-color:#d3e2f8}
.ag-price-badge-v16{position:absolute;right:28px;top:28px;border-radius:999px;background:#e0ecff;border:1px solid #c8dbfb;padding:7px 11px;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:850;color:#1d58a8}
.ag-coming-soon{font-size:48px!important;line-height:.88!important;letter-spacing:-.055em!important;margin-top:26px!important}
.ag-price-future{background:linear-gradient(145deg,#0b2343 0%,#0d376c 100%)}
.ag-pricing-footnote strong{color:#405b78}

/* Let the expanded data list breathe without changing the visual language. */
.ag-data-list{padding-top:4px;padding-bottom:4px}
.ag-data-list div{padding:18px 0}

/* Better long legal copy readability. */
.inner-v15 .legal-content p,.inner-v15 .legal-content li{line-height:1.72}
.inner-v15 .legal-content ul{padding-left:20px}

@media(max-width:980px){
  .ag-feature-grid .ag-feature-card,.ag-feature-grid .ag-feature-card:nth-child(3n),.ag-feature-grid .ag-feature-card:nth-last-child(-n+3){border-right:1px solid #e7ebf1;border-bottom:1px solid #e7ebf1}
  .ag-feature-grid .ag-feature-card:nth-child(2n){border-right:0}
  .ag-feature-grid .ag-feature-card:nth-last-child(-n+2){border-bottom:0}
}
@media(max-width:760px){
  .ag-feature-grid .ag-feature-card,.ag-feature-grid .ag-feature-card:nth-child(2n),.ag-feature-grid .ag-feature-card:nth-child(3n),.ag-feature-grid .ag-feature-card:nth-last-child(-n+2),.ag-feature-grid .ag-feature-card:nth-last-child(-n+3){border-right:0;border-bottom:1px solid #e7ebf1}
  .ag-feature-grid .ag-feature-card:last-child{border-bottom:0}
  .ag-feature-card{min-height:0}
  .ag-price-badge-v16{right:20px;top:20px}
  .ag-coming-soon{font-size:44px!important}
}
