/*! themes-page-base */
.tp-hero{text-align:center;background:#fff url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230085ba' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");border-bottom:1px solid #e2e8f0;padding:5rem 0 6rem;position:relative;overflow:hidden}.tp-hero__bar{background:linear-gradient(90deg,#0085ba,#82c91e);width:100%;height:4px;position:absolute;top:0;left:0}.tp-hero__blob{pointer-events:none;border-radius:50%;position:absolute}.tp-hero__blob--right{filter:blur(3rem);background:#0085ba0d;width:24rem;height:24rem;top:-5rem;right:-5rem}.tp-hero__blob--left{filter:blur(3rem);background:#82c91e0d;width:20rem;height:20rem;bottom:-5rem;left:-5rem}.tp-hero__inner{z-index:1;max-width:64rem;margin:0 auto;padding:0 1rem;position:relative}@media screen and (width>=40em){.tp-hero__inner{padding:0 1.5rem}}@media screen and (width>=64em){.tp-hero__inner{padding:0 2rem}}.tp-hero__title{color:#111827;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2rem;font-weight:700;line-height:1.15}@media screen and (width>=40em){.tp-hero__title{font-size:3rem}}@media screen and (width>=64em){.tp-hero__title{font-size:3.75rem}}.tp-hero__highlight{color:#0085ba}.tp-hero__desc{color:#64748b;max-width:48rem;margin:0 auto 2rem;font-size:1.125rem;font-weight:300;line-height:1.7}@media screen and (width>=40em){.tp-hero__desc{font-size:1.25rem}}.tp-hero__actions{margin-bottom:1rem}.tp-hero__btn,.tp-cta__btn--primary{color:#fff;background:#007bff;border-color:#007bff}.tp-hero__btn:hover,.tp-hero__btn:focus,.tp-cta__btn--primary:hover,.tp-cta__btn--primary:focus{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.tp-hero__btn:active,.tp-cta__btn--primary:active{background:#1e40af;border-color:#1e40af}.tp-hero__badge{color:#64748b;justify-content:center;align-items:center;gap:.5rem;margin:1rem 0 0;font-size:.875rem;display:flex}.tp-hero__badge-icon{color:#82c91e;font-size:1.25rem}.tp-stats{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:3rem 0}.tp-stats__container{max-width:75rem;margin:0 auto;padding:0 1rem}@media screen and (width>=40em){.tp-stats__container{padding:0 1.5rem}}.tp-stats__grid{text-align:center;grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media screen and (width>=40em){.tp-stats__grid{grid-template-columns:repeat(4,1fr);gap:0}.tp-stats__item{border-right:1px solid #e2e8f0}.tp-stats__item:last-child{border-right:none}}.tp-stats__item{padding:.5rem}.tp-stats__number{color:#111827;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;display:flex}@media screen and (width>=40em){.tp-stats__number{font-size:1.875rem}}.tp-stats__icon{color:#82c91e;font-size:1.5rem}.tp-stats__label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.tp-grid__container{max-width:75rem;margin:0 auto;padding:0 1rem}@media screen and (width>=40em){.tp-grid__container{padding:0 1.5rem}}.tp-grid__header{text-align:center;margin-bottom:4rem}.tp-grid__label{text-transform:uppercase;color:#0085ba;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.tp-grid__heading{color:#111827;margin-bottom:1rem;font-size:1.5rem;font-weight:700}@media screen and (width>=40em){.tp-grid__heading{font-size:1.875rem}}.tp-grid__desc{color:#64748b;max-width:42rem;margin:0 auto;line-height:1.6}.tp-cards{grid-template-columns:1fr;gap:2rem;display:grid}@media screen and (width>=40em){.tp-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (width>=64em){.tp-cards{grid-template-columns:repeat(3,1fr)}}.tp-card{background:#fff;border:1px solid #0f7ff21f;border-radius:.85rem;flex-direction:column;height:100%;transition:border-color .24s,box-shadow .24s,transform .24s;display:flex;overflow:hidden;box-shadow:0 12px 30px #0f233712}.tp-card:hover{border-color:#0f7ff257;transform:translateY(-3px);box-shadow:0 22px 46px #0f233721}.tp-card__image{aspect-ratio:16/10;background:#f1f5f9;display:block;position:relative;overflow:hidden}.tp-card__image:before{content:"";z-index:1;opacity:.18;background:linear-gradient(#0f172a05 34%,#0f172a66 100%);transition:opacity .24s;position:absolute;inset:0}.tp-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.tp-card:hover .tp-card__image img{transform:scale(1.025)}.tp-card .theme-card__image-cta{z-index:2;color:#fff;opacity:0;background:#0f172ac2;border:1px solid #ffffff2e;border-radius:.375rem;padding:.45rem .65rem;font-size:.75rem;font-weight:700;line-height:1;transition:opacity .24s,transform .24s;position:absolute;bottom:1rem;left:1rem;transform:translateY(.35rem)}.tp-card__image:hover:before,.tp-card__image:focus:before,.tp-card__image:hover .theme-card__image-cta,.tp-card__image:focus .theme-card__image-cta{opacity:1}.tp-card__image:hover .theme-card__image-cta,.tp-card__image:focus .theme-card__image-cta{transform:translateY(0)}.tp-card__badge{color:#071a2f;letter-spacing:.02em;z-index:3;background:#82c91ee6;border:1px solid #ffffff61;border-radius:999px;padding:.38rem .55rem;font-size:.6875rem;font-weight:800;line-height:1;position:absolute;top:.75rem;left:.75rem;box-shadow:0 8px 18px #0f233724}.tp-card__badge--free{color:#fff;background:#0f7ff2eb}.tp-card__body{flex-direction:column;flex-grow:1;padding:1.25rem;display:flex}.tp-card__top{justify-content:space-between;align-items:flex-start;margin-bottom:.32rem;display:flex}.tp-card__title{color:#0f172a;margin:0;font-size:1.18rem;font-weight:700;line-height:1.25}.tp-card__title a{color:inherit;text-decoration:none;transition:color .2s}.tp-card:hover .tp-card__title a{color:#0085ba}.tp-card__tagline{color:#64748b;margin:0 0 .9rem;font-size:.84rem;line-height:1.45}.tp-card .theme-card__pricing{color:#0f172a;flex-direction:column;align-items:flex-start;gap:.42rem;min-height:4.2rem;margin-top:auto;padding-top:.15rem;line-height:1.2;display:flex}.tp-card .theme-card__price-row{flex-wrap:wrap;align-items:baseline;gap:.46rem;min-height:1.9rem;display:flex}.tp-card .theme-card__price{align-items:baseline;display:inline-flex}.tp-card .theme-card__price-current{color:#82c91e;letter-spacing:-.02em;font-size:1.38rem;font-weight:800}.tp-card .theme-card__price-old+.theme-card__price-current{color:#1d4ed8;font-size:1.5rem}.tp-card .theme-card__price-old{color:#64748b;opacity:.65;font-size:.86rem;font-weight:700;text-decoration:line-through}.tp-card .theme-card__currency{font-size:.82em;line-height:1}.tp-card .theme-card__save-badge{color:#3f6f08;background:#82c91e24;border:1px solid #82c91e52;border-radius:999px;padding:.32rem .45rem;font-size:.68rem;font-weight:800;line-height:1}.tp-card .theme-card__benefit{color:#53657d;align-items:center;gap:.35rem;margin-top:0;font-size:.78rem;font-weight:600;line-height:1.35;display:inline-flex}.tp-card .theme-card__benefit .material-symbols-outlined{color:#82c91e;font-size:1rem;line-height:1}.tp-card .theme-card__admin-note{color:#64748b;margin-top:.5rem;font-size:.75rem;font-weight:700;line-height:1.4}.tp-card__footer{border-top:1px solid #0f7ff214;flex-direction:column;align-items:stretch;gap:.75rem;margin-top:1.05rem;padding-top:.95rem;display:flex}.tp-card__buy{color:#fff;background:linear-gradient(135deg,#0f7ff2 0%,#1d4ed8 100%);border-radius:.62rem;justify-content:center;align-items:center;width:100%;min-height:2.7rem;padding:.62rem 1rem;font-size:.875rem;font-weight:800;line-height:1.2;text-decoration:none;transition:background .2s,box-shadow .2s,color .2s,transform .2s;display:inline-flex;box-shadow:0 6px 14px #0f7ff229}.tp-card__buy:hover,.tp-card__buy:focus{color:#fff;background:linear-gradient(135deg,#0b74df 0%,#1d4ed8 100%);transform:translateY(-1px);box-shadow:0 8px 18px #2563eb2e}.tp-card__buy:active{background:#1e40af;transform:translateY(0)}.tp-card__image:focus-visible,.tp-card__title a:focus-visible,.tp-card__buy:focus-visible{outline-offset:3px;outline:3px solid #007bff3d}@media (hover:none){.tp-card__image:before,.tp-card .theme-card__image-cta{display:none}}.tp-cta{text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:5rem 0}.tp-cta__container{max-width:64rem;margin:0 auto;padding:0 1rem}@media screen and (width>=40em){.tp-cta__container{padding:0 1.5rem}}.tp-cta__title{color:#111827;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}@media screen and (width>=40em){.tp-cta__title{font-size:1.875rem}}.tp-cta__desc{color:#64748b;max-width:42rem;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7}.tp-cta__buttons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media screen and (width>=40em){.tp-cta__buttons{flex-direction:row}}.tp-seo{text-align:center;background:#fff;padding:3rem 0}.tp-seo__container{max-width:56rem;margin:0 auto;padding:0 1rem}@media screen and (width>=40em){.tp-seo__container{padding:0 1.5rem}}.tp-seo__text{color:#64748b;margin:0;font-size:.75rem;line-height:1.7}.tp-hero{padding:5rem 0}@media screen and (width>=64em){.tp-hero{padding:6.5rem 0 5.5rem}}.tp-hero__eyebrow,.tp-grid__label,.tp-package__eyebrow{color:#0085ba;letter-spacing:.14em;margin-bottom:.9rem;font-size:.75rem;font-weight:800;line-height:1.2}.tp-hero__eyebrow,.tp-package__eyebrow{align-items:center;gap:.5rem;display:inline-flex}.tp-hero__eyebrow:before,.tp-package__eyebrow:before{content:"";background:#82c91e;border-radius:50%;width:.5rem;height:.5rem;box-shadow:0 0 0 4px #82c91e24}.tp-hero__title{color:#0f172a;max-width:58rem;margin-left:auto;margin-right:auto}@media screen and (width>=40em){.tp-hero__title{font-size:2.7rem}}@media screen and (width>=64em){.tp-hero__title{font-size:3.35rem}}.tp-hero__desc{color:#64748b;font-weight:400}.tp-hero__actions,.tp-cta__buttons,.tp-package__actions{flex-direction:column;justify-content:center;align-items:stretch;gap:.875rem;display:flex}@media screen and (width>=40em){.tp-hero__actions,.tp-cta__buttons,.tp-package__actions{flex-direction:row;align-items:center}}.tp-hero__btn,.tp-cta__btn{border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;min-height:2.875rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:800;line-height:1.2;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.tp-hero__btn--primary,.tp-cta__btn--primary{color:#fff;background:#007bff;border-color:#007bff}.tp-hero__btn--primary:hover,.tp-hero__btn--primary:focus,.tp-cta__btn--primary:hover,.tp-cta__btn--primary:focus{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.tp-hero__btn--secondary,.tp-cta__btn--outline{color:#0f172a;background:#fff;border-color:#e2e8f0}.tp-hero__btn--secondary:hover,.tp-hero__btn--secondary:focus,.tp-cta__btn--outline:hover,.tp-cta__btn--outline:focus{color:#0085ba;background:#f8fafc;border-color:#0085ba47}.tp-hero__btn:hover,.tp-cta__btn:hover{transform:translateY(-1px)}.tp-hero__btn:focus-visible,.tp-cta__btn:focus-visible,.tp-faq__item summary:focus-visible{outline-offset:3px;outline:3px solid #007bff3d}.tp-hero__proof{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:54rem;margin:1.5rem auto 0;display:flex}.tp-hero__proof>span{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .7rem;font-size:.8125rem;font-weight:700;line-height:1.25;display:inline-flex}.tp-hero__proof-dot{background:#82c91e;border-radius:50%;flex:none;width:.45rem;height:.45rem;box-shadow:0 0 0 3px #82c91e24}.tp-section-head{text-align:center;max-width:48rem;margin:0 auto 2rem}.tp-section-head h2{color:#0f172a;letter-spacing:-.02em;margin:0 0 .875rem;font-size:1.75rem;font-weight:800;line-height:1.18}.tp-section-head p{color:#64748b;margin:0;font-size:1rem;line-height:1.65}@media screen and (width>=64em){.tp-section-head h2{font-size:2.25rem}}.tp-included,.tp-faq{background:#f8fafc;padding:4rem 0}.tp-package__container,.tp-included__container,.tp-faq__container{max-width:75rem;margin:0 auto;padding:0 1rem}@media screen and (width>=40em){.tp-package__container,.tp-included__container,.tp-faq__container{padding:0 1.5rem}}.tp-grid{background:#f8fafc;padding:4rem 0}.tp-grid__label{text-transform:uppercase;display:block}.tp-grid__heading{color:#0f172a;letter-spacing:-.02em;font-size:1.75rem;font-weight:800}@media screen and (width>=64em){.tp-grid__heading{font-size:2.25rem}}.tp-grid__desc{font-size:1rem;line-height:1.65}.tp-package{background:#f8fafc;padding:0 0 4rem}.tp-package__panel{background:linear-gradient(#fff,#f8fbff);border:1px solid #e2e8f0;border-radius:.875rem;align-items:center;gap:2rem;padding:1.5rem;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 34px #0f172a0f}.tp-package__panel:before{content:"";background:linear-gradient(90deg,#0085ba,#82c91e);height:4px;position:absolute;top:0;left:0;right:0}@media screen and (width>=48em){.tp-package__panel{padding:2rem}}@media screen and (width>=64em){.tp-package__panel{grid-template-columns:minmax(0,1fr) auto;padding:2.5rem}}.tp-package__content,.tp-package__actions{z-index:1;position:relative}.tp-package__content h2{color:#0f172a;letter-spacing:-.02em;margin:0 0 .875rem;font-size:1.875rem;font-weight:800;line-height:1.15}.tp-package__content p{color:#64748b;max-width:42rem;margin:0 0 1.25rem;font-size:1rem;line-height:1.65}.tp-package__list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.tp-package__list li{color:#334155;grid-template-columns:1.25rem minmax(0,1fr);align-items:start;gap:.6rem;font-size:.9375rem;line-height:1.5;display:grid}.tp-package__list .material-symbols-outlined{color:#82c91e;font-size:1.25rem;line-height:1.25}.tp-included{background:#f8fafc}.theme-included__layout{grid-template-columns:1fr;align-items:stretch;gap:1.25rem;display:grid}@media screen and (width>=64em){.theme-included__layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);gap:1.5rem}}.theme-included__summary,.theme-included__card,.theme-help-cta__card,.theme-help-cta__panel{background:#fff;border:1px solid #e2e8f0;box-shadow:0 16px 36px #0f172a0f}.theme-included__summary{background:linear-gradient(135deg,#0085ba12,#82c91e0d),#fff;border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex;position:relative;overflow:hidden}.theme-included__summary:before{content:"";background:linear-gradient(90deg,#0085ba,#82c91e);border-radius:999px;height:3px;position:absolute;top:0;left:1.25rem;right:1.25rem}.theme-included__icon{color:#0085ba;text-align:center;vertical-align:middle;background:#0085ba14;border:1px solid #0085ba1f;border-radius:.625rem;justify-content:center;align-items:flex-start;width:2.375rem;height:2.375rem;margin-bottom:.875rem;padding-top:.5rem;font-size:1.25rem;line-height:1;display:inline-flex}.theme-included__summary h3,.theme-included__card h3,.theme-help-cta__panel h3{color:#0f172a;margin:0 0 .55rem;font-size:1rem;font-weight:800;line-height:1.25}.theme-help-cta__panel h3{align-items:center;gap:.65rem;display:flex}.theme-included__summary h3{margin-bottom:.7rem;font-size:1.25rem}.theme-included__summary p,.theme-included__card p{color:#64748b;margin:0;font-size:.875rem;line-height:1.6}.theme-included__checklist,.theme-help-cta__panel ul{gap:.65rem;margin:1.25rem 0 0;padding:0;list-style:none;display:grid}.theme-included__checklist li,.theme-help-cta__panel li{color:#334155;grid-template-columns:1.2rem minmax(0,1fr);align-items:start;gap:.55rem;font-size:.875rem;font-weight:700;line-height:1.45;display:grid}.theme-included__checklist .material-symbols-outlined,.theme-help-cta__panel .material-symbols-outlined{color:#82c91e;font-size:1.2rem;line-height:1.2}.theme-included__badges{flex-wrap:wrap;gap:.55rem;margin-top:auto;padding-top:1.25rem;display:flex}.theme-included__badges span{color:#334155;background:#ffffffb8;border:1px solid #0085ba24;border-radius:.5rem;align-items:center;gap:.4rem;padding:.45rem .6rem;font-size:.75rem;font-weight:700;line-height:1.2;display:inline-flex}.theme-included__badges span:before{content:"";background:#82c91e;border-radius:50%;flex:none;width:.45rem;height:.45rem;box-shadow:0 0 0 3px #82c91e24}.theme-included__features{grid-template-columns:1fr;gap:1rem;display:grid}@media screen and (width>=48em){.theme-included__features{grid-template-columns:repeat(2,minmax(0,1fr))}}.theme-included__card{border-radius:.875rem;padding:1.25rem;position:relative}.theme-included__card:after{content:"";background:linear-gradient(90deg,#0085ba52,#82c91e3d);border-radius:999px 999px 0 0;height:2px;position:absolute;bottom:0;left:1.25rem;right:1.25rem}.tp-cta{text-align:left;background:#fff}.theme-help-cta .tp-cta__container{max-width:75rem}.tp-cta__title{color:#0f172a;letter-spacing:-.02em;font-weight:800;line-height:1.15}.tp-cta__desc{color:#64748b;font-weight:400}.theme-help-cta__card{border-radius:1rem;grid-template-columns:1fr;gap:1.25rem;padding:1.5rem;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 42px #0f172a14}.theme-help-cta__card:before{content:"";background:linear-gradient(90deg,#0085ba,#82c91e);border-radius:999px;height:3px;position:absolute;top:0;left:1.25rem;right:1.25rem}.theme-help-cta__content{z-index:1;min-width:0;position:relative}.theme-help-cta__eyebrow{color:#82c91e;letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.5rem;margin:0 0 .85rem;font-size:.75rem;font-weight:800;line-height:1.2;display:inline-flex}.theme-help-cta__eyebrow:before{content:"";background:#82c91e;border-radius:50%;width:.45rem;height:.45rem;box-shadow:0 0 0 3px #82c91e24}.theme-help-cta .tp-cta__title{margin-bottom:1rem}.theme-help-cta .tp-cta__desc{max-width:40rem;margin:0 0 1.5rem;font-size:1rem;line-height:1.7}.theme-help-cta .tp-cta__buttons{justify-content:flex-start;gap:.875rem}.theme-help-cta .tp-cta__btn{border-radius:.58rem;min-height:2.875rem;padding:.75rem 1.2rem;font-size:.9375rem;font-weight:800;transition:background .2s,border-color .2s,box-shadow .2s,color .2s,transform .2s}.theme-help-cta .tp-cta__btn--primary{color:#fff;background:linear-gradient(135deg,#0f7ff2 0%,#1d4ed8 100%);border-color:#0000;box-shadow:0 4px 10px #0f7ff21a}.theme-help-cta .tp-cta__btn--primary:hover,.theme-help-cta .tp-cta__btn--primary:focus{color:#fff;background:linear-gradient(135deg,#0b74df 0%,#1d4ed8 100%);border-color:#0000;box-shadow:0 6px 14px #2563eb24}.theme-help-cta .tp-cta__btn--outline{box-shadow:none;color:#0f172a;background:#fff;border-color:#0f7ff22e}.theme-help-cta .tp-cta__btn--outline:hover,.theme-help-cta .tp-cta__btn--outline:focus{box-shadow:none;color:#0f7ff2;background:#f8fafc;border-color:#0f7ff252}.theme-help-cta__panel{box-shadow:none;z-index:1;background:linear-gradient(#fff 0%,#f8fbfe 100%);border-radius:.875rem;align-self:stretch;padding:1.2rem;position:relative}.theme-help-cta__panel h3{letter-spacing:-.01em;margin-bottom:1rem;font-size:1rem}.theme-help-cta__panel-icon{box-sizing:border-box;color:#82c91e;text-align:center;background:linear-gradient(135deg,#0f7ff21a,#82c91e14);border:1px solid #0f7ff229;border-radius:.5rem;flex:none;justify-content:center;align-items:center;width:2.15rem;height:2.15rem;padding:0;font-size:1.08rem;line-height:1;display:inline-flex;overflow:hidden}.theme-help-cta__panel-icon .material-symbols-outlined{color:inherit;width:1em;height:1em;font-size:1.08rem;line-height:1;display:block}.theme-help-cta__panel ul{gap:.72rem;margin-top:0}.theme-help-cta__panel li{gap:.6rem;font-size:.9rem;line-height:1.45}.theme-help-cta__panel li .material-symbols-outlined{font-size:1.15rem}@media screen and (width>=64em){.theme-included__summary{padding:1.75rem}.theme-help-cta__card{grid-template-columns:minmax(0,1.35fr) minmax(20rem,.65fr);align-items:center;gap:2rem;padding:2rem}.theme-help-cta__panel{padding:1.5rem}}.tp-faq__container{max-width:58rem}.tp-faq__list{gap:.75rem;display:grid}.tp-faq__item{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.tp-faq__item summary{cursor:pointer;color:#0f172a;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;font-size:.9375rem;font-weight:800;line-height:1.35;list-style:none;display:flex}.tp-faq__item summary::-webkit-details-marker{display:none}.tp-faq__item summary .material-symbols-outlined{color:#0085ba;flex:none;font-size:1.25rem;transition:transform .2s}.tp-faq__item[open] summary .material-symbols-outlined{transform:rotate(180deg)}.tp-faq__answer{color:#64748b;border-top:1px solid #e2e8f0;padding:.95rem 1.1rem 1.1rem;font-size:.9375rem;line-height:1.65}.all-themes-package{background:#fff;padding:4rem 0}@media (width>=64em){.all-themes-package{padding:4rem 0}}.all-themes-package__container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (width>=40em){.all-themes-package__container{padding:0 1.5rem}}@media (width>=64em){.all-themes-package__container{padding:0 2rem}}.all-themes-package__inner{background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;grid-template-columns:1fr;gap:2rem;padding:1.5rem;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 42px #0f172a14}.all-themes-package__inner:before{content:"";background:linear-gradient(90deg,#0085ba,#82c91e);height:4px;position:absolute;top:0;left:0;right:0}@media (width>=48em){.all-themes-package__inner{padding:2rem}}@media (width>=64em){.all-themes-package__inner{grid-template-columns:minmax(0,1.02fr) minmax(22rem,.98fr);align-items:center;gap:3rem;padding:3rem}}.all-themes-package__content{z-index:1;position:relative}.all-themes-package__eyebrow{color:#0f7ff2;letter-spacing:.14em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:800;line-height:1.2;display:inline-flex}.all-themes-package__eyebrow:before{content:"";background:#82c91e;border-radius:50%;width:.5rem;height:.5rem;box-shadow:0 0 0 3px #82c91e1a}.all-themes-package__title{color:#0f172a;letter-spacing:-.02em;margin:0 0 1rem;font-size:2rem;font-weight:800;line-height:1.15}@media (width>=64em){.all-themes-package__title{font-size:2.75rem}}.all-themes-package__text{color:#64748b;max-width:43rem;margin:0 0 1.5rem;font-size:1.0625rem;line-height:1.7}.all-themes-package__features{gap:.875rem;margin:0 0 1.75rem;padding:0;list-style:none;display:grid}.all-themes-package__features li{color:#334155;grid-template-columns:1.25rem 1fr;align-items:start;gap:.75rem;font-size:.9375rem;line-height:1.55;display:grid}.all-themes-package__features .material-symbols-outlined{color:#82c91e;font-size:1.25rem;line-height:1.35}.all-themes-package__pricing{flex-wrap:wrap;align-items:baseline;gap:.5rem .62rem;margin:0 0 1.05rem;display:flex}.all-themes-package__price-old{color:#64748b;opacity:.68;font-size:1rem;font-weight:700;line-height:1;text-decoration:line-through}.all-themes-package__price-current{color:#0f172a;letter-spacing:-.01em;font-size:2rem;font-weight:800;line-height:1.05}.all-themes-package__pricing--discounted .all-themes-package__price-current{color:#65a30d}.all-themes-package__price-currency{font-size:.78em}.all-themes-package__price-period{color:#64748b;letter-spacing:0;font-size:.48em;font-weight:700}.all-themes-package__price-badge{color:#3f7f0f;letter-spacing:.04em;text-transform:uppercase;box-shadow:none;background:#82c91e1a;border:1px solid #82c91e3d;border-radius:999px;padding:.34rem .48rem;font-size:.65rem;font-weight:800;line-height:1}.all-themes-package__actions{flex-wrap:wrap;gap:.875rem;margin-bottom:.75rem;display:flex}.all-themes-package__support-note{color:#64748b;margin:0;font-size:.875rem;font-weight:500;line-height:1.45}.all-themes-package__btn{border-radius:.5rem;justify-content:center;align-items:center;min-height:2.875rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:800;line-height:1.2;text-decoration:none;transition:background .2s,border-color .2s,box-shadow .2s,color .2s,transform .2s;display:inline-flex}.all-themes-package__btn--primary{color:#fff;background:linear-gradient(135deg,#0f7ff2 0%,#1d4ed8 100%);box-shadow:0 6px 14px #0f7ff229}.all-themes-package__btn--primary:hover,.all-themes-package__btn--primary:focus{color:#fff;background:linear-gradient(135deg,#0b74df 0%,#1d4ed8 100%);box-shadow:0 8px 18px #2563eb2e}.all-themes-package__btn--primary:active{background:#1e40af;box-shadow:0 4px 10px #0f7ff224}.all-themes-package__btn--secondary{color:#0f172a;box-shadow:none;background:#fff;border:1px solid #e2e8f0}.all-themes-package__btn--secondary:hover,.all-themes-package__btn--secondary:focus{color:#0085ba;box-shadow:none;background:#f8fafc;border-color:#0085ba47}.all-themes-package__btn:focus-visible{outline-offset:3px;outline:3px solid #007bff3d}.all-themes-package__theme-card:focus-visible{outline-offset:3px;outline:3px solid #0085ba3d}.all-themes-package__btn:hover{transform:translateY(-1px)}.all-themes-package__visual{z-index:1;position:relative}.all-themes-package__visual:before{content:"";filter:blur(2.5rem);background:#0085ba14;border-radius:50%;position:absolute;inset:1rem}.all-themes-package__theme-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;display:grid;position:relative}@media (width>=64em){.all-themes-package__theme-stack{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}.all-themes-package__theme-card{min-height:11rem;transform:translateY(var(--package-card-offset,0));background:#0f172a;border:1px solid #e2e8f0e6;border-radius:.75rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:block;position:relative;overflow:hidden;box-shadow:0 12px 26px #0f172a1c}.all-themes-package__theme-card:nth-child(2),.all-themes-package__theme-card:nth-child(5){--package-card-offset:.75rem}.all-themes-package__theme-card:nth-child(3){--package-card-offset:.25rem}.all-themes-package__theme-card:nth-child(4){--package-card-offset:-.25rem}.all-themes-package__theme-card:before{content:"";z-index:1;background:linear-gradient(#0f172a08,#0f172a9e);position:absolute;inset:0}.all-themes-package__theme-card img{object-fit:cover;width:100%;height:100%;min-height:11rem;transition:filter .2s,transform .2s;display:block}.all-themes-package__theme-copy{z-index:2;flex-direction:column;gap:.125rem;display:flex;position:absolute;bottom:.875rem;left:.875rem;right:.875rem}.all-themes-package__theme-copy strong{color:#fff;font-size:.9375rem;font-weight:800;line-height:1.2}.all-themes-package__theme-copy small{color:#ffffffc7;font-size:.75rem;font-weight:700;line-height:1.2}.all-themes-package__theme-card:hover,.all-themes-package__theme-card:focus{transform:translateY(calc(var(--package-card-offset,0rem) - 3px));border-color:#0085ba61;box-shadow:0 16px 30px #0f172a24}.all-themes-package__theme-card:hover img,.all-themes-package__theme-card:focus img{filter:saturate(1.05)contrast(1.03);transform:scale(1.035)}@media (width<=47.9375em){.all-themes-package__actions{flex-direction:column}.all-themes-package__btn{width:100%}.all-themes-package__theme-card,.all-themes-package__theme-card:nth-child(2),.all-themes-package__theme-card:nth-child(3),.all-themes-package__theme-card:nth-child(4),.all-themes-package__theme-card:nth-child(5){--package-card-offset:0rem}}@media (width<=25em){.all-themes-package__inner{padding:1.25rem}.all-themes-package__theme-stack{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.all-themes-package__btn,.all-themes-package__theme-card,.all-themes-package__theme-card img{transition:none}}@media screen and (width<=39.9375em){.tp-hero,.tp-grid,.all-themes-package,.tp-included,.tp-faq,.tp-cta{padding-top:3rem;padding-bottom:3rem}.tp-package{padding-bottom:3rem}.tp-hero__btn,.tp-cta__btn,.tp-package__actions{width:100%}}@media (prefers-reduced-motion:reduce){.tp-hero__btn,.tp-cta__btn,.tp-faq__item summary .material-symbols-outlined{transition:none}}