/*!
 * Ariade: pricing styles. Loaded only on pages that use these blocks or templates (see inc/styles.php).
 * Author: Shivaji Mitra / M/S. Anblik
 */
/* ===== Pricing patterns: shared ===== */
[class*="ariade-pr-"] ul.pr-tick{list-style:none;margin:.9rem 0 0;padding:0}
[class*="ariade-pr-"] .pr-tick li{padding:.3rem 0 .3rem 1.6rem;position:relative;color:#3c4a63;font-size:.9rem}
[class*="ariade-pr-"] .pr-tick li::before{content:"\2713";content:"\2713" / "";position:absolute;left:0;color:#0e7c6b;font-weight:800}
[class*="ariade-pr-"] .pr-kind{font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#534ab7;margin:0}
[class*="ariade-pr-"] h3{margin:.15rem 0 .5rem;font-size:1.25rem}
[class*="ariade-pr-"] .pr-price{font-size:1.8rem;font-weight:800;margin:0;line-height:1.1;color:#0e1b36}
[class*="ariade-pr-"] .pr-per{font-size:.75rem;color:#3c4a63;text-transform:uppercase;letter-spacing:.06em;margin:.1rem 0 0}
[class*="ariade-pr-"] .wp-block-buttons{margin-top:1rem}
.ariade-pr-gradient .pr-grid>.wp-block-column .wp-block-buttons,.ariade-pr-tiers .pr-grid>.wp-block-column .wp-block-buttons{margin-top:auto;padding-top:1.1rem}
[class*="ariade-pr-"] .wp-block-button__link{border-radius:10px;padding:.6rem 1.2rem;font-weight:600;font-size:.9rem}
/* A: gradient showcase band (default) */
main .ariade-pr-gradient.ariade-pr-gradient{background:linear-gradient(100deg,#2743d0 0%,#7a2fd6 55%,#c02582 100%);border-radius:20px;padding:2rem 1.6rem 1.8rem;margin-block:1.5rem 2.75rem}
.ariade-pr-gradient .pr-kick{color:#ffd9ea;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.2rem;text-align:center}
main .ariade-pr-gradient .pr-grid.pr-grid{gap:1rem}
.ariade-pr-gradient .pr-grid>.wp-block-column{background:rgba(255,255,255,.96);border-radius:16px;padding:1.35rem 1.25rem;box-shadow:0 12px 30px rgba(10,10,40,.25);transition:transform .18s ease;display:flex;flex-direction:column}
.ariade-pr-gradient .pr-grid>.wp-block-column:hover,.ariade-pr-gradient .pr-grid>.wp-block-column:focus-within{transform:translateY(-5px)}
.ariade-pr-gradient .pr-grid>.wp-block-column:nth-child(2) .pr-kind{color:#a52752}
.ariade-pr-gradient .pr-grid>.wp-block-column:nth-child(3) .pr-kind{color:#0e7c6b}
@supports (-webkit-background-clip:text) or (background-clip:text){
  .ariade-pr-gradient .pr-price{background:linear-gradient(90deg,#2743d0,#c02582);-webkit-background-clip:text;background-clip:text;color:transparent}
}
.ariade-pr-gradient .wp-block-button__link{background:#0e1b36;color:#fff;width:100%;text-align:center}
.ariade-pr-gradient .pr-foot{margin:1.3rem 0 0;text-align:center;color:#f2e6ff;font-size:.85rem}
@media (prefers-reduced-motion:reduce){
  .ariade-pr-gradient .pr-grid>.wp-block-column{transition:none}
  .ariade-pr-gradient .pr-grid>.wp-block-column:hover,.ariade-pr-gradient .pr-grid>.wp-block-column:focus-within{transform:none}
}
/* B: accent tier cards */
main .ariade-pr-tiers .pr-grid.pr-grid{gap:1rem;margin-block:1.5rem 2.5rem}
.ariade-pr-tiers .pr-grid>.wp-block-column{--c:#534ab7;--t:#f6f5fd;position:relative;border:1.5px solid rgba(14,27,54,.14);border-top:5px solid var(--c);border-radius:16px;padding:1.4rem 1.3rem;background:linear-gradient(170deg,var(--t),#fff 45%);transition:transform .18s ease,box-shadow .18s ease;display:flex;flex-direction:column}
.ariade-pr-tiers .pr-grid>.wp-block-column:nth-child(2){--c:#a52752;--t:#fdf3f7}
.ariade-pr-tiers .pr-grid>.wp-block-column:nth-child(3){--c:#0e7c6b;--t:#eefaf7}
.ariade-pr-tiers .pr-grid>.wp-block-column:hover,.ariade-pr-tiers .pr-grid>.wp-block-column:focus-within{transform:translateY(-4px);box-shadow:0 14px 30px rgba(14,27,54,.12)}
.ariade-pr-tiers .pr-kind{color:var(--c)}
.ariade-pr-tiers .pr-badge{position:absolute;top:-.85rem;left:50%;transform:translateX(-50%);background:var(--c);color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:.25rem .9rem;white-space:nowrap;margin:0}
.ariade-pr-tiers .wp-block-button__link{background:var(--c);color:#fff;width:100%;text-align:center}
@media (prefers-reduced-motion:reduce){
  .ariade-pr-tiers .pr-grid>.wp-block-column{transition:none}
  .ariade-pr-tiers .pr-grid>.wp-block-column:hover,.ariade-pr-tiers .pr-grid>.wp-block-column:focus-within{transform:none}
}
/* C: comparison table */
main .ariade-pr-table .wp-block-table{margin-block:1.5rem 2.5rem}
.ariade-pr-table .wp-block-table table{border-collapse:collapse;border:1.5px solid rgba(14,27,54,.14);border-radius:14px;overflow:hidden;font-size:.9rem;width:100%}
.ariade-pr-table .wp-block-table th,.ariade-pr-table .wp-block-table td{padding:.75rem .9rem;border:0;border-bottom:1.5px solid rgba(14,27,54,.14);text-align:left;vertical-align:top}
.ariade-pr-table .wp-block-table thead th{background:#0e1b36;color:#fff;font-size:1rem;border-bottom:0}
.ariade-pr-table .wp-block-table thead th strong{display:block;font-size:1.25rem;font-weight:800;color:#cdd5ff}
@supports (-webkit-background-clip:text) or (background-clip:text){
  .ariade-pr-table .wp-block-table thead th strong{background:linear-gradient(90deg,#9aa8ff,#ff9dbd);-webkit-background-clip:text;background-clip:text;color:transparent}
}
.ariade-pr-table .wp-block-table thead th em{display:block;font-style:normal;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#c6cde2;font-weight:400}
.ariade-pr-table .wp-block-table tbody th{font-weight:600;color:#0e1b36}
.ariade-pr-table .wp-block-table td{color:#3c4a63}
.ariade-pr-table .wp-block-table tbody tr:nth-child(even) th,.ariade-pr-table .wp-block-table tbody tr:nth-child(even) td{background:rgba(14,27,54,.02)}
.ariade-pr-table .wp-block-table figcaption{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#3c4a63;text-align:left;margin-top:.5rem}
/* D: navy spotlight */
main .ariade-pr-spot .pr-layout.pr-layout{gap:1rem;margin-block:1.5rem 2.5rem}
.ariade-pr-spot .pr-hero{position:relative;overflow:hidden;background:#0e1b36;color:#fff;border-radius:18px;padding:1.8rem 1.6rem;height:100%}
.ariade-pr-spot .pr-hero .pr-kind{color:#ff9dbd}
.ariade-pr-spot .pr-hero h3{color:#fff;font-size:1.5rem}
.ariade-pr-spot .pr-hero .pr-price{font-size:2.4rem;color:#cdd5ff}
@supports (-webkit-background-clip:text) or (background-clip:text){
  .ariade-pr-spot .pr-hero .pr-price{background:linear-gradient(90deg,#9aa8ff,#ff9dbd);-webkit-background-clip:text;background-clip:text;color:transparent}
}
.ariade-pr-spot .pr-hero .pr-per{color:#c6cde2}
.ariade-pr-spot .pr-hero .pr-tick li{color:#dbe1f2}
.ariade-pr-spot .pr-hero .pr-tick li::before{color:#7ee3cf}
.ariade-pr-spot .pr-hero .pr-badge{position:absolute;right:-2.1rem;top:1.4rem;transform:rotate(45deg);background:#a52752;color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.14em;padding:.3rem 2.6rem;margin:0}
.ariade-pr-spot .pr-hero .wp-block-button__link{background:#fff;color:#0e1b36}
.ariade-pr-spot .pr-mini{border:1.5px solid rgba(14,27,54,.14);border-radius:14px;padding:1.1rem 1.2rem;background:linear-gradient(170deg,#f6f5fd,#fff 55%);margin:0 0 1rem}
.ariade-pr-spot .pr-mini:last-child{background:linear-gradient(170deg,#eefaf7,#fff 55%);margin-bottom:0}
.ariade-pr-spot .pr-mini h3{font-size:1.05rem;margin:0 0 .1rem}
.ariade-pr-spot .pr-mini .pr-price{font-size:1.25rem}
.ariade-pr-spot .pr-mini .pr-go{margin:.5rem 0 0}
.ariade-pr-spot .pr-mini .pr-go a{font-weight:700;color:#534ab7;text-decoration:none}
.ariade-pr-spot .pr-mini:last-child .pr-go a{color:#0e7c6b}
.ariade-pr-spot .pr-mini .pr-go a:hover,.ariade-pr-spot .pr-mini .pr-go a:focus-visible{text-decoration:underline}
