.pricing-page__container{max-width:1180px;margin:0 auto;padding:0 1.5rem}.pricing-hero{padding:5rem 0 3rem;background:linear-gradient(180deg,#f8fafc,#fff)}.pricing-hero__inner{max-width:760px;margin:0 auto;padding:0 1.5rem;text-align:center}.pricing-hero__eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--foreground, #0f172a);margin-bottom:1rem}.pricing-hero__title{font-size:clamp(2rem,4vw,3.25rem);line-height:1.1;font-weight:800;letter-spacing:-.02em;margin:0 0 1.25rem;color:var(--foreground, #0f172a)}.pricing-hero__lead{font-size:1.125rem;line-height:1.55;color:var(--muted-foreground, #475569);margin:0 auto 1.75rem;max-width:60ch}.pricing-page__bundles{padding:3rem 0 5rem}.pricing-page__toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:1.5rem;margin-bottom:2rem;padding:1.25rem;background:var(--card, #fff);border:1px solid var(--border, #e2e8f0);border-radius:12px}@media(max-width:720px){.pricing-page__toolbar{grid-template-columns:1fr}}.pricing-page__toolbar fieldset{border:none;padding:0;margin:0}.pricing-page__toolbar legend{display:block;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground, #64748b);margin-bottom:.5rem}.pricing-page__solutions-options{display:flex;flex-wrap:wrap;gap:.4rem}.pricing-page__solution-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 8px;background:var(--card, #fff);border:1px solid var(--border, #e2e8f0);border-radius:999px;font-size:.85rem;cursor:pointer;user-select:none;transition:background .12s,border-color .12s;min-height:44px}.pricing-page__solution-toggle:has(input:checked){background:var(--color-primary, #FFE600);border-color:#0a0a0a;color:#0a0a0a;font-weight:600}.pricing-page__solution-toggle:has(input:focus-visible){outline:2px solid #0a0a0a;outline-offset:2px}.pricing-page__solution-toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.pricing-page__solution-toggle-icon svg{width:14px;height:14px}.pricing-page__period-options{display:inline-flex;padding:2px;border:1px solid var(--border, #e2e8f0);border-radius:999px;background:var(--card, #fff)}.pricing-page__period-opt{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;min-height:44px;padding:8px 16px;border-radius:999px;font-size:.85rem;cursor:pointer;color:var(--muted-foreground, #475569)}.pricing-page__period-opt input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.pricing-page__period-opt:has(input:focus-visible){outline:2px solid #0a0a0a;outline-offset:2px}.pricing-page__period-opt.is-selected{background:var(--color-primary, #FFE600);color:#0a0a0a;font-weight:700}.pricing-page__bundle-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));list-style:none;padding:0;margin:0}.pricing-page__bundle{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border:1px solid var(--border, #e2e8f0);border-radius:14px;background:var(--card, #fff)}.pricing-page__bundle-head h2{margin:0;font-size:1.25rem;font-weight:700}.pricing-page__bundle-desc{color:var(--muted-foreground, #64748b);font-size:.92rem;line-height:1.4;margin:.5rem 0 0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em;max-height:2.8em}.pricing-page__bundle-price{padding:.75rem 0;border-top:1px dashed var(--border, #e2e8f0);border-bottom:1px dashed var(--border, #e2e8f0)}.pricing-page__bundle-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px}.pricing-page__bundle-details{display:flex;flex-direction:column;gap:.85rem}.pricing-page__bundle-section{border-top:1px dashed var(--border, #e2e8f0);padding-top:.65rem}.pricing-page__bundle-section:first-child{border-top:none;padding-top:0}.pricing-page__bundle-section-title{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground, #475569);margin:0 0 .4rem}.pricing-page__bundle-section-icon svg{width:14px;height:14px;color:var(--foreground, #0f172a)}.pricing-page__bundle-lines{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem;font-size:.92rem;color:var(--foreground, #0f172a)}.pricing-page__bundle-lines li{position:relative;padding-left:14px}.pricing-page__bundle-lines li:before{content:"·";position:absolute;left:4px;color:var(--foreground, #0f172a);font-weight:700}.pricing-page__bundle-fees{margin-top:.75rem;border-top:1px dashed var(--border, #e2e8f0);padding-top:.75rem}.pricing-page__bundle-fees>summary{cursor:pointer;list-style:none;font-size:.85rem;color:var(--foreground, #0f172a);font-weight:600;display:inline-flex;align-items:center;gap:4px}.pricing-page__bundle-fees>summary::-webkit-details-marker{display:none}.pricing-page__bundle-fees>summary:after{content:"▾";font-size:.75rem;transition:transform .12s ease}.pricing-page__bundle-fees[open]>summary:after{transform:rotate(180deg)}.pricing-page__bundle-fees-body{margin-top:.6rem;display:flex;flex-direction:column;gap:.6rem}.pricing-page__bundle-price strong{font-size:1.75rem;font-weight:800;color:var(--foreground, #0f172a)}.pricing-page__bundle-price small{color:var(--muted-foreground, #64748b)}.pricing-page__bundle-price-connection{display:inline-flex;align-items:baseline;gap:4px;margin-left:8px;color:var(--muted-foreground, #64748b);font-size:.95rem;font-weight:500}.pricing-page__bundle-price-connection strong{font-size:1rem;font-weight:700;color:var(--foreground, #0f172a)}.pricing-page__bundle-price-connection small{color:var(--muted-foreground, #94a3b8);font-size:.78rem}.pricing-page__bundle-footer{margin-top:auto}.pricing-page__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.25rem;background:var(--color-primary, #FFE600);color:#0a0a0a;font-weight:700;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background .12s;text-align:center}.pricing-page__cta:hover{background:var(--color-primary-hover, #F2D900)}.pricing-page__cta--solo{width:auto;padding:.85rem 1.75rem}.pricing-page__empty{text-align:center;padding:3rem 1rem;background:transparent;border-block:1px solid var(--foreground, #11110f)}.pricing-page__noscript{margin:0;padding:2rem 1rem;border-block:1px solid var(--foreground, #11110f);text-align:center;color:var(--muted-foreground, #5b5b54)}@keyframes pricing-page__pulse{0%,to{opacity:1}50%{opacity:.5}}.pricing-page__skeleton{animation:pricing-page__pulse 1.4s ease-in-out infinite;gap:.75rem}.pricing-page__skeleton-eyebrow,.pricing-page__skeleton-title,.pricing-page__skeleton-price,.pricing-page__skeleton-line,.pricing-page__skeleton-cta,.pricing-page__skeleton-pills,.pricing-page__skeleton-period{display:block;background:var(--muted, #e2e8f0);border-radius:0}.pricing-page__skeleton-eyebrow{height:12px;width:35%}.pricing-page__skeleton-title{height:22px;width:70%;margin-top:4px}.pricing-page__skeleton-price{height:36px;width:55%;margin:12px 0}.pricing-page__skeleton-line{height:12px;width:90%}.pricing-page__skeleton-line.short{width:60%}.pricing-page__skeleton-cta{height:42px;width:100%;margin-top:auto}.pricing-page__toolbar--skeleton{min-height:117px}.pricing-page__skeleton-toolbar-group{display:grid;align-content:end;gap:.65rem;min-width:0}.pricing-page__skeleton-toolbar-group--period{width:10rem}.pricing-page__skeleton-pills{width:min(100%,32rem);height:44px}.pricing-page__skeleton-period{width:10rem;height:48px}@media(max-width:848px){.pricing-page__toolbar--skeleton{min-height:162px}}@media(max-width:720px){.pricing-page__toolbar--skeleton{min-height:211px}.pricing-page__skeleton-toolbar-group--period{width:100%}.pricing-page__skeleton-period{width:100%;max-width:14rem}}@media(max-width:659px){.pricing-page__toolbar--skeleton{min-height:261px}}@media(max-width:373px){.pricing-page__toolbar--skeleton{min-height:312px}}@media(prefers-reduced-motion:reduce){.pricing-page__skeleton{animation:none}}.pricing-page__error{text-align:left;padding:clamp(1.5rem,4vw,2.5rem) 0;background:transparent;border-block:1px solid var(--foreground, #11110f);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.pricing-page__error p{margin:0;color:var(--muted-foreground, #475569);font-size:.95rem}@media(max-width:560px){.pricing-page__error{align-items:stretch;flex-direction:column}.pricing-page__error .pricing-page__cta--solo{width:100%}}.pricing-page__faq{padding:3rem 0 4rem;background:var(--card, #fff)}.pricing-page__faq-head{text-align:center;margin-bottom:2rem}.pricing-page__faq-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;margin:.5rem 0 0;color:var(--foreground, #0f172a)}.pricing-page__faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.pricing-page__faq-item{padding:1.25rem;border:1px solid var(--border, #e2e8f0);border-radius:12px;background:var(--background, #fff)}.pricing-page__faq-item dt{font-weight:700;margin-bottom:.5rem;color:var(--foreground, #0f172a)}.pricing-page__faq-item dd{margin:0;color:var(--muted-foreground, #475569);line-height:1.55}.pricing-page__endcta{padding:4rem 0 5rem;background:linear-gradient(180deg,#fff,#f8fafc)}.pricing-page__endcta-inner{text-align:center;max-width:640px}.pricing-page__endcta-inner h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;margin:.5rem 0 1rem;color:var(--foreground, #0f172a)}.pricing-page__endcta-inner p{color:var(--muted-foreground, #475569);margin:0 0 1.5rem;line-height:1.55}.pricing-page{background:#fcfcf8}.pricing-hero{padding:clamp(4rem,7vw,7rem) 0 2.5rem!important;background:#fcfcf8}.pricing-page .pricing-hero__inner{max-width:1180px!important;text-align:left!important}.pricing-page .pricing-hero__title{max-width:16ch;margin-bottom:1.5rem;font-size:clamp(3.2rem,6vw,5.8rem);font-weight:820;line-height:.92;letter-spacing:-.065em;text-wrap:balance}.pricing-page .pricing-hero__lead{max-width:58ch;margin:0!important;color:#5b5b54;font-size:1.08rem;line-height:1.62}.pricing-page__bundles{padding:1rem 0 6rem}.pricing-page__toolbar{position:static;margin-bottom:2rem;padding:1.25rem 0;border-width:1px 0;border-color:#bdbdb4;border-radius:0;background:transparent;box-shadow:none}.pricing-page .pricing-page__bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid #11110f;border-left:1px solid #11110f}.pricing-page .pricing-page__bundle{min-height:28rem;border:0;border-right:1px solid #11110f;border-bottom:1px solid #11110f;border-radius:0;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pricing-page__bundle:hover{transform:translateY(-3px);border-color:#11110f;box-shadow:.45rem .45rem #ffd900}.pricing-page .pricing-page__bundle--top{--foreground: #fff;--muted-foreground: #aaa9a2;--border: #3d3d39;--card: #11110f;background:#11110f;color:#fff}.pricing-page__bundle--top .pricing-page__bundle-head h2,.pricing-page__bundle--top .pricing-page__bundle-price strong,.pricing-page__bundle--top .pricing-page__bundle-lines,.pricing-page__bundle--top .pricing-page__bundle-fees>summary{color:#fff}.pricing-page__bundle--top .pricing-page__bundle-desc,.pricing-page__bundle--top .pricing-page__bundle-section-title,.pricing-page__bundle--top .pricing-page__bundle-price small,.pricing-page__bundle--top .pricing-page__bundle-price-connection{color:#aaa9a2}.pricing-page__bundle--top .pricing-page__bundle-section-icon svg{color:#ffd900}.pricing-page__bundle--top .pricing-page__cta{background:#ffd900;color:#11110f}.pricing-page__cta{border-radius:0}.pricing-page__faq{border-top:1px solid #d8d8cf;background:#fff}.pricing-page .pricing-page__faq-head{max-width:none;text-align:left!important}.pricing-page .pricing-page__faq-title{font-size:clamp(2.5rem,4vw,4.5rem);line-height:.95;letter-spacing:-.055em}.pricing-page .pricing-page__faq-list{max-width:none!important;display:block!important;border-top:1px solid #11110f}.pricing-page .pricing-page__faq-item{display:grid!important;grid-template-columns:4rem minmax(0,1fr);gap:1.5rem;padding:1.6rem 0!important;border:0!important;border-bottom:1px solid #bdbdb4!important;border-radius:0!important;background:transparent!important}.pricing-page__faq-index{padding-top:.15rem;color:#8a7600;font-size:.68rem;font-weight:800;letter-spacing:.12em}.pricing-page .pricing-page__faq-item dt{margin:0 0 .5rem;font-size:1.08rem}.pricing-page .pricing-page__faq-item dd{max-width:74ch;color:#5b5b54}.pricing-page__endcta{background:#11110f;color:#fff}.pricing-page__endcta-inner h2{color:#fff}.pricing-page__endcta-inner p{color:#ffffffa8}.pricing-page__endcta .pricing-hero__eyebrow{color:#ffd900}@media(max-width:900px){.pricing-page .pricing-page__bundle-grid{grid-template-columns:1fr}.pricing-page .pricing-page__bundle{min-height:0}}@media(max-width:720px){.pricing-page .pricing-hero{padding-top:3.5rem}.pricing-page .pricing-hero__title{font-size:clamp(2.9rem,13vw,4rem)}.pricing-page .pricing-page__faq-title{font-size:2.7rem}.pricing-page .pricing-page__faq-item{grid-template-columns:2rem minmax(0,1fr);gap:.75rem;padding-block:1.35rem!important}}
