:root{--bg:#ffffff;--card-bg:#ffffff;--muted:#6b7280;--fg:#0f172a;--border:#e6e9ef;--accent-1:linear-gradient(135deg,#10b981,#059669);--accent-2:linear-gradient(135deg,#f59e0b,#d97706);--accent-3:linear-gradient(135deg,#60a5fa,#3b82f6);--accent-4:linear-gradient(135deg,#fcd34d,#f59e0b);--accent-5:linear-gradient(135deg,#8b5cf6,#7c3aed);--shadow:0 8px 30px rgba(15,23,42,0.06);--glass:rgba(255,255,255,0.08);--radius:12px;--max-width:1400px}.dark .pricing-section{--bg:#071029;--card-bg:#0b1220;--muted:#9ca3af;--fg:#e6eef8;--border:#1f2937;--shadow:0 12px 36px rgba(2,6,23,0.6)}.pricing-section{background:var(--bg);color:var(--fg);padding:48px 16px;box-sizing:border-box}.pricing-section .container{max-width:var(--max-width);margin:0 auto}.pricing-section__intro{margin-bottom:clamp(2.75rem,4.2vw,4rem)!important}.pricing-section__eyebrow{position:relative;display:inline-flex!important;align-items:center;gap:.45rem;padding:.45rem .8rem!important;border-radius:999px!important;border:1px solid rgba(59,130,246,.16)!important;background:rgba(255,255,255,.78)!important;color:#1d4ed8!important;font-size:.78rem!important;font-weight:600!important;box-shadow:0 1px 1px rgba(15,23,42,.04),0 12px 26px -24px rgba(15,23,42,.28)!important;letter-spacing:.02em!important;backdrop-filter:blur(8px)}.pricing-section__title{margin-top:.95rem!important;margin-left:auto;margin-right:auto;max-width:18ch;color:var(--foreground,var(--fg))!important;text-wrap:balance}.pricing-section__intro .pricing-section__title,.pricing-section__title{font-size:clamp(1.45rem,2.6vw,2.05rem)!important;line-height:1.14!important;font-weight:700!important;letter-spacing:-.03em!important}.pricing-section__intro .pricing-section__eyebrow{border-color:rgba(59,130,246,.16)!important;background:rgba(255,255,255,.78)!important;color:#1d4ed8!important;margin-left:auto;margin-right:auto}.pricing-section__subtitle{margin-top:.95rem!important;color:var(--muted-foreground,color-mix(in srgb,var(--fg) 62%,transparent))!important;padding-left:0!important;padding-right:0!important}.pricing-section__intro .pricing-section__subtitle,.pricing-section__subtitle{max-width:68ch!important;font-size:clamp(.98rem,1.5vw,1.08rem)!important;line-height:1.65!important}.pricing-section__intro .pricing-section__subtitle{padding-inline:0!important}.dark .pricing-section__eyebrow{background:rgba(24,24,27,.78)!important;border-color:rgba(59,130,246,.22)!important;color:#93c5fd!important;box-shadow:0 1px 1px rgba(2,6,23,.25),0 10px 26px rgba(2,6,23,.35)}.dark .pricing-section__subtitle{color:rgba(148,163,184,.96)!important}@media (max-width:640px){.pricing-section__intro{margin-bottom:2.5rem!important}.pricing-section__title{max-width:100%;font-size:clamp(1.3rem,7.2vw,1.7rem)!important;line-height:1.16!important}.pricing-section__subtitle{font-size:.96rem!important;line-height:1.58!important;padding-inline:.25rem!important}}.pricing-header{text-align:center;margin-bottom:32px;padding:0 12px}.pricing-header .heading{font-size:26px;font-weight:800;margin:0 0 12px;letter-spacing:-.01em;color:var(--fg)}.pricing-header .sub{color:var(--muted);max-width:680px;margin:0 auto;line-height:1.55;font-size:16px}.pricing-header .muted{margin-top:10px;color:var(--muted);font-style:italic;font-size:13px}.pricing-banner{border-radius:calc(var(--radius) + 4px);color:white;padding:16px;display:block;box-shadow:var(--shadow);margin-bottom:28px;overflow:hidden}.pricing-banner-inner{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.banner-title{font-weight:900;font-size:18px;margin:0 0 6px}.banner-note{margin:0;opacity:.95;font-size:14px}.banner-features{display:flex;gap:10px;align-items:center;list-style:none;padding:0;margin:0}.banner-feature{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.08);padding:8px 12px;border-radius:10px;font-weight:600;font-size:13px}.banner-check{width:16px;height:16px;color:#fff;opacity:.95}.banner-cta{margin-left:12px;margin-top:6px;white-space:nowrap}.tier-free{background:linear-gradient(90deg,#059669,#10b981)}.tier-bronze{background:var(--accent-2)}.tier-silver{background:linear-gradient(90deg,#c7d2fe,#93c5fd)}.tier-gold{background:var(--accent-4)}.tier-platinum{background:var(--accent-5)}.tier-custom{background:linear-gradient(90deg,#6b7280,#374151)}.grid{display:grid;gap:24px;grid-template-columns:1fr;margin-bottom:28px;align-items:stretch}@media (min-width:640px){.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid{grid-template-columns:repeat(4,1fr);gap:28px}}.pricing-card{background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease;min-height:500px}.pricing-card:focus-within,.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px rgba(2,6,23,.2);outline:none}.card-header{padding:20px;margin:12px;border-radius:10px;color:#fff;position:relative;text-align:center;min-height:60px;display:flex;align-items:center;justify-content:center}.pricing-card.tier-free .card-header{background:var(--accent-1)}.pricing-card.tier-bronze .card-header{background:var(--accent-2)}.pricing-card.tier-silver .card-header{background:linear-gradient(90deg,#93c5fd,#60a5fa)}.pricing-card.tier-gold .card-header{background:var(--accent-4)}.pricing-card.tier-platinum .card-header{background:var(--accent-5)}.pricing-card.tier-custom .card-header{background:linear-gradient(90deg,#6b7280,#374151)}.card-title{margin:0;font-size:16px;font-weight:800;letter-spacing:.02em}.card-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#fbbf24;color:#000000;padding:6px 12px;border-radius:999px;font-weight:800;font-size:12px;box-shadow:0 6px 18px rgba(11,37,85,.15);white-space:nowrap;border:2px solid #000000}.card-body{padding:18px;display:flex;flex-direction:column;gap:16px;flex:1 1 auto;justify-content:space-between}.price-wrap{text-align:center;margin:16px 0;padding:8px 0}.price{font-size:28px;font-weight:900;margin:0;line-height:1.2}.price-desc{color:var(--muted);font-weight:600;margin:6px 0 0;font-size:14px}.price-note{text-align:center;color:var(--muted);padding:16px 0;margin:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-size:13px}.features-list{list-style:none;padding:0;margin:0;display:block;flex-grow:1;min-height:200px}.feature-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px;color:var(--fg);font-size:13px;line-height:1.4}.feature-item:last-child{margin-bottom:0}.feature-icon{width:16px;height:16px;flex-shrink:0;color:#10b981;margin-top:2px;stroke-width:2.5}.pricing-card.tier-free .feature-icon{color:#10b981}.pricing-card.tier-bronze .feature-icon{color:#f59e0b}.pricing-card.tier-silver .feature-icon{color:#2563eb}.pricing-card.tier-gold .feature-icon{color:#b45309}.pricing-card.tier-platinum .feature-icon{color:#7c3aed}.card-cta{width:100%;padding:14px 16px;border-radius:10px;font-weight:800;cursor:pointer;border:2px solid transparent;transition:transform .15s ease,box-shadow .15s ease;margin-top:8px;flex-shrink:0;font-size:15px;line-height:1.2;text-align:center}.pricing-card.featured{border:2px solid rgba(246,165,35,.18);box-shadow:0 28px 60px rgba(246,165,35,.08)}.pricing-card.tier-free .card-cta{background:linear-gradient(90deg,#10b981,#059669);color:white;border:none}.pricing-card.tier-bronze .card-cta{background:linear-gradient(90deg,#f59e0b,#d97706);color:white;border:none}.pricing-card.tier-silver .card-cta{background:linear-gradient(90deg,#3b82f6,#2563eb);color:white;border:none}.pricing-card.tier-gold .card-cta{background:linear-gradient(90deg,#fcd34d,#f59e0b);color:#111827;border:none}.pricing-card.tier-platinum .card-cta{background:linear-gradient(90deg,#8b5cf6,#7c3aed);color:white;border:none}.pricing-card.tier-custom .card-cta{background:linear-gradient(90deg,#6b7280,#374151);color:white;border:none}.card-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(2,6,23,.12)}.card-cta:focus-visible,.pricing-card:focus-within{outline:3px solid rgba(59,130,246,.16);outline-offset:4px}@media (max-width:420px){.card-title{font-size:15px}.price{font-size:22px}.pricing-card{min-height:auto}}@media (min-width:1024px){.pricing-section{padding:64px 28px}}.pricing-section__intro--compact{margin-bottom:clamp(1.75rem,3.2vw,2.5rem)!important}.pricing-section__intro--compact .pricing-section__subtitle{max-width:62ch!important;font-size:clamp(.95rem,1.25vw,1rem)!important;line-height:1.55!important}.pricing-section__trust-row{margin-top:.85rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.pricing-section__trust-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(148,163,184,.16);background:rgba(255,255,255,.82);color:rgba(30,41,59,.9);padding:.35rem .65rem;font-size:.72rem;font-weight:600;line-height:1.1;box-shadow:0 10px 18px -20px rgba(15,23,42,.22)}.dark .pricing-section__trust-chip{background:rgba(24,24,27,.8);border-color:rgba(63,63,70,.65);color:rgba(226,232,240,.92)}.pricing-free-card,.pricing-plan-card,.pricing-section__cta-strip{--pricing-surface-border:rgba(148,163,184,0.16);--pricing-surface-shadow:0 16px 34px -28px rgba(15,23,42,0.18);--pricing-surface-radius:1rem;--pricing-surface-bg:rgba(255,255,255,0.94)}.pricing-free-card{position:relative;overflow:hidden;border-radius:var(--pricing-surface-radius);border:1px solid var(--pricing-surface-border);background:radial-gradient(520px 180px at 0 0,rgba(59,130,246,.06),transparent 72%),radial-gradient(520px 180px at 100% 100%,rgba(99,102,241,.06),transparent 72%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.94));box-shadow:var(--pricing-surface-shadow);margin-bottom:1rem}.pricing-free-card__glow{position:absolute;inset:auto -2rem -2rem auto;width:10rem;height:10rem;border-radius:999px;background:rgba(99,102,241,.08);filter:blur(34px);pointer-events:none}.pricing-free-card__inner{position:relative;z-index:1;padding:.82rem;display:grid;gap:.62rem}.pricing-free-card__content{display:flex;flex-direction:column;gap:.65rem}.pricing-free-card__title{margin:0;color:#0f172a;font-size:.84rem;font-weight:700;letter-spacing:.08em}.pricing-free-card__desc{margin:.28rem 0 0;color:rgba(51,65,85,.94);font-size:.92rem;line-height:1.5;font-weight:500}.pricing-free-card__features{display:grid;grid-template-columns:1fr;gap:.45rem;align-items:stretch}.pricing-free-card__feature{display:grid;grid-template-columns:auto 1fr;align-items:flex-start;gap:.45rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.12);background:rgba(255,255,255,.7);padding:.55rem .6rem;min-height:3rem}.pricing-free-card__feature-icon{width:.85rem;height:.85rem;margin-top:.08rem;color:#4f46e5;flex-shrink:0}.pricing-free-card__feature-text{color:rgba(30,41,59,.95);font-size:.84rem;line-height:1.45;font-weight:500}.pricing-free-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:.7rem;border:1px solid rgba(99,102,241,.2);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(238,242,255,.9));color:#312e81;padding:.6rem .85rem;font-size:.8rem;font-weight:650;box-shadow:0 12px 22px -20px rgba(79,70,229,.28);transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.pricing-free-card__cta:hover{border-color:rgba(99,102,241,.28);background:linear-gradient(180deg,rgba(255,255,255,1),rgba(224,231,255,.96));box-shadow:0 16px 28px -22px rgba(79,70,229,.36);transform:translateY(-1px)}.pricing-free-card__cta:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.pricing-plans-grid{display:grid;grid-template-columns:1fr;gap:.85rem;margin-bottom:.85rem;align-items:stretch}.pricing-plan-card{position:relative;overflow:hidden;border-radius:var(--pricing-surface-radius);border:1px solid var(--pricing-surface-border);background:var(--pricing-surface-bg);box-shadow:var(--pricing-surface-shadow);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease;display:flex;min-height:100%;height:100%}.pricing-plan-card:hover{transform:translateY(-2px);border-color:rgba(96,165,250,.24);box-shadow:0 18px 36px -28px rgba(15,23,42,.2)}.pricing-plan-card.is-featured{border-color:rgba(99,102,241,.18);background:radial-gradient(420px 140px at 50% -10%,rgba(99,102,241,.04),transparent 76%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.96));box-shadow:0 18px 36px -28px rgba(79,70,229,.14),inset 0 1px 0 rgba(255,255,255,.8)}.pricing-plan-card__top-accent{position:absolute;inset:0 0 auto 0;height:3px;border-top-left-radius:var(--pricing-surface-radius);border-top-right-radius:var(--pricing-surface-radius);background:rgba(148,163,184,.24);z-index:1}.pricing-plan-card[data-plan-id=bronze] .pricing-plan-card__top-accent{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.pricing-plan-card[data-plan-id=silver] .pricing-plan-card__top-accent{background:linear-gradient(90deg,#3b82f6,#6366f1)}.pricing-plan-card[data-plan-id=gold] .pricing-plan-card__top-accent{background:linear-gradient(90deg,#f59e0b,#fcd34d)}.pricing-plan-card[data-plan-id=platinum] .pricing-plan-card__top-accent{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.pricing-plan-card__badge-wrap{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:4;pointer-events:none}.pricing-plan-card__badge{border-radius:0 0 calc(var(--pricing-surface-radius) - .18rem) calc(var(--pricing-surface-radius) - .18rem);border:1px solid rgba(99,102,241,.16);border-top:none;background:rgba(248,250,252,.96);color:#4338ca;padding:.27rem .72rem .31rem;font-size:.68rem;font-weight:700;line-height:1;white-space:nowrap;box-shadow:none}.pricing-plan-card__inner{width:100%;display:grid;grid-template-rows:minmax(8.9rem,auto) auto 1fr;gap:.72rem;padding:.96rem .92rem .92rem}.pricing-plan-card.is-featured .pricing-plan-card__inner{padding-top:.96rem}.pricing-plan-card__header{display:grid;grid-template-rows:auto auto auto auto;gap:.2rem;align-content:start;min-height:0}.pricing-plan-card__name{margin:0;color:rgba(71,85,105,.96);font-size:.76rem;font-weight:700;letter-spacing:.09em}.pricing-plan-card__price-wrap{margin-top:.02rem}.pricing-plan-card__price{color:#0f172a;font-size:clamp(2rem,2.4vw,2.5rem);line-height:1.05;font-weight:750;letter-spacing:-.03em}.pricing-plan-card__period{color:rgba(51,65,85,.92);font-size:.85rem;font-weight:550;line-height:1.2;min-height:1.15rem}.pricing-plan-card__description{margin:.16rem 0 0;color:rgba(51,65,85,.94);font-size:.87rem;line-height:1.5;font-weight:500;min-height:2.55rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pricing-plan-card__cta{width:100%;min-height:2.5rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.18);background:rgba(248,250,252,.88);color:#0f172a;padding:.62rem .75rem;font-size:.82rem;font-weight:650;line-height:1.1;display:inline-flex;align-items:center;justify-content:center;align-self:start;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.pricing-plan-card__cta:hover{border-color:rgba(96,165,250,.28);background:rgba(241,245,249,.96);transform:translateY(-1px)}.pricing-plan-card__cta:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.pricing-plan-card__cta.is-featured{border-color:rgba(99,102,241,.2);background:linear-gradient(180deg,#4f46e5,#4338ca);color:#fff;box-shadow:0 14px 26px -20px rgba(79,70,229,.45)}.pricing-plan-card__cta.is-featured:hover{border-color:rgba(99,102,241,.26);background:linear-gradient(180deg,#4338ca,#3730a3)}.pricing-plan-card__features-wrap{min-height:0;display:flex;padding-top:.05rem}.pricing-plan-card__features{list-style:none;margin:0;padding:0;display:grid;gap:.48rem;align-content:start;width:100%}.pricing-plan-card__feature-item{display:grid;grid-template-columns:.85rem 1fr;align-items:flex-start;gap:.52rem;color:rgba(30,41,59,.95);font-size:.86rem;line-height:1.5;font-weight:500}.pricing-plan-card__feature-icon{width:.84rem;height:.84rem;margin-top:.18rem;color:#64748b;flex-shrink:0;justify-self:center}.pricing-plan-card.is-featured .pricing-plan-card__feature-icon{color:#4f46e5}.pricing-plan-card__feature-text{min-width:0;color:inherit}.pricing-section__cta-strip{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:var(--pricing-surface-radius);border:1px solid var(--pricing-surface-border);background:var(--pricing-surface-bg);box-shadow:var(--pricing-surface-shadow);padding:.58rem .82rem}.pricing-section__cta-strip-text{margin:0;color:rgba(30,41,59,.92);font-size:.88rem;font-weight:600;line-height:1.2}.pricing-section__cta-strip-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.7rem;border:1px solid rgba(99,102,241,.2);background:rgba(238,242,255,.82);color:#4338ca;padding:.55rem .8rem;font-size:.8rem;font-weight:650;line-height:1.1;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.pricing-section__cta-strip-button:hover{border-color:rgba(99,102,241,.28);background:rgba(224,231,255,.94);transform:translateY(-1px)}.pricing-section__cta-strip-button:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.pricing-section__comparison-link-wrap{margin-top:.7rem;text-align:center}.pricing-section__comparison-link{color:#2563eb;font-size:.82rem;font-weight:600;line-height:1.2;border-bottom:1px solid rgba(37,99,235,.28);padding-bottom:.1rem;transition:color .16s ease,border-color .16s ease}.pricing-section__comparison-link:hover{color:#1d4ed8;border-color:rgba(29,78,216,.42)}.pricing-section__comparison-link:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:3px;border-radius:.35rem}.dark .pricing-free-card,.dark .pricing-plan-card,.dark .pricing-section__cta-strip{--pricing-surface-border:rgba(63,63,70,0.68);--pricing-surface-shadow:0 22px 42px -34px rgba(0,0,0,0.52);--pricing-surface-bg:rgba(22,27,34,0.92)}.dark .pricing-free-card{background:radial-gradient(520px 180px at 0 0,rgba(59,130,246,.1),transparent 72%),radial-gradient(520px 180px at 100% 100%,rgba(99,102,241,.1),transparent 72%),linear-gradient(180deg,rgba(24,24,27,.92),rgba(16,16,19,.92));box-shadow:var(--pricing-surface-shadow)}.dark .pricing-free-card__title{color:rgba(226,232,240,.98)}.dark .pricing-free-card__desc{color:rgba(203,213,225,.94)}.dark .pricing-free-card__feature{background:rgba(24,24,27,.7);border-color:rgba(63,63,70,.6)}.dark .pricing-free-card__feature-text{color:rgba(226,232,240,.96)}.dark .pricing-free-card__cta{background:rgba(55,48,163,.22);color:#c4b5fd;border-color:rgba(129,140,248,.22);box-shadow:none}.dark .pricing-free-card__cta:hover{background:rgba(67,56,202,.28);border-color:rgba(129,140,248,.3)}.dark .pricing-plan-card{background:var(--pricing-surface-bg)}.dark .pricing-plan-card:hover{border-color:rgba(96,165,250,.32)}.dark .pricing-plan-card.is-featured{border-color:rgba(129,140,248,.22);background:radial-gradient(420px 140px at 50% -10%,rgba(99,102,241,.1),transparent 76%),linear-gradient(180deg,rgba(24,24,27,.96),rgba(16,16,19,.95));box-shadow:0 18px 34px -28px rgba(67,56,202,.16)}.dark .pricing-plan-card__badge{background:rgba(24,24,27,.96);color:#c4b5fd;border-color:rgba(129,140,248,.2)}.dark .pricing-plan-card__name{color:rgba(203,213,225,.92)}.dark .pricing-plan-card__price{color:rgba(248,250,252,.98)}.dark .pricing-plan-card__description,.dark .pricing-plan-card__period{color:rgba(203,213,225,.92)}.dark .pricing-plan-card__cta{background:rgba(39,39,42,.9);border-color:rgba(63,63,70,.72);color:rgba(248,250,252,.96)}.dark .pricing-plan-card__cta:hover{background:rgba(50,50,56,.96)}.dark .pricing-plan-card__cta.is-featured{background:rgba(67,56,202,.86);border-color:rgba(129,140,248,.24);color:#fff}.dark .pricing-plan-card__cta.is-featured:hover{background:rgba(67,56,202,.96)}.dark .pricing-plan-card__feature-item{color:rgba(226,232,240,.96)}.dark .pricing-plan-card__feature-icon{color:rgba(148,163,184,.9)}.dark .pricing-plan-card.is-featured .pricing-plan-card__feature-icon{color:#a5b4fc}.dark .pricing-section__cta-strip{background:var(--pricing-surface-bg)}.dark .pricing-section__cta-strip-text{color:rgba(226,232,240,.92)}.dark .pricing-section__cta-strip-button{background:rgba(55,48,163,.22);color:#c4b5fd;border-color:rgba(129,140,248,.22)}.dark .pricing-section__cta-strip-button:hover{background:rgba(67,56,202,.28);border-color:rgba(129,140,248,.3)}.dark .pricing-section__comparison-link{color:#93c5fd;border-color:rgba(147,197,253,.28)}.dark .pricing-section__comparison-link:hover{color:#bfdbfe;border-color:rgba(191,219,254,.42)}@media (min-width:768px){.pricing-free-card__inner{padding:.8rem;gap:.58rem}.pricing-free-card__content{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.55rem}.pricing-free-card__cta{align-self:start;margin-top:0}.pricing-free-card__features{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:.5rem}.pricing-plans-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.pricing-plan-card__features{max-height:none;overflow:visible}}@media (min-width:1024px){.pricing-free-card{margin-bottom:1rem}.pricing-plans-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.pricing-plan-card.is-featured{transform:translateY(-1px)}.pricing-plan-card__inner{grid-template-rows:minmax(8.95rem,auto) auto 1fr}}@media (max-width:767px){.pricing-section__trust-row{gap:.4rem}.pricing-section__trust-chip{font-size:.69rem;padding:.34rem .55rem}.pricing-free-card__inner{padding:.85rem}.pricing-free-card__cta{width:100%}.pricing-plan-card__inner{padding:.9rem}.pricing-plan-card__header{min-height:0}.pricing-plan-card__features{max-height:14rem;overflow-y:auto;padding-right:.15rem}.pricing-section__cta-strip{flex-direction:column;align-items:stretch;gap:.5rem}.pricing-section__cta-strip-button{width:100%}}