*,*:before,*:after{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{display:flex;min-height:100vh;min-height:100dvh;flex-direction:column;margin:0;color:var(--tf-ink);background:var(--tf-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55}img,video,model-viewer{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.05;letter-spacing:0}h1{max-width:820px;margin-bottom:24px;font-size:56px}h2{margin-bottom:18px;font-size:38px}h3{margin-bottom:10px;font-size:22px}p{color:var(--tf-muted)}.page-width{width:min(100% - 40px,1180px);margin-inline:auto}.section-spacing{padding:72px 0}.main-content{flex:1 0 auto;min-height:52vh}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rte>*:last-child{margin-bottom:0}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border:1px solid transparent;border-radius:6px;font-weight:750;line-height:1.2;text-align:center;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.button:hover{transform:translateY(-1px)}.button[disabled]{cursor:not-allowed;opacity:.55;transform:none}.button--primary{color:#fff;background:var(--tf-accent);border-color:var(--tf-accent)}.button--primary:hover{background:var(--tf-accent-dark);border-color:var(--tf-accent-dark)}.button--secondary{color:var(--tf-ink);background:#fff;border-color:#d9e1dd}.button--secondary:hover{border-color:var(--tf-accent)}.button--light{color:var(--tf-ink);background:#fff;border-color:#fff}.button--small{min-height:40px;padding:10px 14px;font-size:14px}.button--wide{width:100%}.eyebrow{margin-bottom:12px;color:var(--tf-accent-dark);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.section-heading{max-width:720px;margin-bottom:32px}.section-heading--split{display:flex;max-width:none;align-items:end;justify-content:space-between;gap:24px}.section-heading--split>div{max-width:720px}.site-header{position:sticky;top:14px;z-index:50;width:min(100% - 28px,1240px);margin:14px auto 0;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#090c0ac7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 40px #0000004d;transition:transform .35s ease,box-shadow .3s ease,background .3s ease,border-radius .3s ease}.site-header__glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:block;overflow:hidden;border-radius:inherit;pointer-events:none}.site-header__glow:before{content:"";position:absolute;top:-80%;right:-30%;bottom:-80%;left:-30%;background:conic-gradient(from 0deg,#20d17973,#14a85f00 28%,#20d1794d,#14a85f00 76%,#20d17973);filter:blur(26px);opacity:.55;animation:header-glow-spin 14s linear infinite;transition:opacity .3s ease}.site-header.is-header-scrolled .site-header__glow:before{opacity:.8}@keyframes header-glow-spin{to{transform:rotate(360deg)}}.site-header.is-header-scrolled{box-shadow:0 22px 50px #0000006b;background:#090c0aeb}@media(prefers-reduced-motion:reduce){.site-header{transition:none}.site-header__glow:before{animation:none}}.header__inner{position:relative;display:grid;min-height:64px;padding-inline:10px;grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"brand menu icons";align-items:center;gap:12px}.header__brand{display:inline-flex;min-width:0;grid-area:brand;align-items:center;gap:0;font-size:19px;font-weight:950}.header__brand img{width:100%;height:100%;object-fit:cover}.header__brand-name{display:inline-block;line-height:1;white-space:nowrap;background:linear-gradient(110deg,#f4f4f0 0%,#ffffff 28%,var(--tf-accent) 44%,#ffffff 58%,#f4f4f0 100%);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;text-shadow:0 0 18px rgba(32,209,121,.14);-webkit-text-fill-color:transparent;animation:themevoBrandFlow 4.8s ease-in-out infinite,themevoBrandTremble 5.8s ease-in-out infinite;transform-origin:center}@keyframes themevoBrandFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes themevoBrandTremble{0%,88%,to{transform:translateZ(0)}91%{transform:translate3d(.6px,-.2px,0)}94%{transform:translate3d(-.5px,.2px,0)}97%{transform:translate3d(.35px,0,0)}}@media(prefers-reduced-motion:reduce){.header__brand-name{animation:none}}.header__desktop-categories{display:none}.header__desktop-category-item{position:relative}.header__desktop-link{display:inline-flex;min-height:38px;align-items:center;gap:7px;padding:10px 11px;border-radius:6px;color:#36433d;font-size:15px;font-weight:850;line-height:1;white-space:nowrap}.header__desktop-link--dropdown span{display:inline-block;width:7px;height:7px;margin-top:-3px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.header__desktop-link:hover,.header__desktop-link:focus-visible,.header__desktop-category-item.is-open .header__desktop-link--dropdown,.header__desktop-category-item:focus-within .header__desktop-link--dropdown{color:var(--tf-ink);background:#fff}.header__desktop-mega{position:absolute;left:0;top:calc(100% + 12px);z-index:92;display:grid;width:min(820px,calc(100vw - 96px));grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px;border:1px solid rgba(16,22,20,.08);border-radius:8px;opacity:0;visibility:hidden;pointer-events:none;background:#fff;box-shadow:0 24px 60px #1016142e;transform:translateY(-10px);transition:opacity .16s ease,transform .18s ease,visibility .18s ease}.header__desktop-category-item:after{content:"";position:fixed;left:0;right:0;top:60px;z-index:91;display:none;height:32px}.header__desktop-category-item:hover:after,.header__desktop-category-item.is-open:after,.header__desktop-category-item:focus-within:after{display:block}.header__desktop-category-item:hover .header__desktop-mega,.header__desktop-category-item.is-open .header__desktop-mega,.header__desktop-category-item:focus-within .header__desktop-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header__desktop-mega a{display:grid;min-height:100px;align-content:start;padding:13px;border:1px solid rgba(16,22,20,.1);border-radius:7px;color:#26302c;background:#f8faf9}.header__desktop-mega strong{color:var(--tf-ink);font-size:13px;font-weight:900;line-height:1.2}.header__desktop-mega small{margin-top:8px;color:#66736d;font-size:12px;font-weight:650;line-height:1.35}.header__desktop-mega a:hover,.header__desktop-mega a:focus-visible{border-color:var(--tf-accent);background:#fff}.header__search{display:none}.header__mobile-icons{display:flex;grid-area:icons;align-items:center;justify-content:flex-end;gap:4px;min-height:36px;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff0a}.header__mobile-icon{display:inline-grid;width:32px;height:32px;box-sizing:border-box;border-radius:999px;transition:background .2s ease,color .2s ease;place-items:center;line-height:0}.mobile-icon{position:relative;display:block;width:22px;height:22px;color:currentColor}.mobile-icon--account{border:2px solid currentColor;border-radius:999px}.mobile-icon--account:before,.mobile-icon--account:after{content:"";position:absolute;left:50%;transform:translate(-50%);border:2px solid currentColor}.mobile-icon--account:before{top:4px;width:5px;height:5px;border-radius:999px}.mobile-icon--account:after{bottom:3px;width:11px;height:6px;border-radius:999px 999px 0 0;border-bottom:0}.mobile-icon--support{border:2px solid currentColor;border-bottom:0;border-radius:14px 14px 5px 5px}.mobile-icon--support:before,.mobile-icon--support:after{content:"";position:absolute;bottom:3px;width:4px;height:8px;border:2px solid currentColor;border-radius:4px;background:var(--tf-bg)}.mobile-icon--support:before{left:-4px}.mobile-icon--support:after{right:-4px}.mobile-icon--bag{width:21px;height:20px;margin-top:3px;border:2px solid currentColor;border-radius:4px}.mobile-icon--bag:before{content:"";position:absolute;left:4px;top:-7px;width:9px;height:8px;border:2px solid currentColor;border-bottom:0;border-radius:9px 9px 0 0}.header__mode-switch{position:relative;display:inline-grid;place-items:center}.header__mode-trigger{padding:0;-webkit-appearance:none;appearance:none;border:0;color:inherit;cursor:pointer;font:inherit;background:transparent;box-shadow:none}.header__mode-svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.mode-panel[hidden]{display:none}.mode-panel{position:absolute;top:calc(100% + 12px);right:0;z-index:120;width:230px;padding:18px 20px 20px;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#f4f4f0;background:#151515;box-shadow:0 24px 70px #0006}.mode-panel p{margin:0 30px 12px 0;color:#f4f4f0;font-size:11px;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase}.mode-panel__close,.mode-panel__options button{min-height:0;padding:0;border:0;color:inherit;background:transparent;box-shadow:none}.mode-panel__close{position:absolute;top:10px;right:10px;width:24px;height:24px;border:1px solid rgba(255,255,255,.12);border-radius:6px;cursor:pointer}.mode-panel__close:before,.mode-panel__close:after{content:"";position:absolute;left:6px;top:10px;width:10px;height:2px;border-radius:999px;background:currentColor}.mode-panel__close:before{transform:rotate(45deg)}.mode-panel__close:after{transform:rotate(-45deg)}.mode-panel__options{display:flex;align-items:center;gap:9px;color:#f4f4f09e;font-size:15px}.mode-panel__options button{display:inline-flex;align-items:center;gap:6px;font:inherit;font-weight:750;cursor:pointer}.mode-panel__options button[aria-pressed=true]{color:#fff}.mode-icon{position:relative;display:inline-block;width:15px;height:15px;flex:0 0 15px}.mode-icon--light{border:1.8px solid currentColor;border-radius:999px}.mode-icon--light:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:inherit;background:currentColor}.mode-icon--dark{border-radius:999px;box-shadow:inset -4px 0 0 currentColor}.header__lang-switch{position:relative;display:inline-grid;place-items:center}.header__lang-trigger{padding:0;-webkit-appearance:none;appearance:none;border:0;color:inherit;cursor:pointer;font:inherit;background:transparent;box-shadow:none}.header__lang-svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.lang-panel[hidden]{display:none}.lang-panel{position:absolute;top:calc(100% + 12px);right:0;z-index:120;width:210px;padding:18px 14px 14px;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#f4f4f0;background:#151515;box-shadow:0 24px 70px #0006}.lang-panel p{margin:0 30px 10px 4px;color:#f4f4f0;font-size:11px;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase}.lang-panel__close{position:absolute;top:10px;right:10px;width:24px;height:24px;padding:0;-webkit-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:inherit;background:transparent;cursor:pointer;box-shadow:none}.lang-panel__close:before,.lang-panel__close:after{content:"";position:absolute;left:6px;top:10px;width:10px;height:2px;border-radius:999px;background:currentColor}.lang-panel__close:before{transform:rotate(45deg)}.lang-panel__close:after{transform:rotate(-45deg)}.lang-panel__options{display:grid;gap:1px;max-height:268px;overflow-y:auto}.lang-panel__options button{display:flex;min-height:0;align-items:center;justify-content:space-between;padding:8px;-webkit-appearance:none;appearance:none;border:0;border-radius:6px;color:#f4f4f0ad;background:transparent;font:inherit;font-size:14px;font-weight:750;line-height:1.2;text-align:left;cursor:pointer;box-shadow:none}.lang-panel__options button:hover,.lang-panel__options button:focus-visible{color:#fff;background:#ffffff12}.lang-panel__options button[aria-pressed=true]{color:#fff}.lang-panel__options button[aria-pressed=true]:after{content:"";width:6px;height:6px;flex:0 0 6px;border-radius:999px;background:var(--tf-accent)}.header__search,.mobile-menu__search{min-height:44px;grid-template-columns:minmax(0,1fr) 42px;align-items:center;overflow:hidden;border:1px solid #e8ecef;border-radius:16px;background:#fff;box-shadow:0 8px 24px #050c1c14}.header__search input,.mobile-menu__search input{min-width:0;height:100%;padding:0 0 0 16px;border:0;color:#071832;background:transparent;font:inherit;font-size:15px;outline:none}.header__search input::placeholder,.mobile-menu__search input::placeholder{color:#7b818b}.header__search-button{position:relative;width:42px;height:42px;border:0;color:#071832;background:transparent}.header__search-button:before{content:"";position:absolute;left:12px;top:11px;width:13px;height:13px;border:2px solid currentColor;border-radius:999px}.header__search-button:after{content:"";position:absolute;left:26px;top:26px;width:9px;height:2px;border-radius:999px;background:currentColor;transform:rotate(45deg);transform-origin:left center}.brand-mark{display:grid;width:28px;height:28px;place-items:center;border-radius:7px;color:#fff;background:var(--tf-ink);font-size:12px;font-weight:900}.brand-mark--image{overflow:hidden;padding:0}.header__nav{display:none;justify-content:center;gap:4px}.header__nav a{padding:10px 9px;border-radius:6px;color:#36433d;font-size:15px;font-weight:650;white-space:nowrap}.header__nav a:hover,.header__nav a[aria-current=page]{color:var(--tf-ink);background:#fff}.header__nav-item{position:relative}.header__nav-trigger{min-height:44px;padding:10px 12px;border:0;border-radius:6px;color:#36433d;background:transparent;font-weight:650}.header__nav-trigger:after{content:"";display:inline-block;width:7px;height:7px;margin-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-3px) rotate(45deg)}.header__nav-trigger:hover,.header__nav-trigger[aria-expanded=true],.header__nav-item:focus-within .header__nav-trigger{color:var(--tf-ink);background:#fff}.header__category-trigger{display:inline-flex;width:42px;min-height:42px;align-items:center;justify-content:center;flex-direction:column;gap:4px;place-items:center;padding:0}.header__category-trigger:after{content:none}.header__category-trigger span:not(.visually-hidden){display:block;width:18px;height:2px;border-radius:999px;background:currentColor}.header__dropdown{position:absolute;left:50%;top:calc(100% + 10px);z-index:60;display:none;min-width:220px;transform:translate(-50%);padding:8px;border:1px solid rgba(16,22,20,.08);border-radius:8px;background:#fff;box-shadow:0 18px 48px #10161424}.header__dropdown:before{content:"";position:absolute;left:0;right:0;top:-11px;height:11px}.header__dropdown a{display:block;padding:10px 12px;border-radius:6px;white-space:nowrap}.header__nav-item:hover .header__dropdown,.header__nav-item:focus-within .header__dropdown,.header__nav-item.is-open .header__dropdown{display:block}.header__actions{display:flex;grid-area:menu;align-items:center;justify-content:center;gap:0;min-height:36px}.header__actions .button,.header__cart{display:none}.header-menu-drawer{display:block}.header-menu-drawer[open]{z-index:100}.header__menu-button{display:inline-flex;width:36px;height:36px;align-items:center;box-sizing:border-box;justify-content:center;flex-direction:column;place-items:center;border:1px solid #d9e1dd;border-radius:6px;background:#fff;cursor:pointer;list-style:none}.header__menu-button span:not(.visually-hidden){display:block;width:18px;height:2px;margin:2px 0;background:var(--tf-ink)}.header__menu-button::marker,.header__menu-button::-webkit-details-marker,.mobile-menu__item::marker,.mobile-menu__item::-webkit-details-marker{display:none;content:""}.mobile-menu__group{display:block}.mobile-menu__group>.mobile-menu__item{cursor:pointer;list-style:none}.mobile-menu__item--heading{cursor:default}.mobile-menu__desktop-list{display:contents}.mobile-menu__mobile-list{display:none}.home-ad-slider{margin-bottom:28px}.promo-marquee{overflow:hidden;margin:0 0 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#20d17914}.promo-marquee__viewport{overflow:hidden}.promo-marquee__track{display:flex;width:max-content;animation:themevoMarquee 28s linear infinite}.promo-marquee__group{display:flex;flex:0 0 auto;align-items:center}.promo-marquee__item{position:relative;display:inline-flex;min-height:38px;align-items:center;padding:0 20px 0 34px;color:#e8ebe6;font-size:13px;font-weight:850;line-height:1.2;white-space:nowrap}.promo-marquee__item:before{content:"";position:absolute;left:18px;width:6px;height:6px;border-radius:999px;background:var(--tf-accent)}@keyframes themevoMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.mobile-menu{display:none;border-top:1px solid #d9e1dd;background:#fff}.mobile-menu a{padding:14px 20px;border-bottom:1px solid #eef2f0;font-weight:700}.mobile-menu-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;opacity:0;pointer-events:none;background:#00000094;transition:opacity .24s ease}@media(min-width:990px){.header__inner{min-height:82px;grid-template-columns:auto minmax(0,1fr) auto auto;grid-template-areas:"brand categories menu icons";gap:18px}.header__brand{font-size:24px;letter-spacing:.01em}.header__desktop-categories{position:static;grid-area:categories;display:flex;min-width:0;align-items:center;justify-content:flex-start;gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.header__desktop-categories::-webkit-scrollbar{display:none}.header__desktop-categories>*{flex:0 0 auto}.header__actions{grid-area:menu;justify-self:end;min-height:40px}.header__mobile-icons{grid-area:icons;min-height:40px;gap:12px}.header__mobile-icon{width:40px;height:40px;border:1px solid transparent;border-radius:7px}.mobile-icon{width:24px;height:24px}.header__menu-button{width:40px;height:40px;border-radius:7px}.header__menu-button span:not(.visually-hidden){width:21px}.header__desktop-category-item:after{top:44px;height:72px}body.mobile-menu-open{overflow:auto}.header-menu-drawer{position:static}.header-menu-drawer:after{content:"";position:fixed;left:0;right:0;top:58px;z-index:88;height:34px;opacity:0;pointer-events:none}.header-menu-drawer:hover:after,.header-menu-drawer:focus-within:after,.header-menu-drawer[open]:after{pointer-events:auto}.mobile-menu-scrim{display:none}.header-menu-drawer:hover .mobile-menu-scrim,.header-menu-drawer:focus-within .mobile-menu-scrim,.header-menu-drawer[open] .mobile-menu-scrim,.mobile-menu-scrim.is-open{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;left:50%;top:72px;z-index:90;display:block;width:min(calc(100vw - 96px),1220px);max-height:calc(100vh - 108px);overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-12px);border:1px solid rgba(255,255,255,.1);border-radius:0 0 8px 8px;background:#101010;box-shadow:0 24px 60px #00000070;transition:opacity .18s ease,transform .22s ease,visibility .22s ease}.header-menu-drawer:hover .mobile-menu,.header-menu-drawer:focus-within .mobile-menu,.header-menu-drawer[open] .mobile-menu,.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.mobile-menu__list{display:grid;grid-template-columns:240px minmax(0,1fr);gap:22px;padding:20px}.mobile-menu__desktop-list{display:contents}.mobile-menu__mobile-list{display:none}.mobile-menu__sidebar{display:grid;align-content:start;gap:8px;padding-right:18px;border-right:1px solid rgba(255,255,255,.08)}.mobile-menu__side-link{display:flex;min-height:46px;align-items:center;padding:0 14px;border:0;border-radius:8px;color:#e8ebe6;background:transparent;font-size:15px;font-weight:800}.mobile-menu__side-link.is-active,.mobile-menu__side-link:hover,.mobile-menu__side-link:focus-visible{color:#fff;background:#1b1b1b}.mobile-menu__mega{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.mobile-menu__category-card{display:grid;align-content:start;min-height:118px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e8ebe6;background:#151515}.mobile-menu__category-card span{color:#fff;font-size:16px;font-weight:900}.mobile-menu__category-card small{margin-top:10px;color:#a7aaa7;font-size:13px;line-height:1.35}.mobile-menu__category-card:hover,.mobile-menu__category-card:focus-visible{border-color:var(--tf-accent);background:#1b1b1b}.mobile-menu__extra{display:flex;grid-column:2;gap:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.08)}.mobile-menu__extra a{padding:10px 12px;border:0;border-radius:8px;color:#a7aaa7;font-size:14px;font-weight:800}.mobile-menu__extra a:hover,.mobile-menu__extra a:focus-visible{color:#fff;background:#1b1b1b}}.hero{overflow:hidden;padding-top:56px;background:linear-gradient(135deg,#00a8701f,#f0a20214 42%,#2563eb14),var(--tf-bg)}.hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);align-items:center;gap:48px}.hero__text{max-width:660px;font-size:18px}.hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px}.metric{min-height:92px;padding:16px;border:1px solid rgba(16,22,20,.08);border-radius:8px;background:#ffffffb3}.metric strong{display:block;margin-bottom:4px;font-size:26px;line-height:1}.metric span{color:var(--tf-muted);font-size:14px}.hero__visual{min-width:0}.hero__visual-panel{overflow:hidden;border:1px solid rgba(16,22,20,.1);border-radius:8px;background:#fff;box-shadow:0 24px 70px #10161424}.hero__visual-panel img{width:100%}.prop-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.prop-card,.product-card,.compatibility-item,.faq-item,.product-feature{border:1px solid rgba(16,22,20,.08);border-radius:8px;background:var(--tf-card)}.prop-card{min-height:220px;padding:24px}.prop-card__index,.product-feature span,.compatibility-item__check{display:inline-grid;width:34px;height:34px;place-items:center;margin-bottom:18px;border-radius:8px;color:#fff;background:var(--tf-ink);font-size:12px;font-weight:900}.prop-card p,.compatibility-item p,.product-feature p{margin-bottom:0}.featured-templates{background:#fff}.featured-templates.section-spacing{padding-top:28px}.featured-templates__intro-glow{position:relative;padding:1px;border-radius:10px;overflow:hidden;isolation:isolate;background:#20d17966;box-shadow:0 0 12px #20d17929;margin-bottom:22px}.featured-templates__intro{position:relative;z-index:1;display:grid;max-width:none;grid-template-columns:minmax(0,1fr) minmax(230px,380px);gap:20px;align-items:start;padding:18px 20px;margin-bottom:0;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(135deg,#20d1791f,#101010f5),#101010}.featured-templates__intro-copy{max-width:760px;animation:featuredIntroFadeIn .55s ease both}.featured-templates__intro .eyebrow{margin-bottom:7px}.featured-templates__intro h2{display:inline-block;margin-bottom:8px;font-size:30px;background:linear-gradient(110deg,#f4f4f0 0%,#ffffff 30%,var(--tf-accent) 46%,#ffffff 62%,#f4f4f0 100%);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;text-shadow:0 0 22px rgba(32,209,121,.16);-webkit-text-fill-color:transparent;animation:themevoBrandFlow 5.2s ease-in-out infinite}.featured-templates__intro p:last-child{margin-bottom:0;font-size:14.5px}.featured-templates__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.featured-templates__meta span,.featured-templates__meta .button{animation:featuredIntroFadeIn .5s ease both}.featured-templates__meta span:nth-child(1){animation-delay:.05s}.featured-templates__meta span:nth-child(2){animation-delay:.12s}.featured-templates__meta span:nth-child(3){animation-delay:.19s}.featured-templates__meta .button{min-height:64px;padding:10px 14px;font-size:13.5px;animation-delay:.26s}.featured-templates__toolbar{animation:featuredIntroFadeIn .5s ease both;animation-delay:.32s}@keyframes featuredIntroFadeIn{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.featured-templates__intro-copy,.featured-templates__meta span,.featured-templates__meta .button,.featured-templates__toolbar{animation:none}}.featured-templates__meta span{display:grid;min-height:64px;align-content:center;gap:3px;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#a7aaa7;background:#05050552;font-size:11px;font-weight:750;line-height:1.25}.featured-templates__meta strong{display:inline-block;color:#f4f4f0;background:linear-gradient(110deg,#f4f4f0 0%,#ffffff 28%,var(--tf-accent) 44%,#ffffff 60%,#f4f4f0 100%);background-size:240% 100%;-webkit-background-clip:text;background-clip:text;font-size:14px;line-height:1.1;-webkit-text-fill-color:transparent;animation:themevoBrandFlow 4.6s ease-in-out infinite}.featured-templates__meta span:nth-child(2) strong{animation-delay:-1.2s}.featured-templates__meta span:nth-child(3) strong{animation-delay:-2.4s}.ad-slider{padding:26px 0 16px;background:#050505}.ad-slider__viewport{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#101010}.ad-slide__badge{position:absolute;top:18px;right:18px;z-index:1;padding:6px 14px;border-radius:999px;color:#02110a;background:var(--tf-accent);font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 8px 20px #20d17952}.ad-slider__track{position:relative}.ad-slide{position:relative;display:none;height:310px;min-height:310px}.ad-slide.is-active{display:block}.ad-slide__media{position:absolute;top:0;right:0;bottom:0;left:0}.ad-slide__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#050505d6,#05050559 48%,#20d1792e),linear-gradient(0deg,#05050552,#05050514)}.ad-slide__media img{width:100%;height:100%;object-fit:cover;object-position:center center}.ad-slide__content{position:relative;z-index:1;display:grid;max-width:560px;height:310px;min-height:310px;align-content:center;padding:46px 72px}.ad-slide--fallback .ad-slide__media img{transform:scale(1.08)}.ad-slide__eyebrow{margin-bottom:8px;color:var(--tf-accent);font-size:15px;font-weight:900;text-transform:uppercase}.ad-slide h2{margin-bottom:10px;color:#f4f4f0;font-size:54px;line-height:.96}.ad-slide p{max-width:430px;color:#d7ddd6}.ad-slide .button{justify-self:start;margin-top:8px}.ad-slider__arrow{position:absolute;top:50%;z-index:2;width:42px;height:42px;border:0;border-radius:999px;color:#fff;background:#0505056b;transform:translateY(-50%)}.ad-slider__arrow:hover,.ad-slider__arrow:focus-visible{background:#050505b8}.ad-slider__arrow:before{content:"";position:absolute;left:15px;top:13px;width:14px;height:14px;border-top:4px solid currentColor;border-right:4px solid currentColor}.ad-slider__arrow--prev{left:18px}.ad-slider__arrow--prev:before{transform:rotate(-135deg)}.ad-slider__arrow--next{right:18px}.ad-slider__arrow--next:before{left:11px;transform:rotate(45deg)}.ad-slider__dots{position:absolute;left:50%;bottom:16px;z-index:2;display:flex;gap:6px;transform:translate(-50%)}.ad-slider__dot{width:9px;height:9px;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#05050547}.ad-slider__dot.is-active{width:24px;border-color:var(--tf-accent);background:var(--tf-accent)}.trust-badges{padding-top:34px;padding-bottom:34px}.trust-badges__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.trust-badge{display:grid;justify-items:center;gap:6px;text-align:center}.trust-badge__icon{display:inline-grid;width:30px;height:30px;margin-bottom:4px;color:var(--tf-accent)}.trust-badge__icon svg{width:100%;height:100%}.trust-badge h3{margin-bottom:2px;color:var(--tf-ink);font-size:14px;font-weight:800;line-height:1.25}.trust-badge p{margin:0;color:var(--tf-muted);font-size:12.5px;line-height:1.35}@media(max-width:989px){.trust-badges__grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:26px}}@media(max-width:749px){.trust-badges__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}html[data-style-mode=light] .trust-badge h3{color:#17211d}.template-tabs{display:grid;gap:24px}.template-tabs__nav{display:flex;flex-wrap:wrap;gap:8px}.template-tabs__button{min-height:44px;padding:10px 16px;border:1px solid #d9e1dd;border-radius:6px;color:#36433d;background:#f5f7f7;font-weight:800;line-height:1.2}.template-tabs__button:hover,.template-tabs__button:focus-visible{border-color:var(--tf-accent);color:var(--tf-ink)}.template-tabs__button.is-active,.template-tabs__button[aria-selected=true]{color:#fff;border-color:var(--tf-ink);background:var(--tf-ink)}.template-tabs__button:focus-visible{outline:3px solid rgba(0,168,112,.24);outline-offset:2px}.template-tabs__panels{display:grid}.template-tab-panel{display:grid;gap:20px}.template-tab-panel[hidden]{display:none}.template-tab-panel__intro{max-width:680px}.template-tab-panel__intro p{margin-bottom:0}.template-tabs__footer{display:flex;justify-content:flex-start}.template-tab-panel__empty{grid-column:1 / -1;padding:24px;border:1px solid rgba(16,22,20,.08);border-radius:8px;background:#f5f7f7}.template-tab-panel__empty p{margin-bottom:0}.product-card{overflow:hidden;display:flex;min-height:100%;flex-direction:column}.product-card__media{position:relative;display:block;aspect-ratio:1.45 / 1;overflow:hidden;background:#eaf0ec}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.product-card__device--laptop,.product-card__screen{display:contents}.product-card__device--phone,.product-card__device-base{display:none}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__badge{position:absolute;z-index:5;left:14px;top:14px;padding:7px 10px;border-radius:999px;color:#fff;background:#101614db;font-size:12px;font-weight:800}.product-card__body{display:flex;flex:1;flex-direction:column;padding:20px}.product-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--tf-muted);font-size:13px;font-weight:700}.product-card__topline strong{display:inline-block;color:var(--tf-ink);white-space:nowrap}.product-card__price{display:inline-flex;min-width:0;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}.product-card__price s{color:#d8ddd6;font-size:13px;font-weight:850;line-height:1;opacity:.9;text-decoration-thickness:2px;white-space:nowrap}.product-card__promo{width:fit-content;margin:-4px 0 12px;padding:7px 11px;border:1px solid rgba(82,255,172,.68);border-radius:999px;color:#02110a;background:linear-gradient(110deg,#bfffdc,#31f28f 48%,#eafff2),#31f28f;background-size:220% 100%,auto;box-shadow:0 0 0 1px #31f28f24,0 0 30px #31f28f5c;font-size:12px;font-weight:950;line-height:1;text-transform:uppercase;animation:themevoBrandFlow 4.8s ease-in-out infinite}.product-card__discount{display:none}.featured-templates .product-card__topline strong,.template-index .featured-templates .product-card__topline strong{padding:4px 8px;border:1px solid rgba(32,209,121,.32);border-radius:999px;background:linear-gradient(110deg,#f4f4f0 0%,#ffffff 28%,var(--tf-accent) 45%,#ffffff 62%,#f4f4f0 100%),#20d17914;background-size:240% 100%,auto;-webkit-background-clip:text,border-box;background-clip:text,border-box;color:#f4f4f0;font-size:17px;font-weight:950;line-height:1;text-shadow:0 0 18px rgba(32,209,121,.36);-webkit-text-fill-color:transparent;animation:themevoBrandFlow 4.8s ease-in-out infinite;box-shadow:0 0 20px #20d1791f}.product-card h3 a:hover{color:var(--tf-accent-dark)}.product-card__rating{display:inline-flex;align-items:center;gap:5px;margin:-3px 0 12px;color:#b7bdb5;font-size:13px;font-weight:800}.product-card__rating>span:first-child{color:var(--tf-accent)}.product-card__rating strong{color:#f4f4f0}.product-card p{margin-bottom:18px}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin:auto 0 18px}.tag-list span,.product-main__badges span{padding:6px 9px;border-radius:999px;color:#2d3934;background:#eef2f0;font-size:12px;font-weight:750}.product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-card__form{display:contents}.compatibility{background:#edf3f0}.compatibility__grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:start;gap:48px}.compatibility__copy{position:sticky;top:108px}.compatibility__list{display:grid;gap:14px}.compatibility-item{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:22px}.compatibility-item__check{margin:0;color:var(--tf-ink);background:#c9f3dc}.faq__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px}.faq__heading{margin-bottom:0}.faq-list{display:grid;gap:12px}.faq-item{padding:0}.faq-item summary{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;cursor:pointer;font-weight:800}.faq-item summary::-webkit-details-marker{display:none}.faq-item__icon{position:relative;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#eef2f0}.faq-item__icon:before,.faq-item__icon:after{content:"";position:absolute;left:6px;right:6px;top:10px;height:2px;background:var(--tf-ink)}.faq-item__icon:after{transform:rotate(90deg)}.faq-item[open] .faq-item__icon:after{transform:rotate(0)}.faq-item__answer{padding:0 22px 22px;color:var(--tf-muted)}.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:40px;border-radius:8px;color:#fff;background:linear-gradient(135deg,#00a870e6,#101614f5),var(--tf-ink)}.cta-panel .eyebrow,.cta-panel p{color:#ffffffc7}.cta-panel h2{max-width:720px;margin-bottom:12px}.product-main__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:48px;align-items:start}.product-main__stage{overflow:hidden;border:1px solid rgba(16,22,20,.08);border-radius:8px;background:#fff}.product-main__stage img,.product-main__stage video,.product-main__stage model-viewer{width:100%}.product-main__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px}.product-main__thumbs button{overflow:hidden;padding:0;border:1px solid #d9e1dd;border-radius:6px;background:#fff}.product-main__thumbs button:hover{border-color:var(--tf-accent)}.product-main__thumbs img{width:100%;aspect-ratio:1.5 / 1;object-fit:cover}.product-main__info{position:sticky;top:104px}.product-main__price{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:18px;font-size:30px;font-weight:900}.product-main__price>span{color:#f4f4f0}.product-main__price--sale>span{color:#31f28f;font-size:36px;text-shadow:0 0 16px rgba(49,242,143,.64),0 0 34px rgba(49,242,143,.28)}.product-main__price s{color:#cfd6d1;font-size:20px;font-weight:800;opacity:.9;text-decoration-thickness:2px}.product-main__price em{display:inline-flex;align-items:center;min-height:32px;padding:8px 12px;border-radius:999px;color:#02110a;background:#31f28f;box-shadow:0 0 0 1px #31f28f2e,0 0 30px #31f28f57;font-size:13px;font-style:normal;font-weight:950;line-height:1;text-transform:uppercase}.product-main__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.product-main__description{margin-bottom:24px}.product-form{display:grid;gap:14px;margin-bottom:18px}.product-form label{font-weight:800}.product-form select,.newsletter-form input{min-height:46px;width:100%;border:1px solid #d9e1dd;border-radius:6px;padding:10px 12px;color:var(--tf-ink);background:#fff}.product-form__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-main__note{padding:14px;border:1px solid rgba(0,168,112,.22);border-radius:8px;color:#264038;background:#e9f8f1;font-size:14px}.product-feature-list{display:grid;gap:10px;margin-top:22px}.product-feature{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:18px}.product-feature span{margin:0;background:var(--tf-accent)}.product-feature h2{margin-bottom:4px;font-size:18px}.product-quick-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px}.product-quick-info__item{padding:14px 12px;text-align:center;border:1px solid rgba(16,22,20,.08);border-radius:8px;background:var(--tf-card)}.product-quick-info__icon{display:inline-grid;width:26px;height:26px;place-items:center;margin-bottom:8px;border-radius:7px;color:#fff;background:var(--tf-accent);font-size:11px;font-weight:900}.product-quick-info__item h3{margin-bottom:4px;font-size:13px}.product-quick-info__item p{margin:0;font-size:11.5px;line-height:1.4}.product-social-proof{display:inline-flex;align-items:center;gap:6px;margin-bottom:12px;padding:5px 12px;border:1px solid rgba(32,209,121,.3);border-radius:999px;color:var(--tf-accent);background:#20d1791f;font-size:12px;font-weight:800;animation:product-float 2.6s ease-in-out infinite}@keyframes product-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.button--shine{position:relative;overflow:hidden}.button--shine:after{content:"";position:absolute;top:0;left:0;width:36%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.5),transparent);transform:translate(-140%) skew(-18deg);pointer-events:none}.button--shine:hover:after{animation:button-shine-sweep .9s ease forwards}@keyframes button-shine-sweep{to{transform:translate(240%) skew(-18deg)}}.product-main__extra{margin-top:56px;padding-top:40px;border-top:1px solid rgba(255,255,255,.08)}.product-main__extra .section-label{margin-bottom:10px;color:var(--tf-accent);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-main__extra .product-main__description{max-width:760px;margin-bottom:0}.collection-main .section-heading,.page-main__inner{max-width:760px}.collection-main .product-grid{max-width:none}.collection-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin:0 0 20px}.collection-toolbar__count{margin:0;color:var(--tf-muted);font-size:14px;font-weight:800}.collection-toolbar__controls{display:flex;align-items:center;gap:10px}.collection-sort{position:relative;z-index:4}.collection-sort summary{display:inline-flex;min-height:42px;align-items:center;gap:7px;padding:0 14px;border:1px solid rgba(16,22,20,.12);border-radius:8px;color:var(--tf-ink);background:#fff;cursor:pointer;font-weight:850;list-style:none}.collection-sort summary::-webkit-details-marker{display:none}.collection-sort__chevron{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg)}.collection-sort[open] .collection-sort__chevron{transform:translateY(2px) rotate(225deg)}.collection-sort__menu{position:absolute;top:calc(100% + 10px);right:0;display:grid;min-width:228px;padding:9px;border:1px solid rgba(16,22,20,.1);border-radius:8px;background:#fff;box-shadow:0 18px 42px #0000002e}.collection-sort__option{display:grid;width:100%;grid-template-columns:22px minmax(0,1fr);gap:8px;align-items:center;padding:8px 10px;border:0;border-radius:6px;color:var(--tf-ink);background:transparent;cursor:pointer;font-size:14px;font-family:inherit;line-height:1.25;text-align:left}.collection-sort__option:hover,.collection-sort__option:focus-visible,.collection-sort__option.is-active{color:#050505;background:#20d17929}.collection-sort__check{color:var(--tf-accent);font-weight:900}.collection-view-toggle{display:inline-flex;gap:6px;padding:4px;border:1px solid rgba(16,22,20,.1);border-radius:8px;background:#fff}.collection-view-toggle__button{display:inline-grid;width:34px;height:34px;place-items:center;border:0;border-radius:6px;color:var(--tf-ink);background:transparent;cursor:pointer}.collection-view-toggle__button:hover,.collection-view-toggle__button:focus-visible,.collection-view-toggle__button.is-active{background:#20d17929}.collection-view-toggle__grid,.collection-view-toggle__list{display:block;width:16px;height:16px}.collection-view-toggle__grid{background:linear-gradient(currentColor,currentColor) 0 0 / 6px 6px no-repeat,linear-gradient(currentColor,currentColor) 10px 0 / 6px 6px no-repeat,linear-gradient(currentColor,currentColor) 0 10px / 6px 6px no-repeat,linear-gradient(currentColor,currentColor) 10px 10px / 6px 6px no-repeat}.collection-view-toggle__list{background:linear-gradient(currentColor,currentColor) 0 1px / 16px 3px no-repeat,linear-gradient(currentColor,currentColor) 0 7px / 16px 3px no-repeat,linear-gradient(currentColor,currentColor) 0 13px / 16px 3px no-repeat}.collection-main .product-grid.is-list-view{grid-template-columns:1fr}.collection-main .product-grid.is-list-view .product-card{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr)}.collection-main .product-grid.is-list-view .product-card__media{height:100%;min-height:220px}.collection-main .product-grid.is-list-view .product-card__actions{grid-template-columns:minmax(0,220px) minmax(0,220px);justify-content:start}.featured-templates__toolbar{margin-top:-10px;margin-bottom:14px}.featured-templates .product-grid.is-list-view,.template-index .featured-templates .product-grid.is-list-view{grid-template-columns:1fr}.featured-templates .product-grid.is-list-view .product-card{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr)}.featured-templates .product-grid.is-list-view .product-card__media{height:100%;min-height:220px}.featured-templates .product-grid.is-list-view .product-card__actions{grid-template-columns:minmax(0,220px) minmax(0,220px);justify-content:start}.cart-main__inner{max-width:1180px}.cart-form{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:128px minmax(0,1fr) 108px 100px;gap:18px;align-items:center;padding:16px;border:1px solid rgba(16,22,20,.08);border-radius:8px;background:#fff}.cart-item__media{overflow:hidden;border-radius:6px;background:#eef2f0}.cart-item__media img{width:100%;aspect-ratio:1.45 / 1;object-fit:cover}.cart-item h2{margin-bottom:6px;font-size:18px}.cart-item p,.cart-item__properties{margin:0;color:var(--tf-muted);font-size:14px}.cart-item__quantity label{display:block;margin-bottom:6px;color:var(--tf-muted);font-size:12px;font-weight:800;text-transform:uppercase}.cart-item__quantity input{width:88px;min-height:42px;border:1px solid #d9e1dd;border-radius:6px;padding:8px 10px;background:#fff}.cart-item__price{text-align:right}.cart-summary{position:sticky;top:104px;padding:22px;border:1px solid rgba(16,22,20,.08);border-radius:8px;background:#fff}.cart-summary h2{margin-bottom:18px;font-size:22px}.cart-summary__row{display:flex;justify-content:space-between;gap:16px;margin-bottom:14px;font-size:18px}.cart-summary__actions{display:grid;gap:10px;margin-top:18px}.cart-summary__continue{display:block;margin-top:16px;color:var(--tf-accent-dark);font-weight:800;text-align:center}.empty-state{max-width:620px;margin-inline:auto;padding:54px 24px;text-align:center}.empty-state h1{margin-inline:auto}.empty-state p{margin-inline:auto;max-width:520px}.pagination{margin-top:32px;text-align:center}.site-footer{flex-shrink:0;margin-top:auto;padding:56px 0 28px;border-top:1px solid rgba(16,22,20,.08);background:#101614;color:#fff}.site-footer p,.site-footer a,.site-footer span{color:#ffffffb8}.footer__grid{display:grid;grid-template-columns:1.25fr repeat(3,minmax(0,.75fr));gap:34px}.footer__brand .header__brand{margin-bottom:16px;color:#fff}.footer__brand .brand-mark{color:var(--tf-ink);background:#fff}.footer__column h2{margin-bottom:14px;font-size:14px;text-transform:uppercase}.footer__column nav{display:grid;gap:9px}.footer__column a:hover{color:#fff}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:8px}.footer__bottom{display:flex;justify-content:space-between;gap:16px;margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:14px}@media(max-width:989px){h1{font-size:44px}h2{font-size:32px}.header__inner{grid-template-columns:1fr auto}.header__nav,.header__actions .button,.header__cart{display:none}.header__menu-button,.mobile-menu.is-open{display:grid}.hero__grid,.product-main__grid,.compatibility__grid,.faq__grid{grid-template-columns:1fr}.compatibility__copy,.product-main__info{position:static}.prop-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-form{grid-template-columns:1fr}.cart-summary{position:static}.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:749px){body{font-size:15px}h1{font-size:38px}h2{font-size:28px}.page-width{width:min(100% - 28px,1180px)}.section-spacing{padding:48px 0}.hero{padding-top:40px}.hero__grid{gap:32px}.hero__buttons,.section-heading--split,.cta-panel,.footer__bottom{align-items:stretch;flex-direction:column}.hero__buttons .button,.section-heading--split .button,.cta-panel .button{width:100%}.hero__metrics,.prop-grid,.product-grid,.cart-item,.collection-main .product-grid.is-list-view .product-card,.featured-templates .product-grid.is-list-view .product-card,.product-card__actions,.product-form__actions,.product-quick-info,.footer__grid,.newsletter-form{grid-template-columns:1fr}.template-tabs__nav{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.template-tabs__button{flex:0 0 auto;white-space:nowrap}.collection-toolbar{align-items:flex-end;justify-content:space-between;gap:10px}.collection-sort__menu{right:auto;left:0}.collection-view-toggle__button{width:32px;height:32px}.cart-item__price{text-align:left}.metric{min-height:78px}.product-main__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.cta-panel{padding:28px}}body{color:var(--tf-ink);background:#050505}h1,h2,h3,.product-card__topline strong,.cart-summary__row{color:#f4f4f0}p,.rte,.cart-item p,.cart-item__properties{color:#a7aaa7}.site-header{border-bottom-color:#ffffff1a;background:#050505eb}.brand-mark{color:#050505;background:#f4f4f0}.header__brand,.header__mobile-icon,.header__desktop-link,.header__nav a,.header__nav-trigger,.header__cart,.header__menu-button{color:#e8ebe6}.header__desktop-link--pro{color:var(--tf-accent)}.header__nav a:hover,.header__nav a[aria-current=page],.header__desktop-link:hover,.header__desktop-link:focus-visible,.header__desktop-category-item.is-open .header__desktop-link--dropdown,.header__desktop-category-item:focus-within .header__desktop-link--dropdown,.header__nav-trigger:hover,.header__nav-trigger[aria-expanded=true],.header__nav-item:focus-within .header__nav-trigger,.header__cart:hover,.header__mobile-icon:hover,.header__menu-button:hover{color:#fff;background:#151515}.header__dropdown,.header__desktop-mega,.mobile-menu,.header__menu-button{border-color:#ffffff1f;background:#101010}.header__desktop-mega a{border-color:#ffffff1a;color:#e8ebe6;background:#151515}.header__desktop-mega strong{color:#fff}.header__desktop-mega small{color:#a7aaa7}.header__desktop-mega a:hover,.header__desktop-mega a:focus-visible{border-color:var(--tf-accent);background:#1b1b1b}.header__dropdown a:hover,.mobile-menu a:hover{background:#1b1b1b}.mobile-menu{border-top-color:#ffffff1f}.mobile-menu a{border-bottom-color:#ffffff14;color:#e8ebe6}.header__menu-button span:not(.visually-hidden){background:#f4f4f0}.hero{background:linear-gradient(135deg,#20d1791f,#ffffff09 48%,#20d17914),#050505}.hero__visual-panel,.metric,.prop-card,.product-card,.compatibility-item,.faq-item,.product-feature,.cart-item,.cart-summary,.template-tab-panel__empty{border-color:#ffffff1a;background:#101010}.featured-templates,.compatibility{background:#050505}.product-card,.hero__visual-panel,.cart-summary{box-shadow:0 18px 46px #00000057}.button--secondary,.button--light{color:#f4f4f0;border-color:#ffffff24;background:#101010}.button--secondary:hover,.button--light:hover{border-color:var(--tf-accent);background:#171717}.template-tabs__button{color:#d8ddd6;border-color:#ffffff1f;background:#101010}.template-tabs__button:hover,.template-tabs__button:focus-visible{color:#fff;border-color:var(--tf-accent)}.template-tabs__button.is-active,.template-tabs__button[aria-selected=true]{color:#050505;border-color:var(--tf-accent);background:var(--tf-accent)}.product-card__media,.cart-item__media,.product-main__stage,.product-main__thumbs button{border-color:#ffffff1a;background:#181818}.product-card__badge{color:#050505;background:#20d179f0}.product-card__topline,.tag-list span,.product-main__badges span{color:#c7ccc6}.tag-list span,.product-main__badges span,.faq-item__icon{background:#1c1c1c}.product-form select,.newsletter-form input,.cart-item__quantity input,.collection-sort summary,.collection-sort__menu,.collection-view-toggle{color:#f4f4f0;border-color:#ffffff24;background:#101010}.collection-sort__option,.collection-view-toggle__button{color:#f4f4f0}.collection-sort__option:hover,.collection-sort__option:focus-visible,.collection-sort__option.is-active,.collection-view-toggle__button:hover,.collection-view-toggle__button:focus-visible,.collection-view-toggle__button.is-active{color:#050505;background:var(--tf-accent)}.product-main__note{color:#d7f5e3;border-color:#20d1793d;background:#20d17917}.compatibility-item__check{color:#050505;background:var(--tf-accent)}.cta-panel{border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,#20d17933,#050505fa),#050505}.site-footer{border-top-color:#ffffff1a;background:#000}.site-footer{padding:16px 0 12px}.footer__grid{grid-template-columns:minmax(220px,1fr) minmax(220px,.85fr);align-items:start;gap:18px}.footer__brand .header__brand{margin-bottom:6px;gap:7px;font-size:13px}.footer__brand .brand-mark{width:22px;height:22px;border-radius:5px;color:#050505;background:#f4f4f0;font-size:10px}.footer__brand p{max-width:360px;margin-bottom:0;font-size:12px;line-height:1.35}.footer__column h2{margin-bottom:6px;font-size:11px}.footer__column p{max-width:280px;margin-bottom:8px;font-size:12px;line-height:1.35}.footer__column nav{gap:4px;font-size:12px}.footer__column--empty{display:none}.newsletter-form{grid-template-columns:minmax(120px,1fr) auto;gap:6px}.newsletter-form input{min-height:34px;padding:7px 9px;font-size:12px}.newsletter-form .button{min-height:34px;padding:7px 10px;font-size:12px}.footer__bottom{margin-top:10px;padding-top:8px;font-size:11px}.featured-templates .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.featured-templates .product-card__media{aspect-ratio:1.55 / 1}.featured-templates .product-card__body{padding:14px}.featured-templates .product-card__badge{left:clamp(24px,9%,42px);top:clamp(16px,13%,28px);z-index:6;padding:5px 8px;font-size:11px}.featured-templates .product-card__topline{gap:8px;margin-bottom:8px;font-size:12px}.featured-templates .product-card h3{margin-bottom:8px;font-size:18px}.featured-templates .product-card p{margin-bottom:12px;font-size:13px;line-height:1.4}.featured-templates .product-card__rating{margin-bottom:10px;font-size:12px}.featured-templates .tag-list{gap:6px;margin-bottom:12px}.featured-templates .tag-list span{padding:5px 7px;font-size:11px}.featured-templates .product-card__actions{grid-template-columns:1fr;gap:8px}.featured-templates .product-card .button{min-height:38px;padding:9px 10px;font-size:13px}.template-index .featured-templates .section-heading:not(.featured-templates__intro){max-width:760px}.template-index .featured-templates .section-heading h2{font-size:56px}.template-index .featured-templates .featured-templates__intro{max-width:none}.template-index .featured-templates .featured-templates__intro h2{font-size:30px}.template-index .featured-templates .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.template-index .featured-templates .product-card__media{aspect-ratio:1.45 / 1}.template-index .featured-templates .product-card__body{padding:20px}.template-index .featured-templates .product-card h3{font-size:22px}.template-index .featured-templates .product-card p{font-size:16px}.template-index .featured-templates .product-card .button{min-height:46px;padding:12px 18px;font-size:16px}@media(max-width:989px){.featured-templates__intro{grid-template-columns:1fr;gap:16px;padding:20px}.featured-templates .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.template-index .featured-templates .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.featured-templates.section-spacing{padding-top:14px}.template-index .featured-templates .section-heading h2{font-size:38px}.ad-slider{padding:14px 0 8px}.home-ad-slider{margin-bottom:14px}.promo-marquee{margin-bottom:10px;border-radius:6px}.promo-marquee__track{animation-duration:22s}.promo-marquee__item{min-height:32px;padding:0 14px 0 28px;font-size:11px}.promo-marquee__item:before{left:14px;width:5px;height:5px}.ad-slider .page-width{width:min(100% - 20px,1180px)}.ad-slide,.ad-slide__content{height:178px;min-height:178px}.ad-slide__content{max-width:280px;padding:24px 42px}.ad-slide__eyebrow{margin-bottom:5px;font-size:11px}.ad-slide h2{margin-bottom:5px;font-size:26px}.ad-slide p{display:none}.ad-slide .button{min-height:32px;margin-top:4px;padding:7px 10px;font-size:12px}.ad-slider__arrow{width:32px;height:32px}.ad-slider__arrow:before{left:12px;top:10px;width:10px;height:10px;border-width:3px}.ad-slider__arrow--prev{left:8px}.ad-slider__arrow--next{right:8px}.ad-slider__arrow--next:before{left:9px}.ad-slider__dots{bottom:9px}.ad-slider__dot{width:7px;height:7px}.ad-slider__dot.is-active{width:18px}.template-index .featured-templates{background:#050505}.template-index .featured-templates .section-heading{margin-bottom:16px}.template-index .featured-templates .section-heading h2{color:#f4f4f0;font-size:22px;line-height:1.12}.template-index .featured-templates .section-heading p{color:#a7aaa7;font-size:15px}.template-index .featured-templates .featured-templates__intro{gap:10px;padding:12px;border-radius:6px;margin-bottom:0}.template-index .featured-templates .featured-templates__intro-glow{margin-bottom:12px;border-radius:8px}.template-index .featured-templates .featured-templates__intro h2{margin-bottom:0;font-size:21px}.template-index .featured-templates .featured-templates__intro-copy>p:not(.eyebrow){display:none}.featured-templates__intro .eyebrow{margin-bottom:6px;font-size:11px}.featured-templates__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;overflow:visible;padding-bottom:0}.featured-templates__meta span{min-height:44px;min-width:0;padding:6px 5px;border-radius:6px;font-size:9px;line-height:1.12;white-space:normal}.featured-templates__meta strong{display:block;margin-right:0;margin-bottom:2px;font-size:10px;line-height:1}.template-index .featured-templates .eyebrow{color:var(--tf-accent)}.featured-templates .product-grid,.template-index .featured-templates .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.featured-templates .product-card{position:relative;overflow:hidden;min-height:280px;border-color:#ffffff1a;border-radius:8px;background:#101010;box-shadow:none}.featured-templates .product-card__media,.template-index .featured-templates .product-card__media{aspect-ratio:1 / 1.18;margin:0;background:#181818}.featured-templates .product-card__media img,.template-index .featured-templates .product-card__media img{object-fit:contain;padding:24px 16px 10px}.featured-templates .product-card:hover .product-card__media img{transform:none}.featured-templates .product-card__badge{left:clamp(14px,6%,26px);top:clamp(10px,8%,18px);z-index:6;padding:3px 8px;border-radius:5px;color:#050505;background:#20d179f0;font-size:10px;font-weight:800;letter-spacing:.01em}.featured-templates .product-card__body,.template-index .featured-templates .product-card__body{padding:12px 14px 54px}.featured-templates .product-card__topline{display:block;margin:0;font-size:0}.featured-templates .product-card__topline span{display:none}.featured-templates .product-card__price{position:absolute;left:14px;right:14px;bottom:12px;display:flex;align-items:baseline;flex-wrap:wrap;gap:6px}.featured-templates .product-card__topline strong{padding:2px 6px;font-size:11px;font-weight:800;box-shadow:0 0 8px #20d1791a}.featured-templates .product-card__price s{font-size:9px}.featured-templates .product-card__discount{display:inline-block;padding:1px 5px;border-radius:999px;color:#050505;background:#20d179f0;font-size:8px;font-weight:800;line-height:1.4}.featured-templates .product-card__promo{display:none}.featured-templates .product-card h3,.template-index .featured-templates .product-card h3{margin:0;color:#f4f4f0;font-size:16px;font-weight:500;line-height:1.25}.featured-templates .product-card h3 a{color:#f4f4f0}.featured-templates .product-card p,.featured-templates .tag-list,.featured-templates .product-card__actions{display:none}.cart-main.section-spacing{padding:26px 0 34px}.cart-main .section-heading{margin-bottom:18px}.cart-main .section-heading h1{font-size:32px}.cart-main .section-heading p{max-width:300px;font-size:14px}.cart-form,.cart-items{gap:10px}.cart-item{grid-template-columns:92px minmax(0,1fr);gap:10px 12px;padding:12px;align-items:start}.cart-item__media{grid-column:1;grid-row:1 / span 3}.cart-item__media img{width:92px;height:92px;aspect-ratio:1 / 1;object-fit:cover}.cart-item h2{margin-bottom:4px;font-size:15px;line-height:1.16}.cart-item__quantity{display:flex;align-items:center;gap:8px}.cart-item__quantity label{margin-bottom:0;font-size:10px}.cart-item__quantity input{width:54px;min-height:34px;padding:6px 8px;font-size:13px}.cart-item__price{font-size:14px;text-align:left}.cart-summary{padding:12px;border-radius:6px}.cart-summary h2{margin-bottom:8px;font-size:18px}.cart-summary__row{margin-bottom:8px;font-size:14px}.cart-summary p{margin-bottom:8px;font-size:12px;line-height:1.35}.cart-summary__actions{gap:7px;margin-top:10px}.cart-summary .button{min-height:38px;padding:8px 12px;font-size:13px}.cart-summary__continue{margin-top:10px;font-size:13px}.site-footer{padding:12px 0 10px}.footer__grid{grid-template-columns:1fr;gap:10px}.footer__brand p,.footer__column p{max-width:none}.footer__bottom{display:grid;gap:4px}}@media(max-width:420px){.featured-templates .product-grid,.template-index .featured-templates .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.featured-templates .product-card{min-height:250px}.featured-templates .product-card__media img,.template-index .featured-templates .product-card__media img{padding:22px 12px 8px}.featured-templates .product-card h3,.template-index .featured-templates .product-card h3{font-size:15px}}@media(max-width:989px){body.mobile-menu-open{overflow:hidden}.site-header{border-bottom-color:#ffffff1a;background:#050505eb;-webkit-backdrop-filter:none;backdrop-filter:none}.header__inner{grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"brand menu icons";min-height:0;gap:8px;padding-top:8px;padding-bottom:8px}.header__brand{grid-area:brand;color:#e8ebe6;font-size:18px}.header__brand,.header__mobile-icon,.header__menu-button{color:#e8ebe6}.header__brand .brand-mark{width:22px;height:22px;border-radius:5px;color:#050505;background:#f4f4f0;font-size:10px}.header__mobile-icons{position:relative;display:flex;grid-area:icons;align-items:center;justify-content:flex-end;gap:8px;min-height:34px}.header__lang-switch,.header__mode-switch{position:static}.lang-panel,.mode-panel{left:auto;right:0;width:max-content;max-width:min(230px,calc(100vw - 32px))}.header__mobile-icon{display:inline-grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#ffffff05}.mobile-icon{position:relative;display:block;width:22px;height:22px;color:currentColor}.mobile-icon--account{border:2px solid currentColor;border-radius:999px}.mobile-icon--account:before,.mobile-icon--account:after{content:"";position:absolute;left:50%;transform:translate(-50%);border:2px solid currentColor}.mobile-icon--account:before{top:4px;width:5px;height:5px;border-radius:999px}.mobile-icon--account:after{bottom:3px;width:11px;height:6px;border-radius:999px 999px 0 0;border-bottom:0}.mobile-icon--support{border:2px solid currentColor;border-bottom:0;border-radius:14px 14px 5px 5px}.mobile-icon--support:before,.mobile-icon--support:after{content:"";position:absolute;bottom:3px;width:4px;height:8px;border:2px solid currentColor;border-radius:4px;background:#050505}.mobile-icon--support:before{left:-4px}.mobile-icon--support:after{right:-4px}.mobile-icon--bag{width:21px;height:20px;margin-top:3px;border:2px solid currentColor;border-radius:4px}.mobile-icon--bag:before{content:"";position:absolute;left:4px;top:-7px;width:9px;height:8px;border:2px solid currentColor;border-bottom:0;border-radius:9px 9px 0 0}.header__nav,.header__actions .button,.header__cart{display:none}.header__actions{display:flex;grid-area:menu;align-items:center;justify-content:center;gap:0;min-height:34px}.header__menu-button{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;flex-direction:column;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#ffffff05}.header__menu-button span:not(.visually-hidden){width:20px;height:2px;margin:3px 0;border-radius:999px;background:currentColor;transition:opacity .2s ease,transform .2s ease}.header-menu-drawer[open] .header__menu-button span:nth-child(1),body.mobile-menu-open .header__menu-button span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header-menu-drawer[open] .header__menu-button span:nth-child(2),body.mobile-menu-open .header__menu-button span:nth-child(2){opacity:0}.header-menu-drawer[open] .header__menu-button span:nth-child(3),body.mobile-menu-open .header__menu-button span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__search{display:none}.header-menu-drawer[open] .mobile-menu-scrim,.mobile-menu-scrim.is-open{opacity:1;pointer-events:auto}.mobile-menu-scrim{top:50px}.mobile-menu{position:fixed;left:0;top:50px;bottom:0;z-index:90;display:block;width:min(62vw,290px);overflow-y:auto;transform:translate(-100%);border:0;color:#e8ebe6;background:#101010;box-shadow:18px 0 38px #00000052;transition:transform .28s ease}.header-menu-drawer[open] .mobile-menu,.mobile-menu.is-open{display:block;transform:translate(0)}.mobile-menu__top{display:none}.mobile-menu__close{position:relative;width:42px;height:42px;border:0;background:transparent}.mobile-menu__close span{position:absolute;left:8px;top:20px;width:28px;height:3px;border-radius:999px;background:#000}.mobile-menu__close span:first-child{transform:rotate(45deg)}.mobile-menu__close span:last-child{transform:rotate(-45deg)}.mobile-menu__search,.mobile-menu__list{display:grid}.mobile-menu__desktop-list{display:none}.mobile-menu__mobile-list{display:grid}.mobile-menu__item{display:flex;width:100%;min-height:54px;align-items:center;justify-content:space-between;padding:0 22px;border:0;border-bottom:1px solid rgba(255,255,255,.14);color:#e8ebe6;background:#101010;font-size:17px;font-weight:850;line-height:1.1;text-align:left}.mobile-menu__item:hover,.mobile-menu__item:focus-visible{color:#fff;background:#1b1b1b}.mobile-menu a.mobile-menu__item{color:#e8ebe6}.mobile-menu a.mobile-menu__item:hover,.mobile-menu a.mobile-menu__item:focus-visible{color:#fff;background:#1b1b1b}.mobile-menu__arrow{display:block;width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);opacity:.55}.mobile-menu__group{padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.14);background:#101010}.mobile-menu__group>.mobile-menu__item{border-bottom:1px solid rgba(255,255,255,.08)}.mobile-menu__item--heading{display:flex;align-items:center;gap:9px;letter-spacing:.05em;text-transform:uppercase;font-size:12.5px;color:#e8ebe68c}.mobile-menu__item--heading:before{content:"";width:14px;height:14px;border-radius:5px;background:linear-gradient(135deg,var(--tf-accent),rgba(32,209,121,.35));box-shadow:0 0 10px #20d17959}.mobile-menu__item--heading[aria-expanded=true]{color:#fff}.mobile-menu__submenu{display:grid;gap:8px;padding:12px 16px 2px;background:#101010}.mobile-menu__submenu a{position:relative;display:flex;align-items:center;gap:11px;padding:12px 14px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#181818;color:#e8ebe6eb;font-size:14px;font-weight:750;line-height:1.25}.mobile-menu__submenu-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 auto;border-radius:9px;background:#20d1791f;font-size:15px;line-height:1}.mobile-menu__submenu a:hover,.mobile-menu__submenu a:focus-visible{border-color:#20d1798c;background:#1e1e1e;color:#fff}.mobile-menu__submenu a:active{background:#232323}}.template-index .hero{padding:clamp(64px,7vw,108px) 0 34px}.hero__wrap{display:grid;gap:28px}.template-index .hero__grid{grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:clamp(36px,5vw,72px)}.template-index .hero h1{max-width:780px;font-size:clamp(46px,6vw,86px);line-height:.92}.template-index .hero__text{max-width:640px;color:#c7ccc6;font-size:20px;line-height:1.55}.template-index .hero__buttons .button{min-height:50px;padding:13px 20px}.template-index .hero__metrics{max-width:620px;margin-top:30px}.template-index .metric{min-height:88px;border-color:#ffffff1a;background:#101010c7}.template-index .metric strong{color:var(--tf-accent)}.template-index .hero__visual-panel{position:relative;padding:12px;border-radius:10px;background:linear-gradient(135deg,#20d1792e,#101010f5),#101010;box-shadow:0 36px 90px #0000008c}.template-index .hero__visual-panel img{display:block;border-radius:6px}.hero__visual-note{position:absolute;right:24px;bottom:24px;display:grid;gap:2px;min-width:148px;padding:12px 14px;border:1px solid rgba(32,209,121,.28);border-radius:8px;color:#d7f5e3;background:#050505c7;box-shadow:0 18px 44px #0006}.hero__visual-note span{color:#a7aaa7;font-size:12px;font-weight:800}.hero__visual-note strong{color:#f4f4f0;font-size:20px}.hero__benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid rgba(32,209,121,.2);border-radius:8px;background:#061810a8}.hero__benefits span{position:relative;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;color:#e8ebe6;font-size:14px;font-weight:850;text-align:center}.hero__benefits span:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--tf-accent)}.hero__benefits span+span{border-left:1px solid rgba(255,255,255,.08)}.template-index .featured-templates.section-spacing{padding-top:40px}.template-index .featured-templates .featured-templates__intro{align-items:start}.template-index .featured-templates .featured-templates__intro-glow{margin-bottom:16px}.template-index .featured-templates .featured-templates__intro h2{max-width:760px;font-size:clamp(26px,2.5vw,34px);line-height:1.05}.template-index .featured-templates .featured-templates__intro-copy>p:not(.eyebrow){max-width:720px}.featured-templates .product-card{border-color:#ffffff1f;background:linear-gradient(180deg,#ffffff09,#fff0),#101010}.featured-templates .product-card__media{display:grid;isolation:isolate;place-items:center;padding:18px 16px 14px;background:radial-gradient(circle at 18% 20%,rgba(32,209,121,.16),transparent 30%),linear-gradient(135deg,#222,#0d0d0d)}.featured-templates .product-card__media:before,.featured-templates .product-card__media:after{content:none}.featured-templates .product-card__media img{position:static;display:block;width:100%;height:100%;padding:0;object-fit:cover;transform:none}.featured-templates .product-card:hover .product-card__media img{transform:none}.featured-templates .product-card__device,.template-index .featured-templates .product-card__device{pointer-events:none}.featured-templates .product-card__device--laptop,.template-index .featured-templates .product-card__device--laptop{position:relative;z-index:1;display:block;width:min(82%,330px);aspect-ratio:16 / 10;margin:0 auto 13px;border:2px solid rgba(244,244,240,.72);border-radius:9px 9px 7px 7px;background:#050505;box-shadow:0 18px 42px #00000080}.featured-templates .product-card__device--laptop:before,.template-index .featured-templates .product-card__device--laptop:before{content:"";position:absolute;left:50%;top:5px;z-index:3;width:28px;height:3px;border-radius:999px;background:#f4f4f04d;transform:translate(-50%)}.featured-templates .product-card__screen,.template-index .featured-templates .product-card__screen{position:absolute;display:block;overflow:hidden;background:#090909}.featured-templates .product-card__screen--desktop,.template-index .featured-templates .product-card__screen--desktop{top:8%;right:5%;bottom:10%;left:5%;border-radius:5px}.featured-templates .product-card__device-base,.template-index .featured-templates .product-card__device-base{position:absolute;left:14%;right:14%;bottom:-9%;display:block;height:10%;border-radius:0 0 16px 16px;background:linear-gradient(180deg,#f4f4f0c7,#545b5685);box-shadow:0 12px 28px #0000006b}.featured-templates .product-card__device-base:after,.template-index .featured-templates .product-card__device-base:after{content:"";position:absolute;left:33%;right:33%;top:0;height:34%;border-radius:0 0 8px 8px;background:#0505053d}.featured-templates .product-card__device--phone,.template-index .featured-templates .product-card__device--phone{position:absolute;right:9%;bottom:12%;z-index:3;display:block;width:18%;min-width:46px;max-width:66px;aspect-ratio:9 / 15.5;border:2px solid rgba(244,244,240,.82);border-radius:11px;background:#050505;box-shadow:0 14px 30px #00000085}.featured-templates .product-card__device--phone:before,.template-index .featured-templates .product-card__device--phone:before{content:"";position:absolute;left:50%;top:6px;z-index:4;width:16px;height:3px;border-radius:999px;background:#f4f4f052;transform:translate(-50%)}.featured-templates .product-card__screen--mobile,.template-index .featured-templates .product-card__screen--mobile{top:12%;right:9%;bottom:8%;left:9%;border-radius:7px}.featured-templates .product-card__actions{grid-template-columns:1fr 1fr}.see-action,.reviews,.theme-bundle,.theme-newsletter{background:#050505}.see-action__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:center;gap:34px}.see-action__preview{overflow:hidden;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#101010;box-shadow:0 28px 70px #00000075}.see-action__preview img{display:block;width:100%;border-radius:6px}.see-action__copy{display:grid;align-content:center}.see-action__copy p{color:#c7ccc6}.see-action__points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0 4px}.see-action__points span{min-height:42px;display:flex;align-items:center;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#e8ebe6;background:#101010;font-size:13px;font-weight:800}.reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.review-card{display:grid;gap:12px;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#101010}.review-card__rating{width:max-content;padding:5px 9px;border-radius:999px;color:#050505;background:var(--tf-accent);font-size:12px;font-weight:900}.review-card p{margin:0;color:#d8ddd6}.review-card strong{color:#f4f4f0}.review-card span{color:#a7aaa7;font-size:13px;font-weight:750}.theme-bundle__panel,.theme-newsletter__panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:28px;align-items:center;padding:clamp(24px,4vw,44px);border:1px solid rgba(32,209,121,.2);border-radius:10px;background:linear-gradient(135deg,#20d17929,#101010fa),#101010}.theme-bundle__copy p,.theme-newsletter__panel p{color:#c7ccc6}.theme-bundle__offer{display:grid;gap:10px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#05050580}.theme-bundle__offer span{width:max-content;padding:6px 10px;border-radius:999px;color:#050505;background:var(--tf-accent);font-size:12px;font-weight:900;text-transform:uppercase}.theme-bundle__offer strong{color:#f4f4f0;font-size:54px;line-height:1}.theme-bundle__offer p{color:#c7ccc6}.bundle-packages{margin-top:44px}.bundle-packages--with-intro{padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.bundle-packages__heading{max-width:640px;margin-bottom:28px}.bundle-packages__heading h2,.bundle-packages__heading .eyebrow{color:#f4f4f0}.bundle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.bundle-card{display:flex;overflow:hidden;flex-direction:column;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#101010;transition:transform .16s ease,border-color .16s ease}.bundle-card:hover{border-color:#20d17966;transform:translateY(-2px)}.bundle-card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:#1a1a1a}.bundle-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.bundle-card:hover .bundle-card__media img{transform:scale(1.03)}.bundle-card__placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#6b6f6c;font-size:26px;font-weight:800}.bundle-card__badge{position:absolute;z-index:2;left:12px;top:12px;padding:6px 10px;border-radius:999px;color:#050505;background:var(--tf-accent);font-size:11px;font-weight:900;text-transform:uppercase}.bundle-card__body{display:flex;flex:1;flex-direction:column;gap:10px;padding:16px}.bundle-card__title{color:#f4f4f0;font-size:16px;font-weight:800}.bundle-card__count{color:#a7aaa7;font-size:13px;font-weight:650}.bundle-card__button{width:100%;margin-top:auto}.bundle-card--empty{border-style:dashed;opacity:.7}.theme-newsletter__form{display:grid;grid-template-columns:minmax(0,1fr) auto}@media(max-width:989px){.template-index .hero__grid,.see-action__grid,.theme-bundle__panel,.theme-newsletter__panel{grid-template-columns:1fr}.template-index .hero__metrics,.hero__benefits,.reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.template-index .hero{padding:28px 0 20px}.template-index .hero h1{font-size:38px}.template-index .hero__text{font-size:16px}.hero__visual-note{right:16px;bottom:16px;min-width:126px;padding:9px 10px}.hero__benefits{grid-template-columns:1fr 1fr}.hero__benefits span{min-height:40px;font-size:12px}.template-index .featured-templates.section-spacing{padding-top:26px}.template-index .featured-templates .featured-templates__intro h2{font-size:25px}.featured-templates .product-card__actions,.see-action__points,.reviews__grid,.theme-newsletter__form{grid-template-columns:1fr}.theme-bundle__offer strong{font-size:42px}}.collection-main .product-grid.is-list-view .product-card,.featured-templates .product-grid.is-list-view .product-card,.template-index .featured-templates .product-grid.is-list-view .product-card{display:grid;grid-template-columns:clamp(220px,34%,340px) minmax(0,1fr);align-items:stretch;min-height:0}.collection-main .product-grid.is-list-view .product-card__media,.featured-templates .product-grid.is-list-view .product-card__media,.template-index .featured-templates .product-grid.is-list-view .product-card__media{width:100%;min-width:0;height:auto;min-height:220px;aspect-ratio:auto}.collection-main .product-grid.is-list-view .product-card__media img,.featured-templates .product-grid.is-list-view .product-card__media img,.template-index .featured-templates .product-grid.is-list-view .product-card__media img{display:block;width:100%;height:100%;padding:0;object-fit:cover}.collection-main .product-grid.is-list-view .product-card__body,.featured-templates .product-grid.is-list-view .product-card__body,.template-index .featured-templates .product-grid.is-list-view .product-card__body{min-width:0;padding:22px;justify-content:center}.collection-main .product-grid.is-list-view .product-card__topline,.featured-templates .product-grid.is-list-view .product-card__topline,.template-index .featured-templates .product-grid.is-list-view .product-card__topline{display:flex;margin-bottom:10px;font-size:13px}.collection-main .product-grid.is-list-view .product-card__topline span,.featured-templates .product-grid.is-list-view .product-card__topline span,.template-index .featured-templates .product-grid.is-list-view .product-card__topline span{display:inline}.collection-main .product-grid.is-list-view .product-card__topline strong,.featured-templates .product-grid.is-list-view .product-card__topline strong,.template-index .featured-templates .product-grid.is-list-view .product-card__topline strong{position:static;font-size:18px;white-space:nowrap}.collection-main .product-grid.is-list-view .product-card h3,.featured-templates .product-grid.is-list-view .product-card h3,.template-index .featured-templates .product-grid.is-list-view .product-card h3{max-width:100%;overflow-wrap:break-word}.collection-main .product-grid.is-list-view .product-card p,.featured-templates .product-grid.is-list-view .product-card p,.template-index .featured-templates .product-grid.is-list-view .product-card p{display:block}.collection-main .product-grid.is-list-view .product-card__actions,.featured-templates .product-grid.is-list-view .product-card__actions,.template-index .featured-templates .product-grid.is-list-view .product-card__actions{display:grid;grid-template-columns:minmax(0,220px) minmax(0,220px);justify-content:start}@media(max-width:749px){.collection-main .product-grid.is-list-view .product-card,.featured-templates .product-grid.is-list-view .product-card,.template-index .featured-templates .product-grid.is-list-view .product-card{grid-template-columns:1fr}.collection-main .product-grid.is-list-view .product-card__media,.featured-templates .product-grid.is-list-view .product-card__media,.template-index .featured-templates .product-grid.is-list-view .product-card__media{min-height:0;aspect-ratio:1.45 / 1}.collection-main .product-grid.is-list-view .product-card__actions,.featured-templates .product-grid.is-list-view .product-card__actions,.template-index .featured-templates .product-grid.is-list-view .product-card__actions{grid-template-columns:1fr}}.featured-templates .product-card .product-card__topline strong,.template-index .featured-templates .product-card .product-card__topline strong{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:5px 9px;border:1px solid rgba(32,209,121,.42);border-radius:999px;background:linear-gradient(110deg,#f4f4f0 0%,#ffffff 28%,var(--tf-accent) 45%,#ffffff 62%,#f4f4f0 100%),#20d1791a;background-size:260% 100%,auto;-webkit-background-clip:text,border-box;background-clip:text,border-box;color:#f4f4f0;font-size:18px;font-weight:950;line-height:1;text-shadow:0 0 20px rgba(32,209,121,.42);white-space:nowrap;-webkit-text-fill-color:transparent;animation:themevoBrandFlow 4.8s ease-in-out infinite;box-shadow:0 0 0 1px #20d17914,0 0 22px #20d17929}.featured-templates .product-card .product-card__price--sale strong,.template-index .featured-templates .product-card .product-card__price--sale strong{border-color:#31f28fb8;background:#31f28f1f;color:#31f28f;font-size:21px;text-shadow:0 0 14px rgba(49,242,143,.75),0 0 30px rgba(49,242,143,.34);-webkit-text-fill-color:#31f28f;animation:none;box-shadow:0 0 0 1px #31f28f24,0 0 26px #31f28f3d}.featured-templates .product-card .product-card__price--sale s,.template-index .featured-templates .product-card .product-card__price--sale s{color:#e8ebe6;font-size:14px}.featured-templates .product-grid:not(.is-list-view) .product-card .product-card__topline strong,.template-index .featured-templates .product-grid:not(.is-list-view) .product-card .product-card__topline strong{transform:translateY(-3px)}@media(max-width:749px){.featured-templates .product-card .product-card__topline strong,.template-index .featured-templates .product-card .product-card__topline strong{min-height:0;padding:4px 9px;font-size:15px;box-shadow:0 0 8px #20d1791a;transform:none}.featured-templates .product-card .product-card__price--sale strong,.template-index .featured-templates .product-card .product-card__price--sale strong{font-size:15px;box-shadow:0 0 8px #31f28f29}.featured-templates .product-card .product-card__price--sale s,.template-index .featured-templates .product-card .product-card__price--sale s{font-size:12px}}html[data-style-mode=light] body{color:#17211d;background:#f4f7f6}html[data-style-mode=light] h1,html[data-style-mode=light] h2,html[data-style-mode=light] h3,html[data-style-mode=light] .cart-summary__row{color:#111a16}html[data-style-mode=light] p,html[data-style-mode=light] .rte,html[data-style-mode=light] .cart-item p,html[data-style-mode=light] .cart-item__properties,html[data-style-mode=light] .product-card p{color:#53625b}html[data-style-mode=light] .site-header{border-bottom-color:#111a161a;background:#ffffffeb}html[data-style-mode=light] .header__brand,html[data-style-mode=light] .header__mobile-icon,html[data-style-mode=light] .header__desktop-link,html[data-style-mode=light] .header__nav a,html[data-style-mode=light] .header__nav-trigger,html[data-style-mode=light] .header__cart,html[data-style-mode=light] .header__menu-button{color:#111a16}html[data-style-mode=light] .header__mobile-icon,html[data-style-mode=light] .header__menu-button{border-color:#111a161f;background:#ffffffbd}html[data-style-mode=light] .header__menu-button span:not(.visually-hidden){background:#111a16}html[data-style-mode=light] .mobile-icon--support:before,html[data-style-mode=light] .mobile-icon--support:after{background:#fff}html[data-style-mode=light] .mode-panel{border-color:#111a161a;color:#111a16;background:#fff;box-shadow:0 24px 70px #111a1629}html[data-style-mode=light] .mode-panel p{color:#111a16}html[data-style-mode=light] .mode-panel__close{border-color:#111a161f;background:#f4f7f6}html[data-style-mode=light] .mode-panel__options{color:#111a1694}html[data-style-mode=light] .mode-panel__options button[aria-pressed=true]{color:#111a16}html[data-style-mode=light] .lang-panel{border-color:#111a161a;color:#111a16;background:#fff;box-shadow:0 24px 70px #111a1629}html[data-style-mode=light] .lang-panel p{color:#111a16}html[data-style-mode=light] .lang-panel__close{border-color:#111a161f;background:#f4f7f6}html[data-style-mode=light] .lang-panel__options button{color:#111a1694}html[data-style-mode=light] .lang-panel__options button:hover,html[data-style-mode=light] .lang-panel__options button:focus-visible{color:#111a16;background:#111a160f}html[data-style-mode=light] .lang-panel__options button[aria-pressed=true]{color:#111a16}html[data-style-mode=light] .header__desktop-link:hover,html[data-style-mode=light] .header__desktop-link:focus-visible,html[data-style-mode=light] .header__desktop-category-item.is-open .header__desktop-link--dropdown,html[data-style-mode=light] .header__desktop-category-item:focus-within .header__desktop-link--dropdown,html[data-style-mode=light] .header__mobile-icon:hover,html[data-style-mode=light] .header__menu-button:hover{color:#06130d;background:#edf7f2}html[data-style-mode=light] .hero,html[data-style-mode=light] .featured-templates,html[data-style-mode=light] .compatibility,html[data-style-mode=light] .main-content{background:#f4f7f6}html[data-style-mode=light] .hero{background:radial-gradient(circle at 15% 18%,rgba(32,209,121,.16),transparent 32%),linear-gradient(135deg,#fff,#eef6f2)}html[data-style-mode=light] .hero__visual-panel,html[data-style-mode=light] .metric,html[data-style-mode=light] .prop-card,html[data-style-mode=light] .product-card,html[data-style-mode=light] .compatibility-item,html[data-style-mode=light] .faq-item,html[data-style-mode=light] .product-feature,html[data-style-mode=light] .product-quick-info__item,html[data-style-mode=light] .cart-item,html[data-style-mode=light] .cart-summary,html[data-style-mode=light] .template-tab-panel__empty{border-color:#111a161a;background:#fff;box-shadow:0 18px 42px #111a1614}html[data-style-mode=light] .featured-templates .product-card,html[data-style-mode=light] .template-index .featured-templates .product-card{background:#fff}html[data-style-mode=light] .featured-templates .product-card__media,html[data-style-mode=light] .template-index .featured-templates .product-card__media,html[data-style-mode=light] .product-card__media,html[data-style-mode=light] .cart-item__media,html[data-style-mode=light] .product-main__stage,html[data-style-mode=light] .product-main__thumbs button{border-color:#111a161a;background:radial-gradient(circle at 18% 20%,rgba(32,209,121,.12),transparent 30%),linear-gradient(135deg,#eef6f2,#fff)}html[data-style-mode=light] .header__desktop-mega,html[data-style-mode=light] .mobile-menu,html[data-style-mode=light] .header__dropdown,html[data-style-mode=light] .collection-sort__menu{border-color:#111a161a;color:#111a16;background:#fff;box-shadow:0 24px 60px #111a1624}html[data-style-mode=light] .header__desktop-mega a,html[data-style-mode=light] .mobile-menu__category-card,html[data-style-mode=light] .mobile-menu__side-link{border-color:#111a161a;color:#17211d;background:#f8fbfa}html[data-style-mode=light] .header__desktop-mega strong{color:#111a16}html[data-style-mode=light] .header__desktop-mega small,html[data-style-mode=light] .mobile-menu__category-card small{color:#5d6b65}html[data-style-mode=light] .button--secondary,html[data-style-mode=light] .button--light,html[data-style-mode=light] .template-tabs__button,html[data-style-mode=light] .product-form select,html[data-style-mode=light] .newsletter-form input,html[data-style-mode=light] .cart-item__quantity input,html[data-style-mode=light] .collection-sort summary,html[data-style-mode=light] .collection-view-toggle{color:#111a16;border-color:#111a1624;background:#fff}html[data-style-mode=light] .product-card__topline,html[data-style-mode=light] .tag-list span,html[data-style-mode=light] .product-main__badges span{color:#53625b}html[data-style-mode=light] .tag-list span,html[data-style-mode=light] .product-main__badges span,html[data-style-mode=light] .faq-item__icon{background:#eef6f2}html[data-style-mode=light] .featured-templates .product-card .product-card__topline strong,html[data-style-mode=light] .template-index .featured-templates .product-card .product-card__topline strong{border-color:#14a85f52;background:#20d17914;color:#0f6f41;-webkit-text-fill-color:#0f6f41;text-shadow:0 0 16px rgba(32,209,121,.22)}html[data-style-mode=light] .product-card__price s,html[data-style-mode=light] .featured-templates .product-card .product-card__price--sale s,html[data-style-mode=light] .template-index .featured-templates .product-card .product-card__price--sale s,html[data-style-mode=light] .product-main__price s{color:#63716b}html[data-style-mode=light] .site-footer{border-top-color:#111a161a;background:#eef3f1}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.promo-marquee__track{animation:none!important;transform:translate(0)!important}.promo-marquee__group[aria-hidden=true]{display:none}}#google_translate_element{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.goog-te-banner-frame,.goog-te-gadget-icon,.skiptranslate>iframe{display:none!important;visibility:hidden!important}body{top:0!important;position:static!important}.goog-text-highlight{background:none!important;box-shadow:none!important}.collection-main--premium{position:relative;overflow:hidden;padding-top:52px;background:#050505}.collection-main--premium>.page-width{position:relative;z-index:1}.collection-hero{position:relative;display:grid;min-height:0;grid-template-columns:1fr;gap:32px;align-items:center;padding:30px 0 26px;margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08)}.collection-main--premium .collection-hero .section-heading{max-width:none;padding:0;margin:0}.collection-main--premium .collection-hero .eyebrow{display:inline-flex;align-items:center;gap:10px;min-height:24px;margin:0 0 10px;padding:5px 11px;border:1px solid rgba(32,209,121,.35);border-radius:999px;color:var(--tf-accent);background:#20d1791a;font-size:11px;font-weight:900;line-height:1}.collection-main--premium .collection-hero h1{max-width:620px;margin:0 0 12px;color:#fff;font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif;font-size:40px;font-weight:900;line-height:1.02;letter-spacing:0;background:linear-gradient(90deg,#fff 0%,#dffced 44%,var(--tf-accent) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.collection-hero__description,.collection-hero__description p{max-width:620px;margin:0;color:#f4f4f0c7;font-size:15.5px;line-height:1.6}.collection-hero__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.collection-hero__chips span{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#ffffffd1;background:#ffffff0e;font-size:12px;font-weight:800;animation:collection-chip-rise .7s ease both}.collection-hero__chips span:nth-child(2){animation-delay:.08s}.collection-hero__chips span:nth-child(3){animation-delay:.16s}.collection-main--premium .collection-toolbar{justify-content:space-between;min-height:50px;margin:0 0 18px;padding:8px 12px 8px 16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#101010b8;box-shadow:0 18px 42px #00000038;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.collection-main--premium .collection-toolbar__count{color:#ffffffc7;font-size:14px}.collection-main--premium .product-grid{animation:collection-products-rise .65s ease both}html[data-style-mode=light] .collection-main--premium{background:linear-gradient(118deg,#20d1791c,#20d17900 38%,#111a1609),#f5f7f4}html[data-style-mode=light] .collection-main--premium .collection-hero{border-bottom-color:#111a161a}html[data-style-mode=light] .collection-main--premium .collection-hero h1{color:#111a16;background:linear-gradient(90deg,#111a16,#1f3a2d 54%,#14a85f);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}html[data-style-mode=light] .collection-hero__description,html[data-style-mode=light] .collection-hero__description p{color:#53625b}html[data-style-mode=light] .collection-hero__chips span,html[data-style-mode=light] .collection-main--premium .collection-toolbar{color:#111a16;border-color:#111a161a;background:#ffffffb8}html[data-style-mode=light] .collection-main--premium .collection-toolbar__count{color:#53625b}@keyframes collection-hero-light{to{transform:translate(18%)}}@keyframes collection-chip-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes collection-panel-pulse{0%,to{opacity:.78;transform:scale(1)}50%{opacity:1;transform:scale(1.025)}}@keyframes collection-line-slide{0%,to{transform:translate(-8%)}50%{transform:translate(8%)}}@keyframes collection-preview-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes collection-products-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:989px){.collection-main--premium{padding-top:38px}.collection-hero{min-height:0;grid-template-columns:1fr;gap:20px;padding:26px 0 22px}.collection-main--premium .collection-hero h1{font-size:34px}}@media(max-width:749px){.collection-main--premium{padding-top:30px}.collection-hero{padding:20px 0 18px}.collection-main--premium .collection-hero h1{font-size:28px;line-height:1.05}.collection-hero__description,.collection-hero__description p{font-size:14.5px;line-height:1.55}.collection-hero__chips{gap:7px;margin-top:14px}.collection-hero__chips span{min-height:30px;padding:6px 9px;font-size:11.5px}.collection-main--premium .collection-toolbar{align-items:center;gap:10px;padding:10px}}@media(prefers-reduced-motion:reduce){.collection-hero__chips span,.collection-main--premium .product-grid{animation:none}}:root{--sticky-header-offset: 14px;--sticky-header-height: 84px}body{padding-top:calc(var(--sticky-header-offset) + var(--sticky-header-height) + 12px)}.site-header{position:fixed!important;top:var(--sticky-header-offset)!important;left:50%!important;right:auto!important;z-index:1000;width:min(100% - 28px,1240px)!important;margin:0!important;transform:translate(-50%)!important}.site-header.is-header-scrolled{transform:translate(-50%)!important}.mobile-menu,.mobile-menu-scrim{top:calc(var(--sticky-header-offset) + var(--sticky-header-height) + 8px)!important}.mobile-menu{height:calc(100vh - var(--sticky-header-offset) - var(--sticky-header-height) - 20px)!important;max-height:calc(100vh - var(--sticky-header-offset) - var(--sticky-header-height) - 20px)!important}.mobile-menu-scrim{height:100vh!important}@media(max-width:989px){:root{--sticky-header-offset: 8px;--sticky-header-height: 58px}.site-header{width:min(100% - 16px,1240px)!important}}@media(max-width:989px){:root{--sticky-header-offset: 7px;--sticky-header-height: 50px}body{padding-top:calc(var(--sticky-header-offset) + var(--sticky-header-height) + 10px)}.site-header{width:min(100% - 12px,1240px)!important;min-height:var(--sticky-header-height);overflow:visible;border:1px solid rgba(32,209,121,.16);border-radius:999px;background:#040806f0;box-shadow:0 16px 36px #0000004d,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(16px) saturate(1.1);backdrop-filter:blur(16px) saturate(1.1)}.site-header .header__inner{width:100%;min-height:var(--sticky-header-height);grid-template-columns:28px minmax(78px,1fr) auto;grid-template-areas:"menu brand icons";gap:5px;padding:6px 7px}.header__brand{max-width:100%;min-width:0;overflow:hidden;padding-left:8px;font-size:16px}.header__brand-name{max-width:100%;overflow:hidden;text-overflow:ellipsis}.header__mobile-icons{min-height:32px;gap:3px;padding:3px;border-color:#ffffff14;background:#ffffff0d}.header__actions{min-height:30px}.header__mobile-icon,.header__menu-button{width:28px;min-width:28px;height:28px;border-color:#ffffff1a;border-radius:999px;background:#ffffff0a}.header__lang-svg,.header__mode-svg{width:16px;height:16px}.mobile-icon{width:17px;height:17px}.mobile-icon--account,.mobile-icon--support,.mobile-icon--bag{border-width:1.8px}.mobile-icon--account:before,.mobile-icon--account:after,.mobile-icon--support:before,.mobile-icon--support:after{border-width:1.7px}.mobile-icon--account:before{top:3px;width:4px;height:4px}.mobile-icon--account:after{bottom:2px;width:9px;height:5px}.mobile-icon--support{border-radius:11px 11px 4px 4px}.mobile-icon--support:before,.mobile-icon--support:after{bottom:2px;width:3px;height:6px;background:#040806f0}.mobile-icon--support:before{left:-3px}.mobile-icon--support:after{right:-3px}.mobile-icon--bag{width:16px;height:15px;margin-top:2px;border-radius:3px}.mobile-icon--bag:before{left:3px;top:-6px;width:7px;height:6px;border-width:1.8px}.header__menu-button span:not(.visually-hidden){width:15px;height:2px;margin:2px 0}.header-menu-drawer[open] .header__menu-button span:nth-child(1),body.mobile-menu-open .header__menu-button span:nth-child(1){transform:translateY(6px) rotate(45deg)}.header-menu-drawer[open] .header__menu-button span:nth-child(3),body.mobile-menu-open .header__menu-button span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.lang-panel,.mode-panel{top:calc(100% + 8px);max-width:min(230px,calc(100vw - 24px))}.mobile-menu,.mobile-menu-scrim{top:calc(var(--sticky-header-offset) + var(--sticky-header-height) + 8px)!important}.mobile-menu{width:min(86vw,320px);height:calc(100vh - var(--sticky-header-offset) - var(--sticky-header-height) - 18px)!important;max-height:calc(100vh - var(--sticky-header-offset) - var(--sticky-header-height) - 18px)!important}.mobile-menu-scrim{height:100vh!important}.mobile-menu__item--heading{cursor:pointer;font-family:inherit}.mobile-menu__item--heading[aria-expanded=true]{color:#fff;background:#1b1b1b}.mobile-menu__item--heading[aria-expanded=true] .mobile-menu__arrow{transform:rotate(45deg)}.mobile-menu__submenu[hidden]{display:none}html[data-style-mode=light] .site-header{border-color:#111a161f;background:#ffffffeb;box-shadow:0 16px 36px #111a161f,inset 0 1px #ffffffa6}html[data-style-mode=light] .mobile-icon--support:before,html[data-style-mode=light] .mobile-icon--support:after{background:#ffffffeb}}@media(max-width:749px){.trust-badges{padding-top:18px;padding-bottom:20px}.trust-badges__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;row-gap:18px;align-items:start}.trust-badge{gap:4px;padding-inline:4px}.trust-badge:nth-child(odd):last-child{grid-column:1 / -1;justify-self:center;width:min(160px,100%)}.trust-badge__icon{width:22px;height:22px;margin-bottom:2px}.trust-badge h3{max-width:136px;margin-bottom:1px;font-size:12.5px;line-height:1.18}.trust-badge p{max-width:136px;font-size:11px;line-height:1.3}}@media(max-width:370px){.site-header .header__inner{grid-template-columns:27px minmax(72px,1fr) auto;grid-template-areas:"menu brand icons";gap:4px;padding-inline:6px}.header__brand{padding-left:7px;font-size:14px}.header__mobile-icons{gap:2px;padding:2px}.header__mobile-icon,.header__menu-button{width:27px;min-width:27px;height:27px}.trust-badges__grid{column-gap:8px;row-gap:16px}}@media(max-width:749px){.featured-templates .product-grid,.template-index .featured-templates .product-grid,.collection-main .product-grid{gap:10px}.featured-templates .product-card,.template-index .featured-templates .product-card,.collection-main .product-card{min-height:302px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:linear-gradient(180deg,#ffffff0b,#fff0 34%),#111213;box-shadow:0 14px 28px #0003}.featured-templates .product-card__media,.template-index .featured-templates .product-card__media,.collection-main .product-card__media{display:grid;min-height:156px;aspect-ratio:1 / 1.02;isolation:isolate;place-items:center;padding:30px 7px 17px;background:radial-gradient(circle at 78% 18%,rgba(32,209,121,.28),transparent 29%),radial-gradient(circle at 24% 78%,rgba(255,255,255,.09),transparent 26%),linear-gradient(145deg,#1a1b1d,#101112 48%,#080909)}.featured-templates .product-card__media img,.template-index .featured-templates .product-card__media img,.collection-main .product-card__media img{width:100%;height:100%;padding:0;object-fit:cover}.featured-templates .product-card__device--laptop,.template-index .featured-templates .product-card__device--laptop,.collection-main .product-card__device--laptop{position:relative;z-index:1;display:block;width:min(94%,210px);aspect-ratio:16 / 10;margin:0 auto 12px;border:2px solid rgba(244,244,240,.78);border-radius:9px 9px 7px 7px;background:#050505;box-shadow:0 18px 34px #0000007a}.featured-templates .product-card__device--laptop:before,.template-index .featured-templates .product-card__device--laptop:before,.collection-main .product-card__device--laptop:before{content:"";position:absolute;left:50%;top:5px;z-index:3;width:24px;height:3px;border-radius:999px;background:#f4f4f052;transform:translate(-50%)}.featured-templates .product-card__screen,.template-index .featured-templates .product-card__screen,.collection-main .product-card__screen{position:absolute;display:block;overflow:hidden;background:#090909}.featured-templates .product-card__screen--desktop,.template-index .featured-templates .product-card__screen--desktop,.collection-main .product-card__screen--desktop{top:9%;right:5%;bottom:10%;left:5%;border-radius:5px}.featured-templates .product-card__device-base,.template-index .featured-templates .product-card__device-base,.collection-main .product-card__device-base{position:absolute;left:13%;right:13%;bottom:-10%;display:block;height:11%;border-radius:0 0 16px 16px;background:linear-gradient(180deg,#f4f4f0c7,#5158548a);box-shadow:0 12px 24px #0000006b}.featured-templates .product-card__device--phone,.template-index .featured-templates .product-card__device--phone,.collection-main .product-card__device--phone{position:absolute;right:6%;bottom:10%;z-index:3;display:block;width:30%;min-width:48px;max-width:64px;aspect-ratio:9 / 15.5;border:2px solid rgba(244,244,240,.84);border-radius:12px;background:#050505;box-shadow:0 16px 28px #00000080}.featured-templates .product-card__device--phone:before,.template-index .featured-templates .product-card__device--phone:before,.collection-main .product-card__device--phone:before{content:"";position:absolute;left:50%;top:6px;z-index:4;width:15px;height:3px;border-radius:999px;background:#f4f4f057;transform:translate(-50%)}.featured-templates .product-card__screen--mobile,.template-index .featured-templates .product-card__screen--mobile,.collection-main .product-card__screen--mobile{top:12%;right:9%;bottom:8%;left:9%;border-radius:7px}.featured-templates .product-card__badge,.template-index .featured-templates .product-card__badge,.collection-main .product-card__badge{left:10px;top:10px;padding:5px 8px;border-radius:5px;color:#04110a;background:linear-gradient(135deg,#45e18e,#20d179);box-shadow:0 8px 22px #20d1793d;font-size:9.5px;font-weight:900;line-height:1}.featured-templates .product-card__body,.template-index .featured-templates .product-card__body,.collection-main .product-card__body{min-height:136px;padding:11px 12px 42px}.featured-templates .product-card h3,.template-index .featured-templates .product-card h3,.collection-main .product-card h3{min-height:35px;margin:0 0 5px;color:#f4f4f0;font-size:14px;font-weight:850;line-height:1.22}.featured-templates .product-card h3 a,.template-index .featured-templates .product-card h3 a,.collection-main .product-card h3 a{color:inherit}.featured-templates .product-card__rating,.template-index .featured-templates .product-card__rating,.collection-main .product-card__rating{display:flex;flex-wrap:wrap;gap:3px;margin:0;color:#c7ccc5;font-size:11px;font-weight:800;line-height:1.2}.featured-templates .product-card__rating>span:first-child,.template-index .featured-templates .product-card__rating>span:first-child,.collection-main .product-card__rating>span:first-child{color:#20d179}.featured-templates .product-card__rating strong,.template-index .featured-templates .product-card__rating strong,.collection-main .product-card__rating strong{color:#f4f4f0}.featured-templates .product-card__topline,.template-index .featured-templates .product-card__topline,.collection-main .product-card__topline{display:block;margin:0;font-size:0}.featured-templates .product-card__topline>span,.template-index .featured-templates .product-card__topline>span,.collection-main .product-card__topline>span{display:none}.featured-templates .product-card__price,.template-index .featured-templates .product-card__price,.collection-main .product-card__price,.featured-templates .product-card__topline>strong,.template-index .featured-templates .product-card__topline>strong,.collection-main .product-card__topline>strong{position:absolute;left:12px;right:12px;bottom:11px;display:flex;align-items:center;justify-content:flex-start;gap:5px}.featured-templates .product-card__topline strong,.template-index .featured-templates .product-card__topline strong,.collection-main .product-card__topline strong,.collection-main .product-card__price strong{padding:5px 10px;border:1px solid rgba(32,209,121,.46);border-radius:999px;background:#20d1791f;color:#42e994;box-shadow:0 0 16px #20d17938;font-size:15px;font-weight:950;line-height:1;-webkit-text-fill-color:currentColor}.featured-templates .product-card__price s,.template-index .featured-templates .product-card__price s,.collection-main .product-card__price s{color:#f4f4f0ad;font-size:12px;line-height:1}.featured-templates .product-card__discount,.template-index .featured-templates .product-card__discount,.collection-main .product-card__discount,.featured-templates .product-card__promo,.template-index .featured-templates .product-card__promo,.collection-main .product-card__promo,.featured-templates .product-card p,.template-index .featured-templates .product-card p,.collection-main .product-card p,.featured-templates .tag-list,.template-index .featured-templates .tag-list,.collection-main .tag-list,.featured-templates .product-card__actions,.template-index .featured-templates .product-card__actions,.collection-main .product-card__actions{display:none}.collection-toolbar,.collection-main--premium .collection-toolbar{min-height:46px;margin-bottom:16px;gap:8px;padding:8px 9px;border-radius:8px}.collection-toolbar__count{font-size:13px}.collection-sort summary{min-height:36px;padding:0 12px;border-radius:7px;font-size:13px}.collection-view-toggle{gap:4px;padding:3px;border-radius:7px}.collection-view-toggle__button{width:30px;height:30px;border-radius:6px}}@media(max-width:370px){.featured-templates .product-card,.template-index .featured-templates .product-card,.collection-main .product-card{min-height:288px}.featured-templates .product-card__media,.template-index .featured-templates .product-card__media,.collection-main .product-card__media{min-height:146px;padding:29px 6px 16px}.featured-templates .product-card__body,.template-index .featured-templates .product-card__body,.collection-main .product-card__body{padding-inline:10px}.featured-templates .product-card h3,.template-index .featured-templates .product-card h3,.collection-main .product-card h3{font-size:13px}.featured-templates .product-card__price,.template-index .featured-templates .product-card__price,.collection-main .product-card__price,.featured-templates .product-card__topline>strong,.template-index .featured-templates .product-card__topline>strong,.collection-main .product-card__topline>strong{left:10px;right:10px}}@media(max-width:989px){.site-header .header__inner{align-items:center}.header__actions{align-self:center;justify-self:start;min-height:30px}.header-menu-drawer{display:flex;height:30px;align-items:center}.header__menu-button{display:flex;width:30px;min-width:30px;height:30px;margin:0;padding:0;align-items:center;justify-content:center;transform:none}.header__menu-button span:not(.visually-hidden){width:15px;height:2px;margin:1.7px 0}.header__brand{display:flex;height:30px;align-items:center;padding-left:4px;line-height:1}.header__brand-name{display:block;line-height:1}}@media(max-width:370px){.header__menu-button{width:28px;min-width:28px;height:28px}.header__brand{height:28px;padding-left:3px}}.featured-templates .product-grid .product-card{opacity:0;transform:translate(-52px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.featured-templates .product-grid .product-card:nth-child(2n){transform:translate(52px)}.featured-templates .product-grid .product-card:nth-child(1){transition-delay:.03s}.featured-templates .product-grid .product-card:nth-child(2){transition-delay:.09s}.featured-templates .product-grid .product-card:nth-child(3){transition-delay:.15s}.featured-templates .product-grid .product-card:nth-child(4){transition-delay:.21s}.featured-templates .product-grid .product-card:nth-child(5){transition-delay:.27s}.featured-templates .product-grid .product-card:nth-child(6){transition-delay:.33s}.featured-templates .product-grid .product-card.is-revealed{opacity:1;transform:translate(0)}.no-js .featured-templates .product-grid .product-card{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.featured-templates .product-grid .product-card{opacity:1;transform:none;transition:none}}.scroll-to-top{display:none;position:fixed;right:16px;bottom:20px;z-index:999;width:48px;height:48px;padding:0;align-items:center;justify-content:center;border:none;border-radius:50%;background:var(--tf-accent, #20d179);color:#06120c;box-shadow:0 12px 28px #00000059;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease;cursor:pointer}.scroll-to-top svg{width:20px;height:20px;fill:currentColor}.scroll-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}@media(max-width:767px){.scroll-to-top{display:flex}}@media(prefers-reduced-motion:reduce){.scroll-to-top{transition:none}}.global-particle-field{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.featured-templates{position:relative}.featured-templates>.page-width{position:relative;z-index:1}.featured-templates__ambient{position:absolute;top:0;bottom:0;width:max(20px,calc((100% - 1180px)/2));pointer-events:none;z-index:0;overflow:hidden}.featured-templates__ambient--left{left:0}.featured-templates__ambient--right{right:0}.ad-slider{position:relative}.ad-slider>.page-width{position:relative;z-index:1}.ad-slider__ambient{position:absolute;top:0;bottom:0;width:max(20px,calc((100% - 1180px)/2));pointer-events:none;z-index:0;overflow:hidden}.ad-slider__ambient--left{left:0}.ad-slider__ambient--right{right:0}.ft-particle{position:absolute;left:var(--ft-x, 50%);top:var(--ft-y, 50%);width:var(--ft-size, 4px);height:var(--ft-size, 4px);border-radius:50%;background:var(--ft-color, rgba(32, 209, 121, .85));box-shadow:0 0 7px 1px var(--ft-color, rgba(32, 209, 121, .5));opacity:0;animation:ft-particle-float var(--ft-duration, 9s) ease-in-out infinite;animation-delay:var(--ft-delay, 0s)}@keyframes ft-particle-float{0%{opacity:0;transform:translate(0) scale(.5)}12%{opacity:var(--ft-opacity, .7)}50%{transform:translate(var(--ft-dx, 14px),var(--ft-dy, -30px)) scale(1)}88%{opacity:var(--ft-opacity, .7)}to{opacity:0;transform:translate(calc(var(--ft-dx, 14px) * 1.7),calc(var(--ft-dy, -30px) * 1.7)) scale(.5)}}@media(prefers-reduced-motion:reduce){.ft-particle{animation:none;opacity:.45}}.hero--simple{padding-bottom:8px;text-align:center}.hero__copy--center{max-width:720px;margin:0 auto}.hero__text--center{margin-inline:auto}.hero__buttons--center{justify-content:center}.pricing-section{overflow:visible}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:8px}.pricing-card{position:relative;display:flex;min-height:0;flex-direction:column;gap:16px;padding:34px 28px 28px}.pricing-card--featured{border-color:#20d17980;box-shadow:0 24px 60px #20d17929}.pricing-card__badge{position:absolute;left:50%;top:-14px;padding:6px 16px;border-radius:999px;transform:translate(-50%);white-space:nowrap;color:#02110a;background:var(--tf-accent);box-shadow:0 8px 20px #20d17952;font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.pricing-card__name{margin-bottom:0}.pricing-card__price{margin:0;font-size:42px;font-weight:900;line-height:1}.pricing-card__features{display:grid;margin:0;padding:0;gap:11px;list-style:none}.pricing-card__features li{position:relative;padding-left:26px;font-size:14.5px;line-height:1.4}.pricing-card__features li:before{content:"";position:absolute;left:0;top:2px;width:17px;height:17px;border-radius:999px;background:#20d17924;box-shadow:inset 0 0 0 1px #20d17966}.pricing-card__features li:after{content:"";position:absolute;left:5px;top:6px;width:7px;height:4px;border-left:2px solid var(--tf-accent);border-bottom:2px solid var(--tf-accent);transform:rotate(-45deg)}.pricing-card__action{margin-top:auto;padding-top:6px}.pricing-card__hint{margin:10px 0 0;font-size:12px}.pricing-section__intake{margin:28px 0 0;text-align:center}.pricing-section__intake a{color:var(--tf-accent-dark);font-weight:800}.compatibility__note{max-width:720px;margin:32px auto 0}.cta-panel__buttons{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:989px){.pricing-grid{grid-template-columns:1fr;max-width:520px;margin-inline:auto}.pricing-card--featured{order:-1}}@media(max-width:749px){.hero--simple h1{font-size:34px}.pricing-card__price{font-size:36px}}html[data-style-mode=light] .pricing-card__badge{color:#02110a}.promo-banner-glow{position:relative;max-width:880px;margin:0 auto;padding:1px;overflow:hidden;border-radius:14px;isolation:isolate;background:#20d17966;box-shadow:0 0 24px #20d17929}.promo-banner{position:relative;z-index:1;padding:52px 44px;border:1px solid rgba(255,255,255,.1);border-radius:13px;text-align:center;background:linear-gradient(135deg,#20d17924,#101010f7),#101010}.promo-banner .eyebrow{justify-content:center}.promo-banner__heading{display:inline-block;max-width:620px;margin-inline:auto;background:linear-gradient(110deg,#f4f4f0 0%,#ffffff 28%,var(--tf-accent) 44%,#ffffff 58%,#f4f4f0 100%);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;text-shadow:0 0 18px rgba(32,209,121,.16);-webkit-text-fill-color:transparent;animation:themevoBrandFlow 5s ease-in-out infinite}.promo-banner__text{max-width:560px;margin:0 auto 30px;color:#d7ddd6}.promo-banner__buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}@media(prefers-reduced-motion:reduce){.promo-banner__heading{animation:none}}@media(max-width:749px){.promo-banner{padding:36px 22px}}html[data-style-mode=light] .promo-banner{border-color:#1016141a}
/*# sourceMappingURL=/cdn/shop/t/360/assets/theme.css.map */
