/* Pricing section styles — synced from homepage pricing block */
.section-pricing{background:#eef2f1;color:var(--ink);padding:clamp(3rem,7vw,5rem) 0}
.section-pricing .wrap{max-width:1320px}
.section-pricing .section-title{color:var(--ink);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:900;margin-bottom:.75rem}
.section-pricing .section-lead{max-width:640px;color:var(--muted);line-height:1.7;font-size:.98rem;margin:0 auto}
.section-pricing .eyebrow{color:var(--green-dark);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem}
.section-pricing .section-head{text-align:center;margin-bottom:2.75rem}
.section-head .section-lead{margin:0 auto}
.price-billing-toggle{display:flex;justify-content:center;margin-bottom:2.5rem}
.price-billing-inner{display:inline-flex;align-items:center;gap:4px;padding:5px;border-radius:999px;background:rgba(15,23,42,.06);border:1px solid var(--border)}
.price-billing-inner button{border:none;background:transparent;padding:10px 18px;border-radius:999px;font:inherit;font-size:.88rem;font-weight:700;color:var(--muted);cursor:pointer;transition:.15s;display:inline-flex;align-items:center;gap:8px}
.price-billing-inner button.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px rgba(15,23,42,.08)}
.price-save-badge{font-size:.68rem;font-weight:800;color:#fff;background:#125858;padding:3px 8px;border-radius:999px;letter-spacing:.02em}
.price-grid-v{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;align-items:stretch;margin-bottom:2.5rem;padding-top:2.75rem}
.price-card-v{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);position:relative;min-width:0;height:100%}
.price-card-slot{position:relative;display:flex;flex-direction:column;min-width:0;min-height:100%}
.price-card-top{padding:1.35rem 1.25rem 1.25rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;min-height:19.5rem;border-radius:17px 17px 0 0}
.price-card-name{font-family:"Barlow Condensed",sans-serif;font-size:1.45rem;font-weight:900;text-transform:uppercase;line-height:1.1;margin-bottom:.45rem;color:var(--ink);min-height:2.2em}
.price-card-tagline{font-size:.78rem;line-height:1.55;color:var(--muted);min-height:4.65em;margin-bottom:1rem}
.price-card-amount{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-bottom:.35rem;min-height:2.5rem}
.price-card-price{font-family:"Barlow Condensed",sans-serif;font-size:2.35rem;font-weight:900;line-height:1;color:var(--ink);letter-spacing:-.02em}
.price-card-period{font-size:.82rem;font-weight:600;color:var(--muted)}
.price-card-limit{font-size:.74rem;color:var(--muted);line-height:1.45;margin-bottom:0;min-height:2.9em}
.price-card-actions{display:flex;flex-direction:column;gap:8px;margin-top:auto;flex-shrink:0}
.price-card-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;border-radius:10px;border:none;font:inherit;font-size:.86rem;font-weight:700;cursor:pointer;background:var(--green);color:#000;transition:.15s;text-decoration:none;box-sizing:border-box}
.price-card-cta:hover{background:var(--green-dark);color:#fff;transform:translateY(-1px)}
.price-card-subscribe{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:10px 16px;border-radius:10px;border:1px solid var(--border);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer;background:transparent;color:#125858;transition:.15s;text-decoration:none;box-sizing:border-box}
.price-card-subscribe:hover{border-color:#125858;background:rgba(18,88,88,.06)}
.price-card-body{flex:1;display:flex;flex-direction:column;padding:1.15rem 1.25rem 1.1rem}
.price-card-includes-label{font-size:.78rem;font-weight:700;color:var(--ink);margin-bottom:.65rem}
.price-card-features{list-style:none;display:grid;gap:8px;margin:0;padding:0;font-size:.78rem;line-height:1.45;color:var(--muted)}
.price-card-features li{display:flex;gap:8px;align-items:flex-start}
.price-card-features li::before{content:"✓";color:var(--green);font-weight:800;flex-shrink:0;margin-top:1px}
.price-card-inclusions{display:flex;flex-wrap:wrap;gap:6px;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}
.price-card-inclusions span{font-size:.68rem;font-weight:700;padding:5px 9px;border-radius:8px;border:1px solid rgba(18,88,88,.22);color:#125858;background:rgba(18,88,88,.06)}
.price-card-explore{margin-top:auto;padding-top:1rem;background:none;border:none;font:inherit;font-size:.78rem;font-weight:700;color:#125858;cursor:pointer;text-align:center;width:100%}
.price-card-explore:hover{text-decoration:underline}
.price-card-v--featured{border:2px solid #125858;box-shadow:0 12px 40px rgba(18,88,88,.12);border-radius:18px}
.price-card-v--featured .price-card-top{background:#125858;border-bottom:none;color:var(--white);padding:1.35rem 1.25rem 1.25rem;min-height:19.5rem;border-radius:16px 16px 0 0}
.price-card-v--featured .price-card-name,.price-card-v--featured .price-card-price,.price-card-v--featured .price-card-period,.price-card-v--featured .price-card-limit,.price-card-v--featured .price-card-tagline{color:var(--white)}
.price-card-v--featured .price-card-tagline{color:rgba(255,255,255,.78)}
.price-card-v--featured .price-card-limit{color:rgba(255,255,255,.72)}
.price-card-v--featured .price-card-cta{background:var(--green);color:#000}
.price-card-v--featured .price-card-cta:hover{background:var(--green-dark);color:#fff}
.price-card-v--featured .price-card-subscribe{border-color:rgba(255,255,255,.35);color:#fff;background:transparent}
.price-card-v--featured .price-card-subscribe:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.55)}
.price-card-recommended{position:absolute;top:-38px;left:50%;transform:translateX(-50%);background:#125858;color:var(--white);font-size:.72rem;font-weight:800;padding:7px 16px;border-radius:999px;white-space:nowrap;box-shadow:0 4px 14px rgba(18,88,88,.28);z-index:2;letter-spacing:.04em;text-transform:uppercase}
.price-card-recommended::after{content:"";position:absolute;left:50%;bottom:-6px;transform:translateX(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #125858}
.section-pricing .matrix-toggle,.section-pricing .pkg-panel{border-color:var(--border);background:var(--surface)}
.section-pricing .matrix-toggle summary,.section-pricing .pkg-panel summary{color:var(--ink)}
.section-pricing .pkg-body{color:var(--muted)}
.section-pricing .pkg-body h4{color:var(--muted)}
.section-pricing .register-tags span{color:var(--ink);background:rgba(140,198,63,.1);border-color:rgba(140,198,63,.25)}
.section-pricing .pkg-panel[open] summary{border-bottom-color:var(--border)}
.section-pricing .matrix th{background:#f1f5f4;color:var(--muted)}
.section-pricing .matrix td{color:var(--muted)}
.section-pricing .matrix .feature{color:var(--ink)}
.section-pricing .matrix th,.section-pricing .matrix td{border-bottom-color:var(--border)}
.pkg-breakdown{display:grid;gap:.75rem;margin-bottom:2rem}
.pkg-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}
.pkg-panel summary{cursor:pointer;padding:1rem 1.15rem;font-weight:700;color:var(--ink);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.92rem}
.pkg-panel summary::-webkit-details-marker{display:none}
.pkg-panel summary::after{content:"+";color:var(--green-dark);font-weight:900;flex-shrink:0}
.pkg-panel[open] summary{border-bottom:1px solid var(--border)}
.pkg-panel[open] summary::after{content:"−"}
.pkg-body{padding:1rem 1.15rem 1.15rem;color:var(--muted);font-size:.84rem;line-height:1.65}
.pkg-body p{margin-bottom:.85rem}
.pkg-body h4{font-family:"DM Sans",sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:0 0 .5rem;font-weight:700}
.register-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:.85rem}
.register-tags span{font-size:.72rem;font-weight:600;padding:4px 9px;border-radius:999px;background:rgba(140,198,63,.12);color:var(--ink);border:1px solid rgba(140,198,63,.22)}
.pkg-list{display:grid;gap:4px;margin:0;padding:0;list-style:none}
.pkg-list li::before{content:"✓";color:var(--green-dark);font-weight:800;margin-right:6px}
.matrix-toggle{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden;margin-bottom:2rem}
.matrix-toggle summary{cursor:pointer;padding:1rem 1.25rem;font-weight:700;color:var(--ink);list-style:none;display:flex;justify-content:space-between;align-items:center}
.matrix-toggle summary::-webkit-details-marker{display:none}
.matrix-toggle summary::after{content:"+";color:var(--green-dark);font-weight:900;font-size:1.1rem}
.matrix-toggle[open] summary::after{content:"−"}
.matrix-toggle[open] summary{border-bottom:1px solid var(--border)}
.matrix-scroll{overflow-x:auto}
.matrix{width:100%;border-collapse:collapse;min-width:920px}
.matrix th,.matrix td{padding:.7rem .85rem;border-bottom:1px solid var(--border);font-size:.78rem;vertical-align:middle}
.matrix th{text-align:left;color:var(--muted);font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;background:#f1f5f4}
.matrix td{color:var(--muted)}
.matrix .feature{color:var(--ink);font-weight:700}
.tick{color:var(--green-dark);font-weight:800}
.dash{color:var(--muted);opacity:.45}
@media(max-width:1280px){.price-grid-v{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:960px){.price-grid-v{grid-template-columns:1fr}}
